@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1210px) {
  html {
    font-size: 1.3223140496vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  color: #FDFDFD;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1210px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-mt50 {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-mt50 {
    margin-top: 1.875rem;
  }
}

.l-mt60 {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-mt60 {
    margin-top: 1.875rem;
  }
}

.l-mt80 {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-mt80 {
    margin-top: 2.5rem;
  }
}

.l-mt100 {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-mt100 {
    margin-top: 3.75rem;
  }
}

.l-pb {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-pb {
    padding-block: 3.75rem;
  }
}

.c-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: -1;
  background-image: url(../images/main-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.c-bl {
  display: block;
}

.c-br {
  display: inline-block;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  background-color: #000;
  color: #FDFDFD;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
  min-width: 10.75rem;
  text-align: center;
  padding: 1rem 1.875rem;
  border: 1px solid #FDFDFD;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .c-btn {
    max-width: 12.5rem;
  }
}

.c-btn:hover {
  background-color: #FDFDFD;
  color: #000;
  opacity: 1;
}

.c-btn--sm {
  font-size: 0.875rem;
  min-width: 7.5rem;
  width: auto;
  padding: 0.625rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-btn--sm {
    max-width: 9.375rem;
  }
}

.c-btn__icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.c-btn__icon--sm {
  width: 1rem;
  height: 1rem;
}

.c-btn:hover .c-btn__icon {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.c-hidden {
  overflow-x: hidden;
}

.c-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: black;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

.c-loading__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.c-loading__logo {
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, transform 2s ease;
  transition: opacity 2s ease, transform 2s ease, -webkit-transform 2s ease;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,255,255,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, .4));
          filter: drop-shadow(0 0 10px rgba(255, 255, 255, .4));
}

.c-loading__logo img {
  width: 18.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-loading__logo img {
    width: 12.5rem;
  }
}

.c-price--gold {
  color: #E8D7A3;
}

.c-price__16 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.c-price__16--gold {
  color: #E8D7A3;
}

.c-price__30 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
}

.c-price__30--gold {
  color: #E8D7A3;
}

.c-price__36 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
}

.c-price__50 {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
}

.c-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.c-title-2 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: center;
  position: relative;
  padding-block: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-title-2 {
    font-size: 1.25rem;
  }
}

.c-title-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 0.625rem;
  background-image: url(../images/title-top-line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-title-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 0.625rem;
  background-image: url(../images/title-bottom-line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-title {
  color: #E8D7A3;
  text-shadow: -1px -1px 4px #E8D7A3, 1px 1px 4px #E8D7A3;
  -webkit-font-feature-settings: "pkna" on;
          font-feature-settings: "pkna" on;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.375rem;
  }
}

.c-title span {
  display: inline-block;
  border-bottom: 1px solid #E8D7A3;
  padding-bottom: 0.3125rem;
}

.p-footer {
  padding-block: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 1.875rem;
  }
}

.p-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__copy {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    margin-top: 1.25rem;
  }
}

.p-habit {
  background-image: url(../images/habit-sec-1.png);
  background-repeat: no-repeat;
  background-size: 13%;
  background-position: left top;
  width: 100%;
  height: 100%;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-habit {
    padding-top: 3.75rem;
    background-size: 15%;
  }
}

.p-habit__text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-habit__text {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}

.p-habit__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-habit__lists {
    margin-top: 12.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 12.5rem;
    gap: 1.25rem;
    max-width: 25rem;
    margin-inline: auto;
  }
}

.p-habit__lists::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25rem;
  height: 38.75rem;
  background-image: url(../images/habit-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-habit__lists::after {
    top: 0;
    width: 12.5rem;
    height: 18.75rem;
  }
}

.p-habit__list {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 3.75rem;
  gap: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-habit__list {
    width: 100%;
    padding-block: 1.875rem;
    gap: 1.25rem;
    padding-block: 0;
  }
}

.p-habit__item-title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-bottom: 0.5px solid #FDFDFD;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-habit__item-title {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}

.p-habit__item-title--1::before {
  content: "";
  display: inline-block;
  width: 6.25rem;
  height: 0.5px;
  background-color: #FDFDFD;
  position: absolute;
  bottom: -90%;
  right: -24%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-habit__item-title--1::before {
    display: none;
  }
}

.p-habit__item-title--2::before {
  content: "";
  display: inline-block;
  width: 6.25rem;
  height: 0.5px;
  background-color: #FDFDFD;
  position: absolute;
  bottom: 90%;
  right: -24%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-habit__item-title--2::before {
    display: none;
  }
}

