@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&subset=japanese');

/* スクロールフェードインアニメーション */
/* ---------------------------- */
/* アニメーション前 */
.u-fade-type-up {
  transform: translateY(50px);
  opacity: 0;
}
/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active {
  transition: .6s;
  transform: translateY(0);
  opacity: 1;
}
/* アニメーションスタイル　共通 */
/* ---------------------------- */
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}
.fade-in2 {
  opacity: 0;
  transition-duration: 700ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.fade-in-left {
  transform: translateX(-300px);
}
.fade-in-left2 {
  transform: translateX(-100px);
}
.fade-in-right {
  transform: translateX(100px);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}


/* ★★★★★★★　シャイン　★★★★★★★ */
.shineImg {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.shineImg::before {
  content: "";
  background-color: #ffffff;
  display: block;
  width: 10%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  opacity: 0;
}

.shineImg:hover::before {
  animation: shine 0.3s linear;
}

.shineImg img {
  display: block;
}

/* アニメーション */
@keyframes shine {
  0% {
    transform: scale(1) rotate(45deg);
    opacity: 0;
  }
  50% {
    transform: scale(25) rotate(45deg);
    opacity: 0.5;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}


/* ★★★★★★★　ポップアップバナーレ★★★★★★★ */

.Bnr .Bnr__img p.close a {
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
}
.Bnr .Bnr__img p.close a span {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.Bnr {
	width: 65%;
	max-width: 440px;	
}


.Bnr .Bnr__img {
    position: fixed;
	width: 100%;
	max-width: 440px;
	right:3%;
    bottom: 5%;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.07), 0 1px 10px 0 rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
    z-index: 888;
	animation:fadeIn 2s linear;
}
.Bnr a:hover {
  opacity: 1;
}

@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	30%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.Bnr .Bnr__img__inner a.pc {
    display: block !important;
}
.Bnr .Bnr__img__inner a {
    display: block;
}

.img-link img {
    width: 100%;
    display: block;
}
.Bnr__img__inner {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.Bnr .Bnr__img p.close {
    position: absolute;
    right: -11px;
    top: -11px;
}
/* ★★★★★★★　ポップアップバナーレスポンシブ　★★★★★★★ */
@media only screen and (max-width: 767px) {
.Bnr {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	
}
.Bnr .Bnr__img {
    position: fixed;
	width: 60%;
	right:auto;
	left:auto;
	bottom:5%;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.07), 0 1px 10px 0 rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
    z-index: 888;
}

.Bnr .Bnr__img__inner a.pc {
    display: none !important;
}
}


/* ★★★★★★★　あなたに似合う色はバナー★★★★★★★

.Bnr .Bnr__img p.close a {
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
}
.Bnr .Bnr__img p.close a span {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.Bnr .Bnr__img__inner a {
    display: block;
}
.img-link img {
    width: 100%;
    display: block;
}
.Bnr__img__inner {
    width: 256px;
    height: 180px;
    box-sizing: border-box;
}
.Bnr .Bnr__img p.close {
    position: absolute;
    right: 1px;
    top: 1px;
}
.Bnr {
    position: absolute;
    right: 1%;
    width: 256px;
}
.Bnr .Bnr__img {
    position: fixed;
    bottom: 1%;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.07), 0 1px 10px 0 rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
    z-index: 888;
}
 */



.lipmap {
		cursor: url("../images/basic/pointer.cur.png"), default; 
	}
.dualeyecolor_feature .toggle .slide-area {
	height: 300px;
	width: 100%;
	margin-bottom: 40px;
}
#eyenav dl dd {
	margin-bottom: 15px;
}

#act2018au_top .txt {width: 960px; margin:0 auto; padding:60px; }
#top #act2018au_top .slider1 {
	width: 100%;
	margin-top: 55px;
}
.slider1 div img {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1955px;
}
.topimg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: 1900px;
    margin-top: 55px;
    background-repeat: no-repeat;
    background-image: url(../images/top/movieback.png);
    background-size:cover;
    overflow: hidden;
}
.topimg div video {
    width: 80%;
    height: auto;
    margin: -2.3% 10%;
}

#act2018au_top .txt h2 {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.8;
	color: #333333;
	font-family: 'Noto Serif', 'Noto Serif JP', serif;
	text-align: center;
	letter-spacing: 0.13em;
}
#act2018au_top .txt h2 span {letter-spacing: 0.075em;}
/*#act2018au_top .txt h2 { background-color: #ead3d4; padding: 33px 0; font-size: 0; line-height: 1; text-align: center; }
#act2018au_top .txt h2 img { width:371px; height:auto; }*/
.top_info { color: #333333;}
.top_info .productInfo { width: 960px; margin: 40px auto; padding:0;}
.top_info .productInfo .columns { 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
}
.top_info .productInfo .columns:first-child { margin-bottom: 60px;}

.top_info .left_img { width: 45%;}
.top_info .left_img img { width: 400px;}

.top_info .right_spec { width: 53%;}
/*.top_info .right_spec img { width: 56px;}*/

.right_spec .infoCopy {
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.7;
	color: #7e1c44;
	font-family: 'Noto Serif', 'Noto Serif JP', serif;
}

.right_spec .product_spec {
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.product_spec .item_txt { width: 100%;}
.product_spec .btn { width: 100%;}

.product_box { width: 90%;}
.product_box .item_box { 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #841f41;
	line-height: 1.5;
}
.product_box .item_box .item_img,
.product_box .item_box .item_spec,
.product_box .item_box .item_copy { padding:10px;}
.product_box .item_box .item_img { width:24%; text-align: center;}
.product_box .item_box .item_spec { width:30%; text-align: center;}
.product_box .item_box .item_copy {
	width: 45%;
	background-color: undefined;
	background-image: -webkit-linear-gradient(270deg,rgba(250,236,226,1.00) 0%,rgba(255,255,255,1.00) 27.60%,rgba(254,254,254,1.00) 75.50%,rgba(250,236,226,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(250,236,226,1.00) 0%,rgba(255,255,255,1.00) 27.60%,rgba(254,254,254,1.00) 75.50%,rgba(250,236,226,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(250,236,226,1.00) 0%,rgba(255,255,255,1.00) 27.60%,rgba(254,254,254,1.00) 75.50%,rgba(250,236,226,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(250,236,226,1.00) 0%,rgba(255,255,255,1.00) 27.60%,rgba(254,254,254,1.00) 75.50%,rgba(250,236,226,1.00) 100%);
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.box_txt_L {
	margin-right: 0;
	margin-left: 3px;
	margin-bottom: 0;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.2em;
	padding: 3px 3px 2px;
	position: relative;
	font-weight: normal;
	z-index: 10;
	border: 1px solid #2F2F2F;
}
.eyenav-backcolor {
	padding-top: 50px;
	padding-bottom: 25px;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}
.columns .col_right .bodyCopy.nc {
	margin-top: 15px;
}
.marginb-30   {
	margin-bottom: 40px;
	margin-top: 30px;
}
.flex1   {
	display: flex;
	justify-content: space-between;
}
.pink {
	color: #000000;
	display: inline-block;
	margin-right: 2px;
}
.flex1 .ec-right h3 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 12px;
	line-height: 1.6;
}
.col_left .ph_basic #color_eyes {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.basic_product_box.nyuance  {
	justify-content: flex-start;
}
.pc .basic_product_box.nyuance .sukima {
	width: 60px;
	display: block;
}
.flex1 .ec-left #iro-setumei {
	width: 100%;
	height: auto;
}
.toggle.pt10 .flex1 .ec-left {
	width: 100%;
}
.toggle.pt10 .flex1 .ec-right {
	width: 97%;
	max-width: 450px;
	margin-left: 3%;
}
.movie_wrapper .movie_pc.movie_btn .eyec-title {
	color: #8F7D65;
	text-align: center;
	font-size: 15px;
	margin-bottom: 11px;
}
.back-color-in   {
	background-color: #FFFFFF;
	width: 97%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top #act2018au_top #lineup {
	background-color: #FFF6F2;
	padding-bottom: 40px;
	padding-top: 10px;
}
#collection #eyecolor_basic .eyenav-backcolor.under768 {
	display: none;
}
.grd_basic_grey.lip   {
	background-image: url(../images/basic/btan.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 310px;
	height: 60px;
	text-align: center;
	line-height: 30px;
}
.columns .toggle .basic_product_box.smooth {
}
.buyicon.over.cheek {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.buyicon.over.nail {
	padding-top: 0px;
	margin-top: -1px;
}
.points .columns .cheek_dl {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}
.points .columns .nail {
	width: 100%;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.back-color-in .notes_wrapper_al .notes_actrice.nail {
	margin-left: 0px;
}
.title-tag {
	height: 38px;
	margin-left: 0px;
}
#actrice_header h2.marginb-30.pc img{
	width: auto;
}
.newicon   {
	background-color: #B99463;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 12px;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 0.9em;
}
.columns .toggle .basic_product_box.sootheye {
	width: 350px;
	margin-left: 70px;
}
.flex1 .ec-right p {
	font-size: 1.4rem;
	line-height: 1.4;
}
.columns .howto_content_lip .howtomakeup_step_wrapper.lip {
	justify-content: center;
	margin-bottom: 50px;
}
.tyousei2   {
	margin-top: -50px;
	width: 100%;
	display: block;
}
.ac_title.sp.mt20.mg20 {
	margin-left: 20px;
	margin-right: 20px;
}
.basic_product_box.tintlip  {
	justify-content: flex-start;
}
.item_copy.tint {
}
#eyenav dl dt img#new-icon {
	width: 55px;
	height: auto;
	display: block;
	position: relative;
	z-index: 10;
	top: -302px;
	left: 93px;
}
.basic_colorVariation img.nail-irodama {
	margin-bottom: 0px;
}
.item_box .item_img.wrapper_cheek {
	width: 175px;
	height: auto;
}
.item_box .item_img.wrapper_cheek img {
	width: 100%;
	height: auto;
}

#actrice_header h2.cheek {
	padding-top: 20px;
	margin-top: 0px;
}
#eyecolor .columns .col_right.coloreyes-title {
	display: block;
	position: relative;
	top: 0px;
}
.basic_product_box.tintlip .sukima  {
	width: 9%;
	display: block;
	max-width: 70px;
}
.lip map .over:hover  {
	border: thin solid #BA7273;
}
h2.clear  {
	text-indent: -100%;
	white-space: nowrap;
	overflow-x: hidden;
	overflow-y: hidden;
}
.movie-tab {
	display: none;
}
.hoba-tyousei   {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
.back-color-in .basic_colorVariation.pc ul {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	max-width: 550px;
}
.basic_colorVariation.sp .nail2306  {
	width: 50%;
	margin-top: -50px;
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
}
.basic_colorVariation.sp .nail2306 .nail-irodama.aplicot {
	width: 100%;
	height: auto;
}
.back-color .back-color-in .basic_colorVariation.pc.nail {
	width: 857px;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
}
.lip-box   {
	display: flex;
	justify-content: space-around;
	margin-top: 31px;
	max-width: 915px;
	margin-left: auto;
	margin-right: auto;
}
.lip-box div {
	width: 230px;
	margin-left: 10px;
	margin-right: 10px;
	display: block;
}
.lip-box div img {
	margin-left: 20px;
	width: 100%;
	height: auto;
}
.item_spec.lastinglip  {
	
	text-align: center;
	display: block;
	margin-top: 14px;
	line-height: 130%;
}
.lip-box div .lipcome {
	display: block;
	margin-top: 15px;
	text-align: center;
	line-height: 120%;
}
div .purchase10 .buyicon.over.lastinglip {
	width: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#top #act2018au_top .regularitem {
	width: 80%;
	height: 500px;
	margin-left: 20%;
	margin-top: 15px;
	margin-right: 0px;
}
#top #act2018au_top .newitemlineup {
	width: 80%;
	height: 430px;
	margin-right: 20%;
	background-image: url(../images/top/new_back.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.regularitem div .item3 {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-width: 250px;
}
#top #act2018au_top .fitcolorcheck {
	width: 80%;
	margin-left: 0px;
	margin-right: 20%;
	margin-top: 15px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 350px;
	background: rgb(255,243,233);
background: linear-gradient(90deg, rgba(255,243,233,1) 0%, rgba(255,248,241,1) 71%, rgba(254,250,244,1) 100%);
}
.fitcolorcheck div .face3 {
	width: 250px;
	height: auto;
}
#act2018au_top .fitcolorcheck .fitcolor.habatyousei2 {
	width: 250px;
}
div a .item3:hover  ,a .check img:hover{
	opacity: 0.7;
}
#top #act2018au_top .regularitem div {
	width: 250px;
	text-align: center;
}
.mt-20 {
	position: relative;
	margin-top: -20px;
}
.moist div .features_note2.tyousei9 {
	position: relative;
	top: 109px;
	font-size: 12px;
}
.toggle dl .pc.lastinglip {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#top #act2018au_top .regularitem {
	width: 80%;
	height: 430PX;
	margin-left: 20%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: rgb(255,234,192);
background: rgb(254,250,244);
background: linear-gradient(90deg, rgba(254,250,244,1) 0%, rgba(255,248,241,1) 71%, rgba(255,243,233,1) 99%);
}
#act2018au_top .newitemlineup div {
	width: 300px;
}
#act2018au_top .newitemlineup .newlineup,#act2018au_top .regularitem .lineup,#act2018au_top .fitcolorcheck .fitcolor,.sp .newitemlineup_sp .newlineup,.regularitem_sp .lineup {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #4A2D00;
}
.newitemlineup div p {
	margin-top: 15px;
}
#act2018au_top .fitcolorcheck .habatyousei {
	width: 449px;
}
.fitcolorcheck .habatyousei .title {
	font-size: 25px;
	color: #FF8080;
	margin-top: 20px;
	margin-bottom: 15px;
}
.fitcolorcheck .habatyousei .text {
	font-size: 16px;
	display: block;
	line-height: 150%;
}
.habatyousei .check img {
	width: 140px;
	height: auto;
	position: relative;
	margin-left: 260px;
	margin-top: 20px;
}
.fitcolorcheck .habatyousei p {
}
.sp .newitemlineup_sp .newlineup {
}
.pb10 #howto_nyuance-eye .nyuance-eye_howto {
	display: flex;
	justify-content: center;
}
.nyuance-eye_howto .n-box1 img {
	display: inline-block;
}
.nyuanceye-item   {
	width: 100px;
	height: auto;
	margin-right: 5px;
}
#howto_nyuance-eye .nyuance-eye_howto .n-box1 {
	width: 340px;
	border-right: 1px solid #d6c9b3;
	margin-right: 10px;
}
.mt10eye   {
	margin-top: 10px;
	color: #4F4F4F;
	line-height: 130%;
}
#howto_nyuance-eye .nyuance-eye_howto .n-box2 {
	width: 230px;
	border-right: 1px solid #d6c9b3;
	margin-right: 10px;
}
#howto_nyuance-eye .nyuance-eye_howto .n-box3 {
	width: 230px;
}
p img.morebtn  {
	width: 160px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 20px;
}
.newitemlineup a img:hover {
	opacity: 0.7;
}
.back-color-in .pc .features_note.right {
	text-align: right;
	position: relative;
	top: 0pt;
	margin-top: 15px;
	margin-right: 20px;
}

