@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* =================================
   Reset CSS
================================= */
/* Box sizing */
.PreciousGift365LP *,
.PreciousGift365LP *::before,
.PreciousGift365LP *::after {
  box-sizing: border-box;
}

/* Margin reset */
.PreciousGift365LP ,
.PreciousGift365LP h1,
.PreciousGift365LP h2,
.PreciousGift365LP h3,
.PreciousGift365LP h4,
.PreciousGift365LP h5,
.PreciousGift365LP h6,
.PreciousGift365LP p,
.PreciousGift365LP figure,
.PreciousGift365LP blockquote,
.PreciousGift365LP dl,
.PreciousGift365LP dd {
  margin: 0;
}



/* Body defaults */
.PreciousGift365LP {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* Images */
.PreciousGift365LP img,
.PreciousGift365LP picture,
.PreciousGift365LP video,
.PreciousGift365LP canvas,
.PreciousGift365LP svg {
  display: block;
  max-width: 100%;
}

/* Form elements */
.PreciousGift365LP input,
.PreciousGift365LP button,
.PreciousGift365LP textarea,
.PreciousGift365LP select {
  font: inherit;
}

/* Button */
.PreciousGift365LP button {
  border: none;
  background: none;
  cursor: pointer;
}

/* Links */
.PreciousGift365LP a {
  text-decoration: none;
  color: inherit;
}

/* Lists */
.PreciousGift365LP ul,
.PreciousGift365LP ol {
  list-style: none;
  padding: 0;
}

/* Tables */
.PreciousGift365LP table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Heading */
.PreciousGift365LP h1,
.PreciousGift365LP h2,
.PreciousGift365LP h3,
.PreciousGift365LP h4,
.PreciousGift365LP h5,
.PreciousGift365LP h6 {
  font-weight: inherit;
  font-size: inherit;
}

/* Text overflow */
.PreciousGift365LP p {
  overflow-wrap: break-word;
}

/* Root stacking context */
#root,
#__next {
  isolation: isolate;
}

.PreciousGift365LP{
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "Yu Mincho", serif;
  line-height: 1.75;
  font-weight: 500;
  color: #333;
  background-image: url( /cms/img/usr/brand/themaplemania/pg/bg.jpg?v=2);
  background-repeat: repeat;
  background-size: 100% auto;
}

