@charset "UTF-8";
/*--------------------------
>> contents maquillage2009
--------------------------*/

/*--------------------Reset*/
* {
  margin: 0px;
  padding: 0px;
}
/*
.ad {
  display: none !important;
}*/
#commonFooter {
  margin-top: 0 !important;
}

#mq_maquillage section {
  padding: 0 !important;
}

/*--------------------Common*/

#mq_maquillage {
  width: 100%;
  color: #404040;
  line-height: 1;
  word-break: normal;
  line-break: strict;
  /*position: relative;*/
  color: #404040;
}

#mq_maquillage img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  width: 100%;
  height: auto;
  backface-visibility: hidden;/* animation時のにじみ防止 */
  -webkit-backface-visibility: hidden;/* animation時のにじみ防止 */
  -webkit-font-smoothing: antialiased;/* animation時の文字にじみ防止 */
  -moz-osx-font-smoothing: grayscale;/* animation時の文字にじみ防止 */
}

#mq_maquillage p {
  font-size: 3.733333vw;
  line-height: 1.71428;
}

#mq_maquillage .credit {
  font-size: 3.125vw;
  line-height: 1.5;
  padding-top: 2.1875vw;
}

#mq_maquillage .bold {
  font-weight: bold;
}


#mq_maquillage .sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

#mq_maquillage .emphasis {
  position: relative;
  padding-top: 0.2em;
}

#mq_maquillage .emphasis::before {
  position: absolute;
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #000;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

#mq_maquillage .is-pc {
  display: none!important;
}

#mq_maquillage .is-sp {
  display: block!important;
}


#mq_maquillage br.is-pc {
  display: none;
}

#mq_maquillage br.is-sp {
  display: inline-block;
}



/*Clearfix*/
#mq_maquillage .cf:before,
#mq_maquillage .cf:after {
  content: "";
  display: block;
  overflow: hidden;
}
#mq_maquillage .cf:afte {
  clear: both;
}
#mq_maquillage .cf {
  zoom: 1;
}
#mq_maquillage .clear {
  clear: both;
}


/*Layout*/
#mq_maquillage .container {
  width: 92vw;
  margin: 0 4vw;
}

/*--------------------------------------------------------------------------------------
mq_contents
-------------------------------------------------------------------------------------- */

/*--------------------------------------------------------------------------------アニメーション共通 */
#mq_maquillage .fadeup {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 40px);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate(0, 40px);
  transform-style: preserve-3d;
  -webkit-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

#mq_maquillage .fadeup.is-active {
  -webkit-transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate(0, 0);
}


/*fadein*/
#mq_maquillage .fadein {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0s;
  transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0s;
}

#mq_maquillage .fadein.is-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=1);
  opacity: 1;
}

/*-------------------------------------------------------------------------------- pr */
#mq_maquillage .pr {
  width: 30px;
  height: 17px;
  z-index: 2;
  padding-top: 15px;
  margin-left: auto;
  margin-right: 15px;
}


/*-------------------------------------------------------------------------------- loading*/

.body_is-fixed {
  position: fixed;
}

/*#mq_maquillage.is-fixed {
  position: fixed;
  z-index: 21;
}*/

#mq_maquillage .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(#fff, #fff9f4);
  z-index: 100;
}


#mq_maquillage .loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80.66666vw;
  opacity: 0;
  transition: opacity  1s ease;
}

#mq_maquillage .loading_logo.is-show {
  opacity: 1;
}


/*-------------------------------------------------------------------------------- mv*/
#mq_maquillage .mv {
  width: 100%;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/mv_ph_sp@2x.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  transition: opacity 1s ease 4s;
}

#mq_maquillage .mv.is-show {
  opacity: 1;
}

#mq_maquillage .mv_main {
  position: relative;
  height: 177.3333vw;
  margin: 0 auto 9.3333vw;
}


#mq_maquillage .mv_logo {
  width: 69.466666vw;
  position: absolute;
  top: 94.666666vw;
  left: 15.266666vw;
  opacity: 0;
  transition: all .5s ease 4.5s;
  margin-top: 40px;
}

#mq_maquillage .mv_logo.is-show {
  opacity: 1;
  margin-top: 0;
}

