@charset "UTF-8";

/*--------------------------
>> contents maquillage2009
--------------------------*/

/*--------------------Reset*/
* {
  margin: 0px;
  padding: 0px;
}

body {
  padding-top: 55px!important;
}

#mqWrapper {
  width: 100%;
  position: static;
}

#mqWrapper main {
  width: 100%;
  margin: 0;
  padding-bottom: 0;
}

/*.ad.ad_pushdown {
  display: none;
}*/

#mq_maquillage section {
  padding: 0 !important;
}

/*--------------------Common*/
#mq_maquillage {
  /*position: relative;*/
  width: 100%;
  color: #404040;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  line-height: 1;
  word-break: normal;
  line-break: strict;
  color: #000
}

#mq_maquillage img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  width: 100%;
  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: 16px;
  line-height: 1.75;
}

#mq_maquillage .credit {
  font-size: 10px;
}

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

#mq_maquillage .sup {
  font-size: 8px;
  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 a:hover img {
  opacity: .6;
}

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


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

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


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


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


/*--------------------Layout*/
#mq_maquillage .container {
  margin: 0 auto;
  width: 980px;
}


/*--------------------------------------------------------------------------------------
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;
  margin-left: auto;
  padding-top: 30px;
}


/*-------------------------------------------------------------------------------- loading*/
.body_is-fixed {
  position: fixed;
  z-index: 16;
}


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

#mq_maquillage .loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 641px;
  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@2x.jpg);
  background-size: 1400px 648px;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease 4s;
}

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

#mq_maquillage .mv_main {
  position: relative;
  width: 980px;
  height: 648px;
  margin: 0 auto;
}


#mq_maquillage .mv_logo {
  width: 411px;
  position: absolute;
  top: 60px;
  left: 0px;
  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: 340px;
  left: 0px;
  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: 130px;
}

#mq_maquillage .mv_lead {
  margin: 100px auto 80px;
  position: relative;
  text-align: center;
  width: 812px;
}

#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: 60px 54px;
  width: 60px;
  height: 54px;
}
#mq_maquillage .mv_lead::before {
  top: -50px;
  left: 0;
}

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

#mq_maquillage .mv_comment {
  width: 812px;
  margin: 0 auto;
  position: relative;
  height: 455px;
}


#mq_maquillage .mv_comment-item {
  width: 420px;
  padding: 40px;
  position: absolute;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.1) 0s;
}

#mq_maquillage .mv_comment-item::before {
  position: absolute;
  display: block;
  content: '';
  width: 60px;
  height: 2px;
  transform: rotate(-45deg);
  bottom: -5px;
  background-color: #dc0050;
  left: 20px;
}

#mq_maquillage .mv_comment-item:first-child {
  background-color: rgba(242,192,182,.5);
  top: 0;
  left: 0;
  z-index: 2;
}

#mq_maquillage .mv_comment-item:last-child {
  background-color: rgba(173,217,181,.5);
  top: 60px;
  right: 0;
  z-index: 1;
  transition-delay: .5s;
}

#mq_maquillage .mv_comment-text {
  margin-bottom: 25px;
}

#mq_maquillage p.mv_comment-name {
  font-size: 22px;
  line-height: 28px;
}

#mq_maquillage .mv_comment-name .small {
  font-size: 14px;
}



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

#mq_maquillage .myrule_headings {
  width: 498px;
  position: relative;
  margin: 0 auto 20px;
  z-index: 0;
}

#mq_maquillage .myrule_headings::before {
  display: block;
  content: '';
  position: absolute;
  width: 218px;
  height: 33px;
  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: 218px 33px;
  bottom: 0;
  left: 280px;
  z-index: -1;
  width: 0;
  overflow: hidden;
  transition: width .5s ease .5s;
}


#mq_maquillage .myrule_headings.is-active::before {
  width: 218px;
}

#mq_maquillage .myrule_lead {
  text-align: center;
  margin-bottom: 60px;
}

#mq_maquillage .myrule_wrapper {
  position: relative;
  height: 690px;
}

#mq_maquillage .myrule_bg {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/myrule_ph-bg@2x.jpg);
  background-size: 644px 498px;
  background-repeat: no-repeat;
  background-position: calc(50% + 380px) 120px;
  height: 690px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s ease .5s;
}


#mq_maquillage .myrule_main {
  position: relative;
  position: absolute;
  height: 690px;
  left: 50%;
  transform: translateX(-50%);
}

