@charset "UTF-8";
/* vw変換　202504add */
/* メデイアクエリ */
body {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

sup {
  font-size: 10px !important;
  vertical-align: super;
}

.for_pc {
  display: block;
}

.for_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .for_pc {
    display: none;
  }
  .for_sp {
    display: block;
  }
}
#contents.sheetmask .kv {
  width: 100%;
  height: calc(100vh - 190px);
  min-height: 550px;
  background-image: url(../img/lp/sheetmask/mainvisual_pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  color: #fff;
}

#contents.neck-decollete .kv {
  width: 100%;
  height: calc(100vh - 190px);
  min-height: 550px;
  background-image: url(../img/lp/neck-decollete/mainvisual_pc_231225.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

#contents.limited-item .kv {
  width: 100%;
  height: calc(100vh - 190px);
  min-height: 550px;
  background-image: url(../img/lp/limited-item/mainvisual_pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#contents.limited-item .kv .first-text {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
#contents.limited-item .kv .first-text img {
  width: 400px;
  margin-top: -130px;
}

#contents.limited-item2 .kv {
  width: 100%;
  height: calc(100vh - 190px);
  min-height: 550px;
  background-image: url(../img/lp/limited-item2/mainvisual_pc_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#contents.limited-item2 .kv .kv-in {
  width: 100%;
  height: calc(100vh - 190px);
  min-height: 550px;
  background-image: url(../img/lp/limited-item2/mainvisual_pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.scrollAnimation {
  animation: scroll-animation 1.5s infinite alternate ease-in-out;
  font-family: "Bentham", serif;
  line-height: 1;
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .scrollAnimation {
    bottom: 10.667vw;
  }
}
.scrollAnimation:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: block;
  margin-top: 5px;
  content: "\e900";
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes scroll-animation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
@keyframes scroll-animation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
.gothic {
  font-family: "Lucida Grande", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.overview .content-area {
  padding-top: 140px;
}
.overview h1 {
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 40px;
  font-weight: 600;
  text-align: center;
}
.overview p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 15px;
  text-align: center;
}
.overview p.note {
  font-size: 13px;
}

.content-area {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.content-area .item {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-area .item .picture {
  width: 45%;
  margin: 0;
  padding: 0;
}
.content-area .item .picture img {
  width: 100%;
  height: auto;
}
.content-area .item .picture p {
  text-align: center;
}
.content-area .item .picture p.detail {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 15px;
}
.content-area .item .picture p.note {
  font-size: 13px;
  line-height: 23px;
}
.content-area .item .text {
  width: 44%;
  margin: 0;
  padding: 0;
}
.content-area .item .text p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 20px;
}
.content-area .item .text p.lead {
  font-size: 22px;
  line-height: 35px;
}
.content-area .item .text p.lead_note {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 10px;
}
.content-area .item .text p.note {
  font-size: 13px;
  line-height: 23px;
}
.content-area .item .text.store p {
  margin-bottom: 35px;
}
.content-area .item .text.store p.lead {
  margin-bottom: 5px;
}
.content-area .item .btns .btn {
  background: #9A7B50;
  font-size: 15px;
  width: 180px;
  display: flex;
  margin: 35px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .content-area .item .btns .btn {
    width: 48vw;
  }
}
.content-area .item .btns .btn span {
  border: 1px solid #9A7B50;
}
.content-area .item .btns .btn a {
  width: 100%;
  color: #fff;
  border: 1px solid #9A7B50;
  padding: 13px 0px;
  font-size: 15px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.content-area .item .btns .btn a:hover {
  background: #9A7B50;
  display: flex;
}
.content-area .item .btns .btn-soldout {
  border: 1px solid #aaa;
  background: #aaa;
  pointer-events: none;
  margin-bottom: 15px;
}
.content-area .item .btns .btn-soldout a {
  border-color: #aaa;
}
.content-area .item .btns .btn-soldout :hover {
  opacity: 1;
}
.content-area .item .btns.bridal .btn {
  background: #fff;
  font-size: 15px;
  width: 180px;
  display: flex;
  margin: 35px auto 0 auto;
  color: #333;
}
@media screen and (max-width: 768px) {
  .content-area .item .btns.bridal .btn {
    width: 48vw;
  }
}
.content-area .item .btns.bridal .btn span {
  border: 1px solid rgba(51, 51, 51, 0.4);
}
.content-area .item .btns.bridal .btn a {
  width: 100%;
  color: #333;
  border: 1px solid rgba(51, 51, 51, 0.4);
  padding: 13px 0px;
  font-size: 15px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.content-area .item .btns.bridal .btn a:hover {
  color: #fff;
  background: rgba(51, 51, 51, 0.8);
  display: flex;
}
.content-area p.note-item {
  font-size: 13px !important;
  line-height: 23px !important;
  margin-top: 15px;
}
.content-area .item:last-child {
  margin-bottom: 0;
}
.content-area .item.reverse {
  flex-direction: row-reverse;
}
.content-area .item.reverse .picture .detail {
  margin-top: 20px;
}
.content-area p.note2 {
  width: calc(100% - 100px);
  margin: 35px auto 0 auto;
  font-size: 13px;
  line-height: 23px;
}
.content-area .divider {
  width: 100%;
  height: 14px;
  margin: 150px auto;
  background: url(../img/lp/sheetmask/divider.png) no-repeat center;
}
.content-area .point_wrap {
  display: flex;
}
.content-area .point_wrap .point_num {
  width: 60px;
}
.content-area .point_wrap .point_text {
  width: calc(100% - 60px);
}
.content-area .point_wrap .point_text.sub-text {
  margin-top: -4px;
}

#contents.limited-item .overview {
  /*background: url(../img/lp/limited-item/features_bg.jpg) no-repeat center top;
      background-size: cover;*/
}
#contents.limited-item .overview .content-area h1 {
  margin-bottom: 20px;
}
#contents.limited-item .overview .content-area p {
  font-size: 25px;
  text-align: left;
}
#contents.limited-item .overview .content-area p.limited-first {
  margin-bottom: 140px;
  text-align: center;
}
#contents.limited-item .overview .content-area p.note {
  font-size: 13px;
  line-height: 23px;
}
#contents.limited-item .overview .content-area .acd-content p {
  font-size: 15px;
}
#contents.limited-item .overview .content-area .acd-content p.note {
  font-size: 13px;
  line-height: 23px;
}
#contents.limited-item .item .picture {
  width: 47%;
}
#contents.limited-item .item .text {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#contents.limited-item .item .text p {
  text-align: left;
}
#contents.limited-item .text {
  color: #5A5A5A;
}
#contents.limited-item .text p.lead {
  font-size: 18px;
  line-height: 30px;
}
#contents.limited-item .text p.lead span {
  font-size: 10px;
  line-height: 17px;
}
#contents.limited-item .text p.item_name {
  font-size: 25px;
  line-height: 43px;
  margin-bottom: 0px;
}
#contents.limited-item .text p.item_name_more {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 20px;
}
#contents.limited-item .text p.item_name_e {
  font-size: 16px;
  line-height: 27px;
  color: #9A7B50;
  margin-bottom: 25px;
}
#contents.limited-item .text p.item_detail {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px;
}
#contents.limited-item .text p.item_genre {
  font-size: 14px;
  line-height: 21px;
  color: #7B7B7B;
  margin-bottom: 20px;
}
#contents.limited-item .text p.item_info {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}
#contents.limited-item .text p.item_info span {
  font-size: 10px;
  line-height: 15px;
}
#contents.limited-item .item.reverse {
  margin-top: 100px;
}

