@charset "utf-8";



















#eyelash_pokemon_premium,
#eyelash_pokemon_premium div,
#eyelash_pokemon_premium span,
#eyelash_pokemon_premium iframe,
#eyelash_pokemon_premium h1,
#eyelash_pokemon_premium h2,
#eyelash_pokemon_premium h3,
#eyelash_pokemon_premium h4,
#eyelash_pokemon_premium h5,
#eyelash_pokemon_premium h6,
#eyelash_pokemon_premium p,
#eyelash_pokemon_premium img,
#eyelash_pokemon_premium small,
#eyelash_pokemon_premium strong,
#eyelash_pokemon_premium b,
#eyelash_pokemon_premium dl,
#eyelash_pokemon_premium dt,
#eyelash_pokemon_premium dd,
#eyelash_pokemon_premium ol,
#eyelash_pokemon_premium ul,
#eyelash_pokemon_premium li,
#eyelash_pokemon_premium form,
#eyelash_pokemon_premium label,
#eyelash_pokemon_premium legend,
#eyelash_pokemon_premium table,
#eyelash_pokemon_premium tbody,
#eyelash_pokemon_premium tfoot,
#eyelash_pokemon_premium thead,
#eyelash_pokemon_premium tr,
#eyelash_pokemon_premium th,
#eyelash_pokemon_premium td,
#eyelash_pokemon_premium footer,
#eyelash_pokemon_premium header,
#eyelash_pokemon_premium menu,
#eyelash_pokemon_premium nav,
#eyelash_pokemon_premium section,
#eyelash_pokemon_premium video {
  margin:0; padding:0; border:0; outline:0; vertical-align:bottom; background:transparent;
}
#eyelash_pokemon_premium { line-height:1; -webkit-text-size-adjust: 100%;}
#eyelash_pokemon_premium ul li { list-style:none;}
#eyelash_pokemon_premium a { margin:0; padding:0; color: #666; text-decoration: none; vertical-align:baseline;}
#eyelash_pokemon_premium a:hover { opacity: 0.7; transition: all 0.3s;}
#eyelash_pokemon_premium table { border-spacing:0;}
/* ===================================================================================
  resetここまで
=================================================================================== */
#eyelash_pokemon_premium {
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #1a1a1a;
  /*overflow-x: hidden;*/
}
img { width: 100%;}
.pc_none { display: block!important;}
.sp_none { display: none!important;}

#eyelash_pokemon_premium .fv { background: url("../img/sp/bg_fv.png") no-repeat top center/100%, #fff599;}
#eyelash_pokemon_premium .sec01 { background: #e73462;}
#eyelash_pokemon_premium .sec02 { background: #fff599;}
#eyelash_pokemon_premium .sec03 { background: url("../img/sp/bg_sec03.png") no-repeat top center/100%, #fbe1e7;}
#eyelash_pokemon_premium .sec04 { background: url("../img/sp/bg_sec04.png") no-repeat top center/100%, #ffc700;}
#eyelash_pokemon_premium .sec05 { background: url("../img/sp/bg_sec05.png") no-repeat top center/100%, #ffc700;}
#eyelash_pokemon_premium .sec06 { background: url("../img/sp/bg_sec06.png") no-repeat top center/100%, #ffea33;}
#eyelash_pokemon_premium .sec07 { background: #fff599;} 
#eyelash_pokemon_premium .sec08 { background: #e73462;}
#eyelash_pokemon_premium .sec09 { background: url("../img/sp/bg_sec09.jpg") no-repeat top center/100%, #FFEC52;}
#eyelash_pokemon_premium .offer { background: url("../img/sp/bg_offer.png") no-repeat top center/100%, #e73462;}

#eyelash_pokemon_premium .fv .inner { background: url("../img/sp/fv_frm.png")no-repeat top center/100%;}
#eyelash_pokemon_premium .fv .top_img { position: relative;}

#eyelash_pokemon_premium .fv .top_img .tail {
  -webkit-animation: tail_swing linear 1.3s infinite;
  -webkit-transform-origin: center 0;
  animation: tail_swing linear 1.3s infinite;
  transform-origin: center 0;
  display: block;
  width: 20vw;
  margin: 0 auto;
  position: absolute;
  top: 18.7vw;
  left: 0;
  right: 0;
}

@-webkit-keyframes tail_swing {
  0% { 
    transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  25% { 
    transform: rotate(30deg);
    animation-timing-function: ease-in;
  }
  50% { 
    transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  75% { 
    transform: rotate(-30deg);
    animation-timing-function: ease-in;
  }
  100% { 
    transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
}    
@keyframes swing {
  0% { 
    transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  25% { 
    transform: rotate(30deg);
    animation-timing-function: ease-in;
  }
  50% { 
    transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  75% { 
    transform: rotate(-30deg);
    animation-timing-function: ease-in;
  }
  100% { 
    transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
}

#eyelash_pokemon_premium .fv .top_item { margin-bottom: 13.3vw;}
#eyelash_pokemon_premium .fv .top_item .name {
  color: #e73462;
  font-size: 3.7vw;
  text-align: center;
  font-weight: bold;
  line-height: 1.39;
  margin: 5.3vw 0 3.3vw;
}

#eyelash_pokemon_premium .fv .top_item .price_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.3vw 0 3.2vw;
}
#eyelash_pokemon_premium .fv .top_item .price_area .postage {
  color: #e33533;
  font-size: 4.7vw;
  font-weight: bold;
  text-align: center;
  line-height: 7.6vw;
  width: 24.7vw;
  border: solid 1px #e33533;
}

#eyelash_pokemon_premium .fv .top_item .price_area .price {
  color: #603813;
  font-size: 8.9vw;
  font-weight: bold;
  margin-left: 4vw;
}
#eyelash_pokemon_premium .fv .top_item .price_area .price span {
  color: #603813;
  font-weight: normal;
  vertical-align: 0;
}
#eyelash_pokemon_premium .fv .top_item .price_area .price .en { font-size: 5.7vw;}
#eyelash_pokemon_premium .fv .top_item .price_area .price .tax { font-size: 3.3vw;}

#eyelash_pokemon_premium .fv .top_item .name_sub {
  font-size: 2.4vw;
  text-align: center;
  line-height: 1.5;
}

#eyelash_pokemon_premium .fv .top_item .limited {
  text-align: center;
  margin: 6vw 0 1.1vw;
}
#eyelash_pokemon_premium .fv .top_item .limited span {
  color: #e73462;
  font-size: 5.1vw;
  line-height: 4.3vw;
  font-weight: bold;
  text-align: center;
  padding: 0 5.3vw;
  position: relative;
}
#eyelash_pokemon_premium .fv .top_item .limited span::before,
#eyelash_pokemon_premium .fv .top_item .limited span::after {
  content: "";
  display: block;
  width: 4.3vw;
  height: 6.8vw;
  position: absolute;
  top: 0;
}
#eyelash_pokemon_premium .fv .top_item .limited span::before {
  background: url("../img/sp/fv_img05-1.png")no-repeat center/100%;
  left: 0;
}
#eyelash_pokemon_premium .fv .top_item .limited span::after {
  background: url("../img/sp/fv_img05-2.png")no-repeat center/100%;
  right: 0;
}
#eyelash_pokemon_premium .fv .top_item .buy {
  width: 76vw;
  margin-left: 8vw;
}
#eyelash_pokemon_premium .fv .note {
  color: #736357;
  font-size: 2.1vw;
  line-height: 1.53;
  text-align: justify;
  width: 92vw;
  margin: 0 auto;
  padding-bottom: 9.3vw;
}


#eyelash_pokemon_premium .sec02 { padding: 0 0 8vw;}
#eyelash_pokemon_premium .sec02 .inner {
  background: #fff;
  width: 92vw;
  margin: 0 auto;
  border-radius: 2.4vw;
}

