/* ===============================================
  * COMMON *
=============================================== */
:root {
  --spacer-xxs: 1.5rem;
  --spacer-xs: 2rem;
  --spacer-s: 1.8rem;
  --spacer-m: 4rem;
  --spacer-l: 5rem;
  --spacer-xl: 6rem;
  --padding-horizontal: 5.2%;
  --transition-duration: 1.5s;
}


@media (min-width: 769px) {
  :root {
    --spacer-xxs: 3rem;
    --spacer-xs: 4rem;
    --spacer-s: 3rem;
    --spacer-m: 8rem;
    --spacer-l: 10rem;
    --spacer-xl: 12rem;
    --padding-horizontal: min(4.54%, 5rem);
  }
}

.header[data-header-theme="light"].c-active,
.header[data-header-theme="dark"] {
  background: transparent;
}

.main-area.lp {
  margin-bottom: 0 !important;
}

.lp_area img {
  width: 100%;
  height: auto;
}

.maivsiual {
  position: relative;
}

.lp_area .slick-slide {
  height: fit-content;
}

.slider-container {
  position: relative;
}

.main-container {
  font-family: "ryo-text-plusn", serif;
  font-weight: 400;
  font-style: normal;
  color: #250D00;
  overflow: clip;
}

.main-container p {
  color: #250D00;
}

.main-container .nav li.active p {
  color: #FFEFEF;
}

.main-container .nav li.active {
  background-color: #250D00;
}

.main-container .nav li a {
  width: 100%;
}

.mucha_font {
  font-family: var(--font-mucha);
}

.font_en {
  font-family: "adobe-garamond-pro", serif;
}

/*
 * Text
 */

/* pc */
body,
html {
  height: 100%;
  margin: 0 auto;
}

/*疑似要素でbody全体に画像を配置*/
body:before {
  content: "";
  /*中身はブランク*/
  display: block;
  background: url(../img/bgimg_pc.jpg) center/100% no-repeat;
  background-repeat: no-repeat;
  /*画像を繰り返さない*/
  background-size: cover;
  /*画面サイズいっぱいに表示*/
  background-position: center top;
  width: 100%;
  /*横幅いっぱいに表示*/
  height: 100vh;
  /*立幅いっぱいに表示*/
  position: fixed;
  /*固定*/
  z-index: -1;
  /*全ての要素より順位を下げる*/
}



