@charset "UTF-8";

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

/*--------------------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: #333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	line-height: 1;
	word-break: normal;
	line-break: strict;
  color: #373232;
  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時の文字にじみ防止 */
}


#mq_chanel p {
  font-size: 14px;
  line-height: 1.5;
}

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

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

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


#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_contents
-------------------------------------------------------------------------------------- */

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



/*-------------------------------------------------------------------------------- loading*/
#mq_chanel .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  transition: all 1s ease;
  overflow: hidden;
  /*display: none;*/
}

#mq_chanel .loading.is-hide {
  width: 0;
}

#mq_chanel .loading_inner {
  position: relative;
  height: calc(100vh + 27.5px);
  width: 100vw;
}

#mq_chanel .loading_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 130px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel_rougecoco2103/img/loading-bg@2x.png);
  background-size: 600px 130px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 3s ease;
  transform: translate(-150%,-50%);
}

#mq_chanel .loading_bg.is-animated {
  transform: translate(-50%,-50%);
}


#mq_chanel .loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 873px;
  height: 159px;
  /*display: none;*/
/*  width: 527px;
  height: 95px;*/
}

#mq_chanel .loading_logo::before,
#mq_chanel .loading_logo::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  background-color: #fff;
  height: 159px;
  width: calc(50vw - 400px);
  z-index: 2;
}


#mq_chanel .loading_logo::before {
  right: calc(100% - 30px);
}

#mq_chanel .loading_logo::after {
  left: calc(100% - 30px);
}

#mq_chanel .loading_logo img {
  /*width: ;*/
  width: 873px;
  height: 159px;
}

#luxy {
  top: -55px;
  z-index: 100;
}


#luxy.is-show {
  top: 0;
  z-index: 2;
}

/*----------------------------------------------------------------------------contact、credit、share */
#mq_chanel .contact {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #4b4b4b;
  margin-bottom: 40px;
  margin-top: 50px;
}

#mq_chanel .contact a {
  color: #d80324;
}

#mq_chanel .contact :hover {
  opacity: .6;
}

#mq_chanel .credit,
#mq_chanel .caution {
  font-size: 10px;
  line-height: 1.5;
  color: #666666;
  text-align: center;
}

#mq_chanel .credit {
  margin-bottom: 20px;
}

#mq_chanel .caution {
  margin-bottom: 60px;
}

#mq_chanel .share {
  margin-bottom: 120px;
}

#mq_chanel .share_headings {
  width: 92px;
  margin: 0 auto 30px;
}

#mq_chanel .sns {
  margin: 0 auto;
  text-align: center;
}

#mq_chanel .sns li {
  width: 60px;
  display: inline-block;
  margin: 0 15px;
}


/*----------------------------------------------------------------------------ボタン */

#mq_chanel .btn {
  position: relative;
  width: 550px;
  height: 90px;
  margin: 0 auto;
}

#mq_chanel .btn a {
  display: block;
  margin: 0 auto;
  width: 100%;
  height:  100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .15em;
  text-align: center;
  line-height: 90px;
}

#mq_chanel .btn a:hover {
  opacity: .8;
}

#mq_chanel .btn a::before {
  position: absolute;
  display: block;
  content: '';
  width: 80px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #fff;
  z-index: 2;
}

#mq_chanel .btn a .linebox {
  width: 80px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  overflow: hidden;
}

#mq_chanel .btn a .linebox .animeline {
  position: absolute;
  top: 50%;
  right: -100%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-animation: slideAnim 3s infinite;
  animation: slideAnim 3s infinite;
    background: #fff;
  width: 120px;
  height: 3px;
}

/* ボタン展開*/
#mq_chanel .btn.btn-tryon a {
  background-color: #d80324;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel_rougecoco2103/img/btn_tryon@2x.png);
  background-size: 231px 17px;
  background-repeat: no-repeat;
  background-position: center center;
}

#mq_chanel .btn.btn-tryon a::before {
  display: none;
}


#mq_chanel .btn.btn-sampling a {
  background-color: #107027;
}

#mq_chanel .btn.btn-instagram a {
  background-color: #f66892;
}

#mq_chanel .btn.btn-official a {
  background-color: #333;
}

/*--------------------------------------------------------------------------------mv */
#mq_chanel .mv {
  margin-bottom: 100px;
  opacity: 0;
  transition: all 1s ease;
}

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

#mq_chanel .mv .container {
  position: relative;
  height: 700px;
}

#mq_chanel .mv_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 1400px;
  height: 700px;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel_rougecoco2103/img/mv_main@2x.jpg);
  background-size: 1680px 840px;
  background-position: center center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
  transform-origin: center;
  transition: all ease 2s;
}


#mq_chanel .mv_main.is-show {
  background-size: 1400px 700px;
}

#mq_chanel .mv_ph {

}

#mq_chanel .mv_lead {
  position: absolute;
  top: 110px;
  right: 80px;
  font-size: 20px;
  line-height: 2;
  color: #f66892;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .2em;
}

#mq_chanel .mv_subtitle {
  text-align: center;
  margin: 0 auto 50px;
  transition: all 1s ease 1.5s;
  transform: translateY(40px);
  opacity: 0;
  width: 486px;
}

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

#mq_chanel .mv_title {
  width: 767px;
  opacity: 0;
  margin: 0 auto 50px;
  transition: all 1s ease 2s;
  transform: translateY(40px);
}

#mq_chanel .is-show .mv_title {
  opacity: 1;
  transform: translateY(0);
}

#mq_chanel .mv_text {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: .03em;
  opacity: 0;
  transition: 1s all ease 2.5s;
  transform: translateY(40px);
}

#mq_chanel .is-show .mv_text {
  opacity: 1;
  transform: translateY(0);
}

#mq_chanel .mv_text span.dash {
  letter-spacing: -2px;
}

/*-------------------------------------------------------------------------------- block */
/* block共通 */
#mq_chanel .block {
  margin-bottom: 120px;
  opacity: 0;
  transition: all 1s ease;
}

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

#mq_chanel .block_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

#mq_chanel .block_ph {
  width: 510px;
  opacity: 0;
  transition: all .8s ease;
}

#mq_chanel .is-active .block_ph {
  opacity: 1;
  transform: translateX(0);
}

#mq_chanel .block_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#mq_chanel .block_lead {
  color: #f66892;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 52px;
  text-align: left;
  letter-spacing: .15em;
  z-index: 2;
}

#mq_chanel .block_lead span {
  opacity: 0;
  transition: all .8s ease;
  display: inline-block;
}

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

#mq_chanel .block_lead span:first-child {
  transition-delay: .3s;
}

#mq_chanel .block_lead span:nth-of-type(2) {
  transition-delay: .6s;
}


#mq_chanel .block_product {
  display: flex;
  justify-content: space-between;
}

#mq_chanel .block_product_ph {
  width: 234px;
  background-position: 100% 0;
  position: relative;
  overflow: hidden;
}

#mq_chanel .block_product_ph::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  transition: all .8s ease .9s;
  width: 0;
  background-repeat: no-repeat;
  height: 100%;
}


#mq_chanel .is-active .block_product_ph::before {
}

#mq_chanel .is-active .block_product_ph {
  width: 234px;
  opacity: 1;
  background-position: 0 0;
}


#mq_chanel .block_product_lip {
  margin-left: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: all .8s ease 1.2s;
}

#mq_chanel .is-active .block_product_lip {
  opacity: 1;
  transform: translateY(0);
}

#mq_chanel .block_product_text {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: all .8s ease 1.5s;
  transform: translateY(20px);
}

#mq_chanel .is-active .block_product_text {
  opacity: 1;
  transform: translateY(0);
}

#mq_chanel .block_product_number {
  width: 138px;
  position: relative;
  margin: 0 auto 80px;
  opacity: 0;
  transition: all .8s ease 1.8s;
  transform: translateY(20px);
}

#mq_chanel .is-active .block_product_number {
  opacity: 1;
  transform: translateY(0);
}


#mq_chanel .block_product_number::before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 0;
  background-color: #333;
  left: 50%;
  top: 77px;
  transition: all .8s ease 2.1s;
}

#mq_chanel .is-active .block_product_number::before {
  height: 40px;
}

#mq_chanel .block_product_caption {
  font-size: 12px;
  line-height: 2;
  width: 160px;
  opacity: 0;
  transition: all .8s ease 2.4s;
  transform: translateY(20px);
}

#mq_chanel .is-active .block_product_caption {
  opacity: 1;
  transform: translateY(0);
}

#mq_chanel .block_caption {
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  letter-spacing: .06em;
  opacity: 0;
  transition: all .8s ease 2.7s;
  transform: translateY(20px);
}

#mq_chanel .is-active .block_caption {
  opacity: 1;
  transform: translateY(0);
}

/* block個別 */
#mq_chanel .block01 .block_lead {
  margin-left: 30px;
  margin-top: 80px;
}

#mq_chanel .block02 .block_lead {
  margin-top: 75px;
}

#mq_chanel .block03 .block_lead,
#mq_chanel .block05 .block_lead {
  margin-left: -40px;
}

#mq_chanel .block05 .block_lead {
  margin-left: -80px;
}

#mq_chanel .block02 .block_lead,
#mq_chanel .block04 .block_lead {
  margin-left: 40px;
}

#mq_chanel .block04 .block_text {
  position: relative;
}

#mq_chanel .block04 .block_lead {
  position: absolute;
  width: 480px;
  top: 20px;
}

#mq_chanel .block04 .block_text {
  justify-content: flex-end;
}


#mq_chanel .block01 .block_text,
#mq_chanel .block03 .block_text,
#mq_chanel .block05 .block_text {
  order: 2;
}

#mq_chanel .block01 .block_lead span,
#mq_chanel .block03 .block_lead span,
#mq_chanel .block05 .block_lead span {
  transform: translateX(40px);
}

#mq_chanel .block01.is-active .block_lead span,
#mq_chanel .block03.is-active .block_lead span,
#mq_chanel .block05.is-active .block_lead span {
  transform: translateX(0);
}

#mq_chanel .block01 .block_ph,
#mq_chanel .block03 .block_ph,
#mq_chanel .block05 .block_ph {
  order: 1;
  transform: translateX(-40px);
}


#mq_chanel .block01.is-active .block_ph,
#mq_chanel .block03.is-active .block_ph,
#mq_chanel .block05.is-active .block_ph {
  transform: translateX(0);
}

#mq_chanel .block02 .block_text,
#mq_chanel .block04 .block_text {
  order: 1;
}

#mq_chanel .block02 .block_lead span,
#mq_chanel .block04 .block_lead span {
  transform: translateX(-40px);
}


#mq_chanel .block02.is-active .block_lead span,
#mq_chanel .block04.is-active .block_lead span {
  transform: translateX(0);
}

#mq_chanel .block02 .block_ph,
#mq_chanel .block04 .block_ph {
  order: 2;
  transform: translateX(40px);
}

#mq_chanel .block02.is-active .block_ph,
#mq_chanel .block04.is-active .block_ph {
  transform: translateX(0);
}

#mq_chanel .block01 .block_product_text,
#mq_chanel .block03 .block_product_text,
#mq_chanel .block05 .block_product_text {
  order: 2;
}

#mq_chanel .block01 .block_product_ph,
#mq_chanel .block03 .block_product_ph,
#mq_chanel .block05 .block_product_ph {
  order: 1;
  margin-left: 70px;
}

#mq_chanel .block02 .block_product_ph,
#mq_chanel .block04 .block_product_ph {
  order: 2;
  margin-right: 70px;
}


#mq_chanel .block01 .block_product_ph,
#mq_chanel .block01.is-active .block_product_ph::before {
  width: 233.5px;
}

#mq_chanel .block01 .block_product_ph::before {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel_rougecoco2103/img/block01_lip-bg@2x.png);
  background-size: 233.5px 231px;
}

#mq_chanel .block01 .block_product_lip {
  width: 177px;
}

#mq_chanel .block02 .block_product_ph,
#mq_chanel .block02.is-active .block_product_ph::before  {
  width: 234px;
}

#mq_chanel .block02 .block_product_ph {
  margin-left: 30px;
}

#mq_chanel .block02 .block_product_ph::before {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel_rougecoco2103/img/block02_lip-bg@2x.png);
  background-size: 234px 231px;
}

#mq_chanel .block02 .block_product_lip {
  width: 178.5px;
}

#mq_chanel .block03 .block_product_ph,
#mq_chanel .block03.is-active .block_product_ph::before  {
  width: 225px;
}

#mq_chanel .block03 .block_product_ph::before {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel_rougecoco2103/img/block03_lip-bg@2x.png);
  background-size: 225px 203px;
}

#mq_chanel .block03 .block_product_lip {
  width: 154px;
}

#mq_chanel .block04 .block_product_ph,
#mq_chanel .block04.is-active .block_product_ph::before  {
  width: 202px;
}

#mq_chanel .block04 .block_product_ph {
  margin-left: 30px;
}

#mq_chanel .block04 .block_product_ph::before {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel_rougecoco2103/img/block04_lip-bg@2x.png);
  background-size: 202px 201px;
}

#mq_chanel .block04 .block_product_lip {
  width: 155px;
}

#mq_chanel .block05 .block_product_ph,
#mq_chanel .block05.is-active .block_product_ph::before  {
  width: 204px;
}

#mq_chanel .block05 .block_product_ph::before {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel_rougecoco2103/img/block05_lip-bg@2x.png);
  background-size: 204px 200px;
}

#mq_chanel .block05 .block_product_lip {
  width: 154.5px;
}



/*--------------------------------------------------------------------------------variation */
#mq_chanel .variation {
 background-color: #f7e4dd;
 padding: 70px 0 100px;
 text-align: center;
}

#mq_chanel .variation_subheadings {
  font-size: 24px;
  margin-bottom: 20px;
}

#mq_chanel .variation_headings {
  margin: 0 auto 30px;
  width: 486px;
}

#mq_chanel .variation_lead {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}

#mq_chanel .product_number {
  width: 40px;
  margin: 0 auto 15px;
}

#mq_chanel .product_color {
  font-size: 14px;
  line-height: 20px;
  height: 60px;
/*  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;*/
}

#mq_chanel .product_color span {
  font-size: 12px;
  display: inline-block;
}

#mq_chanel .product_ph {

}

#mq_chanel .variation_bg-white {
  background-color: #fff;
  padding-top: 50px;
}

#mq_chanel .variation_text {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: .03em;
  margin-bottom: 35px;
  padding-top: 90px;
}

#mq_chanel .variation_credit {
  font-size: 12px;
  line-height: 2;
}


/*--------------------------------------------------------------------------------variation スライダー */
#mq_chanel .variation .swiper-container {
  width: 750px;
  overflow: visible;
}

#mq_chanel .variation .swiper-container::before,
#mq_chanel .variation .swiper-container::after {
  display: block;
  position: absolute;
  content: '';
  background-color: #fff;
  width: calc(50vw - 375px);
  height: 100%;
  top: 0;
  left: calc(-50vw + 375px);
  z-index: 2;
}

#mq_chanel .variation .swiper-container::before {
}


#mq_chanel .variation .swiper-container::after {
  left: 100%;
}

#mq_chanel .variation .swiper-wrapper {
  width: 750px;
  margin: 0 auto;
  display: flex;
  height: 305px;
}

#mq_chanel .variation .swiper-slide {
  text-align: center;
  width: 150px;
  height: 305px;
  overflow: hidden;
}


#mq_chanel .variation .swiper-button-next,
#mq_chanel .variation .swiper-button-prev {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel_rougecoco2103/img/btn_arrow_swiper@2x.png);
  width: 12px;
  height: 24px;
  background-size: 12px 24px;
  background-repeat: no-repeat;
  top: 190px;
  position: absolute;
}

#mq_chanel .variation .swiper-button-next {
  right: -45px;
}

#mq_chanel .variation .swiper-button-prev {
  transform: rotate(-180deg);
  left: -45px;
}

#mq_chanel .variation .swiper-container-horizontal>.swiper-scrollbar {
  top: 330px;
}

#mq_chanel .variation .swiper-scrollbar {
  background-color: #fff;
}

#mq_chanel .variation .swiper-scrollbar-drag {
  background-color: #d80324;
}


#mq_chanel .variation .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}



/*--------------------------------------------------------------------------------instagram */
#mq_chanel .instagram {
  padding-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}

#mq_chanel .instagram_headings {
  margin: 0 auto 50px;
  width: 336.5px;
}

#mq_chanel .instagram_lead {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: .05em;
}

#mq_chanel .instagram_text {
  font-size: 18px;
  line-height: 32px;
  width: 800px;
  margin: 0 auto 50px;
  text-align: left;
}

#mq_chanel .instagram_list {
  display: flex;
  width: 630px;
  margin: 0 auto 30px;
  justify-content: space-between;
}

#mq_chanel .instagram_list-item {
  width: 300px;
}

#mq_chanel .instagram_list-item:nth-child(2) {
  transition-delay: .5s;
}

#mq_chanel .instagram_list-image {
  margin-bottom: 20px;
}

#mq_chanel .instagram_list-text {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}


#mq_chanel .instagram_list-text span {
  font-size: 14px;
}

/*--------------------------------------------------------------------------------informarion */
#mq_chanel .information {
  padding: 100px 0;
  background-color: #f0f0f0;
  text-align: center;
  margin-bottom: 100px;
}

#mq_chanel .information_headings {
  margin: 0 auto 50px;
  width: 261px;
}

#mq_chanel .information_lead {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: .05em;
}

#mq_chanel .information_text {
  font-size: 18px;
  line-height: 32px;
  width: 800px;
  margin: 0 auto 50px;
  text-align: left;
}



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

#mq_chanel .modal {
  position: absolute;
  width: 750px;
  height: 700px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0,0,0,.15);
  z-index: 10001;
  display: none;
  padding: 60px 60px;
  text-align: center;
  overflow: hidden;
}

#mq_chanel .modal_inner {

}


#mq_chanel #modal_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10000;
  display: none;
}

#mq_chanel .modal_close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 35px;
  right: 35px;
  z-index: 10001;
}

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


#mq_chanel .modal-container {
}

#mq_chanel .modal-wrapper {
}

#mq_chanel .modal-slide {
}

#mq_chanel .modal .swiper-button-next,
#mq_chanel .modal .swiper-button-prev {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel_rougecoco2103/img/btn_arrow_swiper@2x.png);
  width: 12px;
  height: 24px;
  background-size: 12px 24px;
  background-repeat: no-repeat;
  top: 140px;
  position: absolute;
}


#mq_chanel .modal .swiper-button-next:hover,
#mq_chanel .modal .swiper-button-prev:hover {
  opacity: .6;
}

#mq_chanel .modal .swiper-button-prev {
  transform: rotate(-180deg);
  left: 0px;
}
#mq_chanel .modal .swiper-button-next {
  right: 0px;
}

#mq_chanel .modal .swiper-button-next.swiper-button-disabled,
#mq_chanel .modal .swiper-button-prev.swiper-button-disabled {
  display: none;
}


#mq_chanel .modal_product {
  display: flex;
  width: 630px;
  margin-bottom: 50px;
  justify-content: space-between;
}

#mq_chanel .modal_text {
  width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}

#mq_chanel .modal_ph {
  width: 330px;
  padding-left: 40px;
}

#mq_chanel .modal_ph img {
  width: 178px;
  text-align: center;
}

#mq_chanel .modal_number {
  width: 138px;
  margin: 0 auto 35px;
}

#mq_chanel .modal_caption {
  font-size: 18px;
  line-height: 35px;
  width: 220px;
}

#mq_chanel .modal_text-before {
  font-size: 22px;
  margin-bottom: 15px;
}
#mq_chanel .modal_text-after {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 40px;
}

#mq_chanel .modal_try {
  font-size: 18px;
}


#mq_chanel .modal-slide:first-child .btn-tryon a {
  background-color: #ce7066;
}

#mq_chanel .modal-slide:nth-child(2) .btn-tryon a {
  background-color: #c06056;
}

#mq_chanel .modal-slide:nth-child(3) .btn-tryon a {
  background-color: #964142;
}

#mq_chanel .modal-slide:nth-child(4) .btn-tryon a {
  background-color: #d37a70;
}

#mq_chanel .modal-slide:nth-child(5) .btn-tryon a {
  background-color: #ab6157;
}

#mq_chanel .modal-slide:nth-child(6) .btn-tryon a {
  background-color: #b3404f;
}

#mq_chanel .modal-slide:nth-child(7) .btn-tryon a {
  background-color: #e46e76;
}

#mq_chanel .modal-slide:nth-child(8) .btn-tryon a {
  background-color: #cf575e;
}

#mq_chanel .modal-slide:nth-child(9) .btn-tryon a {
  background-color: #cf3051;
}

#mq_chanel .modal-slide:nth-child(10) .btn-tryon a {
  background-color: #ea3a64;
}

#mq_chanel .modal-slide:nth-child(11) .btn-tryon a {
  background-color: #f44c49;
}

#mq_chanel .modal-slide:nth-child(12) .btn-tryon a {
  background-color: #f03f36;
}

#mq_chanel .modal-slide:nth-child(13) .btn-tryon a {
  background-color: #db3f37;
}

#mq_chanel .modal-slide:nth-child(14) .btn-tryon a {
  background-color: #f92347;
}

#mq_chanel .modal-slide:nth-child(15) .btn-tryon a {
  background-color: #d4173b;
}

#mq_chanel .modal-slide:nth-child(16) .btn-tryon a {
  background-color: #d80324;
}

#mq_chanel .modal-slide:nth-child(17) .btn-tryon a {
  background-color: #c80f42;
}

#mq_chanel .modal-slide:nth-child(18) .btn-tryon a {
  background-color: #b21333;
}

#mq_chanel .modal-slide:nth-child(19) .btn-tryon a {
  background-color: #971829;
}

#mq_chanel .modal-slide:nth-child(20) .btn-tryon a {
  background-color: #931a3f;
}



/*----------------------------------------------------------------------------4/6更新追加分 */
#mq_chanel .instagram_movie {
  margin-bottom: 30px;
}

#mq_chanel .instagram_movie iframe {
  width:  630px;
  height: 354.375px;
}
