@charset "UTF-8";
@font-face {
  font-family: "AvenirNext";
  src: url(../font/AvenirNextLTPro-Regular.otf) format("opentype");
  font-weight: 400;
}
:root {
  --white: #fff;
  --black: #000;
  --text-main: #544643;
  --bg-main: #E6E2E1;
  --line-color: #000;
  --font: noto-sans-cjk-jp, ryo-gothic-plusn, 游ゴシック体, 游ゴシック Medium, Yu Gothic Medium, Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  --font-en: Cormorant Garamond, serif;
  --font-num: degular, sans-serif;
  --font-mincho: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  --pc-width: 1400;
  --tb-width: 750;
  --sp-width: 750;
}

/*----------共通設定 pc----------*/
* {
  font-feature-settings: normal;
}

* > .lp_contents {
  font-family: var(--font);
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
}

ul, ol, li, p {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contents_inner {
  width: 100%;
}

/*----------共通設定 tablet----------*/
@media only screen and (max-width: 1100px) and (min-width: 749px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*----------共通設定 sp----------*/
@media only screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
    overflow-x: hidden;
    overscroll-behavior: none;
  }
  body {
    overflow: hidden;
  }
  footer {
    margin-top: 0;
  }
  header {
    height: 24.2666666667vw !important;
  }
  #Contents {
    padding-top: 24.2666666667vw !important;
  }
}
/*----------LP normalize SP----------*/
#Contents {
  margin-top: 0;
}

footer {
  margin-top: 0;
}

.lp_contents {
  width: 100%;
  font-family: var(--font);
}
.lp_contents * {
  box-sizing: border-box;
}
.lp_contents img {
  height: auto;
  opacity: 1;
  width: 100%;
}
.lp_contents a {
  text-decoration: none;
}
.lp_contents picture, .lp_contents a {
  display: block;
}
.lp_contents p, .lp_contents ul, .lp_contentsol, .lp_contentsdl {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .lp_contents .section__inner {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1101px) {
  header {
    height: 18.2rem !important;
  }
  #Contents {
    padding-top: 18.2rem !important;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 769px) {
  header {
    height: 16.5454545455vw !important;
  }
  #Contents {
    padding-top: 16.5454545455vw !important;
  }
}
/*----------LP normalize PC----------*/
@media only screen and (min-width: 751px) {
  html {
    overflow-x: hidden;
  }
  #Wrap {
    width: 100% !important;
  }
  .wrapTop, .wrapBottom {
    width: 100% !important;
  }
  #Contents {
    max-width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }
  .lp_contents .sp_only {
    display: none;
  }
  .lp_contents .pc_only {
    display: block;
  }
}
/*----------装飾----------*/
.line-marker {
  text-align: center;
}
.line-marker span {
  position: relative;
  z-index: 0;
}
.line-marker span::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1.4rem;
  background: #D6A69E;
  bottom: 0.4rem;
  padding: 0 1rem;
  left: -1rem;
  z-index: -1;
}

/*----------アニメーション----------*/
.fadein {
  opacity: 0;
  transition: opacity 1s;
}

.fadein.fade-active {
  opacity: 1;
}

