@charset "UTF-8";
/*---------------------------------------------
00. reset
01. common
02. layout
---------------------------------------------*/
/*---------------------------------------------
00. reset
---------------------------------------------*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0;
   padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

p{
margin:0;
padding:0;
}

img {
    border-style: none;
    vertical-align: bottom;
    width: 100%;
    height: auto; }

video{
    max-width: 100%;
}

li {
	text-decoration: none!important;
}

/*---------------------------------------------
01. common
---------------------------------------------*/

html {

  --12px: 0.75rem;
  --13px: 0.8125rem;
  --14px: 0.875rem;
  --15px: 0.9375rem;
  --16px: 1rem;
  --17px: 1.0625rem;
  --18px: 1.125rem;
    font-size:var(--16px);

}

body{
    box-sizing: border-box;
    line-height: 2.2;
    letter-spacing: .07em;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", Avenir, "Segoe UI", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, 游明朝, 游明朝体, "Yu Mincho", YuMincho, sans-serif;
    font-size: calc(var(--14px) - .5px);
    --h1: 1.6rem;
    --inner-width: 88vw;
    --contents-margin: 9vw;
    --contents-s-margin: 8vw;
    --contents-b-margin: 15vw;
    --color-white: #fff;
    --color-brown: #694a44;
    --color-beige: #faebe7;
    color: var(--color-brown);
background-color: var(--color-beige);
}

@media screen and (min-width: 480px){

body{
       font-size: calc(var(--17px) + .5px);
--h1: 2rem;
    --contents-margin: 6rem;
    --contents-s-margin: 3rem;
    --inner-width: 80%;
}
}


.animated {
    opacity: 0;
    transition-timing-function: ease-out;
-webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
}
.v-top {
    vertical-align: text-top;
	padding: 0;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox !important;
    display: flex !important;
   /* -ms-flex-wrap: wrap;
    flex-wrap: wrap*/
}
.fix {
    position: fixed !important;
    width: 100%;
    overflow: hidden
}

.text-small {
    font-size: 10px;
    line-height: 1.65;
    letter-spacing: 0.05em
}
.text-small-wrap {
    display: inline-block;
    line-height: 1.7 !important;
    margin-top: 10px;
    width: 100%;

}

@media screen and (min-width: 480px){
	.text-small {
    font-size: 12px;
	}
}

.wf{
    font-family: "Montserrat",sans-serif;
    transform: scale(1,1.05);
}

.al{  
font-family: alternate-gothic-atf, sans-serif;
}

.serif{
 font-family: "source-han-serif-japanese",serif;
font-weight: 300;
font-style: normal;
}

.sp-block {
    display: block
}
.pc-block {
    display: none
}
.text-right{
	text-align: right;
}
@media screen and (min-width: 1040px){
.sp-block {
    display: none;
}
.pc-block {
    display: block;
}
}

.box-icon {
font-size: 10px;
    font-weight: 400;
    line-height: 1;
    padding: 3px 7px;
    letter-spacing: .1em;
    display: inline-block;
    width: fit-content;
    /* border-radius: 50px; */
    border: solid 1.5px #e6703f;
    color: #e6703f;
    margin-left: 8px;
}

.box-icon + .box-icon{
margin-left: 8px;
}

.contents-btn {
    font-size: 1.1rem;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
	margin: 0 auto 4%;
	margin-top: var(--contents-s-margin);
    padding-right: 3%;
    border: 0;
    background-color: var(--color-brown);
    color: #fff;
    z-index: 5;
    letter-spacing: .1em;
    -webkit-box-shadow: 1.86667vw 1.86667vw 3.6vw 0 rgb(163 163 163 / 3%);
    box-shadow: 1.86667vw 1.86667vw 3.6vw 0 rgb(163 163 163 / 3%);
    transition: all 0.3s;
    font-weight: 500;
}
.contents-btn:active,
.contents-btn:hover {

}

.contents-btn:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px;
    border-right: solid 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3.5px);
    right: 20px;
}

.tabindex.contents-btn:after {
	display: none;
}


@media screen and (min-width: 480px){

.contents-btn{
max-width: 400px;
    height: 60px;
    margin-bottom: 5%;
}


}

.jquery-disabled{
    background: unset;
    background-color: #858e917d;
}

.jquery-disabled img{
opacity: 0.4;
}

.jquery-disabled:after{
    display: none;
}

.jquery-disabled:active,
.jquery-disabled:hover{
    background: unset;
    background-color: #858e917d;
   
}


.contents-inner {
    width: var(--inner-width);
    margin: 0 auto;
    z-index: 4;
    position: relative;
    padding-top: var(--contents-margin);
    padding-bottom: var(--contents-margin);
}





.scaleIn img {
    opacity: 1;
    transform: scale(1) !important;
    transition: all 4s cubic-bezier(0.15,.96,0.56,.99)
}

.loading{
background-color: #7997a1;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    top: 0;
    right: 0;
}

.loading img{
width: 90px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
}

/*---------------------------------------------
02. layout
---------------------------------------------*/



/*--------------スライダー---------------*/
#lus_slider ul{
    padding-left: 0!important;
}

.slick-dots li button:before {
    content: "" !important;
    width: 6.5px !important;
    border-radius: 50%;
    height: 6.5px !important;
    background-color: #222 !important;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}
/*--------------スライダー---------------*/

/*--------------アコーディオン---------------*/
.accordion {
  width: 100%;
  margin: 8% auto;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
  border-top: 1px solid var(--color-brown);
  border-bottom: solid 1px var(--color-brown);
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
    content: '';
    width: 15px;
    height: 1px;
    background: var(--color-brown);
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
  transition: .5s;
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

.accordion-inner ul li{
    line-height: 1.6;
    letter-spacing: normal;
    margin-bottom: 5%;
    font-size: 13px;
	text-decoration: underline!important;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
}

@media screen and (min-width: 480px){
	.accordion-inner ul li {
		font-size: 0.9rem;
		margin-bottom: 6%;
	}
}

/*--------------アコーディオン---------------*/

/*--------------縮小---------------*/
.sa {
  opacity: 0;
  transition: all 1.8s ease;
  transition-delay: 0s;
}
 
.sa.show {
  opacity: 1;
  transform: none;
  
}

.sa--scaleDown {
  transform: scale(1.2);
}

.m_img{
  /* 縦横300pxにがっちり固定 */
  width: 100%;
  height: auto;
  /* 固定した幅からはみ出たものは隠してしまう */
  overflow: hidden;
}

/*.model_img {
	width: 100%;
    height: auto;
    overflow: hidden; 
}*/
/*--------------縮小---------------*/

/*--------------幕表示--------------*/
.view{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.view::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color-beige);
    transform: translateX(0%);
    transition: all .7s ease-in-out .7s;
}
.view img{
    vertical-align: middle;
    transform: translateX(0%);
}
.view.js-on::after{
    transform: translateX(100%);
}
/*--------------幕表示---------------*/

/*--------------スクロールアニメーション---------------*/

.scroll_up {
  transition: 0.6s ease-in-out;
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}


.scroll_up2 {
  transition: 0.6s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up2.on {
  transform: translateY(0);
  opacity: 1.0;
}

.timing01 {transition-delay: .1s;}
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}

/*--------------スクロールアニメーション---------------*/

/*--------------fvのアニメーション---------------*/
 .box{
  opacity: 0;
}

 .fadeUp {
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(30px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

 .fadeUp2 {
animation-name:fadeUpAnime2;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime2{
  from {
    opacity: 0;
  transform: translateY(0);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

 .fv_scale {
animation-name:fv_scale;
animation-duration:1.8s;
animation-fill-mode:forwards;
animation-timing-function: ease;	 
animation-delay: 0.2s;
opacity: 0;
}
@keyframes fv_scale{
  from {
    opacity: 0;
  	transform: scale(1.2);
  }

  to {
    opacity: 1;
  	transform: scale(1);
  }
}

/* アニメーションスタートの遅延時間を決めるCSS*/

 .delay-time01{
animation-delay: 0s;
}
.delay-time02{
animation-delay: 0.5s;
}
 .delay-time03{
animation-delay: 1s;
}
 .delay-time04{
animation-delay: 1.2s;
}

/*--------------fvのアニメーション---------------*/

/*.contents-right {
    position: relative;
    padding-top: 45%;
}*/


@media screen and (min-width: 1040px){
	
/*--------------右LP---------------*/

.contents-right{
    width: calc(100% - 50vw);
    position: absolute;
    top: 0;
    right: 0;
	overflow: hidden;
	/*padding-top: 0;*/
}

.contents-right-inner{
    margin: 0 auto;
}

#wrapper, #foundation, #concealer, #powder, #release, #traial {
    padding: 0 10% 0;
}

/*--------------右LP---------------*/

}


/*--------------ハンバーガーメニュー---------------*/
.header{
    position: fixed;
    top: 0;
    z-index: 99;
    height: 60px;
    width: 100%;
}

.header--bg{
background-color: #ddcec4b5;
}

.header-flex{
	justify-content: space-between;
    padding: 0 20px;
    align-items: center;
	height: 60px;
	background-color: #faebe7bf;
}

.header-logo{
width: 80px;
    margin-top: 5px;
}

@media screen and (min-width: 1040px){

.header-flex {
	background-color: transparent;
}
	
	.header-logo img {
 	display: none;
}
}

.header-sp-btn{
display: flex;
    flex-direction: column;
    align-items: center;
}

.header-sp-btn .wf{
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    zoom: 0.9;
    letter-spacing: 0;
    font-weight: 500;
}

.header-sp-btn span{
    width: 27px;
    height: 1.5px;
    background-color: var(--color-brown);
    display: block;
   margin-top: 6px;
}

.header-inner{
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: var(--color-beige);
    display: none;
	overflow-x: scroll;
}

.header-sp-btn--close {
    position: absolute;
    right: 5%;
    top: 5%;
    width: 35px;
    height: 35px;
}

.header-sp-btn--close span{
    width: 40px;
    height: 1px;
background-color: var(--color-brown);
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 3%;
    left: 0;
}

.header-sp-btn--close span:first-child{
    right: 0;
    left: 0;
    margin: auto;
}

.header-sp-btn--close span:last-child{
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(135deg);
}

.header-inner-wrap{
height: calc(var(--vh,1vh) * 100);
    width: var(--inner-width);
    flex-direction: column;
    padding-top: var(--contents-margin);
    margin: 0 auto;
    padding-bottom: 20%;
}

.header-inner-menu{
    flex-direction: column;
	margin: 8% 1% 0;
}

.header-inner-menu_li{
    margin-bottom: 16%;
}

@media screen and (max-width: 380px){
    .header-inner-menu_li{
    margin-bottom: 13%;
	}	
}

.header-inner-menu_li:nth-of-type(3), 
.header-inner-menu_li:nth-of-type(5),
.header-inner-menu_li:nth-of-type(6),
.header-inner-menu_li:nth-of-type(7){
	margin-bottom: 5%;
}

.header-inner-menu_li .wf {
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1.5px;
}

.header-inner-menu_li .name{
    font-weight: 500;
    font-size: 0.8rem;
	line-height: 1.6;
}


@media screen and (min-width: 1040px){

.header-logo {
    width: 110px;
}

.header,
.header-flex {
    height: 90px;
}
	
.header-sp-btn {
    margin-right: 1%;
}
	
.header-sp-btn span {
    width: 37px;
    margin-top: 10px;
}

.header-sp-btn .wf{
    font-size:11px;
    zoom: 1;
}
	
.header-inner-menu {
	text-align: center;
	margin: 0% 35% 0;
}
	
.header-inner-menu_li {
	margin-bottom: 17%;	
}
	
.header-inner-menu_li .name {
	font-weight: 600;
	margin-top: 3%;	
}
	
.header-inner-menu_li .wf {
    font-weight: 400;
}
	
.header-sp-btn--close {
    right: 2.2%;
    top: 5.5%;
    width: 50px;
    height: 50px;
}
	
.header-sp-btn--close span {
    width: 50px;
}
	
/*--------------ハンバーガーメニュー---------------*/

}


/*--------------ファーストビュー---------------*/


.sp {
	display: block;
}
	
.pc {
	display: none;
}

.fv{
    /*height: calc(var(--vh,1vh) * 100);*/
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 5;
}


.fv-txt-wrap{
	position: absolute;
	text-align: right;	
	top: 53%;
	left: 0;
	right: 4%;
	bottom: 30px;
	z-index: 2;
	color: #fff;
	font-size: var(--18px);
	line-height: 1.8;	
}

.fv-txt-wrap p:last-child{
    font-size: 1.6rem;
    margin-top: 5px;
}


.fv .ec-link{
display: block;
    width: 120px;
    margin: 0 auto;
}


.fv-img {
    /*height: calc(var(--vh,1vh) * 100);*/
    width: 100vw;
    display: block;
position: relative;
    overflow: hidden;
right: 0;
}


.fv-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fv_maru {
	position: absolute;
    top: -52%;
    z-index: 9;
    background-color: #e99595;
    left: 2.5%;
    border-radius: 50%;
    padding: 1.5%;	    
}
.fv_maru p {
    width: 70px;
    height: 70px;
    font-size: 0.9rem;
    line-height: 1.4;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 1% 1% 0;
	border-radius: 50%;
    color: #fff;
    text-align: center;
}

.fv_bottom {
	position: relative;
}

.fv_bottom_img {
    position: absolute;
    top: -39%;
    z-index: 10;
    width: 53%;
    left: 2%;
}

.fv_bottom .prize {
    width: 45%;
    margin: 8% 6% 0 auto;
}

.fv_bottom_txt {
    width: 88%;
    margin: 10% auto 0;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 2.5px;
}

.fv_bottom_txt span {
	font-size: 2.2rem;
}

.fv_bottom .text-small {
    width: 80%;
    margin: auto;
}

@media screen and (min-width: 1040px){
	
.sp {
	display: none;
}
	
.pc {
	display: block;
}
	
.fv_bottom {
    margin-top: 45%;
    padding: 0 10%;
}
	
.fv_bottom_img {
    top: -40%;
    width: 40%;
    left: 14%;
}

.fv_maru {
    top: -50%;
    left: 16%;
}
	
.fv_bottom .prize {
    width: 40%;
    margin: 10% 10% 20% auto;
}
	
.fv_bottom_txt {
    font-size: 1.8rem;
	width: 100%;
}
	
.fv_bottom_txt span {
    font-size: 3.2rem;
}

.fv{
position: fixed;
    top: 0;
    width: 50vw;

}

.fv-img{
width: 100%;
    height: 100%;
}

.fv-txt-wrap{
	zoom: 1.3;
	top: 4%
}
.fv-txt-wrap p:last-child{
    font-size: 2.1rem;
}

}

@media screen and (min-width: 1300px){
	.fv_maru {
		left: 18%;
	}
}

@media screen and (min-width: 1400px){
	.fv_bottom {
    margin-top: 36%;
    padding: 0 15%;
	}
}
/*--------------ファーストビュー---------------*/


.contents-title{
    line-height: 1.7;
letter-spacing: .1em;
text-align: center;
    margin-bottom: 20px;
}

.contents-title-small{
font-size: var(--12px);
    display: block;
    position: relative;
    margin: 0 auto;
    padding-right: 10px;
    width: fit-content;
}

.title_small  {
    text-align: center;
    font-size: 1rem;
}

.contents-title-small:first-child:before {
    content: "";
    position: absolute;
    height: 80%;
    width: 0.8px;
    background-color: #846263;
    transform: rotate(33deg);
    right: 0;
    top: 15%;
}

.contents-title-big{
font-size: 1.8rem;
}


@media screen and (min-width: 1040px){
	
/*--------------左固定---------------*/

.pc-revival-left{
position: fixed;
    left: 0;
    height: 100vh;
    width: 0vw;
    z-index: 5;
overflow: hidden;
	background-color: var(--color-beige);
}

.pc-revival-left >img{
    width: 50vw;
    height: 100vh;
    object-fit: cover;
}
	
.mv_pc_logo {
	position: absolute;
    width: 25%;
    left: 5%;
    bottom: 6%;
	z-index: 999;
}
	
/*--------------左固定---------------*/


.contents-title-big {
    font-size: 2.5rem;
}
	
.contents-title-small{
    font-size: 1.5rem;
}


}

/*-----------アイテムアンカーリンク-------------*/
.item_anchor{
	width: 94%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 7%;
    position: relative;
    padding-left: 1%;
}

.anchor1, .anchor2, .anchor3, .anchor4 {
    background-image: url(../img/anchor_bk.png?36);
    background-repeat: no-repeat;
    background-size: contain;
    width: 49%;
    margin-top: 3%;
    padding: 0% 0 1%;
	transform: translateZ(0);
    /*filter: drop-shadow(4px 4px 2px #b1938b30);*/
}

.anchor_flex {
    display: flex;
    justify-content: space-between;
    padding: 10% 8% 0 7%;
	flex-wrap: wrap;
}

.a_credit >p {
    margin-top: 1%;
}

.anchor3 .a_credit >p, .anchor4 .a_credit >p {
	margin-top: -7%;
}

.a_item_name {
    letter-spacing: 0.08rem;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.3;
}

.a_item_name span {
	font-size: 0.7rem;
	font-weight: 400;
	padding-top: 1%;
}

.a_price {
    margin-top: 0% !important;
}

.arrow{
     text-align: center; 
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-bottom: 2%;
}

.anchor_icon {
    position: absolute;
    top: -17%;
    left: -4%;
	background-color: #f5b8d3;
    border-radius: 50%;
    padding: 1.5%;
}
.anchor1 .anchor_icon{
    background-color: #e99595;
}
.anchor_icon p {
    width: 43px;
    height: 43px;
    line-height: 43px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
}

.anchor_flex {
	text-align: center;
}

.anchor_img {
	width: 100%;
}

.anchor_flex .a_credit {
    width: 100%;
}

.anchor_icon {
	top: 3%;
    left: 5%;
}

.a_credit >p {
	margin-top: 3%;
}

@media screen and (min-width: 1040px){
.item_anchor{
        width: 55%;
        max-width: 500px;
		min-width: 450px;
}
.anchor_flex {
    padding: 10% 10% 0 5%;
}
}



@media screen and (min-width:760px){
.a_border {
    padding: 2% 10% 1%!important;
}
.anchor2 .a_border, .anchor3 .a_border {
    padding: 2% 5% 1%!important;
}
}

/*-----------アイテムアンカーリンク-------------*/


/*--------------メインアイテム紹介---------------*/

.bg-color{
    background-color: #faebe7;
}


.lineup-wrap{

    margin-top: var(--contents-margin);
    padding-bottom: var(--contents-margin);
}


.product-box{
margin-top: var(--contents-margin);
margin-top: 0;
}

.product-box_thum{
    margin: 10% auto 0;
    display: block;
	position: relative;
	width: 83%;
    text-align: center;
}

.product-box_thum .new_icon-box{
	font-size: 1rem;
    transform: none;
    color: var(--color-brown);
    width: 77px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 77px;
    letter-spacing: 0.01em;
    position: absolute;
    top: 0;
    left: 1%;
    font-weight: 400;
}
.product-box_thum .new_icon-box .new_icon-box_border {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
	border: solid 1.4px;
}

@media screen and (min-width: 480px){
	
	
	.product-box_thum .new_icon-box {
    font-size: 1rem;
    width: 100px;
    height: 100px;
    left: -7%;
	}
	
	.product-box_thum{
	width: 65%;
	}
}

.contents-right h2 {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
	letter-spacing: 0.5px;
}

.contents-right h2 span {
    font-size: 1rem;
}

@media screen and (min-width: 1040px){
.contents-right h2 {
    font-size: 2.2rem;
}

.contents-right h2 span {
    font-size: 1.5rem;
}
}

.product-box_catch {
    margin-top: var(--contents-s-margin);
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 450;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 5%;
}

.catch_b {
    font-size: 1.6rem;
	font-weight: 500;
    letter-spacing: 2.7px;
    margin-top: 1%;
    line-height: 1.6;
}

.product-box-ft{
margin-top: 20px;
}

.product-box-ft.flex {
	justify-content: center;
}

.product-box-ft-icon{
    width: calc((100%/3) - 8px);
    background-color: var(--color-beige);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    margin-right: 8px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 0;
    position: relative;
}


.product-box_name{
    text-align: center;
	line-height: 1.8;
}

.border_box {
    border: 1.5px solid #694a44;
    padding: 0 1% 0.5% 1.5%;
    margin-right: 1%;
    font-size: 0.7rem;
}

.product-box_spec,
.product-box_price{
line-height: 1.8;
	text-align: center;
}

/*--------各コンテンツ-------*/
.item1 {
    background-image: url(../img/item1_bg.jpg);
	background-repeat:no-repeat; 
	background-size: cover;
}

.item1 .product-box_thum >img {
	padding: 4% 0 0 3%!important;
}

.campaign {
    background: linear-gradient(#faebe7, #fad6c9 50%);
	position: relative;
	padding-bottom: 10%;
}

.campaign > .contents-inner {
    margin-top: -153%;
}

.campaign .contents-inner >img {
    width: 77%;
    margin: 5% 8% 5% 15%;
}

#campaign {
	padding-top:5%;
	margin-top: -5%;
}

@media screen and (min-width: 1040px){
	#campaign {
		padding-top: 0;
		margin-top: 0;
	}
	
	.campaign .contents-inner {
		padding: 0 15%;
		width: 70%;
	}
	
	.slider_wrap {
		width: 75%;
		margin: auto;
	}
	
	.campaign > .contents-inner {
		margin-top: -105%;
	}
	
	.campaign {
		background: linear-gradient(#faebe7, #f9d7cb 50%);
	}
}

.campaign p {
	line-height: 1.7;
}

.attention {
    font-size: 0.7rem;
}

.brush {
    background: linear-gradient(#efd8c8, #f9e9dc 50%);
}

@media screen and (min-width: 1040px){
.brush .contents-inner{
    padding-top: 1%;
}
}

.base_image {
/*	background-image: url(../img/base_2.png);
	background-repeat:no-repeat;
	background-size: cover;
    background-position: -20px 0 0; */
	background-color: #D6CEC0;
}

.base_point01 {
	margin-top: -1%;
}

.base_image {
	position: relative;
    background-color: #f7dace;
}

.base_image h2 {
	position: absolute;
    top: 4%;
    width: 100%;
}

.base_image img {
    width: calc(100% + 35%);
    margin: -30% -20% 0;
}

.base_image > p {
	position: absolute;
}

.base_image > p:nth-of-type(1) {
	top: 25%;
	right: 5%;
}

.base_image > p:nth-of-type(2) {
    bottom: 22%;
    /* right: 50%; */
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.base_image >div {
	margin-top: -30%;
}

@media screen and (min-width: 1040px){
	.base_image img {
		width: 100%;
		margin: -30% 0 0;
	}
	
	.base_image > p:nth-of-type(1) {
		top: 30%;
		right: 14%;
		font-size: 1.8rem;
	}	
	.base_image > p:nth-of-type(2) {
		bottom: 19%;
	}
	
}

.base_point02 .contents-inner {
	padding-top: 5%;
}

.base_point02 .product-box_catch {
	margin: 3% auto 5%;
	font-weight: 500;
}

.base_point02 .catch_b {
	font-size: 1.6rem;
	margin: 3% auto;
}

.base_point02 >img{
    margin-top: 5%;
}

.base_thum{
    width: 32%;
    padding-left: 17%;
    margin: 10% auto 5%;
}

@media screen and (min-width: 1040px){
	.product-box_point.align_left{
		font-size: 1rem;
		margin-bottom: 10%;
	}
}

.gradation_bg {
   background: linear-gradient(119deg, #f8dace 20%, #f1dfda, #fad6c9);
}

.item2 {
	position: relative;
	padding-top: 48%;
    margin-top: -48%;
}
.item2 .product-box {
    margin-top: -15%;
}
.item2 .product-box_thum {
	position: relative;
}
.item2 .item2_bg {
    position: absolute;
    top: 0;
}

@media screen and (min-width: 1040px){
.item2 {
	position: relative;
    padding-top: 0;
    margin-top: -10%;
}
.item2 .item2_bg {
    top: 10%;
}
.item2 .contents-inner {
    width: 68%;
}
}


.nakano {
    position: absolute;
    width: 80%;
    left: -10%;
    top: -41%;
    z-index: 20;
}
.nakano_icon {
	background-color: #e99595;
    color: #fff;
    display: inline-block;
    padding: 1% 4%;
    font-size: 0.8rem;
}

.emblem_inner {
    position: absolute;
    width: 42%;
    right: -14%;
    top: -8%;
}

@media screen and (min-width: 1040px){
.nakano {
    left: -20%;
    top: -35%;
}
.emblem_inner {
    width: 39%;
}

}

.product-box_thum .item2_icon {
    width: 80px;
    height: 80px;
    line-height: 1.4 !important;
    border-radius: 50%;
    color: #e99595;
    text-align: center;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(4px 4px 4px #b1938b30);
	position: absolute;
	top: 29%;
    right: -8.5%;
    background-color: #ffffffdb;
    padding: 1.5%;
    z-index: 10;
}

.item2_img {
    width: 73%;
    margin: auto;
    padding-right: 8%;
}

.item3 {
    padding-top: 16%;
    margin-top: -16%;
}
.item3 .product-box_thum {
    width: 57%;
    padding-left: 3%;
}

.emblem_con {
    position: absolute;
    width: 58%;
    left: -29%;
    top: -23%;
}

.item4 .product-box_thum {
	margin-top: 0;
}

.item2 .product-box_catch,
.item3 .product-box_catch,
.item4 .product-box_catch {
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 5%;
	margin-top: 4%;
	font-size: 1.4rem;
}

@media screen and (max-width: 375px){
.item2 .product-box_catch,
.item3 .product-box_catch,
.item4 .product-box_catch {
	font-size: 1.3rem;
}
}

.texture_box {
    padding: 2% 6% 10%;
    background-color: var(--color-beige);
    margin: 7% auto 10%;
	flex-wrap: nowrap;
}

.texture_box .texture.flex {
    justify-content: space-between;
    align-items: center;
}

.texture_box li img{
    width: 30%;
    height: 100%;
    margin-right: 5%;
}

.texture_box li div{
    width: 65%;
	fotn-size:0.8rem;
}

.texture_box li span {
    letter-spacing: 0;
    padding: 1.5% 2%;
    font-size: 0.6rem;
}

.texture_box li{
	margin-top: 7%;
}

.texture_box li p{
    line-height: 1.6;
	margin-top: 2%;
}



@media screen and (min-width: 1040px){
	.concealer .contents-inner,.trial .contents-inner {
		padding-top: 5%;
	}
	
	.item3 {
    margin-top: -8%;
	}
	
	.item3 .product-box_thum {
		width: 47%;
	}
	
	.emblem_con {
		position: absolute;
		width: 58%;
		left: -38%;
		top: -20%;
	}
	
	.item4 .contents-inner {
		padding-top: 0;
	}
	
	.item4 .product-box_thum {
		width: 80%;
	}
	
}

.release {
    padding: 5% 5% 7%;
    border: solid 1px var(--color-brown);
    width: 78%;
	margin: 0 auto 10%;
}

#release{
    padding-top: 10%;
    margin-top: -10%;
}

.release .border_box {
    font-size: 0.9rem;
    padding: 0 2% 0.5% 2.5%;
	margin-bottom: 2%;
}

.release >div {
	font-size: 12px;
	margin-top: 5%;
	line-height: 1.7;
}

.release >div p {
	font-size: 1.2rem;
	margin-top: 2%;
}



/*--------下部-------*/

.luscious_series .logo_img {
    margin: 0 30% 8%;
}

.luscious_series .contents-inner > p:first-of-type{
	margin-bottom: 4%;
}

.luscious_series .contents-inner > p:nth-of-type(2) {
	margin-bottom: 5%;	
}

.lineup_cp {
    border: 1.5px solid #694a44;
    background-color: #fff;
    padding: 5% 5% 10%;
    border-radius: 5px;
    line-height: 1.8;
}

.lineup_cp img {
    width: 70%;
    margin: 5% 13% 5% 17%;
}

@media screen and (max-width: 375px){
	.lineup_cp .flex {
	justify-content: space-between!important;
	margin-top: 3%;
	align-items: center;
	display: -webkit-box;
    display: -ms-flexbox !important;
    display: flex !important;
	}
}

.lineup_cp .flex img {
    width: 36%;
    height: 100%;
}

.lineup_cp .flex div {
    width: 59%;
    font-size: 0.8rem;
    line-height: 1.8;
}

.lineup_cp .text-small {
    vertical-align: text-bottom;
	margin-top: 3%;
	width: 100%;
}

#lineup {
    padding-top: 20%;
}

/*.luscious_series .contents-title {
	margin-top: 15%;
}
*/
.lineup.flex {
    margin: 7% auto;
    justify-content: space-between;
	flex-wrap: wrap;
}

.lineup >div{
    background-color: #fff;
    width: 38.5%;
    padding: 5% 5% 2% 5%;
    border-radius: 5px;
    text-align: center;
	margin-bottom: 2.5%;
}

.lineup >div p:nth-of-type(1) {
    font-size: 0.8rem;
    margin-bottom: 5%;
	line-height: 1.5;
}

.lineup .color {
	height: 7%;
	width: auto;
	margin-left: -3%;
}

.lineup >div:nth-of-type(2) .color {
	margin-left: -5%;
}

.lineup >div p:nth-of-type(2){
    text-align: left;
    margin-top: 12%;
    line-height: 1.5;
	font-size: 0.8rem;
}

.lineup >div:nth-of-type(1) p:nth-of-type(1) {
    margin-bottom: 10%;
}

.lineup >div:nth-of-type(6), .lineup >div:nth-of-type(7){
    padding-bottom: 8%;
}

.trial .product-box_catch {
	font-size: 0.9rem;
	margin-top: -2%;
}

@media screen and (min-width: 1040px){

}

.trial .product-box_thum {
	margin-bottom: 8%;
}

.trial .border_box:nth-of-type(2) {
    background-color: var(--color-brown);
    color: #fff;
}
/*--------------メインアイテム紹介---------------*/



/*--------------説明文---------------*/

.product-box-point_btn{
    margin-top: 30px;
    border-top: solid 1px;
    width: 100%;
    padding-top: 10px;
    position: relative;
    border-bottom: solid 1px;
    padding-bottom: 10px;
}


.product-box-point_btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(35% + 10px);
    height: 1.5px;
    width: 12px;
    background-color: #846263;
    transform: translate(0px, -50%);
}

.product-box-point_btn:after {
    content: "";
    position: absolute;
    right: 5.5px;
    height: 12px;
    width: 1.5px;
    background-color: #846263;
    top: calc(35% + 10px);
    transform: translate(0px, -50%);
    transition: transform 0.5s;
}


.product-box-point-box{

margin-top: var(--contents-s-margin);
    line-height: 1.9;
}

.product-box-point-box_txt{
    font-size: var(--16px);
}

.product-box-point-box_num{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
    border-bottom: solid 1.3px;
    width: fit-content;
    padding-bottom: 6px;
    letter-spacing: 0;
}
.product-box-point-box .illust-part{
	margin-top: 20px;
	background-color: #fff;
	padding: 35px 20px 10px;
}
.product-box-point-box-free{
    margin: 20px 0;
}

.product-box-point-box-free-box{
margin-bottom: 10px;
    font-size: var(--13px);
    width: 100%;
}

.product-box-point-box-free-box_tit{
    width: calc(25% - 20px);
    background-color: #ffffffb8;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
line-height: 1.7;
}

.product-box-point-box-free-box_txt{
    width: calc(75% - 20px);
    padding: 10px;
}

.product-box-point-box-free-box_txt .check-txt{
	position: relative;
	padding-left: 15px;
}
.product-box-point-box-free-box_txt .check-txt:after{
content: "";
    width: 6.5px;
    height: 3.5px;
    border-left: solid 1.5px #846263;
    border-bottom: solid 1.5px #846263;
    transform: rotate(-45deg);
    top: 5px;
    left: 0;
    position: absolute;
}
.product-box + .contents-title{

margin-top: calc(var(--contents-margin) + var(--contents-margin));
}

.product-box-point-box-color, .product-box-inner{
    margin-top: var(--contents-s-margin);
    background-color: #ffffffb8;
    padding: 10% 6% 7%;
	text-align: center;
	border-radius: 4px;
}

.product-box-inner {
    margin-top: 7%;
    padding: 10% 5% 6%;
}

.product-box-inner > img{
    width: 22%;
    margin: -7% auto 8%;
}

.product-box-inner .align_left{
    font-size: 0.8rem;
    letter-spacing: 1.6px;
    margin-top: 0;
}

@media screen and (min-width: 1040px){
	.product-box-inner .text-small{
   		font-size: 11px;
	}
}

.product-box-point-box-color-box{
    justify-content: space-between;
align-items: center;
}

.product-box-point-box-color-box + .product-box-point-box-color-box{
    margin-top: 20px;
}

.product-box-point-box-color-box img{
    width: 25%;
}

.product-box-point-box-color-box_txt{
 width: 70%;
    position: relative;
    font-size: var(--13px);
    line-height: 1.7;
}

.product-box-point-box-color-box_txt span{
     display: block;
    font-weight: 550;
}

.product-box_point  {
    font-size: 1rem;
    margin-bottom: 7%;
    line-height: 1.7;
}

.point_l {
    font-size: 1.2rem;
}

.align_left {
    text-align: left;
    line-height: 1.7;
    font-size: 0.8rem;
    letter-spacing: 2px;
    margin-top: 7%;
}

.flex.check {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 5%;
}

.flex.check img {
    width: 6%;
    margin-right: 3%;
}

.batu {
    width: 20%;
    margin: 5% 5% 0;
}

.image-slider{
    position: relative;
    display: inline-block;
    z-index: 3;
    margin: 7% 5% auto;
    margin-bottom: -3%;
}
.B_A_attention .text-small {
    width: 95%;
}

.image-slider .on-image{
z-index:5;
}

.image-slider .on-image img{
    height: 100%;
    width: unset;
}

.image-slider > div.on-image{
border-right: solid 5px #fae8db;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
}

.image-slider > div.on-image slide-btn:after{
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1.2px #fff;
    border-right: solid 1.2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
}


.image-slider img{
    display: block;
    user-select: none;
        max-width:none !important;
        width:100%;
}

.image-slider .after,
.image-slider .before{
    position: absolute;
    bottom: 5%;
    width: fit-content !important;
    line-height: 1;
    font-size: 1.1rem;
    color: #fff;
}

.image-slider .after{
    right: 10px;
}

.image-slider .before{
    left: 10px;
}

@media screen and (min-width: 1040px){
	.image-slider .after{
		right: 20px;
	}

	.image-slider .before{
		left: 20px;
	}
}



input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: unset!important;
    border: none!important;
    outline: none;
    position: absolute;
    left: 2px;
    top: 0;
    height: 100%;
    width: calc(100% + 50px - 5px);
    margin: 0;
    z-index: 5;
    transform: translate(-25px, 0px);
 
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; 
  background: #fae8db; 
  width: 50px; 
  height: 50px; 
  border-radius: 50%; 
    box-shadow: none!important;
  background-image: url(../img/slider-arrow.png);
  background-size:60%;
  background-repeat:no-repeat;
  background-position:center center;
    border: none!important;
}

input[type="range"]::-moz-range-thumb {
  background:#fae8db; 
  width: 50px; 
  height: 50px; 
  border-radius: 50%; 
    box-shadow: none!important;
  border: none; 
  background-image: url(../img/slider-arrow.png);
  background-size:60%;
  background-repeat:no-repeat;
  background-position:center center;
    border: none!important;
}


input[type="range"]::-moz-focus-outer {
  border: 0;
}

input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: none!important;
}

.base_point01 .B_A_attention {
	margin-right: 8%;
}

.base_point01 .B_A_attention .text-small:first-of-type{
    margin-top: 0;
}

.product-box-sub-link{
border: solid 1px;
    padding: 10px;
    margin-top: 20px;
justify-content: space-between;
    align-items: center;
position: relative;
}

.product-box-sub-link:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px;
    border-right: solid 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3.5px);
    right: 20px;
}

.product-box-sub-link img{
    width: 35%;
}

.product-box-sub-link p{
width: 59%;
}


@media screen and (min-width: 480px){

.product-box_catch{
    font-size: 1.5rem;
}
	
.catch_b {
	font-size: 2rem;
}

.product-box-ft-icon{
    font-size: var(--13px);
    padding: 10px 0;
}

.product-box-point-box-color{
    margin: 30px 0 0;
    padding: 7%;
}

.product-box-point-box-color-box img {
    width: 100px;
}

.product-box-point-box-color-box_txt {
    width: calc(100% - 100px - 30px);}

.product-box-sub-link{
    max-width: calc(450px - 30px);
    margin: 0 auto;
    margin-top: var(--contents-s-margin);
    padding: 15px;
}

.image-slider{
    max-width: 380px;
    margin: 5% auto 0;
    display: block;
}
	
.base_point01 .B_A_attention {
	margin-right: 11%;
}

}




/* ETVOS HEADER */
/* line 591, ../sass/css_18lp.scss */
#logo {
    height: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	    z-index: 5;
    position: relative;
}

/* line 599, ../sass/css_18lp.scss */
#logo img {
    width: 120px;
    margin-top: 8px;
}

/* line 603, ../sass/css_18lp.scss */
#logo a {
display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 450px) {
  /* line 610, ../sass/css_18lp.scss */
  #logo img {
      width: 100px;
    padding-top: 0;
    margin-top: 0;
  }
}
/*////////////////*/
/* ETVOS FOOTER */
/* line 619, ../sass/css_18aw_lp.scss */
footer {
  padding-top: 40px !important;
  text-align: center !important;
background-color: #dcd6d8;!important;
   
}

/* line 625, ../sass/css_18aw_lp.scss */
footer a {
  color: #000!important;
}

/* line 629, ../sass/css_18aw_lp.scss */
footer a:link {
  color: #000!important;
}

/* line 633, ../sass/css_18aw_lp.scss */
footer a:visited {
  color: #000!important;
}

/* line 637, ../sass/css_18aw_lp.scss */
footer a:hover {
  color: #000!important;
}

/* line 641, ../sass/css_18aw_lp.scss */
footer a:active {
  color: #000!important;
}

/* line 645, ../sass/css_18aw_lp.scss */
footer .sns_area {
  width: auto;
  overflow: hidden;
  margin: 0 auto 20px auto;
  text-align: center;
}

/* line 652, ../sass/css_18aw_lp.scss */
footer .sns_area .twitter-btn {
  display: inline-block;
  width: 100px;
}

/* line 657, ../sass/css_18aw_lp.scss */
footer .sns_area .fb-share-button {
  display: inline-block;
  width: 100px;
}

footer .sns_area .line-share-button{
  display: inline-block;
  width: 100px;
}


/* line 662, ../sass/css_18aw_lp.scss */
footer .f_list {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1rem;
    padding: 0;
}

/* line 669, ../sass/css_18aw_lp.scss */
footer .f_list li {
  display: -moz-inline-box;
  display: inline-block;
  padding-right: 10px;
}

@media screen and (max-width: 450px) {
  /* line 676, ../sass/css_18aw_lp.scss */
  footer .sns_area {
    width: auto;
    overflow: hidden;
    margin: 0 auto 20px auto;
    text-align: center;
  }

  /* line 684, ../sass/css_18aw_lp.scss */
  footer .sns_area .line-share-button {
    display: inline-block;
    width: 82px;
  }

  /* line 688, ../sass/css_18aw_lp.scss */
  footer .f_list {
    font-size: 12px !important;
  }

  /* line 693, ../sass/css_18aw_lp.scss */
  #copyright {
    font-size: 0.5rem !important;
  }
}
/*////////////////*/