#mq_maquillage .mv_text {
  position: absolute;
  top: 141.333333vw;
  left: 4vw;
  width: 92vw;
  font-size: 3.733333vw;
  line-height: 1.71428;
  opacity: 0;
  transition: all .5s ease 5s;
  margin-top: 40px;
}

#mq_maquillage .mv_text.is-show {
  opacity: 1;
  margin-top: 0;
}

#mq_maquillage .mv_bg {
  background:linear-gradient(#fff, #fff5ed);
  padding-bottom: 14.66666vw;
}

#mq_maquillage .mv_lead {
  position: relative;
  margin: 0 auto;
  padding-top: 10.6666vw;
  width: 92vw;
  margin-bottom: 14.6666vw;
}

#mq_maquillage .mv_lead::before,
#mq_maquillage .mv_lead::after {
  position: absolute;
  display: block;
  content: '';
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/icon_quotation@2x.png);
  background-size:8vw 6.9333vw;
  width: 8vw;
  height: 6.93333vw;
}
#mq_maquillage .mv_lead::before {
  top: 0;
  left: 0;
}

#mq_maquillage .mv_lead::after {
  right: 0;
  bottom: -10.6666vw;
  transform: rotate(-180deg);
}

#mq_maquillage .mv_comment {
  margin: 0 auto;
  width: 92vw;
  position: relative;
  text-align: left;
}


#mq_maquillage .mv_comment-item {
  width: 81.3333vw;
  padding: 6.6666vw;
  position: relative;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.1) 0s;
}

#mq_maquillage .mv_comment-item::before {
  position: absolute;
  display: block;
  content: '';
  width: 10.6666vw;
  height: 1px;
  transform: rotate(-45deg);
  background-color: #dc0050;
  left: 4vw;
  bottom: -1.3333vw;
}

#mq_maquillage .mv_comment-item:first-child {
  background-color: rgba(242,192,182,.5);
  margin-bottom: 8vw;
}

#mq_maquillage .mv_comment-item:last-child {
  background-color: rgba(173,217,181,.5);
  margin-left: auto;
  transition-delay: .5s;
}

#mq_maquillage .mv_comment-text {
  margin-bottom: 4vw;
  font-size: 3.2vw;
  line-height: 1.5;
}

#mq_maquillage p.mv_comment-name {
}

#mq_maquillage .mv_comment-name .small {
  font-size: 3.2vw;
}



/*-------------------------------------------------------------------------------- myrule*/
#mq_maquillage .myrule {
  background-color: #fff5ed;
}

#mq_maquillage .myrule_headings {
  width: 66.66666vw;
  position: relative;
  margin: 0 auto 6.6666vw;
  z-index: 0;
}

#mq_maquillage .myrule_headings::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 5.1333vw;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/myrule_headings-line@2x.png);
  background-size: 32.8vw 5.1333vw;
  bottom: -1.5vw;
  left: 37vw;
  z-index: -1;
  transition: width .5s ease .5s;
}

#mq_maquillage .myrule_headings.is-active::before {
  width: 32.8vw;
}

#mq_maquillage .myrule_lead {
  width: 92vw;
  margin: 0 auto 9.3333vw;
}

#mq_maquillage .myrule_wrapper {
  position: relative;
  height: 200vw;
  overflow: hidden;
  width: 100%;
}

#mq_maquillage .myrule_bg {
  position: absolute;
  top: 14vw;
  right: -9.3333vw;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/myrule_ph-bg_sp@2x.jpg);
  background-size: 92vw 64.4vw;
  background-repeat: no-repeat;
  width: 92vw;
  height: 64.4vw;
  transition: all .5s ease .5s;
}

#mq_maquillage .myrule_main {
  display: flex;
  flex-direction: column;
}

#mq_maquillage .myrule_ph {
  width: 92vw;
  margin-left: 4vw;
  position: relative;
  margin-bottom: 8vw;
  z-index: 0;
  order: 1;
}

#mq_maquillage .myrule_text {
  background-color: rgba(255,255,255,.75);
  border-top: 2px solid #dc0050;
  z-index: 2;
  position: relative;
  margin-left: -4vw;
  order: 2;
  margin-bottom: 5.3333vw;
  width: 0;
  overflow: hidden;
  transition: all .5s ease .5s;
  padding: 8vw 0;
}