#eyelash_pokemon_premium .sec02 .ranking {
  background: #fff8da;
  text-align: center;
  padding-bottom: 5.3vw;
}
#eyelash_pokemon_premium .sec02 .ranking .mo4 {
  padding-top: 27.3vw;
  margin-top: -27.3vw;
}
#eyelash_pokemon_premium .sec02 .kome {
  color: #918075;
  font-size: 2.1vw;
  line-height: 1.5;
  text-align: justify;
  width: 84vw;
  margin: 0 auto;
  padding: 4vw 0 4.7vw;
}


#eyelash_pokemon_premium .sec03 .front_back {
  display: flex;
  justify-content: center;
}
#eyelash_pokemon_premium .sec03 .front_back li {
  font-size: 2.9vw;
  text-align: center;
  line-height: 1.36;
}
#eyelash_pokemon_premium .sec03 .front_back li:first-child { margin-right: 20vw;}

#eyelash_pokemon_premium .sec03 .pre {
  position: relative;
  margin: 6.7vw 0 3.3vw;
}
#eyelash_pokemon_premium .sec03 .pre .pika {
  position: absolute;
  top: -4.8vw;
  left: 2.1vw;
  width: 17.5vw;
}
#eyelash_pokemon_premium .sec03 .pre ul {
  display: flex;
  justify-content: space-between;
  width: 92vw;
  margin: 0 auto;
}
#eyelash_pokemon_premium .sec03 .pre ul li {
  color: #e73462;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.16;
  font-weight: bold;
  width: 28.8vw;
  height: 13.7vw;
  background: #fff;
  border-radius: 1.3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#eyelash_pokemon_premium .sec03 .pre ul li span {
  color: #e73462;
  font-size: 2.4vw;
}
#eyelash_pokemon_premium .sec03 .pre ul li span strong {
  color: #e73462;
  font-size: 2.9vw;
}
#eyelash_pokemon_premium .sec03 .kome {
  font-size: 2.1vw;
  line-height: 1.5;
  text-align: justify;
  width: 92vw;
  margin: 0 auto;
  padding-bottom: 8vw;
}



#eyelash_pokemon_premium .sec04 .motion_area2 {
  position: relative;
  z-index: 5;
}
#eyelash_pokemon_premium .sec04 .point_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 64vw;
  margin: 0 auto 2.7vw;
}
#eyelash_pokemon_premium .sec04 .point_nav li {
  width: 29.3vw;
  margin-bottom: 2.7vw;
  filter: drop-shadow(0.8vw 0.8vw 0.5vw rgba(0,0,0,0.15));
}

#eyelash_pokemon_premium .sec04 .motion_area2 {
  height: 53.6vw;
  margin-bottom: 3.2vw ;
}
#eyelash_pokemon_premium .sec04 .motion_area2 .mo7 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 75.9vw;
}
#eyelash_pokemon_premium .sec04 .motion_area2 .mo6 {
  position: absolute;
  bottom: 1.2vw;
  right: 0;
  z-index: 3;
  width: 37.3vw;
  padding-top: 25.7vw;
  margin-top: -25.7vw;
}
#eyelash_pokemon_premium .sec04 .text { text-align: center;}
#eyelash_pokemon_premium .sec04 .text span {
  font-size: 3.2vw;
  line-height: 2.5;
  letter-spacing: 0.5vw;
  padding-bottom: 1.3vw;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
#eyelash_pokemon_premium .sec04 .kome {
  font-size: 2.1vw;
  line-height: 1.5;
  text-align: justify;
  width: 92vw;
  margin: 6vw auto 6.7vw;
}


#eyelash_pokemon_premium .sec04 .satis { position: relative; z-index: 1;}
#eyelash_pokemon_premium .sec04 .satis .tail {
  -webkit-animation: tail_swing linear 1.3s infinite;
  -webkit-transform-origin: center 0;
  animation: tail_swing linear 1.3s infinite;
  transform-origin: center 0;
  display: block;
  width: 5.7vw;
  margin: 0 auto;
  position: absolute;
  bottom: 2.7vw;
  left: 47.1vw;
  z-index: -1;
}
#eyelash_pokemon_premium .sec04 .satis p[class^="text"] {
  color: #e73462;
  font-size: 2.7vw;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  position: absolute;
}
#eyelash_pokemon_premium .sec04 .satis .text1 { top: 6.7vw; left: 10.3vw;}
#eyelash_pokemon_premium .sec04 .satis .text2 { top: 5.9vw; right: 5.5vw;}
#eyelash_pokemon_premium .sec04 .satis .text3 { top: 24.7vw; left: 5.7vw;}
#eyelash_pokemon_premium .sec04 .satis .text4 { top: 36vw; left: 17.1vw;}

#eyelash_pokemon_premium .sec04 .under .kome {
  color: #754c24;
  text-align: center;
  margin: 1.3vw auto 9.3vw;
}


#eyelash_pokemon_premium .sec04 .under .pre {
  position: relative;
  padding-bottom: 8vw;
}
#eyelash_pokemon_premium .sec04 .under .pre .pika {
  position: absolute;
  top: -4.8vw;
  left: 2.1vw;
  width: 17.5vw;
}

#eyelash_pokemon_premium .sec04 .under .pre ul {
  display: flex;
  justify-content: space-between;
  width: 92vw;
  margin: 0 auto;
}
#eyelash_pokemon_premium .sec04 .under .pre ul li {
  color: #fff;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.16;
  font-weight: bold;
  width: 28.8vw;
  height: 13.7vw;
  background: #371e0a;
  border-radius: 1.3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#eyelash_pokemon_premium .sec04 .under .pre ul li span {
  color: #fff;
  font-size: 2.4vw;
}
#eyelash_pokemon_premium .sec04 .under .pre ul li span strong {
  color: #fff;
  font-size: 2.9vw;
}



#eyelash_pokemon_premium .offer .inner { padding: 0 0 12vw;}
#eyelash_pokemon_premium .offer .inner div[class^="box"] {
  width: 92vw;
  margin: 0 auto;
  border-radius: 1.2vw;
  background: #fff;
}
#eyelash_pokemon_premium .offer .inner .box1 { margin: 0 auto 4vw!important;}
#eyelash_pokemon_premium .offer .inner div[class^="box"] .name {
  font-size: 3.7vw;
  font-weight: bold;
  line-height: 1.39;
  margin-bottom: 2.7vw;
}
#eyelash_pokemon_premium .offer .inner .box1 .name {
  color: #e73462;
  text-align: center;
  padding-top: 6.7vw;
}
#eyelash_pokemon_premium .offer .inner .box2 .name {
  color: #824106;
  margin-left: 8vw;
}

#eyelash_pokemon_premium .offer .inner .price_area {
  display: flex;
  align-items: center;
  margin-left: 10.7vw;
}
#eyelash_pokemon_premium .offer .inner .price_area .postage {
  text-align: center;
  padding: 1.3vw 0;
}
#eyelash_pokemon_premium .offer .inner .box1 .price_area .postage {
  color: #e33533;
  font-size: 4.7vw;
  font-weight: bold;
  width: 24.7vw;
  border: solid 1px #e33533; 
}
#eyelash_pokemon_premium .offer .inner .box2 .price_area .postage {
  color: #603813;
  font-size: 3.5vw;
  line-height: 1.2;
  width: 24vw;
  padding: 1.3vw 0 1.1vw;;
  border: solid 1px #603813;
}
#eyelash_pokemon_premium .offer .inner .box2 .price_area .postage strong {
  color: #603813;
  font-size: 4vw;
}

#eyelash_pokemon_premium .offer .inner .price_area .price {
  color: #603813;
  font-size: 8.9vw;
  font-weight: bold;
  margin-left: 3.3vw;
}
#eyelash_pokemon_premium .offer .inner .price_area .price span {
  color: #603813;
  font-weight: normal;
  vertical-align: 0;
}
#eyelash_pokemon_premium .offer .inner .price_area .price .en { font-size: 5.7vw;}
#eyelash_pokemon_premium .offer .inner .price_area .price .tax { font-size: 3.3vw;}

