@charset "UTF-8";

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

/*--------------------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;
  /*position: relative;*/
  color: #404040;
  overflow: hidden;
}

#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.75vw;
  line-height: 1.5;
}

#mq_chanel .credit {
  font-size: 3.125vw;
  line-height: 1.5;
}

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


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

#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_contents
-------------------------------------------------------------------------------------- */
/*-------------------------------------------------------------------------------- pr */
#mq_chanel .pr {
  width: 30px;
  height: 17px;
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 15px;
}

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

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


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

#mq_chanel .loading_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width:100vw;
  height: 20vw;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/chanel_rougecoco2103/img/loading-bg_sp@2x.png);
  background-size: 100vw 20vw;
  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: 100vw;
  height: 20vw;
}

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


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

/*----------------------------------------------------------------------------contact、credit、share */
#mq_chanel .contact {
  font-size: 3.2vw;
  line-height: 1.71;
  color: #4b4b4b;
  margin-bottom: 5.3333vw;
  margin-top: 16vw;
}

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

#mq_chanel .credit,
#mq_chanel .caution {
  font-size: 2.66666vw;
  line-height: 1.5;
  color: #666666;
}

#mq_chanel .credit {
  margin-bottom: 4vw;
}

#mq_chanel .caution {
  margin-bottom: 16vw;
}

#mq_chanel .share {
  margin-bottom: 16vw;
}

#mq_chanel .share_headings {
  width: 20.4vw;
  margin: 0 auto 5.3333vw;
}

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

#mq_chanel .sns li {
  width:  14.6666vw;
  display: inline-block;
  margin: 0 3.3333vw;
}



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

#mq_chanel .btn {
  position: relative;
  width: 80vw;
  height: 18.6666vw;
  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-weight: bold;
  letter-spacing: .15em;
  text-align: center;
  font-size: 3.8667vw;
  line-height: 1.448;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

#mq_chanel .btn a .linebox {
  width: 10.6666vw;
  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: 12vw;
  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_sp@2x.png);
  background-size: 44.963333vw 3.26666vw;
  background-repeat: no-repeat;
  background-position: center center;
}


#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: 16vw;
}

#mq_chanel .mv .container {
  position: relative;
  height: 122vw;
  margin-bottom: 8vw;
}

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

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

#mq_chanel .mv_scroll {
  width: 10.6vw;
  margin: 0 auto;
  margin-bottom: 11.3333vw;
  transition: all 1s ease;
  opacity: 0;
  animation: scroll 3s linear infinite;
  animation-play-state: paused;
}

#mq_chanel .is-show .mv_scroll {
  opacity: 1;
  animation-play-state: running;
}

#mq_chanel .mv_ph {

}

#mq_chanel .mv_lead {
  position: absolute;
  top: 103vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4vw;
  line-height: 2;
  color: #f66892;
  letter-spacing: .2em;
  width: 100%;
}

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

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

#mq_chanel .mv_title {
  width: 90.6666vw;
  margin: 0 auto 12vw;
  opacity: 0;
  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: 4vw;
  line-height: 2.133333;
  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: 18.6666vw;
  opacity: 0;
  transition: all 1s ease;
}

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

#mq_chanel .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 12vw;
}

#mq_chanel .block_ph {
  width: 100vw;
  margin-left: -4vw;
  order: 1;
  margin-bottom: 6.6666vw;
  opacity: 0;
  transition: all .8s ease;
}

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

#mq_chanel .block_text {
  order: 2;
}

#mq_chanel .block_lead {
  color: #f66892;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 5.6vw;
  line-height: 1.714;
  text-align: left;
  letter-spacing: .15em;
  margin-bottom: 5.3333vw;
}

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

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

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

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


#mq_chanel .block_product {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 2.6666vw;
}

#mq_chanel .block_product_ph {
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

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


#mq_chanel .block_product.is-active .block_product_ph {
  opacity: 1;
  background-position: 0 0;
  position: relative;
}


#mq_chanel .block_product_lip {
  opacity: 0;
  transform: translateY(20px);
  transition: all .8s ease .3s;
}


#mq_chanel .block_product.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 .6s;
  transform: translateY(20px);
}

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