#mq_maquillage .myrule_text.is-active {
  width: 96vw;
}

#mq_maquillage .myrule_text .slidein_inner {
  padding: 0 4vw;
  width: 96vw;
}


#mq_maquillage .myrule_text1 {
  font-size: 4.8vw;
  line-height: 1.5;
  margin-bottom: 2.6666vw;
}

#mq_maquillage .myrule_text2 {

}

#mq_maquillage .myrule_credit {
  order: 3;
  font-size: 3.2vw;
  line-height: 1.5;
  margin-bottom: 2.6666vw;
}


#mq_maquillage .myrule_caption {
  font-size: 3.2vw;
  line-height: 1.5;
  color: #9f9f9f;
  margin-bottom: 6.6666vw;
  order: 4;
}



/*-------------------------------------------------------------------------------- charm */
#mq_maquillage .charm {
  background-color: #f2d8d3;
  padding: 8vw 0 2.66666vw;
}

#mq_maquillage .charm_catch {
  font-size: 3.733333vw;
  text-align: center;
  margin-bottom: 4vw;
}


#mq_maquillage .charm_headings {
  width: 63.6vw;
  position: relative;
  z-index: 0;
  margin: 0 auto  5.3333vw;
}


#mq_maquillage .charm_headings::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 5.866666vw;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/charm_headings-line_sp@2x.png);
  background-size: 41.6vw 5.866666vw;
  bottom: -2vw;
  left: 0;
  z-index: -1;
  transition: width .5s ease .5s;
  overflow: hidden;
}

#mq_maquillage .charm_headings.is-active::before {
  width: 41.6vw;
}

#mq_maquillage .charm_lead {
  width: 92vw;
  margin: 0 auto 2vw;
}

#mq_maquillage .charm_live {
  margin: 0 auto 8vw;
  width: 92vw;
  font-size: 3.2vw;
}

#mq_maquillage .charm_live a {
  font-weight: bold;
  text-decoration: underline;
  color: #dc0050;
  font-size: 3.7333vw;
}


#mq_maquillage .charm_list {
  width: 92vw;
  margin: 0 auto;
}

#mq_maquillage .charm_item {
  display: flex;
  margin-bottom: 8vw;
}

#mq_maquillage .charm_left {
  margin-right: 4vw;
  width: 32vw;
}

#mq_maquillage .charm_right {
  width: 56vw;
}

#mq_maquillage .charm_ph {
  margin: 0 auto 2.66666vw;
}

#mq_maquillage .charm_name {
  text-align: center;
  position: relative;
  font-size: 3.7333vw;
  line-height: 1.42;
}

#mq_maquillage .charm_name .small {
  font-size: 3.2vw;
}

#mq_maquillage .charm_name .small2 {
  font-size: 3.2vw;
}

#mq_maquillage .charm_name::before {
  position: absolute;
  display: block;
  content: '';
  width: 6.6666vw;
  height: 0.7vw;
  background-color: #dc0050;
  bottom: -2.6666vw;
  left: 50%;
  transform: translateX(-50%);
}


#mq_maquillage .charm_text {
  font-size: 3.2vw;
  line-height: 1.5;
}


/*----------------------------------------------------------------------------basemake */
#mq_maquillage .basemake {
  padding-top: 10.6666vw;

}

#mq_maquillage .basemake_headings {
  position: relative;
  z-index: 0;
  margin: 0 auto 6.6666vw;
  width: 78.6vw;
}


#mq_maquillage .basemake_headings::before {
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
  width: 0;
  height: 7.133333vw;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/basemake_headings-line_sp@2x.png);
  background-size: 63vw 7.133333vw;
  bottom: -2vw;
  left: 9vw;
  transition: width .5s ease .5s;
}

#mq_maquillage .basemake_headings.is-active::before {
  width: 63vw;
}

#mq_maquillage .basemake_lead {
  margin-bottom: 10.6666vw;
}


#mq_maquillage .basemake_ph {
  margin-bottom: 5.33333vw;

}


#mq_maquillage .basemake_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 8vw;
}


#mq_maquillage .basemake_item {
  width: 29.0333vw;
  margin-right: 2.4vw;
  margin-bottom: 2.6666vw;
}

