@charset "UTF-8";

[id] {
  scroll-margin-top: 24px;
}

/* ==========================
ベース
========================== */
main {
  position: relative;
}

.header_logo .logo--white {
  opacity: 1;
}
.header_logo .logo--black {
  opacity: 0;
}

body.is-logo-black .header_logo .logo--white {
  opacity: 0;
}
body.is-logo-black .header_logo .logo--black {
  opacity: 1;
}
@media (max-width: 768px) {
  body.is-logo-black .header_logo .logo--white {
    opacity: 0;
  }
  body.is-logo-black .header_logo .logo--black {
    opacity: 1;
  }
}

.g-nav_item.top {
  background-position: 0;
}

.openbtn_wrap {
  opacity: 0;
  visibility: hidden;
}
body.is-mv-end .openbtn_wrap {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* スキップボタン
============================= */
.mv_ctrl {
  position: absolute;
  width: 90px;
  top: 100px;
  right: 16px;
  appearance: none;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  opacity: 1;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "EB Garamond", serif;
  padding: 4px 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transform: translateY(-4px);
  transition: 0.4s;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  z-index: 90;
}
.mv_ctrl:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}
@media only screen and (max-width: 768px) {
  .mv_ctrl {
    width: 70px;
    font-size: 10px;
    top: 90px;
    right: 10px;
    z-index: 10011;
  }
}

/* ==========================
  MV 黒背景ステージ（1〜4）
========================== */
.mv_stage {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 80;
  opacity: 0;
  pointer-events: none;
}
.mv_stage__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 0 5vw;
}
.mv_stage__lead,
.mv_stage__logo {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  filter: blur(18px);
  transform: translateY(10px);
  will-change: opacity, filter, transform;
}
.mv_stage__lead {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 150px;
  letter-spacing: 0.06em;
  line-height: 1;
}
.mv_stage__lead sup {
  font-size: 14px;
  letter-spacing: normal;
  vertical-align: top;
}
.mv_stage__lead.mv_stage__lead03 {
  font-size: 64px;
  letter-spacing: 0.08em;
}
.mv_stage__logo img {
  width: min(470px, 80vw);
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .mv_stage__lead {
    font-size: 70px;
    letter-spacing: 0.06em;
    line-height: 1.7;
  }
  .mv_stage__lead.mv_stage__lead03 {
    font-size: 34px;
  }
  .mv_stage__logo img {
    width: min(240px, 86vw);
  }
}

/* ==========================
  MV ライン（下→上に伸びる）
========================== */
.mv_lines {
  position: absolute;
  left: 100px;
  top: 0;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
  display: flex;
  gap: 100px;
  padding-left: 0;
}

.mv_lines > span {
  display: block;
  width: 100px;
  height: 100%;
  background: #191919;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  will-change: transform;
}

@media (max-width: 768px) {
  .mv_lines {
    left: 20px;
    gap: 20px;
  }
  .mv_lines > span {
    width: 20px;
  }
}

