@charset "UTF-8";
/* parts */
/* _mixin */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansJP-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2");
  font-display: swap;
}
/* other */
#top-loading {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
  animation: loadfadeout 2s ease forwards;
  animation-delay: 5s;
}
#top-loading dl {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: loaddisplay 2s ease forwards;
  animation-delay: 0.5s;
}
#top-loading dl dt {
  order: 1;
}
#top-loading dl dd {
  margin-bottom: 1em;
  order: 0;
}
#top-loading dl dd p {
  font-weight: bold;
  color: #1976D2;
  letter-spacing: 0;
  white-space: nowrap;
  width: 0;
  overflow: hidden;
  animation: typing 3s steps(50) forwards;
  animation-delay: 1s;
}

@keyframes typing {
  to {
    width: 50ch; /* 文字数に合わせる */
  }
}
@keyframes loadfadeout {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
main {
  position: relative;
  overflow: visible;
}
main picture.bg {
  position: fixed;
  top: 0;
  left: 13.5%;
  width: 100%;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}
main picture.bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main article {
  position: relative;
  z-index: 1;
}
main article #mainimg-area {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
main article #mainimg-area h1 {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #FFF100;
  font-size: 2.9em;
}
@media screen and (min-width: 1651px) and (max-width: 1960px) {
  main article #mainimg-area h1 {
    font-size: 2.6em;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1650px) {
  main article #mainimg-area h1 {
    font-size: 2.4em;
  }
}
main article #mainimg-area h1 {
  text-align: left;
  line-height: 1.6;
}
main article #mainimg-area h1 span.uribai {
  font-size: 1.5em;
  letter-spacing: 0.15em;
}
main article #mainimg-area h1 span.king-line {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: flex-end;
  align-items: flex-end;
  transform: translateY(-25%);
}
main article #mainimg-area h1 span.king-line span.king {
  font-size: 1.9em;
  display: inline-block;
  font-size: 2em;
  position: relative;
}
main article #mainimg-area h1 span.king-line span.king:before {
  content: "";
  position: absolute;
  top: -0.4em;
  right: -0.3em;
  width: 0.8em;
  height: 1em;
  background: url(../img/contents/top/crown.svg) no-repeat center/contain;
}
main article #mainimg-area h1 span.king-line span:last-child {
  margin: 0 0 0.25em 0.15em;
}
main article #mainimg-area .posters-area {
  position: relative;
  z-index: 1;
  top: -2vh;
}
main article #mainimg-area .posters-area picture {
  display: block;
  width: 100%;
  text-align: center;
}
main article #mainimg-area .posters-area picture img {
  width: 98%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wide main article #mainimg-area h1 {
  font-size: 2.5em;
}
.wide main article #mainimg-area h1 span.king-line {
  transform: translate(-1em, -25%);
}
.wide main article #mainimg-area .posters-area picture img {
  width: 90%;
}

.extrawide main article #mainimg-area h1 {
  font-size: 2.3em;
}
.extrawide main article #mainimg-area h1 span.king-line {
  transform: translate(-1.25em, -25%);
}
.extrawide main article #mainimg-area .posters-area picture img {
  width: 75%;
}

