@charset "UTF-8";
/* =================================================================
 base
================================================================= */
#wholeWrapper,
#main {
  letter-spacing: 0.1em;
}

#main {
  padding-bottom: 10em;
}
@media screen and (max-width: 767px) {
  #main {
    padding-bottom: 5.7142857143em;
  }
}

.comment {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.4444444444em;
  margin: 0 auto 0.5555555556em;
  width: -moz-fit-content;
  width: fit-content;
  color: #ee7800;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1080px) {
  .comment {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .comment {
    font-size: 16px;
  }
}
.comment::before, .comment::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 13/24;
  width: 0.7222222222em;
  min-width: 0.7222222222em;
  height: auto;
  background-image: url(../media/images/top/icon_comment_red.png);
  position: relative;
}
.comment::after {
  transform: scale(-1, 1);
}

/* =================================================================
 トップページ
================================================================= */
/* 導入
-------------------------------------------------------------*/
#introduction {
  position: relative;
}
#introduction .event-title {
  padding: clamp(38px, 3.9vw, 58px) 20px 0;
  height: clamp(400px, 41.6vw, 625px);
  background: #1b2c55;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #introduction .event-title {
    padding-top: 40px;
    height: 550px;
  }
}
#introduction .event-title::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1500/586;
  width: 100%;
  height: auto;
  background-image: url(../media/images/top/bg_mainvisual.webp);
  position: absolute;
  left: 0;
  bottom: clamp(220px, 28.8vw, 432px);
  transform: translate(0, 100%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #introduction .event-title::before {
    width: 979px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
  }
}
#introduction .event-title img {
  display: block;
  margin-inline: auto;
  width: clamp(460px, 46vw, 690px);
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #introduction .event-title img {
    width: clamp(335px, 59vw, 460px);
  }
}
#introduction .event-title .event-info {
  margin: min(3.3vw, 50px) auto 0;
  padding: 1.25em 1.25em 1.375em;
  max-width: 650px;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1372px) {
  #introduction .event-title .event-info {
    margin-top: min(2.5vw, 40px);
    padding: 1em 1em 1.125em;
  }
}
@media screen and (max-width: 767px) {
  #introduction .event-title .event-info {
    margin-top: 2.1428571429em;
    max-width: 360px;
  }
}
#introduction .event-title .event-info .lead {
  margin-top: 0;
  color: #e40012;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #introduction .event-title .event-info .lead {
    font-size: 13px;
  }
}
#introduction .event-title .event-info .notice {
  margin-top: 0.4615384615em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #introduction .event-title .event-info .notice {
    font-size: 11px;
  }
}
#introduction .registration {
  background: linear-gradient(90deg, #00a68f, #84cccc);
}
#introduction .registration .inner {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  gap: 7.1875em;
  padding-block: 1.5em;
}
@media screen and (max-width: 1080px) {
  #introduction .registration .inner {
    gap: 2.2857142857em;
  }
}
@media screen and (max-width: 767px) {
  #introduction .registration .inner {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 1.0714285714em;
    padding-block: 1em 1.7142857143em;
  }
}
#introduction .registration .text-box {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #introduction .registration .text-box {
    width: 100%;
  }
}
#introduction .registration .leading {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.6;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.4090909091em;
}
@media screen and (max-width: 1080px) {
  #introduction .registration .leading {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #introduction .registration .leading {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #introduction .registration .leading {
    width: 100%;
    text-align: center;
    text-decoration-thickness: 1px;
  }
}
#introduction .registration .leading em {
  font-size: 1.3em;
  font-weight: 600;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  #introduction .registration .leading em {
    font-size: 1.25em;
  }
}
#introduction .registration .leading-sub {
  margin-top: 1em;
  font-size: 18px;
}
@media screen and (max-width: 1080px) {
  #introduction .registration .leading-sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #introduction .registration .leading-sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #introduction .registration .leading-sub {
    margin-top: 0.5333333333em;
    font-size: 15px;
    text-align: center;
  }
}
#introduction .registration .button-box {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 1.5em 1.875em 1.875em;
  width: 21.875em;
  background: #FFF;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #introduction .registration .button-box {
    margin-inline: auto;
    width: calc(100% - 2.1428571429em);
    max-width: 25em;
  }
}
#introduction .registration .button-box .button {
  padding-right: 2.8em;
  width: 100%;
  min-height: 3.8888888889em;
  font-size: 18px;
}
@media screen and (max-width: 1080px) {
  #introduction .registration .button-box .button {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #introduction .registration .button-box .button {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #introduction .registration .button-box .button {
    min-height: 3.125em;
  }
}

/* 更新情報
-------------------------------------------------------------*/
#topics {
  margin-top: 5em;
  margin-inline: auto;
  max-width: 700px;
}
#topics .section-title {
  margin-top: 0;
}
#topics .topic-list {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: flex-start;
  border-top: solid 1px #eee;
}
#topics .topic-list .topic-box {
  width: 100%;
  border-bottom: solid 1px #eee;
}
#topics .topic-list .topic-box:nth-child(n+4) {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
#topics .topic-list .topic-box .box-inner {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 2.8125em;
  padding: 1em 1.5625em;
  color: #1b2c55;
}
@media screen and (max-width: 767px) {
  #topics .topic-list .topic-box .box-inner {
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 0.4285714286em;
    padding: 0.7142857143em 1.1428571429em;
  }
}
#topics .topic-list .topic-box .date {
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  top: 0.1875em;
}
@media screen and (max-width: 1080px) {
  #topics .topic-list .topic-box .date {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #topics .topic-list .topic-box .date {
    font-size: 12px;
  }
}
#topics .topic-list .topic-box a .text {
  text-decoration: underline;
  text-underline-offset: 0.2857142857em;
}
#topics .topic-list.open .topic-box:nth-child(n+4) {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s;
}
#topics .buttons {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  #topics .buttons {
    margin-top: 2.2857142857em;
  }
}
#topics ~ #message {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  #topics ~ #message {
    margin-top: 3.5714285714em;
  }
}

/* ピックアップ情報
-------------------------------------------------------------*/
#pickup-info {
  margin-top: 3.4375em;
}
@media screen and (max-width: 767px) {
  #pickup-info {
    margin-top: 2.2857142857em;
  }
}
#pickup-info .section-title-s {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #pickup-info .slider {
    margin-left: -20px;
    width: calc(100% + 40px);
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #pickup-info .slider .slider-inner {
    width: 48%;
    overflow: visible;
  }
}
#pickup-info .slider .slide-prev,
#pickup-info .slider .slide-next {
  margin-top: 6.5%;
  top: 0;
}
@media screen and (max-width: 1080px) {
  #pickup-info .slider .slide-prev,
  #pickup-info .slider .slide-next {
    margin-top: 8.9%;
  }
}
@media screen and (max-width: 767px) {
  #pickup-info .slider .slide-prev,
  #pickup-info .slider .slide-next {
    margin-top: 13.0666666667%;
  }
}
@media screen and (max-width: 767px) {
  #pickup-info .slider .slide-prev {
    left: 26%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  #pickup-info .slider .slide-next {
    right: 26%;
    transform: translate(50%, -50%);
  }
}
#pickup-info .pickup-box .img-box {
  border-radius: 4px;
  overflow: hidden;
}
#pickup-info .pickup-box .img-box img {
  width: 100%;
  height: auto;
}
#pickup-info .pickup-box .img-box.default {
  border: solid 1px #CCC;
}
#pickup-info .pickup-box .text-box .date {
  margin-block: 0 0.2857142857em;
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  #pickup-info .pickup-box .text-box .date {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #pickup-info .pickup-box .text-box .date {
    font-size: 12px;
  }
}
#pickup-info .pickup-box .text-box .title {
  margin-top: 0;
}
#pickup-info .slider.not-init .slider-inner {
  opacity: 1;
}
#pickup-info .slider.not-init .pickup-list {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 1.25em;
}
#pickup-info .slider.not-init .pickup-box {
  width: calc(25% - 3 * 1.25em / 4);
}
@media screen and (max-width: 1080px) {
  #pickup-info .slider.not-init .pickup-box {
    width: calc(33.3333333333% - 2 * 1.25em / 3);
  }
}

/* メッセージ
-------------------------------------------------------------*/
#message {
  margin-top: 3.4375em;
  padding-block: 9.6875em 10em;
  background: linear-gradient(#1b2c55, 65%, #60639e);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #message {
    margin-top: 2.2857142857em;
    padding-block: 7.1428571429em;
    padding-inline: 1.0714285714em;
  }
}
#message::before, #message::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 467/540;
  width: 29.1875em;
  height: auto;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #message::before, #message::after {
    width: 20em;
  }
}
#message::before {
  background-image: url(../media/images/top/bg_message_01.png);
  top: -2.25em;
  left: -3.125em;
}
#message::after {
  background-image: url(../media/images/top/bg_message_02.png);
  bottom: -5.75em;
  right: -7.75em;
}
#message .section-title {
  margin-top: 0;
  color: #FFF;
}
#message .section-title .en {
  color: #FFF;
}
#message .catchcopy {
  margin: 0 auto;
  width: clamp(460px, 36.5vw, 548px);
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #message .catchcopy {
    width: clamp(335px, 59vw, 460px);
  }
}
#message .catchcopy img {
  width: 100%;
  height: auto;
}
#message .lead {
  margin-top: 2.7777777778em;
  line-height: 2;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #message .lead {
    font-size: 14px;
  }
}
#message .movie-wrap {
  margin-top: 3.125em;
  max-width: 800px;
}

/* 参加申し込み
-------------------------------------------------------------*/
#registration {
  padding-block: 3em 3.25em;
  background: linear-gradient(90deg, #00a68f, #84cccc);
}
@media screen and (max-width: 767px) {
  #registration {
    padding-inline: 1.0714285714em;
  }
}
#registration .inner {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 2.1875em 1.5em;
  max-width: 980px;
}
@media screen and (max-width: 767px) {
  #registration .inner {
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
}
#registration .registration-title {
  width: 100%;
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.6;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.5333333333em;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #registration .registration-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  #registration .registration-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #registration .registration-title {
    text-decoration-thickness: 2px;
  }
}
#registration .registration-title em {
  font-size: 1.2em;
  font-weight: 600;
  font-style: italic;
}
#registration .text-box {
  flex: 1;
  color: #FFF;
}
#registration .text-box p:first-child {
  margin-top: 0;
}
#registration .text-box p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #registration .text-box p {
    line-height: 1.6;
  }
}
#registration .text-box .notice-s {
  margin-top: 2.6666666667em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #registration .text-box .notice-s {
    margin-top: 16px;
  }
}
#registration .button-box {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 1.5em 1.875em 1.875em;
  width: 21.875em;
  background: #FFF;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #registration .button-box {
    margin-inline: auto;
    width: 100%;
    max-width: 25em;
  }
}
#registration .button-box .button {
  padding-right: 2.8em;
  width: 100%;
  min-height: 3.8888888889em;
  font-size: 18px;
}
@media screen and (max-width: 1080px) {
  #registration .button-box .button {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #registration .button-box .button {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #registration .button-box .button {
    min-height: 3.125em;
  }
}

