@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 961px) {
  html {
    font-size: min(0.715vw, 10px);
    scroll-padding-top: 6rem;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
  margin: 0;
  color: #000000;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: hidden;
  margin-inline: auto;
  width: 100%;
  font-size: 14px;
}
body .modal-open {
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  body {
    max-width: 200rem;
  }
}
body.bg-fixed {
  overflow: hidden;
}

main {
  display: block;
}
main a {
  color: #000000 !important;
}

p,
table,
figure,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

svg,
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 960px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .sp-only {
    display: none !important;
  }
}

.header {
  background: #fff;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  /* HAMBURGER (SP) */
  /* SP MENU */
}
@media screen and (min-width: 961px) {
  .header {
    max-width: 200rem;
  }
}
@media screen and (max-width: 960px) {
  .header.shrink .header-inner {
    padding: 0.9rem 7.5rem;
    height: 10rem;
  }
}
@media screen and (max-width: 960px) {
  .header.shrink .header-logo {
    width: 17.9rem;
  }
}
@media screen and (min-width: 961px) {
  .header.shrink .header-logo img {
    width: 17.9rem;
  }
}
@media screen and (max-width: 960px) {
  .header.shrink .hamburger {
    width: 7.9rem;
    height: 7.9rem;
  }
}
.header .header-inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 961px) {
  .header .header-inner {
    width: 127rem;
    gap: 12.5rem;
    padding: 1.6rem 0 1.3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .header .header-inner {
    gap: 15rem;
    padding: 1.4rem 5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 15rem;
  }
}
@media screen and (min-width: 961px) {
  .header .header-logo {
    width: 14.5rem;
  }
}
@media screen and (max-width: 960px) {
  .header .header-logo {
    width: 22.9rem;
  }
}
@media screen and (min-width: 961px) {
  .header .header-logo img {
    width: 22.9rem;
  }
}
.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 73.3rem;
  height: 5.7rem;
}
@media screen and (max-width: 960px) {
  .header .nav {
    display: none;
  }
}
.header .nav li a {
  text-decoration: none;
}
.header .nav-link01 {
  position: relative;
  display: block;
  width: 20.9rem;
  height: 5.2rem;
  margin-right: 1.5rem;
  overflow: hidden;
}
.header .nav-link02 {
  position: relative;
  display: block;
  width: 13.3rem;
  height: 4.8rem;
  margin-right: 1.7rem;
  overflow: hidden;
}
.header .nav-link03 {
  position: relative;
  display: block;
  width: 14.5rem;
  height: 5.4rem;
  margin-right: 1.9rem;
  overflow: hidden;
}
.header .nav-link04 {
  position: relative;
  display: block;
  width: 19.7rem;
  height: 5.5rem;
  overflow: hidden;
}
.header .nav-link01 .nav-img,
.header .nav-link01 .nav-img-hover {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  height: auto;
}
.header .nav-link02 .nav-img,
.header .nav-link02 .nav-img-hover {
  position: absolute;
  top: 16%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  height: auto;
}
.header .nav-link03 .nav-img,
.header .nav-link03 .nav-img-hover {
  position: absolute;
  top: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  height: auto;
}
.header .nav-link04 .nav-img,
.header .nav-link04 .nav-img-hover {
  position: absolute;
  top: 1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  height: auto;
}
.header .nav-link01 .nav-img-hover,
.header .nav-link02 .nav-img-hover,
.header .nav-link03 .nav-img-hover,
.header .nav-link04 .nav-img-hover {
  opacity: 0;
}
.header .nav-link01:hover .nav-img-hover,
.header .nav-link02:hover .nav-img-hover,
.header .nav-link03:hover .nav-img-hover,
.header .nav-link04:hover .nav-img-hover {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav-link01:hover .nav-img,
.header .nav-link02:hover .nav-img,
.header .nav-link03:hover .nav-img,
.header .nav-link04:hover .nav-img {
  opacity: 0;
}
.header .nav li .nav-link01 .nav-img {
  width: 20.9rem;
  height: 5.2rem;
  max-width: initial;
  max-height: initial;
}
.header .nav li .nav-link02 .nav-img {
  width: 13.3rem;
  height: 4.8rem;
  max-width: initial;
  max-height: initial;
}
.header .nav li .nav-link03 .nav-img {
  width: 14.5rem;
  height: 5.4rem;
  max-width: initial;
  max-height: initial;
}
.header .nav li .nav-link04 .nav-img {
  width: 19.7rem;
  height: 5.5rem;
  max-width: initial;
  max-height: initial;
}
.header .nav li .nav-link01:hover .nav-img-hover {
  display: block;
  width: 20.9rem;
  height: 5.2rem;
}
.header .nav li .nav-link02:hover .nav-img-hover {
  display: block;
  width: 13.3rem;
  height: 4.8rem;
}
.header .nav li .nav-link03:hover .nav-img-hover {
  display: block;
  width: 14.5rem;
  height: 5.4rem;
}
.header .nav li .nav-link04:hover .nav-img-hover {
  display: block;
  width: 19.7rem;
  height: 5.5rem;
}
@media screen and (min-width: 961px) {
  .header .hamburger {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .header .hamburger {
    width: 12.3rem;
    height: 12.3rem;
  }
}
.header .sp-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 2000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 960px) {
  .header .sp-menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .sp-menu .sp-menu-character {
  position: absolute;
  width: 29.1rem;
  height: 35.6rem;
  top: -3rem;
  left: -9rem;
}
.header .sp-menu .sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4.5rem;
  gap: 5rem;
}
.header .sp-menu .sns-link .sns-image01 {
  width: 7.3rem;
}
.header .sp-menu .sns-link .sns-image02 {
  width: 6.6rem;
}
.header .sp-menu .sns-link .sns-image03 {
  width: 6.4rem;
}
.header .sp-menu .sns-link .sns-image04 {
  width: 6.6rem;
}
.header .sp-menu .copyright {
  text-align: center;
  color: #000;
  padding-top: 3.4rem;
  font-size: 1.8rem;
}
.header .sp-menu-header {
  text-align: right;
  background-color: #0b318f;
}
.header .sp-menu-close {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  width: 100%;
  text-align: right;
  background-color: #0b318f;
  width: 15.3rem;
  height: 12.5rem;
  padding: 0;
}
.header .sp-menu-close::before, .header .sp-menu-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
}
@media screen and (max-width: 960px) {
  .header .sp-menu-close::before, .header .sp-menu-close::after {
    width: 8rem;
    height: 0.6rem;
    border-radius: 15px;
    background-color: #fff;
  }
}
.header .sp-menu-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header .sp-menu-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header .sp-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5.4rem 0 12.5rem;
  background-color: #0b318f;
}
.header .sp-nav .sp-nav-link {
  padding: 1.5rem 0 2rem;
}
.header .sp-nav .sp-nav-link:first-of-type {
  margin: 0 auto;
  padding: 0 0 2rem;
  width: 39.1rem;
}
.header .sp-nav .sp-nav-link:nth-child(2) {
  margin: 0 auto;
  padding: 0 0 2rem;
  width: 13.7rem;
}
.header .sp-nav .sp-nav-link01 {
  margin: 0 auto;
  padding: 0 0 6rem;
  width: 39.1rem;
}
.header .sp-nav .sp-nav-link02 {
  margin: 0 auto;
  padding: 0 0 6rem;
  width: 13.7rem;
}
.header .sp-nav .sp-nav-link03 {
  margin: 0 auto;
  padding: 0 0 6rem;
  width: 18.4rem;
}
.header .sp-nav .sp-nav-link04 {
  margin: 0 auto;
  width: 18.8rem;
}
.header .sp-nav a {
  text-align: left;
  font-size: 3rem;
  color: #000;
  text-decoration: none;
  background: none;
  border: none;
  font-weight: bold;
}

