@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Open+Sans:wght@300;400;500;700&display=swap");
/* reset
------------------------------------------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
  display: block;
}

picture {
  display: inline-block;
}

body {
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFF;
}
@media (max-width: 850px) {
  body {
    overflow-x: hidden;
  }
}

.wrapper {
  overflow-x: hidden;
}

p {
  line-height: 1.8;
}

ol, ul, menu, nav {
  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;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=reset],
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button {
  display: block;
}

button, input[type=reset], input[type=submit] {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #FFF;
}

button, a, span, div, li {
  -webkit-tap-highlight-color: transparent;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  width: 100%;
}

.sp {
  display: none !important;
}

@media (max-width: 850px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body {
  overflow-x: hidden;
  position: relative;
  background: #000;
}

.cont_inner {
  width: 78.6%;
  max-width: 1310px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1350px) {
  .cont_inner {
    width: 90%;
  }
}
@media (max-width: 850px) {
  .cont_inner {
    width: 94%;
  }
}

/* スクロールバーの全体 */
.c-scrollbar {
  position: fixed !important;
  right: 10px;
  top: 0;
  height: 100vh;
  width: 4px;
  background: transparent !important;
  z-index: 9999;
  pointer-events: none;
}

.c-scrollbar_thumb {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  border-radius: 4px;
}

[data-scroll-container] {
  overflow: visible !important;
}

.ttl_w {
  position: relative;
}

.font_w {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.1s 0s ease;
  transition: all 0.1s 0s ease;
}

.active_02 .font_w {
  opacity: 0;
}

video {
  display: none;
}

.scroll_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-content {
  max-width: 1080px;
  width: 90%;
  margin: auto;
  position: relative;
}