/* ==========================
   mv_contents
========================== */
.mv_contents {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.commonImgcap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
@media (max-width: 768px) {
  .commonImgcap {
    position: fixed;
    left: 8px;
    bottom: 90px;
    z-index: 50;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .commonImgcap.is-show {
    opacity: 1;
  }
}

.mv {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100vh;
}
.mv_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mv_name,
.mv_plot {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.mv_name {
  z-index: 4;
}
.mv_plot {
  z-index: 5;
}

.mv_lead {
  position: absolute;
  width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 60px;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #fff;
  text-shadow:
    0 0 4px rgba(0, 0, 0, 0.15),
    0 0 8px rgba(0, 0, 0, 0.25),
    0 0 8px rgba(0, 0, 0, 0.25),
    0 0 15px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.mv_wrap {
  position: absolute;
  width: 90%;
  max-width: 1470px;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  opacity: 0;
  filter: blur(12px);
  pointer-events: none;
  will-change: opacity, filter, transform;
}
.mv_title {
  width: 70%;
  max-width: 1470px;
  margin-inline: auto;
}
.mv_text {
  margin-top: 20px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  text-shadow:
    0 0 4px rgba(0, 0, 0, 0.85),
    0 0 8px rgba(0, 0, 0, 0.85),
    0 0 8px rgba(0, 0, 0, 0.85),
    0 0 15px rgba(0, 0, 0, 0.6);
}
.mv_lead,
.mv_wrap {
  opacity: 0;
  filter: blur(12px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 768px) {
  .mv_img {
    height: 120vh;
  }
  .mv_lead {
    font-size: 20px;
    letter-spacing: 0.1em;
  }

  .mv_wrap {
    width: 95%;
    top: 20%;
  }
  .mv_title {
    width: 100%;
  }
  .mv_text {
    margin-top: 20px;
    font-size: 17px;
    letter-spacing: 0.1em;
  }
  .mv_img,
  .mv_name,
  .mv_plot {
    object-position: center 65%;
  }
}

.info_box {
  position: absolute;
  min-width: 380px;
  bottom: 0;
  right: 0;
  background-color: #000;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 8px 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
  z-index: 5;
  box-sizing: border-box;
}
body.is-mv-end .info_box {
  opacity: 1;
  pointer-events: auto;
}
.info_box_title {
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1;
  flex-shrink: 0;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
  padding-block: 4px;
}
.info_box_body {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.info_box_date {
  font-size: 12px;
  letter-spacing: 0.2em;
}
.info_box_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .info_box {
    width: 100%;
    min-width: auto;
  }
  .info_box_title {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1;
    flex-shrink: 0;
    padding-right: 12px;
    margin-right: 12px;
    padding-block: 4px;
  }
  .info_box_body {
    column-gap: 12px;
  }
  .info_box_date {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .info_box_text {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}

.header,
.fix_nav {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s;
}
body.is-mv-end .header,
body.is-mv-end .fix_nav {
  opacity: 1;
  pointer-events: auto;
}
body.is-scroll-locked {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
}

@media (min-width: 769px) {
  .pc_fixd_item {
    position: relative;
    width: 100%;
    z-index: 10050;
    opacity: 0;
    pointer-events: none;
  }

  .pc_fixd_item.is-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
  }
}

/* ==========================
main_head 
========================== */
.main_head {
  background-color: #fff;
  padding-block: 118px;
}
.main_head_lead {
  text-align: center;
  font-size: 60px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.main_head_lead .icon_mjr {
  width: auto;
  height: 60px;
  vertical-align: text-bottom;
  margin-right: 3px;
}
.req_btn {
  margin-top: 64px;
  width: 100%;
  max-width: 587px;
  padding-block: 30px;
  margin-inline: auto;
  display: block;
  position: relative;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  background: #7b0e0f;
  background: linear-gradient(
    90deg,
    rgba(123, 14, 15, 1) 0%,
    rgba(178, 19, 20, 1) 49%,
    rgba(123, 14, 15, 1) 100%
  );
  transition: all 0.4s;
}
.req_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  width: 57px;
  height: 11px;
  background: url(../images/icon_btnarrow.png) no-repeat center center / contain;
  transition: all 0.4s;
}
.req_btn:hover {
  opacity: 0.8;
}
.req_btn:hover::after {
  right: 20px;
}

@media only screen and (max-width: 768px) {
  .main_head {
    padding-block: 74px;
  }
  .main_head_lead {
    text-align: center;
    font-size: 36px;
  }
  .main_head_lead .icon_mjr {
    height: 36px;
    margin-right: 3px;
  }
  .req_btn {
    margin-top: 24px;
    padding-block: 20px;
    font-size: 20px;
  }
  .req_btn::after {
    right: 26px;
    width: 40px;
    height: 11px;
  }
}

/* ==========================
main_area 
========================== */
.main_area {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 160px;
  background-color: #000000;
  color: #fff;
  z-index: 31;
}
.main_area .inner {
  position: relative;
  z-index: 1;
}
.en_title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1;
}
.main_lead {
  margin-top: 80px;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.main_title {
  margin-top: 60px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 85px;
  letter-spacing: 0.01em;
  font-weight: 500;
}
.main_text_wrap {
  margin-top: 52px;
}
.main_text {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.66;
}
.main_text + .main_text {
  margin-top: 40px;
}
.text_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  margin-inline: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #fff;
  font-weight: 100;
  cursor: pointer;
}
.text_btn_mark {
  display: block;
  width: 24px;
  transition: transform 0.35s ease;
  transform: rotate(0deg);
}
.main_text_more {
  overflow: hidden;
  height: 0;
  margin-top: 40px;
  padding-bottom: 0;
  transition:
    height 0.45s ease,
    padding-bottom 0.45s ease;
}
.main_text_wrap.is-open .main_text_more {
  padding-bottom: 40px;
}
.main_text_wrap.is-open .text_btn_mark {
  transform: rotate(180deg);
}
.logo_label {
  margin-top: 150px;
  width: 100%;
  max-width: 370px;
  margin-inline: auto;
}
.movie_area {
  margin-top: 140px;
  width: calc(100% - 40px);
  max-width: 1440px;
  margin-inline: auto;
}
.movie_item {
  margin-top: 54px;
}

@media only screen and (max-width: 768px) {
  .main_area {
    padding-top: 75px;
    padding-bottom: 80px;
  }
  .main_area .inner {
    width: 100%;
  }
  .en_title {
    font-size: 16px;
  }
  .main_lead {
    margin-top: 50px;
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  .main_title {
    margin-top: 40px;
    font-size: 40px;
  }
  .main_text_wrap {
    margin-top: 44px;
  }
  .main_text {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 2.5;
  }
  .main_text + .main_text {
    margin-top: 36px;
  }
  .text_btn {
    column-gap: 10px;
    font-size: 14px;
  }
  .text_btn_mark {
    width: 20px;
  }
  .main_text_more {
    margin-top: 36px;
  }
  .main_text_wrap.is-open .main_text_more {
    padding-bottom: 30px;
  }
  .logo_label {
    margin-top: 70px;
    width: 80%;
    max-width: 220px;
  }
  .movie_area {
    margin-top: 70px;
  }
  .movie_item {
    margin-top: 40px;
  }
}

/* main_lines
========================== */
.main_lines {
  position: absolute;
  inset: 0;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  display: flex;
  gap: 100px;
  padding-left: 100px;
}
.main_lines > span {
  width: 100px;
  height: 100%;
  background: #191919;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  will-change: transform;
}

@media (max-width: 768px) {
  .main_lines {
    gap: 20px;
    padding-left: 20px;
  }
  .main_lines > span {
    width: 20px;
  }
}

/* info_area
==================================== */
.info_area {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #fff;
  position: relative;
  z-index: 31;
}
.info_area .inner {
  max-width: 680px;
}
.info_title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1;
}
.info_contents {
  margin-top: 60px;
}
.info_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.info_item + .info_item {
  margin-top: 14px;
}
.info_area dt {
  width: 100px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
}
.info_area dd {
  width: calc(100% - 120px);
  font-size: 16px;
}
.info_area dd a {
  color: #000;
}
.line_banner {
  margin-top: 30px;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}
.line_banner a {
  display: block;
  transition: 0.4s;
}
.line_banner a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .info_area {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .info_title {
    font-size: 16px;
  }
  .info_contents {
    margin-top: 30px;
  }
  .info_item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .info_area dt {
    width: 100px;
    box-sizing: border-box;
    font-size: 12px;
    text-align: left;
  }
  .info_area dd {
    width: 100%;
    font-size: 12px;
  }
}
