@charset "UTF-8";

/*--------------------------
>>  mq_chanel
--------------------------*/

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

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

#mq_chanel section {
  padding: 0 !important;
}

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

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

#mq_chanel 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_chanel p {
  font-size: 3.2vw;
  line-height: 1.833333;
}

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


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

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

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


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

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



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


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


#mq_chanel .letter {
  -webkit-transform: translate(0,2.66666vw);
  transform: translate(0,2.66666vw);
}



/*--------------------テキスト*/
#mq_chanel .lead {
  color: #a71118;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 4.266666vw;
  line-height: 1.5;
  letter-spacing: .025em;
  margin-bottom: 6.4vw;
}

#mq_chanel .credit {
  color: #666;
  font-size: 2.6666vw;
  line-height: 1.8;
  opacity: 0;
  transition: all .8s ease-in-out;
}

#mq_chanel .is-active .credit {
  opacity: 1;
}

#mq_chanel .credit a {
  font-size: 3.2vw;
  line-height: 1.833333;
  font-weight: bold;
  color: #262626;
  text-decoration: underline;
}


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


/*-------------------------------------------------------------------------------- mv */
#mq_chanel .mv {
  margin-bottom: 13.3333vw;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel2201/img/mv_main_sp@2x.jpg);
  background-size: 100vw  64vw;
  background-position: center 0;
  background-repeat: no-repeat;
  opacity: 0;
  background-size: 110vw 70.4vw;
  transition:  all .5s linear;
}

#mq_chanel .mv.is-show {
  opacity: 1;
  background-size: 100vw 64vw;
}

#mq_chanel .mv .container {
  width: 100vw;
  margin: 0;
}

#mq_chanel .mv_main {
  position: relative;
  height: 64vw;
  margin-bottom: 10.6666vw;
}

#mq_chanel .mv_subtitle {
  position: absolute;
  top: 16vw;
  right: 7.33333vw;
  color: #a71118;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: .1em;
  opacity: 0;
  transition:  all .5s linear .5s;
  overflow: hidden;
  transform: translate(0,2.66666vw);
}

#mq_chanel .mv_subtitle.is-show {
  opacity: 1;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}


#mq_chanel .mv_title {
  position: absolute;
  width: 48.1333vw;
  height: 4.8vw;
  top: 21.6vw;
  right: 4vw;
  overflow: hidden;
}

#mq_chanel .mv_lead {
  width: 60.53333333vw;
  margin: 0 auto 8vw;
}

#mq_chanel .mv_text {
  font-size: 2.9333vw;
  text-align: center;
  transition-delay: .5s;
}

/*-------------------------------------------------------------------------------- block01 */
#mq_chanel .block01 {
  margin-bottom: 16vw;
}

#mq_chanel .block01_ph {
  margin-bottom: 8vw;
  width: 100vw;
  margin-left: -4vw;
}


#mq_chanel .block01_text {
  margin-bottom: 4.8vw;
}


/*-------------------------------------------------------------------------------- block02 */
#mq_chanel .block02 {
  margin-bottom: 16vw;
}

#mq_chanel .block02 .container {
  width: 100vw;
  margin: 0;
  display: flex;
  flex-direction: column;
}


#mq_chanel .block02_left {
  order: 2;
  padding: 0 4vw;
}


#mq_chanel .block02_right {
  order: 1;
  margin-bottom: 8vw;
}


/*-------------------------------------------------------------------------------- block03 */
#mq_chanel .block03 {
  margin-bottom: 16vw;
}

#mq_chanel .block03_ph {
  width: 50.2667vw;
  margin:  0 auto 8.5333vw;
}

#mq_chanel .block03_text {
  margin-bottom: 4.8vw;
}


/*-------------------------------------------------------------------------------- block04 */
#mq_chanel .block04 {
  margin-bottom: 12vw;
}

#mq_chanel .block04 .container {
  display: flex;
  flex-direction:column;
}


#mq_chanel .block04_left {
  order: 2;
}


#mq_chanel .block04_right {
  order: 1;
  margin-bottom: 8.5333vw;
}

#mq_chanel .block04_ph {
  width: 64vw;
  opacity: 0;
  transition: all .8s ease-in-out;
}

#mq_chanel .block04.is-active .block04_ph {
  opacity: 1;
}

#mq_chanel .block04_ph:first-child {
  margin-left: 4vw;
  margin-bottom: 2.13333vw;
  transition: all .8s ease-in-out .5s;
}

#mq_chanel .block04_ph:nth-child(2) {
  margin-left: 28vw;
  transition: all .8s ease-in-out 1s;
}

#mq_chanel .block04 .block04_text {
  transition-delay: .5s;
}


#mq_chanel .block04 .caption {
  font-size: 2.6666vw;
  line-height: 1.5;
  color: #666;
  margin-top: 1.86666vw;
  text-align: right;
}

/*-------------------------------------------------------------------------------- block05 */
#mq_chanel .block05 {
  margin-bottom: 12vw;
}

#mq_chanel .block05 .container {
  width: 100vw;
  margin: 0;
}

#mq_chanel .block05_item1 {
  position: relative;
  z-index: 2;
  width: 99.46666vw;
  margin:  0 auto;
}

#mq_chanel .block05_ph {
  margin-bottom: 6.6666vw;
  position: relative;
  z-index: 1;
  margin-top: -10vw;
}

#mq_chanel .block05_wrapper {
  position: relative;
  padding: 0 4vw 52vw 34.66vw;
}

#mq_chanel .block05_wrapper::after {
  display: block;
  content: '';
  position: absolute;
  width: 99.86666vw;
  height: 103.4vw;
  top: 0;
  left: 0;
  background-size: 99.86666vw 103.4vw;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel2201/img/block05_item2_sp@2x.png);
  z-index: 0;
  opacity: 0;
  transition: all .8s ease-in-out 0s;
}

#mq_chanel .block05_wrapper.is-active::after {
  opacity: 1;
}


#mq_chanel .block05_credit {
  width: 92vw;
  margin: 0 auto;
  text-align: left;
  opacity: 0;
  transition: all .8s ease-in-out;
}

#mq_chanel .block05_credit.is-active  {
  opacity: 1;
}

#mq_chanel .block05_credit .block05_text {
  margin-bottom: 4.8vw;
}

#mq_chanel .block05_credit .credit {
  margin-bottom: 8vw;
  text-align: left;
}




/*-------------------------------------------------------------------------------- block06 */
#mq_chanel .block06 {
  margin-bottom: 16vw;
}

#mq_chanel .block06 .container {
  position: relative;
  width: 100vw;
  height: 204vw;
  margin: 0;
}

#mq_chanel .block06_catch {
  position: absolute;
  top: 72.666vw;
  left: 14.4vw;
  width: 71.6vw;
  z-index: 2;
}

#mq_chanel .block06_ph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#mq_chanel .block06 .lead {
  position: absolute;
  top: 142vw;
  left: 4vw;
  z-index: 2;
  transition: all .8s ease-in-out;
  transform: translate(0, 20px);
  opacity: 0;
}

#mq_chanel .block06.is-active .lead {
  opacity: 1;
  transform: translate(0, 0);
}

#mq_chanel .block06_text {
  position: absolute;
  top: 157.333vw;
  left: 4vw;
  width: 92vw;
  z-index: 2;
  transition: all .8s ease-in-out;
  opacity: 0;
  transform: translate(0, 20px);
}


#mq_chanel .block06.is-active .block06_text {
  opacity: 1;
  transform: translate(0, 0);
}

#mq_chanel .block06 .credit {
  position: absolute;
  top: 188.6666vw;
  left: 4vw;
  width: 92vw;
  z-index: 2;
  text-align: left;
  opacity: 0;
  transform: translate(0, 20px);}



#mq_chanel .block06.is-active .credit {
  opacity: 1;
  transform: translate(0, 0);
}



/*-------------------------------------------------------------------------------- new-products */
#mq_chanel .new-products {
  margin-bottom: 16vw;
}

#mq_chanel .new-products .container {
  overflow: hidden;
  width: 100vw;
  margin: 0;
}

#mq_chanel .new-products_headings {
  width: 48.93333vw;
  margin: 0 auto 5.86666vw;
}

/*-------------------------------------------------------------------------------- new-products スライダー */
#mq_chanel .new-products_slider {
}

#mq_chanel .new-products .swiper-container {
  width: 63.2vw;
  margin: 0 auto;
  overflow: visible;
}

#mq_chanel .new-products .swiper-container *:focus {
  outline: none;
}

#mq_chanel .new-products .swiper-wrapper {
  width: 63.2vw;
  margin: 0 auto;
}

#mq_chanel .new-products .swiper-slide {
  width: 63.2vw;
}

#mq_chanel .new-products .swiper-slide:not(.swiper-slide-active) {
}


#mq_chanel .new-products .swiper-button-prev,
#mq_chanel .new-products .swiper-button-next {
  width: 9.066666vw;
  height: 9.066666vw;
  background-size: 9.066666vw 9.066666vw;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel2201/img/btn_slider-arrow@2x.png);
  opacity: 1;
  top: 27.06666vw;
  margin-top: 0;
  outline: none;
}


#mq_chanel .new-products .swiper-button-prev:focus,
#mq_chanel .new-products .swiper-button-next:focus {
  outline: none;
}

#mq_chanel .new-products .swiper-button-prev {
  right: -12vw;
}

#mq_chanel .new-products .swiper-button-next {
  left: -12vw;
  transform: rotate(-180deg);
}

#mq_chanel .new-products_ph {
  width: 63.2vw;
  height: 63.2vw;
  border: 1px solid #262626;
  margin: 0 auto 6.6666vw;
  transition: all ease 0.8s;
}

#mq_chanel .new-products_ph img {
  transition: all ease 0.8s;
  text-align: center;
}

#mq_chanel .new-products .swiper-slide:not(.swiper-slide-active).swiper-slide-next .new-products_ph,
#mq_chanel .new-products .swiper-slide:not(.swiper-slide-active).swiper-slide-prev .new-products_ph {
  transform:  scale(0.8);
}


#mq_chanel .new-products_text {
  text-align: center;
  transition: all ease 0.5s;
}

#mq_chanel .new-products .swiper-slide:not(.swiper-slide-active) .new-products_text {
  visibility: hidden;
  opacity: 0;
}


/*-------------------------------------------------------------------------------- news */
#mq_chanel .news {
  background-color: #f6f6f6;
  padding: 10.6666vw 0;
  text-align: center;
}

#mq_chanel .news_headings {
  width: 18.26666vw;
  margin: 0 auto 5.86666vw;
}

#mq_chanel .news_text {
  margin-bottom: 8.6666vw;
}

#mq_chanel .btn_line {
  width: 53.333vw;
  height: 13.3333vw;
  margin:  0 auto;
  display: block;
  font-size: 3.2vw;
  color: #404040;
  background-color: #fff;
  border: 1px solid #262626;
  line-height: 13.3333vw;
}



/*-------------------------------------------------------------------------------- btn/credit/share */
#mq_chanel .contact {
  text-align: center;
}

#mq_chanel .btn_official {
  margin: 13.3333vw auto;
  background-color: #262626;
  width: 53.333vw;
  height: 13.3333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mq_chanel .btn_official img {
  width: 29.6vw;
}

#mq_chanel .share {
}

#mq_chanel .share_headings {
  width: 13.73333vw;
  margin: 9.6vw auto 4.2666vw;
}

#mq_chanel .share_list {
  margin-bottom: 13.3333vw;
  display: flex;
  justify-content: center;
}

#mq_chanel .share_item {
  width: 13.33333vw;
  margin: 0 1.866666vw;
}

