@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--------------------------*/
/*-------------------------------*/
/*-------------------------------*/
:root {
  /* iOSの下部セーフエリア込みの余白（対応外ブラウザは0になる） */
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --gap: 24px;
}

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

*:focus {
  outline: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  background-color: #014696;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

main {
  flex: 1;
  position: relative;
}

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

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

span.no-br {
  display: inline-block;
}

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

@media screen and (max-width: 768px) {
  span.no-br-sp {
    display: inline-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;
  }
}

.movie_outer {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav_sns {
  z-index: 1010;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  opacity: 0;
  transform: translateY(-5px);
  transition: 0.5s;
}
.nav_sns li a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
}
.nav_sns.active {
  transform: translateY(0px);
  opacity: 1;
}

.to_top {
  z-index: 1011;
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DA0A17;
  color: #014696;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(5px);
  opacity: 0;
  transition: 0.5s;
}
.to_top::after {
  content: "▲";
  font-size: 12px;
  transform: scaleY(0.5);
  margin-bottom: 4px;
}
.to_top.active {
  transform: translateY(0px);
  opacity: 1;
}

.loading {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFF;
}

.loading_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .loader {
    max-width: 240px;
  }
}

.fixed_bg {
  position: fixed;
  z-index: -10;
  background-image: url(../img/bg_w.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100lvh;
  width: 100%;
  background-color: #fff;
}
.fixed_bg.bg_saj {
  background-color: #058B36;
  background-image: none;
}
.fixed_bg.bg_saj .saj {
  mix-blend-mode: darken;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-image: url(../img/saj.jpg);
}

@keyframes noise {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 200px 200px;
  }
}
.noise_overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  background-image: url(../img/bg_l.png);
  background-repeat: repeat;
  background-size: 200px;
  animation: noise 2s steps(10) infinite;
  line-height: 0;
  opacity: 0.3;
  overflow: hidden;
}
.fixed_bgv {
  z-index: -10;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .fixed_bgv {
    display: none;
  }
}
.fixed_bgv video {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  -o-object-fit: cover;
     object-fit: cover;
}
.fixed_bgv .overlay-dot {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: radial-gradient(circle, rgba(237, 255, 134, 0.4) 0.5px, transparent 0.5px);
  background-position: 0 0;
  background-size: 7px 7px;
}

#footer {
  background-color: #fff;
  z-index: 2;
  position: relative;
  padding: 50px 50px 50px;
  color: #014696;
}
#footer a {
  color: #014696;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 40px 20px 60px;
  }
}
#footer ul.share-texts {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-bottom: 32px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #footer ul.share-texts {
    font-size: 12px;
  }
}
#footer ul.share-texts .icon-share {
  width: 14px;
}
#footer ul.share-texts a, #footer ul.share-texts #copy-button {
  cursor: pointer;
  transition: 0.1s;
}
#footer ul.share-texts a:hover, #footer ul.share-texts #copy-button:hover {
  opacity: 0.5;
}
#footer .wb_logo {
  width: 80px;
  margin: 0 auto 20px;
}
#footer ul.wb_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2em;
  margin: 0 auto 20px;
}
#footer ul.wb_sns li a {
  transition: 0.1s;
}
#footer ul.wb_sns li a:hover {
  opacity: 0.5;
}
#footer ul.wb_sns li a img {
  height: 36px;
  width: auto;
}
#footer ul.policies {
  display: flex;
  justify-content: center;
  gap: 1.4em;
  font-size: 14px;
  margin: 0 auto 20px;
  margin-left: -1em;
  font-weight: 900;
}
#footer .copyright-footer {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

#teaser_top {
  position: relative;
  margin-bottom: 80px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}
#teaser_top .main_img {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s, transform 3s;
  transform: scale(1.2);
}
#teaser_top .main_img.inview {
  opacity: 1;
  transform: scale(1);
}
#teaser_top .teaser_copy {
  position: absolute;
  width: 68.13%;
  top: 10.04%;
  left: 15.89%;
  opacity: 0;
  transition: 0.5s;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #teaser_top .teaser_copy {
    width: 73.93%;
    top: 11.15%;
    left: 12.53%;
  }
}
#teaser_top .teaser_copy.inview {
  transform: scale(1);
  opacity: 1;
}
#teaser_top .teaser_description {
  position: absolute;
  width: 27.81%;
  top: 69.44%;
  left: 35.99%;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #teaser_top .teaser_description {
    width: 41.6%;
    top: 78.66%;
    left: 28.8%;
  }
}
#teaser_top .teaser_description.inview {
  transform: translateY(0px);
  opacity: 1;
}
#teaser_top .teaser_title {
  position: absolute;
  width: 32.92%;
  top: 76.08%;
  left: 32.6%;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  #teaser_top .teaser_title {
    width: 49.07%;
    top: 83.82%;
    left: 24%;
  }
}
#teaser_top .teaser_title.inview {
  transform: translateY(0px);
  opacity: 1;
}
#teaser_top .teaser_release {
  position: absolute;
  width: 16.56%;
  top: 89.61%;
  left: 41.56%;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #teaser_top .teaser_release {
    width: 24.8%;
    top: 92.14%;
    left: 37.07%;
  }
}
#teaser_top .teaser_release.inview {
  transform: translateY(0px);
  opacity: 1;
}
#teaser_top .teaser_hash {
  position: absolute;
  width: 9.9%;
  top: 95.52%;
  left: 88.91%;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  #teaser_top .teaser_hash {
    width: 27.47%;
    top: 95.22%;
    left: 68.8%;
  }
}
#teaser_top .teaser_hash.inview {
  opacity: 1;
}

