@charset "UTF-8";

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

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

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

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

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

#mq_chanel section {
  padding: 0 !important;
}

/*--------------------Common*/
#mq_chanel {
	/*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;
  overflow: hidden;
}

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


#mq_chanel p {
  font-size: 16px;
  line-height: 28px;
}



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

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

#mq_chanel a:hover img {
  opacity: .6;
}

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


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

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


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


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


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


/*--------------------テキスト*/
#mq_chanel .lead {
  color: #a71118;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: .025em;
  margin-bottom: 36px;
  overflow: hidden;
}


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

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

#mq_chanel .credit a {
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
  color: #262626;
  text-decoration: underline;
  transition: all ease .3s;
}


#mq_chanel .credit a:hover {
  color: #a71118;
  text-decoration: none;
}


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


/*-------------------------------------------------------------------------------- mv */
#mq_chanel .mv {
  margin-bottom: 120px;
  position: relative;
}

#mq_chanel .mv::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel2201/img/mv_main@2x.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all .5s linear;
  background-size: 1400px 752px;
  width: 1400px;
  height: 752px;
  transform: translateX(-50%) scale(1.1);
}

#mq_chanel .mv.is-show::before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

#mq_chanel .mv_main {
  position: relative;
  height: 752px;
  margin-bottom: 80px;
}

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

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

#mq_chanel .mv_title {
  position: absolute;
  top: 235px;
  right: 50px;
  width: 447px;
  height: 43px;
  overflow: hidden;
}

#mq_chanel .mv_title .letter{
  width: 100%;
}


#mq_chanel .mv_lead {
  width: 723px;
  margin: 0 auto 60px;
}

#mq_chanel .mv_text {
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  transition-delay: .5s;
}


/*-------------------------------------------------------------------------------- block01 */
#mq_chanel .block01 {
  text-align: center;
  margin-bottom: 120px;
}

#mq_chanel .block01_ph {
  margin-bottom: 80px;
}

#mq_chanel .block01_text {
  margin-bottom: 32px;
}

/*-------------------------------------------------------------------------------- block02 */
#mq_chanel .block02 {
  margin-bottom: 120px;
}

#mq_chanel .block02 .container {
  display: flex;
}


#mq_chanel .block02_left {
  width: 308px;
  margin-right: 112px;
  padding-top: 240px;
}


#mq_chanel .block02_right {
  width: 560px;
}


/*-------------------------------------------------------------------------------- block03 */
#mq_chanel .block03 {
  margin-bottom: 120px;
}

#mq_chanel .block03 .container {
  padding: 0 84px;
  display: flex;
}

#mq_chanel .block03_left {
}

#mq_chanel .block03_ph {
  width: 314px;
  margin-right: 106px;
}


#mq_chanel .block03_right {
  width: 392px;
}

#mq_chanel .block03 .block03_text {
  margin-bottom: 32px;
}



/*-------------------------------------------------------------------------------- block04 */
#mq_chanel .block04 {
  margin-bottom: 150px;
}

#mq_chanel .block04 .container {
  display: flex;
}


#mq_chanel .block04_left {
  width: 392px;
  margin-right: 112px;
  padding-top: 95px;
}

#mq_chanel .block04 .block04_text {

}


#mq_chanel .block04_right {
  width: 472px;
}
#mq_chanel .block04_ph {
  width: 392px;
  opacity: 0;
  transition: all .8s ease-in-out;
}

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

#mq_chanel .block04_ph:first-child {
  margin-right: 80px;
  margin-bottom: 16px;
  transition: all .8s ease-in-out .5s;
}


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

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

#mq_chanel .block04 .caption {
  font-size: 10px;
  line-height: 1.5;
  color: #666;
  margin-top: 8px;
  text-align: right;
}

/*-------------------------------------------------------------------------------- block05 */
#mq_chanel .block05 {
  margin-bottom: 160px;
}

#mq_chanel .block05_item1 {
  width: 640px;
  margin-left: 70px;
  position: relative;
  z-index: 2;
}


#mq_chanel .block05_ph {
  margin-top: -55px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

#mq_chanel .block05_wrapper {
  padding: 40px 84px 330px 336px;
  position: relative;
}

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

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

#mq_chanel .block05_wrapper .block05_text {
  font-size: 16px;
  line-height: 28px;
}

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

#mq_chanel .block05_credit {
  width: 644px;
  margin: 0 auto;
  text-align: left;
}

#mq_chanel .block05_credit .block05_text {
  margin-bottom: 26px;
}

#mq_chanel .block05_credit .credit {
  margin-bottom: 38px;
  text-align: left;
}




/*-------------------------------------------------------------------------------- block06 */
#mq_chanel .block06 {
  margin-bottom: 120px;
}

#mq_chanel .block06 .container {
  position: relative;
  height: 858px;
}

#mq_chanel .block06_catch {
  position: absolute;
  top: 225px;
  right: 16px;
  width: 347.5px;
  z-index: 2;
  height: 75px;
  overflow: hidden;
}

#mq_chanel .block06_letter {
  position: absolute;
  top: 0;
  left: 0;
}

#mq_chanel .block06_ph {
  position: absolute;
  top: 0;
  left: 0;
  width: 644px;
}

#mq_chanel .block06 .lead {
  position: absolute;
  width: 392px;
  right: 0;
  top: 470px;
  z-index: 2;
}

#mq_chanel .block06_text {
  position: absolute;
  width: 392px;
  right: 0;
  top: 555px;
  z-index: 2;
}

#mq_chanel .block06 .credit {
  position: absolute;
  width: 392px;
  right: 0;
  top: 735px;
  z-index: 2;
  text-align: left;
}

/*-------------------------------------------------------------------------------- new-products */
#mq_chanel .new-products {

}

#mq_chanel .new-products .container {
  overflow: hidden;
}

#mq_chanel .new-products_headings {
  width: 253px;
  margin: 0 auto 32px;
}

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

}

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

#mq_chanel .new-products .swiper-wrapper {
  width: 476px;
  margin: 0 auto 120px;
}

#mq_chanel .new-products .swiper-slide {
  width: 476px;
}

#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: 47px;
  height: 47px;
  background-size: 47px 47px;
  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: 214px;
  margin-top: 0;
}

#mq_chanel .new-products .swiper-button-prev {
  right: -62px;
}

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

#mq_chanel .new-products_ph {
  width: 476px;
  height: 476px;
  border: 1px solid #262626;
  margin: 0 auto 35px;
  transform-origin:  center;
  transition: all ease .8s;
  display: flex;
  flex-wrap: warp;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#mq_chanel .new-products_ph picture,
#mq_chanel .new-products_ph img {
  transition: all ease .8s;
  transform-origin:  center;
  text-align: center;
  min-width: 392px;
  min-height: 392px;
}

#mq_chanel .new-products .swiper-slide.swiper-slide-active img {
  width: 476px;
}


#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 {
  width: 224px;
  height: 392px;
  overflow: hidden;
  margin-top: 42px;
}

#mq_chanel .new-products .swiper-slide:not(.swiper-slide-active).swiper-slide-next .new-products_ph {
  margin-right: 28px;
  text-align: right;
  justify-content: flex-start;
}

#mq_chanel .new-products .swiper-slide:not(.swiper-slide-active).swiper-slide-prev .new-products_ph {
  margin-left: 28px;
  /*justify-content: flex-end;*/
  display: block;
  text-align: left;
}

#mq_chanel .new-products .swiper-slide:not(.swiper-slide-active).swiper-slide-next picture,
#mq_chanel .new-products .swiper-slide:not(.swiper-slide-active).swiper-slide-prev picture {
  width: 392px;
  height: 392px;
  display: inline-block;
}


#mq_chanel .new-products .swiper-slide:not(.swiper-slide-active).swiper-slide-prev .new-products_ph picture {
  left: 0;
  margin-right: -168px;
}




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

#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: 60px 0;
  text-align: center;
}

#mq_chanel .news_headings {
  width: 95px;
  margin: 0 auto 60px;
}

#mq_chanel .news_text {
  margin-bottom: 40px;
}

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

/*-------------------------------------------------------------------------------- btn/credit/share */
#mq_chanel .contact {

}

#mq_chanel .contact .credit {
  text-align: center;
}

#mq_chanel .btn_official {
  margin: 80px auto;
  background-color: #262626;
  width: 308px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mq_chanel .btn_official img {
  width: 168px;
}


#mq_chanel .share {
  margin-top: 48px;
}

#mq_chanel .share_headings {
  width: 77px;
  margin:  0 auto 24px;
}

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

#mq_chanel .share_item {
  width: 56px;
  margin: 0 10px;
}