/* タイムテーブル
-------------------------------------------------------------*/
@media screen and (max-width: 1180px) {
  body:has(.Header):has(#event-header.up) #timetable .day-navs {
    top: calc(70px + var(--header-height--pc));
  }
}
@media screen and (max-width: 1080px) {
  body:has(.Header):has(#event-header.up) #timetable .day-navs {
    top: calc(61px + var(--header-height--pc));
  }
}
@media screen and (max-width: 767px) {
  body:has(.Header):has(#event-header.up) #timetable .day-navs {
    top: calc(50px + var(--header-height--sp));
  }
}
body:has(.Header):has(#event-header.up) #timetable .timetable-head {
  top: calc(70px + var(--header-height--pc));
}
@media screen and (max-width: 1180px) {
  body:has(.Header):has(#event-header.up) #timetable .timetable-head {
    top: calc(70px + 4.375em + var(--header-height--pc));
  }
}
@media screen and (max-width: 1080px) {
  body:has(.Header):has(#event-header.up) #timetable .timetable-head {
    top: calc(61px + 4.375em + var(--header-height--pc));
  }
}
@media screen and (max-width: 767px) {
  body:has(.Header):has(#event-header.up) #timetable .timetable-head {
    top: calc(50px + 2.8571428571em + var(--header-height--sp));
  }
}
body:has(.Header):has(#event-header.up) #timetable .stages {
  top: calc(70px + 3.125em + var(--header-height--pc));
}
@media screen and (max-width: 1180px) {
  body:has(.Header):has(#event-header.up) #timetable .stages {
    top: calc(70px + 7.5em + var(--header-height--pc));
  }
}
@media screen and (max-width: 1080px) {
  body:has(.Header):has(#event-header.up) #timetable .stages {
    top: calc(61px + 7.5em + var(--header-height--pc));
  }
}
@media screen and (max-width: 767px) {
  body:has(.Header):has(#event-header.up) #timetable .stages {
    top: calc(50px + 7.2857142857em + var(--header-height--sp) - 2px);
  }
}

#timetable-section {
  margin-top: 10em;
}
@media screen and (max-width: 767px) {
  #timetable-section {
    margin-top: 5.7142857143em;
  }
}
#timetable-section .section-title {
  margin-top: 0;
}
#timetable-section .notice-l a {
  color: #1b2c55;
  text-decoration: underline;
}
#timetable-section #timetable {
  margin-top: 3.125em;
  padding-inline: 5.375em;
  max-width: calc(1200px + 5.375em * 2);
  letter-spacing: 0;
}
@media screen and (max-width: 1180px) {
  #timetable-section #timetable {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  #timetable-section #timetable {
    margin-top: 1.7142857143em;
  }
}
#timetable-section #timetable .day-navs {
  display: none;
}
@media screen and (max-width: 1180px) {
  #timetable-section #timetable .day-navs {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #timetable-section #timetable .day-navs {
    padding-inline: 2.1875em;
  }
}
#timetable-section #timetable .timetables {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 1180px) {
  #timetable-section #timetable .timetables {
    display: block;
  }
}
#timetable-section #timetable .timetable {
  --box-height: 880px;
  --box-height-sp: 588px;
  --minute-height: calc(var(--box-height) / var(--time-division-minute));
  --minute-height-sp: calc(var(--box-height-sp) / var(--time-division-minute));
  margin: 0;
}
@media screen and (max-width: 1372px) {
  #timetable-section #timetable .timetable {
    --box-height: 938px;
  }
}
@media screen and (max-width: 1180px) {
  #timetable-section #timetable .timetable {
    --box-height: 680px;
  }
}
@media screen and (max-width: 1080px) {
  #timetable-section #timetable .timetable {
    --box-height: 658px;
  }
}
@media screen and (max-width: 767px) {
  #timetable-section #timetable .timetable {
    --box-height-sp: 588px;
  }
}
@media screen and (max-width: 425px) {
  #timetable-section #timetable .timetable {
    --box-height-sp: 704px;
  }
}
@media screen and (max-width: 1180px) {
  #timetable-section #timetable .timetable {
    margin-top: 3.75em;
  }
}
@media screen and (max-width: 767px) {
  #timetable-section #timetable .timetable {
    margin-top: 2.1428571429em;
  }
}
#timetable-section #timetable .timetable + .timetable {
  margin: 0;
}
@media screen and (max-width: 1180px) {
  #timetable-section #timetable .timetable + .timetable {
    margin-top: 6.25em;
  }
}
@media screen and (max-width: 767px) {
  #timetable-section #timetable .timetable + .timetable {
    margin-top: 2.1428571429em;
  }
}
#timetable-section #timetable .timetable .timetable-head {
  top: 70px;
}
@media screen and (max-width: 1180px) {
  #timetable-section #timetable .timetable .timetable-head {
    top: calc(70px + 4.375em);
  }
}
@media screen and (max-width: 1080px) {
  #timetable-section #timetable .timetable .timetable-head {
    top: calc(61px + 4.375em);
  }
}
@media screen and (max-width: 767px) {
  #timetable-section #timetable .timetable .timetable-head {
    top: calc(50px + 2.8571428571em);
  }
}
#timetable-section #timetable .timetable .timetable-head .day {
  font-size: 20px;
  min-height: 2.5em;
}
@media screen and (max-width: 1080px) {
  #timetable-section #timetable .timetable .timetable-head .day {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #timetable-section #timetable .timetable .timetable-head .day {
    font-size: 15px;
  }
}
@media screen and (max-width: 1180px) {
  #timetable-section #timetable .timetable .timetable-head .day {
    font-size: 22px;
    min-height: 2.2727272727em;
  }
}
@media screen and (max-width: 1080px) {
  #timetable-section #timetable .timetable .timetable-head .day {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #timetable-section #timetable .timetable .timetable-head .day {
    font-size: 27px;
  }
}
#timetable-section #timetable .timetable .timetable-body {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 1180px) {
  #timetable-section #timetable .timetable .timetable-body {
    grid-template-columns: auto repeat(2, 1fr);
  }
}
#timetable-section #timetable .timetable .stages {
  grid-area: 1/1/span 1/span 2;
  grid-template-columns: repeat(2, 1fr);
  top: calc(70px + 3.125em);
}
@media screen and (max-width: 1180px) {
  #timetable-section #timetable .timetable .stages {
    grid-area: 1/2/span 1/span 3;
    grid-template-columns: repeat(2, 1fr);
    top: calc(70px + 7.5em);
  }
}
@media screen and (max-width: 1080px) {
  #timetable-section #timetable .timetable .stages {
    top: calc(61px + 7.5em);
  }
}
@media screen and (max-width: 767px) {
  #timetable-section #timetable .timetable .stages {
    grid-area: 1/1/span 1/span 3;
    top: calc(50px + 7.2857142857em - 2px);
  }
}
#timetable-section #timetable .timetable .timeline {
  grid-area: 2/1/span 1/span 1;
  padding-inline: 1.25em;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 0);
}
@media screen and (max-width: 1180px) {
  #timetable-section #timetable .timetable .timeline {
    position: relative;
    transform: none;
  }
}
@media screen and (max-width: 1080px) {
  #timetable-section #timetable .timetable .timeline {
    padding-inline: 1.4285714286em;
  }
}
@media screen and (max-width: 767px) {
  #timetable-section #timetable .timetable .timeline {
    padding-inline: 1.4285714286em 1.0714285714em;
  }
}
#timetable-section #timetable .timetable .timeline .time {
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  #timetable-section #timetable .timetable .timeline .time {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #timetable-section #timetable .timetable .timeline .time {
    font-size: 12px;
  }
}
@media screen and (max-width: 1180px) {
  #timetable-section #timetable .timetable .timeline .time {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #timetable-section #timetable .timetable .timeline .time {
    font-size: 11px;
  }
}
#timetable-section #timetable .timetable .seminar-list.stage-main {
  grid-area: 2/1/span 1/span 1;
}
@media screen and (max-width: 1180px) {
  #timetable-section #timetable .timetable .seminar-list.stage-main {
    grid-area: 2/2/span 1/span 1;
  }
}
#timetable-section #timetable .timetable .seminar-list.stage-sub {
  grid-area: 2/2/span 1/span 1;
}
@media screen and (max-width: 1180px) {
  #timetable-section #timetable .timetable .seminar-list.stage-sub {
    grid-area: 2/3/span 1/span 1;
  }
}
@media screen and (max-width: 767px) {
  #timetable-section #timetable .timetable .seminar-list.current {
    grid-area: 2/2/span 1/span 3;
  }
}
@media screen and (max-width: 767px) {
  #timetable-section #timetable .timetable .seminar-box .seminar-box-inner {
    padding-right: 0.3571428571em;
  }
}
#timetable-section #timetable .timetable .seminar-box .buttons .button.show-detail {
  max-width: 14.2857142857em;
}
#timetable-section #timetable .timetable.day2 {
  border-left: solid 1px #1b2c55;
}
@media screen and (max-width: 1180px) {
  #timetable-section #timetable .timetable.day2 {
    border-left: 0;
  }
}
#timetable-section #timetable .timetable.day2 .timeline {
  display: none;
}
@media screen and (max-width: 1180px) {
  #timetable-section #timetable .timetable.day2 .timeline {
    display: grid;
  }
}