#lip_basic .pc .new {
    position: absolute;
    top: -23px;
    left: 130px;
    font-size: 16px;
    
    color: #FFFFFF;
    background-color: #B19B00;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 50px;

}
#collection #eyecolor_basic .eyenav-backcolor.pc {
	position: relative;
}
#eyecolor_basic .eyenav-backcolor.pc .new {
    font-size: 16px;
   
    color: #FFFFFF;
    background-color: #B19B00;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 50px;
    position: absolute;
    top: 45px;
    left: 199px;
}
.brand_header_center.tyousei5  {
	margin-bottom: 35px;
}
#eyecolor_basic .eyenav-backcolor.under768 .new {
}
.nyuance-eye_howto .n-box3 .indents {
	margin-left: 8px;
	display: block;
}
.newitemlineup.item-tab.u-fade-type-up.js-scroll-trigger div p,.in-f-box1 div .top-p.mt10 {
	line-height: 130%;
}
 

/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root .box_txt_L {
		margin: -3px 0 0 3px;
	}
}
@media all and (max-width: 480px) {
	@media screen and (-webkit-min-device-pixel-ratio: 0) {
		_::-webkit-full-page-media, _:future, :root .box_txt_L {
			margin: -1px 0 0 3px;
		}
	}
}
.newitemlineup div .item1 {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 135px;
}
dd div .features_note2.tyousei10 {
	margin-top: 15px;
	margin-left: 0px;
	font-size: 12px;
}
.box_txt {
	margin-top: 0;
	margin-right: 5px;
	margin-left: 0;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: text-top;
	border: 1px solid #bbb;
	font-size: 0.9rem;
	line-height: 1.0em;
	padding: 2px 2px 1px;
	position: relative;
	font-weight: normal;
}
.newitemlineup div .item2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 45px;
}
#lip_basic #lipnav second {
}
#lipnav dl .sukima2 {
	width: 130px;
	height: auto;
}
.pc .basic_product_box .item_box.nyuance {
	width: 230px;
}
.coloreyes_item img   {
	width: 150px;
	display: block;
}
.back-color   {
	background-color: #fff6f0;
	width: 100%;
	padding-bottom: 16px;
	padding-top: 16px;
}
.points .columns .points {
	margin-bottom: 30px;
}
.buyicon   {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: block;
	
}

.top_howto { margin: 0 auto 0; padding-left: 100px;}

.top_howto .step {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}
.top_howto .step .step1 { padding-right: 10px; border-right: 1px dotted #841f41;}
.top_howto .step .step2 { border-right: 1px dotted #841f41; padding-right: 15px;}
.top_howto .step .step1 img { width:343px;}
.top_howto .step .step2 img { width: 260px;}
.top_howto .step .step3 img { width: 260px;}

.top_howto .howto_video { width:420px; margin:0 auto;}
.top_howto .howto_video p { font-size:1.6rem; padding: 12px 0;}

.top_howto .prdctNote { margin-top: 30px; font-size: 85%; color: #666; line-height: 1.35;}
@media screen and (min-width: 931px) and (max-width: 1600px){
	/*#act2018au_top .topimg .row { 
background-size: cover; }*/
}
@media screen and (min-width: 768px) and (max-width: 930px){
#act2018au_top #top-main-v {
	margin-top: 90px;
	width:100%;
	height:320px;
	}
/*.topimg_tab img { max-width: 930px; width:836px; height: auto; }*/
/*#act2018au_top .txt h2 img { margin: 0 auto;}	*/
#act2018au_top .txt {width: 768px;}
#act2018au_top .txt h2 { font-size: 1.7rem; letter-spacing: 0.09em;}
#act2018au_top .txt h2 span {letter-spacing: 0.04em;}


.top_info .productInfo { width: 768px; margin: 40px auto;}
.top_info .left_img img { width: 240px;}	
.top_info .right_spec img { width: 48px;}
.product_spec .item_txt { width: 100%;}
.product_spec .btn { width: 100%;}
.right_spec .infoCopy {
	font-size: 1.9rem;
	line-height: 1.7;
}
.product_box .item_box .item_img { width:18%;}
.product_box .item_box .item_spec { width:35%;}
.product_box .item_box .item_copy { width:45%;}
.top_howto { width: 768px; margin: 0 auto 60px;}
.top_howto .step .step1 img { width:305px;}
.top_howto .step .step2 img { width: 210px;}
.top_howto .step .step3 img { width: 210px;}
#act2018au_top #top-main-v .inner.tab {
	background-color: #F3D9C8;
	background-image: url(../images/top/mainVisual_tab2023.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.points dl {
	margin-left: 1%;
}
.points .columns dl {
	margin-left: 1%;
}
#actrice_header h2 img.t-tag {
	width: auto;
	height: 35px;
}
#top #act2018au_top .slider1 {
	margin-top: 90px;
	}
#lip_basic .tab .new{
    position: absolute;
    top: -15px;
    left: 13%;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #B19B00;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 50px;

} 
	#eyecolor_basic .eyenav-backcolor.tab .new{
    position: absolute;
    top: 25px;
    left: 13.5%;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #B19B00;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 50px;

} 
.back-color-in .tab .features_note.right  {
	text-align: right;
	padding-top: 17px;
	padding-bottom: 15px;
	padding-right: 3%;
}
}
	

/* ▼▼▼ 2021 秋 ▼▼▼ */
.top_info #smootheyecolor .right_spec img {
	width: 90px;
}
.top_info #tintlip .right_spec img {
	width: 56px;
}