.acd-block {
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0px 0px 13px 3px #f2f2f2;
  border-radius: 0px;
  background: #fff;
}

.acd-check {
  display: none;
}

.acd-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1px;
  padding: 30px 50px;
  font-size: 18px;
  line-height: 36px;
}

.acd-content {
  width: calc(100% - 100px);
  height: 0;
  opacity: 0;
  padding: 0px;
  margin: 0 auto;
  transition: 0.5s;
  visibility: hidden;
  border-top: 1px solid #F2F2F2;
}
.acd-content p {
  font-size: 15px;
  line-height: 30px;
}
.acd-content p.text-add {
  font-size: 15px;
  line-height: 30px;
  margin-top: 30px;
}
.acd-content .btn a {
  font-size: 15px;
  line-height: 15px;
  padding: 10px 30px 10px 15px;
  margin-top: 20px;
}
.acd-content span {
  color: red;
}
.acd-content li {
  width: calc(100% - 20px);
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 10px;
  list-style-type: disc;
  margin-left: 20px;
}
.acd-content ol li {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style-type: none;
  padding-left: 20px;
  text-indent: -20px;
}
.acd-content p.note {
  font-size: 13px;
  line-height: 23px;
  margin-top: 10px;
}

.acd-check:checked + .acd-label + .acd-content {
  height: fit-content;
  opacity: 1;
  visibility: visible;
  padding: 30px 0;
}