.main-container .nav {
  font-size: 1.8rem;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.main-container .nav ul {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.main-container .nav li {
  display: flex;
  justify-content: center;
  width: 100%;
  color: #250D00;
  background-color: #FFEFEF;
  border-width: 1px;
  border-style: solid solid none none;
}

.main-container li.nav02 {
  border-style: solid none none none;
}

.main-container .nav p {
  width: 100%;
  height: 6rem;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

.main-container .lineclip {
  width: 50rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.2rem;
}

.main-container .line_text {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: 5rem;
}

.main-container .line_under_text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 11.3rem;
}

.main-container .line {
  text-align: center;
}

.main-container .line img {
  width: 100rem;
}

/* font-size */
.main-container .sectop_head {
  font-size: 4rem;
  text-align: center;
  color: #250D00;
  letter-spacing: 0.08em;
}

/* sec01 */

.main-container .sectop_textArea {
  text-align: center;
  color: #250D00;
}

.main-container .sec01 .sectop_head {
  margin-bottom: 4.4rem;
}

.main-container .sectop_text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2;
}

.main-container .sectop_text_02 {
  text-decoration: underline;
}

.main-container .sec01inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (min-width: 768px) {
  .main-container .sec01inner {
    justify-content: center;
    display: flex;
    gap: 8rem;
    flex-direction: row-reverse;
    margin-top: 11.6rem;
  }

  .main-container .sec01inner+.sec01inner {
    margin-top: 12rem;
  }

  .main-container .sec01inner .inner_textArea {
    width: 38rem;
    text-align: center;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-container .sec01inner .inner_textArea a {
    font-size: 1.8rem;
    text-decoration: none;
    line-height: 1.8;
  }
}

.main-container .inner_img {
  width: 38rem;
}


.main-container .inner_text {
  font-size: 2.2rem;
  line-height: 2.1818;
  letter-spacing: 0.08em;
  margin-bottom: 3rem;
  color: #250D00;
}

.main-container .inner_textArea a {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  text-decoration: underline;
}

.main-container .sec01inner_02 {
  flex-direction: row;
}



.main-container .viewAll {
  width: 27rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12rem;
}

/* sec02 */
.main-container .js-fade-img {
  width: 90rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14.5rem;
}

.main-container .js-fade-img .credit_link {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  text-decoration: underline;
}

.main-container .slick-track {
  width: 30rem;
}




.main-container .wrapping_img {
  width: 26rem;
  margin-bottom: 6rem;
}

.main-container .buyBtn {
  width: 25rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12rem;
  margin-top: 12rem;
}


/* ===============================================
  * lp *
=============================================== */
/* sp */
@media (max-width: 768px) {

  .main-container .nav {
    font-size: calc(12 * (100vw / 375));
  }

  .main-container .nav p {
    height: calc(40 * (100vw / 375));
    font-size: calc(12* (100vw /375));
    letter-spacing: 0.08em;
  }

  .main-container .lineclip {
    width: calc(350 * (100vw / 375));
    margin-bottom: calc(32 * (100vw / 375));
  }

  .main-container .line_text {
    font-size: calc(16 * (100vw / 375));
    margin-top: calc(24* (100vw /375));
  }

  .main-container .line_under_text {
    font-size: calc(14 * (100vw / 375));
    margin-bottom: calc(93 * (100vw / 375));
  }

  .main-container .line img {
    width: calc(350 * (100vw / 375));
  }




  /* sec01 */


  .main-container .sectop_head {
    font-size: calc(28 * (100vw / 375));
    line-height: 1.5;
  }

  .main-container .sectop_text {
    font-size: calc(14 * (100vw / 375));
  }

  .main-container .sec01 .sectop_head {
    margin-bottom: calc(35 * (100vw / 375));
  }

  .main-container .inner_img {
    width: calc(350 * (100vw / 375));
    margin-left: auto;
    margin-right: auto;
  }

  .main-container .sec01inner {
    flex-direction: column;
    width: calc(350* (100vw /375));
    margin-top: calc(94* (100vw /375));
    gap: calc(14* (100vw /375));
  }

  .sec01inner+.sec01inner {
    margin-top: calc(54* (100vw /375));
  }

  .main-container .inner_text {
    font-size: calc(18 * (100vw / 375));
    text-align: center;
    line-height: 2;
    margin-bottom: calc(24 * (100vw / 375));
  }

  .main-container .inner_textArea a {
    font-size: calc(16 * (100vw / 375));
    text-align: center;
    display: block;
    text-decoration: none;
    line-height: 1.8;
  }

  .main-container .viewAll {
    width: calc(187 * (100vw / 375));
    margin-bottom: calc(101 * (100vw / 375));
  }

  /* sec02 */
  .main-container .js-fade-img {
    width: calc(350 * (100vw / 375));
    margin-bottom: calc(149 * (100vw / 375));
  }

  .main-container .js-fade-img .credit_link {
    font-size: calc(14 * (100vw / 375));
    margin-left: calc(4 * (100vw / 375));
  }

  .main-container .buyBtn {
    width: calc(250 * (100vw / 375));
    margin-bottom: calc(79 * (100vw / 375));
    margin-top: calc(83* (100vw /375));
  }
}

.footer {
  z-index: 999;
}





/* ===============================================
  * アニメーション - 1 *
=============================================== */

/* 普通フェード */
/* .main-container .js_fade {
  opacity: 0;
  transition-duration: 1s;
  transition: ease-in, opacity 2500ms, transform 1000ms;
}

.main-container .js_fade.active {
  opacity: 1;
} */

.sec01 .sectop_textArea .js_fade,
.sec02 .js_fade {
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 1s;
  transition: ease-in, opacity 2500ms, transform 1000ms;
  overflow: hidden;
}

.sec01 .sectop_textArea .js_fade.active,
.sec02 .js_fade.active {
  opacity: 1;
  transform: scale(1);
}

.sec01 .sectop_textArea .js_fade.active:hover {
  opacity: 0.6;
}

.sec01inner .js_fade {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  z-index: 2;
  transition: 1.2s 0.6s;
}

.sec01inner .js_fade.active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

























.sec01 .sectop_textArea {
  display: flex;
  flex-direction: column;
  gap: calc(76* (100vw /375));
  margin-top: calc(74* (100vw /375));
}

.sec01 .sectop_textArea .sectop_text {
  position: relative;
  font-size: calc(22* (100vw /375));
  line-height: 1.56;
}

.sec01 .sectop_textArea .sectop_text span {
  font-size: calc(16* (100vw /375));
  letter-spacing: 0.08em;
}

.sec01 .sectop_textArea .sectop_text::before {
  content: "";
  position: absolute;
  background: #250D00;
  width: 1px;
  height: calc(60* (100vw /375));
  top: calc(73* (100vw /375));
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .sec01 .sectop_textArea {
    gap: 8.9rem;
    width: 54rem;
    margin: 9rem auto 0;
  }

  .sec01 .sectop_textArea .sectop_text {
    font-size: 2.5rem;
    line-height: 1.38;
  }

  .sec01 .sectop_textArea .sectop_text span {
    font-size: 1.8rem;
  }

  .sec01 .sectop_textArea .sectop_text::before {
    height: 6rem;
    top: 9.3rem;
  }
}


.sec02 {
  background: rgba(255, 221, 221, 0.5);
  padding: calc(71* (100vw /375)) 0;
  margin-top: calc(75* (100vw /375));
}

.sec02 .sectop_head {
  position: relative;
  width: fit-content;
  margin: auto;
}

.sec02 .sectop_head::before,
.sec02 .sectop_head::after {
  content: "";
  position: absolute;
  top: calc(33* (100vw /375));
  display: block;
  background: url(../img/img_ttlStar.svg) center/100% no-repeat;
  width: calc(16 * (100vw / 375));
  height: calc(16 * (100vw / 375));
}

.sec02 .sectop_head::before {
  left: calc(-29* (100vw /375));
}

.sec02 .sectop_head::after {
  right: calc(-29* (100vw /375));
}

.sec02 .sectop_text {
  margin-top: calc(39* (100vw /375));
  line-height: 1.8;
  font-size: calc(16* (100vw /375));
}

@media screen and (min-width: 768px) {
  .sec02 {
    padding: 11.8rem 0 11.4rem;
    margin-top: 12rem;
  }

  .sec02 .sectop_head::before,
  .sec02 .sectop_head::after {
    top: 0.4rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .sec02 .sectop_head::before {
    left: -4.3rem;
  }

  .sec02 .sectop_head::after {
    right: -4.3rem;
  }

  .sec02 .sectop_text {
    margin-top: 4.4rem;
    font-size: 1.8rem;
  }
}

/* ------------------------------------------------
  fv-area__slider--item
  ------------------------------------------------ */
.fv-area__slider {
  margin-top: calc(42* (100vw /375));
}

.fv-area__slider--item .--img {
  transition: transform 0.5s ease, opacity 0.5s;
  transform: scale(1);
  display: block;
  border-radius: calc(16* (100vw /375));
  overflow: hidden;
}

.fv-area__slider--item:not(.slick-center) .--img {
  transform: scale(0.857);
}

.fv-area__slider--item .credit-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: calc(25* (100vw /375));
  gap: calc(7* (100vw /375));
  transition: opacity 0.5s ease;
  opacity: 1;
}

.fv-area__slider--item:not(.slick-center) .credit-wrap {
  opacity: 0;
}

.fv-area__slider--item .credit-wrap a {
  display: inline-block;
  font-size: calc(16* (100vw /375));
  text-align: center;
  line-height: 1.8;
  white-space: nowrap;
  letter-spacing: 0.08em;
}

#js-fv-slider .slick-arrow {
  position: absolute;
  top: calc(171* (100vw /375));
  width: calc(30* (100vw /375));
  z-index: 2;
  cursor: pointer;
}

#js-fv-slider .prev_icon {
  left: calc(12* (100vw /375));
}

#js-fv-slider .next_icon {
  right: calc(12* (100vw /375));
  left: initial;
}

@media screen and (max-width: 767px) {
  .fv-area__slider--item {
    width: calc(280* (100vw /375));
    margin: 0 calc(3* (100vw / 375));
    overflow: visible;
  }

  #js-fv-slider img {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .fv-area__slider {
    width: 114rem;
    margin: 7.3rem auto 0;
  }

  .fv-area__slider--item .--img {
    border-radius: 2rem;
  }

  .fv-area__slider--item:not(.slick-center) .--img {
    transform: scale(0.789);
  }

  .fv-area__slider--item .credit-wrap {
    margin-top: 4.3rem;
    gap: 1rem;
  }

  .fv-area__slider--item .credit-wrap a {
    font-size: 1.8rem;
  }

  .fv-area__slider--item {
    width: 38rem;
    margin: 0 2rem;
  }

  #js-fv-slider .slick-arrow {
    top: 21.1rem;
    width: 7rem;
  }

  #js-fv-slider .prev_icon {
    left: 33rem;
  }

  #js-fv-slider .next_icon {
    right: 33rem;
  }

  #js-fv-slider img {
    position: relative;
  }

}

@media screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}