.magnifique-LP {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.desktop {
  background-color: #eeeeee;
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  height: 100%;
  position: fixed;
}

.desktop .overlap-group {
  width: 100vw;
  height: 100vh;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 255, 255, 1) 19%,
    rgba(176, 176, 176, 1) 100%
  );
}

.desktop .group {
  position: absolute;
  max-width: 15%;
  top: 45%;
  left: 5%;
  transform: translateY(-50%);
  display: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.desktop .group.show {
  opacity: 1;
}

.desktop h1 {
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 1.4em;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.4em;
  white-space: nowrap;
}
.desktop h1 br{
  display: none;
}

.desktop .group-wrapper {
  position: absolute;
  width: 20%;
  top: 45%;
  right: 5%;
  transform: translateY(-50%);
  display: none;
  text-align: center;
}

.desktop .QR {
  max-width: 50%;
  margin-bottom: 20px;
}

.desktop .https-magnifique {
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 1em;
  text-align: center;
  letter-spacing: 0;
  line-height: 25px;
}
.desktop .https-magnifique a {
  color: #000000;
  word-break: break-word;
  overflow-wrap: break-word;
  display: inline-block;
  font-size: 14px;
}

.desktop .trial {
  width: 370px;
  height: 206px;
  position: fixed;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1170px) {
  .desktop .trial {
    display: none;
  }
}

.desktop .trial .overlap-9 {
  position: relative;
  width: 365px;
  height: 200px;
  background-color: #dfc9fe;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.desktop .trial .button {
  all: unset;
  box-sizing: border-box;
  position: absolute;
  width: 345px;
  height: 42px;
  top: 147px;
  left: 10px;
  background-image: linear-gradient(to bottom, #c4a6ed 0%, #673ca4 51%, #835eb8 100%);
  border-radius: 5px;
  box-shadow: inset -1px -2px 7px rgba(0, 0, 0, 0.25);
  cursor: pointer;
	display: inline-block;
  overflow: hidden;
	position: relative;
}

.desktop .trial .overlap-group-4 {
  display: inline-block;
  width: 345px;
  height: 42px;
  border-radius: 5px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.7);
}

.desktop .trial .group-7 {
  position: relative;
  width: 128px;
  height: 26px;
  top: 11px;
  left: 116px;
}

.desktop .trial .trial-sticky {
  position: absolute;
  width: 362px;
  height: 170px;
  top: -33px;
  left: 8px;
  object-fit: cover;
}

.desktop .trial .text-wrapper-29 {
  font-family: "Noto Sans CJK JP", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.75px;
  line-height: 26px;
}

@media screen and (min-width: 1440px) {
  .desktop .group {
    left: 10%;
  }
  .desktop .group-wrapper {
    right: 10%;
  }
  .desktop h1 {
    font-size: 2em;
  }
  .desktop .https-magnifique {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 787px) and (max-width: 999px) {
  .desktop .group {
    left: 3%;
  }
  .desktop .group-wrapper {
    right: 3%;
  }
  .desktop h1 {
    font-size: 1.3em;
  }
  .desktop h1 br {
    display: block;
  }
  .desktop .https-magnifique {
    font-size: 0.8em;
  }
}
/* 787px以上で.desktopの要素を表示 */
@media screen and (min-width: 787px) {
  .desktop .group,
  .desktop .group-wrapper {
    display: block;
  }
}

/* 中央部分・スクロール追従の拡大表示 */
.magnifique-LP { background-color: transparent; }
.magnifique-LP > .div { transform-origin: top center; }
.magnifique-LP .sticky-bottom { transform-origin: bottom center; }
@media screen and (min-width: 787px) {
.magnifique-LP > .div, .magnifique-LP .sticky-bottom { transform: scale(1.2); }
}
/* 拡大表示に合わせた背景左ロゴ調整 */
.desktop .logo { width: 100%; }

/* ボタン共通アニメーション */
.desktop .trial .button::after,
.magnifique-LP .button::after,
.magnifique-LP .button-2::after {
	animation: 3s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
	width: 100%;
}
@keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}

/* 動画スタイル調整 */
.hacobune-app-container {
  padding: 0!important;
}
@media screen and (max-width: 768px) {
  .hacobune-app-container {
    width: unset!important;
  }
  .hacobune-unit-video {
    margin: 0!important;
  }
}
.hacobune-univideo,
.hacobune-unit-video,
.hacobune-unit-video-wrap,
.hacobune-unit-video-player,
.hacobune-video-frame,
.overlap-group .hacobune-video-js {
  height: 100%!important;
}
.hacobune-video-js .hacobune-vjs-tech {
  width: unset!important;
}

.magnifique-LP .div {
  background-color: #ffffff;
  overflow: hidden;
  width: 375px;
  height: 14210px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.magnifique-LP .first-view {
  position: absolute;
  width: 377px;
  height: 824px;
  top: 0;
  left: 0;
}

.magnifique-LP .overlap-group {
  position: relative;
  width: 375px;
  height: 824px;
  overflow: hidden;
}

.magnifique-LP .overlap-group video {
  position: absolute;
  height: 110%;
}

.magnifique-LP .group {
  position: absolute;
  width: 375px;
  height: 824px;
  top: 0;
  left: 0;
}

.magnifique-LP .rectangle {
  position: relative;
  height: 144px;
  top: 680px;
  background: linear-gradient(
    180deg,
    rgba(175, 148, 213, 0) 0%,
    rgba(175, 148, 213, 1) 100%
  );
}

.magnifique-LP .logo {
  position: absolute;
  width: 152px;
  height: 100px;
  top: 63px;
  left: 32px;
}

.magnifique-LP .text-wrapper {
  position: absolute;
  top: 201px;
  left: 32px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 42px;
}

.magnifique-LP .gel-main {
  position: absolute;
  width: 131px;
  height: 446px;
  top: 194px;
  left: 222px;
  object-fit: cover;
}

.magnifique-LP .overlap {
  position: absolute;
  width: 762px;
  height: 4406px;
  top: 824px;
  left: -179px;
}

.magnifique-LP .gel-title {
  position: relative;
  width: 495px;
  height: 520px;
  top: 860px;
  left: 119px;
  overflow: hidden;
}

.magnifique-LP .rectangle-1 {
  position: relative;
  height: 144px;
  top: 0px;
  background: linear-gradient(
    0deg,
    rgba(175, 148, 213, 0) 0%,
    rgba(197, 163, 221, 1) 100%
  );
}

.magnifique-LP .group-wrapper {
  position: relative;
  top: -520px;
  width: 375px;
  height: 520px;
  left: 60px;
  background: none;
  z-index: 1;
}

.magnifique-LP .gel-title .hacobune-univideo::before,
.magnifique-LP .foam-title .hacobune-univideo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  z-index: 1;
}

.magnifique-LP .group-2 {
  position: relative;
  width: 304px;
  height: 142px;
  top: 40px;
  left: 38px;
}

.magnifique-LP .vector {
  position: absolute;
  width: 300px;
  height: 1px;
  top: 62px;
  left: 0;
  object-fit: cover;
}

.magnifique-LP .img {
  position: absolute;
  width: 300px;
  height: 1px;
  top: 142px;
  left: 0;
  object-fit: cover;
}

.magnifique-LP .text-wrapper-2 {
  position: absolute;
  top: 78px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  width: 100%;
  padding: 1em 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.magnifique-LP .text-wrapper-3 {
  position: absolute;
  top: 0;
  left: 4px;
  font-family: "EB Garamond", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 40px;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-4 {
  position: absolute;
  top: 3600px;
  left: 504px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 9px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15.6px;
  white-space: nowrap;
}

.magnifique-LP .gel-detail {
  position: absolute;
  width: 762px;
  height: 2822px;
  top: 1320px;
  left: 0;
  z-index: 2;
}

.magnifique-LP .vector-2,
.magnifique-LP .vector-3,
.magnifique-LP .vector-4,
.magnifique-LP .vector-5,
.magnifique-LP .vector-8,
.magnifique-LP .vector-9,
.magnifique-LP .vector-10,
.magnifique-LP .vector-11 {
  background-color: #474747;
}

.magnifique-LP .overlap-2 {
  position: relative;
  width: 732px;
  height: 2822px;
}

.magnifique-LP .rectangle-3 {
  position: absolute;
  width: 375px;
  height: 2684px;
  top: 138px;
  left: 179px;
  background-color: #dedede;
}

.magnifique-LP .ellipse {
  position: absolute;
  width: 732px;
  height: 732px;
  top: 0;
  left: 0;
  border-radius: 366px;
  background: radial-gradient(
    50% 50% at 44% 50%,
    rgba(255, 255, 255, 1) 1%,
    rgba(254, 254, 254, 0.9) 40%,
    rgba(222, 222, 222, 1) 100%
  );
}

.magnifique-LP .text-wrapper-5 {
  position: absolute;
  top: 110px;
  left: 213px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .gel-image {
  position: absolute;
  width: 300px;
  height: 483px;
  top: 200px;
  left: 207px;
  object-fit: cover;
}

.magnifique-LP .gel-trouble {
  position: absolute;
  width: 359px;
  height: 625px;
  top: 2147px;
  left: 187px;
  object-fit: cover;
}

.magnifique-LP .gel-allinone {
  position: absolute;
  width: 344px;
  height: 346px;
  top: 834px;
  left: 197px;
  object-fit: cover;
}

.magnifique-LP .overlap-group-wrapper {
  position: absolute;
  width: 305px;
  height: 76px;
  top: 716px;
  left: 215px;
}

.magnifique-LP .overlap-group-2 {
  position: relative;
  width: 303px;
  height: 76px;
}

.magnifique-LP .rectangle-4 {
  position: absolute;
  width: 303px;
  height: 28px;
  top: 6px;
  left: 0;
  background-color: #ffffff;
}

.magnifique-LP .rectangle-5 {
  position: absolute;
  width: 219px;
  height: 26px;
  top: 46px;
  left: 43px;
  background-color: #ffffff;
}

.magnifique-LP .element {
  position: absolute;
  top: 0;
  left: 4px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 38px;
}

.magnifique-LP .text-wrapper-6 {
  top: 1396px;
  left: 199px;
  position: absolute;
  font-family: "EB Garamond", Helvetica;
  font-weight: 600;
  font-style: italic;
  color: #464646;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-7 {
  top: 1347px;
  left: 242px;
  font-family: "EB Garamond", Helvetica;
  font-weight: 400;
  font-style: italic;
  color: #464646;
  font-size: 70px;
  text-align: center;
  position: absolute;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-8 {
  top: 1554px;
  left: 199px;
  position: absolute;
  font-family: "EB Garamond", Helvetica;
  font-weight: 600;
  font-style: italic;
  color: #464646;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-9 {
  top: 1505px;
  left: 242px;
  font-family: "EB Garamond", Helvetica;
  font-weight: 400;
  font-style: italic;
  color: #464646;
  font-size: 70px;
  text-align: center;
  position: absolute;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-10 {
  top: 1664px;
  left: 199px;
  position: absolute;
  font-family: "EB Garamond", Helvetica;
  font-weight: 600;
  font-style: italic;
  color: #464646;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-11 {
  top: 1615px;
  left: 242px;
  font-family: "EB Garamond", Helvetica;
  font-weight: 400;
  font-style: italic;
  color: #464646;
  font-size: 70px;
  text-align: center;
  position: absolute;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-12 {
  top: 1949px;
  left: 199px;
  position: absolute;
  font-family: "EB Garamond", Helvetica;
  font-weight: 600;
  font-style: italic;
  color: #464646;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-13 {
  top: 1900px;
  left: 242px;
  font-family: "EB Garamond", Helvetica;
  font-weight: 400;
  font-style: italic;
  color: #464646;
  font-size: 70px;
  text-align: center;
  position: absolute;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .vector-2 {
  position: absolute;
  width: 251px;
  height: 1px;
  top: 1406px;
  left: 283px;
  object-fit: cover;
}

.magnifique-LP .overlap-wrapper {
  position: absolute;
  width: 167px;
  height: 53px;
  top: 1443px;
  left: 212px;
}

.magnifique-LP .overlap-3 {
  position: relative;
  width: 165px;
  height: 53px;
}

.magnifique-LP .rectangle-6 {
  position: absolute;
  width: 165px;
  height: 10px;
  top: 40px;
  left: 0;
}

.magnifique-LP .p {
  position: absolute;
  top: 0;
  left: 2px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .span {
  font-weight: 600;
}

.magnifique-LP .text-wrapper-14 {
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  font-size: 20px;
}

.magnifique-LP .vector-3 {
  position: absolute;
  width: 251px;
  height: 1px;
  top: 1564px;
  left: 283px;
  object-fit: cover;
}

.magnifique-LP .vector-4 {
  position: absolute;
  width: 251px;
  height: 1px;
  top: 1674px;
  left: 283px;
  object-fit: cover;
}

.magnifique-LP .vector-5 {
  position: absolute;
  width: 251px;
  height: 1px;
  top: 1958px;
  left: 283px;
  object-fit: cover;
}

.magnifique-LP .gel {
  position: absolute;
  width: 142px;
  height: 94px;
  top: 1422px;
  left: 392px;
}

.magnifique-LP .rectangle-7 {
  width: 125px;
  top: 1600px;
  left: 404px;
  position: absolute;
  height: 10px;
}

.magnifique-LP .div-2 {
  position: absolute;
  top: 1583px;
  left: 208px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .group-3 {
  position: absolute;
  width: 276px;
  height: 52px;
  top: 1695px;
  left: 212px;
}

.magnifique-LP .overlap-4 {
  position: absolute;
  width: 205px;
  height: 29px;
  top: 0;
  left: 0;
}

.magnifique-LP .rectangle-8 {
  position: absolute;
  width: 205px;
  height: 10px;
  top: 18px;
  left: 0;
}

.magnifique-LP .text-wrapper-15 {
  position: absolute;
  top: 0;
  left: 2px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-16 {
  position: absolute;
  top: 30px;
  left: 2px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-17 {
  position: absolute;
  width: 81px;
  top: 1854px;
  left: 216px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0;
  line-height: 16.8px;
}

.magnifique-LP .gel-point {
  left: 213px;
  position: absolute;
  width: 87px;
  height: 87px;
  top: 1763px;
}

.magnifique-LP .text-wrapper-18 {
  position: absolute;
  width: 93px;
  top: 1854px;
  left: 320px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0;
  line-height: 16.8px;
}

.magnifique-LP .gel-2 {
  left: 323px;
  position: absolute;
  width: 87px;
  height: 87px;
  top: 1763px;
}

.magnifique-LP .div-wrapper {
  position: absolute;
  width: 242px;
  height: 88px;
  top: 1981px;
  left: 211px;
}

.magnifique-LP .overlap-5 {
  position: relative;
  width: 240px;
  height: 88px;
}

.magnifique-LP .rectangle-9 {
  position: absolute;
  width: 240px;
  height: 10px;
  top: 76px;
  left: 0;
}

.magnifique-LP .div-3 {
  position: absolute;
  top: 0;
  left: 2px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
}

.magnifique-LP .text-wrapper-19 {
  font-weight: 600;
  font-size: 16px;
}

.magnifique-LP .text-wrapper-20 {
  position: absolute;
  top: 2074px;
  left: 214px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 9px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .group-4 {
  position: absolute;
  width: 385px;
  height: 109px;
  top: 1250px;
  left: 179px;
}

.magnifique-LP .overlap-6 {
  position: relative;
  width: 375px;
  height: 107px;
}

.magnifique-LP .text-wrapper-21 {
  position: absolute;
  top: 0;
  left: 89px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .rectangle-10 {
  position: absolute;
  width: 375px;
  height: 50px;
  top: 46px;
  left: 0;
  background-color: #464646;
}

.magnifique-LP .text-wrapper-22 {
  position: absolute;
  top: 55px;
  left: 74px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .div-4 {
  position: absolute;
  top: 55px;
  left: 213px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-23 {
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
}

.magnifique-LP .text-wrapper-24 {
  font-size: 20px;
}

.magnifique-LP .text-wrapper-25 {
  position: absolute;
  top: 46px;
  left: 267px;
  -webkit-text-stroke: 1px #ffffff;
  font-family: "Noto Serif JP", Helvetica;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-26 {
  top: 3px;
  left: 165px;
  -webkit-text-stroke: 1px #ffffff;
  background: linear-gradient(
    210deg,
    rgba(253, 231, 187, 1) 0%,
    rgba(158, 109, 56, 1) 20%,
    rgba(233, 184, 110, 1) 50%,
    rgba(157, 105, 51, 1) 66%,
    rgba(254, 233, 191, 1) 83%,
    rgba(104, 62, 35, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "EB Garamond", Helvetica;
  font-weight: bold;
  font-style: italic;
  color: transparent;
  font-size: 80px;
  text-align: center;
  position: absolute;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-27 {
  position: absolute;
  top: 1889px;
  left: 450px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 9px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15.6px;
  white-space: nowrap;
}

.magnifique-LP .GL {
  top: 1854px;
  left: 437px;
  position: absolute;
  width: 80px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0;
  line-height: 16.8px;
}

.magnifique-LP .gel-3 {
  left: 433px;
  position: absolute;
  width: 87px;
  height: 87px;
  top: 1763px;
}

.magnifique-LP .fragrance {
  top: 1940px;
  left: 411px;
  position: absolute;
  width: 139px;
  height: 93px;
}

.magnifique-LP .award {
  position: absolute;
  width: 414px;
  height: 969px;
  top: 0;
  left: 161px;
}

.magnifique-LP .overlap-7 {
  position: relative;
  width: 410px;
  height: 969px;
}

.magnifique-LP .rectangle-11 {
  position: absolute;
  width: 375px;
  height: 860px;
  top: 0;
  left: 18px;
  background: linear-gradient( 0deg, rgba(197, 163, 221, 1) 0%, rgba(175, 148, 213, 1) 100% );
}

.magnifique-LP .rectangle-12 {
  position: absolute;
  width: 410px;
  height: 824px;
  top: 19px;
  left: 0;
  background-color: #ffffff;
}

.magnifique-LP .rectangle-13 {
  position: absolute;
  width: 410px;
  height: 824px;
  top: 19px;
  left: 0;
  background: linear-gradient(
    217deg,
    rgba(158, 109, 56, 1) 1%,
    rgba(205, 169, 121, 1) 16%,
    rgba(253, 231, 187, 1) 40%,
    rgba(233, 184, 110, 1) 68%,
    rgba(157, 105, 56, 1) 87%,
    rgba(158, 109, 51, 1) 100%
  );
  opacity: 0.35;
}

.magnifique-LP .rectangle-14 {
  position: absolute;
  width: 410px;
  height: 824px;
  top: 19px;
  left: 0;
  border: 1px solid;
  border-color: transparent;
  border-image: linear-gradient(
      217deg,
      rgba(158, 109, 56, 1) 1%,
      rgba(205, 169, 121, 1) 16%,
      rgba(253, 231, 187, 1) 40%,
      rgba(233, 184, 110, 1) 68%,
      rgba(157, 105, 56, 1) 87%,
      rgba(158, 109, 51, 1) 100%
    )
    1;
}

.magnifique-LP .MEN-s-NON-NO {
  position: absolute;
  width: 269px;
  top: 489px;
  left: 71px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 900;
  color: #000000;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-28 {
  position: absolute;
  width: 334px;
  top: 526px;
  left: 39px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 13px;
  text-align: justify;
  letter-spacing: 0;
  line-height: 26px;
}

.magnifique-LP .group-5 {
  position: absolute;
  width: 222px;
  height: 63px;
  top: 788px;
  left: 180px;
}

.magnifique-LP .overlap-group-3 {
  position: relative;
  width: 214px;
  height: 63px;
}

.magnifique-LP .polygon {
  position: absolute;
  width: 49px;
  height: 8px;
  top: 55px;
  left: 0;
}

.magnifique-LP .rectangle-15 {
  position: absolute;
  width: 207px;
  height: 63px;
  top: 0;
  left: 6px;
}

.magnifique-LP .group-6 {
  position: absolute;
  width: 222px;
  height: 63px;
  top: 11px;
  left: 7px;
}

.magnifique-LP .overlap-8 {
  position: relative;
  width: 212px;
  height: 63px;
  left: 11px;
}

.magnifique-LP .polygon-2 {
  position: absolute;
  width: 49px;
  height: 8px;
  top: 0;
  left: 162px;
}

.magnifique-LP .rectangle-16 {
  position: absolute;
  width: 205px;
  height: 63px;
  top: 0;
  left: 0;
}

.magnifique-LP .award-mark {
  position: absolute;
  width: 186px;
  height: 186px;
  top: 276px;
  left: 130px;
  object-fit: cover;
}

.magnifique-LP .award-title {
  position: absolute;
  width: 355px;
  height: 180px;
  top: 86px;
  left: 28px;
  object-fit: cover;
}

.magnifique-LP .amazon {
  position: absolute;
  width: 330px;
  height: 132px;
  top: 630px;
  left: 41px;
  object-fit: cover;
}

.magnifique-LP .sticky-bottom {
  position: fixed;
  bottom: -300px;
  left: calc(50% - 185px);
  width: 370px;
  height: 236px;
  transition: bottom 0.5s ease;
  z-index: 5;
  pointer-events: none;
}
@media screen and (min-width: 1170px) {
  .magnifique-LP .sticky-bottom {
    display: none;
  }
}

.sticky-bottom.show {
  bottom: -30px; 
}

/* クリック制御: コンテナは透過扱い、必要な要素のみクリック可に */
.magnifique-LP .sticky-bottom .button,
.magnifique-LP .sticky-bottom .overlap-9,
.magnifique-LP .sticky-bottom .toggle-btn {
  pointer-events: auto;
}

.magnifique-LP .overlap-9 {
  position: relative;
  width: 365px;
  height: 203px;
  left: 2px;
  background-color: #dfc9fe;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

/* 開閉トグルボタン（矢印） */
.magnifique-LP .sticky-bottom .toggle-btn {
  position: absolute;
  left: 3px;
  top: -40px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 3;
  justify-content: center;
}
.magnifique-LP .sticky-bottom .toggle-btn .material-symbols-outlined {
  font-size: 22px;
  line-height: 32px;
}

/* 閉じた状態を示すクラス */
.magnifique-LP .overlap-9.closed {
  background-color: unset;
  box-shadow: unset;
  pointer-events: none;
  display: none;
}
.magnifique-LP .overlap-9.closed .trial-sticky {
  display: none;
}
.magnifique-LP .sticky-bottom .toggle-btn[aria-expanded="false"] {
  top: 105px;
}

.magnifique-LP .button {
  all: unset;
  box-sizing: border-box;
  position: absolute;
  width: 345px;
  height: 42px;
  top: 145px;
  left: 11px;
  background-image: linear-gradient(to bottom, #c4a6ed 0%, #673ca4 51%, #835eb8 100%);
  border-radius: 5px;
  box-shadow: inset -1px -2px 7px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
	position: relative;
  z-index: 2;
}

/* パネル開閉に応じたボタン位置 */
.magnifique-LP .sticky-bottom .overlap-9.closed ~ .button {
  top: 145px;
}
.magnifique-LP .sticky-bottom .overlap-9:not(.closed) ~ .button {
  top: -55px;
}

.magnifique-LP .overlap-group-4 {
  display: inline-block;
  width: 345px;
  height: 42px;
  border-radius: 5px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.7);
}

.magnifique-LP .group-7 {
  position: relative;
  width: 128px;
  height: 26px;
  top: 11px;
  left: 116px;
}

.magnifique-LP .text-wrapper-29 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Noto Sans CJK JP", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.75px;
  line-height: 26px;
  white-space: nowrap;
}

.magnifique-LP .trial-sticky {
  position: absolute;
  width: 362px;
  height: 170px;
  top: -35px;
  left: 8px;
  object-fit: cover;
}

.magnifique-LP .overlap-10 {
  position: absolute;
  width: 768px;
  height: 2735px;
  top: 4965px;
  left: -180px;
}

.magnifique-LP .foam-title {
  position: relative;
  width: 375px;
  height: 520px;
  top: 0;
  left: 180px;
  overflow: hidden;
}

.magnifique-LP .group-8 {
  position: relative;
  width: 338px;
  height: 118px;
  top: -360px;
  left: 20px;
  z-index: 2;
}

.magnifique-LP .text-wrapper-30 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "EB Garamond", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 40px;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .group-9 {
  position: absolute;
  width: 335px;
  height: 56px;
  top: 62px;
  left: 2px;
}

.magnifique-LP .text-wrapper-31 {
  position: absolute;
  top: 16px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  width: 100%;
  padding: 1em 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.magnifique-LP .vector-6 {
  position: absolute;
  width: 333px;
  height: 1px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.magnifique-LP .vector-7 {
  position: absolute;
  width: 333px;
  height: 1px;
  top: 56px;
  left: 0;
  object-fit: cover;
}

.magnifique-LP .foam-detail {
  position: absolute;
  width: 768px;
  height: 2307px;
  top: 428px;
  left: 0;
  z-index: 3;
}

.magnifique-LP .overlap-11 {
  position: absolute;
  width: 375px;
  height: 721px;
  top: 0;
  left: 180px;
  background-image: url(../img/foam_back.png);
  background-size: 100% 100%;
}

.magnifique-LP .overlap-12 {
  position: absolute;
  width: 375px;
  height: 494px;
  top: 110px;
  left: 0;
}

.magnifique-LP .foam-image {
  position: absolute;
  width: 375px;
  height: 452px;
  top: 42px;
  left: 0;
  object-fit: cover;
}

.magnifique-LP .group-10 {
  position: absolute;
  width: 320px;
  height: 50px;
  top: 0;
  left: 30px;
}

.magnifique-LP .text-wrapper-32 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  color: #018183;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-33 {
  position: absolute;
  top: 15px;
  left: 216px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .overlap-13 {
  position: absolute;
  width: 258px;
  height: 72px;
  top: 624px;
  left: 59px;
}

.magnifique-LP .rectangle-18 {
  position: absolute;
  width: 237px;
  height: 28px;
  top: 42px;
  left: 11px;
  background-color: #ffffff;
}

.magnifique-LP .rectangle-19 {
  position: absolute;
  width: 258px;
  height: 28px;
  top: 5px;
  left: 0;
  background-color: #ffffff;
}

.magnifique-LP .text-wrapper-34 {
  position: absolute;
  top: 0;
  left: 3px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 36px;
}

.magnifique-LP .overlap-14 {
  position: absolute;
  width: 375px;
  height: 1586px;
  top: 721px;
  left: 180px;
  background-color: #dedede;
}

.magnifique-LP .overlap-15 {
  position: absolute;
  width: 375px;
  height: 404px;
  top: 50px;
  left: 0;
}

.magnifique-LP .text-wrapper-35 {
  top: 154px;
  left: 20px;
  position: absolute;
  font-family: "EB Garamond", Helvetica;
  font-weight: 600;
  font-style: italic;
  color: #464646;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .overlap-16 {
  position: absolute;
  width: 375px;
  height: 196px;
  top: 0;
  left: 0;
}

.magnifique-LP .text-wrapper-36 {
  top: 105px;
  left: 63px;
  font-family: "EB Garamond", Helvetica;
  font-weight: 400;
  font-style: italic;
  color: #464646;
  font-size: 70px;
  text-align: center;
  position: absolute;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .overlap-17 {
  position: absolute;
  width: 375px;
  height: 107px;
  top: 0;
  left: 0;
}

.magnifique-LP .overlap-18 {
  position: absolute;
  width: 335px;
  height: 224px;
  top: 180px;
  left: 20px;
}

.magnifique-LP .text-wrapper-37 {
  top: 142px;
  left: 0;
  position: absolute;
  font-family: "EB Garamond", Helvetica;
  font-weight: 600;
  font-style: italic;
  color: #464646;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .overlap-19 {
  position: absolute;
  width: 256px;
  height: 131px;
  top: 93px;
  left: 8px;
}

.magnifique-LP .text-wrapper-38 {
  top: 0;
  left: 35px;
  font-family: "EB Garamond", Helvetica;
  font-weight: 400;
  font-style: italic;
  color: #464646;
  font-size: 70px;
  text-align: center;
  position: absolute;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .rectangle-20 {
  position: absolute;
  width: 183px;
  height: 10px;
  top: 119px;
  left: 0;
}

.magnifique-LP .div-5 {
  position: absolute;
  top: 78px;
  left: 1px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .vector-8 {
  position: absolute;
  width: 251px;
  height: 1px;
  top: 152px;
  left: 84px;
  object-fit: cover;
}

.magnifique-LP .foam {
  position: absolute;
  width: 142px;
  height: 94px;
  top: 0;
  left: 193px;
}

.magnifique-LP .vector-9 {
  position: absolute;
  width: 251px;
  height: 1px;
  top: 164px;
  left: 104px;
  object-fit: cover;
}

.magnifique-LP .group-11 {
  position: absolute;
  width: 164px;
  height: 72px;
  top: 201px;
  left: 33px;
}

.magnifique-LP .overlap-group-5 {
  position: relative;
  width: 162px;
  height: 72px;
}

.magnifique-LP .rectangle-21 {
  width: 123px;
  top: 18px;
  left: 0;
  position: absolute;
  height: 10px;
}

/* 線アニメーション */
.magnifique-LP .rectangle-6,
.magnifique-LP .rectangle-7,
.magnifique-LP .rectangle-8,
.magnifique-LP .rectangle-9,
.magnifique-LP .rectangle-20,
.magnifique-LP .rectangle-21 {
  background-color: #c7a2d880;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1s ease-out 0.5s;
} 
.magnifique-LP .rectangle-6.animate,
.magnifique-LP .rectangle-7.animate,
.magnifique-LP .rectangle-8.animate,
.magnifique-LP .rectangle-9.animate,
.magnifique-LP .rectangle-20.animate,
.magnifique-LP .rectangle-21.animate {
  transform: scaleX(1);
}

.magnifique-LP .div-6 {
  position: absolute;
  width: 160px;
  top: 0;
  left: 2px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-39 {
  font-weight: 700;
}

.magnifique-LP .text-wrapper-40 {
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  font-size: 15px;
}

.magnifique-LP .overlap-20 {
  position: absolute;
  width: 335px;
  height: 109px;
  top: 463px;
  left: 20px;
}

.magnifique-LP .text-wrapper-41 {
  top: 49px;
  left: 0;
  position: absolute;
  font-family: "EB Garamond", Helvetica;
  font-weight: 600;
  font-style: italic;
  color: #464646;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .overlap-21 {
  position: absolute;
  width: 207px;
  height: 109px;
  top: 0;
  left: 13px;
}

.magnifique-LP .text-wrapper-42 {
  top: 0;
  left: 30px;
  font-family: "EB Garamond", Helvetica;
  font-weight: 400;
  font-style: italic;
  color: #464646;
  font-size: 70px;
  text-align: center;
  position: absolute;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .group-12 {
  position: absolute;
  width: 207px;
  height: 29px;
  top: 80px;
  left: 0;
}

.magnifique-LP .overlap-22 {
  position: relative;
  width: 205px;
  height: 29px;
}

.magnifique-LP .vector-10 {
  position: absolute;
  width: 251px;
  height: 1px;
  top: 58px;
  left: 84px;
  object-fit: cover;
}

.magnifique-LP .overlap-23 {
  position: absolute;
  width: 351px;
  height: 306px;
  top: 586px;
  left: 20px;
}

.magnifique-LP .text-wrapper-43 {
  top: 186px;
  left: 0;
  position: absolute;
  font-family: "EB Garamond", Helvetica;
  font-weight: 600;
  font-style: italic;
  color: #464646;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .overlap-24 {
  position: absolute;
  width: 339px;
  height: 306px;
  top: 0;
  left: 12px;
}

.magnifique-LP .text-wrapper-44 {
  top: 137px;
  left: 31px;
  font-family: "EB Garamond", Helvetica;
  font-weight: 400;
  font-style: italic;
  color: #464646;
  font-size: 70px;
  text-align: center;
  position: absolute;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .vector-11 {
  position: absolute;
  width: 251px;
  height: 1px;
  top: 196px;
  left: 72px;
  object-fit: cover;
}

.magnifique-LP .group-13 {
  position: absolute;
  width: 242px;
  height: 88px;
  top: 218px;
  left: 0;
}

.magnifique-LP .text-wrapper-45 {
  position: absolute;
  top: 254px;
  left: 293px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 9px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15.6px;
  white-space: nowrap;
}

.magnifique-LP .fragrance-2 {
  top: 177px;
  left: 200px;
  position: absolute;
  width: 139px;
  height: 93px;
}

.magnifique-LP .group-14 {
  position: absolute;
  width: 309px;
  height: 143px;
  top: 0;
  left: 2px;
}

.magnifique-LP .text-wrapper-46 {
  position: absolute;
  top: 127px;
  left: 238px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 9px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15.6px;
  white-space: nowrap;
}

.magnifique-LP .group-15 {
  position: absolute;
  width: 313px;
  height: 126px;
  top: 0;
  left: 0;
}

.magnifique-LP .text-wrapper-47 {
  position: absolute;
  width: 81px;
  top: 92px;
  left: 4px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0;
  line-height: 16.8px;
}

.magnifique-LP .text-wrapper-48 {
  position: absolute;
  width: 93px;
  top: 92px;
  left: 108px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0;
  line-height: 16.8px;
}

.magnifique-LP .GL-2 {
  top: 92px;
  left: 223px;
  position: absolute;
  width: 80px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0;
  line-height: 16.8px;
}

.magnifique-LP .foam-point {
  left: 0;
  position: absolute;
  width: 87px;
  height: 87px;
  top: 0;
}

.magnifique-LP .foam-2 {
  left: 220px;
  position: absolute;
  width: 87px;
  height: 87px;
  top: 0;
}

.magnifique-LP .foam-3 {
  left: 110px;
  position: absolute;
  width: 87px;
  height: 87px;
  top: 0;
}

.magnifique-LP .text-wrapper-49 {
  position: absolute;
  top: 897px;
  left: 35px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 9px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .foam-trouble {
  position: absolute;
  width: 340px;
  height: 566px;
  top: 970px;
  left: 15px;
  object-fit: cover;
}

.magnifique-LP .overlap-25 {
  position: absolute;
  width: 395px;
  height: 5454px;
  top: 8855px;
  left: -6px;
}

.magnifique-LP .rectangle-22 {
  position: absolute;
  width: 375px;
  height: 5330px;
  top: 0;
  left: 6px;
  background-color: #dedede;
}

.magnifique-LP .overlap-25 .hacobune-video-frame {
  background-color: #dedede;
}

.magnifique-LP .qa {
  position: absolute;
  width: 340px;
  height: 544px;
  top: 4180px;
  left: 26px;
}
.magnifique-LP .qa h2 {
  font-family: 'Noto Serif JP', Helvetica;
  font-weight: 900;
  font-size: 26px;
  text-align: center;
  padding-bottom: 20px;
}
.magnifique-LP .qa p:nth-child(2) {
  font-family: 'Noto Serif JP', Helvetica;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  padding-bottom: 30px; 
}

.magnifique-LP .text-wrapper-50 {
  position: absolute;
  width: 335px;
  top: 44px;
  left: 1px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
}

.magnifique-LP .text-wrapper-51 {
  width: 335px;
  top: 0;
  left: 1px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 900;
  font-size: 26px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  color: #000000;
  letter-spacing: 0;
}

.magnifique-LP .overlap-26 {
  position: absolute;
  width: 335px;
  height: 176px;
  top: 122px;
  left: 0;
}

.magnifique-LP .q {
  position: absolute;
  width: 335px;
  height: 64px;
  top: 0;
  left: 0;
}

.magnifique-LP .overlap-group-6 {
  position: relative;
  height: 64px;
}

.magnifique-LP .frame {
  display: flex;
  width: 335px;
  align-items: center;
  gap: 15px;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #595757;
}

.magnifique-LP .text-wrapper-52 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "EB Garamond", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.magnifique-LP .text-wrapper-53 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 900;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.magnifique-LP .ellipse-2 {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 20px;
  left: 300px;
  background-color: #ffffff;
  border-radius: 12.5px;
}

.magnifique-LP .rectangle-23 {
  position: absolute;
  width: 12px;
  height: 7px;
  top: 29px;
  left: 306px;
}

.magnifique-LP .a {
  display: flex;
  width: 335px;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  position: absolute;
  top: 64px;
  left: 0;
  background-color: #595757;
}

.magnifique-LP .text-wrapper-54 {
  position: relative;
  width: 10px;
  margin-top: -1.00px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}

.magnifique-LP .text-wrapper-55 {
  position: relative;
  width: 279px;
  margin-top: -1.00px;
  margin-right: -9.00px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 24px;
}

.magnifique-LP .vector-12 {
  position: absolute;
  width: 314px;
  height: 1px;
  top: 64px;
  left: 11px;
  object-fit: cover;
}

.magnifique-LP .q-2 {
  position: absolute;
  width: 335px;
  height: 64px;
  top: 308px;
  left: 0;
}

.magnifique-LP .frame-2 {
  display: flex;
  width: 335px;
  align-items: center;
  gap: 15px;
  padding: 20px 50px 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #595757;
}

.magnifique-LP .rectangle-wrapper {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 20px;
  left: 302px;
  background-color: #ffffff;
  border-radius: 12.5px;
  transform: rotate(-90.00deg);
}

.magnifique-LP .rectangle-24 {
  position: absolute;
  width: 7px;
  height: 12px;
  top: 7px;
  left: 9px;
  transform: rotate(90.00deg);
}

.magnifique-LP .q-3 {
  position: absolute;
  width: 335px;
  height: 88px;
  top: 382px;
  left: 0;
}

.magnifique-LP .overlap-27 {
  position: relative;
  height: 88px;
}

.magnifique-LP .frame-3 {
  display: inline-flex;
  max-width: 335px;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 50px 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #595757;
}

.magnifique-LP .text-wrapper-56 {
  position: relative;
  width: 241px;
  margin-top: -1.00px;
  margin-right: -5.00px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 900;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 24px;
}

.magnifique-LP .img-wrapper {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 31px;
  left: 302px;
  background-color: #ffffff;
  border-radius: 12.5px;
  transform: rotate(-90.00deg);
}

.magnifique-LP .q-4 {
  position: absolute;
  width: 335px;
  height: 64px;
  top: 480px;
  left: 0;
}

.magnifique-LP .brand-image {
  position: absolute;
  width: 379px;
  height: 1550px;
  top: 2583px;
  left: 6px;
}

.magnifique-LP .magnifique {
  position: absolute;
  width: 335px;
  top: 927px;
  left: 20px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  line-height: 26px;
}

.magnifique-LP .text-wrapper-57 {
  position: absolute;
  width: 335px;
  top: 1272px;
  left: 20px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
}

.magnifique-LP .overlap-28 {
  position: absolute;
  width: 375px;
  height: 694px;
  top: 211px;
  left: 0;
  background-image: url(../img/brand_image_back.png);
  background-size: 100% 100%;
}

.magnifique-LP .group-16 {
  position: absolute;
  width: 339px;
  height: 134px;
  top: 278px;
  left: 20px;
}

.magnifique-LP .text-wrapper-58 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 900;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.magnifique-LP .text-wrapper-59 {
  position: absolute;
  width: 335px;
  top: 40px;
  left: 0;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 31.2px;
}

.magnifique-LP .group-17 {
  position: absolute;
  width: 282px;
  height: 144px;
  top: 74px;
  left: 20px;
}

.magnifique-LP .text-wrapper-60 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 28.8px;
}

.magnifique-LP .logo-landscape {
  position: absolute;
  width: 280px;
  height: 62px;
  top: 82px;
  left: 0;
  object-fit: cover;
}

.magnifique-LP .video {
  position: absolute;
  width: 375px;
  height: 210px;
  top: 1350px;
  left: 0;
  background-color: #d2d2d2;
  background-size: 100% 100%;
}

.magnifique-LP .polygon-wrapper {
  position: relative;
  width: 63px;
  height: 63px;
  top: 58px;
  left: 159px;
  background-color: #d2d2d2;
  border-radius: 31.38px;
  opacity: 0.8;
}

.magnifique-LP .polygon-3 {
  position: absolute;
  width: 25px;
  height: 29px;
  top: 16px;
  left: 22px;
}

.magnifique-LP .group-18 {
  position: absolute;
  width: 375px;
  height: 211px;
  top: 0;
  left: 0;
  background-image: url(../img/brand_image.png);
  background-size: cover;
  background-position: 50% 50%;
}

.magnifique-LP .rectangle-25 {
  position: absolute;
  width: 375px;
  height: 28px;
  top: 183px;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(35, 100, 29, 0) 0%,
    rgba(214, 197, 223, 1) 100%
  );
}

.magnifique-LP .rectangle-26 {
  position: absolute;
  width: 375px;
  height: 30px;
  top: 0;
  left: 0;
  transform: rotate(-180.00deg);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(222, 222, 222, 1) 100%
  );
}

.magnifique-LP .footer {
  position: absolute;
  width: 375px;
  height: 160px;
  top: 5204px;
  left: 6px;
  background-color: #000000;
}

.magnifique-LP .text-wrapper-61 {
  position: absolute;
  width: 304px;
  top: 5258px;
  left: 42px;
  font-family: "EB Garamond", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .frame-4 {
  display: flex;
  width: 316px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: absolute;
  top: 5228px;
  left: 36px;
}

.magnifique-LP .text-wrapper-62 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
.magnifique-LP .text-wrapper-62 a {
  color: #ffffff;
}

.magnifique-LP .howto {
  position: absolute;
  width: 395px;
  height: 1009px;
  top: 50px;
  left: 0;
}

.magnifique-LP .overlap-29 {
  position: absolute;
  width: 335px;
  height: 437px;
  top: 128px;
  left: 26px;
  background-color: #ffffff;
}

.magnifique-LP .text-wrapper-63 {
  position: absolute;
  width: 300px;
  top: 343px;
  left: 18px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 24.4px;
}

.magnifique-LP .overlap-30 {
  position: absolute;
  width: 215px;
  height: 322px;
  top: 13px;
  left: 78px;
}

.magnifique-LP .howto-2 {
  position: absolute;
  width: 215px;
  height: 267px;
  top: 55px;
  left: 0;
  object-fit: cover;
}

.magnifique-LP .group-19 {
  position: absolute;
  width: 70px;
  height: 63px;
  top: 0;
  left: 55px;
}

.magnifique-LP .overlap-31 {
  position: relative;
  width: 73px;
  height: 64px;
}

.magnifique-LP .group-20 {
  position: absolute;
  width: 72px;
  height: 63px;
  top: 0;
  left: 1px;
}

.magnifique-LP .overlap-group-7 {
  position: relative;
  width: 68px;
  height: 63px;
}

.magnifique-LP .text-wrapper-64 {
  position: absolute;
  width: 48px;
  top: 23px;
  left: 0;
  font-family: "EB Garamond", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-65 {
  top: 0;
  left: 44px;
  font-family: "EB Garamond", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 48px;
  position: absolute;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .vector-13 {
  position: absolute;
  width: 70px;
  height: 3px;
  top: 62px;
  left: 0;
  background-color: #000;
}

.magnifique-LP .overlap-32 {
  position: absolute;
  width: 335px;
  height: 374px;
  top: 635px;
  left: 26px;
  background-color: #ffffff;
}
.triangle {
  position: absolute;
  width: 335px;
  top: 564px;
  left: 26px;
  border-style: solid;
  border-width: 50px 167px 0 167px;
  border-color: #fff transparent transparent transparent;
}

.magnifique-LP .text-wrapper-66 {
  position: absolute;
  top: 329px;
  left: 25px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24.4px;
  white-space: nowrap;
}

.magnifique-LP .howto-3 {
  position: absolute;
  width: 207px;
  height: 224px;
  top: 95px;
  left: 51px;
  object-fit: cover;
}

.magnifique-LP .group-21 {
  position: absolute;
  width: 70px;
  height: 63px;
  top: 13px;
  left: 133px;
}

.magnifique-LP .polygon-4 {
  position: absolute;
  width: 335px;
  height: 42px;
  top: 565px;
  left: 26px;
}

.magnifique-LP .overlap-33 {
  position: absolute;
  width: 375px;
  height: 98px;
  top: 0;
  left: 6px;
}

.magnifique-LP .rectangle-28 {
  position: absolute;
  width: 375px;
  height: 50px;
  top: 48px;
  left: 0;
  background-color: #464646;
}

.magnifique-LP .text-wrapper-67 {
  position: absolute;
  top: 0;
  left: 99px;
  font-family: "EB Garamond", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 40px;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-68 {
  position: absolute;
  top: 57px;
  left: 144px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .support {
  position: absolute;
  width: 337px;
  height: 389px;
  top: 4777px;
  left: 26px;
}

.magnifique-LP .overlap-34 {
  position: relative;
  width: 335px;
  height: 389px;
  border: 1px solid;
  border-color: #595757;
}

.magnifique-LP .group-22 {
  position: absolute;
  width: 309px;
  height: 103px;
  top: 29px;
  left: 14px;
}

.magnifique-LP .image {
  position: absolute;
  width: 92px;
  height: 14px;
  top: 4px;
  left: 96px;
}

.magnifique-LP .text-wrapper-69 {
  width: 210px;
  top: 27px;
  left: 95px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  font-size: 13px;
  line-height: normal;
  position: absolute;
  color: #000000;
  letter-spacing: 0;
}

.magnifique-LP .img-2 {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.magnifique-LP .group-23 {
  position: absolute;
  width: 309px;
  height: 122px;
  top: 168px;
  left: 14px;
}

.magnifique-LP .text-wrapper-70 {
  position: absolute;
  top: 0;
  left: 95px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 900;
  color: #000000;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.75px;
  line-height: normal;
}

.magnifique-LP .div-7 {
  position: absolute;
  width: 305px;
  height: 38px;
  top: 320px;
  left: 14px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: normal;
}

.magnifique-LP .text-wrapper-71 {
  font-weight: 600;
  letter-spacing: 0.08px;
}

.magnifique-LP .text-wrapper-72 {
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 900;
  letter-spacing: 0.08px;
  text-decoration: underline;
  color: #000;
}

.magnifique-LP .review {
  position: absolute;
  width: 379px;
  height: 1421px;
  top: 1119px;
  left: 6px;
}

.magnifique-LP .review-2 {
  position: absolute;
  width: 335px;
  height: 181px;
  top: 457px;
  left: 20px;
}

.magnifique-LP .overlap-group-8 {
  position: relative;
  height: 181px;
}

.magnifique-LP .frame-5 {
  display: flex;
  flex-direction: column;
  width: 335px;
  align-items: flex-end;
  gap: 10px;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  box-shadow: 0px 5px 6px #00000080;
}

.magnifique-LP .text-wrapper-73 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Noto Sans CJK JP", Helvetica;
  font-weight: 900;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}

.magnifique-LP .div-8 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans CJK JP", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 24px;
  z-index: 1;
}

.magnifique-LP .text-wrapper-74 {
  font-family: "Noto Sans CJK JP", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 24px;
}

.magnifique-LP .text-wrapper-75 {
  font-family: "Noto Sans CJK JP", Helvetica;
  font-weight: 700;
}

.magnifique-LP .star {
  position: relative;
  width: 135px;
  height: 49px;
  object-fit: cover;
}

.magnifique-LP .vector-14 {
  position: absolute;
  width: 53px;
  height: 10px;
  top: 67px;
  left: 253px;
}

.magnifique-LP .vector-15 {
  position: absolute;
  width: 89px;
  height: 10px;
  top: 91px;
  left: 20px;
}

.magnifique-LP .review-3 {
  position: absolute;
  width: 335px;
  height: 277px;
  top: 654px;
  left: 20px;
}

.magnifique-LP .overlap-35 {
  position: relative;
  height: 277px;
}

.magnifique-LP .vector-16 {
  position: absolute;
  width: 140px;
  height: 10px;
  top: 90px;
  left: 165px;
}

.magnifique-LP .vector-17 {
  position: absolute;
  width: 64px;
  height: 10px;
  top: 164px;
  left: 241px;
}

.magnifique-LP .vector-18 {
  position: absolute;
  width: 124px;
  height: 10px;
  top: 188px;
  left: 20px;
}

.magnifique-LP .vector-19 {
  position: absolute;
  width: 45px;
  height: 10px;
  top: 114px;
  left: 20px;
}

.magnifique-LP .review-4 {
  position: absolute;
  width: 335px;
  height: 181px;
  top: 1240px;
  left: 20px;
}

.magnifique-LP .vector-20 {
  position: absolute;
  width: 50px;
  height: 10px;
  top: 70px;
  left: 255px;
}

.magnifique-LP .vector-21 {
  position: absolute;
  width: 152px;
  height: 10px;
  top: 94px;
  left: 20px;
}

.magnifique-LP .review-5 {
  position: absolute;
  width: 335px;
  height: 277px;
  top: 947px;
  left: 20px;
}

.magnifique-LP .vector-22 {
  position: absolute;
  width: 285px;
  height: 10px;
  top: 118px;
  left: 20px;
}

.magnifique-LP .vector-23 {
  position: absolute;
  width: 181px;
  height: 10px;
  top: 166px;
  left: 124px;
}

.magnifique-LP .vector-24 {
  position: absolute;
  width: 18px;
  height: 10px;
  top: 142px;
  left: 20px;
}

.magnifique-LP .vector-25 {
  position: absolute;
  width: 32px;
  height: 10px;
  top: 190px;
  left: 20px;
}

.magnifique-LP .overlap-36 {
  position: absolute;
  width: 375px;
  height: 98px;
  top: 0;
  left: 0;
}

.magnifique-LP .text-wrapper-76 span {
  position: absolute;
  top: 25px;
  left: 19px;
  background: linear-gradient(
    210deg,
    rgba(253, 231, 187, 1) 0%,
    rgba(158, 109, 56, 1) 20%,
    rgba(233, 184, 110, 1) 50%,
    rgba(157, 105, 51, 1) 66%,
    rgba(254, 233, 191, 1) 83%,
    rgba(104, 62, 35, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 44px;
  text-align: center;
  letter-spacing: 4.40px;
  line-height: normal;
  z-index: 1;
}

.magnifique-LP .text-wrapper-76::before {
  content: '大好評';
  position: absolute;
  top: 25px;
  left: 19px;
  color: #fff;
  text-shadow: 
  1px 1px 0 #fff,
  -1px 1px 0 #fff,
  1px -1px 0 #fff,
  -1px -1px 0 #fff,
  0px 1px 0 #fff,
  0px -1px 0 #fff,
  1px 0px 0 #fff,
  -1px 0px 0 #fff;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 900;
  font-size: 44px;
  text-align: center;
  letter-spacing: 4.40px;
  line-height: normal;
  z-index: 0;
}

.magnifique-LP .div-9 {
  position: absolute;
  top: 57px;
  left: 165px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.magnifique-LP .text-wrapper-77 {
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
}

.magnifique-LP .group-24 {
  position: absolute;
  width: 284px;
  height: 32px;
  top: 0;
  left: 40px;
}

.magnifique-LP .text-wrapper-78 {
  position: absolute;
  left: 0px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.magnifique-LP .vector-26 {
  position: absolute;
  width: 10px;
  height: 19px;
  top: 8px;
  left: 267px;
}

.magnifique-LP .vector-27 {
  position: absolute;
  width: 10px;
  height: 19px;
  top: 8px;
  left: 4px;
}

.magnifique-LP .review-6 {
  position: absolute;
  width: 335px;
  height: 325px;
  top: 116px;
  left: 20px;
}

.magnifique-LP .overlap-37 {
  position: relative;
  height: 325px;
}

.magnifique-LP .vector-28 {
  position: absolute;
  width: 284px;
  height: 10px;
  top: 142px;
  left: 20px;
}

.magnifique-LP .vector-29 {
  position: absolute;
  width: 124px;
  height: 12px;
  top: 163px;
  left: 20px;
}

.magnifique-LP .vector-14,
.magnifique-LP .vector-15,
.magnifique-LP .vector-16,
.magnifique-LP .vector-17,
.magnifique-LP .vector-18,
.magnifique-LP .vector-19,
.magnifique-LP .vector-20,
.magnifique-LP .vector-21,
.magnifique-LP .vector-22,
.magnifique-LP .vector-23,
.magnifique-LP .vector-24,
.magnifique-LP .vector-25,
.magnifique-LP .vector-28,
.magnifique-LP .vector-29 {
  background-color: #c7a2d84d;
}

.magnifique-LP .trial {
  position: absolute;
  width: 382px;
  height: 1160px;
  top: 7695px;
  left: 0;
}

.magnifique-LP .overlap-38 {
  position: relative;
  width: 375px;
  height: 1160px;
  background-color: #f0f0f0;
}

.magnifique-LP .button-2 {
  all: unset;
  box-sizing: border-box;
  position: absolute;
  width: 335px;
  height: 70px;
  top: 1040px;
  left: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px #00000040;
  display: inline-block;
  overflow: hidden;
	position: relative;
}

.magnifique-LP .overlap-group-9 {
  position: relative;
  width: 335px;
  height: 70px;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 5px 15px #0000008c, inset -2px -2px 10px #000000a1;
  background: linear-gradient(
    76deg,
    rgba(212, 160, 65, 1) 0%,
    rgba(255, 221, 135, 1) 25%,
    rgba(255, 235, 203, 1) 51%,
    rgba(255, 221, 135, 1) 71%,
    rgba(212, 160, 65, 1) 100%
  );
}

.magnifique-LP .overlap-group-9::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 10px;
  background: linear-gradient(
    210deg,
    rgba(253, 231, 187, 1) 0%,
    rgba(158, 109, 56, 1) 20%,
    rgba(233, 184, 110, 1) 50%,
    rgba(157, 105, 51, 1) 66%,
    rgba(254, 233, 191, 1) 83%,
    rgba(104, 62, 35, 1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.magnifique-LP .text-wrapper-79 {
  position: absolute;
  top: 18px;
  left: 25px;
  text-shadow: 0px 1px 0px #00000059;
  font-family: "Noto Sans CJK JP", Helvetica;
  font-weight: 900;
  color: #cd3737;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
.magnifique-LP .text-wrapper-79 span {
  font-size: 0.7em;
}

.magnifique-LP .text-wrapper-79 .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
  vertical-align: 1px;
}

.magnifique-LP .polygon-5 {
  position: absolute;
  width: 8px;
  height: 13px;
  top: 28px;
  left: 310px;
}

.magnifique-LP .group-25 {
  position: absolute;
  width: 166px;
  height: 76px;
  top: 44px;
  left: 104px;
}

.magnifique-LP .overlap-39 {
  position: relative;
  height: 68px;
}

.magnifique-LP .overlap-39 img { 
  width: 166px;
}

.magnifique-LP .text-wrapper-80 {
  position: relative;
  width: fit-content;
  margin-top: -3.00px;
  font-family: "Noto Sans CJK JP", Helvetica;
  font-weight: 700;
  color: #835eb8;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .text-wrapper-81 {
  position: absolute;
  top: 121px;
  left: 10px;
  font-family: "Noto Sans CJK JP", Helvetica;
  font-weight: 700;
  color: #835eb8;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.magnifique-LP .overlap-40 {
  position: absolute;
  width: 160px;
  height: 317px;
  top: 419px;
  left: 20px;
}

.magnifique-LP .rectangle-29 {
  position: absolute;
  width: 160px;
  height: 290px;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.magnifique-LP .back {
  position: absolute;
  width: 160px;
  height: 290px;
  top: 0;
  left: 0;
}

.magnifique-LP .foam-4 {
  position: absolute;
  width: 107px;
  height: 237px;
  top: 80px;
  left: 27px;
}

.magnifique-LP .element-wrapper {
  display: flex;
  width: 94px;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 3px 8px;
  position: absolute;
  top: 22px;
  left: 33px;
  background-color: #ffffff;
  border: 0.5px solid;
  border-color: #000000;
}

.magnifique-LP .text-wrapper-82 {
  position: relative;
  width: fit-content;
  margin-top: -0.50px;
  font-family: "Noto Sans CJK JP", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
}

.magnifique-LP .overlap-41 {
  position: absolute;
  width: 160px;
  height: 317px;
  top: 419px;
  left: 197px;
}

.magnifique-LP .gel-4 {
  position: absolute;
  width: 70px;
  height: 236px;
  top: 81px;
  left: 45px;
}

.magnifique-LP .element-l-wrapper {
  display: flex;
  width: 146px;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 3px 8px;
  position: absolute;
  top: 22px;
  left: 7px;
  background-color: #ffffff;
  border: 0.5px solid;
  border-color: #000000;
}

.magnifique-LP .text-wrapper-83 {
  position: absolute;
  top: 359px;
  left: 101px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 26px;
  white-space: nowrap;
}

.magnifique-LP .overlap-42 {
  position: absolute;
  width: 169px;
  height: 14px;
  top: 392px;
  left: 103px;
}

.magnifique-LP .vector-30 {
  position: absolute;
  width: 169px;
  height: 3px;
  top: 0;
  left: 0;
  background-color: #000;
}

.magnifique-LP .polygon-8 {
  position: absolute;
  width: 26px;
  height: 14px;
  top: 0;
  left: 71px;
  background-color: #000;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}

.magnifique-LP .overlap-43 {
  position: absolute;
  width: 190px;
  height: 16px;
  top: 800px;
  left: 93px;
}

.magnifique-LP .vector-31 {
  position: absolute;
  width: 190px;
  height: 3px;
  top: 0;
  left: 0;
  background-color: #000;
}

.magnifique-LP .polygon-9 {
  position: absolute;
  width: 26px;
  height: 14px;
  top: 2px;
  left: 81px;
  background-color: #000;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}

.magnifique-LP .text-wrapper-84 {
  position: absolute;
  top: 764px;
  left: 92px;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 26px;
  white-space: nowrap;
}

.magnifique-LP .overlap-44 {
  position: absolute;
  width: 334px;
  height: 158px;
  top: 859px;
  left: 20px;
}

.magnifique-LP .pouch-inside {
  position: absolute;
  width: 158px;
  height: 158px;
  top: 0;
  left: 176px;
}

.magnifique-LP .pouch {
  position: absolute;
  width: 184px;
  height: 121px;
  top: 19px;
  left: 0;
  object-fit: cover;
}

.magnifique-LP .frame-7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 3px;
  position: absolute;
  top: 826px;
  left: 120px;
  background-color: #ffffff;
  border: 0.5px solid;
  border-color: #000000;
}

.magnifique-LP .text-wrapper-85 {
  position: relative;
  width: fit-content;
  margin-top: -0.50px;
  font-family: "Noto Sans CJK JP", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.magnifique-LP .trial-price {
  position: absolute;
  width: 355px;
  height: 158px;
  top: 162px;
  left: 20px;
  object-fit: cover;
}

/* アコーディオン全体 */
.accordion {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background-color: #555555;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 10px solid #dedede;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  width: 100%;
  background: #555555;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 13px;
  cursor: pointer;
  color: #ffffff;
  transition: background 0.2s;
  position: relative;
}

.accordion-header:hover {
  background: #666666;
}

.accordion-header p {
  font-family: "EB Garamond", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  margin-right: 15px;
  min-width: 20px;
}

.accordion-header .question {
  flex: 1;
  text-align: left;
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 900;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}

.accordion-header .icon {
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000000;
  margin-left: auto;
  transition: transform 0.2s;
}

.accordion-body {
  display: none;
  padding: 20px;
  background: #555555;
  border-top: 1px solid #777777;
}

.accordion-item.open .accordion-body {
  display: block;
}

.accordion-body p {
  font-family: "EB Garamond", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
}

.accordion-body .answer {
  font-family: "Noto Serif JP", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
  margin-left: 35px;
  margin-top: -30px;
}
.accordion-body .answer a {
  color: #ffffff;
  text-decoration: underline;
}