.acd-label:after {
  box-sizing: border-box;
  content: "＋";
  display: block;
  font-size: 20px;
  width: 16px;
  height: 16px;
  padding: 0px;
  margin-top: -2px;
  right: 0;
  top: 0px;
}

.acd-check:checked + .acd-label:after {
  content: "−";
  font-size: 20px;
  width: 16px;
  height: 16px;
  padding: 0px;
  margin-top: -2px;
  right: 0;
  top: 0px;
}

.slider .slide {
  position: relative;
}

.slick-prev {
  z-index: 1;
  left: 20px;
}

.slick-next {
  z-index: 1;
  right: 20px;
}

img.slide-arrow {
  width: 50px !important;
  height: 50px !important;
}

.slide-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  cursor: pointer;
}

.prev-arrow {
  z-index: 1;
  left: 5px;
}

.next-arrow {
  z-index: 1;
  right: 5px;
}

.slick-dots li.slick-active button:before {
  color: #AA823A !important;
}

.slick-slide img {
  cursor: pointer;
}

#footer_in {
  background: #333333;
  padding: 80px 0 60px;
}
#footer_in .logo {
  width: 170px;
  height: 58px;
  margin: 0px auto 30px;
}
#footer_in .logo img {
  width: 100%;
  height: 100%;
}
#footer_in p.copyright {
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}