.features_wrapper {
	margin: 30px auto;
	width: 920px;
}
dl.features dt {
	margin-top: 25px;
	margin-bottom: 10px;
	padding-left: 1.2em;
	font-size: 1.8rem;
	font-weight: bold;
	color: #333333;
	clear: both;
	line-height: 1.5em;
	text-indent: -1.2em;
}
dl.features dd {
	padding-left: 1.5em;
	font-size: 1.6rem;
	line-height: 1.6em;
}
#oil_smootheyecolor {
	width: 516px;
}
#oil_tintlip {
	margin-bottom: 30px;
	width: 485px;
}
.oil {
	margin: 15px 0 0 100px;
}
@media all and (max-width: 678px) {
	.oil {
		margin: 15px 0 0 40px;
	}
}
.oil ul li {
	margin-right: 10px;
	padding: 7px 15px;
	display: inline-block;
	font-size: 1.6rem;
	color: #d0627b;
	border-radius: 18px;
	background-color: #fbeaec;
}
.oil ul li:last-child {
	margin-right: 0;
}
.oil p.note {
	margin: 10px 0 0 0;
	/*text-align: right;*/
}
#howto_title {
	margin: 50px 0 0;
}
#howto_title_pc {
	width: 220px;
}
#howto_title_sp {
	width: 300px;
	display: none;
}
#howto_title_pc img,
#howto_title_sp img {
	width: 100%;
}
#howto_img {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 400px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#howto_img_eyecolor {
	width: 100px;
}
#howto_img_text p {
	font-size: 1.4rem;
	line-height: 1.4em;
	color: #000000;
}
#howto_img_eye {
	width: 150px;
}
#howto_img_eyecolor img,
#howto_img_eye img {
	width: 100%;
}
ul.features_note {
	margin: 10px 0 70px;
}
ul.features_note li {
	margin:0 5px 7px 0;
	padding: 0 0 0 1.0em;
	display: block;
	font-size: 1.2rem;
	line-height: 1.4em;
	float: left;
	text-indent: -1.0em;
}
ul.features_note2 {
	margin: 10px 0 70px;
	display: block;
}
ul.features_note2 li {
	margin:0 5px 7px 0;
	padding: 0 0 0 1.0em;
	display: block;
	font-size: 1.2rem;
	line-height: 1.4em;
	float: left;
	text-indent: -1.0em;
}
.movie_wrapper {
	margin: 20px auto 50px;
	padding: 20px 40px;
	width: 670px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px #a48b78 solid;
	background-color: #fff8f4;
}
.movie_text p {
	font-size: 1.8rem;
	line-height: 1.4em;
	color: #826356;
}
.movie_btn {
	width: 280px;
}
.movie_sp {
	display: none;
}
.movie_pc img,
.movie_sp img {
	width: 100%;
}
.note_basic {
	margin: 0 auto 30px;
	width: 916px;
}
.note_basic ul li {
	margin-bottom: 3px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.1rem;
	line-height: 1.4;
}
.ncc_wrapper {
	margin: 30px auto 50px;
	width: 960px;
}
@media only screen and (max-width: 959px) {
	.ncc_wrapper {
		width: 700px;
	}
}
@media only screen and (max-width: 930px) {
	.features_wrapper {
		margin: 0 auto;
		width: 740px
	}
}
@media only screen and (max-width: 915px) {
	.note_basic {
		width: 94%;
	}
}
@media only screen and (max-width: 767px) {
	.features_wrapper {
		margin: 0 auto;
		width: 96%
	}
	#oil_smootheyecolor {
		width: 90%;
	}
	#oil_tintlip {
		width: 90%;
	}
	.oil ul li {
		margin-bottom: 10px;
	}
	.ncc_wrapper {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.howto_title_pc,
	.movie_pc {
		display: none;
	}
	.howto_title_sp,
	.movie_sp {
		display: block;
	}
	.movie_btn {
		margin: 15px auto;
		width: 90%;
	}
	.top_info #smootheyecolor .right_spec img {
		width: 70px;
	}
	#howto_title_pc {
		margin: 0 auto;
		width: 60%;
	}
	#howto_img {
		margin: 10px auto 25px;
		width: 65%;
		flex-direction: column;
	}
	.ncc_wrapper .ncc {
		margin: 20px 0;
	}
	ul.features_note {
		padding-bottom: 50px;
	}
	ul.features_note2 {
		padding-bottom: 5px;
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 320px) {
	.top_info #smootheyecolor .right_spec img {
		width: 60px;
	}
}
/* ▲▲▲ 2021 秋 ▲▲▲ */
@media only screen and (max-width: 767px) {
	#act2018au_top .txt {width: 100%; margin:0 auto; padding:25px;box-sizing: border-box; }
	#act2018au_top .txt h2 { font-size: 1.6rem; letter-spacing: 0.04em;}
	#act2018au_top .txt h2 span {letter-spacing: 0.04em;}
	/*#act2018au_top .txt h2 { background-color: #ead3d4; padding: 0px 0; font-size: 0; line-height: 1; text-align: center; }
	#act2018au_top .txt h2 img { width:100%; height:auto; }*/
	
	.brand_logo {width: 80%; margin: 10px auto 30px;}
	.brand_logo img {
	width: 100%;
	margin-top: 90px;
}
	
	.top_info .productInfo { width: 94%; margin: 40px auto; }
	
	.top_info .productInfo .columns { 
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	margin-bottom: 60px;
	}
	.top_info .left_img { width:100%; margin:0 auto; text-align: center;}
	.top_info .right_spec { width:100%; margin:0 auto; }
	
	.right_spec .product_spec {
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	}
	.product_spec .item_txt { width:100%;}
	.product_spec .btn { width: 80%;}
	.product_box { width: 100%;}
	.product_box .item_box .item_img { width:20%; text-align: center;}
	.product_box .item_box .item_spec { width:30%; text-align: center;}
	.product_box .item_box .item_copy { width:50%;}
	.right_spec .infoCopy { 
		font-size: 1.9rem;
		line-height: 1.5; 
		margin-top: 20px;}
	.top_howto { margin: 0 auto; width: 90%;}
	.top_howto .step {
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	}
	.top_howto .step .step1 { padding-right: 0px; border-right:none; border-bottom: 1px dotted #841f41; padding-bottom: 10px; text-align: center;}
	.top_howto .step .step2 {  border-right:none; border-bottom: 1px dotted #841f41; padding-right: 0px; padding-bottom: 10px; text-align: center;}
	.top_howto .step .step3 {  text-align: center;}
	.top_howto .step .step1 img { width:90%;}
	.top_howto .step .step2 img { width: 70%;}
	.top_howto .step .step3 img { width: 70%;}
	.top_howto .video_title {padding-bottom:10px; font-size: 1.4rem;}
	.top_howto .howto_video { width:100%; margin:0 auto;}
	.youtube {
			position: relative;
			width: 100%;
			padding-top: 51.5%;
		}
	.youtube iframe{
			position: absolute;
			top: 0;
			right: 0;
			width: 100% !important;
			height: 100% !important;
		}
/* ▼▼▼ 2021 秋 ▼▼▼ */
	.movie_wrapper {
		margin: 30px auto 50px;
		padding: 15px 20px;
		width: 96%;
		display: block;
	}
	.movie_text p {
		font-size: 2.0rem;
		text-align: center;
	}
	.movie_btn {
		margin: 15px auto;
	}
.movie_sp  {
	display: block;
}

/* ▲▲▲ 2021 秋 ▲▲▲ */
}
@media all and (max-width: 480px) { 
/* ▼▼▼ 2021 秋 ▼▼▼ */
	.top_info .left_img img,
	.right_spec .product_spec {
		margin: 0 auto;
		width: 90%;
	}
	.right_spec .infoCopy{
		margin: 20px auto 0;
		width: 90%;
	}
	.movie_text p {
		font-size: 1.6rem;
	}
	.movie_wrapper {
		margin: 0 auto 50px;
		width: 90%;
	}
/* ▲▲▲ 2021 秋 ▲▲▲ */
}
@media all and (max-width: 320px) { 
/* ▼▼▼ 2021 秋 ▼▼▼ */
	#act2018au_top .txt h2 {
		font-size: 1.4rem;
	}
	.right_spec .infoCopy {
		font-size: 1.8rem;
	}
/* ▲▲▲ 2021 秋 ▲▲▲ */
}
/*=================================================
	common base style
=================================================*/
.mainContents {
  font-family: sans-serif;
}
.mainContents a {
  color: #d67276;
}
.mainContents a:link {
  color: #d67276;
}
.mainContents a:visited {
  color: #5b1e20;
}
.mainContents a:hover {
  color: #e2545f;
}
.mainContents a:visited:hover {
  color: #e2545f;
}
.mainContents a:active {
  color: #e2545f;
}
.mainContents .page {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .mainContents .page {
    width: 100%;
    padding: 0;
  }
}
.mainContents .page_title .pc {
  margin-bottom: 15px;
  text-align: center;
}
.mainContents .page_title .sp img {
  width: 100%;
}
.mainContents .grd_act_btn {
	background-color: #d67276;
	border: 2px solid #96C6EA;
}
.mainContents .grd_basic_grey {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#999999' ,GradientType=0)";
	zoom: 1;
	background-image: linear-gradient(50deg, rgba(222, 198, 196, 1), rgba(253, 177, 170, 1) 46%, rgba(249, 240, 240, 1));
	background-position: 0%;
}

.mainContents .btn_order a {
  color: #fff;
}
.mainContents .btn_order a:link {
  color: #fff;
}
.mainContents .btn_order a:visited {
  color: #fff;
}
.mainContents .btn_order a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mainContents .btn_order a:visited:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mainContents .btn_order a:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mainContents .btn_ouder_outer {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .mainContents .btn_order a {
    width: 100%;
  }
  .mainContents .btn_ouder_outer {
    width: 70%;
    font-weight: bold;
	margin:0 15%;
  }
}

/*==========
 2018sp index
==========*/


.remark_sub2 {
  font-size: 1rem;
  line-height: 1.4;
  line-height: 1.3;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
.remark_sub2 {
	padding: 1.2rem 1.2rem 0;
	margin-top: 2rem;
	font-size: 1.2rem;
}
}

.area_product {
  width: 958px;
  margin: 0 auto 60px;
}

@media only screen and (max-width: 767px) {
  .area_product {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.tab_basic ul {
  width: 100%;
  height: 85px;
  display: table;
}
.tab_basic li {
/*  width: 239px;
  height: 100%;
  display: table-cell;
  text-align: left;
  vertical-align: top;*/
}
.tab_basic .last {
/*  width: 239px;*/
}

.tab_basic_sp {
  margin-bottom: 20px;
}
.tab_basic_sp img {
  display: inline-block;
  width: 49%;
  margin: 0.5%;
}

.box_product .ttl_item {
  text-align: center;
}
.box_product .ttl_item img {
  width: 94%;
  margin: 10px 0;
}
.box_product .col_left .notes {
  margin-top: 10px;
}

#basic .box_product {
  border: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .box_product .col_left .notes {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  #basic .box_product {
    border: none;
  }
}
.productInfo {
  padding: 40px;
}
.productInfo .col_left {
 /* width: 50%;*/
  width: 41%;
}
.productInfo .col_right {
  /*width: 41%;
	margin-top:10px;*/
  width: 50%;
  
}
.productInfo .ph,
.productInfo .ph_basic {
  text-align: center;
}
.productInfo .ph_basic {
	width: 100%;
}
.productInfo .ph_basic img {
	width:100%;
	height:auto;
}
.productInfo .bodyCopy {
	font-size: 18px;
	line-height: 1.6;
	margin: 25px 0 15px;
	color: #f2ad9b;;
}
@media only screen and (max-width: 767px) {
  .productInfo .bodyCopy {
	font-size: 4.2vw;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 15px;
  }
}
.productInfo .name {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  margin: 15px 0 10px;
}
@media only screen and (max-width: 767px) {
  .productInfo .name {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.productInfo .spec {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .productInfo .spec {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.productInfo .release-date {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #ED1A74;
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .productInfo .release-date {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.productInfo .comments {
  font-size: 1.3rem;
  line-height: 1.6;
  padding-top:1rem;
}
.productInfo .new {
  display: inline-block;
  font-size: 1.2rem;
  color: #F94682;
}
.productInfo .new_G,
.ic_new {
	margin: 2px 0 0 3px;
	display: inline-block;
	vertical-align: text-top;
	font-size: 1.2rem;
	line-height: 1em;
	padding: 3px 3px 2px;
	position: relative;
	color: #fff;
	background-color: #ad8400;
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root .productInfo .new_G {
		margin: -2px 0 0 3px;
	}
}
@media all and (max-width: 480px) {
	@media screen and (-webkit-min-device-pixel-ratio: 0) {
		_::-webkit-full-page-media, _:future, :root .productInfo .new_G {
			margin: 1px 0 0 3px;
		}
	}
}
.productInfo .new_intend {
  margin-left: 36px;
}
.productInfo .c_sample img {
  vertical-align: middle;
  margin-right: 5px;
}
.productInfo .btn_ouder_outer {
  margin-top: 20px;
}

#basic .btn_order {
  margin-top: 20px;
}

.feature_box {
  margin: 30px 0 10px;
  border: 1px dotted #ED5883;
  padding: 20px;
}
.feature_box dl {
  margin: 0 !important;
}
.feature_box dt {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  color: #F490B2;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .feature_box dt {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.feature_box dd {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .feature_box dd {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 767px) {
  .productInfo {
    padding: 0 0 0 0;
    margin: 10px 20px;
  }
  .productInfo .col_left {
    width: 100%;
  }
  .productInfo .col_right {
    width: 100%;
  }
	 #nuanceeye.productInfo .col_left {
    margin-top: -15px;
  }
  #nuanceeye.productInfo .col_right {
    margin-top: -30px;
  }	
.productInfo .ph,
.productInfo .ph_basic {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 20px 0;
    text-align: center;
  }
  .productInfo .ph img {
    width:100%;
	height:auto;
  }
  .productInfo .catchCopy {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold;
    color: #d67276;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .productInfo .catchCopy {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .productInfo .new_intend {
    margin-left: 0px;
  }
}
.points {
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
}
.howto_area {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	width: 100%;
}
.points .icon {
  float: left;
  display: inline;
  width: 100px;
}
.points ul.pt_title p.tit {
    display: block;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: bold;
    color: #d67276;
	padding-bottom: 10px;
}

.points dl {
  margin-left: 70px;
}
.points .columns .lip-dl {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.basic_colorVariation .lip .tab {
}
.points dt {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .points dt {
	padding-left: 1.7em;
	text-indent: -1.7em;
	font-size: 1.6rem;
	line-height: 1.6;
  }
}
.points dd {
	padding-left: 25px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .points dd {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .points dd {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .points dd {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.points .col2 {
  width: 100%;
  zoom: 1;
}
.points .col2:before, .points .col2:after {
  content: " ";
  display: table;
}
.points .col2:after {
  clear: both;
}
.points .col2 .text {
  width: 580px;
  float: left;
  display: inline;
}
.points .col2 .illust {
  width: 180px;
  float: right;
  display: inline;
}

@media only screen and (max-width: 767px) {
  .points,
  .howto_area {
    padding: 0;
  }
  .points .icon {
    float: none;
    text-align: center;
  }
  .points .icon img {
    width: 94%;
    margin: 25px auto 15px;
  }
  .points dl {
    margin: 10px 20px 20px;
  }
  .points .col2 {
    width: 100%;
    zoom: 1;
  }
  .points .col2:before, .points .col2:after {
    content: " ";
    display: table;
  }
  .points .col2:after {
    clear: both;
  }
  .points .col2 .text {
    width: 100%;
    float: none;
    display: block;
  }
  .points .col2 .illust {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    margin: 20px 0;
  }
}
/*---アイカラーpoints---*/
.points p.points_tit {
	font-size: 1.6rem;
    padding: 35px;
}

.points ul.pt_eyecolor {
  margin:40px 10px 10px;
      overflow: hidden;
}
.points ul.pt_eyecolor li.txt {
  width:430px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 16px;
  float:left;
}
.points ul.pt_eyecolor p.tit {
    display: block;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    padding-bottom: 10px;
	color: #d67276;
}
.points ul.pt_eyecolor li.txt p.normal,
.points ul.pt_eyecolor li.txt p.notes{
    padding-left: 1rem;
	padding-bottom:1rem;
}
.points ul.pt_eyecolor li.right {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 16px 10px;
  float:right;
  width:400px;
}

.points .pt_notes {
	font-size: 1rem;
}
.cv_lip {
	margin: 5% 4% 2% 4%;
	width: auto;
}

@media only screen and (max-width: 767px) {
.points p.points_tit {
    width: 96%;
    padding: 0;
    text-align: center;
    margin: 1rem 2%;
}
.points .pt_notes {
  padding: 0 10px 20px 10px;
  display: block;
  font-size: 1rem;
}
.cv_lip .notes {
  font-size: 1rem;
}
.points ul.pt_eyecolor {
  margin:20px 10px 10px;
      overflow: hidden;
}

.points ul.pt_eyecolor li.txt {
  width:100%;
  margin-bottom:0;
}
.points ul.pt_eyecolor li.right {
  float:right;
  width:100%;
  margin:0;
}
.points ul.pt_eyecolor li.right img {
	width:100%;
	height:auto;
}
}
/*---アイカラーpointsここまで---*/
/*---美容液成分　---*/
.points .moist dl {
  margin: 10px 0;
  position: relative;
}
.points .moist dd {
  padding-left: 0;
  font-size: 1.2rem;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.3;	
  color: #826356;
}
.points .moist {
	width: 700px;
	display: flex;
}
.points .moist_component {
	width: 132px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.points .moist_component:last-child {
	margin-right: 0;
}
.points .moist_component dl dt {
	width: 100px;
	margin: 0 auto;
}
.points .moist_component dl dt img {
	width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 930px){
	.points .moist {
		width: 80%;
		}
	
}

@media only screen and (max-width: 767px) {
	.points .moist {
		margin: 0 0 20px 20px;
		width: 80%;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.points .moist dd { 
		font-size: 2.8vw; 
		 padding-left: 0;
	}
	
}
@media all and (max-width: 480px) {
	.points .moist_component {
		width: 44%;
	}
	.points .moist_component:nth-child(even) {
		margin-right: 0px;
	}
	.points .moist_component dl dt {
		margin: 0 auto;
		padding-left: 0;
		text-indent: 0;
	}
}

/*---美容液成分ここまで----*/

/*.colorVariation {
  padding: 40px 0 10px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  text-align: center;
}*/
.colorVariation {
  padding: 40px 0 10px;
  text-align: center;
}
.colorVariation ul {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.colorVariation li {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 40px;
  text-align:left;
}
.colorVariation li p {
	line-height: 1.6
}

.colorVariation .notes {
  text-align: left;
  margin-top: 5px;
  margin-right: 20px;
}
.colorVariation .notes img {
  vertical-align: middle;
  margin-right: 10px;
}
.colorVariation .c_notes_nail {
  display: inline-block;
}
.colorVariation .c_notes_nail_sp {
  display: none;
}

.productInfo .colorVariation {
  padding: 20px 0;
  border-top: none;
  border-bottom: none;
}
.productInfo .colorVariation ul {
  text-align: left;
}
.productInfo .colorVariation li {
  margin-right: 0;
  margin-bottom: 10px;
}
.productInfo .colorVariation .notes {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .colorVariation {
    padding: 2rem 0 10px;
  }
  .colorVariation ul {
    text-align: center;
  }
  .colorVariation li {
    display: block;
    margin-right: 0;
    margin-bottom: 4rem;
	text-align:center;
  }
  .colorVariation .notes {
    text-align: left;
}
  .colorVariation .notes img {
    width: auto;
  }
  .colorVariation img {
    display: inline-block;
    margin-bottom: 20px;
    width: 50%;
  }
  .colorVariation .img1 {
    margin-bottom: 20px;
  }
  .colorVariation .img1 img {
    width: 80%;
  }
  .colorVariation .img2 img {
    width: 60%;
  }
  .productInfo .colorVariation {
    padding: 20px 0 10px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
  }
  .productInfo .colorVariation ul {
    text-align: center;
  }
  .productInfo .colorVariation .notes {
    margin-bottom: 10px;
  }

  #eyeliner_2018sp .colorVariation ul {
    text-align: center;
	width: 90%;
  }
  #eyeliner_2018sp .colorVariation li {
    display: block;
    margin-right: 0;
    margin-bottom: 4rem;
	text-align:center;
	width: 90%;
  }
  #eyeliner_2018sp .colorVariation li p {
	 width: 85%;
	 margin: 0 auto;
	 text-align: left;
  }
    #eyeliner_2018sp .colorVariation img {
    display: block;
    margin: 0 auto 20px;
    width: 85%;
	text-align: center;
  }
}
.howto {
  margin-top: 25px;
  padding: 30px 40px;
  background-color: #f2f2f2;
  text-align: center;
}
.howto .ttl {
  width: 800px;
  margin: 0 auto 20px;
  text-align: left;
}
@media only screen and (max-width: 767px) {

  .howto {
    margin-top: 20px;
  }
  .howto .ttl {
    width: auto;
    text-align: center;
  }
  .howto img {
    max-width: 100%;
  }
}

/* ベーシックアイテムインデックス */
.basic_index { width: 860px; margin: 40px auto 0; }
.basic_index li { display: inline-block; width: 390px; margin-right: 70px; margin-bottom: 70px; }
.basic_pdf { width: 560px; margin: 0 auto 50px; }
.basic_pdf a { display: inline-block; width: 100%; background-color: #fff; padding: 30px 0;  border-top: #ccc dotted 1px; border-bottom: #ccc dotted 1px; text-align: center; vertical-align: middle; }
.basic_pdf a:hover { background-color: #FFFCF8; }
.basic_pdf a:visited:hover {  background-color: #FFFCF8; }
.basic_pdf a:active { background-color: #FFFCF8; }

/* ベーシック共通 */
.basic_concept { width: 960px; margin: 20px auto; }
.basic_concept h1 { float: left; width: 42%; text-align: center; margin-top: 1em; }
.basic_concept p { margin-left: 42%; font-size: 1.3rem; line-height: 1.6; }

.basic_colorVariation { padding: 40px 0 10px; 
	/*border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; text-align: center;*/ }
.basic_colorVariation.lip {
	padding-top: 0px;
	margin-bottom: 0px;
}
.basic_colorVariation ul { /*text-align: center;*/ width: 90%; margin: 0 auto; }
.basic_colorVariation li { display: inline-block; margin-right: 20px; margin-bottom: 40px; }
.basic_colorVariation .notes { text-align: right; margin: 10px 20px 0 0; }
.basic_colorVariation .notes img { vertical-align: middle; margin-right: 10px; }
.basic_colorVariation .c_notes_nail { display: inline-block; }
.basic_colorVariation .c_notes_nail_sp { display: none; }

.basic_howto { margin-top: 25px; padding: 30px 40px; background-color: #f2f2f2; text-align: center; }
.basic_howto .ttl { width: 800px; margin: 0 auto 20px; text-align: left; }

/*.basic_box_product { border: 1px solid #ccc; }*/

.area_product { width: 958px; margin: 0 auto 60px; }
.tab_basic ul { width: 100%; height: 80px; display: flex; justify-content: space-between; }
.tab_basic li { width: 155.5px; }
/*.tab_basic .last { width: 185px; }*/
.tab_basic li img { width: 100%;}
.basic_howto { margin-top: 25px; padding: 30px 40px; background-color: #f2f2f2; text-align: center; }
.basic_howto .ttl { width: 800px; margin: 0 auto 20px; text-align: left; }

.basic_btn_order {
	margin-top: 20px;
	max-width: 310px;
	width: auto;
}

.grd_basic_grey {
	background-image: url(../images/basic/btan.png);
	background-repeat: no-repeat;
	height: 60px;
	background-size: contain;
}

.basic_btn_order a {
	color: #575757;
}
.basic_btn_order a p{
	color: #575757;
	position: relative;
	top: -4px;
}
.basic_btn_order a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-decoration: none;
	background-image: url(../images/basic/btan.png);
}
.basic_btn_order a:active { opacity: 0.8; filter: alpha(opacity=80); text-decoration: none; }


/* ベーシック リップ */
.basic_colorVariation .lip { width:100%;  text-align:center;}
	#lip {
	display: block;
    padding-top: 20px;
    margin-top: -20px;
	}

/* ベーシック アイカラー */
.basic_colorVariation ul.eyecolor { width:65%; }
.basic_colorVariation ul.eyecolor li img { width: 182px; height: auto; }

/* ベーシック チーク */
.basic_colorVariation ul.cheek {
	width: 85%;
}

/* リップベース */
#lipbase_basic .productInfo .col_left { width: 60%; }
#lipbase_basic .productInfo .col_right { width: 40%; }
#lipbase_basic .productInfo .ph { padding-left: 15%; }
#lipbase_basic .productInfo .ph img { width: auto; height: auto; }
#lipbase_basic .lbHowtoBox { margin-top: 25px; padding: 30px 40px; background-color: #FFF0F0; text-align: center; }
#lipbase_basic .lbHowtoBox .ttl { width: 800px; margin: 0 auto 20px; text-align: left; }
#lipbase_basic .productInfo .prdctNote { margin-top: 30px; font-size: 85%; color: #666; line-height: 1.35; }

/* ネイル */
#nail_basic .productInfo .col_left {
	width: 55%;
}
#nail_basic .productInfo .col_right {
	width: 45%;
	min-height: 0px;
}
#nail_basic .productInfo .col_left .notes { margin-top: 10px; }

/* 春の新色 */
section.sp2017prdct { padding-top: 70px; padding-bottom: 40px; border-bottom: dotted 1px #808080; line-height: 1.5; }
section.sp2017prdct p.prdctPic { float: left; width: 360px; padding-right: 30px; text-align: center; }
section.sp2017prdct div.prdctCont { float: right; width: 540px; padding-right: 30px; }
section.sp2017prdct div.prdctCont p.lead { color: #f5586e; font-size: 185%; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
section.sp2017prdct div.prdctCont p.cap { margin-top: 25px; }
section.sp2017prdct div.prdctCont p.prdctName { margin-top: 30px; font-size: 120%; font-weight: bold; }
section.sp2017prdct div.prdctCont p.prdctSpec { margin-top: 8px; }
section.sp2017prdct div.prdctCont p.prdctBtnArea { margin-top: 25px; }

section.sp2017prdct div.prdctCont p.prdctBtnArea a.prdctBtn { display: inline-block; font-size: 120%; font-weight: bold; padding: 15px 40px; background-color: #e89da9; border: solid 2px #e5c4cb; color: white; line-height: 1; box-shadow: 2px 2px 4px rgba(0,0,0,0.2); transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; }
section.sp2017prdct div.prdctCont p.prdctBtnArea a.prdctBtn span { padding-right: 18px; background: url(../images/common/icon_arrow_w.png) 100% 45% no-repeat; background-size: 7px 10px; }

section.sp2017prdct div.prdctCont p.prdctBtnArea a.prdctBtn:hover { background-color: #a40052; border-color: #a40052; text-decoration: none; }
section.sp2017prdct div.prdctCont p.prdctNote { margin-top: 30px; font-size: 85%; color: #666; }
section.sp2017prdct div.prdctCont ul { margin-top: 30px; }
section.sp2017prdct div.prdctCont ul li { float: left; margin-right: 40px; text-align: center; }
section.sp2017prdct div.prdctCont ul li:last-child { margin-right: 0; }
section.sp2017prdct div.prdctCont ul li div.colorCap { margin-top: 10px; font-size: 90%; line-height: 1; }
section.sp2017prdct div.prdctCont ul li div.colorCap p.colorTit { margin-top: 7px; font-size: 85%; display: inline-block; padding: 2px 3px 1px; border: solid 1px #333; }
section.sp2017prdct div.prdctCont ul li div.colorCap p.colorNum { margin-top: 9px; font-size: 90%; }
section.sp2017prdct div.prdctCont ul.eyeColors li img { width: 128px; height: auto; }
section.sp2017prdct div.prdctCont ul.lipstick li img { width: 36px; height: auto; }
div.sp2017prdctNote { margin-top: 10px; font-size: 90%; color: #666; text-align: right; line-height: 1.5; }

/* 2018春の新色 */
div.sp2018prdctNote { margin-left: 45%; }

@media only screen and (max-width: 767px) {
div.sp2018prdctNote { margin: 10% 4% 4% 4%; text-align: left; }
}
/* ▼▼▼ 2021 秋 商品ラインナップ ▼▼▼ */
.basic_product_box {
	margin-top: 30px;
	width: 700px;
	display: flex;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	text-justify: auto;
	justify-content: space-around;
}
#dualeye .basic_product_box {
	flex-flow: row wrap;
	margin-top: 0;
	padding-bottom: 14px;
	align-items: center;
	justify-content: space-around;
}
.tyousei3   {
	width: 100%;
	height: 60px;
	display: block;
}
.basic_product_box .item_box { 
	width: 160px;
align-items: center;
	/*border-bottom: 1px solid #841f41;*/
	line-height: 1.5;
}
.basic_product_box .item_box .item_img,
.basic_product_box .item_box .item_spec,
.basic_product_box .item_box .item_copy { padding:7px 10px 0;}
.basic_product_box .item_box .item_img { text-align: center;}
/*.basic_product_box .item_box .item_img .new_G { position: relative; left: -38px;}*/
.basic_product_box .item_box .wrapper_eyecolor > .new_G {position: relative; left: -38px;}
.basic_product_box .item_box .item_spec { text-align: center;}
/*.basic_product_box .item_box .item_copy { width:50%;}*/
.basic_product_box .item_box .item_img.wrapper_tintlip img { width:56px;}
.basic_product_box .item_box .item_img.wrapper_nuancecolor img { margin: 0 auto; width:56px;}
.basic_product_box .item_box .item_img.wrapper_smootheyecolor img { margin: 0 auto; width:80px;}
.basic_product_box .item_box .item_img.wrapper_eyecolor img {
	margin: 0 auto;
	width: 170px;
}

.h_tintlip {
	width: 135px;
	height: 19px;
}
.h_nuancecolor {
	width: 275px;
	height: 19px;
}
.h_tintlip img,
.h_nuancecolor img {
	width: 100%;
}
/* ▲▲▲ 2021 秋 商品ラインナップ ▲▲▲ */
/* ベーシック ティントリップ ニュアンスカラー */
.wrapper_2021au .productInfo { width: 900px; margin: 40px auto; padding:0;}
.wrapper_2021au .productInfo .columns { 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.wrapper_2021au .left_img { width:35%;}
.wrapper_2021au .left_img img { width: 286px;}

.wrapper_2021au .right_spec { width:64%;}
.wrapper_2021au .right_spec img { width: 56px;}

/* カラー診断 */
#ncc #js_patternTest_1, #ncc #js_patternTest_2, #ncc #js_patternTest_3, #ncc #js_patternTest_4, #ncc #js_patternTest_5, #ncc #js_patternTest_6 { display: none; }
#ncc h2 .pc, #ncc h3 .pc { text-align: center; margin: 30px auto 0; }
#ncc h2 .tab, #ncc h3 .tab { text-align: center; margin: 10px auto 0; }
#ncc h2 .sp, #ncc h3 .sp { margin: 20px auto; }
#ncc h2 .sp img, #ncc h3 .sp img { width: 100%; }
#ncc .info { font-size: 1.4rem; line-height: 1.6; text-align: center; margin: 20px 0; color:#4e4e4e;}

#ncc .bn_ncc {
  margin: 50px auto;
}
#ncc .bn_ncc ul {
  text-align: center;
}
#ncc .bn_ncc li {
  display: inline-block;
  margin-right: 40px;
  padding-top:2px;
}
#ncc .box_ncc_result {
  width: 900px;
  margin: 0 auto;
}
#ncc .box_ncc_result a { text-decoration: underline; color:#ce365e; }


#ncc .box_ncc_result .wrap_upper {
  position: relative;
  height: 120px;	
  /*height: 680px;*/
}
#act2018au_top #lineup .lineup {
	display: flex;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-around;
}
#act2018au_top #lineup .lineup img {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	height: auto;
	max-width: 220px;
	padding-bottom: 15px;
	justify-content: space-around;
}
#ncc .box_ncc_result .photo {
  position: absolute;
}
#ncc .box_ncc_result dl {
  position: absolute;
  top: 220px;
  right: 56px;
  padding: 30px;
  background-color: #efeae8;
}
#ncc .box_ncc_result dt {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
#ncc .box_ncc_result dd {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 5px;
}


#ncc .testStart .pc {
  position: relative;
  width: 800px;
  height: 380px;
  margin: 0 auto 40px;
}
#ncc .testStart .pc .back {
  position: absolute;
  top: 0px;
  left: 0px;
}
#ncc .testStart .pc .btn_start {
  position: absolute;
  top: 163px;
  left: 215px;
}
#ncc .box_test {
  width: 800px;
  height: 380px;
  margin: 0 auto 40px;
  padding-top: 60px;
  background-image: url(../images/ncc/back_ncc.png);
  background-repeat: no-repeat;
}
#ncc .box_test .question {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6em;
  color: #666;
  text-align: center;
  margin: 0 auto 40px;
}
#ncc .box_test .count {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',"ＭＳ Ｐゴシック", sans-serif  !important;
  display: inline-block;
  padding: 1px 20px 0;
  color: #fff;
  margin: 0 20px 1px;
  vertical-align: middle;
  background-color: #ef8186;
}
#ncc .box_test ul {
  width: 720px;
  margin: 0 auto;
  text-align: center;
}
#ncc .box_test li {
  display: inline-block;
  margin: 0 36px 20px 0;
}
#ncc .restart {
  text-align: center;
  margin: 0 auto 40px;
}
#ncc .restart a:link, a:visited {
	color:#d67276;
	text-decoration:none;
}