#mq_maquillage .basemake_item:nth-child(3) {
  margin-right: 0;
}


#mq_maquillage .basemake_item a {
  display: block;
  width: 100%;
  height: 100%;
}

#mq_maquillage .basemake_item:nth-child(2){
  transition-delay: .2s;
}
#mq_maquillage .basemake_item:nth-child(3){
  transition-delay: .4s;
}
#mq_maquillage .basemake_item:nth-child(4){
  transition-delay: .6s;
}
#mq_maquillage .basemake_item:nth-child(5){
  transition-delay: .8s;
}

#mq_maquillage .btn_brandsite {
 width: 63.7333vw;
 margin: 0 auto 16vw;
}


/*----------------------------------------------------------------------------check */
#mq_maquillage .check {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/check_bg_sp@2x.png);
  background-size: 100% auto;
  background-position: top center;
  height: 119.2vw;
  background-repeat: no-repeat;
  margin-bottom: 10.6666vw;
}

#mq_maquillage .check_inner {
  width: 92vw;
  height: 119.2vw;
  margin: 0 auto;
}

#mq_maquillage .check_icon {
  width: 24.4vw;
  margin: 0 auto 8vw;
}

#mq_maquillage .check_catch {
  margin: 0 auto 4vw;
  width: 72vw;
}


#mq_maquillage .check_headings {
  margin: 0 auto 6.6666vw;
  z-index: 0;
  position: relative;
  width: 86.2666666vw;
}

#mq_maquillage .check_headings::before {
  z-index: -1;
  position: absolute;
  display: block;
  content: '';
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/check_headings-line_sp@2x.png);
  width: 0;
  height: 12.2vw;
  background-size: 88.066666vw 12.2vw;
  left: 0vw;
  bottom: -.5vw;
  transition: width .5s ease .5s;
}

#mq_maquillage .check_headings.is-active::before {
  width: 88.0667vw;
}

#mq_maquillage .check_lead {
  text-align: center;
  margin-bottom: 6.6666vw;
}

#mq_maquillage .btn_start {
  width:64.53333vw;
  height: 20.8vw;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/btn_start_sp@2x.png);
  background-size: contain;
  margin: 0 auto;
}

#mq_maquillage .btn_start a {
  display: block;
  width: 100%;
  height: 100%;
}

#mq_maquillage .check_question {
  position: relative;
  display: none;
}

#mq_maquillage .check_question::before {
  display: block;
  position: absolute;
  content: '';
  width: 34.4vw;
  height: 4vw;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/question_icon@2x.png);
  background-size: 34.4vw 4vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

}

#mq_maquillage .question {
  font-size: 4.8vw;
  line-height: 1.5;
  padding-top: 17.3333vw;
  text-align: center;
  margin-bottom: 8vw;
}

#mq_maquillage .question_wrapper {
  display: none;
}

#mq_maquillage #q1.question_wrapper {
  display: block;
}

#mq_maquillage .btn_question {
  margin: 0 auto;
  text-align: center;
}

#mq_maquillage .question_a,
#mq_maquillage .question_b {
  width: 64.266666vw;
  height: 29.3333vw;
  background-size: 64.266666vw 29.3333vw;
  font-size: 3.73vw;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 13.3333vw;
  padding-bottom: 5.3333vw;
  margin-left: auto;
  margin-right: auto;
}


#mq_maquillage .question_a {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/btn_question_a_sp@2x.png);
  margin-bottom: 5.3333vw;
}

#mq_maquillage .question_b {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/btn_question_b_sp@2x.png);
}


/*----------------------------------------------------------------------------atcosme */
#mq_maquillage .atcosme {
  background-color: rgba(46,182,170,.2);
  padding: 5.66666vw 0;
  margin-bottom: 8vw;
}

#mq_maquillage .atcosme_catch {
  width: 77.066666vw;
  margin: 0 auto 2.6666vw;
  position: relative;
}

#mq_maquillage .atcosme_catch::before {
  position: absolute;
  display: block;
  content: '';
  width: 77.066666vw;
  height: 9.8666666vw;
  top: 0;
  left: 0;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/atcosme_catch_sp@2x.png);
  background-size: 77.066666vw 9.8666666vw;
  -webkit-animation: fuwafuwa 2s infinite ease;
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  animation-name: fuwafuwa;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  -ms-animation-name: fuwafuwa;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease;
}