#eyelash_pokemon_premium .offer .inner .limited {
  text-align: center;
  margin: 6vw 0 1.1vw;
}
#eyelash_pokemon_premium .offer .inner .limited span {
  color: #e73462;
  font-size: 4.9vw;
  line-height: 4.3vw;
  font-weight: bold;
  text-align: center;
  padding: 0 5.3vw;
  position: relative;
}
#eyelash_pokemon_premium .offer .inner .limited span::before,
#eyelash_pokemon_premium .offer .inner .limited span::after {
  content: "";
  display: block;
  width: 3.5vw;
  height: 6.7vw;
  position: absolute;
  top: 0;
}
#eyelash_pokemon_premium .offer .inner .limited span::before {
  background: url("../img/sp/fv_img05-1.png")no-repeat center/100%;
  left: 0;
}
#eyelash_pokemon_premium .offer .inner .limited span::after {
  background: url("../img/sp/fv_img05-2.png")no-repeat center/100%;
  right: 0;
}

#eyelash_pokemon_premium .offer .inner .buy {
  width: 76vw;
  margin-left: 3.5vw;
}
#eyelash_pokemon_premium .offer .inner .box1 .buy { padding: 0  0 5.9vw;}
#eyelash_pokemon_premium .offer .inner .box2 .buy { padding: 5.3vw 0 5.9vw;}




#eyelash_pokemon_premium .sec05 .point_nav_area { position: relative;}
#eyelash_pokemon_premium .sec05 .point_nav_area .mo9 {
  position: absolute;
  top: 4.4vw;
  right: 5.6vw;
  width: 21.1vw;
}
#eyelash_pokemon_premium .sec05 .point_nav_area .point_nav {
  display: flex;
  width: 94.7vw;
  margin: 0 auto;
  position: absolute;
  top: 28.3vw;
  left: 0;
  right: 0;
}
#eyelash_pokemon_premium .sec05 .point_nav_area .point_nav li {
  width: 24.5vw;
  filter: drop-shadow(6px 6px 4px rgba(0,0,0,0.15));
}

#eyelash_pokemon_premium .sec05 .point_nav_area .point_nav .po2 { margin-right: 2vw;}
#eyelash_pokemon_premium .sec05 .point_nav_area .point_nav .po2,
#eyelash_pokemon_premium .sec05 .point_nav_area .point_nav .po3 { margin-top: 14.9vw;}

#eyelash_pokemon_premium .sec05 .kome {
  color: #918075;
  font-size: 2.1vw;
  line-height: 1.5;
  text-align: justify;
  width: 92vw;
  margin: 0 auto 8.7vw;
}

#eyelash_pokemon_premium .sec05 .point_box {
  background:
    url("../img/sp/point_frm_top.png")no-repeat top center/100%,
    url("../img/sp/point_frm_bottom.png")no-repeat bottom center/100%;
  width: 92vw;
  margin: 0 auto 5.3vw;
  padding: 2.5vw 0;
}
#eyelash_pokemon_premium .sec05 .point_box .inner { background: url("../img/sp/point_frm_in.png")repeat-y top center/100%;}
#eyelash_pokemon_premium .sec05 #point1 .text {
  color: #603813;
  font-size: 3.2vw;
  line-height: 1.66;
  text-align: center;
  margin: 1.1vw 0 6vw;
}
#eyelash_pokemon_premium .sec05 #point1 .kome {
  color: #736357;
  font-size: 2.1vw;
  line-height: 1.5;
  text-align: justify;
  width: 84vw;
  margin: 0 auto;
  padding-bottom: 4vw;
}
#eyelash_pokemon_premium .min {
  display: inline-block;
  vertical-align: 8%;
  font-size: 100%;
  line-height: 1;
  margin: 0 -0.5%;
  -webkit-transform:scale(0.7);
  -moz-transform:scale(0.7);
  -ms-transform:scale(0.7);
  -o-transform:scale(0.7);
  transform:scale(0.7);
}

#eyelash_pokemon_premium .sec05 #point2 .inner { padding-bottom: 3.7vw;}
#eyelash_pokemon_premium .sec05 #point2 .test {
  width: 84vw;
  margin: 0 auto;
  border-top: solid 1px #bfaa72;
  border-bottom: solid 1px #bfaa72;
}
#eyelash_pokemon_premium .sec05 #point2 .test .text {
  color: #371e0a;
  font-size: 2.4vw;
  line-height: 1.39;
  text-align: center;
  padding-bottom: 4.4vw;
}

#eyelash_pokemon_premium .sec05 #point3 .inner {
  position: relative;
  padding-top: 46.3vw;
}
#eyelash_pokemon_premium .sec05 #point3 .inner .p3_img {
  position: absolute;
  top: 0;
  left: -4vw;
  width: 100vw;
}

#eyelash_pokemon_premium .sec05 #point3 .mask .text {
  color: #603813;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.66;
  font-weight: bold;
  margin: 1.3vw 0;
}
#eyelash_pokemon_premium .sec05 #point3 .mask .img { display: flex;}
#eyelash_pokemon_premium .sec05 #point3 .mask .img .img14 {
  width: 52vw;
  filter: drop-shadow(0.9vw 0.9vw 0.7vw rgba(0,0,0,0.2));
}
#eyelash_pokemon_premium .sec05 #point3 .mask .img .kome {
  width: 34.7vw;
  padding: 0;
  margin: 19.5vw 0 0 0;
}
#eyelash_pokemon_premium .sec05 #point3 .mask .img .kome td {
  font-size: 2.1vw;
  vertical-align: top;
}

#eyelash_pokemon_premium .sec05 #point3 .kome {
  width: 76.3vw;
  padding-left: 7.7vw;
  margin: 2vw auto;
}
#eyelash_pokemon_premium .sec05 #point3 .kome span {
  display: block;
  ccolor: #736357;
  font-size: 2.1vw;
  line-height: 1.5;
  text-align: justify;
  text-indent: -7.7vw;
}

#eyelash_pokemon_premium .sec05 #point3 .img17 { position: relative;}
#eyelash_pokemon_premium .sec05 #point3 .img17 .text {
  color: #603813;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.37;
  letter-spacing: -0.1vw;
  position: absolute;
  top: 11.2vw;
  left: 0;
  right: 0;
}
#eyelash_pokemon_premium .sec05 #point3 .text2 {
  color: #603813;
  font-size: 3.2vw; 
  line-height: 1.66;
  text-align: center;
  margin: 1.3vw 0 4.7vw;
}
#eyelash_pokemon_premium .sec05 #point3 .kome2 {
  width: 76.3vw;
  padding-left: 7.7vw;
  margin: 2.7vw auto 0;
  padding-bottom: 4.1vw;
}
#eyelash_pokemon_premium .sec05 #point3 .kome2 span {
  display: block;
  ccolor: #736357;
  font-size: 2.1vw;
  line-height: 1.5;
  text-align: justify;
  text-indent: -7.7vw;
}


#eyelash_pokemon_premium .sec05 #point4 .care {
  display: flex;
  justify-content: space-between;
  width: 84vw;
  margin: 0 auto 4vw;
}
#eyelash_pokemon_premium .sec05 #point4 .care li {
  color: #603813;
  font-size: 2.8vw;
  line-height: 1.23;
  font-weight: bold;
  text-align: center;
  width: 26.7vw;
  height: 10.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: dotted 2px #603813;
  border-radius: 1.3vw;
}

#eyelash_pokemon_premium .sec05 #point4 div[class^="care_box"] {
  width: 84vw;
  margin: 0 auto;
  border-top: solid 2px #918075;
}
#eyelash_pokemon_premium .sec05 #point4 .care_box1 .care_in { display: flex;}
#eyelash_pokemon_premium .sec05 #point4 .care_box1 .care_in .text_area h4 {
  color: #e73462;
  font-size: 3.7vw;
  text-align: center;
  width: 51.1vw;
  padding: 4vw 0 2vw;
  margin-bottom: 2.7vw;
  background-image: linear-gradient(to right, #f399b0, #f399b0 2px, transparent 2px, transparent 4px);
  background-size: 6px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
#eyelash_pokemon_premium .sec05 #point4 .care_box1 .care_in .text_area .text {
  font-size: 2.9vw;
  line-height: 1.72;
  margin-left: 4.5vw;
  margin-bottom: 3.1vw;
}
#eyelash_pokemon_premium .sec05 #point4 .care_box1 .care_in .text_area .kome {
  color: #736357;
  font-size: 2.1vw;
  margin-left: 4.5vw;
  width: auto;
}

