@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
/*--------------------------------
   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_masterpiece {
  position: relative;
  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_masterpiece__inner {
  background-color: var(--color-background);
}
.lp_masterpiece img,
.lp_masterpiece svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.lp_masterpiece picture {
  display: block;
}
.lp_masterpiece a {
  display: block;
  color: inherit;
}
.lp_masterpiece a:hover {
  opacity: 1;
}
.lp_masterpiece *:focus {
  outline: none;
}
.lp_masterpiece a:not(.anchorLinkArea__item),
.lp_masterpiece label {
  -webkit-tap-highlight-color: rgba(255, 245, 204, 0.6);
}
.lp_masterpiece .anchorLinkArea__item {
  -webkit-tap-highlight-color: transparent;
}
.lp_masterpiece input {
  display: none;
}
.lp_masterpiece li,
.lp_masterpiece ol {
  list-style-type: none;
}
.lp_masterpiece .spOnly {
  display: block;
}
.lp_masterpiece .pcOnly {
  display: none;
}
.lp_masterpiece ::-moz-selection {
  background-color: rgba(255, 245, 204, 0.8);
}
.lp_masterpiece ::selection {
  background-color: rgba(255, 245, 204, 0.8);
}
.lp_masterpiece sup {
  font-size: 0.6em;
}
.lp_masterpiece #share img {
  display: block;
  margin: auto;
}
.lp_masterpiece .doubleQuotation {
  font-family: ivypresto-display, serif;
  font-weight: 400;
}
.lp_masterpiece .anim,
.lp_masterpiece .fv {
  opacity: 0;
}
.lp_masterpiece .anim_enable:not(.contents__item) {
  -webkit-animation: opaAmin 1.4s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
          animation: opaAmin 1.4s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
}
.lp_masterpiece .contents__item.anim_enable {
  -webkit-animation: opaAmin2 1s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
          animation: opaAmin2 1s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
}
.lp_masterpiece .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);
}
.lp_masterpiece .move.section__item__copy {
  transition: mask-position 1.2s 0.5s linear, -webkit-mask-position 1.2s 0.5s linear;
}
.lp_masterpiece .section__commitment dt,
.lp_masterpiece .section__commitment dd {
  transition: mask-position 1.2s 0.2s linear, -webkit-mask-position 1.2s 0.2s linear;
}
.lp_masterpiece .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_masterpiece .section--titleWrap {
  position: relative;
  margin-bottom: calc(7 * 60rem/430);
  text-align: center;
  z-index: 0;
}
.lp_masterpiece .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_masterpiece .section--titleWrap .border.--1 {
  transition: mask-position 3.2s linear 0.6s, -webkit-mask-position 3.2s linear 0.4s;
  bottom: calc(22 * 60rem/430);
  left: calc(30 * 60rem/430);
  width: calc(212 * 60rem/430);
}
.lp_masterpiece .section--titleWrap .border.--2 {
  transition: mask-position 2.6s linear 0.5s, -webkit-mask-position 2.6s linear 0.5s;
  transform: rotate(-1deg);
  bottom: calc(16 * 60rem/430);
  left: calc(30 * 60rem/430);
  width: calc(333 * 60rem/430);
}

@media (max-width: 768px) {
  .lp_masterpiece {
    overflow: hidden;
  }
}
/* .lp_masterpiece : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp_masterpiece {
  --color-text: #6C6057;
  --color-primary: #C4A68E;
  --color-secondary: #9D9287;
  --color-background: #F6F5F4;
  --font-jp: "Noto Sans JP";
  --font-en: "Montserrat";
  /*----------readArea----------*/
  /*----------anchorLinkArea----------*/
  /*----------followNav----------*/
}
.lp_masterpiece .svg {
  width: calc(148 * 60rem/430);
}
.lp_masterpiece .svg:nth-child(1) {
  transform: translate(calc(13 * 60rem/430), calc(5 * 60rem/430));
}
.lp_masterpiece .svg:nth-child(2) {
  transform: translate(calc(-13 * 60rem/430), calc(-10 * 60rem/430));
}
.lp_masterpiece .titleBorder {
  stroke: #6C6057;
  stroke-width: 1.2px;
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
}
.lp_masterpiece .section__headding {
  margin-bottom: calc(13 * 60rem/430);
  text-align: center;
  height: calc(43 * 60rem/430);
}
.lp_masterpiece .section__headding--title {
  display: inline-grid;
  position: relative;
  place-items: center;
  place-content: center;
  padding-top: calc(5 * 60rem/430);
  background-color: var(--color-background);
  border-radius: calc(8 * 60rem/430);
  box-sizing: border-box;
  font-size: calc(16 * 60rem/430);
  line-height: 1;
  letter-spacing: 0.12em;
  width: calc(174 * 60rem/430);
  height: calc(41 * 60rem/430);
  z-index: 1;
}
.lp_masterpiece .section__headding .border {
  display: block;
  position: relative;
  margin: calc(-21 * 60rem/430) auto 0;
  border-bottom: 1px solid var(--color-text);
  width: calc(386 * 60rem/430);
  height: 1px;
  z-index: 0;
}
.lp_masterpiece .section__headding .border::before {
  content: "";
  position: absolute;
  margin: auto;
  top: calc(0 * 60rem/430);
  left: 0;
  right: 0;
  background-color: var(--color-background);
  max-width: 100%;
  width: 100%;
  height: calc(4 * 60rem/430);
  z-index: 0;
}
.lp_masterpiece .section--title {
  display: inline-block;
  font-size: calc(46 * 60rem/430);
  font-weight: 600;
  letter-spacing: 0.055em;
}
.lp_masterpiece .section--title:nth-of-type(n+2) {
  margin-left: calc(12 * 60rem/430);
}
.lp_masterpiece .section__textBox {
  margin-inline: calc(22 * 60rem/430);
  margin-bottom: calc(14 * 60rem/430);
  padding-inline: calc(5 * 60rem/430);
  padding-bottom: calc(34 * 60rem/430);
  border-bottom: 1px dashed var(--color-text);
}
.lp_masterpiece .section__textBox__title {
  margin-bottom: calc(15 * 60rem/430);
  font-size: calc(25 * 60rem/430);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.075em;
  text-align: left;
}
.lp_masterpiece .section__textBox__text {
  font-size: calc(13 * 60rem/430);
  line-height: 1.65;
  letter-spacing: 0.075em;
  text-align: justify;
}
.lp_masterpiece .section__textBox__text small {
  color: #9D9792;
  font-size: calc(11 * 60rem/430);
}
.lp_masterpiece .section__item__img {
  position: relative;
  margin: 0 calc(22 * 60rem/430) calc(12 * 60rem/430);
  z-index: 0;
}
.lp_masterpiece .section__item__img::after {
  content: "";
  position: absolute;
  width: calc(98 * 60rem/430);
  height: calc(96 * 60rem/430);
  background-image: url(../img/pickup_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.lp_masterpiece .section__item__copy {
  position: absolute;
  text-orientation: upright;
  writing-mode: vertical-rl;
  width: calc(60 * 60rem/430);
  height: calc(280 * 60rem/430);
  z-index: 1;
}
.lp_masterpiece .section__item__copy .copy {
  color: var(--color-primary);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: calc(18 * 60rem/430);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-align: left;
}
.lp_masterpiece .section__item__copy .strong {
  font-size: calc(20 * 60rem/430);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.lp_masterpiece .section__itemBox {
  text-align: center;
}
.lp_masterpiece .section__itemBox .brand {
  margin-bottom: calc(4 * 60rem/430);
  font-size: calc(16 * 60rem/430);
  font-weight: 600;
  letter-spacing: 0.015em;
}
.lp_masterpiece .section__itemBox .name {
  margin-bottom: calc(10 * 60rem/430);
  font-size: calc(18 * 60rem/430);
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.075em;
}
.lp_masterpiece .section__itemBox .price {
  margin-bottom: calc(17 * 60rem/430);
  font-size: calc(19 * 60rem/430);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
}
.lp_masterpiece .section__itemBox .price .yen {
  font-size: calc(18 * 60rem/430);
  letter-spacing: 0.065em;
}
.lp_masterpiece .section__itemBox .price .tax {
  font-size: calc(10 * 60rem/430);
  letter-spacing: 0.015em;
}
.lp_masterpiece .section__items {
  margin-top: calc(48 * 60rem/430);
}
.lp_masterpiece .section__items__title {
  margin-inline: calc(29 * 60rem/430);
  margin-bottom: calc(33 * 60rem/430);
  padding-top: calc(33 * 60rem/430);
  border-top: 1px dashed var(--color-text);
  text-align: center;
}
.lp_masterpiece .section__items__title img {
  display: inline-block;
  width: calc(225 * 60rem/430);
}
.lp_masterpiece .section__items .images {
  width: calc(230 * 60rem/430);
}
.lp_masterpiece .section__items .items--img {
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.16);
}
.lp_masterpiece .section__items .creditWrap {
  position: relative;
  z-index: 1;
}
.lp_masterpiece .section__items__item {
  display: flex;
}
.lp_masterpiece .section__items__item:nth-of-type(1) {
  margin-left: calc(-6 * 60rem/430);
}
.lp_masterpiece .section__items__item:nth-of-type(1) .creditWrap {
  margin-left: calc(-9 * 60rem/430);
}
.lp_masterpiece .section__items__item:nth-of-type(1) .comment {
  margin-left: calc(-24 * 60rem/430);
  padding-left: calc(48 * 60rem/430);
  padding-right: calc(16 * 60rem/430);
  background-image: url(../img/speechBubble--1.png);
}
.lp_masterpiece .section__items__item:nth-of-type(2) {
  margin-top: calc(41 * 60rem/430);
  margin-right: calc(-6 * 60rem/430);
  flex-direction: row-reverse;
}
.lp_masterpiece .section__items__item:nth-of-type(2) .creditWrap {
  margin-right: calc(-51 * 60rem/430);
  width: calc(212 * 60rem/430);
}
.lp_masterpiece .section__items__item:nth-of-type(2) .comment {
  margin-left: calc(-23 * 60rem/430);
  padding-left: calc(30 * 60rem/430);
  padding-right: calc(34 * 60rem/430);
  background-image: url(../img/speechBubble--2.png);
}
.lp_masterpiece .section__items .comment {
  display: grid;
  place-content: center;
  box-sizing: border-box;
  margin-top: calc(30 * 60rem/430);
  margin-bottom: calc(16 * 60rem/430);
  font-size: calc(13 * 60rem/430);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.055em;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(214 * 60rem/430);
  height: calc(97 * 60rem/430);
}
.lp_masterpiece .section__items .brand {
  margin-bottom: calc(2 * 60rem/430);
  font-size: calc(11 * 60rem/430);
  font-weight: 600;
  letter-spacing: 0.015em;
}
.lp_masterpiece .section__items .name {
  margin-bottom: calc(6 * 60rem/430);
  font-size: calc(14 * 60rem/430);
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.25;
}
.lp_masterpiece .section__items .priceWrap {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(8 * 60rem/430);
       column-gap: calc(8 * 60rem/430);
}
.lp_masterpiece .section__items .price {
  font-size: calc(17 * 60rem/430);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
}
.lp_masterpiece .section__items .price .yen {
  font-size: calc(15 * 60rem/430);
  letter-spacing: 0.065em;
}
.lp_masterpiece .section__items .price small {
  font-size: calc(9 * 60rem/430);
  letter-spacing: 0.015em;
}
.lp_masterpiece .categoryItem {
  padding-bottom: calc(70 * 60rem/430);
}
.lp_masterpiece .categoryItem .section:nth-of-type(1) {
  padding-top: calc(76 * 60rem/430);
}
.lp_masterpiece .categoryItem .section:nth-of-type(n+2) {
  padding-top: calc(77 * 60rem/430);
}
.lp_masterpiece #page01 .section__item__img::after {
  top: calc(7 * 60rem/430);
  right: calc(-22 * 60rem/430);
}
.lp_masterpiece #page01 .section__item__copy {
  transform: rotate(-12deg);
  top: calc(80 * 60rem/430);
  left: calc(11 * 60rem/430);
}
.lp_masterpiece #page01 .section__item__copy .--2 {
  margin-top: calc(30 * 60rem/430);
  transform: rotate(-2deg);
}
.lp_masterpiece #page02 .section__item__img::after {
  top: calc(10 * 60rem/430);
  right: calc(16 * 60rem/430);
}
.lp_masterpiece #page02 .section__item__copy {
  transform: rotate(-13deg);
  top: calc(78 * 60rem/430);
  left: calc(45 * 60rem/430);
}
.lp_masterpiece #page02 .section__item__copy .--2 {
  margin-top: calc(24 * 60rem/430);
  transform: rotate(-3deg);
}
.lp_masterpiece #page03 .section__item__img::after {
  top: calc(26 * 60rem/430);
  right: calc(-10 * 60rem/430);
}
.lp_masterpiece #page03 .section__item__copy {
  transform: rotate(-11deg);
  top: calc(86 * 60rem/430);
  left: calc(20 * 60rem/430);
}
.lp_masterpiece #page03 .section__item__copy .--2 {
  margin-top: calc(64 * 60rem/430);
  transform: rotate(-2deg);
}
.lp_masterpiece #page04 .section__item__img::after {
  top: calc(22 * 60rem/430);
  right: calc(27 * 60rem/430);
  z-index: 1;
}
.lp_masterpiece #page04 .section__item__copy p {
  color: #fff;
}
.lp_masterpiece #page04 .section__item__copy.copy--r {
  top: calc(131 * 60rem/430);
  right: calc(44 * 60rem/430);
}
.lp_masterpiece #page04 .section__item__copy.copy--r .copy {
  line-height: 1.55;
}
.lp_masterpiece #page04 .section__item__copy.copy--r .down {
  margin-top: calc(61 * 60rem/430);
}
.lp_masterpiece #page04 .section__item__copy.copy--l {
  transform: rotate(-9deg);
  top: calc(49 * 60rem/430);
  left: calc(34 * 60rem/430);
}
.lp_masterpiece #page04 .section__item__copy .--2 {
  margin-top: calc(64 * 60rem/430);
  transform: rotate(-2deg);
}
.lp_masterpiece #page05 .section__item__img::after {
  top: calc(15 * 60rem/430);
  right: calc(8 * 60rem/430);
}
.lp_masterpiece #page05 .section__item__copy {
  transform: rotate(-9deg);
  top: calc(84 * 60rem/430);
  left: calc(30 * 60rem/430);
}
.lp_masterpiece #page05 .section__item__copy .--2 {
  margin-top: calc(33 * 60rem/430);
  transform: rotate(-2deg);
}
.lp_masterpiece #page06 .section__item__img::after {
  top: calc(32 * 60rem/430);
  right: calc(-24 * 60rem/430);
}
.lp_masterpiece #page06 .section__item__copy {
  transform: rotate(-9deg);
  top: calc(76 * 60rem/430);
  left: calc(3 * 60rem/430);
}
.lp_masterpiece #page06 .section__item__copy .--2 {
  margin-top: calc(131 * 60rem/430);
  transform: rotate(-4deg);
}
.lp_masterpiece #page07 .section__item__img::after {
  top: calc(26 * 60rem/430);
  right: calc(42 * 60rem/430);
}
.lp_masterpiece #page07 .section__item__copy {
  transform: rotate(-12deg);
  top: calc(82 * 60rem/430);
  left: calc(62 * 60rem/430);
}
.lp_masterpiece #page07 .section__item__copy .--2 {
  margin-top: calc(75 * 60rem/430);
  transform: rotate(-5deg);
}
.lp_masterpiece .button--view {
  display: inline-block;
  padding: calc(8 * 60rem/430);
  background-color: var(--color-text);
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  font-size: calc(13 * 60rem/430);
  font-weight: 500;
  letter-spacing: 0.055em;
  width: calc(140 * 60rem/430);
}
.lp_masterpiece .button--detail {
  display: inline-block;
  padding: calc(5 * 60rem/430) calc(20 * 60rem/430);
  background-color: var(--color-text);
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  font-size: calc(12 * 60rem/430);
  font-weight: 500;
  letter-spacing: 0.055em;
}
.lp_masterpiece .button--items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: calc(35 * 60rem/430) auto 0;
  padding: calc(8 * 60rem/430);
  background-color: var(--color-secondary);
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  font-size: calc(15 * 60rem/430);
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.35;
  text-align: center;
  width: calc(280 * 60rem/430);
  height: calc(59 * 60rem/430);
}
.lp_masterpiece .button--all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(8 * 60rem/430);
  background-color: var(--color-text);
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  font-size: calc(16 * 60rem/430);
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  width: calc(280 * 60rem/430);
  height: calc(59 * 60rem/430);
}
.lp_masterpiece .buttonWrap {
  padding-block: calc(42 * 60rem/430) calc(52 * 60rem/430);
  background-color: #fff;
  text-align: center;
}
.lp_masterpiece .mvArea {
  opacity: 0;
}
.lp_masterpiece .readArea {
  padding: calc(46 * 60rem/430) 0 calc(75 * 60rem/430);
  text-align: center;
}
.lp_masterpiece .readArea__text {
  margin-left: calc(15 * 60rem/430);
  font-size: calc(16 * 60rem/430);
  line-height: 2.25;
  letter-spacing: 0.075em;
}
.lp_masterpiece .anchorLinkArea {
  padding-inline: calc(22 * 60rem/430);
}
.lp_masterpiece .anchorLinkArea__title {
  margin-bottom: calc(24 * 60rem/430);
  font-size: calc(16 * 60rem/430);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.075em;
  text-align: center;
}
.lp_masterpiece .anchorLinkArea__title .en {
  font-size: calc(29 * 60rem/430);
}
.lp_masterpiece .anchorLinkArea__list li:nth-child(n+2) {
  margin-top: calc(1 * 60rem/430);
}
.lp_masterpiece .anchorLinkArea__item {
  display: flex;
  position: relative;
  align-items: center;
  padding-block: calc(11 * 60rem/430) calc(10 * 60rem/430);
  background-color: #fff;
  border-radius: calc(2 * 60rem/430);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  transition: all 0.4s ease;
  z-index: 0;
}
.lp_masterpiece .anchorLinkArea__item::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: calc(18 * 60rem/430);
  bottom: 0;
  width: calc(10 * 60rem/430);
  height: calc(6 * 60rem/430);
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_masterpiece .anchorLinkArea__item:hover {
  background-color: #F0F0EC;
}
.lp_masterpiece .anchorLinkArea__number {
  padding-inline: calc(13 * 60rem/430) calc(12 * 60rem/430);
  border-right: 1px solid;
  font-size: calc(11 * 60rem/430);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.025em;
  text-align: center;
}
.lp_masterpiece .anchorLinkArea__number .strong {
  font-size: calc(21 * 60rem/430);
}
.lp_masterpiece .anchorLinkArea__cateTitle {
  padding-left: calc(23 * 60rem/430);
  font-size: calc(14 * 60rem/430);
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0.075em;
  text-align: left;
}
.lp_masterpiece .followMenu {
  position: fixed;
  transition: all 0.4s ease;
  transform: translateY(100%);
  bottom: calc(-1 * 60rem/430);
  right: 0;
  width: 100%;
  z-index: 10;
}
.lp_masterpiece .followMenu__inner {
  scrollbar-width: none;
  -webkit-appearance: none;
  -ms-overflow-style: none;
}
.lp_masterpiece .followMenu__inner::-webkit-scrollbar {
  display: none;
}
.lp_masterpiece .followMenu__list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5 * 60rem/430) calc(6 * 60rem/430);
  padding: calc(9 * 60rem/430) calc(5 * 60rem/430) calc(19 * 60rem/430);
  background-color: rgba(234, 234, 232, 0.9);
  width: calc(716 * 60rem/430);
}
.lp_masterpiece .followMenu__item {
  display: flex;
  position: relative;
  align-items: center;
  padding-block: calc(5 * 60rem/430) calc(3 * 60rem/430);
  background-color: #fff;
  border-radius: calc(2 * 60rem/430);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  height: calc(47 * 60rem/430);
  z-index: 0;
}
.lp_masterpiece .followMenu__item::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: calc(13 * 60rem/430);
  bottom: 0;
  width: calc(7 * 60rem/430);
  height: calc(4 * 60rem/430);
  background-image: url(../img/arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_masterpiece .followMenu .page01 {
  width: calc(195 * 60rem/430);
}
.lp_masterpiece .followMenu .page02 {
  width: calc(151 * 60rem/430);
}
.lp_masterpiece .followMenu .page03 {
  width: calc(139 * 60rem/430);
}
.lp_masterpiece .followMenu .page04 {
  width: calc(211 * 60rem/430);
}
.lp_masterpiece .followMenu .page05 {
  width: calc(166 * 60rem/430);
}
.lp_masterpiece .followMenu .page06 {
  width: calc(268 * 60rem/430);
}
.lp_masterpiece .followMenu .page07 {
  width: calc(268 * 60rem/430);
}
.lp_masterpiece .followMenu__number {
  padding-inline: calc(10 * 60rem/430) calc(9 * 60rem/430);
  border-right: 1px solid;
  font-size: calc(9 * 60rem/430);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.025em;
  text-align: center;
}
.lp_masterpiece .followMenu__number .strong {
  font-size: calc(18 * 60rem/430);
}
.lp_masterpiece .followMenu__cateTitle {
  padding-left: calc(14 * 60rem/430);
  font-size: calc(14 * 60rem/430);
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0.055em;
  text-align: left;
}
.lp_masterpiece .followMenu .simplebar-track {
  margin-inline: calc(5 * 60rem/430);
  bottom: calc(7 * 60rem/430);
}
.lp_masterpiece .followMenu .simplebar-track.simplebar-horizontal {
  background: #C1C1C1;
  border-radius: 3px;
  height: calc(3 * 60rem/430);
}
.lp_masterpiece .followMenu .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: calc(3 * 60rem/430);
}
.lp_masterpiece .followMenu .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  border-radius: 3px;
  bottom: calc(3 * 60rem/430);
  left: calc(-2 * 60rem/430);
  right: calc(-2 * 60rem/430);
  height: calc(3 * 60rem/430);
  background: var(--color-text);
}
.lp_masterpiece .followMenu.hidden {
  transform: translateY(100%);
}
.lp_masterpiece .followMenu.visible {
  transform: translateY(0%);
}
.lp_masterpiece [data-color=page01] .page01 {
  background-color: #F0F0EC;
}
.lp_masterpiece [data-color=page02] .page02 {
  background-color: #F0F0EC;
}
.lp_masterpiece [data-color=page03] .page03 {
  background-color: #F0F0EC;
}
.lp_masterpiece [data-color=page04] .page04 {
  background-color: #F0F0EC;
}
.lp_masterpiece [data-color=page05] .page05 {
  background-color: #F0F0EC;
}
.lp_masterpiece [data-color=page06] .page06 {
  background-color: #F0F0EC;
}
.lp_masterpiece [data-color=page07] .page07 {
  background-color: #F0F0EC;
}

