@charset "UTF-8";

@media (min-width: 737px) {
  /* === header === */
  .header-logo {
    left: 43px;
    top: 43px;
    width: 200px;
  }

  .header-sns {
    right: 43px;
    top: 43px;
    height: 60px;
  }

  .header-sns li:nth-of-type(n + 2) {
    margin-left: 17px;
  }

  .-tw {
    width: 29px;
  }

  .-x {
    width: 26px;
  }

  .-fb {
    width: 26px;
  }

  .-line {
    width: 26px;
  }

  .-ytb {
    width: 31px;
  }

  section {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  /* === top === */
  .top-bg1 {
    object-position: center 10%;
  }

  .top-bg2 {
    object-position: center 15%;
  }

  .top h1 {
    margin: 51.5vh auto 4.76vw 6.28vw;
    width: 20vw;
  }

  .top p {
    margin: 4.76vw auto 7.14vw 6.28vw;
    width: 30.95vw;
  }

  /* === TV CM === */
  .center-wrap {
    position: relative;
    width: 100%;
    max-width: 850px;
    margin: 0px auto;
  }

  h2 {
    margin: 0px auto 63px 0px;
  }

  .tvcm h2 {
    width: 124px;
  }

  .tvcm-thumb {
    width: 90.12%;
    margin: 0px auto;
  }

  .tvcm-container p {
    width: 495px;
  }

  .tvcm-thumb {
    width: 90.12%;
    margin: 0px auto;
  }

  .tvcm-title-container {
    position: relative;
    width: 58.24%;
    max-width: 495px;
    margin: 30px auto 0px 4.94%;
  }

  .about-btns {
    position: absolute;
    right: 0px;
    top: -6px;
    margin: 0px;
    display: flex;
  }

  .about-btn {
    padding: 12px 20px;
  }

  .about-btn:nth-of-type(n + 2) {
    margin-top: 0px;
    margin-left: 7px;
  }

  .tvcm-about-btn1 {
    width: 142px;
  }

  .tvcm-about-btn2 {
    width: 293px;
  }

  /* === WEB-CM === */
  .webcm h2 {
    width: 158px;
  }

  .webcm-container {
    width: 90.24%;
    max-width: 766px;
    margin: 0px auto;
  }

  .webcm-container > div {
    width: 49.09%;
    max-width: 376px;
  }

  .webcm-container > div:nth-last-of-type(n + 3) {
    margin-bottom: 16px;
  }

  .webcm-container p {
    width: 193px;
  }

  /* === MAKING === */
  .making h2 {
    width: 157px;
  }

  .making-movie-container {
    width: 90.24%;
    max-width: 766px;
    margin: 0px auto;
  }

  /* === 線 === */
  .line1 {
    width: 100%;
    height: 1px;
    background-color: var(--white);
  }

  .line1::after {
    max-width: 850px;
    width: 100%;
    height: 1px;
  }

  /* === CAST === */
  .cast h2 {
    width: 93px;
  }

  .cast-list {
    width: 89.89%;
    max-width: 764px;
    margin: 0px auto;
  }

  .cast-list li:nth-of-type(n + 2) {
    margin-top: 63px;
  }

  .cast-photo {
    width: 35.08%;
    max-width: 268px;
  }

  .cast-text {
    width: 59.82%;
    max-width: 457px;
    display: flex;
    align-items: flex-end;
  }

  .cast-name .cast-name-ja {
    width: 39.61%;
    max-width: 181px;
  }

  .cast-name .cast-name-en {
    position: absolute;
    right: auto;
    left: 170px;
    bottom: 3px;
  }

  .cast-name .cast-name-en1 {
    width: 22.98%;
    max-width: 105px;
  }

  .cast-name .cast-name-en2 {
    width: 21.23%;
    max-width: 97px;
  }

  .cast-profile {
    position: relative;
    left: 0px;
    bottom: auto;
    margin-top: 60px;
  }

  /* === footer === */
  footer {
    padding-top: 95px;
    padding-bottom: 50px;
    text-align: right;
  }

  .copyright {
    margin-right: 42px;
    width: 258px;
  }

  /* slider */
  .dots {
    right: 4.94%;
    bottom: -42px;
    width: 90.12%;
    margin: 0px auto;
  }

  .dot {
    width: 12px;
    height: 12px;
    margin: 0 0 0 9px;
  }

  .arrow {
    width: 34px;
    height: 39px;
  }

  .arrow--left {
    left: -12px;
  }

  .arrow--right {
    left: auto;
    right: -12px;
  }

  /* modal-btn */
  .video-play-btn {
    left: calc(50% - 45px);
    top: calc(50% - 45px);
    width: 90px;
    height: 90px;
    overflow: hidden;
  }

  .webcm .video-play-btn {
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background-image: url("../imgs/play_mark_line3.svg");
  }

  /* modal */
  .modal__container {
    width: 100vw;
    max-width: 850px;
    height: 56.25vw;
    max-height: 478px;
  }

  .modal__close {
    top: -39px;
    width: 38px;
    height: 22px;
  }

  .modal__close::before,
  .modal__close::after {
    left: -2.95px;
    width: 43.9px;
  }

  /* ロールオーバー */
  .header-sns li {
    transition: transform 0.2s var(--ease-in-out);
  }
  .header-sns li:hover {
    transform: scale(1.2);
  }

  .video-play-btn::before {
    transition: opacity 0.01s 0.14s var(--ease-in-out),
      transform 0.06s 0.14s var(--ease-out);
  }

  .video-play-btn::after {
    content: "";
    position: absolute;
    background-image: url("../imgs/play_mark_triangle_r.svg");
    background-repeat: none;
    background-position: center;
    background-size: contain;
    width: 1000%;
    height: 1000%;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.0001);
    transition: opacity 0.01s 0.19s linear, transform 0.17s var(--ease-out);
  }

  .video-play-btn {
    transition: transform 0.2s var(--ease-in-out);
  }

  .video-modal-btn:hover .video-play-btn {
    transform: scale(1.2);
  }

  .video-modal-btn:hover .video-play-btn::before {
    transition: opacity 0.01s 0.06s var(--ease-in-out),
      transform 0.06s var(--ease-in);
    transform: scale(2);
    opacity: 0;
  }

  .video-modal-btn:hover .video-play-btn::after {
    transition: opacity 0.01s var(--ease-in-out),
      transform 0.17s 0.03s var(--ease-in);
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .arrow--left {
    transform-origin: 150% center;
  }

  .arrow--right {
    transform-origin: -50% center;
  }

  .arrow--left,
  .arrow--right {
    transition: opacity 0.2s var(--ease-in-out),
      transform 0.2s var(--ease-in-out);
  }

  .arrow--left:hover,
  .arrow--right:hover {
    transform: translateY(-50%) scale(1.2);
  }

  .about-btn-hover {
    transition: opcaity 0.2s var(--ease-in-out);
  }

  .tvcm-about-btn1.about-btn-hover,
  .tvcm-about-btn2.about-btn-hover {
    left: 20px;
    top: 12px;
  }

  .about-btn:hover .about-btn-hover {
    opacity: 1;
  }

  .about-btn::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 100vw;
    box-sizing: border-box;
    background-color: var(--white);
    opacity: 0;
    transition: opacity 0.2s var(--ease-in-out);
  }

  .about-btn-red::before {
    background-color: var(--red);
  }

  .about-btn:hover::before {
    opacity: 1;
  }

  .modal__close {
    transition: transform 0.2s var(--ease-in-out);
  }

  .modal__close:hover {
    transform: scale(1.15);
  }
}
