.ProductListWrap .Breadcrumbs {
  margin: 0 0 182px;
}

.Product .Breadcrumbs {
  margin: 0 0 42px;
}

.Media .Breadcrumbs {
  margin: 0 0 100px;
}

.Shop .Breadcrumbs {
  margin: 0 0 100px;
}

.About .Breadcrumbs {
  margin: 0 0 100px;
}

.Breadcrumbs__list {
  display: flex;
}

.Breadcrumbs__list--item {
  margin: 0 2% 0 0;
  position: relative;
  font-size: 14px;
}

.Breadcrumbs__list--item::before {
  position: absolute;
  content: ">";
  font-size: 14px;
  font-family: "NotoSansCJKjp", serif;
  font-weight: 400;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -32%;
}

.Breadcrumbs__list--item:last-child::before {
  content: unset;
}

.PhotoCarousel {
  flex: 0 1 494px;
  margin: 11px auto 0;
}

.PhotoCarousel__img {
  margin: 0 0 26px;
}

.PhotoCarouselThumb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.PhotoCarouselThumb__item {
  flex: 0 1 110px;
}

.ProductHead {
  flex: 0 1 440px;
  margin: 0 auto;
  order: 1;
}

.ProductHead__text {
  letter-spacing: 0.05rem;
  line-height: 1.9;
  margin: 0 0 7px;
}

.ProductHeadTable {
  font-size: 12px;
  margin: 0 0 21px;
}

.ProductHeadTable__head {
  letter-spacing: 0.05rem;
  width: 11%;
}

.ProductHeadTable__data {
  letter-spacing: 0.05rem;
  width: 89%;
}

.ProductHeadOffer {
  border: #CB5A6F 1px solid;
  position: relative;
  margin: 0 0 3.7%;
}

.ProductHeadOffer__img--01 {
  position: absolute;
  right: -30px;
  top: -28px;
  width: 98px;
}

.ProductHeadOfferSection {
  padding: 5.1% 3.7%;
}

.ProductHeadOffer__ttl {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding: 0 0 0.8%;
  margin: 0 0 4.2%;
  border-bottom: dashed #2B2B2B 1px;
}

.ProductHeadOffer__ttl--small {
  font-size: 16px;
  display: block;
  letter-spacing: 0.05rem;
}

.TabBtnList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.TabBtnList--bottom {
  align-items: flex-start;
  margin: 0 0 136px;
}

.TabBtnList__item {
  background: rgba(0, 134, 134, 0.1);
  text-align: center;
  flex: 0 1 23.98%;
  margin: 0 1.36% 0 0;
  transition: 0.2s all;
  position: relative;
}

.TabBtnList__item::after {
  content: "";
  transition: 0.2s all;
}

.TabBtnList__item:nth-child(4n) {
  margin: 0;
}

.TabBtnList__item--check {
  background: #008676;
  color: #fff;
}

.TabBtnList__item--check::after {
  width: 100%;
  height: 1px;
  background: #fff;
  top: 10px;
  left: 0;
  display: block;
  position: absolute;
}

.TabBtnList--bottom .TabBtnList__item--check::after {
  top: auto;
  bottom: 10px;
}

.About .TabBtnList__item {
  flex: 0 1 316px;
  margin: 0 15px 0 0;
  border: #2B2B2B 1px solid;
  background: #fff;
}

.About .TabBtnList__item .TabBtnList__btn {
  color: #2B2B2B;
}

.About .TabBtnList__item:nth-child(3n) {
  margin: 0;
}

.About .TabBtnList__item--check {
  border-color: #008676;
  background: #008676;
}

.About .TabBtnList__item--check .TabBtnList__btn {
  color: #fff;
}

.TabBtnList__btn {
  background: none;
  border: none;
  color: #848484;
  font-size: 22px;
  width: 100%;
  height: 100%;
  padding: 25px 0;
  line-height: 1;
  cursor: pointer;
}

.TabBtnList__item--check .TabBtnList__btn {
  color: #fff;
  padding: 37px 0 25px;
}

.TabBtnList--bottom .TabBtnList__item--check .TabBtnList__btn {
  padding: 27px 0 32px;
}

.TabPanel {
  display: none;
}

.About .TabPanel {
  overflow: hidden;
  margin: 0 -300px 115px;
}

.TabPanel--01 {
  display: block;
}

.UseWrap {
  width: 86.73469387755102%;
  margin: 0 auto;
}

.UseSection {
  padding: 90px 0 130px;
}

.Product__bodysoap .UseSection {
  padding: 90px 0 0;
}

.UseSection--02 {
  padding: 121px 0 130px;
}

.UseSection__ttl {
  font-size: 16px;
  width: 56.47058823529412%;
  text-align: center;
  background: url(../images/product/shampoo_conditioner_cl/use/use_bg_01.jpg) left top no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 20px;
  padding: 32px 0 20px;
}

.Product__bodysoap .UseSection__ttl,
.Product__oiltreatment .UseSection__ttl {
  margin: 0 auto 56px;
}

.UseSection__ttl--large {
  display: block;
  font-size: 29px;
  letter-spacing: 0.16rem;
}

.UseSection__ttl--02 {
  background: url(../images/product/shampoo_conditioner_cl/use/use_bg_02.jpg) left top no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 24px;
}

.UseList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.Product__bodysoap .UseList--01,
.Product__oiltreatment .UseList--01 {
  margin: 0 0 93px;
}

.UseList__item {
  flex: 0 1 28.23529411764706%;
  margin: 0 7.647058823529412% 3.7% 0;
  position: relative;
}

.Product__bodysoap .UseList__item,
.Product__oiltreatment .UseList__item {
  flex: 0 1 45.884%;
  margin: 0 8.232% 3.7% 0;
}

.Product__bodysoap .UseList__item:nth-child(2n),
.Product__oiltreatment .UseList__item:nth-child(2n) {
  margin: 0 0 3.7% 0;
}

.UseList__item:nth-child(3n) {
  margin: 0 0 3.7%;
}

.Product__bodysoap .UseList__item:nth-child(3n),
.Product__oiltreatment .UseList__item:nth-child(3n) {
  margin: 0 8.232% 3.7% 0;
}

.UseList__item--05 {
  flex: 0 1 44.035294%;
  margin: 0;
  background: #F0F9F6;
  border-radius: 8px;
}

.Product__bodysoap .UseList__item--05 {
  padding-bottom: 20px;
}

.UseList__text {
  line-height: 1.9;
}

.UseList__text--05 {
  margin: 0 11% 1.5%;
}