#mq_maquillage .myrule_ph {
  position: absolute;
  top: 0;
  width: 644px;
  z-index: 0;
  left: 336px;
  opacity: 0;
}

#mq_maquillage .is-active .myrule_ph {
  opacity: 1;
}

#mq_maquillage .myrule_caption {
  font-size: 12px;
  line-height: 1.6666;
  color: #9f9f9f;
  position: absolute;
  top: 498px;
  right: 0;
  width: 644px;
}

#mq_maquillage .myrule_text {
  position: absolute;
  top: 50px;
  left: calc(490px - 50vw);
  background-color: rgba(255,255,255,.75);
  border-top: 2px solid #dc0050;
  width: 0;
  height: 298px;
  overflow: hidden;
  transition: all .5s ease .5s;
  padding: 30px 0;
}


#mq_maquillage .myrule_text.is-active {
  width: calc(50vw - 70px);
}

#mq_maquillage .myrule_text .slidein_inner {
  width: calc(50vw - 70px);
  padding: 0 30px;
}

#mq_maquillage .myrule_text1 {
  font-size: 22px;
  margin-bottom: 20px;
  width: 392px;
  margin-left: auto;
}

#mq_maquillage .myrule_text2 {
  width: 392px;
  margin-left: auto;
  font-size: 16px;
  line-height: 28px;
}

#mq_maquillage .myrule_credit {
  position: absolute;
  top: 390px;
  width: 308px;
  font-size: 12px;
  line-height: 1.66666;
  transition: all .5s ease .5s;
}


/*-------------------------------------------------------------------------------- charm */
#mq_maquillage .charm {
  background-color: #f2d8d3;
  padding: 80px 0 60px;
}

#mq_maquillage .charm_catch {
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 30px;
}


#mq_maquillage .charm_headings {
  width: 433px;
  position: relative;
  z-index: 0;
  margin: 0 auto  30px;
}


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

#mq_maquillage .charm_headings.is-active::before {
  width: 279px;
}

#mq_maquillage .charm_lead {
  text-align: center;
  margin-bottom: 10px;
}

#mq_maquillage .charm_live {
  text-align: center;
  margin-bottom: 60px;
  font-size: 12px;
}

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

#mq_maquillage .charm_live:hover {
  opacity: .6;
  text-decoration: none;
}

#mq_maquillage .charm_list {
  display: flex;
  justify-content: space-between;
}


#mq_maquillage .charm_item {
  width: 308px;
}

#mq_maquillage .charm_item:nth-child(2){
  transition-delay: .5s;
}

#mq_maquillage .charm_item:nth-child(3){
  transition-delay: 1s;
}


#mq_maquillage .charm_ph {
  width: 224px;
  margin: 0 auto 20px;
}

#mq_maquillage .charm_name {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  font-size: 22px;
  line-height: 28px;
}

#mq_maquillage .charm_name .small {
  font-size: 14px;
}

#mq_maquillage .charm_name .small2 {
  font-size: 16px;
}

#mq_maquillage .charm_name::before {
  position: absolute;
  display: block;
  content: '';
  width: 50px;
  height: 2px;
  background-color: #dc0050;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}


#mq_maquillage .charm_text {
  font-size: 14px;
  line-height: 24px;
}

/*----------------------------------------------------------------------------basemake */
#mq_maquillage .basemake {
  padding-top: 120px;

}

#mq_maquillage .basemake_headings {
  width: 810px;
  position: relative;
  z-index: 0;
  margin: 0 auto 30px;
}


#mq_maquillage .basemake_headings::before {
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
  width: 0;
  height: 49px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/basemake_headings-line@2x.png);
  background-size: 413.5px 49px;
  bottom: -10px;
  /*right: -15px;*/
  left: 350px;
  overflow: hidden;
  transition: width .5s ease .5s;
}


#mq_maquillage .basemake_headings.is-active::before {
  width: 413.5px;

}

#mq_maquillage .basemake_lead {
  text-align: center;
  margin-bottom: 50px;
}


#mq_maquillage .basemake_ph {
  margin-bottom: 40px;

}


#mq_maquillage .basemake_list {
  width: 812px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
}


#mq_maquillage .basemake_item {
  /*border: 1px solid #000;*/
  width: 156px;
  height: 156px;
}


#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: 476px;
 margin: 0 auto 85px;
}

