@charset "UTF-8";
/*
 * メディアクエリ用ミックスイン
 *
 * $from: 指定した画面幅を超過した状態をブレークポイントに設定する
 * $until: 指定した画面幅以下の状態をブレークポイントに設定する
 */
/* color */
/* font-family */
@import url("https://fonts.googleapis.com/css2?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: 960px;
  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;
  }
}

.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");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.wrapper {
  overflow: hidden;
  background-image: url("../images/common/bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.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.7rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  list-style: none;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  line-height: 1.8;
  background-image: url("../images/common/bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .main {
    font-size: 3.5vw;
  }
}
.main__middle {
  
}

.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: 0.7;
  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: 1em;
}

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

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

.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: 10px 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: 170px;
  }
  .header__logo a img.pc {
    display: none;
  }
}


.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");
  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");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 25.3521126761%;
  }
}

.visual {
  position: relative;
}
.visual__img {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 1%;
  line-height: 0;
  background-image: url("../images/common/mv_pc_bouei.jpg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: calc(655% / 14.4);
}
@media (max-width: 767.98px) {
  .visual__img {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    font-size: 1%;
    line-height: 0;
    background-image: url("../images/common/mv_sp_bouei.jpg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: calc(1200% / 7.5);
  }
}
.visual__scroll {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 1%;
  line-height: 0;
  background-image: url("../images/common/scroll_pc.png");
  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");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 5%;
    padding-top: 85.0666666667%;
    bottom: -23.4%;
  }
}

.nav {
  position: absolute;
  top: 95px;
  left: 35px;
  z-index: 10;
}
@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.nav_player,
.nav__list-item.nav_iv,
.nav__list-item.nav_knowledge,
.nav__list-item.nav_history,
.nav__list-item.nav_nanban,
.nav__list-item.nav_syoubumeshi {
  width: 385px;
}

@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__list-item a {
    height: 18px;
  }
}