#teaser_trailer {
  margin: 0 auto 80px;
  position: relative;
  max-width: 960px;
  width: 100%;
}
#teaser_trailer .movie_outer {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  opacity: 1;
  transition: opacity 400ms ease;
  box-shadow: inset 0 0 10px rgb(0, 0, 0);
}
#teaser_trailer .movie_outer .movie_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
#teaser_trailer .movie_outer .movie_overlay::after {
  filter: drop-shadow(0px 0px 5px #000);
  content: "";
  position: absolute;
  background-image: url(../img/wb-asset/play-circle.svg);
  width: 100px;
  height: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #teaser_trailer .movie_outer .movie_overlay::after {
    width: 50px;
    height: 50px;
  }
}
#teaser_trailer .movie_outer .movie_overlay::before {
  content: "";
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#teaser_trailer .movie_outer .movie_overlay:hover::after {
  background-color: rgba(255, 255, 255, 0.32);
}
#teaser_trailer .movie_outer.is-playing .movie_overlay {
  opacity: 0;
}

#popup_trailer {
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #popup_trailer {
    padding: 0;
  }
}
#popup_trailer .trailer_main {
  z-index: 4;
  width: 100%;
  height: auto;
  max-height: 100vh;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#popup_trailer .trailer_main .youtube_outer {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
@media screen and (max-width: 768px) {
  #popup_trailer .trailer_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
    max-width: 100%;
  }
}
#popup_trailer .trailer_main .youtube_outer .movie_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
#popup_trailer .trailer_main .youtube_outer .movie_overlay::after {
  cursor: pointer;
  filter: drop-shadow(0px 0px 5px #000);
  content: "";
  position: absolute;
  background-image: url(../img/wb-asset/play-circle.svg);
  width: 100px;
  height: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #popup_trailer .trailer_main .youtube_outer .movie_overlay::after {
    width: 50px;
    height: 50px;
  }
}
#popup_trailer .trailer_main .youtube_outer .movie_overlay::before {
  content: "";
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#popup_trailer .trailer_main .youtube_outer .movie_overlay:hover::after {
  background-color: rgba(255, 255, 255, 0.32);
}
#popup_trailer .trailer_main .youtube_outer.is-playing .movie_overlay {
  opacity: 0;
}
#popup_trailer .trailer_main .youtube_outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#popup_trailer .overlay_trailer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  z-index: 1;
}
#popup_trailer .close_btn_trailer {
  position: fixed;
  cursor: pointer;
  z-index: 9998;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background-image: url(../img/btn_close.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #popup_trailer .close_btn_trailer {
    width: 40px;
    height: 40px;
  }
}
#popup_trailer .close_btn_trailer:hover {
  transform: scale(1.04);
}

#teaser_comment {
  padding: 0 50px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #teaser_comment {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
#teaser_comment .block {
  max-width: 1100px;
  margin: 0 auto 50px;
}
#teaser_comment .block:last-of-type {
  margin-bottom: 0;
}
#teaser_comment .block .names {
  text-align: center;
  margin: 0 auto;
}
#teaser_comment .block .names .role {
  display: flex;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
#teaser_comment .block .names .name {
  display: flex;
  justify-content: center;
}
#teaser_comment .block_inner {
  background-color: #fff;
  padding: 40px 50px 50px;
}
@media screen and (max-width: 768px) {
  #teaser_comment .block_inner {
    padding: 30px 20px 40px;
  }
}
#teaser_comment .block_inner p.sub_title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #DA0A17;
  margin-bottom: 0.5em;
}
#teaser_comment .block_inner p {
  line-height: 2em;
  font-weight: 900;
}
#teaser_comment .block_inner p .color-r {
  color: #DA0A17;
  font-size: 1.3em;
}
#teaser_comment .block_inner p .color-b {
  color: #014696;
  font-size: 1.3em;
}

.aka-maru, .ao-maru, .aka-batsu, .ao-batsu {
  color: #FFF;
  position: relative;
  width: 3em;
  height: 3em;
  font-size: 1.2em;
  display: inline-block;
  line-height: 3em;
  text-align: center;
  font-weight: 900;
}

.aka-maru:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #DA0A17;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aka-maru:after {
  content: "";
  background-color: #014696;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ao-maru:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #014696;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ao-maru:after {
  content: "";
  background-color: #DA0A17;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aka-batsu:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #DA0A17;
  clip-path: polygon(0 0, 100% 100%, 100% 0, 0 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aka-batsu:after {
  content: "";
  background-color: #014696;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ao-batsu:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #014696;
  clip-path: polygon(0 0, 100% 100%, 100% 0, 0 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ao-batsu:after {
  content: "";
  background-color: #DA0A17;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.color-r {
  color: #DA0A17;
}

.color-b {
  color: #014696;
}/*# sourceMappingURL=style.css.map */