.mv img {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .mv img {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 960px) {
  .mv img {
    padding-top: 15rem;
  }
}

.anchor-link {
  position: fixed;
  bottom: 0;
  z-index: 999;
  background-image: url(/jp/ja/others/kokogeki/img/img_anchorlinkbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2.4rem 0 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem 1.5rem;
}
.anchor-link .anchor-link01 {
  width: 36rem;
}
.anchor-link .anchor-link02 {
  width: 28.4rem;
}
.anchor-link .anchor-link03 {
  width: 27.6rem;
}
.anchor-link .anchor-link04 {
  width: 32.6rem;
}

.intro {
  position: relative;
  background-color: #ebfeff;
}
@media screen and (min-width: 961px) {
  .intro {
    padding: 12.4rem 0 18rem;
  }
}
@media screen and (max-width: 960px) {
  .intro {
    padding: 7.2rem 0 15rem;
  }
}
@media screen and (min-width: 961px) {
  .intro .intro-container {
    position: relative;
    width: 75rem;
    margin: 0 auto;
  }
}
.intro .intro-character01 {
  position: absolute;
}
@media screen and (min-width: 961px) {
  .intro .intro-character01 {
    width: 21.2rem;
    right: -15rem;
  }
}
@media screen and (max-width: 960px) {
  .intro .intro-character01 {
    width: 17rem;
    top: 1rem;
    right: 0rem;
  }
}
.intro .intro-character02 {
  position: absolute;
}
@media screen and (min-width: 961px) {
  .intro .intro-character02 {
    width: 27.7rem;
    left: -23rem;
    bottom: -18rem;
  }
}
@media screen and (max-width: 960px) {
  .intro .intro-character02 {
    width: 21rem;
    left: -1rem;
    bottom: 0;
  }
}
.intro .intro-ttl {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .intro .intro-ttl img {
    width: 47.4rem;
  }
}
@media screen and (max-width: 960px) {
  .intro .intro-ttl img {
    width: 45.1rem;
  }
}
.intro .intro-text {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .intro .intro-text {
    padding-top: 3.5rem;
    font-size: 2.2rem;
    line-height: 5.2rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 960px) {
  .intro .intro-text {
    padding-top: 4rem;
    font-size: 3rem;
    line-height: 6.05rem;
    letter-spacing: 0.125em;
  }
}
@media screen and (min-width: 961px) {
  .intro .intro-text span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 960px) {
  .intro .intro-text span {
    font-size: 3.7rem;
  }
}

.cast {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 961px) {
  .cast {
    background-image: url(/jp/ja/others/kokogeki/img/img_castbg.png);
    padding: 12.9rem 0 17.5rem;
  }
}
@media screen and (max-width: 960px) {
  .cast {
    background-image: url(/jp/ja/others/kokogeki/img/img_castbg_sp.png);
    padding: 8.2rem 0 12rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 961px) {
  .cast .cast-container {
    position: relative;
    width: 103rem;
    margin: 0 auto;
  }
}
.cast .intro-character03 {
  position: absolute;
}
@media screen and (min-width: 961px) {
  .cast .intro-character03 {
    width: 32.4rem;
    top: -22rem;
    right: -23rem;
  }
}
@media screen and (max-width: 960px) {
  .cast .intro-character03 {
    width: 32.4rem;
    top: 8rem;
    right: -11rem;
  }
}
.cast .intro-character04 {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .cast .intro-character04 {
    width: 31.7rem;
    left: -16rem;
    bottom: -29rem;
  }
}
@media screen and (max-width: 960px) {
  .cast .intro-character04 {
    width: 28.4rem;
    left: -13rem;
    bottom: 34rem;
  }
}
.cast .cast-ttl {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .cast .cast-ttl img {
    width: 24.6rem;
  }
}
@media screen and (max-width: 960px) {
  .cast .cast-ttl img {
    width: 23.5rem;
  }
}
.cast .cast-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 961px) {
  .cast .cast-list {
    gap: 7rem 12.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 103rem;
    margin: 0 auto;
    padding-top: 6.8rem;
  }
}
@media screen and (max-width: 960px) {
  .cast .cast-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7rem;
    padding-top: 5rem;
    padding-left: 10rem;
  }
}
@media screen and (max-width: 960px) {
  .cast .cast-list li:nth-child(2) {
    padding-left: 10rem;
  }
}
@media screen and (min-width: 961px) {
  .cast .cast-list .cast-name01 img {
    width: 19.6rem;
    height: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .cast .cast-list .cast-name01 img {
    width: 24.5rem;
  }
}
@media screen and (min-width: 961px) {
  .cast .cast-list .cast-name02 img {
    width: 19.8rem;
    height: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .cast .cast-list .cast-name02 img {
    width: 24.7rem;
  }
}
@media screen and (min-width: 961px) {
  .cast .cast-list .cast-name03 img {
    width: 34.2rem;
  }
}
@media screen and (max-width: 960px) {
  .cast .cast-list .cast-name03 img {
    width: 40.4rem;
  }
}
.cast .cast-list .cast-text {
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .cast .cast-list .cast-text {
    padding-top: 2rem;
    font-size: 2rem;
    line-height: 4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 960px) {
  .cast .cast-list .cast-text {
    padding-top: 2rem;
    font-size: 2.5rem;
    line-height: 4.6rem;
    letter-spacing: 0.05em;
  }
}

.movie {
  position: relative;
  background-color: #ebfeff;
}
@media screen and (min-width: 961px) {
  .movie {
    padding: 13.2rem 0 18.8rem;
  }
}
@media screen and (max-width: 960px) {
  .movie {
    padding: 8.2rem 0 13rem;
  }
}
@media screen and (min-width: 961px) {
  .movie .movie-container {
    position: relative;
    width: 99rem;
    margin: 0 auto;
  }
}
.movie .intro-character05 {
  position: absolute;
}
@media screen and (min-width: 961px) {
  .movie .intro-character05 {
    width: 25rem;
    top: -35rem;
    right: -4rem;
  }
}
@media screen and (max-width: 960px) {
  .movie .intro-character05 {
    width: 25rem;
    top: -26rem;
    right: 1rem;
  }
}
.movie .intro-character06 {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .movie .intro-character06 {
    width: 51.4rem;
    left: -17rem;
    bottom: -30rem;
  }
}
@media screen and (max-width: 960px) {
  .movie .intro-character06 {
    width: 46rem;
    left: -14rem;
    bottom: -23rem;
  }
}
.movie .movie-ttl {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .movie .movie-ttl img {
    width: 28rem;
  }
}
@media screen and (max-width: 960px) {
  .movie .movie-ttl img {
    width: 26.8rem;
  }
}
.movie .movie-content {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .movie .movie-content {
    width: 99rem;
  }
}
@media screen and (max-width: 960px) {
  .movie .movie-content {
    width: 60.5rem;
  }
}
.movie .swiper {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .movie .swiper {
    width: 91rem;
    margin: 4rem auto 0;
    padding: 4.3rem 0 10.5rem;
    border: 5px solid #0b318f;
    border-radius: 20px;
  }
}
@media screen and (max-width: 960px) {
  .movie .swiper {
    width: 60.5rem;
    margin-top: 4rem;
    padding: 5.4rem 0 12.8rem;
    border: 5px solid #0b318f;
    border-radius: 15px;
  }
}
.movie .swiper .swiper-wrapper {
  height: initial;
}
@media screen and (max-width: 960px) {
  .movie .swiper .swiper-ttl01 {
    text-align: center;
  }
}
@media screen and (min-width: 961px) {
  .movie .swiper .swiper-ttl01 img {
    padding-left: 7.2rem;
    width: 58.8rem;
  }
}
@media screen and (max-width: 960px) {
  .movie .swiper .swiper-ttl01 img {
    width: 47.8rem;
  }
}
@media screen and (max-width: 960px) {
  .movie .swiper .swiper-ttl02 {
    text-align: center;
  }
}
@media screen and (min-width: 961px) {
  .movie .swiper .swiper-ttl02 img {
    padding-left: 7.2rem;
    width: 47.1rem;
  }
}
@media screen and (max-width: 960px) {
  .movie .swiper .swiper-ttl02 img {
    width: 35.1rem;
  }
}
@media screen and (max-width: 960px) {
  .movie .swiper .swiper-ttl03 {
    text-align: center;
  }
}
@media screen and (min-width: 961px) {
  .movie .swiper .swiper-ttl03 img {
    padding-left: 7.2rem;
    width: 52rem;
  }
}
@media screen and (max-width: 960px) {
  .movie .swiper .swiper-ttl03 img {
    width: 40.5rem;
  }
}
.movie .swiper .swiper-img {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .movie .swiper .swiper-img img {
    width: 74.4rem;
    padding-top: 2.4rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 960px) {
  .movie .swiper .swiper-img img {
    width: 52rem;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 961px) {
  .movie .swiper .swiper-img img:hover {
    opacity: 0.5;
  }
}
.movie .swiper .swiper-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 961px) {
  .movie .swiper .swiper-modal {
    width: 78.8rem;
    margin: 0 auto;
    padding-top: 4.5rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .movie .swiper .swiper-modal {
    width: 52rem;
    margin: 0 auto;
    padding-top: 6.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.movie .swiper .swiper-modal img {
  width: 100%;
}
.movie .swiper-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 961px) {
  .movie .swiper-icon {
    width: 52.2rem;
    margin: 0 auto;
    padding-top: 4.8rem;
    gap: 1.8rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .movie .swiper-icon {
    width: 64.9rem;
    margin: 0 auto;
    padding-top: 5rem;
    gap: 2.3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 3;
  }
}
@media screen and (min-width: 961px) {
  .movie .swiper-icon img {
    width: 9rem;
  }
}
@media screen and (max-width: 960px) {
  .movie .swiper-icon img {
    width: 11.1rem;
  }
}
@media screen and (min-width: 961px) {
  .movie .swiper-icon img:nth-child(1), .movie .swiper-icon img:nth-child(2), .movie .swiper-icon img:nth-child(3) {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  .movie .swiper-icon img:nth-child(1):hover, .movie .swiper-icon img:nth-child(2):hover, .movie .swiper-icon img:nth-child(3):hover {
    opacity: 0.5;
  }
}

.about {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 961px) {
  .about {
    background-image: url(/jp/ja/others/kokogeki/img/img_aboutbg.png);
    padding: 12.2rem 0 21.5rem;
  }
}
@media screen and (max-width: 960px) {
  .about {
    background-image: url(/jp/ja/others/kokogeki/img/img_aboutbg_sp.png);
    padding: 11.7rem 0 29rem;
  }
}
@media screen and (min-width: 961px) {
  .about .about-container {
    position: relative;
    width: 94.9rem;
    margin: 0 auto;
  }
}
.about .intro-character07 {
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .about .intro-character07 {
    width: 38.2rem;
    right: -7rem;
    bottom: -32rem;
  }
}
@media screen and (max-width: 960px) {
  .about .intro-character07 {
    width: 41.5rem;
    right: 5rem;
    bottom: -3rem;
  }
}
.about .about-ttl {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .about .about-ttl img {
    width: 45.2rem;
  }
}
@media screen and (max-width: 960px) {
  .about .about-ttl img {
    width: 42.9rem;
    position: relative;
    z-index: 3;
  }
}
.about .about-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 961px) {
  .about .about-link {
    gap: 5rem 1.8rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 94.9rem;
    margin: 0 auto;
    padding-top: 5.6rem;
  }
}
@media screen and (max-width: 960px) {
  .about .about-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.2rem;
    width: 55rem;
    margin: 0 auto;
    padding-top: 6rem;
  }
}
.about .about-link .about-img {
  position: relative;
  display: block;
}
@media screen and (min-width: 961px) {
  .about .about-link .about-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #171c8f;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 961px) {
  .about .about-link .about-img:hover::before {
    opacity: 0.5;
  }
}
@media screen and (min-width: 961px) {
  .about .about-link img {
    width: 30.3rem;
  }
}
@media screen and (max-width: 960px) {
  .about .about-link img {
    width: 100%;
  }
}
.about .about-link .about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .about .about-link .about-text {
    gap: 1.4rem;
    padding-top: 1.3rem;
    font-size: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .about .about-link .about-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.3rem;
    padding-top: 2rem;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 961px) {
  .about .about-link .about-text p {
    padding-top: 0.57rem;
    line-height: 1;
  }
}
@media screen and (max-width: 960px) {
  .about .about-link .about-text p {
    padding-top: 1rem;
    line-height: 1;
  }
}
@media screen and (min-width: 961px) {
  .about .about-link .about-text img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  .about .about-link .about-text img {
    width: 4rem;
    height: 4rem;
  }
}

/*モーダルを開くボタン*/
.modal-open {
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

/*モーダルを開くボタン*/
@media screen and (min-width: 961px) {
  .youtube-modal01,
  .youtube-modal02,
  .youtube-modal03,
  .character-modal01,
  .character-modal02,
  .character-modal03,
  .product-modal01,
  .product-modal02,
  .product-modal03 {
    cursor: pointer;
  }
}

@media screen and (min-width: 961px) {
  .character-modal01,
  .character-modal02,
  .character-modal03,
  .product-modal01,
  .product-modal02,
  .product-modal03 {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .character-modal01:hover,
  .character-modal02:hover,
  .character-modal03:hover,
  .product-modal01:hover,
  .product-modal02:hover,
  .product-modal03:hover {
    opacity: 0.5;
  }
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.youtube-modal01-container,
.youtube-modal02-container,
.youtube-modal03-container,
.character-modal01-container,
.character-modal02-container,
.character-modal03-container,
.product-modal01-container,
.product-modal02-container,
.product-modal03-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(57, 57, 57, 0.8);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
}

/*モーダル本体の擬似要素の指定*/
.youtube-modal01-container:before,
.youtube-modal02-container:before,
.youtube-modal03-container:before,
.character-modal01-container:before,
.character-modal02-container:before,
.character-modal03-container:before,
.product-modal01-container:before,
.product-modal02-container:before,
.product-modal03-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.youtube-modal01-container.active,
.youtube-modal02-container.active,
.youtube-modal03-container.active,
.character-modal01-container.active,
.character-modal02-container.active,
.character-modal03-container.active,
.product-modal01-container.active,
.product-modal02-container.active,
.product-modal03-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  cursor: pointer;
  padding: 0;
  outline: none;
}
@media screen and (min-width: 961px) {
  .modal-close {
    top: -5rem;
    right: 0rem;
    width: 3.8rem;
    height: 3.8rem;
  }
}
@media screen and (max-width: 960px) {
  .modal-close {
    top: -4rem;
    right: 3rem;
  }
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
}
@media screen and (min-width: 961px) {
  .modal-close::before,
  .modal-close::after {
    width: 5rem;
    height: 0.3rem;
    background-color: #fff;
    border-radius: 15px;
  }
}
@media screen and (max-width: 960px) {
  .modal-close::before,
  .modal-close::after {
    width: 5rem;
    height: 0.5rem;
    background-color: #fff;
    border-radius: 15px;
  }
}

.modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.character-modal01-container,
.character-modal02-container,
.character-modal03-container {
  background-color: rgba(57, 57, 57, 0.8);
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*モーダルを閉じるボタンの指定*/
}
.character-modal01-container .modal-body,
.character-modal02-container .modal-body,
.character-modal03-container .modal-body {
  background-color: #ebfeff;
}
@media screen and (min-width: 961px) {
  .character-modal01-container .modal-body,
  .character-modal02-container .modal-body,
  .character-modal03-container .modal-body {
    width: 100rem;
    height: auto;
    padding: 12rem 0 14rem;
  }
}
@media screen and (max-width: 960px) {
  .character-modal01-container .modal-body,
  .character-modal02-container .modal-body,
  .character-modal03-container .modal-body {
    width: 75rem;
    padding: 11rem 0 11.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.character-modal01-container .modal-detail,
.character-modal02-container .modal-detail,
.character-modal03-container .modal-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 961px) {
  .character-modal01-container .modal-detail,
  .character-modal02-container .modal-detail,
  .character-modal03-container .modal-detail {
    gap: 5.5rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .character-modal01-container .modal-detail,
  .character-modal02-container .modal-detail,
  .character-modal03-container .modal-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
    padding-top: 5.4rem;
  }
}
@media screen and (min-width: 961px) {
  .character-modal01-container .modal-detail p,
  .character-modal02-container .modal-detail p,
  .character-modal03-container .modal-detail p {
    font-size: 2.2rem;
    font-weight: bold;
    color: #150c8e;
    line-height: 4.8rem;
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .character-modal01-container .modal-detail p,
  .character-modal02-container .modal-detail p,
  .character-modal03-container .modal-detail p {
    font-size: 2.5rem;
    font-weight: bold;
    color: #150c8e;
    line-height: 5.1rem;
    text-align: left;
  }
}
@media screen and (min-width: 961px) {
  .character-modal01-container .modal-close,
  .character-modal02-container .modal-close,
  .character-modal03-container .modal-close {
    top: 6rem;
    right: 10rem;
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .character-modal01-container .modal-close,
  .character-modal02-container .modal-close,
  .character-modal03-container .modal-close {
    top: 7rem;
    right: 7rem;
  }
}
@media screen and (min-width: 961px) {
  .character-modal01-container .modal-close::before,
  .character-modal01-container .modal-close::after,
  .character-modal02-container .modal-close::before,
  .character-modal02-container .modal-close::after,
  .character-modal03-container .modal-close::before,
  .character-modal03-container .modal-close::after {
    width: 6rem;
    height: 0.4rem;
    background-color: #0b318f;
    border-radius: 15px;
  }
}
@media screen and (max-width: 960px) {
  .character-modal01-container .modal-close::before,
  .character-modal01-container .modal-close::after,
  .character-modal02-container .modal-close::before,
  .character-modal02-container .modal-close::after,
  .character-modal03-container .modal-close::before,
  .character-modal03-container .modal-close::after {
    width: 6rem;
    height: 0.5rem;
    background-color: #0b318f;
    border-radius: 15px;
  }
}

@media screen and (min-width: 961px) {
  .character-modal01-container .modal-ttl {
    width: 44.4rem;
    height: 14.2rem;
  }
}
@media screen and (max-width: 960px) {
  .character-modal01-container .modal-ttl {
    width: 50rem;
  }
}
@media screen and (min-width: 961px) {
  .character-modal01-container .modal-detail img {
    width: 18.9rem;
  }
}
@media screen and (max-width: 960px) {
  .character-modal01-container .modal-detail img {
    width: 20rem;
  }
}

@media screen and (min-width: 961px) {
  .character-modal02-container .modal-ttl {
    width: 26.4rem;
  }
}
@media screen and (max-width: 960px) {
  .character-modal02-container .modal-ttl {
    width: 26.3rem;
  }
}
@media screen and (min-width: 961px) {
  .character-modal02-container .modal-detail img {
    width: 27.8rem;
  }
}
@media screen and (max-width: 960px) {
  .character-modal02-container .modal-detail img {
    width: 30.4rem;
  }
}

@media screen and (min-width: 961px) {
  .character-modal03-container .modal-ttl {
    width: 35.4rem;
    height: 14rem;
  }
}
@media screen and (max-width: 960px) {
  .character-modal03-container .modal-ttl {
    width: 41.3rem;
  }
}
@media screen and (min-width: 961px) {
  .character-modal03-container .modal-detail img {
    width: 22.5rem;
  }
}
@media screen and (max-width: 960px) {
  .character-modal03-container .modal-detail img {
    width: 26.1rem;
  }
}

.product-modal01-container,
.product-modal02-container,
.product-modal03-container {
  background-color: rgba(57, 57, 57, 0.8);
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*モーダルを閉じるボタンの指定*/
}
.product-modal01-container .modal-body,
.product-modal02-container .modal-body,
.product-modal03-container .modal-body {
  background-color: #ebfeff;
}
@media screen and (min-width: 961px) {
  .product-modal01-container .modal-body,
  .product-modal02-container .modal-body,
  .product-modal03-container .modal-body {
    width: 100rem;
    height: auto;
    padding: 12rem 0 8rem;
  }
}
@media screen and (max-width: 960px) {
  .product-modal01-container .modal-body,
  .product-modal02-container .modal-body,
  .product-modal03-container .modal-body {
    width: 75rem;
    padding: 12.8rem 0 9rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 961px) {
  .product-modal01-container .modal-ttl,
  .product-modal02-container .modal-ttl,
  .product-modal03-container .modal-ttl {
    width: 37rem;
  }
}
@media screen and (max-width: 960px) {
  .product-modal01-container .modal-ttl,
  .product-modal02-container .modal-ttl,
  .product-modal03-container .modal-ttl {
    width: 47.6rem;
  }
}
@media screen and (min-width: 961px) {
  .product-modal01-container .modal-text,
  .product-modal02-container .modal-text,
  .product-modal03-container .modal-text {
    width: 79.9rem;
    margin: 0 auto;
    padding-top: 2rem;
    font-size: 2.2rem;
    font-weight: bold;
    color: #150c8e;
    line-height: 4.8rem;
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .product-modal01-container .modal-text,
  .product-modal02-container .modal-text,
  .product-modal03-container .modal-text {
    width: 59.8rem;
    margin: 0 auto;
    padding-top: 4rem;
    font-size: 2.5rem;
    font-weight: bold;
    color: #150c8e;
    line-height: 5.1rem;
    text-align: left;
  }
}
.product-modal01-container .modal-text span,
.product-modal02-container .modal-text span,
.product-modal03-container .modal-text span {
  font-size: 1.2rem;
  vertical-align: super;
}
.product-modal01-container .modal-btn,
.product-modal02-container .modal-btn,
.product-modal03-container .modal-btn {
  display: block;
}
@media screen and (min-width: 961px) {
  .product-modal01-container .modal-btn,
  .product-modal02-container .modal-btn,
  .product-modal03-container .modal-btn {
    width: 47.6rem;
    margin: 0 auto;
    padding-top: 3.5rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .product-modal01-container .modal-btn:hover,
  .product-modal02-container .modal-btn:hover,
  .product-modal03-container .modal-btn:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 960px) {
  .product-modal01-container .modal-btn,
  .product-modal02-container .modal-btn,
  .product-modal03-container .modal-btn {
    width: 50rem;
    margin: 0 auto;
    padding-top: 5.5rem;
  }
}
@media screen and (min-width: 961px) {
  .product-modal01-container .modal-close,
  .product-modal02-container .modal-close,
  .product-modal03-container .modal-close {
    top: 4rem;
    right: 13rem;
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .product-modal01-container .modal-close,
  .product-modal02-container .modal-close,
  .product-modal03-container .modal-close {
    top: 7rem;
    right: 7rem;
  }
}
@media screen and (min-width: 961px) {
  .product-modal01-container .modal-close::before,
  .product-modal01-container .modal-close::after,
  .product-modal02-container .modal-close::before,
  .product-modal02-container .modal-close::after,
  .product-modal03-container .modal-close::before,
  .product-modal03-container .modal-close::after {
    width: 6rem;
    height: 0.4rem;
    background-color: #0b318f;
    border-radius: 15px;
  }
}
@media screen and (max-width: 960px) {
  .product-modal01-container .modal-close::before,
  .product-modal01-container .modal-close::after,
  .product-modal02-container .modal-close::before,
  .product-modal02-container .modal-close::after,
  .product-modal03-container .modal-close::before,
  .product-modal03-container .modal-close::after {
    width: 6rem;
    height: 0.5rem;
    background-color: #0b318f;
    border-radius: 15px;
  }
}

@media screen and (min-width: 961px) {
  .product-modal01-container .modal-ttl {
    width: 37.7rem;
  }
}
@media screen and (max-width: 960px) {
  .product-modal01-container .modal-ttl {
    width: 47.6rem;
  }
}

@media screen and (min-width: 961px) {
  .product-modal02-container .modal-ttl {
    width: 37rem;
  }
}
@media screen and (max-width: 960px) {
  .product-modal02-container .modal-ttl {
    width: 47.6rem;
  }
}

@media screen and (min-width: 961px) {
  .product-modal03-container .modal-ttl {
    width: 37rem;
  }
}
@media screen and (max-width: 960px) {
  .product-modal03-container .modal-ttl {
    width: 47.6rem;
  }
}

@media screen and (min-width: 961px) {
  iframe {
    width: 100rem;
    height: 55.9rem;
  }
}
@media screen and (max-width: 960px) {
  iframe {
    width: 61rem;
    height: 34.1rem;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.swiper-button-next {
  border-color: transparent transparent transparent #0b318f;
}
@media screen and (min-width: 961px) {
  .swiper-button-next {
    border-width: 25px 0 25px 25px;
    right: -1rem;
  }
}
@media screen and (max-width: 960px) {
  .swiper-button-next {
    border-width: 14px 0 14px 14px;
    top: 54%;
    right: -5rem;
  }
}

.swiper-button-prev {
  border-color: transparent #0b318f transparent transparent;
}
@media screen and (min-width: 961px) {
  .swiper-button-prev {
    border-width: 25px 25px 25px 0;
    left: -1rem;
  }
}
@media screen and (max-width: 960px) {
  .swiper-button-prev {
    border-width: 14px 14px 14px 0;
    top: 54%;
    left: -5rem;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: initial;
}

.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 4rem;
}

@media screen and (min-width: 961px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.8rem;
  }
}
@media screen and (max-width: 960px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1rem;
  }
}

@media screen and (min-width: 961px) {
  .swiper-pagination-bullet {
    width: 1.8rem;
    height: 1.8rem;
    background-color: #fff;
    opacity: 1;
    border: 2px solid #0b318f;
  }
}
@media screen and (max-width: 960px) {
  .swiper-pagination-bullet {
    width: 2.7rem;
    height: 2.7rem;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #0b318f;
  }
}

@media screen and (min-width: 961px) {
  .swiper-pagination-bullet-active {
    width: 1.8rem;
    height: 1.8rem;
    background-color: #0b318f;
  }
}
@media screen and (max-width: 960px) {
  .swiper-pagination-bullet-active {
    width: 2.7rem;
    height: 2.7rem;
    background-color: #0b318f;
  }
}

@media screen and (max-width: 960px) {
  footer {
    margin-bottom: 24rem;
  }
}
footer .sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 961px) {
  footer .sns-link {
    padding: 7.5rem 0;
    gap: 3.3rem;
  }
}
@media screen and (max-width: 960px) {
  footer .sns-link {
    padding: 6.2rem 0;
    gap: 5rem;
  }
}
footer .sns-link a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 961px) {
  footer .sns-link a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 961px) {
  footer .sns-link .sns-image01 {
    width: 4.9rem;
  }
}
@media screen and (max-width: 960px) {
  footer .sns-link .sns-image01 {
    width: 4.9rem;
  }
}
@media screen and (min-width: 961px) {
  footer .sns-link .sns-image02 {
    width: 4.4rem;
  }
}
@media screen and (max-width: 960px) {
  footer .sns-link .sns-image02 {
    width: 4.9rem;
  }
}
@media screen and (min-width: 961px) {
  footer .sns-link .sns-image03 {
    width: 4.3rem;
  }
}
@media screen and (max-width: 960px) {
  footer .sns-link .sns-image03 {
    width: 4.9rem;
  }
}
@media screen and (min-width: 961px) {
  footer .sns-link .sns-image04 {
    width: 4.4rem;
  }
}
@media screen and (max-width: 960px) {
  footer .sns-link .sns-image04 {
    width: 4.9rem;
  }
}
footer .copyright {
  background-color: #0b318f;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 961px) {
  footer .copyright {
    padding: 2.4rem 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  footer .copyright {
    padding: 2.8rem 0;
    font-size: 1.8rem;
  }
}