/* プレゼント */
#present .present_area .photo { text-align: center; margin: 20px 0 40px; }
#present .present_area .photo img { width:740px;}
#present .info .text {
	margin: 0 auto 30px;
	width: 740px;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #666666;
}
#present .info .text_size {
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 5px 0;
	color: #666666;
}
@media screen and (min-width: 768px) and (max-width: 930px){
	#present .present_area .photo { text-align: center; margin: 20px 0 40px; }
.back-color-in .basic_colorVariation.tab .nail2306 {
	width: 160px;
	height: auto;
	margin-left: 21%;
	margin-top: -50px;
}
.back-color-in .basic_colorVariation.tab .nail2306 img {
	width: 100%;
	height: auto;
}
.slider1 div im {
}
}


/* ★★★★★★★　レスポンシブ　★★★★★★★ */
@media screen and (min-width: 768px) and (max-width: 930px){
	
.basic_index { width: 768px; margin: 30px auto 0; }
.basic_index li { display: inline-block; width: 366px; margin-right: 30px; margin-bottom: 30px; }
.basic_index li img { width: 366px;}
.productInfo { width:768px;}
.basic_box_product { width:768px;}
.productInfo .col_right img { width:96%;}	
	
.basic_concept { width: 768px;}
.basic_concept h1 { float: left; width: 36%; text-align: center; margin-top: 1em; }
.basic_concept p { margin-left: 46%; font-size: 1.3rem; line-height: 1.5; }	
.area_product { width: 767px; margin: 0 auto 60px; }	
.tab_basic ul { width: 100%;  
	/*height: 68px;
	display: table;*/
	height: auto;
	display: flex;
	justify-content: space-between;
	}
.tab_basic li { width: 16.5%; height: 100%; /*display: table-cell;*/ text-align: left; vertical-align: top; }
.tab_basic li img { width: 100%;}
.tab_basic .last { width: 152px; }
 /* ベーシック リップ */
	#lipcoat,#lip,#tintlip,#tintlip_02 {
	display: block;
	padding-top: 70px;
	}	
 #nail_basic .basic_colorVariation ul { text-align: center; width: 96%; margin: 0 auto; }
 #nail_basic .basic_colorVariation li { display: inline-block; margin-right: 3px; margin-bottom: 40px; }
 #nail_basic .basic_colorVariation .c_notes_nail_sp { display: none; }	
  #ncc .bn_ncc {
    margin: 50px auto;
  }
  #ncc .bn_ncc li {
    display: block;
    text-align: center;
    margin: 0 auto 20px;
  }
  #ncc .bn_ncc li img {
    width: 54%;
  }