.Product__bodysoap .UseList__text--06 {
  margin: 0 11% 0.5%;
  font-weight: 500;
}

.UseList__strong {
  font-size: 23px;
  color: #008676;
  line-height: 1.5652;
  margin: 0 0 16px;
}

.UseNum {
  color: #008676;
  font-size: 29px;
  border-bottom: 2px #008676 solid;
  display: inline-block;
  position: absolute;
  line-height: 1;
  right: 0;
  top: 198px;
}

.Product__bodysoap .UseNum,
.Product__oiltreatment .UseNum {
  top: 213px;
}

.UseNum__large {
  font-size: 32px;
}

.Product__bodysoap .UseIlu,
.Product__oiltreatment .UseIlu {
  max-width: 240px;
  margin: 0 auto 21px;
  padding: 0;
}

.Product__bodysoap .UseIlu--02 picture, .Product__bodysoap .UseIlu--04 picture,
.Product__oiltreatment .UseIlu--02 picture,
.Product__oiltreatment .UseIlu--04 picture {
  margin: 3% 10% 0 -9%;
}

.UseIlu--04 {
  margin: -5% 8% 4% -9%;
}

.UseIlu--05 {
  width: 67%;
  margin: -4% auto 5.1%;
}

.UseIlu--06 {
  padding: 0 8% 0 0;
  margin: 0 0 6.5% -9%;
}

.UseIlu--07, .UseIlu--08 {
  padding: 0 6% 0 0;
  margin: -3% 0 6.5% -7%;
}

.UsePoint__text {
  background: #008676;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  padding: 1% 2%;
  border-radius: 3px;
  line-height: 1;
  margin: 0 11% 2%;
}

.UsePoint__text--02 {
  color: #008676;
  margin: 0 0 5%;
  background: none;
  padding: 0 0 1%;
  border-bottom: #008676 2px solid;
  border-radius: 0px;
}

.UsePoint__ttl {
  font-size: 23px;
  color: #008676;
  line-height: 1.6;
  margin: 0 0 5%;
}

.UsePoint__ttl--01 {
  margin: 0 0 17%;
}

.UseBorder {
  margin: 0;
  height: 2px;
  border: none;
  background: #2B2B2B;
}

.UseBg {
  margin: 0 -65px;
  background: #F0F9F6;
  border-radius: 8px;
  padding: 77px 50px 38px;
  position: relative;
}

.UseBg .UseList__item {
  background: none;
}

.UseBg .UseList__text {
  margin: 0;
}

.UseLabel {
  position: absolute;
  background: #008676;
  letter-spacing: 0.05rem;
  line-height: 1.5652;
  top: -17px;
  left: 0;
  right: 0;
  margin: auto;
  width: 270px;
}

.UseLabel__inner {
  font-size: 23px;
  color: #fff;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
  margin: 0 5px;
  padding: 10px;
  text-align: center;
}

.Qa__ttl {
  font-size: 16px;
  text-align: center;
  margin: 0 0 45px;
}

.Qa__ttl--large {
  font-size: 29px;
  display: block;
  letter-spacing: 0.3rem;
  margin: 0 0 6px;
}

.Qa__ttl--large span {
  font-size: 24px;
}

.QaWrap {
  padding: 83px 0 104px;
  width: 86.73469387755102%;
  margin: 0 auto;
}

.QaDefine__ttl {
  padding: 1.6% 9.8% 1.3% 10.3%;
  font-size: 21px;
  background: #F0F9F6;
  position: relative;
  margin: 0 0 2.7%;
  cursor: pointer;
}

.QaDefine__ttl::before, .QaDefine__ttl::after {
  content: "";
  width: 16px;
  height: 1px;
  background: #2B2B2B;
  position: absolute;
  display: block;
  right: 3.5%;
  top: 50%;
  transition: 0.2s all;
}

.QaDefine__ttl::after {
  transform: rotate(90deg);
}

.QaDefine__ttl.active::before {
  opacity: 0;
}

.QaDefine__ttl.active::after {
  transform: rotate(-180deg);
}

.QaDefine__data {
  padding: 0 9.9% 6.3% 10.6%;
  position: relative;
  display: none;
}

.QaDefineIcon {
  color: #008676;
  position: absolute;
  font-size: 29px;
  left: 24px;
  top: 22px;
}

.QaDefineIcon--02 {
  left: 28px;
  top: 6px;
}

.QaDefine__strong {
  color: #008676;
  font-style: unset;
  font-size: 18px;
  letter-spacing: 0.05rem;
  display: block;
  line-height: 1.8;
  margin: 0 0 8px;
}

.QaDesc {
  font-size: 14px;
  margin: 7px 0 0;
}

.VoiceWrap {
  padding: 104px 0 0;
  margin: 0 0 104px;
}

.VoiceWrap--02 {
  padding: 0;
}

.Voice__ttl {
  background: url(../images/product/shampoo_conditioner_cl/voice/voice_bg_01.png);
  background-size: 100% 100%;
  text-align: center;
  padding: 48px 0 75px;
  position: relative;
  z-index: 1;
}

.Voice__ttl--02 {
  background-image: url(../images/product/shampoo_conditioner_cl/voice/voice_bg_02.png);
  padding: 83px 0 84px;
}

.Voice__ttl--head {
  color: #fff;
  display: block;
  font-size: 21px;
  margin: 0 0 19px;
  letter-spacing: .15rem;
}

.Voice__ttl--02 .Voice__ttl--head {
  font-size: 29px;
  letter-spacing: 0.3rem;
  margin: 0;
}

.Voice__ttl--bottom {
  color: #fff;
  font-size: 32px;
  letter-spacing: .2rem;
}

.Voice__ttl--02 .Voice__ttl--bottom {
  font-size: 16px;
}

.Voice__icon--01 {
  width: 25px;
  vertical-align: middle;
  display: inline;
}

.VoiceBg {
  background: url(../images/product/shampoo_conditioner_cl/voice/voice_bg_03.png) left top no-repeat;
  background-size: 100% 1809px;
  margin: -125px -60px 0;
  padding: 124px 0 79px;
}

