@charset "utf-8";


/*=================================================
	common base style
=================================================*/
.mainContents {
  font-family: sans-serif;
}
.mainContents a {
  color: #dc7aab;
}
.mainContents a:link {
  color: #dc7aab;
}
.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: #dc7aab;
	border: 2px solid #96C6EA;
}
.mainContents .grd_basic_grey {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#999999' ,GradientType=0)";
  zoom: 1;
  background: -moz-linear-gradient(40.24% -56.89% -68.96deg, #e6e6e6 0%, #d5d5d5 11.16%, #bbbbbb 32.15%, #a8a8a8 53.71%, #9d9d9d 75.96%, #999999 100%);
  background: -webkit-linear-gradient(-68.96deg, #e6e6e6 0%, #d5d5d5 11.16%, #bbbbbb 32.15%, #a8a8a8 53.71%, #9d9d9d 75.96%, #999999 100%);
  background: -ms-linear-gradient(-68.96deg, #e6e6e6 0%, #d5d5d5 11.16%, #bbbbbb 32.15%, #a8a8a8 53.71%, #9d9d9d 75.96%, #999999 100%);
}
.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%;
}
.productInfo .col_right {
  width: 41%;
  margin-top:10px;
}
.productInfo .ph {
  text-align: center;
}
.productInfo .bodyCopy {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 25px 0 15px;
}
@media only screen and (max-width: 767px) {
  .productInfo .bodyCopy {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.productInfo .name {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  margin: 20px 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 .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_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 20px 0;
    margin: 10px 20px;
  }
  .productInfo .col_left {
    width: 100%;
  }
  .productInfo .col_right {
    width: 100%;
  }
  .productInfo .ph {
    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: #dc7aab;
    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: 20px 40px 0;
}
.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: #dc7aab;
	padding-bottom: 10px;
}

.points dl {
  margin-left: 100px;
}
.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 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.points dd {
  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 {
    padding: 0;
  }
  .points .icon {
    float: none;
    text-align: center;
  }
  .points .icon img {
    width: 94%;
    margin: 10px auto;
  }
  .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 .pt_notes {
	font-size: 1rem;
}
.cv_lip {
	margin: 5% 4% 2% 4%;
}

@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;
}
}

.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;
  }

}



.howto {
  margin-top: 25px;
  padding: 30px 40px;
  background-color: #f2f2f2;
  text-align: center;
}
.howto .ttl {
  width: 800px;
  margin: 0 auto 20px;
  text-align: left;
}

h2.concept .pc img {
	width: 700px;
}


@media only screen and (max-width: 767px) {
  .howto {
    margin-top: 20px;
  }
  .howto .ttl {
    width: auto;
    text-align: center;
  }
  .howto img {
    max-width: 100%;
  }
.contents {
	padding: 0;
	}
	
}


/* カラー診断 */
#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 { text-align: center; margin: 20px auto 0; }
#ncc h2 .tab { text-align: center; margin: 45px auto 0; }
#ncc h2 .tab img { width: 70%; }
#ncc h2 .sp { margin: 30px; }
#ncc h2 .sp img { width: 100%; margin-top: 10px;}
#ncc .info { font-size: 1.6rem; line-height: 1.6; text-align: center; margin: 40px 0; }

#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: 680px;
}
#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 .ncc {
  width: 700px;
  margin: 20px auto 40px;
  padding: 10px 20px;
  background-color: #f2f2f2;
}
#ncc .ncc .logo {
  float: left;
  display: inline;
}
#ncc .ncc .logo img {
  width: 230px;
}
#ncc .ncc .text {
  font-size: 1.2rem;
  line-height: 1.4;
}
#ncc .testStart .pc {
  position: relative;
  width: 800px;
  height: 380px;
  margin: 0 auto 40px;
}
#ncc .testStart .pc .back {
  position: absolute;
  top: 0px;
  left: 85px;
}
#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: #e87eb4;
}
#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:#e87eb4;
	text-decoration:none;
}
#ncc .restart a:hover {
	color:#d4b75d;
	text-decoration:none;
}



/* プレゼント */
#present .present_area .photo { text-align: center; margin: 20px 0 40px; }










/* ★★★★★★★　レスポンシブ　★★★★★★★ */
@media screen and (min-width: 768px) and (max-width: 930px){
	
.contents {
   padding: 0;
}	
	
#ncc h2 .tab {
    margin: 30px auto 0;
}
#ncc .ncc {
    width: 700px;
}	
#ncc h2 .tab img {
	width: 80%;	
}	
/* カラー診断 */
	
#ncc .testStart .tab {
  position: relative;
  width: 800px;
  height: 380px;
  margin: 0 auto 40px;
}
#ncc .testStart .tab .back {
  position: absolute;
  top: 0px;
  left: 70px;
}
#ncc .testStart .tab .btn_start {
  position: absolute;
  top: 163px;
  left: 215px;
}
#ncc .box_test {
  width: 700px;
  height: 380px;
  margin: 0 auto 40px;
  padding-top: 60px;
  background-image: url(../images/ncc/back_ncc.png);
  background-size: 100%;
  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: #dc7aab;
}
#ncc .box_test ul {
  width: 700px;	
  margin: 0 auto;
  text-align: center;
}
#ncc .box_test li {
  display: inline-block;
  margin: 0 0 20px 0;
}
#ncc .box_test li img {
  width: 90%;
}	

}

@media only screen and (max-width: 767px) {


/* カラー診断 */
#ncc .testStart .sp .back {
	margin: 0 auto;
	text-align: center;
}	
#ncc .testStart .sp .back img {
	width: 96%;
	border-top: solid 1px #dc7aab;
	border-left: solid 1px #dc7aab;
    border-right: solid 1px #dc7aab;
}
#ncc .testStart .sp .btn_start {
  width: 96%;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 0 40px;
  border-bottom: solid 1px #dc7aab;
  border-left: solid 1px #dc7aab;
  border-right: solid 1px #dc7aab;	
}
#ncc .testStart .sp .btn_start a {
  display: block;
  width: 72%;
  margin: 0 auto;
  border-radius: 0px;
  background-color: #dc7aab;
  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;
  font-family: 'Noto Serif', 'Noto Serif JP', serif;	
}
#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: 0px; }


  #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: 96%;
    height: auto;
    padding: 20px 0;
    background-image: none;
    background-repeat: no-repeat;
    background-color: #fff;
	border-top: solid 1px #dc7aab;
	border-bottom: solid 1px #dc7aab;
	border-left: solid 1px #dc7aab; 
	border-right: solid 1px #dc7aab;   
  }
  #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: 80%;
  }

}


@media only screen and (max-width: 767px) {
    .footer-upper-inner {
        padding: 14px 0;
    }
    .footer-upper .col-middle {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0px !important;
        margin-bottom: 15px !important;
    }
    .footer-upper .divider {
        width: 100% !important;
        margin-left: 0% !important;
    }
        .footer-upper .footer-to-top {
        right: 0% !important;
    }
        .footer-upper nav {
        box-sizing: border-box;
        padding:0 10px 10px;
    }
}
