/* Eric Meyer's Reset CSS v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*theme--------------------------*/
/*-------------------------------*/
/*breakpointes-------------------*/
/*-------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  font-size: 16px;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

img, picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

h2 {
  font-size: 1.4em;
  letter-spacing: 0.2em;
  color: #406393;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.2em;
  }
}

.text_body p {
  line-height: 1.8;
  margin-bottom: 0.5em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .text_body p {
    text-align: left;
  }
}
.text_body p:last-of-type {
  margin-bottom: 0;
}

.contents {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 0 20px;
  }
}

.section-default .section_inner {
  padding: 80px 50px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-default .section_inner {
    padding: 40px 20px;
    border-radius: 10px;
  }
}
.section-default .section_inner .section_main {
  margin: 0 auto;
}
.section-default h2 {
  font-family: "Besley", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  .section-default h2 {
    font-size: 1.3em;
    margin-bottom: 20px;
  }
}

.br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

/*fixed_bg------------------------*/
/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loading_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loader {
  max-width: 300px;
  width: 80%;
  opacity: 0.32;
}
@media screen and (max-width: 768px) {
  .loading .loader {
    max-width: 200px;
  }
}

/*-------------------------------*/
/*nav----------------------------*/
/*-------------------------------*/
/*sharebtn-----------------------*/
/*sharebtn-----------------------*/
.shares {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .shares {
    flex-direction: column;
  }
}

.share_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
.share_btns li {
  height: 22px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_btns li img {
  height: 20px;
  width: auto;
}

.share_btns-square {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .share_btns-square {
    margin-bottom: 10px;
  }
}
.share_btns-square::before {
  font-family: "Besley", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  content: "Share:";
  padding-right: 5px;
  font-size: 0.8em;
  color: #406393;
  text-transform: uppercase;
}
.share_btns-square li {
  cursor: pointer;
  margin: 0 10px 0px;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .share_btns-square li {
    margin: 0 10px 10px;
  }
}
.share_btns-square li img {
  transition: 0.2s;
}
.share_btns-square li img:hover {
  opacity: 0.5;
}

/*-------------------------------*/
/*-------------------------------*/
/*noiseOverlay-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-inview------------------------*/
.fadeIn {
  opacity: 0;
  transition: 0.5s;
}
.fadeIn.is-inview {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: 1.2s;
  transform: translateY(5px);
  filter: blur(5px);
}
.fadeInUp.is-inview {
  filter: blur(0px);
  transform: translateY(0);
  opacity: 1;
}

.fadeFromLeft {
  opacity: 0;
  transition: 1s;
  transform: translateX(-20px);
}
.fadeFromLeft.is-inview {
  transform: translateX(0);
  opacity: 1;
}

/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
/*nav----------------------------*/
.nav_btn {
  display: none;
  z-index: 104;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    display: unset;
    top: 0px;
    right: 0px;
    background-image: url(img/nav_icon.svg);
    background-size: 100%;
    width: 60px;
    height: 60px;
    transition: 0.5s;
    background-color: rgb(255, 255, 255);
  }
}
.nav_btn.show {
  background-image: url(img/nav_icon-close.svg);
  opacity: 1;
}

.gnav {
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  height: 60px;
  transition: 1s;
  font-family: serif;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .gnav {
    z-index: 103;
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav .gnav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }
}
.gnav .gnav_list li a, .gnav .gnav_list li #btn_trailer-menu {
  font-family: "Besley", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  display: block;
  cursor: pointer;
  padding: 0 0.25em;
  transition: 0.2s;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #406393;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a, .gnav .gnav_list li #btn_trailer-menu {
    font-size: 1.2em;
    margin-bottom: 5px;
    padding: 10px 0;
  }
}
.gnav .gnav_list li a:hover, .gnav .gnav_list li #btn_trailer-menu:hover {
  opacity: 0.6;
  transform: translateY(2px);
}

.top_btn {
  z-index: 99;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transform: scale(1, 0.6);
  color: #406393;
  cursor: pointer;
}
.top_btn:hover {
  transform: scale(1, 0.6) translateY(2px);
  opacity: 0.5;
}

/*-------------------------------*/
footer .footer {
  margin-top: 20px;
  padding: 80px 50px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 40px 40px;
  }
}
footer .footer .title {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 20px;
}
footer .footer .lf {
  margin: 0 auto 20px;
  width: 60%;
  max-width: 320px;
}
footer .footer .release {
  margin: 0 auto 30px;
  width: 90%;
  max-width: 400px;
}
footer .seal {
  width: 100%;
  text-align: center;
}
footer .seal #ss_gmo_globalsign_secured_site_seal {
  margin: 30px auto 0;
}

#top {
  overflow: hidden;
  margin: 60px auto 40px;
  width: 100%;
  position: relative;
  height: 46vw;
}
@media screen and (max-width: 768px) {
  #top {
    margin: 0 auto;
    height: 168vw;
  }
}
#top .title {
  position: absolute;
  width: 53.53%;
  top: 22.39%;
  left: 4.66%;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 102%;
    top: 57.31%;
    left: -1%;
  }
}
#top .lf {
  position: absolute;
  width: 19.71%;
  top: 71.38%;
  left: 24.05%;
}
@media screen and (max-width: 768px) {
  #top .lf {
    width: 55.06%;
    top: 82.29%;
    left: 22.4%;
  }
}
#top .release {
  position: absolute;
  width: 31.78%;
  top: 75.78%;
  left: 11.98%;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 78.93%;
    top: 85.68%;
    left: 10.4%;
  }
}
#top .logos {
  position: absolute;
  width: 16.57%;
  top: 84.47%;
  left: 27.7%;
}
@media screen and (max-width: 768px) {
  #top .logos {
    width: 42.68%;
    top: 92.77%;
    left: 29.19%;
  }
}
#top .copy_tate {
  position: absolute;
  width: 1.82%;
  top: 0.67%;
  left: 93.53%;
}
@media screen and (max-width: 768px) {
  #top .copy_tate {
    width: 5.33%;
    top: 12.19%;
    left: 86.4%;
  }
}
#top .main {
  position: absolute;
  width: 44.55%;
  top: 0%;
  left: 46.88%;
}
@media screen and (max-width: 768px) {
  #top .main {
    width: 100%;
    top: 0%;
    left: 0%;
  }
}

