@charset "UTF-8";

/*--------------------------------
                共 通
 --------------------------------*/

#Wrap,.wrapBottom,.wrapTop{
  width: 100%;
}

#lp_contents{
  font-family: "freight-big-pro", "ryo-gothic-plusn", sans-serif;
  color: #1F1F1F;
  letter-spacing: 0.04rem;
}

#lp_contents::before{
  content: '';
  background: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}

#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%;display: block;}
#lp_contents a{display: block;}
#lp_contents ul li,#LP_page ol li{list-style: none;}
#lp_contents h1{padding: 0;float: none;}

#lp_contents small{
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

#lp_contents .modal-content small {
    display: inline;
    margin: 0;
}

#lp_contents sup{
  font-size: 50%;
  margin-top: -0.6rem;
}

/*--------------------------------
                Contents
 --------------------------------*/

#lp_contents .mv-sec {
    background: url(../img/mv_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

#lp_contents .mv-sec .mv-wrap {
    width: 60.6rem;
    margin: 0 auto;
    padding: 4rem 0 6rem;
    display: block;
    text-align: center;
}

#lp_contents .mv-sec .lead_wrap p {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    line-height: 2.5;
    font-size: 1.7rem;
    font-weight: 300;
    padding: 7rem 0 9rem;
}

#lp_contents .mv-sec .lead_wrap {
    position: relative;
}

#lp_contents .mv-sec .lead_wrap::before {
    content: '';
    background: url(../img/star01.svg) no-repeat;
    height: 3rem;
    width: 2.8rem;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

#lp_contents .mv-sec .mv-wrap h2 {
    margin-right: -3rem;
}

#lp_contents .search-sec {
    background: #E6E4E1;
    padding: 7rem 0 9rem;
    color: #83755B;
}

#lp_contents h3 {
    font-size: 4.8rem;
    text-align: center;
    color: #83755B;
    font-weight: 400;
    position: relative;
    display: table;
    margin: 0 auto;
    font-family: "freight-big-pro", serif;
    line-height: 1.1;
}

#lp_contents h3::before, #lp_contents h3::after {
    position: absolute;
    content: '';
    height: 2.4rem;
    width: 2.2rem;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../img/star01.svg) no-repeat;
	background-size: cover;
}

#lp_contents h3::before {
    left: -5rem;
}

#lp_contents h3::after {
    right: -5rem;
}
#lp_contents .search-sec h4 {
    text-align: center;
    /* color: #83755B; */
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 auto 2rem;
}

#lp_contents .search-sec h3 {
    margin-bottom: 4.5rem;
}
#lp_contents .brand-menu .select-btn {
  background-color: #fff;
  width: 38rem;
  margin: 0 auto;
  height: 4.6rem;
  line-height: 4.6rem;
  text-align: center;
  cursor: pointer;
  font-size: 1.7rem;
  border: 1px solid #DEDAD1;
  position: relative;
  font-weight: 500;
}


#lp_contents .brand-menu .dropdown-menu {
  position: absolute;
  width: 38rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  margin: -1px 0 0 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
  left: 50%;
  transform: translate(-50%, 0);
  height: 40rem;
  overflow-y: scroll;
  border-top: 1px solid #fff;
  z-index: 10;
  border: 1px solid #DEDAD1;
  border-top: none;
}

#lp_contents .brand-menu .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
}
#lp_contents .brand-menu .dropdown-menu li a {
    border-top: 1px solid #DEDAD1;
    margin: 0 5rem;
    padding: 0.8rem 0;
}


#lp_contents .brand-menu #dropdown-arrow.arrow::before {
    width: 0.8rem;
    height: 0.8rem;
    border-top: 1px solid #83755B;
    border-right: 1px solid #83755B;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#lp_contents .brand-menu #dropdown-arrow::before, #lp_contents .brand-menu #dropdown-arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#lp_contents  .brand-menu #dropdown-arrow {
    position: absolute;
    right: 2rem;
    top: 1.5rem;
    height: 1.2rem;
    width: 1.2rem;
}

#lp_contents  .brand-menu #dropdown-arrow::before {
    width: 0.8rem;
    height: 0.8rem;
    border-top: 1px solid #83755B;
    border-right: 1px solid #83755B;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#lp_contents  .brand-menu #dropdown-arrow.arrow {
    top: 2rem;
}

#lp_contents  .menu-list {
    margin: 0 auto 6rem;
}

#lp_contents  .menu-list .square {
    background: #fff;
    display: flex;
    width: 100rem;
    height: 5.5rem;
    margin: 0 auto;
    border: 1px solid #DEDAD1;
    align-items: center;
    justify-content: center;
}

#lp_contents  .menu-list .square li a {
    text-align: center;
    font-size: 2.4rem;
    /* border-right: 1px solid #DEDAD1; */
    height: 5.5rem;
    line-height: 5.5rem;
}

#lp_contents  .menu-list .square li:last-child::after {
    content: none;
}


#lp_contents .search-sec .popular-menu .square li {
    width: calc(100% / 4);
}

#lp_contents .price-menu .jp {
    font-family: 'Noto Serif JP', serif;
}

#lp_contents .search-sec .price-menu .square li {
    width: calc(100% / 3);
}

#lp_contents  .menu-list .square li span {
    font-size: 1.4rem;
}

#lp_contents .search-sec .menu-list .circle {
    display: flex;
    align-items: center;
    width: 100rem;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

#lp_contents  .menu-list .circle li a {
    background: #fff;
    /* margin-right: 3.2rem; */
    width: 22.6rem;
    text-align: center;
    height: 6rem;
    border-radius: 100%;
    font-size: 2.2rem;
    line-height: 1.2;
    /* position: relative; */
    padding: 1.2rem 0 0;
}

#lp_contents  .menu-list .circle li span {
    display: block;
    font-size: 1.1rem;
    font-family: 'Noto Serif JP', serif;
}

#lp_contents .search-sec .menu-list .circle li {
    position: relative;
    /* padding: 1.2rem 0 0; */
    /* margin-right: 3.2rem; */
}