#mq_chanel .block_product_number {
  width: 26.4vw;
  position: relative;
  margin: 0 auto 18.6666vw;
  transition: all .8s ease .9s;
}

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

#mq_chanel .block_product.is-active .block_product_number::before {
  height: 8vw;
}


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

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

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


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

/* block個別 */

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

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


#mq_chanel .block01 .block_ph,
#mq_chanel .block03 .block_ph,
#mq_chanel .block05 .block_ph {
  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 .block01 .block_product_text,
#mq_chanel .block03 .block_product_text,
#mq_chanel .block05 .block_product_text {
  order: 1;
}

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


#mq_chanel .block02 .block_product_text,
#mq_chanel .block04 .block_product_text {
  order: 2;
}


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


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

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

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

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

#mq_chanel .block01 .block_product_ph,
#mq_chanel .block01 .block_product.is-active .block_product_ph::before {
  width: 44.466666vw;
}

#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_sp@2x.png);
  background-size: 44.466666vw 44vw;
}

#mq_chanel .block01 .block_product_lip {
  width: 34.533333vw;
}


#mq_chanel .block02 .block_product_ph,
#mq_chanel .block02 .block_product.is-active .block_product_ph::before {
  width: 44.26666vw;
}

#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_sp@2x.png);
  background-size:  44.2666vw 44vw;
}

#mq_chanel .block02 .block_product_lip {
  width: 31.2vw;
}


#mq_chanel .block03 .block_product_ph,
#mq_chanel .block03 .block_product.is-active .block_product_ph::before {
  width: 48vw;
}

#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_sp@2x.png);
  background-size: 48vw 43.86666vw;
}

#mq_chanel .block03 .block_product_lip {
  width: 30vw;
}

#mq_chanel .block04 .block_product_ph,
#mq_chanel .block04 .block_product.is-active .block_product_ph::before {
  width: 43.73333vw;
}

#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_sp@2x.png);
  background-size: 43.73333vw 43.4666vw;
}

#mq_chanel .block04 .block_product_lip {
  width: 34.4vw;
}


#mq_chanel .block05 .block_product_ph,
#mq_chanel .block05 .block_product.is-active .block_product_ph::before {
  width:44.933333vw;
}

#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_sp@2x.png);
  background-size: 44.933333vw 44vw;
}

#mq_chanel .block05 .block_product_lip {
  width: 34.4666vw;
}


#mq_chanel .block02 .block_lead,
#mq_chanel .block05 .block_lead {
  padding-left: 5.33vw;
}



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

#mq_chanel .variation_subheadings {
  font-size: 5.06666vw;
  line-height: 1.68;
  margin-bottom: 2.6666vw;
}

#mq_chanel .variation_headings {
  margin: 0 auto 6.6666vw;
  width: 83.2vw;
}

#mq_chanel .variation_lead {
  font-size: 3.73333vw;
  line-height: 2;
  margin-bottom: 9.3333vw;
}

#mq_chanel .product_number {
  width: 8vw;
  margin: 0 auto 2.6666vw;
}

#mq_chanel .product_color {
  font-size: 3.2vw;
  line-height: 1.4167;
  height: 14.67777vw;
}

#mq_chanel .product_color span {
  font-size: 2.6666vw;
  display: inline-block;
}

#mq_chanel .product_ph {
  width: 28vw;
}

#mq_chanel .variation_bg-white {
  background-color: #fff;
  padding-top: 8vw;
}

#mq_chanel .variation_text {
  font-size: 3.73333vw;
  line-height: 2;
  letter-spacing: .03em;
  margin-bottom: 6.6666vw;
  padding-top: 14.677777vw;
}

#mq_chanel .variation_credit {
  font-size: 3.2vw;
  line-height: 1.83333;
  text-align: left;
  padding: 0 4vw;
}


/*--------------------------------------------------------------------------------variation スライダー */
#mq_chanel .variation .swiper-container {
  width: 84vw;
  margin: 0 auto;
  overflow: visible;
}

#mq_chanel .variation .swiper-container::before,
#mq_chanel .variation .swiper-container::after {
  display: block;
  position: absolute;
  content: '';
  background-color: #fff;
  width: 8vw;
  height: 100%;
  top: 0;
  z-index: 2;
}

#mq_chanel .variation .swiper-container::before {
  left: -8vw;
}


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

#mq_chanel .variation .swiper-wrapper {
  width: 84vw;
  margin: 0 auto;
  display: flex;
  height: 58.6666vw;
  overflow: visible;
}

#mq_chanel .variation .swiper-slide {
  text-align: center;
  width: 28vw;
  height: 58.6666vw;
  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: 3.3333vw;
  height: 6.4vw;
  background-size: 3.3333vw 6.4vw;
  background-repeat: no-repeat;
  top: 36vw;
  position: absolute;
  outline: none;
}

#mq_chanel .variation .swiper-button-next {
  right: -4vw;
}

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

#mq_chanel .variation .swiper-container-horizontal>.swiper-scrollbar {
  top: 62.666vw;
}

#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:  16vw;
  margin-bottom: 16vw;
}

#mq_chanel .instagram_headings {
  margin: 0 auto 12vw;
  width: 71.6666vw;
}

#mq_chanel .instagram_lead {
  font-size: 4.8vw;
  line-height: 1.6666;
  margin-bottom: 6.6666vw;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
}

#mq_chanel .instagram_text {
  font-size: 3.733333vw;
  line-height: 2;
  margin: 0 auto 14.6666vw;
}

#mq_chanel .instagram_list {
  display: flex;
  width: 84vw;
  margin: 0 auto 6.6666vw;
  justify-content: space-between;
}

#mq_chanel .instagram_list-item {
  width: 40vw;
}

#mq_chanel .instagram_list-image {
  margin-bottom: 2.66666vw;
}

#mq_chanel .instagram_list-text {
  font-size: 4vw;
  line-height: 5.333333vw;
  font-weight: bold;
  text-align: center;
}


#mq_chanel .instagram_list-text span {
  font-size: 3.2vw;
  display: inline-block;
  margin-bottom: 1.3333vw;
}

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

#mq_chanel .information_headings {
  margin: 0 auto 14.6666vw;
  width: 55.6666vw;
}

#mq_chanel .information_lead {
  font-size: 4.8vw;
  line-height: 1.6666;
  margin-bottom: 6.6666vw;
  font-weight: bold;
  letter-spacing: .05em;
}

#mq_chanel .information_text {
  font-size: 3.733333;
  line-height: 2;
  margin: 0 auto 13.333vw;
  text-align: left;
}



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

#mq_chanel .modal {
  position: absolute;
  width: 92vw;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0,0,0,.15);
  z-index: 10001;
  display: none;
  padding: 10.6666vw 5.3333vw;
  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: 6.6666vw;
  height: 6.6666vw;
  top: 4vw;
  right: 4vw;
  z-index: 10001;
}


#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: 3.3333vw;
  height: 6.4vw;
  background-size: 3.3333vw 6.4vw;
  background-repeat: no-repeat;
  top: 26vw;
  position: absolute;
  outline: none;
}


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

#mq_chanel .modal .swiper-button-next {
  right: 0px;
}

#mq_chanel .modal_product {

}

#mq_chanel .modal_text {
  align-items: center;
  margin-bottom: 9.3333vw;
}

#mq_chanel .modal_ph {
  margin: 0 auto 8vw;
}

#mq_chanel .modal_ph img {
  width: auto;
  height: 58.6666vw;
  text-align: center;
}

#mq_chanel .modal_number {
  width: 21.6666vw;
  margin: 0 auto 5.3333vw;
}

#mq_chanel .modal_slide:neth-child(17) .modal_number,
#mq_chanel .modal_slide:neth-child(19) .modal_number {
  width: 21.9333vw;
}

#mq_chanel .modal_caption {
  font-size: 3.2vw;
  line-height: 1.6666;
  text-align: center;
}

#mq_chanel .modal_text-before {
  font-size: 4.4vw;
  margin-bottom: 2.6666vw;
}
#mq_chanel .modal_text-after {
  font-size:  4.4vw;
  margin-top: 2.6666vw;
  margin-bottom: 5.3333vw;
}

#mq_chanel .modal_tryon {
  font-size: 3.2vw;
  line-height: 1.6666;
}


#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: 0 auto 6.6666vw;
  text-align: center;
}

#mq_chanel .instagram_movie iframe {
  width: 92vw;
  height: 76.66666vw;
}
