@charset "UTF-8";

:root {
  --font-lp_base: "ivypresto-display" , "ryo-gothic-plusn" , serif , sans-serif ;
  --font-lp_title: "campaign-serif", sans-serif;
  --color-lp_bg: #EAE3DD;
  --color-lp_bg_2:   #F0EBE7;
  --color-lp_grad_bg: linear-gradient(#f9f6ef 0%, #CFCFAA 100%);
  --color-lp_font: #645B55;
  --color-lp_green: #0F4A06;
  --color-border: rgba(15,75,6,.3);
  --color-btn: #E0A48A;
}


/*--------------------------------
            CSS Animation
 --------------------------------*/

/* Fade In
==================================*/

#lp_contents .fadeIn {
  opacity: 0;
  transition: 2s;
}

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

#lp_contents .fadeInUp{
  overflow: hidden;
}

#lp_contents .fadeInUp span{
  display: inline-block;
  opacity: 0;
  transform: translate(0, 100%);
  transition: 2s;
}

#lp_contents .fadeInUp.is-show span{
  transform: translate(0, 0);
  opacity: 1;
}

#lp_contents .fadeInUp span:nth-child(1){
  transition-delay: 0.1s;
}

#lp_contents .fadeInUp span:nth-child(2){
  transition-delay: 0.2s;
}

#lp_contents .fadeInUp span:nth-child(3){
  transition-delay: 0.3s;
}

#lp_contents .fadeInUp span:nth-child(4){
  transition-delay: 0.4s;
}

#lp_contents .fadeInUp span:nth-child(5){
  transition-delay: 0.5s;
}

#lp_contents .fadeInUp span:nth-child(6){
  transition-delay: 0.6s;
}

#lp_contents .fadeInUp span:nth-child(7){
  transition-delay: 0.7s;
}

#lp_contents .fadeInUp span:nth-child(8){
  transition-delay: 0.8s;
}

#lp_contents .fadeInUp span:nth-child(9){
  transition-delay: 0.9s;
}

#lp_contents .fadeInUp span:nth-child(10){
  transition-delay: 1s;
}

#lp_contents .fadeInUp span:nth-child(11){
  transition-delay: 1.1s;
}

#lp_contents .fadeInUp span:nth-child(12){
  transition-delay: 1.2s;
}

#lp_contents .fadeInUp span:nth-child(13){
  transition-delay: 1.3s;
}

#lp_contents .fadeInUp span:nth-child(14){
  transition-delay: 1.4s;
}

#lp_contents .fadeInUp span:nth-child(15){
  transition-delay: 1.5s;
}

#lp_contents .fadeInUp span:nth-child(16){
  transition-delay: 1.6s;
}

#lp_contents .delay1{
  transition-delay: 0.25s;
}
#lp_contents .delay2{
  transition-delay: 0.5s;
}
#lp_contents .delay3{
  transition-delay: 0.75s;
}
#lp_contents .delay4{
  transition-delay: 1s;
}


/* turn
==================================*/

/* #lp_contents .turn,
#lp_contents .turn-pc{
  visibility: hidden;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#lp_contents .turn.is-show,
#lp_contents .turn-pc.is-show{
  visibility: visible;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
}

#lp_contents .turn:nth-child(n+2){
  transition-delay: 0.8s;
}

@media (max-width: 767px) {
  #lp_contents .turn-pc{
    -webkit-transform-style: initial;
    transform-style: initial;
    -webkit-transform: initial;
    transform: initial;
    -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
} */


/* slider
==================================*/

#lp_contents .slick-dots{
  position: static;
  margin: auto;
  line-height: 0;
}

#lp_contents .slick-dots li{
  margin: 5rem 0.5rem 0;
  width: 3rem;
  height: 0.2rem;
  line-height: 0;
  background-color: var(--color-lp_green);
  opacity: 0.1;
}

#lp_contents .slick-dots li:first-child:last-child{
  display: none;
}

#lp_contents .slick-dots li.slick-active{
  opacity: 1;
  background-color: var(--color-lp_green);
}

#lp_contents .slick-dots li button{
  display: none;
}

#lp_contents .slick-dotted.slick-slider{
  margin: 0;
}

#lp_contents .slick-prev, 
#lp_contents .slick-next{
  top: 35%;
  position: absolute;
  width: 5rem;
  height: 5rem;
  z-index: 5;
  background: #E5D7CF;
  z-index: 1;
}

#lp_contents .sec_content .slick-prev, 
#lp_contents .sec_content .slick-next {
  display: none !important;
}

#lp_contents .slick-prev{
  left: -2rem;
}

#lp_contents .slick-next{
  right: -2rem;
}

#lp_contents .slick-prev:before, 
#lp_contents .slick-next:before{
  font-size: 0;
  content: '';
  display: block;
  background: url(../img/page_arrow.svg) no-repeat;
  background-size: 100%;
  width: .6rem;
  height: .6rem;
  position: absolute;
  transform: rotate(180deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#lp_contents .slick-next:before{
  transform: none;
}

#lp_contents .slick-track{
  min-height: 45rem;
}

@media (max-width: 767px) {
  #lp_contents .slick-track{
    min-height: 33rem;
  }
}


/* follow
==================================*/

#lp_contents .follow{
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  transition: all 0.5s;
  transform: translate(0,100%);
}

#lp_contents .follow.right{
  right: 0;
  left: auto;
  transform: translate(100%,0);
}

#lp_contents .follow.fixed{
  right: 2rem;
  transform: translate(0%);
}

#lp_contents .follow.none{
  transform: translate(0,100%);
}

#lp_contents .follow.right.none{
  right: 0;
  transform: translate(100%,0);
}

#share{
  transition: all 0.5s;
}

#share.fixed {
  bottom: 6rem !important;
  z-index: 101 !important;
}

#share.none {
  bottom: 5% !important;
}

/*--------------------------------
                共 通
--------------------------------*/

main,#Wrap,.wrapBottom,.wrapTop{
  width: 100%;
  max-width: 100%;
}

#lp_contents *{
  box-sizing: border-box;
}

