@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;
}

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

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

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

#mq_pantene2311 section {
  padding: 0 !important;
}

/*--------------------Common*/
#mq_pantene2311 {
	/*position: relative;*/
	width: 100%;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	line-height: 1;
	word-break: normal;
	line-break: strict;
  overflow: hidden;
}

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

#mq_pantene2311 .caption {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.857;
}

#mq_pantene2311 .caution {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.777;
}

#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: 10px;
  vertical-align: top;
  position: relative;
  top: 0;
}

#mq_pantene2311 a:hover img {
  opacity: .6;
  transition: all ease .6s;
}

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

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

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

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

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

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

/* 出しわけアニメーション--------------------------------------------------------------------------------------*/
#mq_pantene2311 .mv_slide {
  overflow: hidden;
  transition: all .8s ease-in-out 1s;
  opacity: 0;
}

#mq_pantene2311 .mv_slide.is-active {
  opacity: 1;
  display: block;
}

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

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

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

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

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

/* mv -------------------------------------------------------------------------------------- */
#mq_pantene2311 .mv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff6df;
}

#mq_pantene2311 .mv_main {
  display: flex;
}

#mq_pantene2311 .mv_ph {
  width: 50%;
}

#mq_pantene2311 .mv_catch {
  width: 15.8571vw;
  height: 7.2857vw;
  overflow: hidden;
  position: absolute;
  top: -3.5714vw;
  right: 12.1429vw;
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 1.5s;
  -ms-transition: all 1s ease-in-out 1.5s;
  -moz-transition: all 1s ease-in-out 1.5s;
  transition: all 1s ease-in-out 1.5s;
}

#mq_pantene2311 .mv_catch img {
  height: 7.2857vw;
  overflow: hidden;
}

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

#mq_pantene2311 .mv_sub {
  margin: 110px auto 0;
}

#mq_pantene2311 .mv_lead {
  width: 634.5px;
  margin: 0 auto;
}

#mq_pantene2311 .mv_title {
  width: 928px;
  margin: 64px auto 0;
}

#mq_pantene2311 .mv_sub .caption {
  width: 780px;
  margin: 55px auto 0;
}

#mq_pantene2311 .mv_sub .caution {
  width: 780px;
  margin: 15px auto 0;
}

/* profile -------------------------------------------------------------------------------------- */
#mq_pantene2311 .profile {
  margin: 120px auto 0;
  padding: 100px 0;
  background-color: #fff6df;
}

#mq_pantene2311 .profile .headings {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.538;
  letter-spacing: -0.05em;
}

#mq_pantene2311 .prof1 .headings {
  margin-top: 30px;
}

#mq_pantene2311 .prof2 .headings {
  margin-top: 93px;
}

#mq_pantene2311 .profile .caption {
  width: 374px;
  position: relative;
  margin: 60px auto 0;
}

#mq_pantene2311 .profile .caption::before,
#mq_pantene2311 .profile .caption::after {
	content: '';
	width: 50px;
	height: 101px;
	position: absolute;
}

#mq_pantene2311 .profile .caption::before {
	border-left: solid 1px #6a3906;
	border-top: solid 1px #6a3906;
	top: -25px;
	left: -35px;
}

#mq_pantene2311 .profile .caption::after {
	border-right: solid 1px #6a3906;
	border-bottom: solid 1px #6a3906;
  right: -20px;
	bottom: -30px;
}

#mq_pantene2311 .prof1 .caption {
  margin-right: 40px;
  margin-left: 35px;
}

#mq_pantene2311 .prof2 .headings {
  width: 445px;
}

#mq_pantene2311 .prof2 .caption {
  margin-left: 30px;
}

#mq_pantene2311 .prof2 .ph {
  margin-right: 53px;
}

#mq_pantene2311 .profile .wrapper {
  width: 880px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

#mq_pantene2311 .prof2 .wrapper {
  flex-direction: row-reverse;
}

#mq_pantene2311 .profile .main_ph {
  width: 432px;
}

#mq_pantene2311 .profile .name {
  margin: 20px auto 0;
  font-size: 15px;
  font-weight: 400;
  width: 330px;
}

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

#mq_pantene2311 .profile .data {
  width: 330px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  margin: 10px auto 0;
}

/* topics -------------------------------------------------------------------------------------- */
#mq_pantene2311 .topics {
  margin: 100px auto 0;
}

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

#mq_pantene2311 .topics .letter_titile.is-active .letter {
  height: 68px;
}

#mq_pantene2311 .topics .headings {
  margin: 45px auto 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.571;
  text-align: center;
}

