body {
  color: #41303B;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 4.2666666667vw;
  }
}
body.is-fixed {
  position: fixed;
  width: 100%;
}

.container {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

sup {
  font-size: 50%;
  vertical-align: middle;
}

.notes {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
}
@media screen and (max-width: 960px) {
  .notes {
    font-size: 2.6666666667vw;
  }
}

.list {
  font-size: 14px;
  line-height: 1.78;
}
@media screen and (max-width: 960px) {
  .list {
    font-size: 3.7333333333vw;
  }
}
.list__item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 14px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 960px) {
  .list__item {
    margin-bottom: 2.6666666667vw;
    padding-left: 3.7333333333vw;
  }
}
.list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 1px;
  width: 8px;
  height: 8px;
  background-color: #DCB3BE;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .list__item::before {
    top: 2.4vw;
    left: 0.2666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.list__item:last-child {
  margin-bottom: 0;
}
.ios .list__item {
  letter-spacing: 0;
}
.list--center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.7);
}
.header__logo-link {
  display: block;
  width: 157px;
  height: 15px;
  transition: opacity 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header__logo-link:hover {
    opacity: 0.65;
  }
}
.header__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 48, 59, 0.89);
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
@media screen and (max-width: 960px) {
  .header__bg {
    background-color: transparent;
  }
}
.is-hide .header__bg {
  display: none;
}
.is-active .header__bg {
  opacity: 1;
}
.header__nav {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: transform ease-in-out 0.3s;
}
.is-hide .header__nav {
  display: none;
}
.is-active .header__nav {
  transform: translateX(0);
}
.header__btn {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 35px;
  height: 35px;
  transition: opacity 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header__btn:hover {
    opacity: 0.65;
  }
}
.header__bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 3px;
  transition: ease-in-out 0.3s;
  background-color: #004B30;
}
.header__bar:nth-child(1) {
  z-index: 1;
  transform: translate(-50%, -10px);
}
.is-active .header__bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(135deg);
}
.header__bar:nth-child(2) {
  transform: translate(-50%, -50%);
}
.is-active .header__bar:nth-child(2) {
  opacity: 0;
}
.header__bar:nth-child(3) {
  transform: translate(-50%, 7px);
}
.is-active .header__bar:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.gnav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 358px;
  height: calc(var(--vh) * 100);
  height: 100svh;
  padding: 45px 0 300px;
  overflow-y: auto;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.92);
}
@media screen and (max-width: 960px) {
  .gnav {
    width: 100%;
    padding: 45px 0 90px;
    -webkit-backdrop-filter: blur(1.6vw);
            backdrop-filter: blur(1.6vw);
  }
}
.gnav__list {
  width: 165px;
}
@media screen and (max-width: 960px) {
  .gnav__list {
    width: 44vw;
  }
}
.gnav__item {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .gnav__item {
    margin-bottom: 10.6666666667vw;
  }
}
.gnav__link {
  display: block;
  position: relative;
  padding-right: 10px;
  color: #41303B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .gnav__link {
    padding-right: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.gnav__link:hover {
  text-decoration: underline;
}
.gnav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../img/bg-header-arrow.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .gnav__link::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.ios .gnav__link {
  letter-spacing: 0.075em;
}

.footer {
  height: 74px;
  margin-top: -74px;
  padding-top: 14px;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #FFF;
}
@media screen and (max-width: 960px) {
  .footer {
    height: 19.7333333333vw;
    margin-top: -19.7333333333vw;
    font-size: 3.2vw;
  }
}
.footer__inner {
  display: flex;
  justify-content: center;
}
.footer__link {
  margin: 0 19px;
  color: #41303B;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .footer__link {
    margin: 0 2.6666666667vw;
  }
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__copyright {
  font-size: 10px;
}
@media screen and (max-width: 960px) {
  .footer__copyright {
    font-size: 2.6666666667vw;
  }
}

.feature {
  position: relative;
  z-index: 2;
  width: 800px;
  margin: -88px auto 0;
}
@media screen and (max-width: 960px) {
  .feature {
    width: auto;
    margin: -13.6vw 0 0;
  }
}
.feature__item {
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px rgba(87, 77, 100, 0.03), 0px 0px 5px 3px inset rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 960px) {
  .feature__item {
    margin-bottom: 2.6666666667vw;
    box-shadow: 0px 0px 2.6666666667vw rgba(87, 77, 100, 0.03), 0px 0px 1.3333333333vw 0.8vw inset rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(1.6vw);
            backdrop-filter: blur(1.6vw);
  }
}
.feature__btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 102px;
  padding: 0 50px 5px 30px;
  color: #41303B;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  transition: opacity 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .feature__btn:hover {
    opacity: 0.65;
  }
}
@media screen and (max-width: 960px) {
  .feature__btn {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 27.2vw;
    padding: 0 9.6vw 0 21.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.57;
  }
}
.feature__btn strong {
  margin-left: 4px;
  font-size: 28px;
}
@media screen and (max-width: 960px) {
  .feature__btn strong {
    margin-left: 0;
    font-size: 6.4vw;
    line-height: 1.5;
  }
}
.feature__num {
  display: block;
  width: 43px;
  margin-right: 17px;
}
@media screen and (max-width: 960px) {
  .feature__num {
    position: absolute;
    top: 50%;
    left: 5.3333333333vw;
    width: 11.4666666667vw;
    margin-right: 0;
    transform: translateY(-50%);
  }
}
.feature__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .feature__icon {
    right: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.feature__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  border-top: 1px solid #41303B;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .feature__icon::before {
    width: 5.3333333333vw;
    height: 0.2666666667vw;
    border-width: 0.2666666667vw;
  }
}
.feature__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  border-left: 1px solid #41303B;
  transform: translate(-50%, -50%);
  transition: ease 0.3s;
}
@media screen and (max-width: 960px) {
  .feature__icon::after {
    width: 0.2666666667vw;
    height: 5.3333333333vw;
    border-width: 0.2666666667vw;
  }
}
.is-active .feature__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.feature__content {
  display: none;
  overflow: hidden;
  transition: ease 0.3s;
}
.is-active .feature__content {
  height: auto;
}
.feature__inner {
  padding: 12px 75px 50px;
}
@media screen and (max-width: 960px) {
  .feature__inner {
    padding: 4.8vw 5.3333333333vw 13.3333333333vw;
  }
}
.feature__row {
  display: flex;
}
@media screen and (max-width: 960px) {
  .feature__row {
    display: block;
  }
}
.feature__col {
  flex-basis: 275px;
  margin-right: 40px;
}
@media screen and (max-width: 960px) {
  .feature__col {
    margin: 0 0 16vw;
  }
}
.feature__img {
  width: 335px;
}
@media screen and (max-width: 960px) {
  .feature__img {
    width: 89.3333333333vw;
  }
}
:not(.feature__row) .feature__img {
  margin: 0 auto;
}
.feature__notes {
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .feature__notes {
    margin-top: 2.6666666667vw;
  }
}
.feature__heading {
  margin: 60px 0 38px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .feature__heading {
    margin: 14.1333333333vw 0 4.2666666667vw;
  }
}
.feature__heading small {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .feature__heading small {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.feature__heading strong {
  display: block;
  color: #B96387;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .feature__heading strong {
    font-size: 6.4vw;
  }
}
.feature__key-ingredients {
  margin: 0 -75px 25px;
}
@media screen and (max-width: 960px) {
  .feature__key-ingredients {
    margin: 0 -5.3333333333vw 5.3333333333vw;
  }
}

.stability {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 420px;
  height: 220px;
  margin: 28px auto 0;
  background: url(../img/bg-feature-02-pc.png) no-repeat center center/cover;
}
@media screen and (max-width: 960px) {
  .stability {
    width: auto;
    height: 52.2666666667vw;
    margin: 5.3333333333vw -5.3333333333vw 0;
    background: url(../img/bg-feature-02-sp.png) no-repeat center center/cover;
  }
}
.stability__txt {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .stability__txt {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.stability__heading {
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .stability__heading {
    font-size: 6.4vw;
  }
}
.stability__heading strong {
  color: #B96387;
}
.stability__heading small {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (max-width: 960px) {
  .stability__heading small {
    margin-top: 2.6666666667vw;
    font-size: 4.8vw;
  }
}

.ingredients {
  padding: 20px 36px;
  background-color: #FFF;
}
@media screen and (max-width: 960px) {
  .ingredients {
    padding: 5.3333333333vw;
  }
}
.ingredients__ttl {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .ingredients__ttl {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.ingredients__list {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .ingredients__list {
    font-size: 3.2vw;
  }
}
.ingredients__category {
  display: flex;
  flex-basis: calc(50% - 10px);
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .ingredients__category {
    flex-basis: calc(50% - 1.3333333333vw);
    display: block;
  }
}
.ingredients__heading {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-bottom: 10px;
  color: #B96387;
  background-color: #F5F2F5;
}
@media screen and (max-width: 960px) {
  .ingredients__heading {
    height: 8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.ingredients__item {
  position: relative;
  margin-right: 30px;
  padding-left: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .ingredients__item {
    margin-right: 0;
    margin-bottom: 1.0666666667vw;
    padding-left: 3.2vw;
    line-height: 1.4;
  }
}
.ingredients__item:nth-child(2n+1) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .ingredients__item:last-child {
    margin-bottom: 0;
  }
}
.ingredients__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #B96387;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .ingredients__item::before {
    top: 1.3333333333vw;
    width: 1.6vw;
    height: 1.6vw;
    transform: translateY(0);
  }
}

.kv {
  position: relative;
  z-index: 1;
  height: 660px;
  background-color: #eabba1;
}
@media screen and (max-width: 960px) {
  .kv {
    height: 145.8666666667vw;
  }
}
/*.kv::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -199px;
  width: 8px;
  height: 51px;
  background: url(../img/img-kv-arrow.svg) no-repeat center center/contain;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .kv::after {
    bottom: -49.6vw;
    width: 2.1333333333vw;
    height: 13.6vw;
  }
}*/
.kv__img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1366px;
  height: 660px;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .kv__img {
    left: auto;
    width: 100%;
    height: auto;
    transform: translate(0);
  }
}
.kv__new {
  position: absolute;
  top: 156px;
  left: 50%;
  width: 184px;
  margin-left: -174px;
}
@media screen and (max-width: 960px) {
  .kv__new {
    top: 51.7333333333vw;
    right: 0;
    left: auto;
    width: 35.7333333333vw;
    margin-left: 0;
  }
}
.kv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 340px;
  margin-left: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .kv__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    transform: translate(0);
  }
}
.kv__copy {
  width: 335px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 960px) {
  .kv__copy {
    position: absolute;
    top: 24.2666666667vw;
    left: 50%;
    width: 89.3333333333vw;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 960px) {
  .kv__ttl {
    position: absolute;
    bottom: 12.6666666667vw;
    left: 50%;
    width: 85.6666666667vw;
    height: 10.6666666667vw;
    transform: translateX(-50%);
  }
}

.purchase {
  position: relative;
  width: 800px;
  margin: 0 auto 56px;
  padding: 49px 77px 36px;
  border: solid 1px #D5C37C;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 960px) {
  .purchase {
    width: auto;
    margin-bottom: 16.8vw;
    padding: 10.4vw 4vw;
    -webkit-backdrop-filter: blur(1.6vw);
            backdrop-filter: blur(1.6vw);
  }
}
.purchase:last-of-type {
  margin-bottom: 0;
}
.purchase--half {
  position: relative;
  padding: 0 4px;
  border-top: 0;
  border-right: solid 2px #C971AD;
  border-bottom: 0;
  border-left: solid 2px #C971AD;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 960px) {
  .purchase--half {
    padding: 0 1.0666666667vw;
    border-right-width: 0.5333333333vw;
    border-left-width: 0.5333333333vw;
  }
}
.purchase--half::before, .purchase--half::after {
  content: "";
  position: absolute;
  left: -2px;
  width: 800px;
  height: 14px;
  -webkit-mask-image: url(../img/bg-purchase-half-mask-pc.png);
          mask-image: url(../img/bg-purchase-half-mask-pc.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.4) url(../img/bg-purchase-half-pc.svg) no-repeat center top/100% auto;
}
@media screen and (max-width: 960px) {
  .purchase--half::before, .purchase--half::after {
    right: -0.5333333333vw;
    left: -0.5333333333vw;
    width: auto;
    height: 4vw;
    -webkit-mask-image: url(../img/bg-purchase-half-mask-sp.png);
            mask-image: url(../img/bg-purchase-half-mask-sp.png);
    -webkit-backdrop-filter: blur(1.6vw);
            backdrop-filter: blur(1.6vw);
    background: rgba(255, 255, 255, 0.4) url(../img/bg-purchase-half-sp.svg) no-repeat center top/100% auto;
  }
}
.purchase--half::before {
  content: "";
  top: -14px;
}
@media screen and (max-width: 960px) {
  .purchase--half::before {
    top: -4vw;
  }
}
.purchase--half::after {
  content: "";
  bottom: -14px;
  transform: rotate(180deg);
}
@media screen and (max-width: 960px) {
  .purchase--half::after {
    bottom: -4vw;
  }
}
.purchase--half .purchase__inner {
  padding: 44px 66px;
  border-right: solid 1px #C971AD;
  border-left: solid 1px #C971AD;
}
@media screen and (max-width: 960px) {
  .purchase--half .purchase__inner {
    padding: 12.5333333333vw 3.2vw 8.2666666667vw;
    border-right-width: 0.2666666667vw;
    border-left-width: 0.2666666667vw;
  }
}
.purchase__ttl {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.38;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .purchase__ttl {
    margin: 0 -1.3333333333vw 4vw;
    font-size: 4.2666666667vw;
  }
}
.ios .purchase__ttl {
  letter-spacing: 0.07em;
}
.purchase__message {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 360px;
  height: 45px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  background: url(../img/bg-purchase-message-pc.svg) no-repeat center center/contain;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .purchase__message {
    width: 65.6vw;
    height: 17.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.4;
    background-image: url(../img/bg-purchase-message-sp.svg);
  }
}
.purchase__brand {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .purchase__brand {
    margin-bottom: 1.6vw;
    font-size: 3.7333333333vw;
  }
}
.purchase__spf {
  display: flex;
  align-items: center;
  width: 117px;
  height: 26px;
  margin: 0 auto 20px;
  padding-left: 17px;
  color: #B96387;
  font-size: 14px;
  line-height: 1;
  border: solid 1px #B96387;
}
@media screen and (max-width: 960px) {
  .purchase__spf {
    width: 31.2vw;
    height: 6.9333333333vw;
    margin-bottom: 0.5333333333vw;
    padding-left: 4.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
.purchase__row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .purchase__row {
    display: block;
  }
}
.purchase--half .purchase__row {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .purchase--half .purchase__row {
    margin: 8vw 0;
  }
}
.purchase__img {
  position: relative;
  width: 278px;
  margin-right: 42px;
}
@media screen and (max-width: 960px) {
  .purchase__img {
    width: auto;
    height: auto;
    margin: 0 0 7.4666666667vw;
    padding: 0;
  }
}
.purchase__img--new {
  height: 228px;
  padding-top: 37px;
}
@media screen and (max-width: 960px) {
  .purchase__img--new {
    height: 54.4vw;
    padding-top: 12.8vw;
  }
}
@media (min-width: 961px) {
  .purchase--half .purchase__img {
    width: 360px;
    margin-right: 30px;
  }
}
.purchase__new {
  position: absolute;
  top: 0;
  right: 0;
  width: 115px;
}
@media screen and (max-width: 960px) {
  .purchase__new {
    top: 0;
    right: -2.6666666667vw;
    width: 30.6666666667vw;
  }
}
.purchase__col {
  width: 242px;
}
@media screen and (max-width: 960px) {
  .purchase__col {
    width: auto;
  }
}
@media (min-width: 961px) {
  .purchase--half .purchase__col {
    width: 200px;
  }
}
.purchase__heading {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.57;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .purchase__heading {
    margin-bottom: 4.8vw;
    font-size: 4.2666666667vw;
  }
}
.purchase__define {
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .purchase__define {
    width: 64.5333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.purchase__item {
  display: flex;
  line-height: 1.8;
}
.purchase__name {
  width: 5.1em;
}
.ios .purchase__price {
  letter-spacing: 0.06em;
}
.purchase__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  height: 48px;
  margin: 0 auto;
  color: #FFF;
  text-decoration: none;
  background: url(../img/bg-purchase-btn.png) no-repeat center center/cover;
  transition: opacity 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .purchase__btn:hover {
    opacity: 0.65;
  }
}
@media screen and (max-width: 960px) {
  .purchase__btn {
    width: 52.8vw;
    height: 12.8vw;
    font-size: 4.2666666667vw;
  }
}
.purchase__btn--large {
  width: 228px;
  height: 53px;
}
@media screen and (max-width: 960px) {
  .purchase__btn--large {
    width: 60.8vw;
    height: 14.1333333333vw;
  }
}
.purchase__txt {
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  .purchase__txt {
    margin-right: -4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.purchase__txt small {
  font-size: 14px;
}
.purchase__txt sup {
  display: inline-block;
  margin: 0 -0.25em;
  font-size: 100%;
  transform: scale(0.6);
}
.ios .purchase__notes {
  letter-spacing: 0;
}
.purchase__attention {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 14px;
  line-height: 1.78;
  background-color: #FFF;
}
@media screen and (max-width: 960px) {
  .purchase__attention {
    margin-bottom: 2.6666666667vw;
    padding: 5.3333333333vw;
    font-size: 3.7333333333vw;
    text-align: justify;
  }
  .ios .purchase__attention {
    letter-spacing: 0.04em;
  }
}
.purchase__attention strong {
  color: #C971AD;
  font-weight: 700;
  background: linear-gradient(transparent 0%, transparent 70%, rgba(213, 195, 124, 0.5) 70%, rgba(213, 195, 124, 0.5) 95%, transparent 95%, transparent 100%);
}
.purchase__list {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .purchase__list {
    font-size: 3.2vw;
  }
}
.purchase__list .list__item::before {
  background-color: #C971AD;
}
.purchase__copy {
  margin: 30px 0 12px;
  color: #C971AD;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .purchase__copy {
    margin: 5.3333333333vw -0.5em 4.5333333333vw 0;
    font-size: 4.2666666667vw;
  }
}

.hari {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  height: 204px;
}
@media screen and (max-width: 960px) {
  .hari {
    width: 110.1333333333vw;
    height: 53.3333333333vw;
    margin: 0 -5.0666666667vw;
  }
}
.hari__cross {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 85px;
  height: 85px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .hari__cross {
    width: 22.6666666667vw;
    height: 22.6666666667vw;
  }
}
.hari__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 203px;
  height: 203px;
  font-size: 16px;
  text-align: center;
  background: url(../img/bg-head-01.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .hari__txt {
    width: 53.3333333333vw;
    height: 53.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.hari__txt--02 {
  width: 204px;
  height: 204px;
  background-image: url(../img/bg-head-02.png);
}
@media screen and (max-width: 960px) {
  .hari__txt--02 {
    width: 53.3333333333vw;
    height: 53.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.trouble {
  height: 675px;
  position: relative;
  background: url(../img/bg-trouble-pc.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 960px) {
  .trouble {
    height: 151.4666666667vw;
    background: url(../img/bg-trouble-sp.jpg) no-repeat center center/cover;
  }
}
.trouble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 113px;
  background: linear-gradient(to bottom, #f6eae3 0%, rgba(222, 215, 207, 0) 100%);
}
@media screen and (max-width: 960px) {
  .trouble::before {
    height: 25.6vw;
  }
}
.trouble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 113px;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 960px) {
  .trouble::after {
    height: 25.6vw;
  }
}
.trouble__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.3) url(../img/bg-trouble.png) no-repeat center center/cover;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .trouble__item {
    -webkit-backdrop-filter: blur(1.6vw);
            backdrop-filter: blur(1.6vw);
  }
}
.trouble__item--dry {
  top: 108px;
  width: 180px;
  height: 180px;
  margin-left: -316px;
  font-size: 23px;
  line-height: 37px;
}
@media screen and (max-width: 960px) {
  .trouble__item--dry {
    top: 13.8666666667vw;
    width: 38.6666666667vw;
    height: 38.6666666667vw;
    margin-left: -38.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 8.5333333333vw;
  }
}
.trouble__item--dry strong {
  font-size: 32px;
}
@media screen and (max-width: 960px) {
  .trouble__item--dry strong {
    font-size: 7.4666666667vw;
  }
}
.trouble__item--skincare {
  top: 86px;
  width: 208px;
  height: 208px;
  margin-left: 145px;
  font-size: 19px;
  line-height: 31px;
}
@media screen and (max-width: 960px) {
  .trouble__item--skincare {
    top: 87.2vw;
    width: 44.5333333333vw;
    height: 44.5333333333vw;
    margin-left: -44.5333333333vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
.trouble__item--skincare strong {
  font-size: 25px;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .trouble__item--skincare strong {
    font-size: 5.6vw;
  }
}
.trouble__item--skincare em {
  font-size: 21px;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .trouble__item--skincare em {
    font-size: 4.8vw;
  }
}
.trouble__item--hari {
  top: 254px;
  width: 270px;
  height: 270px;
  padding-bottom: 10px;
  margin-left: -125px;
  font-size: 36px;
  line-height: 57px;
}
@media screen and (max-width: 960px) {
  .trouble__item--hari {
    top: 44.8vw;
    width: 51.7333333333vw;
    height: 51.7333333333vw;
    margin-left: -7.7333333333vw;
    font-size: 6.4vw;
    line-height: 9.8666666667vw;
  }
}
.trouble__item--hari strong {
  font-size: 46px;
}
@media screen and (max-width: 960px) {
  .trouble__item--hari strong {
    font-size: 8.5333333333vw;
  }
}
.trouble__item em {
  font-style: normal;
}

.point {
  padding: 14px 20px 20px;
  background-color: #F5F2F5;
}
@media screen and (max-width: 960px) {
  .point {
    padding: 5.3333333333vw;
  }
}
.point__ttl {
  width: 44px;
  margin: 0 auto 10px;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .point__ttl {
    width: 11.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.point__row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .point__row {
    display: block;
    margin-bottom: 5.3333333333vw;
  }
}
.point__row:last-child {
  margin-bottom: 0;
}
.point__row--reverse .point__img {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 960px) {
  .point__row--reverse .point__img {
    margin: 2.6666666667vw 0 0;
  }
}
.point__img {
  min-width: 320px;
  flex-basis: 320px;
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .point__img {
    min-width: 0;
    margin: 0 0 2.6666666667vw;
  }
}
.point__txt {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.78;
}
@media screen and (max-width: 960px) {
  .point__txt {
    font-size: 3.7333333333vw;
  }
}
.ios .point__txt {
  letter-spacing: 0;
}

.flawless-fit {
  position: relative;
  padding: 36px 20px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 960px) {
  .flawless-fit {
    padding: 9.6vw 9.0666666667vw;
  }
}
.flawless-fit::before, .flawless-fit::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  border-top: 1px solid #D5C37C;
  border-bottom: 1px solid #D5C37C;
  background-color: #FFF;
}
.flawless-fit::before {
  top: 0;
}
.flawless-fit::after {
  bottom: 0;
}
.flawless-fit__row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .flawless-fit__row {
    display: block;
  }
}
.flawless-fit__grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 172px;
  margin-bottom: 20px;
  padding-left: 335px;
}
@media screen and (max-width: 960px) {
  .flawless-fit__grid {
    display: block;
    height: auto;
    margin-bottom: 5.3333333333vw;
    padding: 0;
  }
}
@media (min-width: 961px) {
  .flawless-fit__grid .flawless-fit__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 305px;
  }
}
.flawless-fit__img {
  min-width: 305px;
  flex-basis: 305px;
  margin-right: 30px;
}
@media screen and (max-width: 960px) {
  .flawless-fit__img {
    min-width: 0;
    margin: 0 0 2.6666666667vw;
  }
}
.flawless-fit__heading {
  position: relative;
  margin-bottom: 10px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  .flawless-fit__heading {
    margin-bottom: 2.6666666667vw;
    padding-left: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
.flawless-fit__heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 1px;
  width: 8px;
  height: 8px;
  background-color: #D5C37C;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .flawless-fit__heading::before {
    top: 3.2vw;
    left: 0.2666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.flawless-fit__txt {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .flawless-fit__txt {
    font-size: 3.7333333333vw;
  }
}
.flawless-fit__ttl {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .flawless-fit__ttl {
    margin-bottom: 5.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.flawless-fit__brand {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .flawless-fit__brand {
    font-size: 3.7333333333vw;
  }
}
.flawless-fit__define {
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .flawless-fit__define {
    font-size: 3.7333333333vw;
  }
}
.flawless-fit__item {
  display: flex;
  line-height: 1.6;
}
.flawless-fit__name {
  width: 5.1em;
}
.flawless-fit__txt {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .flawless-fit__txt {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.flawless-fit__box {
  margin-top: 16px;
  padding: 15px 19px;
  border: solid 1px #D5C37C;
  background-color: #FFF;
}
@media screen and (max-width: 960px) {
  .flawless-fit__box {
    margin-top: 4.2666666667vw;
    padding: 4vw 5.0666666667vw;
  }
}
.flawless-fit__box .flawless-fit__txt {
  margin-bottom: 0;
}

.howto-accordion {
  margin: 40px 0 90px;
}
.howto-accordion__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 70px;
  padding: 0 50px;
  color: #FFF;
  text-align: center;
  background-color: #DCB3BE;
  cursor: pointer;
  transition: opacity 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .howto-accordion__btn:hover {
    opacity: 0.65;
  }
}
@media screen and (max-width: 960px) {
  .howto-accordion__btn {
    height: 18.6666666667vw;
    padding: 0 9.6vw;
    line-height: 1.57;
  }
}
.howto-accordion__content {
  overflow: hidden;
  display: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .howto-accordion__content {
    margin-bottom: 5.3333333333vw;
  }
}
.howto-accordion__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .howto-accordion__icon {
    right: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.howto-accordion__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  border-top: 1px solid #FFF;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .howto-accordion__icon::before {
    width: 5.3333333333vw;
    height: 0.2666666667vw;
    border-width: 0.2666666667vw;
  }
}
.howto-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  border-left: 1px solid #FFF;
  transform: translate(-50%, -50%);
  transition: ease 0.3s;
}
@media screen and (max-width: 960px) {
  .howto-accordion__icon::after {
    width: 0.2666666667vw;
    height: 5.3333333333vw;
    border-width: 0.2666666667vw;
  }
}
.is-active .howto-accordion__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.movie__ttl {
  width: 130px;
  margin: 0 auto 45px;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .movie__ttl {
    width: 28vw;
    margin-bottom: 5.3333333333vw;
  }
}
.movie__content {
  position: relative;
  padding-top: 56.25%;
}
.movie__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js {
  background-color: transparent;
}
.video-js .vjs-big-play-button {
  width: 64px;
  height: 64px;
  border: 0;
  background: transparent url(../img/bg-movie-play.svg) no-repeat center center/contain;
  margin: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: opacity 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .video-js .vjs-big-play-button:hover {
    opacity: 0.65;
  }
}
@media screen and (max-width: 960px) {
  .video-js .vjs-big-play-button {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.video-js .vjs-big-play-button:hover, .video-js .vjs-big-play-button:focus {
  background-color: transparent;
  transition: opacity 0.5s ease;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  display: none;
}
.video-js:hover .vjs-big-play-button {
  background-color: transparent;
  opacity: 0.7;
  transition: opacity 0.5s ease;
}

.attention {
  display: flex;
  align-items: flex-end;
  width: 800px;
  margin: 0 auto;
  padding: 60px 105px;
  background-color: #F5F2F5;
}
@media screen and (max-width: 960px) {
  .attention {
    display: block;
    width: auto;
    padding: 13.3333333333vw 8vw;
  }
}
.attention__img {
  min-width: 129px;
  flex-basis: 129px;
  margin-right: 29px;
}
@media screen and (max-width: 960px) {
  .attention__img {
    min-width: 0;
    width: 25.8666666667vw;
    margin: 0 auto 9.3333333333vw;
  }
}
.attention__ttl {
  width: 137px;
  margin-bottom: 25px;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .attention__ttl {
    width: 36.5333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
}
.attention__txt {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 960px) {
  .attention__txt {
    font-size: 3.7333333333vw;
  }
}

.sec-head-01 {
  position: relative;
  height: 805px;
	margin-top:-100px;
}
@media screen and (max-width: 960px) {
  .sec-head-01 {
    height: 209.8666666667vw;
  }
}
/*.sec-head-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: linear-gradient(#f9f1ed 0%, rgba(249, 241, 237, 0.4) 71.43%, rgba(249, 241, 237, 0) 100%);
}*/
/*@media screen and (max-width: 960px) {
  .sec-head-01::before {
    height: 8.8vw;
  }
}*/
.sec-head-01__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 2;
  width: 250px;
  height: 48px;
  color: #FFF;
  text-decoration: none;
  background: url(../img/bg-head-01-btn.png) no-repeat center center/cover;
  transform: translateX(-50%);
  transition: opacity 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .sec-head-01__btn:hover {
    opacity: 0.65;
  }
}
@media screen and (max-width: 960px) {
  .sec-head-01__btn {
    width: 66.6666666667vw;
    top: 12.8vw;
    height: 12.8vw;
    font-size: 4.2666666667vw;
  }
}
.sec-head-01__btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1600px;
  left: 50%;
  z-index: 2;
  width: 340px;
  height: 70px;
  color: #FFF;
  text-decoration: none;
  background: url(../img/bg-head-01-btn.png) no-repeat center center/cover;
  transform: translateX(-50%);
  transition: opacity 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .sec-head-01__btn2:hover {
    opacity: 0.65;
  }
}
@media screen and (max-width: 960px) {
  .sec-head-01__btn2 {
    width: 66.6666666667vw;
    top: 310.8vw;
    height: 12.8vw;
    font-size: 4.2666666667vw;
  }
}
.sec-head-01__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1366px;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .sec-head-01__img {
    left: 0;
    width: 100%;
    transform: translate(0);
  }
}
.sec-head-01__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 420px;
  margin-top: 78px;
  margin-left: -450px;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .sec-head-01__inner {
    position: static;
    width: auto;
    margin: 0;
    padding-top: 60.2666666667vw;
    transform: translate(0);
  }
}
.sec-head-01__ttl {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 31px;
  color: #B96387;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .sec-head-01__ttl {
    margin-bottom: 0;
    padding-bottom: 5.3333333333vw;
    font-size: 6.4vw;
  }
}
.sec-head-01__ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  height: 2px;
  background: linear-gradient(to right, rgba(213, 195, 124, 0) 0%, rgba(213, 195, 124, 0.89) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-50%);
  bottom: 0;
  width: 225px;
}
@media screen and (max-width: 960px) {
  .sec-head-01__ttl::after {
    height: 0.5333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .sec-head-01__ttl::after {
    width: 49.8666666667vw;
  }
}
.sec-head-01__notes {
  margin-top: -20px;
}
@media screen and (max-width: 960px) {
  .sec-head-01__notes {
    margin: -5.3333333333vw 0 0 5.3333333333vw;
  }
}

.sec-purchase {
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  .sec-purchase {
    padding: 18.6666666667vw 5.3333333333vw;
    background: url(../img/bg-purchase-sp.jpg) repeat center top/100% auto;
  }
}
.sec-purchase__ttl {
  margin-bottom: 70px;
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .sec-purchase__ttl {
    margin: 8vw 0 24vw;
    font-size: 5.3333333333vw;
  }
}
.sec-purchase__ttl--img {
  width: 404px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 960px) {
  .sec-purchase__ttl--img {
    width: 50.6666666667vw;
    margin: 3.7333333333vw auto 20.5333333333vw;
  }
}
.sec-purchase__ttl + .sec-purchase__ttl {
  margin-top: -40px;
}
@media screen and (max-width: 960px) {
  .sec-purchase__ttl + .sec-purchase__ttl {
    margin-top: -17.3333333333vw;
  }
}
@media (min-width: 961px) {
  .sec-purchase--01 {
    background: url(../img/bg-purchase-01-pc.jpg) no-repeat center center/cover;
  }
}
@media (min-width: 961px) {
  .sec-purchase--02 {
    background: url(../img/bg-purchase-02-pc.jpg) no-repeat center center/cover;
  }
}
@media screen and (max-width: 960px) {
  .sec-purchase--02 .sec-purchase__ttl {
    margin-top: 2.6666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .sec-purchase--02 .sec-purchase__ttl + .sec-purchase__ttl {
    margin-top: -14.6666666667vw;
  }
}
@media (min-width: 961px) {
  .sec-purchase--03 {
    padding-bottom: 174px;
    background: url(../img/bg-purchase-03-pc.jpg) no-repeat center center/cover;
  }
}
@media screen and (max-width: 960px) {
  .sec-purchase--03 {
    padding-bottom: 35.2vw;
  }
}

.sec-feature {
  position: relative;
  z-index: 1;
}
.sec-feature__head {
  position: relative;
  z-index: 1;
  text-align: center;
}
.sec-feature__body {
  position: relative;
  margin-top: -153px;
  padding-top: 153px;
  padding-bottom: 120px;
  background: url(../img/bg-feature-pc.jpg) left top repeat;
}
@media screen and (max-width: 960px) {
  .sec-feature__body {
    margin-top: -14.1333333333vw;
    padding: 14.1333333333vw 0 17.3333333333vw;
    background: url(../img/bg-feature-sp.jpg) repeat-y;
    background-size: 100% auto;
  }
}
.sec-feature__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 960px) {
  .sec-feature__body::before {
    height: 25.6vw;
  }
}
.sec-feature__body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 185px;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 960px) {
  .sec-feature__body::after {
    height: 13.8666666667vw;
  }
}
.sec-feature__solve {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  width: 290px;
  height: 74px;
  margin: -60px auto 40px;
  font-size: 32px;
}
@media screen and (max-width: 960px) {
  .sec-feature__solve {
    width: 77.3333333333vw;
    height: 17.8666666667vw;
    margin: -8.8vw auto 8vw;
    font-size: 7.4666666667vw;
  }
}
.sec-feature__solve::before {
  content: "";
  position: absolute;
  left: 50%;
  height: 2px;
  background: linear-gradient(to right, rgba(213, 195, 124, 0) 0%, rgba(213, 195, 124, 0.89) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-50%);
  top: 0;
  width: 290px;
}
@media screen and (max-width: 960px) {
  .sec-feature__solve::before {
    height: 0.5333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .sec-feature__solve::before {
    width: 77.3333333333vw;
  }
}
.sec-feature__solve::after {
  content: "";
  position: absolute;
  left: 50%;
  height: 2px;
  background: linear-gradient(to right, rgba(213, 195, 124, 0) 0%, rgba(213, 195, 124, 0.89) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-50%);
  bottom: 0;
  width: 290px;
}
@media screen and (max-width: 960px) {
  .sec-feature__solve::after {
    height: 0.5333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .sec-feature__solve::after {
    width: 77.3333333333vw;
  }
}
.sec-feature__ttl {
  margin-bottom: 33px;
  font-size: 24px;
  line-height: 48px;
}
@media screen and (max-width: 960px) {
  .sec-feature__ttl {
    margin-bottom: 6.1333333333vw;
    font-size: 5.3333333333vw;
    line-height: 9.3333333333vw;
  }
}
.sec-feature__ttl strong {
  color: #B96387;
  font-size: 34px;
}
@media screen and (max-width: 960px) {
  .sec-feature__ttl strong {
    font-size: 7.4666666667vw;
  }
}
.sec-feature__technology {
  display: block;
  font-size: 32px;
  font-style: normal;
}
@media screen and (max-width: 960px) {
  .sec-feature__technology {
    margin-top: 2.1333333333vw;
    font-size: 7.4666666667vw;
  }
}
.sec-feature__technology img {
  display: block;
  width: 145px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .sec-feature__technology img {
    width: 32.8vw;
    margin-top: 1.0666666667vw;
  }
}
.sec-feature__img {
  position: relative;
  width: 312px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .sec-feature__img {
    width: 45.3333333333vw;
  }
}

.sec-head-02 {
  position: relative;
  height: 570px;
}
@media screen and (max-width: 960px) {
  .sec-head-02 {
    height: 173.0666666667vw;
    margin-top: -18.6666666667vw;
    padding-top: 18.6666666667vw;
  }
}
.sec-head-02__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1366px;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .sec-head-02__img {
    left: 0;
    width: 100%;
    transform: translateX(0);
  }
}
.sec-head-02__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 198px;
  left: 50%;
  width: 342px;
  height: 212px;
  margin-left: -420px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .sec-head-02__inner {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: 56vw;
    margin: 0;
  }
}
.sec-head-02__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  height: 2px;
  background: linear-gradient(to right, rgba(213, 195, 124, 0) 0%, rgba(213, 195, 124, 0.89) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-50%);
  top: 0;
  width: 190px;
}
@media screen and (max-width: 960px) {
  .sec-head-02__inner::before {
    height: 0.5333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .sec-head-02__inner::before {
    width: 50.6666666667vw;
  }
}
.sec-head-02__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  height: 2px;
  background: linear-gradient(to right, rgba(213, 195, 124, 0) 0%, rgba(213, 195, 124, 0.89) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-50%);
  bottom: 0;
  width: 190px;
}
@media screen and (max-width: 960px) {
  .sec-head-02__inner::after {
    height: 0.5333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .sec-head-02__inner::after {
    width: 50.6666666667vw;
  }
}
.sec-head-02__copy {
  font-size: 22px;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .sec-head-02__copy {
    font-size: 5.8666666667vw;
  }
}
.sec-head-02__ttl {
  font-size: 32px;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .sec-head-02__ttl {
    font-size: 8vw;
  }
}
.sec-head-02__notes {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -50px;
}
@media screen and (max-width: 960px) {
  .sec-head-02__notes {
    bottom: 2.6666666667vw;
    left: 5.3333333333vw;
    margin-left: 0;
  }
}

.sec-color {
  background-color: #F5F2F5;
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  .sec-color {
    padding: 18.1333333333vw 5.3333333333vw 16vw;
  }
}
.sec-color__inner {
  position: relative;
  width: 650px;
  margin: 0 auto;
  padding: 60px 95px;
  text-align: center;
}
.sec-color__inner2 {
  position: relative;
  width: 700px;
  margin: 0 auto;
  padding: 0px 0px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .sec-color__inner {
    width: auto;
    padding: 13.3333333333vw 0;
  }
.sec-color__inner2 {
    width: auto;
    padding: 0;
  }
}
.sec-color__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  height: 2px;
  background: linear-gradient(to right, rgba(214, 196, 131, 0) 0%, rgba(214, 196, 131, 0.89) 21.18%, rgba(214, 196, 131, 0.84) 80.79%, rgba(214, 196, 131, 0) 100%);
  transform: translateX(-50%);
  top: 0;
  width: 650px;
}
@media screen and (max-width: 960px) {
  .sec-color__inner::before {
    height: 0.5333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .sec-color__inner::before {
    width: 89.3333333333vw;
  }
}
.sec-color__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  height: 2px;
  background: linear-gradient(to right, rgba(214, 196, 131, 0) 0%, rgba(214, 196, 131, 0.89) 21.18%, rgba(214, 196, 131, 0.84) 80.79%, rgba(214, 196, 131, 0) 100%);
  transform: translateX(-50%);
  bottom: 0;
  width: 650px;
}
@media screen and (max-width: 960px) {
  .sec-color__inner::after {
    height: 0.5333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .sec-color__inner::after {
    width: 89.3333333333vw;
  }
}
.sec-color__ttl {
  width: 377px;
  margin: 0 auto 30px;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .sec-color__ttl {
    margin-bottom: 5.8666666667vw;
    width: 80.5333333333vw;
  }
}
.sec-color__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .sec-color__list {
    margin: 0 -4.2666666667vw;
  }
}
.sec-color__item {
  width: 220px;
}
@media screen and (max-width: 960px) {
  .sec-color__item {
    width: 52vw;
  }
}

.sec-howto {
  padding: 100px 0 80px;
}
@media screen and (max-width: 960px) {
  .sec-howto {
    padding: 16vw 5.3333333333vw 18.6666666667vw;
  }
}
.sec-howto__inner {
  width: 650px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 960px) {
  .sec-howto__inner {
    width: auto;
    margin-bottom: 14.6666666667vw;
  }
}
.sec-howto__ttl {
  width: 260px;
  margin: 0 auto 40px;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .sec-howto__ttl {
    width: 56vw;
    margin-bottom: 8vw;
  }
}
.sec-howto__step {
  margin: 50px 0;
}
@media screen and (max-width: 960px) {
  .sec-howto__step {
    margin: 13.3333333333vw 0;
  }
}
.sec-howto__step-item {
  position: relative;
  margin-bottom: 69px;
  padding-left: 20px;
}
@media screen and (max-width: 960px) {
  .sec-howto__step-item {
    margin-bottom: 18.4vw;
    padding: 0 5.3333333333vw;
  }
}
.sec-howto__step-item:last-child {
  margin-top: -10px;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .sec-howto__step-item:last-child {
    margin-top: -7.7333333333vw;
  }
}
.sec-howto__step-item:last-child .sec-howto__num {
  top: -19px;
}
@media screen and (max-width: 960px) {
  .sec-howto__step-item:last-child .sec-howto__num {
    top: -1.0666666667vw;
  }
}
.sec-howto__num {
  position: absolute;
  top: -29px;
  left: -9px;
  width: 58px;
  height: 58px;
}
@media screen and (max-width: 960px) {
  .sec-howto__num {
    top: -7.7333333333vw;
    left: -2.4vw;
    width: 15.4666666667vw;
    height: 15.4666666667vw;
  }
}
.sec-howto__row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .sec-howto__row {
    display: block;
  }
}
.sec-howto__img {
  min-width: 295px;
  flex-basis: 295px;
}
@media screen and (max-width: 960px) {
  .sec-howto__img {
    min-width: 0;
    margin-bottom: 2.6666666667vw;
  }
}
.sec-howto__txt {
  margin-left: 30px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.78;
}
@media screen and (max-width: 960px) {
  .sec-howto__txt {
    margin-left: 0;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .sec-howto__txt--first {
    margin-left: 8vw;
  }
}
.ios .sec-howto__txt {
  letter-spacing: 0;
}
.sec-howto__point {
  margin-top: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .sec-howto__point {
    margin: 5.3333333333vw -5.3333333333vw 0;
  }
}
.sec-howto__flawless-fit {
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .sec-howto__flawless-fit {
    margin-bottom: 13.3333333333vw;
  }
}

@media (min-width: 961px) {
  .for-sp {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .for-pc {
    display: none !important;
  }
}



/*2023.0825追記*/
.LINE_CP {
  width: 800px;
  text-align: center!important;
  margin: 100px auto !important;
  padding: 0px;
  border: solid 1px #b5e1be;    	/* 内側の線になる一本線の枠線をひく*/
  outline: solid 5px #b5e1be;    /* 外側の線になる5pxの一本線の枠線をひく*/
  outline-offset: 2px;        /* 内側の線になる一本線の枠線をひく*/
  margin: 6px;            	/* outlineの値＋outline-offsetの値*/
  background-color:#edf7f0;
}
@media screen and (max-width: 960px) {
  .LINE_CP {
    width: 90%;
    margin: 16.8vw;
    padding: 0vw;
    background-color: #edf7f0;
    
  }
}

.shiny {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.shiny::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 3s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }



.floating-banner {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    right: 0;
}
.banner {
    width: 360px;/* バナーの横幅 */
    padding: 20px;
}
.floating-banner a {
    text-decoration: none;/* リンクに下線が入らないように */
}

@media screen and (max-width: 990px) {
    .floating-banner {
        display: none;
    }
}
@media screen and (max-width: 560px) {
    .floating-banner {
        display: inline-block;
    }
    .banner {
        width: 60vw;
        padding: 10px;
    }
    .sp {
        display: none;
    }
}



/*2023.1208追記*/
a.btn_09 {
	font-size:120%;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 420px;
	margin: 40px auto -40px;
	padding: 1rem 4rem;
	font-weight: bold;
	background-image: linear-gradient(90deg, rgba(210, 195, 133, 1), rgba(238, 229, 197, 1));
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
a.btn_09:hover {
	color: #fff;
	opacity: 0.5;
}
@media screen and (max-width: 560px) {
  a.btn_09 {
	  width: 70%;
	margin: auto;
	  margin: 40px auto -80px;
	padding: 1rem 2rem;
	  font-size:80%;
}
}