@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
body {
  width: 100%;
  overflow-x: clip;
  margin: 0;
}

body.fixed {
  overflow: hidden;
}

.wrapper_ {
  padding-top: 0 !important;
}

.navitopicpath_ {
  height: 0;
  margin: 0 !important;
  overflow: hidden;
}

.mainframe_ {
  margin-bottom: 0 !important;
}

.contents .lock_balm__howto__box__head .jp, .contents .lock_balm__styling__head .jp, .contents .lock_balm__lead__head {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.contents {
  overflow: clip;
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contents *:before,
.contents *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents img,
.contents svg {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.contents table {
  border-collapse: collapse;
}
.contents button {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
}
.contents sup {
  font-size: 0.6em;
}
@media screen and (max-width: 767.98px) {
  .contents .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .contents .sp {
    display: none !important;
  }
}
.contents .lock_balm {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.075em;
  line-height: 1.75;
  color: #000000;
  /* ---------------------------------
    kv
  ---------------------------------- */
  /* ---------------------------------
    nav
  ---------------------------------- */
  /* ---------------------------------
    lead
  ---------------------------------- */
  /* ---------------------------------
    point
  ---------------------------------- */
  /* ---------------------------------
    styling
  ---------------------------------- */
  /* ---------------------------------
    howto
  ---------------------------------- */
  /* ---------------------------------
    other
  ---------------------------------- */
}
.contents .lock_balm a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__kv {
    display: flex;
    justify-content: center;
    background-color: #5e6a76;
    height: min(33.2857142857vw, 466px);
  }
  .contents .lock_balm__kv picture {
    max-width: 1800px;
  }
  .contents .lock_balm__kv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__nav {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__nav {
    position: fixed;
    inset: auto 0 0;
    z-index: 100;
    transition: 0.4s all ease-in-out;
  }
  .contents .lock_balm__nav:not(.is-active) {
    translate: 0 100%;
  }
}
.contents .lock_balm__nav__list {
  display: flex;
  justify-content: center;
  background-color: #d0d7e0;
}
.contents .lock_balm__nav__list__item a {
  display: flex;
  align-items: center;
  height: 10.9333333333vw;
  padding-inline: 3.3333333333vw;
  font-size: 3.4666666667vw;
}
.contents .lock_balm__nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 13.3333333333vw;
  margin-right: 13.3333333333vw;
  gap: 1.7333333333vw;
  background: #fff linear-gradient(-90deg, rgba(255, 204, 0, 0.97) 0%, rgba(253, 143, 70, 0.97) 50%, rgba(242, 167, 37, 0.97) 100%);
}
.contents .lock_balm__nav__btn .icn {
  display: block;
  width: 5.6vw;
}
.contents .lock_balm__nav__btn .txt {
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
.contents .lock_balm__nav__top {
  position: absolute;
  inset: auto 0 0 auto;
  width: 13.3333333333vw;
  aspect-ratio: 1/1;
}
.contents .lock_balm__lead {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__lead {
    padding-top: min(7.8571428571vw, 110px);
    background: url(../img/bg-lead.jpg) no-repeat center top/cover;
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__lead {
    padding-top: 10.6666666667vw;
    background: url(../img/bg-lead-sp.jpg) no-repeat center top/cover;
  }
}
.contents .lock_balm__lead__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__lead__head {
    margin-bottom: min(8.5714285714vw, 120px);
    font-size: min(2.2857142857vw, 32px);
    line-height: min(3.8571428571vw, 54px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__lead__head {
    margin-bottom: 9.3333333333vw;
    font-size: 5.6vw;
    line-height: 9.0666666667vw;
  }
}
.contents .lock_balm__lead__contents {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__lead__contents {
    display: flex;
    justify-content: space-between;
    width: min(71.4285714286vw, 1000px);
    margin-inline: auto;
    padding: min(4.6428571429vw, 65px) 0 min(7.1428571429vw, 100px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__lead__contents {
    padding: 0 10vw 13.3333333333vw;
  }
}
.contents .lock_balm__lead__contents::before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(249, 235, 207, 0.55);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__lead__contents::before {
    inset: 0 auto 0 50%;
    width: 100vw;
    translate: -50% 0;
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__lead__contents::before {
    inset: 68vw 0 0;
  }
}
.contents .lock_balm__lead__contents__photo {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__lead__contents__photo {
    width: min(35.7142857143vw, 500px);
    margin-top: max(-10vw, -140px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__lead__contents__photo {
    margin-bottom: 25.3333333333vw;
  }
}
.contents .lock_balm__lead__contents__photo .photo2 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__lead__contents__photo .photo2 {
    inset: min(34.3571428571vw, 481px) auto auto 0;
    width: min(38.3571428571vw, 537px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__lead__contents__photo .photo2 {
    inset: 76.5333333333vw auto auto 0;
    width: 87.2vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__lead__contents__txt {
    width: min(31.4285714286vw, 440px);
  }
}
.contents .lock_balm__lead__contents__txt .txt {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__lead__contents__txt .txt {
    font-size: min(1.1428571429vw, 16px);
    line-height: min(2.1428571429vw, 30px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__lead__contents__txt .txt {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
  }
}
.contents .lock_balm__lead__contents__txt .notes {
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__lead__contents__txt .notes {
    margin-top: min(1.4285714286vw, 20px);
    font-size: min(0.8571428571vw, 12px);
    line-height: min(1.4285714286vw, 20px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__lead__contents__txt .notes {
    margin-top: 2vw;
    font-size: 2.9333333333vw;
    line-height: 4.8vw;
  }
}
.contents .lock_balm__lead__contents__txt .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__lead__contents__txt .btn {
    gap: min(0.7857142857vw, 11px);
    height: min(4.7142857143vw, 66px);
    margin-top: min(4.2857142857vw, 60px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__lead__contents__txt .btn {
    gap: 2.4vw;
    height: 16.8vw;
    margin-top: 9.3333333333vw;
  }
}
.contents .lock_balm__lead__contents__txt .btn::before {
  content: "";
  position: absolute;
  margin: auto 0;
  background: url(../img/ic-arrow-down-w.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__lead__contents__txt .btn::before {
    inset: 0 min(1.0714285714vw, 15px) 0 auto;
    width: min(1.7142857143vw, 24px);
    height: min(1.7142857143vw, 24px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__lead__contents__txt .btn::before {
    inset: 0 3.2vw 0 auto;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.contents .lock_balm__lead__contents__txt .btn__icn {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__lead__contents__txt .btn__icn {
    width: min(1.5vw, 21px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__lead__contents__txt .btn__icn {
    width: 5.8666666667vw;
  }
}
.contents .lock_balm__lead__contents__txt .btn__txt {
  display: block;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__lead__contents__txt .btn__txt {
    font-size: min(1.1428571429vw, 16px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__lead__contents__txt .btn__txt {
    font-size: 4.2666666667vw;
  }
}
.contents .lock_balm__point {
  position: relative;
  overflow: hidden;
  z-index: 10;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point {
    padding: min(7.8571428571vw, 110px) 0 min(8.5714285714vw, 120px);
    background: url(../img/bg-point.jpg) no-repeat center top/cover;
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point {
    padding: 10.6666666667vw 4vw 16vw;
    background: url(../img/bg-point-sp.jpg) no-repeat center top/cover;
  }
}
.contents .lock_balm__point__section {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__section {
    justify-content: space-between;
    width: min(71.4285714286vw, 1000px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__section {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__section.point1 {
    align-items: flex-end;
    margin-bottom: min(6.4285714286vw, 90px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__section.point1 {
    margin-bottom: 18.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__section.point1 .lock_balm__point__txt {
    width: min(47.4285714286vw, 664px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__section.point1 .lock_balm__point__txt {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__section.point1 .lock_balm__point__img {
    width: min(18vw, 252px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__section.point1 .lock_balm__point__img {
    width: 58.6666666667vw;
    margin-inline: auto;
    padding-bottom: 4vw;
  }
}
.contents .lock_balm__point__section.point1 .lock_balm__point__img::before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(62deg, #f4f0de, #f2d48d);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__section.point1 .lock_balm__point__img::before {
    width: 44vw;
    inset: auto auto max(-1.7142857143vw, -24px) max(-2.6785714286vw, -37.5px);
    height: min(11.7142857143vw, 164px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__section.point1 .lock_balm__point__img::before {
    width: 90vw;
    inset: auto auto 0 -4.5333333333vw;
    height: 65.3333333333vw;
  }
}
.contents .lock_balm__point__section.point1 .lock_balm__point__img .photo {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__section.point1 .lock_balm__point__img .photo {
    margin-bottom: min(1.2857142857vw, 18px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__section.point1 .lock_balm__point__img .photo {
    margin-bottom: 3.2vw;
  }
}
.contents .lock_balm__point__section.point1 .lock_balm__point__img .txt {
  position: relative;
  z-index: 10;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__section.point1 .lock_balm__point__img .txt {
    font-size: min(1.2142857143vw, 17px);
    line-height: min(2.1428571429vw, 30px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__section.point1 .lock_balm__point__img .txt {
    font-size: 3.7333333333vw;
    line-height: 6.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__section.point2 {
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-bottom: min(4.2857142857vw, 60px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__section.point2 {
    margin-bottom: 14.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__section.point2 .lock_balm__point__txt {
    width: min(36.2142857143vw, 507px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__section.point2 .lock_balm__point__txt {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__section.point2 .lock_balm__point__txt .hgroup {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-right: min(1.2857142857vw, 18px);
  }
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__section.point2 .lock_balm__point__img {
    width: min(31.4285714286vw, 440px);
    padding-top: min(12.0714285714vw, 169px);
  }
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__section.point3 {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__section.point3 .lock_balm__point__txt {
    width: min(47.4285714286vw, 664px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__section.point3 .lock_balm__point__txt {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__section.point3 .lock_balm__point__img {
    width: min(20vw, 280px);
    margin-right: max(-2vw, -28px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__section.point3 .lock_balm__point__img {
    width: 77.3333333333vw;
    padding: 0 4.5333333333vw 3.2vw 6.1333333333vw;
  }
}
.contents .lock_balm__point__section.point3 .lock_balm__point__img::before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(62deg, #f4f0de, #f2d48d);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__section.point3 .lock_balm__point__img::before {
    width: 44vw;
    inset: auto auto max(-1.7142857143vw, -24px) max(-2.6785714286vw, -37.5px);
    height: min(11.7142857143vw, 164px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__section.point3 .lock_balm__point__img::before {
    width: 90vw;
    inset: auto 0 0 auto;
    height: 40vw;
  }
}
.contents .lock_balm__point__section.point3 .lock_balm__point__img .photo {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__section.point3 .lock_balm__point__img .photo {
    margin-bottom: min(1.2857142857vw, 18px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__section.point3 .lock_balm__point__img .photo {
    width: 60.5333333333vw;
    margin-bottom: 4.5333333333vw;
  }
}
.contents .lock_balm__point__section.point3 .lock_balm__point__img .txt {
  position: relative;
  z-index: 10;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__section.point3 .lock_balm__point__img .txt {
    font-size: min(1.2142857143vw, 17px);
    line-height: min(2.1428571429vw, 30px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__section.point3 .lock_balm__point__img .txt {
    font-size: 3.7333333333vw;
    line-height: 6.1333333333vw;
    text-align: right;
  }
}
.contents .lock_balm__point__img {
  position: relative;
}
.contents .lock_balm__point__txt .hgroup {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__txt .hgroup {
    align-items: center;
    gap: min(2.6428571429vw, 37px);
    margin-bottom: min(1.5714285714vw, 22px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__txt .hgroup {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.contents .lock_balm__point__txt .hgroup__icn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents .lock_balm__point__txt .hgroup__icn::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: #fff linear-gradient(90deg, rgba(255, 155, 38, 0.45) 0%, rgba(255, 205, 4, 0.45) 50%, rgba(255, 155, 38, 0.45) 100%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__txt .hgroup__icn {
    width: min(9.6428571429vw, 135px);
    height: min(10.5714285714vw, 148px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__txt .hgroup__icn {
    width: 29.4666666667vw;
    height: 32.4vw;
  }
}
.contents .lock_balm__point__txt .hgroup__icn__num {
  position: absolute;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__txt .hgroup__icn__num {
    inset: auto auto min(0.8571428571vw, 12px) min(4.2142857143vw, 59px);
    padding-inline: min(0.7857142857vw, 11px);
    padding-bottom: min(0.2857142857vw, 4px);
    font-size: min(1vw, 14px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__txt .hgroup__icn__num {
    inset: auto auto 2.1333333333vw 12.4vw;
    padding-inline: 2.9333333333vw;
    padding-bottom: 0.8vw;
    font-size: 3.2vw;
  }
}
.contents .lock_balm__point__txt .hgroup__icn__num .num {
  font-size: 1.3em;
}
.contents .lock_balm__point__txt .hgroup__icn__txt {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__txt .hgroup__icn__txt {
    font-size: min(1.1428571429vw, 16px);
    line-height: min(1.5714285714vw, 22px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__txt .hgroup__icn__txt {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
  }
}
.contents .lock_balm__point__txt .hgroup__head {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__txt .hgroup__head {
    font-size: min(2vw, 28px);
    line-height: min(2.9285714286vw, 41px);
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__txt .hgroup__head {
    font-size: 5.6vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0.15em;
  }
}
.contents .lock_balm__point__txt .lead {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  letter-spacing: 0.25em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__txt .lead {
    margin-bottom: min(1.4285714286vw, 20px);
    padding-block: min(0.8571428571vw, 12px);
    font-size: min(1.3571428571vw, 19px);
    line-height: min(2.2857142857vw, 32px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__txt .lead {
    margin-bottom: 4.2666666667vw;
    padding-block: 2.4vw;
    font-size: 4vw;
    line-height: 5.8666666667vw;
  }
}
.contents .lock_balm__point__txt .txt {
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__txt .txt {
    font-size: min(1.1428571429vw, 16px);
    line-height: min(2.5714285714vw, 36px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__txt .txt {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
  }
}
.contents .lock_balm__point__txt .txt + .txt {
  margin-top: 0.75em;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__point__txt .notes {
    margin-top: min(1.7142857143vw, 24px);
    font-size: min(0.8571428571vw, 12px);
    line-height: min(1.4285714286vw, 20px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__point__txt .notes {
    margin-top: 3.2vw;
    font-size: 2.9333333333vw;
    line-height: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__styling {
    padding: min(9.2857142857vw, 130px) 0 min(7.8571428571vw, 110px);
    background: url(../img/bg-styling.jpg) no-repeat center top/cover;
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__styling {
    padding: 14.6666666667vw 4vw 17.3333333333vw;
    background: url(../img/bg-styling-sp.jpg) no-repeat center top/cover;
  }
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__styling__inner {
    width: min(71.4285714286vw, 1000px);
    margin-inline: auto;
  }
}
.contents .lock_balm__styling__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__styling__head {
    gap: min(1.7142857143vw, 24px);
    margin-bottom: min(6.1428571429vw, 86px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__styling__head {
    gap: 3.2vw;
    margin-bottom: 15.4666666667vw;
  }
}
.contents .lock_balm__styling__head .jp {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__styling__head .jp {
    font-size: min(2.2857142857vw, 32px);
    line-height: min(3.8571428571vw, 54px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__styling__head .jp {
    font-size: 5.6vw;
    line-height: 9.0666666667vw;
  }
}
.contents .lock_balm__styling__head .en {
  display: block;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__styling__head .en {
    width: min(14.1428571429vw, 198px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__styling__head .en {
    width: 44vw;
  }
}
.contents .lock_balm__styling__contents {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__styling__contents {
    align-items: flex-start;
    gap: min(5vw, 70px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__styling__contents {
    flex-direction: column;
    gap: 17.6vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__styling__contents__item {
    flex: 1;
  }
}
.contents .lock_balm__styling__contents__item .photo {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__styling__contents__item .photo {
    width: min(17.1428571429vw, 240px);
    margin-bottom: max(-3.4285714286vw, -48px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__styling__contents__item .photo {
    width: 49.3333333333vw;
    margin-bottom: -10.6666666667vw;
  }
}
.contents .lock_balm__styling__contents__item .name {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__styling__contents__item .name {
    width: min(26.7857142857vw, 375px);
    margin-bottom: min(1.7142857143vw, 24px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__styling__contents__item .name {
    width: 86.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.contents .lock_balm__styling__contents__item .list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__styling__contents__item .list {
    gap: min(0.9285714286vw, 13px);
    margin-bottom: min(1.2857142857vw, 18px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__styling__contents__item .list {
    gap: 2.2666666667vw;
    margin-bottom: 3.7333333333vw;
  }
}
.contents .lock_balm__styling__contents__item .list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff linear-gradient(53deg, rgba(255, 168, 44, 0.55) 0%, rgba(255, 221, 30, 0.55) 50%, rgba(255, 168, 44, 0.55) 100%);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__styling__contents__item .list__item {
    width: min(6.7857142857vw, 95px);
    font-size: min(1.0714285714vw, 15px);
    line-height: min(1.5vw, 21px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__styling__contents__item .list__item {
    width: 17.3333333333vw;
    font-size: 2.9333333333vw;
    line-height: 4.1333333333vw;
  }
}
.contents .lock_balm__styling__contents__item .list__item.light {
  background: #fff linear-gradient(53deg, rgba(255, 210, 0, 0.57) 0%, rgba(254, 243, 115, 0.57) 50%, rgba(255, 210, 0, 0.57) 100%);
}
.contents .lock_balm__styling__contents__item .txt {
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__styling__contents__item .txt {
    font-size: min(1.1428571429vw, 16px);
    line-height: min(2.1428571429vw, 30px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__styling__contents__item .txt {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__howto {
    padding: min(9.5714285714vw, 134px) 0 min(7.1428571429vw, 100px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__howto {
    padding: 24.8vw 4vw 19.2vw;
  }
}
.contents .lock_balm__howto__box {
  position: relative;
  display: flex;
  margin-inline: auto;
  background-color: #f8f4e8;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__howto__box {
    align-items: flex-start;
    gap: min(4.2857142857vw, 60px);
    width: min(71.4285714286vw, 1000px);
    padding: min(7.7857142857vw, 109px) min(4.6428571429vw, 65px) min(4.6428571429vw, 65px) min(5vw, 70px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__howto__box {
    flex-direction: column;
    gap: 6.6666666667vw;
    padding: 22.1333333333vw 8vw 8.5333333333vw;
  }
}
.contents .lock_balm__howto__box__head {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__howto__box__head {
    inset: max(-0.8571428571vw, -12px) 0 auto;
    gap: min(1.2857142857vw, 18px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__howto__box__head {
    inset: -2.6666666667vw 0 auto;
    gap: 3.7333333333vw;
  }
}
.contents .lock_balm__howto__box__head .en {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__howto__box__head .en {
    width: min(17.7857142857vw, 249px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__howto__box__head .en {
    width: 49.6vw;
  }
}
.contents .lock_balm__howto__box__head .jp {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__howto__box__head .jp {
    font-size: min(1.5714285714vw, 22px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__howto__box__head .jp {
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__howto__box__photo {
    width: min(28.5714285714vw, 400px);
  }
}
.contents .lock_balm__howto__box__txt {
  flex: 1;
}
.contents .lock_balm__howto__box__txt .head {
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__howto__box__txt .head {
    margin-bottom: min(1.1428571429vw, 16px);
    font-size: min(1.2857142857vw, 18px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__howto__box__txt .head {
    margin-bottom: 3.2vw;
    font-size: 4.2666666667vw;
  }
}
.contents .lock_balm__howto__box__txt .txt {
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm__howto__box__txt .txt {
    font-size: min(1.1428571429vw, 16px);
    line-height: min(2.1428571429vw, 30px);
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm__howto__box__txt .txt {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
}
.contents .lock_balm .buy-now .line {
  display: flex;
  justify-content: center;
  margin: 2em 0;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm .offer_txt .head {
    width: 284px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm .offer_txt .head {
    width: 53.3333333333vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm .block-right .variation {
    display: none !important;
  }
}
.contents .lock_balm .choice {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm .choice {
    gap: 12px;
    margin-top: 47px;
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm .choice {
    gap: 2.4vw;
    margin: 5.3333333333vw 0 8vw;
  }
}
.contents .lock_balm .choice__item {
  flex: 1;
}
.contents .lock_balm .choice__label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border: 2px solid #ebebeb;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm .choice__label {
    gap: 10px;
    height: 74px;
    padding-inline: 20px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm .choice__label {
    gap: 2.6666666667vw;
    height: 16vw;
    padding-inline: 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.contents .lock_balm .choice__label:has(:checked) {
  border: 2px solid #888888;
}
.contents .lock_balm .choice__label input {
  position: absolute;
  inset: 0 auto auto -100vw;
  opacity: 0;
}
.contents .lock_balm .choice__label .photo {
  display: block;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm .choice__label .photo {
    width: 31px;
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm .choice__label .photo {
    width: 9.6vw;
  }
}
.contents .lock_balm .choice__label .txt {
  flex: 1;
  display: block;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .contents .lock_balm .choice__label .txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 767.98px) {
  .contents .lock_balm .choice__label .txt {
    font-size: 3.2vw;
  }
}

.contents .product-buy-button {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: none;
  opacity: 0;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .contents .product-buy-button {
    width: 224px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .product-buy-button {
    width: 14.9333333333vw;
  }
}
.contents .product-other-button {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 64px;
  visibility: hidden;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: none;
  opacity: 0;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .contents .product-other-button {
    width: 224px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .product-other-button {
    width: 14.9333333333vw;
    bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .product-other-button {
    width: 50%;
    right: 0;
    bottom: 26.6666666667vw;
  }
}
.contents .product-buy-button.on,
.contents .product-other-button.on {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 768px) {
  .contents .product-buy-button.on:hover,
  .contents .product-other-button.on:hover {
    opacity: 1;
    filter: brightness(1.2);
  }
}
@media screen and (max-width: 767px) {
  .contents .product-buy-button,
  .contents .product-other-button {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */