@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* ::-webkit-scrollbar {
  display: none;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  /* font-family: ten-mincho, serif; */
  font-family: serif;
}



img {
  vertical-align: bottom;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: all 0.3s;
}

.sample5-3::before {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #2fa89a;
}
.sample5-3::after {
  left: 11px;
  width: 10px;
  height: 10px;
  border-top: 4px solid #2fa89a;
  border-right: 4px solid #2fa89a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sample5-3:hover::before {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #2fa89a;
}
.sample5-3:hover::after {
  left: 11px;
  width: 10px;
  height: 10px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.GreenBoxContainer {
  /* display:flex; */
  width: 90%;
  margin: 0 auto;
  margin-top: 66.67px;
}

.konn {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 33.3px; */
  justify-content: center;
  /* justify-content: space-around; */
  max-width: 2000px;
  /* margin: calc(-30px / 2); */
  /* padding: 30px; */
}

.ps_all-container {
  /* border: solid; */
  margin-top: 70px;
}

.program_container {
  display: flex;
  flex-wrap: wrap;
}

.program_card {
  width: 580px;
  border: 2px solid #2fa89a;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 40px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
}

.ps_gap {
  width: 580px;
  margin-left: 20px;
}

.program_card.ps_card-committee {
  border: 2px solid #460e44;
}

.program_card.ps_card-committee .left-box {
  background-color: #460e44;
}

.program_card.ps_card-committee .left-box::after {
  border-left: 35px solid #460e44;
}

.program_card.ps_card-committee .sample5-3::before {
  border: 1px solid #460e44;
}

.program_card.ps_card-committee .sample5-3::after {
  border-top: 4px solid #460e44;
  border-right: 4px solid #460e44;
}

.program_card.ps_card-committee .sample5-3:hover::before {
  background: #460e44;
}

.program_card.ps_card-committee .sample5-3:hover::after {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

.participants_image {
  width: 120px;
  height: 120px;
  margin: 32px auto 36px;
}

.program_card.ps_card-committee .participants_image {
  height: 100%;
  margin: 0 auto;
}

.participants_image.no-icons {
  height: 100%;
  margin: 0 auto;
}

.participants_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.left-box {
  background-color: #2fa89a;
  width: 160px;
  position: relative;
  margin-right: 45px;
}

.left-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: -35px;
  border-top: 128px solid transparent;
  border-left: 35px solid #2fa89a;
  border-bottom: 128px solid transparent;
}

.right-box {
  padding: 8px;
  padding-right: 12px;
}

.icons {
  display: flex;
  width: 110px;
  justify-content: space-between;
  margin: 0 auto;
}

.icons .icon {
  background-color: #fff;
  padding: 3px;
  border-radius: 5px;
  width: 32px;
}

.icons .icon img {
  width: 26px;
}

.first-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.genre {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: solid 3px #f4e767;
  margin-right: 14px;
}

.program_card.ps_card-committee .genre {
  border: none;
}

.genre img {
  /* width: 48px; */
  width: 80%;
  /* vertical-align: middle; */
}

.program-name {
  display: inline-block;
  font-size: 1.2rem;
  width: 14em;
  line-height: 1.3rem;
  font-weight: bold;
  font-feature-settings: "palt";
}

.participant-name {
  font-size: 0.9rem;
  margin-left: 62px;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 21em;
  height: 2.8rem;
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
}

.participant-name.row2 {
  font-size: 0.8rem;
}

.date-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ps-fontawesome {
  font-size: 1.6rem;
}

.date-image {
  /* display: inline-block; */
  display: flex;
  width: 48px;
  text-align: center;
  margin-right: 14px;
  /* height: 2.5rem; */
  align-items: center;
  justify-content: center;
}

.date-content {
  display: inline-block;
  height: 2.8em;
  display: flex;
  align-items: center;
}

.date-content p {
  width: 19em;
  font-size: 0.9375rem;
}

.date-content.row2 p {
  font-size: 0.8rem;
}

.place-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.place-image {
  display: inline-block;
  width: 48px;
  text-align: center;
  margin-right: 14px;
}

.place-content {
  display: inline-block;
  height: 2.8em;
  display: flex;
  align-items: center;
}

.place-content p {
  /* width: 15em; */
  font-size: 0.9375rem;
}

.place-content.row2 p {
  font-size: 0.8rem;
  /* width: 19em; */
}

.last-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ps_line {
  width: 17em;
  height: 2px;
  background-color: #707070;
  margin-top: 10px;
  margin-bottom: 10px;
}

.catchphrase {
  position: relative;
  /* margin-top: 20px; */
  font-size: 1rem;
  /* display: flex; */
  /* align-items: center; */
  /* flex-wrap: wrap; */
  /* line-height: 2em; */
  /* height: 2em; */
}

/* .catchphrase::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #707070;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
} */

.catchphrase p {
  /* text-align: center; */
  text-align: left;
  width: 17em;
  height: 2rem;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.catchphrase.row2 p {
  font-size: 0.75rem;
  width: 23em;
  height: 2rem;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.catchphrase.row2.another p {
  font-size: 0.9rem;
}

.more-arrow {
  width: 40px;
  display: flex;
  align-items: center;
  /* margin-left: 10px; */
  /* position: absolute; */
  /* right: 4px; */
  /* right: 0; */
}

.haikei {
  z-index: -1;
  width: 100%;
  background-attachment: fixed;
  position: fixed;
  -webkit-filter: opacity(39%);
  filter: opacity(39%);
  display: inline-block;
  pointer-events: none;
  overflow-x: hidden;
}
.haikei img {
  overflow: hidden;
  width: 100vw;
}

/* 全体をxdから1.7で割って表記 */

.ps_title {
  text-align: center;
  padding-top: 30px;
}

.ps_title-logo {
  width: 400px;
  height: auto;
}

.ps_participants-forms {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}

.ps_participants-form {
  width: 28%;
  margin: 10px;
}

.ps_participants-form img {
  width: 100%;
}

.ps_participants-form img:hover {
  transform: scale(0.985);
  opacity: 0.9;
  transition: 0.5s;
}

/* .nigyoume img{
  width: 300px;

} */

/*検索始まり*/
/* 検索の五角形を入れて中に寄せる */
.serch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.nyuryoku {
  /* margin-top: 50px; */
  color: #2fa89a;
  background-color: #ffffff;
  width: 26rem;
  border: solid 2px #2fa89a;
  border-radius: 18px;
  font-size: 20px;
  /* font-size: 1.5rem; */
  /* text-align: center; */
  color: #707070;
  height: 2.6rem;
  padding-left: 15px;
  padding-right: 10px;
}

.nyuryoku:focus {
  outline: none;
  color: #000;
}

/* .nyuryoku p{
  font-size: 20px;
  color:#2fa89a;
  margin-top:0.3rem;
  font-family: serif;
  font-weight: bold;
} */

.kensaku {
  background-color: #2fa89a;
  /* clip-path: polygon(61% 0, 100% 0%, 100% 50%, 61% 50%, 35% 25%); */
  clip-path: polygon(40% 30%, 100% 30%, 100% 70%, 40% 70%, 0 50%);
  /* width: 6rem; */
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
}

.kensaku p {
  margin-left: 3rem;
  font-size: 1.125rem;
  color: #ffffff;
  /* width: 4em; */
  /* height: 4rem; */
}

/*その他始まり*/

.sonota {
  margin: 0 auto;
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 66.67px;
  justify-content: center;
}

.sonota .ps-special-icon {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.ps-special-icon.sale {
  margin-left: -10px;
}

.sonota .ps-special-icon img {
  width: 70px;
}

.sonota .ps-special-icon p {
  margin-right: 1.2rem;
  /* width: 6rem; */
}

.sonota .ps-special-icon.mr img {
  margin-right: 7px;
}

.Genre1 {
  width: 90%;
  margin: 0 auto;
}

.Genre1 .syurui {
  /* margin: 0 auto; */
  /* width: 100%; */
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 66.67px; */
  justify-content: center;
  gap: 10px;
}

.each-genre {
  font-weight: bold;
  border: solid 2px #3f3f3f;
  width: 6rem;
  /* height: 93.6px; */
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.each-genre .each-genre-img {
  width: 100px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.each-genre-img img {
  width: 85%;
  height: 85%;
  object-fit: contain;
}

.each-genre-img img {
  filter: invert(0);
  /* transition-property: filter; */
  /* transition-duration: .5s; */
  /* transition-timing-function: ease; */
}

.each-genre.entertainment {
  width: 12rem;
}
.each-genre.experience_booth {
  width: 9rem;
}

.each-genre p {
  white-space: nowrap;
  vertical-align: bottom;
}

.controls fieldset {
  border: none;
  margin-bottom: 20px;
}

.controls fieldset:last-child {
  margin-bottom: 60px;
}

.controls button {
  border: none;
  background-color: transparent;
  font-family: serif;
  cursor: pointer;
  border: solid 2px #3f3f3f;
}

.controls button:hover {
  background-color: #f4e767;
  transition: all 0.3s;
}

/* ボックス始まり */

.GreenBox {
  /* margin-top:-10rem;
  margin-left:2rem; */
  /* width: 300px; */
  margin-left: 0.7rem;
  position: relative;
}

.GreenBox p {
  color: #3f3f3f;
}

.LeftBox {
  font-weight: bold;
  background-color: #2fa89a;
  clip-path: polygon(0 20%, 58% 20%, 68% 60%, 58% 100%, 0% 100%);
  width: 16rem;
  height: 17.5rem;
  /* margin-top:10rem; */
  /* z-index: 2; */
}

.boxHaishinn {
  padding: 0;
  position: absolute;
  top: -52px;
  left: -20px;
  z-index: 10;
  /* z-index: 1; */
}

.boxHaishinn img {
  margin-top: 1rem;
  /* height: 3rem; */
  width: 70px;
}

.LeftBox .kikakupicture {
  width: 7.9rem;
  margin-top: 5rem;
  margin-left: 1rem;
}

.sonotabox {
  display: flex;
  margin-top: -1rem;
  margin-left: 1.2rem;
}

.sonotabox img {
  width: 2rem;
  margin-top: 2rem;
}

.RightBox {
  margin-top: -14rem;
  margin-left: 9rem;
  /* padding-left:9rem; */
  font-weight: bold;
  background-color: #ffffff;
  width: 24rem;
  height: 13.75rem;
  font-weight: bold;
  border: solid 2px #2fa89a;
}

.FirstRow {
  display: flex;
  margin-top: 0.8rem;
  margin-left: 2rem;
  vertical-align: center;
}

.booth img {
  height: 2rem;
  margin-top: 0.1rem;
  display: inline-block;
}

.FirstRow .booth {
  font-weight: bold;
  border: solid 3px #f4e767;
  text-align: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  vertical-align: middle;
}

.FirstRow p {
  font-size: 1rem;
  font-weight: 500;
  font-family: serif;
  margin-top: 1rem;
  margin-left: 0.4rem;
}

.SecondRow p {
  font-family: "ten-mincho", serif;
  font-size: 0.9rem;
  margin-left: 5.6rem;
  margin-top: 0.3rem;
}

.ThirdRow {
  display: flex;
  vertical-align: center;
  margin-top: -1.3rem;
  margin-left: 2.2rem;
  padding: 0;
}

.time img {
  margin-top: 1rem;
  margin-left: 0.18rem;
  height: 2.7rem;
  padding: 0;
}

.ThirdRow p {
  font-family: "ten-mincho", serif;
  font-size: 1rem;
  margin-left: 0.5rem;
  margin-top: 1.7rem;
  padding: 0;
}

/* 矢印が立てに動くようであったら.yajirusiyouのwidth変える */

.yajirusiyou {
  display: flex;
}

.ForthRow {
  display: flex;
  vertical-align: center;
  margin-top: -0.6rem;
  margin-left: 2rem;
  padding: 0;
}

.yajirusiyou .matome .ForthRow .erea img {
  margin-top: 0.5rem;
  margin-left: 0rem;
  height: 2.6rem;
}

.ForthRow p {
  font-family: "ten-mincho", serif;
  font-size: 1rem;
  margin-left: 0.2rem;
  margin-top: 1.1rem;
}

.FifthRow {
  padding: 0;
  margin-left: 2rem;
}

.line {
  border-bottom: 0.2rem solid #3f3f3f;
  margin-left: 0.8rem;
  width: 16rem;
  color: #3f3f3f;
}

.SixthRow {
  display: flex;
  justify-content: right;
}

.SixthRow .chach {
  font-family: "ten-mincho", serif;
  font-size: 1rem;
  margin-right: 8rem;
  margin-top: 0.5rem;
}

.syousai {
  margin-top: 2rem;
  margin-left: 0.3rem;
  width: 2.3rem;
  height: 2.3rem;
  background-color: #fff;
  color: #2fa89a;
  border: solid 0.2rem #2fa89a;
  font-size: 1.6vw;
  padding-bottom: 0.3vw;
  padding-top: 0.3vw;
  padding-left: 0.4vw;
  padding-right: 0.4vw;
  border-radius: 50%;
  transition: ease 1s;
}

.ArrowLeft {
  padding-left: 0.3rem;
  padding-top: 0.1rem;
  text-align: center;
  vertical-align: center;
  margin-top: 0.2rem;
}

/* .button {
  background-color: #284c9e;
  opacity: 0.85;
  color: #fff;
  border: solid 1.5px #284c9e;
  font-size: 1.5vw;
  padding-bottom: 0.3vw;
  padding-top: 0.3vw;
  padding-left: 0.4vw;
  padding-right: 0.4vw;
  border-radius: 50%;
  letter-spacing: -0.1vw;
  text-decoration: none;
  transition: ease;
}

.button:hover {
  background-color: #fff;
  opacity: 0.85;
  color: #284c9e;
  border: solid 1.5px #284c9e;
  font-size: 1.5vw;
  padding-bottom: 0.3vw;
  padding-top: 0.3vw;
  padding-left: 0.4vw;
  padding-right: 0.4vw;
  border-radius: 50%;
  letter-spacing: -0.1vw;
  text-decoration: none;
  transition: ease 1s;
} */

/* サンプルコード */

/* フッター始まり */

/* ここからスクローストップ */

:root {

  --white: #636363;
  --grey-light: #71D1C5;
  --grey: #71D1C5;
  --black: #9262d1;
  --black-blue: #71D1C5;
  --black-blue-light: #71D1C5;
  --black-blue-light-2: #71D1C5;
  --black-blue-light-3: #71D1C5;
  --black-light: #71D1C5;

}


/* #Progress
================================================== */

.progress-wrap {
  position: fixed;
  right: 4vw;
  bottom: 80px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2.5px rgba(77, 74, 74, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f106';
  font-weight: 900;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  color: var(--white);
  left: 0;
  top: 0;
  height: 50px;
  width: 60px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;

}

.progress-wrap:hover::after {
  opacity: 0.5;
}

.progress-wrap::before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f106';
  font-weight: 900;
  text-align: center;
  line-height: 46px;
  font-size: 28px;
  opacity: 0;
  /* background-image: linear-gradient(298deg, var(--red), var(--yellow)); */
  /* -webkit-background-clip: text; */
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 50px;
  width: 60px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--grey);
  stroke-width: 5;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}