/* おすすめ講演
-------------------------------------------------------------*/
#pickup {
  margin-top: 10em;
  padding-block: 9.6875em 10em;
  background: linear-gradient(#1b2c55, 65%, #60639e);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #pickup {
    margin-top: 5.7142857143em;
    padding-block: 7.1428571429em;
    padding-inline: 1.0714285714em;
  }
}
#pickup::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 464/290;
  width: 29em;
  height: auto;
  background-image: url(../media/images/top/bg_pickup_01.png);
  position: absolute;
  top: -2.5em;
  left: -2.1875em;
}
@media screen and (max-width: 767px) {
  #pickup::before {
    width: 19.8571428571em;
    top: -4.2857142857em;
    left: -2.8571428571em;
  }
}
#pickup::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 961/426;
  width: 60.0625em;
  height: auto;
  background-image: url(../media/images/top/bg_pickup_02.png);
  position: absolute;
  bottom: -11.5em;
  right: -8.75em;
}
@media screen and (max-width: 767px) {
  #pickup::after {
    width: 41.1428571429em;
    bottom: -8.5714285714em;
    right: -12.8571428571em;
  }
}
#pickup .section-title {
  margin-top: 0;
  color: #FFF;
}
#pickup .section-title .en {
  color: #FFF;
}
#pickup .buttons .button.normal {
  border-color: #FFF;
  background: #FFF;
  color: #1b2c55;
}
#pickup .buttons .button.normal::before {
  background: #1b2c55;
}
#pickup .buttons .button.normal::after {
  background-image: url(../media/images/common/icon_btn_next.svg);
}

/* 会場コンテンツ
-------------------------------------------------------------*/
#venue {
  margin-top: 10em;
}
@media screen and (max-width: 767px) {
  #venue {
    margin-top: 5.7142857143em;
    padding-inline: 1.0714285714em;
  }
}
#venue .section-title {
  margin-top: 0;
}
#venue .full-img {
  margin-top: 2.5em;
  overflow: hidden;
  height: clamp(400px, 37vw, 560px);
}
#venue .full-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #venue .full-img {
    margin-left: -15px;
    width: calc(100% + 30px);
    height: clamp(260px, 42vw, 400px);
  }
}
#venue .content-list {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  gap: 2.25em;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  #venue .content-list {
    margin-inline: auto;
    max-width: 34.2857142857em;
  }
}
#venue .content-box {
  width: calc(50% - 1 * 2.25em / 2);
}
@media screen and (max-width: 767px) {
  #venue .content-box {
    width: 100%;
  }
}
#venue .content-box .img-box img {
  width: 100%;
  height: auto;
}
#venue .content-box .text-box {
  margin-top: 1.875em;
}
@media screen and (max-width: 767px) {
  #venue .content-box .text-box {
    margin-top: 1.4285714286em;
  }
}
#venue .content-box .content-title {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  #venue .content-box .content-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #venue .content-box .content-title {
    font-size: 17px;
  }
}
#venue .content-box .explanation {
  margin-top: 0.9375em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #venue .content-box .explanation {
    margin-top: 0.4285714286em;
  }
}