#eyelash_pokemon_premium .sec05 #point4 .care_box2 h4 {
  color: #e73462;
  font-size: 3.7vw;
  text-align: center;
  width: 77.3vw;
  padding: 0 0 2.9vw;
  margin: 0 auto 2.7vw;
  background-image: linear-gradient(to right, #f399b0, #f399b0 2px, transparent 2px, transparent 4px);
  background-size: 6px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
#eyelash_pokemon_premium .sec05 #point4 .care_box2 h4 .min { color: #918075;}
#eyelash_pokemon_premium .sec05 #point4 .care_box2 .text {
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.66;
  margin-bottom: 1.3vw;
}
#eyelash_pokemon_premium .sec05 #point4 .care_box2 .kome {
  color: #736357;
  font-size: 2.1vw;
  text-align: center;
  margin-bottom: 4vw;
  width: auto;
}

#eyelash_pokemon_premium .sec05 #point4 .care_box3 .text {
  font-size: 3.2vw;
  line-height: 1.66;
  text-align: center;
}
#eyelash_pokemon_premium .sec05 #point4 .care_box3 .kome {
  color: #736357;
  font-size: 2.1vw;
  text-align: center;
  padding-bottom: 3.1vw;
  margin: 0;
  width: auto;
}

#eyelash_pokemon_premium .sec05 { padding-bottom: 8vw;}



#eyelash_pokemon_premium .sec06 .top {
  margin: 0 auto;
  background: url("../img/sp/use_topfrm.png")no-repeat top center/100%;
}
#eyelash_pokemon_premium .sec06 .tec { margin: 1.2vw 0 0;}
#eyelash_pokemon_premium .sec06 .tec li {
  display: flex;
  align-items: center;
  margin-left: 4vw;
  margin-bottom: 4vw;
}
#eyelash_pokemon_premium .sec06 .tec li::before {
  content: "";
  display: block;
  width: 5.2vw;
  height: 5.2vw;
  background: url("../img/sp/icon_ball.png")no-repeat center/100%;
}
#eyelash_pokemon_premium .sec06 .tec li p {
  color: #371e0a;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.37;
  letter-spacing: 0.1;
  margin-left: 2vw;
}
#eyelash_pokemon_premium .sec06 .tec li p strong { color: #e73462;}


#eyelash_pokemon_premium .sec06 .how_to {
  background:
    url("../img/sp/use_frm_top.png")no-repeat top center/100%,
    url("../img/sp/use_frm_bottom.png")no-repeat bottom center/100%;
  width: 92.3vw;
  padding: 2.6vw 0;
  margin: 13.3vw auto 0;
  position: relative;
}
#eyelash_pokemon_premium .sec06 .how_to .inner {
  background: url("../img/sp/use_frm_in.png")repeat-y top center/100%;
  padding-bottom: 3.5vw;
}
#eyelash_pokemon_premium .sec06 .how_to h3 {
  position: absolute;
  left: 0;
  top: -7.5vw;
}
#eyelash_pokemon_premium .sec06 .how_to ul {
  width: 84vw;
  margin: 0 auto;
}
#eyelash_pokemon_premium .sec06 .how_to ul li {
  background-image: linear-gradient(to right, #42210b, #42210b 2px, transparent 2px, transparent 4px);
  background-size: 6px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
#eyelash_pokemon_premium .sec06 .how_to ul li .text {
  font-size: 3.2vw;
  line-height: 1.66;
  letter-spacing: 0.1vw;
  padding-bottom: 4.7vw;
}
#eyelash_pokemon_premium .sec06 .how_to ul li .text strong { color: #e73462;}

#eyelash_pokemon_premium .sec06 .how_to .point {
  display: flex;
  align-items: center;
  background: #fff599;
  width: 84vw;
  height: 17.3vw;
  margin: 5.3vw auto 0;
  border-radius: 8.65vw;
}
#eyelash_pokemon_premium .sec06 .how_to .point  p:first-child { width: 29.3vw;}
#eyelash_pokemon_premium .sec06 .how_to .point .text {
  font-size: 3.2vw;
  line-height: 1.53;
}

#eyelash_pokemon_premium .sec07 .kome_top {
  color: #736357;
  font-size: 2.1vw;
  line-height: 1.5;
  text-indent: -4.3vw;
  padding-left: 4.3vw;
  margin-bottom: 5.3vw;
  margin-left: 4vw;
}
#eyelash_pokemon_premium .sec07 .comp {
  width: 96vw;
  margin: 0 auto;
  background: #fff;
}
#eyelash_pokemon_premium .sec07 .comp h3 {
  font-size: 3.5vw;
  line-height: 1.58;
  text-align: center;
  padding: 5.3vw 0 2vw;
}
#eyelash_pokemon_premium .sec07 .comp ul {
  display: flex;
  justify-content: center;
  margin-bottom: 5.3vw;
}
#eyelash_pokemon_premium .sec07 .comp ul li {
  font-size: 2.1vw;
  line-height: 1.5;
  padding-left: 8.7vw;
  text-indent: -8.7vw;
}
#eyelash_pokemon_premium .sec07 .comp ul li:first-child { margin-right: 13.3vw;}

#eyelash_pokemon_premium .sec07 .comp table {
  width: 100%;
  border-top: solid 1px #371e0a;
}
#eyelash_pokemon_premium .sec07 .comp table th,
#eyelash_pokemon_premium .sec07 .comp table td { color: #371e0a;}

#eyelash_pokemon_premium .sec07 .comp table tr:first-of-type th,
#eyelash_pokemon_premium .sec07 .comp table tr:first-of-type td { border-top: none;}

#eyelash_pokemon_premium .sec07 .comp table th {
  width: 7.3vw;
  background: #371e0a;
  vertical-align: middle;
  border-top: solid 1px #fff;
}
#eyelash_pokemon_premium .sec07 .comp table th p { margin: 0 auto;}
#eyelash_pokemon_premium .sec07 .comp table th .th01 { width: 2.5vw;}
#eyelash_pokemon_premium .sec07 .comp table th .th02 { width: 2.5vw;}
#eyelash_pokemon_premium .sec07 .comp table th .th03 { width: 5.2vw;}
#eyelash_pokemon_premium .sec07 .comp table th .th04 { width: 2.5vw;}

#eyelash_pokemon_premium .sec07 .comp table td {
  vertical-align: top;
  border-top: solid 1px #371e0a;
  padding: 6.5vw 0;
}
#eyelash_pokemon_premium .sec07 .comp table td.pre {
  width: 44vw;
  background: #fbe1e7;
}
#eyelash_pokemon_premium .sec07 .comp table tr:first-of-type td {
  font-size: 4.9vw;
  font-weight: bold;
  text-align: center;
}
#eyelash_pokemon_premium .sec07 .comp table tr:first-of-type td span {
  font-weight: normal;
  vertical-align: 0;
}
#eyelash_pokemon_premium .sec07 .comp table tr:first-of-type td .en { font-size: 3.2vw;}
#eyelash_pokemon_premium .sec07 .comp table tr:first-of-type td .tax { font-size: 2.1vw;}

#eyelash_pokemon_premium .sec07 .comp table tr:nth-of-type(3) td {
  font-size: 3.5vw;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1vw;
}
#eyelash_pokemon_premium .sec07 .comp table tr:nth-of-type(3) td.pre { color: #e73462;}

#eyelash_pokemon_premium .sec07 .comp table td p {
  font-size: 2.7vw;
  line-height: 1.45;
  margin-left: 2.4vw;
}
#eyelash_pokemon_premium .sec07 .comp table td p .mark,
#eyelash_pokemon_premium .sec07 .comp table td p strong { color: #e73462;}