.VoiceList__item {
  padding: 46px 84px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.VoiceList--02 .VoiceList__item {
  padding: 46px 40px;
}

.VoiceList__item:nth-child(even) {
  background: #fff;
}

.VoiceText {
  flex: 0 1 410px;
}

.VoiceList--01 .VoiceList__item:nth-child(odd) .VoiceText {
  order: 1;
}

.VoiceText__img {
  flex: 0 1 360px;
  border: #008676 1px solid;
  padding: 5px;
  position: relative;
}

.VoiceText__img::before, .VoiceText__img::after {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
}

.VoiceText__img::before {
  border-top: #008676 1px solid;
  border-left: #008676 1px solid;
  left: -2px;
  top: -2px;
}

.VoiceText__img::after {
  border-bottom: #008676 1px solid;
  border-right: #008676 1px solid;
  right: -2px;
  bottom: -2px;
}

.VoiceList--01 .VoiceList__item:nth-child(odd) .VoiceText__img {
  order: 0;
}

.VoiceText__num {
  position: relative;
  z-index: 1;
  letter-spacing: 0.15rem;
}

.VoiceText__numwrap {
  font-size: 19px;
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 1.7% 5.7% 1% 5%;
  margin: 0 0 6%;
  white-space: nowrap;
  -webkit-perspective: 500px;
  perspective: 500px;
}

.VoiceText__bg {
  background: #008676;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  transform: scaleY(1) perspective(1.3em) rotateX(-1.2deg);
  transform-origin: top left;
}

.VoiceText__strong {
  font-size: 35px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.15rem;
  margin: 0 0 0 6px;
}

.VoiceText__pos {
  color: #008676;
  display: block;
  margin: 0 0 12px;
}

.VoiceText__name {
  font-size: 20px;
  display: block;
  color: #008676;
  margin: 0 0 17px;
}

.VoiceText__name--02 {
  font-size: 16px;
}

.VoiceText__text {
  letter-spacing: 0.05rem;
  line-height: 1.93;
}

.Voice__img--01 {
  margin: -70px -60px 0;
}

.VoiceList--02 .VoiceList__item:nth-child(even) {
  background: #F0F9F6;
}

.Offer {
  width: 1100px;
  margin: 0 auto;
  background: url(../images/product/shampoo_conditioner_cl/offer/offer_bg_01.jpg) top center no-repeat;
  background-size: cover;
  padding: 65px 0 85px;
  text-align: center;
}

.Offer__ttl--01 {
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 6px 31px;
  position: relative;
  margin: 0 0 53px;
}

.Offer__ttl--01::before, .Offer__ttl--01::after {
  content: "";
  background: url(../images/product/shampoo_conditioner_cl/offer/offer_border_01.png) left top no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
}

.Offer__ttl--01::before {
  left: 0;
}

.Offer__ttl--01::after {
  transform: rotate(-180deg);
  right: 0;
}

.Offer__text {
  display: block;
}

.Offer__text--01 {
  font-size: 29px;
  letter-spacing: 0.28rem;
  margin: 0 0 13px;
}

.Offer__text--02 {
  font-size: 16px;
}

.OfferBtnList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Product__other .OfferBtnList {
  width: 643px;
  margin: 0 auto 66px;
}

.OfferBtnListWrap {
  position: relative;
  margin: 0 0 28px;
}

.OfferBtnList__item {
  flex: 0 1 317px;
  border-radius: 8px;
  overflow: hidden;
  border: #fff 1px solid;
}

.OfferBtnList__btn {
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  transition: 0.2s all;
  color: #fff;
  padding: 3.4% 0;
}

.OfferBtnList__item--check .OfferBtnList__btn {
  background: #fff;
  color: #008676;
}

.OfferBtnList__text {
  position: absolute;
  top: -76px;
  transform: rotate(-8deg);
  left: 55px;
}

.Product__other .OfferBtnList__text {
  left: 160px;
}

.OfferBtnList__textInner {
  color: #fff;
  font-size: 15px;
  position: relative;
  line-height: 1.6;
}

.OfferBtnList__textInner::before, .OfferBtnList__textInner::after {
  content: "";
  width: 39px;
  height: 1px;
  background: #fff;
  position: absolute;
  display: block;
}

.OfferBtnList__textInner::before {
  left: -47px;
  transform: rotate(60deg);
  top: 26px;
}

.OfferBtnList__textInner::after {
  right: -47px;
  transform: rotate(-60deg);
  top: 33px;
}

.OfferImg {
  flex: 0 1 19.2%;
  position: relative;
}

.OfferImg--01 {
  padding: 1% 0 0 1.4%;
}

.OfferBox--teiki .OfferImg {
  flex: 0 1 18%;
  margin: -3.6% 0 0;
}

.OfferBox--second .OfferImg {
  flex: 0 1 8.8%;
}

.OfferBox--normal .OfferImg {
  flex: 0 1 7.6%;
}

.Product__bodysoap .OfferBox--normal .OfferImg,
.Product__oiltreatment .OfferBox--normal .OfferImg {
  flex: 0 1 10.6%;
  padding: 0 0 0 5.5%;
  margin: 3px 0 0;
}

.OfferBox--shampoo .OfferImg,
.OfferBox--conditioner .OfferImg {
  flex: 0 1 13%;
  padding: 1.7% 0 0 4.3%;
}

.OfferBox--shampoo .OfferImg--pouch,
.OfferBox--conditioner .OfferImg--pouch {
  flex: 0 1 18.1%;
  padding: 0;
}

.OfferBox--shampoo .OfferBox--second .OfferImg,
.OfferBox--conditioner .OfferBox--second .OfferImg {
  flex: 0 1 7.7%;
  padding: 0 0 0 3.3%;
}

.OfferBox--shampoo .OfferBox--normal .OfferImg,
.OfferBox--conditioner .OfferBox--normal .OfferImg {
  flex: 0 1 5.8%;
  padding: 0 0 0 2%;
}

.OfferBox--shampoo .OfferBox--normal .OfferImg--pouch,
.OfferBox--conditioner .OfferBox--normal .OfferImg--pouch {
  flex: 0 1 7.8%;
  padding: 0 0 0 0.6%;
}

.ProductHead .OfferImg {
  height: 133px;
}

.OfferImg__img--01, .OfferImg__img--02 {
  position: absolute;
  width: 40px;
  top: 12px;
}
.OfferImg__img--03 {
  position: absolute;
  width: 70px;
  top: 0px;
  right:0px;
}
.OfferImg__img--04 {
  position: absolute;
  width: 80px;
  top: 0px;
  right:-10px;
}
.OfferImg__img--05 {
  position: absolute;
  width: 50px;
  top: -26px;
  right:-5px;
}
.OfferImg__img--06 {
  position: absolute;
  width: 90px;
  top: -10px;
  right:-20px;
}
.OfferImg__img--07 {
  position: absolute;
  width: 70px;
  top: -30px;
  right:-5px;
}
.OfferImg__img--08 {
  position: absolute;
  width: 30px;
  top: -25px;
  right:0px;
}
.OfferImg__img--09 {
  position: absolute;
  width: 50px;
  top: -50px;
  right:-30px;
}
.OfferImg__img--10 {
  position: absolute;
  width: 90px;
  top: 0px;
  right:0px;
}
/*ヘアエマルジョン上部オファー*/
.OfferImg__img--11 {
  position: absolute;
  width: 90px;
  top: 0px;
  right:-10px;
}

/*エマルジョン下部オファー定期*/
.OfferImg__img--14 {
  position: absolute;
  width: 100px;
  top: -20px;
  right:0px;
}
/*エマルジョン下部オファー一般*/
.OfferImg__img--15 {
  position: absolute;
  width: 70px;
  top: -50px;
  right:-10px;
}
/*リッチリペア下部オファー定期*/
.OfferImg__img--16 {
  position: absolute;
  width: 70px;
  top: -15px;
  right:-20px;
}
/*リッチリペア下部オファー一般*/
.OfferImg__img--17 {
  position: absolute;
  width: 60px;
  top: -50px;
  right:-15px;
}
/*ボディミルク下部オファー一般*/
.OfferImg__img--18 {
  position: absolute;
  width: 40px;
  top: -35px;
  right: 0px;
}

.OfferBox--normal .OfferImg__img--01,
.OfferBox--second .OfferImg__img--01, .OfferBox--normal .OfferImg__img--02,
.OfferBox--second .OfferImg__img--02 {
  width: 18px;
  top: -20px;
}

.OfferImg__img--01 {
  left: 0;
}

.OfferBox--second .OfferImg__img--01 {
  left: 4px;
}

.OfferBox--normal .OfferImg__img--01 {
  top: -24px;
}

.Product__bodysoap .OfferImg__img--01,
.Product__oiltreatment .OfferImg__img--01 {
  left: 18px;
  width: 56px;
}

.OfferImg__img--02 {
  right: 0;
  top: 14px;
}

.OfferBox--teiki .OfferImg__img--02 {
  right: 5px;
}

.OfferBox--second .OfferImg__img--02 {
  top: -19px;
}

.OfferBox--normal .OfferImg__img--02 {
  top: -23px;
}

.OfferContent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.OfferContent--02 {
  width: 59%;
  padding: 0 0 0 2%;
}

.OfferBox--second .OfferContent--02 {
  padding: 0 0 0 1.3%;
  align-items: center;
}

.OfferBox--normal .OfferContent--02 {
  padding: 0 0 0 3%;
  align-items: center;
}

.OfferSection--collectively .OfferContent--02 {
  padding: 0;
}

.OfferText {
  order: 1;
  flex: 0 1 76.1%;
  position: relative;
}

.OfferBox--teiki .OfferText {
  flex: 0 1 76.3%;
  margin: -4% 0 0;
}

.OfferBox--second .OfferText {
  flex: 0 1 88.1%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.OfferBox--normal .OfferText {
  flex: 0 1 89.3%;
}

.Product__bodysoap .OfferBox--normal .OfferText,
.Product__oiltreatment .OfferBox--normal .OfferText {
  flex: 0 1 85%;
}

.OfferSection--collectively .OfferText {
  flex: 0 1 81.3%;
}

.OfferText__ttl {
  display: inline-block;
  border: 1px solid #2B2B2B;
  line-height: 1.6;
  padding: 0.2% 3%;
  margin: 0 0 2.9%;
}

.OfferBox--teiki .OfferText__ttl {
  font-size: 18px;
  letter-spacing: 0.055rem;
  padding: 0.2% 1.3%;
}

.OfferBox--second .OfferText__ttl {
  font-size: 16px;
  padding: 0.5% 1.8%;
  letter-spacing: 0.05rem;
  margin: 0 0 1.1%;
}

.OfferSection--collectively .OfferText__ttl {
  margin: 0 0 0 14px;
  font-size: 18px;
  padding: 2px 13px;
}

.OfferSection--collectively .OfferText__ttl.u-pc_none {
  display: none;
}

.OfferText__text--01 {
  display: flex;
  align-items: center;
  margin: 0 0 6px;
}

.OfferBox--second .OfferText__text--01 {
  flex: 0 1 37%;
  margin: 0;
  position: relative;
}

.OfferBox--second .OfferText__text--01::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 13px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  right: -20px;
  top: 50%;
  margin: -5px 0 0;
}

.OfferDefine .OfferText__text--01,
.OfferSection--collectively .OfferText__text--01 {
  align-items: flex-end;
}

.OfferText__text--02 {
  font-size: 13px;
  line-height: 1.23;
  margin: 0 6px 0 0;
}

.OfferText__text--02 br {
  line-height: 1;
}

.OfferBox--teiki .OfferText__text--02 {
  font-size: 18px;
}

.OfferBox--second .OfferText__text--02,
.OfferBox--normal .OfferText__text--02 {
  font-size: 14px;
  margin: 6px 6px 0 0;
}

.OfferDefine .OfferText__text--02 {
  font-size: 17px;
}

.OfferText__text--03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.OfferBox--second .OfferText__text--03 {
  flex: 0 1 57%;
}

.OfferText__del {
  text-decoration: none;
  font-size: 31px;
  font-weight: 500;
  position: relative;
}

.OfferBox--teiki .OfferText__del {
  font-size: 43px;
}

.OfferBox--second .OfferText__del {
  font-size: 36px;
}

.OfferBox--normal .OfferText__del {
  font-size: 44px;
}

.OfferDefine .OfferText__del {
  font-size: 43px;
}

.OfferText__del::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  left: -1px;
  top: 13px;
  transform: rotate(-15deg);
  background: #2B2B2B;
}