#lp_contents{
  font-family: var(--font-lp_base);
  /*font-feature-settings: "palt";*/
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: justify;
  padding-bottom: 12rem;

  color: var(--color-lp_font);
  background-color: var(--color-lp_bg);
  position: relative;
  /*overflow: hidden;*/
}
#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%;display: block;height: auto;}
#lp_contents a{display: block;width: 100%;cursor: pointer;transition: all 0.5s;color: inherit;}
#lp_contents a:hover{opacity: .8}
#lp_contents ul li,#lp_contents ol li{list-style: none;}
#lp_contents h1,#lp_contents h2,#lp_contents h3{padding: 0;float: none;font-weight: normal;}
#lp_contents p {
  display: block;
  margin: 0;
  font-size: 1.2rem;
  line-height: 2;
}
#lp_contents sup{
  font-size: 70%;
  margin-top: -0.6rem;
}
#lp_contents small.note{
  display: inline-block;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
#lp_contents section{
  position: relative;
}
#lp_contents figure{
  position: relative;
  border: 1px solid var(--color-lp_primary);
  height: fit-content;
}

#lp_contents .ttl{
  text-align: center;
  color: var(--color-lp_green);
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}

#lp_contents h5.ttl{
  font-size: 5rem;
}


/* nav
==================================*/

#lp_contents .nav_list{
  background-color: var(--color-lp_secondary);
  width: 100%;
  overflow-x: auto;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

#lp_contents .nav_list::-webkit-scrollbar{
  display: none;
}

#lp_contents .nav_list ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  width: 100%;
  padding: 1rem 2rem;
  margin: auto;
  background: #FFFCFA;
  border-top: #645B55 0.1rem solid;
}

#lp_contents .nav_list li:not(:last-child){
  position: relative;
  padding-right: 5rem;
}

#lp_contents .nav_list li:not(:last-child):before{
  content: '';
  width: 1px;
  height: 2rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#lp_contents .follow_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#lp_contents .nav_list .sec_ttl{
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
}

#lp_contents .nav_list .follow_ttl{
  width: 2.5rem;
}

#lp_contents .nav_img{
  width: 25rem;
  right: 0;
  bottom: 7rem;
}


/* sec_mv
==================================*/

#lp_contents .sec_mv{
  position: relative;
  height: 61rem;
  z-index: 0;
}

#lp_contents .sec_mv .mv {
  position: absolute;
  width: 110.5rem;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 4.8rem;
  z-index: 1;
}

#lp_contents .sec_mv .mv::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 57rem;
  background: var(--color-lp_green);
  top: -4rem;
  right: 75rem;
  z-index: -2;
}

#lp_contents .sec_mv .mv::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 57rem;
  background: var(--color-lp_bg);
  top: -4rem;
  right: 0;
  z-index: -1;
}

#lp_contents .sec_mv .mv_ttl {
  position: absolute;
  width: 30.7rem;
  top: 9.7rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 15.5rem;
  z-index: 1;
}

#lp_contents .mv.fadeIn.is-show::after {
  width: 0;
  transition: ease-in-out 4s;
  transition-delay: .4s;
}

#lp_contents .mv_ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--color-lp_bg);
  z-index: 1;
}

#lp_contents .mv_ttl.fadeIn.is-show::before {
  width: 0;
  transition: all 2s;
  transition-delay: .2s;
}

/* page_lead
==================================*/
#lp_contents .page_lead p {
  margin-top: 10.4rem;
  font-size: 1.5rem;
  line-height: 3.5;
  text-align: center;
}


/*------------ item_wrap ------------*/
#lp_contents .ranking_area {
  text-align: center;
  background: var(--color-lp_bg_2);
  padding: 13rem 0 8.5rem;
  margin-top: 10rem;
}

#lp_contents .ranking_area .ttl_blk {
  position: relative;
  z-index: 0;
}

#lp_contents .ranking_area .ttl_blk::before {
  position: absolute;
  content: "";
  width: 100%;
  border: var(--color-border) 1px solid;
  top: 8rem;
  left: 0;
  z-index: 1;
}

#lp_contents .ranking_area .ttl_blk::after {
  position: absolute;
  content: "";
  background: url(../img/bg_1.svg) no-repeat;
  background-size: 100%;
  width: 15rem;
  height: 14.4rem;
  top: -10.5rem;
  left: -6rem;
  z-index: 1;
}

#lp_contents .ranking_area .item_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem;
}

#lp_contents .ranking_area .item_wrap .item_area{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 6rem;
}

#lp_contents .ranking_area .item_wrap .item_blk{
  width: 100%;
  margin: 5.5rem auto 0;
}

#lp_contents .ranking_area .item_wrap ul{
  width: fit-content;
  margin: auto;
}

#lp_contents .ranking_area .item_wrap .item_slider{
  width: 101rem;
}

#lp_contents .ranking_area .item_wrap .item_slider_sp{
  display: flex;
  justify-content: center;
}

#lp_contents .ranking_area .item_wrap .item{
  width: 30rem;
  transition: all 0.5s;
  margin: 3rem 1.25rem 0;
  transition: all 1.2s, width 0.3s, margin-top 0.3s;
}

#lp_contents .ranking_area .item_wrap .item.slick-center{
  width: 35rem;
  margin-top: 0;
}

#lp_contents .ranking_area .item_wrap ul > .item:first-child{
  width: 35rem;
  margin-top: 0;
  order: 0;
}

#lp_contents .ranking_area .item_wrap ul > .item:nth-child(2){
  order: 1;
}

#lp_contents .ranking_area .item_wrap ul > .item:nth-child(3){
  order: -1;
}

#lp_contents .ranking_area .item_wrap ul._5item > .item:nth-child(2){
  order: 1;
}

#lp_contents .ranking_area .item_wrap ul._5item > .item:nth-child(3){
  order: 2;
}

#lp_contents .ranking_area .item_wrap ul._5item > .item:nth-child(4){
  order: -2;
}

#lp_contents .ranking_area .item_wrap ul._5item > .item:nth-child(5){
  order: -1;
}

#lp_contents .ranking_area .item_wrap .item_detail{
  margin-top: 1.5rem;
  display: grid;
  gap: 0.6rem;
}

#lp_contents .ranking_area .item_wrap .price span{
  line-height: 1;
  font-size: 1.6rem;
  margin-top: 1.5rem;
}

#lp_contents .ranking_area .item_wrap .price {
  text-align: left;
  font-size: 1rem;
  margin-top: 1rem;
}

#lp_contents .ranking_area .item_wrap .name{
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}

#lp_contents .ranking_area .item_wrap .icn_rank {
  width: 4.8rem;
  height: 3.8rem;
  background-image: url(../img/ranking_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

/* sec_menu
==================================*/

/* ----- search_area ----- */
#lp_contents .sec_menu {
  position: relative;
  padding: 11.5rem 0;
  z-index: 0;
}

#lp_contents .sec_menu::before {
  position: absolute;
  content: "";
  background: url(../img/bg_2.svg) no-repeat;
  background-size: 100%;
  width: 25rem;
  height: 25rem;
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
  animation: 20s linear infinite rotation1;
  margin-left: 35rem;
  z-index: 1;
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

#lp_contents .menu_wrap {
  width: 82rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem 2rem;
  margin: auto;
}

#lp_contents .search_area {
  text-align: center;
}

#lp_contents .search_area .ttl ,
#lp_contents .price_area .ttl ,
#lp_contents .category_area .ttl {
  font-size: 5rem;
}

#lp_contents .search_area .ttl_ja {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 1rem;
  color: var(--color-lp_green);
  z-index: 0;
}

#lp_contents .search_area .ttl_ja::before {
  position: absolute;
  content: "";
  width: 15rem;
  height: 0.1rem;
  background: rgba(15,75,6,0.3);
  top: 50%;
  left: -16.5rem;
  transform: translateY(-50%);
  z-index: 1;
}

#lp_contents .search_area .ttl_ja::after {
  position: absolute;
  content: "";
  width: 15rem;
  height: 0.1rem;
  background: rgba(15,75,6,0.3);
  top: 50%;
  right: -16.5rem;
  transform: translateY(-50%);
  z-index: 1;
}

#lp_contents .search_wrap {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

#lp_contents .search_wrap .search_blk {
  position: relative;
  width: 40rem;
  height: 6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  background: rgba(255,255,255,0.4);
  padding: 0 0 0 3rem;
  z-index: 0;
}

#lp_contents .search_wrap .search_blk::before {
  position: absolute;
  content: "";
  background: url(../img/search_arrow.svg) no-repeat;
  background-size: 100%;
  width: 1rem;
  height: 1rem;
  top: 2.5rem;
  right: 2rem;
  z-index: 1;
}

#lp_contents .search_wrap .search_blk:hover::before {
  top: 3rem;
  transition: all .6s;
}

#lp_contents .search_wrap .search_blk a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}

#lp_contents .search_img {
  width: 3rem;
  height: 2.5rem;
}

#lp_contents .search_ttl {
  font-size: 1.2rem;
}

/* ----- price_area ----- */
#lp_contents .price_area {
  width: 40rem;
  text-align: center;
}

#lp_contents .price_area .ttl_ja {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 1rem;
  color: var(--color-lp_green);
  z-index: 0;
}

#lp_contents .price_area .ttl_ja::before {
  position: absolute;
  content: "";
  width: 14rem;
  height: 0.1rem;
  background: rgba(15,75,6,0.3);
  top: 50%;
  left: -15.5rem;
  transform: translateY(-50%);
  z-index: 1;
}

#lp_contents .price_area .ttl_ja::after {
  position: absolute;
  content: "";
  width: 14rem;
  height: 0.1rem;
  background: rgba(15,75,6,0.3);
  top: 50%;
  right: -15.5rem;
  transform: translateY(-50%);
  z-index: 1;
}

#lp_contents .price_wrap {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#lp_contents .price_wrap .price {
  width: 13.5rem;
  height: 6rem;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
}

#lp_contents .price_wrap .arrow {
  position: relative;
  width: 6rem;
  height: 6rem;
  background: #E5D7CF;
  z-index: 0;
}

#lp_contents .price_wrap .arrow::before {
  position: absolute;
  content: "";
  background: url(../img/page_arrow.svg) no-repeat;
  background-size: 100%;
  width: .6rem;
  height: .6rem;
  top: 50%;
  right: 50%;
  z-index: 1;
}

#lp_contents .price_blk:hover .arrow::before {
  right: 45%;
  transition: all .4s;
}

#lp_contents .price_wrap .price_blk a {
  display: flex;
  justify-content: center;
  align-items: center;
}


/* ----- category_area ----- */
#lp_contents .category_area {
  width: 40rem;
  text-align: center;
}

#lp_contents .category_area .ttl_ja {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 1rem;
  color: var(--color-lp_green);
  z-index: 0;
}

#lp_contents .category_area .ttl_ja::before {
  position: absolute;
  content: "";
  width: 12rem;
  height: 0.1rem;
  background: rgba(15,75,6,0.3);
  top: 50%;
  left: -14rem;
  transform: translateY(-50%);
  z-index: 1;
}

#lp_contents .category_area .ttl_ja::after {
  position: absolute;
  content: "";
  width: 12rem;
  height: 0.1rem;
  background: rgba(15,75,6,0.3);
  top: 50%;
  right: -14rem;
  transform: translateY(-50%);
  z-index: 1;
}

#lp_contents .category_wrap {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#lp_contents .category_area .category_blk a {
  display: flex;
  justify-content: center;
  align-items: center;
}

#lp_contents .category_area .name {
  width: 9.6rem;
  height: 6rem;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,0.4);
}

#lp_contents .category_area .arrow {
  position: relative;
  width: 3rem;
  height: 6rem;
  background: #E5D7CF;
  z-index: 0;
}

#lp_contents .category_area .arrow::before {
  position: absolute;
  content: "";
  background: url(../img/page_arrow.svg) no-repeat;
  background-size: 100%;
  width: .6rem;
  height: .6rem;
  top: 50%;
  right: 50%;
  z-index: 1;
}

#lp_contents .category_blk:hover .arrow::before {
  right: 45%;
  transition: all .4s;
}

#lp_contents .allbtn {
  width: 50rem;
  height: 6rem;
  margin: 8rem auto 0;
  background: var(--color-btn);
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* sec_content
==================================*/
#lp_contents .sec_content {
  padding: 8rem 0 8rem 10rem;
  background: linear-gradient(to right, #0F4A06 50%, #eae3dd 50%);
}

