@charset "UTF-8";
/* ------------------------------------------------------
 * Base
------------------------------------------------------ */
figure {
  margin: 0 auto;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.page-under {
  margin: 0;
}

/* ------------------------------------------------------
 * contents
------------------------------------------------------ */
.lp_fragrance_beautips2025 {
  /* ------------------------------------------------------
    * mv
  ------------------------------------------------------ */
  /* ------------------------------------------------------
    * btn
  ------------------------------------------------------ */
  /* ------------------------------------------------------
    * layout
  ------------------------------------------------------ */
  /* ------------------------------------------------------
    * section
  ------------------------------------------------------ */
  /* ------------------------------------------------------
    * common
  ------------------------------------------------------ */
  /* ------------------------------------------------------
    * アニメーション
  ------------------------------------------------------ */
}
.lp_fragrance_beautips2025, .lp_fragrance_beautips2025 *, .lp_fragrance_beautips2025 *::before, .lp_fragrance_beautips2025 *::after {
  box-sizing: border-box;
}
.lp_fragrance_beautips2025 {
  color: #3C3C3C;
  background: url("../img/202511/bg-01.jpg") no-repeat 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  font-size: 16px;
  line-height: 1.75;
  padding: 90px 0 80px;
}
.lp_fragrance_beautips2025 > :last-child {
  margin-bottom: 0 !important;
}
.lp_fragrance_beautips2025 img {
  max-width: 100%;
}
.lp_fragrance_beautips2025 b, .lp_fragrance_beautips2025 em, .lp_fragrance_beautips2025 strong {
  font-weight: bold;
}
.lp_fragrance_beautips2025 sup, .lp_fragrance_beautips2025 sub {
  font-size: 60%;
}
@media screen and (max-width: 767px) {
  .lp_fragrance_beautips2025 {
    font-size: 14px;
    padding: 96px 0 60px;
    background: url("../img/202511/bg-01_sp.jpg") no-repeat 0 0;
    background-attachment: fixed;
    background-size: cover;
  }
}
.lp_fragrance_beautips2025 .lp_mv {
  text-align: center;
  padding: 30px 0 0;
  margin: 0 0 40px;
}
.lp_fragrance_beautips2025 .lp_mv_inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp_fragrance_beautips2025 .lp_mv_inner {
    width: 100%;
  }
}
.lp_fragrance_beautips2025 .lp_mv_inner > :last-child {
  margin-bottom: 0 !important;
}
.lp_fragrance_beautips2025 .lp_mv_title {
  margin: 0 0 55px;
}
.lp_fragrance_beautips2025 .lp_mv_title img {
  width: 398px;
  height: 502px;
  margin: 0 auto;
}
.lp_fragrance_beautips2025 .lp_mv_txt {
  color: #3A4A9D;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lp_fragrance_beautips2025 .lp_mv {
    padding: 15px 0 0;
    margin: 0 0 20px;
  }
  .lp_fragrance_beautips2025 .lp_mv_inner {
    padding: 0 30px;
  }
  .lp_fragrance_beautips2025 .lp_mv_title {
    padding: 0 45px 0 45px;
    margin: 0 -30px 30px;
  }
  .lp_fragrance_beautips2025 .lp_mv_title img {
    width: 100%;
    height: auto;
  }
  .lp_fragrance_beautips2025 .lp_mv_txt {
    text-align: justify;
  }
}
.lp_fragrance_beautips2025 .lp_btn {
  margin: 0 0 30px;
}
.lp_fragrance_beautips2025 .lp_btn_label {
  width: 460px;
  height: 66px;
  border-radius: 300px;
  background: url("../img/202511/bg_btn-01.png") no-repeat 50% 50% #3A4A9D;
  background-size: auto 66px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 0 50px 6px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lp_fragrance_beautips2025 .lp_btn_label:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/202511/icon_arrow-01.svg") repeat-x 0 50%;
  background-size: auto 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .lp_fragrance_beautips2025 .lp_btn {
    margin: 0 0 20px;
  }
  .lp_fragrance_beautips2025 .lp_btn_label {
    width: 100%;
    max-width: 285px;
    height: 76px;
    background-image: url("../img/202511/bg_btn-01_sp.png");
    background-size: auto 76px;
    font-size: 14px;
    line-height: 1.75;
    padding: 0 50px 6px;
  }
  .lp_fragrance_beautips2025 .lp_btn_label:before {
    width: 22px;
    height: 22px;
  }
}
.lp_fragrance_beautips2025 .lp_layout {
  margin: 0 0 30px;
  display: flex;
  align-items: center;
}
.lp_fragrance_beautips2025 .lp_layout[data-layout-style=left] {
  flex-direction: row-reverse;
}
.lp_fragrance_beautips2025 .lp_layout[data-layout-style=left] .lp_layout_item {
  margin: 0 30px 0 0;
}
.lp_fragrance_beautips2025 .lp_layout[data-layout-style=right] .lp_layout_item {
  margin: 0 0 0 30px;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .lp_fragrance_beautips2025 .lp_layout {
    margin: 0 0 25px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }
  .lp_fragrance_beautips2025 .lp_layout_contents {
    width: 100%;
  }
  .lp_fragrance_beautips2025 .lp_layout_item {
    width: 100%;
    text-align: center;
  }
  .lp_fragrance_beautips2025 .lp_layout_item img {
    max-width: 240px;
    margin: 0 auto;
  }
  .lp_fragrance_beautips2025 .lp_layout[data-layout-style=left], .lp_fragrance_beautips2025 .lp_layout[data-layout-style=right] {
    flex-direction: column-reverse;
  }
  .lp_fragrance_beautips2025 .lp_layout[data-layout-style=left] .lp_layout_item, .lp_fragrance_beautips2025 .lp_layout[data-layout-style=right] .lp_layout_item {
    margin: 0 0 15px;
  }
}
.lp_fragrance_beautips2025 .lp_section {
  margin: 0 auto 80px;
  /* ------------------------------------------------------
    * 開催店舗
    * #anc_stores
    * .lp_stores_xxxxx
  ------------------------------------------------------ */
  /* ------------------------------------------------------
    * アプリ会員様限定クーポン
    * #anc_coupon
    * .lp_coupon_xxxxx
  ------------------------------------------------------ */
  /* ------------------------------------------------------
    * お買いあげプレゼント
    * #anc_present
    * .lp_present_xxxxx
  ------------------------------------------------------ */
  /* ------------------------------------------------------
    * 各種ブランドショッパーをご用意
    * #anc_shopper
    * .lp_shopper_xxxxx
  ------------------------------------------------------ */
}
.lp_fragrance_beautips2025 .lp_section_inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp_fragrance_beautips2025 .lp_section_inner {
    width: 100%;
  }
}
.lp_fragrance_beautips2025 .lp_section_inner > :last-child {
  margin-bottom: 0 !important;
}
.lp_fragrance_beautips2025 .lp_section_hdg {
  width: 380px;
  height: 70px;
  background: url("../img/202511/bg_hdg-01.png") no-repeat 50% 50%;
  background-size: 100% auto;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lp_fragrance_beautips2025 .lp_section_hdg img {
  height: 24px;
}
.lp_fragrance_beautips2025 .lp_section_hdg img.h29px {
  height: 29px;
}
@media screen and (max-width: 767px) {
  .lp_fragrance_beautips2025 .lp_section_hdg img.h29px {
    height: 22px;
  }
}
.lp_fragrance_beautips2025 .lp_section_box {
  margin: -35px 0 0;
  position: relative;
  z-index: 0;
}
.lp_fragrance_beautips2025 .lp_section_box_inner {
  background: #fff;
  padding: 85px 125px 50px;
}
.lp_fragrance_beautips2025 .lp_section_box_inner > :last-child {
  margin-bottom: 0 !important;
}
@supports (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)) and (filter: drop-shadow(5px 5px 10px rgba(58, 74, 157, 0.3))) {
  .lp_fragrance_beautips2025 .lp_section_box {
    box-shadow: none;
    filter: drop-shadow(5px 5px 10px rgba(58, 74, 157, 0.3));
  }
  .lp_fragrance_beautips2025 .lp_section_box_inner {
    clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0% calc(100% - 20px), 0% 20px);
  }
}
.lp_fragrance_beautips2025 .lp_section[id^=anc_] {
  padding-top: 110px;
  margin-top: -110px;
}
@media screen and (max-width: 767px) {
  .lp_fragrance_beautips2025 .lp_section {
    margin: 0 auto 30px;
  }
  .lp_fragrance_beautips2025 .lp_section_inner {
    padding: 0 15px;
  }
  .lp_fragrance_beautips2025 .lp_section_hdg {
    width: 265px;
    height: 50px;
    background-image: url("../img/202511/bg_hdg-01_sp.png");
  }
  .lp_fragrance_beautips2025 .lp_section_hdg img {
    height: 21px;
  }
  .lp_fragrance_beautips2025 .lp_section_hdg img[src="img/txt_hdg-04.svg"] {
    height: 18px;
  }
  .lp_fragrance_beautips2025 .lp_section_box {
    margin: -25px 0 0;
  }
  .lp_fragrance_beautips2025 .lp_section_box_inner {
    padding: 45px 15px 30px;
  }
  .lp_fragrance_beautips2025 .lp_section_box_inner.pdlr-30 {
    padding: 45px 30px 30px;
  }
  @supports (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)) and (filter: drop-shadow(3px 3px 8px rgba(58, 74, 157, 0.3))) {
    .lp_fragrance_beautips2025 .lp_section_box {
      box-shadow: none;
      filter: drop-shadow(3px 3px 8px rgba(58, 74, 157, 0.3));
    }
    .lp_fragrance_beautips2025 .lp_section_box_inner {
      clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
    }
  }
  .lp_fragrance_beautips2025 .lp_section[id^=anc_] {
    padding-top: 116px;
    margin-top: -116px;
  }
}
.lp_fragrance_beautips2025 .lp_section#anc_stores {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp_fragrance_beautips2025 .lp_section#anc_stores {
    text-align: justify;
  }
}
.lp_fragrance_beautips2025 .lp_section#anc_coupon {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp_fragrance_beautips2025 .lp_section#anc_coupon {
    text-align: justify;
  }
}
.lp_fragrance_beautips2025 .lp_section .lp_coupon_def {
  letter-spacing: -0.4em;
  margin: 0 0 30px;
}
.lp_fragrance_beautips2025 .lp_section .lp_coupon_def > * {
  letter-spacing: normal;
}
.lp_fragrance_beautips2025 .lp_section .lp_coupon_def > dt {
  width: 100px;
  background: #9D0629;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 10px 20px;
  margin: 0 20px 0 0;
  display: inline-block;
}
.lp_fragrance_beautips2025 .lp_section .lp_coupon_def > dd {
  display: inline-block;
}
.lp_fragrance_beautips2025 .lp_section .lp_coupon_txt {
  margin: 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp_fragrance_beautips2025 .lp_section .lp_coupon_txt {
    text-align: left;
  }
  .lp_fragrance_beautips2025 .lp_section .lp_coupon_txt.pdlr-30 {
    padding: 0 15px;
  }
}
.lp_fragrance_beautips2025 .lp_section .lp_coupon_note {
  font-size: 14px;
  margin: 0 0 20px;
}
.lp_fragrance_beautips2025 .lp_section .lp_coupon_note_list {
  font-size: 14px;
  text-align: left;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.lp_fragrance_beautips2025 .lp_section .lp_coupon_note_list p {
  position: relative;
  text-indent: -14px;
  padding-left: 14px;
}
.lp_fragrance_beautips2025 .lp_section .lp_coupon_note_list p::before {
  content: "⚫︎";
  color: #BFAF85;
}
.lp_fragrance_beautips2025 .lp_section .lp_coupon_note_list p:not(:nth-child(1)) {
  margin-top: 8px;
}
.lp_fragrance_beautips2025 .lp_section .lp_coupon_note_list p:last-child {
  font-weight: 700;
}
.lp_fragrance_beautips2025 .lp_section .lp_coupon_img {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lp_fragrance_beautips2025 .lp_section .lp_coupon_img_item {
  width: 226px;
  margin: 0 0 0 20px;
}
.lp_fragrance_beautips2025 .lp_section .lp_coupon_img_item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .lp_fragrance_beautips2025 .lp_section .lp_coupon_def {
    letter-spacing: normal;
    margin: 0 0 20px;
  }
  .lp_fragrance_beautips2025 .lp_section .lp_coupon_def > dt {
    display: block;
    width: 87%;
    padding: 9px 30px;
    margin: 0 auto 10px;
  }
  .lp_fragrance_beautips2025 .lp_section .lp_coupon_def > dd {
    text-align: center;
    display: block;
  }
  .lp_fragrance_beautips2025 .lp_section .lp_coupon_note {
    font-size: 12px;
    margin: 0 0 20px;
  }
  .lp_fragrance_beautips2025 .lp_section .lp_coupon_note_list p {
    text-indent: -12px;
    padding-left: 12px;
    font-size: 12px;
  }
  .lp_fragrance_beautips2025 .lp_section .lp_coupon_img {
    text-align: center;
    display: block;
  }
  .lp_fragrance_beautips2025 .lp_section .lp_coupon_img_item {
    width: 240px;
    margin: 0 auto 10px;
  }
  .lp_fragrance_beautips2025 .lp_section .lp_coupon_img_item:last-child {
    margin-bottom: 0;
  }
}
.lp_fragrance_beautips2025 .lp_section#anc_present {
  text-align: center;
}
.lp_fragrance_beautips2025 .lp_section#anc_present .lp_layout {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .lp_fragrance_beautips2025 .lp_section#anc_present {
    text-align: justify;
  }
}
.lp_fragrance_beautips2025 .lp_section .lp_present_txt {
  margin: 0 0 10px;
}
.lp_fragrance_beautips2025 .lp_section .lp_present_note {
  font-size: 12px;
}
.lp_fragrance_beautips2025 .lp_section .lp_present_catch {
  color: #F4B4D0;
  font-weight: bold;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .lp_fragrance_beautips2025 .lp_section .lp_present_catch {
    text-align: center;
  }
}
.lp_fragrance_beautips2025 .lp_section#anc_shopper {
  text-align: center;
}
.lp_fragrance_beautips2025 .lp_section#anc_shopper .lp_layout {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .lp_fragrance_beautips2025 .lp_section#anc_shopper {
    text-align: justify;
  }
}
.lp_fragrance_beautips2025 .lp_section .lp_shopper_txt {
  margin: 0 0 10px;
}
.lp_fragrance_beautips2025 .lp_section .lp_shopper_note {
  font-size: 12px;
}
.lp_fragrance_beautips2025 .lp_section_wide[id^=anc_] {
  padding-top: 91px;
  margin-top: -91px;
}
@media screen and (max-width: 767px) {
  .lp_fragrance_beautips2025 .lp_section_wide[id^=anc_] {
    padding-top: 76px;
    margin-top: -76px;
  }
}
.lp_fragrance_beautips2025 .lp_section_wide .lp_section_inner .lp_present_txt {
  margin: 0 0 10px;
}
.lp_fragrance_beautips2025 .lp_section_wide .lp_section_inner .lp_present_note {
  font-size: 12px;
}
.lp_fragrance_beautips2025 .lp_color-01 {
  color: #3A4A9D !important;
}
.lp_fragrance_beautips2025 .lp_color-02 {
  color: #F4B4D0 !important;
}
.lp_fragrance_beautips2025 .lp_pc {
  display: block;
}
.lp_fragrance_beautips2025 .lp_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp_fragrance_beautips2025 .lp_pc {
    display: none;
  }
  .lp_fragrance_beautips2025 .lp_sp {
    display: block;
  }
}
.lp_fragrance_beautips2025 .js-fade-in01 {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.6s ease-in-out;
}
.lp_fragrance_beautips2025 .js-fade-in01 > :last-child {
  margin-bottom: 0 !important;
}
.lp_fragrance_beautips2025 .js-fade-in01.is-on {
  opacity: 1;
  transform: translateY(0);
}
.lp_fragrance_beautips2025 .js-fade-in02 {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.6s ease-in-out;
}
.lp_fragrance_beautips2025 .js-fade-in02 > :last-child {
  margin-bottom: 0 !important;
}
.lp_fragrance_beautips2025 .js-fade-in02.is-on {
  opacity: 1;
  transform: translateY(0);
}
.lp_fragrance_beautips2025 .js-fade-in03 {
  opacity: 0;
  transform: translateX(30px);
  transition: 0.6s ease-in-out;
}
.lp_fragrance_beautips2025 .js-fade-in03 > :last-child {
  margin-bottom: 0 !important;
}
.lp_fragrance_beautips2025 .js-fade-in03.is-on {
  opacity: 1;
  transform: translateX(0);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.pageNav {
  margin: 0 auto 100px;
}

.pageNav__btnList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1000px;
  gap: 14px;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0 auto;
}

