@charset "UTF-8";
/*! Writen  by SCSS */
.contents {
  padding-bottom: 60px; }
  @media screen and (max-width: 480px) {
    .contents {
      padding-bottom: 20px; } }

.page_ttl_wrap {
  padding: 40px 0; }
  @media screen and (max-width: 480px) {
    .page_ttl_wrap {
      padding: 40px 0 25px; } }
  .page_ttl_wrap .page_ttl {
    font-size: clamp(30px, 3.94vw, 52px);
    text-align: center;
    line-height: 1.3; }
    @media screen and (max-width: 480px) {
      .page_ttl_wrap .page_ttl {
        font-size: calc(30vw / 3.9); } }
    .page_ttl_wrap .page_ttl .en {
      display: block;
      font-weight: 500;
      letter-spacing: 0.15em;
      padding-left: 0.3em; }
    .page_ttl_wrap .page_ttl .ja {
      display: block;
      font-weight: 500;
      font-size: clamp(12px, 1.455vw, 16px);
      letter-spacing: 0.12; }
      @media screen and (max-width: 480px) {
        .page_ttl_wrap .page_ttl .ja {
          font-size: calc(12vw / 3.9); } }

.main_sec {
  position: relative;
  background: #000;
  overflow: hidden; }
  .main_sec .mbg0 {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    opacity: 0.3;
    font-size: 0;
    line-height: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .main_sec .mbg0 {
        height: 100vh;
        height: 100svh;
        aspect-ratio: auto; } }
    .main_sec .mbg0 video {
      position: relative;
      width: 100%;
      height: 100%;
      object-fit: cover;
      /*            position: absolute;
                  top: 50%;
                  left: 50%;
                  min-width: 100%;
                  min-height: 100%;
                  -webkit-transform: translate(-50%, -50%);
                  -moz-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);*/
      z-index: 1; }
  .main_sec .main_copy {
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    opacity: 0;
    transform: translateX(-60px);
    transition: all 1s ease-in-out 0s; }
    .main_sec .main_copy img {
      width: calc(358%/16); }
      @media screen and (max-width: 768px) {
        .main_sec .main_copy img {
          width: calc(358% / 7); } }
    body.loaded .main_sec .main_copy {
      opacity: 1;
      transform: translateX(0); }

.read {
  font-size: clamp(14px, 1.9vw, 25px);
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #666; }
  @media screen and (max-width: 480px) {
    .read {
      font-size: calc(17vw / 3.9); } }

.read1 {
  font-size: clamp(14px, 1.672vw, 22px);
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #666; }
  @media screen and (max-width: 480px) {
    .read1 {
      font-size: calc(15vw / 3.9); } }

.read2 {
  font-size: clamp(14px, 1.52vw, 20px);
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #666; }
  @media screen and (max-width: 480px) {
    .read2 {
      font-size: calc(17vw / 3.9); } }

.en_ttl {
  font-size: clamp(15px, 2.736vw, 36px);
  color: #b3b3b4;
  margin-bottom: 0.6em;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 480px) {
    .en_ttl {
      font-size: calc(20vw / 3.9); } }
  .en_ttl .ja {
    font-size: 50%;
    display: block;
    margin-top: 0.1em; }

.w_img {
  width: 100%; }

.mdl_btn {
  max-width: 300px;
  width: 60%;
  margin: 12px auto 0;
  cursor: pointer;
  display: none; }
  @media screen and (max-width: 480px) {
    .mdl_btn {
      display: block; } }

@media screen and (max-width: 480px) {
  .sp_w {
    width: calc(100% + 40px);
    margin-inline: -20px; } }
/*PCのみ*/
/*.mov_mdl li .inn .close {
	@include mq_min($br_pc) {
		left: -40px;
		top: 0;
	}
}
*/
.mov_mdl li {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  width: 100%;
  height: 100%;
  background: #e7e7e7;
  display: none; }
  .mov_mdl li .mbg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .mov_mdl li .inn {
    width: calc(100% - 20px);
    position: relative;
    max-height: calc(100vh - 100px); }
    .mov_mdl li .inn .close {
      font-size: 36px;
      line-height: 1;
      position: absolute;
      left: 0;
      top: -40px;
      cursor: pointer; }

.scroll-point {
  position: relative; }

.fix-link-sec {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 15px 30px;
  border-radius: 100px;
  background: #fff;
  z-index: 50;
  filter: drop-shadow(0px 0px 3px #ccc);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease; }
  @media screen and (max-width: 768px) {
    .fix-link-sec {
      bottom: 60px;
      padding: 10px 20px; } }
  .fix-link-sec.active {
    opacity: 1;
    pointer-events: all; }
  .fix-link-sec .linkflex {
    display: flex;
    gap: 8px;
    position: relative; }
    @media screen and (max-width: 480px) {
      .fix-link-sec .linkflex {
        gap: 4px; } }
    .fix-link-sec .linkflex li {
      line-height: 1;
      border-radius: 30px;
      position: relative;
      z-index: 1;
      transition: 0.4s ease;
      cursor: pointer; }
      .fix-link-sec .linkflex li a {
        font-size: clamp(12px, 1.061vw, 14px);
        display: inline-block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #000;
        padding: 10px 10px;
        white-space: nowrap; }
        @media screen and (max-width: 768px) {
          .fix-link-sec .linkflex li a {
            padding: 7px 10px;
            font-size: 11px; } }
        @media screen and (max-width: 480px) {
          .fix-link-sec .linkflex li a {
            font-size: calc(13vw / 3.9); } }
      .fix-link-sec .linkflex li.active a {
        color: #fff; }
  .fix-link-sec .background-element {
    position: absolute;
    z-index: 0;
    background: #000;
    border-radius: 40px;
    transition: 0.4s ease;
    left: 0; }

.cap_wrap {
  padding-top: 60px;
  padding-bottom: 60px; }
  .cap_wrap .inner {
    max-width: 1280px; }

/*# sourceMappingURL=inner.css.map */