#lp_contents .sec_inner {
  padding: 10rem 0 8rem 9.5rem;
  background: var(--color-lp_bg_2);
}

#lp_contents .items_content .ttl {
  font-size: 6rem;
  text-align: left;
}

#lp_contents .items_content .ttl_ja {
  position: relative;
  display: inline-block;
  margin-top: 3rem;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  background: var(--color-lp_green);
  color: #fff;
  line-height: 1;
  z-index: 0;
}

#lp_contents .items_content .ttl_ja::before {
  position: absolute;
  content: "";
  width: 80rem;
  height: 0.1rem;
  background: rgba(15, 75, 6, 0.3);
  top: 1.5rem;
  right: -82rem;
  z-index: 1;
}

#Petit .items_content .ttl_ja::before {
  width: 75rem;
  right: -78rem;
}

#MustHave .items_content .ttl_ja::before {
  width: 80rem;
  right: -82rem;
}

#lp_contents .items_content .ttl_ja::after {
  position: absolute;
  content: "Only available now";
  font-family: "fagun", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  transform: rotate(90deg);
  color: var(--color-lp_green);
  top: 1rem;
  right: -91rem;
  z-index: 1;
}

#Petit .items_content .ttl_ja::after {
  position: absolute;
  content: "A small token of appreciation";
  z-index: 1;
}

#MustHave .items_content .ttl_ja::after {
  position: absolute;
  content: "Currently trending";
  z-index: 1;
}

#Thank .items_content .ttl_ja::after {
  position: absolute;
  content: "Gratitude to everyone";
  z-index: 1;
}

#lp_contents .items_content .lead_text {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 5rem;
}

#lp_contents .items_content .items_over {
  position: relative;
  width: 100%;
  overflow: scroll;
  display: flex;
  padding: 0 2rem 0 0;
  -ms-overflow-style: none;

  scrollbar-width: none;
  z-index: 0;
}

#lp_contents .items_content .items_over::-webkit-scrollbar {
  display:none;
}




#lp_contents .scroll_btn_area {
  position: relative;
  z-index: 0;
}

#lp_contents .scroll-left, 
#lp_contents .scroll-right {
  top: 35%;
  position: absolute;
  width: 5rem;
  height: 5rem;
  z-index: 5;
  background: #E5D7CF;
  z-index: 1;
}

#lp_contents .scroll-left {
  left: -2%;
}

#lp_contents .scroll-right {
  right: 2%;
}

.scroll-left::before, .scroll-right::before {
  font-size: 0;
  content: '';
  display: block;
  background: url(../img/page_arrow.svg) no-repeat;
  background-size: 100%;
  width: .6rem;
  height: .6rem;
  position: absolute;
  transform: rotate(180deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.scroll-right::before {
  transform: none;
}




#lp_contents .items_content .items_wrap {
  margin-top: 5rem;
  display: flex;
  align-items: stretch;
  gap: 2rem;
}

#lp_contents .items_content .items_blk {
  width: 30rem;
  margin-right: 2rem;
}

#lp_contents .items_content .item_img {
  position: relative;
  width: 100%;
  z-index: 0;
}

#lp_contents .items_content .item_img::before {
  position: absolute;
  content: "";
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  background: #9F7841;
  padding: .8rem 1rem;
  border-radius: 10rem;
  top: 1rem;
  left: 1rem;
}

#lp_contents .items_content .item_img a:hover {
  opacity: 1;
}

#Limited .items_blk:nth-of-type(1) .item_img::before {
  content: "マルチオイル";
}

#Limited .items_blk:nth-of-type(2) .item_img::before {
  content: "ボディケア";
}

#Limited .items_blk:nth-of-type(3) .item_img::before {
  content: "ボディケア";
}

#Limited .items_blk:nth-of-type(4) .item_img::before {
  content: "ハンドクリーム";
}

#Limited .items_blk:nth-of-type(5) .item_img::before {
  content: "ハンドケア";
}




#Petit .items_blk:nth-of-type(1) .item_img::before {
  content: "ハンドクリーム";
}

#Petit .items_blk:nth-of-type(2) .item_img::before {
  content: "リップケア";
}

#Petit .items_blk:nth-of-type(3) .item_img::before {
  content: "ボディケア";
}

#Petit .items_blk:nth-of-type(4) .item_img::before {
  content: "フレグランス";
}

#Petit .items_blk:nth-of-type(5) .item_img::before {
  content: "フレグランス";
}



#MustHave .items_blk:nth-of-type(1) .item_img::before {
  content: "ヘアコーム";
}

#MustHave .items_blk:nth-of-type(2) .item_img::before {
  content: "タオル";
}

#MustHave .items_blk:nth-of-type(3) .item_img::before {
  content: "ハンドケア";
}

#MustHave .items_blk:nth-of-type(4) .item_img::before {
  content: "フェイスマスク";
}

#MustHave .items_blk:nth-of-type(5) .item_img::before {
  content: "ヘアケア";
}



#Thank .items_blk:nth-of-type(1) .item_img::before {
  content: "バスミルク";
}

#Thank .items_blk:nth-of-type(2) .item_img::before {
  content: "バスソルト";
}

#Thank .items_blk:nth-of-type(3) .item_img::before {
  content: "クレイパック";
}

#Thank .items_blk:nth-of-type(4) .item_img::before {
  content: "アロマ";
}

#Thank .items_blk:nth-of-type(5) .item_img::before {
  content: "フェイスマスク";
}



#lp_contents .items_content .text {
  text-align: left;
  margin-top: 2rem;
  font-size: 1.2rem;
  min-height: 5rem;
}

#lp_contents .items_content .brand {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: 600;
}

#lp_contents .items_content .name {
  text-align: left;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.6;
}

#lp_contents .items_content .items_price_wrap {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#lp_contents .items_content .items_blk .price {
  font-size: 1.6rem;
}

#lp_contents .items_content .items_blk .price span {
  font-size: 1rem;
}

#lp_contents .items_content .items_blk .detail {
  font-size: 1.2rem;
  width: 15rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFCFA;
  border: var(--color-lp_font) 0.1rem solid;
}