.OfferBox--teiki .OfferText__del::after {
  width: 136px;
  top: 22px;
  transform: rotate(-14deg);
}

.OfferSection--collectively .OfferBox--teiki .OfferText__del::after {
  width: 166px;
  transform: rotate(-10deg);
}

.Product__bodysoap .OfferSection--collectively .OfferBox--teiki .OfferText__del::after {
  width: 140px;
}

.OfferBox--second .OfferText__del::after {
  width: 123px;
  height: 2px;
  left: -3px;
  top: 17px;
  transform: rotate(-12deg);
}

.OfferBox--normal .OfferText__del::after {
  display: none;
}

.OfferDefine .OfferText__del::after {
  width: 165px;
  top: 22px;
  transform: rotate(-10deg);
}

.OfferText__comma {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.1rem;
}

.OfferBox--teiki .OfferText__comma {
  font-size: 33px;
}

.OfferBox--second .OfferText__comma {
  font-size: 36px;
}

.OfferBox--normal .OfferText__comma {
  font-size: 44px;
}

.OfferDefine .OfferText__comma {
  font-size: 36px;
}

.OfferText__comma--02 {
  font-size: 42px;
}

.OfferBox--teiki .OfferText__comma--02 {
  font-size: 63px;
}

.OfferBox--second .OfferText__comma--02 {
  font-size: 44px;
}