.howto_content_lip {
	margin-left: 1px;
}
.points .columns .lip-dl {
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
}
.tab .movie_wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	max-width: 700px;
	left: -15px;
}
.movie_btn .tab .movie_tab {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.movie_btn .tab .movie_tab img {
	width: 100%;
	height: auto;
}
	.movie_wrapper {
	margin: 30px auto ;
	padding: 30px 30px;
	width: 348px;
	display: flex;
	align-items: center;
	border: 1px #a48b78 solid;
	background-color: #fff8f4;
	
}
.toggle .tab .slide-area {
	position: relative;
	left: -15px;
}
.howto_content_lip .toggle .movie_wrapper.lip {
	flex-direction: column;
}
}

@media only screen and (max-width: 767px) {

	/* トップ */
	#act2018au_top #top-main-v {
	  width:100%;
	  height:auto;
	 
	}
    
        
.topimg {
    margin-top: 55px;
}
.topimg div video {
    width: 100%;
    margin: -2.5% 0 -4%;
}    

	/*.topimg_sp img { width: 100%; height: auto; }*/
	#act2018au_top .collection h2 { padding: 0; }
	#act2018au_top .collection h2 img { width: 100%; height: auto; }
	#act2018au_top .collection ul { width: 56%; margin: 0 22% 0; }
	#act2018au_top .collection ul li { width: 100%; margin-right: 0; padding-left: 3%; margin-bottom:25px; }
	#act2018au_top .collection ul li img { max-width: 100%; height: auto; }
	#act2018au_top .collection ul li:first-child { width: 100%; padding-left:0; margin-top: 20px; margin-bottom: 20px; }
	#act2018au_top .collection ul li:last-child { float: right;  }