#mq_maquillage .btn_atcosme {
  width: 63.7333vw;
  height: 20vw;
  margin: 0 auto;
}


#mq_maquillage .atcosme + .btn_brandsite {
  margin-bottom: 8vw;
}


#mq_maquillage .btn_questionnaire {
  width: 92vw;
  height: 26.6666vw;
  margin: 0 auto 60px;
}

#mq_maquillage .btn_atcosme a,
#mq_maquillage .btn_questionnaire a {
  display: block;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------------------------sns */
#mq_maquillage .share {
  text-align: center;
  margin: 0 auto 9.3333vw;
}

#mq_maquillage .share_headings {
  width: 20.4vw;
  margin: 0 auto 4vw;
}

#mq_maquillage .share_list {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

#mq_maquillage .share_item {
  width: 8vw;
  height: 8vw;
  margin: 0 2vw;
}

#mq_maquillage .credit {
  width: 92vw;
  margin: 0 auto 14.6666vw;
  color: #9f9f9f;
  font-size: 2.6666vw;
  line-height: 1.5;
}




/*----------------------------------------------------------------------------sns */


#mq_maquillage .sns {
  margin: 0 auto 9.3333vw;
  text-align: center;
}

#mq_maquillage .sns li {
  width: 13.333vw;
  display: inline-block;
  margin: 0 5px;
}

/*----------------------------------------------------------------------------モーダル */

#mq_maquillage .modal{
  position: absolute;
  top: 0;
  left: 0;
  width: 92vw;
  height: 245.93333vw;
  background-color: #fff;
  z-index: 10000001;
  display: none;
}

#mq_maquillage #modal_overlay {
  width: 100%;
  height: 130%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(215, 212, 206, 0.85);
  z-index: 100;
  display: none;
}

#mq_maquillage .modal_close {
    position: absolute;
    width: 5.333vw;
    height: 5.333vw;
    top: 4vw;
    right: 4vw;
    z-index:2;
}

#mq_maquillage .modal_inner {
  padding: 4vw;
}

#mq_maquillage .modal_ph {
  margin-bottom: 25.3333vw;
}


#mq_maquillage .modal_text {
}

#mq_maquillage .modal_headings {
  margin-bottom: 2.6666vw;
  font-weight: bold;
}

#mq_maquillage .modal_caption {
  margin-bottom: 4vw;
}


#mq_maquillage .modal_credit {
  font-size: 3.2vw;
  line-height: 1.5;
  margin-bottom: 8vw;
}

#mq_maquillage .modal_link-item {
  width: 63.733333vw;
  margin: 0 auto 4vw;
}

#mq_maquillage .modal_link-item:last-child {
  margin-bottom: 0;
}

/* slick.css--------------------------------------------------*/

/* Slider */
#mq_maquillage .slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

#mq_maquillage .slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
#mq_maquillage .slick-list:focus
{
    outline: none;
}
#mq_maquillage .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

#mq_maquillage .slick-slider .slick-track,
#mq_maquillage .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

#mq_maquillage .slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
#mq_maquillage .slick-track:before,
#mq_maquillage .slick-track:after
{
    display: table;

    content: '';
}
#mq_maquillage .slick-track:after
{
    clear: both;
}
#mq_maquillage .slick-loading .slick-track
{
    visibility: hidden;
}

#mq_maquillage .slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
#mq_maquillage .slick-slide img
{
    display: block;
}
#mq_maquillage .slick-slide.slick-loading img
{
    display: none;
}
#mq_maquillage .slick-slide.dragging img
{
    pointer-events: none;
}
#mq_maquillage .slick-initialized .slick-slide
{
    display: block;
}
#mq_maquillage .slick-loading .slick-slide
{
    visibility: hidden;
}
#mq_maquillage .slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
#mq_maquillage .slick-arrow.slick-hidden {
    display: none;
}

/*slick.theme*/
@charset 'UTF-8';
/* Slider */
#mq_maquillage .slick-loading .slick-list
{
    /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    /*src: url('./fonts/slick.eot');*/
    /*src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');*/
}
/* Arrows */
#mq_maquillage .slick-prev,
#mq_maquillage .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

