.mv {
  background-color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .mv {
    height: auto;
    min-height: auto;
    padding-top: 0;
  }
}
.mv h1 {
  width: 100%;
  margin-top: -10px;
}
@media print, screen and (min-width: 768px) {
  .mv h1 {
    margin-top: 0;
  }
}
.mv h1 img {
  width: 100%;
  object-fit: cover;
}
.mv .mv_txt_area {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 2rem;
  padding-block: 2rem;
}
@media print, screen and (min-width: 920px) {
  .mv .mv_txt_area {
    padding-inline: 5vw;
    padding-block: 2rem 5rem;
  }
}
.mv .mv_txt_area .mv_txt {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
.mv .mv_txt_area .deco_block {
  position: absolute;
  top: 30px;
  z-index: 1;
  width: 72px;
  height: auto;
}
.mv .mv_txt_area .deco_block.l {
  left: 0;
}
.mv .mv_txt_area .deco_block.r {
  right: 0;
}

.mv_img_area {
  height: 100%;
  position: relative;
}
.mv_img_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .mv_img_area img {
    object-fit: fill;
    height: auto;
  }
}
.mv_img_area .sticky_song {
  position: fixed;
  width: 85px;
  aspect-ratio: 1;
  bottom: 5px;
  right: 5px;
  z-index: 100;
}
@media print, screen and (min-width: 768px) {
  .mv_img_area .sticky_song {
    width: 93px;
  }
}
@media print, screen and (min-width: 920px) {
  .mv_img_area .sticky_song {
    width: 145px;
    bottom: 30px;
    right: 10px;
  }
}

.autoplay-slider_rl,
.autoplay-slider_lr {
  display: flex;
  min-width: 100%;
  width: min-content;
}
.autoplay-slider_rl .slide,
.autoplay-slider_lr .slide {
  flex-shrink: 0;
  width: 69vw;
  padding: 0 0.67vw;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .autoplay-slider_rl .slide,
  .autoplay-slider_lr .slide {
    width: 30vw;
    max-width: 450px;
    padding: 0 0.33vw;
  }
}

.autoplay-slider_rl {
  margin-bottom: 1.34vw;
  animation: 50s linear infinite mv_sliderAnimation_rl;
}
@media print, screen and (min-width: 768px) {
  .autoplay-slider_rl {
    margin-bottom: 0.67vw;
  }
}

.autoplay-slider_lr {
  animation: 50s linear infinite mv_sliderAnimation_lr;
  transform: translateX(-50%);
}

@keyframes mv_sliderAnimation_rl {
  100% {
    transform: translateX(-50%);
  }
}
@keyframes mv_sliderAnimation_lr {
  100% {
    transform: translateX(0);
  }
}
.news {
  padding: 60px 0;
  background-color: #F6F7F7;
}
@media print, screen and (min-width: 920px) {
  .news {
    padding: 100px 0;
  }
}

.news_h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 920px) {
  .news_h2 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}

.news_box_outer {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px 32px;
}
@media print, screen and (min-width: 920px) {
  .news_box_outer {
    padding: 40px 20px 45px;
  }
}

.news_box {
  max-width: 900px;
  margin: 0 auto;
}

.news_content_wrap {
  font-weight: normal;
}

.news_content {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .news_content {
    margin-bottom: 22px;
  }
}

.news_content_item {
  line-height: 1.5;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.news_content_item .news_day {
  flex-shrink: 0;
}
@media print, screen and (min-width: 920px) {
  .news_content_item .news_day {
    width: 133px;
  }
}
.news_content_item .news_text {
  flex-grow: 1;
}
.news_content_item span,
.news_content_item a {
  padding: 15px 20px 15px 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 6px;
}
@media print, screen and (min-width: 768px) {
  .news_content_item span,
  .news_content_item a {
    padding: 17px 24px 17px 0;
  }
}
@media print, screen and (min-width: 920px) {
  .news_content_item span,
  .news_content_item a {
    flex-direction: row;
    gap: 10px;
  }
}
.news_content_item a::after {
  content: "\e90e";
  display: block;
  font-size: 1.2rem;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00B9EF;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .news_content_item a::after {
    font-size: 1.3rem;
  }
}
.news_content_item a:hover::after {
  transform: translateY(-50%) scale(1.2);
}

.news_content_more {
  text-align: center;
}
.news_content_more a {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  transition: 0.2s;
}
.news_content_more a::after {
  content: "\e90d";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 1rem;
  background-color: #00B9EF;
  width: 23px;
  height: 23px;
  padding: 1px 0 0 3px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.2s;
}
.news_content_more a:hover::after {
  width: 29px;
  height: 29px;
  right: -3px;
}

.overview {
  padding: 70px 0 70px;
  background-color: #ffffff;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .overview {
    padding: 100px 0;
  }
}
.overview .concept {
  display: flex;
  column-gap: 20px;
  row-gap: 10px;
  justify-content: center;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .overview .concept {
    flex-direction: row;
  }
}

.overview_content {
  position: relative;
  z-index: 1;
}

.overview_image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.overview_image .saori {
  width: 145px;
  max-width: 363px;
  position: absolute;
  bottom: 0;
  left: -26px;
}
@media print, screen and (min-width: 768px) {
  .overview_image .saori {
    width: 20%;
    left: 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .overview_image .saori {
    width: 24.2%;
  }
}
.overview_image .oklahoma {
  width: 180px;
  max-width: 452px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .overview_image .oklahoma {
    width: 24%;
  }
}
@media print, screen and (min-width: 1180px) {
  .overview_image .oklahoma {
    width: 30.1%;
  }
}

.title_overview {
  color: #07543f;
  font-size: clamp(2rem, 6.25vw, 2.4rem);
  font-weight: bold;
  line-height: 1.4166666667;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .title_overview {
    font-size: clamp(4.8rem, 5.98vw, 6rem);
    margin-bottom: 30px;
  }
}

.overview_text .text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.1;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .overview_text .text {
    font-size: 1.6rem;
    margin-bottom: 44px;
    text-align: center;
    line-height: 2.4444444444;
  }
}
@media print, screen and (min-width: 920px) {
  .overview_text .text {
    font-size: 1.8rem;
  }
}

.pickup {
  padding: 70px 0 100px;
  position: relative;
  background-color: #DEDAD0;
}
.pickup::before {
  position: absolute;
  width: 103%;
  height: 100%;
  top: 1%;
  left: -1.5%;
  content: "";
  background-image: url("../img/top/bg_pickup-1-sp.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .pickup::before {
    width: 100%;
    height: 100%;
    top: 6rem;
    left: 5%;
    background-image: url("../img/top/bg_pickup-1.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
  }
}
.pickup::after {
  position: absolute;
  left: 5px;
  top: 162px;
  width: 25px;
  height: 25px;
  z-index: 1;
  content: "";
  background-image: url("../img/top/bg_pickup-2-sp.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .pickup::after {
    background-image: url("../img/top/bg_pickup-2.png");
    left: 5%;
    width: 90%;
    height: 90%;
    z-index: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .pickup {
    padding: 140px 0 150px;
  }
}

.pickup_h2 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 920px) {
  .pickup_h2 {
    margin-bottom: 60px;
  }
}
.pickup_h2 .text_en img {
  width: 118px;
}
@media print, screen and (min-width: 768px) {
  .pickup_h2 .text_en img {
    width: 25%;
    max-width: 367px;
  }
}

.pickup_contents {
  position: relative;
  z-index: 1;
}
.pickup_contents::before {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  content: "";
  background-image: url("../img/top/bg_pickup-3-sp.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  width: 110%;
  left: -5%;
  /* top: -10%; */
  height: 100%;
  bottom: -13%;
}
@media print, screen and (min-width: 920px) {
  .pickup_contents::before {
    z-index: 2;
    background-position: center center;
    background-image: url("../img/top/bg_pickup-3.png");
    top: -213px;
    left: calc(50% - 675px);
    /* width: 75%; */
    width: 1350px;
  }
}

.slide_arrow {
  margin: 40px auto 60px;
}

@media print, screen and (min-width: 920px) {
  .pickup_list {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.pickup_list .slick-track {
  display: flex;
}
.pickup_list .slick-slide {
  height: auto !important;
}

.pickup_item {
  background-color: #fff;
  padding: 20px;
  margin-right: 15px;
  position: relative;
  width: 320px;
  border-radius: 10px;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .pickup_item {
    margin-right: 0;
    padding: 30px;
    width: calc((100% - 40px) / 3);
  }
}
.pickup_item .img {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 920px) {
  .pickup_item .img {
    margin-bottom: 20px;
  }
}
.pickup_item .img img {
  width: 100%;
  border-radius: 10px;
}
.pickup_item .cat {
  display: inline-block;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 6px;
  background-color: #07543F;
  padding: 0px 10px 1px;
  border-radius: 2rem;
}
@media print, screen and (min-width: 768px) {
  .pickup_item .cat {
    font-size: 1.2rem;
    margin-bottom: 9px;
    padding: 1px 10px 1px;
  }
}
.pickup_item .title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .pickup_item .title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.pickup_item .text {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1280px) {
  .pickup_item .text {
    font-size: 1.4rem;
  }
}
.pickup_item a {
  text-decoration: underline;
}
.pickup_item a:hover {
  text-decoration: none;
}

.pickup .slick-list {
  overflow: visible;
  padding-right: 12%;
}

.pickup .slick-dots li button:before {
  width: 10px;
  height: 10px;
  background-color: white;
  border: none;
}

.pickup .slick-dots li {
  width: 10px;
  height: 10px;
}

.pickup .slick-dots li button {
  width: 10px;
  height: 10px;
}

.pickup .slick-dots {
  bottom: -30px;
}

.guest {
  padding: 70px 0;
  position: relative;
  background-color: #F6F7F7;
}
@media print, screen and (min-width: 768px) {
  .guest {
    padding: 100px 0;
  }
}

.guest_h2 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 920px) {
  .guest_h2 {
    margin-bottom: 40px;
  }
}
.guest_h2 .text_en img {
  width: 107px;
}
@media print, screen and (min-width: 768px) {
  .guest_h2 .text_en img {
    width: 27.8%;
  }
}

.entry_box dl {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .entry_box dl {
    column-gap: 15px;
  }
}
@media print, screen and (min-width: 920px) {
  .entry_box dl {
    max-width: none;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
  }
}

.entry_item {
  width: calc((100% - 10px) / 2);
  max-width: 50%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 10px 15px;
}
@media print, screen and (min-width: 768px) {
  .entry_item {
    width: calc((100% - 30px) / 3);
    padding: 15px 15px 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .entry_item {
    width: calc((100% - 60px) / 4);
    border-radius: 20px;
    padding: 18px 20px 24px;
  }
}
@media print, screen and (min-width: 1180px) {
  .entry_item {
    padding: 20px 24px;
  }
}
.entry_item dt {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
}
@media print, screen and (min-width: 920px) {
  .entry_item dt {
    margin-bottom: 15px;
    border-radius: 12px;
  }
}
.entry_item dt img {
  width: 100%;
}
.entry_item dd {
  font-weight: 500;
  line-height: 1.4;
}
.entry_item dd .txt_wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
}
@media print, screen and (min-width: 920px) {
  .entry_item dd .txt_wrap {
    row-gap: 8px;
    flex-direction: row;
    align-items: center;
  }
}
.entry_item dd .position {
  display: block;
  color: #fff;
  font-size: 1rem;
  background-color: #00B9EF;
  padding: 3px 8px;
  border-radius: 9999px;
  white-space: nowrap;
}
@media print, screen and (min-width: 920px) {
  .entry_item dd .position {
    font-size: 1.2rem;
  }
}
.entry_item dd .date {
  display: block;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media print, screen and (min-width: 920px) {
  .entry_item dd .date {
    font-size: 1.3rem;
    display: inline-block;
    margin-top: 0;
  }
}
.entry_item dd .name {
  font-size: 1.3rem;
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .entry_item dd .name {
    font-size: 1.5rem;
  }
}
.entry_item dd .name span {
  display: block;
}
@media print, screen and (min-width: 360px) {
  .entry_item dd .name span {
    display: inline;
  }
}
.entry_item dd .sns_link_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  column-gap: 8px;
  row-gap: 5px;
}
.entry_item dd .sns_link_wrap .btn a {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.entry_item dd .sns_link_wrap .btn a::after {
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
  .entry_item dd .sns_link_wrap .btn a::after {
    left: calc(50% + 1px);
  }
}
.entry_item dd .sns_link_wrap .btn a:hover {
  background-color: #2c2114;
}
.entry_item dd .sns_link_wrap .btn a:hover::after {
  color: #fff;
}
.entry_item dd .sns_link_wrap .btn a.other::after {
  content: "\e909";
  font-size: 1.7rem;
}
@media print, screen and (min-width: 768px) {
  .entry_item dd .sns_link_wrap .btn a.other::after {
    font-size: 1.6rem;
  }
}
.entry_item dd .sns_link_wrap .btn a.tw::after {
  content: "\e905";
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .entry_item dd .sns_link_wrap .btn a.tw::after {
    font-size: 1.3rem;
  }
}
.entry_item dd .sns_link_wrap .btn a.sns_x::after {
  content: "\e90c";
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .entry_item dd .sns_link_wrap .btn a.sns_x::after {
    font-size: 1.7rem;
  }
}
.entry_item dd .sns_link_wrap .btn a.ig::after {
  content: "\e901";
  font-size: 1.9rem;
  line-height: 1;
  transform: translate(-45%, -52%);
}
@media print, screen and (min-width: 768px) {
  .entry_item dd .sns_link_wrap .btn a.ig::after {
    font-size: 1.5rem;
    transform: translate(-48%, -52%);
  }
}
.entry_item dd .sns_link_wrap .btn a.yt::after {
  content: "\e906";
  font-size: 1.8rem;
  transform: translate(-46%, -53%);
}
@media print, screen and (min-width: 768px) {
  .entry_item dd .sns_link_wrap .btn a.yt::after {
    transform: translate(-50%, -53%);
  }
}
.entry_item dd .sns_link_wrap .btn a.tt::after {
  content: "\e90a";
  font-size: 1.7rem;
}
@media print, screen and (min-width: 768px) {
  .entry_item dd .sns_link_wrap .btn a.tt::after {
    font-size: 1.6rem;
  }
}
.entry_item dd .sns_link_wrap .btn a.fb::after {
  content: "\ea90";
  font-size: 1.9rem;
  transform: translate(-47%, -53%);
}
@media print, screen and (min-width: 768px) {
  .entry_item dd .sns_link_wrap .btn a.fb::after {
    font-size: 1.7rem;
  }
}

.times {
  position: relative;
  padding: 70px 0 0;
  background-color: #e2e2e2;
}
@media print, screen and (min-width: 768px) {
  .times {
    padding: 150px 0;
  }
}

.times_h2 {
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .times_h2 {
    margin-bottom: 30px;
  }
}
.times_h2 .text_en img {
  width: 260px;
}
@media print, screen and (min-width: 768px) {
  .times_h2 .text_en img {
    width: 67%;
  }
}

.ttl_attendant {
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 920px) {
  .ttl_attendant {
    margin-bottom: 60px;
    font-size: 1.7rem;
  }
}

.tab_btn_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  max-width: 900px;
  background-color: #ffffff;
  border-radius: 9999px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .tab_btn_area {
    height: 80px;
    margin: 0 auto 70px;
  }
}

.tab_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 49%;
  height: 100%;
  color: #afafaf;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
  border-radius: 9999px;
  cursor: pointer;
  padding-bottom: 3px;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 920px) {
  .tab_btn {
    flex-direction: row;
    padding-bottom: 0;
  }
}
.tab_btn.reverse.tab_active::after {
  transform: scale(-1, 1);
}
.tab_btn.tab_active {
  cursor: auto;
  height: 55px;
  color: #db5e13;
  background-color: #fff;
  border: 2px solid #2c2114;
  width: 52%;
}
@media print, screen and (min-width: 768px) {
  .tab_btn.tab_active {
    height: 90px;
  }
}
.tab_btn.tab_active::after {
  content: "";
  display: block;
  height: 14px;
  width: 21px;
  background-image: url(../img/top/schedule_protrusion_sp.svg?240801);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .tab_btn.tab_active::after {
    background-image: url(../img/top/schedule_protrusion.svg);
    height: 27px;
    width: 36px;
    bottom: -27px;
  }
}
.tab_btn.tab_active .text_when {
  background-color: #db5e13;
}
.tab_btn .text_when {
  color: #fff;
  font-size: 1.3rem;
  display: inline-block;
  transform: translateY(1px);
  margin-right: 3px;
  background-color: #afafaf;
  border-radius: 9999px;
  padding: 4px 10px 6px;
}
@media print, screen and (min-width: 768px) {
  .tab_btn .text_when {
    font-size: 2.9rem;
    margin-right: 8px;
    padding: 4px 10px 9px;
    transform: none;
  }
}
@media print, screen and (min-width: 1180px) {
  .tab_btn .text_when {
    padding: 12px 20px 17px;
  }
}
.tab_btn .text_day {
  display: inline-block;
  font-size: 2rem;
  transform: translateY(3px);
}
@media print, screen and (min-width: 768px) {
  .tab_btn .text_day {
    font-size: 4rem;
  }
}
.tab_btn .text_week {
  display: inline-block;
  font-size: 1.2rem;
  transform: translateY(3px);
  margin-right: 4px;
}
@media print, screen and (min-width: 920px) {
  .tab_btn .text_week {
    font-size: 1.6rem;
    margin-right: 6px;
  }
}
.tab_btn .open_time {
  font-size: 1.4rem;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .tab_btn .open_time {
    font-size: 2.5rem;
  }
}

.tab_panel_area {
  background-color: #fff;
  padding: 40px 0 0;
}
@media print, screen and (min-width: 768px) {
  .tab_panel_area {
    max-width: 1200px;
    padding: 40px 30px 80px;
    margin: 0 auto;
    border-radius: 20px;
  }
}
.tab_panel_area > span {
  width: 90%;
  margin: 0 auto;
}

.tab_panel {
  margin: 0 auto;
  padding: 70px 0 100px;
  overflow: scroll;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .tab_panel {
    padding: 102px 0 0;
    overflow: visible;
  }
}
.tab_panel.tab_active {
  display: block;
}

.time_img_scroll {
  width: 175%;
  overflow: hidden;
  overflow-x: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 920px) {
  .time_img_scroll {
    width: auto;
  }
}

.time_table_area {
  width: 190%;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 768px) {
  .time_table_area {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.time_table_wrap {
  display: flex;
  justify-content: space-between;
}

.time_table_block__time_bar {
  width: calc(55px + 0.5%);
  flex-shrink: 0;
  text-align: center;
  position: relative;
  top: -14px;
}
@media print, screen and (min-width: 768px) {
  .time_table_block__time_bar {
    width: calc(55px + 1%);
  }
}
.time_table_block__time_bar:first-child {
  padding-right: 0.5%;
}
@media print, screen and (min-width: 768px) {
  .time_table_block__time_bar:first-child {
    padding-right: 1%;
  }
}
.time_table_block__time_bar:last-child {
  padding-left: 0.5%;
}
@media print, screen and (min-width: 768px) {
  .time_table_block__time_bar:last-child {
    padding-left: 1%;
  }
}
.time_table_block__time_bar img {
  width: 100%;
}

.time_ttl {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media print, screen and (min-width: 360px) {
  .time_ttl {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .time_ttl {
    font-size: 1.8rem;
    top: -40px;
  }
}
@media print, screen and (min-width: 920px) {
  .time_ttl {
    font-size: 2.2rem;
    top: -50px;
  }
}
@media print, screen and (min-width: 1180px) {
  .time_ttl {
    font-size: 2.8rem;
    top: -60px;
  }
}

.m5 {
  position: relative;
  padding-top: 10px;
}

.m10 {
  position: relative;
  padding-top: 20px;
}

.m15 {
  position: relative;
  padding-top: 30px;
}

.m18 {
  position: relative;
  padding-top: 36px;
  margin-bottom: 4px;
}

.m20 {
  position: relative;
  padding-top: 40px;
}

.m25 {
  position: relative;
  padding-top: 50px;
}

.m30 {
  position: relative;
  padding-top: 60px;
}

.m40 {
  position: relative;
  padding-top: 80px;
}

.m45 {
  position: relative;
  padding-top: 90px;
}

.m50 {
  position: relative;
  padding-top: 100px;
}

.h50 {
  margin: 10px 0;
  position: relative;
  padding-top: 100px;
}

.m60 {
  position: relative;
  padding-top: 120px;
}

.m70 {
  position: relative;
  padding-top: 140px;
}

.m80 {
  position: relative;
  padding-top: 160px;
}

.m90 {
  position: relative;
  padding-top: 180px;
}

.m120 {
  position: relative;
  padding-top: 240px;
}

.m100per {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #838383;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .m100per {
    font-size: 1.9rem;
  }
}

.time_table_block__stage {
  width: 100%;
  position: relative;
  background: repeat-y 0 0;
  background-size: 100% 20px;
}
@media print, screen and (min-width: 768px) {
  .time_table_block__stage {
    background-size: 100% 20px;
  }
}
.time_table_block__stage.akapura {
  background-image: url(../img/top/time_table_bg_right.jpg);
}
@media print, screen and (min-width: 768px) {
  .time_table_block__stage.akapura {
    margin-left: 2%;
  }
}
.time_table_block__stage.akarenga {
  background-image: url(../img/top/time_table_bg_left.jpg);
}
.time_table_block__stage > div > .time {
  position: absolute;
  display: inline-block;
  background-color: #231815;
  color: #fff;
  z-index: 2;
  top: 0;
  left: 10px;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  padding: 0.8vw 1.2vw 1.2vw;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .time_table_block__stage > div > .time {
    font-size: 1.2rem;
    padding: 3px 3px 5px;
  }
}
@media print, screen and (min-width: 920px) {
  .time_table_block__stage > div > .time {
    padding: 3px 5px 5px;
  }
}
.time_table_block__stage > div .text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 100%;
  padding: 0 25px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #dcdcdc;
}
@media print, screen and (min-width: 360px) {
  .time_table_block__stage > div .text {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .time_table_block__stage > div .text {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 920px) {
  .time_table_block__stage > div .text {
    font-size: 1.3rem;
  }
}
.time_table_block__stage > div .text em {
  display: inline-block;
  font-style: normal;
}
.time_table_block__stage > div .text i {
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  border-radius: 40px;
  font-style: normal;
}
@media print, screen and (min-width: 768px) {
  .time_table_block__stage > div .text i {
    width: 20px;
    height: 20px;
  }
}
.time_table_block__stage > div .text i:before, .time_table_block__stage > div .text i:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #2c2114;
  transform: translate(-50%, -50%);
}
.time_table_block__stage > div .text i:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.time_flex {
  padding-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .time_flex {
    display: flex;
    padding-top: 30px;
  }
}
.time_flex .person_img {
  width: 100%;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 768px) {
  .time_flex .person_img {
    width: 45%;
    min-width: 40%;
    margin: 0 15px 20px 0;
  }
}
.time_flex .person_img img {
  width: 100%;
}

.times_connection {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .times_connection {
    margin-top: 40px;
  }
}
.times_connection dt.parts_line {
  position: relative;
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .times_connection dt.parts_line {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
  }
}
.times_connection ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .times_connection ul {
    row-gap: 15px;
    column-gap: 15px;
  }
}
.times_connection li a {
  text-decoration: underline;
}
.times_connection li a:hover {
  color: #1d8d60;
}

.times_deco_box span {
  display: block;
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}
.times_deco_box .deco_02 {
  top: 1%;
  left: 1%;
  width: 17%;
}
@media print, screen and (min-width: 768px) {
  .times_deco_box .deco_02 {
    top: 0%;
    left: 1%;
  }
}
@media print, screen and (min-width: 1180px) {
  .times_deco_box .deco_02 {
    top: 7%;
  }
}
.times_deco_box .deco_16 {
  top: 7%;
  left: -5%;
  width: 10%;
}
@media print, screen and (min-width: 768px) {
  .times_deco_box .deco_16 {
    top: 20%;
    left: 3%;
    width: 5.1%;
  }
}
.times_deco_box .deco_26 {
  top: 15%;
  left: 4%;
  width: 4.2%;
}
@media print, screen and (min-width: 768px) {
  .times_deco_box .deco_26 {
    top: 31%;
    left: 8%;
    display: none;
    width: 2.3%;
  }
}
@media print, screen and (min-width: 1280px) {
  .times_deco_box .deco_26 {
    display: block;
  }
}
.times_deco_box .deco_14 {
  top: 1%;
  right: 4%;
  width: 7%;
}
@media print, screen and (min-width: 768px) {
  .times_deco_box .deco_14 {
    top: 12%;
    right: 8%;
    width: 6.7%;
  }
}
.times_deco_box .deco_15 {
  top: 5%;
  right: -8%;
  width: 14%;
}
@media print, screen and (min-width: 768px) {
  .times_deco_box .deco_15 {
    top: 19%;
    right: -8%;
    display: none;
    width: 13%;
  }
}
@media print, screen and (min-width: 1280px) {
  .times_deco_box .deco_15 {
    display: block;
  }
}
.times_deco_box .deco_01 {
  width: 11%;
  top: 14%;
  right: -7%;
}
@media print, screen and (min-width: 768px) {
  .times_deco_box .deco_01 {
    top: 25%;
    right: 14%;
    width: 4%;
  }
}

.information {
  padding: 100px 0 45px;
  background-color: #dedad0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .information {
    padding: 150px 0 165px;
  }
}
.information .ttl_attendant {
  color: #fff;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .information .ttl_attendant {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 920px) {
  .information .ttl_attendant {
    margin-bottom: 60px;
  }
}

.information_h2 {
  padding-bottom: 46px;
}
@media print, screen and (min-width: 768px) {
  .information_h2 {
    padding-bottom: 57px;
  }
}
.information_h2 .text_en img {
  width: 76px;
}
@media print, screen and (min-width: 768px) {
  .information_h2 .text_en img {
    width: 20%;
  }
}

.information_image {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 126px;
  max-width: 278px;
  right: -5vw;
  width: 225px;
}
@media print, screen and (min-width: 768px) {
  .information_image {
    right: 0;
    width: 40%;
    max-width: 483px;
  }
}
.information_image .saori {
  width: 100%;
}

.zoon_icon_area {
  background-color: #fff;
  padding: 18px 10px;
  margin-bottom: 26px;
}
@media print, screen and (min-width: 360px) {
  .zoon_icon_area {
    padding: 18px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .zoon_icon_area {
    padding: 22px 60px;
  }
}

.zoon_icon_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 13px;
  column-gap: 10px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .zoon_icon_list {
    row-gap: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .zoon_icon_list {
    column-gap: 20px;
  }
}

.zoon_icon_item {
  display: flex;
  column-gap: 6px;
  align-items: center;
  width: calc((100% - 10px) / 2);
}
@media print, screen and (min-width: 768px) {
  .zoon_icon_item {
    column-gap: 10px;
  }
}
@media print, screen and (min-width: 1280px) {
  .zoon_icon_item {
    width: calc((100% - 60px) / 4);
  }
}
.zoon_icon_item .img {
  width: 30px;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .zoon_icon_item .img {
    width: 40px;
  }
}
.zoon_icon_item .text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
}
@media print, screen and (min-width: 360px) {
  .zoon_icon_item .text {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .zoon_icon_item .text {
    font-size: 1.3rem;
    letter-spacing: 0.02em;
  }
}

.information_map_area {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #fff;
  padding: 40px 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .information_map_area {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    padding: 20px;
    border-radius: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .information_map_area {
    padding: 50px 80px 80px 80px;
    margin: 0;
  }
}

.information_map_area .map_title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.map_img {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .map_img img {
    width: 100%;
  }
}
.map_img a {
  position: absolute;
  width: 5%;
  height: 5%;
  max-width: 36px;
  max-height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.5);
}

.map_akarenga {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .map_akarenga {
    width: 64.5%;
    margin-bottom: 0;
  }
}
.map_akarenga img {
  max-width: none;
  width: 203%;
  border: solid 2px #d8d8d8;
}
@media print, screen and (min-width: 768px) {
  .map_akarenga img {
    max-width: 100%;
    width: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .map_akapura {
    width: 32%;
  }
}
.map_akapura img {
  width: 100%;
  border: solid 2px #d8d8d8;
}

.akarenga_28 {
  top: 62%;
  left: 58.6%;
}

.workshop {
  background-color: #ffffff;
  padding: 70px 0 87px;
}
@media print, screen and (min-width: 920px) {
  .workshop {
    padding: 180px 0 120px;
  }
}

.workshop_h2 {
  padding-bottom: 157px;
}
@media print, screen and (min-width: 920px) {
  .workshop_h2 {
    padding-bottom: 96px;
  }
}
.workshop_h2 .text_en img {
  width: 190px;
}
@media print, screen and (min-width: 768px) {
  .workshop_h2 .text_en img {
    width: 58%;
  }
}

.workshop_image {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 314px;
  max-width: 100%;
}
@media print, screen and (min-width: 920px) {
  .workshop_image {
    width: 40%;
    max-width: 480px;
  }
}
.workshop_image .oklahoma {
  width: 100%;
}

.protrude_box_outer {
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 920px) {
  .protrude_box_outer {
    padding-bottom: 46px;
  }
}

.protrude_box {
  max-width: 1200px;
  margin-right: 20px;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .protrude_box {
    margin-right: 40px;
  }
}

.protrude_item.with_icon {
  position: absolute;
}
.protrude_item.with_icon::before {
  content: "";
  display: block;
  width: 103px;
  height: 81px;
  background-image: url(../img/top/pizza.png?240808);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -1rem;
  top: -2.5rem;
  z-index: 100;
  transform: rotate(20deg);
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .protrude_item.with_icon::before {
    width: 15rem;
    height: 11rem;
    right: -2.5rem;
  }
}

.swiper_container {
  position: relative;
}
.swiper_container .swiper-pagination {
  bottom: -36px;
}
@media print, screen and (min-width: 920px) {
  .swiper_container .swiper-pagination {
    bottom: -46px;
  }
}
.swiper_container .swiper-pagination-bullet {
  opacity: 1;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #2c2114;
}
.swiper_container .swiper-pagination-bullet-active {
  background: #db5e13;
  border-color: #db5e13;
}
.swiper_container .swiper-button-prev,
.swiper_container .swiper-button-next {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 2px solid #2c2114;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 30px);
  transition: 0.2s;
}
@media print, screen and (min-width: 920px) {
  .swiper_container .swiper-button-prev,
  .swiper_container .swiper-button-next {
    width: 70px;
    height: 70px;
    top: calc(50% - 46px);
  }
}
.swiper_container .swiper-button-prev::after,
.swiper_container .swiper-button-next::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  font-size: 1.4rem;
  color: #db5e13;
}
.swiper_container .swiper-button-prev:hover,
.swiper_container .swiper-button-next:hover {
  width: 58px;
  height: 58px;
  top: calc(50% - 35px);
}
@media print, screen and (min-width: 920px) {
  .swiper_container .swiper-button-prev:hover,
  .swiper_container .swiper-button-next:hover {
    width: 80px;
    height: 80px;
    top: calc(50% - 51px);
  }
}
.swiper_container .swiper-button-prev {
  left: -16px;
}
@media print, screen and (min-width: 920px) {
  .swiper_container .swiper-button-prev {
    left: -50px;
  }
}
.swiper_container .swiper-button-prev::after {
  transform: rotate(180deg) translateX(2px);
}
.swiper_container .swiper-button-prev:hover {
  left: -16px;
}
@media print, screen and (min-width: 920px) {
  .swiper_container .swiper-button-prev:hover {
    left: -55px;
  }
}
.swiper_container .swiper-button-next {
  right: -16px;
}
@media print, screen and (min-width: 920px) {
  .swiper_container .swiper-button-next {
    right: -50px;
  }
}
.swiper_container .swiper-button-next::after {
  transform: translateX(2px);
}
.swiper_container .swiper-button-next:hover {
  right: -21px;
}
@media print, screen and (min-width: 920px) {
  .swiper_container .swiper-button-next:hover {
    right: -55px;
  }
}

.card_item {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .card_item {
    border-radius: 20px;
    padding: 30px;
  }
}
.card_item:hover .card_image img {
  transform: scale(1.1);
}

.card_image {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
}
@media print, screen and (min-width: 920px) {
  .card_image {
    margin-bottom: 15px;
    border-radius: 12px;
  }
}
.card_image img {
  width: 100%;
  transition: 0.2s;
}

.card_note {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: #07543f;
  padding: 4px 10px 5px;
  border-radius: 9999px;
}
@media print, screen and (min-width: 920px) {
  .card_note {
    font-size: 1.2rem;
  }
}

.card_text {
  display: block;
  line-height: 1.5;
  margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .card_text {
    margin-top: 10px;
  }
}

.card_cross {
  display: block;
  width: 30px;
  height: 30px;
  background: #db5e13;
  border-radius: 50%;
  transition: 0.15s;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
.card_cross::before, .card_cross::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 9999px;
}
.card_cross::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.experience {
  padding: 60px 0;
  position: relative;
  background-color: #e2e2e2;
}
@media print, screen and (min-width: 768px) {
  .experience {
    padding: 160px 0;
  }
}

.experience_h2 {
  padding-bottom: 156px;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .experience_h2 {
    padding-bottom: 50px;
  }
}
.experience_h2 .text_en img {
  width: 221px;
}
@media print, screen and (min-width: 768px) {
  .experience_h2 .text_en img {
    width: 54.9%;
  }
}

.experience_image {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 307px;
  max-width: 100%;
}
@media print, screen and (min-width: 920px) {
  .experience_image {
    width: 35.8%;
    max-width: 430px;
  }
}
.experience_image .oklahoma {
  width: 100%;
}

.experience_swiper {
  margin-right: 20px;
}
@media print, screen and (min-width: 920px) {
  .experience_swiper {
    margin-right: 0;
  }
}
.experience_swiper .card_item {
  position: static;
  border-radius: 0;
  background-color: transparent;
}
.experience_swiper .swiper-slide {
  height: auto;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
}
@media print, screen and (min-width: 920px) {
  .experience_swiper .swiper-slide {
    border-radius: 20px;
  }
}
.experience_swiper .card_note {
  background-color: transparent;
  color: #07543f;
  padding: 0;
}
.experience_swiper .card_text {
  margin-top: 6px;
}

.kitchencar {
  background-color: #ffffff;
  padding: 70px 0;
}
@media print, screen and (min-width: 768px) {
  .kitchencar {
    padding: 160px 0;
  }
}
.kitchencar .card_item {
  position: static;
  border-radius: 0;
  background-color: transparent;
}
.kitchencar .kitchencar_swiper {
  padding-top: 3rem;
}
.kitchencar .swiper-slide {
  height: auto;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
}
@media print, screen and (min-width: 920px) {
  .kitchencar .swiper-slide {
    border-radius: 20px;
  }
}

.kitchencar_h2 {
  padding-bottom: 167px;
}
@media print, screen and (min-width: 920px) {
  .kitchencar_h2 {
    padding-bottom: 87px;
  }
}
.kitchencar_h2 .text_en img {
  width: 100%;
}
.kitchencar_h2 .h2_inner {
  width: 211px;
}
@media print, screen and (min-width: 768px) {
  .kitchencar_h2 .h2_inner {
    width: 58.41%;
  }
}

.h2_inner {
  display: inline-block;
  position: relative;
}

.kitchencar_image {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 307px;
  max-width: 100%;
  bottom: -3rem;
}
@media print, screen and (min-width: 920px) {
  .kitchencar_image {
    width: 41.2%;
    max-width: 495px;
  }
}
.kitchencar_image .oklahoma {
  width: 100%;
}

.kitchencar_illust {
  display: block;
  position: absolute;
  top: -196%;
  right: -36%;
  width: 38%;
}
@media print, screen and (min-width: 920px) {
  .kitchencar_illust {
    top: -148%;
    right: -26%;
    width: 32%;
  }
}
.kitchencar_illust img {
  width: 100%;
}

.exhibitors {
  background-color: #dedad0;
  padding: 70px 0;
}
@media print, screen and (min-width: 768px) {
  .exhibitors {
    padding: 150px 0;
  }
}
.exhibitors .ttl_attendant {
  margin-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .exhibitors .ttl_attendant {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 920px) {
  .exhibitors_h2 {
    padding-bottom: 45px;
  }
}
.exhibitors_h2 .text_en img {
  width: 174px;
}
@media print, screen and (min-width: 768px) {
  .exhibitors_h2 .text_en img {
    width: 46.8%;
  }
}

.exhibitors_h3 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  color: #2C2114;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .exhibitors_h3 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

.exhibitors_area {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.exhibitors_item {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .exhibitors_item {
    width: 33.333333%;
  }
}
@media print, screen and (min-width: 920px) {
  .exhibitors_item {
    width: 25%;
  }
}
.exhibitors_item a {
  display: block;
  background-color: #fff;
  height: 100%;
  border-radius: 10px;
}
@media print, screen and (min-width: 920px) {
  .exhibitors_item a:hover {
    opacity: 0.7;
  }
}
.exhibitors_item dl {
  display: flex;
  flex-direction: column;
}
.exhibitors_item dl dt {
  flex-shrink: 0;
  border-bottom: 1px solid #d8d8d8;
}
.exhibitors_item dl img {
  border-radius: 10px;
}
.exhibitors_item dl dd {
  display: flex;
  column-gap: 9px;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 8px 5px;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .exhibitors_item dl dd {
    font-size: 1.25rem;
    padding: 12px 10px;
  }
}
@media print, screen and (min-width: 920px) {
  .exhibitors_item dl dd {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.exhibitors_item dl dd .zoon_icon {
  width: 30px;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .exhibitors_item dl dd .zoon_icon {
    width: 40px;
  }
}
.exhibitors_item dl dd .name {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.exhibitors_item dl dd .name > span {
  display: inline;
}
@media print, screen and (min-width: 768px) {
  .exhibitors_item dl dd .name > span {
    display: block;
  }
}
.exhibitors_item .i_popup {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #02775c;
  transition: 0.3s;
}
.exhibitors_item .i_popup::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
  background: #ffffff;
  border-radius: 10px;
  transition: 0.3s;
}
.exhibitors_item .i_popup::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #ffffff;
  border-radius: 10px;
  transition: 0.3s;
}

.exhibitors_body + .exhibitors_body {
  margin-top: 3rem;
}
@media print, screen and (min-width: 768px) {
  .exhibitors_body + .exhibitors_body {
    margin-top: 5rem;
  }
}

.event {
  background-color: #e2e2e2;
  padding: 100px 0;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .event {
    padding: 160px 0;
  }
}

.event_h2 {
  margin-bottom: 27px;
}
@media print, screen and (min-width: 920px) {
  .event_h2 {
    margin-bottom: 52px;
  }
}
.event_h2 .text_en img {
  width: 100%;
}
.event_h2 .h2_inner {
  width: 111px;
}
@media print, screen and (min-width: 768px) {
  .event_h2 .h2_inner {
    width: 30.83%;
  }
}

.event_day_illust {
  display: block;
  position: absolute;
  top: -126px;
  left: -112px;
  width: 103px;
}
@media print, screen and (min-width: 360px) {
  .event_day_illust {
    left: -133px;
  }
}
@media print, screen and (min-width: 768px) {
  .event_day_illust {
    top: -67%;
    left: -61%;
    width: 59%;
  }
}

.event_day_illust > img {
  transform: rotate(-20deg);
}

.event_text {
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5882352941;
}
@media print, screen and (min-width: 920px) {
  .event_text {
    font-size: 1.7rem;
  }
}

.event_note {
  margin-top: 20px;
  color: #e63e4b;
  text-align: center;
  font-weight: 500;
}

.event_box {
  margin-top: 32px;
}
@media print, screen and (min-width: 920px) {
  .event_box {
    margin-top: 52px;
  }
}
.event_box .rally dt img {
  width: 35px;
}
@media print, screen and (min-width: 920px) {
  .event_box .rally dt img {
    width: 46px;
  }
}
.event_box .rally dt img.padding {
  padding: 0 2px;
}
.event_box .merchandise {
  margin-top: 16px;
}
@media print, screen and (min-width: 920px) {
  .event_box .merchandise {
    margin-top: 40px;
  }
}
.event_box .merchandise dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  column-gap: 16px;
}
@media print, screen and (min-width: 920px) {
  .event_box .merchandise dl {
    flex-direction: row;
  }
}
.event_box > div {
  border: 2px solid #2c2114;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
}
@media print, screen and (min-width: 920px) {
  .event_box > div {
    border-radius: 20px;
  }
}
.event_box > div dl {
  max-width: 1050px;
  margin: 0 auto;
  width: calc(100% - 40px);
  padding: 17px 0 24px;
}
@media print, screen and (min-width: 920px) {
  .event_box > div dl {
    width: calc(100% - 80px);
    padding: 40px 0;
  }
}
.event_box > div dt img {
  width: 38px;
}
@media print, screen and (min-width: 920px) {
  .event_box > div dt img {
    width: 46px;
  }
}

.event_name {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  background-color: #2c2114;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media print, screen and (min-width: 920px) {
  .event_name {
    flex-direction: row;
    font-size: 2.6rem;
    height: 70px;
  }
}
.event_name span {
  font-size: 1.1rem;
}
@media print, screen and (min-width: 920px) {
  .event_name span {
    font-size: 1.4rem;
  }
}

.event_three {
  max-width: 1050px;
  margin: 0 auto 20px;
  width: calc(100% - 40px);
  padding: 17px 0 0;
}
@media print, screen and (min-width: 920px) {
  .event_three {
    width: calc(100% - 80px);
    padding: 40px 0 0;
  }
}
.event_three li {
  padding-left: 1em;
  text-indent: -1em;
}
.event_three li:not(:first-child) {
  margin-top: 10px;
}

.event_list div {
  transform: translateY(-14px);
}
@media print, screen and (min-width: 920px) {
  .event_list div {
    display: flex;
  }
}
.event_list div:not(:first-child) {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .event_list div:not(:first-child) {
    margin-top: 30px;
  }
}
.event_list dt {
  display: flex;
  align-items: center;
  column-gap: 7px;
  font-size: 1.4rem;
  font-weight: 500;
  flex-shrink: 0;
}
@media print, screen and (min-width: 920px) {
  .event_list dt {
    column-gap: 10px;
    font-size: 2.2rem;
    width: 225px;
  }
}
.event_list dt span {
  display: block;
  flex-shrink: 0;
}
.event_list dt em {
  font-size: 38px;
  font-style: normal;
  font-weight: bold;
  color: red;
  transform: translateY(-4px);
}
.event_list dt.quiz_item {
  color: #07543f;
}
.event_list dt.stamp_item {
  color: #7cb50a;
}
.event_list dt.key_item {
  color: #3d858e;
}
.event_list dd {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
  margin-left: 15px;
}
@media print, screen and (min-width: 920px) {
  .event_list dd {
    margin: 0;
    transform: translateY(14px);
  }
}
.event_list dd::before {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 6px;
}
@media print, screen and (min-width: 920px) {
  .event_list dd::before {
    top: 8px;
  }
}

.event_merchandise {
  row-gap: 15px;
}
@media print, screen and (min-width: 920px) {
  .event_merchandise {
    row-gap: 18px;
  }
}
.event_merchandise div {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
@media print, screen and (min-width: 920px) {
  .event_merchandise div {
    width: calc((100% - 32px) / 3);
  }
}
.event_merchandise div img {
  flex-shrink: 0;
}
.event_merchandise dl {
  line-height: 1.5;
}
.event_merchandise dt {
  flex-shrink: 0;
}

.event_deco_box span {
  display: block;
  position: absolute;
}
.event_deco_box .deco_25 {
  top: 7%;
  left: -6%;
  width: 17%;
}
@media print, screen and (min-width: 768px) {
  .event_deco_box .deco_25 {
    top: 5%;
    left: 4%;
  }
}
.event_deco_box .deco_16 {
  top: 18%;
  left: 1%;
  width: 7%;
}
@media print, screen and (min-width: 768px) {
  .event_deco_box .deco_16 {
    top: 22%;
    left: 9%;
    width: 5.1%;
  }
}
.event_deco_box .deco_10 {
  top: 21%;
  left: -6%;
  width: 12%;
}
@media print, screen and (min-width: 768px) {
  .event_deco_box .deco_10 {
    top: 33%;
    left: -5%;
    width: 11%;
  }
}
.event_deco_box .deco_26 {
  top: 2%;
  right: -3%;
  width: 12%;
}
@media print, screen and (min-width: 768px) {
  .event_deco_box .deco_26 {
    top: 7%;
    right: 9%;
    width: 5%;
  }
}
.event_deco_box .deco_12 {
  top: 7%;
  right: -2%;
  width: 8%;
}
@media print, screen and (min-width: 768px) {
  .event_deco_box .deco_12 {
    top: 26%;
    right: 13%;
    width: 11%;
  }
}
.event_deco_box .deco_09 {
  width: 13%;
  top: 20%;
  right: -4%;
}
@media print, screen and (min-width: 768px) {
  .event_deco_box .deco_09 {
    top: 26%;
    right: -2%;
    width: 12%;
  }
}
.event_deco_box .deco_08 {
  width: 11%;
  top: 28%;
  right: -7%;
}
@media print, screen and (min-width: 768px) {
  .event_deco_box .deco_08 {
    top: 71%;
    right: 10%;
    width: 7%;
  }
}

.sponsor {
  padding: 70px 0;
  background-color: #e2e2e2;
}
@media print, screen and (min-width: 768px) {
  .sponsor {
    padding: 160px 0;
  }
}

.sponsor_h2 {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .sponsor_h2 {
    margin-bottom: 54px;
  }
}
.sponsor_h2 .text_en img {
  width: 161px;
}
@media print, screen and (min-width: 768px) {
  .sponsor_h2 .text_en img {
    width: 44.66%;
  }
}

.sponsor_box {
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px 70px;
}
@media print, screen and (min-width: 768px) {
  .sponsor_box {
    max-width: 1200px;
    border-radius: 20px;
    padding: 10px 50px 80px;
    width: calc(100% - 80px);
  }
}
.sponsor_box .bnr_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sponsor_box .bnr_area li a {
  display: block;
}
.sponsor_box .bnr_l li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .sponsor_box .bnr_l li {
    width: 33%;
  }
}
.sponsor_box .bnr_l li a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  .sponsor_box .bnr_m ul {
    column-gap: 30px;
  }
}
.sponsor_box .bnr_m li {
  width: 50%;
}
@media print, screen and (min-width: 768px) {
  .sponsor_box .bnr_m li {
    width: calc((100% - 90px) / 4);
  }
}
.sponsor_box .bnr_m li a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  .sponsor_box .bnr_s {
    padding: 0 9.5%;
  }
}
@media print, screen and (min-width: 768px) {
  .sponsor_box .bnr_s ul {
    column-gap: 20px;
  }
}
.sponsor_box .bnr_s li {
  width: 33.3333333333%;
}
@media print, screen and (min-width: 768px) {
  .sponsor_box .bnr_s li {
    width: calc((100% - 60px) / 4);
  }
}
.sponsor_box .bnr_s li a:hover {
  opacity: 0.7;
}
.sponsor_box .sponsor_name {
  margin-top: 25px;
}
@media print, screen and (min-width: 768px) {
  .sponsor_box .sponsor_name {
    padding: 0 6.5%;
  }
}
.sponsor_box .sponsor_name ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 10px;
}
@media print, screen and (min-width: 920px) {
  .sponsor_box .sponsor_name ul {
    column-gap: 50px;
  }
}
.sponsor_box .sponsor_name li a {
  line-height: 1.5;
  text-decoration: underline;
}
.sponsor_box .sponsor_name li a:hover {
  text-decoration: none;
}

.quiz {
  padding: 70px 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .quiz {
    padding: 140px 0;
  }
}

.quiz_h2 {
  margin-bottom: 30px;
}
.quiz_h2 .text_en {
  width: 64px;
}
@media print, screen and (min-width: 768px) {
  .quiz_h2 .text_en {
    width: 128px;
  }
}

.quiz_content {
  display: flex;
  flex-direction: column;
  background-color: #e2edbc;
  padding: 20px 20px;
}
@media print, screen and (min-width: 768px) {
  .quiz_content {
    flex-direction: row;
    column-gap: 30px;
    padding: 40px 60px;
  }
}
@media print, screen and (min-width: 1180px) {
  .quiz_content {
    padding: 60px 100px;
  }
}
.quiz_content .text {
  line-height: 1.8;
}

.quiz_list {
  letter-spacing: 0.03em;
}

.left {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .left {
    margin-bottom: 0;
  }
}

.right {
  width: 60%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .right {
    width: 220px;
    flex-shrink: 0;
    margin: 0;
  }
}

.quiz_list_item {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1180px) {
  .quiz_list_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
.quiz_list_item:last-child {
  margin-bottom: 0;
}

.quiz_list_dt {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 1.3rem;
  padding-top: 1px;
  margin-bottom: 6px;
}
@media print, screen and (min-width: 768px) {
  .quiz_list_dt {
    font-size: 1.4rem;
    width: 176px;
    margin-bottom: 0;
  }
}
.quiz_list_dt::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1d8d60;
  flex-shrink: 0;
}

.quiz_child_item {
  margin-bottom: 6px;
}
@media print, screen and (min-width: 920px) {
  .quiz_child_item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .quiz_child_dt {
    width: 290px;
  }
}

.song_movie {
  aspect-ratio: 16/9;
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}

.song_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.song {
  background-color: #dedad0;
  padding: 70px 0 80px;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .song {
    padding: 160px 0;
  }
}
.song::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  /* height: 20%; */
  min-height: 100px;
  aspect-ratio: 4/1;
  background-image: url("../img/top/bg_song_sp.svg");
  background-size: cover;
  background-position: center;
  width: 130%;
  top: 0;
  left: -13vw;
}
@media print, screen and (min-width: 768px) {
  .song::before {
    top: 3vw;
    left: -5%;
    width: 110%;
    background-image: url("../img/top/bg_song_de.svg");
  }
}
@media print, screen and (min-width: 920px) {
  .song::before {
    left: -1vw;
    width: 110vw;
    top: -1%;
  }
}
@media print, screen and (min-width: 920px) {
  .song {
    padding: 160px 0;
  }
}
.song .parts_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.song .parts_btn.column2 a:first-of-type {
  margin: 0;
}
.song .parts_btn .btn.popup_design {
  width: 340px;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .song .parts_btn .btn.popup_design {
    flex-direction: row;
    width: 380px;
  }
}
.song .parts_btn .btn span {
  line-height: 1.25;
}

.song_h2 {
  margin-bottom: 27px;
}
@media print, screen and (min-width: 920px) {
  .song_h2 {
    margin-bottom: 52px;
  }
}
.song_h2 .text_en img {
  width: 205px;
}
@media print, screen and (min-width: 768px) {
  .song_h2 .text_en img {
    width: 57%;
  }
}
.song_h2 .h2_inner {
  width: 111px;
}
@media print, screen and (min-width: 768px) {
  .song_h2 .h2_inner {
    width: 30.83%;
  }
}

@media print, screen and (min-width: 768px) {
  .song_box_content {
    margin-top: 60px;
  }
}
.song_box_content p {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: center;
  margin-top: 26px;
}
@media print, screen and (min-width: 768px) {
  .song_box_content p {
    font-size: 1.5rem;
    margin-top: 40px;
  }
}

#popup_box_song01 .song_box_content p {
  text-align: left;
}

.onlinecontents {
  padding: 60px 0;
  background-color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .onlinecontents {
    padding: 100px 0;
  }
}
.onlinecontents h2 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .onlinecontents h2 {
    margin-bottom: 33px;
    font-size: clamp(2.4rem, 3.12vw, 3.2rem);
  }
}
@media print, screen and (min-width: 768px) {
  .onlinecontents ul {
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .onlinecontents_item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 0;
  }
}
.onlinecontents_item a {
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 67px 20px 107px;
  position: relative;
}
.onlinecontents_item a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 920px) {
  .onlinecontents_item a {
    padding: 40px 82px 40px 180px;
  }
}
.onlinecontents_item a::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  font-size: 1.2rem;
  color: #db5e13;
  width: 34px;
  height: 34px;
  border: 2px solid #2c2114;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 3px;
  transition: 0.2s;
}
@media print, screen and (min-width: 920px) {
  .onlinecontents_item a::after {
    width: 48px;
    height: 48px;
    padding-left: 5px;
    font-size: 1.6rem;
  }
}
.onlinecontents_item a:hover::after {
  width: 44px;
  height: 44px;
  right: 15px;
}
@media print, screen and (min-width: 920px) {
  .onlinecontents_item a:hover::after {
    width: 58px;
    height: 58px;
  }
}
.onlinecontents_item .item_title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 920px) {
  .onlinecontents_item .item_title {
    font-size: 2.2rem;
  }
}
.onlinecontents_item .item_text {
  font-weight: normal;
}

.onlinecontents_image {
  display: block;
  width: 90px;
  flex-shrink: 0;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  .onlinecontents_image {
    width: 160px;
    top: calc(50% - 10px);
  }
}

.onlinecontents_webpanel {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .onlinecontents_webpanel {
    margin-top: 0;
  }
}
.onlinecontents_webpanel a {
  position: relative;
}

.message {
  padding: 100px 0;
  background-color: #F6F7F7;
}
@media print, screen and (min-width: 768px) {
  .message {
    padding: 140px 0;
  }
}

.message_img {
  text-align: center;
}
.message_img a {
  transition: opacity 0.3s;
}
.message_img a:hover {
  opacity: 0.7;
}

.contest_area {
  padding: 40px 0;
}
@media print, screen and (min-width: 768px) {
  .contest_area {
    padding: 80px 0;
  }
}

.contest_banner {
  max-width: 900px;
  margin: 0 auto;
}
@media print, screen and (min-width: 920px) {
  .contest_banner {
    width: calc(100% - 80px);
  }
}
.contest_banner.filter {
  position: relative;
}
.contest_banner.filter a::before {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.contest_banner.filter .text {
  position: absolute;
  z-index: 10;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2.8rem;
  font-weight: 700;
}
@media print, screen and (min-width: 920px) {
  .contest_banner.filter .text {
    font-size: 4.6rem;
  }
}
.contest_banner a {
  display: block;
}
.contest_banner a:hover {
  transform: scale(1.05);
}

.parts_line {
  position: relative;
  padding: 10px 0;
  margin-bottom: 20px;
}
.parts_line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.popup_date {
  color: #fff;
  font-weight: bold;
  font-weight: 500;
  line-height: 1.4;
  background-color: #4f3b30;
  display: inline-block;
  padding: 2px 10px;
}

.greeting_name {
  text-align: right;
}
.greeting_name span {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .greeting_name span {
    font-size: 1.3rem;
  }
}
.greeting_name span span {
  font-size: 1.6rem;
}

.seminar_box .title,
.experience_box .title,
.times_box .title,
.kitchencar_box .title {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .seminar_box .content,
  .experience_box .content,
  .times_box .content,
  .kitchencar_box .content {
    display: flex;
    justify-content: space-between;
  }
}
.seminar_box .content.colm1 p,
.experience_box .content.colm1 p,
.times_box .content.colm1 p,
.kitchencar_box .content.colm1 p {
  width: 100%;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .seminar_box .content.colm1 p,
  .experience_box .content.colm1 p,
  .times_box .content.colm1 p,
  .kitchencar_box .content.colm1 p {
    width: 100%;
    margin-right: 0;
  }
}
.seminar_box .content.colm1 dl,
.experience_box .content.colm1 dl,
.times_box .content.colm1 dl,
.kitchencar_box .content.colm1 dl {
  width: 100%;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .seminar_box .content.colm1 dl,
  .experience_box .content.colm1 dl,
  .times_box .content.colm1 dl,
  .kitchencar_box .content.colm1 dl {
    width: 100%;
  }
}
.seminar_box .content p,
.experience_box .content p,
.times_box .content p,
.kitchencar_box .content p {
  width: auto;
  margin: 40px 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .seminar_box .content p,
  .experience_box .content p,
  .times_box .content p,
  .kitchencar_box .content p {
    width: 25%;
    margin-right: 30px;
  }
}
.seminar_box .content p span,
.experience_box .content p span,
.times_box .content p span,
.kitchencar_box .content p span {
  display: block;
  overflow: hidden;
  max-width: 48%;
  margin-left: auto;
  margin-right: auto;
}
.seminar_box .content p span img,
.experience_box .content p span img,
.times_box .content p span img,
.kitchencar_box .content p span img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .seminar_box .content dl,
  .experience_box .content dl,
  .times_box .content dl,
  .kitchencar_box .content dl {
    width: 66%;
  }
}
.seminar_box .content dl dt,
.experience_box .content dl dt,
.times_box .content dl dt,
.kitchencar_box .content dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4px;
}
.seminar_box .content dl dt.title,
.experience_box .content dl dt.title,
.times_box .content dl dt.title,
.kitchencar_box .content dl dt.title {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .seminar_box .content dl dt,
  .experience_box .content dl dt,
  .times_box .content dl dt,
  .kitchencar_box .content dl dt {
    font-size: 3rem;
    margin-bottom: 5px;
  }
}
.seminar_box .content dl span,
.experience_box .content dl span,
.times_box .content dl span,
.kitchencar_box .content dl span {
  font-size: 1.2rem;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .seminar_box .content dl span,
  .experience_box .content dl span,
  .times_box .content dl span,
  .kitchencar_box .content dl span {
    font-size: 1.5rem;
  }
}
.seminar_box .content dd,
.experience_box .content dd,
.times_box .content dd,
.kitchencar_box .content dd {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.seminar_box .content dd:last-child,
.experience_box .content dd:last-child,
.times_box .content dd:last-child,
.kitchencar_box .content dd:last-child {
  margin-bottom: 0;
}
.seminar_box .content dd.font_l,
.experience_box .content dd.font_l,
.times_box .content dd.font_l,
.kitchencar_box .content dd.font_l {
  font-size: 1.5rem;
}
.seminar_box .content dd .capacity,
.experience_box .content dd .capacity,
.times_box .content dd .capacity,
.kitchencar_box .content dd .capacity {
  margin-top: 10px;
}

.experience_box .number p,
.kitchencar_box .number p {
  position: relative;
  display: flex;
}
.experience_box .number i,
.kitchencar_box .number i {
  position: relative;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  line-height: 1;
  top: 3px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-color: #02775c;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 1.3rem;
  padding-left: 1px;
}
@media print, screen and (min-width: 768px) {
  .experience_box .number i,
  .kitchencar_box .number i {
    top: 5px;
    width: 30px;
    height: 30px;
    font-size: 2rem;
    margin-right: 8px;
  }
}
.experience_box div.content .person_img,
.kitchencar_box div.content .person_img {
  width: 100%;
  margin: 0 0 20px;
}
@media print, screen and (min-width: 768px) {
  .experience_box div.content .person_img,
  .kitchencar_box div.content .person_img {
    width: 45%;
    padding-right: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.experience_box div.content .person_img span,
.kitchencar_box div.content .person_img span {
  border-radius: 0;
  max-width: 100%;
  display: block;
  width: 100%;
}
.experience_box div.content .text,
.kitchencar_box div.content .text {
  width: 100%;
  margin: 0;
  text-align: left;
  font-size: 1.3rem;
  line-height: 2;
}
@media print, screen and (min-width: 920px) {
  .experience_box div.content .text,
  .kitchencar_box div.content .text {
    font-size: 1.5rem;
  }
}
.experience_box div.content .text.text02,
.kitchencar_box div.content .text.text02 {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .experience_box div.content dl,
  .kitchencar_box div.content dl {
    width: 65%;
  }
}

.times_box .content,
.seminar_box .content {
  margin-top: 40px;
}
.times_box .content p,
.seminar_box .content p {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .times_box .content p,
  .seminar_box .content p {
    width: 28%;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .times_box .content p span,
  .seminar_box .content p span {
    max-width: 100%;
  }
}
.times_box .person_img,
.seminar_box .person_img {
  margin-bottom: 15px;
}
.times_box dt,
.seminar_box dt {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .seminar_box,
  .times_box,
  .experience_box {
    padding: 60px 60px 60px;
  }
}
.seminar_box .popup_date,
.times_box .popup_date,
.experience_box .popup_date {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  background-color: #07543f;
  font-size: 1rem;
  border-radius: 9999px;
}
@media print, screen and (min-width: 920px) {
  .seminar_box .popup_date,
  .times_box .popup_date,
  .experience_box .popup_date {
    font-size: 1.8rem;
  }
}
.seminar_box .text,
.times_box .text,
.experience_box .text {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .seminar_box .text,
  .times_box .text,
  .experience_box .text {
    line-height: 1.5;
  }
}
.seminar_box .content,
.times_box .content,
.experience_box .content {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .seminar_box .content,
  .times_box .content,
  .experience_box .content {
    display: flex;
    margin-top: 30px;
    justify-content: start;
    align-items: flex-start;
  }
}
.seminar_box .content .person_img,
.times_box .content .person_img,
.experience_box .content .person_img {
  margin: 0 0 15px;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .seminar_box .content .person_img,
  .times_box .content .person_img,
  .experience_box .content .person_img {
    justify-content: start;
    margin: 0;
    margin-right: 40px;
    width: auto;
  }
}
.seminar_box .content .person_img span,
.times_box .content .person_img span,
.experience_box .content .person_img span {
  display: inline-block;
  margin-right: 5px;
  margin-left: 0;
  max-width: none;
  max-width: 49%;
  width: 145px;
}
.seminar_box .content .person_img span:last-of-type,
.times_box .content .person_img span:last-of-type,
.experience_box .content .person_img span:last-of-type {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .seminar_box .content .person_img span,
  .times_box .content .person_img span,
  .experience_box .content .person_img span {
    max-width: none;
  }
}
@media print, screen and (min-width: 920px) {
  .seminar_box .content .person_img span,
  .times_box .content .person_img span,
  .experience_box .content .person_img span {
    margin-right: 10px;
    width: 200px;
  }
}
.seminar_box .content .person_img.wide span,
.times_box .content .person_img.wide span,
.experience_box .content .person_img.wide span {
  width: 190px;
}
@media print, screen and (min-width: 768px) {
  .seminar_box .content .person_img.wide span,
  .times_box .content .person_img.wide span,
  .experience_box .content .person_img.wide span {
    width: 260px;
  }
}
.seminar_box .content dl dt,
.times_box .content dl dt,
.experience_box .content dl dt {
  font-size: 1.5rem;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .seminar_box .content dl dt,
  .times_box .content dl dt,
  .experience_box .content dl dt {
    font-size: 2.3rem;
    text-align: left;
  }
}
.seminar_box .content dl span,
.times_box .content dl span,
.experience_box .content dl span {
  display: inline-block;
  font-size: 1rem;
  margin-right: 6px;
}
@media print, screen and (min-width: 768px) {
  .seminar_box .content dl span,
  .times_box .content dl span,
  .experience_box .content dl span {
    font-size: 1.5rem;
    margin-right: 15px;
  }
}
.seminar_box .time_style div,
.times_box .time_style div,
.experience_box .time_style div {
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .seminar_box .time_style div,
  .times_box .time_style div,
  .experience_box .time_style div {
    display: flex;
    margin-top: 20px;
  }
}
.seminar_box .time_style dt,
.times_box .time_style dt,
.experience_box .time_style dt {
  text-align: left !important;
  font-size: 1.3rem !important;
  font-weight: bold !important;
  white-space: nowrap;
  margin-right: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .seminar_box .time_style dt,
  .times_box .time_style dt,
  .experience_box .time_style dt {
    font-size: 1.4rem !important;
  }
}
.seminar_box .time_style dd,
.times_box .time_style dd,
.experience_box .time_style dd {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .seminar_box .time_style dd,
  .times_box .time_style dd,
  .experience_box .time_style dd {
    font-size: 1.4rem;
  }
}
.seminar_box .seminar_title,
.times_box .seminar_title,
.experience_box .seminar_title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #07543f;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .seminar_box .seminar_title,
  .times_box .seminar_title,
  .experience_box .seminar_title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 920px) {
  .seminar_box .content {
    align-items: center;
  }
}

.experience_box .seminar_title {
  color: #07543f;
  padding-top: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
@media print, screen and (min-width: 920px) {
  .experience_box .seminar_title {
    font-size: 1.5rem;
  }
}

.exhibitors_box dl div + div {
  margin-top: 12px;
}
@media print, screen and (min-width: 768px) {
  .exhibitors_box dl div + div {
    margin-top: 40px;
  }
}
.exhibitors_box dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 10px;
  color: #07543f;
}
.exhibitors_box dd ul.list-theme {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.exhibitors_box dd ul.list-theme li {
  border: none;
  width: 22%;
}
@media print, screen and (min-width: 768px) {
  .exhibitors_box dd ul.list-theme li {
    width: 15%;
  }
}
.exhibitors_box dd ul.list-theme a {
  transition: opacity 0.3s;
}
.exhibitors_box dd ul.list-theme a:hover {
  opacity: 0.7;
}
.exhibitors_box dd ul.list-connection {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .exhibitors_box dd ul.list-connection {
    gap: 15px;
  }
}
.exhibitors_box dd ul.list-connection a {
  transition: opacity 0.3s;
}
.exhibitors_box dd ul.list-connection a:hover {
  opacity: 0.7;
}
.exhibitors_box dd ul.list-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .exhibitors_box dd ul.list-panel {
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 920px) {
  .exhibitors_box dd ul.list-panel {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (min-width: 1180px) {
  .exhibitors_box dd ul.list-panel {
    grid-template-columns: repeat(5, 1fr);
  }
}
.exhibitors_box dd ul.list-panel li {
  border: 1px solid #d9d9d9;
}
@media print, screen and (min-width: 768px) {
  .exhibitors_box dd ul.list-panel.row {
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.exhibitors_box dd ul.list-panel a {
  transition: opacity 0.3s;
}
.exhibitors_box dd ul.list-panel a:hover {
  opacity: 0.7;
}
.exhibitors_box dd ul.list-panel + .list-panel {
  margin-top: 10px;
}

.message_box .title span {
  display: block;
  font-size: 1.4rem;
  text-align: left;
  margin: 40px 0;
}
@media print, screen and (min-width: 768px) {
  .message_box .title span {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 40px;
  }
}
.message_box .content div {
  margin-bottom: 30px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .message_box .content div {
    margin-bottom: 40px;
  }
}
.message_box .content div::before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 23px;
  height: 23px;
  background-color: #02775c;
  color: #ffffff;
  text-align: center;
}
.message_box .content div:nth-child(1)::before {
  content: "1";
}
.message_box .content div:nth-child(2)::before {
  content: "2";
}
.message_box .content div:nth-child(3)::before {
  content: "3";
}
.message_box .content div:nth-child(4)::before {
  content: "4";
}
.message_box .content div:nth-child(5)::before {
  content: "5";
}
.message_box .content div:nth-child(6)::before {
  content: "6";
}
.message_box .content div:nth-child(7)::before {
  content: "7";
}
.message_box .content div:nth-child(8)::before {
  content: "8";
}
.message_box .content div:nth-child(9)::before {
  content: "9";
}
.message_box .content div:nth-child(10)::before {
  content: "10";
}
.message_box .content div dt {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 0 7px 2em;
  margin-bottom: 20px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .message_box .content div dt {
    font-size: 1.8rem;
  }
}
.message_box .content div dd {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .message_box .content div dd {
    font-size: 1.5rem;
  }
}

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