.nav__list-item.nav_nanban a {
  background-image: url("../images/nav/nanaban_small.png");
  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_syoubumeshi a {
  background-image: url("../images/nav/syoubumeshi_small.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1000px) {
  .nav__list-item.nav_syoubumeshi a {
    width: 385px;
  }
}



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

.nav__list-item.nav_about a {
  background-image: url("../images/nav/oshou_small.png");
  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");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

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

.nav__list-item.nav_iv a {
  background-image: url("../images/nav/interview_small.png");
  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");
  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.png");
  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");
  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");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 10%;
    padding-top: 10%;
    position: absolute;
    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");
    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(0255,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");
  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");
  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");
  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");
    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 (max-width: 767.98px) {
  .about__content-passion img {
    
  }
}
@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");
  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__inner {
  padding-bottom: 40px;
}
.interview__title {
  background-image: url("../images/interview/tit.png");
  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: 0;
}
.interview__content-habu {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .interview__content-habu {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.interview__content-habu dt {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 1%;
  line-height: 0;
  background-image: url("../images/interview/photo_habu.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40%;
  padding-top: 19.7333333333%;
}
@media (max-width: 767.98px) {
  .interview__content-habu dt {
    width: 90%;
    padding-top: 41.1111111111%;
    margin: 0 auto 20px;
  }
}
.interview__content-habu dd {
  padding-left: 40px;
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  .interview__content-habu dd {
    width: 100%;
    padding-left: 0;
    font-size: 3vw;
  }
}
.interview__content .qanda {
  border-bottom: #967d28 1px dashed;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.interview__content .qanda__item {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .interview__content .qanda__item:nth-of-type(1n) {
    margin-bottom: 25px;
  }
}
.interview__content .qanda__item-icon {
  width: 7%;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .interview__content .qanda__item-icon {
    width: 12%;
    margin-bottom: 0;
  }
}
.interview__content .qanda__item-icon img {
  width: 100%;
  height: auto;
}
.interview__content .qanda__item-txt {
  width: 93%;
  padding-top: 15px;
  padding-left: 30px;
  text-align: justify;
}
@media (max-width: 767.98px) {
  .interview__content .qanda__item-txt {
    width: 88%;
    padding-top: 0;
    padding-left: 15px;
  }
}
.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");
  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");
  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: 50px;
}
.player__inner {
  padding-bottom: 0;
}
.player__title {
  background-image: url("../images/player/tit.png");
  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: #002c56;
}
.player .splide__arrow--prev {
  width: 5rem;
  height: 5rem;
}
@media (max-width: 767.98px) {
  .player .splide__arrow--prev {
    width: 4rem;
    height: 4rem;
  }
}
.player .splide__arrow--prev:after {
  position: absolute;
  top: 0;
  left: 42%;
  bottom: 0;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto 0;
  content: "";
  border-right: 2px solid #967d28;
  border-bottom: 2px solid #967d28;
  transform: rotate(135deg);
}
@media (max-width: 767.98px) {
  .player .splide__arrow--prev:after {
    width: 1rem;
    height: 1rem;
  }
}
.player .splide__arrow--next {
  width: 5rem;
  height: 5rem;
}
@media (max-width: 767.98px) {
  .player .splide__arrow--next {
    width: 4rem;
    height: 4rem;
  }
}
.player .splide__arrow--next:after {
  position: absolute;
  top: 0;
  right: 45%;
  bottom: 0;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto 0;
  content: "";
  border-right: 2px solid #967d28;
  border-bottom: 2px solid #967d28;
  transform: rotate(-45deg);
}
@media (max-width: 767.98px) {
  .player .splide__arrow--next:after {
    width: 1rem;
    height: 1rem;
  }
}
.player .profile {
  padding: 20px 0 0;
}
.player .profile__rank {
  padding: 3px 7px;
  background: #002c56;
  color: #e1d400;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.player .profile__rank br {
  display: none;
}
@media (max-width: 767.98px) {
  .player .profile__rank {
    font-size: 2.5vw;
  }
}
@media (max-width: 400.98px) {
  .player .profile__rank {
    padding: 3px 5px;
  }
}
@media (max-width: 375.98px) {
  .player .profile__rank br {
    display: block;
  }
}
.player .profile__rank small {
  font-size: 1.1rem;
}
@media (max-width: 767.98px) {
  .player .profile__rank small {
    font-size: 2vw;
  }
}
.player .profile__name {
  margin: 0 0 3px;
  font-size: 2.8rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .player .profile__name {
    font-size: 4vw;
  }
}
@media (max-width: 500.98px) {
  .player .profile__name {
    font-size: 5vw;
  }
}
.player .profile__date {
  font-size: 1.4rem;
}
@media (max-width: 767.98px) {
  .player .profile__date {
    font-size: 2vw;
  }
}
@media (max-width: 500.98px) {
  .player .profile__date {
    font-size: 2.5vw;
  }
}
.player .profile__place {
  font-size: 1.4rem;
}
@media (max-width: 767.98px) {
  .player .profile__place {
    font-size: 2vw;
  }
}
@media (max-width: 500.98px) {
  .player .profile__place {
    font-size: 2.5vw;
  }
}

.overview {
  position: relative;
  padding-top: 70px;
}
@media (max-width: 767.98px) {
  .overview {
    padding-top: 30px;
  }
}

.overview__title {
  background-image: url("../images/overview/tit.png");
  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;
  }
}
@media (max-width: 767.98px) {
  .overview__content-item h3 {
    margin-bottom: 15px !important;
    text-align: left !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: 1.8rem;
}
.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: space-between;
  }
}
.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;
    width: 32%;
  }
}

.nanaban {
  position: relative;
}
.nanaban__inner {
  /*margin-top: -7vw;*/
}
@media (max-width: 767.98px) {
  .nanaban__inner {
    margin-top: -3vw;
  }
}
.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");
  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");
    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");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 40px;
  margin-bottom: 14px;
}
@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");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 6.5217391304%;
}
@media (max-width: 767.98px) {
  .nanaban__subtitle {
    padding-top: 10%;
  }
}
.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 {
  width: 920px;
  margin-top: 40px;
  border-collapse: collapse;
  border: #002c56 1px solid;
  background: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .nanaban__content-result table {
    margin-top: 30px;
  }
}
.nanaban__content-result table th {
  border: #002c56 1px solid;
  padding: 10px 10px 15px;
  color: #ffffff;
  background: #002c56;
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  .nanaban__content-result table th {
    padding: 7px 10px 10px;
    font-size: 1.4rem;
  }
}
.nanaban__content-result table th small {
  font-size: 60%;
  display: block;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.nanaban__content-result table td {
  padding: 15px 10px;
  border-bottom: #002c56 1px solid;
  font-size: 1.8rem;
  position: relative;
}
.nanaban__content-result table td .def {
  padding-bottom: 5px;
  color: #c80000;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .nanaban__content-result table td {
    font-size: 1.6rem;
  }
}
.nanaban__content-result table td span {
  font-size: 120%;
}
.nanaban__content-result table td::after {
  content: "";
  width: 1px;
  height: 80%;
  border-right: #002c56 1px dashed;
  position: absolute;
  top: 10%;
  right: 0;
}
.nanaban__content-result table td:not(:first-of-type) {
  width: 11%;
}
.nanaban__content-result table td:last-of-type::after {
  display: none;
}
.nanaban__content-match {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
}
@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;
}
@media (max-width: 767.98px) {
  .nanaban__content-match div p {
    font-size: 2.8vw;
    padding: 10px 5px 0;
  }
}
.nanaban__content-match div:nth-of-type(1) {
  width: 35%;
}
.nanaban__content-match div:nth-of-type(1) img {
  width: 100%;
  max-width: 321px;
}
.nanaban__content-match div:nth-of-type(2) {
  width: 20%;
  padding: 0 2.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nanaban__content-match div:nth-of-type(2) img {
  width: 100%;
  max-width: 143px;
  margin-top: -30px;
}
.nanaban__content-match div:nth-of-type(3) {
  width: 35%;
}
.nanaban__content-match div:nth-of-type(3) img {
  width: 100%;
  max-width: 321px;
}
.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 {
  background-image: url("../images/common/bg04.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 30px;
  background-size: 300px;
  background-repeat: repeat;
}
.shoubumeshi__title {
  background-image: url("../images/shoubumeshi/tit.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 29.478261%;
  margin-top: -50px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .shoubumeshi__title {
    padding-top: 66.6666666667%;
    margin-top: -25vw;
    margin-bottom: -5vw;
  }
}
.shoubumeshi__desc {
  font-size: 1.6rem;
  text-align: justify;
}
.shoubumeshi__desc span {
  color: #c80000;
}
.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: none;
  border: #002c56 2px solid;
  margin: 50px 0 0;
  padding: 5px 5px 8px;
  color: #002c56;
  border-radius: 6px;
  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%;
  }
  .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: 1.5vw;
  }
}
.shoubumeshi__content .tab-contents {
  display: none;
}
.shoubumeshi__content .tab-contents-day {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .shoubumeshi__content .tab-contents-day {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.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: 49%;
  text-align: center;
}
.shoubumeshi__content .tab-contents-photo span {
  border: #002c56 1px solid;
  display: inline-block;
}
.shoubumeshi__content .tab-contents-photo img {
  border: #ffffff 10px solid;
}
@media (max-width: 767.98px) {
  .shoubumeshi__content .tab-contents-photo img {
    border: #ffffff 5px solid;
  }
}
.shoubumeshi__content .tab-contents-photo p {
  margin-top: 5px;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .shoubumeshi__content .tab-contents-photo p {
    margin-top: 0;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.shoubumeshi__content .tab-contents-box {
  margin-top: 30px;
  padding: 30px 20px;
  border: #002c56 1px dashed;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .shoubumeshi__content .tab-contents-box {
    padding: 20px 10px 25px;
  }
}
.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: 940px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .other__banner {
    padding: 25px 15px;
  }
}
.other__banner li {
  width: 50%;
  max-width: 460px;
  padding: 0 1%;
}
@media (max-width: 767.98px) {
  .other__banner li {
    width: 90%;
    margin-bottom: 15px;
  }
}
.other__banner li:nth-of-type(n+3) {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .other__banner li:nth-of-type(n+3) {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .other__banner li:last-of-type {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.other__banner li a img {
  width: 100%;
  height: auto;
}
.other__about {
  background-image: url("../images/common/bg02.png");
  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");
  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;
  }
}/*# sourceMappingURL=style.css.map */



.knowledge_inner{
  padding-bottom: 30px;
}

.knowledge__title {
  background-image: url("../images/knowledge/tit.png");
  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");
  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 li dl{

}

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) {
  @media (max-width: 767.98px) {
    .nav__btn {
      top: 50vw;
    }
  }
}



.pc-none{
  display: none;
}
.sp-none{
  display: block;
}

@media (max-width: 767.98px) {
  .pc-none{
    display: block;
  }
  .sp-none{
    display: none;
  }
}