/*----------------------------------------------------------------------------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@2x.png);
  background-size: 1400px 693px;
  background-position: top center;
  height: 693px;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

#mq_maquillage .check_inner {
  width: 954px;
  height: 693px;
  margin: 0 auto;
}

#mq_maquillage .check_icon {
  width: 139px;
  padding-top: 20px;
  margin: 0 auto 130px;
}

#mq_maquillage .check_catch {
  margin: 0 auto 20px;
  width: 590px;
}

#mq_maquillage .check_headings {
  margin: 0 auto 50px;
  z-index: 0;
  width: 866px;
  position: relative;

}

#mq_maquillage .check_headings::before {
  margin: 0 auto 50px;
  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@2x.png);
  width: 0;
  height: 67px;
  background-size: 921px 67px;
  left: -10px;
  top: 0;
  transition: width .5s ease .5s;
}

#mq_maquillage .check_headings.is-active::before {
  width: 921px;
}

#mq_maquillage .check_lead {
  text-align: center;
  margin-bottom: 50px;
}

#mq_maquillage .btn_start {
  width: 480px;
  height: 124px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/btn_start@2x.png);
  background-size: contain;
  margin: 0 auto;
  transition: opacity .5s ease 0s;
}

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

#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: 196px;
  height: 23px;
  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: 196px 23px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);

}

#mq_maquillage .question {
  font-size: 32px;
  text-align: center;
  padding-top: 200px;
  margin-bottom: 70px;
}

#mq_maquillage .question_wrapper {
  display: none;
}

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

#mq_maquillage .btn_question {
  display: flex;
  justify-content: center;
}

#mq_maquillage .question_a,
#mq_maquillage .question_b {
  width: 396px;
  height: 160px;
  background-size: 396px 160px;
  display: block;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

#mq_maquillage .question_a:hover,
#mq_maquillage .question_b:hover {
  padding-top: 44px;
  padding-left: 4px;
  cursor: pointer;
}

#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@2x.png);
  margin-right: 25px;
}

#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@2x.png);
}

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

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


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

#mq_maquillage .atcosme_catch {
  width: 327.5px;
  margin: 0 auto 15px;
  position: relative;
  z-index: 0;
}

#mq_maquillage .atcosme_catch::before {
  position: absolute;
  display: block;
  content: '';
  width: 327.5px;
  height: 44px;
  left: 0;
  top: 0;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/maquillage2009/img/atcosme_catch@2x.png);
  background-size: 327.5px 44px;
  -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: 476px;
  height: 120px;
  margin: 0 auto;
}


#mq_maquillage .atcosme + .btn_brandsite {
  margin-bottom: 50px;
}


#mq_maquillage .btn_questionnaire {
  width: 690px;
  height: 200px;
  margin: 0 auto 60px;
}

#mq_maquillage .btn_atcosme a,
#mq_maquillage .btn_questionnaire a {
  display: block;
  width: 100%;
  height: 100%;
}
/*----------------------------------------------------------------------------sns */
#mq_maquillage .share {
  display: flex;
  justify-content: center;
  margin: 0 auto 55px;
  align-items: center;
}

#mq_maquillage .share_headings {
  width: 94px;
  margin-right: 15px;
}

#mq_maquillage .share_list {
  display: flex;
}

#mq_maquillage .share_item {
  width: 40px;
  height: 40px;
  margin: 0 10px;
}

#mq_maquillage .credit {
  color: #9f9f9f;
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 60px;
  text-align: center;
}

/*----------------------------------------------------------------------------モーダル */
#mq_maquillage .modal_open:hover {
  cursor: pointer;
/*  opacity: .6;
*/}

#mq_maquillage .modal {
    position: absolute;
    width: 812px;
    height: 554px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 10001;
}

#mq_maquillage .modal_item {
  padding: 30px;
  height: 494px;
}

#mq_maquillage .modal_inner {
  display: flex;
  height: 494px;
}

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

#mq_maquillage .modal_close {
    position: absolute;
    width: 27.5px;
    height: 27.5px;
    top: 30px;
    right: 30px;
    z-index: 10001;
}

#mq_maquillage .modal_close:hover {
    cursor: pointer;
    opacity: 0.6;
}


#mq_maquillage .modal_ph {
  width: 360px;
  height: 390px;
  margin-right: 30px;
}

#mq_maquillage .modal_left {
  display: flex;
  flex-direction: column;
  height: 752px;
  height: 100%;
}

#mq_maquillage .modal_text {
  width: 364px;
}

#mq_maquillage .modal_headings {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: bold;
}