#lp_contents .itembtn {
  width: 40rem;
  height: 5rem;
  margin: 6rem auto 0;
  background: var(--color-btn);
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lp_contents .sec_content_nb {
  padding: 0 0 0 19.5rem;
  margin-top: 14rem;
}

#MustHave {
  margin-top: 14rem;
}


/* sec_limited
==================================*/
#lp_contents .sec_limited {
  text-align: center;
  padding: 11rem 0;
  background: var(--color-lp_bg_2);
  margin-top: 12rem;
}

#lp_contents .sec_limited .ttl_blk {
  display: inline-block;
  position: relative;
  z-index: 0;
}

#lp_contents .sec_limited .ttl_blk::after {
  position: absolute;
  content: "";
  background: url(../img/bg_1.svg) no-repeat;
  background-size: 100%;
  width: 15rem;
  height: 14.4rem;
  top: -8.5rem;
  right: -9rem;
  transform: rotate(80deg);
  z-index: 1;
}

#lp_contents .sec_limited .ttl_ja {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  color: var(--color-lp_green);
}

#lp_contents .limited_area {
  position: relative;
  width: 62.5rem;
  margin: 3rem auto 0;
  padding: 5rem 0 6rem;
  background: rgba(255,255,255,.5);
  color: var(--color-lp_green);
  z-index: 0;
}

#lp_contents .limited_area::before {
  position: absolute;
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../img/limited_bg.svg) no-repeat;
  background-size: 100%;
  top: 2rem;
  left: -1.5rem;
  z-index: 1;
}

#lp_contents .limited_area::after {
  position: absolute;
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../img/limited_bg.svg) no-repeat;
  background-size: 100%;
  bottom: 2rem;
  right: -1.5rem;
  transform: rotate(180deg);
  z-index: 1;
}

#lp_contents .limited_date_blk {
  width: 32.5rem;
  margin: auto;
}

#lp_contents .limited_date_blk .limited_date_ttl {
  width: 100%;
  height: 2.5rem;
  background: var(--color-lp_green);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-style: italic;
}

#lp_contents .limited_date_blk .limited_date_wrap {
  position: relative;
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 0;
}

#lp_contents .limited_date_blk .limited_date_wrap::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 0.1rem;
  background: rgba(15, 75, 6, .3);
  top: 2.8rem;
  left: 17.1rem;
  z-index: 1;
}

#lp_contents .limited_date_wrap p {
  font-size: 1.4rem;
}

#lp_contents .limited_date_wrap p span {
  font-size: 2.1rem;
}

#lp_contents .limited_date_text {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700;
}

#lp_contents .limited_info {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
}

#lp_contents .bottom {
  margin: 10rem auto 0;
}


/* campaing_wrap
==================================*/
#lp_contents .campaing_wrap {
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

#lp_contents .campaing_wrap div {
  width: 58rem;
}

#lp_contents .campaing_wrap div p {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  padding: 0 1rem;
}


#lp_contents .nav_img{
  width: 17rem;
  bottom: 8rem;
}






/*--------------------------------
            Responsive
  --------------------------------*/

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

/*--------------------------------
            Layout  SP
  --------------------------------*/
@media (max-width: 767px) {

  html {
    font-size: calc(10 * (100vw / 450));
  }

  #FooterWrap {
    margin-top: -3rem;
  }

  #lp_contents{
    border-width: 0.5rem;
    padding-bottom: 8rem;
  }
  #lp_contents .sp_only{display: block;}
  #lp_contents .pc_only{display: none;}

  #lp_contents a:hover{opacity: 1}

  #lp_contents .ttl{
    font-size: 4rem;
    margin-bottom: 0;
  }

  #lp_contents h5.ttl{
    font-size: 3.2rem;
  }


/* slider
==================================*/

#lp_contents .slick-dots{
  position: static;
  margin: auto;
  line-height: 0;
}

#lp_contents .slick-dots li{
  margin: 3rem 0.5rem 0;
  width: 2rem;
  height: 0.2rem;
  line-height: 0;
  background-color: var(--color-lp_green);
  opacity: 0.1;
}

#lp_contents .slick-dots li:first-child:last-child{
  display: none;
}

#lp_contents .slick-dots li.slick-active{
  opacity: 1;
  background-color: var(--color-lp_green);
}

#lp_contents .slick-dots li button{
  display: none;
}

#lp_contents .slick-dotted.slick-slider{
  margin: 0;
}

#lp_contents .slick-prev, 
#lp_contents .slick-next{
  opacity: 0;
}

#lp_contents .slick-prev{
  left: -2rem;
}

#lp_contents .slick-next{
  right: -2rem;
}

#lp_contents .slick-prev:before, 
#lp_contents .slick-next:before{
  font-size: 0;
  content: '';
  display: block;
  background: url(../img/page_arrow.svg) no-repeat;
  background-size: 100%;
  width: .6rem;
  height: .6rem;
  position: absolute;
  transform: rotate(180deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#lp_contents .slick-next:before{
  transform: none;
}

#lp_contents .slick-track{
  min-height: 45rem;
}

@media (max-width: 767px) {
  #lp_contents .slick-track{
    min-height: 33rem;
  }
}


/* follow
==================================*/

#lp_contents .follow{
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  transition: all 0.5s;
  transform: translate(0,100%);
}

#lp_contents .follow.right{
  left: auto;
  transform: translate(100%,0);
}

#lp_contents .follow.fixed{
  right: 1rem;
  transform: translate(0%);
}

#lp_contents .follow.none{
  transform: translate(0,100%);
}

#lp_contents .follow.right.none{
  transform: translate(100%,0);
}

#share{
  transition: all 0.5s;
}

#share.fixed {
  bottom: 6rem !important;
  z-index: 101 !important;
}

#share.none {
  bottom: 5% !important;
}

/*--------------------------------
                共 通
--------------------------------*/

main,#Wrap,.wrapBottom,.wrapTop{
  width: 100%;
  max-width: 100%;
}

#lp_contents *{
  box-sizing: border-box;
}