/* インデックス */
	.basic_index { width: 100%; margin: 20px auto 0; }
	.basic_index li { display: block; width: 100%; text-align: center; margin: 0 auto 20px; }
	.basic_index li img { width: 90%; }
	.basic_pdf {	width: 90%; }
	.basic_pdf a { padding: 20px 0; }
	.basic_pdf img { width: 70%; }
	
/* ベーシック共通 */
	.basic_concept { width: 100%; margin: 10px auto; }
	.basic_concept h1 { float: none; width: 100%; margin: 30px auto; }
	.basic_concept h1 img { width: 90%; }
	.basic_concept p { margin: 10px 5%; font-size: 1.4rem; }

	.area_product { width: 100%; margin: 0 auto 20px; }
	.tab_basic_sp { margin-bottom: 20px; }
	.tab_basic_sp img { display: inline-block; width: 49%; margin: 0.5%; }
	
	.basic_box_product { border: none; }
	
	.basic_box_product .ttl_item { text-align: center; }
	.basic_box_product .ttl_item img { width: 94%; margin: 10px 0; }
	
	.basic_howto { margin-top: 20px; }
	.basic_howto .ttl { width: auto; text-align: center; }
	.basic_howto img { max-width: 100%; }
	
	.basic_colorVariation li { display: block; margin-right: 0; margin-bottom: 10px; }
	.basic_colorVariation .notes { text-align: left; margin: 0 auto 10px; width: 94%; }
	.basic_colorVariation .notes img { width: auto; height: auto;}
	.basic_colorVariation img { display: inline-block; margin-bottom: 20px; width: 50%; }
	.basic_colorVariation .img1 { margin-bottom: 20px; }
	.basic_colorVariation .img1 img { width: 80%; }
	.basic_colorVariation .img2 img { width: 60%; }
	
	/* ベーシック リップ */
	#lipcoat,#lip,#tintlip,#tintlip_02 {
	display: block;
    padding-top: 50px;
    margin-top: -50px;
	}
	
	/* リップベース */
	#lipbase_basic .productInfo .col_left { width: 100%; }
	#lipbase_basic .productInfo .col_right { width: 100%; }
	#lipbase_basic .lbHowtoBox .ttl { width: auto; text-align: center; }
	#lipbase_basic .lbHowtoBox { margin-top: 20px; padding: 30px 2%; }
	#lipbase_basic .lbHowtoBox img { max-width: 100%; }
	
	/* ネイル */
	#nail_basic .productInfo .col_left { width: 100%; }
	#nail_basic .productInfo .col_right { width: 100%; }
	#nail_basic .productInfo .ph img { width: 65%; height: auto; }
	#nail_basic .points .icon img { width: 100%; }
	#nail_basic .basic_colorVariation li {
	display: inline-block;
	width: 48%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 172px;
}
	#nail_basic .basic_colorVariation img { width: 100%; }
	#nail_basic .basic_colorVariation .c_notes_nail { display: none; }
	#nail_basic .basic_colorVariation .c_notes_nail_sp { display: block; margin: 0 auto; width: 200px; }
	#nail_basic .basic_colorVariation .c_notes_nail_sp img { width: 100%; }


	/* 春の新色 */
	section.sp2017prdct { width: 94%; margin: 0 auto; }
	section.sp2017prdct p.prdctPic { float: none; width: auto; padding-right: 0; }
	section.sp2017prdct div.prdctCont { float: none; width: auto; padding-right: 0; text-align: center; }
	section.sp2017prdct div.prdctCont ul.eyeColors li { float: none; margin-right: 0; margin-top: 10px; }
	section.sp2017prdct div.prdctCont ul.lipstick { display: inline-block; margin: 30px auto 0; }
	section.sp2017prdct div.prdctCont p.lead { margin-top: 30px; font-size: 160%; font-weight: bold; }
	section.sp2017prdct div.prdctCont p.cap { text-align: left; }
	div.sp2017prdctNote { text-align: center; }


/* カラー診断 */
#ncc .testStart .sp .back img {
	width: 100%;
}
#ncc .testStart .sp .btn_start {
  width: 100%;
  background-color: #efeae7;
  padding: 10px 0 20px;
}
#ncc .testStart .sp .btn_start a {
  display: block;
  width: 72%;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #ef8186;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  vertical-align: bottom;
  line-height: 60px;
  text-decoration: none;
}
#ncc .testStart .sp .btn_start a:link {
  color: #fff;
}
#ncc .testStart .sp .btn_start a:visited {
  color: #fff;
}
#ncc .testStart .sp .btn_start a:hover {
  color: #fff;
}
#ncc .testStart .sp .btn_start a:visited:hover {
  color: #fff;
}
#ncc .testStart .sp .btn_start a:active {
  color: #fff;
}

  #ncc .info {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #ncc .info {
    margin: 20px;
    text-align: left;
  }


 #ncc div.questionArea { margin-top: 200px; }


  #ncc .bn_ncc {
    margin: 50px auto;
  }
  #ncc .bn_ncc li {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
  }
  #ncc .bn_ncc li img {
    width: 90%;
  }
  #ncc .box_ncc_result dt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #ncc .box_ncc_result dd {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #ncc .box_ncc_result {
    width: 100%;
  }
  #ncc .box_ncc_result img {
    width: 100%;
  }
  #ncc .box_ncc_result .wrap_upper {
    position: relative;
    height: auto;
  }
  #ncc .box_ncc_result .photo {
    position: relative;
  }
  #ncc .box_ncc_result dl {
    position: relative;
    top: 0;
    left: 0;
    padding: 0px;
    margin: 10px 2%;
    background-color: transparent;
  }
  #ncc .box_ncc_result dt {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  #ncc .box_ncc_result dt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #ncc .box_ncc_result dd {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-left: 1em;
  }
  #ncc .box_ncc_result dd {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #ncc .box_ncc_result .ncc_howto {
    text-align: center;
	margin-top:3rem;
  }
  #ncc .box_ncc_result .ncc_howto img {
    width: 90%;
  }
  #ncc .ncc {
    width: 100%;
  }
  #ncc .ncc .logo {
    float: none;
  }
  #ncc .ncc .logo img {
    width: 80%;
  }
  #ncc .ncc .text {
    margin-top: 10px;
    margin-left: 0;
  }
  #ncc .box_test .question {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  #ncc .box_test {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background-image: none;
    background-repeat: no-repeat;
    background-color: #fffcf8;
  }
  #ncc .box_test .question {
    margin: 0 auto 20px;
  }
  #ncc .box_test .sp {
    height: 10px;
  }
  #ncc .box_test ul {
    width: 100%;
  }
  #ncc .box_test li {
    display: block;
    margin: 0 auto 10px 0;
  }
  #ncc .box_test li img {
    width: 90%;
  }

/* プレゼント */
	#present .present_area .photo { margin: 0px 0 auto; }
	#present .present_area .photo img { width: 100%; }
	#present .info { width: 100%; padding: 0 5% 10px; margin-top: 20px; }
	#present .info .text { width: 100%; font-size: 1.6rem; line-height: 1.6; color: #666666;}
	#present .info .text_size { font-size: 1.4rem; line-height: 1.6; margin: 5px 0; color: #666666; }
	#present .info .remarks p { font-size: 1.2rem; line-height: 1.4; padding-left: 1em; text-indent: -1em; margin-bottom: 5px; }

/* ベーシック リップ */
.basic_colorVariation .lip { text-align:center;}
.basic_colorVariation .lip img { width:90%;}

/* ベーシック アイカラー */
.basic_colorVariation ul.eyecolor { text-align:center; }

/* ベーシック チーク */
.basic_colorVariation ul.cheek { text-align:center; }
.basic_colorVariation ul.cheek img { width:70%; }
}
/* ===========================================================
　改行位置切り替え
============================================================= */
br.br-pc {
	display: inline;
}
br.br-sp {
	display: none;
}
br.br-pctab {
	display: inline;
}
br.br-tab {
	display: none;
}
br.br-tabmini {
	display: none;
}
br.br-iPhone {
	display: none;
}
br.br-se {
	display: none;
}
@media screen and (max-width: 768px){
	br.br-pc {
		display: none;
	}
	br.br-sp {
		display: none;
	}
	br.br-tab {
		display: inline;
	}
}
@media screen and (max-width: 699px){
	br.br-tabmini {
		display: inline;
	}
}
@media screen and (max-width: 600px){
	br.br-sp {
		display: inline;
	}
}
@media screen and (max-width: 480px){
	br.br-iPhone {
		display: inline;
	}
	br.br-pctab {
		display: none;
	}
}
@media screen and (max-width: 320px){
	br.br-se {
		display: inline;
	}
}
/* ===========================================================
202111 追加　ここから
============================================================= */
/* ===============
 flexbox
================ */
#howto_eyecolor,
.howtomakeup_step_wrapper,
#lineup_nav,
#eyenav,
#lipnav {
	display: flex;
}
/* ===============
 font
================ */
/*--- ▼ footer text nav ▼ ---*/
.nolink {
	padding-top: 2px;
	font-size: 1.3rem;
	line-height: 13px;
	color: #333333;
}
@media all and (max-width: 767px) {
	.footer-upper .sitemap dt.nolink {
		background: none;
	}
}
/*--- ▲ footer text nav ▲ ---*/
#eyenav dl dd,
#lipnav dl dd {
	font-size: 1.4rem;
	line-height: 1.4;
}
dl.features {
	margin: 15px 16px 30px;
}
h3#eye_impression {
	margin: 20px auto;
	width: 88%;
}
.dualeyecolor_feature h3 {
	font-size: 2.0rem;
}
.dualeyecolor_feature h4 {
	margin: 0 0 15px;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #826356;
}
.dualeyecolor_feature .note {
	padding-left: 15px;
	font-size: 1.2rem;
}
.eye_howto dl {
	clear: both;
}
.eye_howto dl dt {
	float: left;
}
.eye_howto dl dd {
	font-size: 1.4rem;
	line-height: 1.4;
	/*text-align: center;*/
	float: right;
	margin-top: 20px;
}
.eye_howto dl dd p.title {
	color: #a48b78;
	margin-bottom: 5px;
}
h4.howtomakeup {
	margin: 20px 0 15px;
	font-size: 1.8rem;
	color: #826356;
}
.actrice_nail_note {
	margin-top: 15px;
}
/*--- ▼ 【HOW TO MAKE UP】 ▼ ---*/
.howtomakeup_step_list {
	margin-left: 13px;
}
.howtomakeup_step_list li {
	margin-bottom: 5px;
	padding-left: 1.0em;
	text-indent: -1.0em;
	font-size: 1.4rem;
	line-height: 1.4;
}
.howtomakeup_step_p {
	margin-left: 13px;
	font-size: 1.4rem;
	line-height: 1.4;
}
@media all and (max-width: 480px) {
	.howtomakeup_step_list {
		margin: 20px 0 0 0;
	}
}
@media all and (max-width: 375px) {
	.pattern3 {
		font-size: 3.7333vw;
	}
}
@media all and (max-width: 320px) {
	.pattern3 {
		padding: 5px 0 0 9px;
		font-size: 5vw;
		display: block;
	}
}
/*--- ▲ 【HOW TO MAKE UP】 ▲ ---*/
/* ===============
 レイアウト
================ */
/*--- ▼ トップ頁：メインビジュアル ▼ ---*/
@media screen and (max-width: 768px){
	
.topimg_tab img {
	padding-top: 90px;
	width: 100%;
	height: auto;
	}
}
/*--- ▲ トップ頁：メインビジュアル ▲ ---*/
/*--- ▼ トップ頁：大見出し ▼ ---*/
.top_st_wrapper {
	margin: 30px auto;
	padding-bottom: 3px;
	width: 740px;
	text-align: center;
	border-image: linear-gradient(to right, #ffffff 0%, #ff8080 50%, #ffffff 100%);
	border-image-slice: 1;
}
#st_lineup {
	margin: 0 auto;
	width: 125px;
}
#st_lineup {
	margin: 0 auto;
	width: 125px;
}
#st_fitcolorcheck {
	margin: 0 auto;
	width: 282px;
}
.top_st_img img {
	width: 100%;
}
@media screen and (max-width: 750px){
.top_st_wrapper {
		width: 90%;
	}
.top_st_wrapper #st_lineup img {
}
}
.nav_top_wl {
}
.nav_top_wm {
	width: 140px;
}
.nav_top_ws {
	width: 120px;
}
@media screen and (max-width: 660px){
}
@media screen and (max-width: 320px){
	.nav_top_wl {
		width: 140px;
	}
	.nav_top_wm {
		width: 115px;
	}
	.nav_top_ws {
		width: 105px;
	}
}
/*--- ▲ トップ頁：ナビ ▲ ---*/
/*--- ▼ トップ頁：FIT COLOR CHECK ▼ ---*/