.pageNav__btnItem {
  max-width: 235px;
  width: 100%;
  /* border-radius: 10px; */
  margin: 0 auto;
  box-shadow: none;
  filter: drop-shadow(5px 5px 10px rgba(58, 74, 157, 0.3));
}

.pageNav__btnItem > a {
  display: grid;
  /* border-radius: 10px; */
  position: relative;
  top: 0;
  left: 0;
  background-color: #9D0629;
  align-items: center;
  height: 80px;
  padding-left: 1em;
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
}

.pageNav__btnItem > a::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #BFAF85;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  content: "";
}

.pageNav__btnItem > a::after {
  margin: -6px 8px auto auto;
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-color: transparent transparent #9D0629 #9D0629;
  border-radius: 0.1em;
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  box-sizing: unset;
}

@media screen and (max-width: 768px) {
  .pageNav {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .pageNav__btnList {
    display: block;
    padding: 0 30px;
  }
  .pageNav__btnItem {
    margin-bottom: 10px;
    background-size: contain;
    max-width: 430px;
  }
  .pageNav__btnItem > a {
    height: 60px;
  }
  .pageNav__btnItem > a picture {
    display: flex;
  }
}
.wave_separator_area {
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .wave_separator_area {
    padding: 15px 0;
  }
}
.wave_separator {
  background-image: url(../img/wave_separator.svg);
  background-repeat: repeat-x;
  width: 100%;
  height: 6px;
}

.flex-container {
  display: flex;
  align-items: center;
}

.flex-container > .ttl {
  background-color: #3A4A9D;
  color: #fff;
  font-weight: bold;
  padding: 15px 25px;
  letter-spacing: 0.09em;
  margin-right: 20px;
}

.flex-container > .shops span {
  display: inline-block;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flex-container > .ttl {
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
    letter-spacing: 0.09em;
    margin-right: 0px;
    text-align: center;
    max-width: none;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .flex-container {
    display: block;
  }
  .flex-container > .shops span {
    display: inline-block;
    font-weight: bold;
  }
  .flex-container > .shops {
    font-size: 14px;
  }
}
.brand-shopper {
  background-color: rgba(244, 180, 208, 0.15);
  padding: 30px 60px;
  margin-top: 40px;
  clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0% calc(100% - 20px), 0% 20px);
}

.brand-shopper-ttl {
  font-size: 20px;
  color: #3A4A9D;
  font-weight: 700;
  text-align: center;
}

.brand-shopper-flex-container {
  display: flex;
  margin-top: 30px;
  align-items: center;
}

.brand-shopper-flex-container-txt {
  font-size: 14px;
  width: 75%;
}

.brand-shopper-flex-container-txt-p {
  font-size: 16px;
}

.border-p-box {
  border: 1px solid #F4B4D0;
  padding: 20px;
  margin-top: 20px;
}

.border-p-box-h5 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.border-p-box-txt {
  padding-top: 20px;
}

.brand-shopper-flex-container-img {
  margin-left: 20px;
  width: 25%;
}

.brand-shopper-note {
  font-size: 12px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .brand-shopper {
    padding: 20px 15px;
  }
  .brand-shopper-ttl {
    font-size: 16px;
    text-align: center;
  }
  .brand-shopper-flex-container {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
  }
  .brand-shopper-flex-container-txt {
    font-size: 12px;
    width: 100%;
  }
  .brand-shopper-flex-container-txt-p {
    font-size: 14px;
  }
  .border-p-box {
    border: 1px solid #F4B4D0;
    padding: 15px;
    margin-top: 15px;
  }
  .border-p-box-h5 {
    font-size: 12px;
    text-align: center;
  }
  .border-p-box-txt {
    padding-top: 10px;
  }
  .brand-shopper-flex-container-img {
    margin-left: 0;
    width: 50%;
    max-width: 150px;
    margin-top: 10px;
  }
  .brand-shopper-note {
    font-size: 12px;
    margin-top: 10px;
  }
  .lp_fragrance_beautips2025 .lp_section_box_inner.sp-pdlr30px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.coupon-flex-container {
  display: flex;
  margin-bottom: 20px;
}

.coupon-flex-container-img {
  width: 226px;
  height: auto;
}

.coupon-flex-container-txt {
  width: calc(100% - 226px);
  padding-left: 20px;
  text-align: left;
}

.coupon-flex-container-txt p span {
  font-size: 14px;
  padding-top: 10px;
  display: block;
}

.mb-30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .coupon-flex-container {
    flex-direction: column;
  }
  .coupon-flex-container-img {
    width: 100%;
    text-align: center;
    max-width: 226px;
    margin: 0 auto;
  }
  .coupon-flex-container-txt {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  .coupon-flex-container-txt p {
    font-size: 14px;
  }
  .coupon-flex-container-txt p span {
    font-size: 12px;
    padding-top: 5px;
  }
}
.lp_section_wide .lp_section_inner .present-shops-ttl {
  text-align: center;
  margin-bottom: 80px;
}

.note {
  font-size: 12px;
}

.present-container {
  padding: 90px 0 60px;
}

.present-shops > .note {
  text-align: center;
  margin-top: 16px;
  padding-bottom: 40px;
}

/* .underline {
  display: contents;
  border-bottom: 2px dotted #F29C9F;
} */
.present-listWrap {
  margin-top: 50px;
}

.present-list {
  display: grid;
}

.present-gridContainer-pc .underline {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 47px;
  max-width: 750px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}

.present-gridContainer-pc .underline.underline_none {
  padding-bottom: 0;
  margin-bottom: 0;
}

.present-gridContainer-pc .underline::after {
  content: "";
  background: radial-gradient(circle farthest-side, #3A4A9D, #3A4A9D 40%, transparent 40%, transparent);
  background-size: 6px;
  display: inline-block;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.present-gridContainer-pc .underline.underline_none::after {
  background: none;
}

.present-gridContainer-pc .underline:last-child::after {
  background: none;
}

.underline:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.underline > div > img {
  max-width: 214px;
}

.underline > div > .name {
  font-weight: bold;
  margin: 20px auto 10px;
}

.underline > div > .desc {
  margin-bottom: 10px;
}

.underline > div > .label {
  font-weight: bold;
  font-size: 14px;
}

.underline > div > .note {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .present-container {
    padding: 60px 0 60px;
    margin-top: 20px;
  }
  .lp_section_wide .lp_section_inner .present-shops-ttl {
    margin-bottom: 30px;
  }
  .present-shops .present-shops-ttl img {
    height: 30px;
  }
  .present-listWrap {
    margin-top: 20px;
  }
  .present-list {
    font-size: 12px;
    display: block;
  }
  .present-shops > .note {
    padding-bottom: 20px;
  }
  .present-gridContainer-sp .underline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 25px;
    max-width: none;
    padding-bottom: 30px;
    margin-bottom: 30px;
    /* border-bottom: 2px dotted #F29C9F; */
  }
  .present-gridContainer-sp .underline::after {
    content: "";
    background: radial-gradient(circle farthest-side, #3A4A9D, #3A4A9D 40%, transparent 40%, transparent);
    background-size: 6px;
    display: inline-block;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .underline:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .underline:last-child::after {
    background: none;
  }
  .underline > div > img {
    max-width: 147px;
    width: 100%;
  }
  .ticket-container > .subttl {
    font-size: 18px;
  }
  .underline > div > .name {
    font-weight: bold;
    margin: 20px auto 10px;
    font-size: 14px;
  }
  .underline > div > .desc {
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 1.8;
  }
  .underline > div > .label {
    font-weight: bold;
    font-size: 12px;
  }
  .instalive-item .date {
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    font-size: 14px;
  }
  .underline > div > .note {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.8;
  }
}
.bg_solid_color {
  background-color: rgba(244, 180, 208, 0.5);
}

.w750 {
  max-width: 780px;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lp_fragrance_beautips2025 .lp_section_wide .lp_section_inner {
    padding: 0 30px;
  }
}
.lp_note {
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

.lp_section_hdg_02 {
  text-align: center;
  position: relative;
  z-index: 10;
}

.lp_fragrance_beautips2025 .special-present .lp_section_box {
  margin: -55px 0 0;
}

@media screen and (max-width: 768px) {
  .lp_section_hdg_02 img {
    width: 100px;
    height: auto;
  }
  .lp_fragrance_beautips2025 .special-present .lp_section_box_inner {
    padding: 70px 30px 30px;
  }
  .lp_fragrance_beautips2025 .lp_section_wide .lp_section_inner.special-present {
    padding: 0 15px;
  }
  .lp_note {
    padding: 60px 30px;
    font-size: 14px;
    text-align: left;
  }
}
/* ------------------------------------------------------
  * 2025.11.17
------------------------------------------------------ */
.lp_fragrance_beautips2025 .lp_section .lp_coupon_def.lp_adjust_mb {
  margin: 0 0 15px !important;
}
@media screen and (max-width: 768px) {
  .lp_fragrance_beautips2025 .lp_section .lp_coupon_def.lp_adjust_mb {
    margin: 0 0 5px !important;
  }
}
.lp_fragrance_beautips2025 .lp_section .lp_layout_notes.lp_layout_notes_txtCenter {
  margin: 0 0 30px;
}
.lp_fragrance_beautips2025 .lp_section .lp_layout_notes.lp_layout_notes_txtCenter p small {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lp_fragrance_beautips2025 .lp_section .lp_layout_notes.lp_layout_notes_txtCenter p {
    text-align: center;
  }
}

.lp_layout_flex .lp_coupon_def {
  margin: 0 0 15px !important;
}
.lp_layout_flex .lp_layout_notes p small {
  font-weight: 700;
}
.lp_layout_flex .lp_layout_flexbox {
  display: flex;
  gap: 5%;
  margin: 40px 0 60px;
  text-align: left;
}
.lp_layout_flex .lp_layout_flexbox div:first-child {
  width: 41.5%;
}
.lp_layout_flex .lp_layout_flexbox div:last-child {
  width: 53.5%;
}
.lp_layout_flex .lp_layout_flexbox div p {
  margin-top: 20px;
}
.lp_layout_flex .lp_layout_flexbox div h4:not(:nth-child(1)) {
  margin-top: 40px;
}
.lp_layout_flex .lp_layout_flexbox div:last-child {
  display: flex;
  gap: 4%;
}
.lp_layout_flex .lp_layout_flexbox div:last-child img {
  display: block;
  max-width: inherit;
  width: 100%;
}
.lp_layout_flex .lp_layout_flexbox div:last-child picture:last-child img {
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .lp_layout_flex .lp_layout_flexbox {
    flex-direction: column;
    margin: 30px 0 30px;
  }
  .lp_layout_flex .lp_layout_flexbox div {
    width: 100%;
    display: contents;
  }
  .lp_layout_flex .lp_layout_flexbox div:last-child {
    display: contents;
  }
  .lp_layout_flex .lp_layout_flexbox div h4 {
    text-align: center;
  }
  .lp_layout_flex .lp_layout_flexbox div h4:first-child {
    order: 1;
  }
  .lp_layout_flex .lp_layout_flexbox div h4:nth-child(3) {
    order: 4;
  }
  .lp_layout_flex .lp_layout_flexbox div picture {
    margin: 15px 0 0;
  }
  .lp_layout_flex .lp_layout_flexbox div picture:first-child {
    order: 2;
  }
  .lp_layout_flex .lp_layout_flexbox div picture:nth-child(2) {
    order: 5;
  }
  .lp_layout_flex .lp_layout_flexbox div picture:nth-child(2) img {
    box-shadow: none !important;
  }
  .lp_layout_flex .lp_layout_flexbox div p:nth-child(2) {
    order: 3;
  }
  .lp_layout_flex .lp_layout_flexbox div p:nth-child(4) {
    order: 6;
  }
}

.lp_last_notes {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lp_last_notes {
    max-width: 82%;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
  }
}/*# sourceMappingURL=style_202511.css.map */