@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Noto+Sans+JP:wght@300;400;500;600&display=swap');

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

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

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

#mq_pantene2311 section {
  padding: 0 !important;
}

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

#mq_pantene2311 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_pantene2311 p {
  font-family: 'Noto Sans JP', sans-serif;
}

#mq_pantene2311 .caption {
  font-size: 3.733333vw;
  font-weight: 300;
  line-height: 1.714;
}

#mq_pantene2311 .caution {
  font-size: 2.6666vw;
  font-weight: 300;
  line-height: 1.8;
}

#mq_pantene2311 .letter_titile span,
#mq_pantene2311 .letter_titile-item span {
  font-family: 'Cormorant Garamond', serif;
}

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

#mq_pantene2311 sup {
  font-size: 75%;
  vertical-align: top;
  position: relative;
  top: 0;
}

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

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


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

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

/*Clearfix*/
#mq_pantene2311 .cf:before,
#mq_pantene2311 .cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

#mq_pantene2311 .cf:afte {
  clear: both;
}

#mq_pantene2311 .cf {
  zoom: 1;
}

#mq_pantene2311 .clear {
  clear: both;
}

/*Layout*/
#mq_pantene2311 .container {
  width: 92vw;
  margin: 0 auto;
}

/* 出しわけアニメーション--------------------------------------------------------------------------------------*/
#mq_pantene2311 .mv_slide {
  overflow: hidden;
  transition: all .8s ease-in-out .5s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  width: 0;
}
#mq_pantene2311 .mv_slide.is-active {
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=1);
  opacity: 1;
}

#mq_pantene2311 .is-active.mv_ph.ph1 {
  animation: slideinL 1.5s ease-in-out 0s;
}

#mq_pantene2311 .is-active.mv_ph.ph2 {
  animation: slideinR 1.5s ease-in-out 0s;
}

#mq_pantene2311 .mv_slide img {
  transform: scale(1);
}

#mq_pantene2311 .mv_slide.ph1 img {
  transition: all 1.5s ease-in-out 1.5s;
}

#mq_pantene2311 .mv_slide.ph2 img {
  transition: all 1.5s ease-in-out 1.8s;
}

#mq_pantene2311 .mv_slide.is-active img {
  transform: scale(1.05);
}



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

/* mv -------------------------------------------------------------------------------------- */
#mq_pantene2311 .mv {
  position: relative;
  background-color: #fff6df;
}

#mq_pantene2311 .mv_ph {
  width: 100%;
}

#mq_pantene2311 .mv_catch {
  width: 29.6vw;
  position: absolute;
  top: 4.66666vw;
  left: 55.46666vw;
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 2s;
  -ms-transition: all 1s ease-in-out 2s;
  -moz-transition: all 1s ease-in-out 2s;
  transition: all 1s ease-in-out 2s;
}

#mq_pantene2311 .mv_catch.is-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=1);
  opacity: 1;
}


#mq_pantene2311 .mv_sub {
  margin: 12.93333vw auto 0;
}

#mq_pantene2311 .mv_lead {
  width: 61.066666vw;
  margin: 0 auto;
}

#mq_pantene2311 .mv_title {
  width: 93.4vw;
  margin: 10.933333vw auto 0;
}

#mq_pantene2311 .mv_sub .caption {
  width: 92vw;
  margin: 8vw auto 0;
}

#mq_pantene2311 .mv_sub .caution {
  width: 92vw;
  margin: 2.66666vw auto 0;
}

#mq_pantene2311 .scroll {
  font-family: 'Cormorant Garamond', serif;
  writing-mode: vertical-rl;
  bottom: 18vw;
  left: 4vw;
  z-index: 2;
  font-size: 3.2867vw;
  color: #5c2205;
}

#mq_pantene2311 .scroll.is-active {
  position: fixed;
}

#mq_pantene2311 .scroll::after {
  content: '';
  display: block;
  background-color: #5c2205;
  background-size: 1px 17.333vw;
  width: 1px;
  height: 17.333vw;
  position: absolute;
  top: 14.666vw;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

#mq_pantene2311 .scroll.is-active::after {
  opacity: 1;
}
/* profile -------------------------------------------------------------------------------------- */
#mq_pantene2311 .profile {
  margin: 16vw auto 0;
  padding: 17.333vw 0 16vw;
  background-color: #fff6df;
}

#mq_pantene2311 .profile .headings {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.05em;
  margin-top: 4vw;
}

#mq_pantene2311 .profile .caption {
  width: 100%;
  padding: 0 6vw;
  position: relative;
  margin: 9.33333vw auto 0;
}

#mq_pantene2311 .profile .caption::before,
#mq_pantene2311 .profile .caption::after {
	content: '';
	width: 8.6666vw;
	height: 18.66666vw;
	position: absolute;
}