#eyelash_pokemon_premium .sec07 .btn_area {
  display: flex;
  justify-content: center;
  margin: 3.3vw 0 6.7vw 3vw;
}
#eyelash_pokemon_premium .sec07 .btn_area li { width: 48vw;}
#eyelash_pokemon_premium .sec07 .btn_area li:first-child { margin-right: 1.3vw;}


#eyelash_pokemon_premium .sec07 .kome {
  font-size: 2.1vw;
  line-height: 1.5;
  width: 92vw;
  margin: 0 auto;
  padding-bottom: 8.7vw;
}



#eyelash_pokemon_premium .sec09 div[class^="qa_box"] {
  width: 92vw;
  margin: 0 auto 4vw;
}
#eyelash_pokemon_premium .sec09 .qa_box1 {
  background: url("../img/sp/qa_frm01.png")no-repeat top center/100%;
  height: 44vw;
}
#eyelash_pokemon_premium .sec09 .qa_box2 {
  background: url("../img/sp/qa_frm02.png")no-repeat top center/100%;
  height: 60vw;
}
#eyelash_pokemon_premium .sec09 .qa_box3 {
  background: url("../img/sp/qa_frm03.png")no-repeat top center/100%;
  height: 54.7vw;
}
#eyelash_pokemon_premium .sec09 .qa_box4 {
  background: url("../img/sp/qa_frm04.png")no-repeat top center/100%;
  height: 48vw;
}
#eyelash_pokemon_premium .sec09 .qa_box5 {
  background: url("../img/sp/qa_frm05.png")no-repeat top center/100%;
  height: 42.7vw;
}
#eyelash_pokemon_premium .sec09 .qa_box6 {
  background: url("../img/sp/qa_frm06.png")no-repeat top center/100%;
  height: 60vw;
}

#eyelash_pokemon_premium .sec09 div[class^="qa_box"] .qa_q {
  color: #371e0a;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.46;
  width: 80vw;
  padding: 7.3vw 0 2vw 6.9vw;
  margin-left: 8vw;
  box-sizing: border-box;
  position: relative;
}
#eyelash_pokemon_premium .sec09 div[class^="qa_box"] .qa_q::before {
  content: "";
  display: block;
  width: 8.8vw;
  height: 8.8vw;
  background: url("../img/sp/qa_img_q.png")no-repeat center/100%;
  position: absolute;
  top: 5.2vw;
  left: -4.5vw;
}
#eyelash_pokemon_premium .sec09 div[class^="qa_box"] .qa_q::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #42210b, #42210b 2px, transparent 2px, transparent 4px);
  background-size: 6px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
#eyelash_pokemon_premium .sec09 div[class^="qa_box"] .qa_a {
  font-size: 3.2vw;
  line-height: 1.7;
  text-align: justify;
  width: 70.3vw;
  margin-left: 4.8vw;
  padding: 3vw 0 0 10.1vw;
  position: relative;
}
#eyelash_pokemon_premium .sec09 div[class^="qa_box"] .qa_a::before {
  content: "";
  display: block;
  width: 6.7vw;
  height: 6.7vw;
  background: url("../img/sp/qa_img_a.png")no-repeat center/100%;
  position: absolute;
  top: 2.7vw;
  left: 0;
}

#eyelash_pokemon_premium .sec09 .kome {
  color: #736357;
  font-size: 2.1vw;
  line-height: 1.5;
  text-align: justify;
  width: 92vw;
  margin: 0 auto 6.7vw;
}

#eyelash_pokemon_premium .sec09 .copy {
  color: #736357;
  font-size: 2.1vw;
  text-align: center;
  font-family: serif;
  padding-bottom: 6.7vw;
}

#eyelash_pokemon_premium footer { background: #fff;}
#eyelash_pokemon_premium footer ul { padding: 0 0 6vw;}
#eyelash_pokemon_premium footer ul li { border-bottom: none;}
#eyelash_pokemon_premium footer ul li a {
  display: block;
  color: #1a1a1a;
  font-size: 2.9vw;
  text-align: center;
  line-height: 14vw;
  position: relative;
}
#eyelash_pokemon_premium footer ul li a::after {
  /* content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 4vw;
  width: 2.7vw;
  height: 2.7vw;
  border-top: 0.4vw solid #808080;
  border-right: 0.4vw solid #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); */
}
#eyelash_pokemon_premium footer .logo {
  width: 34.7vw;
  margin: 0 auto;
}
#eyelash_pokemon_premium footer .copy {
  font-size: 2.4vw;
  text-align: center;
  padding: 3.6vw 0;
}


.body{
  background-color: #666!important;
}
.gentei{
  font-weight: bold;
  font-size: 1.5em;
  margin: 1em 0 0 0!important;
  transition: 0.3s;
}
.gentei img :hover{opacity: 0.8;}
.gentei2{
  color: #696768;
  font-weight: bold;
  font-size: 2em;
  margin: 1em 0 0 0!important;
}
.cvflex{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto 2em auto!important;
}
.cvflex img{
  width: 230px;
  margin: 1em!important;
}
#main div img{
  max-width: 1000px!important;
}
#main div{
  text-align: center;
}
#main{
  margin: 5em auto;
  max-width:1000px!important;
}
.header{
  position: fixed;
  width: 100%;
  top: 0;
  background: (#a5d5b7,#90bfa5,#A6ABC2,#cea6cc,#cea6cc)!important;
}
.headerdiv {
  background-color:  #000!important;
  text-align: center;
  padding: 0.5em 0 0.5em 0!important;

}
.headerdiv img{
  width: 60%;
}
.purple{
  background-color: #C68BB7;
  width: 100%;
}
.green{
  background-color: #B3D1AD;
}
.white{
  background-color: #fff;
}


#eyelash_pokemon_premium footer { background: #fff;}
#eyelash_pokemon_premium footer ul {
  display: block;
  justify-content: center;
  padding: 50px 0 30px;
}
#eyelash_pokemon_premium footer ul li { border-right: none;}
#eyelash_pokemon_premium footer ul li:last-child { border-right: none;}
#eyelash_pokemon_premium footer ul li a {
  display: block;
  color: #1a1a1a;
  font-size: 15px;
  line-height: 26px;
  text-decoration: underline;
  padding: 0 25px;
}
#eyelash_pokemon_premium footer .logo { text-align: center;}
#eyelash_pokemon_premium footer .copy {
  font-size: 13px;
  text-align: center;
  padding: 27px 0 40px;
}

@media screen and (min-width:750px)   and ( max-width: 1000px) {
  #eyelash_pokemon_premium footer ul { padding: 5vw 0 3vw;}
  #eyelash_pokemon_premium footer ul li a {
    font-size: 1.5vw;
    line-height: 2.6vw;
    padding: 0 2.5vw;
  }
  #eyelash_pokemon_premium footer .logo {
    width: 26vw;
    margin: 0 auto;
  }
  #eyelash_pokemon_premium footer .copy {
    font-size: 1.3vw;
    padding: 2.7vw 0 4vw;
  }
}

.sp_header_inner {
  background: linear-gradient(to right, #67A677, #B46199)!important;
}
#eyelash_pokemon_premium a{
  color: #fff!important;
}

#eyelash_pokemon_premium{padding:15px!important;}
@media screen and (min-width:750px)   and ( max-width: 1000px) {
  #eyelash_pokemon_premium{padding:15px!important;}
}
.purple{background-color: #C68BB7!important;}
.purple img{
  transition: 0.3s!important;
}
.rotate:hover{
  transform: rotate(-10deg)!important;
}
.green{
  background-color: #B3D1AD!important;
  margin: 0 0 2em 0!important;
}
.green img{
  transition: 0.3s!important;
}
.spimg{width:80%;}
#eyelash_pokemon_premium footer ul li a{color:#000!important;}



















@charset "UTF-8";

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/NotoSansJP-Regular.woff') format('woff2'),
	url('/fonts/NotoSansJP-Regular.woff') format('woff'),
	url('/fonts/NotoSansJP-Regular.otf')  format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/NotoSansJP-Medium.woff') format('woff2'),
	url('/fonts/NotoSansJP-Medium.woff') format('woff'),
	url('/fonts/NotoSansJP-Medium.otf')  format('opentype');
}

