@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, .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, .about__inner, .banner__inner {
    padding: 50px 15px 50px;
  }
}

.shoubumeshi__title, .nanaban__title, .overview__title, .player__title, .movie__title, .interview__title, .about__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 {
    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/bg02.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-repeat: repeat;
  background-size: auto;
}

.wrapper {
  overflow: hidden;
  background-image: url("../images/common/bg01.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-repeat: repeat;
  background-size: auto;
}
.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;
}
@media (max-width: 767.98px) {
  .main {
    font-size: 3.5vw;
  }
}
.main__middle {
  background-image: url("../images/common/bg02.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/common/bg02.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-repeat: repeat;
  background-size: auto;
}

.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: 15px 0;
}
@media (max-width: 767.98px) {
  .header__logo {
    padding: 15px 0;
  }
}
.header__logo a img {
  width: 123px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .header__logo a img {
    width: 160px;
  }
}

.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.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 76.3888888889%;
}
@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.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 164.9333333333%;
  }
}
.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: 135px;
  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: 35px;
}
@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: 28px;
  display: block;
}
@media (max-width: 999.98px) {
  .nav__list-item a {
    height: 22.4px;
  }
}
.nav__list-item:nth-of-type(1) {
  width: 157px;
}
.nav__list-item:nth-of-type(1) a {
  background-image: url("../images/nav/nav08.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.nav__list-item:nth-of-type(2) {
  width: 147px;
}
.nav__list-item:nth-of-type(2) a {
  background-image: url("../images/nav/nav09.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.nav__list-item:nth-of-type(3) {
  width: 159px;
}
.nav__list-item:nth-of-type(3) a {
  background-image: url("../images/nav/nav01.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.nav__list-item:nth-of-type(4) {
  width: 234px;
}
.nav__list-item:nth-of-type(4) a {
  background-image: url("../images/nav/nav02.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.nav__list-item:nth-of-type(5) {
  width: 91px;
}
.nav__list-item:nth-of-type(5) a {
  background-image: url("../images/nav/nav03.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.nav__list-item:nth-of-type(6) {
  width: 120px;
}
.nav__list-item:nth-of-type(6) a {
  background-image: url("../images/nav/nav04.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.nav__list-item:nth-of-type(7) {
  width: 209px;
}
.nav__list-item:nth-of-type(7) a {
  background-image: url("../images/nav/nav05.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.nav__list-item:nth-of-type(8) {
  width: 248px;
}
.nav__list-item:nth-of-type(8) a {
  background-image: url("../images/nav/nav06.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 48px;
}
@media (max-width: 999.98px) {
  .nav__list-item:nth-of-type(8) a {
    height: 38.4px;
  }
}
.nav__list-item:nth-of-type(9) {
  width: 248px;
}
.nav__list-item:nth-of-type(9) a {
  background-image: url("../images/nav/nav07.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 48px;
}
@media (max-width: 999.98px) {
  .nav__list-item:nth-of-type(9) a {
    height: 38.4px;
  }
}

.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(0, 44, 86, 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;
  }
  .nav.active .nav__list .nav__list-item a {
    height: 7vw;
  }
  .nav.active .nav__list .nav__list-item:nth-of-type(1) {
    width: 39.25%;
  }
  .nav.active .nav__list .nav__list-item:nth-of-type(2) {
    width: 36.75%;
  }
  .nav.active .nav__list .nav__list-item:nth-of-type(3) {
    width: 39.75%;
  }
  .nav.active .nav__list .nav__list-item:nth-of-type(4) {
    width: 58.5%;
  }
  .nav.active .nav__list .nav__list-item:nth-of-type(5) {
    width: 22.75%;
  }
  .nav.active .nav__list .nav__list-item:nth-of-type(6) {
    width: 30%;
  }
  .nav.active .nav__list .nav__list-item:nth-of-type(7) {
    width: 52.25%;
  }
  .nav.active .nav__list .nav__list-item:nth-of-type(8) {
    width: 62%;
  }
  .nav.active .nav__list .nav__list-item:nth-of-type(8) a {
    height: 11vw;
  }
  .nav.active .nav__list .nav__list-item:nth-of-type(9) {
    width: 62%;
  }
  .nav.active .nav__list .nav__list-item:nth-of-type(9) a {
    height: 11vw;
  }
}

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 {
  color: #ffffff;
  margin-bottom: 40px;
  text-align: justify;
}
.about__content-desc p span {
  color: #e1d400;
}
.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 {
  max-width: 180px;
  margin: 0 auto 35px;
}
@media (max-width: 767.98px) {
  .about__content-passion img {
    max-width: auto;
    width: 40%;
  }
}
.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 {
  color: #ffffff;
  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: #e1d400 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: #e1d400;
}
.interview__content .qanda__item-exc {
  width: 80%;
  margin: 10px auto 15px;
  padding: 20px;
  border: #ffffff 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;
  background: rgba(0, 0, 0, 0.25);
  padding-bottom: 100px;
}
.movie:after {
  content: "";
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 1%;
  line-height: 0;
  background-image: url("../images/common/deco02.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20%;
  padding-top: 14.75%;
  position: absolute;
  bottom: -15%;
  right: -2%;
}
@media (max-width: 767.98px) {
  .movie:after {
    width: 45%;
    padding-top: 37.8205128205%;
    bottom: -18%;
    right: -10%;
  }
}
.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: #e1d400 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: #e1d400;
  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: #e1d400;
  opacity: 1;
}

.player {
  background-image: url("../images/common/bg01.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-repeat: repeat;
  background-size: auto;
  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 #e1d400;
  border-bottom: 2px solid #e1d400;
  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 #e1d400;
  border-bottom: 2px solid #e1d400;
  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;
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 70px;
}
@media (max-width: 767.98px) {
  .overview {
    padding-top: 30px;
  }
}
.overview:after {
  content: "";
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 1%;
  line-height: 0;
  background-image: url("../images/common/deco01.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10%;
  padding-top: 22.4%;
  position: absolute;
  bottom: -6%;
  left: 0;
}
@media (max-width: 767.98px) {
  .overview:after {
    width: 25%;
    padding-top: 50.9090909091%;
    bottom: -3.5%;
  }
}
.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:nth-of-type(4) h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.2rem;
}
.overview__content-item:nth-of-type(4) p {
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .overview__content-item:nth-of-type(4) p {
    text-align: left;
  }
}
.overview__content-item:nth-of-type(4) ul {
  text-align: center;
  padding: 0;
}
@media (max-width: 767.98px) {
  .overview__content-item:nth-of-type(4) ul {
    display: flex;
    justify-content: space-between;
  }
}
.overview__content-item:nth-of-type(4) ul li {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 767.98px) {
  .overview__content-item:nth-of-type(4) ul li {
    width: 32%;
    padding: 0;
  }
}
.overview__content-item:nth-of-type(4) ul li img {
  max-width: 176px;
  height: auto;
}
@media (max-width: 767.98px) {
  .overview__content-item:nth-of-type(4) ul li img {
    max-width: auto;
    width: 100%;
  }
}
.overview__content-item:nth-of-type(5) h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.2rem;
}
.overview__content-item:nth-of-type(5) p {
  text-align: center;
}
@media (max-width: 767.98px) {
  .overview__content-item:nth-of-type(5) p {
    text-align: left;
  }
}

.nanaban {
  position: relative;
}
.nanaban__inner {
  margin-top: -10vw;
}
@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: -20px;
}
@media (max-width: 767.98px) {
  .nanaban__title {
    width: 95%;
    margin: 30px auto 0;
  }
}
.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;
}
@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%;
}
.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: 43.4782608696%;
  margin-top: -140px;
  margin-bottom: -10px;
}
@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;
  opacity: 0.4;
}
.shoubumeshi__content .tab-list-item:nth-of-type(1) {
  opacity: 1;
}
.shoubumeshi__content .tab-list-item:nth-of-type(1):hover {
  cursor: pointer;
}
.shoubumeshi__content .tab-list-item:nth-of-type(2) {
  opacity: 1;
}
.shoubumeshi__content .tab-list-item:nth-of-type(2):hover {
  cursor: pointer;
}
.shoubumeshi__content .tab-list-item:nth-of-type(3) {
  opacity: 1;
}
.shoubumeshi__content .tab-list-item:nth-of-type(3):hover {
  cursor: pointer;
}
.shoubumeshi__content .tab-list-item:nth-of-type(4) {
  opacity: 1;
}
.shoubumeshi__content .tab-list-item:nth-of-type(4):hover {
  cursor: pointer;
}
.shoubumeshi__content .tab-list-item:nth-of-type(5) {
  pointer-events: none;
}
.shoubumeshi__content .tab-list-item:nth-of-type(6) {
  pointer-events: none;
}
.shoubumeshi__content .tab-list-item:nth-of-type(7) {
  pointer-events: none;
}
@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 {
  max-width: 245px;
  height: auto;
}
@media (max-width: 767.98px) {
  .footer__inner ul li:nth-of-type(1) img {
    width: 100%;
  }
}
.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: 100%;
  }
}
.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 */