@charset "UTF-8";
/* 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;
  background-color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  background-size: 100%;
  background-repeat: no-repeat;
}
@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 {
  margin: 0 auto;
  text-align: center;
}
h2 img {
  width: auto;
  height: 32px;
}
@media screen and (max-width: 768px) {
  h2 img {
    height: 24px;
  }
}

.contents {
  opacity: 0;
  transition: 3s;
  transition-timing-function: linear;
  overflow: hidden;
}
.contents.active {
  opacity: 1;
}

footer .footer {
  padding: 80px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 40px 30px 90px;
  }
}
footer .footer .billing {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

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

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

.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;
  }
}

ul.bnrs_vd.bnrs_vd-pc {
  position: absolute;
  top: 60%;
  right: 3%;
  width: 40%;
  display: flex;
  justify-content: flex-end;
  gap: 2%;
  opacity: 0;
  transition: 1s;
}
ul.bnrs_vd.bnrs_vd-pc li {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
ul.bnrs_vd.bnrs_vd-pc li:hover {
  box-shadow: none;
  transform: translate(2px, 2px);
}
ul.bnrs_vd.bnrs_vd-pc.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  ul.bnrs_vd.bnrs_vd-pc {
    display: none;
  }
}
ul.bnrs_vd.bnrs_vd-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  ul.bnrs_vd.bnrs_vd-sp {
    display: block;
    padding: 30px 20px 20px;
    background-color: #E6F6FD;
  }
  ul.bnrs_vd.bnrs_vd-sp li {
    max-width: 360px;
    margin: 0 auto 10px;
  }
}

#haishin {
  background-color: #00A0E9;
}
#haishin .section_inner {
  padding: 30px 50px 40px;
}
@media screen and (max-width: 768px) {
  #haishin .section_inner {
    padding: 20px 20px 30px;
  }
}
#haishin .section_inner .section_main h3 {
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #haishin .section_inner .section_main h3 {
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#haishin .section_inner .section_main ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #haishin .section_inner .section_main ul {
    gap: 10px 2%;
  }
}
#haishin .section_inner .section_main ul li {
  width: 180px;
}
@media screen and (max-width: 768px) {
  #haishin .section_inner .section_main ul li {
    width: 30%;
  }
}
#haishin .section_inner .section_main ul li a {
  transition: 0.3s;
}
#haishin .section_inner .section_main ul li a:hover {
  opacity: 0.7;
}

/*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 .loadeing_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loader {
  width: 80px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .loading .loader {
    width: 50px;
  }
}
.loading .loader img {
  max-height: 80vh;
}

/*-------------------------------*/
/*nav----------------------------*/
.nav_btn {
  display: none;
  z-index: 104;
  position: fixed;
  opacity: 0;
}
@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.4s;
    opacity: 0;
  }
  .nav_btn.active {
    opacity: 1;
  }
}
.nav_btn.show {
  background-image: url(img/nav_icon-close.svg);
  opacity: 0.8;
}

.gnav {
  z-index: 100;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  height: 50px;
  opacity: 0;
  transition: 1s;
}
@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.8s;
    background-color: #fff;
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav.active {
  opacity: 1;
}
.gnav .gnav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    background-color: transparent;
    padding-right: 0px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.gnav .gnav_list li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 0.5em;
  font-size: 1em;
  color: #333;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    font-size: 1.1em;
  }
}
.gnav .gnav_list li a:hover {
  opacity: 0.6;
}
.gnav .gnav_list li a.construction {
  opacity: 0.6;
  pointer-events: none;
}
.gnav .gnav_list li a.external::after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  margin-left: 0.2em;
  background-image: url(img/external-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.gnav .gnav_list li a .icon_menu {
  width: 24px;
  margin-bottom: 13px;
}

.to_top {
  z-index: 99;
  margin: 0 auto;
  position: fixed;
  width: 50px;
  height: 50px;
  transition: 1s;
  border: solid 1px #00A0E9;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .to_top {
    bottom: 10px;
    right: 10px;
  }
}
.to_top:hover {
  opacity: 0.3;
}
.to_top.active {
  opacity: 1;
}

/*-------------------------------*/
/*trailer------------------------*/
#trailer .section_inner {
  max-width: 900px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner {
    max-width: 500px;
  }
}
#trailer .section_inner .section_main {
  margin: 0 auto;
  width: 100%;
  border-radius: 20px;
}
#trailer .section_inner .section_main .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#trailer .section_inner .section_main .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trailer_tab {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.trailer_tab li {
  width: calc(50% - 2px);
  margin: 3px 0 0 0;
}
.trailer_tab li:last-of-type {
  width: 100%;
}

.trailer_tab li a {
  background-color: #FFF;
  height: 3em;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #00A0E9;
  font-weight: 700;
}

.trailer_tab li a::before {
  content: "";
}

.trailer_tab .tab.active a::before {
  content: "◆";
}