/* 展示エリア
-------------------------------------------------------------*/
#exhibition {
  margin-top: 7.5em;
  padding-block: 10em;
  background: #e5e8f0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #exhibition {
    margin-top: 4.2857142857em;
    padding-block: 7.1428571429em;
    padding-inline: 1.0714285714em;
  }
}
#exhibition::before, #exhibition::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 395/458;
  width: 24.6875em;
  height: auto;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #exhibition::before, #exhibition::after {
    width: 20em;
  }
}
#exhibition::before {
  background-image: url(../media/images/top/bg_exhibition_01.png);
  top: 0;
  left: 0;
}
#exhibition::after {
  background-image: url(../media/images/top/bg_exhibition_02.png);
  bottom: 0;
  right: 0;
}
#exhibition .section-title {
  margin-top: 0;
}
#exhibition .slider-main {
  margin-top: 2.5em;
  padding-inline: 3.125em;
}
@media screen and (max-width: 767px) {
  #exhibition .slider-main {
    padding-inline: 0;
  }
}
#exhibition .slider-main .slide-prev,
#exhibition .slider-main .slide-next {
  width: 2.5em;
  height: 2.5em;
  background: #1b2c55;
}
#exhibition .slider-main .slide-prev::after,
#exhibition .slider-main .slide-next::after {
  width: 1.5625em;
}
#exhibition .slider-main .slide-prev {
  left: -0.9375em;
}
#exhibition .slider-main .slide-next {
  right: -0.9375em;
}
#exhibition .slider-thumbnail {
  margin-top: 3.125em;
}
@media screen and (max-width: 767px) {
  #exhibition .slider-thumbnail {
    margin-top: 1.7142857143em;
    margin-left: -35px;
    padding-inline: 35px;
    width: calc(100% + 40px + 30px);
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #exhibition .slider-thumbnail .swiper,
  #exhibition .slider-thumbnail .swiper-container {
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  #exhibition .slider-thumbnail .swiper-wrapper {
    transform: none !important;
  }
}
#exhibition .exhibition-list .exhibition-box {
  background: #FFF;
  border-radius: 10px;
}
#exhibition .exhibition-list .exhibition-box .box-inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 2.5em;
  padding: 2.5em;
}
@media screen and (max-width: 767px) {
  #exhibition .exhibition-list .exhibition-box .box-inner {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 1.25em;
    padding: 2.1428571429em;
  }
}
#exhibition .exhibition-list .exhibition-box .img-box {
  display: block;
}
@media screen and (min-width: 768px) {
  #exhibition .exhibition-list .exhibition-box .img-box {
    width: 48.78%;
  }
}
@media screen and (max-width: 767px) {
  #exhibition .exhibition-list .exhibition-box .img-box {
    width: 100%;
  }
}
#exhibition .exhibition-list .exhibition-box .img-box img {
  width: 100%;
  height: auto;
}
#exhibition .exhibition-list .exhibition-box .text-box {
  flex: 1;
  margin: 0;
}
#exhibition .exhibition-list .exhibition-box .text-box .exhibition-title {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  #exhibition .exhibition-list .exhibition-box .text-box .exhibition-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #exhibition .exhibition-list .exhibition-box .text-box .exhibition-title {
    font-size: 17px;
  }
}
#exhibition .exhibition-list .exhibition-box .text-box .explanation {
  margin-top: 1.875em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #exhibition .exhibition-list .exhibition-box .text-box .explanation {
    margin-top: 0.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  #exhibition .exhibition-list-thumbs {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 1.375em;
  }
}
#exhibition .exhibition-list-thumbs .exhibition-box-thumbs {
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
@media (hover: hover) {
  #exhibition .exhibition-list-thumbs .exhibition-box-thumbs:hover .img-box::after {
    opacity: 0.2;
  }
}
@media screen and (min-width: 768px) {
  #exhibition .exhibition-list-thumbs .exhibition-box-thumbs {
    width: calc(25% - 3 * 1.375em / 4) !important;
    margin-right: 0 !important;
  }
}
#exhibition .exhibition-list-thumbs .exhibition-box-thumbs::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 3px #58a9d9;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.2s;
}
#exhibition .exhibition-list-thumbs .exhibition-box-thumbs .img-box {
  display: block;
  position: relative;
}
#exhibition .exhibition-list-thumbs .exhibition-box-thumbs .img-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #555;
  opacity: 0.6;
  transition: all 0.2s;
}
#exhibition .exhibition-list-thumbs .exhibition-box-thumbs .img-box img {
  width: 100%;
  height: auto;
}
#exhibition .exhibition-list-thumbs .exhibition-box-thumbs .exhibition-icon {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0;
  padding: 0.35em 1.2em;
  min-width: 5.625em;
  max-width: 80%;
  background: #FFF;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #exhibition .exhibition-list-thumbs .exhibition-box-thumbs .exhibition-icon {
    padding-inline: 0.8em;
    font-size: 12px;
  }
}
#exhibition .exhibition-list-thumbs .exhibition-box-thumbs.swiper-slide-thumb-active::after {
  opacity: 1;
}
#exhibition .exhibition-list-thumbs .exhibition-box-thumbs.swiper-slide-thumb-active .img-box::after {
  content: none;
}
#exhibition .exhibition-list-thumbs .exhibition-box-thumbs.swiper-slide-thumb-active .exhibition-icon {
  background: #58a9d9;
  color: #FFF;
}
#exhibition + #venue-map {
  margin-top: 0;
}