.PreciousGift365LP .only-sp {
  display: none;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .only-sp {
    display: block;
  }
}
.PreciousGift365LP .only-pc {
  display: block;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .only-pc {
    display: none;
  }
}
.PreciousGift365LP section.normal {
  padding: 72px 0;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP section.normal {
    padding: 56px 0;
  }
}
.PreciousGift365LP section.lead {
  padding: 120px 0;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP section.lead {
    padding: 72px 0;
  }
}
.PreciousGift365LP .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.PreciousGift365LP .inner.mini {
  max-width: 600px;
}
.PreciousGift365LP .inner.left {
  margin-left: 0;
  margin-right: auto;
}
.PreciousGift365LP img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.PreciousGift365LP .grid-row {
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr;
}
.PreciousGift365LP .col-2 {
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .col-2 {
    grid-template-columns: 1fr;
  }
}
.PreciousGift365LP .text-center {
  text-align: center;
}
.PreciousGift365LP .btn {
  display: inline-block;
  font-size: 16px;
  padding: 16px 72px;
  background-color: #e2aa43;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1;
  width: fit-content;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .btn {
    padding: 12px 72px;
    font-size: 14px;
  }
}
.PreciousGift365LP .no-shadow .btn {
  box-shadow: none;
}
.PreciousGift365LP .fixed-btn {
  position: fixed;
  right: 0;
  bottom: calc(env(safe-area-inset-bottom) + 100px);
  color: #fff;
  background-color: #E4AA3E;
  padding: 10px 8px;
  border-radius: 4px 0 0 4px;
  z-index: 10;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .fixed-btn {
    bottom: calc(env(safe-area-inset-bottom) + 10px);
  }
}
.PreciousGift365LP .fixed-btn span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .fixed-btn span {
    font-size: 14px;
  }
}
.PreciousGift365LP .fixed-btn img {
  width: 14px;
}
.PreciousGift365LP h2 {
  font-size: 32px;
  margin-bottom: 56px;
  font-weight: 500;
  letter-spacing: 15%;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.PreciousGift365LP {
  /* MV */
}
.PreciousGift365LP .mv {
  position: relative;
  height: 100vh;
  max-height: 800px;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .mv {
    max-height: 700px;
  }
}
.PreciousGift365LP .mv__image {
  height: 100%;
}
.PreciousGift365LP .mv__text {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  width: 90%;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .mv__text {
    font-size: 24px;
    top: 25%;
  }
}
.PreciousGift365LP .mv__logo {
  margin: auto;
  max-width: 450px;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.5));
  margin-bottom: 20px;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .mv__logo {
    margin-bottom: 4px;
    max-width: 175px;
  }
}
.PreciousGift365LP .mv__product {
  font-size: 32px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .mv__product {
    font-size: 24px;
  }
}
.PreciousGift365LP .mv__subtitle {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  margin-top: 4px;
  font-weight: 700;
  letter-spacing: 20%;
  margin-left: 2px;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .mv__subtitle {
    font-size: 16px;
    line-height: 1.25;
  }
}
.PreciousGift365LP {
  /* lead */
}
.PreciousGift365LP .lead {
  background-color: #BF232A;
  color: #fff;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .lead__logo {
    width: 180px;
  }
}
.PreciousGift365LP .lead .inner {
  padding: 0 8px;
}
.PreciousGift365LP .lead h2 {
  font-size: 24px;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .lead h2 {
    font-size: 14px;
  }
}
.PreciousGift365LP .lead p {
  line-height: 2.5;
  letter-spacing: 10%;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .lead p {
    font-size: 12px;
  }
}
.PreciousGift365LP .lead__title {
  max-width: 240px;
  margin: auto;
}
.PreciousGift365LP {
  /* features */
}
.PreciousGift365LP .features-item {
  background-image: var(--bg-pc);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  aspect-ratio: 3/1;
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .features-item {
    background-image: var(--bg-sp);
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .features-item:nth-child(1) {
    padding-top: 40px;
    padding-left: 20px;
    align-items: flex-start;
  }
}
.PreciousGift365LP .features-item:nth-child(2) {
  aspect-ratio: 16/9;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .features-item:nth-child(3) {
    align-items: start;
  }
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .features-item:nth-child(3) .inner {
    display: flex;
    padding-top: 40px;
    padding-right: 20px;
    justify-content: right;
  }
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .features-item:nth-child(3) .inner p {
    text-align: right;
  }
}
.PreciousGift365LP .features-item__text {
  display: inline-block;
  white-space: pre-line;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 20%;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .features-item__text {
    font-size: 14px;
    margin-left: 0px;
  }
}
.PreciousGift365LP .features-item:nth-child(even) {
  justify-content: right;
}
.PreciousGift365LP .features-item:nth-child(even) .features-item__text {
  margin-left: 0;
  margin-right: 80px;
  text-align: right;
}
.PreciousGift365LP {
  /* commitment */
}
.PreciousGift365LP .commitment-item img {
  height: auto;
  display: block;
  margin-bottom: 12px;
  border-radius: 12px;
}
.PreciousGift365LP .commitment__image {
  aspect-ratio: 4/3;
}
.PreciousGift365LP .commitment-point {
  padding: 24px 12px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  font-weight: 400;
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .commitment-point {
    padding: 8px 12px;
    font-size: 16px;
    height: 64px;
  }
  .PreciousGift365LP .commitment-point p {
    line-height: 1.5;
  }
}
.PreciousGift365LP .commitment-point__num {
  position: absolute;
  width: 72px;
  top: -12px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .PreciousGift365LP .commitment-point__num {
    font-size: 16px;
    left: 0px;
  }
}
.PreciousGift365LP .commitment .text {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.PreciousGift365LP {
  /* product */
}
@media screen and (max-width: 1980px) {
  .PreciousGift365LP .product .inner.right {
    margin-right: 0;
    margin-left: auto;
    padding-right: 0;
  }
}
.PreciousGift365LP .product-col {
  background-color: #C88336;
  padding: 40px;
  border-radius: 16px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .PreciousGift365LP .product-col {
    border-radius: 4px;
    padding: 20px;
    padding-bottom: 32px;
    /* reverse item order on small screens */
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.PreciousGift365LP .product-detail__text {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .product-detail__text {
    gap: 16px;
  }
}
.PreciousGift365LP .product-detail__text h2 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .product-detail__text h2 {
    font-size: 20px;
  }
}
.PreciousGift365LP .product-price {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .product-price {
    font-size: 20px;
  }
}
.PreciousGift365LP .product-price span {
  font-size: 14px;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .product-price span {
    font-size: 12px;
  }
}
.PreciousGift365LP .product-visual img {
  aspect-ratio: 3/2;
  height: auto;
}
.PreciousGift365LP .product-description {
  font-size: 12px;
}
.PreciousGift365LP .product-title__sub {
  line-height: 1.25;
}
.PreciousGift365LP .flow-visual img {
  aspect-ratio: 4/3;
  height: auto;
}
.PreciousGift365LP .flow-item {
  display: grid;
  grid-template-columns: 77px 1fr;
  gap: 24px;
  margin-bottom: 56px;
  align-items: start;
}
.PreciousGift365LP .flow-item__img img {
  object-fit: contain;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .flow-item p {
    font-size: 14px;
  }
}
.PreciousGift365LP .flow-item .status {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 4px;
}
.PreciousGift365LP .flow-item .status.half {
  background-color: #4C8BC1;
}
.PreciousGift365LP .flow-item .status.full {
  background-color: #C38C16;
}
.PreciousGift365LP .faq {
  background-color: #fff;
}
.PreciousGift365LP .faq .section-title__sub {
  margin-bottom: 16px;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .faq .section-title__sub {
    justify-content: center;
  }
}
.PreciousGift365LP .faq .section-title__main {
  font-size: 36px;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .faq .section-title__main {
    text-align: center;
    font-size: 24px;
  }
}
.PreciousGift365LP .faq-wrap {
  max-width: 1080px;
  margin: auto;
  display: grid;
  gap: 10px;
}
.PreciousGift365LP .faq-item {
  border-radius: 8px;
}
.PreciousGift365LP .faq-item .content {
  padding: 36px 32px;
  display: flex;
  gap: 16px;
  font-size: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .faq-item .content {
    font-size: 16px;
    padding: 20px 20px;
    gap: 12px;
  }
}
.PreciousGift365LP .faq-item .content .img-text {
  width: 24px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .faq-item .content .img-text {
    width: 18px;
  }
}
.PreciousGift365LP .faq-item .content .img-text img {
  object-fit: contain;
}
.PreciousGift365LP .faq-item .content .text {
  margin-top: 8px;
  flex: 1;
}
.PreciousGift365LP .faq-item .content .icon {
  margin-top: 8px;
  content: "";
  background-image: url( /cms/img/usr/brand/themaplemania/pg/faq/icon-plus.svg);
  background-position: center;
  background-size: 18px 18px;
  width: 32px;
  height: 32px;
  object-fit: contain;
  background-repeat: no-repeat;
  transition: all 0.3s linear;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .faq-item .content .icon {
    width: 24px;
    height: 24px;
  }
}
.PreciousGift365LP .faq-item__question {
  cursor: pointer;
  white-space: pre-line;
  background-color: #f9f7eb;
}
.PreciousGift365LP .faq-item__question .img-text {
  margin-top: 4px;
}
.PreciousGift365LP .faq-item__answer.content {
  font-size: 16px;
  white-space: pre-line;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 48px;
  transition: height 0.3s ease, padding 0.3s ease;
}
@media screen and (max-width: 764px) {
  .PreciousGift365LP .faq-item__answer.content {
    font-size: 14px;
    padding-left: 32px;
  }
}
.PreciousGift365LP .faq-item__answer.content .text {
  margin-top: 4px;
}
.PreciousGift365LP .faq-item.is-open .faq-item__answer {
  height: auto;
  padding-top: 36px;
  padding-bottom: 36px;
}
.PreciousGift365LP .faq-item.is-open .icon {
  transform: rotate(45deg);
}

.footer-lead {
  padding: 240px 16px;
  background: url( /cms/img/usr/brand/themaplemania/pg/footer-lead/bg-footer-lead.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-lead {
    padding: 80px 16px;
    background: url( /cms/img/usr/brand/themaplemania/pg/footer-lead/bg-footer-lead_sp.png) no-repeat center center/cover;
  }
}
.footer-lead::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.footer-lead p {
  position: relative;
  z-index: 10;
  font-size: 24px;
  color: #fff;
  line-height: 2.5;
  font-weight: bold;
  margin-bottom: 40px;
  text-shadow: 0 0 8px #000;
}
@media screen and (max-width: 768px) {
  .footer-lead p {
    font-size: 20px;
  }
}
.footer-lead div {
  position: relative;
  z-index: 10;
}
.footer-lead .btn {
  position: relative;
  z-index: 10;
}

.fadein {
  --fade-x: 0;
  --fade-y: 30px;
  opacity: 0;
  transform: translate(var(--fade-x), var(--fade-y));
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein.to-right {
  --fade-x: -40px;
  --fade-y: 0;
}

.fadein.to-left {
  --fade-x: 40px;
  --fade-y: 0;
}

.fadein.to-top {
  --fade-x: 0;
  --fade-y: 40px;
}

.fadein.to-bottom {
  --fade-x: 0;
  --fade-y: -40px;
}

.fadein.is-show {
  opacity: 1;
  transform: translate(0, 0);
}