.p-habit__item-title--3::before {
  content: "";
  display: inline-block;
  width: 6.25rem;
  height: 0.5px;
  background-color: #FDFDFD;
  position: absolute;
  bottom: -90%;
  right: 96%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-habit__item-title--3::before {
    display: none;
  }
}

.p-habit__item-title--4::before {
  content: "";
  display: inline-block;
  width: 6.25rem;
  height: 0.5px;
  background-color: #FDFDFD;
  position: absolute;
  top: 10%;
  right: 95%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-habit__item-title--4::before {
    display: none;
  }
}

.p-habit__item-icon {
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-habit__item-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-habit__item-text {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-habit__item-text {
    margin-top: 0.625rem;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding: 0.625rem 1.25rem;
    background-color: #000;
  }
}

.p-header__logo-link img {
  width: 4.375rem;
  height: auto;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.p-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.p-header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__lang-link {
  border-right: 1px solid #FDFDFD;
  padding-inline: 0.625rem;
}

.p-header__lang li:last-child .p-header__lang-link {
  border-right: 0;
}

.p-intro {
  background-image: url(../images/intro-sec-1.png), url(../images/intro-sec-2.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 13%, 13%;
  background-position: left top, right bottom;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-intro {
    background-size: 15%, 15%;
  }
}

.p-intro__sub-title {
  color: #E8D7A3;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-intro__sub-title {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.p-intro__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-intro__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.p-intro__img img {
  width: 100%;
  height: 100%;
}

.p-intro__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-intro__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-jp__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(253, 253, 253, .1);
  background-blend-mode: hard-light;
  padding-block: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-jp__list {
    grid-template-columns: 1fr;
    padding-block: 1.25rem;
    max-width: 25rem;
    margin-inline: auto;
    padding-block: 0;
  }
}

.p-jp__item {
  padding-inline: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-jp__item {
    padding: 1.25rem;
  }
}

.p-jp__item:nth-child(2) {
  border-left: 1px solid #FDFDFD;
  border-right: 1px solid #FDFDFD;
}
@media screen and (max-width: 767px) {
  .p-jp__item:nth-child(2) {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #FDFDFD;
    border-bottom: 1px solid #FDFDFD;
  }
}

.p-jp__item-img {
  max-width: 6.25rem;
  margin-inline: auto;
}

.p-jp__item-title {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-jp__item-title {
    margin-top: 0.625rem;
  }
}

.p-jp__item-text {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-jp__item-text {
    margin-top: 0.625rem;
  }
}

.p-method {
  background-image: url(../images/habit-sec-2.png);
  background-repeat: no-repeat;
  background-size: 13%;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-method {
    padding-bottom: 6.25rem;
    background-size: 15%;
  }
}

.p-method__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9.0625rem;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-method__steps {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem;
    max-width: 25rem;
    margin-inline: auto;
  }
}

.p-method__steps::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #FDFDFD;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .p-method__steps::after {
    width: 1px;
    height: 100%;
  }
}

.p-method__step {
  border: 1px solid #FDFDFD;
  padding: 1.25rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  background-color: #000;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-method__step {
    padding: 0.625rem;
  }
}

.p-method__step-no {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-method__step-no {
    font-size: 1rem;
  }
}

.p-method__step-title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-method__step-title {
    font-size: 1rem;
  }
}

.p-method__step-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-method__step-text {
    font-size: 0.875rem;
  }
}

.p-mv {
  position: relative;
}

.p-mv-title {
  position: absolute;
  bottom: 2.8125rem;
  right: 2.8125rem;
  z-index: 10;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #FDFDFD;
}
@media screen and (max-width: 767px) {
  .p-mv-title {
    bottom: 1.25rem;
    right: 1.25rem;
    font-size: 1.875rem;
  }
}

.p-mv__img {
  height: 100vh;
}

.p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-price__sub-title {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #E8D7A3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price__sub-title {
    font-size: 1rem;
  }
}

.p-price__title {
  color: #E8D7A3;
  text-align: center;
  margin-top: 0.625rem;
  position: relative;
}

.p-price__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.p-price__content {
  border: 1px solid #FDFDFD;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-price__content {
    padding: 1.25rem;
    gap: 1.875rem;
  }
}

.p-price__content-title {
  text-align: center;
}