#mq_pantene2311 .topics .detail {
  width: 750px;
  margin: 50px auto 0;
  border: 1px solid #3c3c3c;
  padding: 40px 0 30px;
}

#mq_pantene2311 .topics .ph {
  width: 100%;
}

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

#mq_pantene2311 .topics .text .credit {
  width: 375px;
  font-weight: 300;
  text-align: center;
}

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

#mq_pantene2311 .topics .caption {
  width: 750px;
  margin: 50px auto 0;
}

/* series -------------------------------------------------------------------------------------- */
#mq_pantene2311 .series.item1 {
  margin: 120px auto 0;
}

#mq_pantene2311 .series .container {
  width: 1000px;
  margin: 0 auto;
}

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

#mq_pantene2311 .series .letter_titile.is-active .letter {
  height: 68px;
}

#mq_pantene2311 .series .headings {
  margin: 40px auto 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.571;
  text-align: center;
}

#mq_pantene2311 .series .lead {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.857;
  width: 750px;
  margin: 30px auto 0;
}

#mq_pantene2311 .series .item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 55px auto 0;
}

#mq_pantene2311 .series.item2 .item {
  flex-direction: row-reverse;
}

#mq_pantene2311 .series .letter_titile-item {
  font-size: 60px;
  letter-spacing: -0.03em;
  height: 65px;
}

#mq_pantene2311 .series .letter_titile-item.is-active .letter {
  height: 60px;
}

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

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

#mq_pantene2311 .series .item .ph {
  width: 550px;
}

#mq_pantene2311 .series.item1 .ph {
  margin-right: 28px;
}

#mq_pantene2311 .series.item2 .ph {
  margin-left: 28px;
}

#mq_pantene2311 .series .text .caption {
  width: 415px;
  margin: 40px auto 0;
}

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

#mq_pantene2311 .try .container {
  position: relative;
  width: 980px;
  height: 640px;
  margin: 0 auto;
}

#mq_pantene2311 .try .left {
  z-index: 1;
}

#mq_pantene2311 .try .left,
#mq_pantene2311 .try .right {
  position: absolute;
  top: 0;
}

#mq_pantene2311 .try .right {
  right: 0;
  z-index: 0;
}

#mq_pantene2311 .try .headings {
  position: relative;
  display: flex;
  align-items: flex-end;
}

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

#mq_pantene2311 .try .headings::after {
  left: 0;
}

#mq_pantene2311 .try .headings::before {
  right: 6px;
}

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

#mq_pantene2311 .try .headings_ph {
  width: 80px;
  margin-right: 15px;
}

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

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

#mq_pantene2311 .try .headings.is-active .catch::after {
  height: 39.5px;
}

#mq_pantene2311 .try .catch span.small {
  font-size: 28px;
  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: 41px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

#mq_pantene2311 .try .catch span.try {
  font-size: 41px;
  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: 80px auto 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.53;
}

#mq_pantene2311 .try .caption {
  width: 316px;
  margin-top: 20px;
}

#mq_pantene2311 .try .ph {
  width: 570px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0s;
  transition: all 1s cubic-bezier(0.165, 0.8, 0.45, 1) 0s;
}

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

#mq_pantene2311 .try .item_ph {
  position: absolute;
  top: 175px;
  left: -65px;
}

#mq_pantene2311 .try .item_bg {
  width: 226.5px;
  position: absolute;
  top: 211px;
  left: -20px;
  mix-blend-mode: multiply;
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 1.3s 0.6s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 1.3s 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}

#mq_pantene2311 .try .is-active .item_bg {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}

#mq_pantene2311 .try .item {
  width: 142px;
  position: absolute;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 40px);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate(0, 40px);
  transform-style: preserve-3d;
  -webkit-transition: all .5s ease .5s;
  -ms-transition: all .5s ease .5s;
  -moz-transition: all .5s ease .5s;
  transition: all .5s ease .5s;
}

#mq_pantene2311 .try .is-active .item {
  -webkit-transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate(0, 0);
}

/* lineup -------------------------------------------------------------------------------------- */
#mq_pantene2311 .lineup {
  margin: 194px auto 120px;
  padding: 80px 0 105px;
  background-color: #fff6df;
}

#mq_pantene2311 .lineup .lead {
  font-size: 18px;
  line-height: 1.7777;
  margin: 40px 0;
}

#mq_pantene2311 .lineup .letter_titile {
  position: relative;
  z-index: 1;
  font-size: 68px;
  color: #5c2205;
  height: 90px;
}

#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: 980px 1px;
  width: 980px;
}

#mq_pantene2311 .lineup .letter_titile.is-active .letter {
  height: 60px;
}

/*----------------------------------------------------------------------------swiperスライダー */
#mq_pantene2311 .swiper-container {
  position: relative;
  width: 980px;
  height: auto;
  margin-bottom: 60px;
  overflow: hidden!important;
}

#mq_pantene2311 .lineup_slide {
  position: relative;
  width: 980px;
}

#mq_pantene2311 .swiper-wrapper {
  /* height: 570px; */

}

#mq_pantene2311 .swiper-slide {
  width: 270px;
  display: flex;
  flex-direction: column;
}

#mq_pantene2311 .slide-img {
  width: 270px;
}
#mq_pantene2311 .swiper-button-prev:hover,
#mq_pantene2311 .swiper-button-next:hover {
  cursor: pointer;
  opacity: 0.65;
}

#mq_pantene2311 .swiper-button-prev,
#mq_pantene2311 .swiper-button-next {
  background-size: 40px 40px;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 115px;
  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@2x.png);
  left: -22px;
}

#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@2x.png);
  right: -22px;
}

#mq_pantene2311 .slider_text {
  margin: 25px auto 0;
  width: 265px;
  height: 210px;
  display: flex;
  flex-direction: column;
}

#mq_pantene2311 .slider_lead {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 600;
}

#mq_pantene2311 .slider_caption {
  margin-top: auto;
  display: block;
  font-size: 15px;
  line-height: 1.933;
  font-weight: 300;
}

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

#mq_pantene2311 .present .letter_titile {
  font-size: 68px;
  text-align: center;
  color: #5c2205;
  height: 68px;
}

#mq_pantene2311 .present .letter_titile.is-active .letter {
  height: 68px;
}

#mq_pantene2311 .present .wrap {
  display: flex;
  margin-top: 90px;
}

#mq_pantene2311 .present .text {
  margin-right: 20px;
}

#mq_pantene2311 .present .lead {
  font-size: 26px;
  line-height: 1.538;
  letter-spacing: -0.04em;
  font-weight: 500;
}

#mq_pantene2311 .present .caption {
  margin: 30px auto 0;
  width: 396px;
}

#mq_pantene2311 .present .data {
  margin: 30px auto 0;
  position: relative;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  padding-top: 10px;
}

#mq_pantene2311 .present .data::before,
#mq_pantene2311 .present .data::after {
	content: '';
	width: 15px;
	height: 90px;
	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: 0;
}

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

#mq_pantene2311 .present .main {
  position: relative;
  margin-top: 20px;
}

#mq_pantene2311 .present .main .ph {
  width: 491px;
  position: absolute;
  top: 40px;
  left: 27px;
  z-index: 2;
}

#mq_pantene2311 .present .main .bg {
  width: 560px;
  position: absolute;
  top: 0;
  left: 0;
  transition: clip-path 2.5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 2.5s cubic-bezier(0.65, 0, 0.35, 1);
}

#mq_pantene2311 .present .caution {
  width: 760px;
  margin: 50px 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@2x.png);
  background-size: 163px 163px;
  bottom: 15px;
  width: 163px;
  height: 163px;
  right: 15px;
  z-index: 100;
  position: relative;
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
}

#mq_pantene2311 .present_link p {
  width: 163px;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 104px;
  transform: translateX(-50%);
}
/*----------------------------------------------------------------------------contact/credit/share */
#mq_pantene2311 .footer_credit {
  margin: 160px auto 0;
}

#mq_pantene2311 .footer_credit .contact {
  font-size: 18px;
  line-height: 1.666;
  text-align: center;
  font-weight: 300;
  margin: 70px auto 40px;
}

#mq_pantene2311 .footer_credit .clothes_credit,
#mq_pantene2311 .footer_credit .staff_credit {
  font-size: 14px;
  line-height: 1.71;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 300;
}

#mq_pantene2311 .footer_credit .staff_credit {
  margin-bottom: 20px;
}

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

#mq_pantene2311 .footer_credit .share {
  margin: 60px auto 120px;
  text-align: center;
}

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

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

#mq_pantene2311 .footer_credit .share_item {
  width: 60px;
  display: inline-block;
  margin: 0 10px;
}

/* btn -------------------------------------------------------------------------------------- */
#mq_pantene2311 .btn {
  width: 450px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}

#mq_pantene2311 .btn a:hover {
  cursor: pointer;
  opacity: .65;
}

#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: 80px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

#mq_pantene2311 .btn_brandsite {
  margin: 0 auto;
}

#mq_pantene2311 .btn_present {
  margin: 100px auto 0;
}

#mq_pantene2311 .btn_buy {
  margin: 70px auto 0;
}


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

#mq_pantene2311 .is-active.btn a::after {
  width: 80px;
}