#lp_contents .search-sec .menu-list .circle li::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    border: 6px solid transparent;
    border-top: 4px solid #83755B;
    content: '';
    transform: translate(-50%, 0);
}

#lp_contents .all-btn a {
    width: 50rem;
    background: #474852;
    color: #FFE;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 1.5rem 0;
    font-size: 1.8rem;
    margin: 0 auto;
}

#lp_contents  .category-menu {
    margin-bottom: 7rem;
}

#lp_contents .all-btn a:hover {
    background: #C6C7C9;
    color: #1E224D;
}

#lp_contents  .menu-list a:hover {
    background: #F1F0EE;
}

#lp_contents  .menu-list .square li:after {
    content: '';
    position: absolute;
    height: 3.5rem;
    width: 0.1rem;
    right: 0;
    background: #DEDAD1;
    top: 50%;
    transform: translate(0, -50%);
}

#lp_contents  .menu-list .square li {
    position: relative;
}

#lp_contents .sub-ttl {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    text-align: center;
    color: #83755B;
    margin: 0 auto 12rem;
    position: relative;
}

#lp_contents .sub-ttl::after {
    position: absolute;
    content: '';
    height: 5rem;
    width: 0.1rem;
    background: #83755B;
    top: 4rem;
    left: 50%;
    transform: translate(-50%, 0);
}

#lp_contents .item-sec {
    padding: 12rem 6rem 14rem;
}

#lp_contents .item_wrap {
    background: #fff;
    width: 126rem;
    max-width: 100%;
    margin: 0 auto 12rem;
    padding: 8rem 13rem 12rem;
    position: relative;
    box-sizing: border-box;
}

#lp_contents .item_wrap::before, #lp_contents .item_wrap::after {
    position: absolute;
    content: '';
    transform: translateX(-50%);
    height: 8.35rem;
    width: 100%;
    max-width: 126rem;
}

#lp_contents .item_wrap::before {
    top: 0;
    left: 50%;
    background: url(../img/deco_top.svg) no-repeat;
    background-size: 98% auto;
    background-position: top 1rem center;
}

#lp_contents .item_wrap::after {
    bottom: 0;
    left: 50%;
    background: url(../img/deco_bottom.svg) no-repeat;
    background-size: 98% auto;
    background-position: bottom 1rem center;
}

#lp_contents .item-cont .item-catch img {
    height: 9rem;
    width: auto;
}

#lp_contents .item-cont h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 2rem;
    letter-spacing: .11em;
    line-height: 1.5;
    font-weight: 500;
    color: #816229;
}

#lp_contents .item-cont .brand-name,
#lp_contents .limited-kit .brand-name {
    font-size: 1.4rem;
    font-weight: 500;
}

#lp_contents .item-cont .item-name,
#lp_contents .limited-kit .item-name {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.2rem 0 0.7rem;
}

#lp_contents .item-cont,
#lp_contents .limited-kit {
    font-family: "ryo-gothic-plusn", sans-serif;
    position: relative;
}

#lp_contents .item-cont .price-area,
#lp_contents .limited-kit .price-area {
    display: flex;
    align-items: center;
}

#lp_contents .item-cont .price-area .ico,
#lp_contents .limited-kit .price-area .ico {
    font-size: 1.2rem;
    border: 1px solid;
    background: #fff;
    padding: 0.2rem 1rem;
    margin-right: 1rem;
}

#lp_contents .item-cont .price-area .price,
#lp_contents .limited-kit .price-area .price {
    font-size: 1.5rem;
}

#lp_contents .item-cont .price-area .price span,
#lp_contents .limited-kit .price-area .price span {
    font-size: 1.3rem;
}

#lp_contents .item-cont .item-btn,
#lp_contents .limited-kit .item-btn {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 1.3rem;
    width: 17rem;
    height: 4rem;
    letter-spacing: .11em;
    line-height: 4rem;
    text-align: center;
    font-weight: 300;
    margin-top: 1.6rem;
}

#lp_contents #skincare .item-cont .item-btn {
    background: #1E224D;
}

#lp_contents .item-cont.one-column {
    display: flex;
    margin: 5rem 0 10rem 0;
}

#lp_contents .item-cont.one-column .image-area {
    width: 48rem;
    margin: -4rem 8rem 0 5rem;
    /* position: relative; */
}
#lp_contents #skincare .item-cont.one-column .item-catch {
    top: -4rem;
    left: 55rem;
}

#lp_contents .item-cont .item-catch {
    position: absolute;
}

#lp_contents .item-cont.one-column .txt-area {
    margin: 4rem 0;
}

#lp_contents .item-cont.one-column h4 {
    margin-bottom: 2.5rem;
    padding-right: 1rem;
}

.staff-comment {
    display: none;
}

#lp_contents .item-cont.one-column .image-area .modal-btn {top: 28.4rem;left: 2rem;}


#lp_contents .item-cont .image-area .modal-btn {
    padding-right: .5rem;
    font-size: 1.3rem;
    font-family: "freight-big-pro", serif;
    font-weight: 500;
    color: #83755B;
    border: 1px solid #83755B;
    background: rgba(248,250,250,0.9);
    width: 10rem;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    height: 3rem;
    line-height: 2.8rem;
    cursor: pointer;
    box-sizing: border-box;
}

#lp_contents .item-cont .image-area .modal-btn::after {
    content: '+';
    position: absolute;
    right: 1rem;
    font-size: 2rem;
    top: 44%;
    transform: translate(0, -50%);
}
#lp_contents .item-cont.two-column .item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#skincare .item-cont.two-column .item-list,
#hairbody .item-cont.two-column .item-list {
    margin-bottom: 10rem;
}

#hairbody .item-cont.two-column .item-list {
    row-gap: 10rem;
}

#lp_contents .item-cont.two-column .item-list .item-inner {
    width: 33vw;
    max-width: 45rem;
    position: relative;
}