#bt_fcc {
	width: 140px;
	position: absolute;
	top: 130px;
	left: 325px;
}
#bt_fcc img {
	width: 100%;
}




/*--- ▲ トップ頁：FIT COLOR CHECK ▲ ---*/
/*--- ▼ 次階層：ヘッダー ▼ ---*/
.upper {
	width: 100%;
	background:#fdfaf5;
    text-align: center;
    padding: 23px 8px 25px;
}
#actrice_header div.upper h2 {
    padding: 0px 0 0px;
}
#actrice_header div.upper h2 img {
        width: 26vw;
    min-width: 100px;
    max-width: 400px;
}
/*--- ▲ 次階層：ヘッダー ▲ ---*/
/*--- ▼ 次階層：グローバルナビ ▼ ---*/
#gnavi2022sp {
	padding: 7px 0;
	width: 100%;
	background-color: #f1f3f4;
}
#gnavWrap {
	margin: 0 auto;
	width: 350px;
}
.gnav {
	display: flex;
	justify-content: space-between;
}
.nav_lineup ,
.nav_ncc {
	width: 110px;
	height: 28px;
}
.nav_lineup img,
.nav_ncc img {
	width: 110px;
	height: 28px;
}
@media all and (max-width: 480px) {
	#gnavWrap {
		width: 80%;
	}
}
/*--- ▲ 次階層：グローバルナビ ▲ ---*/
/*--- ▼ 次階層：ローカルナビ ▼ ---*/
#lnavWrap {
	margin: 0 auto 30px;
	width: 740px;
}
ul#lnav {
	display: flex;
	justify-content: space-between;
}
ul#lnav li {
	padding-bottom: 30px;
	width: 140px;
	height: 30px;
	border-bottom: 2px solid #bbbbbb;
	display: block;
	text-align: center;
}
ul#lnav li img {
	width: 140px;
	height: 30px;
}
ul#lnav li.lnav_current {
	border-bottom: 2px solid #fbc4c3;
}
@media all and (max-width: 750px) {
	#lnavWrap {
		width: 90%;
	}
    #actrice_header div.upper h2 img {
        width: 55vw;
    min-width: 100px;
    max-width: 400px;
}
}
@media all and (max-width: 480px) {
	ul#lnav {
		margin-top: 30px;
		flex-wrap: wrap;
	}
	ul#lnav li {
		margin-top: 15px;
		width: 48%;
	}
}
@media all and (max-width: 960px) {
}
@media all and (max-width: 750px) {
}
/*--- ▲ 次階層：コンテンツ区切りライン ▲ ---*/
/*--- ▼ メイクアップフェアバナー ▼ ---*/
#makefairbanner {
	margin: 60px auto 80px;
	width: 380px;
}
#makefairbanner img {
	width: 100%;
}
@media all and (max-width: 480px) {
	#makefairbanner {
		width: 90%;
	}
}
/*--- ▲ メイクアップフェアバナー ▲ ---*/
/*--- ▼ アイカラー：ページ内リンク ▼ ---*/
#eyenav {
	margin: 0 auto;
	width: 750px;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#eyenav dl {
	width: 250px;
	text-align: center;
}
#eyenav dl dt {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 11px;
	width: 240px;
}
#eyenav dl dt img {
	width: 100%;
	margin-bottom: 11px;
	margin-left: 0px;
}
@media all and (max-width: 750px) {
#eyenav dl dt{
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
}
	#eyenav {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	flex-wrap: wrap;
	}
#lipnav dl {
	width: 50%;
}
}
@media all and (max-width: 610px) {
	#eyenav {
	}
	#eyenav dl {
	margin-bottom: 0px;
	width: 50%;
	}
	
	
}
/*--- ▲ アイカラー：ページ内リンク ▲ ---*/
/*--- ▼ ブロッサムピンクの場合 ▼ ---*/
#howto_eyecolor {
	width: 640px;
	justify-content: space-between;
}
.eye_howto {
	width: 280px;
}
.eye_howto img {
	width: 96%;
}
.eye_howto dl dt {
	width: 150px;
}
.eye_howto dl dt img {
	width: 100%;
}
@media all and (max-width: 750px) {
	#howto_eyecolor {
		width: 90%;
		flex-direction: column;
	}
}
/*--- ▲ ブロッサムピンクの場合 ▲ ---*/
/*--- ▼ 脚注左寄せ ▼ ---*/
.notes_wrapper_ar {
	margin-bottom: 30px;
	width: 100%;
	text-align: right;
	display: block;
	overflow: hidden;
}
.notes_wrapper_al {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 535px;
}
@media all and (max-width: 768px) {
.notes_wrapper_al {
	margin: 20px auto 30px;
	width: 90%;
}
}
/*ul.notes_actrice {
	float: right;
}*/
ul.notes_actrice li {
	margin-bottom: 5px;
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: justify;
}
/*--- ▲ 脚注左寄せ ▲ ---*/
/*--- ▼ 【HOW TO MAKE UP】 ▼ ---*/
.howto_content {
	margin: 0 auto;
	width: 600px;
}

.howto_content_cheek {
	margin-top: 40px;
	margin-bottom: 50px;
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}
.howtomakeup_step_wrapper {
	justify-content: space-between;
	align-items: center;
}
#eye_howto_steptxt {
	width: 287px;
}
#lip_howto_steptxt {
	width: 465px;
}
#cheek_howto_steptxt {
	width: 390px;
}
#eye_howto_step {
	width: 310px;
}
#lip_howto_step {
	width: 150px;
}
#cheek_howto_step {
	width: 130px;
}
.howtomakeup_step_img img {
	width: 100%;
}
@media all and (max-width: 750px) {
	.howto_content {
		margin: 0 auto;
		width: 100%;
	}
}
@media all and (max-width: 550px) {
	.howtomakeup_step_wrapper {
		margin: 0 auto;
		width: 90%;
		flex-direction: column;
	}
	.howto_content_lip {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	width: 90%;
	margin-top: 0px;
	}
	.howto_content_cheek {
		margin: 40px auto 50px;
		width: 90%;
	}
	#lip_howto_steptxt,
	#cheek_howto_steptxt {
		margin-bottom: 20px;
		width: 100%;
	}
	#lip_howto_step,
	#cheek_howto_step {
		margin: 0 auto;
	}
.tyousei7 {
	width: auto;
	margin-top: -74px;
	display: block;
}
.tyousei8 {
    margin-top: -30px;
    width: auto;
    display: block;
}
}
@media all and (max-width: 480px) {
	#eye_howto_steptxt {
		margin: 0 auto;
		width: 90%;
	}
}
@media all and (max-width: 320px) {
	.howtomakeup_step_wrapper {
		width: 100%;
	}
}
/*--- ▲ 【HOW TO MAKE UP】 ▲ ---*/
/*--- ▼ リップ：ページ内リンク ▼ ---*/
#lipnav {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	display: flex;
	justify-content: space-around;
	background-color: #FFFFFF;
	max-width: 960px;
	margin-bottom: 40px;
}
#lipnav second {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	background-color: #FFFFFF;
	max-width: 960px;
	margin-bottom: 40px;
}
#lipnav dl {
	width: auto;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 26px;
}
#lipnav dl dt {
	margin: 0 auto;
	width: 90%;
	max-width: 200px;
}
#lipnav dl dt img {
	width: 100%;
}
@media all and (max-width: 750px) {
	#lipnav{
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	}
}
@media all and (max-width: 610px) {
	#lipnav {
		flex-wrap: wrap;
	}
	#lipnav dl {
		width: 48%;
	}
}

/*--- ▲ リップ：ページ内リンク ▲ ---*/
/*--- ▼ リップ：レイアウト ▼ ---*/
#lip {
	margin-top: 20px;
}
/*--- ▲ リップ：レイアウト ▲ ---*/
/*--- ▼ アイカラー：レイアウト ▼ ---*/
.eye_howto dl dt {
	margin: 0 auto;
}
.dualeyecolor_feature {
	margin: 0 auto;
	width: 700px;
}
.eye_howto {
	margin: 0 auto 20px;
}
.eye_howto dl dt {
	margin: 0 auto;
}
.eye_howto:first-child dl dd {
	position: relative;
	left: -29px;
}

.dualeyecolor_feature {
	margin: 0 auto;
	width: 700px;
}