/* 会場マップ
-------------------------------------------------------------*/
#venue-map {
  margin-top: 7.5em;
  padding-block: 3.125em;
  background: linear-gradient(90deg, #1b2c55, 65%, #60639e);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #venue-map {
    margin-top: 4.2857142857em;
    padding-block: 3.5714285714em 4.2857142857em;
    padding-inline: 1.0714285714em;
  }
}
#venue-map::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 940/242;
  width: 58.75em;
  height: auto;
  background-image: url(../media/images/top/bg_venue_map.png);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #venue-map::after {
    width: 25.7142857143em;
  }
}
#venue-map .inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 5em;
}
@media screen and (max-width: 1080px) {
  #venue-map .inner {
    gap: 2.8571428571em;
  }
}
@media screen and (max-width: 767px) {
  #venue-map .inner {
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 1.7142857143em;
  }
}
#venue-map .section-title-s {
  gap: 0.6153846154em;
  margin-block: 0 0.9230769231em;
  color: #FFF;
  font-size: 26px;
}
@media screen and (max-width: 1080px) {
  #venue-map .section-title-s {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #venue-map .section-title-s {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #venue-map .section-title-s {
    margin-bottom: 0;
  }
}
#venue-map .section-title-s::after {
  position: relative;
  top: 2px;
}
#venue-map .text-box {
  width: 18.75em;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #venue-map .text-box {
    width: 100%;
  }
}
#venue-map .text-box p {
  line-height: 2;
}
#venue-map .img-box {
  flex: 1;
  max-width: 34.375em;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  #venue-map .img-box {
    width: 100%;
    max-width: 100%;
  }
}
#venue-map .img-box img {
  width: 100%;
  height: auto;
}
#venue-map .img-box .zoom::before, #venue-map .img-box .zoom::after {
  content: none;
}

/* 参加申し込み（サブ）
-------------------------------------------------------------*/
#registration-sub {
  padding-block: 2.625em 3.125em;
  background: linear-gradient(90deg, #ee7800, #f6b472);
}
@media screen and (max-width: 767px) {
  #registration-sub {
    padding-inline: 1.0714285714em;
  }
}
#registration-sub p:not(.notice-s) {
  margin-top: 0;
  line-height: 2;
  color: #FFF;
  text-align: center;
}
#registration-sub .notice-s {
  margin-top: 1.3333333333em;
  margin-inline: auto;
  color: #FFF;
}
#registration-sub .buttons {
  margin-top: 1.5em;
}
#registration-sub .buttons .button {
  border-color: #FFF;
  background: #FFF;
  color: #ee7800;
}
#registration-sub .buttons .button::before {
  background: #ee7800;
}
#registration-sub .buttons .button::after {
  background-image: url(../media/images/common/icon_btn_next.svg);
}

/* 開催概要
-------------------------------------------------------------*/
#information {
  margin-top: 10em;
}
@media screen and (max-width: 767px) {
  #information {
    margin-top: 5.7142857143em;
    padding-inline: 1.0714285714em;
  }
}
#information .section-title {
  margin-top: 0;
}
#information .table-wrap {
  margin-inline: auto;
  padding: 3.75em;
  max-width: 900px;
  background: #f7f7f7;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  #information .table-wrap {
    padding: 2.2857142857em 1.7142857143em;
  }
}
#information dl.table {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 650px;
  border-top: solid 1px #eee;
}
@media screen and (max-width: 767px) {
  #information dl.table {
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
}
#information dl.table .title,
#information dl.table .data {
  padding: 1em 0 1.0625em;
  border-bottom: solid 1px #eee;
}
#information dl.table .title {
  padding-right: 0.5em;
  width: 8.75em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #information dl.table .title {
    padding: 0.5714285714em 0 0;
    width: 100%;
    border-bottom: 0;
  }
}
#information dl.table .data {
  width: calc(100% - 8.75em);
}
@media screen and (max-width: 767px) {
  #information dl.table .data {
    padding: 0.2857142857em 0 0.5714285714em;
    width: 100%;
  }
}
#information dl.table .address {
  line-height: 1.6;
}
#information dl.table .suport-mail img {
  width: auto;
  height: 17px;
}
@media screen and (max-width: 1080px) {
  #information dl.table .suport-mail img {
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  #information dl.table .suport-mail img {
    height: 13px;
  }
}
#information dl.table .link-list {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 1.25em;
  margin-top: 1.125em;
}

/* アクセス
-------------------------------------------------------------*/
#access {
  margin-top: 10em;
}
@media screen and (max-width: 767px) {
  #access {
    margin-top: 5.7142857143em;
    padding-inline: 1.0714285714em;
  }
}
#access .section-title {
  margin-top: 0;
}
#access .map-wrap {
  aspect-ratio: 1000/560;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #access .map-wrap {
    aspect-ratio: 1;
  }
}
#access .map-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#access .address {
  margin-top: 0.625em;
  color: #222;
}
#access .access-map {
  margin-top: 4.6875em;
  margin-inline: auto;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  #access .access-map {
    margin-top: 2.5em;
  }
}
#access .access-map img {
  display: block;
  width: 100%;
  height: auto;
}
#access .buttons {
  margin-top: 4.375em;
}
@media screen and (max-width: 767px) {
  #access .buttons {
    margin-top: 2.8571428571em;
  }
}
#access .access-info {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  #access .access-info {
    display: flex;
    align-items: stretch;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin-top: 3.5714285714em;
  }
}
#access .access-info .access-info-title {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.3846153846em;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #access .access-info .access-info-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #access .access-info .access-info-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #access .access-info .access-info-title {
    font-size: 19px;
  }
}
#access .access-info .access-info-title::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 18/26;
  width: 0.6923076923em;
  min-width: 0.6923076923em;
  height: auto;
  background-image: url(../media/images/common/icon_train.svg);
  position: relative;
  top: 0.0769230769em;
}
#access .access-info .access-detail {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 1.875em;
  margin-left: 1.25em;
  padding-block: 0.125em;
  padding-left: 1.875em;
  border-left: solid 1px #1b2c55;
}
@media screen and (max-width: 767px) {
  #access .access-info .access-detail {
    gap: 1.0714285714em;
    margin-top: 0.7142857143em;
    margin-left: 0;
    padding-block: 1.0714285714em 0;
    padding-left: 0;
    border-left: 0;
    border-top: solid 1px #1b2c55;
  }
}
#access .access-info .access-detail li {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  #access .access-info .access-detail li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #access .access-info .access-detail li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #access .access-info .access-detail li {
    font-size: 15px;
  }
}