#lp_contents .item-cont.two-column .item-catch {
    top: -5rem;
    left: 50%;
    transform: translate(-50%, 0);
}

#lp_contents .item-cont.two-column h4 {
    text-align: center;
    margin: 5rem auto 1rem;
}

#lp_contents .item-cont .image-area {
    position: relative;
}

#lp_contents .item-cont.two-column .image-area {
    width: 34rem;
    margin: 0 auto 1rem;
}

#lp_contents .item-cont.two-column .image-area .modal-btn {
    bottom: 1.5rem;
    right: 1.5rem;
}

#lp_contents .item-cont.two-column .txt-area {
    text-align: center;
}


#lp_contents .item-cont.two-column .txt-area .inner {
    display: inline-block;
    text-align: left;
}
#lp_contents .item-cont.four-column .item-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 6rem 1.6rem;
}

#lp_contents .item-cont.four-column .item-list .item-inner  {
    width: 23.8rem;
}

#lp_contents .item-cont.four-column .image-area {
    margin-bottom: 1.5rem;
}

#lp_contents .search-sec .menu-list.popular-menu .square li img {
    padding: 0.3rem 0;
}

#lp_contents .item-sec .modal-content .item-image {
    width: 35rem;
    margin: 2rem auto;
}

#lp_contents .item-sec .modal-content .brand-name, #lp_contents .item-sec .modal-content .item-name {
    text-align: center;
}

#lp_contents .item-sec .modal-content .howto-list.two-column {
    display: flex;
    justify-content: space-between;
}

#lp_contents .item-sec .modal-content .howto-list.two-column li {
    width: 32rem;
    font-size: 1.2rem;
}

#lp_contents .item-sec .modal-content .howto-list h4 {
    margin: 5rem 0 1.1rem;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left;
}

#lp_contents .item-sec .modal-content .howto-list .ico {
    font-size: 1.1rem;
    font-weight: 500;
    border: 1px solid #83755B;
    display: inline-block;
    border-radius: 1px;
    color: #83755B;
    padding: 0.1rem 0.6rem 0;
    line-height: 1.5;
    margin-right: 0.4rem;
}

#lp_contents .item-sec .modal-content .howto-list .txt {
    line-height: 2;
    margin: 0 0 3rem;
}

#lp_contents .item-sec .modal-content .howto-list.two-column .txt {
    margin: 0 0 1.5rem;
}

#lp_contents .item-sec .modal-content .howto-list.one-column {
    font-size: 1.3rem;
}

#lp_contents #skincare .item-cont.one-column {
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #F0F2F7 100%);
}

#lp_contents #makeup .item-cont.one-column {
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #F2EAED 100%);
}

#lp_contents #makeup .item-cont.two-column .item-list .item-inner {
    background: linear-gradient(0deg, #fff 0%, #fff 50%, #F2EAED 100%);
    margin-bottom: 0;
}

#lp_contents #skincare .item-cont.two-column .item-list .item-inner {
    background: linear-gradient(0deg, #fff 0%, #fff 50%, #F0F2F7 100%);
}

#lp_contents #makeup .item-cont.one-column .item-catch {
    top: -4rem;
    left: 0;
}
#lp_contents #makeup .item-cont .item-btn {
    background: #672424;
}
#lp_contents .item-cont.two-column .item-list .item-inner:nth-child(2n) {
    margin-right: 0 !important;
}

#lp_contents #hairbody .item-cont.two-column .item-list .item-inner {
    background: linear-gradient(0deg, #fff 0%, #fff 50%, #F0F4EF 100%);
    /* margin: 0 10rem 10rem 0; */
}

#lp_contents #hairbody .item-cont .item-btn {
    background: #143E16;
}

#lp_contents .item-cont.four-column .item-list .item-inner:nth-child(4n) {
    margin-right: 0;
}


#lp_contents #other .item-cont .item-btn {
    background: #1F1F1F;
}

#lp_contents .drawer__button.active {
    background: none;
    width: 2rem;
    height: 2rem;
    right: 32rem;
    top: 2rem;
    /* transition: opacity 0.6s ease; */
}

#lp_contents .drawer__button span {
    display: none;
}

#lp_contents .menu-sec .category-menu.lp {
    display: none;
}

#lp_contents .search-sec .category-menu.hamburger {
    display: none;
}

#lp_contents .menu-sec h3 {
    font-size: 3.8rem;
    margin-bottom: 3rem;
}

#lp_contents .menu-sec h3::before, #lp_contents .menu-sec h3::after {
    height: 1.5rem;
    width: 1.3rem;
}

#lp_contents .menu-sec h3::before {
    left: -3rem;
}

#lp_contents .menu-sec h3::after {
    right: -3rem;
}

#lp_contents .menu-sec .menu-list {
    margin-bottom: 4rem;
}

#lp_contents .menu-sec .brand-menu .select-btn {
    width: 26rem;
    font-size: 1.6rem;
}

#lp_contents .menu-sec .brand-menu .dropdown-menu {
    width: 26rem;
    height: 30rem;
    margin: -1px 0 0 1px;
}

#lp_contents .menu-sec h4 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    text-align: center;
}

#lp_contents .menu-sec .menu-list .square {
    display: block;
    height: auto;
    width: 26rem;
}

#lp_contents .menu-sec .menu-list .square li:after {
    height: 0.1rem;
    width: 100%;
    top: 5rem;
}

#lp_contents .menu-sec .menu-list .square li a {
    height: 5rem;
    line-height: 5rem;
}

#lp_contents .menu-sec .menu-list .circle li a {
    border-radius: 0;
    width: 100%;
    height: 4.5rem;
    border: 1px solid #DEDAD1;
    font-size: 1.8rem;
    border-bottom: none;
    padding: 0.8rem 0 0;
}

#lp_contents .menu-sec .menu-list .circle li:last-child a {
    border-bottom: 1px solid #DEDAD1;
}

