@charset "UTF-8";

/*--------------------------
>>  mqcontents
--------------------------*/

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

#commonFooter {
  margin-top: 0 !important;
}

#mq_ysl2206 section {
  padding: 0 !important;
}

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

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

#mq_ysl2206 section {
  position: relative;
  z-index: 2;
}

#mq_ysl2206 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時の文字にじみ防止 */
  image-rendering: -webkit-optimize-contrast;
}

#mq_ysl2206 p {
  font-size: 3.733333333vw;
  line-height: 1.714285714;
}

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


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

#mq_ysl2206 .is-pc {
  display: none;
}

#mq_ysl2206 .is-sp {
  display: block;
}


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

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



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


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

/*--------------------------------------------------------------------------------------
ysl2206
-------------------------------------------------------------------------------------- */
/*-------------------------------------------------------------------------------- pr */
#mq_ysl2206 .pr {
  position: absolute;
  width: 30px;
  height: 17px;
  z-index: 2;
  top: 15px;
  right: 15px;
}

/*----------------------------------------------------------------------------contact/credit/share */
#mq_ysl2206 .btn {
  width: 84vw;
  height: 18.666vw;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#mq_ysl2206 .btn_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

#mq_ysl2206 .btn::before,
#mq_ysl2206 .btn::after,
#mq_ysl2206 .btn_inner::before,
#mq_ysl2206 .btn_inner::after {
  display: block;
  content: '';
  position: absolute;
  background-color: #262626;
  transition: all .25s;
}

#mq_ysl2206 .btn::before {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  transform: translateY(-100%);
}

#mq_ysl2206 .btn.is-active::before {
  transform: translateY(0);
}

#mq_ysl2206 .btn::after {
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: translateX(-100%);
  transition-delay: .25s;
}

#mq_ysl2206 .btn.is-active::after {
  transform: translateX(0);
}

#mq_ysl2206 .btn_inner::before {
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  transform: translateY(100%);
  transition-delay: .5s;
}

#mq_ysl2206 .btn.is-active .btn_inner::before {
  transform: translateY(0);
}

#mq_ysl2206 .btn_inner::after {
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  transform: translateX(100%);
  transition-delay: .75s;
}

#mq_ysl2206 .btn.is-active .btn_inner::after {
  transform: translateX(0);
}


#mq_ysl2206 .btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 3.7333vw;
  line-height: 18.6666vw;
  text-align: center;
  transition: all .5s linear 1s;
}

#mq_ysl2206 .btn.is-active a {
  background-color: #262626;
}

#mq_ysl2206 .btn a::before {
  position: absolute;
  display: block;
  content: '';
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.333333vw;
  height: 2.266666666vw;
  background-size: 1.33333vw 2.2666666vw;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/ysl2206/img/arrow_white@2x.png);
}

#mq_ysl2206 .contact {
  font-size: 3.46666vw;
  line-height: 1.71;
  text-align: center;
  margin-bottom: 10.6666vw;
  margin-top: 16vw;
}

#mq_ysl2206 .contact a {
  text-decoration: underline;
}

#mq_ysl2206 .credit {
  font-size: 2.6666vw;
  line-height: 1.8;
  color: #666666;
  text-align: center;
  margin-bottom: 9.3333vw;
}

#mq_ysl2206 .credit span.paren {
  letter-spacing: -.5em;
}

#mq_ysl2206 .share {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 12vw;
}

#mq_ysl2206 .share_headings {
  width: 14.2667vw;
  margin: 0 auto 4vw;
}

#mq_ysl2206 .share_list {
  text-align: center;
}

#mq_ysl2206 .share_item {
  width: 13.333vw;
  display: inline-block;
  margin: 0 2vw;
}


#mq_ysl2206 .caution {
  font-size: 2.6666vw;
  line-height: 1.8;
  color: #666666;
}


/*-------------------------------------------------------------------------------- bg */
#mq_ysl2206 .bg {
  display: none;
}



/*---------------------------------------------------------------------------- makeupitems */
#mq_ysl2206 .makeupitems {
  padding-bottom: 5.3333vw;
}

#mq_ysl2206 .makeupitems_headings {
  width: 100%;
  height: 2.533333vw;
  margin: 0 auto 4vw;
  position: relative;
  text-align: center;
  padding-right: 4vw;
}

#mq_ysl2206 .makeupitems_headings img {
  width: 36.4667vw;
}

#mq_ysl2206 .makeupitems_headings::before {
  position: absolute;
  content: '';
  display: block;
  width: 6.4vw;
  height: 6.4vw;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/ysl2206/img/arrow_grey@2x.png);
  background-size: 6.4vw 6.4vw;
  top: 50%;
  left: calc(50% + 20.6666vw);
  transform: translateY(-50%);
  transition: all .5s;
}

#mq_ysl2206 .makeupitems_headings.is-show::before {
  transform: translateY(-50%) rotate(-180deg);
}

#mq_ysl2206 .makeupitems_contents {
  display: none;
}

#mq_ysl2206 .makeupitems_text {
  font-size: 2.6666vw;
  line-height: 1.8;
  color: #666666;
  text-align: left;
}


/*---------------------------------------------------------------------------- reason */
#mq_ysl2206 .reason {
  padding-bottom: 13.3333vw;
}

#mq_ysl2206 .reason.is-active {

}

#mq_ysl2206 .reason_ph {
  width: 100vw;
  height: 125.0666vw;
  margin-left: -4vw;
  margin-bottom: 8vw;
  overflow: hidden;
  filter: blur(100px);
  opacity: 0;
  transition: filter 1s ease, opacity 1s ease;
}

#mq_ysl2206 .reason_ph img {
  transform: scale(1.3);
  opacity: 0;
  transform-origin: center center;
  transition: transform 1s ease, opacity 1s ease;
}

#mq_ysl2206 .reason.is-active .reason_ph {
  filter: blur(0);
  opacity: 1;
}

#mq_ysl2206 .reason.is-active .reason_ph img {
  transform: scale(1);
  opacity: 1;
}

#mq_ysl2206 .reason_number {
  position: relative;
  margin-bottom: 5.3333vw;
  display: inline-block;
  z-index: 1;
  opacity: 0;
  transition: all 1s ease .8s;
  transform: translateY(20px);
}

#mq_ysl2206 .reason.is-active .reason_number {
  opacity: 1;
  transform: translateY(0);
}

#mq_ysl2206 .reason_number::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 5px;
  background-color: #fff;
  border-top: 2px solid #000;
  transform: rotate(-45deg);
  transform-origin: left top;
  bottom: -1.8vw;
  left: 8.4vw;
  z-index: 2;
  transition: all .5s ease 1.2s;
}

#mq_ysl2206 .is-active .reason_number::after {
  width: 10.904vw;
}

#mq_ysl2206 .reason_number img {
  height: 7.4vw;
  width: auto;
}

#mq_ysl2206 .reason_headings {
  font-size: 4.8vw;
  line-height: 1.6667;
  margin-bottom: 6.6666vw;
  opacity: 0;
  transition: all 1s ease 1.7s;
}

#mq_ysl2206 .reason.is-active .reason_headings {
  opacity: 1;
}


#mq_ysl2206 .line {
  font-weight: bold;
  background-image: linear-gradient(90deg, #000, #000);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 1px;
  transition: all 1s ease-in-out 2s;
}

/*#mq_ysl2206 .line::before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: 10%;
  transition: all 1s ease-in-out 2s;
}*/

#mq_ysl2206 .reason.is-active .line {
  background-size: 100% 1px;
}

#mq_ysl2206 .reason.is-active .line::before {
  /*background-size: 100% 30%;*/
  width: 100%;
}

#mq_ysl2206 .reason_text {
  margin-bottom: 2.6666vw;
  opacity: 0;
  transition: all 1s ease 2.2s;
  transform: translateY(20px);
}

#mq_ysl2206 .reason.is-active .reason_text {
  opacity: 1;
  transform: translateY(0);
}

#mq_ysl2206 .reason .caution {
  margin-bottom: 2.6666vw;
  opacity: 0;
  transition: all 1s ease 2.2s;
  transform: translateY(20px);
}

#mq_ysl2206 .reason.is-active .caution {
  opacity: 1;
  transform: translateY(0);
}


/*-------------------------------------------------------------------------------- mv */
#mq_ysl2206 .mv {
  margin-bottom: 10.6666vw;
}

#mq_ysl2206 .mv .container {
  position: relative;
  width: 100vw;
  margin: 0;
  height: 124.2667vw;
}

#mq_ysl2206 .mv_main {
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(100px);
  opacity: 0;
  overflow: hidden;
  transition: filter 1s ease, opacity 1s ease;
}

#mq_ysl2206 .mv_main.is-show {
  filter: blur(0);
  opacity: 1;
}

#mq_ysl2206 .mv_main img {
  transform: scale(1.3);
  transition: transform 1s ease, opacity 1s ease;
}


#mq_ysl2206 .mv_main.is-show img {
  transform: scale(1);
}

#mq_ysl2206 .mv_title1 {
  position: absolute;
  width: 30.46666vw;
  height: 13.7333vw;
  bottom: 22.133333vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  overflow: hidden;
}

#mq_ysl2206 .mv_title1 .mv_title1-inner {
  transform: translateY(100%);
  transition: all .3s linear 0.7s;
}

#mq_ysl2206 .mv_title1.is-show .mv_title1-inner {
  transform: translateY(0);
}

#mq_ysl2206 .mv_title2 {
  position: absolute;
  width: 93.466666vw;
  height: 13.7333333vw;
  bottom: 5.6vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  overflow: hidden;
}

#mq_ysl2206 .mv_title2 .mv_title2-inner {
  transform: translateY(100%);
  transition: all .3s linear 1s;
}

#mq_ysl2206 .mv_title2.is-show .mv_title2-inner {
  transform: translateY(0);
}

/*---------------------------------------------------------------------------- block01 */
#mq_ysl2206 .block01 {
}

#mq_ysl2206 .block01_lead {
  font-size: 4.2666vw;
  line-height: 1;
  text-align: center;
  margin-bottom: 4vw;
  position: relative;
  opacity: 0;
  transition: all 1s linear .5s;
}

#mq_ysl2206 .block01_lead.is-show {
  opacity: 1;
}

#mq_ysl2206 .block01_lead::before {
  display: block;
  content: '';
  position: absolute;
  height: 1.06666vw;
  width: 0;
  background-color: #fad6b9;
  z-index: -1;
  top: 90%;
  left: -4vw;
  transform: translate(0, -50%);
  transition: all 1s linear 1.5s;
}

#mq_ysl2206 .block01_lead.is-show::before {
  width: 100vw;
}

#mq_ysl2206 .block01_headings {
  font-size: 5.86666vw;
  line-height: 1.45;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6.6666vw;
  opacity: 0;
  transition: all 1s linear 2.5s;
}

#mq_ysl2206 .block01_headings.is-show {
  opacity: 1;
}


#mq_ysl2206 .block01_text {
  margin-bottom: 4vw;
  opacity: 0;
  transition: all 1s linear 2.5s;
}

#mq_ysl2206 .block01_text.is-show {
  opacity: 1;
}

#mq_ysl2206 .block01 .makeupitems {
  opacity: 0;
  transition: all 1s linear 3s;
}


#mq_ysl2206 .block01 .makeupitems.is-active {
  opacity: 1;
}


/*---------------------------------------------------------------------------- block02 */
#mq_ysl2206 .block02 {
  padding-top: 5.3333vw;
  padding-bottom: 13.3333vw;
}

#mq_ysl2206 .block02_ph {
  position: relative;
  margin-left: 24.4vw;
  margin-bottom: 8vw;
  width: 0;
  height: 92.1333vw;
  z-index: 1;
  transition: all .5s;
  overflow: hidden;
}

#mq_ysl2206 .block02_ph-inner {
  width: 58.266666vw;
}

#mq_ysl2206 .block02_ph.is-active {
  width: 58.266666vw;
}

#mq_ysl2206 .block02_ph::before {
  position: absolute;
  display: block;
  content: '';
  width: 75.06666vw;
  height: 88.5333vw;
  background-size: 75.06666vw 88.533333vw;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/ysl2206/img/block02_ph@2x.png);
  background-repeat: no-repeat;
  bottom: 4.5vw;
  left: -16vw;
  z-index: 2;
  transition: all 1s .5s;
  opacity: 0;
  transform: translateY(20px);
}

#mq_ysl2206 .block02_ph.is-active::before {
  opacity: 1;
  transform: translateY(0);
}


#mq_ysl2206 .block02_headings {
  position: relative;
  padding-left: 12vw;
  font-size: 4.2667vw;
  margin-bottom: 4vw;
  font-weight: bold;
}

#mq_ysl2206 .block02_headings::before {
  position: absolute;
  display: block;
  content: '';
  width: 9.6vw;
  height: 4.233333vw;
  background-size: 9.6vw 4.2333336vw;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/ysl2206/img/icon_new@2x.png);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

#mq_ysl2206 .block02_text {
  margin-bottom: 2.6666vw;
}

#mq_ysl2206 .block02 .caution {
  margin-bottom: 9.3333vw;
}

/*---------------------------------------------------------------------------- block03 */
#mq_ysl2206 .block03 {

}

#mq_ysl2206 .comment_headings {
  width: 28.666vw;
  margin: 0 auto 8vw;
  opacity: 0;
  transition: all 1s ease;
  transform:  translateY(20px);
}
#mq_ysl2206 .is-active .comment_headings {
  opacity: 1;
  transform:  translateY(0);
}

#mq_ysl2206 .comment_list {
  margin-bottom: 12vw;
}

#mq_ysl2206 .comment_item {
  padding: 4vw;
  margin-bottom: 4vw;
  text-align: right;
  opacity: 0;
  transition: all .5s;
}

#mq_ysl2206 .comment_list.is-active .comment_item {
  opacity: 1;
  transform: translatex(0);
}

#mq_ysl2206 .comment_item:last-child {
  margin-bottom: 0;
  transition-delay: 1.6s;
}

#mq_ysl2206 .comment_item:nth-child(odd) {
  background-color: #e5f2ff;
  transform: translateX(20px);
}

#mq_ysl2206 .comment_item:nth-child(even) {
  background-color: #faefe6;
  transform: translateX(-20px);
  transition-delay: .8s;
}

#mq_ysl2206 .comment_text {
  margin-bottom: 4vw;
  font-weight: bold;
  text-align: left;
}

#mq_ysl2206 .comment_name {
  text-align: right;
  position: relative;
  display: inline-block;
}

#mq_ysl2206 .comment_name::before {
  display: block;
  content: '';
  position: absolute;
  width: 6.6666vw;
  height: 1px;
  background-color: #000;
  left: -8.6666vw;
  top: 50%;
  transform: translateY(-50%);
}

#mq_ysl2206 .comment_name span.small {
  font-size: 2.9333vw;
}

/*---------------------------------------------------------------------------- block04 */
#mq_ysl2206 .block04 {
  padding-bottom: 20vw;
  text-align: right;
}

#mq_ysl2206 .block04_ph {
  margin-bottom: 6.6666vw;
}

#mq_ysl2206 .block04_lead {
  font-weight: bold;
  margin-bottom: 6.6666vw;
  text-align: left;
  opacity: 0;
  transition: all 1s linear 1s;
}

#mq_ysl2206 .is-active .block04_lead {
  opacity: 1;
}

#mq_ysl2206 .block04_text {
  margin-bottom: 4vw;
  text-align: left;
  opacity: 0;
  transition: all 1s linear 1.5s;
}

#mq_ysl2206 .is-active .block04_text{
  opacity: 1;
}

#mq_ysl2206 .block04_name {
  text-align: right;
  font-size: 4.8vw;
  text-align: right;
  position: relative;
  display: inline-block;
  opacity: 0;
  transition: all 1s linear 2s;
}

#mq_ysl2206 .is-active .block04_name {
  opacity: 1;
}

#mq_ysl2206 .block04_name::before {
  display: block;
  content: '';
  position: absolute;
  width: 9.3333vw;
  height: 1px;
  background-color: #000;
  left: -10.66666vw;
  top: 50%;
  transform: translateY(-50%);
}

/*---------------------------------------------------------------------------- block05 */
#mq_ysl2206 .block05 {

}

#mq_ysl2206 .block05_headings {
  font-size: 5.8666vw;
  font-weight: bold;
  line-height: 1.4545;
  margin-bottom: 6.666vw;
}
#mq_ysl2206 .block05_text {
  margin-bottom: 4vw;
}

#mq_ysl2206 .block05 .credit {
  margin-bottom: 10.666vw;
  text-align: left;
  font-size: 3vw;
}

#mq_ysl2206 .block05 .reason_number::after {
  left: 7vw;
}

/*---------------------------------------------------------------------------- block06 */
#mq_ysl2206 .block06 .reason_number::after {
  left: 9vw;
}


