@charset "UTF-8";
/*----------------------------------------
表示を切り替える幅
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
カラー
----------------------------------------*/
/*----------------------------------------
ブレークポイント
----------------------------------------*/
/*----------------------------------------
表示を切り替える幅
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
カラー
----------------------------------------*/
/*----------------------------------------
ブレークポイント
----------------------------------------*/
html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  color: #000000;
  font-size: 16px;
  line-height: 1.6875;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

*, *:before, *:after {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1;
}

h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

#main {
  position: relative;
}

.slider {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.slider.slick-initialized {
  opacity: 1;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

/*------------------
ナビ
-------------------*/
.nav__btn {
  position: fixed;
  background-color: #E7C950;
}

/*------------------
メインビジュアル
-------------------*/
.top_container {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .top_container {
    flex-wrap: wrap;
  }
}
.top_container__sub {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 45.3%;
  background-color: #000000;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_container__sub {
    position: static;
    height: auto;
    width: 100%;
    z-index: auto;
  }
}
.top_container__main {
  width: 54.7%;
  background-color: #ed6c00;
  margin-left: 45.3%;
}
@media screen and (max-width: 767px) {
  .top_container__main {
    width: 100%;
    margin-left: 0;
  }
}

.pin_area {
  padding: 19.8% 15.2% 20.3% 15.8%;
}
@media screen and (max-width: 1500px) {
  .pin_area {
    padding-top: 15%;
  }
}
@media screen and (max-width: 767px) {
  .pin_area {
    padding: 30px 102px;
  }
}
.pin_area__btn {
  width: 100%;
  margin-top: 44.3px;
}
@media screen and (max-width: 767px) {
  .pin_area__btn {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 9;
  }
  .pin_area__btn--left {
    left: 0;
  }
  .pin_area__btn--right {
    right: 0;
    left: auto;
  }
}
.pin_area__btn + .pin_area__btn {
  margin-top: 20px;
}
.pin_area__btn .button {
  background-color: #E7C950;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  height: 60px;
}
.pin_area__btn .button__date {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  margin-right: 2px;
}
@media screen and (max-width: 1140px) {
  .pin_area__btn .button__date {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .pin_area__btn .button__date {
    font-size: 23px;
    margin-right: 5px;
  }
}
.pin_area__btn .button--concept {
  background: #1B8695;
  color: #fff;
}
.pin_area__btn .button--concept:hover {
  background: #23adc0;
}
.pin_area__btn .button--schedule {
  background: #67A650;
  color: #fff;
}
.pin_area__btn .button--schedule:hover {
  background: #83ba6f;
}
.pin_area__btn .button__week {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  margin-right: 25px;
  margin-top: 10px;
}
@media screen and (max-width: 1140px) {
  .pin_area__btn .button__week {
    font-size: 12px;
    margin-right: 10px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .pin_area__btn .button__week {
    font-size: 14px;
    margin-right: 23px;
    margin-top: 6px;
  }
}
.pin_area__btn .button__text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin-top: 3px;
}
@media screen and (max-width: 1140px) {
  .pin_area__btn .button__text {
    font-size: 14px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .pin_area__btn .button__text {
    font-size: 18px;
  }
}
.pin_area__btn .button__text--left {
  margin-right: 20px;
}
@media screen and (max-width: 1140px) {
  .pin_area__btn .button__text--left {
    margin-right: 10px;
  }
}
.pin_area__btn .button__text .pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pin_area__btn .button__text .pc {
    display: none;
  }
}
.pin_area__btn .button__text .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pin_area__btn .button__text .sp {
    display: inline;
  }
}
.pin_area__btn .button--internal_link {
  position: relative;
  width: 100%;
  color: #fff;
  border: 1px solid #fff;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .pin_area__btn .button--internal_link {
    border-color: #000000;
  }
}
.pin_area__btn .button--external_link {
  position: relative;
  width: 100%;
  /*2107更新　非表示
  &::after {
      content: "";
      background-image: url("../media/images/link_white.svg");
      background-size: contain;
      width: 14px;
      height: 12px;
      position: absolute;
      right: 25px;
      top: 50%;
      transform: translateY(-50%);
      @include media(tablet) {
          right: 16px
      }
      @include media(sp) {
          right: 20px;
          width: 10px;
          height: 9px;
      }
      @include media(iphone) {
          right: 12px;
      }
  }*/
}
@media screen and (max-width: 767px) {
  .pin_area__scroll {
    display: none;
  }
}
.pin_area__scroll--text {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 74px;
  left: 31px;
  display: block;
  width: 40px;
  height: 30px;
  text-align: center;
  padding-top: 3px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pin_area__scroll--bar {
  display: block;
  width: 1px;
  height: 60px;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 38px;
}

.content .main_visual {
  height: 100%;
}
.content .main_visual__img {
  background-image: url("../media/images/top/2025_MV_mori.jpg");
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 139.6%;
}
.content .concept {
  color: #fff;
  padding: 200px 20px 315px;
}
@media screen and (max-width: 767px) {
  .content .concept {
    padding: 65px 20px 56px;
  }
}
.content .concept__title {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 80px;
  margin: 0 auto 44px;
}
@media screen and (max-width: 767px) {
  .content .concept__title {
    font-size: 50px;
    max-width: 182px;
    margin: 0 auto 22px;
  }
}
.content .concept__text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 2;
  text-align: justify;
  max-width: 460px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content .concept__text {
    font-size: 14px;
    line-height: 2.14;
    padding-right: 17px;
    padding-left: 17px;
    max-width: none;
  }
}
.content .concept__btn {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .content .concept__btn {
    margin-top: 18px;
  }
}
.content .concept__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 460px;
  height: 60px;
  font-size: 20px;
  background-color: #000000;
  color: #fff;
  white-space: nowrap;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content .concept__btn a {
    max-width: 300px;
    height: 50px;
    font-size: 14px;
  }
}
.content .concept__btn_2 {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .content .concept__btn_2 {
    margin-top: 10px;
  }
}
.content .concept__btn_2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 460px;
  height: 60px;
  font-size: 20px;
  background-color: #000000;
  color: #fff;
  white-space: nowrap;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content .concept__btn_2 a {
    max-width: 300px;
    height: 50px;
    font-size: 14px;
  }
}

/*------------------
コンテンツ
-------------------*/
.main_container {
  background-color: #fff;
  padding: 63.8px 0 79px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_container {
    padding: 28.3px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .introduction__logo {
    margin: 0 74px 25.7px;
  }
}
@media screen and (max-width: 767px) {
  .introduction__logo--pc {
    display: none;
  }
}
.introduction__logo--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .introduction__logo--sp {
    display: block;
  }
}
.introduction__shortcut_btn a {
  position: relative;
  background-color: #000000;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 80px;
  margin-top: 5px;
  padding-left: 40px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .introduction__shortcut_btn a {
    font-size: 12px;
    height: 50px;
    min-height: 50px;
    padding-left: 20px;
    padding-right: 50px;
  }
}
.introduction__shortcut_btn a::after {
  content: "";
  background-image: url("../media/images/arrow_right.png");
  background-size: contain;
  width: 24px;
  height: 16px;
  position: absolute;
  right: 26px;
  top: 32px;
}
@media screen and (max-width: 767px) {
  .introduction__shortcut_btn a::after {
    width: 15px;
    height: 10px;
    right: 20px;
    top: 20px;
  }
}
.introduction__store_btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .introduction__store_btn {
    margin-top: 31px;
  }
}
.introduction__store_btn a {
  position: relative;
  border: 3px solid #000000;
  color: #000000;
  width: 100%;
  height: 120px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .introduction__store_btn a {
    border-width: 2px;
    height: 80px;
  }
}
.introduction__store_btn a::after {
  content: "";
  background-image: url("../media/images/link_black.svg");
  background-size: contain;
  width: 17.04px;
  height: 15.02px;
  position: absolute;
  right: 36px;
  top: 49px;
}
@media screen and (max-width: 767px) {
  .introduction__store_btn a::after {
    width: 12.55px;
    height: 11.06px;
    right: 18px;
    top: 31px;
  }
}
.introduction__store_btn--en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  margin: 23px 0 12px;
}
@media screen and (max-width: 767px) {
  .introduction__store_btn--en {
    font-size: 20px;
    margin: 15px 0 8px;
  }
}
.introduction__store_btn--ja {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .introduction__store_btn--ja {
    font-size: 14px;
  }
}

.news__title {
  font-size: 60px;
  text-align: center;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .news__title {
    font-size: 40px;
    margin-top: 50px;
  }
}
.news__list {
  display: flex;
  justify-content: space-between;
  margin: 49px auto 46px;
}
@media screen and (max-width: 767px) {
  .news__list {
    flex-wrap: wrap;
    margin: 23px auto 6px;
  }
}
.news__item {
  width: 21.8%;
}
@media screen and (max-width: 767px) {
  .news__item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.news__item a {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .news__item a {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .news__item .thumb_wrap {
    width: 36.1%;
    margin-right: 18px;
  }
}
.news__item .thumbnail {
  background-image: url("../media/images/news_thumbnail.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.news__item .thumbnail__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.news__item .thumbnail_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
@media screen and (max-width: 767px) {
  .news__item .txt_box {
    width: 58.5%;
  }
}
.news__item .date {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  margin: 18px 0 12px;
}
@media screen and (max-width: 767px) {
  .news__item .date {
    font-size: 11px;
    margin: 17px 0 11px;
  }
}
.news__item .title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.875;
  height: 60px;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news__item .title {
    font-size: 12px;
    line-height: 1.666;
  }
}
.news__item .title.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .news__item .title.ellipsis {
    -webkit-line-clamp: 3;
  }
}
.news__more_btn a {
  background-color: #000000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 260px;
  height: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .news__more_btn a {
    width: 300px;
    height: 50px;
    font-size: 16px;
  }
}

.about {
  width: 100%;
  position: relative;
  background-image: url("../media/images/top/since_bg.jpg");
  background-size: cover;
  margin-top: 74px;
  padding: 97px 20px 79px;
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 40px;
    padding: 38px 20px 43px;
  }
}
.about__visual {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about__visual {
    flex-wrap: wrap;
  }
}
.about__title {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about__title {
    margin: 0 auto;
  }
}
.about__title .small {
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .about__title .small {
    font-size: 30px;
    display: block;
    text-align: center;
  }
}
.about__title .period {
  font-size: 140px;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .about__title .period {
    font-size: 60px;
    margin-top: 8px;
  }
}
.about__poster {
  max-width: 786.37px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .about__poster {
    margin-top: 32px;
  }
}
.about__btn {
  display: flex;
  justify-content: space-between;
  max-width: 703px;
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 65.4px auto 0;
}
@media screen and (max-width: 767px) {
  .about__btn {
    flex-direction: column;
    font-size: 14px;
    margin: 25.7px auto 0;
  }
}
.about__btn a {
  background-color: #000000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .about__btn a {
    height: 50px;
  }
}
.about__btn--about {
  width: 56.9%;
}
@media screen and (max-width: 767px) {
  .about__btn--about {
    width: 300px;
    margin: 0 auto;
  }
}
.about__btn--history {
  width: 37%;
}
@media screen and (max-width: 767px) {
  .about__btn--history {
    width: 300px;
    margin: 10px auto 0;
  }
}

.gallery {
  position: relative;
  background-color: #000000;
  margin: 129px 0 0;
  padding: 104px 20px 125px;
}
@media screen and (max-width: 1024px) {
  .gallery {
    margin: 0;
    padding: 32px 20px 38px;
  }
}
.gallery__title {
  font-size: 60px;
  color: #fff;
  text-align: right;
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .gallery__title {
    font-size: 40px;
    margin: 0 0 26px;
    text-align: center;
  }
}
.gallery__images {
  position: absolute;
  top: -79px;
  left: 0;
  width: 68%;
  max-width: 885px;
}
@media screen and (max-width: 1024px) {
  .gallery__images {
    max-width: none;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .gallery__images .slick-list {
    padding: 0 0 0 15.3% !important;
  }
}
.gallery__item {
  margin: auto 15px;
}
@media screen and (max-width: 1024px) {
  .gallery__item {
    margin: auto 5px;
  }
}
.gallery__img {
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 55.55%;
}
.gallery__img--01 {
  background-image: url("../media/images/gallery/jsf_2024_001.jpg");
}
.gallery__img--02 {
  background-image: url("../media/images/gallery/jsf_2024_003.jpg");
}
.gallery__img--03 {
  background-image: url("../media/images/gallery/jsf_2024_002.jpg");
}
.gallery__img--04 {
  background-image: url("../media/images/gallery/jsf_2024_004.jpg");
}
.gallery .arrow_box {
  position: absolute;
  bottom: -37px;
  right: calc(50% - 500px);
  display: flex;
}
@media screen and (max-width: 1140px) {
  .gallery .arrow_box {
    right: calc(50% - 446px);
  }
}
.gallery .arrow_box .prev_arrow {
  border-right: 1px solid #000000;
}
.gallery .slick-arrow {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #222222;
  cursor: pointer;
}
.gallery .slick-arrow:hover img {
  opacity: 0.8;
}
.gallery .slick-arrow img {
  position: absolute;
  width: 24px;
  height: 16px;
  left: 28px;
  top: 32px;
}
.gallery__btn a {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 1px solid #fff;
  background-color: #000000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 260px;
  height: 60px;
  margin-left: auto;
  margin-top: 55px;
}
@media screen and (max-width: 1024px) {
  .gallery__btn a {
    width: 300px;
    height: 50px;
    font-size: 16px;
    margin: 31px auto 0;
  }
}

/*------------------
フッター
-------------------*/
.footer {
  position: relative;
  z-index: 1;
}

/*------------------
JSFカード　210818追加
-------------------*/
.jsfcard__pc {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .jsfcard__pc {
    display: none;
  }
}
.jsfcard__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .jsfcard__sp {
    display: block;
    margin-top: 10px;
  }
}

