@charset "UTF-8";

/* SP特化（staticMobile） */
@media screen and (min-width: 769px) {
  .staticWrapper.staticMobile.static-1104139 {
    position: relative;
  }
  .staticWrapper.staticMobile.static-1104139 img {
    display: block;
    width: 100%;
  }

  .staticWrapper.staticMobile.static-1104139 .staticMobile__bg {
    background: url("/contents/small/1104139/images/fv/bg-area.png") top / cover no-repeat;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 100vh;
    height: 100dvh;
    position: absolute;
    top: 0;
    left: 0;
  }

  .staticWrapper.staticMobile.static-1104139 .staticMobile__bg.is-fixed {
    position: fixed;
  }

  .staticWrapper.staticMobile.static-1104139 .staticMobile__bg.is-end {
    top: auto;
    bottom: 0;
  }

  .staticWrapper.staticMobile.static-1104139 .staticMobile__inner {
    max-width: 410px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    letter-spacing: .08em;
  }
}

/* ------------------------------------
 CP共通 
 -------------------------------------- */
/* ボタン
-------------------------------------- */
.staticWrapper.staticMobile.static-1104139 .product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  padding: 0 22px;
  border: 1px solid #5c5a5a;
  background: #fff;
  color: #5c5a5a;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .product-btn::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #5c5a5a;
  border-bottom: none;
  border-left: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  transform: rotate(135deg);
}
/* 注釈
-------------------------------------- */
.staticWrapper.staticMobile.static-1104139 sup {
  font-size: 0.7142em;
}
/* 注釈リスト
-------------------------------------- */
.staticWrapper.staticMobile.static-1104139 .product-note {
  margin: 0;
  color: #5C5A5A;
  font-size: 10px;
}
/* カート戻るボタン
-------------------------------------- */
.staticWrapper.staticMobile.static-1104139 .product-return-cart {
  box-sizing: border-box;
  margin: 60px auto 0;
  padding-left: 20px;
  width: 100%;
  max-width: 236px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid #231815;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .product-return-cart__arrow {
  display: block;
  width: 38px;
  height: 38px;
  background-color: #231815;
  border-radius: 9999rem;
  position: absolute;
  top: 4px;
  left: 4px;
}
.staticWrapper.staticMobile.static-1104139 .product-return-cart__arrow::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%) rotate(135deg);
}
/* アコーディオン
-------------------------------------- */
.staticWrapper.staticMobile.static-1104139 .section-accordion__inner {
  margin: 40px 20px 0;
  border: 1px solid #F87073;
  text-align: center;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__btn {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  transition: 0.6s background;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__btn .-cross {
  width: 20px;
  height: 20px;
  background: #F87073;
  border-radius: 9999rem;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__btn .-cross::before,
.staticWrapper.staticMobile.static-1104139 .section-accordion__btn .-cross::after {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s transform;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__btn .-cross::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__body {
  padding: 0 20px 20px;
  display: none;
}
.staticWrapper.staticMobile.static-1104139 .is-open .section-accordion__btn {
  background: rgba(255, 223, 220, 0.5);
}
.staticWrapper.staticMobile.static-1104139 .is-open .section-accordion__btn .-cross::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__lead {
  margin-top: 20px;
  margin-bottom: 36px;
  line-height: 1.5;
  text-align: left;
  font-size: 12px;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__content__heading, .staticWrapper.staticMobile.static-1104139 .section-accordion__content__heading--underlined {
  margin: 0 0 25px;
  font-size: 18px;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__content__heading--underlined {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__howto__col {
  background: #5C5A5B1A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  padding: 6px 17px;
  position: relative;
  width: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__howto__col img {
  width: 11px;
  height: 34px;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__howto__col:nth-child(2) {
  margin-top: 14px;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__howto__text {
  margin: 0;
  text-align: left;
  margin-left: 17px;
  line-height: 1.4;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__cart {
  padding: 38px 25px 25px;
  background: #5C5A5B1A;
  border-radius: 10px;
  margin: 55px auto 0;
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__cart::before,.staticWrapper.staticMobile.static-1104139 .section-accordion__cart::after {
  display: block;
  content: '';
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 11px;
  background-color: #000;
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__cart::after {
  background-color: #fff;
  margin-top: -1px;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__cart__inner {
  max-width: 415px;
  margin: auto;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__cart .section-accordion__content__heading,.staticWrapper.staticMobile.static-1104139 .section-accordion__cart .section-accordion__content__heading--underlined {
  position: absolute;
  font-size: 16px;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__cart .section-accordion__content__heading::before,.staticWrapper.staticMobile.static-1104139 .section-accordion__cart .section-accordion__content__heading--underlined::before {
  content: '';
  display: inline-block;
  background: url("/contents/small/1104139/images/img-icon-cart.png") no-repeat;
  background-size: contain;
  width: 27px;
  height: 24px;
  vertical-align: text-top;
  margin-right: 5px;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__cart__heading {
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
  font-size: 12px;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__cart__text {
  margin: 0;
  text-align: left;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__close {
  display: none;
  margin: 16px auto 0;
  padding: 4px;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.staticWrapper.staticMobile.static-1104139 .is-open .section-accordion__close {
  display: flex;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__cross {
  margin-right: 4px;
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__cross::before,
.staticWrapper.staticMobile.static-1104139 .section-accordion__cross::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #5C5A5A;
  position: absolute;
  top: 50%;
  left: 0;
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__cross::before {
  transform: translateY(-50%) rotate(135deg);
}
.staticWrapper.staticMobile.static-1104139 .section-accordion__cross::after {
  transform: translateY(-50%) rotate(45deg);
}
/* アイコン
-------------------------------------- */
.staticWrapper.staticMobile.static-1104139 .product-uv-icon {
  margin: 0;
  width: 70px;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.staticWrapper.staticMobile.static-1104139 .product-uv-icon__spf {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  background: #666;
  border: 1px solid #666;
  color: #fff;
  font-size: 14px;
}
.staticWrapper.staticMobile.static-1104139 .product-uv-icon__pa {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  border: 1px solid #666;
  color: #666;
  background: #fff;
  font-size: 14px;
}
/* ------------------------------------
 セクション
 -------------------------------------- */
/* .kv
-------------------------------------- */
.staticWrapper.staticMobile.static-1104139 .kv__footer {
  margin-top: 40px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.staticWrapper.staticMobile.static-1104139 .kv__cross {
  margin: 8px 0;
  width: 32px;
  height: 32px;
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .kv__cross::before,
.staticWrapper.staticMobile.static-1104139 .kv__cross::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #999999;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.staticWrapper.staticMobile.static-1104139 .kv__cross::after {
  transform: translateY(-50%) rotate(90deg);
}

.staticWrapper.staticMobile.static-1104139 .kv__off {
  padding: 11px 25px 14px;
  margin: 0;
  color: #fff;
  font-size: 22px;
  background: #F87073;
  border-radius: 8px;
  font-weight: bold;
  line-height: 1;
}
.staticWrapper.staticMobile.static-1104139 .kv__off .-highlight {
  color: #FFF47B;
  font-size: 24px;
  font-weight: bold;
}
.staticWrapper.staticMobile.static-1104139 .kv__off .-balloon {
  font-size: 40px;
  position: relative;
  font-weight: bold;
}
.staticWrapper.staticMobile.static-1104139 .kv__off .-balloon::after {
  content: '';
  display: block;
  width: 14px;
  height: 11px;
  background: url("/contents/small/1104139/images/fv/icon_balloon_01.png") center / contain no-repeat;
  position: absolute;
  top: 5px;
  right: -6px;
}
.staticWrapper.staticMobile.static-1104139 .kv__bnr {
  margin: 0;
}
/* .nav
-------------------------------------- */
.staticWrapper.staticMobile.static-1104139 .nav {
  margin: 56px 0 36px;
  padding: 0 20px;
}
.staticWrapper.staticMobile.static-1104139 .nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
}
.staticWrapper.staticMobile.static-1104139 .nav__item {
  min-height: 60px;
  border-left: 1px solid #999999;
}
.staticWrapper.staticMobile.static-1104139 .nav__item:nth-child(2n) {
  border-right: 1px solid #999999;
}
.staticWrapper.staticMobile.static-1104139 .nav__link {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  position: relative;
  line-height: 1.5;
}
.staticWrapper.staticMobile.static-1104139 .nav__link::after {
  content: '';
  display: block;
  width: 9px;
  height: 6px;
  background-color: #999999;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
/* .section-banner
-------------------------------------- */
.staticWrapper.staticMobile.static-1104139 .section-banner {
  margin-bottom: 22px;
}
/* .products
-------------------------------------- */
.staticWrapper.staticMobile.static-1104139 .products {
  margin-bottom: 72px;
  padding: 22px 20px 0;
}
.staticWrapper.staticMobile.static-1104139 .products__head {
  margin-bottom: 10px;
  padding: 20px 20px 6px;
  color: #fff;
  background-color: #F87073;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .products__balloon {
  padding: 0 16px;
  width: fit-content;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F87073;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #F87073;
  border-radius: 9999rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.staticWrapper.staticMobile.static-1104139 .products__balloon::after {
  content: '';
  display: block;
  width: 6px;
  height: 4px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.staticWrapper.staticMobile.static-1104139 .products__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.staticWrapper.staticMobile.static-1104139 .products__title .-highlight {
  color: #FFF47B;
  font-size: 18px;
  font-weight: bold;
}
.staticWrapper.staticMobile.static-1104139 .products__title .-large {
  color: #FFF47B;
  font-size: 28px;
  font-weight: bold;
}
.staticWrapper.staticMobile.static-1104139 .products__title .-middle {
  font-size: 20px;
  font-weight: bold;
}
.staticWrapper.staticMobile.static-1104139 .products__title-note {
  margin: 2px 0 0;
  font-weight: bold;
  font-size: 12px;
  background-color: #F87073;
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .products__title-note::before,
.staticWrapper.staticMobile.static-1104139 .products__title-note::after {
  content: '';
  display: block;
  width: calc((100% / 2) - (10em / 2));
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.staticWrapper.staticMobile.static-1104139 .products__title-note::before {
  left: 0;
}
.staticWrapper.staticMobile.static-1104139 .products__title-note::after {
  right: 0;
}
.staticWrapper.staticMobile.static-1104139 .products__sub-title {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.staticWrapper.staticMobile.static-1104139 .products__list {
  margin: 0 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
  column-gap: 9px;
}
.staticWrapper.staticMobile.static-1104139 .products__item {
  text-align: center;
}
.staticWrapper.staticMobile.static-1104139 .products__item-inner {
  padding: 0 10px 16px;
}
.staticWrapper.staticMobile.static-1104139 .products__item .products__label {
  padding: 4px 0;
}
.staticWrapper.staticMobile.static-1104139 .products__exp {
  margin: 8px 0;
  font-weight: bold;
  line-height: 1.5;
}
.staticWrapper.staticMobile.static-1104139 .products__img {
  margin-bottom: 10px;
}
.staticWrapper.staticMobile.static-1104139 .products__img figcaption {
  margin-top: 8px;
  line-height: 1.5;
}
.staticWrapper.staticMobile.static-1104139 .products .product-btn {
  height: 28px;
  font-size: 14px;
}
.staticWrapper.staticMobile.static-1104139 .products__item.-oil {
  background-color: rgba(233, 177, 24, 0.2);
}

.staticWrapper.staticMobile.static-1104139 .products__item.-oil .products__label {
  background-color: #E9B318;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.staticWrapper.staticMobile.static-1104139 .products__item.-wash {
  background-color: rgba(129, 183, 216, 0.1);
}
.staticWrapper.staticMobile.static-1104139 .products__item.-wash .products__label {
  background-color: #81B6D8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.staticWrapper.staticMobile.static-1104139 .products__item.-toner {
  background-color: rgba(117, 198, 211, 0.2);
}
.staticWrapper.staticMobile.static-1104139 .products__item.-toner .products__label {
  background-color: #75C7D3;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.staticWrapper.staticMobile.static-1104139 .products__item.-primer {
  background-color: rgba(241, 147, 200, 0.2)
}
.staticWrapper.staticMobile.static-1104139 .products__item.-primer .products__label {
  background-color: #F193C9;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.staticWrapper.staticMobile.static-1104139 .products__item.-primer .products__exp {
  margin-right: -9px;
}
/* .value
-------------------------------------- */
.staticWrapper.staticMobile.static-1104139 .value {
  margin-bottom: 60px;
}
.staticWrapper.staticMobile.static-1104139 .value__inner {
  padding: 66px 20px 40px;
  position: relative;
  background: url("/contents/small/1104139/images/value/bg_01.png") top / cover no-repeat; 
}
@media screen and (min-width: 680px) and (max-width: 768px) {
  .staticWrapper.staticMobile.static-1104139 .value__inner {
    padding-top: 96px;
  }
}
.staticWrapper.staticMobile.static-1104139 .value__balloon {
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .value__balloon::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #F70E12;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
}
.staticWrapper.staticMobile.static-1104139 .value__balloon span {
  margin: 0 auto;
  padding: 0 18px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #F70E12;
  border-radius: 17px;
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .value__title {
  margin: 5px 0 0;
  color: #F70E12;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.staticWrapper.staticMobile.static-1104139 .value__title .-middle {
  font-size: 28px;
  font-weight: bold;
}
.staticWrapper.staticMobile.static-1104139 .value__title .-large {
  font-size: 32px;
  font-weight: bold;
}
.staticWrapper.staticMobile.static-1104139 .value__title .-dotted {
  position: relative;
  font-weight: bold;
}
.staticWrapper.staticMobile.static-1104139 .value__title .-dotted::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background: #F70E12;
  border-radius: 9999rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.staticWrapper.staticMobile.static-1104139 .value__title-note {
  margin: 0 0 25px;
  font-weight: bold;
  color: #F70E12;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .value__title-note::before,
.staticWrapper.staticMobile.static-1104139 .value__title-note::after {
    content: '';
    display: block;
    width: calc((100% / 2) - (10em / 2));
    height: 1px;
    background-color: #F70E12;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.staticWrapper.staticMobile.static-1104139 .value__title-note::before {
  left: 0;
}
.staticWrapper.staticMobile.static-1104139 .value__title-note::after {
  right: 0;
}
.staticWrapper.staticMobile.static-1104139 .value__lead {
  margin-bottom: 16px;
}
.staticWrapper.staticMobile.static-1104139 .value__box {
  margin-top: 16px;
  padding: 8px 20px;
  color: #fff;
  background: #F87073;
}
.staticWrapper.staticMobile.static-1104139 .value__row {
  padding-bottom: 6px;
  display: grid;
  grid-template-columns: 44px auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-bottom: 1px solid #fff;
}
.staticWrapper.staticMobile.static-1104139 .value__box-title {
  margin: 0;
  font-size: 16px;  
  font-weight: bold;
  line-height: 1.5;
}
.staticWrapper.staticMobile.static-1104139 .value__text {
  margin: 0;
  padding-top: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
}
/* .present
-------------------------------------- */
.staticWrapper.staticMobile.static-1104139 .present {
  margin-bottom: 60px;
  padding: 0 20px 0;
}
.staticWrapper.staticMobile.static-1104139 .present__title {
  margin-bottom: 24px;
  font-size: 16px;
  text-align: center;
}
.staticWrapper.staticMobile.static-1104139 .present__title .-balloon {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #F87073;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  line-height: 1;
}
.staticWrapper.staticMobile.static-1104139 .present__title .-balloon::before,
.staticWrapper.staticMobile.static-1104139 .present__title .-balloon::after {
  content: '';
  display: block;
  width: 1px;
  height: 22px;
  border-radius: 9999rem;
  background: #F87073;
}
.staticWrapper.staticMobile.static-1104139 .present__title .-balloon::before {
  transform: rotate(-22deg);
  margin-right: 8px;
}
.staticWrapper.staticMobile.static-1104139 .present__title .-balloon::after {
  transform: rotate(22deg);
  margin-left: 8px;
}
.staticWrapper.staticMobile.static-1104139 .present__inner {
  margin-bottom: 16px;
  padding: 20px 16px 24px;
  background: #EDF5FF;
}
.staticWrapper.staticMobile.static-1104139 .present__lead {
  margin: 0 0 30px;
}
.staticWrapper.staticMobile.static-1104139 .present__box {
  margin-bottom: 20px;
}
.staticWrapper.staticMobile.static-1104139 .present__box-inner {
  padding: 20px 16px;
  background: #fff;
}
.staticWrapper.staticMobile.static-1104139 .present__sub-title {
  padding: 0 12px 0 96px;
  height: 52px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  background: #94ABDA;
  line-height: 1.4;
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .present__icon {
  width: 80px;
  position: absolute;
  left: 8px;
  bottom: 0;
}
.staticWrapper.staticMobile.static-1104139 .present__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 7px;
}
.staticWrapper.staticMobile.static-1104139 .present__fig figcaption {
  text-align: center;
}
.staticWrapper.staticMobile.static-1104139 .present__note {
  margin: 6px 0 16px;
  font-size: 10px;
  text-align: right;
}
.staticWrapper.staticMobile.static-1104139 .present__box-lead {
  margin: 0;
  font-size: 16px;
  text-align: center;
}
.staticWrapper.staticMobile.static-1104139 .present__box-lead .-highlight {
  color: #315DB6;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.04em;
}
/* .introduction
-------------------------------------- */
.staticWrapper.staticMobile.static-1104139 .introduction + .introduction {
  margin-top: 80px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-top {
  padding: 40px 0 60px;
  background: url("/contents/small/1104139/images/introduction/bg_01.png") top / 100% auto no-repeat; 
}
.staticWrapper.staticMobile.static-1104139 .introduction-top__title {
  color: #F87073;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
.staticWrapper.staticMobile.static-1104139 .introduction-top__title .-balloon {
  padding: 0 16px;
  margin: 0 auto;
  height: 24px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  background: #F87073;
  border-radius: 9999rem;
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .introduction-top__title .-balloon::after {
  content: '';
  display: block;
  width: 8px;
  height: 7px;
  background: #F87073;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
}
.staticWrapper.staticMobile.static-1104139 .introduction-top__title .-large {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
.staticWrapper.staticMobile.static-1104139 .introduction-top__pic {
  margin: 16px auto 0;
  display: block;
  max-width: 232px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-top__pic img {
  display: block;
  width: 100%;
}
.staticWrapper.staticMobile.static-1104139 .introduction-top__link {
  box-sizing: border-box;
  margin: 20px auto 0;
  padding-top: 7px;
  padding-left: 96px;
  max-width: 335px;
  height: 75px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  background: url("/contents/small/1104139/images/introduction/btn_01.png") top / cover no-repeat;
}

/* .introduction-combi
-------------------------------------- */
.staticWrapper.staticMobile.static-1104139 .introduction-combi {
  padding: 0 20px;
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-notHead {
  padding-top: 40px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi01 {
  background-image: url("/contents/small/1104139/images/introduction/bg_02.png");
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi02 {
  background-image: url("/contents/small/1104139/images/introduction/bg_03.png");
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi03 {
  background-image: url("/contents/small/1104139/images/introduction/bg_05.png");
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi04 {
  background-image: url("/contents/small/1104139/images/introduction/bg_06.png");
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi05 {
  background-image: url("/contents/small/1104139/images/introduction/bg_07.png");
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi06 {
  background-image: url("/contents/small/1104139/images/introduction/bg_08.png");
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi01.-notHead,
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi02.-notHead {
  background-position-y: -35%;
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi01,
  .staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi02 {
    background-size: 100% 90%;
  }
  .staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi03,
  .staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi04 {
    background-size: 100% 80%;
  }
  .staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi05,
  .staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi06 {
    background-size: 100% 70%;
  }
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__num {
  margin: 0 -20px 20px -20px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__title {
  margin: 17px 0 10px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 2px 0 #fff;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__title .-large {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: -4px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi03 .introduction-combi__title,
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi04 .introduction-combi__title {
  margin-top: 0;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__pic {
  display: block;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__mv {
  margin-bottom: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

.staticWrapper.staticMobile.static-1104139 .introduction-combi__copy {
  margin: 0 0 6px;
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi01 .introduction-combi__fig:first-child .introduction-combi__copy {
  max-width: fit-content;
  margin-left: auto;
  margin-right: 30px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi01 .introduction-combi__fig:last-child .introduction-combi__copy {
  width: fit-content;
  margin-left: 44px;
  margin-right: auto;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi02 .introduction-combi__fig:first-child .introduction-combi__copy {
  max-width: fit-content;
  margin-left: auto;
  margin-right: 14px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi02 .introduction-combi__fig:last-child .introduction-combi__copy {
  width: fit-content;
  margin-left: 22px;
  margin-right: auto;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi03 .introduction-combi__fig:first-child .introduction-combi__copy {
  max-width: fit-content;
  margin-left: auto;
  margin-right: 30px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi03 .introduction-combi__fig:last-child .introduction-combi__copy {
  width: fit-content;
  margin-left: 34px;
  margin-right: auto;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi04 .introduction-combi__fig:first-child .introduction-combi__copy {
  max-width: 122px;
  margin-left: auto;
  margin-right: 14px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi04 .introduction-combi__fig:last-child .introduction-combi__copy {
  width: fit-content;
  margin-left: 13px;
  margin-right: auto;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi05 .introduction-combi__fig:first-child .introduction-combi__copy {
  max-width: fit-content;
  margin-left: auto;
  margin-right: 6px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi05 .introduction-combi__fig:last-child .introduction-combi__copy {
  width: fit-content;
  margin-left: 18px;
  margin-right: auto;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi06 .introduction-combi__fig:first-child .introduction-combi__copy {
  width: fit-content;
  margin-left: auto;
  margin-right: 35px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi06 .introduction-combi__fig:last-child .introduction-combi__copy {
  width: fit-content;
  margin-left: 24px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__mv-product {
  margin: 0;
  padding: 5px 8px;
  width: fit-content;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 2px;
  text-align: center;
  line-height: 1.4;
  box-sizing: border-box;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__mv-product.-oil {
  background: #E9B318;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__mv-product.-wash {
  background: #81B6D8;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__mv-product.-toner {
  background: #75C7D3;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__mv-product.-primer {
  background: #F193C9;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__mv-product.-line2 {
  min-width: 122px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__fig:first-child .introduction-combi__mv-product {
  margin-left: auto;
  margin-right: 14px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__fig:last-child .introduction-combi__mv-product {
  margin-left: 14px;
  margin-right: auto;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi03 .introduction-combi__fig:first-child .introduction-combi__mv-product {
  margin-left: auto;
  margin-right: 18px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi03 .introduction-combi__fig:last-child .introduction-combi__mv-product {
  margin-left: 25px;
  margin-right: auto;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__cross {
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 6px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi01.-notHead .introduction-combi__cross {
  bottom: 27px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi02 .introduction-combi__cross {
  bottom: 14px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi02.-notHead .introduction-combi__cross {
  bottom: 39px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi03 .introduction-combi__cross {
  bottom: 17px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi04 .introduction-combi__cross {
  bottom: 33px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi05 .introduction-combi__cross {
  bottom: 12%;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi.-combi06 .introduction-combi__cross {
  bottom: 9%;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__cross::before,
.staticWrapper.staticMobile.static-1104139 .introduction-combi__cross::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #5C5A5A;
  position: absolute;
  top: 50%;
  left: 0;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__cross::before {
  transform: translateY(-50%) rotate(135deg);
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__cross::after {
  transform: translateY(-50%) rotate(45deg);
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__box {
  margin-bottom: 20px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #F87073;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__box-title {
  margin: 0 auto 7px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #F87073;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__box-title::before,
.staticWrapper.staticMobile.static-1104139 .introduction-combi__box-title::after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  border-radius: 9999rem;
  background: #F87073;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__box-title::before {
  transform: rotate(-26deg);
  margin-right: 7px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__box-title::after {
  transform: rotate(26deg);
  margin-left: 6px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__list {
  margin: 0;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__item {
  padding-left: 14px;
  line-height: 1.5;
  position: relative;
  letter-spacing: -0.04em;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__item + .introduction-combi__item {
  margin-top: 6px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #F87073;
  border-radius: 9999rem;
  position: absolute;
  top: 0.65em;
  left: 0;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__item span {
  font-weight: bold;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__btns {
  margin: 32px auto 0;
  max-width: 320px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__btns .product-btn {
  margin-bottom: 20px;
  background: #EF857D;
  border: #EF857D;
  color: #fff;
}
.staticWrapper.staticMobile.static-1104139 .introduction-combi__btns .product-btn::after{
  border-color: #fff;
  transform: rotate(-45deg);
}
/* .introduction-use
-------------------------------------- */
.staticWrapper.staticMobile.static-1104139 .introduction-use {
  margin-top: 30px;
  margin-bottom: 36px;
  padding: 0 20px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__inner + .introduction-use__inner {
  margin-top: 60px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__inner:nth-of-type(2) {
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__inner:nth-of-type(2)::before {
  content: '';
  display: block;
  width: 80px;
  height: 30px;
  background: url("/contents/small/1104139/images/introduction/icon_arrow.png") top / contain no-repeat;
  /* background: linear-gradient(180deg,rgba(115, 125, 157, 0) 0%, rgba(217, 217, 217, 1) 100%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0); */
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__title {
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__title span {
  margin: 0 auto 20px;
  padding: 0 8px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 16px;
  background: #fff;
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__title::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #231815;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__label {
  margin-bottom: 16px;
  padding: 10px 16px;
  display: grid;
  grid-template-columns: 40px auto;
  gap: 8px;
  border-radius: 8px;
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__label.-oil {
  background: rgba(233, 177, 24, 0.15);
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__label.-wash {
  background: rgba(24, 177, 233, 0.15);
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__label.-toner {
  background: rgba(117, 198, 211, 0.15);
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__label.-primer {
  background: rgba(241, 147, 201, 0.15);
}

.staticWrapper.staticMobile.static-1104139 .introduction-use__product {
  margin: 0;
  font-weight: bold;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__copy {
  margin: 2px 0 0;
  padding: 0 8px;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__copy.-oil {
  background: #E9B318;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__copy.-wash {
  background: #81B6D8;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__copy.-toner {
  background: #75C7D3;
  line-height: 1.5;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__copy.-primer {
  background: #F193C9;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__note {
  margin: 8px 0 0;
  font-size: 10px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__important {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__important-icon {
  margin: 0 4px 0 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: #EF857D;
  border-radius: 9999rem;
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__important-icon::after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 9999rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__important-text {
  margin: 0;
  font-size: 12px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__summary {
  margin: 20px auto 0;
  width: fit-content;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__summary.-combi01::after {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg,rgba(146, 212, 255, 1) 0%, rgba(196, 245, 206, 1) 51%, rgba(255, 216, 105, 1) 100%);
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: -1;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__summary.-combi02::after {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg,rgba(117, 199, 211, 1) 0%, rgba(255, 231, 157, 1) 50%, rgba(241, 147, 201, 1) 100%);
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: -1;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
  gap: 20px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-use__text {
  margin: 0;
}

/* .introduction-feature
-------------------------------------- */
.staticWrapper.staticMobile.static-1104139 .introduction-feature {
  padding: 40px 20px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature.-feature01 {
  background: linear-gradient(0deg,rgba(146, 212, 255, 0.5) 0%, rgba(196, 245, 206, 0.5) 51%, rgba(255, 216, 105, 0.5) 100%);
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature.-feature02 {
  background: linear-gradient(0deg,rgba(241, 147, 201, 0.3) 0%, rgba(255, 231, 157, 0.3) 50%, rgba(117, 199, 211, 0.3) 100%);
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__title {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__title::before,
.staticWrapper.staticMobile.static-1104139 .introduction-feature__title::after {
  content: '';
  display: block;
  width: calc((100% / 2) - (15.2em / 2));
  height: 1px;
  background-color: #231815;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__title::before {
  left: 0;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__title::after {
  right: 0;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__cross {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 7px auto;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__cross::before,
.staticWrapper.staticMobile.static-1104139 .introduction-feature__cross::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #999999;
  position: absolute;
  top: 50%;
  left: 0;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__cross::before {
  transform: translateY(-50%) rotate(135deg);
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__cross::after {
  transform: translateY(-50%) rotate(45deg);
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__box {
  margin-bottom: 8px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__head {
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: grid;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #E0E0E0;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__box .introduction-feature__head {
  grid-template-columns: 64px auto;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__categories {
  display: grid;
  grid-template-columns: repeat(2, fit-content(100%));
  gap: 8px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__category {
  margin: 0;
  padding: 2px 8px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__box.-oil .introduction-feature__category {
  background-color: #E9B318;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__box.-wash .introduction-feature__category {
  background-color: #81B6D8;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__box.-toner .introduction-feature__category {
  background-color: #75C7D3;
  letter-spacing: -0.04em;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__box.-primer .introduction-feature__category {
  background-color: #F193C9;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__name {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__copy {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__box.-oil .introduction-feature__copy {
  color: #DE9309;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__box.-wash .introduction-feature__copy {
  margin: 15px 0 13px;
  color: #3E8AB9;
  line-height: 1.2;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__box.-toner .introduction-feature__copy {
  color: #75C7D3;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__box.-primer .introduction-feature__copy {
  color: #F193C9;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__row {
  display: grid;
  grid-template-columns: 120px auto;
  gap: 16px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__text {
  margin: 0;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__note {
  margin: 4px 0 16px;
  font-size: 10px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__box .product-btn {
  background: #5C5A5A;
  border-color: #5C5A5A;
  color: #fff;
}
.staticWrapper.staticMobile.static-1104139 .introduction-feature__box .product-btn::after {
  border-color: #fff;
  transform: rotate(-45deg);
}

/* .introduction-footer
-------------------------------------- */
.staticWrapper.staticMobile.static-1104139 .introduction-footer {
  margin: 80px 0 60px;
}
.staticWrapper.staticMobile.static-1104139 .introduction-footer__inner {
  padding: 24px 0;
  background: url("/contents/small/1104139/images/introduction/bg_04.png") top / cover no-repeat; 
}
.staticWrapper.staticMobile.static-1104139 .introduction-footer__title {
  color: #F87073;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
.staticWrapper.staticMobile.static-1104139 .introduction-footer__title .-balloon {
  padding: 0 16px;
  margin: 0 auto;
  height: 24px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  background: #F87073;
  border-radius: 9999rem;
  position: relative;
}
.staticWrapper.staticMobile.static-1104139 .introduction-footer__title .-balloon::after {
  content: '';
  display: block;
  width: 8px;
  height: 7px;
  background: #F87073;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
}
.staticWrapper.staticMobile.static-1104139 .introduction-footer__title .-large {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.staticWrapper.staticMobile.static-1104139 .introduction-footer__link {
  box-sizing: border-box;
  margin: 24px auto 0;
  padding-top: 7px;
  padding-left: 96px;
  max-width: 335px;
  height: 75px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  background: url("/contents/small/1104139/images/introduction/btn_01.png") top / cover no-repeat;
}

/* .binder + .diagnosisContent 
-------------------------------------- */
.staticWrapper.staticMobile.static-1104139 .binder {
  margin-top: 25px;
}
.staticWrapper.staticMobile.static-1104139 .binder__inner {
  padding-bottom: 50px;
  background: linear-gradient(95deg,rgba(255, 248, 216, 1) 0%, rgba(255, 220, 238, 1) 35%, rgba(225, 242, 255, 1) 70%, rgba(199, 235, 235, 1) 100%);
}
.staticWrapper.staticMobile.static-1104139 .binder__title {
  margin-top: 0;
  font-size: 16px;
  text-align: center;
}
.staticWrapper.staticMobile.static-1104139 .binder__title span {
  font-size: 24px;
  font-weight: bold;
}
.static-1104139.staticWrapper .diagnosisContent__choices > .lp-btnWrap {
  display: none;
}
.static-1104139.staticWrapper .diagnosisContent__choices > .lp-btnWrap.current {
  display: block;
}
.static-1104139.staticWrapper .diagnosisContent__questionTitle {
  margin: 0;
  padding: 40px 20px 0;
}
.static-1104139.staticWrapper .diagnosisContentWrap {
  display: none;
}
.static-1104139.staticWrapper .diagnosisContentWrap.current {
  display: block;
}
.static-1104139.staticWrapper .diagnosisContentWrap.diagnosisContentWrap--result {
  background: #fff;
}
.static-1104139.staticWrapper .diagnosisContentWrap.diagnosisContentWrap--result .diagnosisResult-title {
  padding: 0 20px;
}
.static-1104139.staticWrapper .diagnosisContent__choicesWrap {
  padding: 50px 60px;
  background: #fff;
}
.static-1104139.staticWrapper .diagnosisContent__choices .lp-btnWrap + .lp-btnWrap {
  margin-top: 20px;
}
.static-1104139.staticWrapper .diagnosisContent__choicesCol2 .lp-btnWrap:first-child.current {
  margin-top: 40px;
}
.static-1104139.staticWrapper .diagnosisContent__choices .lp-btnWrap {
  margin: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.static-1104139.staticWrapper .lp-btn:after {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border: 2px solid #231815;
  border-bottom: none;
  border-left: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 21px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.static-1104139.staticWrapper .diagnosisContent__choicesWrap .lp-btn {
  cursor: pointer;
}
.static-1104139.staticWrapper .diagnosisContent__choicesCol1 .lp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  background: linear-gradient(135deg,rgba(255, 236, 179, 1) 0%, rgba(255, 194, 225, 1) 35%, rgba(212, 235, 255, 1) 70%, rgba(173, 238, 238, 1) 100%);
  border-radius: 50px; 
  position: relative;

}
.static-1104139.staticWrapper .diagnosisContent__choicesCol2 .lp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  border: 1px solid #F87073;
  border-radius: 50px; 
  position: relative;
  box-sizing: border-box;
}
.static-1104139.staticWrapper .diagnosisContent__choicesCol2 .lp-btn:after {
  border-color: #F87073;
}
.static-1104139.staticWrapper .diagnosisContentWrap .diagnosisRetryLink {
  margin-top: 60px;
  padding-bottom: 30px;
  text-align: center;
}