#mq_pantene2311 .profile .caption::before {
	border-left: solid 1px #6a3906;
	border-top: solid 1px #6a3906;
	top: -4vw;
	left: 0;
}

#mq_pantene2311 .profile .caption::after {
	border-right: solid 1px #6a3906;
	border-bottom: solid 1px #6a3906;
  right: 0;
	bottom: -4vw;
}

#mq_pantene2311 .profile .main_ph {
  width: 92vw;
}

#mq_pantene2311 .prof2 {
  margin-top: 6.6666vw;
}

#mq_pantene2311 .profile .name {
  margin: 8vw auto 0;
  font-size: 2.9333333vw;
  font-weight: 400;
}

#mq_pantene2311 .profile .name span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 5vw;
  font-weight: 400;
}

#mq_pantene2311 .profile .data {
  font-size: 2.666666vw;
  font-weight: 300;
  line-height: 1.8;
  margin: 2vw auto 0;
}

/* topics -------------------------------------------------------------------------------------- */
#mq_pantene2311 .topics {
  margin: 17.33333vw auto 0;
}

#mq_pantene2311 .topics .letter_titile {
  color: #5c2205;
  font-size: 12vw;
  text-align: center;
  height: 12vw;
}

#mq_pantene2311 .topics .letter_titile.is-active .letter {
  height: 12vw;
}

#mq_pantene2311 .topics .headings {
  width: 100vw;
  margin: 5.33333vw auto 0 -1.3vw;
  font-size: 4.8vw;
  letter-spacing: -0.06em;
  font-weight: 500;
  line-height: 1.444;
}

#mq_pantene2311 .topics .detail {
  margin: 5.3333vw auto 0;
  border: 1px solid #3c3c3c;
  padding: 6.66666vw 0 5.3333vw;
}

#mq_pantene2311 .topics .ph {
  width: 85.6vw;
  margin: 0 auto;
}

#mq_pantene2311 .topics .text {
  display: flex;
  justify-content: center;
}

#mq_pantene2311 .topics .text .credit {
  width: 50%;
  font-size: 2.933333vw;
  font-weight: 300;
  text-align: center;
  margin-top: 2.666vw;
}

#mq_pantene2311 .topics .caution {
  margin: 5.3333vw auto 0;
  text-align: center;
}

#mq_pantene2311 .topics .caption {
  margin: 8vw auto 0;
}

/* series -------------------------------------------------------------------------------------- */
#mq_pantene2311 .series.item1 {
  margin: 26.6666vw auto 0;
}

#mq_pantene2311 .series .letter_titile {
  color: #5c2205;
  font-size: 12vw;
  letter-spacing: -0.01em;
  text-align: center;
  height: 12vw;
}

#mq_pantene2311 .series .letter_titile.is-active .letter {
  height: 12vw;
}

#mq_pantene2311 .series .headings {
  margin: 5.33333vw auto 0;
  font-size: 5.066666vw;
  font-weight: 500;
  line-height: 1.421;
}

#mq_pantene2311 .series .lead {
  font-size: 3.733333vw;
  font-weight: 300;
  line-height: 1.71;
  margin: 4vw auto 0;
}

#mq_pantene2311 .series .item {
  margin: 8vw auto 0;
}

#mq_pantene2311 .series .letter_titile-item {
  font-size: 11.33333vw;
  letter-spacing: -0.03em;
  height: 11.6vw;
}

#mq_pantene2311 .series .letter_titile-item.is-active .letter {
  height: 11.33333vw;
}

#mq_pantene2311 .series.item1 .letter_titile-item {
  color: #f14f1f;
}

#mq_pantene2311 .series.item2 .letter_titile-item {
  color: #f43977;
}

#mq_pantene2311 .series .item .ph {
  width: 100vw;
  margin-left: -4vw;
}

#mq_pantene2311 .series .text {
  margin-top: 4vw;
}

#mq_pantene2311 .series .text .caption {
  margin: 2.6666vw auto 0;
}

/* try -------------------------------------------------------------------------------------- */
#mq_pantene2311 .try {
  position: relative;
  margin: 28.666vw auto 0;
}

#mq_pantene2311 .try .headings {
  position: relative;
  display: flex;
  justify-content: center;
}

#mq_pantene2311 .try .headings::after,
#mq_pantene2311 .try .headings::before {
  content: '';
  display: block;
  background-color: #5c2205;
  width: 0;
  height: 1px;
  position: absolute;
  top: 16.9333vw;
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1) .5s;
}

#mq_pantene2311 .try .headings::after {
  left: 9.8667vw;
}

#mq_pantene2311 .try .headings::before {
  right: 11.135vw;
}