.OfferDefine .OfferText__comma--02 {
  font-size: 70px;
}

.OfferText__small {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 0 -6px;
}

.OfferBox--teiki .OfferText__small {
  font-size: 22px;
}

.OfferBox--second .OfferText__small {
  font-size: 20px;
}

.OfferBox--normal .OfferText__small {
  font-size: 23px;
}

.OfferDefine .OfferText__small {
  font-size: 21px;
}

.OfferText__small--02 {
  font-size: 28px;
  margin: 0 0 0 5px;
}

.OfferBox--teiki .OfferText__small--02 {
  font-size: 31px;
  font-weight: 500;
}

.OfferBox--second .OfferText__small--02 {
  font-size: 23px;
}

.OfferDefine .OfferText__small--02 {
  font-size: 31px;
  margin: 0 0 0 4px;
}

.OfferText__sup {
  font-size: 9px;
  position: absolute;
}

.OfferText__sup--01 {
  top: 0;
  right: -7px;
}

.OfferBox--teiki .OfferText__sup--01 {
  top: 6px;
  right: -6px;
  font-size: 11px;
}

.OfferBox--second .OfferText__sup--01,
.OfferBox--normal .OfferText__sup--01 {
  font-size: 10px;
  top: 3px;
}

.OfferBox--normal .OfferText__sup--01 {
  top: 8px;
  right: -3px;
}

.OfferDefine .OfferText__sup--01 {
  font-size: 11px;
  top: 7px;
}

.OfferText__sup--02 {
  font-size: 12px;
  top: 8px;
  right: -2px;
}

.OfferBox--teiki .OfferText__sup--02 {
  font-size: 14px;
  top: 21px;
  right: -3px;
}

.OfferBox--second .OfferText__sup--02 {
  font-size: 10px;
  top: 7px;
  right: -1px;
}

.OfferDefine .OfferText__sup--02 {
  font-size: 14px;
  top: 20px;
  right: -2px;
}

.OfferText__sall {
  color: #fff;
  font-size: 15px;
  line-height: 1.26;
  position: relative;
  z-index: 1;
}

.OfferBox--teiki .OfferText__sall {
  font-size: 19px;
  font-weight: 500;
}

.OfferBox--second .OfferText__sall {
  font-size: 14px;
  color: #CB5A6F;
}

.OfferDefine .OfferText__sall {
  font-size: 21px;
}

.OfferText__sallwrap {
  position: relative;
  flex: 0 1 22%;
  padding: 3% 3% 2%;
  margin: 0 0.6% 0 0;
}

.OfferBox--teiki .OfferText__sallwrap {
  flex: 0 1 26%;
  padding: 4.2% 4% 2%;
  margin: 0 1.6% 0 0;
}

.OfferSection--collectively .OfferBox--teiki .OfferText__sallwrap {
  -webkit-perspective: 500px;
  perspective: 500px;
  flex: 0 1 23.8%;
}

.OfferBox--second .OfferText__sallwrap {
  padding: 0;
  flex: 0 1 13.7%;
}

.OfferDefine .OfferText__sallwrap {
  flex: 0 1 23%;
  padding: 3.2% 3% 1.2% 4%;
  -webkit-perspective: 500px;
  perspective: 500px;
}

.OfferText__sallprice {
  color: #CB5A6F;
  font-size: 62px;
  line-height: 0.7;
  font-weight: 500;
  margin: 2% 0 0;
  letter-spacing: -.1rem;
  position: relative;
}

.OfferBox--teiki .OfferText__sallprice {
  font-size: 87px;
}

.OfferBox--second .OfferText__sallprice {
  font-size: 44px;
  margin: 0;
}

.OfferDefine .OfferText__sallprice {
  font-size: 83px;
}

.OfferText__bg {
  background: #CB5A6F;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleY(1.4) perspective(0.6em) rotateX(5deg);
  transform-origin: bottom left;
}

.OfferBox--teiki .OfferText__bg {
  transform: scaleY(1.3) perspective(0.7em) rotateX(4deg);
}

.OfferBox--second .OfferText__bg {
  display: none;
}

.OfferDefine .OfferText__bg {
  transform: scaleY(1.2) perspective(0.7em) rotateX(3deg);
}

.OfferText__strong {
  font-size: 25px;
}

.OfferBox--teiki .OfferText__strong {
  font-size: 29px;
}

.OfferBox--second .OfferText__strong {
  font-size: 22px;
}

.OfferBox--second .OfferText__strong--02 {
  font-size: 17px;
}

.OfferDefine .OfferText__strong {
  font-size: 29px;
}

.OfferText__circle {
  position: absolute;
  width: 68px;
  height: 68px;
  background: #CB5A6F;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.OfferBox--teiki .OfferText__circle {
  width: 80px;
  height: 80px;
}

.OfferBox--second .OfferText__circle {
  width: 62px;
  height: 62px;
}

.OfferText__circle--01 {
  font-size: 17px;
  line-height: 1.3;
  right: 88px;
  top: 0;
  padding: 10px 0 0;
}

.OfferBox--teiki .OfferText__circle--01 {
  font-size: 20px;
  padding: 12px 0 0;
  top: -41px;
  right: 84px;
}

.OfferSection--collectively .OfferBox--teiki .OfferText__circle--01 {
  top: -19px;
  right: -14px;
}

.Product__other .OfferSection--collectively .OfferBox--teiki .OfferText__circle--01 {
  right: 16px;
}

.Product__oiltreatment .OfferSection--collectively .OfferBox--teiki .OfferText__circle--01 {
  right: 6px;
}

.OfferBox--second .OfferText__circle--01 {
  width: 62px;
  height: 62px;
  right: -4px;
  top: -8px;
  line-height: 1.1;
  padding: 11px 0 0;
}

.OfferBox--shampoo .OfferText__circle--01,
.OfferBox--conditioner .OfferText__circle--01 {
  right: 0;
}

.OfferDefine .OfferText__circle--01 {
  font-size: 20px;
  width: 80px;
  height: 80px;
  right: -9px;
  top: 53px;
  padding: 14px 0 0;
}

