@charset "UTF-8";
/*! Writen  by SCSS */
.white {
  color: #fff; }

.container_wrap {
  color: #333; }

.sec01 {
  color: #fff;
  padding-bottom: clamp(60px, 8.334vw, 100px); }
  .sec01 .read {
    font-size: clamp(13px, 1.334vw, 16px);
    text-align: center;
    padding: 70px 0; }
    @media screen and (max-width: 480px) {
      .sec01 .read {
        padding: 30px 0; } }
  .sec01 .movie_list {
    max-width: 1140px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 50px 0; }
    @media screen and (max-width: 480px) {
      .sec01 .movie_list {
        gap: 30px 0; } }
    .sec01 .movie_list .item {
      width: 47.37%; }
      @media screen and (max-width: 480px) {
        .sec01 .movie_list .item {
          width: 100%; } }
      .sec01 .movie_list .item button {
        color: #fff;
        transition: opacity 0.3s ease-in-out;
        font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; }
        .sec01 .movie_list .item button .item_name {
          margin-top: 10px;
          font-size: clamp(16px, 1.667vw, 20px);
          display: flex;
          justify-content: center;
          align-items: baseline;
          line-height: 1.4;
          letter-spacing: 0.1em;
          font-weight: 500; }
          @media screen and (max-width: 480px) {
            .sec01 .movie_list .item button .item_name {
              margin-top: 5px; } }
        .sec01 .movie_list .item button .cap_c {
          display: block;
          font-size: 12px;
          margin-top: 10px; }

.bg_wrap {
  background-image: url(../images/common/bg_site.png);
  background-position: 0,0;
  background-repeat: repeat;
  position: relative; }

/*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_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;
  z-index: 555; }
  .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; } }

.lim_contents {
  margin-top: 0; }

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