#mq_pantene2311 .try .headings.is-active::after,
#mq_pantene2311 .try .headings.is-active::before {
  width: 31.6667vw;
}

#mq_pantene2311 .try .headings_ph {
  width: 13.4vw;
  margin-right: 2.933333vw;
}

#mq_pantene2311 .try .catch {
  font-size: 6.8vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #5c2205;
  letter-spacing: -0.03em;
}

#mq_pantene2311 .try .catch::after {
  content: '';
  display: block;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/pantene2311/img/try_line_sp@2x.png);
  background-size:  4.6667vw 6.6vw;
  width: 4.6667vw;
  height: 0;
  position: absolute;
  top: 16.9333vw;
  left: 44.6667vw;
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
}

#mq_pantene2311 .try .headings.is-active .catch::after {
  height: 6.6vw;
}

#mq_pantene2311 .try .catch span.small {
  font-size: 4.66666vw;
  line-height: 1.21;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

#mq_pantene2311 .try .catch span.name {
  color: #5c2205;
  letter-spacing: 0.03em;
  font-size: 6.8vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

#mq_pantene2311 .try .catch span.try {
  font-size: 6.8vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
}

#mq_pantene2311 .try .catch span.black {
  color: #000;
}

#mq_pantene2311 .try .lead {
  margin: 14.6666vw auto 0;
  font-size: 5.066666vw;
  font-weight: 500;
  line-height: 1.421;
}

#mq_pantene2311 .try .caption {
  width: 94vw;
  margin: 5.333vw auto 0;
}

#mq_pantene2311 .try .right {
  position: relative;
  width: 100vw;
}

#mq_pantene2311 .try .ph {
  width: 100vw;
  margin: 4vw auto 0 -4vw;
  position: relative;
}

#mq_pantene2311 .try .item_bg {
  width: 32.2vw;
  position: absolute;
  top: 58.8vw;
  left: 2.666vw;
  mix-blend-mode: multiply;
}

#mq_pantene2311 .try .item {
  width: 20.133333vw;
  position: absolute;
  top: 28.8vw;
  left: 5.733333vw;
  z-index: 2;
}

/* lineup -------------------------------------------------------------------------------------- */
#mq_pantene2311 .lineup {
  margin: 15.333vw auto 0;
  padding: 16vw 0 17.33333vw;
  background-color: #fff6df;
}

#mq_pantene2311 .lineup .container {
  width: 100%;
}

#mq_pantene2311 .lineup .lead {
  width: 92vw;
  margin: 5.33333vw auto;
  font-weight: 300;
  font-size: 3.733333vw;
  line-height: 1.71;
}

#mq_pantene2311 .lineup .letter_titile {
  width: 92vw;
  margin: 0 auto;
  font-size: 12vw;
  color: #5c2205;
  height: 14.666666vw;
}

#mq_pantene2311 .lineup .letter_titile::after {
  content: '';
  display: block;
  background-color: #5c2205;
  background-size: 0 1px;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s linear .5s;
}

#mq_pantene2311 .lineup .letter_titile.is-active::after {
  background-size: 92vw 1px;
  width: 92vw;
}

#mq_pantene2311 .lineup .letter_titile.is-active .letter {
  height: 12vw;
}
/*----------------------------------------------------------------------------swiperスライダー */
#mq_pantene2311 .swiper-container {
  position: relative;
  width: 100vw;
  height: auto;
  margin-bottom: 8vw;
  overflow: hidden!important;
  margin-left: 4vw;
}

#mq_pantene2311 .lineup_slide {
  position: relative;
  width: 92vw;
}

#mq_pantene2311 .swiper-wrapper {
  /* height: 94.66666vw; */
}

#mq_pantene2311 .swiper-slide {
  width: 39.6vw;
  /* margin-right: 3.3vw!important; */
  display: flex;
  flex-direction: column;
}

#mq_pantene2311 .slide-img {
  width: 39.6vw;
}

#mq_pantene2311 .swiper-button-prev,
#mq_pantene2311 .swiper-button-next {
  background-size: 6.4vw 6.4vw;
  height: 6.4vw;
  width: 6.4vw;
  position: absolute;
  top: 16.66666vw;
  z-index: 2;
}

#mq_pantene2311 .swiper-button-prev {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/pantene2311/img/slider_arrow-prev_sp@2x.png);
  left: 1.33vw;
}

#mq_pantene2311 .swiper-button-next {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/pantene2311/img/slider_arrow-next_sp@2x.png);
  right: -6vw;
}

#mq_pantene2311 .slider_text {
  margin: 3.3333vw auto 0;

  display: flex;
  flex-direction: column;
}

#mq_pantene2311 .slider_lead {
  font-weight: 600;
  font-size: 2.93333vw;
  line-height: 1.521;
  height: 17vw;
}