:root {
  --color_key: #f27b99;
  --color_key--accent: #f27b99;
  --color_key--light: #f4c8d3;
  --font_marugo: "Zen Maru Gothic", serif;
  --font_mincho: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;;
}

/*---------------- ▼全幅共通CSS▼ ------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input:not([type="checkbox"]), textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="checkbox"] {
  -moz-appearance: normal;
  -webkit-appearance: normal;
}

body{
	--common_head-height: 50px;/* SP版ヘッダーアイコン、ヘッダーそのものの高さなどの調整で使用。 */
	padding-top: var(--common_head-height);
}
body#eyelash,
body#eyelash_premium_lp,
#global-wrapper.type-eyes{
	padding-top: 0;
}
@media screen and (min-width: 875px){
	body{
		padding-top: 60px;
		min-width: 1200px;
	}
}
body,input, textarea, select {
  font-family: 'Didact Gothic', "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #5e5e5e;
}

body img {
  letter-spacing: 0;
  text-indent: 0;
    max-width: 100%;
    height: auto;
}

.ie select::-ms-expand {
  /*IEでselectの矢印を非表示にする*/
  display: none;
}
a{
  color: #5e5e5e;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.newclearfix{zoom:1}
.newclearfix:after{content:"";clear:both;display:block}

#contWrap {
  overflow: hidden;
}
.layoutWrap {
  padding: 0 4%;
  margin: auto;
}
.text-inlineBlock {
  display: inline-block;
}

/*---------------- ▲全幅共通CSS▲ ------------------*/
input, textarea, select {
  font-size: 16px !important;
}

.nosp{
	display: block !important;
}
.nopc{
	display: none !important;
}
@media screen and (max-width: 875px){
	.nosp{
		display: none !important;
	}
	.nopc{
		display: block !important;
	}
}

.is-fade-contents {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.is-fade-contents.fade-in {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}


.p-blockTitle-lineup{
	font-size: 25px;
	font-size: 2.5rem;
	color: #e04a6f;
	font-family: "Noto Sans Japanese";
	text-align: center;
	margin: 8% auto;
}

/*---------------- ▼header▼ ------------------*/
.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
}
.header-inBlock {
  background: var(--color_key);
	height: 60px;
}
.l-logo{
	float: left;
	margin: 42px 0 0 30px;
}
.l-header-nav-wrap{
	float: right;
}
.l-header-nav-wrap a{
	display: block;
	background-repeat: no-repeat;
}
.l-header-nav-wrap a:hover img,
.l-header-nav-wrap a.is-current img{
	opacity: 0;
}
.l-header-nav li{
	float: left;
	background-color: var(--color_key);
	text-align: center;
}
/*
.l-header-nav li:nth-of-type(7){
	border-left: 1px solid #fff;
}
*/
/*最後の左側*/
.l-header-nav li:nth-last-of-type(1){
	border-left: 1px solid #fff;
}

/*
.l-header-nav li:nth-of-type(1) a:hover,
.l-header-nav li:nth-of-type(1) a.is-current{
	background-image: url(/images/common/img_nav01_on.png);
}
.l-header-nav li:nth-of-type(2) a:hover,
.l-header-nav li:nth-of-type(2) a.is-current{
	background-image: url(/images/common/img_nav02_on.png);
}
.l-header-nav li:nth-of-type(3) a:hover,
.l-header-nav li:nth-of-type(3) a.is-current{
	background-image: url(/images/common/img_nav03_on.png);
}
.l-header-nav li:nth-of-type(4) a:hover,
.l-header-nav li:nth-of-type(4) a.is-current{
	background-image: url(/images/common/img_nav04_on.png);
}
.l-header-nav li:nth-of-type(5) a:hover,
.l-header-nav li:nth-of-type(5) a.is-current{
	background-image: url(/images/common/img_nav05_on.png);
}

.l-header-nav li:nth-of-type(6) a:hover,
.l-header-nav li:nth-of-type(6) a.is-current{
	background-image: url(/images/common/img_nav06_on.png);
}
.l-header-nav li:nth-of-type(7) a:hover,
.l-header-nav li:nth-of-type(7) a.is-current{
	background-image: url(/images/common/img_nav07_on.png);
}
*/


.l-header-nav img{
	transition: .2s;
}
.l-header-nav a:hover img{
	opacity: 0;
}
@media screen and (max-width: 1250px){
	.l-header{
/*		min-width: inherit;*/
	}
	.l-logo{
		width: 17%;
	}
	.l-header-nav-wrap{
		width: 78%;
		display: table;
		height: 60px;
	}
	.l-header-nav-wrap ul{
		display: flex;
		height: 100%;
		vertical-align: middle;
	}
	.l-header-nav li{
		display: flex;
		align-items: center;
	}

	/*
	.l-header-nav li:nth-of-type(1){
		width: 11.1468381565%;
	}
	.l-header-nav li:nth-of-type(2){
		width: 11.4683815648%;
	}
	.l-header-nav li:nth-of-type(3){
		width: 12.8617363344%;
	}
	.l-header-nav li:nth-of-type(4){
		width: 9.96784565916%;
	}
	.l-header-nav li:nth-of-type(5){
		width: 14.4694533762%;
	}
	.l-header-nav li:nth-of-type(6){
		width: 18.6495176849%;
	}

	.l-header-nav li:nth-of-type(7){
		width: 21.3290460879%;
	}
	*/
	.l-header-nav li a{
		background-size: contain;
	}
}
@media screen and (max-width: 875px){
.l-header {
	min-width: inherit;
	box-shadow: 0 0 2px rgb(0 0 0 / 15%);
}
.l-header .logoWrap {
  display: flex;
  align-items: center;
  padding-left: 4vw;
}
.header-inBlock {
	height: var(--common_head-height);
}
.l-header .logo {
  padding: 18px 0;
}
.l-header .logo img {
  width: 224px;
}
.l-header .etcBtn-wrap {
  float: right;
}
.l-header .storeBtn,
.l-header .hamburgerBtn-img {
  float: left;
  border-left: solid 0.4rem #ffffff;
}
.l-header .storeBtn img,
.l-header .hamburgerBtn-img img {
  width: 120px;
}
.l-header .ulWrap {
  background: rgba(255, 255, 255, 0.95);
  visibility: hidden;
}
.l-header .spNav-inner {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.l-header .topLevel-li {
  font-size: 16px;
  background: #ffffff;
  border-bottom: solid 0.1rem #fff3f6;
}
.l-header .topLevel-a,
.l-header .childLevel2-a {
  color: var(--color_key);
  display: inline-block;
  width: 100%;
  padding: 1em 4%;
  position: relative;
}
.l-header .topLevel-a:after,
.l-header .childLevel2-a:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  z-index: 1;
  width: 0.75em;
  height: 1em;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  margin: auto;
  background: url(/images/common/icon_left_pink01.svg) no-repeat center;
}
.l-header .childLevel2-li {
  background: #fff3f6;
}
.l-header .childLevel2-a {
  padding-left: 9.33333%;
}
.l-header .head-spBtn-wrap {
  background: none;
}
.l-header .head-shopinfo-btn-sp {
  background: none;
  padding: 1.5em 4% 0;
  font-weight: bold;
  text-align: center;
}
.l-header .head-shopinfo-btn-a {
  display: inline-block;
  width: 100%;
  padding: 1.5em 1em;
  color: var(--color_key);
  position: relative;
  border: solid 0.2rem var(--color_key);
}
.l-header .head-shopinfo-btn-a:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  z-index: 1;
  width: 0.75em;
  height: 1em;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  margin: auto;
  background: url(/images/common/icon_left_pink01.svg) no-repeat center;
}
.l-header .head-snsbtn-sp {
  padding: 1.5em 4%;
  text-align: center;
}
.l-header .head-snsbtn-a {
  display: inline-block;
  width: 5rem;
}
.l-header .head-snsbtn-a:nth-of-type(n+2) {
  margin-left: 2rem;
}
.l-header .head-scalpbnr-sp {
  padding: 1.5em 4%;
}
.l-header .head-scalpbnr-a {
  float: left;
  width: 47.82609%;
}
.l-header .head-scalpbnr-a:nth-of-type(even) {
  float: right;
}
.l-header .head-scalpbnr-a:nth-of-type(n+3) {
  padding-top: .9375em;
}
.l-header.on {
  height: 100%;
}
}