#lp_contents{
  font-family: var(--font-lp_base);
  /*font-feature-settings: "palt";*/
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-align: justify;
  padding-bottom: 6rem;

  color: var(--color-lp_font);
  background-color: var(--color-lp_bg);
  position: relative;
  overflow: hidden;
}
#lp_contents img{width: 100%;display: block;height: auto;}
#lp_contents a{display: block;width: 100%;cursor: pointer;transition: all 0.5s;color: inherit;}
#lp_contents a:hover{opacity: .8}
#lp_contents ul li,#lp_contents ol li{list-style: none;}
#lp_contents h1,#lp_contents h2,#lp_contents h3{padding: 0;float: none;font-weight: normal;}
#lp_contents p {
  display: block;
  margin: 0;
  font-size: 1.2rem;
  line-height: 2;
}
#lp_contents sup{
  font-size: 70%;
  margin-top: -0.6rem;
}
#lp_contents small.note{
  display: inline-block;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
#lp_contents section{
  position: relative;
}
#lp_contents figure{
  position: relative;
  border: 1px solid var(--color-lp_primary);
  height: fit-content;
}

#lp_contents .ttl{
  font-size: 3rem;
}

#lp_contents h5.ttl{
  font-size: 3rem;
}


/* nav
==================================*/

#lp_contents .nav_list{
  background-color: var(--color-lp_secondary);
  width: 100%;
  overflow-x: auto;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

#lp_contents .nav_list::-webkit-scrollbar{
  display: none;
}

#lp_contents .nav_list ul{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
  width: 78rem;
  padding: 1rem 2rem;
  margin: auto;
  background: #FFFCFA;
  border-top: #645B55 0.1rem solid;
}

#lp_contents .nav_list li:not(:last-child){
  position: relative;
  padding-right: 3rem;
}

#lp_contents .nav_list li:not(:last-child):before{
  content: '';
  width: 1px;
  height: 2rem;
  background-color: #CBBCB3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#lp_contents .follow_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#lp_contents .nav_list .sec_ttl{
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
}

#lp_contents .nav_list .follow_ttl{
  width: 2.5rem;
}

#lp_contents .nav_img{
  width: 25rem;
  right: 0;
  bottom: 7rem;
}


/* sec_mv
==================================*/

#lp_contents .sec_mv{
  position: relative;
  height: 54rem;
  z-index: 0;
}

#lp_contents .sec_mv .mv {
  position: absolute;
  width: 42.5rem;
  top: 8rem;
  left: auto;
  right: 0;
  transform: unset;
  margin-left: 0;
  z-index: 1;
}

#lp_contents .sec_mv .mv::before {
  position: absolute;
  content: "";
  width: 0;
  height: 53.5rem;
  background: var(--color-lp_green);
  top: -8rem;
  left: -3rem;
  z-index: -1;
}

#lp_contents .sec_mv .mv_ttl {
  position: absolute;
  width: 15rem;
  top: 0;
  left: 5.5rem;
  transform: unset;
  margin-left: 0;
  z-index: 1;
}

#lp_contents .mv.fadeIn.is-show::before {
  width: 61vw;
  transition: all 2s;
  transition-delay: .4s;
}

#lp_contents .mv_ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--color-lp_green);
  z-index: 1;
}

#lp_contents .mv_ttl.fadeIn.is-show::before {
  width: 0;
  transition: all 2s;
  transition-delay: .2s;
}

/* page_lead
==================================*/
#lp_contents .page_lead p {
  margin-top: 6rem;
  font-size: 1.4rem;
  line-height: 3.5;
  text-align: center;
  font-weight: 500;
}


/*------------ item_wrap ------------*/
#lp_contents .ranking_area {
  text-align: center;
  background: var(--color-lp_bg_2);
  padding: 8.5rem 0 5.5rem;
  margin-top: 6rem;
}

#lp_contents .ranking_area .ttl_blk {
  position: relative;
  z-index: 0;
}

#lp_contents .ranking_area .ttl_blk::before {
  display: none;
}

#lp_contents .ranking_area .ttl_blk::after {
  position: absolute;
  content: "";
  background: url(../img/bg_1.svg) no-repeat;
  background-size: 100%;
  width: 12rem;
  height: 14.4rem;
  top: -8rem;
  left: -6rem;
  z-index: 1;
}

#lp_contents .ranking_area .item_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem;
}

#lp_contents .ranking_area .item_wrap .item_area{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 6rem;
}

#lp_contents .ranking_area .item_wrap .item_blk{
  width: 100%;
  margin: 4rem auto 0;
}

#lp_contents .ranking_area .item_wrap ul{
  width: fit-content;
  margin: auto;
}

#lp_contents .ranking_area .item_wrap .item_slider{
  width: 100%;
}

#lp_contents .ranking_area .item_wrap .item_slider_sp{
  display: flex;
  justify-content: center;
}

#lp_contents .ranking_area .item_wrap .item{
  width: 25rem;
  transition: all 0.5s;
  margin: 3rem 1.25rem 0;
  transition: all 1.2s, width 0.3s, margin-top 0.3s;
}

#lp_contents .ranking_area .item_wrap .item.slick-center{
  width: 30rem;
  margin-top: 0;
}

#lp_contents .ranking_area .item_wrap ul > .item:first-child{
  width: 25rem;
  margin-top: 0;
  order: 0;
}

#lp_contents .ranking_area .item_wrap ul > .item:nth-child(2){
  order: 1;
}

#lp_contents .ranking_area .item_wrap ul > .item:nth-child(3){
  order: -1;
}

#lp_contents .ranking_area .item_wrap ul._5item > .item:nth-child(2){
  order: 1;
}

#lp_contents .ranking_area .item_wrap ul._5item > .item:nth-child(3){
  order: 2;
}

#lp_contents .ranking_area .item_wrap ul._5item > .item:nth-child(4){
  order: -2;
}

#lp_contents .ranking_area .item_wrap ul._5item > .item:nth-child(5){
  order: -1;
}

#lp_contents .ranking_area .item_wrap .item_detail{
  margin-top: 1.5rem;
  display: grid;
  gap: 0.6rem;
}

#lp_contents .ranking_area .item_wrap .price span{
  line-height: 1;
  font-size: 1.2rem;
  margin-top: 1.5rem;
}

#lp_contents .ranking_area .item_wrap .price {
  text-align: left;
  font-size: 1rem;
  margin-top: 0;
}

#lp_contents .ranking_area .item_wrap .name{
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}