@media screen and (max-width: 768px) {
  #contents.sheetmask .kv {
    width: 100%;
    height: 146.2vw;
    background: url(../img/lp/sheetmask/mainvisual_sp.png) no-repeat center center;
    background-size: cover;
  }
  #contents.neck-decollete .kv {
    width: 100%;
    height: 146.2vw;
    background: url(../img/lp/neck-decollete/mainvisual_sp_231225.jpg) no-repeat center center;
    background-size: cover;
  }
  #contents.limited-item .kv {
    width: 100%;
    height: 146.2vw;
    background: url(../img/lp/limited-item/mainvisual_sp.png) no-repeat center center;
    background-size: cover;
  }
  #contents.limited-item .kv .first-text {
    width: 100%;
    align-items: flex-start;
    justify-content: center;
  }
  #contents.limited-item .kv .first-text img {
    width: 70%;
    margin-top: 20vw;
  }
  #contents.limited-item2 .kv {
    width: 100%;
    height: 146.2vw;
    background: url(../img/lp/limited-item2/mainvisual_sp.png) no-repeat center center;
    background-size: cover;
  }
  #contents.limited-item2 .kv .kv-in {
    min-height: auto;
    background-image: none;
  }
  .overview h1 {
    font-size: 5vw;
    line-height: 8vw;
    margin-bottom: 6vw;
  }
  .overview p {
    font-size: 3.4vw;
    line-height: 6.6vw;
    margin-bottom: 2.6vw;
  }
  .overview p.note {
    font-size: 3vw;
    line-height: 6vw;
  }
  .overview .content-area {
    padding-top: 20vw;
  }
  .content-area {
    width: 90%;
    margin: 0 auto;
    padding-top: 0vw;
  }
  .content-area .picture {
    width: 100% !important;
  }
  .content-area .picture p.detail {
    font-size: 3.4vw !important;
    line-height: 6.6vw !important;
    margin-bottom: 2.6vw !important;
  }
  .content-area .picture p.note {
    font-size: 3vw !important;
    line-height: 6vw !important;
  }
  .content-area .item {
    width: 100% !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .content-area .item .text {
    margin-top: 6.8vw;
    width: 100%;
  }
  .content-area .item .text p {
    font-size: 3.4vw;
    line-height: 6.6vw;
    margin-bottom: 2.6vw;
  }
  .content-area .item .text p.lead {
    font-size: 4vw;
    line-height: 8vw;
  }
  .content-area .item .text p.note {
    font-size: 3vw;
    line-height: 6vw;
  }
  .content-area .item .text.store {
    margin-top: 10vw;
  }
  .content-area .item .text.store p {
    margin-bottom: 6vw;
  }
  .content-area p.note-item {
    font-size: 3vw !important;
    line-height: 6vw !important;
    margin-top: 3vw;
  }
  .content-area .item.reverse {
    flex-direction: column;
  }
  .content-area .item.reverse .picture .detail {
    margin-top: 6.8vw;
  }
  .content-area .divider {
    margin: 15vw auto;
  }
  .content-area p.note2 {
    font-size: 3vw;
    line-height: 6vw;
    width: 90%;
    margin-top: 6vw;
  }
  .acd-label {
    padding: 5%;
    font-size: 3.4vw;
    line-height: 6.6vw;
  }
  .acd-content {
    width: 90%;
    font-size: 3.4vw;
    line-height: 6.6vw;
  }
  .acd-content p {
    font-size: 3.4vw;
    line-height: 6.6vw;
    margin-bottom: 2.6vw;
  }
  .acd-content p.text-add {
    font-size: 3.4vw;
    line-height: 6.6vw;
    margin-bottom: 2.6vw;
  }
  .acd-content .btn a {
    font-size: 3.4vw;
    line-height: 6.6vw;
    margin-top: 0px;
  }
  .acd-content li {
    width: calc(100% - 3.4vw);
    font-size: 3.4vw;
    line-height: 6.6vw;
  }
  .acd-content ol li {
    margin-bottom: 0px;
    margin-top: 1vw;
    list-style-type: none;
    padding-left: 4.75vw;
    text-indent: -4.75vw;
  }
  .acd-check:checked + .acd-label + .acd-content {
    padding: 5% 0;
  }
  .acd-label:after,
  .acd-check:checked + .acd-label:after {
    font-size: 4vw;
    width: 4vw;
    height: 4vw;
    margin-top: 0;
  }
  .point_num {
    width: 12vw !important;
  }
  .point_text {
    width: calc(100% - 12vw) !important;
  }
  #contents.limited-item .overview .content-area p.limited-first {
    margin-bottom: 20vw;
  }
  #contents.limited-item .item .text {
    width: 100%;
  }
  #contents.limited-item .item.reverse {
    margin-top: 30vw;
    margin-bottom: 10vw;
  }
  #footer_in {
    padding: 16vw 0 6.6vw;
  }
  #footer_in .logo {
    width: 38.6vw;
    height: 13.3vw;
    margin: 0 auto 10.6vw;
  }
  #footer_in p.copyright {
    font-family: "Bentham", serif;
    font-size: 2.6vw;
  }
  img.slide-arrow {
    width: 11vw !important;
    height: 11vw !important;
  }
  .btn a {
    padding: 10px;
    font-size: 3.4vw !important;
    line-height: 3.4vw !important;
  }
}
/* slick */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    font-size: 10vw;
  }
}
#contents.limited-item3 .overview .content-area {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .overview .content-area {
    padding-top: 40px;
  }
}
#contents.limited-item3 .hero {
  position: relative;
  height: calc(100vh - 190px);
  max-height: 900px;
  min-height: 550px;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .hero {
    height: 146.2vw;
    max-height: none;
    min-height: auto;
  }
}
#contents.limited-item3 .hero--oil {
  background: url(../img/lp/limited-item3/oil/mv_bg.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .hero--oil {
    background: url(../img/lp/limited-item3/oil/mv_bg_sp.jpg) top center no-repeat;
    background-size: cover;
  }
}
#contents.limited-item3 .hero--primer {
  background: url(../img/lp/limited-item3/primer/mv_bg.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .hero--primer {
    background: url(../img/lp/limited-item3/primer/mv_bg_sp.jpg) top center no-repeat;
    background-size: cover;
  }
}
#contents.limited-item3 .hero .content-area {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #contents.limited-item3 .hero__wrap--primer {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #contents.limited-item3 .hero__wrap--oil {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #contents.limited-item3 .hero__wrap img {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .hero__wrap {
    text-align: center;
    padding-top: 76vw;
  }
  #contents.limited-item3 .hero__wrap--primer .hero__catch img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .hero__catch img {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
  #contents.limited-item3 .hero__date img {
    width: 60%;
    height: auto;
    margin: 5vw auto 0;
  }
}
#contents.limited-item3 img.slide-arrow {
  width: 15px !important;
  height: 30px !important;
}
#contents.limited-item3 .item {
  overflow: hidden;
}
#contents.limited-item3 .item .picture {
  width: 46%;
}
#contents.limited-item3 .item .text {
  position: relative;
  width: 46%;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .item .text {
    width: 100%;
    padding-bottom: 0;
  }
}
#contents.limited-item3 .item .text .lead_note {
  font-size: 18px;
  color: #5A5A5A;
}
#contents.limited-item3 .item .text .item_name {
  color: #000;
}
#contents.limited-item3 .item .text .item_detail {
  margin-bottom: 32px;
}
#contents.limited-item3 .item .text .item_genre {
  border: 1px solid #ccc;
  padding: 2px 8px;
  margin-bottom: 8px;
}
#contents.limited-item3 .item .btns .btn {
  min-width: 180px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .item .btns .btn {
    min-width: 48vw;
  }
}
#contents.limited-item3 .item .btns .btn a {
  font-size: 15px !important;
}
#contents.limited-item3 .product-img__package {
  width: 250px;
  position: absolute;
  bottom: -60px;
  right: -30px;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .product-img__package {
    width: 37vw;
    position: absolute;
    right: -4vw;
    bottom: -5vw;
  }
}
#contents.limited-item3 .product-img__texture {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .product-img__texture {
    width: 32vw;
    bottom: -3vw;
  }
}
#contents.limited-item3 .scent {
  margin: 100px 0;
}
#contents.limited-item3 .scent .slick-track {
  display: flex;
}
#contents.limited-item3 .scent .slick-slide {
  height: auto !important;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .scent {
    margin: 20vw -5% 15vw;
  }
}
#contents.limited-item3 .scent .heading {
  text-align: center;
  margin-bottom: 2em;
}
#contents.limited-item3 .scent .heading span {
  position: relative;
  font-size: 24px;
  color: #000;
}
#contents.limited-item3 .scent .heading span::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: -40px;
  top: 50%;
}
#contents.limited-item3 .scent .heading span::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: -40px;
  top: 50%;
}
#contents.limited-item3 .scent__item {
  padding: 80px 60px 80px 360px;
  min-height: 360px;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .scent__item {
    padding: 30vw 10vw 24vw;
  }
}
#contents.limited-item3 .scent__item--herbal {
  background: url(../img/lp/limited-item3/oil/herbal_bg.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .scent__item--herbal {
    background: url(../img/lp/limited-item3/oil/herbal_bg_sp.jpg) top right no-repeat;
    background-size: cover;
  }
}
#contents.limited-item3 .scent__item--rose {
  background: url(../img/lp/limited-item3/oil/rose_bg.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .scent__item--rose {
    background: url(../img/lp/limited-item3/oil/rose_bg_sp.jpg) top right no-repeat;
    background-size: cover;
  }
}
#contents.limited-item3 .scent__item--blacktea {
  background: url(../img/lp/limited-item3/oil/blacktea_bg.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .scent__item--blacktea {
    background: url(../img/lp/limited-item3/oil/blacktea_bg_sp.jpg) top right no-repeat;
    background-size: cover;
  }
}
#contents.limited-item3 .scent__name {
  font-size: 32px !important;
  margin-bottom: 24px;
}
#contents.limited-item3 .scent__name--jp {
  font-size: 16px !important;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .scent__name--jp {
    display: block;
    margin-left: 0;
    margin-top: 1em;
  }
}
#contents.limited-item3 .scent__name--herbal {
  color: #00B7A1;
}
#contents.limited-item3 .scent__name--rose {
  color: #F379A2;
}
#contents.limited-item3 .scent__name--blacktea {
  color: #8A401C;
}
#contents.limited-item3 .scent__copy {
  font-size: 20px !important;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .scent__copy {
    line-height: 1.8;
  }
}
#contents.limited-item3 .scent__description {
  font-size: 14px !important;
  font-family: "Lucida Grande", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
  line-height: 2;
}
#contents.limited-item3 .scent .next-arrow {
  right: 24px;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .scent .next-arrow {
    right: 3vw;
  }
}
#contents.limited-item3 .scent .prev-arrow {
  left: 24px;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .scent .prev-arrow {
    left: 3vw;
  }
}
#contents.limited-item3 .scent .slick-dots {
  bottom: 16px;
}
#contents.limited-item3 .ac {
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0px 0px 13px 3px #f2f2f2;
  border-radius: 0px;
  background: #fff;
}
#contents.limited-item3 .ac__trigger {
  position: relative;
  display: block;
  padding: 30px 50px;
  font-size: 18px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .ac__trigger {
    padding: 5%;
    font-size: 3.4vw;
    line-height: 6.6vw;
  }
}
#contents.limited-item3 .ac__trigger::before {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .ac__trigger::before {
    width: 11px;
    right: 16px;
  }
}
#contents.limited-item3 .ac__trigger::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 58px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .ac__trigger::after {
    height: 11px;
    right: 21px;
  }
}
#contents.limited-item3 .ac__trigger.open::after {
  content: none;
}
#contents.limited-item3 .ac__content {
  border-top: 1px solid #F2F2F2;
  padding: 30px 50px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .ac__content {
    padding: 5%;
    font-size: 3.4vw;
  }
}
#contents.limited-item3 .ac__content li {
  list-style: disc;
  margin: 0 0 1em 1em;
}
#contents.limited-item3 .ac__content p {
  font-size: 15px !important;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .ac__content p {
    font-size: 3.4vw !important;
  }
}
#contents.limited-item3 .ac__content p.note {
  line-height: 2 !important;
}
#contents.limited-item3 .ac__content dl + dl {
  margin-top: 2em;
}
#contents.limited-item3 .ac__content dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .ac__content dt {
    font-size: 4vw;
  }
}
#contents.limited-item3 .ac__content dd {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .ac__content dd {
    font-size: 3.4vw;
  }
}
#contents.limited-item3 .ac__content .howto {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .ac__content .howto {
    flex-direction: column;
    gap: 24px;
  }
}
#contents.limited-item3 .ac__content .howto__text {
  flex: 1;
}
#contents.limited-item3 .ac__content .howto__img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .ac__content .howto__img {
    width: 120px;
    margin: 0 auto;
  }
}
#contents.limited-item3 .ac__content .howto__img img {
  width: 100%;
}
#contents.limited-item3 .btn__wrap {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .btn__wrap {
    margin-top: 10vw;
  }
}
#contents.limited-item3 .btn__wrap .btn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3 .btn__wrap .btn a {
    padding: 5px 6.6vw 5px 3vw;
  }
}