.OfferText__circle--02 {
  font-size: 13px;
  line-height: 1.3;
  right: 17px;
  top: 0;
  padding: 16px 0 0;
}

.OfferBox--teiki .OfferText__circle--02 {
  font-size: 15px;
  padding: 19px 0 0;
  right: -3px;
  top: -40px;
}

.Product__other .OfferSection--collectively .OfferBox--teiki .OfferText__circle--02 {
  font-size: 21px;
  padding: 12px 0 0;
  right: -73px;
  top: -19px;
}

.Product__oiltreatment .OfferSection--collectively .OfferBox--teiki .OfferText__circle--02 {
  right: -83px;
}

.OfferBox--second .OfferText__circle--02 {
  font-size: 13px;
}

.OfferSection--collectively .OfferText__circle--03 {
  top: 25px;
  right: -30px;
  background: url("../images/product/shampoo_conditioner_cl/offer/offer_icon_02.png");
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
}

.OfferText__postage {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4286;
  color: #2B2B2B;
  margin: 0 0 0 8px;
  letter-spacing: 0.05rem;
}

.OfferTextBallon {
  background: #FADDDD;
  position: absolute;
  bottom: 0;
  left: 360px;
  width: 201px;
  border-radius: 50px;
  padding: 10px;
}

.OfferTextBallon__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.OfferTextBallon__inner::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 13px 7.5px 0;
  border-color: transparent #FADDDD transparent transparent;
  position: absolute;
  top: 50%;
  left: -19px;
  margin: -6px 0 0;
}

.OfferTextBallon__text--01 {
  color: #2B2B2B;
  font-size: 16px;
  letter-spacing: 0.05rem;
  line-height: 1.125;
  font-weight: 500;
}

.OfferTextBallon__text--02 {
  color: #CB5A6F;
  font-size: 34px;
  letter-spacing: -0.005rem;
  font-weight: 500;
  position: relative;
}

.OfferTextBallon__comma--01 {
  font-size: 27px;
  color: #CB5A6F;
  letter-spacing: -0.005rem;
}

.OfferTextBallon__small {
  font-size: 21px;
}

.OfferTextBallon__sup {
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  top: 0px;
  width: 36px;
  text-align: center;
  right: -10px;
}

.OfferBox {
  position: relative;
}

.OfferBox--01 {
  background: #fff;
  padding: 10px;
  width: 920px;
  margin: 0 auto;
}

.Product__other .OfferBox--01 {
  position: relative;
}

.Product__other .OfferBox--01::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 27px 17px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -25px;
  left: 273px;
}

.Product__other .OfferSection--collectively .OfferBox--01::before {
  left: 596px;
}

.OfferBox--02 {
  width: 830px;
  margin: 0 auto;
}

.OfferBox--teiki {
  padding: 0 0 21px;
}

.OfferSection--collectively .OfferBox--teiki {
  padding: 0 0 61px;
}

.Product__other .OfferSection--collectively .OfferBox--teiki {
  padding: 0 0 32px;
}

.OfferBox--second {
  padding: 28px 0 21px;
}

.OfferBox--normal {
  padding: 34px 0 35px;
}

.OfferBox__ttl--01 {
  background: #008676;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding: 3px 3px 3px 39px;
  margin: 0 0 0.9%;
}

.OfferBox__ttl--border {
  font-size: 20px;
  border-left: 5px solid #2B2B2B;
  line-height: 1.6;
  padding-left: 11px;
  margin: 0 0 19px;
  letter-spacing: 0.05rem;
}

.OfferSection--collectively .OfferBox__ttl--border {
  font-weight: 500;
}

.Product__bodysoap .OfferSection--collectively .OfferBox__ttl--border,
.Product__oiltreatment .OfferSection--collectively .OfferBox__ttl--border {
  margin: 0 0 9px;
}

.OfferBox__text--01 {
  font-size: 12px;
  letter-spacing: 0.05rem;
  width: 830px;
  margin: 0 auto 24px;
}

.OfferSection--collectively .OfferBox__text--01 {
  margin: 0 auto 41px;
}

.OfferBorder {
  border-top: dashed #707070 1px;
  height: 1px;
  margin: 0;
  width: 830px;
  margin: 0 auto;
}

.OfferSection--collectively .OfferBorder {
  margin: 0 auto 60px;
}

.Product__other .OfferSection--collectively .OfferBorder {
  margin: 0 auto;
}

.OfferBtn {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 21px;
  padding: 11px;
  color: #008676;
  font-size: 19px;
  border-color: #008676;
  background: #fff;
}

.OfferBtn::after {
  border-color: #008676;
}

.OfferSection--collectively .OfferBtn {
  bottom: 58px;
}

.Product__other .OfferSection--collectively .OfferBtn {
  bottom: 30px;
}

.OfferTabPanel--02, .OfferTabPanel--03 {
  display: none;
}

.OfferSection {
  text-align: center;
  padding-top: 20px;
}

.OfferSection__ttl {
  font-size: 43px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  position: relative;
  letter-spacing: -0.005rem;
  padding: 0 0 0 77px;
  margin: 0 0 12px;
}

.OfferSection__circle--01 {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #fff;
  color: #008676;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.19;
  border-radius: 50%;
  padding: 16px 0 0;
  text-align: center;
  top: 50%;
  margin: -43px 0 0;
  left: -15px;
}

.OfferSection__text {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05rem;
  line-height: 1.875;
  text-align: center;
  margin: 0 0 52px;
}

.OfferDefine {
  background: rgba(255, 255, 255, 0.8);
  margin: 0 0 61px;
}

.OfferDefine__ttl {
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #008676;
  line-height: 1.8;
  display: inline-block;
  margin: -15px 0 0 -10px;
  padding: 3px 17px;
}

.OfferDefine2Col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  padding: 7px 0 26px 30px;
}

.OfferDefineCol__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.OfferDefineCol--01 {
  flex: 0 1 538px;
  padding: 16px 0 0;
  border-right: 1px dashed #707070;
}

.OfferDefineCol--02 {
  flex: 0 1 412px;
  padding: 0 0 0 26px;
}

.OfferSet--01 {
  flex: 0 1 229px;
  position: relative;
}

.OfferSet--01::before {
  content: "";
  background: url(../images/product/shampoo_conditioner_cl/offer/offer_icon_01.png) left top no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  top: 50%;
  right: -43px;
  margin: -6px 0 0;
}

.OfferSet--02 {
  flex: 0 1 253px;
  padding: 0 19px 0 0;
}