#lp_contents .drawer__button {
	/* position: fixed; */
	width: 7.6rem;
	height: 7.6rem;
	cursor: pointer;
	z-index: 9999;
	top: 10rem;
	right: 4rem;
	background: url(../img/ico_search.png) no-repeat;
	background-size: cover;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .2));
}
#lp_contents .drawer__button.m_fixed {
    position: fixed;
}

#lp_contents  .drawer__button.active span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 0.1rem;
  background-color: #83755B;
  /* transform: translateX(-50%); */
}
#lp_contents .drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}
#lp_contents .drawer__button > span:nth-child(2) {
  /* transform: translate(-50%, -50%); */
  /* transition: opacity 0.3s ease; */
}
#lp_contents .drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}
/* 展開時のデザイン */
#lp_contents .drawer__button.active span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#lp_contents .drawer__button.active > span:nth-child(2) {
  /* opacity: 0; */
}
#lp_contents .drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* メニューのデザイン */
#lp_contents .drawer__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.6s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
#lp_contents .drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
#lp_contents .drawer__nav__inner {
  position: relative;
  width: 26rem;
  height: 100%;
  background-color: #EAE8E5;
  padding: 4rem 5rem 10rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.6s ease;
  color: #83755B;
	z-index: 9999;
}
#lp_contents .drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
#lp_contents .drawer__bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
body.active {
  height: 100%;
  overflow: hidden;
}

/*--------------------------------
            CSS Animation
 --------------------------------*/

@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

@keyframes hover {
  0% {
    opacity: 0.7;
    background: transparent linear-gradient(90deg, #BA7651 0%, #C7A16B 25%, #C7A16B 51%, #C7A16B 79%, #BA7651 100%) 0% 0% no-repeat padding-box;
  }
  100% {
    opacity: 1;
    background: transparent linear-gradient(90deg, #BA7651 0%, #C7A16B 25%, #C7A16B 51%, #C7A16B 79%, #BA7651 100%) 0% 0% no-repeat padding-box;
  }
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*--------------------------------
            Fade In
 --------------------------------*/

.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 2s;
}

.fadeInUp.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.delay25{
  transition-delay: 0.25s;
}
.delay50{
  transition-delay: 0.5s;
}
.delay75{
  transition-delay: 0.75s;
}
.delay100{
  transition-delay: 1s;
}

/*--------------------------------
            modal
 --------------------------------*/

/* モーダル */
body.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	overflow-y: scroll;
}
#lp_contents .modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	/* text-align: center; */
	display: flex;
	align-items: center;
	justify-content: center;
}

#lp_contents .modal-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	background: rgb(0 0 0 / 14%);
}

#lp_contents .modal-content {
	position: relative;
	z-index: 2;
	width: 86rem;
	box-shadow: 0 0 20px #856d5226;
}

#lp_contents .modal-inner {
	position: relative;
	background: #fff;
	padding: 6rem 8rem 8rem;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	max-height: 70vh;
}

#lp_contents .modal .btn-close {
	position: absolute;
	top: 2.5rem;
	right: 2.5rem;
	font-size: 1.3rem;
	font-family: "freight-big-pro", serif;
    font-weight: 500;
	color: #83755B;
	border: 1px solid #83755B;
	background: rgba(248,250,250,0.9);
	width: 10rem;
	text-align: center;
	position: absolute;
	border-radius: 100%;
	height: 3rem;
	line-height: 3rem;
}
#lp_contents .modal .btn-close::after {
    content: '×';
    position: absolute;
    right: 1rem;
    font-size: 2rem;
    top: 44%;
    transform: translate(0, -50%);
}

#lp_contents .modal .btn-close:hover {
	cursor: pointer;
}

#lp_contents .modal.is_close > * {
	pointer-events: none;
}

#lp_contents .modal.is_close {
	pointer-events: none;
	visibility: hidden;
	-webkit-transition: visibility .3s;
	transition: visibility .3s;
}

#lp_contents .modal.is_close .modal-bg,
#lp_contents .modal.is_close .modal-content {
	opacity: 0;
	-webkit-transition: .3s opacity 0s;
	transition: .3s opacity 0s;
}

#lp_contents .modal.is_open {
	visibility: visible;
}

#lp_contents .modal.is_open .modal-bg {
	opacity: 1;
	-webkit-transition: .3s opacity 0s;
	transition: .3s opacity 0s;
}

#lp_contents .modal.is_open .modal-content {
	pointer-events: none;
	opacity: 1;
	-webkit-transition: .3s opacity .3s;
	transition: .3s opacity .3s;
}

#lp_contents .modal.is_open .btn-close, #lp_contents .modal.is_open .modal-inner {
	pointer-events: auto;
}

/* 追従メニュー */
#lp_contents .follow-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    transition: transform .6s ease-in-out;
    transform: translateY(100%);
    z-index: 5;
}

#lp_contents .follow-menu.up-move {
    transform: translateY(0);
}

#lp_contents .follow-menu__list {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #474852;
    color: #ffffff;
    width: 100vw;
}

#lp_contents .follow-menu__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19rem;
    height: 5.6rem;
    z-index: 0;
}

#lp_contents li:not(:last-of-type) .follow-menu__item::after {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 3.1rem;
    border-right: 1px solid #C4C4C4;
}

#lp_contents .follow-menu__item .follow-menu__item--text {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: .02em;
    line-height: .9;
    text-align: center;
}

#lp_contents .follow-menu__item .follow-menu__item--jp {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: .11em;
}

/* リミテッド kit */
#lp_contents .limited-kit {
    margin: -1rem auto 9.4rem;
    padding: 4.1rem 0 3.9rem;
    background: url(../img/LimitedKit_bg_pc.png) no-repeat center/100% auto;
    width: 91rem;
}

#lp_contents .limited-kit__head {
    margin-bottom: 3rem;
    color: #816229;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: center;
}

#lp_contents .limited-kit__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.1rem;
}

#lp_contents .limited-kit__textbox {
    width: 46rem;
}

#lp_contents .limited-kit__textbox--lead {
    margin-bottom: 2.8rem;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: .04em;
    line-height: 2;
}

