@charset "UTF-8";
/* SCSS記述 */
img {
  max-width: 100%;
}

main * {
  box-sizing: border-box;
}

html body main .breadcrumb-wrapper {
  z-index: 2;
}

.fv {
  background: #FFF2E1;
  padding: 60px 0px;
  position: relative;
}
@media (min-width: 600px) {
  .fv {
    padding: 80px 0px;
  }
}
.fv img {
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 500px;
  max-width: 40%;
}
.fv .inner {
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
}
.fv .inner p {
  font-weight: bold;
}
.fv .inner h1 {
  color: #EA7022;
}

.nav-wrapper {
  width: 100%;
  background-color: #EA7022;
  padding: 30px 0;
}
.nav-wrapper .nav-container {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  /* タブレット向け (1024px以下) - コンテナのレイアウト変更 */
}
@media (max-width: 1024px) {
  .nav-wrapper .nav-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.nav-wrapper .nav-container .nav-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
  /* ホバー時 */
  /* 矢印アイコン */
  /* スマホ向け (600px以下) - アイテム内の文字サイズ調整 */
}
.nav-wrapper .nav-container .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.nav-wrapper .nav-container .nav-item .arrow-icon {
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin-bottom: 3px;
}
@media (max-width: 600px) {
  .nav-wrapper .nav-container .nav-item {
    padding: 12px 15px;
    font-size: 14px;
  }
}

#reason, #theme {
  scroll-margin-top: 160px !important;
}
@media screen and (max-width: 767px) {
  #reason, #theme {
    scroll-margin-top: 140px !important;
  }
}