.OfferSetDefine__ttl {
  font-size: 16px;
  text-align: center;
  line-height: 1.5625;
  letter-spacing: .02rem;
  margin: 0 0 16px;
}

.OfferSetDefine__data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.OfferSetDefineText {
  flex: 0 1 148px;
  order: 1;
}

.OfferSetDefineText__text--01 {
  background: #CB5A6F;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-align: center;
  width: 82%;
  padding: 4px 0;
  margin: 0 0 5px;
}

.OfferSetDefineText__text--02 {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
}

.OfferSetDefineText__text--03 {
  font-size: 21px;
  margin: 0 0 0 2px;
  font-weight: 500;
}

.OfferSetDefineText__text--04 {
  font-size: 11px;
}

.OfferSetDefineText__text--05 {
  font-size: 12px;
}

.OfferSetDefineText__text--06 {
  margin: 0 0 5px;
}

.OfferSetDefineText__strong {
  color: #fff;
  font-size: 29px;
}

.OfferSetDefineImg {
  flex: 0 1 78px;
  position: relative;
}

.OfferSetDefineImg__img {
  position: absolute;
}

.OfferSetDefineImg__img--01, .OfferSetDefineImg__img--02 {
  width: 35px;
  left: 4px;
  top: -3px;
}

.OfferSetDefineImg__img--02 {
  left: 36px;
  width: 36px;
}

.OfferSetDefineImg__img--03, .OfferSetDefineImg__img--04 {
  width: 68px;
}

.OfferSetDefineImg__img--03 {
  top: -6px;
}

.OfferSetDefineImg__img--04 {
  left: 20px;
  top: 4px;
}

.OfferCircle {
  position: absolute;
  width: 147px;
  height: 147px;
  background: #FADDDD;
  border-radius: 50%;
  overflow: hidden;
}

.OfferSection--collectively .OfferCircle {
  top: -9px;
  right: -159px;
}

.OfferDefine .OfferCircle {
  top: -76px;
  right: 38px;
}

.OfferCircle__text {
  display: block;
}

.OfferCircle__text--01 {
  display: block;
  background: #CB5A6F;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding: 13px 0 7px;
}

.OfferCircle__text--02 {
  color: #2B2B2B;
  font-weight: 500;
  font-size: 16px;
  padding: 3px 0;
  text-align: center;
}

.OfferCircle__text--03 {
  color: #CB5A6F;
  font-weight: 500;
  font-size: 34px;
  position: relative;
  text-align: center;
  margin: 0 0 5px;
}

.OfferCircle__text--04 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.OfferCircle__strong--01 {
  font-size: 21px;
}

.OfferCircle__strong--02 {
  font-size: 25px;
  font-weight: 500;
  color: #CB5A6F;
}

.OfferCircle__comma {
  font-size: 27px;
  font-weight: 500;
}

.OfferCircle__small {
  font-size: 21px;
  margin: 0 0 0 4px;
}

.OfferCircle__sup {
  font-size: 11px;
}

.OfferCircle__sup--01 {
  position: absolute;
  top: 0;
  right: 12px;
}

.OfferProduct {
  margin: 0 0 52px;
}

.OfferProductDefine {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #F2F0F0;
  border-radius: 10px;
  overflow: hidden;
}

.OfferProductDefine__ttl {
  background: #B4AEAE;
  color: #fff;
  flex: 0 1 10.6%;
  text-align: center;
  padding: 26px 0 22px;
  line-height: 1.8;
}

.Product__other .OfferProductDefine__ttl {
  padding: 17px 0;
  flex: 0 1 16.3%;
}

.OfferProductDefine__data {
  flex: 0 1 89.4%;
}

.Product__other .OfferProductDefine__data {
  flex: 0 1 83.7%;
}

.OfferProduct2Col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 34px;
}

.Product__other .OfferProduct2Col {
  padding: 0 34px;
}

.OfferProductCol {
  flex: 0 1 50%;
}

.Product__bodysoap .OfferProductCol,
.Product__oiltreatment .OfferProductCol {
  flex: 0 1 100%;
}

.OfferProductCol__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.OfferProductColImg {
  flex: 0 1 20%;
  position: relative;
  height: 69px;
}

.Product__other .OfferProductColImg {
  height: 59px;
}

.Product__bodysoap .OfferProductColImg,
.Product__oiltreatment .OfferProductColImg {
  flex: 0 1 63px;
  height: 59px;
}

.OfferProductColImg__img {
  position: absolute;
  width: 29px;
  top: -12px;
}

.Product__bodysoap .OfferProductColImg__img,
.Product__oiltreatment .OfferProductColImg__img {
  width: 22px;
  top: 7px;
}

.OfferProductColImg__img--01 {
  left: 5px;
}

.Product__bodysoap .OfferProductColImg__img--01,
.Product__oiltreatment .OfferProductColImg__img--01 {
  left: 0;
}

.OfferProductColImg__img--02 {
  right: 9px;
  top: -10px;
}

.Product__bodysoap .OfferProductColImg__img--02,
.Product__oiltreatment .OfferProductColImg__img--02 {
  right: 0;
}

.OfferProductColImg__img--03, .OfferProductColImg__img--04, .OfferProductColImg__img--05, .OfferProductColImg__img--06 {
  width: 56px;
}

.OfferProductColImg__img--03 {
  left: 0;
}

.Product__bodysoap .OfferProductColImg__img--03,
.Product__oiltreatment .OfferProductColImg__img--03 {
  left: 20px;
}

.OfferProductColImg__img--04 {
  right: -11px;
  top: -4px;
}

.OfferProductColImg__img--05 {
  left: -12px;
  top: -18px;
}

.OfferProductColImg__img--06 {
  right: 0px;
  top: -7px;
}

.OfferProductColImg__img--07 {
  left: 18px;
  top: -8px;
}

.OfferProductColText {
  flex: 0 1 80%;
  order: 1;
  font-size: 16px;
  letter-spacing: 0.05rem;
}

.OfferProductColText--02,
.Product__bodysoap .OfferProductColText,
.Product__oiltreatment .OfferProductColText {
  padding: 0 0 0 15px;
}

.Product__bodysoap .OfferProductColText,
.Product__oiltreatment .OfferProductColText {
  flex: 0 1 563px;
}

.OfferSelect {
  width: 52px;
  font-size: 18px;
  padding: 4px 0 4px 10px;
}

.OfferSelectBox {
  position: absolute;
  bottom: 89px;
  right: 159px;
}

.OfferSection--collectively .OfferSelectBox {
  bottom: 125px;
}