/*---------------- ▼footer▼ ------------------*/
.l-footer-wrap{
  background: var(--color_key);
	letter-spacing: 0.05em;
}
.footer-snslink-wrap,
.footer-shopinfo-wrap {
  text-align: center;
}
.footer-snslink-li,
.footer-snslink-a{
  display: inline-block;
}
.footer-snslink-ul,
.footer-shopinfo-wrap {
  padding: 1.6rem 0;
}
.footer-snslink-li {
  width: 5rem;
}
.footer-snslink-li:nth-of-type(n+2) {
  margin-left: 3rem;
}
.footer-shopinfo-wrap {
  border-top: solid 0.1rem #ffbfcc;
}
.footer-shopinfo-a {
	display: inline-block;
	padding: 10px 0 10px 50px;
  position: relative;
}
.footer-shopinfo-a:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 36px;
  height: 36px;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  background: url(/images/common/icon_map01.svg) no-repeat center;
  margin: auto;
}
.footer-shopinfo-a img{
	width: 150px;
	vertical-align: baseline;
}
.footer-about,
.footer-relation-site {
  padding: 1.8rem 0;
  border-top: solid 0.2rem #ffffff;
  text-align: center;
}
.footer-about-inner,
.footer-relation-site-inner,
.footer-relation-site2-inner,
.footer-relation-clinic-inner {
  padding-top: 1.5rem;
}
.footer-about-ul,
.footer-relation-site-ul,

.footer-relation-site2-ul,

.footer-relation-clinic-ul {
  font-size: 1.1rem;
  margin-top: -1.1em;
}
.footer-about-li,
.footer-relation-site-li,
.footer-relation-site2-li,
.footer-relation-clinic-li {
  margin-top: 1.1em;
}
.footer-about-li,
.footer-relation-site-li {
  border-right: solid 0.1rem #ffffff;
}
.footer-about-li:last-of-type,
.footer-relation-site-li:last-of-type {
  border-right: none;
}
.footer-about-li,
.footer-about-a,
.footer-relation-site-li,
.footer-relation-site-a,

.footer-relation-site2-li,
.footer-relation-site2-a,

.footer-relation-clinic-li,
.footer-relation-clinic-a {
  display: inline-block;
  vertical-align: middle;
}
.footer-about-a,
.footer-relation-site-a,

.footer-relation-site2-a,

.footer-relation-clinic-a {
  padding: 0 1em;
}
.footer-about-a,
.footer-relation-site-a {
  color: #ffffff;
}
.footer-about-title img {
  width: 17.5rem;
}
.footer-relation-site-title,

.footer-relation-site2-title,

.footer-relation-clinic-title {
  font-weight: bold;
  font-size: 1.3rem;
}
.footer-relation-site-title {
  color: #ffffff;
}



.footer-relation-site2 {
  padding: 1.8rem 0;
/*  border-top: solid 0.2rem #ffffff; */
  text-align: center;
}
.footer-about-li,
.footer-relation-site2-li {
  border-right: solid 0.1rem #ffffff;
}
.footer-about-li:last-of-type,
.footer-relation-site2-li:last-of-type {
  border-right: none;
}

.footer-about-a,
.footer-relation-site2-a {
  color: #ffffff;
}
.footer-relation-site2-title {
  color: #ffffff;
}



.footer-relation-clinic {
  text-align: center;
}
.footer-relation-clinic-inner {
  background: #ffffff;
  padding-bottom: 1.8rem;
	display: none;
}
.footer-relation-clinic-title {
  background: #faa0b5;
  padding: 1em 4%;
  position: relative;
}
.footer-relation-clinic-title:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 1.3em;
  height: 1em;
  background: url(/images/common/icon_down_pink01.svg) no-repeat center;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  margin: auto 4% auto auto;
}
.footer-relation-clinic-title.active:after{
  background: url(/images/common/icon_down_pink01_on.png) no-repeat center;
}

.footer-relation-clinic-li {
  border-right: solid 0.1rem #5e5e5e;
}
.footer-relation-clinic-li:last-of-type {
  border-right: none;
}
.l-footer-copy {
  font-size: 1rem;
  text-align: center;
  background: #e7e7e7;
  padding: 1em;
}
small {
  display: inline-block;
}