#dualeye {
	margin-bottom: 0;
}
@media all and (max-width: 750px) {
	#howto_eyecolor {
		margin: 0 auto 20px;
		width: 90%;
	}
	.basic_product_box {
	flex-wrap: wrap;
	justify-content: space-between;
	width: 400px;
	}
}
@media all and (max-width: 610px) {
	.dualeyecolor_feature {
		margin: 0 auto;
		width: 100%;
	}
}
@media all and (max-width: 480px) {
	.dualeyecolor_feature h4 {
		margin: 10px 0 20px;
	}
	.eye_howto dl dd,
	#howto_img_text p {
		font-size: 1.4rem;
		line-height: 1.5;
		/*text-align: center;*/
	}
	
	.eye_howto {
		margin: 20px auto 0;
	}
	#dualeye {
		padding-top: 0;
	}
	.basic_product_box .item_box {
		width: 48%;
	}
	.top_howto {
		padding-left: 0;
	}

}
/*--- ▲ アイカラー：レイアウト ▲ ---*/
/* ===========================================================
 fadein
============================================================= */
.fadein {
	opacity : 0;
	/*transform : translate(0, 50px);*/
	transition:all 2.5s;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/* ===========================================================
 上に戻るボタン
============================================================= */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.2);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 5rem;
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	border-radius: 5rem;
	text-align: center;
	cursor: pointer;
	z-index: 2;
}
.pagetop .arrow {
	display: inline-block;
  width: 15px;
  height: 15px;
  margin: 21px 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.pagetop:hover {
	color: #fff !important;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
}
@media screen and (max-width: 640px){
	.ac_title,.cheek_title,.nail_title,.lip_title {
	pointer-events: all;
	background-color: #FFFFFF;
	color: #999;
	font-weight: bold;
	font-size: 3.5vw;
	padding: 8px 0 8px 20px;
	margin: 10px auto;
	position: relative;
	border-left: 1px solid #A6A6A6;
	border-right: 1px solid #A6A6A6;
	border-bottom: 3px solid #DBB8B8;
	border-top: 1px solid #A6A6A6;
	}
	
	.ac_title::before{
		content: "\e606";
    	font-family: 'nicon';
		position: absolute;
		right: 20px;
	}
	.ac_title.ac_active::before{
		content: "\e607";
    	font-family: 'nicon';
	}
	
	
	.toggle{
		display: none;
	}
	
	.mt10 { margin-top: 10px;}
	.mb10 { margin-bottom: 10px;}
	.mt20 { margin-top: 20px;}
	.mb20{ margin-bottom: 20px;}
	.mt30 { margin-top: 30px;}
	.mb30{ margin-bottom: 30px;}
	.pt10 {
	padding-top: 10px;
}
	.pb10 {
	padding-bottom: 10px;
	width: auto;
}
}

@media screen and (max-width:767px){
	#act2018au_top .fitcolorcheck .habatyousei {
    width:94%;
	margin-left: 3%;
	margin-right: 3%;
}
	.moist div .features_note2.tyousei9 {
    display: none;
}
#lip_basic .sp .new{
    position: absolute;
    top: -15px;
    left: 18%;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #B19B00;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 50px;

} 
	#eyecolor_basic .eyenav-backcolor.under768 .new{
    position: absolute;
    top: 25px;
    left: 18.5%;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #B19B00;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 50px;

} 
	
	.habatyousei .check img {
    width: 140px;
    height: auto;
    position: relative;
    margin-left: 0px;
    margin-top: 20px;
}
	#top #act2018au_top .fitcolorcheck {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: auto;
	background: rgb(255,243,233);
background: linear-gradient(90deg, rgba(255,243,233,1) 0%, rgba(255,248,241,1) 71%, rgba(254,250,244,1) 100%);
	}
#top #act2018au_top .newitemlineup_sp {
	width: 100%;
	height: auto;
	background-image: url(../images/top/new_back.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	}

	

	
	
/*あなたの色は？のバナーサイズ SP
.Bnr__img__inner {
    width: 184px;
    height: 129px;
}
	.Bnr {
    width: 184px;
}
*/
	
.ac_title,.cheek_title,.nail_title,.lip_title{
	pointer-events: all;
	background-color: #FFFFFF;
	color: #999;
	font-weight: bold;
	font-size: 3.5vw;
	padding: 8px 0 8px 20px;
	
	position: relative;
	border-left: 1px solid #A6A6A6;
	border-right: 1px solid #A6A6A6;
	border-bottom: 3px solid #DBB8B8;
	border-top: 1px solid #A6A6A6;
	}
	
#lip {
    padding-top: 0px;
}
#act2018au_top #lineup .lineup img {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	height: auto;
	max-width: 175px;
	padding-bottom: 15px;
	justify-content: space-around;
	margin-left: auto;
	margin-right: auto;
}
	.basic_product_box .item_box .item_img.wrapper_eyecolor img {
    margin: 0 auto;
    width: 135px;
}
	.points .columns .cheek_dl{
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	}
	.buyicon.over.cheek{
		max-width: 150px;
		margin-right: auto;
		margin-left: auto;
		
	}
.basic_product_box {
	width: 96%;
	max-width: 320px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.buyicon{
	width: 130px;
	margin-top: 5px;
	display: block;
}
.columns .toggle.pt10 .flex1 {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
	.flex1 .ec-right h3 {
	margin-top: 25px;
	font-size: 1.6rem;
	line-height: 1.4;
}
#eyecolor_basic .coloreye_feature .slide-area.sp {
	width: 100%;
	display: block;
	max-width: 425px;
	margin-left: auto;
	margin-right: auto;
}
	.flex1 .ec-left #iro-setumei {
	width: 90%;
	height: auto;
	margin-right: 5%;
	margin-left: 5%;
}
.movie_btn .movie_sp .eyec-title {
	text-align: center;
	display: block;
	margin-top: 11px;
	margin-bottom: 11px;
	color: #70524A;
}
.back-color   {
	background-color: #FAEEE5;
	width: 100%;
	padding-bottom: 25px;
	padding-top: 25px;
}
.toggle.pt10 .flex1 .ec-right {
	margin-bottom: 15px;
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
}
#act2018au_top #lineup .lineup {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	flex-wrap: wrap;
}

.howto_content_lip {
    width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
.points .columns .lip-dl {
    margin-left: 3%;
	margin-right: 3%;
}
.basic_colorVariation .cheek li {
	border-bottom: 1px dotted #FFC6C7;
	padding-bottom: 15px;
	margin-left: auto;
	max-width: 400px;
	margin-right: auto;
	width: 100%;
}
.points .columns .nail {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
.back-color-in .notes_wrapper_al .notes_actrice.nail {
	margin-left: 0px;
}
.col_left .ph_basic .nuancecolor {
	position: relative;
	top: -25px;
}
.toggle .sp .item_copy.nyuance,.toggle .sp .item_copy.smootheyes,.item_copy.tint {
	margin-top: 17px;
	text-align: center;
	width: 100%;
	height: auto;
}
.sp .item_copy.nyuance p,.sp .item_copy.smootheyes p {
	text-align: left;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	line-height: 150%;
	max-width: 325px;
}

.tyousei {
	height: 35px;
	width: auto;
}
.tyousei6 {
	display: block;
	height: 20px;
	width: auto;
}
.toggle .sp .howto-eyes {
	font-size: 1.4rem;
	line-height: 1.6;
	display: inline;
	text-align: left;
}
.tyousei2   {
	display: none;
	padding-bottom: 0px;
}
.grd_basic_grey.lip {
	margin-left: auto;
	margin-right: auto;
}
.col_left .ph_basic #color_eyes {
}
.keisen.sp  {
	width: 96%;
	border-bottom: 1px dotted #9E9E9E;
	background-color: #7C7C7C;
	height: 1px;
	display: block;
	margin-left: 2%;
	margin-right: 2%;
}
.tyousei3 {
	display: none;
}
.nail-irodama.aplicot  {
	margin-top: 20px;
}
.basic_product_box .item_box .item_img.wrapper_cheek {
	width: 150px;
	height: auto;
}
.columns .haba94 .ac_title.sp.mt20 {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	display: block;
}
.points .columns .haba94 {
}
.tyousei4   {
	display: block;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
}
.back-color-in #cheek_basic .cheek_title.sp,.back-color .back-color-in .nail_title.sp {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
.tyousei5.sp  {
	margin-top: -28px;
}
#eyecolor .columns .col_right.coloreyes-title {
	display: block;
	position: relative;
}

.movie_pc {
	display: none;
}
.howto-color-eye   {
	width: 100%;
	max-width: 450px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.b   {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#collection #eyecolor_basic .eyenav-backcolor.under768 {
	display: block;
}
#lipnav dl dt img {
	width: 87%;
	height: auto;
}
.lip-box   {
	flex-direction: column;
	justify-content: center;
}
.lip-box div  {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	display: block;
	margin-bottom: 50px;
}
.lip-box div img  {
    width: 80%;
    margin-left: 10%;
    margin-right:10%;
    display: block;
}
.in-f-box1 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
}
.in-f-box1 div {
	width: 100%;
	text-align: center;
}
.in-f-box2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
	flex-wrap: wrap;
}

.in-f-box2 div img.item3{
		width: 175px;
		height: auto;
	}
.toggle dl .sp.lastinglip {
	width: 90%;
	display: 400px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.newitemlineup_sp .in-f-box1 div a .item1 {
	width: 80px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.newitemlineup_sp .in-f-box1 div a .item2 {
	width: 30px;
	margin-left: auto;
	margin-right: auto;
}
.sp .newitemlineup_sp .newlineup,.regularitem_sp .lineup  {
	margin-bottom: 25px;
	padding-top: 25px;
}
.sp .newitemlineup_sp .newlineup{
width: 100%;
	}
.regularitem_sp{
	margin-top: 30px;
	width: 100%;
	background: rgb(255,243,233);
background: linear-gradient(90deg, rgba(255,243,233,1) 0%, rgba(255,248,241,1) 71%, rgba(254,250,244,1) 100%);
	}
.fitcolorcheck div .face3 {
    width: 180px;
	height: auto;
	margin-right: 20px;
	display: inline-block; 
	padding-bottom: 25px;
}
.checkbtn {
	width: 150px;
	margin-top: 15px;
	display: inline-block;
 padding-bottom: 25px;
	
}
#act2018au_top .fitcolorcheck .fitcolor {
   margin-top: 25px;
	   
}
.pb10 #howto_nyuance-eye .nyuance-eye_howto {
	flex-direction: column;
}
#howto_nyuance-eye .nyuance-eye_howto .n-box2 {
	border: none;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}
#howto_nyuance-eye .nyuance-eye_howto .n-box3 {
	width: 100%;
	text-align: center;
}
#howto_nyuance-eye .nyuance-eye_howto .n-box1 {
	border: none;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}
.nyuance-eye_howto p {
	margin-top: 10px;
}
p img.morebtn  {
	width: 130px;
}
.brand_header_center.tyousei5  {
	margin-bottom: 30px;
}
.points .columns .howto_content_lip {
}
.toggle .sp .features_note.right {
	text-align: right;
	margin-right: 3%;
	margin-top: 12px;
	margin-bottom: 17px;
	display: block;
}
dd div .features_note2.tyousei10 {
	text-align: left;
	margin-top: -20px;
	margin-right: 3%;
	display: block;
	font-size: 12px;
	margin-left: 0px;
}
#actrice_header .upper {
    width: 100%;
    text-align: center;
    padding: 16px 8px 14px;
  }
	#actrice_header .contWrap960.contWrapPage .back-color.cheek {
    margin-top: 20px;
}
}
@media screen and (max-width:420px){
	.flex1 .ec-left #iro-setumei {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
}
@media screen and (max-width:930px){
#eyenav {
	flex-wrap: wrap;
}
#eyenav dl dt img#new-icon {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: -202px;
	margin-left: 48px;
}

}

@media screen and (min-width:641px) and (max-width:767px){
.for-tab {
	display: block;
}
}

@media (min-width: 769px) {
a.pc-link{
    display: inline-block;
}
a.sp-link{
    display: none!important;
}
}
@media (max-width: 768px) {
a.pc-link{
    display: none!important;
}
a.sp-link{
    display: inline-block;
}
.shop-button{
    text-align: center;
}
}


.shop-button a {
  display: inline-block;
  transition: all .3s;
margin:20px 0 0px -10px;
}
.shop-button a:hover {
  filter: brightness(90%);
}

.item_box .shop-button a{
margin:5px 0 0px 0px;
}