/** Shopify CDN: Minification failed

Line 403:0 Unexpected "}"

**/
@charset "UTF-8";
.sp {
  display: none !important;
}

header,
footer,
main,
nav,
article,
aside,
section {
  display: block;
}

.flex {
  display: flex;
}

.flex_around {
  justify-content: space-around;
}

.flex_between {
  justify-content: space-between;
}

.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex_center {
  align-items: center;
}

.bold {
  font-weight: bold;
}

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  transition: 0.3s;
  color: inherit;
}

a:hover {
  opacity: 0.65;
}

body {
  font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

#bg {
  background: #fff;
  background-attachment: fixed;
  z-index: -1000;
}

#wrpper {
  background: #fff;
  margin: 0 auto;
  max-width: 750px;
  box-shadow: 0 0 8px 0 rgba(105, 105, 105, 0.5);
}

.cv01 {
  position: relative;
}
.cv01 .cv01_btn {
  width: 630px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 509px;
}

.cv02 {
  display:none;
  position: relative;
}
.cv02 .cv02_btn {
  width: 306px;
  position: absolute;
  left: 384px;
  bottom: 70px;
}

.cv03 {
  display:none;
  position: relative;
}
.cv03 .cv03_btn {
  width: 306px;
  position: absolute;
  left: 384px;
  bottom: 100px;
}

#cnt04 {
  position: relative;
  padding: 387px 0 166px;
}
#cnt04 img {
  position: absolute;
  top: 0;
}
#cnt04 video {
  width: 690px;
  margin: 0 auto 0 30px;
}

.cnt07-01 {
  position: relative;
}
.cnt07-01 .cnt07_anm01 {
  width: 620px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 228px;
}

.accordion {
  width: 690px;
  margin: 0 auto;
  padding-bottom: 160px;
}

.explan {
  width: 279px;
  margin: 0 auto 25px;
}
.explan img {
  width: 279px;
}

.explan02 {
  width: 352px;
  margin: 28px auto 25px;
}
.explan02 img {
  width: 352px;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 45px;
}

.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title {
  background: #e6e6e6;
  padding: 17px 26px;
  display: block;
  color: #606060;
  font-weight: bold;
}
.title p {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.29;
}
.title p span {
  font-size: 40px;
}
.title .indent {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 45%;
  width: 2px;
  height: 0.75em;
  background-color: #606060;
  transition: all 0.3s;
}

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

.content {
  max-height: 0;
  overflow: hidden;
}

.content p {
  width: 610px;
  margin: 0 auto;
  font-size: 28px;
  color: #888888;
  line-height: 1.71;
  letter-spacing: 0.08em;
  text-align: justify;
}
.content p span {
  color: #ed9498;
  font-size: 34px;
}
.content p .notes {
  display: block;
  font-size: 18px;
  color: #606060;
  font-weight: 300;
  line-height: 1.6;
  padding-left: 16px;
  margin-top: 7px;
}
.content p .blue {
  font-size: 28px !important;
  color: #83c9cc;
  border-bottom: 1px solid #83c9cc;
}

.indent02 {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.toggle:checked + .title + .content {
  max-height: 550px;
  transition: all 1.5s;
}

.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  img {
    width: 100%;
  }
  #bg {
    background: none;
  }
  #wrpper {
    box-shadow: none;
  }
  .cv01 {
    position: relative;
  }
  .cv01 .cv01_btn {
    width: 84vw;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 67.867vw;
  }
  .cv02 {
    position: relative;
  }
  .cv02 .cv02_btn {
    width: 40.8vw;
    position: absolute;
    left: 51.2vw;
    bottom: 9.333vw;
  }
  .cv03 {
    position: relative;
  }
  .cv03 .cv03_btn {
    width: 40.8vw;
    position: absolute;
    left: 51.2vw;
    bottom: 13.333vw;
  }
  #cnt04 {
    position: relative;
    padding: 51.6vw 0 22.133vw;
  }
  #cnt04 img {
    position: absolute;
    top: 0;
  }
  #cnt04 video {
    width: 92vw;
    margin: 0 auto 0 4vw;
  }
  .cnt07-01 {
    position: relative;
  }
  .cnt07-01 .cnt07_anm01 {
    width: 82.667vw;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30.4vw;
  }
  .accordion {
    width: 92vw;
    margin: 0 auto;
    padding-bottom: 21.333vw;
  }
  .explan {
    width: 37.2vw;
    margin: 0 auto 3.333vw;
  }
  .explan img {
    width: 37.2vw;
  }
  .explan02 {
    width: 46.933vw;
    margin: 3.733vw auto 3.333vw;
  }
  .explan02 img {
    width: 46.933vw;
  }
  .toggle {
    display: none;
  }
  .option {
    position: relative;
    margin-bottom: 6vw;
  }
  .title {
    padding: 2.267vw 3.467vw;
  }
  .title p {
    font-size: 4.533vw;
  }
  .title p span {
    font-size: 5.333vw;
  }
  .title::after,
.title::before {
    right: 3.733vw;
    top: 45%;
    width: 0.267vw;
    height: 0.75em;
  }
  .content p {
    width: 81.333vw;
    font-size: 3.733vw;
  }
  .content p span {
    font-size: 4.533vw;
  }
  .content p .notes {
    font-size: 2.4vw;
    padding-left: 2.133vw;
    margin-top: 0.933vw;
  }
  .content p .blue {
    font-size: 3.733vw !important;
  }
  .toggle:checked + .title + .content {
    max-height: 73.333vw;
  }
}
/*# sourceMappingURL=twin-balm20230705_style.css.map */otes {
    font-size: 2.4vw;
    padding-left: 2.133vw;
    margin-top: 0.933vw;
  }
  .content p .blue {
    font-size: 3.733vw;
  }
  .toggle:checked + .title + .content {
    max-height: 73.333vw;
  }
}

/*# sourceMappingURL=style.css.map */