/*------------------
協賛広告バナー
-------------------*/
.sponsor_container {
  background: #eee;
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .sponsor_container {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.sponsor__title {
  font-size: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sponsor__title {
    font-size: 40px;
  }
}
.sponsor__title--ja {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .sponsor__title--ja {
    font-size: 14px;
    margin-top: 14px;
  }
}
.sponsor .sponsor_block {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .sponsor .sponsor_block {
    margin-top: 20.2px;
  }
}
.sponsor .banners_a {
  background-color: #fff;
  padding: 48.5px 51px 54px 58px;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .sponsor .banners_a {
    padding: 19.8px 18px 17px;
    margin-bottom: 20px;
  }
}
.sponsor .banners_a .caption {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sponsor .banners_a .caption {
    display: block;
  }
}
.sponsor .banners_a .caption__banner {
  width: 40.4%;
  max-width: 400px;
  max-height: 310px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sponsor .banners_a .caption__banner {
    width: 100%;
    margin-bottom: 10px;
  }
}
.sponsor .banners_a .caption__yt {
  width: 55.5%;
}
@media screen and (max-width: 767px) {
  .sponsor .banners_a .caption__yt {
    width: 100%;
  }
}
.sponsor .banners_a .caption__yt--wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.3%;
}
.sponsor .banners_a .caption__yt--wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sponsor .banners_a .caption__yt--wrap iframe.show_youtube_none {
  display: none;
}
.sponsor .banners_a .caption__yt--wrap .alter_image {
  display: none;
}
.sponsor .banners_a .caption__yt--wrap .alter_image.youtube_none:not(.show_image_none) {
  display: block;
}
.sponsor .banners_a .text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 2;
  margin-top: 30.5px;
}
@media screen and (max-width: 767px) {
  .sponsor .banners_a .text {
    font-size: 14px;
    line-height: 2.143;
    margin-top: 12px;
  }
}
.sponsor .banners_wrap {
  /*親要素の幅無視*/
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sponsor .banners_b, .sponsor .banners_c, .sponsor .banners_d, .sponsor .banners_e, .sponsor .banners_f {
  text-align: center;
  max-width: 1145px;
  margin: 0 auto;
}
.sponsor .banners_b li, .sponsor .banners_c li, .sponsor .banners_d li, .sponsor .banners_e li, .sponsor .banners_f li {
  display: inline-block;
}
.sponsor .banners_b li {
  margin: 0 20px 34.9px;
  max-width: 530px;
  max-height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sponsor .banners_b li {
    max-width: 335px;
    margin-bottom: 20px;
  }
}
.sponsor .banners_c li {
  margin: 0 12.5px 31.1px;
  max-width: 350px;
  max-height: 150px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sponsor .banners_c li {
    max-width: 298px;
    margin-bottom: 20.3px;
  }
}
.sponsor .banners_d li {
  margin: 0 10px 39px;
  max-width: 260px;
  max-height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sponsor .banners_d li {
    max-width: 161px;
    margin-bottom: 20px;
  }
}
.sponsor .banners_e {
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sponsor .banners_e {
    margin-bottom: 20px;
  }
}
.sponsor .banners_e li {
  font-size: 18px;
  line-height: 1.853;
  margin-left: 17px;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .sponsor .banners_e li {
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.sponsor .banners_e li a {
  color: #000;
  text-decoration: underline;
}
.sponsor .banners_f {
  padding-right: 25px;
  padding-left: 25px;
}
.sponsor .banners_f li {
  font-size: 16px;
  line-height: 1.875;
  color: #000;
  margin-right: 26px;
}
@media screen and (max-width: 767px) {
  .sponsor .banners_f li {
    font-size: 13px;
    margin-right: 0;
    display: block;
  }
}

.sponsor .banners_a {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  max-width: 1100px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .sponsor .banners_a {
    display: block;
    padding: 20px 20px 14px;
  }
}

.sponsor .banners_a__banner {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sponsor .banners_a__banner {
    width: 100%;
    margin-bottom: 10px;
  }
}

.sponsor .banners_a__option {
  width: 46.9%;
}
@media screen and (max-width: 767px) {
  .sponsor .banners_a__option {
    width: 100%;
  }
}

.sponsor .banners_a__yt {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .sponsor .banners_a__yt {
    width: 100%;
  }
}

.sponsor .banners_a__yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sponsor .banners_a__yt iframe.show_youtube_none {
  display: none;
}
.sponsor .banners_a__yt .alter_image {
  display: none;
}
.sponsor .banners_a__yt .alter_image.youtube_none:not(.show_image_none) {
  display: block;
}

.sponsor .image_area__message {
  margin: 0 auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sponsor .image_area__message {
    font-size: 14px;
  }
}

/* 最上部YouTubeを“ファーストビュー”にする */
.top_youtube_top {
  margin: 0;
  padding: 0;
}

/* 上のYouTubeを右カラム幅に合わせて右寄せ */
.top_youtube_top {
  background: #000;
  padding: 0;
  /* 余白いらなければ0、欲しければ 24px 0 とか */
}

/* PC(768px〜)は「右カラム(54.7%)」に合わせる */
@media (min-width: 768px) {
  .top_youtube_top__inner {
    position: relative;
    width: 54.7%;
    margin-left: 45.3%;
    aspect-ratio: 16/9;
    background: #000;
  }
}
/* スマホは全幅 */
@media (max-width: 767px) {
  .top_youtube_top__inner {
    position: relative;
    width: 100%;
    margin: 0;
    aspect-ratio: 16/9;
    background: #000;
  }
}
.top_youtube_top__inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.top_youtube_top__inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 最上部YouTubeを、左の固定カラムより前面に出す */
.top_youtube_top {
  position: relative;
  z-index: 1000;
}

/* ★確実に右カラム（45.3%/54.7%）で右寄せする強制CSS */
@media (min-width: 768px) {
  .top_container__sub {
    width: 45.3% !important;
  }

  .top_container__main {
    width: 54.7% !important;
    margin-left: 45.3% !important;
  }

  .top_youtube_top {
    background: #000;
    position: relative;
    z-index: 1000;
  }

  .top_youtube_top__inner {
    width: 54.7% !important;
    margin-left: 45.3% !important;
    aspect-ratio: 16/9;
    position: relative;
    background: #000;
  }
}
@media (max-width: 767px) {
  .top_youtube_top__inner {
    width: 100% !important;
    margin-left: 0 !important;
    aspect-ratio: 16/9;
  }
}
.top_youtube_top__inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*# sourceMappingURL=mohitotsutop_34th_251222.css-1766400660.map */