/* add 202401 */
@media screen and (max-width: 768px) {
  #contents.limited-item3-3 .hero {
    height: calc(100vh - 14.6vw);
    min-height: 146.2vw;
  }
}
#contents.limited-item3-3 .hero--all {
  background: url(../img/lp/limited-item3/mv_bg.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3-3 .hero--all {
    background: url(../img/lp/limited-item3/mv_bg_sp.jpg) top center no-repeat;
    background-size: cover;
  }
}
#contents.limited-item3-3 .hero__wrap--all {
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#contents.limited-item3-3 .hero__catch img {
  width: 320px;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3-3 .hero__catch img {
    width: 100%;
  }
}
#contents.limited-item3-3 .hero__date img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  #contents.limited-item3-3 .hero__date img {
    width: 68%;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #contents.limited-item3-3 .overview .content-area {
    padding-top: 20vw;
  }
}
@media screen and (min-width: 769px) {
  #contents.limited-item3-3 .overview .content-area p.note {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 768px) {
  #contents.limited-item3-3 .item {
    flex-direction: column-reverse;
  }
  #contents.limited-item3-3 .item.reverse {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #contents.limited-item3-3 .scrollAnimation {
    bottom: 3vw;
  }
}

/* add 20231225 */
#contents.neck-decollete .scrollAnimation {
  color: #f8fcff;
}