.ex-merit .merit__title {
  margin-bottom: 0px;
  line-height: 1.2;
}
.ex-merit .merit__title .merit__title--num {
  font-size: 5.7rem;
}
.ex-merit .merit__title--under {
  color: #E5A33B;
  font-size: 1.8rem;
  text-align: center;
  margin: 0px 0px 40px 0px;
  font-weight: 500;
}
@media (min-width: 600px) {
  .ex-merit .merit__title--under {
    font-size: 2.2rem;
  }
}
.ex-merit .merit__list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .ex-merit .merit__list {
    display: block;
  }
}
.ex-merit .merit__list .merit__item {
  flex-basis: 30%;
}
@media screen and (max-width: 767px) {
  .ex-merit .merit__list .merit__item {
    flex-basis: 47.5%;
    margin-bottom: 40px;
  }
  .ex-merit .merit__list .merit__item:nth-child(n+3) {
    padding-top: 3rem;
  }
}
.ex-merit .merit__list .merit__item:nth-child(n+4) {
  padding-top: 3rem;
}
.ex-merit .merit__list .merit__item .merit__head {
  color: #EA7022;
  text-align: center;
  border-radius: 10px;
  background-color: #FFF2E1;
  font-size: 2.4rem;
  line-height: 1.458;
  padding: 3rem 1rem;
  position: relative;
  bottom: -10px;
}
@media screen and (max-width: 991px) {
  .ex-merit .merit__list .merit__item .merit__head {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ex-merit .merit__list .merit__item .merit__head {
    font-size: 1.8rem;
  }
}
.ex-merit .merit__list .merit__item .merit__head .merit__label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
@media screen and (max-width: 767px) {
  .ex-merit .merit__list .merit__item .merit__head .merit__label {
    top: -32px;
  }
}
.ex-merit .merit__list .merit__item .merit__head .merit__label span {
  padding-left: 1rem;
  vertical-align: middle;
  font-size: 5.5rem;
  color: transparent;
  -webkit-text-stroke: 1px #EA7022;
  text-stroke: 1px #EA7022;
}
@media screen and (max-width: 767px) {
  .ex-merit .merit__list .merit__item .merit__head .merit__label span {
    font-size: 4.5rem;
  }
}
.ex-merit .merit__list .merit__item .merit__head .merit__headtext {
  font-size: 14px;
  text-align: center;
  color: #000;
  font-weight: 500;
}
.ex-merit .merit__list .merit__item .merit__content {
  position: relative;
}
.ex-merit .merit__list .merit__item .merit__content img {
  display: block;
  margin: 0 auto;
  height: 65px;
  width: auto;
}
.ex-merit .merit__list .merit__item .merit__content .merit__text {
  padding-top: 2rem;
}
.ex-merit .merit__special {
  position: relative;
  margin-top: 7rem;
}
.ex-merit .merit__special .merit__special-tag {
  background-image: url(../../images/exhibit/spiky-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.9rem;
  position: absolute;
  top: -40px;
  left: 30px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ex-merit .merit__special .merit__special-tag {
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
    left: 10px;
  }
}
.ex-merit .merit__special .merit__head {
  color: #EA7022;
  text-align: center;
  border-radius: 10px;
  background-color: #FDE8A2;
  font-size: 2.4rem;
  line-height: 1.458;
  padding: 3rem 1rem;
  position: relative;
  bottom: -10px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .ex-merit .merit__special .merit__head {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ex-merit .merit__special .merit__head {
    font-size: 1.8rem;
  }
}
.ex-merit .merit__special .merit__head .merit__label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
@media screen and (max-width: 767px) {
  .ex-merit .merit__special .merit__head .merit__label {
    top: -32px;
  }
}
.ex-merit .merit__special .merit__head .merit__label span {
  padding-left: 1rem;
  vertical-align: middle;
  font-size: 5.5rem;
  color: transparent;
  -webkit-text-stroke: 1px #EA7022;
  text-stroke: 1px #EA7022;
}
@media screen and (max-width: 767px) {
  .ex-merit .merit__special .merit__head .merit__label span {
    font-size: 4.5rem;
  }
}
.ex-merit .merit__special .merit__content {
  display: flex;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .ex-merit .merit__special .merit__content {
    display: block;
    padding: 0;
  }
}
.ex-merit .merit__special .merit__content .merit__overview {
  text-align: center;
  min-width: 352px;
}
@media screen and (max-width: 991px) {
  .ex-merit .merit__special .merit__content .merit__overview {
    min-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .ex-merit .merit__special .merit__content .merit__overview {
    min-width: auto;
  }
}
.ex-merit .merit__special .merit__content .merit__overview .merit__img {
  width: 90%;
}
.ex-merit .merit__special .merit__content .merit__overview .merit__link {
  display: block;
  background-color: #E5A33B;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 99px;
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
}
.ex-merit .merit__special .merit__content .merit__overview .merit__link::after {
  content: "";
  background-image: url(../../images/common/icon-arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 8.3px;
  height: 14.5px;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.ex-merit .merit__special .merit__content .merit__detail {
  padding-left: 4rem;
}
@media screen and (max-width: 991px) {
  .ex-merit .merit__special .merit__content .merit__detail {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ex-merit .merit__special .merit__content .merit__detail {
    padding-left: 0;
  }
}
.ex-merit .merit__special .merit__content .merit__detail .merit__text {
  font-size: 1.8rem;
  padding: 3.5rem 0 4.5rem;
}
.ex-merit .merit__special .merit__content .merit__detail .merit__steps {
  display: flex;
}
.ex-merit .merit__special .merit__content .merit__detail .merit__steps .merit__step:nth-child(n+2) {
  position: relative;
  padding-left: 2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .ex-merit .merit__special .merit__content .merit__detail .merit__steps .merit__step:nth-child(n+2) {
    padding-left: 1rem;
    margin-left: 1rem;
  }
}
.ex-merit .merit__special .merit__content .merit__detail .merit__steps .merit__step:nth-child(n+2)::before {
  content: "";
  background-image: url(../../images/common/icon-arrow-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13.5px;
  height: 23.7px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ex-merit .merit__special .merit__content .merit__detail .merit__steps .merit__step:nth-child(n+2)::before {
    width: 8.5px;
    height: 15.7px;
  }
}
.ex-merit .merit__special .merit__content .merit__detail .merit__steps .merit__step .merit__step-num {
  text-align: center;
  color: #EA7022;
  font-size: 2.1rem;
  padding-bottom: 1.5rem;
}
.ex-merit .merit__special .merit__content .merit__detail .merit__steps .merit__step img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 90px;
  min-width: 90px;
}
@media screen and (max-width: 991px) {
  .ex-merit .merit__special .merit__content .merit__detail .merit__steps .merit__step img {
    max-width: 70px;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .ex-merit .merit__special .merit__content .merit__detail .merit__steps .merit__step img {
    max-width: 50px;
  }
}
.ex-merit .merit__special .merit__content .merit__detail .merit__steps .merit__step .merit__step-text {
  font-size: 1.4rem;
  color: #333333;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .ex-merit .merit__special .merit__content .merit__detail .merit__steps .merit__step .merit__step-text {
    font-size: 1.1rem;
  }
}

.exhibition-section {
  max-width: 1200px;
  width: 90%;
  margin: 60px auto;
  /* スマホ向け: コンテナ幅調整 */
  /* カードレイアウト */
}
@media (min-width: 600px) {
  .exhibition-section {
    margin: 80px auto;
  }
}
.exhibition-section h2 {
  color: #000;
}
@media (max-width: 768px) {
  .exhibition-section {
    width: 94%;
  }
}
.exhibition-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.exhibition-section .section-header h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .exhibition-section .section-header h2 {
    font-size: 22px;
  }
}
.exhibition-section .section-header p {
  font-size: 14px;
  color: #555;
}
.exhibition-section .ex-card {
  display: flex;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  /* スマホ向け: 縦積み */
  /* 画像エリア */
  /* テキストエリア */
  /* 2枚目のカード（逆配置） */
}
@media (max-width: 768px) {
  .exhibition-section .ex-card {
    flex-direction: column;
  }
}
.exhibition-section .ex-card .image-area {
  width: 50%;
  position: relative;
  min-height: 300px;
}
.exhibition-section .ex-card .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .exhibition-section .ex-card .image-area {
    width: 100%;
    height: 250px;
  }
}
.exhibition-section .ex-card .text-area {
  width: 50%;
  background-color: #184A9A; /* 変数不使用 */
  color: #fff;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  /* タブレット向け */
  /* スマホ向け */
}
@media (max-width: 900px) {
  .exhibition-section .ex-card .text-area {
    padding: 30px 25px;
  }
}
@media (max-width: 768px) {
  .exhibition-section .ex-card .text-area {
    width: 100%;
    padding: 30px 20px;
  }
}
.exhibition-section .ex-card .text-area .sub-title {
  font-size: 14px;
  margin-bottom: 5px;
  opacity: 0.9;
}
.exhibition-section .ex-card .text-area h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .exhibition-section .ex-card .text-area h3 {
    font-size: 20px;
  }
}
.exhibition-section .ex-card .text-area .description {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
  opacity: 0.9;
  text-align: justify;
}
.exhibition-section .ex-card .text-area .btn-wrapper {
  text-align: right;
}
.exhibition-section .ex-card .text-area .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s;
  /* 矢印アイコン */
}
.exhibition-section .ex-card .text-area .btn:hover {
  background-color: #fff;
  color: #184A9A;
}
.exhibition-section .ex-card .text-area .btn::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 1px;
}
.exhibition-section .ex-card.reverse {
  flex-direction: row-reverse;
  /* スマホ向け: 画像を上に表示するための順序制御 */
}
@media (max-width: 768px) {
  .exhibition-section .ex-card.reverse {
    flex-direction: column;
  }
  .exhibition-section .ex-card.reverse .image-area {
    order: 1;
  }
  .exhibition-section .ex-card.reverse .text-area {
    order: 2;
  }
}

.merit-section {
  padding: 60px 40px;
  background-color: #f5f5f5;
  /* スマホ向け余白調整 */
  /* タイトルエリア */
  /* 上段：2つの特徴（メガホン・ターゲット） */
  /* 中段：統計データ（オレンジ・青エリア） */
  /* 下段：前回開催実績 */
}
@media (max-width: 768px) {
  .merit-section {
    padding: 40px 20px;
  }
}
.merit-section .inner {
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
}
.merit-section .section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #E65E25;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (min-width: 600px) {
  .merit-section .section-title {
    font-size: 2.8rem;
  }
}
.merit-section .section-title span {
  border-bottom: 3px solid #E65E25;
  padding-bottom: 10px;
}
.merit-section .intro-text {
  text-align: center;
  font-size: 15px;
  margin-bottom: 60px;
  line-height: 1.8;
}
.merit-section .features-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  .merit-section .features-grid {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .merit-section .features-grid {
    flex-direction: column;
    gap: 40px;
  }
}
.merit-section .features-grid .feature-item {
  width: 48%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .merit-section .features-grid .feature-item {
    width: 100%;
  }
}
.merit-section .features-grid .feature-item .feature-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.merit-section .features-grid .feature-item .feature-header h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.merit-section .features-grid .feature-item .feature-header img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.merit-section .features-grid .feature-item p {
  font-size: 14px;
  text-align: justify;
  color: #555;
}
.merit-section .stats-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 900px) {
  .merit-section .stats-container {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .merit-section .stats-container {
    flex-direction: column;
    gap: 40px;
  }
}
.merit-section .stats-container .stats-group {
  width: 49%;
  /* オレンジグループ固有設定 */
  /* 青グループ固有設定 */
}
@media (max-width: 768px) {
  .merit-section .stats-container .stats-group {
    width: 100%;
  }
}
.merit-section .stats-container .stats-group .group-header {
  color: #fff;
  text-align: center;
  padding: 12px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.merit-section .stats-container .stats-group.orange .group-header {
  background-color: #E65E25;
}
.merit-section .stats-container .stats-group.orange .oswald, .merit-section .stats-container .stats-group.orange .unit {
  color: #E65E25;
}
.merit-section .stats-container .stats-group.blue .group-header {
  background-color: #184A9A;
}
.merit-section .stats-container .stats-group.blue .oswald, .merit-section .stats-container .stats-group.blue .unit {
  color: #184A9A;
}
.merit-section .stats-container .stats-group.blue .sub-text {
  position: absolute;
  bottom: 5px;
  right: 15px;
  display: block;
  font-size: 10px;
  text-align: right;
  width: 100%;
  margin-top: 5px;
  color: #777;
}
.merit-section .stats-container .stats-group .boxes-row {
  display: flex;
  gap: 20px;
}
.merit-section .stats-container .stats-group .stat-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 10px;
  width: 100%;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* JSで高さ調整されるが、初期値としてautoを指定 */
  height: auto;
  position: relative;
}
.merit-section .stats-container .stats-group .stat-box.two-column {
  flex-direction: row;
}
.merit-section .stats-container .stats-group .stat-box.two-column .twobox {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .merit-section .stats-container .stats-group .stat-box.two-column .twobox div .oswald {
    font-size: 36px;
  }
}
.merit-section .stats-container .stats-group .stat-box .label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.merit-section .stats-container .stats-group .stat-box .value {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.merit-section .stats-container .stats-group .stat-box .oswald {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 900px) {
  .merit-section .stats-container .stats-group .stat-box .oswald {
    font-size: 36px;
  }
}
.merit-section .stats-container .stats-group .stat-box .unit {
  font-size: 16px;
  font-weight: bold;
}
.merit-section .past-results {
  text-align: center;
}
.merit-section .past-results h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.merit-section .past-results h3 p {
  font-size: 16px;
  color: #E5A33B;
}
.merit-section .past-results .results-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  gap: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  /* 入場者数ボックス */
  /* 下部の小さいボックス列 */
}
@media (max-width: 900px) {
  .merit-section .past-results .results-card {
    padding: 20px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .merit-section .past-results .results-card {
    flex-direction: column;
  }
}
.merit-section .past-results .results-card .left-panel {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .merit-section .past-results .results-card .left-panel {
    width: 100%;
  }
}
.merit-section .past-results .results-card .visitors-box {
  background-color: #FEF5E7;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 575px) {
  .merit-section .past-results .results-card .visitors-box {
    padding: 10px;
  }
}
.merit-section .past-results .results-card .visitors-box .label-area {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
}
.merit-section .past-results .results-card .visitors-box .label-area img {
  width: 30px;
  margin-right: 10px;
}
.merit-section .past-results .results-card .visitors-box .value-area {
  text-align: right;
}
.merit-section .past-results .results-card .visitors-box .value-area .sub {
  font-size: 12px;
  display: block;
}
.merit-section .past-results .results-card .visitors-box .value-area .oswald {
  color: #E65E25;
  font-size: 42px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 900px) {
  .merit-section .past-results .results-card .visitors-box .value-area .oswald {
    font-size: 32px;
  }
}
.merit-section .past-results .results-card .visitors-box .value-area .unit {
  color: #E65E25;
  font-weight: bold;
}
.merit-section .past-results .results-card .visitors-box .value-area .note {
  display: block;
  font-size: 10px;
  text-align: right;
  margin-top: 5px;
}
.merit-section .past-results .results-card .small-boxes-row {
  display: flex;
  gap: 20px;
}
.merit-section .past-results .results-card .small-box {
  background-color: #FEF5E7;
  border-radius: 15px;
  padding: 60px 10px;
  width: 50%;
  text-align: center;
}
.merit-section .past-results .results-card .small-box .label {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
.merit-section .past-results .results-card .small-box .oswald {
  color: #E65E25;
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-weight: 700;
}
.merit-section .past-results .results-card .small-box .unit {
  color: #E65E25;
  font-weight: bold;
}
.merit-section .past-results .results-card .footer-notes {
  text-align: left;
  font-size: 10px;
  color: #333;
  margin-top: 10px;
  line-height: 1.4;
}
.merit-section .past-results .results-card .right-image {
  width: 55%;
  background-color: #ccc;
  border-radius: 5px;
  overflow: hidden;
  min-height: 300px;
}
@media (max-width: 768px) {
  .merit-section .past-results .results-card .right-image {
    width: 100%;
    min-height: 200px;
  }
}
.merit-section .past-results .results-card .right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.merit-section .ex_cta {
  background: #fff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
section.booth {
  width: 100%;
  background: #184A9A;
  color: #fff;
  padding: 60px 0px;
  /* Tabs */
  /* Panel Control */
  /* Typography Utilities */
  /* Main Header */
  /* Section Box Style */
  /* Deadline Area */
  /* Booth Details */
  /* Pricing Cards Styles */
  /* Lists Area */
  /* Payment Footer */
}
@media (min-width: 600px) {
  section.booth {
    padding: 80px 0px;
  }
}
section.booth .tab-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
section.booth .tab-btn {
  background-color: #fff;
  color: #184A9A;
  border: 2px solid #fff;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 200px;
  text-align: center;
}
section.booth .tab-btn.active {
  background-color: #EA7022;
  color: white;
  border-color: #EA7022;
}
section.booth .tab-btn:hover:not(.active) {
  background-color: #e0e0e0;
}
section.booth .tab-panel {
  display: none;
  animation: fadeIn 0.5s;
}
section.booth .tab-panel.active {
  display: block;
}
section.booth .container {
  width: 1200px; /* var(--max-width) */
  margin: 0 auto;
  max-width: 96%;
}
section.booth .text-center {
  text-align: center;
}
section.booth .oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
section.booth .small {
  font-size: 14px;
  font-weight: normal;
}
section.booth .bold {
  font-weight: 700;
}
section.booth h1.main-title {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 600px) {
  section.booth h1.main-title {
    font-size: 2.8rem;
  }
}
section.booth .section-box {
  border: 4px solid #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
section.booth .section-box .badge-orange {
  background-color: #EA7022; /* var(--accent-orange) */
  color: white;
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}
@media (min-width: 600px) {
  section.booth .section-box .badge-orange {
    font-size: 24px;
  }
}
section.booth .section-title {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 4px solid #fff;
}
@media (min-width: 600px) {
  section.booth .section-title {
    font-size: 22px;
  }
}
section.booth .deadline-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
@media (min-width: 768px) {
  section.booth .deadline-area {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}
section.booth .deadline-area .deadline-label {
  font-weight: bold;
  margin-right: 0;
  margin-bottom: 10px;
  align-self: center;
  font-size: 18px;
}
@media (min-width: 600px) {
  section.booth .deadline-area .deadline-label {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  section.booth .deadline-area .deadline-label {
    margin-right: 20px;
    margin-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 20px;
    height: 80px;
    display: flex;
    align-items: center;
  }
}
section.booth .deadline-area .deadline-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  section.booth .deadline-area .deadline-item {
    width: auto;
  }
}
section.booth .deadline-area .circle-badge {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  flex-shrink: 0;
  line-height: 1.2;
}
section.booth .deadline-area .circle-badge.bg-orange2 {
  background-color: #E5A33B; /* var(--accent-orange) */
  color: white;
}
section.booth .deadline-area .circle-badge.bg-gray {
  background-color: #888;
  color: white;
}
section.booth .deadline-area .deadline-text {
  display: flex;
  flex-direction: column;
  color: #fff;
}
section.booth .deadline-area .deadline-text .discount-tag {
  font-size: 14px;
  color: #EA7022;
  font-weight: normal;
}
@media (min-width: 600px) {
  section.booth .deadline-area .deadline-text .discount-tag {
    font-size: 18px;
  }
}
section.booth .deadline-area .deadline-text .date-large {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 600px) {
  section.booth .deadline-area .deadline-text .date-large {
    font-size: 22px;
  }
}
section.booth .booth-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  section.booth .booth-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
section.booth .booth-grid .booth-content {
  flex: 1;
}
section.booth .booth-grid .badge-orange {
  background-color: #EA7022; /* var(--accent-orange) */
  color: white;
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  font-weight: bold;
}
section.booth .booth-grid .booth-specs {
  margin-top: 15px;
  font-size: 14px;
}
@media (min-width: 600px) {
  section.booth .booth-grid .booth-specs {
    font-size: 16px;
  }
}
section.booth .booth-grid .booth-specs ul {
  list-style: none;
  padding-left: 15px;
  margin-top: 10px;
}
section.booth .booth-grid .booth-specs li::before {
  content: "・";
  margin-right: 5px;
}
section.booth .booth-grid .booth-image {
  width: 100%;
  height: auto;
  position: relative;
}
section.booth .booth-grid .booth-image img {
  width: 100%;
  height: 100%;
}
section.booth .pricing-grid {
  display: grid;
  grid-template-columns: 1fr; /* Mobile: 1 col */
  gap: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  section.booth .pricing-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}
section.booth .pricing-grid.pricing-grid-single {
  grid-template-columns: 1fr;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
section.booth .pricing-card {
  background-color: #ffffff; /* var(--card-bg) */
  border-radius: 12px;
  padding: 20px;
  color: #333333; /* var(--text-dark) */
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section.booth .pricing-card .card-title-bar {
  padding: 10px;
  border-radius: 6px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 600px) {
  section.booth .pricing-card .card-title-bar {
    font-size: 22px;
  }
}
section.booth .pricing-card .card-title-bar.title-orange {
  background-color: #D97536; /* var(--header-orange) */
}
section.booth .pricing-card .card-title-bar.title-blue {
  background-color: #2A4B98; /* var(--header-blue) */
}
section.booth .pricing-card .price-block {
  border-radius: 12px;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* Early Bird Styles */
  /* Regular Styles */
}
section.booth .pricing-card .price-block.block-early-orange {
  background-color: #FFF8EB; /* var(--bg-pale-orange) */
}
section.booth .pricing-card .price-block.block-early-blue {
  background-color: #EBF5FF; /* var(--bg-pale-blue) */
}
section.booth .pricing-card .price-block.block-regular {
  background-color: #EAEAEA; /* var(--bg-pale-gray) */
}
section.booth .pricing-card .price-label-row {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  /* Colors for labels */
}
@media (min-width: 600px) {
  section.booth .pricing-card .price-label-row {
    font-size: 22px;
  }
}
section.booth .pricing-card .price-label-row .label-main {
  margin-right: 10px;
}
section.booth .pricing-card .price-label-row .label-sub {
  font-weight: normal;
  font-size: 12px;
}
@media (min-width: 600px) {
  section.booth .pricing-card .price-label-row .label-sub {
    font-size: 14px;
  }
}
section.booth .pricing-card .price-label-row.text-orange {
  color: #D97536; /* var(--text-orange) */
}
section.booth .pricing-card .price-label-row.text-blue {
  color: #2A4B98; /* var(--text-blue) */
}
section.booth .pricing-card .price-label-row.text-black {
  color: #333333; /* var(--text-dark) */
}
section.booth .pricing-card .price-label-row.center-row {
  justify-content: center;
}
section.booth .pricing-card .price-label-row .label-sub {
  font-weight: normal;
  font-size: 14px;
}
section.booth .pricing-card .price-number-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
section.booth .pricing-card .price-number-row.text-orange {
  color: #D97536;
}
section.booth .pricing-card .price-number-row.text-blue {
  color: #2A4B98;
}
section.booth .pricing-card .price-number-row.text-black {
  color: #333333;
}
section.booth .pricing-card .price-number-row .price-val {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  margin-right: 5px;
}
@media (min-width: 600px) {
  section.booth .pricing-card .price-number-row .price-val {
    font-size: 60px;
  }
}
section.booth .pricing-card .price-number-row .price-unit {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 600px) {
  section.booth .pricing-card .price-number-row .price-unit {
    font-size: 16px;
  }
}
section.booth .lists-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  section.booth .lists-grid {
    grid-template-columns: 1fr 1fr;
  }
}
section.booth .lists-grid .list-column h3 {
  font-size: 16px;
  margin-bottom: 15px;
  border-bottom: 4px solid white;
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 600px) {
  section.booth .lists-grid .list-column h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.booth .lists-grid .list-column h3 {
    text-align: left;
  }
}
section.booth .lists-grid .check-list,
section.booth .lists-grid .dash-list {
  list-style: none;
  font-size: 14px;
}
@media (min-width: 600px) {
  section.booth .lists-grid .check-list,
  section.booth .lists-grid .dash-list {
    font-size: 16px;
  }
}
section.booth .lists-grid .check-list li,
section.booth .lists-grid .dash-list li {
  margin-bottom: 8px;
  position: relative;
}
section.booth .lists-grid .check-list li {
  padding-left: 25px;
}
section.booth .lists-grid .check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #4CAF50;
  font-weight: bold;
}
section.booth .lists-grid .dash-list li {
  padding-left: 15px;
}
section.booth .lists-grid .dash-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
section.booth .contact-btn-area {
  margin-top: 30px;
  text-align: center;
}
section.booth .contact-btn-area .btn-apply {
  border: 2px solid #fff;
  background: #184A9A;
  color: #fff;
  display: inline-block;
  margin: 10px auto;
  font-size: 16px;
}
@media (min-width: 600px) {
  section.booth .contact-btn-area .btn-apply {
    font-size: 18px;
  }
}
section.booth .payment-footer {
  border: 4px solid #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  section.booth .payment-footer {
    flex-direction: row;
  }
}
section.booth .payment-footer .payment-title-box {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 600px) {
  section.booth .payment-footer .payment-title-box {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  section.booth .payment-footer .payment-title-box {
    width: 20%;
    min-width: 150px;
    border-right: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section.booth .payment-footer .payment-title-box {
    width: 100%;
    border-right: none;
    border-bottom: 4px solid #fff;
    text-align: center;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  section.booth .payment-footer .payment-content-box {
    width: 80%;
    padding-left: 20px;
  }
}
section.booth .payment-footer .payment-info h3 {
  color: #E5A33B;
  font-size: 1rem;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
@media (min-width: 600px) {
  section.booth .payment-footer .payment-info h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  section.booth .payment-footer .payment-info h3 {
    display: inline-block;
    margin-right: 20px;
  }
}
section.booth .payment-footer .payment-info h3 span {
  color: #fff;
}
section.booth .payment-footer .payment-details {
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 600px) {
  section.booth .payment-footer .payment-details {
    font-size: 16px;
  }
}
section.booth .exhibition-cta {
  color: #ffffff;
  text-align: center;
  padding: 40px 20px;
  font-family: sans-serif;
  width: 760px;
  max-width: 94%;
  margin: 0 auto;
  /* ボタンの配置のみ調整（スタイルは未適用） */
}
@media (min-width: 600px) {
  section.booth .exhibition-cta {
    padding: 60px 20px;
  }
}
section.booth .exhibition-cta .cta-title {
  font-size: 28px;
  margin-bottom: 16px;
}
section.booth .exhibition-cta .date-highlight {
  color: #f2a900; /* 日付の黄色/オレンジ色 */
  font-weight: bold;
}
section.booth .exhibition-cta .cta-micro-copy {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 8px;
}
section.booth .exhibition-cta .btn-wrapper-main {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
section.booth .exhibition-cta .btn-wrapper-sub {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  section.booth .exhibition-cta .btn-wrapper-sub {
    display: block;
  }
}
section.booth .exhibition-cta .btn-wrapper-sub a {
  border: none;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.booth .exhibition-cta .btn-wrapper-sub a {
    display: block;
    margin-bottom: 10px;
  }
}
section.booth #panel-mini .booth-image img {
  height: 400px;
  width: auto;
}
@media screen and (max-width: 991px) {
  section.booth #panel-mini .booth-image img {
    width: 100%;
    height: auto;
  }
}

.application-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  /* お問い合わせボックス */
  /* 資料ダウンロードバナー */
}
@media (min-width: 600px) {
  .application-section {
    padding: 80px 40px;
  }
}
.application-section .main-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
.application-section .cards-container {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .application-section .cards-container {
    flex-direction: column;
    gap: 20px;
  }
}
.application-section .cards-container .card {
  background: #fff;
  border: 4px solid #fff;
  border-radius: 12px;
  padding: 30px 25px 100px 25px;
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .application-section .cards-container .card {
    width: 100%;
    min-width: auto;
  }
}
.application-section .cards-container .card.card-orange {
  border-color: #E87C28;
}
.application-section .cards-container .card.card-orange h3 {
  color: #E87C28;
}
.application-section .cards-container .card.card-blue {
  border-color: #235299;
}
.application-section .cards-container .card.card-blue h3 {
  color: #235299;
}
.application-section .cards-container .card h3 {
  text-align: center;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 30px;
}
.application-section .cards-container .card .card-content p {
  font-size: 14px;
  margin-bottom: 1.5em;
  text-align: left;
}
.application-section .cards-container .card .card-content .highlight-link {
  color: #E87C28;
  text-decoration: underline;
  font-weight: bold;
}
.application-section .cards-container .card .card-content .list-text {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}
.application-section .cards-container .card .card-content .list-text p {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}
.application-section .cards-container .card .card-footer {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 70%;
  left: 0px;
  right: 0px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .application-section .cards-container .card .card-footer {
    width: 85%;
  }
}
.application-section .cards-container .card .card-footer .deadline-text {
  font-size: 12px;
  color: #dfa15a;
  margin-bottom: 8px;
  font-weight: bold;
}
.application-section .cards-container .card .card-footer .btn {
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 6px;
  position: relative;
  transition: opacity 0.3s;
}
.application-section .cards-container .card .card-footer .btn:hover {
  opacity: 0.9;
}
.application-section .cards-container .card .card-footer .btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.application-section .cards-container .card .card-footer .btn.btn-orange {
  background-color: #E87C28;
  margin-bottom: 0px;
}
.application-section .cards-container .card .card-footer .btn.btn-blue {
  background-color: #235299;
}
.application-section .contact-info-box {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  margin-bottom: 60px;
  margin: 40px 0px;
  /* スマホ対応：パディング調整 */
  /* 連絡先リスト */
  /* ご注意エリア */
}
@media (min-width: 600px) {
  .application-section .contact-info-box {
    margin: 40px 0px;
  }
}
@media (max-width: 768px) {
  .application-section .contact-info-box {
    padding: 20px;
  }
}
.application-section .contact-info-box .contact-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
.application-section .contact-info-box .contact-org-name {
  font-weight: bold;
  margin-bottom: 5px;
}
.application-section .contact-info-box .contact-address {
  font-size: 14px;
  margin-bottom: 25px;
}
.application-section .contact-info-box .contact-details {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 15px;
  /* スマホ対応：縦並び */
}
@media (max-width: 768px) {
  .application-section .contact-info-box .contact-details {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
.application-section .contact-info-box .contact-details .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.application-section .contact-info-box .contact-details .contact-item .icon-svg {
  width: 18px;
  height: 18px;
  fill: #333333;
}
.application-section .contact-info-box .notice-area {
  border-top: 1px solid #cccccc;
  padding-top: 30px;
  text-align: left;
  font-size: 13px;
}
.application-section .contact-info-box .notice-area .notice-title {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.application-section .contact-info-box .notice-area .notice-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.application-section .contact-info-box .notice-area .notice-list li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.application-section .download-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  /* スマホ対応：縦並び・左寄せ */
}
@media (max-width: 768px) {
  .application-section .download-banner {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    gap: 20px;
  }
}
.application-section .download-banner .download-text {
  flex: 1;
}
.application-section .download-banner .download-text h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.application-section .download-banner .download-text p {
  font-size: 14px;
  margin: 0;
  color: #555555;
}
.application-section .download-banner .download-btn-wrapper {
  width: 320px;
  flex-shrink: 0;
  /* スマホ対応：幅100% */
  /* アウトラインボタンのスタイル */
}
@media (max-width: 768px) {
  .application-section .download-banner .download-btn-wrapper {
    width: 100%;
  }
}
.application-section .download-banner .download-btn-wrapper .btn.btn-outline-orange {
  background-color: #ffffff;
  color: #d48e55;
  border: 2px solid #d48e55;
  border-radius: 30px;
}
.application-section .download-banner .download-btn-wrapper .btn.btn-outline-orange::after {
  border-color: #d48e55;
}
.application-section .download-banner .download-btn-wrapper .btn.btn-outline-orange:hover {
  background-color: #fff8f0;
  opacity: 1;
}

#options {
  scroll-margin-top: 200px !important;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  #options {
    padding-top: 40px;
  }
}

section.option {
  /* Utilities */
  /* --- 有料オプションセクション基本スタイル --- */
  /* タブナビゲーション */
  /* タブコンテンツパネル */
  /* --- 共通スタイル（ミニブース、コーナー、セミナー等） --- */
  /* --- ミニブース用スタイル --- */
  /* --- セミナー数量限定 専用スタイル --- */
  /* --- 共通：横型価格表（コーナー、ストック、広告） --- */
  /* --- 広告用 画像横並び --- */
}
section.option .container {
  max-width: 1200px; /* 旧 --max-width */
  margin: 0 auto;
  width: 94%;
}
section.option .small {
  font-size: 0.85rem;
}
section.option .option-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
}
section.option .tabs-container {
  width: 100%;
}
section.option .tab-nav {
  display: flex;
  list-style: none;
  gap: 5px;
  border-bottom: 3px solid #E5A33B; /* var(--option-gold) */
  padding-bottom: 0;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
section.option .tab-nav::-webkit-scrollbar {
  display: none;
}
section.option .tab-nav li {
  flex: 1 0 auto;
}
section.option .tab-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #E5A33B; /* var(--option-gold) */
  border: 2px solid #E5A33B; /* var(--option-gold) */
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  background-color: #fff;
  transition: all 0.3s;
  height: 100%;
  text-align: center;
  white-space: nowrap;
  min-height: 50px;
}
@media (min-width: 768px) {
  section.option .tab-nav a {
    font-size: 16px;
    padding: 12px 15px;
    white-space: normal;
  }
}
section.option .tab-nav a.active, section.option .tab-nav a:hover {
  background-color: #E5A33B; /* var(--option-gold) */
  color: #fff;
}
section.option .tab-nav a.active .badge-limit, section.option .tab-nav a:hover .badge-limit {
  background-color: #fff;
  color: #E5A33B; /* var(--option-gold) */
  font-size: 12px;
}
section.option .badge-limit {
  background-color: #fff;
  color: #E5A33B; /* var(--option-gold) */
  border: 1px solid #E5A33B; /* var(--option-gold) */
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 10px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
section.option .tab-content {
  display: none;
  padding: 20px 0;
}
section.option .tab-content.active {
  display: block;
  animation: fadeIn 0.3s ease-in;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
section.option .mini-booth-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 14px;
}
@media (min-width: 768px) {
  section.option .mini-booth-container {
    font-size: 16px;
  }
}
section.option .mb-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
section.option .mb-new-label {
  background-color: #D97536;
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  section.option .mb-new-label {
    font-size: 16px;
  }
}
section.option .mb-title {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
@media (min-width: 768px) {
  section.option .mb-title {
    font-size: 28px;
  }
}
section.option .mb-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
section.option .mb-title-text {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
@media (min-width: 768px) {
  section.option .mb-title-text {
    font-size: 28px;
  }
}
section.option .mb-limit-text {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
@media (min-width: 768px) {
  section.option .mb-limit-text {
    font-size: 24px;
  }
}
section.option .mb-copy,
section.option .mb-desc,
section.option .mb-note,
section.option .stock-room-specs {
  margin-bottom: 30px;
}
section.option .mb-copy {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  section.option .mb-copy {
    font-size: 18px;
  }
}
section.option .mb-desc {
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  section.option .mb-desc {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  section.option .stock-room-specs {
    font-size: 16px;
  }
}
section.option .mb-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  section.option .mb-points {
    grid-template-columns: repeat(3, 1fr);
  }
}
section.option .mb-point-item {
  background-color: #FFF8EB;
  border: 1px solid #E5A33B; /* var(--option-gold) */
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: transform 0.2s;
}
section.option .mb-point-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  section.option .mb-point-item {
    flex-direction: column;
    text-align: center;
    padding: 25px 15px;
  }
}
section.option .point-icon-wrapper {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #E5A33B; /* var(--option-gold) */
}
section.option .point-icon-wrapper svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
@media (min-width: 768px) {
  section.option .point-icon-wrapper svg {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 768px) {
  section.option .point-icon-wrapper {
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
  }
}
section.option .point-text-area {
  display: flex;
  flex-direction: column;
}
section.option .point-title {
  display: block;
  font-size: 12px;
  color: #E5A33B; /* var(--option-gold) */
  font-weight: bold;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  section.option .point-title {
    font-size: 14px;
  }
}
section.option .point-desc {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  section.option .point-desc {
    font-size: 16px;
  }
}
section.option .mb-content-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  section.option .mb-content-layout {
    grid-template-columns: 1.2fr 1fr;
  }
}
section.option .mb-price-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000;
}
@media (min-width: 768px) {
  section.option .mb-price-title {
    font-size: 22px;
  }
}
section.option .mb-price-subtitle {
  font-size: 12px;
  margin-bottom: 20px;
  color: #333;
}
@media (min-width: 768px) {
  section.option .mb-price-subtitle {
    font-size: 14px;
  }
}
section.option .mb-price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
section.option .mb-price-table th {
  background-color: #184A9A; /* var(--main-blue) */
  color: #fff;
  padding: 12px 10px;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #ddd;
}
section.option .mb-price-table th.highlight {
  background-color: #EA7022; /* var(--accent-orange) */
}
@media (min-width: 768px) {
  section.option .mb-price-table th {
    font-size: 14px;
  }
}
section.option .mb-price-table td {
  background-color: #fff;
  padding: 15px 10px;
  border: 1px solid #ddd;
  color: #333;
  vertical-align: middle;
}
section.option .mb-price-table td.highlight {
  background-color: #FFF5EB;
  color: #EA7022; /* var(--accent-orange) */
  font-weight: bold;
}
section.option .mb-price-table .oswald {
  font-size: 24px;
}
@media (min-width: 768px) {
  section.option .mb-price-table .oswald {
    font-size: 28px;
  }
}
section.option .mb-spec-list {
  list-style: none;
  line-height: 1.8;
  font-size: 14px;
}
@media (min-width: 768px) {
  section.option .mb-spec-list {
    font-size: 16px;
  }
}
section.option .mb-spec-list li {
  margin-bottom: 5px;
}
section.option .symbol-circle::before {
  content: "●";
  margin-right: 5px;
}
section.option .symbol-diamond::before {
  content: "◆";
  margin-right: 5px;
  font-size: 0.8em;
}
section.option .spec-indent {
  padding-left: 1.2em;
}
section.option .mb-image-area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
section.option .mb-blueprint-img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
}
section.option .seminar-price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  text-align: center;
}
section.option .seminar-price-table th {
  background-color: #EA7022; /* var(--accent-orange) */
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
}
@media (min-width: 768px) {
  section.option .seminar-price-table th {
    font-size: 16px;
  }
}
section.option .seminar-price-table td {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  vertical-align: middle;
  color: #333;
}
section.option .seminar-price-table .price-label-cell {
  background-color: #EA7022; /* var(--accent-orange) */
  color: #fff;
  font-weight: bold;
  width: 30%;
}
section.option .seminar-price-table .price-val {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  section.option .seminar-price-table .price-val {
    font-size: 24px;
  }
}
section.option .seminar-layout-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
section.option .seminar-layout-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  section.option .seminar-layout-row {
    flex-direction: row;
    align-items: flex-start;
  }
}
section.option .layout-label {
  background-color: #184A9A; /* var(--main-blue) */
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 16px;
}
@media (min-width: 768px) {
  section.option .layout-label {
    width: 180px;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 30px;
    min-height: 50px;
  }
}
section.option .layout-content {
  flex-grow: 1;
  width: 100%;
}
section.option .equipment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
section.option .equipment-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 5px;
}
section.option .equipment-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #333;
}
section.option .schedule-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  section.option .schedule-table {
    font-size: 16px;
  }
}
section.option .schedule-table th {
  background-color: #f0f0f0;
  padding: 10px;
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  white-space: nowrap;
}
section.option .schedule-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #ddd;
}
section.option .col-time {
  width: 40%;
  text-align: left;
  padding-left: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  section.option .col-time {
    text-align: center;
    padding-left: 10px;
  }
}
section.option .col-date {
  width: 30%;
}
section.option .corner-price-table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
section.option .corner-price-table th {
  background-color: #EA7022; /* var(--accent-orange) */
  color: white;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #ddd;
  width: 40%;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 768px) {
  section.option .corner-price-table th {
    font-size: 16px;
  }
}
section.option .corner-price-table td {
  background-color: white;
  padding: 15px 20px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
section.option .corner-price-table .oswald {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  section.option .corner-price-table .oswald {
    font-size: 28px;
  }
}
section.option .ad-image-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  section.option .ad-image-row {
    flex-direction: row;
  }
}
section.option .ad-image-item {
  width: 100%;
}
@media (min-width: 768px) {
  section.option .ad-image-item {
    width: 50%;
  }
}
section.option .ad-image-item img {
  width: 300px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

section.schedule {
  scroll-margin-top: 160px !important;
  /* =========================================
    スケジュールセクション (NEW)
    ========================================= */
  /* スケジュールリスト */
  /* テキストの強調 */
}
@media screen and (max-width: 767px) {
  section.schedule {
    scroll-margin-top: 140px !important;
  }
}
section.schedule .schedule-container {
  margin-bottom: 20px;
  color: #333;
  width: 920px;
  max-width: 96%;
  margin: 40px auto;
}
@media (min-width: 600px) {
  section.schedule .schedule-container {
    margin: 0px auto 80px auto;
  }
}
section.schedule .schedule-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
}
@media (min-width: 768px) {
  section.schedule .schedule-title {
    font-size: 28px;
  }
}
section.schedule .schedule-list {
  border-top: 2px solid #EA7022;
}
section.schedule .schedule-row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
}
section.schedule .schedule-row:last-child {
  border-bottom: 2px solid #EA7022;
}
section.schedule .schedule-date {
  background-color: #f9f9f9;
  padding: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  /* 変更: 文字色をオレンジに */
  color: #EA7022;
}
section.schedule .schedule-content {
  padding: 15px;
  flex: 1;
}
@media (min-width: 768px) {
  section.schedule .schedule-row {
    flex-direction: row;
  }
  section.schedule .schedule-date {
    width: 250px; /* 日付カラム幅固定 */
    flex-shrink: 0;
    background-color: #FFF2E1; /* PCは白背景 */
    border-right: 1px solid #ccc;
    font-size: 16px;
  }
  section.schedule .schedule-content {
    font-size: 16px;
  }
}
section.schedule .schedule-content p {
  margin-bottom: 5px;
}
section.schedule .schedule-content p:last-child {
  margin-bottom: 0;
}
section.schedule .note-text {
  font-size: 0.9em;
  color: #555;
  margin-top: 5px;
}
section.schedule .schedule-btn-area {
  margin-top: 40px;
}

/*# sourceMappingURL=exhibitors.css.map */