body.fixd #header.scroll {
  z-index: 0;
}

#Contents:has(.modal.open) .page-share-btn {
  opacity: 0;
}

#share {
  transition: all 0.5s ease;
}

#share.active {
  transition: all 0.4s ease;
  transform: translateY(-250%);
}

#footer {
  background: #fff;
}

/* .lp_masterpiece 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_masterpiece {
    max-width: 100vw;
  }
  .lp_masterpiece a {
    cursor: pointer;
  }
  .lp_masterpiece .pcOnly {
    display: block;
  }
  .lp_masterpiece .spOnly {
    display: none;
  }
  .lp_masterpiece__inner {
    grid-column: 2;
    margin-inline: auto;
    border-left: 1px solid #c0bcb8;
    border-right: 1px solid #c0bcb8;
    width: 60rem;
  }
  .lp_masterpiece .fixed_area {
    display: grid;
    grid-template-columns: 1fr 60rem 1fr;
    margin: 0 auto;
    background: #eae7e3;
    max-width: 180rem;
    width: 100%;
    height: 100%;
  }
  .lp_masterpiece .fixed_area .fixed_nav {
    position: -webkit-sticky;
    position: sticky;
    display: grid;
    place-items: center;
    height: 110svh;
    pointer-events: all;
  }
  .lp_masterpiece .fixed_area .fixed_left {
    top: 0;
    grid-column: 1;
  }
  .lp_masterpiece .fixed_area .fixed_left__inner {
    text-align: center;
    width: 42rem;
  }
  .lp_masterpiece .fixed_area .fixed_left--logo {
    margin: 4rem auto 0;
    width: 16rem;
  }
  .lp_masterpiece .fixed_area .fixed_right {
    top: 0;
    grid-column: 3;
    text-align: center;
  }
  .lp_masterpiece .fixed_area .fixed_right .anchorLinkArea__item {
    padding-block: calc(8 * 60rem/430) calc(7 * 60rem/430);
  }
  .lp_masterpiece .fixed_area .fixed_right .anchorLinkArea__item::after {
    right: calc(14 * 60rem/430);
    width: calc(7 * 60rem/430);
    height: calc(4 * 60rem/430);
  }
  .lp_masterpiece .fixed_area .fixed_right .anchorLinkArea__title {
    margin-block: 10rem 2rem;
    font-size: calc(13 * 60rem/430);
  }
  .lp_masterpiece .fixed_area .fixed_right .anchorLinkArea__title .en {
    font-size: calc(25 * 60rem/430);
  }
  .lp_masterpiece .fixed_area .fixed_right .anchorLinkArea__number {
    padding-inline: calc(9 * 60rem/430) calc(10 * 60rem/430);
    font-size: calc(9 * 60rem/430);
  }
  .lp_masterpiece .fixed_area .fixed_right .anchorLinkArea__number .strong {
    font-size: calc(18 * 60rem/430);
  }
  .lp_masterpiece .fixed_area .fixed_right .anchorLinkArea__cateTitle {
    padding-inline: calc(16 * 60rem/430) calc(40 * 60rem/430);
    font-size: calc(12 * 60rem/430);
  }
  .lp_masterpiece .fixed_area .anchorLinkArea__list li:nth-child(n+2) {
    margin-top: 1px;
  }
  /* .lp_masterpiece PC*/
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal SP ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
body.fixd {
  overflow: hidden;
}