#lp_contents .ranking_area .item_wrap .icn_rank {
  width: 4.8rem;
  height: 3.8rem;
  background-image: url(../img/ranking_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

#lp_contents .slick-track {
  display: flex;
}
#lp_contents .slick-slide {
  height: auto !important;
}


/* sec_menu
==================================*/

/* ----- search_area ----- */
#lp_contents .sec_menu {
  position: relative;
  padding: 8rem 0 6rem;
  z-index: 0;
}

#lp_contents .sec_menu::before {
  position: absolute;
  content: "";
  background: url(../img/bg_2.svg) no-repeat;
  background-size: 100%;
  width: 16rem;
  height: 16rem;
  top: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
  animation: 20slinear infinite rotation1;
  margin-left: 14rem;
  z-index: 1;
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

#lp_contents .menu_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem 2rem;
  margin: auto;
}

#lp_contents .search_area {
  text-align: center;
}

#lp_contents .search_area .ttl ,
#lp_contents .price_area .ttl ,
#lp_contents .category_area .ttl {
  font-size: 5rem;
}

#lp_contents .search_area .ttl_ja {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1.5rem;
  color: var(--color-lp_green);
  z-index: 0;
}

#lp_contents .search_area .ttl_ja::before {
  position: absolute;
  content: "";
  width: 14rem;
  height: 0.1rem;
  background: rgba(15,75,6,0.3);
  top: 50%;
  left: -15rem;
  transform: translateY(-50%);
  z-index: 1;
}

#lp_contents .search_area .ttl_ja::after {
  position: absolute;
  content: "";
  width: 14rem;
  height: 0.1rem;
  background: rgba(15,75,6,0.3);
  top: 50%;
  right: -15rem;
  transform: translateY(-50%);
  z-index: 1;
}

#lp_contents .search_wrap {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#lp_contents .search_wrap .search_blk {
  position: relative;
  width: 40rem;
  height: 6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  background: rgba(255,255,255,0.4);
  padding: 0 0 0 3rem;
  z-index: 0;
}

#lp_contents .search_wrap .search_blk::before {
  position: absolute;
  content: "";
  background: url(../img/search_arrow.svg) no-repeat;
  background-size: 100%;
  width: 1rem;
  height: 1rem;
  top: 2.5rem;
  right: 2rem;
  z-index: 1;
}

#lp_contents .search_wrap .search_blk:hover::before {
  top: 3rem;
  transition: all .6s;
}

#lp_contents .search_wrap .search_blk a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}

#lp_contents .search_img {
  width: 3rem;
  height: 2.5rem;
}

#lp_contents .search_ttl {
  font-size: 1.2rem;
  font-weight: 500;
}

/* ----- price_area ----- */
#lp_contents .price_area {
  width: 41rem;
  margin-top: 3rem;
  text-align: center;
}

#lp_contents .price_area .ttl_ja {
  font-size: 1rem;
  margin-top: 2rem;
  font-weight: 500;
}

#lp_contents .price_area .ttl_ja::before {
  position: absolute;
  content: "";
  width: 14rem;
  height: 0.1rem;
  background: rgba(15,75,6,0.3);
  top: 50%;
  left: -15.5rem;
  transform: translateY(-50%);
  z-index: 1;
}

#lp_contents .price_area .ttl_ja::after {
  position: absolute;
  content: "";
  width: 14rem;
  height: 0.1rem;
  background: rgba(15,75,6,0.3);
  top: 50%;
  right: -15.5rem;
  transform: translateY(-50%);
  z-index: 1;
}

#lp_contents .price_wrap {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#lp_contents .price_wrap .price {
  width: 13.5rem;
  height: 6rem;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
}

#lp_contents .price_wrap .arrow {
  position: relative;
  width: 6rem;
  height: 6rem;
  background: #E5D7CF;
  z-index: 0;
}

#lp_contents .price_wrap .arrow::before {
  position: absolute;
  content: "";
  background: url(../img/page_arrow.svg) no-repeat;
  background-size: 100%;
  width: 0.8rem;
  height: 0.8rem;
  top: 45%;
  right: 40%;
  z-index: 1;
}

#lp_contents .price_blk:hover .arrow::before {
  right: 45%;
  transition: all .4s;
}

#lp_contents .price_wrap .price_blk a {
  display: flex;
  justify-content: center;
  align-items: center;
}


/* ----- category_area ----- */
#lp_contents .category_area {
  width: 41rem;
  text-align: center;
  margin-top: 3rem;
}

#lp_contents .category_area .ttl_ja {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 2rem;
  color: var(--color-lp_green);
  z-index: 0;
}

#lp_contents .category_area .ttl_ja::before {
  position: absolute;
  content: "";
  width: 12.5rem;
  height: 0.1rem;
  background: rgba(15,75,6,0.3);
  top: 50%;
  left: -14rem;
  transform: translateY(-50%);
  z-index: 1;
}

#lp_contents .category_area .ttl_ja::after {
  position: absolute;
  content: "";
  width: 12.5rem;
  height: 0.1rem;
  background: rgba(15,75,6,0.3);
  top: 50%;
  right: -14rem;
  transform: translateY(-50%);
  z-index: 1;
}

#lp_contents .category_wrap {
  margin-top: 2.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#lp_contents .category_area .category_blk a {
  display: flex;
  justify-content: center;
  align-items: center;
}

#lp_contents .category_area .name {
  width: 9.6rem;
  height: 8rem;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
}

#lp_contents .category_area .arrow {
  position: relative;
  width: 3rem;
  height: 8rem;
  background: #E5D7CF;
  z-index: 0;
}

#lp_contents .category_area .arrow::before {
  position: absolute;
  content: "";
  background: url(../img/page_arrow.svg) no-repeat;
  background-size: 100%;
  width: .8rem;
  height: .8rem;
  top: 45%;
  right: 40%;
  z-index: 1;
}

#lp_contents .category_blk:hover .arrow::before {
  right: 45%;
  transition: all .4s;
}

#lp_contents .allbtn {
  width: 41rem;
  height: 6rem;
  margin: 5rem auto 0;
}


/* sec_content
==================================*/
#lp_contents .sec_content {
  padding: 0;
  background: unset;
}

#lp_contents .sec_inner {
  padding: 7rem 0 6rem 2.5rem;
}

