/* ===============================================
  * 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;
}

.main-container p {
  color: #250D00;
}

.main-container .nav li.active p {
  color: #fff;
}

.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 */
.maivsiual {
  margin-bottom: 11.8rem;
}

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: #fff;
  border-width: 1px;
  border-style: solid solid none none;
}

.main-container li.nav03 {
  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;
}

.main-container .lineclip {
  width: 50rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.2rem;
}

.main-container .line_text {
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 3.8rem;
}

.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_under_text.js_fade {
  transition-delay: 0.45s
}

.main-container .line {
  text-align: center;
}

.main-container .line img {
  width: 100rem;
}

/* font-size */
.main-container .sectop_head {
  font-size: 7.2rem;
  text-align: center;
  color: #250D00;
  letter-spacing: 0.08em;
}

/* sec01 */

.main-container .sec01 {
  margin-top: 11.5rem;
}

.main-container .sectop_textArea {
  margin-bottom: 7.1rem;
  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 {
  width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 8rem;
  margin-bottom: 5rem;
}

.main-container .inner_img {
  width: 38rem;
}

.main-container .inner_textArea {
  margin-top: 7.9rem;
  color: #250D00;
}

.main-container .inner_textArea.js_fade {
  transition-delay: 0.5s;
}

.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 li {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

.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-reverse;
}

.main-container .sec01inner_02 .inner_textArea {
  margin-top: 9.5rem;
}

.main-container .sec01inner_03 {
  margin-bottom: 8rem
}

.main-container .sec01inner_03 .inner_textArea {
  margin-top: 9.5rem;
}

.main-container .viewAll {
  width: 27rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12rem;
}

/* sec02 */
.main-container .sec02 {
  margin-top: 11.3rem;
}

.main-container .sec02 .sectop_head {
  margin-bottom: 4.3rem;
}

.main-container .sec02 .sectop_textArea {
  margin-bottom: 6.5rem;
}

.main-container .js-fade-img {
  width: 90rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14.5rem;

}

.main-container .ranking_detail {
  position: relative;
}

.main-container .js-fade-img .ranking_detail li {
  width: 29.8rem !important;
  margin-bottom: 0.8rem;
}

.main-container .js-fade-img .ranking_detail .icon {
  font-size: 2.2rem;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #250D00;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 16px;
  left: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.main-container .js-fade-img .ranking_detail .icon01 {
  background-color: #B4A31F;
}

.main-container .js-fade-img .ranking_detail .icon02 {
  background-color: #ACACAC;
}

.main-container .js-fade-img .ranking_detail .icon03 {
  background-color: #9F8A5A;
}


.main-container .js-fade-img .product_text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 1rem;
}

.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 .sec02 .viewAll {
  margin-bottom: 10.9rem;
}

/* sec03 */

.main-container .sec03 .sectop_textArea {
  text-align: center;
  margin-bottom: 5.1rem;
}

.main-container .sec03 .sectop_head {
  display: inline-block;
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-size: 4.4rem;
  margin-bottom: 4.6rem;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}

.main-container .sec03 .sectop_head::before {
  position: absolute;
  content: "";
  top: 1.6rem;
  left: 2.5rem;
  display: block;
  background: url(../img/img_ttlStar.svg) center/100% no-repeat;
  width: 2.5rem;
  height: 2.5rem;
}

.main-container .sec03 .sectop_head::after {
  position: absolute;
  content: "";
  top: 1.6rem;
  left: auto;
  right: 2.5rem;
  display: block;
  background: url(../img/img_ttlStar.svg) center/100% no-repeat;
  width: 2.5rem;
  height: 2.5rem;
}

.main-container .sec03 .sectop_text {
  margin-bottom: 1.3rem;
}

.main-container .sec03 .sectop_textArea a {
  font-size: 1.6rem;
  text-decoration: underline;
}

.main-container .sec03inner_wrap {
  width: 100rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12rem;
}

.main-container .sec03inner_wrap img {
  width: 42rem;
}

.main-container .sec03 .text_area {
  width: 50rem;
  margin-top: 4.8rem;
  color: #250D00;
}

.main-container .text_area_head {
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 3.3rem;
  letter-spacing: 0.08em;
}

.main-container .text_area_head::before {
  position: absolute;
  content: "";
  top: 0.7rem;
  left: 0;
  width: 18rem;
  height: 1px;
  background-color: #000;
}

.main-container .text_area_head::after {
  position: absolute;
  content: "";
  top: 0.7rem;
  right: 0;
  width: 18rem;
  height: 1px;
  background-color: #000;
}


.main-container .text_area_detail {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

.main-container .text_area_detail_01 {
  margin-bottom: 3.2rem;
  padding-bottom: 4.5rem;
  position: relative;
}

.main-container .text_area_detail_01::before {
  position: absolute;
  content: "";
  bottom: 0rem;
  right: 0;
  width: 50rem;
  height: 1px;
  background-color: #000;
}

.main-container .text_area_detail_02 {
  text-align: left;
}

.main-container .text_area_detail_02 span {
  font-size: 1.4rem;
  line-height: 4;
}


/* sec04 */

.main-container .sec04 {
  margin-top: 11.3rem;
  margin-bottom: 10rem;
}

.main-container .sec04 .sectop_head {
  margin-bottom: 4.5rem;
}

.main-container .product_area {
  width: 100rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-container .sec04 .wrapping_detail01,
.main-container .sec04 .wrapping_detail02,
.main-container .sec04 .wrapping_detail03 {
  width: 26rem;
  position: absolute;
  top: 4rem;
}

.main-container .sec04 .wrapping_text {
  font-size: 1.6rem;
  text-align: center;
}

.main-container .sec04 .wrapping_detail01 {
  left: 4rem;
}

.main-container .sec04 .wrapping_detail02 {
  left: 37rem;
}

.main-container .sec04 .wrapping_detail03 {
  left: 70rem;
}


.main-container .wrapping_img {
  width: 26rem;
  margin-bottom: 6rem;
}

.main-container .buyBtn {
  width: 27rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12rem;
}


/* ===============================================
  * lp *
=============================================== */
/* sp */
@media (max-width: 768px) {

  .main-container {
    width: calc(375 * (100vw / 375));
  }

  .maivsiual {
    margin-bottom: calc(100 * (100vw / 375));
  }

  .main-container .nav {
    font-size: calc(12 * (100vw / 375));
  }

  .main-container .nav p {
    height: calc(40 * (100vw / 375));
  }

  .main-container .lineclip {
    width: calc(350 * (100vw / 375));
    margin-bottom: calc(32 * (100vw / 375));
  }

  .main-container .line_text {
    font-size: calc(14 * (100vw / 375));
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: calc(30 * (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 .sec01 {
    margin-top: calc(93 * (100vw / 375));
  }

  .main-container .sectop_head {
    font-size: calc(66 * (100vw / 375));
  }

  .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 .sectop_textArea {
    margin-bottom: calc(53 * (100vw / 375));
  }

  .main-container .sec01inner {
    width: calc(350 * (100vw / 375));
    display: block;
    margin-bottom: calc(74 * (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 {
    margin-top: calc(30 * (100vw / 375));
  }

  .main-container .inner_textArea li {
    font-size: calc(14 * (100vw / 375));
    text-align: center;
    line-height: 2.28;
  }

  .main-container .inner_textArea a {
    font-size: calc(14 * (100vw / 375));
    text-align: center;
    display: block;
  }

  .main-container .sec01inner_02 .inner_textArea {
    margin-top: calc(30 * (100vw / 375));
  }

  .main-container .sec01inner_03 .inner_textArea {
    margin-top: calc(30 * (100vw / 375));
  }

  .main-container .viewAll {
    width: calc(187 * (100vw / 375));
    margin-bottom: calc(101 * (100vw / 375));
  }


  /* sec02 */
  .main-container .sec02 {
    margin-top: calc(93 * (100vw / 375));
  }

  .main-container .sec02 .sectop_head {
    margin-bottom: calc(24 * (100vw / 375));
  }

  .main-container .js-fade-img {
    width: calc(350 * (100vw / 375));
    margin-bottom: calc(149 * (100vw / 375));
  }

  .main-container .js-fade-img .ranking_detail li {
    width: calc(165 * (100vw / 375));
  }

  .main-container .js-fade-img .ranking_detail .icon {
    font-size: calc(18 * (100vw / 375));
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    left: 17px;
  }


  .main-container .js-fade-img .product_text {
    padding-left: calc(4 * (100vw / 375));
    padding-right: calc(18 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
    margin-top: calc(4 * (100vw / 375));
  }

  .main-container .sec02 .sectop_textArea {
    margin-bottom: calc(52 * (100vw / 375));
  }

  .main-container .sec02 .viewAll {
    margin-bottom: calc(90 * (100vw / 375));
  }

  .main-container .js-fade-img .credit_link {
    font-size: calc(14 * (100vw / 375));
    margin-left: calc(4 * (100vw / 375));
  }

  /* sec03 */
  .main-container .sec03 .sectop_head {
    font-size: calc(28 * (100vw / 375));
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: calc(38 * (100vw / 375));
  }

  .main-container .sec03 .sectop_head::before {
    position: absolute;
    content: "";
    top: calc(11 * (100vw / 375));
    left: calc(19 * (100vw / 375));
    width: calc(16 * (100vw / 375));
    height: calc(16 * (100vw / 375));
  }

  .main-container .sec03 .sectop_head::after {
    position: absolute;
    content: "";
    top: calc(11 * (100vw / 375));
    left: auto;
    right: calc(19 * (100vw / 375));
    width: calc(16 * (100vw / 375));
    height: calc(16 * (100vw / 375));
  }

  .main-container .sec03 .sectop_text {
    line-height: 2.28;
    margin-bottom: calc(11 * (100vw / 375));
  }

  .main-container .sec03 .sectop_textArea a {
    font-size: calc(14 * (100vw / 375));
  }

  .main-container .sec03 .sectop_textArea {
    margin-bottom: calc(52 * (100vw / 375));
  }

  .main-container .sec03 .text_area {
    width: calc(350 * (100vw / 375));
  }

  .main-container .sec03inner_wrap {
    width: calc(350 * (100vw / 375));
    display: block;
    margin-bottom: calc(76 * (100vw / 375));
  }

  .main-container .sec03inner_wrap img {
    width: calc(350 * (100vw / 375));
  }

  .main-container .text_area_head {
    margin-bottom: calc(26 * (100vw / 375));
  }

  .main-container .text_area_head::before {
    width: calc(110 * (100vw / 375));
    top: 1rem;
  }

  .main-container .text_area_head::after {
    width: calc(110 * (100vw / 375));
    top: 1rem;
  }


  .main-container .text_area_detail {
    font-size: calc(14 * (100vw / 375));
    letter-spacing: 0.08em;
    padding-bottom: calc(41 * (100vw / 375));
    margin-bottom: calc(25 * (100vw / 375));
  }

  .main-container .text_area_detail_02 span {
    font-size: calc(12 * (100vw / 375));
    line-height: 5;
  }

  .main-container .text_area_detail_01::before {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 48%;
    display: block;
    background: url(../img/img_ttlStar.svg) center/100% no-repeat;
    width: calc(16 * (100vw / 375));
    height: calc(16 * (100vw / 375));
  }

  .main-container .text_area_detail_02 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /* sec04 */

  .main-container .sec04 {
    margin-top: calc(94 * (100vw / 375));
    margin-bottom: calc(40 * (100vw / 375));
  }

  .main-container .sec04 .sectop_textArea {
    margin-bottom: calc(54 * (100vw / 375));
  }

  .main-container .sec04 .sectop_head {
    font-size: calc(66 * (100vw / 375));
    margin-bottom: calc(34 * (100vw / 375));
  }

  .main-container .product_area {
    width: calc(350 * (100vw / 375));
    margin-bottom: calc(100 * (100vw / 375));
  }

  .main-container .wrapping_img {
    width: calc(250 * (100vw / 375));
    margin-bottom: calc(26 * (100vw / 375));
  }

  .main-container .sec04 .wrapping_detail01 {
    left: calc(51 * (100vw / 375));
    top: calc(54 * (100vw / 375));
  }

  .main-container .sec04 .wrapping_detail02 {
    left: calc(51 * (100vw / 375));
    top: calc(371 * (100vw / 375));
  }

  .main-container .sec04 .wrapping_detail03 {
    left: calc(51 * (100vw / 375));
    top: calc(691 * (100vw / 375));
  }


  .main-container .sec04 .wrapping_text {
    font-size: calc(14 * (100vw / 375));
    letter-spacing: 0.08em;
    position: relative;
    left: calc(-5 * (100vw / 375));
  }


  .main-container .buyBtn {
    width: calc(187 * (100vw / 375));
    margin-bottom: calc(106 * (100vw / 375));
  }
}

.footer {
  z-index: 999;
}


/* ===============================================
  * 丸と矢印 - 1 *
=============================================== */


.main-container .slide-dots {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: calc(54 * (100vw / 375));
  width: 135px;
}

.main-container .slide-dots li {
  width: 15px;
  height: 15px;
}

.main-container .slide-dots li button {
  padding: 0;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  border: none;
  background-color: #fff;
  border: 1px solid #250D00;
  border-radius: 50%;
}

.main-container .slide-dots li.slick-active button {
  background-color: #250D00;
}

@media only screen and (min-width: 768px) {


  .main-container .slide-dots {
    gap: 15px;
    margin-top: 49px;
    display: flex;
    width: 285px;
    justify-content: space-between;
  }

  .main-container .slide-dots li {
    width: 15px;
    height: 15px;
  }
}


.main-container .left.slick-arrow {
  display: inline;
  position: absolute;
  width: 70px;
  height: 30px;
  z-index: 999;
  top: 41%;
  transform: translateY(-50%);
  left: -50px;
  cursor: pointer;
}

.main-container .right.slick-arrow {
  display: inline;
  position: absolute;
  width: 70px;
  height: 30px;
  z-index: 999;
  top: 41%;
  transform: translateY(-50%);
  right: -50px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .main-container .left.slick-arrow {
    width: 30px;
    height: 12.86px;
    z-index: 999;
    top: 31%;
    transform: translateY(-50%);
    left: -7px;
    cursor: pointer;
  }

  .main-container .right.slick-arrow {
    width: 30px;
    height: 12.86px;
    z-index: 999;
    top: 31%;
    transform: translateY(-50%);
    right: -7px;
    cursor: pointer;
  }


}


/* ===============================================
  * アニメーション - 1 *
=============================================== */

/* 普通フェード */
.main-container .js_fade {
  opacity: 0;
  transition-duration: 1s;
  transition: ease-in, opacity 2500ms, transform 1000ms;
}

.main-container .js_fade.active {
  opacity: 1;
  transform: translateY(0%);
}


@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}