@charset "UTF-8";
/*---------------------------------------------
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;
  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;
	list-style: none!important;
}
/*---------------------------------------------
common
---------------------------------------------*/
body{
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    line-height: 1.8;
    font-size: 1.4rem;
    letter-spacing: .05em;
    font-feature-settings: "palt";
    font-family: "poppins", "zen-kaku-gothic-new","Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, 游明朝, 游明朝体, "Yu Mincho", YuMincho, sans-serif;
	color: #898989;
	font-weight: 400;
}

.san {
    font-family: "source-han-serif-japanese", serif;
	letter-spacing: 0.5px;
}

.color_f {
	color: #dd86a4!important;
}

  @media screen and (max-width: 389px) {
      html {
          font-size: 61%;
      }
  }
  
  @media screen and (max-width: 720px) {
      html {
          font-size: 62.5%;
      }
  }
  
    @media screen and (min-width: 721px) {
      html {
          font-size: 70%;
      }
  }


.v-top {
    vertical-align: text-top
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox !important;
    display: flex !important;
}
.fix {
    position: fixed !important;
    width: 100%;
    overflow: hidden
}
.text-small {
    font-size: 10px;
    line-height: 1.65;
    letter-spacing: 0.05em
}

.center {
	text-align: center;
}

.sp {
    display: block
}
.pc {
    display: none
}
.text-right{
	text-align: right;
}

.sp_wrap{
    overflow: clip;
/*	position: relative;
	z-index: 3;*/
}

@media screen and (max-width: 760px){
/*.lp_wrap {
    overflow: hidden;
}*/
}

@media screen and (min-width: 760px){

body {
    background: linear-gradient(44deg, #f8c8ce, #eccab6);
	background-attachment: fixed;
}

.lp_wrap {
	height: 100vh;
    width: 100%;
}

.inner {
  /*height: 100vh;*/
  overflow: hidden;
  /*overflow-y: scroll;*/
}

.sp_wrap{
    max-width: 500px;
    margin: auto;
	position: relative;
}
.sp {
    display: none;
}
.ipad {
    display: block;
}

}

@media screen and (min-width: 1025px){
.sp {
    display: none;
}
.ipad {
    display: none;
}
.pc {
    display: block;
}
}

@media screen and (min-width: 1024px) and (max-height: 768px){
.sp {
    display: none;
}
.ipad {
    display: none;
}
.pc {
    display: block;
}
}
/*---------------------------------------------
animation
---------------------------------------------*/
/*--------------スクロールアニメーション---------------*/
.scroll_up {
  transition: 0.3s ease-out;
  opacity: 0;
}
.scroll_up.on {
  opacity: 1.0;
}


.scroll_up2 {
  transition: 0.5s ease-out;
  transform: translateY(50px);
  opacity: 0;
}
.scroll_up2.on {
  transform: translateY(0);
  opacity: 1.0;
}

.scroll_up3 {
  transition: 0.5s ease-out;
  transform: translateY(-50px);
  opacity: 0;
}
.scroll_up3.on {
  transform: translateY(0);
  opacity: 1.0;
}

.scroll_up4 {
  transition: 0.5s ease-out;
  transform: translateX(-50px);
  opacity: 0;
}
.scroll_up4.on {
  transform: translateX(0);
  opacity: 1.0;
}

.scroll_up5 {
  transition: 0.5s ease-out;
  transform: translateX(50px);
  opacity: 0;
}
.scroll_up5.on {
  transform: translateX(0);
  opacity: 1.0;
}

.scroll_up6 {
  transition: 1s ease-out;
  opacity: 0;
}
.scroll_up6.on {
  transform: translateY(0);
  animation: pulseEffect 1.5s linear 1s;
  opacity: 1.0;
  perspective: 1000;
}

.scroll_up7 {
  transition: 0.6s ease-out;
  opacity: 0;

}
.scroll_up7.on {
  transform: translateZ(0);
  transform: translateY(0);
  opacity: 1.0;
  animation: spin1 0.6s;
}

.scroll_up8 {
  transition: 0.6s ease-out;
  opacity: 0;
}
.scroll_up8.on {
  transform: translateZ(0);
  transform: translateY(0);
  opacity: 1.0;
  animation: spin2 0.6s;
}

@keyframes pulseEffect {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

@keyframes spin1 {
  from {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes spin2 {
  from {
    transform: rotate(50deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.timing01 {transition-delay: .1s;}
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}
.timing06 {transition-delay: 1.2s;}
.timing07 {transition-delay: 1.4s;}
.timing08 {transition-delay: 1.6s;}

/*--------------幕表示--------------*/
.view{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.view::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #eccab7;
    transform: translateX(0%);
    transition: all .7s ease-in-out .7s;
}
.pink_img .view::after{
    background: #f8c8ce;
}
.view img{
    vertical-align: middle;
    transform: translateX(0%);
}
.view.js-on::after{
    transform: translateX(100%);
}
/*--------------幕表示---------------*/
/*--------------スクロールアニメーション---------------*/

/*--------------fvのアニメーション---------------*/
/*-----------ロード時-------------*/
.lp_wrap .start {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
}
.lp_wrap .start >div {
	background-image: url("../img/seni.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	display: none;
	z-index: 9900;
}
.lp_wrap .counter {
	position: fixed;
	left: 44%;
	top: 50%;	
	z-index: 9999;
	width: 180px;
	font-size: 3rem;
	color: #fff;
}
.lp_wrap .counter::after {
  	content: "%";
	color: #fff;
	font-size: 3rem;
}
@media screen and (min-width: 760px){
.lp_wrap .start >div {
	width: 500px;
	height: 100vh;
	max-height: 750px;
}
}

/*-----------ロード時-------------*/
/*-----------グラデーション-------------*/
.lp_wrap .start {
  width: 100vw;
  height: 100vh;
  background:linear-gradient(45deg, #f8c8ce,#eccab6);
}
/*-----------グラデーション-------------*/

.lp_wrap{
  position:relative;
}
/*-----------swiper-------------*/

.swiperCont {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #444;
}
.swiper1 .swiper-slide::before, .swiper1pc .swiper-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ebc3d0;
  transition: 0.5s linear;
}
.swiper1pc .swiper-slide::before {
  top: 0;
  right: 0;
  left: 0;
  background-color: #f0cbb3;
}

.swiper2 .swiper-slide::before, .swiper2pc .swiper-slide::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f0cbb3;
  transition: 0.5s linear;
}
.swiper2pc .swiper-slide::before {
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
   background-color: #ebc3d0;
}
.swiper-slide.swiper-slide-active::before {
  width: 0;
}

@media screen and (min-width: 760px){
/*.swiper {
	width: 70%;
	margin-top: -1%;
}	*/
}
@media screen and (min-width: 760px){
/*.swiper {
	width: 70%;
	margin-top: -1%;
}	*/
.swiper-slide.swiper-slide-active::before {
  width: auto;
  height: 0;
}
}

/*-----------swiper-------------*/

 .box{
  opacity: 0;
}

 .fadeUp {
animation-name:fadeUpAnime;
animation-duration:2s;
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;
  }

  to {
    opacity: 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のアニメーション---------------*/



/*---------------------------------------------
layout
---------------------------------------------*/

/*--------------メニュー---------------*/

.header--bg{
background-color: #ddcec4b5;
}

@media screen and (min-width: 1040px){

.header-flex {
	background-color: transparent;
}
	

}

.header-sp-btn{
    position: fixed;
    z-index: 99;
    background-color: #89898980;
    border: none;
    color: #fff;
    padding: 0 3%;
    border-radius: 50px;
    letter-spacing: 0.18rem;
    font-size: 1.2rem;
    right: 3%;
    top: 1.5%;
    line-height: 2.5;
}
.header-inner{
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    display: none;
}
.header-sp-btn--close {
    position: absolute;
    right: 5%;
    top: 5%;
    width: 35px;
    height: 35px;
}
.header-sp-btn--close span{
    width: 35px;
    height: 1px;
background-color: #e38fac;
    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;
    background-color: #fcefed;
    padding: 15% 10% 0;
}
.header-inner-menu{
    flex-direction: column;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    text-align: center;
}
.header-inner-menu_li{
    margin-bottom: 16%;
}
.menu_logo {
    margin: 3% auto 0;
    width: 90%;
}

@media screen and (max-width: 380px){
.header-inner{
    overflow-x: scroll;
}
}



.header-inner-menu_li .name{
    font-weight: 500;
    font-size: 0.8rem;
	line-height: 1.6;
}


@media screen and (min-width: 1200px){
.header-sp-btn {
    padding: 1px 2% 0;
    letter-spacing: 0.3rem;
    font-size: 1.4rem;
    right: 3%;
    top: 3.5%;
    line-height: 2.2;	
}
.header-inner-wrap {
    padding: 5%;
}
.header-inner-menu_li {
    margin-bottom: 4%;
}
.menu_logo {
    margin: 3% auto 0;
    width: 30%;
}

}
/*--------------メニュー---------------*/

/*--------------ファーストビュー---------------*/

.fv {
    width: 100%; 
    position: relative;
	overflow: hidden;
}
.fv_txt {
	width: 100%;
	position: absolute;
    top: 45%;
	left: 50%;
    transform: translateX(-50%);
}
.fv_logo1 {
    width: 60%;
    margin: 0 auto;
    filter: drop-shadow(1px 1px 1px #420f1733);
}

.reserv {
    background-color: #e38fac;
    padding: 1% 5% 0;
    width: 63%;
    text-align: center;
    border-radius: 20rem;
    margin: -3% auto 0;
    position: relative;
    color: #fff;
    letter-spacing: 0.15rem;
    font-weight: 500;
    font-size: 1.9rem;
	z-index: 11;
}
.reserv span {
    font-size: 1.3rem;
    margin: 0 3% 0 1%;
}

@media screen and (min-width:760px){
.fv_txt {
	width: 40%;
}
.fixlogo {
	position: fixed;
    z-index: -1;
    width: 15%;
    top: 50%;
    left: 10%;
}
.fixlogo:last-of-type {
        width: 8%;
        top: 52%;
        right: 15%;
        left: auto;
}
.fv {
   height: 540px;

}
.swiperCont {
	width: 50%;
}
.swiper1pc, .swiper2pc {
    height: 540px;
}
.fv_img {
    height: 540px;
	display: flex;
    width: calc(100% + 20%);
    justify-content: center;
    margin: 0 -10%;
}
.fv_txt {
    width: 35%;
	bottom: 7%;
}

}

@media screen and (min-width:1200px){
.fv_img {
	width: 100%;
	margin: 0;
}
}

@media screen and (min-width:1300px){
.fv {
   height: 580px;

}
.swiper1pc, .swiper2pc {
    height: 580px;
}
.fv_img {
    height: 580px;
}
}

@media screen and (min-width:1500px){
.fv {
   height: 680px;

}
.swiper1pc, .swiper2pc {
    height: 680px;
}
.fv_img {
    height: 680px;
}
}

@media screen and (min-width:1900px){
.fv {
   height: 800px;

}
.swiper1pc, .swiper2pc {
    height: 800px;
}
.fv_img {
    height: 800px;
}
}
/*--------------ファーストビュー---------------*/

/*--------------ファーストビュー下---------------*/

/*-----------アイテムアンカーリンク-------------*/
.item_anchor{
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
	background: #fcefed;
    /*border-top: solid 1px #e38fac;*/
    border-bottom: solid 1px #e38fac;
    position: relative;
    margin-top: -7%;
	z-index: 10;
}
.item_anchor >a  {
    width: 49.5%;
    text-align: center;
    padding: 3% 0;
    font-size: 2rem;
    font-weight: 550;
    line-height: 1.3;
    padding-top: 10%;
}
.item_anchor >a:nth-of-type(1) {
    border-right: solid 1px #e38fac;
}
.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);
}
.a_small {
    font-size: 1.2rem;
    font-weight: 400;
}

.arrow{
    text-align: center;
    margin-top: -1%;
}
.dli-chevron-down {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.6em;
    height: 0.6em;
    border: 1.5px solid #dd86a4;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

@media screen and (min-width:1200px){
.item_anchor{
    margin-top: -4%;
}
}

/*-----------アイテムアンカーリンク-------------*/

/*-----------キャンペーン-------------*/

.campaign_wrap {
    background-color: #fcefed;
    text-align: center;
    padding: 20% 10% 24%;
	margin-top: -8%;
}
.campaign {
    margin-top: 10%;
}
.campaign_title {
    font-size: 2.4rem;
    letter-spacing: 0.4rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 6%;
}
.c_box {
    border: 2px solid;
    border-bottom: 40px solid;
    border-image: linear-gradient(to right, #ddaeb3, #e6bfa8) 1;
    position: relative;
    padding: 10% 0;
}

.campaign_txt1 {
    font-size: 1.7rem;
	margin: 0 0 7%;
}
.campaign_txt1 span {
	font-size: 1rem;
}
.campaign h1 {
    font-size: 9.5rem;
    letter-spacing: 0.2rem;
    color: #fff;
    line-height: 1;
    background: linear-gradient(90deg, #ddaeb3, #e6bfa8);
    background: -webkit-linear-gradient(0deg, #ddaeb3, #e6bfa8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    letter-spacing: -0.2rem;
}
.campaign h1 span{
    font-size: 5rem;
    letter-spacing: 0.1rem;
    margin-left: 1%;
}
.campaign_txt2 {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: 1.2;
    background: linear-gradient(90deg, #ddaeb3, #e6bfa8);
    background: -webkit-linear-gradient(0deg, #ddaeb3, #e6bfa8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.campaign_txt3 {
    color: #fff;
    font-size: 2rem;
    margin-top: 2%;
	position: absolute;
    bottom: -14%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
}
.campaign .text-small {
    margin-top: 3%;
}

@media screen and (min-width:760px){
.reserv {
    margin: -5% auto 0;
}
.campaign_wrap {
    margin-top: -4%;
}
.campaign_txt3 {
    bottom: -13%;
}
}

/*-----------キャンペーン-------------*/

/*--------------ファーストビュー下---------------*/


/*-----------------------メイン------------------------*/

/*-----------新商品-------------*/
.mascara {
    background-color: #fadacd;
    padding-top: 10%;
}
.item_title {
    font-size: 2.4rem;
    text-align: center;
    font-weight: 450;
    letter-spacing: 0.4rem;
    line-height: 1.6;
    width: 100%;
    top: 15%;
}
.item_mv {
    position: relative;
}
.item_mv >img {
    width: calc(100% + 60%);
    margin: 0 -30% 0;
}
.posi_ab {
	position: absolute;
	z-index: 2;
}
.mascara_img >img:first-of-type {
    top: 31%;
    width: 80%;
    left: 10%;
}
.mascara_img >img:nth-of-type(2) {
    top: 42.5%;
    width: 78%;
    left: -7%;
}
.mascara_img >img:last-of-type {
    top: 43%;
    width: 65%;
    right: -8%;
}

.item_catch {
	bottom: 5%;
    width: 100%;
}
.item_catch h1 {
	font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: 0.4rem;
}
.item_catch .ippon {
	font-size: 4rem;
}
.item_catch .way2 {
    font-size: 3.8rem;
    letter-spacing: 0.3rem;
    line-height: 1.1;
}
.item_catch .way2 span:first-of-type {
    font-size: 5rem;
    margin-right: 1%;
}
.item_catch .way2 span:last-of-type {
    font-size: 3.4rem;
    letter-spacing: 0.4rem;
    margin-left: 1%;
}
.item_catch p{
    font-size: 1.7rem;
    line-height: 1.7;
    margin-top: 6%;
}

.new_icon {
    text-align: center;
    justify-content: center;
    line-height: 1.3;
    padding: 8.5% 7.5% 7.5%;
    font-size: 1.4rem;
    font-weight: 500;
    color: #dd86a4;
    letter-spacing: 0.2rem;
    top: 60%;
    left: 11%;
}
.new_icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    border: 3px solid transparent;
    background: linear-gradient(160deg, #dd86a4 0%, #fee7dd 50%, #dd86a4 80%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
    width: 90px;
    height: 90px;
}

.item_ex_wrap {
    background: linear-gradient(#f8c6cb 0%, #eccab6 30%, #fcefed 60%);
    padding-bottom: 10%;
	position: relative;
	z-index: 10;
	margin-top: -1%;
}
.maru_ex >div {
    width: 310px;
    height: 310px;
    background-color: #ffffff75;
    border-radius: 500px;
    position: relative;
    margin: auto;
}
.maru_ex h1 {
    font-size: 3rem;
    top: 7%;
    right: 24%;
    font-weight: 500;
    letter-spacing: 0.1rem;
}
.maru_ex h1 span {
    font-size: 4rem;
}
.maru_ex ul{
    bottom: 12%;
    left: 8%;
    letter-spacing: 0.1rem;
    font-size: 1.55rem;
}
.maru_ex ul li {
	position: relative;
}
.maru_ex ul li::before {
    content: "";
    position: absolute;
    top: 21%;
    left: -14%;
    right: 0;
    bottom: 0;
    width: 13px;
    height: 13px;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.maru_icon p {
    background-color: #dd86a4;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.maru_icon p:first-of-type {
    top: -2%;
    right: 19%;
}
.maru_icon p:last-of-type {
    top: 12%;
    right: 3%;
}

@media screen and (min-width:389px){
.maru_ex >div {
transform: scale(1.05)   
}
}

@media screen and (min-width:760px){
.new_icon {
    padding: 6% 5% 5%;
}
}

/*---------カラバリ----------*/
.mascara_color {
	margin: 15% auto 10%;
	position: relative;
}
.mascara_color h1 {
    font-size: 1.9rem;
    letter-spacing: 0.35rem;
}
.mascara_color li >a{
    align-items: center;
    justify-content: space-between;
}
.mascara_color li >a img{
    width: 31%;
    margin-left: 15%;
}
.mascara_color li >a div {
    width: 50%;
}
.item_icon {
	line-height: 1;
	border: 1px solid;
	color: #dd86a4;
	padding-top: 2%;
	width: 75%;
}
.color_txt {
	margin-top: 5%;
	letter-spacing: 0;
	line-height: 1.4;
}
.mascara_color .slider_02 {
    padding: 5% 0 0;
    width: 90%;
    margin: auto;
	position: relative;
}
.mascara_color .slick-dots li {
    width: 50px!important;
    height: 45px!important;	
    margin: 0 9px!important;
}
.mascara_color .slider_02 .slick-dots {
    bottom: -66px !important;
}
.mascara_color .slider_02 .slick-dots li button{
    width: 50px;
    height: 45px;
    margin: 0 5px;
	padding: 0;
}
.slider_02 .slick-dots li button:before {
	color: transparent !important;
	opacity: 1;
	width: 100%;
	height: 100%;
}
.slider_02 .slick-dots li.slick-active button:before {
	opacity: 0.3;
}
.color_name {
    font-weight: 500;
}
.mascara_color .slick-dots li:nth-of-type(1) button:before{
  background: url("../img/m_tex1.png") no-repeat;
  background-size: 100%;
}
.mascara_color .slick-dots li:nth-of-type(2) button:before{
  background: url("../img/m_tex2.png") no-repeat;
  background-size: 100%;
}
.mascara_color .slick-dots li:nth-of-type(3) button:before{
  background: url("../img/m_tex3.png") no-repeat;
  background-size: 100%;
}

.slick-prev:before,
.slick-next::before{
    position:absolute;
    content: ""!important;
    width:10px;
    height:10px;
    border-right: 2px solid #dd86a4;
    border-top: 2px solid #dd86a4;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}

.slick-prev {
    transform: rotate(180deg)!important;
}
/*---------カラバリ----------*/

/*---------クレジット----------*/
.m_credit {
    margin: 23% auto 0;
    border-top: 0.5px solid;
    font-size: 1.7rem;
    font-weight: 500;
    padding-top: 5%;
    width: 75%;
    line-height: 1.5;
}
.btn {
    margin: 5% auto 0;
}
.btn a {
    display: block;
    padding: 4% 0 3%;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
    -webkit-text-stroke: 0.1px #fff;
    font-size: 1.5rem;
    background-image: none;
    background-color: transparent;
    border: 1px solid;
}
.buy_btn.change-color a {
    animation: image;
    animation-duration: 2s;
    background-image: url(../img/btn_bk.png?33);
    background-repeat: no-repeat;
    background-size: cover;
    filter: drop-shadow(3px 3px 3px #a9675d7d);
    border: none;
    text-shadow: 1px 1px 2px #a9675d7d;
}
@keyframes image{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.beige_look .btn a {
    background-image: url(../img/b_buy_btn.png?33);
    background-repeat: no-repeat;
    background-size: cover;
    /*filter: drop-shadow(3px 3px 3px #a9675d7d);*/
    border: none;
    text-shadow: 1px 1px 2px #a9675d7d;
	padding: 5% 0;
}
.pink_look .btn a {
    background-image: url(../img/p_buy_btn.png?33);
    background-repeat: no-repeat;
    background-size: cover;
    /*filter: drop-shadow(3px 3px 3px #891e0480);*/
    border: none;
    text-shadow: 1px 1px 2px #891e0480;
	padding: 5% 0;
}
/*.btn a:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 10%;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #fff;
    border-top: 1.5px solid #fff;
    transform: translateX(5px) rotate(45deg);
}
.btn.change-color a:after {
    filter: drop-shadow(3px 3px 3px #a9675d7d);
}
.beige_look .btn a:after {
    filter: drop-shadow(3px 3px 3px #a9675d7d);
}
.pink_look .btn a:after {
    filter: drop-shadow(3px 3px 3px #891e0480);
}*/

/*---------クレジット----------*/

/*---------LOOK----------*/
/*背景固定*/
.twin_wrap {
    background: linear-gradient(#fcefed, #f8c8ce);	
	position: relative;
}
.twin.scroll_up {
  transition: 1s ease-out;
}
.twin::before {
    content: '';
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/seni.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    -ms-transform: translate(-50%, -50%);
}
.look_fv_wrap {
	margin-top: -100vh;
    position: relative;
    padding: 160% 0 0;
    /*background: linear-gradient(#f8c8ce, #eccab6);*/	
}
.look_anchor {
	justify-content: space-between;
}
.look_anchor >div {
	width: 48%;
}
.look_anchor img {
    filter: drop-shadow(3px 3px 3px #a9675d7d);
}
.look_anchor p {
    font-size: 1.6rem;
    color: #fff;
    margin-top: 5%;
    letter-spacing: 0.3rem;
}
.look_anchor .arrow {
    text-align: center;
    margin-top: -5%;
}
.look_anchor .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);
}
.look_fv {
    padding: 40% 6%;
    position: relative;
    z-index: 1;
}
.look_fv::before {
content: "";
	display: block;
	width: 100%;
	height: 100%;
    background: linear-gradient(#f8c8ce, #eccab6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0; /* 最初は見えないように */
	transition: 1.5s; /* 所要時間の指定 */
}
/*.look_fv.scroll_up {
	transition: 1.5s ease-in-out;
}*/
.look_fv.change-bg::before {
    /*background: linear-gradient(#f8c8ce, #eccab6);*/
	opacity: 1;
}
.look_fv >img {
    width: 80%;
    margin: auto 10%;
}
.look_fv >p {
    font-size: 1.8rem;
    margin: 13% 0 18%;
	color: #fff;
}
@media screen and (min-width:760px){
.twin_wrap {
    background: transparent;
}
.twin::before {
	position: fixed;
	z-index: -2;
	width: 500px;
    height: 100vh;
	left: auto;
	max-height: 990px;
}

.look_fv_wrap {
	margin-top: 0;
}
}

.beige_look {
    background-color: #eccab6;
}
.pink_look {
    background-color: #f8c8ce;
}
.beige_img, .pink_img {
	position: relative;
}

.tap {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    top: 2%;
    left: 3%;
    z-index: 3;
    letter-spacing: 0.3rem;
    padding: 1% 0 0 1%;
}
.tap::before {
    content: "";
    position: absolute;
    top: 80%;
    right: -6%;
    /* transform: translateY(-50%); */
    border: 7px solid transparent;
    border-left: 5px solid #fff;
    transform: rotate(40deg);
}
.tap_btn:hover {
	cursor: pointer;
}
.tap_btn li{
    position: absolute;
    width: 16%;
	list-style-type:none;
}
.tap_btn li::after {
    content: "";
    position: absolute;
    right: 36%;
    top: 100%;
    width: 1px;
    height: 55px;
    background-color: #e8b592;
    transform: rotate(-53deg);
    transform-origin: top left;
}
.pink_look .tap_btn li::after {
    background-color: #d887a1;
}
.beige_look .tap_btn li:nth-of-type(1) {
    top: 30%;
    left: 17%;
}
.beige_look .tap_btn li:nth-of-type(1)::after {
    right: -2%;
    top: 52%;
    transform: rotate(-103deg);
    height: 42px;
}
.beige_look .tap_btn li:nth-of-type(2) {
    bottom: 34%;
    right: 5%;
}
.beige_look .tap_btn li:nth-of-type(2)::after {
    left: 27%;
    top: 4%;
    transform: rotate(142deg);
    height: 52px;
    background-color: #f2d7c4;
}
.beige_look .tap_btn li:nth-of-type(3) {
    top: 9%;
    left: 25%;
    width: 24%;
}
.pink_look .tap_btn li:nth-of-type(1) {
    top: 45%;
    right: 5%;
}
.pink_look .tap_btn li:nth-of-type(1)::after {
    left: 26%;
    top: 7%;
    transform: rotate(134deg);
    height: 42px;
    background-color: #f2d5de;
}
.pink_look .tap_btn li:nth-of-type(2) {
    bottom: 26%;
    left: 20%;
}
.pink_look .tap_btn li:nth-of-type(2)::after {
    right: 19%;
    top: 8%;
    transform: rotate(217deg);
    height: 65px;
    background-color: #f2d5de;
}
.pink_look .tap_btn li:nth-of-type(3) {
    top: 16%;
    right: 5%;
    width: 24%;
}
.pink_look .tap_btn li:nth-of-type(3)::after {
    left: 30%;
    top: 100%;
    height: 38px;
    background-color: #dc94ac;
    transform: rotate(36deg);
}
.item_wrap {
    background: #fcefed;
    padding: 5% 0 11%;
    margin-top: -11%;
    border-top-left-radius: 22px;
    position: relative;
}
.item_wrap p {
    margin-left: 5%;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    color: #e5af89;
}
.item_wrap .yazirushi {
    width: 13%;
    left: 5%;
    bottom: 15%;
}
.used_item {
    width: auto;
    max-width: 800px;
    margin: 0 auto;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    display: flex;
    gap: 4%;
    justify-content: space-between;
    height: 154px;
    padding-left: 5%;
	overflow-y: hidden;
}
.used_item li{
    flex: 0 0 auto;
    scroll-snap-align: center;
    height: 93%;
	position: relative;
}
.used_item li:nth-of-type(2) >img {
    padding-left: 11%;	
}
.used_item .mascara_product >img {
    padding-left: 15%;	
}
.used_item .mascara_product >div {
    right: 11%;	
}
.used_item .plus_btn {
    width: 18px;
    filter: drop-shadow(1.5px 1.5px 0.5px #a9675d7d);
    bottom: -1%;
    right: -3%;
    height: 18px;
}

.used_item li img {
    height: 100%;
    width: auto;
}
/*.used_item::-webkit-scrollbar {
  display: none;
}*/

@media screen and (max-width:389px){
.used_item li{
    height: 90%;
}
}
@media screen and (min-width:430px){
.used_item {
    height: 170px;
}
}

@media screen and (max-width:759px){
.used_item::-webkit-scrollbar {
  display: none;
}
}

@media screen and (min-width:760px){
.used_item {
	margin-left: 5%;
	padding: 0 0 5% 0;
    height: 197px;
}
.used_item::-webkit-scrollbar {
  height: 5px;
  padding-left: 5%;
}

.used_item::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

.used_item::-webkit-scrollbar-thumb {
  background: #e5af89;
  border-radius: 10px;
}

.used_item::-webkit-scrollbar-thumb:hover {
  background: #efba95;
}

.pink_look .used_item::-webkit-scrollbar-thumb {
  background: #dd86a4;
}

.pink_look .used_item::-webkit-scrollbar-thumb:hover {
  background: #eb96b3;
}
}



.slider_b li, .slider_p li{
	position: relative;
}

.parts {
    position: absolute;
    bottom: 3%;
    right: 6%;
    color: #fff;
    font-size: 3.5rem;
    z-index: 5;
    letter-spacing: 0.15rem;
    text-shadow: 1px 1px 4px #4c2a204a;
}


/*---------モーダルウィンドウ----------*/
.modal-window {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f0cbb37d;
    z-index: 99;
    overflow-y: scroll;
}

 .modal-wrap {
overflow: hidden;
    position: relative;
    top: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #fcefed;
    padding: 5% 5% 0;
    width: 80%;
    border-radius: 10px;
    filter: drop-shadow(3px 3px 3px #a9675d7d);
    color: #4b4b4b;
    margin: 5% 0;
}
 .modal-window-open {
  height: 100vh;
  overflow-y: hidden;
}
 .popup_slide_wrap {
  position: relative;
}
.popup_slide_wrap h1{
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
}
.popup_slide_wrap .flex {
    justify-content: space-between;
    align-items: center;
	width: 90%;
	margin: auto;
}
.popup_slide_wrap .flex img {
    width: 44%;
    padding-left: 4%;
}
.popup_slide_wrap .eyeshadow.flex {
	width: 100%;
}
.popup_slide_wrap .eyeshadow.flex img {
    width: 48%;
}
.popup_slide_wrap .flex >div {
    margin-right: 5%;
    letter-spacing: 0;
    line-height: 1.4;
}
.popup_slide_wrap .modal_item {
	font-weight: 500;	
}
.popup_slide_wrap .modal_color {
    margin: 3% 0 4%;
    font-size: 1.25rem;
}
.popup_slide_wrap .item_icon {
    width: 88%;
    letter-spacing: 0.2rem;
    padding-top: 3%;
    border: 1px solid;
    color: #e0b394;
}
.pink_look .popup_slide_wrap .item_icon {
    color: #dd86a4;
}
.modal_model {
    width: 80%;
    margin: 7% auto;
}
.img_notes {
    margin-top: -5%;
    font-size: 1.1rem;
    color: #e1ad8a;
    margin-bottom: 3%;
}
.modal_txt {
    padding: 0 5%;
    line-height: 1.5;
}
.modal_txt >p {
	letter-spacing: 0;	
}
.modal_txt .price {
    font-size: 1.7rem;
    padding-top: 5%;
    border-top: 1px solid;
    margin: 3% 3% 0;
}
.modal_txt .btn{
    padding: 3% 3% 10%;
}
.free_icon {
	padding: 0.5% 2% 0;
    border: solid 0.5px;
    margin-left: 2%;
    vertical-align: middle;
}
.popup_slide_wrap .slick-prev,.popup_slide_wrap .slick-next {
    top: 20%;	
}
.beige_look .popup_slide_wrap .slick-prev::before, .beige_look .popup_slide_wrap .slick-next::before {
    border-right: 2px solid #e0b394;
    border-top: 2px solid #e0b394;
}
.popup_slide_wrap .slick-prev {
    left: -1%!important;	
}
.popup_slide_wrap .slick-next {
    right: -1% !important;	
    top: 21% !important;
}

.close_position {
    position: absolute;
    top: 4%;
    z-index: 5;
    right: 4%;
	text-align: center;
}
 .slide_close {
    display: inline-block;
    vertical-align: middle;
    color: #e0b394;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    transform: rotate(45deg);
    line-height: 1;
    width: 2em;
    height: 0.15em;
}
.pink_look .slide_close {
    color: #dd86a4;
}
 .slide_close::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}
 .popup_slide_close p {
    font-size: 1.2rem;
    color: #e0b394;
}
.pink_look .popup_slide_close p {
    color: #dd86a4;
}
 .slide_close:hover {
  opacity: 0.6;
  cursor: pointer;
}

.slider_b, .slider_p {
  padding: 0% 0% 0% 0%;
  position: relative;
}

@media screen and (max-width:389px){
.modal-window {
padding: 13% 0 10%;
 }
}
@media screen and (min-width:760px){
.modal-window {
    top: 0%;
    width: 500px;
}

 .modal-wrap {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%;
	top: 50%;
}

}
/*---------モーダルウィンドウ----------*/
/*---------LOOK----------*/
/*-----------------------メイン------------------------*/

/*-----------------------LINEUP------------------------*/
.lineup_kv {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}
.lineup_kv img {
    width: calc(100% + 20%);
    margin: 0 -10% 0;
}
.lineup {
    position: relative;
    background: linear-gradient(#edc0c80f 1%, #edc0c854 2%, #edc0c885 5%, #edc0c8c7 8%, #edc0c8 10%, #f5e8e6 50%, #fcdfd2);
    margin-top: -31%;
    padding: 10% 0 13%;
}
.lineup h1 {
    color: #fff;
    font-size: 3.2rem;
    letter-spacing: 0.3rem;
    line-height: 1.1;
}
.lineup h1 span {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
}

.lineup .sliderArea {
	margin-top: -2%;
}
.lineup .new_icon {
    line-height: 1.1 !important;
    padding: 7.5% 5.5% 6.5% !important;
    font-size: 1.4rem !important;
    top: -17% !important;
    left: -2.5% !important;
}
.lineup .new_icon::before {
    width: 72px;
    height: 72px;
}
.lineup li:first-of-type .new_icon {
    padding: 7% 4.5% 6.5% !important;
}
.lineup .limited_icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(154deg, #fee7dd 3%, #dd86a4 40%, #dd86a4 60%, #fee7dd 99%) border-box border-box;
    text-align: center;
    justify-content: center;
    line-height: 72px;
    font-size: 1.15rem;
    font-weight: 500;
    border-radius: 100px;
    color: #fff;
    top: -17% !important;
    left: -2.5% !important;
    letter-spacing: 0.2rem;
}
/*.lineup .sliderArea::after {
    position: absolute;
    content: '';
    z-index: 0;
    top: 22%;
    right: 0;
    width: 100%;
    height: 9%;
background: linear-gradient(#eec4cb, #eec4cbe0 8%, #eec6cdba, #eec6cd96, #f0d0d470, #f0d0d429);
}*/
/*.lineup .sliderArea ul::after {
    position: absolute;
    content: '';
    z-index: 0;
	bottom: -1%;
    right: 0;
    width: 100%;
    height: 9%;
    background: linear-gradient(#fae1d630, #fae1d675, #fbe1d5);
}*/
.lineup .sliderArea ul {
	position: relative;
	padding: 0!important;
	margin-top: 20%;
}
.lineup .sliderArea li{
    position: relative;
    background-color: #faf1f0;
    border-radius: 7px;
    padding: 3% 4%;
	filter: drop-shadow(3px 3px 3px #a9675d7d);
    margin: 10% 5%;
}
.lineup .sliderArea li p {
	line-height: 1.4;
    letter-spacing: 0.15rem;
    font-size: 1.3rem;
    font-weight: 500;
}
.lineup .sliderArea li >div >p:nth-of-type(2) {
	margin-top: 3%;
}
.lineup li .flex {
	justify-content: space-between;
	align-items: center;
}
.lineup li .flex img {
	width: 50%!important;
}
.lineup .slick-prev,.lineup .slick-next {
	z-index: 1;
}
.lineup .slick-slide {
	transition: all ease-in-out .3s;
	opacity: .5;
    transform: scale(0.9);
    margin: 3.5% 5% !important;
}
.lineup .slick-active {
	opacity: 1;
    margin: 4% 5% !important;
}
.lineup .slick-current {
	opacity: 1;
    transform: scale(1);
}
.lineup .slick-prev {
    display: none;
}
.lineup .slick-prev::before {
    display: none;
}
.lineup .slick-next {
    height: 43px;
    width: 43px;
    bottom: -11%;
    border: none;
    outline: none;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: auto;
}
.lineup .slick-next::before {
    /* position: absolute; */
    content: "" !important;
    width: 100%;
    height: auto;
    background-image: url(../img/swipe.png);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    transform: none;
}

@media screen and (min-width:760px){
.lineup .new_icon {
    top: -15% !important;
    padding: 6% 4.5% 6% !important;
}
.lineup li:first-of-type .new_icon {
    padding: 6% 3.5% 6% !important;
}
.lineup .new_icon::before {
    width: 80px;
    height: 80px;
}
.lineup .limited_icon {
	width: 80px;
    height: 80px;
    line-height: 80px;
    top: -15% !important;
}

}
/*-----------------------LINEUP------------------------*/

/*-----------------------発売日------------------------*/
.release {
    background: #fcefed;
    padding: 14% 10% 15%;
}
.release h1{
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 0.3rem;
    font-weight: 500;
}
.release_box {
    border: solid 2px #dd86a4;
    padding: 10% 8% 12%;
    margin-top: 5%;
}
.release h2 {
    color: #dd86a4;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.6;
	letter-spacing: 0.15rem;
}
.release h2 span {
    font-size: 1.8rem;
    margin: auto -1%;
}
.release h2:last-of-type {
    border-top: 1px solid;
    padding-top: 10%;
}
.release ul {
    margin: 5% auto 10%;
    padding: 0;
    text-align: center;
    color: #4b4b4b;
	position: relative;
}
.release .line {
	position: relative;
    height: 30px;
}
.release .line::before {
	position: absolute;
	top: 50%;
	left: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	margin: 0 1rem;
	content: "";
	width: 1px; 
	height: 100%;
	background-color: #dd86a4; 
}
.release ul b {
	font-weight: 500;
}
.release ul li {
    margin-bottom: 5%;
    line-height: 2.2;
}
.release ul p {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.15rem;
}
.release ul p span{
   font-size: 1.6rem;
   margin: auto -1%;
}




/*-----------------------発売日------------------------*/

/* 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: 1.3rem;
    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: 1.2rem !important;
  }

  /* line 693, ../sass/css_18aw_lp.scss */
  #copyright {
    font-size: 0.5rem !important;
  }
}
/*////////////////*/




