@charset "UTF-8";
/*
 * メディアクエリ用ミックスイン
 *
 * $from: 指定した画面幅を超過した状態をブレークポイントに設定する
 * $until: 指定した画面幅以下の状態をブレークポイントに設定する
 */
/* color */
/* font-family */
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,700&family=Noto+Sans+JP:wght@500;700&display=swap");
.footer__inner, .shoubumeshi__inner, .nanaban__inner, .overview__inner, .player__inner, .movie__inner, .interview__inner, .history_inner, .knowledge_inner, .about__inner, .banner__inner {
  width: 100%;
  max-width: 764px;
  margin: 0 auto;
  padding: 50px 20px 100px;
}

@media (max-width: 767.98px) {
  .footer__inner, .shoubumeshi__inner, .nanaban__inner, .overview__inner, .player__inner, .movie__inner, .interview__inner, .history_inner, .knowledge_inner, .about__inner, .banner__inner {
    padding: 50px 15px 50px;
  }
  .interview__inner {
    padding-top: 0;
  }
}
.shoubumeshi__title, .nanaban__title, .overview__title, .player__title, .movie__title, .interview__title, .about__title, .history__title, .knowledge__title {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 1%;
  line-height: 0;
  width: 100%;
  padding-top: 29.7692307692%;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .shoubumeshi__title, .nanaban__title, .overview__title, .player__title, .movie__title, .interview__title, .about__title, .history__title, .knowledge__title {
    padding-top: 45.5294117647%;
    margin-bottom: 40px;
  }
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #002c56;
  background-size: cover;
  position: relative;
  animation: fadeIn 2s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#sub .wrapper {
  background-image: url("../images/common/bg.jpg?0922");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.wrapper {
  position: relative;
  overflow: hidden;
  background-image: url("../images/common/bg_long.jpg?0922"), url("../images/common/bg3.jpg?0922");
  background-size: 100% auto, 100% auto;
  background-position: center calc(640px - 43vw), center bottom;
  background-repeat: no-repeat, repeat-y;
}
@media screen and (max-width: 1470px) {
  .wrapper {
    background-size: 1440px auto, 1440px auto;
    background-position: center top, center bottom;
  }
}
@media (max-width: 767.98px) {
  .wrapper {
    background-size: 720px auto, 720px auto;
    background-position: center top, center bottom;
  }
}

.wrapper ul {
  list-style: none;
}

.wrapper a {
  color: #002c56;
}

.wrapper a:hover {
  transition: opacity 0.3s;
}

.wrapper a:hover:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .wrapper a:hover:hover {
    opacity: 1;
  }
}
.wrapper a.is-coming {
  opacity: 0.6;
  text-decoration: none;
  pointer-events: none;
}

.wrapper .br_pc {
  display: block;
}

@media (max-width: 767.98px) {
  .wrapper .br_pc {
    display: none;
  }
}
.wrapper .br_sp {
  display: none;
}

@media (max-width: 767.98px) {
  .wrapper .br_sp {
    display: block;
  }
}
.main {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  list-style: none;
  letter-spacing: 0;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  line-height: 1.8;
}

@media (max-width: 767.98px) {
  .main {
    font-size: 3.5vw;
  }
}
.pagetop {
  width: 70px;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}

@media (max-width: 767.98px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop a {
  display: block;
}

.pagetop a img {
  width: 100%;
  height: auto;
}

.pagetop a:hover {
  transition: opacity 0.3s;
}

.pagetop a:hover:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .pagetop a:hover:hover {
    opacity: 1;
  }
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 8.3em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 8.3em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__slide--has-video {
  cursor: pointer;
}

.splide__slide--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__slide__container--has-video {
  cursor: pointer;
  position: relative;
}

.splide__slide__container--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.splide__video__wrapper {
  background: #000;
  height: inherit;
  width: inherit;
}

.splide__video__wrapper div, .splide__video__wrapper iframe, .splide__video__wrapper video {
  height: 100%;
  width: 100%;
}

.splide__video__play {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 50%;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.1s linear;
  width: 40px;
}

.splide__video__play:after {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 9px 0 9px 17px;
  content: "";
  display: inline-block;
  margin-left: 4px;
}

.header__inner {
  background: #ffffff;
  overflow: hidden;
}

.header__logo {
  padding: 0 0;
}

@media (max-width: 767.98px) {
  .header__logo {
    padding: 7px 0;
  }
}
.header__logo a img {
  width: 190px;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .header__logo a img.sp {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header__logo a img {
    width: 120px;
  }
  .header__logo a img.pc {
    display: none;
  }
}
.header_bnr_area {
  width: 100%;
  background: #fff;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .header_bnr_area {
    padding: 5.3333333333vw 0;
    flex-direction: column;
    gap: 4vw;
  }
}
.header_bnr_area .header_bnr {
  display: block;
  width: 500px;
  margin: 0;
  max-width: calc(48% - 40px);
}
@media (min-width: 768px) {
  .header_bnr_area .header_bnr {
    transition: opacity 0.2s ease;
    opacity: 1;
  }
  .header_bnr_area .header_bnr:hover {
    opacity: 0.6;
  }
  .header_bnr_area .header_bnr .sp {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header_bnr_area .header_bnr {
    width: 83.5294117647vw;
    max-width: 83.5294117647vw;
  }
  .header_bnr_area .header_bnr .pc {
    display: none;
  }
}
.header_bnr_area:has(.header_bnr:nth-child(2)) .header_bnr {
  width: 370px;
}

.banner__inner {
  padding: 20px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .banner__inner {
    padding: 15px;
  }
}
.banner__inner div {
  max-width: 600px;
  margin: 0 auto;
}

.banner__inner div a {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 1%;
  line-height: 0;
  background-image: url("../images/common/bnr_present_pc.jpg?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 16.6666666667%;
  display: block;
}

@media (max-width: 767.98px) {
  .banner__inner div a {
    background-image: url("../images/common/bnr_present_sp.jpg?0922");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 25.3521126761%;
  }
}
body.modal_on {
  overflow: hidden;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 21;
  padding: 0 0 0;
}
#modal.open {
  opacity: 1;
  pointer-events: auto;
}
#modal.open .modal_inner .modal_contents {
  opacity: 1;
  transition: opacity 0.2s ease 0.1s;
}
#modal .modal_close {
  position: absolute;
  width: 20px;
  aspect-ratio: 1;
  right: 0;
  top: -25px;
  z-index: 2;
  cursor: pointer;
  border: #fff 1px solid;
  display: block;
  overflow: hidden;
  color: transparent;
  background: transparent;
  border: none;
}
#modal .modal_close:before, #modal .modal_close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  background: #fff;
  transform-origin: center;
}
#modal .modal_close:before {
  transform: rotate(45deg);
}
#modal .modal_close:after {
  transform: rotate(-45deg);
}
#modal .modal_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.8;
  cursor: pointer;
}
#modal .modal_inner {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-height: 910px) {
  #modal .modal_inner {
    align-items: flex-start;
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  #modal .modal_inner {
    padding: 7% 5%;
  }
}
@media (max-width: 767.98px) and (min-aspect-ratio: 1923/2600) {
  #modal .modal_inner {
    align-items: flex-start;
  }
}
#modal .modal_contents {
  padding: 0 0;
  z-index: 1;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#modal .modal_content {
  padding: 0;
  display: none;
  width: 100%;
  max-width: 600px;
}
#modal .modal_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
#modal .modal_content * {
  position: relative;
}
#modal .modal_content.show {
  display: block;
}

.visual {
  position: relative;
}

.visual__inner {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 1%;
  line-height: 0;
  padding-top: 44px;
  padding-bottom: 205px;
}
.visual__inner img {
  display: block;
  max-width: 100%;
  height: auto;
}
.visual__inner .kv_pic {
  position: absolute;
  min-width: 1014px;
  width: 70.4166666667vw;
  left: 0;
  transform: translateX(-3.35%);
  top: 15px;
}
@media (max-width: 1300px) {
  .visual__inner .kv_pic {
    left: calc(50% - 650px);
  }
}
.visual__inner .kv_name {
  position: absolute;
  width: 501px;
  left: -98px;
  top: 36.3076923077vw;
}
.visual__inner .kv_name.bouei {
  width: 514px;
}
@media (max-width: 1300px) {
  .visual__inner .kv_name.bouei {
    top: 472px;
  }
}
.visual__inner .kv_title {
  position: relative;
  width: 279px;
  left: calc(50% - 94px);
}
.visual__inner .kv_title .sub {
  position: absolute;
  width: 60px;
  right: 0;
  top: 0;
}
.visual__inner .kv_title .main_title {
  width: 189px;
  display: block;
}
.visual__inner .kv_title .main_title img {
  margin: 0 auto;
}
.visual__inner .kv_title .main_title img.ou {
  width: 183px;
}
.visual__inner .kv_title .main_title img.shou {
  width: 184px;
  margin-top: -7px;
}
.visual__inner .kv_title .main_title img.sen {
  width: 189px;
  margin-top: -7px;
}
@media (max-width: 999.98px) {
  .visual__inner .kv_title {
    width: 27.9vw;
    left: calc(50% - 9.4vw);
  }
  .visual__inner .kv_title .sub {
    width: 6vw;
  }
  .visual__inner .kv_title .main_title {
    width: 18.9vw;
  }
  .visual__inner .kv_title .main_title img.ou {
    width: 18.3vw;
  }
  .visual__inner .kv_title .main_title img.shou {
    width: 18.4vw;
    margin-top: -0.7vw;
  }
  .visual__inner .kv_title .main_title img.sen {
    width: 18.9vw;
    margin-top: -0.7svw;
  }
}