#lp_contents .limited-kit__textbox--credit .item-btn {
    background: #83755B;
}

#lp_contents .limited-kit .limited-kit__img {
    width: 27rem;
}

#lp_contents .four-column .item-list,
#lp_contents .image-area {
    transition: all 1.1s .3s;
    transform: translateY(3%);
    opacity: 0;
}

#lp_contents .four-column .item-list.anim_enable,
#lp_contents .anim_enable .image-area {
    transform: translateY(0);
    opacity: 1;
}

#lp_contents .limited-kit {
    transition: opacity 1s .3s;
    opacity: 0;
}

#lp_contents .limited-kit.anim_enable {
    opacity: 1;
}

#lp_contents .item-cont.one-column.anim_enable {
    animation: gradient 1.8s ease .1s forwards;
}

@keyframes gradient{
    0% {
        background-size: 0%;
    }
    100% {
        background-size: 100%;
    }
}

#lp_contents .item_wrap .item-inner.anim_enable {
    animation: gradient2 1.8s ease .1s forwards;
}

@keyframes gradient2{
    0% {
        background-size: 100% 0;
    }
    100% {
        background-size: 100% 100%;
    }
}


#lp_contents #skincare .item-cont.one-column,
#lp_contents #skincare .item-cont.two-column .item-list .item-inner,
#lp_contents #makeup .item-cont.one-column,
#lp_contents #makeup .item-cont.two-column .item-list .item-inner,
#lp_contents #hairbody .item-cont.one-column,
#lp_contents #hairbody .item-cont.two-column .item-list .item-inner {
    background-repeat: no-repeat;
    background-size: 0%;
}

#lp_contents #skincare .item-cont.one-column,
#lp_contents #makeup .item-cont.one-column,
#lp_contents #hairbody .item-cont.one-column {
    background-position: top right;
}

#lp_contents #skincare .item-cont.two-column .item-list .item-inner,
#lp_contents #makeup .item-cont.two-column .item-list .item-inner,
#lp_contents #hairbody .item-cont.two-column .item-list .item-inner {
    background-position: top;
}



@media screen and (min-width: 769px) {
    #lp_contents .item-cont.four-column .item-list .item-inner:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
}


@media screen and (min-width: 769px) and (max-width: 1300px) {
    #lp_contents .item_wrap {
        padding: calc(80 * (100vw / 1300)) calc(120 * (100vw / 1300)) calc(120 * (100vw / 1300));
    }

    #lp_contents .item-cont.one-column .image-area .modal-btn {
        top: calc(236 * (100vw / 1300));
    }

    #lp_contents .item-cont h4,
    #lp_contents .item-cont .item-name {
        font-size: calc(17 * (100vw / 1300));
    }

    #lp_contents .item-cont .price-area .ico {
        font-size: calc(12 * (100vw / 1300));
    }

    #lp_contents .item-cont.one-column .image-area {
        margin: calc(0 * (100vw / 1300)) calc(70 * (100vw / 1300)) 0 calc(50 * (100vw / 1300));
        width: calc(420 * (100vw / 1300));
    }

    #lp_contents .item-cont.two-column .image-area {
        width: calc(330 * (100vw / 1300));
    }

    #lp_contents .item-cont .item-btn {
        font-size: calc(13 * (100vw / 1300));
        line-height: calc(37 * (100vw / 1300));
        width: calc(170 * (100vw / 1300));
        height: calc(38 * (100vw / 1300));
    }

    #lp_contents .item-cont.four-column .item-list .item-inner {
        width: calc(216 * (100vw / 1300));
    }
}






/*--------------------------------
            Layout  SP
 --------------------------------*/
@media (max-width: 768px) {
/* 追従メニュー */
#lp_contents .follow-menu__list {
    overflow-x: scroll;
    justify-content: flex-start;
    background: #474852;
    color: #ffffff;
}

#lp_contents .follow-menu__item {
    width: calc(190 *(100vw / 430));
    height: calc(62 *(100vw / 430));
}

#lp_contents li:not(:last-of-type) .follow-menu__item::after {
    height: calc(35 *(100vw / 430));
}

#lp_contents .follow-menu__item .follow-menu__item--text {
    font-size: calc(20 *(100vw / 430));
}

#lp_contents .follow-menu__item .follow-menu__item--jp {
    font-size: calc(11 *(100vw / 430));
}

#Contents #share {
    bottom: 8%;
}

/* リミテッド kit */
#lp_contents .limited-kit {
    margin: calc(76 *(100vw / 430)) auto calc(60 *(100vw / 430));
    padding: calc(39 *(100vw / 430)) 0 calc(59 *(100vw / 430));
    background: url(../img/LimitedKit_bg_sp.png) no-repeat center/100% auto;
    width: calc(358 *(100vw / 430));
}

#lp_contents .limited-kit__head {
    margin-bottom: calc(15 *(100vw / 430));
    font-size: calc(22 *(100vw / 430));
    letter-spacing: .11em;
}

#lp_contents .limited-kit__inner {
    flex-direction: column-reverse;
    gap: calc(6 *(100vw / 430));
}

#lp_contents .limited-kit__textbox {
    width: calc(298 *(100vw / 430));
}

#lp_contents .limited-kit__textbox--lead {
    margin-bottom: calc(33 *(100vw / 430));
    font-size: calc(14 *(100vw / 430));
    line-height: 1.75;
}

#lp_contents .limited-kit__textbox--credit .item-btn {
    background: #83755B;
}

#lp_contents .limited-kit .limited-kit__img {
    margin: 0 auto;
    width: calc(210 *(100vw / 430));
}


/*--------------------------------
                共 通
 --------------------------------*/

#lp_contents::before{
  content: '';
  background: url(../img/bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#lp_contents .sp_only{display: inline-block;}
#lp_contents .pc_only{display: none;}
#lp_contents p {
  font-size: calc(13 *(100vw / 430));
}