#mq_pantene2311 .slider_caption {
  margin-top: auto;
  display: block;
  font-size: 2.9333333vw;
  line-height: 1.63;
  font-weight: 300;
}

#mq_pantene2311 .lineup .caution {
  width: 92vw;
  margin: 0 auto;
}


/* present -------------------------------------------------------------------------------------- */
#mq_pantene2311 .present {
  margin: 16.6666vw auto 0;
}

#mq_pantene2311 .present .letter_titile {
  font-size: 12vw;
  text-align: center;
  color: #5c2205;
}

#mq_pantene2311 .present .wrap {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 6vw;
}

#mq_pantene2311 .present .text {
  margin-top: 6vw;
}

#mq_pantene2311 .present .lead {
  font-size: 5.066666vw;
  font-weight: 500;
  line-height: 1.421;
  letter-spacing: -0.04em;
}

#mq_pantene2311 .present .caption {
  margin: 5.3333vw auto 0;
}

#mq_pantene2311 .present .data {
  margin: 6vw auto 0;
  position: relative;
  font-size: 3.2vw;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  padding-top: 2vw;
}

#mq_pantene2311 .present .data::before,
#mq_pantene2311 .present .data::after {
	content: '';
	width: 2.6666vw;
	height: 14.6666vw;
	position: absolute;
}

#mq_pantene2311 .present .data::before {
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	top: 0;
	left: 14vw;
}

#mq_pantene2311 .present .data::after {
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	top: 0;
	right: 14vw;
}

#mq_pantene2311 .present .main {
  position: relative;
  height: 97.066666vw;
}

#mq_pantene2311 .present .main .ph {
  width: 85.066666vw;
  position: absolute;
  top: 8vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#mq_pantene2311 .present .main .bg {
  width: 97.066666vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#mq_pantene2311 .present .caution {
  margin: 8vw auto 0;
}

#mq_pantene2311 .present_link {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/3rd-special-maquia.hpplus.jp/special/mq/02/pantene2311/img/btn_anchor_sp@2x.png);
  background-size: 26vw 26vw;
  position: fixed;
  bottom: 2vw;
  right: 1.333vw;
  display: none;
  height: 26vw;
  width: 26vw;
  z-index: 100;
}

/*----------------------------------------------------------------------------contact/credit/share */
#mq_pantene2311 .footer_credit {
  margin: 21.33333vw auto 0;
}

#mq_pantene2311 .footer_credit .contact {
  font-size: 3.733333vw;
  line-height: 1.71;
  text-align: center;
  font-weight: 300;
  margin: 10.66666vw auto 5.33333vw;
}

#mq_pantene2311 .footer_credit .clothes_credit,
#mq_pantene2311 .footer_credit .staff_credit {
  font-size: 2.666666vw;
  line-height: 1.8;
  margin-bottom: 5.333333vw;
  font-weight: 300;
}

#mq_pantene2311 .footer_credit .caution {
  text-align: center;
  font-size: 2.666666vw;
  line-height: 1.8;
}

#mq_pantene2311 .footer_credit .share {
  margin: 8vw auto 12vw;
  text-align: center;
}

#mq_pantene2311 .footer_credit .share_headings {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5.33333vw;
  letter-spacing: 0.15em;
  margin-bottom: 3.33vw;
}

#mq_pantene2311 .footer_credit .share_list {
  text-align: center;
}

#mq_pantene2311 .footer_credit .share_item {
  width: 14.666666vw;
  display: inline-block;
  margin: 0 2.6666vw;
}

/* btn -------------------------------------------------------------------------------------- */
#mq_pantene2311 .btn {
  width: 84vw;
  height: 18.666666vw;
  margin: 0 auto;
  position: relative;
}

#mq_pantene2311 .btn a {
  content: '';
  display: block;
  background: rgb(255,180,57);
  background: linear-gradient(36deg, rgba(255,180,57,1) 0%, rgba(255,135,52,1) 100%);
  width: 100%s;
  height: 100%;
  line-height: 18.666666vw;
  font-size: 4vw;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

#mq_pantene2311 .btn_brandsite {
  margin: 0 auto;
}

#mq_pantene2311 .btn_present {
  margin: 13.3333vw auto 0;
}

#mq_pantene2311 .btn_buy {
  margin: 9.33333vw auto 0;
}

#mq_pantene2311 .btn a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  background-size: 13.333333vw 1px;
  position: absolute;
  top: 50%;
  left: 70.6666vw;
  transform: translateY(-50%);
  transition: all .5s linear .5s;
  z-index: 2;
}

#mq_pantene2311 .is-active.btn a::after {
  width: 13.333333vw;
}
