@charset "UTF-8";
/*! Writen  by SCSS */
/*下層ページ最初のセクション上部余白を統一する際は使用してみて下さい*/
.section_cont {
  padding: 100px 0; }
  .section_cont.first_sec {
    padding-top: 80px; }

.inner_main {
  position: relative;
  /*以降は適宜書き換えて下さい	*/
  padding: 200px 20px;
  background: #333; }
  .inner_main .main_ttl {
    text-align: center;
    font-size: clamp(30px, 3.334vw, 40px);
    color: #FFF; }

.p_ttl {
  font-size: clamp(28px, calc(100vw / 12), 100px);
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0.6em; }
  @media screen and (max-width: 480px) {
    .p_ttl {
      font-size: calc(38vw / 3.9); } }

.sec_ttl_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 30px; }

.sec_ttl_en {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(20px, calc(66vw / 12), 66px);
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0.6em; }
  @media screen and (max-width: 480px) {
    .sec_ttl_en {
      font-size: calc(32vw / 3.9); } }
  .sec_ttl_en.opa {
    color: #fff; }
  .sec_ttl_en.shadow {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8), 0px 0px 1px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8);
    color: #d9d9d9;
    color: #f2f2f2; }
  .sec_ttl_en.shadow1 {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8); }

.sec_main {
  font-size: clamp(16px, calc(24vw / 12), 24px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 1.3em;
  font-weight: 700; }
  .sec_main .l3 {
    font-size: 150%; }
  @media screen and (max-width: 480px) {
    .sec_main {
      font-size: calc(20vw / 3.9);
      letter-spacing: 0.1em;
      margin-bottom: 0.8em;
      line-height: 1.4;
      font-weight: 600; } }

.sec_read {
  font-size: clamp(12px, calc(18vw / 12), 18px);
  line-height: 2.8;
  letter-spacing: 0.05em;
  margin-bottom: 1.8em;
  font-weight: 600; }
  @media screen and (max-width: 480px) {
    .sec_read {
      font-size: calc(14vw / 3.9);
      line-height: 2;
      letter-spacing: 0.02em;
      line-height: 2.2;
      font-weight: 500; } }

.sec_text {
  font-size: clamp(12px, calc(16vw / 12), 16px);
  line-height: 2.2;
  letter-spacing: 0.05;
  font-weight: 600; }
  @media screen and (max-width: 480px) {
    .sec_text {
      font-size: calc(12vw / 3.9); } }

.sec_ttl {
  font-size: clamp(20px, 2.5vw, 30px);
  text-align: center; }

.read {
  font-size: clamp(12px, 1.167vw, 14px); }

.main_wrap {
  position: relative;
  background: #000;
  z-index: 50; }
  .main_wrap .main_bg {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; }
    @media screen and (max-width: 768px) {
      .main_wrap .main_bg {
        height: calc(100svh - 50px); } }
    .main_wrap .main_bg.end {
      top: auto;
      bottom: 0;
      position: absolute; }
    .main_wrap .main_bg figure {
      height: 100%; }
    .main_wrap .main_bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .main_wrap .main {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 20px; }
    @media screen and (max-width: 768px) {
      .main_wrap .main {
        height: calc(100svh - 50px);
        padding: 20px; } }
    .main_wrap .main .main_ttl {
      color: rgba(255, 255, 255, 0.7);
      font-size: clamp(30px, calc(178vw / 16), 178px);
      line-height: 1;
      letter-spacing: 0; }
      @media screen and (max-width: 480px) {
        .main_wrap .main .main_ttl {
          font-size: calc(60vw / 3.9); } }

.bg_box {
  position: relative;
  z-index: 10; }
  .bg_box .bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; }
    .bg_box .bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media screen and (max-width: 768px) {
      .bg_box .bg {
        height: calc(100svh - 50px); } }
  .bg_box.bg_fix .bg {
    position: fixed; }
  .bg_box.bg_fix_end .bg {
    position: absolute;
    top: auto;
    bottom: 0; }

.mtxt span.tx {
  display: inline-block;
  transform: scale(1.4);
  opacity: 0; }
  .mtxt span.tx .tk {
    transform: scale(1);
    opacity: 1; }
  .mtxt span.tx:nth-child(1) {
    transition: all 0.5s ease-out 0.1s; }
  .mtxt span.tx:nth-child(2) {
    transition: all 0.5s ease-out 0.2s; }
  .mtxt span.tx:nth-child(3) {
    transition: all 0.5s ease-out 0.3s; }
  .mtxt span.tx:nth-child(4) {
    transition: all 0.5s ease-out 0.4s; }
  .mtxt span.tx:nth-child(5) {
    transition: all 0.5s ease-out 0.5s; }
  .mtxt span.tx:nth-child(6) {
    transition: all 0.5s ease-out 0.6s; }
  .mtxt span.tx:nth-child(7) {
    transition: all 0.5s ease-out 0.7s; }
  .mtxt span.tx:nth-child(8) {
    transition: all 0.5s ease-out 0.8s; }
  .mtxt span.tx:nth-child(9) {
    transition: all 0.5s ease-out 0.9s; }
  .mtxt span.tx:nth-child(10) {
    transition: all 0.5s ease-out 1s; }
  .mtxt span.tx:nth-child(11) {
    transition: all 0.5s ease-out 1.1s; }
  .mtxt span.tx:nth-child(12) {
    transition: all 0.5s ease-out 1.2s; }
  .mtxt span.tx:nth-child(13) {
    transition: all 0.5s ease-out 1.3s; }
  .mtxt span.tx:nth-child(14) {
    transition: all 0.5s ease-out 1.4s; }
  .mtxt span.tx:nth-child(15) {
    transition: all 0.5s ease-out 1.5s; }
  .mtxt span.tx:nth-child(16) {
    transition: all 0.5s ease-out 1.6s; }
  .mtxt span.tx:nth-child(17) {
    transition: all 0.5s ease-out 1.7s; }
  .mtxt span.tx:nth-child(18) {
    transition: all 0.5s ease-out 1.8s; }
