@charset "UTF-8";

/********** #wrapper **********/
#wrapper {
  line-height: 1.7;
  width: 100%;
  color: #fff;
  padding-bottom: 40px;
}

.inner {
  width: 90%;
  margin-inline: auto;
}

.secFade {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 2s, filter 2s, transform 2s;
}
.secFade.active {
  opacity: 1;
  filter: blur(0);
}

/* section_title
=========================== */
.section_title {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: "EB Garamond", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 2s, filter 2s, transform 2s;
}
.section_title.secFade.active {
  opacity: 1;
  filter: blur(0);
}
.section_title .title_s {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.section_title:before,
.section_title:after {
  content: "";
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.section_title.left:before {
  width: 10%;
}
.section_title.left:after {
  flex-grow: 1;
}
.section_title.right:before {
  flex-grow: 1;
}
.section_title.right:after {
  width: 10%;
}
.section_title:before {
  margin-right: 20px;
}
.section_title:after {
  margin-left: 20px;
}

.font {
  font-family: "Zen Old Mincho", serif;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 768px) {
  .section_title {
    font-size: 22px;
  }
  .section_title:before {
    width: 3%;
  }
  .section_title:after {
    flex-grow: 1;
  }
  .section_title:before {
    margin-right: 10px;
  }
  .section_title:after {
    margin-left: 10px;
  }
}

/* top_wrap
========================== */
.top_wrap {
  position: relative;
  margin-top: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  column-gap: 60px;
}
.lineup_bg {
  position: absolute;
  top: 10%;
  width: 60%;
  left: 10%;
  z-index: -1;
}
.lineup_bg img {
  opacity: 0.2;
}
.top_kv img {
  margin-left: -2%;
}
.top_body {
  flex-shrink: 0;
  width: 100%;
  max-width: 600px;
  padding-inline: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.top_body_title {
  font-family: "EB Garamond", serif;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-weight: 200;
}
.top_body_text {
  margin-top: 30px;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .top_wrap {
    flex-direction: column;
    row-gap: 30px;
    margin-top: 90px;
  }
  .top_kv img {
    margin-left: 0%;
  }
  .top_body {
    padding-inline: 20px;
  }
  .top_body_title {
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.7;
    font-weight: 200;
  }
  .top_body_text {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

/* movie
========================= */
.movie {
  background-color: #000;
  padding-top: 180px;
}
.iframe_box {
  border: 1px solid #514f4f;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin-inline: auto;
  position: relative;
  margin-top: 80px;
  aspect-ratio: 16 / 9;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 2s, filter 2s, transform 2s;
}
.movie_title.secFade.active,
.iframe_box.secFade.active {
  opacity: 1;
  filter: blur(0);
}
.iframe_box.secFade.active:hover {
  opacity: 0.7;
  transition: opacity 0.5s !important ;
}
.iframe_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe_box .movie_cover {
  overflow: hidden;
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 3;
}
.iframe_box .movie_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .movie {
    padding-top: 80px;
  }
  .iframe_box {
    margin-top: 40px;
  }
}

/* gallery
========================= */
.gallery {
  background-color: #000;
  padding-top: 180px;
}
.gallery_area {
  padding-top: 80px;
  margin-inline: auto;
  width: 80%;
  max-width: 1600px;
}
.modalSlideArea {
  position: relative;
}
.modalSlideArea .item {
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.modalSlideArea .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbnails {
  margin-top: 14px;
  width: 80%;
  max-width: 1040px;
  margin-inline: auto;
}
.thumbnails ul {
  display: flex;
  column-gap: 12px;
}
.thumbnails li {
  overflow: hidden;
  aspect-ratio: 138 / 92;
  flex: 1;
  background-color: #000;
  cursor: pointer;
}
.thumbnails li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s;
  opacity: 0.5;
}
.thumbnails li.slick-active img,
.thumbnails li:hover img {
  opacity: 1;
}
.modalSlideArea .slick-arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 100px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transform: translateY(-50%);
  background-color: rgba(81, 68, 50, 0.6);
  cursor: pointer;
  text-indent: -9999px;
  z-index: 5;
}
.modalSlideArea .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin-top: -5px;
}
.modalSlideArea .slick-prev {
  left: 0;
}
.modalSlideArea .slick-next {
  right: 0;
}

.modalSlideArea .slick-prev:before {
  margin-left: -2px;
  border-left: #fff solid 1px;
  border-bottom: #fff solid 1px;
}
.modalSlideArea .slick-next:before {
  margin-left: -8px;
  border-right: #fff solid 1px;
  border-top: #fff solid 1px;
}

@media only screen and (max-width: 768px) {
  .gallery {
    padding-top: 80px;
  }
  .gallery_area {
    padding-top: 40px;
    width: 100%;
  }
  .thumbnails {
    margin-top: 2px;
    width: calc(100% - 6px);
  }
  .thumbnails ul {
    gap: 2px;
  }
  .modalSlideArea .slick-arrow {
    width: 20px;
    height: 60px;
  }
}

/* layout
============================ */
.layout {
  background-color: #000;
  padding-top: 180px;
}
.layout_img {
  margin-top: 40px;
  max-width: 1600px;
  margin-inline: auto;
}

@media only screen and (max-width: 768px) {
  .layout {
    padding-top: 80px;
  }
  .layout_img {
    margin-top: 40px;
  }
}

/* layout_wrap
============================ */
.row-reverse {
  flex-direction: row-reverse;
}
.layout_wrap {
  max-width: 1600px;
  margin-inline: auto;
  margin-top: 80px;
  display: flex;
  align-items: center;
}
.layout_wrap_img {
  position: relative;
  width: 64%;
  flex: 1.5;
}
.layout_wrap_body {
  flex: 0.7;
  margin: 0 0 0 -14%;
  padding: 45px 70px;
  padding: clamp(3rem, 0.326rem + 2.609vw, 4.5rem)
    clamp(2rem, -6.913rem + 8.696vw, 7rem);
  background-color: rgba(255, 255, 255, 0.87);
  position: relative;
  z-index: 1;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.row-reverse .layout_wrap_body {
  margin: 0 -14% 0 0 ;
}
.layout_wrap_inner {
  max-width: 520px;
}
.layout_wrap_title {
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-size: clamp(1.4rem, 0.33rem + 1.043vw, 2rem);
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-weight: 200;
  margin-bottom: 15px;
}
.layout_wrap_text {
  font-size: 14px;
  font-size: clamp(1rem, 0.287rem + 0.696vw, 1.4rem);
  letter-spacing: 0.1em;
  line-height: 2;
}

@media only screen and (max-width: 1024px) {
  .layout_wrap {
    max-width: 1600px;
    margin-inline: auto;
    margin-top: 80px;
    flex-direction: column;
  }
  .layout_wrap_img {
    width: 100%;
    max-width: 800px;
  }
  .layout_wrap_img .img-caps {
    bottom: auto;
    top: 0;
  }
  .layout_wrap_body,
  .row-reverse .layout_wrap_body {
    width: 95%;
    max-width: 700px;
    margin: -6% 0 0 0;
    padding-inline: 20px;
  }
  .layout_wrap_inner {
    max-width: 100%;
  }
  .layout_wrap_title {
    font-size: 15px;
    font-size: clamp(1.5rem, 1.211rem + 0.77vw, 2rem);
    margin-bottom: 10px;
  }
  .layout_wrap_text {
    font-size: 10px;
    font-size: clamp(1rem, 0.769rem + 0.616vw, 1.4rem);
    letter-spacing: 0.05em;
  }
}

/* technical
============================ */
.technical {
  background-color: #000;
  padding-top: 180px;
}
.technical table,
td,
th {
  border: 1px solid #707070;
  border-collapse: collapse;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 2;
}
.technical td,
.technical th {
  padding: 16px 20px;
  font-size: 15px;
  letter-spacing: 0.03em;
}
.technical table {
  width: 90%;
  max-width: 1600px;
  margin-top: 60px;
  margin-inline: auto;
}
.technical th {
  background: #464646;
  border-right: none;
  width: 300px;
  text-align: left;
  vertical-align: top;
}
.technical .bg th {
  background: #313131;
}
.technical td {
  background: #313131;
  width: calc(100% - 300px);
  border-left: none;
}
.technical .bg td {
  background: #1a1a1a;
}

@media only screen and (max-width: 768px) {
  .technical {
    padding-top: 80px;
  }
  .technical table {
    width: 100%;
    margin-top: 40px;
  }
  .technical td,
  .technical th {
    font-weight: 400;
    padding: 14px 20px;
    line-height: 1.6;
    font-size: 14px;
  }
  .technical th {
    border: none;
    display: block;
    width: 100%;
  }
  .technical td {
    border: none;
    display: block;
    width: 100%;
    padding-left: 40px;
  }
  .technical .bg th {
    background: #464646;
  }
  .technical .bg td {
    background: #313131;
  }
}

/* cap_area
============================= */
.cap_area {
  padding-top: 120px;
}
.cap_area .cap {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .cap_area {
    padding-top: 50px;
  }
}