section {
  width: 90%;
  max-width: 1700px;
  margin: 5em auto;
}
section h2 {
  font-size: 1em;
  margin-bottom: 1.5em;
  text-align: center;
}
section h2 span.en {
  font-family: "kinuta-mincho-stdn", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  color: #FFF100;
  line-height: 1.2;
  letter-spacing: 0;
  border-bottom: 1px solid #FFF100;
  display: inline-block;
  margin-bottom: 1em;
}
section h2 span.ja {
  display: block;
  font-size: 3em;
}
@media screen and (min-width: 1651px) and (max-width: 1960px) {
  section h2 span.ja {
    font-size: 2.9em;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1650px) {
  section h2 span.ja {
    font-size: 2.8em;
  }
}
section h2 span.ja {
  font-weight: 900;
  color: #fff;
}
section h2 + p {
  font-size: 1.5em;
  color: #fff;
  text-align: center;
}
section h3 {
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
section ul.top-about {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  list-style: none;
  gap: 3em;
}
@media screen and (min-width: 1281px) and (max-width: 1650px) {
  section ul.top-about {
    gap: 2em;
  }
}
section ul.top-about {
  margin: 3em 0;
}
section ul.top-about li {
  width: 33.3333333333%;
  background: #fff;
  border-radius: 30px;
  padding: 2em;
}
section ul.top-about li dl dt {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: space-around;
  align-items: center;
  font-size: 2em;
}
@media screen and (min-width: 1281px) and (max-width: 1650px) {
  section ul.top-about li dl dt {
    font-size: 1.75em;
  }
}
section ul.top-about li dl dt {
  font-weight: bold;
  color: #0B4DA2;
  min-height: 6em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1281px) and (max-width: 1650px) {
  section ul.top-about li dl dt figure {
    width: 30%;
  }
}
section ul.top-about li:nth-of-type(1) figure, section ul.top-about li:nth-of-type(3) figure {
  order: -1;
}
section ul.top-about li:nth-of-type(3) dl dt {
  text-align: right;
}
section .movie-area {
  width: 80%;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
section .movie-area .left-column {
  width: 50%;
  color: #fff;
}
section .movie-area .left-column p {
  color: inherit;
}
section .movie-area .right-column {
  width: 45%;
}
section .movie-area .right-column video {
  width: 100%;
  height: auto;
  display: block;
}
section .movie-area .right-column video[poster] {
  cursor: pointer;
  transition: 0.3s;
}
section .movie-area .right-column video:hover {
  opacity: 0.8;
}
section .catch-area {
  width: 80%;
  margin: 5em auto;
}
section .catch-area p {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 2.2em;
  color: #fff;
}
section .catch-area p span {
  display: inline-block;
  font-size: 1.2em;
  color: #FFF100;
}
section .catch-area p span span {
  font-size: 1.8em;
  letter-spacing: 0.15em;
}
section .catch-area p:nth-of-type(2) {
  text-align: right;
}
section .catch-area p:nth-of-type(3) {
  text-align: center;
  margin-top: 1.5em;
}

#top-gaitobari-area {
  margin-top: 8em;
  background: #fff;
  border-radius: 30px;
}
#top-gaitobari-area .inner {
  width: 80%;
  margin: auto;
  padding: 3.5em 0;
}
#top-gaitobari-area h2 span.en {
  color: #F6623C;
  border-color: #F6623C;
}
#top-gaitobari-area h2 span.ja {
  color: #0B4DA2;
}
#top-gaitobari-area h2 + p {
  color: var(--txt-color);
  text-align: left;
}
#top-gaitobari-area p {
  font-size: 1.3em;
}
#top-gaitobari-area .sep-box {
  padding: 3em 0 0 0;
  justify-content: space-around;
  align-items: center;
  gap: 2em;
}
#top-gaitobari-area .sep-box .txt-area strong {
  font-size: 1.7em;
  padding-top: 1em;
  display: block;
  padding-top: 0.5em;
}
#top-gaitobari-area .sep-box .txt-area .detail-link {
  margin-top: 2em;
}
#top-gaitobari-area .sep-box:last-child {
  justify-content: space-between;
}