#lp_contents small{
  margin-top: calc(20 *(100vw / 430));
  font-size: calc(10 *(100vw / 430));
}

#lp_contents sup{
  font-size: 80%;
  margin-top: calc(-5 *(100vw / 430));
}


/*--------------------------------
                Contents
 --------------------------------*/
#lp_contents .mv-sec {
    background: url(../img/mv_bg_sp.png) no-repeat;
    background-size: cover;
    background-position: center;
}

#lp_contents .mv-sec .mv-wrap {
    width: calc(390 * (100vw / 428));
    padding: calc(20 * (100vw / 428)) 0 calc(56 * (100vw / 428));
}

#lp_contents .mv-sec .lead_wrap p {
    font-size: calc(16 * (100vw / 428));
    padding: calc(64 * (100vw / 428)) 0 calc(60 * (100vw / 428));
}

#lp_contents .mv-sec .lead_wrap::before {
    width: calc(24 * (100vw / 428));
    height: calc(28 * (100vw / 428));
}

#lp_contents .search-sec {
    padding: calc(40 * (100vw / 428))0 calc(60 * (100vw / 428));
}

#lp_contents h3 {
    font-size: calc(38 * (100vw / 428));
}

#lp_contents .search-sec h3 {
    margin-bottom: calc(30 * (100vw / 428));
}

#lp_contents h3::before, #lp_contents h3::after {
    width: calc(16 * (100vw / 428));
    height: calc(18 * (100vw / 428));
}

#lp_contents h3::before {
    left: calc(-30 * (100vw / 428));
}

#lp_contents h3::after {
    right: calc(-30 * (100vw / 428));
}

#lp_contents .brand-menu .select-btn {
    width: calc(348 * (100vw / 428));
    height: calc(50 * (100vw / 428));
    line-height: calc(50 * (100vw / 428));
    font-size: calc(16 * (100vw / 428));
}

#lp_contents .brand-menu #dropdown-arrow::before, #lp_contents .brand-menu #dropdown-arrow.arrow::before {
    width: calc(10 * (100vw / 428));
    height: calc(10 * (100vw / 428));
}

#lp_contents .brand-menu #dropdown-arrow {
    height: calc(22 * (100vw / 428));
    width: calc(20 * (100vw / 428));
    top: calc(10 * (100vw / 428));
    right: calc(15 * (100vw / 428));
}

#lp_contents .brand-menu #dropdown-arrow.arrow {
    top: calc(16 * (100vw / 428)) !important;
}

#lp_contents .brand-menu .dropdown-menu {
    width: calc(348 * (100vw / 428));
    font-size: calc(26 * (100vw / 428));
    /* margin: -1px 0 0 1px; */
    height: calc(290 * (100vw / 428));
}

#lp_contents .brand-menu .dropdown-menu li a {
    margin: 0 calc(45 * (100vw / 428));
    padding: calc(6 * (100vw / 428)) 0;
}

#lp_contents .search-sec h4 {
    font-size: calc(16 * (100vw / 428));
    margin: 0 0 calc(15 * (100vw / 428));
}

#lp_contents .menu-list .square {
    width: calc(348 * (100vw / 428));
    display: block;
    height: auto;
}

#lp_contents .menu-list .square li {
    width: auto !important;
}

#lp_contents .menu-list .square li a {
    font-size: calc(26 * (100vw / 428));
    height: calc(50 * (100vw / 428));
    line-height: calc(50 * (100vw / 428));
}

#lp_contents .menu-list .square li:after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
}

#lp_contents .search-sec .menu-list.popular-menu .square li img {
    width: calc(260 * (100vw / 428));
    padding: 0;
    margin: 0 auto;
}

#lp_contents .menu-list .square li span {
    font-size: calc(16 * (100vw / 428));
}

#lp_contents .menu-list {
    margin: 0 auto calc(40 * (100vw / 428));
}

#lp_contents .search-sec .menu-list .circle {
    width: calc(348 * (100vw / 428));
}

#lp_contents .search-sec .menu-list .circle li {
    margin: 0 0 calc(20 * (100vw / 428));
}

#lp_contents .menu-list .circle li a {
    width: calc(166 * (100vw / 428));
    height: calc(60 * (100vw / 428));
    font-size: calc(20 * (100vw / 428));
    padding: calc(15 * (100vw / 428)) 0 0;
}

#lp_contents .menu-list .circle li span {
    font-size: calc(10 * (100vw / 428));
}

#lp_contents .all-btn a {
    width: calc(364 * (100vw / 428));
    height: calc(60 * (100vw / 428));
    line-height: calc(60 * (100vw / 428));
    font-size: calc(19 * (100vw / 428));
}

#lp_contents .item_wrap {
    max-width: calc(404 * (100vw / 428));
    padding: calc(40 * (100vw / 428)) calc(20 * (100vw / 428)) calc(60 * (100vw / 428));
    margin: 0 auto calc(60 * (100vw / 428));
}

#lp_contents .item_wrap::before, #lp_contents .item_wrap::after {
    height: calc(40 * (100vw / 428));
}

#lp_contents .item_wrap::before {
    background: url(../img/deco_top_sp.svg) no-repeat;
    background-size: calc(393 * (100vw / 428)) auto;
    background-position: top calc(5.5 * (100vw / 428)) center;
}

#lp_contents .item_wrap::after {
    background: url(../img/deco_bottom_sp.svg) no-repeat;
    background-size: calc(393 * (100vw / 428)) auto;
    background-position: bottom calc(5.5 * (100vw / 428)) center;
}

#lp_contents .item-sec {
    padding: calc(50 * (100vw / 428)) 0 calc(82 * (100vw / 428));
}

#lp_contents .sub-ttl {
    font-size: calc(14 * (100vw / 428));
    margin: calc(5 * (100vw / 428)) auto calc(60 * (100vw / 428));
}

#lp_contents .sub-ttl::after {
    height: calc(35 * (100vw / 428));
    top: calc(30 * (100vw / 428));
}

