@charset "UTF-8";

:root {
  --page-padding-width: clamp(20px, 5%, 80px);
  --contents-margin-top: 40px;
}

body,
p {
  margin: 0;
  color: #0A0102;
  font-size: 15px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

.bg-color {
  background-color: #fff;
  padding: 3em 0;
}

h2 {
  margin-bottom: 0 !important;
}




@media (min-width:1000px) {

  body,
  p {
    font-size: 16px;
  }
}

/* ---------- 共通ルール ---------- */
.--pc {
  display: none !important;
}

.--sp {
  display: block;
}

.detail__writerInfo {
  color: #333;
  line-height: 1.6;
}

aside {
  padding-bottom: 30px;
}

.fadeIn_up {
  transition: 1s;
}

.text-shadow {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.fadeIn_left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.fadeIn_left.is-show {
  transform: translateX(0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 1s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.fadeIn_right.is-show {
  transform: translateX(0);
  opacity: 1;
}

.fadeIn_down {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.fadeIn_down.is-show {
  transform: translateY(0);
  opacity: 1;
}

.fadeIn {
  opacity: 0;
  transition: all 1s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.fadeIn.is-show {
  opacity: 1;
}

.delay02 {
  transition-delay: 0.2s;
}

.delay04 {
  transition-delay: 0.4s;
}

.delay06 {
  transition-delay: 0.6s;
}

.delay08 {
  transition-delay: 0.8s;
}

.delay10 {
  transition-delay: 1s;
}

.zoom-out {
  overflow: hidden;
}

.zoom-out.active img {
  width: 100%;
  height: auto;
  animation: animationZoomOut 10s ease-in-out forwards;
}

figcaption {
  color: #555;
  font-size: 12px;
  line-height: 1.6;
  padding: 12px 0px;
}

figcaption a {
  text-decoration: underline;
}


@keyframes animationZoomOut {
  0% {
    transform: scale(1.07)
  }

  100% {
    transform: scale(1)
  }
}

.full-width {
  width: calc(100% + (var(--page-padding-width)* 2));
  max-width: none;
  margin-left: calc(var(--page-padding-width)* -1);
}

.title-feature {
  display: block;
  width: 22%;
  max-width: 90px;
  margin: 0 auto 100px;
  padding: 100px 0;
}

.content-padding {
  padding: 30px var(--page-padding-width);
}

.content-bg {
  margin: 0 15px;
  padding: var(--page-padding-width);
  background: #32312F;
}

.pagination {
  margin-bottom: 2rem;
}

.pagination-link {
  display: block;
  text-align: center;
  margin-bottom: 35px;
  text-decoration: underline;
  color: #313131 !important;
}

.pagination ul li.current a {
  background: #0A0102;
}

@media (min-width: 768px) {

  .--sp {
    display: none;
  }

  .--pc {
    display: block !important;
  }

  .content-bg {
    margin: 0 var(--page-padding-width);
  }

}



/* ---------- main-contents ---------- */

.main-contents {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #464646;
  background: #ffffff;
}

.main-contents * {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  color: #464646;
}



.main-contents__img {
  display: none;
  background: #F3EBDE;
}

.main-contents__block {
  overflow: hidden;
}

@media (min-width: 768px) {
  .main-block:after {
    width: 45%;
    min-width: 400px;
    max-width: 600px;
    left: unset;
    right: 0;
  }

  .main-contents__img {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    top: 0;
  }

  .main-contents__img .scroll-box {
    width: 100%;
    height: 100dvh;
    margin: auto;
    display: block;
    visibility: hidden;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    /* フェード速度 */
    transition: 2s;
    opacity: 0;
  }

  .main-contents__img .scroll-box:first-child,
  .main-contents__img .scroll-box.active {
    visibility: visible;
    opacity: 1;
  }

  .--sec01 .main-contents__img .scroll-box02 img {
    object-position: 70%;
  }

  .--sec03 .main-contents__img .scroll-box01 img {
    object-position: center center;
  }

  .main-contents__block {
    width: 100%;
  }
}



/* ---------- interview ---------- */
.interview-box {
  margin-bottom: 40px;
  line-height: 2;
}

.interview-box span {
  font-size: 12px;
}

.interview-box:last-of-type {
  margin-bottom: 0;
}

.interview-box__question {
  margin-bottom: 15px;
}

.interview-box__question::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 1px;
  margin: 0 10.5px 5px 0;
  background: #0A0102;
}

.interview-box__question,
.interview-box__answer {
  line-height: 2 !important;
}

/* ---------- KV ---------- */

.kv-container {
  position: relative;
  padding: 0;
}

.kv-container__inner {
  position: relative;
  background-image: url("https://fcdn.pivim.jp/img/feature/feature20250704/kv-sp.jpg");
  width: 100%;
  aspect-ratio: 375 / 667;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.kv-container__logo {
  width: 78px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.kv-container__title-box {
  position: absolute;
  bottom: 190px;
  left: 50%;
  transform: translateX(-50%);
  width: 335px;
}

.kv-title {
  width: 60px;
}

.kv-title__inner {
  position: relative;
  width: 100%;
  background-image: url("https://fcdn.pivim.jp/img/feature/feature20250425/kv-title-sp.png");
  aspect-ratio: 375 / 323;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


@media (min-width: 768px) {

  .kv-container__inner {
    background-image: url("https://fcdn.pivim.jp/img/feature/feature20250704/kv.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    aspect-ratio: 1920 / 1080;
  }



  .kv-container__logo {
    width: 25%;
    max-width: 120px;
    position: absolute;
    top: 20px;
    left: 7%;
  }


  .kv-container__title-box {
    width: 40%;
    bottom: 210px;
  }

  .kv-container__logo.--sp {
    display: none;
  }

  .kv-container__logo.--pc {
    display: block;
  }
}


/* ----------- sec-title ------------ */
.intro-wrap {
  background-image: url("https://fcdn.pivim.jp/img/feature/feature20250704/index-01-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  aspect-ratio: 375 / 666;
  display: flex;
  align-items: center;
  justify-content: right;
}

.intro-box {
  background-color: rgba(255, 255, 255, 0.72);
  padding: 20px;
  width: 100%;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
}

.intro__text {
  margin-top: 1rem;
}

.intro__text:nth-of-type(1) {
  margin-top: 0;
}

.sec-title {
  width: 100%;
  height: auto;
  background: url('https://fcdn.pivim.jp/img/feature/feature20250704/title01.jpg') no-repeat;
  background-size: cover;
  background-position: bottom center;
  aspect-ratio: 679 / 679;
  position: relative;
}

.sec-title__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.sec-title__logo {
  width: 50px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
}

.sec-title__title {
  position: relative;
  width: 100%;
  height: 100%;
}

.sec-title__main {
  position: absolute;
  width: 73%;
  max-width: 477px;
  right: 20px;
  bottom: -3%;
}

.--sec01 .sec-title__logo {
  left: unset;
  left: 20px;
}

@media (min-width: 768px) {
  .intro-wrap {
    background-image: url("https://fcdn.pivim.jp/img/feature/feature20250704/index-01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    aspect-ratio: 1920 / 1080;
    display: flex;
    align-items: center;
    justify-content: right;
  }

  .sec-title__logo {
    width: 90px;
    top: 30px;
    left: 30px;
  }

  .--sec01 .sec-title__logo {
    right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .intro-box {
    background-color: rgba(255, 255, 255, 0.72);
    padding: 30px;
    width: 42%;
    margin: 3% 8% 3% auto;
    height: auto;
  }
}

@media (min-width: 901px) {
  .intro-box {
    background-color: rgba(255, 255, 255, 0.72);
    padding: 70px;
    width: 35%;
    max-width: 680px;
    margin: 3% 9% 3% auto;
    display: block;
    height: auto;
  }
}


/* ---------- sec01 ---------- */

.sec-main {
  background: #ffffff;
  position: relative;
  padding: 0 0 60px;
}

.index {
  position: relative;
}

.index-text {
  font-family: HelveticaNeue, sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
}

.index-list {
  margin-top: 30px;
  list-style: none;
}

.index-list__item {
  display: flex;
  line-height: 1.6;
}

.index-list__item a {
  font-size: 16px;
}

.contents-text {
  margin-top: 1.5rem;
}

.contents-text:nth-of-type(1) {
  margin-top: 0;
}

.index-text-box {
  width: 100%;
  padding: 127px 20px;
  background: #D8B898;
}

.index-list__item:not(:last-child) {
  margin-bottom: 20px;
}

.index-img {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.index-title-img {
  width: 53%;
  position: absolute;
  right: 5%;
  bottom: 10%;
}

.sec-wrap {
  display: flex;
  flex-flow: column;
  gap: 30px;
  justify-content: center;
}

.sec-img {
  width: 100%;
  position: relative;
}

.contents-text-box {
  width: 100%;
  padding: 0 20px;
  z-index: 10;
  position: relative;
}

.sec01-01__content {
  margin-top: 60px;
  flex-flow: column-reverse;
}

.sec01-02__content {
  margin-top: 60px;
  gap: 60px;
}

.sec01-03 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 55px;
  position: relative;
}

.sec01-03 img {
  width: 50%;
  height: 100%;
}

.sec01-03 figcaption {
  margin: 0 auto;
}

.movie {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 60px;
}

.sec01-04 {
  margin-top: 60px;
}

.sec-color-wrap {
  background: #D8B898;
  padding-bottom: 60px;
}

.sec01-05 {
  padding: 60px 20px 0;
  width: 100%;
}

.sec01-06 {
  position: relative;
  width: 100%;
  margin: 60px auto 0;
  aspect-ratio: 1536 / 864;
}

.sec01-06-02 {
  position: absolute;
  width: 75%;
  top: 0;
  left: 0;
  z-index: 8;
}

.sec01-06-03 {
  position: absolute;
  width: 42%;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.sec01-07 {
  margin: 60px auto 0;
}

.sec01-08 {
  width: 100%;
  margin: 70px auto 0;
  position: relative;
  aspect-ratio: 375 / 449;
}

.sec01-08-01 {
  position: absolute;
  width: 54%;
  top: 0;
  left: 0;
  z-index: 9;
}

.sec01-08-02 {
  position: absolute;
  width: 54%;
  bottom: 0;
  right: 0;
  z-index: 8;
}

.sec01-01 figcaption,.sec01-02 figcaption,.sec01-03 figcaption {
  padding: 12px 20px 0;
}

@media (min-width: 768px) {

  .sec-main {
    background: #ffffff;
    position: relative;
    padding: 0 0 195px;
  }

  .sec-main::before {
    content: "";
    background: #D8B898;
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

  }

  .index-text-box {
    width: 40%;
    max-width: 760px;
    margin-left: 7%;
    padding: 220px 0;
  }

  .index-list__item:not(:last-child) {
    margin-bottom: 5px;
  }

  .index-list__item {
    line-height: 1.4;
  }

  .index-list__item a {
    font-size: 18px;
  }

  .index-img {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }

  .index-title-img {
    width: 44%;
    max-width: 675px;
    position: absolute;
    right: 3%;
    bottom: 5%;
  }

  .sec-wrap {
    display: flex;
    flex-flow: row;
    gap: 6%;
    justify-content: center;
    align-items: center;
  }

  .sec-img {
    width: 40%;
    max-width: 760px;
    position: relative;
  }

  .contents-text-box {
    width: 40%;
    padding: 0;
    max-width: 760px;
    z-index: 10;
    position: relative;
  }

  .sec01-01__content {
    margin-top: 248px;
    flex-flow: row;
  }

  .sec01-02__content {
    margin-top: 142px;
  }

  .sec01-03 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 160px;
  }

  .sec01-03 img {
    width: 50%;
    height: 100%;
  }

  .sec01-03 figcaption {
    margin: 0 auto;
  }

  .movie {
    width: 60%;
    max-width: 1152px;
    margin: 0 auto 200px;
  }

  .sec01-04 {
    margin-top: 172px;
  }

  .sec01-05 {
    margin-left: 53%;
    padding: 0;
    width: 40%;
  }

  .sec-color-wrap {
    background: none;
    padding-bottom: 0;
  }

  .sec01-06 {
    position: relative;
    width: 80%;
    margin: 200px auto 0;
    aspect-ratio: 1536 / 864;
  }

  .sec01-06-02 {
    position: absolute;
    width: 75%;
    top: 0;
    left: 0;
    z-index: 8;
  }

  .sec01-06-03 {
    position: absolute;
    width: 42%;
    bottom: 0;
    right: 0;
    z-index: 9;
  }

  .sec01-07 {
    margin: 184px auto 0 7%;
  }

  .sec01-08 {
    width: 92%;
    margin: 200px auto 0;
    position: relative;
    aspect-ratio: 1760 / 1440;
  }

  .sec01-08-01 {
    position: absolute;
    width: 37%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
  }

  .sec01-08-02 {
    position: absolute;
    width: 37%;
    bottom: 0;
    right: 0;
    z-index: 8;
  }

  .sec01-01 figcaption,.sec01-02 figcaption,.sec01-03 figcaption {
    padding: 12px 0 0;
  }
}



/* ---------- sec02 ---------- */
.--sec02 .sec-title {
    background: url(https://fcdn.pivim.jp/img/feature/feature20250704/kv-02-sp.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    aspect-ratio: 375 / 667;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.--sec02 .sec-title__main {
  position: absolute;
  width: 53%;
  max-width: 675px;
  right: 5%;
  bottom: 40px;
}

.sec-title-text-box {
  background-color: rgba(34, 34, 34, 1);
  padding: 100px 20px;
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  z-index: 10;
}

.sec-title-text-box .contents-text {
  color: #ffffff;
}

.sec02-01__content {
  flex-direction: column-reverse;
}

.sec02-02_03__content {
  margin: 55px auto 0;
  gap: 60px;
}

.sec02-03 {
  position: relative;
  aspect-ratio: 760 / 800;
}

.sec02-03-01 {
  position: absolute;
  width: 55%;
  top: 0;
  left: 0;
  z-index: 9;
}
.sec02-03-02 {
  position: absolute;
  width: 55%;
  bottom: 0;
  right: 0;
  z-index: 8;
}

.sec02-04 {
  position: relative;
  margin: 60px auto 0;
}


.sec02-06__content {
  margin: 60px auto 0;
  flex-direction: column-reverse;
  gap: 60px;
}

.sec02-07__content {
  margin: 60px auto 0;
}

.sec02-07 {
  position: relative;
  aspect-ratio: 760 / 428;
}

.sec02-07-01 {
  position: absolute;
  width: 84%;
  top: 0;
  left: 0;
  z-index: 8;
}

.sec02-07-02 {
  position: absolute;
  width: 52%;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.sec02-09 {
  margin: 60px auto 0;
}

.sec02-10 {
  margin: 60px 0 0;
  padding: 0 20px 0;
  width: 100%;
  position: relative;
}

.information-img {
  width: 45%;
  margin-bottom: 40px;
}

.shop-info {
  margin: 60px 0 0;
  align-items: start;
  flex-direction: column-reverse;
  gap: 60px;
}

.shop-info th {
  width: 5em;
}

.shop-caption {
  margin: 40px 0 0;
}

.specialpresent-wrap {
  background: #D8B898;
  padding: 4%;
  margin: 0 auto;
}
.specialpresent {
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 5% 20px;
}

.specialpresent .contents-text-box {
  padding: 0;
}

.specialpresent-title {
  text-align: center;
  font-weight: 600;
  width: 100%;
  font-family: HelveticaNeue, sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
  color: #D8B898;
}

.specialpresent-title__sub {
  font-size: 18px;
  padding-bottom: 40px;
}

.specialpresent-button {
  display: inline-block;
  margin-top: 40px;
}

.specialpresent-button a {
  background: #D8B898;
  color: #ffffff;
  width: 300px;
  height: 60px;
  text-align: center;
  display: block;
  line-height: 60px;
  border-radius: 5px;
}

.sec02-05, .sec02-08{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 55px;
  position: relative;
}

.sec02-05 img, .sec02-08 img {
  width: 50%;
  height: 100%;
}

.sec02-01 figcaption,.sec02-05 figcaption, .sec02-08 figcaption {
  padding: 12px 20px 0;
}




@media (min-width: 768px) {
  .--sec02 .sec-main {
    padding: 200px 0 0;
  }
  
  .--sec02 .sec-title {
    background: url(https://fcdn.pivim.jp/img/feature/feature20250704/kv-02.jpg) no-repeat;
    width: 100%;
    aspect-ratio: 1920 / 1080;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* padding: 192px 0 0 0; */
  }

  .--sec02 .sec-title__main {
    position: absolute;
    width: 35%;
    max-width: 675px;
    right: 9%;
    bottom: 40px;
  }

  .sec-title-text-box .contents-text {
    color: #ffffff;
  }
  
  .sec02-01__content {
    flex-direction: row;
  }

  .sec02-02_03__content {
    margin: 116px auto 0;
    gap: 6%;
  }

  .sec02-03 {
    position: relative;
    aspect-ratio: 760 / 800;
  }

  .sec02-03-01 {
    position: absolute;
    width: 48%;
    top: 0;
    left: 7%;
    z-index: 9;
  }
  .sec02-03-02 {
    position: absolute;
    width: 48%;
    bottom: 0;
    right: 7%;
    z-index: 8;
  }

  .sec02-04 {
    width: 80%;
    position: relative;
    margin: 200px auto 0;
  }

  .sec02-05,.sec02-08 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 160px;
  }

  .sec02-05 img,.sec02-08 img {
    width: 50%;
    height: 100%;
  }

  .sec02-01 figcaption,.sec02-05 figcaption,.sec02-08 figcaption {
    margin: 0 auto;
  }

  .sec02-06__content {
    margin: 183px auto 0;
    flex-direction: row;
    gap: 6%;
  }

  .sec02-07__content {
    margin: 195px auto 0;
  }

  .sec02-07 {
    position: relative;
    aspect-ratio: 760 / 428;
  }

  .sec02-07-01 {
    position: absolute;
    width: 84%;
    top: 0;
    left: 0;
    z-index: 8;
  }

  .sec02-07-02 {
    position: absolute;
    width: 52%;
    bottom: 0;
    right: 0;
    z-index: 9;
  }

  .sec02-09 {
    margin: 172px auto 0;
  }

  .sec02-10 {
    /* margin: 200px 0 0; */
    margin-left: 53%;
    padding: 200px 0 0;
    width: 40%;
  }

  .information-img {
    width: 45%;
    margin-bottom: 66px;

  }
  .shop-info {
    margin: 200px 0 0;
    align-items: start;
    flex-direction: row;
    gap: 6%;
  }

  .shop-caption {
    margin: 60px 0 0;
  }

  .specialpresent-wrap {
    background: #D8B898;
    padding: 4%;
    margin: 200px auto 0;
  }
  .specialpresent {
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 4% 3% 6%;
  }

  .specialpresent .contents-text-box {
    padding: 0 20px;
  }

  .specialpresent-title {
    text-align: center;
    font-weight: 600;
    width: 100%;
    font-family: HelveticaNeue, sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 60px;
    color: #D8B898;
  }

  .specialpresent-title__sub {
    font-size: 22px;
  }

  .specialpresent-img,.specialpresent-text {
    width: 51%;
  }

  .specialpresent-button {
    display: inline-block;
    margin-top: 40px;
  }

  .specialpresent-button a {
    background: #D8B898;
    color: #ffffff;
    width: 400px;
    height: 80px;
    text-align: center;
    display: block;
    line-height: 80px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .sec-title-text-box {
    background-color: rgba(34, 34, 34, 1);
    padding: 70px 20px;
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    z-index: 10;
  }

}

@media (min-width: 901px) and (max-width: 1299px) {
  .sec-title-text-box {
    background-color: rgba(0, 0, 0, 0.7);
    /* padding: 3vh 50px; */
    padding: 3%;
    /* width: 45%; */
    width: 54%;
    height: auto;
    position: absolute;
    top: 5vh;
    right: 9%;
  }
}

@media (min-width: 1300px) and (max-width: 1529px) {
  .sec-title-text-box {
    background-color: rgba(0, 0, 0, 0.7);
    /* padding: 3vh 50px; */
    padding: 6% 4%;
    /* width: 45%; */
    width: 650px;
    height: auto;
    position: absolute;
    top: 10vh;
    right: 9%;
  }
}

@media (min-width: 1530px) {
  .sec-title-text-box {
    background-color: rgba(0, 0, 0, 0.7);
    /* padding: 3vh 50px; */
    padding: 6% 4%;
    /* width: 45%; */
    width: 650px;
    height: auto;
    position: absolute;
    top: 20vh;
    right: 9%;
  }
}