/*-------------------------------*/
/*sharebtn-----------------------*/
.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 {
  z-index: 100;
  margin-right: -10px;
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 40px;
  left: 20px;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .share_btns-square {
    opacity: 1;
    margin-bottom: 10px;
    flex-direction: row;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    bottom: unset;
    left: unset;
  }
}
.share_btns-square.active {
  opacity: 1;
}
.share_btns-square li {
  margin: 0 10px 20px;
  width: 32px;
}
.share_btns-square li a, .share_btns-square li .copy_btn {
  cursor: pointer;
  transition: 0.3s;
}
.share_btns-square li a:hover, .share_btns-square li .copy_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .share_btns-square li.share {
    width: 91px;
  }
}

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

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translateY(10px);
}
.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}

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

/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
#top {
  width: 100%;
  height: 52vw;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top {
    height: 152vw;
  }
}
#top .main {
  position: absolute;
  width: 51.61%;
  top: 0%;
  left: 0%;
  z-index: 2;
  mix-blend-mode: darken;
}
@media screen and (max-width: 768px) {
  #top .main {
    width: 100%;
    top: 0%;
    left: 0%;
    z-index: unset;
  }
}
#top h1 {
  position: absolute;
  width: 8.23%;
  top: 9.07%;
  left: 45.47%;
  z-index: 3;
  opacity: 0;
  transition: 2s;
  filter: blur(20px);
}
@media screen and (max-width: 768px) {
  #top h1 {
    width: 17.44%;
    top: 25.71%;
    left: 78.72%;
  }
}
#top h1.active {
  filter: blur(0px);
  opacity: 1;
}
#top .copy1 {
  position: absolute;
  width: 8.8%;
  top: 18.93%;
  left: 17.5%;
  z-index: 4;
  filter: blur(10px);
  opacity: 0;
  transition: 3s;
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  #top .copy1 {
    width: 20.26%;
    top: 59.15%;
    left: 52.74%;
  }
}
#top .copy1.active {
  filter: blur(0px);
  opacity: 1;
  transform: translateY(0px);
}
#top .starring {
  position: absolute;
  width: 38.59%;
  top: 30.59%;
  left: 57.14%;
  opacity: 0;
  transition: 1s;
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  #top .starring {
    width: 61.79%;
    top: 4.03%;
    left: 35.13%;
  }
}
#top .starring.active {
  opacity: 1;
  transform: translateY(0px);
}
#top .release {
  position: absolute;
  width: 15.52%;
  top: 44.63%;
  left: 80.321%;
  opacity: 0;
  transition: 1s;
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 33.33%;
    top: 12.1%;
    left: 63.33%;
  }
}
#top .release.active {
  opacity: 1;
  transform: translateY(0px);
}
#top .mains {
  position: absolute;
  width: 50.52%;
  bottom: 0%;
  left: 49.38%;
  display: flex;
}
#top .mains div {
  width: 33.33%;
  opacity: 0;
  transition: 1s;
  transform: translateX(20px);
}
#top .mains div:first-of-type.active {
  opacity: 1;
  transform: translateX(0px);
}
#top .mains div:nth-of-type(2).active {
  opacity: 1;
  transform: translateX(0px);
}
#top .mains div:nth-of-type(3).active {
  opacity: 1;
  transform: translateX(0px);
}
@media screen and (max-width: 768px) {
  #top .mains {
    width: 100%;
    left: 0%;
  }
}
#top .mains .copy2 {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 1s;
  filter: blur(10px);
}
#top .mains .copy2.active {
  filter: blur(0px);
  opacity: 1;
}
#top .bnr_kan {
  display: block;
  width: 15%;
  position: absolute;
  right: 4%;
  bottom: 25%;
  opacity: 0;
  transition: 2s;
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  #top .bnr_kan {
    width: 40%;
    right: unset;
    left: 4%;
    bottom: 14%;
  }
}
#top .bnr_kan.active {
  filter: blur(0px);
  opacity: 1;
}
#top .bnr_kan img {
  transition: 0.4s;
}
#top .bnr_kan img:hover {
  filter: blur(1px);
}

#info {
  background-color: rgba(10, 108, 66, 0.1);
  padding: 40px 20px 40px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 20px 20px 40px;
  }
}
#info .maes {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
#info .maes a {
  width: 100%;
  margin: 0 10px;
  transition: 0.3s;
  max-width: 300px;
}
#info .maes a:hover {
  opacity: 0.8;
}
#info .maes .bro {
  display: block;
}
@media screen and (max-width: 768px) {
  #info .maes .bro {
    margin-bottom: 20px;
  }
}
#info .maes .bnr_mjr {
  display: block;
  width: 100%;
  max-width: 260px;
}
#info .mvtk {
  width: 100%;
}
#info .mvtk #mvtk-widgets-container {
  margin: 0 auto 30px;
}
#info .btns {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-right: -10px;
}
@media screen and (max-width: 768px) {
  #info .btns {
    flex-direction: column;
    align-items: flex-end;
  }
}
#info .btns div {
  margin: 0 10px 10px;
  position: relative;
  max-width: 230px;
  width: 100%;
}
#info .btns div a {
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  margin: 0 auto 0px;
  display: block;
  width: 100%;
}
#info .btns div a:hover {
  filter: brightness(120%);
}
#info .btns div.btn_s {
  max-width: 200px;
}
#info .spotify {
  max-width: 900px;
  margin: 0 auto;
}