#lp_contents .item-cont.one-column {
    display: block;
    margin: calc(100 * (100vw / 428)) 0 0;
    position: relative;
}

#lp_contents .item-cont.one-column h4 {
    padding: 0;
}

#lp_contents .item-cont .item-catch img {
    height: calc(100 * (100vw / 428));
}

#lp_contents .item-cont .item-catch {
    top: calc(-50 * (100vw / 428)) !important;
    left: 50% !important;
    transform: translate(-50%, 0);
}

#lp_contents #skincare .item-cont.one-column:nth-of-type(1) .image-area {
    padding-top: calc(110 * (100vw / 428));
}

#lp_contents #skincare .item-cont.one-column:nth-of-type(4) .image-area {
    padding-top: calc(180 * (100vw / 428));
}

#lp_contents #makeup .one-column .image-area {
    padding-top: calc(180 * (100vw / 428));
}

#lp_contents .item-cont.one-column .image-area {
    margin: 0 auto calc(10 * (100vw / 428));
    width: calc(348 * (100vw / 428));
}

#lp_contents .item-cont h4 {
    text-align: center;
    font-size: calc(19 * (100vw / 428));
}

#lp_contents .item-cont .brand-name,
#lp_contents .limited-kit .brand-name {
    font-size: calc(14 * (100vw / 428));
}

#lp_contents .item-cont .item-name,
#lp_contents .limited-kit .item-name {
    font-size: calc(18 * (100vw / 428));
    padding: calc(0 * (100vw / 428)) 0 calc(8 * (100vw / 428));
}

#lp_contents .item-cont .price-area .ico,
#lp_contents .limited-kit .price-area .ico {
    font-size: calc(12 * (100vw / 428));
    padding: calc(1 * (100vw / 428)) calc(10 * (100vw / 428)) 0;
    margin-right: calc(10 * (100vw / 428));
}

#lp_contents .item-cont .price-area .price,
#lp_contents .limited-kit .price-area .price {
    font-size: calc(16 * (100vw / 428));
}

#lp_contents .item-cont .price-area .price span,
#lp_contents .limited-kit .price-area .price span {
    font-size: calc(14 * (100vw / 428));
}

#lp_contents .item-cont .item-btn,
#lp_contents .limited-kit .item-btn {
    width: 100%;
    height: calc(46 * (100vw / 428));
    line-height: calc(46 * (100vw / 428));
    font-size: calc(14 * (100vw / 428));
    margin-top: calc(18 * (100vw / 428));
}

#lp_contents .item-cont.one-column .txt-area h4 {
    position: absolute;
    top: calc(50 * (100vw / 428));
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

#lp_contents .item-cont.two-column .item-list {
    display: block;
}

#lp_contents .item-cont.two-column .item-list .item-inner {
    width: 100%;
    max-width: 100%;
    margin: calc(100 * (100vw / 428)) 0 0 0;
}

#lp_contents .item-cont .image-area .modal-btn {
    padding-right: calc(3 * (100vw / 428));
    font-size: calc(15 * (100vw / 428));
    width: calc(112 * (100vw / 428));
    height: calc(34 * (100vw / 428));
    line-height: calc(32 * (100vw / 428));
    bottom: calc(10 * (100vw / 428)) !important;
    right: calc(10 * (100vw / 428)) !important;
    top: auto !important;
    left: auto !important;
}

#lp_contents .item-cont .image-area .modal-btn::after {
    font-size: calc(20 * (100vw / 428));
    right: calc(10 * (100vw / 428));
}

#lp_contents .item-cont.two-column .image-area {
    width: calc(348 * (100vw / 428));
    margin: 0 auto calc(10 * (100vw / 428));
}

#lp_contents .item-cont.two-column h4 {
    margin: 0 auto calc(16 * (100vw / 428));
    padding-top: calc(50 * (100vw / 428));
}

#lp_contents .item-cont.one-column .txt-area {
    margin: 0 calc(8 * (100vw / 428));
}

#lp_contents .item-cont.two-column .txt-area {
    text-align: left;
    margin: 0 calc(10 * (100vw / 428));
}

#lp_contents .item-cont.four-column .image-area {
    margin-bottom: calc(10 * (100vw / 428));
}

#lp_contents .item-cont.four-column .item-list .item-inner {
    width: calc(175 * (100vw / 428));
}

#lp_contents .item-cont.four-column .item-list .item-inner:nth-child(2n) {
    margin-right: 0;
}

#lp_contents .item-cont.four-column .item-list .item-inner:nth-last-child(-n+2) {
    margin-bottom: 0;
}

#lp_contents .item-cont.four-column .brand-name {
    font-size: calc(12 * (100vw / 428));
}

#lp_contents .item-cont.four-column .item-name {
    font-size: calc(15 * (100vw / 428));
}
#lp_contents .item-cont.two-column .txt-area .inner {
    display: block;
}

#lp_contents #makeup .item-cont.two-column .item-list .item-inner {
    margin-bottom: calc(100 * (100vw / 428));
}

#lp_contents #makeup .item-cont.two-column .item-list .item-inner:last-child {
    margin-bottom: 0;
}

#lp_contents .drawer__button {
    height: calc(76 * (100vw / 428));
    width: calc(76 * (100vw / 428));
    top: calc(80 * (100vw / 428));
    right: calc(15 * (100vw / 428));
}

#lp_contents .modal-content {
    width: calc(364 * (100vw / 428));
}

#lp_contents .modal-inner {
    max-height: 70vh;
    padding: calc(50 * (100vw / 428)) calc(20 * (100vw / 428)) calc(50 * (100vw / 428));
}

#lp_contents .item-sec .modal-content .item-image {
    width: calc(288 * (100vw / 428));
    margin: calc(20 * (100vw / 428)) auto calc(10 * (100vw / 428));
}

#lp_contents .item-sec .modal-content .howto-list.two-column {
    display: block;
}

#lp_contents .item-sec .modal-content .howto-list.two-column li {
    width: 100%;
    font-size: calc(12 * (100vw / 428));
}