@media screen and (min-width: 876px){
	a{
		text-decoration: none;
	}
	a:hover{
		text-decoration: underline;
	}
	.footer-infoBlock{
		width: 1200px;
		margin: 0 auto;
	}
	.footer-snslink-ul{
		float: left;
		width: 50%;
		position: relative;
	}
	.footer-snslink-ul:after{
		display: block;
		content: "";
		width: 1px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: #fff;
	}
	.footer-snslink-li{
		width: 60px;
	}
	.footer-shopinfo-wrap{
		width: 50%;
		float: right;
	}
	.footer-shopinfo-a{
		font-size: 30px;
		padding: 15px 0 15px 75px;
	}
	.footer-shopinfo-a:after{
		width: 60px;
		height: 60px;
	}
	.footer-shopinfo-a img{
		width: 185px;
	}
	.footer-shopinfo-wrap{
		border-top: none;
	}
	.footer-about{
		border-top: 1px solid #fff;
		text-align: left;
		padding-bottom: 2.8rem;
	}
	.l-footer-nav{
		float: left;
		width: 580px;
	}
	.l-footer-nav a{
		color: #fff;
	}
	.l-footer-nav-list{
		float: left;
		font-size: 16px;
	}
	.l-footer-nav-list + .l-footer-nav-list{
		margin-left: 60px;
	}
	.l-footer-nav-list > li + li{
		margin-top: 15px;
	}
	.l-footer-nav-list > li a{
		background-image: url(/images/common/icn_footer_arrow.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 12px;
	}
	.l-footer-nav-list-sub{
		padding-left: 12px;
		font-size: 14px;
		margin-top: 10px;
	}
	.l-footer-nav-list-sub li + li{
		margin-top: 10px;
	}

	.l-footer-right{
		float: right;
		width: 470px;
	}
	.footer-about-title img{
		width: 200px;
	}
	.footer-about-ul{
		font-size: 11px;
		margin-top: 0;
	}
	.footer-about-li{
		display: block;
		border: none;
		width: 50%;
		float: left;
	}
	.footer-about-inner{
		padding-top: 5px;
	}
	.footer-relation-site,
	.footer-relation-site2{
		border-top-width: 1px;
	}
	.footer-relation-site-title,
	.footer-relation-site2-title{
		font-size: 13px;
	}
	.footer-relation-site-ul,
	.footer-relation-site2-ul,
	.footer-relation-clinic-ul{
		font-size: 12px;
	}
	.footer-relation-clinic-title{
		font-size: 13px;
		background-color: var(--color_key);
		color: #fff;
		padding-bottom: 0;
	}
	.footer-relation-clinic-title:after{
		display: none;
	}
	.footer-relation-clinic-inner{
		background-color: var(--color_key);
		display: block !important;
		height: auto !important;
		padding-bottom: 1.8rem !important;
		padding-top: 1.5rem !important;
		margin-top: auto !important;
	}
	.footer-relation-clinic-li{
		border-color: #fff;
	}
	.footer-relation-clinic-li a{
		color: #fff;
	}

	.l-footer-copy {
	  font-size: 8px;
	}


	.l-matsuge-footer{
		background-color: #fcf0f3;
		padding: 50px 0;
	}
	.l-matsuge-footer-inner{
		width: 1200px;
		margin: 0 auto;
		display: table;
	}
	.l-matsuge-footer-list{
		padding: 0 55px;
		width: 33.3333%;
		display: table-cell;
		border-left: 1px solid var(--color_key);
	}
	.l-matsuge-footer-list:last-of-type{
		border-right: 1px solid var(--color_key);
	}
	.l-matsuge-footer-list ul{
		display: block !important;
		height: auto !important;
	}
	.l-matsuge-footer-mh{
		font-family: 'Noto Sans Japanese';
		font-size: 20px;
		font-weight: bold;
		color: #e04a6f;
		margin-bottom: 15px;
	}
	.l-matsuge-footer-list a{
		display: block;
		padding: 2px 0 2px 25px;
		font-size: 16px;
		color: var(--color_key);
		background-image: url(/images/matsuge/icn_arrow.png);
		background-repeat: no-repeat;
		background-position: 10px center;
	}
}
@media screen and (max-width: 875px){
	.l-matsuge-footer{
		padding: 0;
	}
	.l-matsuge-footer-mh{
		font-family: 'Noto Sans Japanese';
		font-size: 14px;
		font-weight: 400;
		color: var(--color_key);
		background-color: #f5c7d4;
		text-align: center;
		cursor: pointer;
		padding: 10px;
		background-image: url(/images/matsuge/icn_arrow_mh_close.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 18px;
		margin-bottom: 1px;
	}
	.l-matsuge-footer-mh.is-open{
		background-image: url(/images/matsuge/icn_arrow_mh_open.png);
	}
	.l-matsuge-footer-list ul{
		margin: 15px 0 20px;
		display: none;
	}
	.l-matsuge-footer-list li{
		padding: 0 10px;
	}
	.l-matsuge-footer-list a{
		display: block;
		padding: 3px 0 3px 25px;
		font-size: 14px;
		color: var(--color_key);
		background-image: url(/images/matsuge/icn_arrow_sp.png);
		background-repeat: no-repeat;
		background-position: 10px center;
		background-size: 8px;
	}
}

/*---------------- ▼hamburger▼ ------------------*/
#hamburgerWrap{
	display: none;
}

/*---------------- ▼スマホ以降CSS▼ ------------------*/
@media screen and (max-width: 875px) {
  html {
    font-size: .625rem;
  }

  /*---------------- ▼header▼ ------------------*/
  .l-header .logo {
    padding: 9px 0;
  }
  .l-header .logo img {
    width: 50vw;
  }
  .l-header .storeBtn,
  .l-header .hamburgerBtn-img {
    border-left: solid 2px #ffffff;
  }
  .l-header .storeBtn img,
  .l-header .hamburgerBtn-img img {
    width: 50px;
  }

  /*---------------- ▼footer▼ ------------------*/
  /*---------------- ▼hamburger▼ ------------------*/
/*---------------- ▼hamburger▼ ------------------*/
#hamburgerWrap {
	display: block;
  background: #000000;
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
    width: var(--common_head-height);
    height: var(--common_head-height);
    padding: 10px;
}
#hamburgerWrap div {
  transition: 0.3s;
  height: 4px;
  width: 30px;
  position: absolute;
  margin: auto;
}
#hamburgerWrap div:first-of-type {
  top: 15px;
}
#hamburgerWrap div:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
#hamburgerWrap div:last-of-type {
  bottom: 15px;
}
#hamburgerWrap div:before, #hamburgerWrap div:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  background: #ffffff;
}
#hamburgerWrap div:before {
  left: 0;
  width: 10%;
}
#hamburgerWrap div:after {
  right: 0;
  width: 80%;
}
#hamburgerWrap.on div {
  background: #ffffff;
}
#hamburgerWrap.on div:first-of-type {
  bottom: 15px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#hamburgerWrap.on div:nth-of-type(2) {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#hamburgerWrap.on div:last-of-type {
  top: 15px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburgerWrap.on div:before, #hamburgerWrap.on div:after {
  display: none;
}
  #hamburgerWrap div {
    width: 20px;
    height: 2px;
  }
  #hamburgerWrap div:first-of-type {
    top: 10px;
  }
  #hamburgerWrap div:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  #hamburgerWrap div:last-of-type {
    bottom: 10px;
  }
  #hamburgerWrap.on div:first-of-type {
    bottom: 10px;
  }
  #hamburgerWrap.on div:last-of-type {
    top: 10px;
  }
}

/*---------------- ▼topic-path▼ ------------------*/
#topic-path-inner{
	font-size: 14px;
	letter-spacing: 0.1em;
}
#topic-path-inner span{
	padding: 0 8px;
	color: #e04a6f;
}
#topic-path-inner a span{
	color: #3e3e3e;
}
@media screen and (max-width: 875px){
	#topic-path{
		display: none;
	}
	#topic-path-inner{
		font-size: 13px;
	}
	#topic-path-inner span{
		display: inline-block;
	}
}



.l-content{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.m-second-mh{
	text-align: center;
	padding: 45px 0 60px;
}
@media screen and (max-width: 875px){
	.l-content{
		width: 92%;
	}

	.m-second-mh{
		background-color: #f47c9b;
		color: #fff;
		padding: 30px 0;
	}
}


.m-mh{
	text-align: center;
}
@media screen and (min-width: 875px){
	.m-mh{
		width: 450px;
		margin: 0 auto;
	}
}



/* 20240307リニューアルで追加 ▼ */
.zen-maru {
  font-family: var(--font_marugo);
  font-weight: 400;
  font-style: normal;
}


/* ==================
* Header
* ================== */
.header-inBlock .nosp {
  display: contents !important;
}
@media screen and (max-width: 875px) {
  /* sp only */
  .header-inBlock .nosp {
  	display: none !important;
  }
} /* sp only */

.header-inBlock__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.header-inBlock__inner .l-logo {
  float: none;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-inBlock__inner .l-header-nav-wrap {
  float: none;
}

.l-header-nav {
  height: 100%;
}
.l-header-nav li {
  height: 100%;
}
.l-header-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #FFF;
  font-family: var(--font_marugo);
  font-weight: bold;
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
  padding-inline: 20px;
  letter-spacing: 2px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.l-header-nav li a svg .st0 {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.l-header-nav li a.online-store {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.l-header-nav li a.online-store svg {
  width: 21px;
}
.l-header-nav li a:hover {
  background-color: #FFF;
  color: var(--color_key);
}
.l-header-nav li a:hover svg .st0 {
  fill: var(--color_key);
}


@media screen and (max-width: 875px) {
  /* sp only */
  .sp_header_inner {
  	display: flex !important;
  	justify-content: space-between;
  }
} /* sp only */
/* end Header */




/* ==================
* card
* ================== */
.big-lineup-list--solo {
  gap: 50px;
}

.card--renewal {
  position: relative;
}
.card--renewal::before {
  content: "";
  background: url("images/renewal_text.svg") rgba(255, 255, 255, 0) no-repeat top 50% left 50%/contain;
  aspect-ratio: 489/125;
  width: 200px;
  position: absolute;
  left: -65px;
  top: -25px;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
}

@media screen and (max-width: 875px) {
  /* sp only */
  .card--renewal::before {
    width: 160px;
    left: -13px;
    top: -26px;
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
} /* sp only */
/* end card */


/* header */
.l-logo_image {
  width: 250px;
}

.header-inBlock {
  background: var(--color_key);
}

.l-header-nav li {
  background: var(--color_key);
}

#topic-path-inner > span > span {
  color: var(--color_key);
}
/* //header */


/* 共通 */
.p-check-btn a {
  background: var(--color_key);
}
/* end 共通 */


/* TOPICS */
.p-topicsBlock {
  background: var(--color_key--light);
}

/* end TOPICS */


/* LINEUP */
.big-lineup-list .card .left-block .text-block .material li {
  background-color: var(--color_key--light);
}

/* end LINEUP */


/* MOVIEICS */
.p-movieBlock {
  background: var(--color_key--light);
}

/* end MOVIE */


/* INSTAGRAM */
.p-instaBlock {
  background: var(--color_key--light);
}
/* end INSTAGRAM */


/* footer */
.l-footer-wrap {
  background: var(--color_key);
}
/* //footer */




/* 20240307リニューアルで追加 ▲ */

