@charset "UTF-8";

@media screen and (max-width: 1200px) {
  body {
    font-size: 1.4rem;
  }

  h2 strong {
    font-size: 8rem;
  }

  .mov-wrap {
    max-width: unset;
    padding: 0 5%;
  }

  .mov-cloth.--01 {
    top: -10vw;
    width: 35%;
    max-height: unset;
    height: auto;
  }

  .mov-cloth.--02 {
    top: 33%;
    bottom: unset;
    width: 35%;
    max-height: unset;
    height: auto;
  }

  .msg-wrap h2 {
    padding-left: 5%;
  }

  .msg-main {
    width: 90%;
    padding: 100px 5% 100px 100px;
  }

  .cast {
    padding: 0 5%;
  }

  .making-video {
    padding: 0 5%;
    margin-top: -16px;
  }
}

@media screen and (min-width: 841px) {
  .sp {
    display: none;
  }

  .spMenu-btn {
    display: none;
  }

  .cast-list.--02 li .cast-main {
    border-left: 8px solid #00000021;
    padding: 20px 0 20px 32px;
  }
}

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

  .head-wrap {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
    gap: 40px;
    min-height: 60px;
    padding: 16px 5% 0;
    background: #fff;
  }

  .head-logo {
    width: 160px;
  }

  .head-nav {
    display: none;
    padding-bottom: 40px;
  }

  .head-nav li {
    text-align: center;
  }

  .head-nav li+li {
    margin-top: 10px;
  }

  .head-nav li a {
    display: block;
    padding: 20px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(to bottom, #0B2F7A 0%, #2495DA 100%);
  }

  .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    background: linear-gradient(to bottom, #0B2F7A 0%, #2495DA 100%);
    opacity: 0.7;
  }

  .no-scroll .overlay {
    display: block;
    animation: 0.5s overlay-active cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  .spMenu-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .spMenu-btn g {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 56%;
    height: 2px;
    background: #000;
    transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .spMenu-btn g:first-child {
    transform: translate(-50%, calc(-50% - 9px));
    animation: menu-bar_top_out 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  @keyframes menu-bar_top_out {
    0% {
      transform: translate(-50%, calc(-50%)) rotate(-36deg);
      width: 64%;
    }

    50% {
      transform: translate(-50%, calc(-50%));
    }

    100% {
      transform: translate(-50%, calc(-50% - 9px));
      width: 56%;
    }
  }

  .spMenu-btn g:last-child {
    transform: translate(-50%, calc(-50% + 9px));
    animation: menu-bar_bottom_out 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  @keyframes menu-bar_bottom_out {
    0% {
      transform: translate(-50%, calc(-50%)) rotate(36deg);
      width: 64%;
    }

    50% {
      transform: translate(-50%, calc(-50%));
    }

    100% {
      transform: translate(-50%, calc(-50% + 9px));
      width: 56%;
    }
  }

  .spMenu-btn.close g:first-child {
    animation: menu-bar_top_in 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  @keyframes menu-bar_top_in {
    50% {
      transform: translate(-50%, calc(-50%));
    }

    100% {
      transform: translate(-50%, calc(-50%)) rotate(-36deg);
      width: 64%;
    }
  }

  .spMenu-btn.close g:last-child {
    animation: menu-bar_bottom_in 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  @keyframes menu-bar_bottom_in {
    50% {
      transform: translate(-50%, calc(-50%));
    }

    100% {
      transform: translate(-50%, calc(-50%)) rotate(36deg);
      width: 64%;
    }
  }

  .spMenu-btn.close .spMenu-btn_hidden {
    opacity: 0;
  }

  main {
    padding-top: 60px;
  }

  h2 strong {
    font-size: 6rem !important;
  }

  h2 sub {
    margin-bottom: 8px;
  }

  .fv-back {
    height: 96vw;
  }

  .fv-back img {
    height: 100%;
    object-fit: cover;
    object-position: 56% 50%;
  }

  .fv-copy {
    left: unset;
    right: 3%;
    bottom: 4%;
    width: 32%;
  }

  .mov {
    margin-bottom: 17vw;
  }

  .mov-cloth.--01 {
    min-width: 210px;
  }

  .mov-cloth.--02 {
    min-width: 110px;
  }

  .msg-wrap h2 {
    margin-top: -20px;
    padding-left: 6%;
  }

  .msg-main {
    width: 95%;
    padding: 40px 5% 40px 100px;
  }

  .msg-main h3 {
    font-size: 2.8rem;
    line-height: 1.4em;
  }

  .msg-main p {
    font-size: 1.6rem;
    line-height: 1.8em;
  }

  .cast-wrap {
    padding: 60px 0;
  }

  .cast-list {
    padding: 0 8%;
  }

  .cast-list li,
  .cast-list li:nth-child(even),
  .cast-list.--02 li {
    flex-direction: column;
    gap: 0;
  }

  .cast-main {
    gap: 12px;
  }

  .cast-main h3 {
    justify-content: center;
    margin-top: 12px;
    font-size: 3.2rem;
    text-align: center;
  }

  .cast-main h3 a {
    width: 36px;
  }

  .cast-main span {
    text-align: center;
  }

  .making-cloth {
    height: 299px;
    margin: -60px 0 -190px;
  }

  .making-cloth img {
    height: 100%;
    object-fit: cover;
  }

  .making h2 strong {
    line-height: 0.8em;
  }

  .making-video {
    margin-top: -3px;
  }

  .foot-wrap {
    flex-direction: column;
    gap: 20px;
  }

  .foot-nav {
    flex-direction: column;
  }

  .foot-nav li {
    text-align: center;
  }
}