.video-wrapper {
  position: relative;
  max-height: 80vh;
  aspect-ratio: 16/9;
  margin: 0 auto;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 45px;
}
.modal-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.fixed {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.splash {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  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;
  background: #fff;
}
@media (max-width: 850px) {
  .splash {
    opacity: 0;
  }
  .splash.active {
    opacity: 1;
  }
}
.splash__logo {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
}
.splash__logo img {
  -webkit-transition: 4s all ease;
  transition: 4s all ease;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.splash__logo.active {
  opacity: 1;
}
.splash__logo.active img {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.splash__logo-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/splash/mask3.png) repeat-y;
  background-size: 100% 4%;
  width: 800px;
  height: 100%;
  -webkit-transform: rotate(0deg) translate(-70%, -50%) skewX(-20deg);
          transform: rotate(0deg) translate(-70%, -50%) skewX(-20deg);
  z-index: 1000;
}
.splash__logo-mask.active {
  opacity: 0.3;
  background-size: 50% 4%;
  -webkit-transition: 2.4s all ease;
  transition: 2.4s all ease;
  -webkit-transform: rotate(0deg) translate(50%, -50%) skewX(-20deg);
          transform: rotate(0deg) translate(50%, -50%) skewX(-20deg);
}
.splash__content {
  height: 80vh;
  max-height: 780px;
  width: 300px;
  position: relative;
}
@media (max-height: 900px) {
  .splash__content {
    width: 30vh;
  }
}
@media (max-width: 850px) {
  .splash__content {
    height: 60vh;
    width: calc(100% - 240px);
  }
}
.splash__txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.splash__txt-wrap.hide {
  display: none;
}
.splash__txt {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.splash__txt img {
  display: block;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translate(-70px, 50px);
          transform: translate(-70px, 50px);
}
.splash__txt img.stop {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}
.splash__txt img.out {
  -webkit-transition: 1.2s all cubic-bezier(0.83, 0, 1, 0.54);
  transition: 1.2s all cubic-bezier(0.83, 0, 1, 0.54);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translate(70px, -50px);
          transform: translate(70px, -50px);
  opacity: 0;
}
.splash__txt img.active {
  -webkit-transition: 2s all cubic-bezier(0.07, 0.65, 0.54, 1.02);
  transition: 2s all cubic-bezier(0.07, 0.65, 0.54, 1.02);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}
.splash__txt--01 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
  z-index: 200;
}
@media (max-width: 850px) {
  .splash__txt--01 img.t0101 {
    width: 41px !important;
    height: auto;
  }
  .splash__txt--01 img.t0102 {
    width: 6px !important;
    height: auto;
  }
  .splash__txt--01 img.t0103 {
    width: 19px !important;
    height: auto;
  }
  .splash__txt--01 img.t0104 {
    width: 28px !important;
    height: auto;
  }
  .splash__txt--01 img.t0105 {
    width: 44px !important;
    height: auto;
  }
  .splash__txt--01 img.t0106 {
    width: 36px !important;
    height: auto;
  }
}
.splash__txt--02 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  position: relative;
}
@media (max-width: 850px) {
  .splash__txt--02 img.t0201 {
    width: 52px !important;
    height: auto;
  }
  .splash__txt--02 img.t0202 {
    width: 43px !important;
    height: auto;
  }
  .splash__txt--02 img.t0203 {
    width: 46px !important;
    height: auto;
  }
  .splash__txt--02 img.t0204 {
    width: 45px !important;
    height: auto;
  }
}
.splash__mask-01 {
  opacity: 1;
  position: absolute;
  background: url(../images/splash/mask2.png) repeat-y;
  background-size: 100%;
  width: 500px;
  height: 780px;
}
@media (max-height: 900px) {
  .splash__mask-01 {
    width: 440px;
  }
}
@media (max-width: 850px) {
  .splash__mask-01 {
    width: 500px;
  }
}
.splash__mask-01 {
  left: 0%;
  top: 0;
  z-index: 300;
  -webkit-transform: rotate(10deg) translateX(20%);
          transform: rotate(10deg) translateX(20%);
}
@media (max-width: 850px) {
  .splash__mask-01 {
    -webkit-transform: rotate(10deg) translateX(-5%);
            transform: rotate(10deg) translateX(-5%);
  }
}
.splash__mask-01.active {
  background-size: 50%;
  opacity: 1;
  -webkit-transition: 4s all ease;
  transition: 4s all ease;
  -webkit-transform: rotate(10deg) translateX(60%);
          transform: rotate(10deg) translateX(60%);
}
@media (max-width: 850px) {
  .splash__mask-01.active {
    -webkit-transform: rotate(10deg) translateX(55%);
            transform: rotate(10deg) translateX(55%);
  }
}
.splash__mask-01.stop {
  opacity: 0;
  background-size: 50%;
  top: -10%;
  -webkit-transform: rotate(0deg) translateX(60%);
          transform: rotate(0deg) translateX(60%);
}
.splash__mask-01.out {
  opacity: 1;
  background-size: 100%;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  top: -10%;
  -webkit-transform: rotate(-6deg) translateX(40%);
          transform: rotate(-6deg) translateX(40%);
}
@media (max-width: 850px) {
  .splash__mask-01.out {
    -webkit-transform: rotate(-10deg) translateX(30%);
            transform: rotate(-10deg) translateX(30%);
  }
}
.splash__mask-02 {
  opacity: 1;
  position: absolute;
  background: url(../images/splash/mask2.png) repeat-y;
  background-size: 100%;
  width: 500px;
  height: 780px;
}
@media (max-height: 900px) {
  .splash__mask-02 {
    width: 440px;
  }
}
@media (max-width: 850px) {
  .splash__mask-02 {
    width: 450px;
  }
}
.splash__mask-02 {
  top: 20%;
  left: 0%;
  z-index: 30;
  -webkit-transform: rotate(8deg) translateX(-15%);
          transform: rotate(8deg) translateX(-15%);
}
@media (max-width: 850px) {
  .splash__mask-02 {
    -webkit-transform: rotate(8deg) translateX(-20%);
            transform: rotate(8deg) translateX(-20%);
  }
}
.splash__mask-02.active {
  background-size: 50%;
  opacity: 1;
  -webkit-transition: 4s all ease;
  transition: 4s all ease;
  -webkit-transform: rotate(8deg) translateX(35%);
          transform: rotate(8deg) translateX(35%);
}
@media (max-width: 850px) {
  .splash__mask-02.active {
    -webkit-transform: rotate(8deg) translateX(30%);
            transform: rotate(8deg) translateX(30%);
  }
}
.splash__mask-02.stop {
  opacity: 0;
  background-size: 50%;
  top: -10%;
  -webkit-transform: rotate(0deg) translateX(30%);
          transform: rotate(0deg) translateX(30%);
}
@media (max-width: 850px) {
  .splash__mask-02.stop {
    -webkit-transform: rotate(0deg) translateX(50%);
            transform: rotate(0deg) translateX(50%);
  }
}
.splash__mask-02.out {
  opacity: 1;
  background-size: 100%;
  -webkit-transition: 1s all cubic-bezier(0.13, 0.63, 0.71, 0.49);
  transition: 1s all cubic-bezier(0.13, 0.63, 0.71, 0.49);
  top: 0%;
  -webkit-transform: rotate(-10deg) translateX(10%);
          transform: rotate(-10deg) translateX(10%);
}
@media (max-width: 850px) {
  .splash__mask-02.out {
    -webkit-transform: rotate(0deg) translateX(0%);
            transform: rotate(0deg) translateX(0%);
  }
}