#mq_maquillage .slick-prev img {
    width: 100%;
}

#mq_maquillage .slick-prev:hover,
#mq_maquillage .slick-prev:focus,
#mq_maquillage .slick-next:hover,
#mq_maquillage .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
#mq_maquillage .slick-prev:hover:before,
#mq_maquillage .slick-prev:focus:before,
#mq_maquillage .slick-next:hover:before,
#mq_maquillage .slick-next:focus:before
{
    opacity: 1;
}
#mq_maquillage .slick-prev.slick-disabled:before,
#mq_maquillage .slick-next.slick-disabled:before
{
    opacity: .25;
}

#mq_maquillage .slick-prev:before,
#mq_maquillage .slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#mq_maquillage .slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
#mq_maquillage .slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

#mq_maquillage .slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
#mq_maquillage .slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}


/* Dots */
#mq_maquillage .slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

#mq_maquillage .slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
#mq_maquillage .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
#mq_maquillage .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
#mq_maquillage .slick-dots li button:hover,
#mq_maquillage .slick-dots li button:focus
{
    outline: none;
}
#mq_maquillage .slick-dots li button:hover:before,
#mq_maquillage .slick-dots li button:focus:before
{
    opacity: 1;
}
#mq_maquillage .slick-dots li button:before
{
    /*font-family: 'slick';*/
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#mq_maquillage .slick-dots li.slick-active button:before
{
    opacity: .75;
}


/* スライダーカスタマイズ--------------------------------------------------*/
#mq_maquillage .slick-slider {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  height: 100%;
}

#mq_maquillage .slide-arrow {
  width: 2.4vw;
  height:3.73333vw;
  position: absolute;
  z-index:1000;
  top: 45vw;
  /*transform: translateY(-50%);*/
}

#mq_maquillage .prev-arrow {
  left: 4vw;
  z-index:1000;
}

#mq_maquillage .next-arrow {
  position: absolute;
  right: 4vw;
}

#mq_maquillage .slick-slide {
    outline: none;
}

#mq_maquillage button {
  position: relative;
  text-indent: 0px;
  color:transparent;
  width: 14.6666vw;
  height: 14.6666vw;
  padding: 0;
  border: 1px solid #000;
}

#mq_maquillage .slide-dots {
  position: absolute;
  top: 94vw;
  left: 4vw;
  width: 84vw;
  display: flex;
  justify-content: space-between;
}

#mq_maquillage .slide-dots li {
  display: inline-block;
  width: 14.6666vw;
  height: 14.6666vw;
  background-size: 14.6666vw 14.6666vw;
}

#mq_maquillage .slide-dots li.slick-active button {
  border: 2px solid #cc0050;
}


#mq_maquillage .slide-dots li:first-child {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/modal_thumbnail1@2x.png);
}

#mq_maquillage .slide-dots li:nth-child(2) {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/modal_thumbnail2@2x.png);
}

#mq_maquillage .slide-dots li:nth-child(3) {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/modal_thumbnail3@2x.png);
}

#mq_maquillage .slide-dots li:nth-child(4) {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/modal_thumbnail4@2x.png);
}

#mq_maquillage .slide-dots li:nth-child(5) {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/modal_thumbnail5@2x.png);
}




/*-------------------------------------------------------------------------------- 診断結果*/
#mq_maquillage .result {
  margin-bottom: 10.6666vw;
  opacity: 0;
  transition: opacity 1s ease;
}

#mq_maquillage .result.is-show {
  opacity: 1;
}

#mq_maquillage .result_inner {
  margin: 0 auto;
  text-align: center;
}

#mq_maquillage .recommended_icon {
  width: 54.6666vw;
  margin: calc(10.6666vw - 32px) auto 8vw;
}

#mq_maquillage .recommended_catch {
  margin: 0 auto 4vw;
  text-align: center;
}

#mq_maquillage .recommended_catch img {
  width: auto;
  height: 4.266666vw;
}

#mq_maquillage .recommended_headings {
  margin: 0 auto 9.33333vw;
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 0;
}

#mq_maquillage .recommended_headings img {
  width: auto;
  height: 5.533333vw;
}

#mq_maquillage .recommended_headings::before {
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
}

#mq_maquillage .result1 .recommended_headings::before {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/recommended_headings1-line_sp@2x.png);
  width: 0;
  height: 7.4666vw;
  bottom: -3.5vw;
  left: -4vw;
  background-size: 48.13333vw 7.4666vw;
  overflow: hidden;
  transition: width .5s ease .5s;
}

#mq_maquillage .result1.is-show .recommended_headings::before {
  width: 48.13333vw;
}

#mq_maquillage .result2 .recommended_headings::before {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/recommended_headings2-line_sp@2x.png);
  width:0;
  height: 7.46666666vw;
  bottom: -3.5vw;
  left: 0;
  background-size: 74.4vw 7.46666666vw;
  overflow: hidden;
  transition: width .5s ease .5s;
}

#mq_maquillage .result2.is-show .recommended_headings::before {
  width: 74.4vw;
}

#mq_maquillage .result3 .recommended_headings::before {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/recommended_headings3-line_sp@2x.png);
  width: 0;
  height: 7.46666666vw;
  bottom: -3.5vw;
  left: 0;
  background-size: 74.4vw 7.46666666vw;
  overflow: hidden;
  transition: width .5s ease .5s;
}

#mq_maquillage .result3.is-show .recommended_headings::before {
  width: 74.4vw;
}

#mq_maquillage .result4 .recommended_headings::before {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/recommended_headings4-line_sp@2x.png);
  width: 0;
  height: 7.4666666vw;
  bottom: -3.5vw;
  left: -4vw;
  background-size: 47.7333333vw 7.4666666vw;
  overflow: hidden;
  transition: width .5s ease .5s;
}

#mq_maquillage .result4.is-show .recommended_headings::before {
  width: 47.733333vw;
}

#mq_maquillage .result_main {
  width: 92vw;
  margin: 0 auto;
}

#mq_maquillage .result_left {
  text-align: left;
}

#mq_maquillage .result_right {
  text-align: left;
}

#mq_maquillage .result_ph {
  margin: 0 auto 10.666vw;
}

#mq_maquillage .reviews_headings {
  margin-bottom: 5.3333vw;
}

#mq_maquillage .reviews_headings img {
  width: auto;
  height:4.133333vw;
}

#mq_maquillage .reviews_list {
  text-align: left;
  border-top: 1px solid #2eb6aa;
  margin-bottom: 4vw;
}

#mq_maquillage .reviews_item {
  padding: 4vw 0;
  border-bottom: 1px solid #2eb6aa;
}

#mq_maquillage .reviews_name {
  font-size: 3.2vw;
  line-height: 1.5;
  margin-bottom: 1.3333vw;
}

#mq_maquillage .reviews_star {
  font-size: 3.2vw;
  color: #d7d4ce;
  margin-bottom: 0.6666vw;
}

#mq_maquillage .reviews_star .green {
  color: #2eb6aa;
}

#mq_maquillage .reviews_text {
  font-size: 3.2vw;
  line-height: 1.5;
}

#mq_maquillage .reviews_caution {
  font-size: 2.6666vw;
  line-height: 1.5;
  color: #9f9f9f;
  margin-bottom: 9.3333vw;
}

#mq_maquillage .result_headings {
  font-size: 3.7333vw;
  line-height: 1.71;
  margin-bottom: 2.6666vw;
  font-weight: bold;
}

#mq_maquillage .result_caption {
  margin-bottom: 2.666vw;
}

#mq_maquillage .result_caption2 {
  margin-bottom: 5.3333vw;
  font-size: 3.466666vw;
}

#mq_maquillage .result_caption2 a {
  font-weight: bold;
  text-decoration: underline;
}


#mq_maquillage .result_credit {
  font-size: 3.2vw;
  line-height: 1.5;
  margin-bottom: 5.3333vw;
}

#mq_maquillage .result_link-list {
  margin: 0 auto 10.666vw;
  width: 63.7333vw;
}


#mq_maquillage .result_link-item {
  margin-bottom: 5.3333vw;
}

#mq_maquillage .result_share {

}


#mq_maquillage .result_share-headings {
  font-weight: bold;
  font-size: 3.76333vw;
  margin-bottom: 2.6666vw;
  text-align: center;
}


#mq_maquillage .result_share-list {

}


#mq_maquillage .result_share-item {

}