#mq_maquillage .modal_caption {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
}


#mq_maquillage .modal_credit {
  font-size: 12px;
  line-height: 18px;
}


#mq_maquillage .modal_link-list {
  margin-top: auto;
}

#mq_maquillage .modal_link-item {
  width: 308px;
  margin-bottom: 20px;
}

#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;
}
#mq_maquillage [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;
}


/*--------------------スライダーカスタマイズ*/
#mq_maquillage .slider {
  display: none;
  overflow: hidden;
  height: 100%;
}

#mq_maquillage .slider.slick-initialized {
  display: block;
}

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

#mq_maquillage .slide-arrow:hover {
  opacity: 0.6;
}

#mq_maquillage .slide-arrow {
  position: absolute;
  top: 230px;
  width: 14px;
  transform: translateY(-50%);
  height: 19px;
  cursor: pointer;
  z-index: 10;
}
#mq_maquillage .prev-arrow {
  left: 30px;
}
#mq_maquillage .next-arrow {
  left: 376px;
}


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

#mq_maquillage .slide-dots {
  position: absolute;
  top: 455px;
  left: 30px;
  width: 360px;
  display: flex;
  justify-content: space-between;
}

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

#mq_maquillage .slide-dots li:hover {
  opacity: .6;
}

#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: 130px;
  opacity: 0;
  transition: opacity 1s ease;
}

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

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

#mq_maquillage .recommended_icon {
  width: 306px;
  margin: 30px auto 40px;
}

#mq_maquillage .recommended_catch {
  margin: 0 auto 20px;
  text-align: center;
}

#mq_maquillage .recommended_catch img {
  width: auto;
  height: 30px;
}

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

#mq_maquillage .recommended_headings img {
  width: auto;
  height: 37.5px;
}

#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@2x.png);
  width: 0;
  height: 52px;
  bottom: -20px;
  left: -20px;
  background-size: 328px 52px;
  transition: width .5s ease .5s;
}

#mq_maquillage .result1.is-show .recommended_headings::before {
  width: 328px;
}

#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@2x.png);
  width: 0;
  height: 52px;
  bottom: -25px;
  left: -20px;
  background-size: 525px 52px;
  transition: width .5s ease .5s;
}

#mq_maquillage .result2.is-show .recommended_headings::before {
  width: 525px;
}

#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@2x.png);
  width: 0;
  height: 52px;
  bottom: -20px;
  left: -5px;
  background-size: 492px 52px;
  transition: width .5s ease .5s;
}

#mq_maquillage .result3.is-show .recommended_headings::before {
  width: 492px;
}

#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@2x.png);
  width: 0;
  height: 52px;
  bottom: -25px;
  left: -30px;
  background-size: 308px 52px;
  transition: width .5s ease .5s;
}

#mq_maquillage .result4.is-show .recommended_headings::before {
  width: 308px;
}


#mq_maquillage .result_main {
  display: flex;
  justify-content: space-between;
}

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

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

#mq_maquillage .result_ph {
  width: 392px;
  margin-bottom: 60px;
}

#mq_maquillage .reviews_headings {
  width: 318.5px;
  margin-bottom: 20px;
}

#mq_maquillage .reviews_headings img {
  width: auto;
  height: 18.5px;
}

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

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

#mq_maquillage .reviews_name {
  margin-bottom: 5px;
}

#mq_maquillage .reviews_star {
  color: #d7d4ce;
  margin-bottom: 5px;
}

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

#mq_maquillage .reviews_text {
  font-size: 12px;
  line-height: 20px;
}

#mq_maquillage .reviews_caution {
  font-size: 10px;
  color: #9f9f9f;
}

#mq_maquillage .result_headings {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
}

#mq_maquillage .result_caption {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}

#mq_maquillage .result_caption2 {
  font-size: 12px;
  margin-bottom: 30px;
}
#mq_maquillage .result_caption2 a {
  font-weight: bold;
  display: inline;
  border-bottom: 1px solid #404040;
}

#mq_maquillage .result_caption2 a:hover {
  opacity: .6;
  border-bottom: 1px solid #fff;
}

#mq_maquillage .result_credit {
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 20px;
}

#mq_maquillage .result_link-list {
  width: 308px;
}


#mq_maquillage .result_link-item {
  margin-bottom: 30px;
}

#mq_maquillage .result_share {

}


#mq_maquillage .result_share-headings {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}


#mq_maquillage .result_share-list {

}


#mq_maquillage .result_share-item {

}
