@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)
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1800px) {
  html {
    font-size: calc(10 * (100vw/1800));
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/600));
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp_bp_mustbuy {
  position: relative;
  background-color: var(--color-background);
  color: var(--color-text);
  font-family: var(--font-en), var(--font-jp), sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(430 * 60rem/430);
  z-index: 0;
}
.lp_bp_mustbuy__inner {
  background-color: var(--color-background);
}
.lp_bp_mustbuy img,
.lp_bp_mustbuy svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.lp_bp_mustbuy picture {
  display: block;
}
.lp_bp_mustbuy a {
  display: block;
  color: inherit;
}
.lp_bp_mustbuy a:hover {
  opacity: 1;
}
.lp_bp_mustbuy *:focus {
  outline: none;
}
.lp_bp_mustbuy a,
.lp_bp_mustbuy label {
  -webkit-tap-highlight-color: rgba(227, 250, 202, 0);
}
.lp_bp_mustbuy .cover {
  -webkit-tap-highlight-color: transparent;
}
.lp_bp_mustbuy input {
  display: none;
}
.lp_bp_mustbuy li,
.lp_bp_mustbuy ol {
  list-style-type: none;
}
.lp_bp_mustbuy .spOnly {
  display: block;
}
.lp_bp_mustbuy .pcOnly {
  display: none;
}
.lp_bp_mustbuy ::-moz-selection {
  background-color: rgba(254, 231, 233, 0.8);
}
.lp_bp_mustbuy ::selection {
  background-color: rgba(254, 231, 233, 0.8);
}
.lp_bp_mustbuy sup {
  font-size: 0.6em;
}
.lp_bp_mustbuy #share img {
  display: block;
  margin: auto;
}
.lp_bp_mustbuy .move {
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 44%, #000 50.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) 44%, #000 50.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: mask-position 1.6s 0.4s linear, -webkit-mask-position 1.6s 0.4s linear;
}
.lp_bp_mustbuy .move_enable {
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
@-webkit-keyframes opaAmin {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opaAmin {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opaAmin2 {
  10% {
    transform: translateY(3%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes opaAmin2 {
  10% {
    transform: translateY(3%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.lp_bp_mustbuy .section--titleWrap {
  position: relative;
  margin-bottom: calc(3 * 60rem/430);
  z-index: 0;
}
.lp_bp_mustbuy .section--titleWrap .border {
  position: absolute;
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, #000 40%, #000);
          mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, #000 40%, #000);
  -webkit-mask-size: 100% max(100%, 100vh);
          mask-size: 100% max(100%, 100vh);
  margin: auto;
  left: 0;
  right: 0;
  z-index: -1;
}
.lp_bp_mustbuy .section--titleWrap .border.--1 {
  transition: mask-position 2.6s 0.2s linear, -webkit-mask-position 2.6s 0.2s linear;
  bottom: calc(22 * 60rem/430);
  left: calc(30 * 60rem/430);
  width: calc(212 * 60rem/430);
}
.lp_bp_mustbuy .section--titleWrap .border.--2 {
  transition: mask-position 2.6s 0.5s linear, -webkit-mask-position 2.6s 0.5s linear;
  transform: rotate(-1deg);
  bottom: calc(16 * 60rem/430);
  left: calc(30 * 60rem/430);
  width: calc(333 * 60rem/430);
}
.lp_bp_mustbuy .js-action_enable .titleBorder {
  -webkit-animation: fill 1s linear forwards;
          animation: fill 1s linear forwards;
}
@-webkit-keyframes fill {
  0% {
    stroke-dashoffset: 280;
  }
  70% {
    stroke-dashoffset: 0;
  }
  85% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fill {
  0% {
    stroke-dashoffset: 280;
  }
  70% {
    stroke-dashoffset: 0;
  }
  85% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 768px) {
  .lp_bp_mustbuy {
    overflow: hidden;
  }
}
/* .lp_bp_mustbuy : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp_bp_mustbuy {
  --color-text: #1F140F;
  --color-primary: #FABFCB;
  --color-secondary: #FEFDEC;
  --color-background: #FFFEFA;
  --color-tertiary: #AFA091;
  --color-quaternary: #333366;
  --font-jp: "Noto Sans JP";
  --font-matisse: "fot-matisse-pron", sans-serif;
  --font-en: "Montserrat";
}
.lp_bp_mustbuy .section__headding {
  margin-bottom: calc(26 * 60rem/430);
  text-align: center;
}
.lp_bp_mustbuy .section__headding--title {
  display: inline-grid;
  position: relative;
  place-items: center;
  place-content: center;
  padding-top: calc(5 * 60rem/430);
  background-color: #fff;
  border-radius: calc(8 * 60rem/430);
  box-sizing: border-box;
  font-family: var(--font-matisse);
  font-size: calc(30 * 60rem/430);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  width: calc(260 * 60rem/430);
  height: calc(49 * 60rem/430);
  z-index: 1;
}
.lp_bp_mustbuy .section__headding--title .svg {
  width: calc(248 * 60rem/430);
}
.lp_bp_mustbuy .section__headding--title .svg:nth-child(1) {
  transform: translate(calc(7 * 60rem/430), calc(9 * 60rem/430));
}
.lp_bp_mustbuy .section__headding--title .svg:nth-child(2) {
  transform: translate(calc(-7 * 60rem/430), calc(-11 * 60rem/430));
}
.lp_bp_mustbuy .section__headding--title .titleBorder {
  stroke: #4f3828;
  stroke-width: 1.2px;
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  stroke-linejoin: round;
}
.lp_bp_mustbuy .section .itemsArea__text {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(10 * 60rem/430);
       column-gap: calc(10 * 60rem/430);
  align-items: center;
  position: relative;
  margin-bottom: calc(14 * 60rem/430);
  font-size: calc(17 * 60rem/430);
  line-height: 1;
  letter-spacing: 0.055em;
  z-index: 0;
}
.lp_bp_mustbuy .section .itemsArea__text::before, .lp_bp_mustbuy .section .itemsArea__text::after {
  content: "";
  width: calc(16 * 60rem/430);
  height: 1px;
  border-bottom: 1px solid var(--color-text);
  z-index: 0;
}
.lp_bp_mustbuy .section .itemsArea__text::before {
  transform: rotate(41deg);
}
.lp_bp_mustbuy .section .itemsArea__text::after {
  transform: rotate(-41deg);
}
.lp_bp_mustbuy #flipbook {
  position: relative;
  min-width: calc(334 * 60rem/430); /* flipbook自体の横幅なので各ページは200px */
  min-height: calc(514 * 60rem/430);
  height: calc(514 * 60rem/430);
  margin: auto; /* 一番左端だとたまに見切れるので適当に移動 */
  overflow: visible !important;
  text-align: center;
  z-index: 0;
}
.lp_bp_mustbuy #flipbook .turn-page-wrapper {
  overflow: visible !important;
}
/* .lp_bp_mustbuy #flipbook .turn-page-wrapper div {
  overflow: visible !important;
} */
.lp_bp_mustbuy #flipbook .turn-page {
  position: relative;
  z-index: 0;
}
.lp_bp_mustbuy #flipbook .buy {
  display: grid;
  place-content: center;
  color: #fff;
  padding: calc(10 * 60rem/430) calc(10 * 60rem/430) calc(10 * 60rem/430) calc(14 * 60rem/430);
  background-color: #6C6057;
  border-radius: 30px;
  box-sizing: border-box;
  font-size: calc(14 * 60rem/430);
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-align: center;
  width: calc(142 * 60rem/430);
  height: calc(48 * 60rem/430);
}
.lp_bp_mustbuy #flipbook .staff-comment {
  display: grid;
  position: relative;
  color: #fff;
  padding: calc(10 * 60rem/430) calc(12 * 60rem/430) calc(10 * 60rem/430) calc(10 * 60rem/430);
  background-color: #AFA091;
  border-radius: 30px;
  box-sizing: border-box;
  font-size: calc(13 * 60rem/430);
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1.25;
  text-align: center;
  width: calc(112 * 60rem/430);
  height: calc(48 * 60rem/430);
  z-index: 0;
}
.lp_bp_mustbuy #flipbook .staff-comment .jp {
  font-size: calc(12 * 60rem/430);
}
.lp_bp_mustbuy #flipbook .staff-comment .border-ui {
  position: absolute;
  margin: auto;
  top: 0;
  right: calc(10 * 60rem/430);
  bottom: 0;
  width: calc(10 * 60rem/430);
  height: calc(10 * 60rem/430);
}
.lp_bp_mustbuy #flipbook .staff-comment .border-ui::before, .lp_bp_mustbuy #flipbook .staff-comment .border-ui::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: calc(10 * 60rem/430);
  border-left: 1px solid #fff;
  z-index: 0;
}
.lp_bp_mustbuy #flipbook .staff-comment .border-ui::after {
  transform: rotate(90deg);
}
.lp_bp_mustbuy .flipbookWrap {
  position: relative;
  margin-inline: auto;
  padding: calc(59 * 60rem/430) calc(21 * 60rem/430) calc(103 * 60rem/430);
  background-color: #E3E1DA;
  box-sizing: border-box;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.46);
  width: calc(376 * 60rem/430);
  z-index: 0;
}
.lp_bp_mustbuy .flipbookWrap .icon {
  display: grid;
  place-content: center;
  position: absolute;
  margin: auto;
  padding-top: calc(2 * 60rem/430);
  top: calc(21 * 60rem/430);
  left: 0;
  right: 0;
  background-color: var(--color-primary);
  border: calc(1 * 60rem/430) solid var(--color-quaternary);
  border-radius: 50%;
  box-sizing: border-box;
  font-size: calc(11 * 60rem/430);
  letter-spacing: 0.045em;
  text-align: center;
  width: calc(62 * 60rem/430);
  height: calc(62 * 60rem/430);
  z-index: 20;
}
.lp_bp_mustbuy .flipbookWrap .icon .number {
  font-size: calc(19 * 60rem/430);
}
.lp_bp_mustbuy .flipbookWrap .images {
  position: relative;
  margin: 0 auto calc(13 * 60rem/430);
  width: calc(178 * 60rem/430);
  z-index: 0;
}
.lp_bp_mustbuy .flipbookWrap .images::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(278deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background-size: 180% 750%;
  z-index: 0;
}
.lp_bp_mustbuy .flipbookWrap .text {
  padding: calc(13 * 60rem/430) calc(16 * 60rem/430) calc(11 * 60rem/430);
  border-top: 1px solid #BAB8B2;
  border-bottom: 1px dotted #BAB8B2;
  color: #6C6057;
  font-size: calc(13 * 60rem/430);
  line-height: 1.38;
  letter-spacing: 0;
  text-align: justify;
}
.lp_bp_mustbuy .flipbookWrap .credit {
  padding: calc(15 * 60rem/430) calc(17 * 60rem/430);
  color: #6C6057;
  text-align: left;
}
.lp_bp_mustbuy .flipbookWrap .credit .brand {
  margin-bottom: calc(4 * 60rem/430);
  font-size: calc(13 * 60rem/430);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.015em;
}
.lp_bp_mustbuy .flipbookWrap .credit .brand .jp {
  font-size: calc(12 * 60rem/430);
  font-weight: 700;
}
.lp_bp_mustbuy .flipbookWrap .credit .name {
  margin-bottom: calc(5 * 60rem/430);
  font-size: calc(14 * 60rem/430);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.075em;
}
.lp_bp_mustbuy .flipbookWrap .credit .name .en {
  font-weight: 600;
}
.lp_bp_mustbuy .flipbookWrap .credit .price {
  display: inline-block;
  font-size: calc(15 * 60rem/430);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.075em;
}
.lp_bp_mustbuy .flipbookWrap .credit .price .quantity {
  display: inline-block;
  padding-right: calc(7 * 60rem/430);
  font-size: calc(12 * 60rem/430);
  font-weight: 500;
  letter-spacing: 0.025em;
}
.lp_bp_mustbuy .flipbookWrap .credit .price .yen {
  font-size: calc(14 * 60rem/430);
  letter-spacing: 0.065em;
}
.lp_bp_mustbuy .flipbookWrap .credit .price .tax {
  font-size: calc(9 * 60rem/430);
  letter-spacing: 0.015em;
}
.lp_bp_mustbuy .flipbookWrap .credit__note {
  margin-top: calc(-13x * 60rem/430);
  margin-right: 0;
  margin-left: auto;
  font-size: calc(9 * 60rem/430);
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
}
.lp_bp_mustbuy .flipbookWrap .credit:has(.credit_inner) {
  display: flex;
  justify-content: space-between;
}
.lp_bp_mustbuy .flipbookWrap .credit:has(.credit_inner) .name {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.lp_bp_mustbuy .flipbookWrap .credit_inner {
  width: calc(138 * 60rem/430);
}
.lp_bp_mustbuy .flipbookWrap .buttonWrap {
  display: flex;
  -moz-column-gap: calc(10 * 60rem/430);
       column-gap: calc(10 * 60rem/430);
  position: absolute;
  padding: calc(10 * 60rem/430) 0;
  bottom: calc(-72 * 60rem/430);
  justify-content: center;
  width: 100%;
  background-color: #E3E1DA;
}
.lp_bp_mustbuy .flipbookWrap .cover {
  position: absolute;
  margin: auto;
  top: 8%;
  left: 0;
  right: 0;
  -webkit-clip-path: border-box;
          clip-path: border-box;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
  width: 90%;
  height: 77%;
  z-index: 18;
}
.lp_bp_mustbuy .flipbookItem {
  background-color: #fff;
}
.lp_bp_mustbuy .flipbookItem .copy {
  padding: calc(33 * 60rem/430) calc(7 * 60rem/430) calc(9 * 60rem/430);
}
.lp_bp_mustbuy .activePage .flipbookItem .images::after {
  -webkit-animation: colorRotation 1.4s linear 0.8s forwards;
          animation: colorRotation 1.4s linear 0.8s forwards;
}
@-webkit-keyframes colorRotation {
  0% {
    opacity: 0;
  }
  6.8% {
    opacity: 0;
  }
  6.9% {
    opacity: 1;
  }
  7% {
    background-position: bottom 0% right 0%;
  }
  60% {
    background-position: top 0% left 0%;
  }
  60.1% {
    opacity: 1;
  }
  62% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes colorRotation {
  0% {
    opacity: 0;
  }
  6.8% {
    opacity: 0;
  }
  6.9% {
    opacity: 1;
  }
  7% {
    background-position: bottom 0% right 0%;
  }
  60% {
    background-position: top 0% left 0%;
  }
  60.1% {
    opacity: 1;
  }
  62% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.lp_bp_mustbuy .itemsArea .arrow {
  display: flex;
  position: relative;
  justify-content: center;
  gap: calc(274 * 60rem/430);
  pointer-events: none;
  margin-top: calc(-90 * 60rem/430);
  z-index: 1;
}
.lp_bp_mustbuy .itemsArea .fa-solid {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  background-position: center;
  width: calc(46 * 60rem/430);
  height: calc(48 * 60rem/430);
}
.lp_bp_mustbuy .itemsArea .fa-solid.inactive {
  cursor: auto;
  opacity: 0.2;
}
.lp_bp_mustbuy .itemsArea .fa-circle-arrow-left {
  background-image: url(../img/prev.png);
}
.lp_bp_mustbuy .itemsArea .fa-circle-arrow-right {
  background-image: url(../img/next.png);
}
.lp_bp_mustbuy :has(.activePage[data-page="1"]) .icon .number::before {
  content: "01";
}
.lp_bp_mustbuy :has(.activePage[data-page="2"]) .icon .number::before {
  content: "02";
}
.lp_bp_mustbuy :has(.activePage[data-page="3"]) .icon .number::before {
  content: "03";
}
.lp_bp_mustbuy :has(.activePage[data-page="4"]) .icon .number::before {
  content: "04";
}
.lp_bp_mustbuy :has(.activePage[data-page="5"]) .icon .number::before {
  content: "05";
}
.lp_bp_mustbuy :has(.activePage[data-page="6"]) .icon .number::before {
  content: "06";
}
.lp_bp_mustbuy :has(.activePage[data-page="7"]) .icon .number::before {
  content: "07";
}
.lp_bp_mustbuy :has(.activePage[data-page="8"]) .icon .number::before {
  content: "08";
}
.lp_bp_mustbuy :has(.activePage[data-page="9"]) .icon .number::before {
  content: "09";
}
.lp_bp_mustbuy :has(.activePage[data-page="10"]) .icon .number::before {
  content: "10";
}
.lp_bp_mustbuy :has(.activePage[data-page="11"]) .icon .number::before {
  content: "11";
}
.lp_bp_mustbuy :has(.activePage[data-page="12"]) .icon .number::before {
  content: "12";
}
.lp_bp_mustbuy :has(.activePage[data-page="13"]) .icon .number::before {
  content: "13";
}
.lp_bp_mustbuy :has(.activePage[data-page="14"]) .icon .number::before {
  content: "14";
}
.lp_bp_mustbuy :has(.activePage[data-page="15"]) .icon .number::before {
  content: "15";
}
.lp_bp_mustbuy :has(.activePage[data-page="16"]) .icon .number::before {
  content: "16";
}
.lp_bp_mustbuy :has(.activePage[data-page="17"]) .icon .number::before {
  content: "17";
}
.lp_bp_mustbuy :has(.activePage[data-page="18"]) .icon .number::before {
  content: "18";
}
.lp_bp_mustbuy .readArea {
  padding-top: calc(56 * 60rem/430);
  padding-left: calc(6 * 60rem/430);
  padding-bottom: calc(76 * 60rem/430);
  font-size: calc(16 * 60rem/430);
  line-height: 2.25;
  letter-spacing: 0.075em;
  text-align: center;
}
.lp_bp_mustbuy .categoryItem {
  padding-bottom: calc(72 * 60rem/430);
}
.lp_bp_mustbuy .categoryItem .buy-list {
  display: grid;
  place-content: center;
  margin: calc(70 * 60rem/430) auto 0;
  color: #fff;
  padding: calc(10 * 60rem/430);
  background-color: #6C6057;
  border-radius: 30px;
  box-sizing: border-box;
  font-size: calc(15 * 60rem/430);
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.35;
  text-align: center;
  width: calc(300 * 60rem/430);
  height: calc(61 * 60rem/430);
}
.lp_bp_mustbuy .listArea {
  padding: calc(52 * 60rem/430) calc(0 * 60rem/430) calc(58 * 60rem/430);
  width: 100%;
  height: 100%;
  background-image: url(../img/listArea_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.lp_bp_mustbuy .listArea__title {
  margin-bottom: calc(20 * 60rem/430);
  font-family: var(--font-matisse);
  font-size: calc(32 * 60rem/430);
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.075em;
}
.lp_bp_mustbuy .listArea__text {
  margin-bottom: calc(28 * 60rem/430);
  font-size: calc(15 * 60rem/430);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.075em;
}
.lp_bp_mustbuy .listArea .button {
  display: inline-block;
  padding: calc(17 * 60rem/430) calc(14 * 60rem/430) calc(16 * 60rem/430);
  background-color: #FFFBF5;
  border: 1px solid #6C6057;
  border-radius: 50px;
  font-size: calc(15 * 60rem/430);
  line-height: 1;
  letter-spacing: 0.055em;
  width: calc(272 * 60rem/430);
}
.lp_bp_mustbuy .listArea .button:nth-child(n+2) {
  margin-top: calc(11 * 60rem/430);
}
.lp_bp_mustbuy .listArea .masterpiece,
.lp_bp_mustbuy .listArea .line {
  display: inline-flex;
  justify-content: center;
  -moz-column-gap: calc(8 * 60rem/430);
       column-gap: calc(8 * 60rem/430);
  padding: calc(17 * 60rem/430) calc(14 * 60rem/430) calc(16 * 60rem/430) calc(23 * 60rem/430);
}
.lp_bp_mustbuy .listArea .masterpiece::after,
.lp_bp_mustbuy .listArea .line::after {
  content: "";
  width: calc(12 * 60rem/430);
  height: calc(12 * 60rem/430);
  background-image: url(../img/link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_bp_mustbuy .snsArea {
  padding: calc(30 * 60rem/430);
  text-align: center;
}
.lp_bp_mustbuy .snsArea__text {
  margin-left: 0.8em;
  margin-bottom: calc(18 * 60rem/430);
  font-size: calc(16 * 60rem/430);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_bp_mustbuy .snsArea ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(46 * 60rem/430);
       column-gap: calc(46 * 60rem/430);
}
.lp_bp_mustbuy .snsArea .sns {
  width: calc(37 * 60rem/430);
}

body.fixd #header.scroll {
  z-index: 0;
}

#Contents:has(.modal.open) .page-share-btn {
  opacity: 0;
}

/* .lp_bp_mustbuy 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%;
  }
  /*  set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .lp_bp_mustbuy {
    background-color: #f5f4ef;
    max-width: 100vw;
  }
  .lp_bp_mustbuy a {
    cursor: pointer;
  }
  .lp_bp_mustbuy .pcOnly {
    display: block;
  }
  .lp_bp_mustbuy .spOnly {
    display: none;
  }
  .lp_bp_mustbuy__inner {
    grid-column: 2;
    margin-inline: auto;
    width: 60rem;
  }
  .lp_bp_mustbuy .turn-page-wrapper {
    cursor: pointer;
  }
  .lp_bp_mustbuy .fixed_area {
    display: grid;
    grid-template-columns: 1fr 60rem 1fr;
    max-width: 192rem;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .lp_bp_mustbuy .fixed_area .fixed_nav {
    position: -webkit-sticky;
    position: sticky;
    display: grid;
    place-items: center;
    height: 100vh;
    pointer-events: all;
  }
  .lp_bp_mustbuy .fixed_area .fixed_left {
    top: 0;
    grid-column: 1;
  }
  .lp_bp_mustbuy .fixed_area .fixed_left__inner {
    margin-top: 2rem;
    text-align: center;
    width: 36rem;
  }
  .lp_bp_mustbuy .fixed_area .fixed_right {
    top: 2rem;
    grid-column: 3;
    text-align: center;
  }
  .lp_bp_mustbuy .fixed_area .fixed_right__inner {
    transform: scale(0.75);
  }
  .lp_bp_mustbuy .fixed_area .fixed_right .section__headding--title {
    margin-bottom: 2.4rem;
  }
  .lp_bp_mustbuy .fixed_area .fixed_right .copy {
    color: #6C6057;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .lp_bp_mustbuy .fixed_area .fixed_right .item {
    margin: 3.4rem auto 0;
    width: 42rem;
  }
  /* .lp_bp_mustbuy PC*/
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal SP ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
body.fixd {
  overflow: hidden;
}

.modal_area .modal {
  position: fixed;
  top: 0;
  transition: 0.6s ease;
  width: 100vw;
  height: 100dvh;
  z-index: 1000;
}
.modal_area .modal.close {
  opacity: 0;
  visibility: hidden;
}
.modal_area .modal.open {
  opacity: 1;
  visibility: visible;
}
.modal_area .modal.open .modal_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.16);
  background-size: cover;
  z-index: -1;
}
.modal_area .modal__title {
  margin: auto;
  width: calc(341 * 60rem/430);
}
.modal_area .modal__person {
  text-align: center;
  width: calc(70 * 60rem/430);
}
.modal_area .modal__person__name {
  margin-top: calc(5 * 60rem/430);
  color: #6C6057;
  font-size: calc(12 * 60rem/430);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
}
.modal_area .modal__text {
  color: #6C6057;
  font-size: calc(14 * 60rem/430);
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: justify;
  width: calc(272 * 60rem/430);
}
.modal_area .modal_content {
  display: grid;
  place-content: center;
  position: relative;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  box-sizing: border-box;
  pointer-events: none;
  overflow: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100dvh;
  z-index: 1;
  scrollbar-width: none;
  -webkit-appearance: none;
  -ms-overflow-style: none;
}
.modal_area .modal_content::-webkit-scrollbar {
  display: none;
}
.modal_area .modal_container__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(15 * 60rem/430) calc(12 * 60rem/430);
  margin: 0 calc(22 * 60rem/430);
  padding: calc(34 * 60rem/430) 0 calc(30 * 60rem/430);
  background-color: #FFFEFA;
  border: 1px solid #707070;
  text-align: center;
}
.modal_area .button--view {
  display: inline-block;
  padding: calc(15 * 60rem/430);
  margin-block: calc(22 * 60rem/430) calc(21 * 60rem/430);
  margin-left: calc(10 * 60rem/430);
  background-color: var(--color-text);
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  font-size: calc(12 * 60rem/430);
  font-weight: 700;
  letter-spacing: 0.075em;
  width: calc(240 * 60rem/430);
}
.modal_area .button--view .en {
  margin-left: calc(10 * 60rem/430);
  font-size: calc(15 * 60rem/430);
  letter-spacing: 0.055em;
}
.modal_area .modal_top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: auto;
  top: -48vw;
  bottom: 0;
  right: 2vw;
  width: calc(36 * 60rem/430);
  height: calc(36 * 60rem/430);
  z-index: 2;
}
.modal_area .modal-close {
  display: block;
  width: calc(38 * 60rem/430);
  height: calc(38 * 60rem/430);
}

/* .lp_contents : modal SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (min-width: 769px) {
  .modal_area .modal_top {
    margin: auto;
    top: -16.2vw;
    right: 34vw;
  }
  .modal_area .modal_content {
    width: 60rem;
  }
}
/* .lp_contents : modal PC*/
/*# sourceMappingURL=style.css.map */