/* add 20250414 */
#contents.PearlEssenceCapsule .kv {
  width: 100%;
  height: calc(100vh - 190px);
  min-height: 550px;
  background-image: url(../img/lp/PearlEssenceCapsule/Pearl_Essence_Capsule_KV_2880x1400.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #contents.PearlEssenceCapsule .kv {
    width: 100%;
    height: 100vw;
    min-height: unset;
    background: url(../img/lp/PearlEssenceCapsule/Pearl_Essence_Capsule_KV_750x750.jpg) no-repeat center center;
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  #contents.PearlEssenceCapsule .content-area .item.reverse {
    margin-bottom: 0;
  }
}

.picture-slide .slick-slide img {
  cursor: auto;
}
.picture-slide img.slide-arrow {
  width: 24px !important;
  height: 24px !important;
}
@media screen and (max-width: 768px) {
  .picture-slide img.slide-arrow {
    width: 5vw !important;
    height: 5vw !important;
  }
}
.picture-slide .prev-arrow {
  left: -32px;
}
@media screen and (max-width: 768px) {
  .picture-slide .prev-arrow {
    left: -5vw;
  }
}
.picture-slide .next-arrow {
  right: -32px;
}
@media screen and (max-width: 768px) {
  .picture-slide .next-arrow {
    right: -5vw;
  }
}