/* よくあるご質問
-------------------------------------------------------------*/
#faq {
  margin-top: 10em;
}
@media screen and (max-width: 767px) {
  #faq {
    margin-top: 5.7142857143em;
    padding-inline: 1.0714285714em;
  }
}
#faq .section-title {
  margin-top: 0;
}
#faq .medium-title {
  margin-block: 3.3333333333em 1.0416666667em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #faq .medium-title {
    margin-block: 2.3529411765em 0.9411764706em;
  }
}
#faq .medium-title::before {
  content: none;
}
#faq .faq-list {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 1.25em;
}
@media screen and (max-width: 767px) {
  #faq .faq-list {
    gap: 0.8571428571em;
  }
}
#faq .faq-list .question {
  padding: 1.7777777778em 5.5555555556em 1.7777777778em 7.7777777778em;
  width: 100%;
  background: #f7f7f7;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #faq .faq-list .question {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #faq .faq-list .question {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #faq .faq-list .question {
    padding: 1.3333333333em 3.3333333333em;
    font-size: 15px;
  }
}
#faq .faq-list .question::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 27/34;
  width: 1.5em;
  height: auto;
  background-image: url(../media/images/common/icon_faq_q.svg);
  position: absolute;
  top: 1.6666666667em;
  left: 3.3333333333em;
}
@media screen and (max-width: 767px) {
  #faq .faq-list .question::before {
    width: 1.0666666667em;
    top: 1.4666666667em;
    left: 1.3333333333em;
  }
}
#faq .faq-list .question::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 22/14;
  width: 1.2222222222em;
  height: auto;
  background-image: url(../media/images/common/icon_more.svg);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 2.2222222222em;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  #faq .faq-list .question::after {
    width: 1.0666666667em;
    right: 1.3333333333em;
  }
}
#faq .faq-list .question.open::after {
  transform: translate(0, -50%) rotate(180deg);
}
#faq .faq-list .answer {
  display: none;
  padding: 0.6666666667em 1.7777777778em 0.6666666667em 7.7777777778em;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #faq .faq-list .answer {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #faq .faq-list .answer {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #faq .faq-list .answer {
    padding: 0.5333333333em 1.3333333333em 0.5333333333em 3.3333333333em;
    font-size: 15px;
  }
}
#faq .faq-list .answer::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 27/31;
  width: 1.5em;
  height: auto;
  background-image: url(../media/images/common/icon_faq_a.svg);
  position: absolute;
  top: 0.5555555556em;
  left: 3.3333333333em;
}
@media screen and (max-width: 767px) {
  #faq .faq-list .answer::before {
    width: 1.0666666667em;
    top: 0.6666666667em;
    left: 1.3333333333em;
  }
}

/* お問い合わせ
-------------------------------------------------------------*/
#contact {
  margin-top: 10em;
}
@media screen and (max-width: 767px) {
  #contact {
    margin-top: 5.7142857143em;
    padding-inline: 1.0714285714em;
  }
}
#contact .section-title {
  margin-top: 0;
}
#contact .contact-box {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  margin-inline: auto;
  padding: 2.25em;
  max-width: 900px;
  min-height: 7.5em;
  background: #1b2c55;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #contact .contact-box {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 1.4285714286em 1.4285714286em 2.2857142857em;
  }
}
#contact .contact-box dt {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.6em;
  font-size: 20px;
  color: #FFF;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  #contact .contact-box dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-box dt {
    font-size: 15px;
  }
}
#contact .contact-box dt::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 27/21;
  width: 1.05em;
  min-width: 1.05em;
  height: auto;
  background-image: url(../media/images/common/icon_mail.svg);
  position: relative;
  top: 0.05em;
}
#contact .contact-box dd {
  margin-left: 3em;
  padding-left: 2.5em;
  position: relative;
  top: 0.1875em;
}
@media screen and (max-width: 767px) {
  #contact .contact-box dd {
    margin-top: 0.5714285714em;
    margin-inline: 0;
    padding-top: 1.4285714286em;
    padding-inline: 0;
  }
}
#contact .contact-box dd::before {
  content: "";
  display: block;
  width: 1px;
  height: 250%;
  background: #FFF;
  position: absolute;
  top: calc(50% - 0.1875em);
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  #contact .contact-box dd::before {
    height: 1px;
    width: 100%;
    top: 0;
    transform: none;
  }
}
#contact .contact-box dd p {
  margin: 0 0 0.8888888889em;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  left: -0.1em;
}
@media screen and (max-width: 1080px) {
  #contact .contact-box dd p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-box dd p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-box dd p {
    text-align: center;
    font-size: 15px;
  }
}
#contact .contact-box dd img {
  display: block;
  width: auto;
  height: 1.25em;
}
@media screen and (max-width: 767px) {
  #contact .contact-box dd img {
    height: 0.9285714286em;
  }
}