#lp_contents .items_content .ttl {
  font-size: 4rem;
  text-align: left;
}

#lp_contents .items_content .ttl_ja {
  position: relative;
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 1rem 1.5rem;
  background: var(--color-lp_green);
  color: #fff;
  line-height: 1;
  z-index: 0;
}

#lp_contents .items_content .ttl_ja::before {
  position: absolute;
  content: "";
  width: 24rem;
  height: 0.1rem;
  background: rgba(15, 75, 6, 0.3);
  top: 1.5rem;
  right: -25.5rem;
  z-index: 1;
}

#Petit .items_content .ttl_ja::before {
  width: 20rem;
  right: -22rem;
}

#MustHave .items_content .ttl_ja::before {
  width: 25rem;
  right: -26.5rem;
}

#lp_contents .items_content .ttl_ja::after {
  position: absolute;
  content: "Only available now";
  font-family: "fagun", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  transform: rotate(90deg);
  color: var(--color-lp_green);
  top: 1rem;
  right: -33rem;
  z-index: 1;
}

#Petit .items_content .ttl_ja::after {
  position: absolute;
  content: "A small token of appreciation";
  z-index: 1;
}

#MustHave .items_content .ttl_ja::after {
  position: absolute;
  content: "Currently trending";
  z-index: 1;
  right: -35rem;
}

#Thank .items_content .ttl_ja::after {
  position: absolute;
  content: "Gratitude to everyone";
  z-index: 1;
  right: -35rem;
}

#lp_contents .items_content .lead_text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 3rem;
  letter-spacing: 0.08em;
}

#lp_contents .items_content .items_over {
  width: 100%;
  overflow: scroll;
  display: flex;
  padding: 0 2rem 0 0;
  -ms-overflow-style: none;

  scrollbar-width: none;
}

#lp_contents .items_content .items_over::-webkit-scrollbar {
  display:none;
}

#lp_contents .scroll-left, 
#lp_contents .scroll-right {
  display: none;
}

#lp_contents .items_content .items_wrap {
  margin-top: 3rem;
  display: flex;
  align-items: stretch;
  gap: 2rem;
}

#lp_contents .items_content .items_blk {
  width: 30rem;
}

#lp_contents .items_content .item_img {
  position: relative;
  width: 100%;
  z-index: 0;
}

#lp_contents .items_content .item_img::before {
  position: absolute;
  content: "";
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background: #9F7841;
  padding: .8rem 1rem;
  border-radius: 10rem;
  top: 1rem;
  left: 1rem;
}

#lp_contents .items_content .text {
  text-align: left;
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  min-height: 1.5rem;
  letter-spacing: 0.08em;
}

#lp_contents .items_content .brand {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: 600;
}

#lp_contents .items_content .name {
  text-align: left;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

#lp_contents .items_content .items_price_wrap {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#lp_contents .items_content .items_blk .price {
  font-size: 1.6rem;
  font-weight: 500;
}

#lp_contents .items_content .items_blk .price span {
  font-size: 1rem;
}

#lp_contents .items_content .items_blk .detail {
  font-size: 1.2rem;
  font-weight: 500;
  width: 15rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFCFA;
  border: var(--color-lp_font) 0.1rem solid;
}

#lp_contents .itembtn {
  width: 41rem;
  height: 5rem;
  margin: 4rem 0 0 -0.5rem;
  background: var(--color-btn);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lp_contents .sec_content_nb {
  padding: 0 0 0 2.5rem;
  margin-top: 7rem;
}

#MustHave {
  margin-top: 6rem;
}


/* sec_limited
==================================*/
#lp_contents .sec_limited {
  text-align: center;
  padding: 9rem 0 5rem;
  background: var(--color-lp_bg_2);
  margin-top: 6rem;
}

#lp_contents .sec_limited .ttl_blk {
  display: inline-block;
  position: relative;
  z-index: 0;
}

#lp_contents .sec_limited .ttl_blk::after {
  position: absolute;
  content: "";
  background: url(../img/bg_1.svg) no-repeat;
  background-size: 100%;
  width: 10rem;
  height: 14.4rem;
  top: -8rem;
  right: -3rem;
  transform: rotate(80deg);
  z-index: 1;
}

#lp_contents .sec_limited .ttl_ja {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.5rem;
}

#lp_contents .limited_area {
  position: relative;
  width: 39rem;
  margin: 1rem auto 0;
  padding: 3.5rem 0 4rem;
  background: rgba(255, 255, 255, .5);
  color: var(--color-lp_green);
  z-index: 0;
}

#lp_contents .limited_area::before {
  position: absolute;
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../img/limited_bg.svg) no-repeat;
  background-size: 100%;
  top: 2rem;
  left: -1.5rem;
  z-index: 1;
}

#lp_contents .limited_area::after {
  position: absolute;
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../img/limited_bg.svg) no-repeat;
  background-size: 100%;
  bottom: 2rem;
  right: -1.5rem;
  transform: rotate(180deg);
  z-index: 1;
}

#lp_contents .limited_date_blk {
  width: 30rem;
  margin: auto;
}

#lp_contents .limited_date_blk .limited_date_ttl {
  width: 100%;
  height: 2.5rem;
  background: var(--color-lp_green);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}

#lp_contents .limited_date_blk .limited_date_wrap {
  position: relative;
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 0;
}

#lp_contents .limited_date_blk .limited_date_wrap::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 0.1rem;
  background: rgba(15, 75, 6, .3);
  top: 2.5rem;
  left: 15.7rem;
  z-index: 1;
}

#lp_contents .limited_date_wrap p {
  font-size: 1.2rem;
}

#lp_contents .limited_date_wrap p span {
  font-size: 1.8rem;
}

#lp_contents .limited_date_text {
  margin-top: 1.4rem;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 2;
}

#lp_contents .limited_info {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
}


#lp_contents .bottom {
  margin: 5.5rem auto 0;
}


/* campaing_wrap
==================================*/
#lp_contents .campaing_wrap {
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

#lp_contents .campaing_wrap div {
  width: 41rem;
}

#lp_contents .campaing_wrap div p {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}


#lp_contents .nav_img{
  width: 17rem;
  bottom: 7rem;
}




}