#comment {
  background-color: #E6F6FD;
  padding: 120px 100px;
}
@media screen and (max-width: 768px) {
  #comment {
    padding: 80px 20px;
  }
}
#comment .section_inner .section_main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main {
    max-width: 500px;
  }
}
#comment .section_inner .section_main h2 {
  color: #00A0E9;
  text-align: right;
  margin-bottom: 40px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main h2 {
    text-align: center;
  }
}
#comment .section_inner .section_main .section_body .com_items .com_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  position: relative;
  padding: 40px;
  border: solid 1px #FFF;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .section_body .com_items .com_item {
    flex-direction: column;
    margin-bottom: 40px;
    padding: 30px 20px;
  }
}
#comment .section_inner .section_main .section_body .com_items .com_item:last-of-type {
  margin-bottom: 0;
}
#comment .section_inner .section_main .section_body .com_items .com_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
#comment .section_inner .section_main .section_body .com_items .com_img {
  position: relative;
  width: 280px;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .section_body .com_items .com_img {
    max-width: 280px;
    width: 70%;
    margin: 0 auto 20px;
  }
}
#comment .section_inner .section_main .section_body .com_items .com_texts {
  position: relative;
  width: calc(100% - 310px);
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .section_body .com_items .com_texts {
    width: 100%;
  }
}
#comment .section_inner .section_main .section_body .com_items .com_texts .names {
  padding: 0.5em 0;
  border-top: solid 6px #00A0E9;
  border-bottom: solid 2px #00A0E9;
  display: flex;
  align-items: center;
  font-weight: 500;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .section_body .com_items .com_texts .names {
    padding: 0.8em 0;
  }
}
#comment .section_inner .section_main .section_body .com_items .com_texts .names .role {
  font-size: 1.1em;
}
#comment .section_inner .section_main .section_body .com_items .com_texts .names .role span {
  font-size: 0.8em;
}
#comment .section_inner .section_main .section_body .com_items .com_texts .names .name {
  font-size: 2em;
  margin-bottom: 0.2em;
}
#comment .section_inner .section_main .section_body .com_items .com_texts .com_body {
  margin-top: 20px;
}
#comment .section_inner .section_main .section_body .com_items .com_texts .com_body p {
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 0.5em;
}
#comment .section_inner .section_main .section_body .com_items .com_texts .com_body p:last-of-type {
  margin-bottom: 0;
}

.inst {
  background-image: url(img/bg1.jpg);
  background-size: 100%;
}

#intro .section_inner {
  padding: 120px 50px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner {
    padding: 80px 30px;
  }
}
#intro .section_inner .section_main {
  max-width: 900px;
  margin: 0 auto;
}
#intro .section_inner .section_main h2 {
  max-width: 400px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h2 {
    margin: 0 auto 60px;
  }
}
#intro .section_inner .section_main .section_body .head {
  margin-bottom: 40px;
}
#intro .section_inner .section_main .section_body .head .story1 {
  width: 80%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .section_body .head .story1 {
    width: 90%;
    margin: 0 auto 30px;
  }
}
#intro .section_inner .section_main .section_body .head .story2 {
  margin-bottom: 30px;
}
#intro .section_inner .section_main .section_body .text_body p {
  font-weight: 600;
  line-height: 2;
  margin-bottom: 20px;
  text-align: justify;
}
#intro .section_inner .section_main .section_body .text_body p:last-of-type {
  margin-bottom: 0;
}

#story .section_inner {
  background-color: #fff;
}
#story .section_inner .section_main {
  max-width: 1900px;
  margin: 0 auto;
  padding: 40px 70px;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    padding: 0;
  }
}
#story .section_inner .section_main .section_body {
  position: relative;
}
#story .section_inner .section_main .section_body .story_imgs {
  position: relative;
  width: 100%;
}
#story .section_inner .section_main .section_body .story_texts {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#story .section_inner .section_main .text_body {
  display: none;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .text_body {
    padding: 40px 20px 80px;
    display: block;
  }
}
#story .section_inner .section_main .text_body p {
  text-align: center;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .text_body p {
    line-height: 2.5;
  }
}
#story .section_inner .section_main .text_body .kawarini {
  max-width: 460px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .text_body .kawarini {
    margin: 20px auto;
    max-width: 240px;
  }
}/*# sourceMappingURL=style.css.map */