.fadeup {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadeup.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.moveup {
  position: relative;
  overflow: hidden;
}
.moveup .moveup_inner {
  display: inline-block;
  opacity: 1;
  transform: translateY(15rem);
  transition: transform 1s;
}

.moveup.fade-active .moveup_inner {
  opacity: 1;
  transform: translateY(0) translateZ(0) !important;
  transition: cubic-bezier(0.26, 0.09999, 0.14, 1), transform 1s;
}

.fadeup-load {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadeup-load.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadein-load {
  opacity: 0;
  transition: opacity 1s;
}

.fadein-load.fade-active {
  opacity: 1;
  transition: opacity 1s;
}

.fadeup-load {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadeup-load.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadeup-load_2 {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 1s 1s, transform 1s 1s;
}

.fadeup-load_2.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 1s 1s, transform 1s 1s;
}

.moveup-load {
  opacity: 1;
  transform: translateY(15rem);
  transition: transform 1s;
}

.moveup-load.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: cubic-bezier(0.26, 0.09999, 0.14, 1), transform 1s;
}

@keyframes imgMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* ===================================
              ANIME
=================================== */
.fade_txt {
  transform: translate(0px, 50px);
  transition: all 1.5s ease-out;
  display: block;
}

.effect .fadetxt .fade_txt {
  transform: translate(0px, 0px);
}

/* left-right */
.fade_left {
  transition-duration: 2s;
  width: 0;
  overflow: hidden;
}

.effect.fade_left {
  width: 100%;
}

/* toptxt blur*/
.mv_txt {
  opacity: 0;
  transform: translateY(40px);
}

.effect .mv_txt {
  animation: fadein_anime 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra_anime 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

@keyframes fadein_anime {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes tra_anime {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
/* ===================
  　　　Animation
=================== */
/* -- keyframes -- */
@keyframes opa0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opa1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa2 {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes tra1 {
  100% {
    transform: translateX(0);
  }
}
@keyframes tra2 {
  100% {
    transform: translateY(0);
  }
}
@keyframes tra3 {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes tra3_2 {
  0% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes tra4 {
  0% {
    transform: translateX(6%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes tra5 {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes tra6 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.ef {
  opacity: 0;
}
.ef.effect {
  animation: opa1 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef0 {
  opacity: 0;
}
.ef0.effect {
  animation: opa1 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef2 {
  opacity: 0;
}
.ef2.effect {
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.fadein-ready {
  opacity: 0;
}
.fadein-ready.fade-active {
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0.8s 1 forwards;
}

.ef-top {
  opacity: 0;
  transform: translateY(50px);
}
.ef-top.effect {
  animation: opa1 0.8s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top2 {
  opacity: 0;
  transform: translateY(40px);
}
.ef-top2.effect {
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3_2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-right {
  opacity: 0;
  transform: translateX(6%);
}
.ef-right.effect {
  animation: opa1 1.2s ease-in 0s 1 forwards, tra4 1.2s ease-in-out 0s 1 forwards;
}

.ef-left {
  opacity: 0;
}
.ef-left.effect {
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra5 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-lg.effect {
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra6 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

/*----------layout pc----------*/
.lp_contents {
  display: block;
  color: var(--text-main);
  position: relative;
  font-family: var(--font);
  font-weight: 400;
  letter-spacing: 0.1em;
  /*font-feature-settings: "palt";*/
  /* ===================================
                MAIN VISUAL
  =================================== */
  /* ===================================
                ALL
  =================================== */
  /* ===================================
                   //ALL
  =================================== */
  /* ===================================
             LIMITED PRODUCT
  =================================== */
  /* ===================================
             Shop From Home
  =================================== */
  /* ===================================
             SPECIAL EVENT
  =================================== */
  /* ===================================
              LIMITED KIT
  =================================== */
  /* ===================================
            SPECIAL PROMOTION
  =================================== */
  /* ===================================
                 INFO
  =================================== */
}
.lp_contents .sp_only {
  display: none;
}
.lp_contents .pc_only {
  display: block;
}
.lp_contents .sec__title {
  margin: 0;
  text-align: center;
  position: relative;
}
.lp_contents .sec__title .title__rubi {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.lp_contents .sec__title .title__name {
  display: block;
  margin: 1.3rem 0 0 0;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
}
.lp_contents .mv_area {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  background: #FCF5ED;
}
.lp_contents .mv_area .mv_img {
  max-width: 58%;
}
.lp_contents .mv_area .mv_txt {
  margin-top: -9.8rem;
  width: 42%;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
.lp_contents .mv_area .mv_txt .mv_title {
  margin: 0 auto 0;
  font-size: 4.5rem;
  letter-spacing: 0.055em;
  line-height: 0.9;
}
.lp_contents .mv_area .mv_txt .mv_title .num {
  font-size: 7rem;
  letter-spacing: 0.055em;
}
.lp_contents .mv_area .mv_txt .ttl_limited {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.2rem;
  height: 4.2rem;
  margin: 5.5rem auto 0;
  border: 1px solid #D37A71;
  color: #D37A71;
  font-size: 2.8rem;
  letter-spacing: 0.055em;
  line-height: 1;
}
.lp_contents .mv_area .mv_txt .product_title {
  margin-top: 1.6rem;
}
.lp_contents .mv_area .mv_txt .product_title span {
  display: block;
}
.lp_contents .mv_area .mv_txt .product_title .sub_ttl {
  display: inline-block;
  padding: 0.3rem 2rem;
  font-size: 2.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #D37A71;
  border: 1px solid #bc5959;
}
.lp_contents .mv_area .mv_txt .product_title .main_ttl {
  font-size: 6rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.055em;
  color: #D37A71;
}
.lp_contents .mv_area .mv_txt .sub_txt {
  font-weight: 400;
  font-style: normal;
  color: var(--text-main);
  letter-spacing: 0.08em;
  line-height: 1;
}
.lp_contents .mv_area .mv_txt .sub_txtWrap {
  margin: 7rem 0 0 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.lp_contents .mv_area .mv_txt .txt_data {
  position: relative;
}
.lp_contents .mv_area .mv_txt .txt_data::before {
  display: none;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 4rem;
  border-bottom: 1px solid #bc5959;
  content: "";
}
.lp_contents .mv_area .mv_txt .txt_data .txt_time {
  margin-right: 0.6rem;
  font-size: 3.5rem;
  letter-spacing: 0.055em;
}
.lp_contents .mv_area .mv_txt .txt_data .txt_week {
  font-size: 2rem;
  letter-spacing: 0.055em;
}
.lp_contents .mv_area .mv_txt .sub_txt.txt_cont {
  margin: 0 0 0 1.4rem;
  font-weight: 300;
  font-family: 游明朝体, YuMincho, "游明朝 Medium", "Yu Mincho", "Hiragino Mincho ProN", HGS明朝E, yumin, メイリオ, serif;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.055em;
}
@media screen and (min-width: 2000px) {
  .lp_contents .mv_area .mv_img {
    max-width: 54%;
  }
}
.lp_contents .ttl {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.8rem;
  line-height: 4.8rem;
  letter-spacing: 0.021em;
  color: var(--text-main);
}
.lp_contents .txt_catch {
  font-family: var(--font-mincho);
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 4.9rem;
  letter-spacing: 0.2em;
  color: var(--text-main);
}
.lp_contents .txt_desc {
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0;
  color: #282828;
}
.lp_contents .product_section {
  position: relative;
  z-index: 1;
  background: rgb(255, 245, 227);
  background: linear-gradient(134deg, rgb(255, 245, 227) 2%, rgb(231, 191, 172) 50%, rgb(234, 188, 173) 62%, rgb(214, 161, 138) 86%);
  background-size: cover;
}
.lp_contents .product_section .product_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 120rem;
  padding: 11.7rem 0 3rem 4rem;
  margin: auto;
}
.lp_contents .product_section .product_inner .eye_img {
  width: 55rem;
  margin: 0.5rem 0 0 0;
}
.lp_contents .product_section .product_inner .eye_img img {
  margin-right: 0;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.lp_contents .product_section .product_inner .txt_catch {
  margin-top: 4.5rem;
}
.lp_contents .product_section .product_inner .txt_catch span {
  display: block;
  white-space: nowrap;
  letter-spacing: 0.17em;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-weight: 300;
}
.lp_contents .product_section .product_inner .txt_desc {
  margin-top: 2.6rem;
  width: 47.6rem;
}
.lp_contents .product_section .limited_area {
  position: relative;
  margin-top: 4rem;
  font-style: normal;
}
.lp_contents .product_section .limited_area .limited_inner {
  width: 51.5rem;
  padding: 3rem;
  background: #F4D5C6;
  border-radius: 1rem;
}
.lp_contents .product_section .limited_area .limited_inner dl {
  display: flex;
  align-items: center;
}
.lp_contents .product_section .limited_area .limited_ttl span {
  display: inline-block;
  height: 2.1rem;
  padding: 0.45rem 1.8rem 0;
  background: #544643;
  border-radius: 1rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
.lp_contents .product_section .limited_area .limited_txt {
  padding-left: 1rem;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.lp_contents .product_section .limited_area .limited_txt span:nth-of-type(1), .lp_contents .product_section .limited_area .limited_txt span:nth-of-type(2) {
  margin-right: 1rem;
}
.lp_contents .product_section .limited_area .name {
  margin-top: 2.2rem;
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.05em;
  color: var(--text-main);
  font-feature-settings: "palt";
}
.lp_contents .product_section .limited_area .price {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0.03em;
}
.lp_contents .product_section .limited_area .price .txt_tax {
  font-size: 1.2rem;
}
.lp_contents .product_section .product_img {
  position: relative;
}
.lp_contents .product_section .product_img .txt_sm {
  margin-top: -1.5rem;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2.5rem;
  letter-spacing: 0.04em;
  text-align: right;
}
.lp_contents .product_section .product_inner .btn_modal_thumb {
  position: absolute;
  left: -7.5rem;
  bottom: 1rem;
  width: 18rem;
  height: 18rem;
  content: "";
}
.lp_contents .product_section .product_inner .btn_modal_thumb img {
  border-radius: 9rem;
}
.lp_contents .product_section .product_inner .btn_modal_thumb a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 10rem;
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  content: "";
  animation: dots-anime 2s ease-in-out infinite;
}
.lp_contents .product_section .txt_sm {
  width: 100%;
  text-align: right;
  margin: 6.2rem 0rem 0 0;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #333333;
}
@keyframes dots-anime {
  0% {
    transform: translate(-50%, -50%) scale(0%);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(100%);
    opacity: 0;
  }
}
.lp_contents .shop_section {
  background-color: #FCF5ED;
  padding: 7.8rem 23.2rem 8.6rem 24rem;
}
.lp_contents .survice_area {
  max-width: 140rem;
  margin: 0 auto;
}
.lp_contents .survice_area .ttl .ttl_sub {
  font-family: var(--font);
  font-size: 1.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  margin-left: 2rem;
}
.lp_contents .survice_area dl {
  margin: 3.3rem 0 0 0;
  color: #282828;
}
.lp_contents .survice_area dl .survice_ttl {
  font-size: 2rem;
  letter-spacing: 0;
}
.lp_contents .survice_area dl .survice_ttl:nth-of-type(2) {
  margin: 5.6rem 0 0 0;
}
.lp_contents .survice_area dl .survice_other {
  margin: 2.5rem 0 0 0;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
}
.lp_contents .survice_area dl .survice_other .lumine_link {
  display: inline-block;
  text-decoration: underline;
}
.lp_contents .survice_area dl .lumine_qr {
  width: 8rem;
  height: 8rem;
  margin: 1.8rem 0 0 0;
}
.lp_contents .survice_area dl .info_tel {
  margin: 4.5rem 0 0 0;
}
.lp_contents .event_section {
  position: relative;
}
.lp_contents .event_section::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5;
  width: 100%;
  height: 100vh;
  background: url(../img/bg_pc_clip.jpg) no-repeat;
  background-position: 50% 100%;
  background-attachment: fixed;
  background-size: cover;
}
.lp_contents .shop_area .shop_home .txt_desc {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.lp_contents .shop_area .QR_code {
  width: 8rem;
}
.lp_contents .spEvent {
  padding: 9rem 0 9rem;
}
.lp_contents .shop_area .spEvent .spEvent_inner {
  position: relative;
  z-index: 0;
  padding: 3.3rem 3rem 3rem;
  margin: auto;
  width: 52rem;
  text-align: center;
  background: #FAFAFA;
  border-radius: 2rem;
  z-index: 0;
}
.lp_contents .shop_area .spEvent .spEvent_inner::before {
  font-family: "Cormorant Garamond", "ryo-gothic-plusn", sans-serif;
  position: absolute;
  content: "";
  border: 1px solid #fff;
  border-radius: 2rem;
  top: -1rem;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
  z-index: -1;
}
.lp_contents .shop_area .spEvent .spEvent_inner .ttl {
  color: #D37A71;
}
.lp_contents .shop_area .spEvent .spEvent_inner .txt_desc .span02 {
  margin-top: 3rem;
}
.lp_contents .event_section .ttl {
  margin-bottom: 3.6rem;
}
.lp_contents .event_section .txt_obi {
  display: inline-block;
  margin: 0 auto 1rem;
  padding: 0.2rem 1rem;
  border: 1px solid #bc5959;
  border-radius: 0.5rem;
  color: #bc5959;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
.lp_contents .event_section .txt_bold {
  display: inline-block;
  padding: 2rem 0 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.lp_contents .event_section .txt_bold:first-child {
  padding-top: 0;
}
.lp_contents .event_section .txt_data {
  font-size: 1.6rem;
}
.lp_contents .event_section .txt_data img {
  display: block;
  width: 2rem;
}
.lp_contents .event_section .txt_data a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
  text-decoration: underline;
  margin-top: 1.6rem;
}
@keyframes igmAnime {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.lp_contents .thumb_igmlive-inner {
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDD8D8;
}
.lp_contents .thumb_igmlive-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 100%;
  background: #fff;
  transform: scale(0.5);
  opacity: 0.4;
  animation: igmAnime2 1.6s cubic-bezier(0.51, 0.21, 0.41, 1) 1.6s infinite;
  content: "";
}
.lp_contents .bnr_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.6rem;
  height: 14.6rem;
  margin: 3.2rem auto 0;
  border: 1px solid #DDD8D8;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  position: relative;
  background-image: url(../img/instagram_bg.png);
  background-size: cover;
  /*&::before {
    display: block;
    position: absolute;
    content: '';
    top: -4.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 14.6rem;
    height: 14.6rem;
    background: rgb(245,203,69);
    background: linear-gradient(90deg, rgba(245,203,69,1) 13%, rgba(231,61,83,1) 53%, rgba(191,45,191,1) 100%);
    border-radius: 50%;
  }
  &::after {
    display: block;
    position: absolute;
    content: '';
    top: -2.3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 12.3rem;
    height: 12.3rem;
    background-color: var(--white);
    border-radius: 50%;
  }*/
}
.lp_contents .bnr_link a:hover {
  opacity: 0.6;
}
.lp_contents .bnr_link small {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #b7b7b7;
}
.lp_contents .bnr_link img {
  display: block;
  position: relative;
  z-index: 1;
  width: 12rem;
  height: 12rem;
  border-radius: 100%;
  transform: scale(0.8);
  animation: igmAnime 1.6s cubic-bezier(0.51, 0.21, 0.41, 1) 1.6s infinite;
}
.lp_contents .limited_section {
  background: #FFF0E6;
  padding-top: 10rem;
}
.lp_contents .limited_section .ttl {
  color: #D37A71;
}
.lp_contents .limited_section .inner {
  padding-bottom: 12rem;
  margin: auto;
  max-width: 110rem;
}
.lp_contents .limited_list {
  padding-top: 4rem;
}
.lp_contents .limited_list > ul {
  display: block;
  margin-left: -6rem;
}
.lp_contents .limited_list > ul > li {
  width: 100%;
  padding: 0 0 0 6rem;
  position: relative;
}
.lp_contents .limited_list > ul > li:nth-of-type(2) {
  margin: 2rem 0 0 0;
}
.lp_contents .limited_list > ul > li:nth-of-type(2) .lmited_text {
  margin: 1rem 0 0 0;
}
.lp_contents .limited_list .limited_list__inner {
  display: flex;
  height: 100%;
  padding: 5rem 7rem 5rem 7rem;
  background: #fff;
  box-shadow: 0 0 20px rgba(147, 94, 60, 0.16);
  border-radius: 2rem;
}
.lp_contents .limited_list .txt_obi {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0 0.8rem;
  border: 1px solid #bc5959;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  color: #bc5959;
  font-family: "Cormorant Garamond", serif;
}
.lp_contents .limited_list .txt_obi .txt_day {
  font-size: 1.8rem;
}
.lp_contents .limited_list .txt_obi .txt_week {
  font-size: 1.4rem;
}
.lp_contents .limited_list .limited_list__inner > .txt_obi {
  position: relative;
  top: 2rem;
  left: -0.8rem;
}
.lp_contents .limited_list .img_thumb {
  width: 40rem;
  margin: 0 0 0 7.5rem;
}
.lp_contents .limited_list .img_thumb._02 {
  width: 43rem;
}
.lp_contents .limited_list .img_thumb img {
  display: block;
}
.lp_contents .limited_list .img_thumb img:nth-of-type(2) {
  margin-top: 1rem;
}
.lp_contents .limited_list .lmited_text {
  width: 47rem;
  margin: 2rem 0 0 0;
}
.lp_contents .limited_list .txt_name {
  font-size: 2rem;
  color: #D37A71;
  letter-spacing: 0;
}
.lp_contents .limited_list .txt_price {
  font-size: 1.6rem;
  margin-top: 1.3rem;
  letter-spacing: 0;
  color: #282828;
}
.lp_contents .limited_list .txt_price .txt_tax {
  font-size: 1.3rem;
}
.lp_contents .limited_list .limited_cont {
  margin: 2.2rem 0 0;
  padding: 1.8rem 0 0;
  border-top: 1px solid #D8CFCB;
  color: #282828;
}
.lp_contents .limited_list .limited_cont .cont_list {
  font-size: 1.4rem;
  padding: 0 0 0 1.2rem;
}
.lp_contents .limited_list .limited_cont .cont_list li {
  margin-bottom: 0.8rem;
  position: relative;
  letter-spacing: 0.012em;
  font-feature-settings: "palt";
}
.lp_contents .limited_list .limited_cont .cont_list li:last-child {
  margin-bottom: 0;
}
.lp_contents .limited_list .limited_cont .cont_list li::before {
  position: absolute;
  left: -1.5rem;
  content: "・";
}
.lp_contents .limited_list .limited_cont .cont_list sup {
  color: #D37A71;
  top: 0;
  padding-left: 0.4rem;
  font-size: 100%;
}
.lp_contents .limited_list .limited_cont .txt_sm {
  position: absolute;
  bottom: 6rem;
  color: #bc5959;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
}
.lp_contents .promotion_section .spEvent .spEvent_inner {
  position: relative;
  padding-bottom: 6rem;
  background: #FAFAFA;
}
.lp_contents .promotion_section .ttl {
  margin-bottom: 1.5rem;
}
.lp_contents .promotion_section .txt_bold {
  display: inline !important;
  color: #bc5959;
  font-weight: bold;
}
.lp_contents .promotion_section .img_main {
  overflow: hidden;
  border-radius: 1rem;
}
.lp_contents .info_section {
  position: relative;
  z-index: 1;
  padding: 8.5rem 0 10rem;
  background: #FCF5ED;
}
.lp_contents .info_inner {
  max-width: 140rem;
  display: flex;
  margin: 0 auto;
  padding: 0 10rem 0 24rem;
  justify-content: center;
}
.lp_contents .info_inner .text_blk {
  margin-top: 3rem;
  min-width: 40rem;
}
.lp_contents .info_inner .text_blk .ttl {
  margin-bottom: 3.8rem;
}
.lp_contents .info_inner .text_blk .shop_add {
  font-weight: 400;
  font-style: normal;
  color: #333;
}
.lp_contents .info_inner .text_blk .shop_add.txt_lg {
  margin-bottom: 0.3rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
.lp_contents .info_inner .text_blk .shop_add.txt_desc {
  margin-top: 0;
  letter-spacing: 0.03em;
}
.lp_contents .info_inner .map_blk {
  margin-left: 6rem;
}
.lp_contents .info_inner .map_blk iframe {
  width: 60rem;
  height: 24rem;
  border-radius: 1rem;
  box-shadow: 0 0 3rem #e0cdc9;
}
.lp_contents .info_section .bnr_link {
  width: 50rem;
  font-size: 1.4rem;
}
.lp_contents .item__sec {
  margin: 0 auto;
  padding: 6rem 0 10rem;
}
.lp_contents .item__sec .section__inner {
  width: 100%;
  margin: 0 0 0 auto;
}
.lp_contents .item__sec .item__block.pc_only {
  display: flex !important;
  width: 98.4rem;
  margin: 0 auto;
}
.lp_contents .item__sec .item__block.pc_only .item__textWrap {
  padding-top: 15.2rem;
}
.lp_contents .item__sec .item__block.pc_only .item__lead {
  font-family: var(--font-mincho);
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: left;
}
.lp_contents .item__sec .item__block.pc_only .item__img {
  width: 46.8rem;
  height: 46.5rem;
  margin: 0;
}
.lp_contents .item__sec .item__block.pc_only .item__img img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
}
.lp_contents .item__sec .item__block.pc_only .item__creditWrap {
  display: flex;
}
.lp_contents .item__sec .item__block.pc_only .item__credit {
  margin: 3.9rem 0 0 0;
  text-align: left;
  font-weight: 400;
}
.lp_contents .item__sec .item__block.pc_only .item__credit .item__name {
  padding: 0;
  color: #C3A19B;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}
.lp_contents .item__sec .item__block.pc_only .item__credit .item__name span {
  line-height: 1;
  letter-spacing: 0.04em;
}
.lp_contents .item__sec .item__block.pc_only .item__credit .item__name span:nth-of-type(2) {
  display: inline-block;
  margin-left: 1.5rem;
  font-size: 2rem;
  letter-spacing: 0.01em;
  font-family: var(--font-num);
  line-height: 1;
}
.lp_contents .item__sec .item__block.pc_only .item__credit .item__name span:nth-of-type(2) .lmited_text {
  margin: 1rem 0 0 0;
}
.lp_contents .item__sec .item__block.pc_only .item__credit .item__price {
  margin: 0.8rem 0 0 0;
  font-family: var(--font-num);
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.01em;
}
.lp_contents .item__sec .item__block.pc_only .item__credit .item__price .item__tax {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
.lp_contents .item__sec .item__block.pc_only .item__buy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 4rem;
  margin: 4.2rem 0 0 7.8rem;
  background-color: #d8c1bb;
  line-height: 1;
  color: var(--white);
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
.lp_contents .item__sec .item__block.pc_only .item__desc {
  margin: 3rem 0 0 0;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
}
.lp_contents .item__sec .item__block.sp_only {
  display: none !important;
}
.lp_contents .item__sec .item__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 71.4rem;
  margin: 8rem auto 0;
}
.lp_contents .item__sec .item__list .item__wrap {
  display: block;
  width: 100%;
  position: relative;
}
.lp_contents .item__sec .item__list .item__wrap.item_01 {
  width: 26.65rem;
}
.lp_contents .item__sec .item__list .item__wrap.item_02 {
  width: 21.7rem;
  margin: 0 0 0 17.4rem;
}
.lp_contents .point__sec {
  max-width: 140rem;
  margin: 0 auto;
}
.lp_contents .point__sec .section__inner {
  overflow: visible;
  padding: 10rem 0 9.6rem;
}
.lp_contents .point__sec .point__wrap {
  text-align: center;
}
.lp_contents .point__sec .point__wrap._01 {
  padding: 6.5rem 0 0 0;
  font-weight: 300;
}
.lp_contents .point__sec .point__wrap._01::after {
  top: -15rem;
  left: auto;
  right: -30rem;
  width: 81rem;
  height: 79.4rem;
}
.lp_contents .point__sec .point__wrap._01 .point__block:nth-of-type(2) {
  margin: 6.6rem 0 0 0;
}
.lp_contents .point__sec .point__wrap._01 .point__block:nth-of-type(2) .point__img {
  width: 87.1rem;
  margin: 5rem auto 0;
}
.lp_contents .point__sec .point__wrap._02 {
  padding: 6.4rem 0 0 0;
}
.lp_contents .point__sec .point__wrap._02::after {
  top: -27.4rem;
  left: -36.5rem;
  width: 87.1rem;
  height: 87.1rem;
}
.lp_contents .point__sec .point__wrap._03 {
  padding: 5.7rem 0 0 0;
}
.lp_contents .point__sec .point__wrap._03::after {
  top: -22.3rem;
  right: -39.2rem;
  left: auto;
  width: 90rem;
  height: 90rem;
}
.lp_contents .point__sec .point__wrap._03 .point__block .point__img {
  width: 88.4rem;
  margin: 4rem auto 0;
  position: relative;
  left: -0.6rem;
}
.lp_contents .point__sec .point__num {
  font-size: 5rem;
  line-height: 1;
}
.lp_contents .point__sec .point__lead {
  margin: 2.3rem 0 0 0;
  font-size: 2.2rem;
  line-height: 2;
}
.lp_contents .point__sec .point__lead .small_text {
  font-size: 1.2rem;
  line-height: 1;
}
.lp_contents .point__sec .point__block {
  margin: 5.8rem 0 0 0;
  padding: 0 4rem;
}
.lp_contents .point__sec .point__block .point__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 98rem;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1;
}
.lp_contents .point__sec .point__block .point__heading span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 5rem;
  width: 100%;
  background-color: #E6E2E1;
}
.lp_contents .point__sec .point__block .point__heading span._01 {
  width: 66rem;
}
.lp_contents .point__sec .point__block .point__heading span._02 {
  width: 31rem;
}
.lp_contents .point__sec .point__block .point__desc {
  margin: 4rem 0 0 0;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.125em;
  line-height: 2;
}
.lp_contents .point__sec .point__block .point__img {
  width: 87.2rem;
  margin: 4.3rem auto 0;
}
.lp_contents .point__sec .point__block .point__img img {
  image-rendering: -moz-crisp-edges;
}
.lp_contents .point__sec .campaign__caution {
  margin-top: 4.8rem;
  font-size: 2rem;
  line-height: 1.85;
}
.lp_contents .bf-af__sec .section__inner {
  padding: 10.1rem 0 9.2rem 0;
  background-image: url(../img/bf-af_bg_pc.jpg);
}
.lp_contents .bf-af__sec .bf-af__img {
  width: 69rem;
  margin: 5rem auto 0;
}
.lp_contents .bf-af__sec .bf-af__caption {
  margin: 3.9rem 0 0 0;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.125em;
  line-height: 1;
}
.lp_contents .bf-af__sec .bf-af__text {
  text-align: center;
  margin: 4.2rem 0 0 0;
  font-size: 1.6rem;
  letter-spacing: 0.125em;
  line-height: 2;
}
.lp_contents .howto__sec .section__inner {
  width: 100%;
  padding: 10rem 0 10rem 0;
}
.lp_contents .howto__sec .howto__subtitle {
  text-align: center;
  margin: 7.1rem 0 0 0;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_contents .howto__sec .howto__subtitle .subtitle__small {
  display: inline;
  margin: 2.2rem 0 0 0;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.lp_contents .howto__sec .howto__subtitle.subtitle__02 {
  margin: 6.4rem 0 0 0;
}
.lp_contents .howto__sec .howto__subtitle.subtitle__03 {
  margin: 6rem 0 0 0;
  line-height: 1;
}
.lp_contents .howto__sec .howto__subtitle.subtitle__03 + .howto__text {
  margin: 2.6rem 0 0 0;
}
.lp_contents .howto__sec .howto__text {
  text-align: center;
  margin: 2.2rem 0 0 0;
  font-size: 1.4rem;
  line-height: 2;
}
.lp_contents .howto__sec .item__buy {
  width: 40rem;
  height: 6rem;
  margin: 9.2rem auto 0;
  font-size: 2.3rem;
}
.lp_contents .step__sec .section__inner {
  padding: 10rem 0 10rem;
  background-color: #E6E2E1;
}
.lp_contents .step__sec .step__wrap {
  margin: 9.5rem auto 0;
  width: 75.9rem;
}
.lp_contents .step__sec .step__guide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.lp_contents .step__sec .step__guide:nth-of-type(2) {
  margin: 9.3rem 0 0 0;
}
.lp_contents .step__sec .step__guide li {
  height: 17rem;
  width: 17rem;
}
.lp_contents .step__sec .step__guide li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_contents .step__sec .step__guide li a .step__text {
  position: absolute;
  font-size: 1.6rem;
  color: #C3A09A;
  font-weight: 400;
  bottom: -4.4rem;
  text-align: center;
  white-space: nowrap;
}
.lp_contents .step__sec .step__guide li.step_02 a::before {
  top: -2.6rem;
  width: 17.1rem;
  height: 17rem;
}
.lp_contents .step__sec .step__guide li:nth-of-type(n+2)::after {
  display: block;
  position: absolute;
  content: "";
  top: 44%;
  left: -5.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

/*----------layout sp----------*/
@media only screen and (max-width: 767px) {
  .lp_contents {
    display: block;
    color: var(--text-main);
    position: relative;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-family: var(--font);
    overflow: hidden;
    /* ===================================
                  MAIN VISUAL
    =================================== */
    /* ===================================
                    ALL
    =================================== */
    /* ===================================
              LIMITED PRODUCT
    =================================== */
    /* ===================================
               Shop From Home
    =================================== */
    /* ===================================
                 SPECIAL EVENT
      =================================== */
    /* ===================================
                LIMITED KIT
    =================================== */
    /* ===================================
              SPECIAL PROMOTION
    =================================== */
    /* ===================================
                  INFO
    =================================== */
  }
  .lp_contents::before {
    background: url(../img/bg_sp_clip.jpg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .lp_contents .sp_only {
    display: block;
  }
  .lp_contents .sp_only.share-txt {
    position: absolute;
    bottom: 7.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0;
  }
  .lp_contents .pc_only {
    display: none;
  }
  .lp_contents .item__buy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 7.6rem;
    margin: 6.8rem auto 0;
    background-color: #d8c1bb;
    line-height: 1;
    color: var(--white);
    font-family: var(--font-num);
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .lp_contents .btn__floating_buy {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 13.9rem;
    background-color: #d8c1bb;
    line-height: 1;
    color: var(--white);
    font-family: var(--font-num);
    font-size: 3.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: left;
    position: relative;
    z-index: 1;
  }
  .lp_contents .btn__floating_buy::after {
    display: block;
    position: absolute;
    content: "";
    top: 54%;
    transform: translateY(-50%);
    left: 7.3rem;
    width: 3.9rem;
    height: 3.9rem;
    background-image: url(../img/cart_icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .lp_contents .sec__title {
    margin: 0;
    text-align: center;
    position: relative;
  }
  .lp_contents .sec__title .title__rubi {
    display: block;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .lp_contents .sec__title .title__name {
    display: block;
    margin: 2.2rem 0 0 0;
    font-weight: 300;
    font-family: var(--font-en);
    font-size: 4.8rem;
    line-height: 1;
    letter-spacing: 0.075em;
    text-align: center;
  }
  .lp_contents .sec__title .title__name span {
    display: inline-block;
    padding: 0 3rem 0 2.2rem;
  }
  .lp_contents .mv_area {
    display: block;
    padding-bottom: 13rem;
  }
  .lp_contents .mv_area .mv_img {
    max-width: 100%;
  }
  .lp_contents .mv_area .mv_txt {
    transform: translateY(-2rem);
    margin-top: 0;
    width: 100%;
  }
  .lp_contents .mv_area .mv_txt .mv_title {
    font-size: 5.4rem;
    line-height: 0.9;
    letter-spacing: 0.9;
  }
  .lp_contents .mv_area .mv_txt .mv_title img {
    width: 25.641025641vw;
  }
  .lp_contents .mv_area .mv_txt .mv_title .num {
    font-size: 11.5384615385vw;
  }
  .lp_contents .mv_area .mv_txt .ttl_limited {
    width: 37.6rem;
    height: 4.6rem;
    margin: 6rem auto 0;
    padding-top: 0.3rem;
    font-size: 3.6rem;
  }
  .lp_contents .mv_area .mv_txt .product_title {
    margin-top: 2.3rem;
  }
  .lp_contents .mv_area .mv_txt .product_title .main_ttl {
    font-size: 8.4rem;
    line-height: 1;
    letter-spacing: 0.038em;
  }
  .lp_contents .mv_area .mv_txt .sub_txtWrap {
    display: block;
    margin: 5.3rem 0 0 0;
  }
  .lp_contents .mv_area .mv_txt .sub_txt {
    display: flex;
    justify-content: center;
    align-items: baseline;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .lp_contents .mv_area .mv_txt .sub_txt .txt_time {
    margin-right: 1rem;
    font-size: 5.4rem;
  }
  .lp_contents .mv_area .mv_txt .sub_txt .txt_week {
    margin-right: 0;
    font-size: 3rem;
  }
  .lp_contents .mv_area .mv_txt .sub_txt.txt_cont {
    display: block;
    margin-left: 0;
    padding-top: 2rem;
    padding-bottom: 0;
    font-size: 3rem;
    letter-spacing: 0.038em;
    line-height: 1;
  }
  .lp_contents .ttl {
    font-size: 6.8rem;
    line-height: 1;
    letter-spacing: 0;
  }
  .lp_contents .txt_desc {
    font-size: 2.6rem;
    font-family: var(--font);
  }
  .lp_contents .product_section {
    background: rgb(255, 245, 227);
    background: linear-gradient(140deg, rgb(255, 245, 227) 4%, rgb(231, 191, 172) 61%, rgb(234, 188, 173) 73%, rgba(214, 161, 138, 0.98) 100%);
  }
  .lp_contents .product_section .product_inner {
    width: auto;
    padding: 11.8rem 4.8rem 6.8rem;
    justify-content: inherit;
    flex-direction: column-reverse;
  }
  .lp_contents .product_section .product_inner .product_txt {
    width: 100%;
    margin: 0 auto;
  }
  .lp_contents .product_section .product_inner .txt_sm {
    margin: 0;
  }
  .lp_contents .product_section .product_inner .product_img {
    width: 65.4rem;
  }
  .lp_contents .product_section .product_inner .eye_img {
    width: auto;
    margin: 4.5rem 0 0 0;
  }
  .lp_contents .product_section .product_inner .txt_catch {
    margin-top: 5.5rem;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
  .lp_contents .product_section .product_inner .txt_catch span {
    font-size: 4rem;
  }
  .lp_contents .product_section .product_inner .txt_desc {
    line-height: 1.9230769231;
  }
  .lp_contents .product_section .product_inner .txt_desc:nth-of-type(1) {
    margin-top: 6rem;
    width: 100%;
    font-size: 2.6rem;
    font-feature-settings: "palt";
    letter-spacing: 0;
    text-align: justify;
  }
  .lp_contents .product_section .limited_area {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 7.6rem;
    width: auto;
    padding: 4.3rem 0 5rem;
    border-radius: 4rem;
    background-color: #EFCFBF;
  }
  .lp_contents .product_section .limited_area .limited_inner {
    width: auto;
    padding: 0;
    border-radius: 4rem;
    background-color: #EFCFBF;
  }
  .lp_contents .product_section .limited_area .limited_inner dl {
    display: block;
  }
  .lp_contents .product_section .limited_area .limited_inner dt {
    display: block;
    padding: 0;
    margin: auto;
  }
  .lp_contents .product_section .limited_area .limited_inner dd {
    display: flex;
    padding: 0;
    margin: 2.7rem 0 0 0;
    line-height: 1;
  }
  .lp_contents .product_section .limited_area .limited_ttl span {
    height: 4rem;
    padding: 0.1rem 3rem 0;
    border-radius: 2rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 2.4rem;
  }
  .lp_contents .product_section .limited_area .limited_txt {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    white-space: normal;
  }
  .lp_contents .product_section .limited_area .limited_txt span:nth-of-type(1), .lp_contents .product_section .limited_area .limited_txt span:nth-of-type(2) {
    padding: 0;
    line-height: 1;
    font-size: 2.4rem;
  }
  .lp_contents .product_section .limited_area .limited_txt span:nth-of-type(1) {
    padding-left: 0;
    margin-right: 1rem;
  }
  .lp_contents .product_section .limited_area .limited_txt span:nth-of-type(2) {
    padding-left: 0;
    margin-right: 0;
  }
  .lp_contents .product_section .limited_area .name {
    margin-top: 3.4rem;
    font-size: 3.4rem;
    line-height: 0.82;
    letter-spacing: 0.04em;
  }
  .lp_contents .product_section .limited_area .price {
    margin-top: 4.2rem;
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .lp_contents .product_section .limited_area .price .txt_tax {
    font-size: 2.6rem;
  }
  .lp_contents .product_section .product_txt .txt_sm {
    padding-top: 8.8rem;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: left;
    font-feature-settings: "palt";
  }
  .lp_contents .shop_section {
    padding: 15.2rem 4rem 17rem 5rem;
  }
  .lp_contents .survice_area {
    display: block;
    font-family: var(--font);
    font-size: 2.6rem;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
  }
  .lp_contents .survice_area .ttl .ttl_sub {
    display: block;
    font-family: var(--font);
    font-size: 2.6rem;
    font-feature-settings: "palt";
    letter-spacing: 0;
    margin: 3.6rem 0 0 0;
  }
  .lp_contents .survice_area dl {
    margin: 8.3rem 0 0 0;
  }
  .lp_contents .survice_area dl .survice_ttl {
    font-size: 3rem;
    letter-spacing: 0;
  }
  .lp_contents .survice_area dl .survice_ttl:nth-of-type(2) {
    margin: 8.6rem 0 0 0;
  }
  .lp_contents .survice_area dl .survice_other {
    margin: 2.5rem 0 0 0;
    font-size: 2.6rem;
    line-height: 1.9230769231;
    letter-spacing: 0;
  }
  .lp_contents .survice_area dl .survice_other p {
    text-align: justify;
  }
  .lp_contents .survice_area dl .lumine_qr {
    width: 15.4rem;
    height: 15.4rem;
    margin: 3rem 0 0 0;
  }
  .lp_contents .survice_area dl .info_tel {
    margin: 7rem 0 0 0;
  }
  .lp_contents .event_section .ttl {
    margin-bottom: 4rem;
  }
  .lp_contents .shop_area::before {
    background: url(../img/bg_02_sp.jpg) no-repeat;
    background-position: 50% 100%;
    background-size: cover;
  }
  .lp_contents .shop_area .spEvent {
    padding: 16.5rem 0 17.2rem;
  }
  .lp_contents .shop_area .spEvent .spEvent_inner {
    font-family: "Cormorant Garamond", "ryo-gothic-plusn", sans-serif;
    padding: 9.5rem 0 9rem;
    margin: auto;
    width: 65.4rem;
    border-radius: 3rem;
  }
  .lp_contents .shop_area .spEvent .spEvent_inner::before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    border-radius: 5rem;
    top: -2rem;
    left: -2rem;
    right: -2rem;
    bottom: -2rem;
  }
  .lp_contents .shop_area .spEvent .spEvent_inner .txt_desc {
    margin: 0;
    letter-spacing: 0.02em;
    line-height: 1.83;
    font-feature-settings: "palt";
  }
  .lp_contents .shop_area .spEvent .spEvent_inner .txt_desc .span02 {
    margin-top: 5.1282051282vw;
  }
  .lp_contents .event_section .txt_obi {
    margin: 0 auto 0.5128205128vw;
    padding: 0.5128205128vw 2.5641025641vw;
    border-radius: 1.0256410256vw;
    font-size: 3.3333333333vw;
  }
  .lp_contents .event_section .txt_bold {
    padding: 2.5641025641vw 0 0;
    font-size: 3.3333333333vw;
  }
  .lp_contents .img_main {
    width: 29.4871794872vw;
  }
  .lp_contents .bnr_link a {
    width: 25rem;
    height: 25rem;
    margin: 5.5rem auto 0;
  }
  .lp_contents .bnr_link img {
    width: 22.2rem;
    height: 22.2rem;
  }
  .lp_contents .limited_section {
    padding: 9.6rem 0;
  }
  .lp_contents .limited_section .inner {
    padding: 0 3.8rem;
    width: auto;
  }
  .lp_contents .limited_list {
    padding-top: 5rem;
  }
  .lp_contents .limited_list > ul {
    display: block;
    margin-left: auto;
  }
  .lp_contents .limited_list > ul > li {
    width: auto;
    padding: 0;
  }
  .lp_contents .limited_list > ul > li:last-child {
    margin: 4rem 0 0 0;
  }
  .lp_contents .limited_list > ul > li:last-child .limited_list__inner {
    padding: 3rem 3.3rem 11rem;
  }
  .lp_contents .limited_list > ul > li:last-child .lmited_text {
    margin: 3rem 0 0 0;
  }
  .lp_contents .limited_list .limited_list__inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 6rem 3.3rem 16rem;
    border-radius: 3rem;
  }
  .lp_contents .limited_list .limited_list__inner .limited_list__inner {
    padding: 6rem 3.3rem 11.2rem;
  }
  .lp_contents .limited_list .lmited_text {
    width: 60rem;
    margin: 3.3rem auto 0;
  }
  .lp_contents .limited_list .img_thumb {
    width: 57rem;
    margin: 0 auto;
  }
  .lp_contents .limited_list .img_thumb._02 {
    width: 60rem;
  }
  .lp_contents .limited_list .txt_name {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
  .lp_contents .limited_list .txt_price {
    font-size: 2.8rem;
    margin-top: 1.5rem;
  }
  .lp_contents .limited_list .txt_price .txt_tax {
    font-size: 2.2rem;
  }
  .lp_contents .limited_list .limited_cont {
    margin: 4.6153846154vw 0 0;
    padding: 4.6153846154vw 0 0;
  }
  .lp_contents .limited_list .limited_cont .cont_list {
    font-size: 2.6rem;
    padding-left: 2rem;
    letter-spacing: 0.06em;
  }
  .lp_contents .limited_list .limited_cont .cont_list li {
    margin-bottom: 0;
    letter-spacing: 0;
    line-height: 1.76;
    white-space: nowrap;
  }
  .lp_contents .limited_list .limited_cont .cont_list li::before {
    left: -2rem;
    content: "・";
  }
  .lp_contents .limited_list .limited_cont .txt_sm {
    padding-top: 0;
    font-size: 2.2rem;
    bottom: 6rem;
  }
  .lp_contents .promotion_section .ttl {
    margin-bottom: 4rem;
  }
  .lp_contents .promotion_section .txt_desc {
    margin-top: 0;
  }
  .lp_contents .promotion_section .txt_bold {
    display: inline !important;
    font-weight: bold;
  }
  .lp_contents .info_section {
    padding: 12rem 4.8rem 21.1rem;
  }
  .lp_contents .info_inner {
    max-width: 100%;
    display: block;
    width: auto;
    margin-bottom: 0;
    padding: 0;
  }
  .lp_contents .info_inner .text_blk {
    margin-left: 0;
  }
  .lp_contents .info_inner .text_blk .ttl {
    margin-bottom: 5.1282051282vw;
  }
  .lp_contents .info_inner .text_blk .shop_add.txt_lg {
    margin: 2rem 0 1.5rem;
    font-size: 3rem;
    letter-spacing: 0;
  }
  .lp_contents .info_inner .text_blk .shop_add.txt_desc {
    margin-top: 0;
    margin-bottom: 7.5rem;
    letter-spacing: 0;
    line-height: 1.9;
  }
  .lp_contents .info_inner .map_blk {
    margin-left: 0;
  }
  .lp_contents .info_inner .map_blk iframe {
    width: 64.5rem;
    height: 26.2rem;
    border-radius: 3.6rem;
    box-shadow: 0 0 5.1282051282vw #e0cdc9;
  }
}/*# sourceMappingURL=style.css.map */
