@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; }

.lim_wrap {
  padding: clamp(20px, 3.334vw, 40px) 0 clamp(20px, 3.334vw, 40px) !important; }

body {
  color: #fff;
  position: relative; }

.midashi_group {
  margin-bottom: clamp(60px, 7.5vw, 90px); }

.sec01 {
  position: relative;
  padding-top: clamp(35px, 5.84%, 70px); }
  @media screen and (max-width: 480px) {
    .sec01 {
      padding-top: 50px; } }
  .sec01 .movie_group {
    max-width: 1160px;
    margin: 0 auto;
    flex-direction: column;
    row-gap: clamp(70px, 10vw, 120px);
    z-index: 1; }
    .sec01 .movie_group .movie_in {
      position: relative;
      background: #FFF;
      padding: 20px; }
      @media screen and (max-width: 480px) {
        .sec01 .movie_group .movie_in {
          padding: 10px; } }
      .sec01 .movie_group .movie_in .movie_cont {
        position: relative; }
      .sec01 .movie_group .movie_in .movie_box {
        position: relative;
        aspect-ratio: 16/9;
        border-radius: 10px;
        overflow: hidden; }
        .sec01 .movie_group .movie_in .movie_box iframe {
          position: absolute;
          inset: 0;
          width: 100%;
          height: 100%; }
      .sec01 .movie_group .movie_in .movie_ttl_wrap {
        position: absolute;
        max-width: 400px;
        width: calc(100% - 40px);
        margin: 0 auto;
        inset: 0;
        top: -7.5%;
        bottom: auto;
        background: #FFF;
        text-align: center;
        border: 1px solid #dfca88;
        background: linear-gradient(to right, #896b18 0%, #dfca88 50%, #896b18 100%);
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 0px 3px rgba(0, 0, 0, 0.2), 0px 0px 4px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 480px) {
          .sec01 .movie_group .movie_in .movie_ttl_wrap {
            top: -13.5%; } }
        .sec01 .movie_group .movie_in .movie_ttl_wrap .movie_ttl {
          padding: 10px;
          font-size: clamp(18px, 1.834vw, 22px);
          color: #03063d;
          font-weight: 600; }
          @media screen and (max-width: 480px) {
            .sec01 .movie_group .movie_in .movie_ttl_wrap .movie_ttl {
              padding: 5px;
              font-size: 14px; } }

.movie_outer {
  padding: 0 0 60px 0;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .movie_outer {
      padding: 0 0 30px 0; } }

.head_movie {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: .1em;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  font-weight: 500;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .head_movie {
      font-size: 22px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 480px) {
    .head_movie {
      font-size: 18px;
      letter-spacing: 0; } }
  .head_movie .text_min {
    font-size: 0.6em; }

.movie_list {
  margin: 0 auto -60px;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    .movie_list {
      display: block;
      margin-bottom: -40px; } }
  .movie_list .item {
    width: 100%;
    margin-bottom: 50px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .movie_list .item {
        margin-bottom: 40px; } }
    .movie_list .item button {
      transition: opacity 0.3s ease-in-out; }
      body:not(.mobile) .movie_list .item button:hover {
        opacity: 0.7; }
      .movie_list .item button .item_name {
        margin-top: 15px;
        font-size: 20px;
        color: #333;
        display: flex;
        justify-content: center;
        align-items: baseline;
        line-height: 1.4;
        letter-spacing: 0.1em;
        font-weight: 500;
        color: #fff; }
        @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;
        color: #333; }
        @media screen and (max-width: 1200px) {
          .movie_list .item button .cap_c {
            font-size: 10px; } }

/*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.8);
    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_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 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; } }

.special_common_wrap {
  padding: 80px 0; }
  @media screen and (max-width: 480px) {
    .special_common_wrap {
      padding: 50px 0; } }

.caption_wrap {
  text-align: left; }

.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_site.png); }

.limited_content .lim_cont_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: clamp(20px, 4.167vw, 50px);
  margin-bottom: 30px; }
  .limited_content .lim_cont_ttl:before, .limited_content .lim_cont_ttl:after {
    content: "";
    height: 4px;
    width: 100%;
    display: block;
    border-bottom: 4px double #dbc179; }
  .limited_content .lim_cont_ttl .lim_cont_txt {
    flex-shrink: 0; }
    .limited_content .lim_cont_ttl .lim_cont_txt .grad {
      font-size: clamp(20px, 2.5vw, 30px);
      line-height: 1;
      letter-spacing: 0.1em;
      background: #dbc179;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      color: #d89e27; }
      @media screen and (max-width: 480px) {
        .limited_content .lim_cont_ttl .lim_cont_txt .grad {
          font-size: 8vw; } }
.limited_content .lim_cont_item {
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(20px, 3.334vw, 40px) 2.495%; }
  @media screen and (max-width: 480px) {
    .limited_content .lim_cont_item {
      flex-direction: column;
      gap: 30px 0; } }
  .limited_content .lim_cont_item .item_in {
    width: 31.67%;
    position: relative; }
    @media screen and (max-width: 480px) {
      .limited_content .lim_cont_item .item_in {
        width: 100%; } }
    body:not(.mobile) .limited_content .lim_cont_item .item_in:hover a {
      filter: brightness(100%);
      text-decoration: none; }
      body:not(.mobile) .limited_content .lim_cont_item .item_in:hover a.link_none {
        filter: brightness(110%); }
    body:not(.mobile) .limited_content .lim_cont_item .item_in:hover .link_more span.arrow {
      transform: translateX(5px); }
    .limited_content .lim_cont_item .item_in a {
      display: block;
      height: 100%;
      aspect-ratio: 380/200;
      position: relative;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/special/campaign/bnr_img.jpg");
      padding: clamp(15px, 1.924vw, 25px) 10px clamp(15px, 1.924vw, 25px) clamp(15px, 1.924vw, 25px);
      transition: 0.3s filter ease-in-out 0s;
      filter: brightness(110%); }
      @media screen and (max-width: 1200px) {
        .limited_content .lim_cont_item .item_in a {
          aspect-ratio: 380/230; } }
      @media screen and (max-width: 480px) {
        .limited_content .lim_cont_item .item_in a {
          padding: 20px 10px 0 20px; } }
      .limited_content .lim_cont_item .item_in a.link_none {
        opacity: 0.5;
        pointer-events: none; }
      .limited_content .lim_cont_item .item_in a .text_group .t01 {
        font-size: clamp(24px, 3.077vw, 40px);
        color: #4d3500;
        font-weight: 500;
        line-height: 1; }
        @media screen and (max-width: 480px) {
          .limited_content .lim_cont_item .item_in a .text_group .t01 {
            font-size: 10vw; } }
      .limited_content .lim_cont_item .item_in a .text_group .t02 {
        font-size: clamp(14px, 1.539vw, 20px);
        line-height: 1;
        margin: 5px 0 clamp(10px, 1.154vw, 15px);
        color: #4d3500;
        border-bottom: 3px double #987426;
        padding-bottom: 6px; }
        @media screen and (max-width: 480px) {
          .limited_content .lim_cont_item .item_in a .text_group .t02 {
            font-size: 5.2vw;
            margin: 10px 0 15px; } }
      .limited_content .lim_cont_item .item_in a .text_group .t03 {
        font-size: clamp(10px, 1vw, 14px);
        color: #000; }
        @media screen and (max-width: 480px) {
          .limited_content .lim_cont_item .item_in a .text_group .t03 {
            font-size: 3.4vw; } }
      .limited_content .lim_cont_item .item_in a .text_group .t01.cs, .limited_content .lim_cont_item .item_in a .text_group .t02.cs {
        color: rgba(77, 53, 0, 0.4); }
    .limited_content .lim_cont_item .item_in .link_more {
      width: 34.22%;
      position: absolute;
      right: 0;
      bottom: 0;
      background: #4d3500;
      font-size: clamp(10px, 1vw, 14px);
      color: #FFF;
      padding: 5px 5px 7px;
      display: flex;
      justify-content: center;
      align-items: center;
      column-gap: 10px; }
      @media screen and (max-width: 1200px) {
        .limited_content .lim_cont_item .item_in .link_more {
          bottom: 15px; } }
      @media screen and (max-width: 480px) {
        .limited_content .lim_cont_item .item_in .link_more {
          font-size: 3vw;
          bottom: 15px; } }
      .limited_content .lim_cont_item .item_in .link_more.comingsoon {
        background: #c0c0c0;
        color: #373737; }
      .limited_content .lim_cont_item .item_in .link_more span {
        line-height: 1; }
        .limited_content .lim_cont_item .item_in .link_more span.arrow {
          transition: 0.3s transform ease-in-out 0s; }
      .limited_content .lim_cont_item .item_in .link_more.cs {
        width: 40%;
        background-color: #e4c97f;
        color: #fff; }

/*# sourceMappingURL=limited-view-movie.css.map */