#info {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 20px 20px 30px;
  }
}
#info .btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}
#info .btns li {
  max-width: 120px;
  position: relative;
  width: calc(50% - 10px);
}
#info .btns li a .base {
  position: relative;
  transform: rotate(0deg);
  transition: 0.4s;
}
#info .btns li a .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#info .btns li a:hover .base {
  transform: rotate(15deg);
}
#info .mvtk #mvtk-widgets-container {
  margin: 0 auto 30px;
}

/*trailer------------------------*/
#trailer .section_inner {
  background: linear-gradient(0deg, rgba(150, 203, 235, 0.12) 0%, rgba(150, 203, 235, 0.12) 100%), rgba(255, 255, 255, 0.5);
}
#trailer .section_inner .section_main {
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main {
    max-width: 500px;
  }
}

.youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 5px;
}
.youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------*/
#news-top .section_inner {
  background-image: url(img/bg1.jpg);
  background-size: cover;
  background-position: center center;
}
#news-top .section_inner .section_main {
  max-width: 1200px;
}
#news-top .section_inner .section_main ul.news-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#news-top .section_inner .section_main ul.news-list li a {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.23);
  border: solid 1px #FFF;
  padding: 16px 40px;
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  #news-top .section_inner .section_main ul.news-list li a {
    padding: 16px;
    flex-direction: column;
  }
}
#news-top .section_inner .section_main ul.news-list li a .date {
  width: 180px;
  color: #406393;
  font-family: "Besley", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #news-top .section_inner .section_main ul.news-list li a .date {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
#news-top .section_inner .section_main ul.news-list li a .title {
  flex: 1;
  color: #333;
}
@media screen and (max-width: 768px) {
  #news-top .section_inner .section_main ul.news-list li a .title {
    width: 100%;
    flex: unset;
  }
}
#news-top .section_inner .section_main ul.news-list li a:hover {
  opacity: 0.7;
}

.body_news .fixed_bg {
  background: url(img/bg3.webp);
  background-size: cover, cover;
  background-position: center center, center center;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
}
.body_news #news {
  margin-top: 120px;
}
.body_news #news .section_inner {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(150, 203, 235, 0.32) 100%);
}
.body_news #news .section_inner .section_main {
  max-width: 1000px;
}
.body_news #news .section_inner .section_main .news-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .body_news #news .section_inner .section_main .news-list {
    gap: 20px;
  }
}
.body_news #news .section_inner .section_main .news-list li {
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.23);
  border: solid 1px #FFF;
}
@media screen and (max-width: 768px) {
  .body_news #news .section_inner .section_main .news-list li {
    padding: 40px 20px;
  }
}
.body_news #news .section_inner .section_main .news-list li .date {
  color: #406393;
  font-family: "Besley", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.body_news #news .section_inner .section_main .news-list li .title {
  color: #333;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .body_news #news .section_inner .section_main .news-list li .title {
    font-size: 1.2em;
  }
}
.body_news #news .section_inner .section_main .news-list li .news-body {
  margin-top: 20px;
  padding-top: 40px;
  border-top: dashed 1px #406393;
}
@media screen and (max-width: 768px) {
  .body_news #news .section_inner .section_main .news-list li .news-body {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.body_news #news .section_inner .section_main .news-list li .news-body p {
  line-height: 1.8;
  margin-bottom: 0.5em;
}
.body_news #news .section_inner .section_main .news-list li .news-body p.p-head {
  font-weight: 700;
  color: #406393;
  text-decoration: underline;
}
.body_news #news .section_inner .section_main .news-list li .news-body .img_pos {
  margin: 0 auto 40px;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .body_news #news .section_inner .section_main .news-list li .news-body .img_pos {
    margin: 0 auto 20px;
  }
}
.body_news #news .section_inner .section_main .news-list li .news-body .youtube_embed {
  max-width: 900px;
  margin: 40px auto 40px;
}
@media screen and (max-width: 768px) {
  .body_news #news .section_inner .section_main .news-list li .news-body .youtube_embed {
    max-width: 500px;
    margin: 20px auto 20px;
  }
}
.body_news #news .section_inner .section_main .news-list li .news-img {
  max-width: 450px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .body_news #news .section_inner .section_main .news-list li .news-img {
    margin: 20px auto;
  }
}

#intro .section_inner {
  background: linear-gradient(180deg, rgba(255, 244, 244, 0) 0%, rgba(210, 238, 255, 0.2) 100%), url(img/bg2.jpg);
  background-size: cover, cover;
  background-position: center center, center center;
}
#intro .section_inner .section_main {
  max-width: 930px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    max-width: 500px;
  }
}
#intro .section_inner .section_main .copy_intro {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .copy_intro {
    margin-bottom: 16px;
  }
}

#theater .section_inner {
  background: linear-gradient(0deg, rgba(150, 203, 235, 0.32) 0%, rgba(150, 203, 235, 0.32) 100%), #FFF;
}
#theater .section_inner .section_main .link-theater {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  width: 90%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.32);
  color: #333;
  border: solid 1px #FFF;
}
#theater .section_inner .section_main .link-theater:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */