@charset "UTF-8";
html {
  font-size: 10px;
}
.pc-header-main.is-fixed {
  display: none;
}

body.is-loading-lock {
  overflow: hidden;
}
body.is-loading-lock #feature {
  visibility: hidden;
}

.pc-loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}
.pc-loading-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
.pc-loading-overlay .pc-loading-text {
  font-size: 1.4rem;
  color: #000;
}

.l-container {
  width: 100%;
}

.l-container #feature {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  overflow: clip;
}
.l-container #feature * {
  box-sizing: border-box;
}
.l-container #feature *::after {
  box-sizing: border-box;
}
.l-container #feature *::before {
  box-sizing: border-box;
}
.l-container #feature a {
  display: block;
  text-decoration: none;
  position: relative;
}
.l-container #feature a::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
}
.l-container #feature a:hover {
  cursor: pointer;
}
.l-container #feature a:hover::after {
  opacity: 1;
  transition: 0.4s;
}
.l-container #feature figure.hover-opacity a::after {
  display: none !important;
}
.l-container #feature figure.hover-opacity {
  transition: opacity 0.3s ease;
}
.l-container #feature figure.hover-opacity:hover {
  opacity: 0.5;
}
.l-container #feature .default-img {
  width: 100%;
  display: block;
}
.l-container #feature picture {
  display: block;
}
.l-container #feature .creditContainer .credit {
  display: flex;
  flex-wrap: wrap;
}
.l-container #feature .creditContainer li {
  width: fit-content;
  margin-right: 0.7rem;
}
.l-container #feature .creditContainer li a {
  transition: 0.3s;
  text-decoration: none;
  font-size: 1.3rem;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: italic;
  color: #000;
}
.l-container #feature .creditContainer li a:hover {
  opacity: 0.6;
  cursor: pointer;
  text-decoration: none;
}
.l-container #feature .creditContainer li a::after {
  display: none;
}
.l-container #feature .hero {
  margin: 0 auto 0;
  width: 100%;
  position: relative;
}
.l-container #feature .hero__inner {
  width: 140rem;
  margin: 0 auto 0;
}
.l-container #feature .hero__img {
  margin: 0 auto 0;
}
.l-container #feature .container {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.l-container #feature .container__inner {
  width: 140rem;
  margin: 0 auto;
}
.l-container #feature video {
  width: 100%;
  display: block;
}
.l-container #feature .pc-movie {
  position: sticky;
  height: fit-content;
  top: 0;
  left: 0;
}
.l-container #feature .pc-movie .movie-slot {
  width: 100%;
  height: 100%;
}
.l-container #feature .pc-movie .sound-btn {
  position: absolute;
  right: 5rem;
  bottom: 5rem;
  width: 4rem;
  height: 4rem;
  border: none;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 10;
}
.l-container #feature .pc-movie .sound-btn.sound-off {
  background-image: url("../img/sound-off.svg");
}
.l-container #feature .pc-movie .sound-btn.sound-on {
  background-image: url("../img/sound-on.svg");
}
.l-container #feature .pc-flex {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  z-index: 10; /* 固定時に上に重なるように */
}
.l-container #feature .pc-flex .pc-left {
  width: 41%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.l-container #feature .pc-flex .pc-left .top {
  position: relative;
}
.l-container #feature .pc-flex .pc-left .top .imgs-nav {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.5rem;
  color: #000;
  z-index: 10;
  padding: 1rem 2rem;
}
.l-container #feature .pc-flex .pc-left .top .view-all {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  width: 10rem;
  z-index: 10;
  padding: 1rem 2rem;
}
.l-container #feature .pc-flex .pc-left .swiper-container {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.l-container #feature .pc-flex .pc-left .swiper-wrapper {
  height: 100%;
}
.l-container #feature .pc-flex .pc-left .swiper-slide {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.l-container #feature .pc-flex .pc-left .swiper-slide a {
  width: 100%;
  height: 100%;
}
.l-container #feature .pc-flex .pc-left .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.l-container #feature .pc-flex .pc-right {
  position: relative;
  width: 59%;
  height: 100%;
  background: #fff;
  display: block;
  padding: 5rem;
  transition: background-color 0.6s ease;
}
.l-container #feature .pc-flex .pc-right .pc-right-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-container #feature .pc-flex .pc-right.bg-active-bg01 {
  background: #F4EEE4;
}
.l-container #feature .pc-flex .pc-right.bg-active-bg02 {
  background: #916a43;
}
.l-container #feature .pc-flex .pc-right.bg-active-bg03 {
  background: #e4d3d0;
}
.l-container #feature .pc-flex .pc-right.bg-active-bg04 {
  background: #c3d1db;
}
.l-container #feature .pc-flex .pc-right.bg-active-bg05 {
  background: #efefef;
}
.l-container #feature .pc-flex .pc-right.bg-active-bg06 {
  background: #bf3b21;
}
.l-container #feature .pc-flex .pc-right.bg-active-bg07 {
  background: #ced8d1;
}
.l-container #feature .pc-flex .pc-right.bg-active-bg08 {
  background: #91a5c1;
}
.l-container #feature .pc-flex .pc-right.bg-active-bg09 {
  background: #721c24;
}
.l-container #feature .pc-flex .pc-right .btn_div {
  position: absolute;
  top: 5rem;
  right: 4rem;
  z-index: 10;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