.modal_area .modal {
  position: fixed;
  top: 0;
  transition: 0.6s ease;
  width: 100vw;
  height: 100svh;
  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.6);
  background-size: cover;
  z-index: -1;
}
.modal_area .modal_content {
  position: relative;
  top: calc(46 * 60rem/430);
  bottom: 0;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100svh;
  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 {
  padding-bottom: calc(46 * 60rem/430);
}
.modal_area .modal_container__inner {
  margin: 0 calc(22 * 60rem/430) calc(46 * 60rem/430);
  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;
  top: 3.3vh;
  right: 2vw;
  width: calc(38 * 60rem/430);
  height: calc(38 * 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: 2.2vh;
    left: 38.8rem;
    right: 0;
  }
}
/* .lp_contents : modal PC*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ motion SP ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp_masterpiece .anchorLinkArea .js-action,
.lp_masterpiece .section__items__item .creditWrap {
  opacity: 0;
}
.lp_masterpiece .anchorLinkArea .js-action_enable {
  -webkit-animation: opa 1s ease-out 0.4s forwards;
          animation: opa 1s ease-out 0.4s forwards;
}
.lp_masterpiece .section__items__item .js-action_enable + .creditWrap {
  -webkit-animation: opa 1.2s ease-out 0.8s forwards;
          animation: opa 1.2s ease-out 0.8s forwards;
}
@-webkit-keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lp_masterpiece .items--img {
  opacity: 0;
  transform-origin: 60% 50%;
}
.lp_masterpiece .section__items__item:nth-of-type(2) .js-action_enable .items--img {
  -webkit-animation: rotate2 1.2s ease-out forwards;
          animation: rotate2 1.2s ease-out forwards;
}
@-webkit-keyframes rotate2 {
  0% {
    rotate: 1deg;
    translate: 0 calc(20 * 60rem/430);
    opacity: 0;
  }
  40% {
    rotate: 1deg;
    translate: 0 calc(20 * 60rem/430);
    opacity: 0;
  }
  100% {
    rotate: 8deg;
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes rotate2 {
  0% {
    rotate: 1deg;
    translate: 0 calc(20 * 60rem/430);
    opacity: 0;
  }
  40% {
    rotate: 1deg;
    translate: 0 calc(20 * 60rem/430);
    opacity: 0;
  }
  100% {
    rotate: 8deg;
    translate: 0 0;
    opacity: 1;
  }
}
.lp_masterpiece .section__items__item:nth-of-type(1) .js-action_enable .items--img {
  -webkit-animation: rotate 1.2s ease-out forwards;
          animation: rotate 1.2s ease-out forwards;
}
@-webkit-keyframes rotate {
  0% {
    rotate: 1deg;
    translate: 0 calc(10 * 60rem/430);
    opacity: 0;
  }
  40% {
    rotate: 1deg;
    translate: 0 calc(10 * 60rem/430);
    opacity: 0;
  }
  100% {
    rotate: -8deg;
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    rotate: 1deg;
    translate: 0 calc(10 * 60rem/430);
    opacity: 0;
  }
  40% {
    rotate: 1deg;
    translate: 0 calc(10 * 60rem/430);
    opacity: 0;
  }
  100% {
    rotate: -8deg;
    translate: 0 0;
    opacity: 1;
  }
}
.lp_masterpiece .textanimation span {
  opacity: 0;
}
.lp_masterpiece .textanimation.js-action_enable span {
  display: inline-block;
  opacity: 1;
}
.lp_masterpiece .textanimation > span {
  overflow: hidden;
}
.lp_masterpiece .textanimation.js-action_enable > span > span {
  -webkit-animation: showTextFromBottom 0.4s backwards;
          animation: showTextFromBottom 0.4s backwards;
}
@-webkit-keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.lp_masterpiece .js-action_enable .titleBorder {
  -webkit-animation: fill 1s linear forwards;
          animation: fill 1s linear forwards;
}
@-webkit-keyframes fill {
  0% {
    stroke-dashoffset: 180;
  }
  70% {
    stroke-dashoffset: 0;
  }
  85% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fill {
  0% {
    stroke-dashoffset: 180;
  }
  70% {
    stroke-dashoffset: 0;
  }
  85% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.lp_masterpiece .section__headding .border::before {
  transition: all 1s 0.5s ease;
}
.lp_masterpiece .section__headding.js-action_enable .border::before {
  max-width: 20%;
}

/* .lp_masterpiece : motion SP*/
/* .lp_masterpiece : motion PC*/
/*# sourceMappingURL=style.css.map */