@media (min-width: 768px) {
  .visual__inner .kv_pic.sp {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .visual__inner {
    padding-top: 4.9333333333vw;
    padding-bottom: 42.4vw;
  }
  .visual__inner .kv_pic {
    width: 118.3106666667vw;
    min-width: 0;
    left: -28.5333333333vw;
    top: 28.9333333333vw;
    transform: translateX(0);
    max-width: 1000px;
  }
  .visual__inner .kv_pic.pc {
    display: none;
  }
  .visual__inner .kv_name {
    width: 66.8vw;
    left: -15.3333333333vw;
    top: 90.2666666667vw;
  }
  .visual__inner .kv_name.bouei {
    width: 68.5333333333vw;
    top: 90.2666666667vw;
  }
  .visual__inner .kv_title {
    width: 36.5333333333vw;
    left: 37.4666666667vw;
  }
  .visual__inner .kv_title .sub {
    width: 8vw;
    right: 0;
    top: 0;
  }
  .visual__inner .kv_title .main_title {
    width: 25.2vw;
    display: block;
  }
  .visual__inner .kv_title .main_title img {
    margin: 0 auto;
  }
  .visual__inner .kv_title .main_title img.ou {
    width: 24.4vw;
  }
  .visual__inner .kv_title .main_title img.shou {
    width: 24.5333333333vw;
    margin-top: -0.9333333333vw;
  }
  .visual__inner .kv_title .main_title img.sen {
    width: 25.2vw;
    margin-top: -0.9333333333vw;
  }
}
.visual__scroll {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 1%;
  line-height: 0;
  background-image: url("../images/common/scroll_pc.png?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 2%;
  padding-top: 65.5%;
  position: absolute;
  bottom: -32.1%;
  left: 1%;
}

@media (max-width: 767.98px) {
  .visual__scroll {
    background-image: url("../images/common/scroll_sp.png?0922");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 5%;
    padding-top: 85.0666666667%;
    bottom: -23.4%;
  }
}
.nav {
  position: absolute;
  top: 114px;
  left: calc(50% + 322px);
  z-index: 10;
}

@media (max-width: 1210px) {
  .nav {
    left: auto;
    right: 20px;
  }
}
@media (max-width: 1099.98px) {
  .nav {
    top: 90px;
  }
}
.nav__list {
  padding: 0;
}

@media (max-width: 767.98px) {
  .nav__list {
    display: none;
  }
}
.nav__list-item {
  margin-bottom: 25px;
  width: 220px;
}

.nav__list-item {
  width: 247px;
}

@media (max-width: 899.98px) {
  .nav__list-item {
    margin-bottom: 25px;
  }
}
.nav__list-item a {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 1%;
  line-height: 0;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center left !important;
  height: 22px;
  display: block;
}

@media (max-width: 999.98px) {
  .nav {
    right: 2vw;
  }
  .nav__list-item a {
    height: 2vw;
  }
  .nav__list-item {
    width: 21.5vw;
  }
}
.nav__list-item.nav_nanban a {
  background-image: url("../images/nav/nanaban_small.svg?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1000px) {
  .nav__list-item.nav_nanban a {
    width: 385px;
  }
}
.nav__list-item.nav_shoubumeshi a {
  background-image: url("../images/nav/shoubumeshi_small.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1000px) {
  .nav__list-item.nav_shoubumeshi a {
    width: 385px;
  }
}
.nav__list-item.nav_ov a {
  background-image: url("../images/nav/kaisai_small.svg?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.nav__list-item.nav_about a {
  background-image: url("../images/nav/oshou_small.svg?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.nav__list-item.nav_movie a {
  background-image: url("../images/nav/douga_small.png?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.nav__list-item.nav_player a {
  background-image: url("../images/nav/sanka_small.svg?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.nav__list-item.nav_iv a {
  background-image: url("../images/nav/interview_small.svg?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.nav__list-item.nav_column a {
  background-image: url("../images/nav/collum_small.png?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 40px;
}

.nav__list-item.nav_history a {
  background-image: url("../images/nav/history_small.svg?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.nav__list-item.nav_knowledge a {
  background-image: url("../images/nav/knowledge_small.png?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.campaign .nav {
  top: 230px;
}

@media (max-width: 899.98px) {
  .campaign .nav {
    top: 220px;
  }
}
.nav__btn {
  display: none;
}

@media (max-width: 767.98px) {
  .nav__btn {
    background-image: url("../images/nav/menu.png?0922");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 10%;
    padding-top: 10%;
    position: fixed;
    top: 80px;
    right: 20px;
    display: block;
    z-index: 20;
    cursor: pointer;
  }
}
@media (max-width: 767.98px) {
  .campaign .nav__btn {
    top: 1.85%;
  }
}
@media (max-width: 767.98px) {
  .nav__btn.active {
    background-image: url("../images/nav/close.png?0922");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    animation: fadeIn 0.5s forwards;
    top: 30px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .nav.active {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    animation: fadeIn 0.5s forwards;
  }
  .nav.active .nav__list {
    padding-top: 20%;
    padding-left: 10%;
    display: block;
  }
  .nav.active .nav__list .nav__list-item {
    margin-bottom: 30px;
    width: 100%;
  }
  .nav.active .nav__list .nav__list-item a {
    height: 6vw;
  }
  .nav.active .nav__list .nav__list-item.nav_column a {
    height: 12vw;
  }
}
body.active {
  height: auto;
  overflow: visible;
}

@media (max-width: 767.98px) {
  body.active {
    height: 100%;
    overflow: hidden;
  }
}
.about {
  position: relative;
}

.about__title {
  background-image: url("../images/about/tit.png?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -80px;
}

@media (max-width: 767.98px) {
  .about__title {
    margin-top: -20vw;
  }
}
.about__content-desc p {
  margin-bottom: 40px;
  text-align: justify;
}

.about__content-desc p span {
  color: #967d28;
}

.about__content-desc p:last-of-type {
  margin-bottom: 0;
}

.about__content-passion {
  background-image: url("../images/common/bg03.png?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  padding: 5px;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

@media (max-width: 767.98px) {
  .about__content-passion {
    margin-top: 40px;
  }
}
.about__content-passion::after {
  background-image: url("../images/about/bg_omoi_pc.jpg?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  padding-top: 40.9282700422%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .about__content-passion::after {
    background-image: url("../images/about/bg_omoi_sp.jpg?0922");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 67.1428571429%;
  }
}
.about__content-passion div {
  padding: 50px 30px;
  border: #002c56 1px solid;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .about__content-passion div {
    padding: 35px 20px;
  }
}
.about__content-passion img {
  width: 190px;
  margin: 0 auto 35px;
}

@media (min-width: 768px) {
  .about__content-passion img.sp {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .about__content-passion img {
    width: 170px;
  }
  .about__content-passion img.pc {
    display: none;
  }
}
.about__content-passion h3 {
  background-image: url("../images/about/tit_omoi.png?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 1%;
  line-height: 0;
  width: 435px;
  height: 55px;
  margin: 0 auto 40px;
}

@media (max-width: 767.98px) {
  .about__content-passion h3 {
    width: 80%;
    height: auto;
    padding-top: 11.4285714286%;
    margin: 0 auto 30px;
  }
}
.about__content-passion p {
  margin-bottom: 40px;
  text-align: justify;
}

@media (max-width: 767.98px) {
  .about__content-passion p {
    margin-bottom: 25px;
  }
}
.about__content-passion p span {
  color: #c80000;
}

.about__content-passion p:last-of-type {
  margin-bottom: 0;
}

.interview__title {
  background-image: url("../images/interview/tit.png?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -60px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .interview__title {
    margin-top: -12vw;
  }
}
.interview__content {
  margin-top: 51px;
  padding: 50px 30px 26px;
  background: url(../images/interview/bg_interview.jpg) center/cover;
}
@media (max-width: 767.98px) {
  .interview__content {
    background: url(../images/interview/bg_interview_sp.jpg) center/cover;
    padding: 10px 10px 10px;
  }
}

.interview__content-habu {
  width: 525px;
  height: 164px;
  margin: 0 auto 50px;
  left: 17px;
  padding-top: 19px;
  position: relative;
  padding-left: 172px;
}
.interview__content-habu .pic {
  width: 142px;
  position: absolute;
  left: 0px;
  bottom: 0;
}
.interview__content-habu .title {
  margin-bottom: 5px;
}
.interview__content-habu .title small {
  display: block;
  width: fit-content;
  padding: 0 4px;
  color: #fff;
  background: #6A5C00;
  line-height: 20px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 1px;
}
.interview__content-habu .title {
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  color: #6A5C00;
}
.interview__content-habu .title .en {
  margin-left: 20px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #002850;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -5px;
}
.interview__content-habu .history {
  color: #002850;
  padding: 5px 0;
  border-top: #002850 1px solid;
  border-bottom: #002850 1px solid;
  font-size: 10px;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .interview__content-habu {
    width: 100%;
    height: auto;
    margin: 0 auto 25px;
    left: auto;
    padding-top: 0;
    position: relative;
    padding-left: 0;
  }
  .interview__content-habu .pic_title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 8px;
  }
  .interview__content-habu .pic {
    width: 98px;
    position: relative;
    left: 0px;
    bottom: 0;
    margin-right: 10px;
  }
  .interview__content-habu .title {
    margin-bottom: 10px;
  }
  .interview__content-habu .title small {
    padding: 0 4px;
    line-height: 15px;
    font-size: 10px;
    margin-bottom: 2px;
  }
  .interview__content-habu .title {
    font-size: 20px;
    line-height: 29px;
  }
  .interview__content-habu .title .en {
    margin-left: 10px;
    font-size: 8px;
    top: -3px;
  }
  .interview__content-habu .history {
    padding: 7px 0;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
}

.interview__content .qanda {
  border-bottom: #002850 1px dashed;
  padding-bottom: 18px;
  margin-bottom: 25px;
}
.interview__content .qanda:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .interview__content .qanda {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}

.interview__content .qanda__item {
  padding-left: 28px;
  position: relative;
}
.interview__content .qanda__item + .qanda__item {
  margin-top: 9px;
}
@media (max-width: 767.98px) {
  .interview__content .qanda__item {
    padding-left: 25px;
  }
  .interview__content .qanda__item + .qanda__item {
    margin-top: 4px;
  }
}

.interview__content .qanda__item-icon {
  position: absolute;
  left: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 767.98px) {
  .interview__content .qanda__item-icon {
    font-size: 25px;
    line-height: 30px;
  }
}

.interview__content .qanda__item-txt {
  color: #002850;
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .interview__content .qanda__item-txt {
    font-size: 12px;
    line-height: 30px;
  }
}
.interview__content .qanda__item-txt.ans {
  color: #6A5C00;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .interview__content .qanda__item-txt.ans {
    font-size: 10px;
    line-height: 16px;
  }
}

.interview__content .qanda__item-txt span {
  color: #967d28;
}

.interview__content .qanda__item-exc {
  width: 80%;
  margin: 10px auto 15px;
  padding: 20px;
  border: #002c56 1px solid;
  text-align: justify;
}

@media (max-width: 767.98px) {
  .interview__content .qanda__item-exc {
    width: 85%;
    margin: 25px 0 0 15%;
    padding: 20px 15px;
  }
}
.interview__content .qanda__item-exc dl {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  line-height: 1.8;
}

.interview__content .qanda__item-exc dl dt {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 1%;
  line-height: 0;
  background-image: url("../images/interview/photo_kobori.png?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 15%;
  padding-top: 15%;
}

@media (max-width: 767.98px) {
  .interview__content .qanda__item-exc dl dt {
    width: 25%;
    padding-top: 25%;
  }
}
.interview__content .qanda__item-exc dl dd {
  width: 85%;
  padding-left: 30px;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .interview__content .qanda__item-exc dl dd {
    width: 75%;
    padding-left: 15px;
    font-size: 4vw;
  }
}
.interview__content .qanda__item-exc dl dd [data-ruby] {
  position: relative;
}

.interview__content .qanda__item-exc dl dd [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.5em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
}

@media (max-width: 767.98px) {
  .interview__content .qanda__item-exc dl dd [data-ruby]::before {
    font-size: 2vw;
    white-space: nowrap;
  }
}
.interview__content .qanda__item-exc dl dd rt {
  display: none;
}

.interview__content .qanda__item-exc dl dd small {
  font-size: 1.6rem;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .interview__content .qanda__item-exc dl dd small {
    padding-top: 3px;
    display: block;
    font-size: 3vw;
    line-height: 1.6;
  }
}
.interview__content .qanda__item-exc p {
  font-size: 1.5rem;
}

@media (max-width: 767.98px) {
  .interview__content .qanda__item-exc p {
    font-size: 3vw;
  }
}
.movie {
  position: relative;
  padding-bottom: 100px;
}

.movie__inner {
  padding-bottom: 0;
}

.movie__title {
  background-image: url("../images/movie/tit.png?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -80px;
}

@media (max-width: 767.98px) {
  .movie__title {
    margin-top: -20vw;
  }
}
.movie .splide__slide__container {
  border: #967d28 1px solid;
  opacity: 0.3;
  transition: 0.7s;
  padding: 8px;
}

.movie .splide__slide.is-active .splide__slide__container {
  opacity: 1;
  z-index: 1;
}

.movie .splide__slide {
  pointer-events: none;
}

.movie .splide__slide .cap {
  color: #967d28;
  opacity: 0.3;
  transition: 0.7s;
  margin-top: 2%;
}

@media (max-width: 767.98px) {
  .movie .splide__slide .cap {
    font-size: 3vw;
  }
}
.movie .splide__slide .splide__slide img {
  height: auto;
  width: 100%;
}

.movie .splide__slide.is-active {
  pointer-events: fill;
}

.movie .splide__slide.is-active .cap {
  transform: scale(1);
  opacity: 1;
}

.movie .splide__video__play {
  width: 80px;
  height: 80px;
  background: transparent;
  border: #e1d400 2px solid;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .movie .splide__video__play {
    width: 50px;
    height: 50px;
  }
}
.movie .splide__video__play:after {
  border-color: transparent transparent transparent #e1d400;
  border-width: 12px 0 12px 22px;
}

@media (max-width: 767.98px) {
  .movie .splide__video__play:after {
    border-width: 8px 0 8px 15px;
  }
}
.movie .splide__pagination {
  bottom: -8%;
}

@media (max-width: 767.98px) {
  .movie .splide__pagination {
    bottom: -7vw;
  }
}
.movie .splide__pagination__page.is-active {
  background: #967d28;
  opacity: 1;
}

.player {
  padding-bottom: 126px;
}

.player__inner {
  padding-bottom: 0;
}

.player__title {
  background-image: url("../images/player/tit.png?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -80px;
}

@media (max-width: 767.98px) {
  .player__title {
    margin-top: -13vw;
  }
}
.player .splide__slide .splide__slide img {
  height: auto;
  width: 100%;
}

.player .splide__arrow {
  background-color: rgba(106, 92, 0, 0.7);
}

.player .splide__arrow--prev {
  width: 6rem;
  height: 6rem;
}

@media (max-width: 767.98px) {
  .player .splide__arrow--prev {
    width: 12vw;
    height: 12vw;
    left: 8.5333333333vw;
    top: 58%;
  }
}
.player .splide__arrow--prev:after {
  position: absolute;
  top: 0;
  left: 38%;
  bottom: 0;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  margin: auto 0;
  content: "";
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(135deg);
}

@media (max-width: 767.98px) {
  .player {
    padding-bottom: 20px;
  }
  .player .splide__arrow--prev:after {
    width: 4vw;
    height: 4vw;
    border-width: 2px;
  }
}
.player .splide__arrow--next {
  width: 6rem;
  height: 6rem;
}

@media (max-width: 767.98px) {
  .player .splide__arrow--next {
    width: 12vw;
    height: 12vw;
    right: 8.5333333333vw;
    top: 58%;
  }
}
.player .splide__arrow--next:after {
  position: absolute;
  top: 0;
  right: 38%;
  bottom: 0;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  margin: auto 0;
  content: "";
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}

@media (max-width: 767.98px) {
  .player .splide__arrow--next:after {
    width: 4vw;
    height: 4vw;
    border-width: 2px;
  }
}
.player .profile {
  padding: 20px 0 0;
}

.player .profile__rank,
.player .profile__name {
  display: none;
}

.player .profile__date {
  font-size: 1.4rem;
}

.player .profile__place {
  font-size: 1.4rem;
}

@media (max-width: 767.98px) {
  .player .profile {
    padding-top: 2.6666666667vw;
  }
  .player .profile__date,
  .player .profile__place {
    font-size: 3.2vw;
  }
}
.overview {
  position: relative;
  padding-top: 70px;
}

@media (max-width: 767.98px) {
  .overview {
    padding-top: 30px;
  }
}
.overview__title {
  background-image: url("../images/overview/tit.png?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -180px;
}

@media (max-width: 767.98px) {
  .overview__title {
    margin-top: -25vw;
  }
}
.overview__content-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: #002c56 1px dashed;
}

@media (max-width: 767.98px) {
  .overview__content-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .overview__content-item.shusai, .overview__content-item.kyosan {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .overview__content-item h3 {
    margin-bottom: 15px !important;
    font-size: 4vw !important;
  }
}
.overview__content-item dd {
  background: #ffffff;
}

.overview__content-item:nth-of-type(1) {
  text-align: justify;
}

.overview__content-item:nth-of-type(1) h3 {
  margin-bottom: 5px;
  font-size: 2rem;
}

.overview__content-item:nth-of-type(2) h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.2rem;
}

.overview__content-item:nth-of-type(2) dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border: #002c56 1px solid;
  line-height: 1.5;
}

.overview__content-item:nth-of-type(2) dl:last-of-type {
  margin-bottom: 0;
}

.overview__content-item:nth-of-type(2) dl dt {
  width: 100%;
  padding: 10px;
  background: #002c56;
  color: #ffffff;
  display: flex;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .overview__content-item:nth-of-type(2) dl dt {
    padding: 7px;
  }
}
.overview__content-item:nth-of-type(2) dl dd {
  width: 25%;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

@media (max-width: 767.98px) {
  .overview__content-item:nth-of-type(2) dl dd {
    padding: 10px 3px;
    letter-spacing: 0;
  }
}
.overview__content-item:nth-of-type(2) dl dd::after {
  content: "";
  width: 1px;
  height: 70%;
  display: block;
  border-right: #002c56 1px dashed;
  position: absolute;
  top: 15%;
  right: 0;
}

.overview__content-item:nth-of-type(2) dl dd:nth-of-type(4)::after {
  display: none;
}

.overview__content-item:nth-of-type(3) h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.2rem;
}

.overview__content-item:nth-of-type(3) dl {
  display: flex;
  flex-wrap: wrap;
  border: #002c56 1px solid;
  border-top: none;
  line-height: 1.5;
}

.overview__content-item:nth-of-type(3) dl:nth-of-type(1) {
  background: #002c56;
}

.overview__content-item:nth-of-type(3) dl:nth-of-type(1) dt {
  background: #002c56;
  color: #ffffff;
}

.overview__content-item:nth-of-type(3) dl:nth-of-type(1) dd {
  background: #002c56;
  color: #ffffff;
}

.overview__content-item:nth-of-type(3) dl:nth-of-type(1) dd::after {
  display: none;
}

.overview__content-item:nth-of-type(3) dl dt {
  width: 15%;
  padding: 10px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.overview__content-item:nth-of-type(3) dl dt::after {
  content: "";
  width: 1px;
  height: 70%;
  display: block;
  border-right: #002c56 1px dashed;
  position: absolute;
  top: 15%;
  right: 0;
}

@media (max-width: 767.98px) {
  .overview__content-item:nth-of-type(3) dl dt {
    width: 25%;
    padding: 7px;
  }
}
.overview__content-item:nth-of-type(3) dl dd {
  width: 30%;
  padding: 15px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

@media (max-width: 767.98px) {
  .overview__content-item:nth-of-type(3) dl dd span {
    width: 100%;
    display: block;
  }
}
.overview__content-item:nth-of-type(3) dl dd:nth-of-type(2) {
  width: 55%;
}

.overview__content-item:nth-of-type(3) dl dd:nth-of-type(2)::after {
  display: none;
}

@media (max-width: 767.98px) {
  .overview__content-item:nth-of-type(3) dl dd:nth-of-type(2) {
    width: 45%;
  }
}
@media (max-width: 767.98px) {
  .overview__content-item:nth-of-type(3) dl dd {
    padding: 10px 3px;
    letter-spacing: 0;
  }
}
.overview__content-item:nth-of-type(3) dl dd::after {
  content: "";
  width: 1px;
  height: 70%;
  display: block;
  border-right: #002c56 1px dashed;
  position: absolute;
  top: 15%;
  right: 0;
}

.overview__content-item.shusai h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.2rem;
}

.overview__content-item.shusai p {
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .overview__content-item.shusai p {
    text-align: left;
  }
}
.overview__content-item.shusai ul {
  text-align: center;
  padding: 0;
}

@media (max-width: 767.98px) {
  .overview__content-item.shusai ul {
    display: flex;
    justify-content: center;
  }
}
.overview__content-item.shusai ul li {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
}

@media (max-width: 767.98px) {
  .overview__content-item.shusai ul li {
    width: 32%;
    padding: 0;
  }
}
.overview__content-item.shusai ul li img {
  max-width: 176px;
  height: auto;
}

@media (max-width: 767.98px) {
  .overview__content-item.shusai ul li img {
    max-width: auto;
    width: 100%;
  }
}
.overview__content-item.kyosan h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.2rem;
}

.overview__content-item.kyosan p {
  text-align: center;
}

.overview__content-item.kyosan p img {
  margin: 0 auto;
  max-width: 176px;
  height: auto;
}

@media (max-width: 767.98px) {
  .overview__content-item.kyosan p {
    text-align: left;
  }
  .overview__content-item.kyosan p img {
    margin: 0 auto;
    width: 32%;
  }
  .overview__content-item.shusai ul li img {
    margin: 0 auto;
  }
}
.overview__content-item.schedule {
  border-bottom: none;
}

.overview__content-item.nanaban_timetable table {
  width: 100%;
  border: #002c56 1px solid;
  background: #fff;
  border-collapse: collapse;
}
.overview__content-item.nanaban_timetable table th, .overview__content-item.nanaban_timetable table td {
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.overview__content-item.nanaban_timetable table th {
  background: #002c56;
  color: #ffffff;
  padding: 7px 0;
}
.overview__content-item.nanaban_timetable table th:nth-child(1) {
  width: 149px;
}
@media (max-width: 767.98px) {
  .overview__content-item.nanaban_timetable table th:nth-child(1) {
    width: 65px;
  }
}
.overview__content-item.nanaban_timetable table th:nth-child(2) {
  width: 254px;
}
@media (max-width: 767.98px) {
  .overview__content-item.nanaban_timetable table th:nth-child(2) {
    width: 110px;
  }
}
.overview__content-item.nanaban_timetable table th:nth-child(1):after, .overview__content-item.nanaban_timetable table th:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 30px;
  display: block;
  border-right: #fff 1px dashed;
  top: 5px;
  right: 0;
}
.overview__content-item.nanaban_timetable table td {
  height: 88px;
  line-height: 1.5;
}
.overview__content-item.nanaban_timetable table td:nth-child(1):after, .overview__content-item.nanaban_timetable table td:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 58px;
  display: block;
  border-right: #002c56 1px dashed;
  top: 10px;
  right: 0;
}
@media (max-width: 767.98px) {
  .overview__content-item.nanaban_timetable table td {
    height: 64px;
  }
  .overview__content-item.nanaban_timetable table td:nth-child(1):after, .overview__content-item.nanaban_timetable table td:nth-child(2):after {
    height: 50px;
    top: 7px;
  }
}
.overview__content-item.nanaban_timetable table tr:nth-child(n+3) {
  border-top: #002c56 1px solid;
}

.nanaban {
  position: relative;
}

.nanaban__inner {
  /*margin-top: -7vw;*/
  padding-bottom: 125px;
}

@media (max-width: 767.98px) {
  .nanaban__inner {
    margin-top: -3vw;
    padding-bottom: 50px;
  }
}
.nanaban__bouei {
  width: 100%;
  max-width: 800px;
  padding: 5px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
}

.nanaban__bouei-inner {
  padding: 10px;
  border: #c80000 1px solid;
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .nanaban__bouei-inner {
    padding: 15px;
    display: block;
  }
}
.nanaban__bouei-title {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 1%;
  line-height: 0;
  background-image: url("../images/nanaban/bouei_tit_pc.png?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50%;
  margin-top: -25px;
  margin-right: 10px;
  padding-top: 17.5%;
}

@media (max-width: 767.98px) {
  .nanaban__bouei-title {
    background-image: url("../images/nanaban/bouei_tit_sp.png?0922");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    margin: -60px 0 10px;
    padding-top: 23.3333333333%;
  }
}
.nanaban__bouei-text span {
  color: #c80000;
}

@media (max-width: 767.98px) {
  .nanaban__bouei-text {
    font-size: 1.5rem;
    text-align: justify;
  }
}
.nanaban__title {
  background-image: url("../images/nanaban/tit.png?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 40px;
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .nanaban__title {
    width: 95%;
    margin: 30px auto 14px;
  }
}
.nanaban__subtitle {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 1%;
  line-height: 0;
  background-image: url("../images/nanaban/subtit.png?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 6.5217391304%;
}
.nanaban__subtitle.result_tit {
  height: 6.3rem;
}

@media (max-width: 767.98px) {
  .nanaban__subtitle {
    padding-top: 10%;
  }
  .nanaban__subtitle.result_tit {
    height: 11.2vw;
  }
}
.nanaban__content-table {
  overflow: auto;
}

.nanaban__content-table::-webkit-scrollbar {
  height: 3px;
}

.nanaban__content-table::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.nanaban__content-table::-webkit-scrollbar-thumb {
  background-color: #002c56;
}

.nanaban__content-result {
  padding: 70px 0 0;
}

@media (max-width: 767.98px) {
  .nanaban__content-result {
    padding: 30px 0 0;
  }
}
.nanaban__content-result table {
  max-width: 734px;
  margin-top: 50px;
  background: #ffffff;
  text-align: center;
  border: none;
  border-spacing: 0;
}
@media (min-width: 768px) {
  .nanaban__content-result table th, .nanaban__content-result table td {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 700;
    white-space: nowrap;
  }
  .nanaban__content-result table th {
    background: #002850;
    color: #fff;
    width: 8.5rem;
    padding: 1rem 0;
  }
  .nanaban__content-result table th:first-child {
    width: 13.9rem;
  }
  .nanaban__content-result table th:nth-child(even) {
    background: #3C5A7D;
  }
  .nanaban__content-result table th small {
    display: block;
    font-size: 0.625em;
    font-weight: 300;
    margin-top: 0.6em;
  }
  .nanaban__content-result table td {
    font-weight: 700;
    height: 5rem;
  }
  .nanaban__content-result table td:nth-child(n+2) {
    font-weight: 500;
    border-left: #002850 1px solid;
  }
  .nanaban__content-result table td .def {
    color: #c80000;
  }
  .nanaban__content-result table tr:nth-child(2) td {
    background: #DCDCE6;
  }
}
@media (max-width: 767.98px) {
  .nanaban__content-result table {
    margin: 8vw auto 0;
    max-width: 100%;
    background: transparent;
    display: block;
    width: 86.6666666667vw;
  }
  .nanaban__content-result table tbody {
    width: 100%;
    display: flex;
  }
  .nanaban__content-result table tr {
    display: block;
  }
  .nanaban__content-result table tr:nth-child(1) {
    width: 40vw;
  }
  .nanaban__content-result table tr:nth-child(n+2) {
    width: 23.3333333333vw;
  }
  .nanaban__content-result table th, .nanaban__content-result table td {
    text-align: center;
    letter-spacing: 0;
    font-weight: 700;
    white-space: nowrap;
    height: 12vw;
  }
  .nanaban__content-result table th {
    display: block;
    background: #002850;
    color: #fff;
    font-size: 4vw;
    line-height: 1.4666666667;
    padding: 0.3333333333em 0 0;
  }
  .nanaban__content-result table th:first-child {
    background: transparent;
  }
  .nanaban__content-result table th:nth-child(even) {
    background: #3C5A7D;
  }
  .nanaban__content-result table th small br {
    display: none;
  }
  .nanaban__content-result table th small .sp_space {
    width: 1em;
  }
  .nanaban__content-result table th small {
    display: block;
    font-size: 0.5333333333em;
    font-weight: 300;
    margin-top: 0.125em;
  }
  .nanaban__content-result table td {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 700;
    background: #fff;
    font-size: 2.9333333333vw;
  }
  .nanaban__content-result table td:nth-child(n+2) {
    font-weight: 500;
    border-top: #002850 1px solid;
    font-size: 3.2vw;
  }
  .nanaban__content-result table td .def {
    color: #c80000;
    width: 100%;
    line-height: 1;
  }
  .nanaban__content-result table tr:nth-child(2) td {
    background: #DCDCE6;
  }
}

.nanaban__content-interview {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
.nanaban__content-interview .nanaban__subtitle {
  padding-top: 3.5rem;
  background-image: url("../images/nanaban/interview.png?0107");
  margin-bottom: 4rem;
}
.nanaban__content-interview .interview_video {
  width: 56rem;
  margin: 0 auto;
  aspect-ratio: 640/360;
}
.nanaban__content-interview iframe {
  position: relative;
  width: 100%;
  aspect-ratio: 640/360;
}
@media (max-width: 767.98px) {
  .nanaban__content-interview {
    padding-top: 20vw;
    padding-bottom: 6.6666666667vw;
  }
  .nanaban__content-interview .nanaban__subtitle {
    padding-top: 7vw;
    margin-bottom: 5.3333333333vw;
  }
  .nanaban__content-interview .interview_video {
    width: 74.6666666667vw;
  }
}

.nanaban__content-match {
  width: 90%;
  max-width: 594px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  position: relative;
}

@media (max-width: 767.98px) {
  .nanaban__content-match {
    width: 100%;
    align-items: flex-start;
  }
}
.nanaban__content-match div img {
  height: auto;
  margin: 0 auto;
}

.nanaban__content-match div p {
  text-align: justify;
  padding: 20px 5px 0;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}

.nanaban__content-match div p.comment {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  .nanaban__content-match div p {
    font-size: 2.8vw;
    padding: 10px 5px 0;
  }
  .nanaban__content-match div p.comment {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
.nanaban__content-match div.nanaban_player {
  width: 37.037037037%;
  position: relative;
  z-index: 1;
}
.nanaban__content-match div.nanaban_player img {
  width: 100%;
}

.nanaban__content-match div.vs {
  width: 38.7205387205%;
  position: absolute;
  left: 34.8484848485%;
  top: 35px;
}
.nanaban__content-match div.vs img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .nanaban__content-match div.vs {
    top: auto;
  }
}

.nanaban__content-match .fujii p {
  padding-left: 0;
  padding-right: 10px;
}

.nanaban__content-match .sugai p {
  padding-left: 10px;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .nanaban__content-match .vs img {
    position: relative;
    top: 10vw;
  }
}
.shoubumeshi__inner {
  padding-top: 7.5rem;
  padding-bottom: 13rem;
}

.shoubumeshi__title {
  background-image: url("../images/shoubumeshi/tit.png?0107");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 13.3rem;
  margin-bottom: 5rem;
}

@media (max-width: 767.98px) {
  .shoubumeshi__title {
    padding-top: 26.6vw;
    margin-bottom: 10.6666666667vw;
  }
}
.shoubumeshi__desc {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
@media (min-width: 768px) {
  .shoubumeshi__desc br.sp {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .shoubumeshi__desc br.pc {
    display: none;
  }
  .shoubumeshi__desc {
    font-size: 3.2vw;
  }
}

.shoubumeshi__desc span {
  color: #6A5C00;
}

.shoubumeshi__content .tab {
  margin: 0 auto;
}

.shoubumeshi__content .tab-list {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .shoubumeshi__content .tab-list {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.shoubumeshi__content .tab-list-item {
  width: 13.8%;
  text-align: center;
  background: #fff;
  border: #002c56 1px solid;
  margin: 50px 0 0;
  padding: 1rem 0;
  color: #002c56;
  border-radius: 5px;
  font-size: 1.6rem;
}

.shoubumeshi__content .tab-list-item {
  opacity: 1;
}

.shoubumeshi__content .tab-list-item:hover {
  cursor: pointer;
}

.shoubumeshi__content .tab-list-item.is-btn-disabled {
  pointer-events: none;
  opacity: 0.4;
}

@media (max-width: 767.98px) {
  .shoubumeshi__content .tab-list-item {
    width: 24%;
    margin: 0;
    font-size: 1.5rem;
    margin-right: 1%;
    margin-bottom: 2%;
    padding: 0.5rem 0;
    font-size: 1.5rem;
  }
  .shoubumeshi__content .tab-list-item:nth-of-type(4) {
    margin-right: 0;
  }
  .shoubumeshi__content .tab-list-item:nth-of-type(5) {
    margin-bottom: 0;
  }
  .shoubumeshi__content .tab-list-item:nth-of-type(6) {
    margin-bottom: 0;
  }
  .shoubumeshi__content .tab-list-item:nth-of-type(7) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.shoubumeshi__content .tab-list-item small {
  font-size: 60%;
  display: block;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  .shoubumeshi__content .tab-list-item small {
    font-size: 0.8rem;
  }
}
.shoubumeshi__content .tab-contents {
  display: none;
  padding-top: 40px;
}
.shoubumeshi__content .tab-contents .place {
  text-align: center;
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .shoubumeshi__content .tab-contents .place {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
  }
}

.shoubumeshi__content .tab-contents-day {
  position: absolute;
  width: 120px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #002850;
  height: 3rem;
  left: 50%;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -1px;
  transform: translateX(-50%);
}
.shoubumeshi__content .tab-contents-day:before, .shoubumeshi__content .tab-contents-day:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 3rem;
}
.shoubumeshi__content .tab-contents-day:before {
  border-top: #002850 1.5rem solid;
  border-right: #002850 10px solid;
  border-left: transparent 10px solid;
  border-bottom: transparent 1.5rem solid;
  left: -20px;
}
.shoubumeshi__content .tab-contents-day:after {
  border-top: #002850 1.5rem solid;
  border-left: #002850 10px solid;
  border-right: transparent 10px solid;
  border-bottom: transparent 1.5rem solid;
  right: -20px;
}

@media (max-width: 767.98px) {
  .shoubumeshi__content .tab-contents-day {
    font-size: 1.2rem;
    line-height: 1;
    height: 2rem;
    width: 7.8rem;
  }
  .shoubumeshi__content .tab-contents-day:before, .shoubumeshi__content .tab-contents-day:after {
    width: 1.1rem;
    height: 2rem;
  }
  .shoubumeshi__content .tab-contents-day:before {
    border-top: #002850 1rem solid;
    border-right: #002850 0.55rem solid;
    border-left: transparent 0.55rem solid;
    border-bottom: transparent 1rem solid;
    left: -1.1rem;
  }
  .shoubumeshi__content .tab-contents-day:after {
    border-top: #002850 1rem solid;
    border-left: #002850 0.55rem solid;
    border-right: transparent 0.55rem solid;
    border-bottom: transparent 1rem solid;
    right: -1.1rem;
  }
}
.shoubumeshi__content .tab-contents .single .tab-contents-photo {
  margin: 0 auto;
}

.shoubumeshi__content .tab-contents .single p {
  width: 100%;
  margin-top: 5px;
  font-size: 1.5rem;
  text-align: center;
}

@media (max-width: 767.98px) {
  .shoubumeshi__content .tab-contents .single p {
    margin-top: 0;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.shoubumeshi__content .tab-contents-photo {
  width: calc(50% - 30px);
  text-align: center;
}

.shoubumeshi__content .tab-contents-photo span {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .shoubumeshi__content .tab-contents-photo {
    width: calc(50% - 1.2rem);
  }
  .shoubumeshi__content .tab-contents-photo img {
    border: #ffffff 5px solid;
  }
}
.shoubumeshi__content .tab-contents-photo p {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (max-width: 767.98px) {
  .shoubumeshi__content .tab-contents-photo p br.sp_none {
    display: none;
  }
}
@media (min-width: 768px) {
  .shoubumeshi__content .tab-contents-photo p br.pc_none {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .shoubumeshi__content .tab-contents-photo p {
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.shoubumeshi__content .tab-contents-box {
  padding: 24px 30px 21px;
  border: #002850 1px solid;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  position: relative;
}
.shoubumeshi__content .tab-contents-box:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 62px);
  top: 49px;
  background: #002850;
  left: 50%;
}
@media (max-width: 767.98px) {
  .shoubumeshi__content .tab-contents-box:before {
    height: calc(100% - 44px);
    top: 34px;
  }
}
.shoubumeshi__content .tab-contents-box + .tab-contents-box {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .shoubumeshi__content .tab-contents-box + .tab-contents-box {
    margin-top: 2rem;
  }
}
.shoubumeshi__content .tab-contents-box .col_title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
  min-height: 1rem;
}
@media (max-width: 767.98px) {
  .shoubumeshi__content .tab-contents-box .col_title {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .shoubumeshi__content .tab-contents-box {
    padding: 2.9rem 1.5rem 1.5rem;
  }
}
.shoubumeshi__content .tab .is-btn-active {
  background: #002c56;
  color: #ffffff;
  opacity: 1;
}

.shoubumeshi__content .tab .is-contents-active {
  display: block;
}

.other__banner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 100px 20px 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .other__banner {
    padding: 50px 0 75px;
    display: block;
  }
}
.other__banner li {
  width: 48%;
  max-width: 288px;
  padding: 0;
}
.other__banner li:nth-child(n+3) {
  margin-top: 24px;
}

@media (max-width: 767.98px) {
  .other__banner li {
    width: 250px;
    margin: 0 auto;
  }
}
.other__banner li:nth-of-type(n+3) {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .other__banner li:nth-of-type(n+2) {
    margin-top: 25px;
  }
}
.other__banner li a img {
  width: 100%;
  height: auto;
}

.other__about {
  background-image: url("../images/common/bg02.png?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 20px;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.other__about a {
  max-width: 420px;
  margin: 0 auto;
  padding: 20px;
  display: block;
  border: #e1d400 1px solid;
  color: #e1d400;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.other__about a::before {
  background-image: url("../images/common/arrow.svg?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  width: 18px;
  height: 15px;
  position: relative;
  left: -15px;
  display: block;
}

#sub .other__about {
  background: rgba(0, 0, 0, 0.2);
}

.footer {
  background: #ffffff;
}

.footer__inner {
  padding: 40px;
}

@media (max-width: 767.98px) {
  .footer__inner {
    padding: 20px;
  }
}
.footer__inner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

@media (max-width: 767.98px) {
  .footer__inner ul {
    width: 70%;
    margin: 0 auto;
    padding: 0;
  }
}
.footer__inner ul li:nth-of-type(1) {
  padding-right: 30px;
}

@media (max-width: 767.98px) {
  .footer__inner ul li:nth-of-type(1) {
    padding-right: 15px;
  }
}
.footer__inner ul li:nth-of-type(1) img {
  width: 245px;
  height: auto;
}

@media (max-width: 767.98px) {
  .footer__inner ul li:nth-of-type(1) img {
    width: 190px;
    max-width: 190px;
  }
}
@media (min-width: 768px) {
  .footer__inner ul li:nth-of-type(1) img.sp {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .footer__inner ul li:nth-of-type(1) img {
    width: 170px;
  }
  .footer__inner ul li:nth-of-type(1) img.pc {
    display: none;
  }
}
.footer__inner ul li:nth-of-type(2) img {
  max-width: 70px;
  height: auto;
}

@media (max-width: 767.98px) {
  .footer__inner ul li:nth-of-type(2) img {
    width: 50px;
  }
}
.footer__inner p {
  margin-top: 30px;
  font-size: 1.4rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 767.98px) {
  .footer__inner p {
    margin-top: 20px;
    font-size: 2.8vw;
  }
} 
.knowledge_inner {
  padding-bottom: 30px;
}

.knowledge__title {
  background-image: url("../images/knowledge/tit.png?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -60px;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .knowledge__title {
    margin-top: -12vw;
  }
}
.knowledge__content {
  margin: 0 auto;
  width: 734px;
}

@media (max-width: 767.98px) {
  .knowledge__content {
    width: auto;
  }
}
.knowledge__text {
  margin-bottom: 80px;
  line-height: 28px;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .knowledge__text {
    margin-bottom: 50px;
  }
}
.knowledge__accordion {
  margin: 0 auto 40px auto;
  width: 600px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .knowledge__accordion {
    margin-bottom: 30px;
    width: auto;
  }
}
.knowledge__accordion h3 {
  margin: 0;
  width: 100%;
  height: 60px;
}

.knowledge__accordion h3 button {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
  outline: none;
}

.knowledge__accordion h3 button img {
  margin-left: 50px;
  width: auto;
  height: 28px;
}

@media (max-width: 767.98px) {
  .knowledge__accordion h3 button img {
    margin-left: 30px;
  }
}
.knowledge__accordion h3 button:after {
  content: "";
  width: 20px;
  height: 30px;
  display: block;
  background: url("../images/knowledge/icon_arrow.png") no-repeat center center/contain;
  position: absolute;
  right: 30px;
  top: calc(50% - 15px);
  transition: transform 0.3s;
}

.knowledge__accordion.open h3 button:after {
  transform: rotate(90deg);
}

@media (max-width: 767.98px) {
  .knowledge__accordion h3 button:after {
    width: 16px;
    height: 26px;
    right: 20px;
    top: calc(50% - 13px);
  }
}
.knowledge__accordion_content {
  overflow: hidden;
  display: none;
}

.knowledge__accordion_content ul {
  padding: 10px 50px 20px 50px;
}

@media (max-width: 767.98px) {
  .knowledge__accordion_content ul {
    padding: 5px 25px 15px 25px;
  }
}
.knowledge__accordion_content ul li {
  padding: 20px 0;
  border-bottom: 1px solid;
}

.knowledge__accordion_content ul li:last-child {
  border-bottom: none;
}

.knowledge__accordion_content dl dt {
  margin-bottom: 4px;
  line-height: 30px;
  font-size: 25px;
  font-weight: bold;
}

.knowledge__accordion_content dl dt small {
  font-size: 18px;
}

.knowledge__accordion_content dl dd {
  line-height: 24px;
  font-size: 14px;
}

.knowledge__yellow {
  background: #FFFFF5;
  color: #967D28;
}

.knowledge__yellow h3 {
  background: #967D28;
}

.knowledge__yellow ul li {
  border-bottom-color: #967D28;
}

.knowledge__blue {
  background: #E6E6EB;
  color: #002850;
}

.knowledge__blue h3 {
  background: #002850;
}

.knowledge__blue ul li {
  border-bottom-color: #002850;
}

.knowledge__blink {
  margin-top: 10px;
}

.knowledge__blink a {
  padding: 6px 56px 6px 15px;
  display: inline-block;
  position: relative;
  background: #967D28;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
}

.knowledge__blink a:after {
  content: "";
  width: 19px;
  height: 19px;
  display: block;
  background: url("../images/knowledge/icon_blank.png") no-repeat center center/contain;
  position: absolute;
  right: 17px;
  top: calc(50% - 10px);
}

@media (max-width: 767.98px) {
  .knowledge__blink {
    text-align: center;
  }
}
.knowledge__blink span,
.knowledge__blink small {
  display: block;
  line-height: 24px;
}

.knowledge__blink span {
  font-size: 18px;
}

.knowledge__blink small {
  font-size: 12px;
}

.history__content .sp {
  display: none;
}

@media (max-width: 767.98px) {
  .history__content .sp {
    display: block;
  }
}
.history__title {
  background-image: url("../images/history/tit.png?0922");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -60px;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .history__title {
    margin-top: -12vw;
  }
}
.history__text {
  margin-bottom: 100px;
  line-height: 28px;
  font-size: 14px;
}

.history__tab {
  margin: 0 auto 100px auto;
  width: 600px;
}

@media (max-width: 767.98px) {
  .history__tab {
    margin: 0 18px 45px 18px;
    width: auto;
  }
}
.history__tab h3 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 43px;
  line-height: 52px;
  font-weight: bold;
}

.history__tab h3 small {
  padding-left: 5px;
  display: inline-block;
  position: relative;
  top: -10px;
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 767.98px) {
  .history__tab h3 {
    font-size: 25px;
    line-height: 50px;
  }
  .history__tab h3 small {
    top: -3px;
    font-size: 14px;
    line-height: 24px;
  }
}
.history__btns {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.history__btns li {
  width: 280px;
}

@media (max-width: 767.98px) {
  .history__btns li {
    width: calc(50% - 5px);
  }
}
.history__btns li button {
  padding: 0;
  width: 100%;
  height: 60px;
  display: block;
  border: 0;
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px 10px 0 0;
  border: 1px solid #002850;
  font-size: 20px;
  font-weight: bold;
  color: #002850;
  cursor: pointer;
}

.history__btns li button.active {
  height: 70px;
  background: #002850;
  color: #ffffff;
}

.history__btns li button:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url("../images/history/tab_normal.png") no-repeat center center/contain;
}

.history__btns li button.active:after {
  background-image: url("../images/history/tab_active.png");
}

@media (max-width: 767.98px) {
  .history__btns li button {
    height: 30px;
    border-radius: 5px 5px 0 0;
    line-height: 12px;
    font-size: 10px;
  }
  .history__btns li button.active {
    height: 35px;
  }
  .history__btns li button:after {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 6px;
  }
}
.history__tab {
  margin-bottom: 100px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .history__tab {
    margin-bottom: 60px;
  }
}
.history__tab:last-child {
  margin-bottom: 0;
}

.history__tab ul {
  padding: 0;
  width: 100%;
}

ul.history__all {
  display: none;
}

ul.history__pickup li,
ul.history__all li {
  padding: 10px 20px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  ul.history__pickup li,
  ul.history__all li {
    padding: 8px;
  }
}
ul.history__pickup li:nth-child(odd) {
  background: #E6E6EB;
}

ul.history__pickup li:nth-child(even) {
  background: #ffffff;
}

ul.history__all li:nth-child(odd) {
  background: #ffffff;
}

ul.history__all li:nth-child(even) {
  background: #E6E6EB;
}

ul.history__pickup dt {
  border-bottom: 1px solid #002850;
}

ul.history__pickup dd,
.history__tab .msg {
  padding-top: 7px;
  clear: both;
  line-height: 20px;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  ul.history__pickup dd,
  .history__tab .msg {
    padding-top: 8px;
    line-height: 14px;
    font-size: 10px;
  }
}
.history__tab span {
  display: block;
  overflow: hidden;
}

.history__tab span.years {
  width: 210px;
  height: 30px;
  float: left;
  border: 1px solid #002850;
  background: #ffffff;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.history__tab span.years span.no {
  width: 90px;
  float: left;
  background: #002850;
  color: #ffffff;
}

.history__tab span.years.year {
  margin-left: 90px;
  color: #002850;
}

@media (max-width: 767.98px) {
  .history__tab span.years {
    margin-bottom: 15px;
    width: 135px;
    height: 20px;
    float: none;
    line-height: 18px;
    font-size: 13px;
  }
  .history__tab span.years span.no {
    width: 58px;
  }
  .history__tab span.years.year {
    margin-left: 58px;
  }
}
.history__tab span.vs {
  width: 310px;
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.history__tab span.vs span {
  width: 40%;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}

.history__tab span.vs span.score {
  width: 30%;
  text-align: center;
}

@media (max-width: 767.98px) {
  .history__tab span.vs {
    width: 100%;
    float: none;
  }
  .history__tab span.vs span {
    line-height: 14px;
    font-size: 12px;
    text-align: center;
  }
}
.history__tab span.title {
  padding-top: 10px;
  padding-bottom: 7px;
  clear: both;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .history__tab span.title {
    line-height: 12px;
    font-size: 10px;
  }
}
.history__tab p.history__close_btn {
  margin-top: 50px;
  clear: both;
  display: none;
}

.history__tab p.history__close_btn button {
  margin: 0 auto;
  width: 300px;
  height: 50px;
  display: block;
  border: 1px solid #002850;
  background: #ffffff;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  font-weight: bold;
  color: #002850;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .history__tab p.history__close_btn {
    margin-top: 30px;
  }
  .history__tab p.history__close_btn button {
    width: 150px;
    height: 35px;
    line-height: 28px;
    font-size: 10px;
  }
}
.banner_area {
  width: 100%;
  padding: 20px;
  text-align: center;
  background: #ffffff;
}

.banner_area .banner a {
  display: inline-block;
}

.banner_area .sp {
  display: none;
}

@media (max-width: 767.98px) {
  .banner_area .sp {
    display: block;
  }
  .banner_area .pc {
    display: none;
  }
  .banner_area img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .nav__btn {
    top: 12px;
    right: 12px;
  }
}
.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

@media (max-width: 767.98px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
.animate.fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.355, 0.085, 0.185, 0.965), transform 1s cubic-bezier(0.355, 0.085, 0.185, 0.965);
}
.animate.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

.visual__inner .kv_pic {
  transform: translateX(-40%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.6s cubic-bezier(0.355, 0.085, 0.185, 0.965);
}
.visual__inner .kv_name {
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.355, 0.085, 0.185, 0.965) 0.3s, transform 0.4s ease 0.3s;
}
.visual__inner .kv_title .sub {
  opacity: 0;
  transition: opacity 0.8s ease 0.8s;
}
.visual__inner .kv_title .ou, .visual__inner .kv_title .shou, .visual__inner .kv_title .sen {
  opacity: 0;
  transform: translateY(30%);
  transition: opacity 0.6s cubic-bezier(0.355, 0.085, 0.185, 0.965) 1.2s, transform 0.6s ease 1.2s;
}
.visual__inner .kv_title .shou {
  transition-delay: 1.6s;
}
.visual__inner .kv_title .sen {
  transition-delay: 2.1s;
}

.visual.show .visual__inner .kv_pic,
.visual.show .visual__inner .kv_name,
.visual.show .visual__inner .kv_title .sub,
.visual.show .visual__inner .kv_title .ou,
.visual.show .visual__inner .kv_title .shou,
.visual.show .visual__inner .kv_title .sen {
  transform: translateX(0);
  opacity: 1;
}

.nav {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.355, 0.085, 0.185, 0.965) 3s;
}
.nav.show {
  opacity: 1;
}