.l-container #feature .pc-flex .pc-right .btn_div .pc-allitems_btn {
  width: 12.27rem;
}
.l-container #feature .pc-flex .pc-right .btn_div .pc-stuuff_btn {
  width: 4.12rem;
}
.l-container #feature .pc-flex .pc-right .stuffcredit {
  position: absolute;
  top: 10rem;
  right: 4rem;
  z-index: 11;
  background: transparent; /* 内部ボックスが黒なのでラッパーは透明 */
  width: auto;
  height: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.36s ease, transform 0.36s ease, visibility 0.36s ease;
}
.l-container #feature .pc-flex .pc-right .stuffcredit.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.l-container #feature .pc-flex .pc-right .stuffcredit_box {
  background: #000;
  width: 20.7rem;
  height: 36.8rem;
  padding: 2rem 1rem 2.5rem;
  text-align: right;
  overflow: auto;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  transform: translateY(10px) scale(0.98);
  transition: transform 0.28s cubic-bezier(0.2, 0.9, 0.2, 1), opacity 0.28s ease;
}
.l-container #feature .pc-flex .pc-right .stuffcredit.is-open .stuffcredit_box {
  transform: translateY(0) scale(1);
}
.l-container #feature .pc-flex .pc-right .stuffcredit_job {
  font-size: 1.72rem;
  line-height: 1;
  color: #fff;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 1rem;
}
.l-container #feature .pc-flex .pc-right .stuffcredit_job:first-child {
  margin-top: 0;
}
.l-container #feature .pc-flex .pc-right .stuffcredit_name {
  font-size: 1.47rem;
  line-height: 1;
  color: #fff;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: italic;
  margin-top: 0.5rem;
}
.l-container #feature .pc-flex .pc-right .close_btn {
  position: absolute;
  width: 1.73rem;
  left: 2rem;
  bottom: 2rem;
}
.l-container #feature .pc-flex .pc-right {
  /* small screens adjust */
}
.l-container #feature .pc-flex .pc-right .pc-right-nav {
  width: 100%;
  margin: 0; /* 左寄せ */
  color: #fff;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.l-container #feature .pc-flex .pc-right .pc-right-nav::-webkit-scrollbar {
  display: none;
}
.l-container #feature .pc-flex .pc-right .pc-right-nav .brief-abt {
  margin-bottom: 8rem;
}
.l-container #feature .pc-flex .pc-right .pc-right-nav .brief-abt figure {
  margin: 0;
}
.l-container #feature .pc-flex .pc-right .pc-right-nav .brief-abt .pc-title-figure {
  width: 36.5rem;
  display: block;
}
.l-container #feature .pc-flex .pc-right .pc-right-nav .menu-wrap {
  list-style: none;
  padding: 0;
  margin: 0;
  /* use CSS columns to flow items top-to-bottom in left column first, then continue top-to-bottom in right column */
  column-count: 2;
  column-gap: 9rem;
  /* ensure items don't break across columns */
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.l-container #feature .pc-flex .pc-right .pc-right-nav .menu-wrap li.menu-item {
  display: inline-block; /* keep the whole li as an atomic unit in CSS columns */
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 1.2rem 0;
  cursor: pointer;
  transition: opacity 0.2s ease, background 0.2s ease, border-color 0.25s ease;
  /* prevent breaking across columns */
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  -page-break-inside: avoid;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.l-container #feature .pc-flex .pc-right .pc-right-nav .menu-wrap li.menu-item .menu-thumb {
  display: block;
  height: auto;
  margin-bottom: 0.7rem;
  width: 8.4rem;
}
.l-container #feature .pc-flex .pc-right .pc-right-nav .menu-wrap li.menu-item .menu-thumb.photo-num {
  width: 10.1rem;
}
.l-container #feature .pc-flex .pc-right .pc-right-nav .menu-wrap li.menu-item p {
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.6;
  opacity: 1;
  text-align: left;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: italic;
}
.l-container #feature .pc-flex .pc-right .pc-right-nav .menu-wrap li.menu-item:hover {
  opacity: 0.5;
}
.l-container #feature .pc-flex .pc-right .pc-right-nav .menu-wrap li.menu-item.bordered {
  border-top-color: rgba(0, 0, 0, 0.8);
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.l-container #feature .pc-flex .pc-right .pc-right-nav .menu-wrap li.menu-item.menu-flex {
  display: inline-flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.6rem 0 1rem;
}
.l-container #feature .pc-flex .pc-right .pc-right-nav .menu-wrap li.menu-item.menu-flex .menu-thumb {
  flex-shrink: 0;
  margin-bottom: 0;
  margin-top: 0.2rem;
}
.l-container #feature .pc-flex .pc-right .pc-right-nav .menu-wrap li.menu-item.menu-flex p {
  min-width: 0;
}
.l-container #feature .pc-flex .pc-right .pc-right-nav .menu-wrap {
  /* prevent anchor overlay inside menu items (global a::after used elsewhere) */
}
.l-container #feature .pc-flex .pc-right .pc-right-nav .menu-wrap .menu-item a::after {
  display: none !important;
}
.l-container #feature .pc-flex .pc-right .pc-right-nav .menu-wrap .menu-item:focus {
  outline: none;
}
.l-container #feature .fadeUp-hidden {
  opacity: 0;
  transition: 1s ease all;
  transform: translateY(10rem);
}
.l-container #feature .animate-active {
  opacity: 1;
  transform: translateY(0) translateX(0) translateZ(0);
}

.pc-footer {
  margin: 0;
}

.l-footer {
  padding-top: 0;
}

.feature-snslist {
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (min-width: 751px) {
  .sp-stuuff_btn, .stuffcredit_title, .sp_movie {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .l-container #feature .pc-flex .pc-right .stuffcredit {
    top: 4rem;
    right: 1.2rem;
  }
  .l-container #feature .pc-flex .pc-right .stuffcredit_box {
    width: calc(100% - 3rem);
    height: auto;
    max-height: 60vh;
    padding: 1.2rem;
  }
}
@media screen and (max-height: 900px) {
  .l-container #feature .pc-flex .pc-right .pc-right-nav .brief-abt {
    margin-bottom: 5rem;
  }
}
@media screen and (max-height: 750px) {
  .l-container #feature .pc-flex .pc-right .pc-right-nav .brief-abt {
    margin-bottom: 3rem;
  }
}
@media screen and (max-height: 600px) {
  .l-container #feature .pc-flex .pc-right .pc-right-nav .brief-abt {
    margin-bottom: 1.5rem;
  }
}