.mtxt.p-view span {
  transform: scale(1);
  opacity: 1; }

.sec_ttl_en span.tx {
  display: inline-block;
  transform: scale(1.4);
  opacity: 0; }
  .sec_ttl_en span.tx .tk {
    transform: scale(1);
    opacity: 1; }
  .sec_ttl_en span.tx:nth-child(1) {
    transition: all 0.5s ease-out 0.1s; }
  .sec_ttl_en span.tx:nth-child(2) {
    transition: all 0.5s ease-out 0.2s; }
  .sec_ttl_en span.tx:nth-child(3) {
    transition: all 0.5s ease-out 0.3s; }
  .sec_ttl_en span.tx:nth-child(4) {
    transition: all 0.5s ease-out 0.4s; }
  .sec_ttl_en span.tx:nth-child(5) {
    transition: all 0.5s ease-out 0.5s; }
  .sec_ttl_en span.tx:nth-child(6) {
    transition: all 0.5s ease-out 0.6s; }
  .sec_ttl_en span.tx:nth-child(7) {
    transition: all 0.5s ease-out 0.7s; }
  .sec_ttl_en span.tx:nth-child(8) {
    transition: all 0.5s ease-out 0.8s; }
  .sec_ttl_en span.tx:nth-child(9) {
    transition: all 0.5s ease-out 0.9s; }
  .sec_ttl_en span.tx:nth-child(10) {
    transition: all 0.5s ease-out 1s; }
  .sec_ttl_en span.tx:nth-child(11) {
    transition: all 0.5s ease-out 1.1s; }
  .sec_ttl_en span.tx:nth-child(12) {
    transition: all 0.5s ease-out 1.2s; }
  .sec_ttl_en span.tx:nth-child(13) {
    transition: all 0.5s ease-out 1.3s; }
  .sec_ttl_en span.tx:nth-child(14) {
    transition: all 0.5s ease-out 1.4s; }
  .sec_ttl_en span.tx:nth-child(15) {
    transition: all 0.5s ease-out 1.5s; }
  .sec_ttl_en span.tx:nth-child(16) {
    transition: all 0.5s ease-out 1.6s; }
  .sec_ttl_en span.tx:nth-child(17) {
    transition: all 0.5s ease-out 1.7s; }
  .sec_ttl_en span.tx:nth-child(18) {
    transition: all 0.5s ease-out 1.8s; }
  .sec_ttl_en span.tx:nth-child(19) {
    transition: all 0.5s ease-out 1.9s; }
.sec_ttl_en.p-view span {
  transform: scale(1);
  opacity: 1; }
.sec_ttl_en.fast span.tx:nth-child(1) {
  transition: all 0.5s ease-out 0.05s; }
.sec_ttl_en.fast span.tx:nth-child(2) {
  transition: all 0.5s ease-out 0.1s; }
.sec_ttl_en.fast span.tx:nth-child(3) {
  transition: all 0.5s ease-out 0.15s; }
.sec_ttl_en.fast span.tx:nth-child(4) {
  transition: all 0.5s ease-out 0.2s; }
.sec_ttl_en.fast span.tx:nth-child(5) {
  transition: all 0.5s ease-out 0.25s; }
.sec_ttl_en.fast span.tx:nth-child(6) {
  transition: all 0.5s ease-out 0.3s; }
.sec_ttl_en.fast span.tx:nth-child(7) {
  transition: all 0.5s ease-out 0.35s; }
.sec_ttl_en.fast span.tx:nth-child(8) {
  transition: all 0.5s ease-out 0.4s; }
.sec_ttl_en.fast span.tx:nth-child(9) {
  transition: all 0.5s ease-out 0.45s; }
.sec_ttl_en.fast span.tx:nth-child(10) {
  transition: all 0.5s ease-out 0.5s; }
.sec_ttl_en.fast span.tx:nth-child(11) {
  transition: all 0.5s ease-out 0.55s; }
.sec_ttl_en.fast span.tx:nth-child(12) {
  transition: all 0.5s ease-out 0.6s; }
.sec_ttl_en.fast span.tx:nth-child(13) {
  transition: all 0.5s ease-out 0.65s; }
.sec_ttl_en.fast span.tx:nth-child(14) {
  transition: all 0.5s ease-out 0.7s; }
.sec_ttl_en.fast span.tx:nth-child(15) {
  transition: all 0.5s ease-out 0.75s; }
.sec_ttl_en.fast span.tx:nth-child(16) {
  transition: all 0.5s ease-out 0.8s; }
.sec_ttl_en.fast span.tx:nth-child(17) {
  transition: all 0.5s ease-out 0.85s; }
.sec_ttl_en.fast span.tx:nth-child(18) {
  transition: all 0.5s ease-out 0.9s; }
.sec_ttl_en.fast span.tx:nth-child(19) {
  transition: all 0.5s ease-out 0.95s; }

/*# sourceMappingURL=inner.css.map */