.p-price__content-title span {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  display: inline-block;
  border-bottom: 1px solid #FDFDFD;
}
@media screen and (max-width: 767px) {
  .p-price__content-title span {
    font-size: 1.25rem;
  }
}

.p-price__content-img {
  margin-inline: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-price__content-img img {
    width: 12.5rem;
    height: auto;
  }
}

.p-price__content-img-note {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-price__content-img-note {
    font-size: 1rem;
  }
}

.p-price__content-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-price__content-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125rem;
  }
}

.p-price__content-price-original {
  text-align: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-price__content-price-original {
    width: 100%;
  }
}

.p-price__content-price-original::before {
  z-index: 1;
}
.p-price__tax {
  text-align: right;
  margin-top: 0.625rem;
}

.p-price__content-price-special {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-price__content-price-special {
    width: 100%;
  }
}

.p-price__content-note {
  padding: 0.75rem 1.25rem;
  background: linear-gradient(89deg, #E8D7A3 1.25%, #FDFDFD 44.17%, #E8D7A3 99.76%);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #000;
  text-align: center;
}

.p-price__content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-price__content-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-problem {
  background-image: url(../images/intro-sec-2.png), url(../images/intro-sec-1.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 13%, 13%;
  background-position: left top, right bottom;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-problem {
    background-size: 15%, 15%;
  }
}

.p-problem__inner {
  max-width: 53.125rem;
}

.p-problem__title {
  position: relative;
  z-index: 10;
}

.p-problem__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.75rem;
  height: 8.75rem;
  background-image: url(../images/problem-title.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-problem__title::before {
    width: 5rem;
    height: 5rem;
  }
}

.p-problem__texts {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  text-align: center;
  background-image: url(../images/problem-sec-1.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right bottom;
}
@media screen and (max-width: 767px) {
  .p-problem__texts {
    font-size: 1.125rem;
  }
}

.p-problem__text:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-problem__text:not(:first-child) {
    margin-top: 0.9375rem;
  }
}

.p-problem__lead {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(253, 253, 253, 0)), color-stop(41.83%, rgba(253, 253, 253, .14)), color-stop(63.94%, rgba(253, 253, 253, .14)), to(rgba(253, 253, 253, 0)));
  background: linear-gradient(90deg, rgba(253, 253, 253, 0) 0%, rgba(253, 253, 253, .14) 41.83%, rgba(253, 253, 253, .14) 63.94%, rgba(253, 253, 253, 0) 100%);
  padding-block: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-problem__lead {
    font-size: 1.25rem;
    padding-block: 0.3125rem;
  }
}

.p-time {
  background-image: url(../images/intro-sec-2.png), url(../images/intro-sec-1.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 13%, 13%;
  background-position: left top, right bottom;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-time {
    background-size: 15%, 15%;
  }
}

.p-time__title span {
  position: relative;
}

.p-time__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -50%;
  right: -1.5625rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 3.3125rem;
  height: 12.25rem;
  background-image: url(../images/time-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-time__title span::before {
    display: none;
  }
}

.p-time__title span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -50%;
  left: -5rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 3.3125rem;
  height: 12.25rem;
  background-image: url(../images/time-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-time__title span::after {
    display: none;
  }
}

.p-time__img {
  max-width: 37.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-time__img {
    max-width: 25rem;
  }
}

.p-time__img img {
  width: 100%;
  height: auto;
}

.p-time__texts {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-time__texts {
    font-size: 1.25rem;
  }
}

.p-time__text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-time__text {
    margin-top: 0.9375rem;
  }
}

.p-voice {
  background-image: url(../images/voice-sec-1.png), url(../images/voice-sec-2.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 13%, 13%;
  background-position: left top, right bottom;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-voice {
    background-size: 15%, 15%;
  }
}

.p-voice__cards {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    max-width: 25rem;
    margin-inline: auto;
  }
}

.p-voice__card {
  border: 1px solid #FDFDFD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  padding: 1.25rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-voice__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.625rem;
  }
}

.p-voice__card-body {
  width: 16.5625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice__card-body {
    width: 100%;
  }
}

.p-voice__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-voice__item-title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item-title {
    font-size: 1.125rem;
  }
}

.p-voice__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FECE49;
  letter-spacing: 0.5rem;
  margin-top: 0.625rem;
}

.p-voice__meta {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-voice__meta {
    font-size: 1rem;
  }
}

.p-voice__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  width: 15.3125rem;
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    width: 100%;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