/* ボタン　汎用 */
@media screen and (max-width: 768px) {
  .col-full {
    width: 100%;
  }
}
.col-full .btns .btn {
  background: #9A7B50;
  font-size: 15px;
  width: 180px;
  display: flex;
  margin: 35px auto 16px;
}
@media screen and (max-width: 768px) {
  .col-full .btns .btn {
    width: 48vw;
    margin: 4.2666666667vw auto 2.1333333333vw !important;
  }
}
.col-full .btns .btn span {
  border: 1px solid #9A7B50;
}
.col-full .btns .btn a {
  width: 100%;
  color: #fff;
  border: 1px solid #9A7B50;
  padding: 13px 0px;
  font-size: 15px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.col-full .btns .btn a:hover {
  background: #9A7B50;
  display: flex;
}
.col-full p.note {
  font-size: 13px;
  line-height: 23px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .col-full p.note {
    font-size: 3vw;
    line-height: 6vw;
  }
}

.sale-day {
  text-align: center;
  margin: 16px 0;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .sale-day {
    margin: 6.4vw 0 2.1333333333vw;
    font-size: 4vw;
  }
}

.item.al__flex-start {
  align-items: flex-start;
}

.content-area .item .text p.note:last-of-type {
  margin-bottom: 0;
}

/* 注釈を下付きにする */
.PearlEssenceCapsule sup {
  vertical-align: baseline;
}/*# sourceMappingURL=2023_item.css.map */