#lp_contents .item-sec .modal-content .howto-list h4 {
    font-size: calc(18 * (100vw / 428));
    line-height: 1.35;
    margin: calc(40 * (100vw / 428)) 0 calc(13 * (100vw / 428));
    padding-top: 0;
}

#lp_contents .item-sec .modal-content .howto-list .ico {
    font-size: calc(11 * (100vw / 428));
    padding: calc(3 * (100vw / 428)) calc(8 * (100vw / 428)) calc(2 * (100vw / 428));
    margin-right: calc(4 * (100vw / 428));
}

#lp_contents .item-sec .modal-content .howto-list.two-column .txt {
    margin: 0 0 calc(15 * (100vw / 428));
}

#lp_contents .modal .btn-close {
    bottom: calc(-20 * (100vw / 428));
    top: auto;
    right: 50%;
    transform: translate(50%, 0);
    font-size: calc(15 * (100vw / 428));
    width: calc(112 * (100vw / 428));
    height: calc(34 * (100vw / 428));
    line-height: calc(34 * (100vw / 428));
    padding-right: calc(9 * (100vw / 428));
    box-sizing: border-box;
}

#lp_contents .modal .btn-close::after {
    font-size: calc(20 * (100vw / 428));
    right: calc(15 * (100vw / 428));
}

#lp_contents .drawer__nav__inner {
    width: calc(260 * (100vw / 428));
    padding: 0 calc(50 * (100vw / 428));
}

#lp_contents .menu-sec h3 {
    font-size: calc(38 * (100vw / 428));
    margin-bottom: calc(25 * (100vw / 428));
    margin-top: calc(50 * (100vw / 428));
}

#lp_contents .menu-sec h3::before, #lp_contents .menu-sec h3::after {
    width: calc(16 * (100vw / 428));
    height: calc(18 * (100vw / 428));
}

#lp_contents .menu-sec h3::before {
    left: calc(-30 * (100vw / 428));
}

#lp_contents .menu-sec h3::after {
    right: calc(-30 * (100vw / 428));
}

#lp_contents .menu-sec .brand-menu .select-btn {
    width: calc(260 * (100vw / 428));
    height: calc(46 * (100vw / 428));
    font-size: calc(16 * (100vw / 428));
    line-height: calc(46 * (100vw / 428));
}

#lp_contents .menu-sec h4 {
    font-size: calc(16 * (100vw / 428));
    margin-bottom: calc(15 * (100vw / 428));
}

#lp_contents .menu-sec .brand-menu #dropdown-arrow {
    top: calc(8 * (100vw / 428));
}

#lp_contents .menu-sec .menu-list .square {
    width: calc(260 * (100vw / 428));
}

#lp_contents .menu-sec .menu-list .square li a {
    height: calc(46 * (100vw / 428));
    line-height: calc(46 * (100vw / 428));
    font-size: calc(23 * (100vw / 428));
}

#lp_contents .menu-sec .menu-list .square li:after {
    top: calc(46 * (100vw / 428));
}

#lp_contents .menu-sec .menu-list {
    margin-bottom: calc(40 * (100vw / 428));
}

#lp_contents .menu-sec .menu-list .circle li a {
    height: calc(46 * (100vw / 428));
    font-size: calc(20 * (100vw / 428));
    padding: calc(10 * (100vw / 428)) 0 0;
}

#lp_contents .drawer__button.active {
    width: calc(20 * (100vw / 428));
    height: calc(20 * (100vw / 428));
    right: calc(320 * (100vw / 428));
    top: calc(20 * (100vw / 428));
}

#lp_contents .drawer__button.active span {
    width: calc(20 * (100vw / 428));
    height: calc(1 * (100vw / 428));
}
#lp_contents .menu-sec .brand-menu .dropdown-menu {
    width: calc(260 * (100vw / 428));
    height: calc(280 * (100vw / 428));
}
#lp_contents .item-cont.four-column .item-btn {
    font-size: calc(12 * (100vw / 428));
    height: calc(36 * (100vw / 428));
    line-height: calc(36 * (100vw / 428));
    width: calc(156 * (100vw / 428));
    margin: calc(12 * (100vw / 428)) auto 0;
}

#lp_contents #makeup .item-cont.one-column {
    background: linear-gradient(0deg, #fff 0%, #fff 50%, #F2EAED 100%);
}

#lp_contents #skincare .item-cont.one-column {
    background: linear-gradient(0deg, #fff 0%, #fff 50%, #F0F2F7 100%);
}

#lp_contents .item-cont.four-column .item-list {
    grid-template-columns: repeat(2,1fr);
    gap: calc(42 * (100vw / 428)) calc(12 * (100vw / 428));
    margin-top: calc(60 * (100vw / 428));
}



#lp_contents .item-cont.one-column.anim_enable {
    animation: gradient 1.6s ease .3s forwards;
}

#lp_contents .item_wrap .item-inner.anim_enable {
    animation: gradient2 1.6s ease .3s forwards;
}

#lp_contents #skincare .item-cont.one-column,
#lp_contents #skincare .item-cont.two-column .item-list .item-inner,
#lp_contents #makeup .item-cont.one-column,
#lp_contents #makeup .item-cont.two-column .item-list .item-inner,
#lp_contents #hairbody .item-cont.one-column,
#lp_contents #hairbody .item-cont.two-column .item-list .item-inner {
    background-repeat: no-repeat;
    background-size: 0%;
}

#lp_contents #skincare .item-cont.two-column .item-list .item-inner,
#lp_contents #makeup .item-cont.two-column .item-list .item-inner,
#lp_contents #hairbody .item-cont.two-column .item-list .item-inner {
    background-position: top;
}


#lp_contents #skincare .item-cont.one-column,
#lp_contents #makeup .item-cont.one-column,
#lp_contents #hairbody .item-cont.one-column {
    background-position: top;
}

@keyframes gradient{
0% {
    background-size: 100% 0;
    }
    100% {
        background-size: 100% 100%;
    }
}
}
