@charset "UTF-8";
/*! Writen  by SCSS */
button {
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
  margin: 0;
  font-family: YakuHanMP, "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", -apple-system, blinkMacSystemFont, serif; }
  @media screen and (max-width: 768px) {
    button {
      font-family: YakuHanMP, 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", -apple-system, blinkMacSystemFont, serif; } }
  button:focus {
    outline: none; }

body {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    transition: 1s .5s;
    pointer-events: none;
    opacity: 1 !important;
    background-image: url("../images/special/campaign/bg01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: unset; }

.midashi_group {
  padding: clamp(40px, 5vw, 60px) 0 0; }
  .midashi_group .midashi_wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
    grid-row-gap: clamp(20px, 2.084vw, 25px); }
    .midashi_group .midashi_wrap .en_midashi {
      font-size: clamp(46px, 5.334vw, 64px);
      line-height: 1;
      width: fit-content;
      margin: 0 auto;
      letter-spacing: 0.05em;
      display: inline-block;
      background: linear-gradient(90deg, #e2b469 0%, #bb6b11 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .midashi_group .midashi_wrap .midashi {
      font-size: clamp(18px, 2.834vw, 34px);
      color: #967838;
      line-height: 1.8; }
@includem mq($br_sp) {
  .midashi_group .midashi_wrap .midashi {
    font-size: 5vw; } }
      .midashi_group .midashi_wrap .midashi.blue_grad {
        width: fit-content;
        margin: 0 auto; }
    .midashi_group .midashi_wrap .read {
      font-size: clamp(14px, 1.667vw, 20px);
      line-height: 1;
      letter-spacing: 0.2em; }

.movie_sec {
  padding: clamp(40px, 5vw, 60px) 0 0; }

.movie_list {
  padding: 60px 0 0;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    .movie_list {
      display: block;
      padding: 30px 0 0;
      flex-direction: column; } }
  .movie_list .item {
    max-width: 540px;
    width: 45%;
    margin-bottom: 50px; }
    @media screen and (max-width: 960px) {
      .movie_list .item {
        width: 48%; } }
    @media screen and (max-width: 480px) {
      .movie_list .item {
        width: 100%;
        margin-bottom: 40px; } }
    .movie_list .item button {
      display: block;
      width: 100%;
      transition: opacity 0.3s ease-in-out; }
      body:not(.mobile) .movie_list .item button:hover {
        opacity: 0.7; }
      .movie_list .item button p {
        font-size: 16px; }
        @media screen and (max-width: 480px) {
          .movie_list .item button p {
            font-size: 12px; } }
      .movie_list .item button .item_name {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 20px;
        display: flex;
        justify-content: center;
        line-height: 1.4;
        letter-spacing: 0.1em;
        font-weight: 500; }
        @media screen and (max-width: 1200px) {
          .movie_list .item button .item_name {
            font-size: 1.6vw; } }
        @media screen and (max-width: 768px) {
          .movie_list .item button .item_name {
            margin-top: 15px;
            font-size: 16px; } }
        @media screen and (max-width: 480px) {
          .movie_list .item button .item_name {
            margin-top: 12px;
            letter-spacing: 0; } }
        .movie_list .item button .item_name sup {
          align-self: flex-start; }
      .movie_list .item button .cap_c {
        font-size: 12px; }
        @media screen and (max-width: 1200px) {
          .movie_list .item button .cap_c {
            font-size: 10px; } }
      .movie_list .item button .item_image_test {
        width: 100%;
        padding-top: 56.3%;
        background: #999; }

/*movie_modal*/
.modal_box {
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out 0s; }
  .modal_box .modal_bg {
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1; }

.loaded .modal_box {
  transition: all 0.3s ease-in-out 0s; }

.modal_in {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100vw - 40px);
  max-width: calc((100vh - 300px)/0.5625);
  height: calc((100vw - 40px) * 0.5625);
  max-height: calc(100vh - 300px);
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0.3s; }
  .modal_in.modal_in_short {
    max-width: calc((100vh - 160px)/1.7778);
    height: calc((100vw - 40px) * 1.7778);
    max-height: calc(100vh - 240px); }

.modal_box.opened {
  opacity: 1;
  pointer-events: all;
  cursor: pointer; }
  .modal_box.opened .modal_in {
    transform: scale(1);
    opacity: 1; }

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .video.video_short {
    padding-top: 177.78%; }
  .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.close_button {
  width: 60px;
  height: 60px;
  cursor: pointer;
  top: 0;
  right: 0px;
  background: #0b649a;
  position: fixed;
  transition: all 0.3s ease-in-out 0s; }
  .close_button::before, .close_button::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #fff;
    top: 29px;
    left: 10px; }
  .close_button::before {
    transform: rotate(45deg); }
  .close_button::after {
    transform: rotate(-45deg); }
  @media (hover: hover) {
    .close_button:hover {
      opacity: 0.7; } }

.cont_in {
  margin: 0 auto 50px; }

.limited_area {
  padding: 60px 0 90px;
  background: url("../images/special/limited-login/") center center/cover no-repeat; }

.limited_area {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/common/bg_limited.jpg"); }