.sec_01 {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
}
@media (max-width: 850px) {
  .sec_01 {
    height: calc(var(--vh, 1vh) * 200);
  }
}
.sec_01 .sec01_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec_01 .sec01_txt_01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 16.4%;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.sec_01 .sec01_txt_01.active {
  opacity: 1;
}
@media (max-width: 850px) {
  .sec_01 .sec01_txt_01 {
    width: auto;
    height: calc(var(--vh, 1vh) * 100);
  }
  .sec_01 .sec01_txt_01 img {
    width: auto;
    height: 100%;
  }
  .sec_01 .sec01_txt_01.hide {
    opacity: 0;
  }
}
.sec_01 .sec01_txt_02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 20.52%;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.sec_01 .sec01_txt_02.active {
  opacity: 1;
}
@media (max-width: 850px) {
  .sec_01 .sec01_txt_02 {
    top: 0;
    width: auto;
    height: calc(var(--vh, 1vh) * 100);
  }
  .sec_01 .sec01_txt_02 img {
    width: auto;
    height: 100%;
  }
  .sec_01 .sec01_txt_02.hide {
    opacity: 0;
  }
}
.sec_01 .sec01_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
@media (max-width: 850px) {
  .sec_01 .sec01_logo {
    top: 25%;
    width: 40%;
  }
}
.sec_01 .sec01_logo .sec01_logo_inner_01 {
  display: block;
  overflow: hidden;
  position: relative;
  width: 20vw;
  height: 0;
  padding: 60% 0 0;
}
@media (max-width: 850px) {
  .sec_01 .sec01_logo .sec01_logo_inner_01 {
    width: 40vw;
  }
}
.sec_01 .sec01_logo .sec01_logo_inner_02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: circle(0% at left bottom);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sec_01 .sec01_logo img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20vw;
}
@media (max-width: 850px) {
  .sec_01 .sec01_logo img {
    width: 40vw;
  }
}
.sec_01 .sec01_logo.active {
  opacity: 1;
}
.sec_01 .sec01_logo.active .sec01_logo_inner_02 {
  clip-path: circle(200% at left bottom);
}
.sec_01 .sec01_logo.hide {
  opacity: 0;
}
@media (max-width: 850px) {
  .sec_01 .sec01_logo.hide {
    opacity: 1;
  }
}
.sec_01 .sec01_logo.hide .sec01_logo_inner_02 {
  clip-path: circle(0% at right top);
}
@media (max-width: 850px) {
  .sec_01 .sec01_logo.hide .sec01_logo_inner_02 {
    clip-path: circle(200% at left bottom);
  }
}
.sec_01 .sec_01_cont {
  position: relative;
  top: 100%;
  width: 32.28%;
  margin: 0 auto;
  z-index: 5;
}
@media (max-width: 1100px) {
  .sec_01 .sec_01_cont {
    width: 40%;
  }
}
@media (max-width: 850px) {
  .sec_01 .sec_01_cont {
    top: calc(var(--vh, 1vh) * 130);
    width: 75.8691206544%;
  }
}
.sec_01 .sec_01_cont .sec_01_cont_txt {
  width: 91.9454770756%;
  padding: 0 0 15%;
}
@media (max-width: 850px) {
  .sec_01 .sec_01_cont .sec_01_cont_txt {
    width: 100%;
    padding: 0;
  }
}
.sec_01 .sec_01_cont .sec_01_cont_txt p {
  margin: 0 0 4%;
}
@media (max-width: 850px) {
  .sec_01 .sec_01_cont .sec_01_cont_txt p {
    margin: 0 0 1.7%;
  }
}
.sec_01 .sec_01_cont .sec_01_cont_txt p:nth-child(1) {
  width: 56.6037735849%;
}
.sec_01 .sec_01_cont .sec_01_cont_txt p:nth-child(2) {
  width: 53.2345013477%;
}
.sec_01 .sec_01_cont .sec_01_cont_txt p:nth-child(3) {
  width: 59.9730458221%;
}
.sec_01 .sec_01_cont .sec_01_cont_txt p:nth-child(4) {
  width: 48.5175202156%;
}
.sec_01 .sec_01_cont .sec_01_cont_txt p:nth-child(5) {
  width: 56.6037735849%;
}
.sec_01 .sec_01_cont .sec_01_cont_txt p:nth-child(6) {
  width: 66.0377358491%;
}
.sec_01 .sec_01_cont .sec_01_cont_txt p:nth-child(7) {
  width: 62.8032345013%;
}
.sec_01 .sec_01_cont .sec_01_cont_txt p:nth-child(8) {
  width: 64.0161725067%;
}
.sec_01 .sec_01_cont .sec_01_cont_txt p:nth-child(9) {
  width: 60.6469002695%;
}
.sec_01 .sec_01_cont .sec_01_cont_txt p:nth-child(10) {
  width: 78.8409703504%;
}
.sec_01 .sec_01_cont .sec_01_cont_txt p:nth-child(11) {
  width: 100%;
}
.sec_01 .sec_01_cont h2 {
  width: 60%;
}
@media (max-width: 850px) {
  .sec_01 .sec_01_cont h2 {
    display: none;
  }
}
.sec_01 .sec_01_bg_01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/top/sec01_bg_01.jpg") no-repeat top center;
  background-size: cover;
}
@media (max-width: 850px) {
  .sec_01 .sec_01_bg_01 {
    position: fixed;
    top: 0;
    left: 0;
    background: url("../images/top/sec01_bg_sp.jpg") no-repeat center center;
    background-size: cover;
    height: calc(var(--vh, 1vh) * 100);
  }
  .sec_01 .sec_01_bg_01.hide {
    display: none;
  }
}
.sec_01 .sec_01_bg_02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/top/sec01_bg_02.jpg") no-repeat top center;
  background-size: cover;
  opacity: 1;
  display: none;
}
.sec_01 .sec_01_bg_02.hide {
  opacity: 0;
}
@media (max-width: 850px) {
  .sec_01 .sec_01_bg_02 {
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    display: block;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .sec_01 .sec_01_bg_02.hide {
    opacity: 1;
  }
}

.sec_02 {
  padding: 13% 0 45%;
  background: url("../images/top/sec02_bg.jpg") no-repeat top center;
  background-size: cover;
  position: relative;
  isolation: isolate;
}
@media (max-width: 850px) {
  .sec_02 {
    padding: 25% 0 45%;
  }
}
.sec_02 .cont_inner:nth-child(1) {
  position: relative;
  z-index: 2;
}
.sec_02 .sec_02_bnr_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.sec_02 .sec_02_bnr_02.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.sec_02 .sec_02_bnr_02.sec_02_bnr_02_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 850px) {
  .sec_02 .sec_02_bnr_02.sec_02_bnr_02_center p {
    width: 80%;
  }
}
.sec_02 .sec_02_bnr_02 p {
  width: 46.4122137405%;
  margin: 0 0 6%;
}
@media (max-width: 850px) {
  .sec_02 .sec_02_bnr_02 p {
    width: 46.8176914779%;
  }
}
.sec_02 .sec_02_bnr_02 p a {
  display: block;
  position: relative;
  overflow: hidden;
}
.sec_02 .sec_02_bnr_02 p a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec_02 .sec_02_bnr_02 p a img {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.sec_02 .sec02_ttl_movie {
  margin: 0 auto 9%;
  padding: 10% 0 0;
  width: 53.56vw;
}
@media (max-width: 850px) {
  .sec_02 .sec02_ttl_movie {
    padding: 20% 0 0;
    width: 72.0408163265vw;
  }
}
.sec_02 .sec02_ttl_movie .ttl_inner {
  width: 0;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.sec_02 .sec02_ttl_movie.active .ttl_inner {
  width: 53.56vw;
}
@media (max-width: 850px) {
  .sec_02 .sec02_ttl_movie.active .ttl_inner {
    width: 72.0408163265vw;
  }
}
.sec_02 .sec02_ttl_movie img {
  width: 53.56vw;
}
@media (max-width: 850px) {
  .sec_02 .sec02_ttl_movie img {
    width: 72.0408163265vw;
  }
}
.sec_02 .movie_inner_01 {
  width: 77.4554707379%;
  margin: 0 auto 13%;
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.sec_02 .movie_inner_01.disabled {
  pointer-events: none !important;
}
.sec_02 .movie_inner_01.disabled * {
  pointer-events: none !important;
}
@media (max-width: 850px) {
  .sec_02 .movie_inner_01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec_02 .movie_inner_01 .movie_inner_01_img {
    width: 92.3408845739%;
  }
}
.sec_02 .movie_inner_01 .movie_inner_01_img {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.sec_02 .movie_inner_01 .movie_inner_01_img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec_02 .movie_inner_01 .movie_inner_01_img img {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.sec_02 .movie_inner_01 .movie_inner_01_txt {
  position: absolute;
  top: 0;
  right: -6.3074901445%;
  width: 6.3074901445%;
  margin: 0 -4% 0 0;
}
@media (max-width: 850px) {
  .sec_02 .movie_inner_01 .movie_inner_01_txt {
    position: relative;
    right: auto;
    width: 4.4228694714%;
    margin: 0;
  }
}
.sec_02 .movie_inner_01 .movie_inner_01_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16.6885676741%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 850px) {
  .sec_02 .movie_inner_01 .movie_inner_01_play {
    left: 37.7562028047%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.sec_02 .movie_inner_01.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.sec_02 .movie_inner_01.active .movie_inner_01_img {
  cursor: pointer;
  pointer-events: all;
}
.sec_02 .movie_inner_02 {
  width: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  overflow: visible;
}
@media (max-width: 850px) {
  .sec_02 .movie_inner_02 {
    width: 100vw;
    margin: 0 0 0 -3vw;
    padding: 0 0 8% 3vw;
    overflow: hidden;
  }
  .sec_02 .movie_inner_02 .swiper-scrollbar {
    height: 4px;
    background: #eee;
    width: 48%;
    left: 3vw;
  }
  .sec_02 .movie_inner_02 .swiper-scrollbar-drag {
    background: #bf151b;
    border-radius: 2px;
  }
}
.sec_02 .movie_inner_02 .movie_inner_02_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 850px) {
  .sec_02 .movie_inner_02 .movie_inner_02_scroll {
    width: 100%;
    padding: 0 10% 0 0;
  }
}
.sec_02 .movie_inner_02 .movie_inner_02_block {
  width: 45.0381679389%;
  position: relative;
}
@media (max-width: 850px) {
  .sec_02 .movie_inner_02 .movie_inner_02_block {
    width: 54vw;
    margin: 0 11% 0 0;
  }
}
.sec_02 .movie_inner_02 .movie_inner_02_txt {
  position: absolute;
  top: 0;
  margin: 0 -3% 0 0;
  right: -7.1186440678%;
  width: 7.1186440678%;
}
.sec_02 .movie_inner_02.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.sec_02 .movie_inner_02 .movie_inner_02_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16.6885676741%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 850px) {
  .sec_02 .movie_inner_02 .movie_inner_02_play {
    left: 37.7562028047%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.sec_02 .movie_inner_02 #openModal, .sec_02 .movie_inner_02 #openModal02, .sec_02 .movie_inner_02 #openModal03 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sec_02 .movie_inner_02 #openModal:hover img, .sec_02 .movie_inner_02 #openModal02:hover img, .sec_02 .movie_inner_02 #openModal03:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec_02 .movie_inner_02 #openModal img, .sec_02 .movie_inner_02 #openModal02 img, .sec_02 .movie_inner_02 #openModal03 img {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.sec_02 .sec_02_subbg {
  position: absolute;
  top: 11%;
  left: 0;
  width: 100%;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (max-width: 850px) {
  .sec_02 .sec_02_subbg {
    will-change: transform;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.sec_02 .sec_02_subbg.active {
  opacity: 1;
}
.sec_02 .cast {
  position: relative;
}
.sec_02 .cast .sec02_ttl_cast {
  width: 28.96vw;
  margin: 15% auto 0;
}
@media (max-width: 850px) {
  .sec_02 .cast .sec02_ttl_cast {
    width: 36.1224489796vw;
    margin: 33% auto 0;
  }
}
.sec_02 .cast .sec02_ttl_cast .ttl_inner {
  width: 0;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.sec_02 .cast .sec02_ttl_cast.active .ttl_inner {
  width: 28.96vw;
}
@media (max-width: 850px) {
  .sec_02 .cast .sec02_ttl_cast.active .ttl_inner {
    width: 36.1224489796vw;
  }
}
.sec_02 .cast .sec02_ttl_cast img {
  width: 28.96vw;
}
@media (max-width: 850px) {
  .sec_02 .cast .sec02_ttl_cast img {
    width: 36.1224489796vw;
  }
}
.sec_02 .cast .cast_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8% 0 0;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
@media (max-width: 850px) {
  .sec_02 .cast .cast_list {
    display: block;
    margin: 12% 0 0;
  }
}
.sec_02 .cast .cast_list.single_column {
  display: block;
  width: 100%;
}
.sec_02 .cast .cast_list.single_column .cast_block {
  width: 100%;
}
.sec_02 .cast .cast_list.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.sec_02 .cast .cast_list .cast_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 46.8193384224%;
}
@media (max-width: 850px) {
  .sec_02 .cast .cast_list .cast_block {
    width: 100%;
    margin: 0 0 13%;
  }
}
.sec_02 .cast .cast_list .cast_block .cast_img {
  width: 45.3260869565%;
}
@media (max-width: 1475px) {
  .sec_02 .cast .cast_list .cast_block .cast_img {
    width: 35%;
  }
}
@media (max-width: 850px) {
  .sec_02 .cast .cast_list .cast_block .cast_img {
    width: 34.9514563107%;
  }
}
.sec_02 .cast .cast_list .cast_block .cast_txt {
  width: 49.4565217391%;
}
@media (max-width: 1475px) {
  .sec_02 .cast .cast_list .cast_block .cast_txt {
    width: 58%;
  }
}
@media (max-width: 850px) {
  .sec_02 .cast .cast_list .cast_block .cast_txt {
    width: 60.4099244876%;
  }
}
.sec_02 .cast .cast_list .cast_block .cast_txt .cast_txt_01 {
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 850px) {
  .sec_02 .cast .cast_list .cast_block .cast_txt .cast_txt_01 {
    font-size: 10px;
  }
}
.sec_02 .cast .cast_list .cast_block .cast_txt .cast_txt_02 {
  font-size: 28px;
  line-height: 1;
  margin: 4% 0 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 1475px) {
  .sec_02 .cast .cast_list .cast_block .cast_txt .cast_txt_02 {
    font-size: 24px;
  }
}
@media (max-width: 1050px) {
  .sec_02 .cast .cast_list .cast_block .cast_txt .cast_txt_02 {
    display: block;
    line-height: 1.3;
  }
}
@media (max-width: 850px) {
  .sec_02 .cast .cast_list .cast_block .cast_txt .cast_txt_02 {
    font-size: 24px;
  }
}
.sec_02 .cast .cast_list .cast_block .cast_txt .cast_txt_02 span {
  font-size: 14px;
}
@media (max-width: 1050px) {
  .sec_02 .cast .cast_list .cast_block .cast_txt .cast_txt_02 span {
    display: block;
  }
}
@media (max-width: 850px) {
  .sec_02 .cast .cast_list .cast_block .cast_txt .cast_txt_02 span {
    font-size: 11px;
  }
}
.sec_02 .cast .cast_list .cast_block .cast_txt .cast_txt_03 {
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 850px) {
  .sec_02 .cast .cast_list .cast_block .cast_txt .cast_txt_03 {
    font-size: 12px;
  }
}
.sec_02 .cast .sec_02_subbg_02 {
  position: absolute;
  top: -174%;
  left: 1%;
  width: 185%;
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (max-width: 850px) {
  .sec_02 .cast .sec_02_subbg_02 {
    will-change: transform;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.sec_02 .cast .sec_02_subbg_02.active {
  opacity: 1;
}
.sec_02 .cast .sec_02_subbg_02 img {
  width: 100%;
}

a.scaleHover {
  display: block;
  position: relative;
  overflow: hidden;
}
a.scaleHover:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
a.scaleHover img {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.sec_03 {
  background: url("../images/top/sec03_bg.png") no-repeat top center;
  background-size: cover;
  position: relative;
  padding: 28% 0 14%;
  margin: -50% 0 0;
}
@media (max-width: 850px) {
  .sec_03 {
    padding: 28% 0 23%;
    margin: -60% 0 0;
  }
}
.sec_03 .sec03_ttl_contents {
  width: 59.68vw;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .sec_03 .sec03_ttl_contents {
    width: 74.693877551vw;
  }
}
.sec_03 .sec03_ttl_contents .ttl_inner {
  width: 0;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.sec_03 .sec03_ttl_contents.active .ttl_inner {
  width: 59.68vw;
}
@media (max-width: 850px) {
  .sec_03 .sec03_ttl_contents.active .ttl_inner {
    width: 74.693877551vw;
  }
}
.sec_03 .sec03_ttl_contents img {
  width: 59.68vw;
}
@media (max-width: 850px) {
  .sec_03 .sec03_ttl_contents img {
    width: 74.693877551vw;
  }
}
.sec_03 .sec_03_bnr_01 {
  margin: 9% 0 8%;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_03 .sec_03_bnr_01 p {
  width: 49%;
  overflow: hidden;
}
.sec_03 .sec_03_bnr_01 p a {
  display: block;
}
@media (max-width: 850px) {
  .sec_03 .sec_03_bnr_01 {
    margin: 15% 0 8%;
    display: block;
  }
  .sec_03 .sec_03_bnr_01 p {
    width: 100%;
  }
  .sec_03 .sec_03_bnr_01 p + p {
    margin-top: 10%;
  }
}
.sec_03 .sec_03_bnr_01.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.sec_03 .sec_03_bnr_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .sec_03 .sec_03_bnr_02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
  }
}
.sec_03 .sec_03_bnr_02.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.sec_03 .sec_03_bnr_02 p {
  width: 46.4122137405%;
  margin: 0 0 6%;
}
@media (max-width: 850px) {
  .sec_03 .sec_03_bnr_02 p {
    width: 46.8176914779%;
  }
}
.sec_03 .sec_03_bnr_02 p a {
  display: block;
  position: relative;
  overflow: hidden;
}
.sec_03 .sec_03_bnr_02 p a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec_03 .sec_03_bnr_02 p a img {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.sec_03 .sec_03_subbg {
  position: absolute;
  top: 0;
  right: 0;
  width: 56%;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  z-index: 0;
}
@media (max-width: 850px) {
  .sec_03 .sec_03_subbg {
    will-change: transform;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.sec_03 .sec_03_subbg.active {
  opacity: 1;
}

footer {
  background: #000;
  padding: 7% 0;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (max-width: 850px) {
  footer {
    padding: 17% 0;
  }
}
footer .footer_logo {
  width: 18.16%;
  margin: 0 auto 4%;
}
@media (max-width: 850px) {
  footer .footer_logo {
    width: 34.1513292434%;
    margin: 0 auto 11%;
  }
}
footer ul {
  display: inline-block;
  text-align: left;
}
footer ul li {
  margin: 0 0 1%;
  font-size: 14px;
}
@media (max-width: 850px) {
  footer ul li {
    font-size: 10px;
  }
}
footer .footer_copyright {
  font-size: 14px;
  margin: 4% 0 0;
}
@media (max-width: 850px) {
  footer .footer_copyright {
    font-size: 10px;
    margin: 11% 0 0;
  }
}
/*# sourceMappingURL=styles.css.map */