.Product__bodysoap .OfferSection--collectively .OfferSelectBox,
.Product__oiltreatment .OfferSection--collectively .OfferSelectBox {
  bottom: 94px;
}

.Product__bodysoap .ProductHeadOffer .OfferSelectBox,
.Product__oiltreatment .ProductHeadOffer .OfferSelectBox {
  bottom: 33px;
  right: 313px;
}

.OfferSelectBox__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 0.1rem;
  margin: 0 5px 0 0;
}

.SubOfferBtnList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 212px;
  align-items: flex-start;
  margin: 0 0 55px;
}

.SubOfferBtnList__item {
  flex: 0 1 157px;
}

.SubOfferBtnList__btn {
  outline: none;
  border: none;
  background: none;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.SubOfferBtnList__circle {
  background: #fff;
  border-radius: 50%;
  height: 157px;
  margin: 0 0 10px;
}

.SubOfferBtnList__circleInner {
  position: relative;
}

.SubOfferBtnList__img {
  position: absolute;
  width: 60px;

}

.SubOfferBtnList__img--01 {
  left: 33px;
  top: 7px;
}

.SubOfferBtnList__img--02 {
  left: 72px;
  top: 4px;
  width: 66px;
}

.SubOfferBtnList__img--03, .SubOfferBtnList__img--04 {
  width: 60px;
  left: 55px;
  top: 4px;
}

.SubOfferBtnList__img--04 {
  left: 50px;
  width: 66px;
}

.SubOfferBtnList__img--05, .SubOfferBtnList__img--06, .SubOfferBtnList__img--07, .SubOfferBtnList__img--08 {
  width: 83px;
  top: 20px;
}

.SubOfferBtnList__img--05 {
  left: 25px;
}

.SubOfferBtnList__img--06 {
  left: 54px;
  width: 88px;
}

.SubOfferBtnList__img--07 {
  left: 40px;
}

.SubOfferBtnList__img--08 {
  left: 40px;
}
.SubOfferBtnList__img--09 {
  width: 110px;
  top: 27px;
  left: 22px;
}
.SubOfferBtnList__img--10 {
  width: 80px;
  top: 38px;
  left: 40px;
}
.SubOfferBtnList__img--11 {
  width: 90px;
  top: 33px;
  left: 35px;
}
.SubOfferBtnList__img--12 {
  width: 110px;
  top: -20px;
  right: 21px;
}
.SubOfferBtnList__img--13 {
  width: 100px;
  top: -10px;
  right: 29px;
}




.SubOfferTabPanel {
  position: relative;
}

.SubOfferTabPanel::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 27px 17px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -25px;
  left: 273px;
}

.OfferSection--collectively .SubOfferTabPanel::before {
  display: none;
}

.SubOfferTabPanel--02::before {
  left: 475px;
}

.SubOfferTabPanel--03::before {
  left: 673px;
}

.SubOfferTabPanel--02, .SubOfferTabPanel--03 {
  display: none;
}

.ComponentSection--01 {
  background: url(../images/product/shampoo_conditioner_cl/lp/component/component_bg_01.jpg) left top no-repeat;
  background-size: 100% auto;
  padding: 0 0 26px;
}

.ComponentSection--02 {
  background: #E5F3F1;
  padding: 5.1% 5.7%;
  display: none;
}

.Component__ttl {
  text-align: center;
}

.Component__ttl--01 {
  color: #fff;
  padding: 32px 0 0;
  margin: 0 0 19px;
}

.Component__ttl--02 {
  margin: 0 0 41px;
}

.Component__ttlinner {
  display: inline-block;
  font-size: 20px;
  padding: 0 32px;
  line-height: 2.2;
  letter-spacing: 0.115rem;
  position: relative;
}

.Component__ttlinner::before, .Component__ttlinner::after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: block;
}

.Component__ttlinner::before {
  left: 0;
  top: 0;
  border-left: #fff 1px solid;
  border-top: #fff 1px solid;
}

.Component__ttlinner::after {
  right: 0;
  bottom: 0;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
}

.ComponentBtn {
  background: #fff;
  color: #008676;
  border-color: #fff;
  cursor: pointer;
  margin: 0 auto 26px;
}

.ComponentBtn::after {
  border-color: #008676;
  transform: rotate(135deg);
  transition: 0.2s all;
}

.ComponentBtn.ComponentBtn--on::after {
  transform: rotate(-405deg);
  margin: -0.3% 0 0;
}

.ComponentBtn--02 {
  background: #008676;
  color: #fff;
  margin: 0 auto;
  width: 100%;
}

.ComponentBtn--02::after {
  border-color: #fff;
  transform: rotate(-45deg);
}

.Component__text--01 {
  display: block;
  text-align: center;
  font-size: 29px;
  letter-spacing: 0.29rem;
  margin: 0 0 1.8%;
}

.Component__text--02 {
  display: block;
  text-align: center;
  letter-spacing: 0.05rem;
}

.ComponentDefine {
  margin: 0 0 42px;
}

.ComponentDefine--02 {
  margin: 0 0 62px;
}

.ComponentDefine--03 {
  margin: 0 0 41px;
}

.ComponentDefine__ttl {
  text-align: center;
  margin: 0 0 25px;
}

.ComponentDefine__ttl--02 {
  margin: 0 0 22px;
}

.ComponentDefine__ttl--03, .ComponentDefine__ttl--04 {
  text-align: left;
  margin: 0 0 7px;
}

.ComponentDefine__data--01 {
  padding: 0 2.4%;
}

.ComponentDefine__data--03, .ComponentDefine__data--04 {
  font-size: 12px;
  line-height: 2;
}

.ComponentDefine__border {
  display: inline-block;
  font-size: 18px;
  border-top: 1px #008676 solid;
  border-bottom: 1px #008676 solid;
  color: #008676;
  line-height: 1.85;
  padding: 0 36px;
}

.ComponentDefine__border--02 {
  padding: 0 72px;
}

.ComponentDefineList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: wrap;
}

.ComponentDefineList--02 {
  justify-content: center;
}

.Product__oiltreatment .ComponentDefineList--02 {
  justify-content: flex-start;
}

.ComponentDefineList__item {
  flex: 0 1 200px;
  margin-bottom: 15px;
}

.Component2Col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.Component2Col__img {
  flex: 0 1 35%;
  margin: 0 7px 0 0;
}

.Component2Col__caption {
  flex: 0 1 65%;
  font-size: 16px;
  line-height: 1.5625;
}
/*# sourceMappingURL=product.css.map */