/* 昨年開催時の様子
-------------------------------------------------------------*/
#previous {
  margin-top: 10em;
}
@media screen and (max-width: 767px) {
  #previous {
    margin-top: 5.7142857143em;
    padding-inline: 1.0714285714em;
  }
}
#previous .section-title {
  margin-block: 0 1em;
}
#previous .content-list {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 2.5em;
  margin-top: 1.25em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #previous .content-list {
    gap: 2.1428571429em;
    margin-inline: auto;
    max-width: 34.2857142857em;
  }
}
#previous .content-box {
  width: calc(33.3333333333% - 2 * 2.5em / 3);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #previous .content-box {
    width: 100%;
  }
}
#previous .content-box a {
  color: #1b2c55;
}
#previous .content-box .img-box img {
  display: block;
  width: 100%;
  height: auto;
}
#previous .content-box .text-box {
  margin-top: 0.625em;
}
#previous .content-box .content-title {
  font-weight: 500;
  line-height: 1.6;
}
#previous .content-box .content-title .sub {
  font-size: 0.85em;
}
@media screen and (max-width: 767px) {
  #previous .content-box .content-title .sub {
    font-size: 0.9em;
  }
}
#previous .content-box.event-page {
  width: 100%;
}
#previous .content-box.event-page .box-inner {
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #previous .content-box.event-page .box-inner {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
}
#previous .content-box.event-page .box-inner .img-box {
  width: 60.5%;
}
@media screen and (max-width: 767px) {
  #previous .content-box.event-page .box-inner .img-box {
    width: 100%;
  }
}
#previous .content-box.event-page .box-inner .text-box {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: center;
  margin: 0;
  padding: 1.875em 2.5em;
  background: #f7f7f7;
  position: relative;
}
@media screen and (max-width: 767px) {
  #previous .content-box.event-page .box-inner .text-box {
    padding: 1.1428571429em;
    width: 100%;
  }
}
#previous .content-box.event-page .box-inner .text-box::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 19/12;
  width: 1.375em;
  height: auto;
  background-image: url(../media/images/common/icon_btn_next_red.svg);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 1.25em;
  transform: translate(0, -50%) scale(-1, 1);
}
#previous .content-box.event-page .box-inner .content-title {
  font-size: 26px;
  color: #ee7800;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  #previous .content-box.event-page .box-inner .content-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #previous .content-box.event-page .box-inner .content-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #previous .content-box.event-page .box-inner .content-title {
    font-size: 15px;
  }
}

/* SNS
-------------------------------------------------------------*/
#sns {
  margin-top: 5.625em;
}
@media screen and (max-width: 767px) {
  #sns {
    margin-top: 5em;
  }
}
#sns .sns-list {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 2.1875em;
}
@media screen and (max-width: 767px) {
  #sns .sns-list {
    gap: 1.4285714286em;
  }
}
#sns .sns-list .sns {
  width: 2.8125em;
  height: 2.8125em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sns .sns-list .sns {
    width: 2.5em;
    height: 2.5em;
  }
}
#sns .sns-list .sns a {
  display: block;
}
#sns .sns-list .sns img {
  display: block;
  width: 100%;
  height: auto;
}

/* 参加申し込み（追従）
-------------------------------------------------------------*/
.fixed-entry-pc {
  padding: 0.9375em;
  width: 17.5em;
  background: linear-gradient(90deg, #00a68f, #84cccc);
  color: #FFF;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  position: absolute;
  bottom: 100px;
  right: 30px;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .fixed-entry-pc {
    display: none !important;
  }
}
.fixed-entry-pc.active {
  opacity: 1;
  visibility: visible;
}
.fixed-entry-pc p {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .fixed-entry-pc p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .fixed-entry-pc p {
    font-size: 16px;
  }
}
.fixed-entry-pc .comment {
  color: #FFF;
  font-size: 16px;
}
@media screen and (max-width: 1080px) {
  .fixed-entry-pc .comment {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .fixed-entry-pc .comment {
    font-size: 14px;
  }
}
.fixed-entry-pc .comment::before, .fixed-entry-pc .comment::after {
  background-image: url(../media/images/top/icon_comment.png);
}
.fixed-entry-pc .buttons {
  margin-top: 0.75em;
}
.fixed-entry-pc .buttons .button {
  padding-left: 0.9375em;
  width: 100%;
  max-width: 100%;
  border-color: #FFF;
  background: #FFF;
  color: #ee7800;
}
.fixed-entry-pc .buttons .button::before {
  background: #ee7800;
}
.fixed-entry-pc .buttons .button::after {
  background-image: url(../media/images/common/icon_btn_next.svg);
}
.fixed-entry-pc.fixed {
  position: fixed;
  bottom: 100px;
  right: 30px;
  transform: translate(0, 0);
}
.fixed-entry-pc .close {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 1.875em;
  height: 1.875em;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.fixed-entry-pc .close::after, .fixed-entry-pc .close::before {
  content: "";
  display: block;
  width: 0.9375em;
  height: 2px;
  background: #ee7800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.fixed-entry-pc .close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .fixed-entry-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fixed-entry-sp {
    padding: 0.7142857143em 0.7142857143em 0.8571428571em;
    width: 10.5em;
    background: #FFF;
    border-radius: 2px;
    position: absolute;
    bottom: 275px;
    left: 10px;
    z-index: 101;
  }
  .fixed-entry-sp p {
    margin: 0;
    color: #ee7800;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
  }
  .fixed-entry-sp p .free {
    display: block;
  }
  .fixed-entry-sp .buttons {
    gap: 8px;
    margin-top: 6px;
    transition: all 0.2s;
  }
  .fixed-entry-sp .buttons .button {
    padding: 0.2em 0.6em;
    min-height: 30px;
    font-size: 13px;
    line-height: 1.2;
    transition: none;
  }
  .fixed-entry-sp.active {
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
    background: none;
    position: fixed;
    left: auto;
    bottom: 106px;
    right: 0;
    animation: entryFadeIn 0.2s;
  }
  .fixed-entry-sp.active p {
    display: none;
  }
  .fixed-entry-sp.active .buttons {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 10px;
  }
  .fixed-entry-sp.active .buttons .button {
    padding: 0.6em 0.2em;
    width: 29px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.06em;
    writing-mode: vertical-rl;
    border-radius: 5px 0 0 5px;
  }
  .fixed-entry-sp.active .buttons .button .free {
    display: none;
  }
  .fixed-entry-sp:not(.fixed) {
    display: none;
  }
}

@keyframes entryFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=top.css.map */