#top-faq-area {
  width: 65%;
  margin: 6em auto 8em auto;
}
#top-faq-area .inner {
  padding: 3em 0;
}
#top-faq-area .inner dl.faq-dl {
  margin: 5em 0;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  main picture.bg {
    left: 0;
  }
  main article #mainimg-area {
    height: auto;
    padding: 6em 0 3em 0;
  }
  main article #mainimg-area h1 {
    font-size: 2.3em;
  }
  section ul.top-about {
    gap: 2.5em;
  }
  section ul.top-about li {
    padding: 2em 1.5em;
  }
  section ul.top-about li dl dt {
    font-size: 1.5em;
  }
  section ul.top-about li dl dt figure {
    width: 40%;
  }
  section .movie-area {
    width: 95%;
  }
}
@media screen and (min-width: 951px) and (max-width: 1024px) {
  main picture.bg {
    left: 0;
  }
  main article #mainimg-area {
    height: auto;
    padding: 6em 0 3em 0;
  }
  main article #mainimg-area h1 {
    font-size: 2.1em;
  }
  main article #mainimg-area .posters-area {
    overflow: hidden;
  }
  main article #mainimg-area .posters-area picture {
    overflow: hidden;
  }
  main article #mainimg-area .posters-area picture img {
    width: 110%;
    max-width: 110%;
    height: 113%;
    transform: translateX(-3%);
  }
  section ul.top-about {
    flex-direction: column;
  }
  section ul.top-about li {
    width: 100%;
  }
  section ul.top-about li dl {
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
  }
  section ul.top-about li dl dt {
    font-size: 1.8em;
    width: 35%;
    flex-direction: column;
  }
  section ul.top-about li dl dt br {
    display: none;
  }
  section ul.top-about li dl dt figure img {
    width: 50%;
    margin: 0 auto;
  }
  section ul.top-about li dl dd {
    width: 65%;
    padding-left: 3%;
  }
  section .movie-area {
    width: 100%;
  }
  #top-gaitobari-area .inner {
    width: 85%;
  }
  #top-gaitobari-area .sep-box .txt-area strong {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  main picture.bg {
    left: 0;
  }
  main article #mainimg-area {
    height: auto;
    padding: 6em 0 3em 0;
  }
  main article #mainimg-area h1 {
    font-size: 2.1em;
  }
  main article #mainimg-area .posters-area {
    overflow: hidden;
  }
  main article #mainimg-area .posters-area picture {
    overflow: hidden;
  }
  main article #mainimg-area .posters-area picture img {
    width: 110%;
    max-width: 110%;
    height: 113%;
    transform: translateX(-3%);
  }
  section ul.top-about {
    flex-direction: column;
  }
  section ul.top-about li {
    width: 100%;
  }
  section ul.top-about li dl {
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
  }
  section ul.top-about li dl dt {
    font-size: 1.8em;
    width: 35%;
    flex-direction: column;
  }
  section ul.top-about li dl dt br {
    display: none;
  }
  section ul.top-about li dl dt figure img {
    width: 50%;
    margin: 0 auto;
  }
  section ul.top-about li dl dd {
    width: 65%;
    padding-left: 3%;
  }
  section .movie-area {
    width: 100%;
  }
  #top-gaitobari-area .inner {
    width: 85%;
  }
  #top-gaitobari-area .sep-box .txt-area strong {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  main picture.bg {
    left: 0;
  }
  main article #mainimg-area {
    height: auto;
    padding: 6em 0 3em 0;
  }
  main article #mainimg-area h1 {
    font-size: 1.6em;
    letter-spacing: -0.01em;
  }
  main article #mainimg-area h1 span.uribai {
    letter-spacing: 0;
  }
  main article #mainimg-area .posters-area {
    overflow: hidden;
  }
  main article #mainimg-area .posters-area picture {
    overflow: hidden;
  }
  main article #mainimg-area .posters-area picture img {
    width: 136%;
    max-width: 136%;
    height: 122%;
    transform: translateX(-11%);
  }
  section h2 span.ja {
    font-size: 2.3em;
  }
  section h2 + p {
    font-size: 1.3em;
  }
  section ul.top-about {
    flex-direction: column;
  }
  section ul.top-about li {
    width: 100%;
  }
  section .movie-area {
    width: 85%;
    flex-direction: column;
  }
  section .movie-area .left-column {
    width: 100%;
  }
  section .movie-area .right-column {
    width: 100%;
    margin-top: 2em;
  }
  section .catch-area p {
    line-height: 1.7;
  }
  #top-gaitobari-area .inner {
    width: 85%;
  }
  #top-gaitobari-area .inner .sep-box {
    flex-direction: column;
  }
  #top-gaitobari-area .inner .sep-box figure img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  #top-gaitobari-area .inner .sep-box p strong {
    font-size: 1.5em;
  }
  #top-faq-area {
    width: 75%;
  }
  #top-faq-area dl.faq-dl dd {
    padding-left: 0;
  }
  #top-faq-area dl.faq-dl dd span {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1960px) {
  #wrapper main {
    padding-right: calc((50vw - 960px) * 0.9);
  }
  #wrapper main picture.bg {
    width: calc(100vw - 278px - (50vw - 960px));
    right: 0;
    left: initial;
  }
}/*# sourceMappingURL=top.css.map */