@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
@font-face {
  font-family: "ampersand";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/ampersand.otf") format("opentype"), url("../fonts/ampersand.woff") format("woff"), url("../fonts/ampersand.woff2") format("woff2");
}
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp_contents {
  padding-bottom: calc(80 * 100vw/430);
  background-color: var(--color-background);
  color: var(--color-text);
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}
.lp_contents img,
.lp_contents svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.lp_contents picture {
  display: block;
}
.lp_contents a {
  display: block;
  color: inherit;
}
.lp_contents *:focus {
  outline: none;
}
.lp_contents a,
.lp_contents label {
  -webkit-tap-highlight-color: rgba(17, 83, 105, 0);
}
.lp_contents input {
  display: none;
}
.lp_contents li,
.lp_contents ol {
  list-style-type: none;
}
.lp_contents .spOnly {
  display: block;
}
.lp_contents .pcOnly {
  display: none;
}
.lp_contents ::-moz-selection {
  color: #ffffff;
  background-color: rgba(121, 86, 86, 0.3);
}
.lp_contents ::selection {
  color: #ffffff;
  background-color: rgba(121, 86, 86, 0.3);
}
.lp_contents sup {
  font-size: 0.6em;
}
.lp_contents #share img {
  margin: auto;
}
.lp_contents .mv,
.lp_contents .anim {
  opacity: 0;
}
.lp_contents .anim_enable {
  -webkit-animation: fade 1.4s ease forwards;
          animation: fade 1.4s ease forwards;
}
@-webkit-keyframes fade {
  10% {
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fade {
  10% {
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.lp_contents .mv.anim_enable {
  -webkit-animation: mv-fade 1.6s ease 0.2s forwards;
          animation: mv-fade 1.6s ease 0.2s forwards;
  opacity: 0;
}
@-webkit-keyframes mv-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lp_contents .move {
  opacity: 0;
  -webkit-animation: opa 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
          animation: opa 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
          mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-repeat: none;
          mask-repeat: none;
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  transform: translateZ(0);
  transition: -webkit-mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear, -webkit-mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear, -webkit-mask-position 1s linear;
}
.lp_contents .move_enable {
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
@-webkit-keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.lp_contents .present .anim_enable .icon::after {
  -webkit-animation: rotation 3.2s cubic-bezier(0.42, 0, 0.34, 1) 0.3s forwards;
          animation: rotation 3.2s cubic-bezier(0.42, 0, 0.34, 1) 0.3s forwards;
}
@-webkit-keyframes rotation {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 1;
    transform: rotate(9deg) translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: rotate(6deg) translate(-50%, -50%);
  }
}
@keyframes rotation {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 1;
    transform: rotate(9deg) translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: rotate(6deg) translate(-50%, -50%);
  }
}

/*--------------------------------
							SP  Only
--------------------------------*/
/* .lp_contents : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp_contents {
  --color-text: #795656;
  --color-border: #C9C2AE;
  --color-background: #F5F3E6;
  --color-primary: #AF3F44;
  --color-secondary: #847A73;
  --color-beautyGift: #D37878;
  --color-beautyGift-bg: #FFF4F4;
  --color-healthyGift: #A280A7;
  --color-healthyGift-bg: #F5ECF4;
  --color-healingGift: #CCA656;
  --color-healingGift-bg: #F7EEE2;
  --color-tertiary: #E8E3D5;
  --font-en: "Pragmatica";
  --font-cormorant: "Cormorant";
  --font-jp: "Shippori Mincho";
}
.lp_contents .section__title {
  display: inline-block;
  color: var(--color-secondary);
  font-feature-settings: normal;
  font-size: calc(13 * 100vw/430);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.1em;
  text-align: center;
}
.lp_contents .section__title .en-text {
  font-family: var(--font-cormorant), serif;
  font-size: calc(39 * 100vw/430);
  letter-spacing: 0.025em;
}
.lp_contents .section .inner {
  text-align: center;
}
.lp_contents .section .inner .now_price {
  margin-bottom: calc(20 * 100vw/430);
  font-size: calc(19 * 100vw/430);
  line-height: 1;
  letter-spacing: 0.075em;
}
.lp_contents .section .inner .now_price .yen {
  display: inline-block;
  margin-left: calc(5 * 100vw/430);
  font-weight: bold;
}
.lp_contents .section .inner .now_price .totalAmount {
  font-size: calc(24 * 100vw/430);
  font-weight: bold;
}
.lp_contents .section .inner .now_price .tax {
  font-size: calc(13 * 100vw/430);
  font-weight: bold;
}
.lp_contents .section .set_select_section {
  text-align: center;
}
.lp_contents .btn {
  display: inline-block;
  border-radius: calc(5 * 100vw/430);
  box-sizing: border-box;
  font-size: calc(15 * 100vw/430);
  line-height: 1;
  letter-spacing: 0.075em;
  width: calc(370 * 100vw/430);
}
.lp_contents .btn_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(15 * 100vw/430);
       column-gap: calc(15 * 100vw/430);
  padding: calc(15 * 100vw/430) calc(14 * 100vw/430) calc(14 * 100vw/430) calc(10 * 100vw/430);
  background-color: #BEB6A0;
  color: #fff;
  font-weight: 600;
}
.lp_contents .btn_link::before {
  content: "";
  width: calc(25 * 100vw/430);
  height: calc(27 * 100vw/430);
  -webkit-mask-image: url(../img/cart.svg);
          mask-image: url(../img/cart.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #ffffff;
  z-index: 0;
}
.lp_contents .btn_all, .lp_contents .btn_allItem {
  padding: calc(18 * 100vw/430) calc(10 * 100vw/430) calc(16 * 100vw/430);
}
.lp_contents .btn_all {
  margin-top: calc(21 * 100vw/430);
  background-color: rgba(255, 255, 255, 0.6);
}
.lp_contents .btn_allItem, .lp_contents .btn_collection {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid var(--color-border);
}
.lp_contents .btn_collection {
  padding: calc(22 * 100vw/430) calc(10 * 100vw/430) calc(19 * 100vw/430);
}
.lp_contents .btn-wrap {
  padding-top: calc(46 * 100vw/430);
  padding-bottom: calc(58 * 100vw/430);
  text-align: center;
}
.lp_contents .accordionBox {
  position: relative;
  z-index: 0;
}
.lp_contents .accordionBox.close .accordionBox__inner {
  overflow: hidden;
  max-height: calc(159 * 100vw/430);
}
.lp_contents .accordionBox.open .accordionBox__inner {
  max-height: calc(1000 * 100vw/430);
}
.lp_contents .accordionBox.open .accordionBox__button-wrap {
  visibility: hidden;
}
.lp_contents .accordionBox__inner {
  transition: all 1s ease;
}
.lp_contents .accordionBox__inner p {
  padding-inline: calc(30 * 100vw/430);
  font-size: calc(15 * 100vw/430);
  line-height: 1.75;
  letter-spacing: 0.075em;
  text-align: left;
}
.lp_contents .accordionBox__inner p.note {
  display: inline-block;
  margin-top: calc(10 * 100vw/430);
  color: var(--color-secondary);
  font-size: calc(12 * 100vw/430);
  line-height: 1.5;
}
.lp_contents .accordionBox__button-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: calc(77 * 100vw/430);
  text-align: center;
  width: 100%;
  z-index: 1;
}
.lp_contents .accordionBox__button {
  display: inline-flex;
  justify-content: center;
  -moz-column-gap: calc(7 * 100vw/430);
       column-gap: calc(7 * 100vw/430);
  padding-inline: calc(1 * 100vw/430);
  padding-bottom: calc(5 * 100vw/430);
  border-bottom: 1px solid var(--color-primary);
  cursor: pointer;
}
.lp_contents .accordionBox__button--text {
  color: var(--color-primary);
  font-family: var(--font-cormorant), serif;
  font-size: calc(15 * 100vw/430);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
}
.lp_contents .accordionBox__button--ui {
  position: relative;
  width: calc(12 * 100vw/430);
  height: calc(12 * 100vw/430);
  z-index: 0;
}
.lp_contents .accordionBox__button--ui::before, .lp_contents .accordionBox__button--ui::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: calc(12 * 100vw/430);
  border-left: 1px solid var(--color-primary);
  z-index: 0;
}
.lp_contents .accordionBox__button--ui::after {
  transform: rotate(90deg);
}
.lp_contents .set_item_section {
  padding-block: calc(50 * 100vw/430) calc(70 * 100vw/430);
}
.lp_contents .set_item_section__inner {
  margin-bottom: calc(50 * 100vw/430);
}
.lp_contents .set_item_section__title {
  margin-bottom: calc(26 * 100vw/430);
  font-family: var(--font-jp), serif;
  font-size: calc(24 * 100vw/430);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-align: center;
}
.lp_contents .set_item_section__title .strong {
  color: var(--color-primary);
  font-weight: 600;
}
.lp_contents .set_item_section__wrap .img {
  margin-inline: auto;
  margin-bottom: calc(50 * 100vw/430);
  filter: drop-shadow(1px 3px 6px rgba(0, 0, 0, 0.1));
  width: calc(310 * 100vw/430);
}
.lp_contents .set_item_section__wrap .img.anim_enable {
  -webkit-animation: fade 1.2s 0.3s ease forwards, img 1.2s ease-in-out forwards;
          animation: fade 1.2s 0.3s ease forwards, img 1.2s ease-in-out forwards;
}
@-webkit-keyframes img {
  0% {
    rotate: 0;
  }
  100% {
    rotate: -5deg;
  }
}
@keyframes img {
  0% {
    rotate: 0;
  }
  100% {
    rotate: -5deg;
  }
}
.lp_contents .select_list_wrap__title {
  margin-bottom: calc(23 * 100vw/430);
  font-family: var(--font-cormorant);
  font-size: calc(32 * 100vw/430);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
}
.lp_contents .select_list_wrap__title span {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.lp_contents .select_list_wrap__title span::before, .lp_contents .select_list_wrap__title span::after {
  content: "";
  position: absolute;
  top: calc(17 * 100vw/430);
  width: calc(145 * 100vw/430);
  height: 1px;
  border-bottom: 1px solid var(--color-border);
  z-index: 0;
}
.lp_contents .select_list_wrap__title span::before {
  left: calc(-160 * 100vw/430);
}
.lp_contents .select_list_wrap__title span::after {
  right: calc(-160 * 100vw/430);
}
.lp_contents .select_list_wrap__text {
  margin-inline: calc(30 * 100vw/430);
  margin-bottom: calc(15 * 100vw/430);
}
.lp_contents .select_list_wrap__text dt {
  color: var(--color-primary);
  font-size: calc(16 * 100vw/430);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
}
.lp_contents .select_list_wrap__text dd {
  margin-top: calc(12 * 100vw/430);
  font-size: calc(13 * 100vw/430);
  line-height: 1.4;
  letter-spacing: 0.055em;
  text-align: justify;
}
.lp_contents .icon {
  position: relative;
  margin: calc(26 * 100vw/430) auto;
  width: calc(100 * 100vw/430);
  z-index: 0;
}
.lp_contents .icon::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(84 * 100vw/430);
  height: calc(84 * 100vw/430);
  background-image: url(../img/icon-text.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: rotate-anim 30s linear infinite;
          animation: rotate-anim 30s linear infinite;
  z-index: 0;
}
@-webkit-keyframes rotate-anim {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
@keyframes rotate-anim {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
.lp_contents .read {
  margin-bottom: calc(62 * 100vw/430);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.lp_contents .read__inner {
  margin-inline: calc(20 * 100vw/430);
  padding-top: calc(4 * 100vw/430);
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
}
.lp_contents .read .head {
  padding: calc(4 * 100vw/430) calc(10 * 100vw/430) calc(8 * 100vw/430);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  color: var(--color-secondary);
  font-family: var(--font-jp), serif;
  font-size: calc(18 * 100vw/430);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.025em;
  text-align: center;
}
.lp_contents .read .head .en {
  font-family: var(--font-cormorant), serif;
}
.lp_contents .read .head + div {
  padding-block: calc(17 * 100vw/430) calc(29 * 100vw/430);
}
.lp_contents .read .title {
  margin-bottom: calc(15 * 100vw/430);
  color: var(--color-primary);
  font-family: var(--font-jp), serif;
  font-size: calc(24 * 100vw/430);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
.lp_contents .read .title small {
  display: inline-block;
  margin-bottom: calc(7 * 100vw/430);
  font-size: calc(17 * 100vw/430);
  letter-spacing: 0;
}
.lp_contents .read .text {
  padding-inline: calc(23 * 100vw/430);
  font-size: calc(15 * 100vw/430);
  line-height: 1.75;
  letter-spacing: 0.035em;
  text-align: justify;
}
.lp_contents .read .text:nth-of-type(n+2) {
  margin-top: calc(10 * 100vw/430);
}
.lp_contents .topics {
  position: relative;
  margin-bottom: calc(48 * 100vw/430);
  z-index: 0;
}
.lp_contents .topics__card {
  position: relative;
  margin-inline: auto;
  padding: calc(27 * 100vw/430) calc(29 * 100vw/430) calc(24 * 100vw/430);
  background-color: #ffffff;
  box-sizing: border-box;
  width: calc(390 * 100vw/430);
  z-index: 0;
}
.lp_contents .topics__card::after {
  content: "";
  position: absolute;
  top: calc(-30 * 100vw/430);
  left: calc(15 * 100vw/430);
  width: calc(62 * 100vw/430);
  height: calc(30 * 100vw/430);
  background-image: url(../img/topics_text.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.lp_contents .topics__en-title {
  position: absolute;
  top: calc(-19 * 100vw/430);
  left: calc(28 * 100vw/430);
  color: #BEB6A0;
  font-family: var(--font-cormorant), serif;
  font-size: calc(34 * 100vw/430);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.045em;
  z-index: 0;
}
.lp_contents .topics .title {
  margin-bottom: calc(10 * 100vw/430);
  color: var(--color-primary);
  font-family: var(--font-jp), serif;
  font-size: calc(17 * 100vw/430);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_contents .topics .text {
  margin-bottom: calc(15 * 100vw/430);
  font-size: calc(13 * 100vw/430);
  line-height: 1.54;
  letter-spacing: 0.025em;
}
.lp_contents .topics .link {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(7 * 100vw/430);
       column-gap: calc(7 * 100vw/430);
  font-size: calc(13 * 100vw/430);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: underline;
}
.lp_contents .topics .link::after {
  content: "";
  width: calc(7 * 100vw/430);
  height: calc(10 * 100vw/430);
  background-image: url(../img/arrow-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .topics .img {
  position: absolute;
  animation: float 2.4s ease-in-out infinite alternate-reverse;
  top: calc(-19 * 100vw/430);
  right: calc(28 * 100vw/430);
  width: calc(113 * 100vw/430);
  height: calc(173 * 100vw/430);
  z-index: 0;
}
@-webkit-keyframes float {
  0% {
    translate: 0 -2%;
  }
  100% {
    translate: 0 2%;
  }
}
@keyframes float {
  0% {
    translate: 0 -2%;
  }
  100% {
    translate: 0 2%;
  }
}
.lp_contents .anchor-link {
  padding-bottom: calc(52 * 100vw/430);
  text-align: center;
}
.lp_contents .anchor-link__title {
  margin-inline: calc(20 * 100vw/430);
  margin-bottom: calc(20 * 100vw/430);
  padding-block: calc(4 * 100vw/430) calc(6 * 100vw/430);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.lp_contents .anchor-link .section__title {
  padding-top: calc(7 * 100vw/430);
  border-top: 1px solid var(--color-border);
  width: 100%;
}
.lp_contents .anchor-link__read {
  color: var(--color-secondary);
  font-size: calc(14 * 100vw/430);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
.lp_contents .anchor-link__list {
  margin-top: calc(21 * 100vw/430);
  overflow: hidden;
}
.lp_contents .anchor-link__item {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  filter: drop-shadow(1px 3px 6px rgba(0, 0, 0, 0.1));
  height: calc(280 * 100vw/430);
}
.lp_contents .anchor-link__item:nth-child(1) {
  align-items: flex-end;
}
.lp_contents .anchor-link__item:nth-child(1) .anchor-link__img {
  transform: rotate(-8deg);
}
.lp_contents .anchor-link__item:nth-child(1) .anchor-link__link {
  margin-right: calc(-7 * 100vw/430);
  margin-bottom: calc(89 * 100vw/430);
}
.lp_contents .anchor-link__item:nth-child(2) {
  position: relative;
  margin-top: calc(-7 * 100vw/430);
  direction: rtl;
  z-index: 1;
}
.lp_contents .anchor-link__item:nth-child(2) .anchor-link__img {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  transform: rotate(9deg);
}
.lp_contents .anchor-link__item:nth-child(2) .anchor-link__link {
  margin-top: calc(69 * 100vw/430);
  margin-left: calc(21 * 100vw/430);
  margin-right: calc(-13 * 100vw/430);
}
.lp_contents .anchor-link__item:nth-child(2) .anchor-link--arrowBorder span,
.lp_contents .anchor-link__item:nth-child(2) .anchor-link--arrowBorder::after {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.lp_contents .anchor-link__item:nth-child(3) {
  margin-top: calc(-62 * 100vw/430);
}
.lp_contents .anchor-link__item:nth-child(3) .anchor-link__img {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  transform: rotate(-8deg);
}
.lp_contents .anchor-link__item:nth-child(3) .anchor-link__link {
  margin-top: calc(89 * 100vw/430);
}
.lp_contents .anchor-link__item:nth-child(3) .anchor-link--arrowBorder span,
.lp_contents .anchor-link__item:nth-child(3) .anchor-link--arrowBorder::after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.lp_contents .anchor-link__img {
  animation: float2 3s ease-in-out infinite alternate-reverse;
  width: calc(218 * 100vw/430);
}
.lp_contents .anchor-link__link {
  position: relative;
  font-family: var(--font-jp), serif;
  font-size: calc(15 * 100vw/430);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.035em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
.lp_contents .anchor-link__link .strong {
  color: var(--color-primary);
  font-weight: 700;
}
.lp_contents .anchor-link--arrowBorder {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.lp_contents .anchor-link--arrowBorder span {
  display: block;
  -webkit-animation: border-anim 2.1s infinite;
          animation: border-anim 2.1s infinite;
  margin: calc(15 * 100vw/430) auto 0;
  background-color: var(--color-primary);
  width: 1px;
  height: calc(18 * 100vw/430);
}
.lp_contents .anchor-link--arrowBorder::after {
  -webkit-animation: down-anim 2.1s infinite;
          animation: down-anim 2.1s infinite;
  content: "";
  position: absolute;
  bottom: calc(-1 * 100vw/430);
  left: calc(-14 * 100vw/430);
  width: calc(28 * 100vw/430);
  height: calc(10 * 100vw/430);
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@-webkit-keyframes border-anim {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  54% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  55% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes border-anim {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  54% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  55% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@-webkit-keyframes down-anim {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  6% {
    transform: translateY(-156%);
    opacity: 1;
  }
  50% {
    transform: translateY(0%);
  }
  51% {
    transform: translateY(0%);
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    transform: translateY(-150%);
    opacity: 0;
  }
}
@keyframes down-anim {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  6% {
    transform: translateY(-156%);
    opacity: 1;
  }
  50% {
    transform: translateY(0%);
  }
  51% {
    transform: translateY(0%);
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    transform: translateY(-150%);
    opacity: 0;
  }
}
@-webkit-keyframes float2 {
  0% {
    translate: 0 -1%;
  }
  100% {
    translate: 0 1%;
  }
}
@keyframes float2 {
  0% {
    translate: 0 -1%;
  }
  100% {
    translate: 0 1%;
  }
}
.lp_contents .choose {
  padding: calc(52 * 100vw/430) 0 calc(69 * 100vw/430);
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.lp_contents .choose .section__title {
  margin-bottom: calc(26 * 100vw/430);
}
.lp_contents .choose__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(10 * 100vw/430);
}
.lp_contents .choose__item {
  display: grid;
  place-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid var(--color-border);
  border-radius: calc(5 * 100vw/430);
  box-sizing: border-box;
  width: calc(190 * 100vw/430);
  height: calc(51 * 100vw/430);
}
.lp_contents .choose__item.wide {
  width: calc(390 * 100vw/430);
}
.lp_contents .choose .budget {
  margin-bottom: calc(54 * 100vw/430);
}
.lp_contents .choose .budget p {
  font-size: calc(16 * 100vw/430);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.055em;
}
.lp_contents .choose .budget p .yen {
  font-size: calc(15 * 100vw/430);
}
.lp_contents .choose .category p {
  font-size: calc(14 * 100vw/430);
  line-height: 1;
  letter-spacing: 0.075em;
}
.lp_contents .choose .category .en p {
  font-size: calc(16 * 100vw/430);
}
.lp_contents .select_list {
  margin-bottom: calc(24 * 100vw/430);
}
.lp_contents .select_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(16 * 100vw/430) calc(14 * 100vw/430);
}
.lp_contents .select_list li {
  position: relative;
  background-color: #ffffff;
  border-radius: calc(4 * 100vw/430);
  overflow: hidden;
  width: calc(192 * 100vw/430);
  z-index: 0;
}
.lp_contents .select_list label {
  display: block;
  height: 100%;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}
.lp_contents .select_list input {
  display: none;
}
.lp_contents .select_list__item__inner {
  display: flex;
  flex-direction: column;
  padding: calc(7 * 100vw/430) calc(7 * 100vw/430) calc(9 * 100vw/430);
  box-sizing: border-box;
  text-align: left;
  height: calc(100% - (36 * 100vw/430));
}
.lp_contents .select_list input + label .select_list__item__inner {
  position: relative;
  z-index: 0;
}
.lp_contents .select_list input + label .select_list__item__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(190, 182, 160, 0.3);
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
}
.lp_contents .select_list input + label > .item_icn {
  display: flex;
  position: absolute;
  top: calc(7 * 100vw/430);
  right: calc(6 * 100vw/430);
  padding: calc(5 * 100vw/430) calc(8 * 100vw/430) calc(3 * 100vw/430);
  align-content: center;
  justify-content: center;
  align-items: center;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(132, 122, 115, 0.1);
  border-radius: calc(3 * 100vw/430);
  color: var(--color-secondary);
  font-size: calc(12 * 100vw/430);
  line-height: 1;
  letter-spacing: 0.055em;
  z-index: 2;
}
.lp_contents .select_list input + label .item_thumb {
  display: block;
  margin-bottom: calc(9 * 100vw/430);
}
.lp_contents .select_list input + label .item_thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
.lp_contents .select_list .item_cate {
  margin-inline: calc(7 * 100vw/430);
  margin-bottom: calc(2 * 100vw/430);
  color: #A7A7A7;
  font-feature-settings: normal;
  font-size: calc(12 * 100vw/430);
  letter-spacing: 0.075em;
  line-height: 1;
}
.lp_contents .select_list .item_name {
  margin-inline: calc(7 * 100vw/430);
  margin-bottom: calc(6 * 100vw/430);
  font-size: calc(13 * 100vw/430);
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.4;
  text-indent: calc(-7 * 100vw/430);
}
.lp_contents .select_list .item_copy {
  margin-inline: calc(7 * 100vw/430);
  margin-bottom: calc(7 * 100vw/430);
  color: var(--color-secondary);
  font-feature-settings: normal;
  font-size: calc(12 * 100vw/430);
  letter-spacing: 0.045em;
  line-height: 1.25;
}
.lp_contents .select_list .item_price {
  display: inline;
  font-size: calc(15 * 100vw/430);
  font-weight: 300;
}
.lp_contents .select_list .item_price__wrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  letter-spacing: 0.055em;
}
.lp_contents .select_list .item_price__wrap .detail {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(4 * 100vw/430);
       column-gap: calc(4 * 100vw/430);
  margin-right: calc(4 * 100vw/430);
  padding-inline: calc(1 * 100vw/430);
  border-bottom: 1px solid;
  color: var(--color-primary);
}
.lp_contents .select_list .item_price__wrap .detail::after {
  content: "";
  width: calc(11 * 100vw/430);
  height: calc(9 * 100vw/430);
  background-image: url(../img/arrow-detail.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.lp_contents .select_list .item_price__wrap .detail p {
  font-size: calc(12 * 100vw/430);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.055em;
}
.lp_contents .select_list .commingSoon {
  pointer-events: none;
}
.lp_contents .select_list .commingSoon .btn_selct {
  content: unset;
  position: static;
  padding-left: 0;
  font-family: var(--font-en), sans-serif;
  font-size: 0.95em;
}
.lp_contents .select_list .item_price__wrap .yen {
  display: inline;
  margin-left: calc(7 * 100vw/430);
  font-size: calc(14 * 100vw/430);
}
.lp_contents .select_list .item_price__wrap small {
  display: inline;
  font-size: calc(10 * 100vw/430);
}
.lp_contents .select_list .btn_selct {
  transition: background-color 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-left: calc(15 * 100vw/430);
  width: auto;
  height: calc(36 * 100vw/430);
  font-feature-settings: normal;
  font-size: calc(13 * 100vw/430);
  background: #fffdf6;
  color: var(--color-secondary);
  letter-spacing: 0.035em;
  z-index: 0;
}
.lp_contents .select_list .btn_selct .txt_checkout {
  display: none;
}
.lp_contents .select_list .btn_selct::before, .lp_contents .select_list .btn_selct::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(37 * 100vw/430);
  width: calc(12 * 100vw/430);
  height: calc(11 * 100vw/430);
  border-top: 1px solid var(--color-secondary);
  transform: translateX(-50%);
  z-index: 0;
}
.lp_contents .select_list .btn_selct::after {
  left: calc(26 * 100vw/430);
  width: calc(11 * 100vw/430);
  height: calc(11 * 100vw/430);
  margin-top: calc(-6 * 100vw/430);
  transform: rotate(90deg);
}
.lp_contents .select_list input:checked + label .select_list__item__inner::before {
  pointer-events: none;
  opacity: 0;
}
.lp_contents .select_list input:checked + label .txt_checkin {
  display: none;
}
.lp_contents .select_list input:checked + label .txt_checkout {
  display: block;
}
.lp_contents .select_list input:checked + label .btn_selct {
  background: #BFB6A0;
  color: #ffffff;
}
.lp_contents .select_list input:checked + label > .item_icn {
  opacity: 1;
}
.lp_contents .select_list input:checked + label .btn_selct::before, .lp_contents .select_list input:checked + label .btn_selct::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(35 * 100vw/430);
  width: 1px;
  height: calc(10 * 100vw/430);
  margin: 0;
  background: #fff;
  border: none;
  border-top: 1px solid #fff;
}
.lp_contents .select_list input:checked + label .btn_selct::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lp_contents .select_list input:checked + label .btn_selct::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lp_contents .beautyGift {
  background-color: var(--color-beautyGift-bg);
}
.lp_contents .beautyGift .accordionBox__button-wrap {
  background: linear-gradient(0deg, rgb(255, 244, 244) 0%, rgba(255, 244, 244, 0) 100%);
}
.lp_contents .beautyGift .btn_all {
  border: 1px solid var(--color-beautyGift);
  color: var(--color-beautyGift);
}
.lp_contents .healthyGift {
  background-color: var(--color-healthyGift-bg);
}
.lp_contents .healthyGift .accordionBox__button-wrap {
  background: linear-gradient(0deg, rgb(245, 236, 244) 0%, rgba(245, 236, 244, 0) 100%);
}
.lp_contents .healthyGift .btn_all {
  border: 1px solid var(--color-healthyGift);
  color: var(--color-healthyGift);
}
.lp_contents .healingGift {
  background-color: var(--color-healingGift-bg);
}
.lp_contents .healingGift .accordionBox__button-wrap {
  background: linear-gradient(0deg, rgb(247, 238, 226) 0%, rgba(247, 238, 226, 0) 100%);
}
.lp_contents .healingGift .btn_all {
  border: 1px solid var(--color-healingGift);
  color: var(--color-healingGift);
}
.lp_contents .profile {
  padding: calc(27 * 100vw/430) calc(30 * 100vw/430) calc(36 * 100vw/430);
  border-bottom: calc(10 * 100vw/430) solid #E6E4D5;
  background-image: url(../img/profile_bg_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.lp_contents .profile__title {
  margin-bottom: calc(5 * 100vw/430);
  color: #BEB6A0;
  font-family: var(--font-cormorant);
  font-size: calc(22 * 100vw/430);
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}
.lp_contents .profile__wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(15 * 100vw/430);
       column-gap: calc(15 * 100vw/430);
  margin-bottom: calc(11 * 100vw/430);
}
.lp_contents .profile .face {
  width: calc(72 * 100vw/430);
}
.lp_contents .profile .text {
  font-feature-settings: normal;
  font-size: calc(14 * 100vw/430);
  line-height: 1.4;
  letter-spacing: 0.075em;
}
.lp_contents .profile__text {
  color: var(--color-secondary);
  font-size: calc(12 * 100vw/430);
  line-height: 1.4;
  letter-spacing: 0.005em;
  text-align: justify;
}
.lp_contents .campaign {
  position: relative;
  padding-top: calc(62 * 100vw/430);
  padding-bottom: calc(66 * 100vw/430);
  z-index: 0;
}
.lp_contents .campaign__card {
  position: relative;
  margin-inline: calc(20 * 100vw/430) calc(30 * 100vw/430);
  padding: calc(22 * 100vw/430) calc(23 * 100vw/430) calc(26 * 100vw/430);
  background-color: #ffffff;
  box-sizing: border-box;
  z-index: 0;
}
.lp_contents .campaign__en-title {
  position: absolute;
  margin: auto;
  top: calc(-22 * 100vw/430);
  left: 0;
  right: 0;
  color: var(--color-primary);
  font-family: var(--font-cormorant), serif;
  font-size: calc(39 * 100vw/430);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  z-index: 0;
}
.lp_contents .campaign__block {
  text-align: center;
}
.lp_contents .campaign .data {
  display: inline-block;
  position: relative;
  margin-bottom: calc(19 * 100vw/430);
  padding-inline: calc(14 * 100vw/430);
  color: var(--color-primary);
  font-family: var(--font-jp), serif;
  font-size: calc(20 * 100vw/430);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.035em;
  z-index: 0;
}
.lp_contents .campaign .data .size--1 {
  font-size: calc(16 * 100vw/430);
}
.lp_contents .campaign .data .size--2 {
  font-size: calc(12 * 100vw/430);
}
.lp_contents .campaign .data::before, .lp_contents .campaign .data::after {
  content: "";
  position: absolute;
  top: calc(7 * 100vw/430);
  width: 1px;
  height: calc(15 * 100vw/430);
  border-left: 1px solid var(--color-primary);
  z-index: 0;
}
.lp_contents .campaign .data::before {
  transform: rotate(-44deg);
  left: 0;
}
.lp_contents .campaign .data::after {
  transform: rotate(44deg);
  right: 0;
}
.lp_contents .campaign .text {
  margin-bottom: calc(14 * 100vw/430);
  font-size: calc(13 * 100vw/430);
  line-height: 1.77;
  letter-spacing: 0.025em;
  text-align: left;
  width: calc(227 * 100vw/430);
}
.lp_contents .campaign .size {
  margin-bottom: calc(18 * 100vw/430);
  text-align: left;
}
.lp_contents .campaign .size dt {
  display: inline-block;
  margin-bottom: calc(5 * 100vw/430);
  padding: calc(6 * 100vw/430) calc(6 * 100vw/430) calc(3 * 100vw/430);
  border: 1px solid;
  font-size: calc(11 * 100vw/430);
  line-height: 1;
  letter-spacing: 0.025em;
}
.lp_contents .campaign .size dd {
  font-size: calc(12 * 100vw/430);
  line-height: 1.42;
  letter-spacing: 0.035em;
}
.lp_contents .campaign .size dd span {
  display: inline-block;
  padding-left: calc(1 * 100vw/430);
  width: calc(10 * 100vw/430);
}
.lp_contents .campaign .size dd a {
  display: inline-block;
}
.lp_contents .campaign .link {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(5 * 100vw/430);
       column-gap: calc(5 * 100vw/430);
  font-size: calc(13 * 100vw/430);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: underline;
}
.lp_contents .campaign .link::after {
  content: "";
  width: calc(7 * 100vw/430);
  height: calc(10 * 100vw/430);
  background-image: url(../img/arrow-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .campaign .img {
  position: absolute;
  top: calc(66 * 100vw/430);
  right: calc(-23 * 100vw/430);
  width: calc(175 * 100vw/430);
  height: calc(132 * 100vw/430);
  z-index: 0;
}
.lp_contents .collection {
  text-align: center;
}
.lp_contents .collection__headding {
  margin-bottom: calc(8 * 100vw/430);
  font-family: var(--font-cormorant);
  font-size: calc(18 * 100vw/430);
  line-height: 1;
  letter-spacing: 0.025em;
}
.lp_contents .collection__title {
  margin-bottom: calc(15 * 100vw/430);
  font-family: var(--font-cormorant);
  font-size: calc(37 * 100vw/430);
  font-weight: normal;
  line-height: 0.99;
  letter-spacing: 0.025em;
}
.lp_contents .collection__bnr {
  margin-bottom: calc(27 * 100vw/430);
}
.lp_contents .set-banner {
  position: fixed;
  transition: all 4s ease;
  visibility: hidden;
  right: calc(13 * 100vw/430);
  bottom: calc(17 * 100vw/430);
  width: calc(122 * 100vw/430);
  height: calc(122 * 100vw/430);
  z-index: 0;
}
.lp_contents #set-banner.active,
.lp_contents #share.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.lp_contents #set-banner.active a:focus,
.lp_contents #set-banner.active a:active,
.lp_contents #set-banner.active a:hover,
.lp_contents #share.active a:focus,
.lp_contents #share.active a:active,
.lp_contents #share.active a:hover {
  opacity: 1;
}

.page-share-btn #share {
  left: auto;
  right: 5%;
}

#share.active {
  transform: translateY(-180%);
}

/* .lp_contents SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #FooterWrap {
    position: relative;
    z-index: 1;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  /* .lp_contents : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .lp_contents {
    padding-bottom: 11.1rem;
  }
  .lp_contents .anchor-link__item:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .lp_contents .anchor-link__item:nth-of-type(3) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .lp_contents .spOnly {
    display: none;
  }
  .lp_contents .pcOnly {
    display: block;
  }
  .lp_contents .section__title {
    font-size: 1.3rem;
    line-height: 1.25;
  }
  .lp_contents .section__title .en-text {
    font-size: 4.2rem;
  }
  .lp_contents .section .inner .now_price {
    margin-bottom: 0;
    font-size: 1.9rem;
  }
  .lp_contents .section .inner .now_price .yen {
    margin-left: 0.6rem;
  }
  .lp_contents .section .inner .now_price .totalAmount {
    font-size: 2.4rem;
  }
  .lp_contents .section .inner .now_price .tax {
    font-size: 1.3rem;
  }
  .lp_contents .section .btn_wrap.btn_cart {
    display: flex;
    align-items: baseline;
    justify-content: center;
    -moz-column-gap: 3.7rem;
         column-gap: 3.7rem;
  }
  .lp_contents .btn {
    transition: all 0.4s ease;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    width: 37rem;
  }
  .lp_contents .btn_link {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    padding: 1.6rem 1.4rem 1.3rem 1rem;
    width: 35rem;
  }
  .lp_contents .btn_link::before {
    width: 2.5rem;
    height: 2.7rem;
  }
  .lp_contents .btn_link:hover {
    opacity: 1;
    background-color: #D9CFB7;
  }
  .lp_contents .btn_all, .lp_contents .btn_allItem {
    padding: 1.9rem 2rem 1.4rem;
  }
  .lp_contents .btn_allItem:hover {
    background-color: rgba(190, 182, 160, 0.3);
  }
  .lp_contents .btn_all {
    margin-top: 4.6rem;
  }
  .lp_contents .btn_all:hover {
    color: #fff;
  }
  .lp_contents .btn_collection {
    padding: 2.2rem 2rem 1.9rem;
  }
  .lp_contents .btn_collection:hover {
    background-color: rgba(190, 182, 160, 0.3);
  }
  .lp_contents .btn-wrap {
    padding-top: 4.2rem;
    padding-bottom: 6.2rem;
  }
  .lp_contents .accordionBox {
    margin-top: 6rem;
    margin-right: 3.6rem;
    width: 51rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .lp_contents .accordionBox.close .accordionBox__inner {
    max-height: 24.4rem;
  }
  .lp_contents .accordionBox.open .accordionBox__inner {
    max-height: 60rem;
  }
  .lp_contents .accordionBox__inner p {
    padding-inline: 0;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .lp_contents .accordionBox__inner p.note {
    margin-top: 1rem;
    font-size: 1.1rem;
  }
  .lp_contents .accordionBox__button-wrap {
    padding-top: 7.7rem;
  }
  .lp_contents .accordionBox__button {
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
    padding-inline: 0.1rem;
    padding-bottom: 0.5rem;
  }
  .lp_contents .accordionBox__button--text {
    font-size: 1.5rem;
  }
  .lp_contents .accordionBox__button--ui {
    width: 1.2rem;
    height: 1.2rem;
  }
  .lp_contents .accordionBox__button--ui::before, .lp_contents .accordionBox__button--ui::after {
    height: 1.2rem;
  }
  .lp_contents .set_item_section {
    padding-block: 7.7rem 9rem;
  }
  .lp_contents .set_item_section__inner {
    margin-bottom: 5.4rem;
  }
  .lp_contents .set_item_section__title {
    margin-bottom: 4.5rem;
    font-size: 3.1rem;
    line-height: 1.52;
    letter-spacing: 0.075em;
  }
  .lp_contents .set_item_section__title .strong {
    font-size: 3.2rem;
  }
  .lp_contents .set_item_section__wrap {
    display: flex;
    justify-content: center;
    -moz-column-gap: 4.1rem;
         column-gap: 4.1rem;
  }
  .lp_contents .set_item_section__wrap .img {
    margin: 0 0 0 2.4rem;
    width: 36rem;
    height: 42.6rem;
  }
  .lp_contents .select_list_wrap__title {
    margin-bottom: 3.3rem;
    font-size: 4rem;
  }
  .lp_contents .select_list_wrap__title span::before, .lp_contents .select_list_wrap__title span::after {
    top: 2rem;
    width: 46.1rem;
  }
  .lp_contents .select_list_wrap__title span::before {
    left: -47.8rem;
  }
  .lp_contents .select_list_wrap__title span::after {
    right: -47.8rem;
  }
  .lp_contents .select_list_wrap__text {
    margin-inline: auto;
    margin-bottom: 2.5rem;
  }
  .lp_contents .select_list_wrap__text dt {
    font-size: 1.6rem;
  }
  .lp_contents .select_list_wrap__text dd {
    margin-top: 1.4rem;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.075em;
    text-align: center;
  }
  .lp_contents .icon {
    margin: 3.2rem auto 3.3rem;
    width: 11rem;
  }
  .lp_contents .icon::after {
    width: 9.2rem;
    height: 9.2rem;
  }
  .lp_contents .read {
    margin-bottom: 8.8rem;
  }
  .lp_contents .read__inner {
    margin-inline: auto;
    padding-top: 0.6rem;
    max-width: 105.2rem;
  }
  .lp_contents .read .head {
    padding: 0.7rem 1rem 0.9rem;
    font-size: 1.6rem;
    line-height: 1;
  }
  .lp_contents .read .head .en {
    display: inline-block;
    padding-right: 2rem;
    font-size: 1.9rem;
  }
  .lp_contents .read .head + div {
    padding-block: 2.6rem 4.3rem;
  }
  .lp_contents .read .title {
    margin-bottom: 2.2rem;
    font-size: 2.4rem;
  }
  .lp_contents .read .title small {
    margin-bottom: 0.7rem;
    font-size: 1.7rem;
  }
  .lp_contents .read .text {
    margin-inline: auto;
    padding-inline: 0;
    font-size: 1.4rem;
    line-height: 2;
    width: 78rem;
  }
  .lp_contents .read .text:nth-of-type(n+2) {
    margin-top: 1.4rem;
  }
  .lp_contents .topics {
    margin-bottom: 7rem;
  }
  .lp_contents .topics__card {
    padding: 3.5rem 4.6rem 3.6rem;
    width: 50rem;
  }
  .lp_contents .topics__card::after {
    top: -3.8rem;
    left: 1.4rem;
    width: 8rem;
    height: 3.3rem;
  }
  .lp_contents .topics__en-title {
    position: absolute;
    top: -2rem;
    left: 2.8rem;
    font-size: 3.6rem;
  }
  .lp_contents .topics .title {
    margin-bottom: 1.4rem;
    font-size: 2rem;
  }
  .lp_contents .topics .text {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .lp_contents .topics .link {
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.055em;
  }
  .lp_contents .topics .link::after {
    width: 0.6rem;
    height: 1rem;
  }
  .lp_contents .topics .img {
    top: -4.3rem;
    right: 5.1rem;
    width: 13.1rem;
    height: 20.2rem;
  }
  .lp_contents .anchor-link {
    padding-bottom: 5.7rem;
  }
  .lp_contents .anchor-link__title {
    margin-inline: auto;
    margin-bottom: 2.3rem;
    padding-block: 0.7rem 0.9rem;
    max-width: 105.2rem;
  }
  .lp_contents .anchor-link .section__title {
    padding-top: 0.8rem;
    line-height: 1.2;
  }
  .lp_contents .anchor-link__read {
    font-size: 1.3rem;
    letter-spacing: 0.075em;
  }
  .lp_contents .anchor-link__list {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    margin-top: -0.2rem;
  }
  .lp_contents .anchor-link__item {
    display: block;
    height: auto;
  }
  .lp_contents .anchor-link__item:nth-child(1) {
    align-items: flex-start;
    width: 26.5rem;
  }
  .lp_contents .anchor-link__item:nth-child(1) .anchor-link__img {
    margin-top: 1.4rem;
    margin-left: 1.3rem;
    transform: rotate(3deg);
  }
  .lp_contents .anchor-link__item:nth-child(1) .anchor-link__link {
    margin: 2.2rem 0.6rem 0 0;
  }
  .lp_contents .anchor-link__item:nth-child(2) {
    margin-top: 7.6rem;
    width: 29.3rem;
  }
  .lp_contents .anchor-link__item:nth-child(2) .anchor-link__img {
    margin-top: 0;
    margin-right: 2.6rem;
    transform: rotate(-9deg);
  }
  .lp_contents .anchor-link__item:nth-child(2) .anchor-link__link {
    margin: 2.7rem 0 0;
  }
  .lp_contents .anchor-link__item:nth-child(2) .anchor-link--arrowBorder span,
.lp_contents .anchor-link__item:nth-child(2) .anchor-link--arrowBorder::after {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .lp_contents .anchor-link__item:nth-child(3) {
    margin-top: 0;
    width: 29.3rem;
  }
  .lp_contents .anchor-link__item:nth-child(3) .anchor-link__img {
    padding-top: 2rem;
    transform: rotate(9deg);
  }
  .lp_contents .anchor-link__item:nth-child(3) .anchor-link__link {
    margin-top: 2.9rem;
    margin-right: 7.1rem;
  }
  .lp_contents .anchor-link__item:nth-child(3) .anchor-link--arrowBorder span,
.lp_contents .anchor-link__item:nth-child(3) .anchor-link--arrowBorder::after {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .lp_contents .anchor-link__img {
    width: 25rem;
  }
  .lp_contents .anchor-link__link {
    font-size: 1.4rem;
    line-height: 1.61;
    letter-spacing: 0.075em;
  }
  .lp_contents .anchor-link__link .strong {
    font-size: 1.5rem;
  }
  .lp_contents .anchor-link--arrowBorder span {
    -webkit-animation: border-anim 1.8s infinite;
            animation: border-anim 1.8s infinite;
    margin-top: 1.6rem;
    height: 2rem;
  }
  .lp_contents .anchor-link--arrowBorder::after {
    -webkit-animation: down-anim 1.8s infinite;
            animation: down-anim 1.8s infinite;
    bottom: -0.1rem;
    left: -1.4rem;
    width: 2.8rem;
    height: 1rem;
  }
  .lp_contents .choose {
    padding: 7.8rem 0 9rem;
  }
  .lp_contents .choose .section__title {
    margin-bottom: 2.4rem;
  }
  .lp_contents .choose__list {
    justify-content: flex-start;
    margin-inline: auto;
    gap: 1.3rem;
    width: 90rem;
  }
  .lp_contents .choose__item {
    transition: all 0.4s ease;
    border-radius: 0.5rem;
    width: 21.5rem;
    height: 4.9rem;
  }
  .lp_contents .choose__item.wide {
    width: 21.5rem;
  }
  .lp_contents .choose__item:hover {
    background-color: rgba(190, 182, 160, 0.3);
  }
  .lp_contents .choose .budget {
    margin-bottom: 5.4rem;
    justify-content: center;
  }
  .lp_contents .choose .budget p {
    font-size: 1.6rem;
  }
  .lp_contents .choose .budget p .yen {
    font-size: 1.5rem;
  }
  .lp_contents .choose .category p {
    font-size: 1.4rem;
  }
  .lp_contents .choose .category .en p {
    font-size: 1.5rem;
  }
  .lp_contents .select_list {
    margin-inline: auto;
    margin-bottom: 3.8rem;
  }
  .lp_contents .select_list ul {
    gap: 2rem;
  }
  .lp_contents .select_list li {
    border-radius: 0.4rem;
    width: 24.8rem;
  }
  .lp_contents .select_list li:hover input:checked + label .select_list__item__inner::before {
    background-color: rgba(190, 182, 160, 0.45);
  }
  .lp_contents .select_list__item__inner {
    padding: 1rem 0.9rem 0.7rem;
    height: calc(100% - 3.6rem);
  }
  .lp_contents .select_list input + label > .item_icn {
    padding: 0.5rem 0.7rem 0.4rem 0.9rem;
    top: 0.8rem;
    right: 0.9rem;
    border-radius: 0.3rem;
    font-size: 1.3rem;
  }
  .lp_contents .select_list input + label .item_thumb {
    margin-bottom: 1rem;
  }
  .lp_contents .select_list .item_cate {
    margin-inline: 0.4rem;
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
  }
  .lp_contents .select_list .item_name {
    margin-inline: 0.4rem;
    margin-bottom: 0.7rem;
    font-size: 1.4rem;
    text-indent: -0.7rem;
  }
  .lp_contents .select_list .item_copy {
    margin-inline: 0.4rem;
    margin-bottom: 0.7rem;
    font-size: 1.3rem;
  }
  .lp_contents .select_list .item_price {
    font-size: 1.8rem;
  }
  .lp_contents .select_list .item_price__wrap .detail {
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
    margin-right: 0.4rem;
    padding-inline: 0.1rem;
  }
  .lp_contents .select_list .item_price__wrap .detail::after {
    width: 1.1rem;
    height: 0.9rem;
  }
  .lp_contents .select_list .item_price__wrap .detail p {
    font-size: 1.4rem;
  }
  .lp_contents .select_list .item_price__wrap .yen {
    margin-left: 0.4rem;
    font-size: 1.6rem;
  }
  .lp_contents .select_list .item_price__wrap small {
    font-size: 1.1rem;
  }
  .lp_contents .select_list .btn_selct {
    padding-left: 1.7rem;
    height: 4rem;
    font-size: 1.3rem;
  }
  .lp_contents .select_list .btn_selct::before, .lp_contents .select_list .btn_selct::after {
    left: 6.6rem;
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -0.2rem;
  }
  .lp_contents .select_list .btn_selct::after {
    top: 50%;
    left: 5.4rem;
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -0.8rem;
  }
  .lp_contents .select_list input:checked + label .select_list__item__inner::before {
    transition: all 0.4s ease;
  }
  .lp_contents .select_list input:checked + label .btn_selct::before, .lp_contents .select_list input:checked + label .btn_selct::after {
    left: 6.6rem;
    width: 1px;
    height: 1rem;
  }
  .lp_contents .beautyGift .btn_all:hover {
    background-color: rgba(211, 120, 120, 0.5);
  }
  .lp_contents .healthyGift .btn_all:hover {
    background-color: rgba(163, 128, 167, 0.5);
  }
  .lp_contents .healingGift .btn_all:hover {
    background-color: rgba(204, 166, 86, 0.5);
  }
  .lp_contents .profile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 2.8rem;
         column-gap: 2.8rem;
    padding: 2.8rem 0 3.4rem;
    border-bottom: 0.7rem solid #E6E4D5;
    background-image: url(../img/profile_bg_pc.png);
    width: 100%;
  }
  .lp_contents .profile__title {
    margin-bottom: 2.8rem;
    font-size: 2.4rem;
    width: 100%;
  }
  .lp_contents .profile__wrap {
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
    margin-bottom: 0;
    width: 20.2rem;
  }
  .lp_contents .profile .face {
    width: 7.2rem;
  }
  .lp_contents .profile .text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .lp_contents .profile__text {
    font-size: 1.1rem;
    line-height: 1.47;
    width: 67rem;
  }
  .lp_contents .campaign {
    padding-top: 12.4rem;
    padding-bottom: 7.5rem;
  }
  .lp_contents .campaign__card {
    position: relative;
    margin-inline: auto;
    padding: 2.6rem 6.2rem 3.8rem;
    width: 59rem;
  }
  .lp_contents .campaign__en-title {
    top: -2.6rem;
    font-size: 4rem;
  }
  .lp_contents .campaign .data {
    margin-bottom: 2.7rem;
    padding-inline: 2.3rem;
    font-size: 2.2rem;
  }
  .lp_contents .campaign .data .size--1 {
    font-size: 1.6rem;
  }
  .lp_contents .campaign .data .size--2 {
    font-size: 1.3rem;
  }
  .lp_contents .campaign .data::before, .lp_contents .campaign .data::after {
    top: 0.3rem;
    height: 1.5rem;
  }
  .lp_contents .campaign .text {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
    width: 31.7rem;
  }
  .lp_contents .campaign .size {
    margin-bottom: 2rem;
  }
  .lp_contents .campaign .size dt {
    margin-bottom: 0.7rem;
    padding: 0.5rem 0.6rem 0.4rem;
    font-size: 1rem;
  }
  .lp_contents .campaign .size dd {
    font-size: 1.1rem;
    line-height: 1.55;
  }
  .lp_contents .campaign .size dd span {
    padding-left: 0.2rem;
    width: 0.8rem;
  }
  .lp_contents .campaign .link {
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.055em;
  }
  .lp_contents .campaign .link::after {
    width: 0.6rem;
    height: 1rem;
  }
  .lp_contents .campaign .img {
    top: 7.4rem;
    right: 4.3rem;
    width: 19.7rem;
    height: 14.9rem;
  }
  .lp_contents .collection__headding {
    margin-bottom: 0.9rem;
    font-size: 2rem;
  }
  .lp_contents .collection__title {
    margin-bottom: 2.2rem;
    font-size: 4.2rem;
    line-height: 1.05;
  }
  .lp_contents .collection__bnr {
    margin-inline: auto;
    margin-bottom: 4.1rem;
    max-width: 90rem;
  }
  .lp_contents .set-banner {
    right: 2.7rem;
    bottom: 7.6rem;
    width: 12.8rem;
    height: 12.8rem;
  }
  /* .lp_contents PC*/
}
/*# sourceMappingURL=style.css.map */