@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

button {
  /* 1. 見た目に関するリセット */
  background-color: transparent;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  /* 2. テキスト・フォントに関するリセット */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  /* 3. 配置に関するリセット */
  text-align: inherit;
  /* 4. その他のリセット */
  cursor: pointer;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1139px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1140 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #393327;
  font-family: "Yu Mincho", "YuMincho", "Lora", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: px(768)) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1140px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 100%;
    max-width: 377px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 60rem;
}
@media screen and (max-width: 768px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 337px;
  }
}
.l-inner__narrow--pconly {
  max-width: 60rem;
}
@media screen and (max-width: 768px) {
  .l-inner__narrow--pconly {
    width: 100%;
    max-width: 377px;
    padding: 0 1.25rem;
  }
}

.l-main {
  padding-top: 68px;
}
@media screen and (min-width: 769px) {
  .l-main {
    padding-top: 120px;
  }
}

.c-btn {
  background: linear-gradient(266deg, #8b6c3a 23.24%, #b19464 55.28%, #8b6c3a 85.32%, #8b6c3a 85.32%);
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.8px;
  padding-block: 12px;
  padding-inline: 28px;
  text-transform: uppercase;
}
.c-btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .c-btn {
    font-size: 16px;
    letter-spacing: 3.2px;
    padding-block: 18px;
    padding-inline: 40px;
  }
}
.c-btn--large {
  background: linear-gradient(266deg, #8b6c3a 23.24%, #b19464 55.28%, #8b6c3a 85.32%, #8b6c3a 85.32%);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: 0.8px;
  padding-block: 20px;
  padding-inline: 33px;
}
.c-btn--large:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .c-btn--large {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 5.6px;
    padding-block: 27px;
    padding-left: 64px;
    padding-right: 78px;
    position: relative;
  }
  .c-btn--large::before {
    position: absolute;
    content: "";
    background-color: currentColor;
    -webkit-mask-image: url("../img/icon_right-arrow.svg");
            mask-image: url("../img/icon_right-arrow.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    width: 16px;
    height: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 37px;
  }
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: opacity 2s ease, translate 1s ease;
  transition: opacity 2s ease, translate 1s ease;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-animated__scaleImg {
  overflow: hidden;
}
.c-animated__scaleImg img {
  scale: 1.2;
  -webkit-transition: scale 2s ease, opacity 1s ease;
  transition: scale 2s ease, opacity 1s ease;
  opacity: 0;
}
.c-animated__scaleImg.js-show img {
  scale: 1;
  opacity: 1;
}

.c-animated__clipView {
  -webkit-clip-path: inset(0 50% 0 50%);
          clip-path: inset(0 50% 0 50%);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-animated__clipView.js-show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.c-section-title--center {
  text-align: center;
}

.c-section-title__main {
  font-size: 28px;
  font-family: "Lora", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1.4px;
}
@media screen and (min-width: 769px) {
  .c-section-title__main.--border {
    position: relative;
    display: inline-block;
  }
  .c-section-title__main.--border:before {
    content: "";
    position: absolute;
    background-color: #8b6c3a;
    width: 150px;
    right: -180px;
    height: 0.6px;
    top: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .c-section-title__main.--border:before {
    width: 340px;
    right: -370px;
  }
}
@media screen and (min-width: 769px) {
  .c-section-title__main {
    font-size: 56px;
    line-height: 1; /* 100% */
    letter-spacing: 4.48px;
  }
}

.c-section-title__sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.4px;
}
@media screen and (min-width: 769px) {
  .c-section-title__sub {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.6px;
    margin-top: 40px;
  }
}

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

.c-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}

.c-sns__item {
  width: 40px;
  height: 40px;
}
.c-sns__item a:hover {
  opacity: 0.7;
}

.c-media-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-media-card__heading {
  font-weight: 600;
}
.c-media-card__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
.c-media-card__meta {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04375rem;
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 24px;
  right: 20px;
  width: 28px;
  height: 21px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background-color: #8b6c3a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p-drawer__icon--bar:nth-child(1) {
  top: 0;
}
.p-drawer__icon--bar:nth-child(2) {
  top: 50%;
  width: 22px;
}
.p-drawer__icon--bar:nth-child(3) {
  width: 15px;
}

.p-drawer__icon.js-show .p-drawer__icon--bar {
  background: #393327;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 10px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  width: 100%;
  translate: 0 -10px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 68px;
  right: 0;
  width: 250px;
  height: 100vh;
  height: 100svh;
  background: #ffffff;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 56px 40px;
  text-align: center;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
}
.p-drawer__list li a {
  font-size: 16px;
  font-family: "Lora", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p-drawer__list li a:hover {
  color: #8b6c3a;
}

.p-drawer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
}

.p-drawer-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #8b6c3a;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* .bg-activeが付与された時 */
.p-drawer-bg.js-show {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-footer {
  background-color: #fafafa;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 46px;
}
@media screen and (min-width: 769px) {
  .p-footer {
    padding-block: 48px;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 1000px) {
  .p-footer__nav {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "a b" "a c";
  }
}

@media screen and (min-width: 1000px) {
  .p-footer__logo {
    grid-area: a;
  }
}
.p-footer__logo img {
  width: 76px;
  height: 54.7px;
}
@media screen and (min-width: 1000px) {
  .p-footer__logo img {
    width: 130px;
    height: 93.3px;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1000px) {
  .p-footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    grid-area: b;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-footer__list li a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1000px) {
  .p-footer__sns {
    grid-area: c;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .p-footer__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 64px;
  }
}
.p-footer__caution-note {
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.24px;
}
@media screen and (min-width: 769px) {
  .p-footer__caution-note {
    letter-spacing: 1.2px;
  }
}

.p-footer__copyright {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 1200px) {
  .p-footer__copyright {
    margin-right: -37px;
  }
}

.p-header {
  background: #ffffff;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .p-header {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: 1.5px;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 7px 6px;
  padding-inline: 20px 69px;
}
@media screen and (min-width: 1000px) {
  .p-header__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    justify-content: center;
    padding-block: 13px;
    padding-inline: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__inner {
    gap: 23px;
  }
}

.p-header__logo img {
  width: 76px;
  height: 54.3px;
}
@media screen and (min-width: 1000px) {
  .p-header__logo img {
    width: 130px;
    height: 93.378px;
  }
}

.p-header__nav {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-header__nav {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-header__nav {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .p-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1000px) {
  .p-header__nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1200px) {
  .p-header__nav-right {
    gap: 57px;
  }
}

.p-header__list {
  display: none;
}
@media screen and (min-width: 1000px) {
  .p-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    gap: 15px;
  }
  .p-header__list li a:hover {
    color: #8b6c3a;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__list {
    gap: 32px;
  }
}

.p-header__btn {
  display: none;
}
@media screen and (min-width: 1000px) {
  .p-header__btn {
    display: inline-block;
  }
}

.p-header__btn-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1000px) {
  .p-header__btn-sp {
    display: none;
  }
}

.p-fv {
  position: relative;
}

.p-fv__image {
  display: block;
  height: 37.625rem;
  overflow: hidden;
  -webkit-animation: 1.5s 0.2s ease-in-out forwards fadeIn;
          animation: 1.5s 0.2s ease-in-out forwards fadeIn;
  opacity: 0;
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes slideLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@media screen and (min-width: 769px) {
  .p-fv__image {
    height: 42.5625rem;
  }
}
.p-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60%;
     object-position: 60%;
}
@media screen and (min-width: 769px) {
  .p-fv__image img {
    -o-object-position: center;
       object-position: center;
  }
}

.p-fv__text-content {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 15.625rem;
}
@media screen and (min-width: 769px) {
  .p-fv__text-content {
    top: 14rem;
    left: 11.9375rem;
    -moz-text-align-last: left;
         text-align-last: left;
    -webkit-transform: none;
            transform: none;
    width: 44.0625rem;
  }
}
.p-fv__main-text-wrap {
  overflow: hidden;
}

.p-fv__main-text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  -webkit-animation: 2s 0.8s ease forwards slideUp;
          animation: 2s 0.8s ease forwards slideUp;
  translate: 0 100%;
}
@-webkit-keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}
.p-fv__main-text--deco1 {
  font-size: 1.375rem;
  letter-spacing: 0.1375rem;
}
.p-fv__main-text--deco2 {
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 769px) {
  .p-fv__main-text {
    font-size: 2.5rem;
    letter-spacing: 0.25rem;
  }
  .p-fv__main-text--deco1 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

.p-fv__sub-text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  opacity: 0;
  -webkit-animation: 2s 2.5s ease forwards clipView;
          animation: 2s 2.5s ease forwards clipView;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes clipView {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes clipView {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-fv__sub-text {
    font-size: 1.375rem;
    font-weight: 400;
    margin-top: 2rem;
  }
}

.p-voice {
  padding-top: 55px;
}
@media screen and (min-width: 769px) {
  .p-voice {
    padding-top: 96px;
  }
}

.p-voice__title {
  color: #8b6c3a;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.0625rem;
}
@media screen and (min-width: 769px) {
  .p-voice__title {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

.p-voice__content {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-voice__content {
    margin-top: 82px;
  }
}

.p-voice__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .p-voice__items {
    gap: 5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-voice__item:nth-child(even) .p-voice__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-voice__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-voice__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 6.5625rem;
  }
}

.p-voice-card__figure {
  text-align: center;
}
.p-voice-card__figure img {
  width: 20.9375rem;
  height: 13.9375rem;
}
@media screen and (min-width: 769px) {
  .p-voice-card__figure img {
    width: 28.125rem;
    height: 18.75rem;
  }
}

.p-voice-card__body {
  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.6875rem;
}
@media screen and (min-width: 769px) {
  .p-voice-card__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}

.p-voice-card__heading {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05625rem;
}
@media screen and (min-width: 769px) {
  .p-voice-card__heading {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
  }
}

.p-voice-card__text {
  letter-spacing: 0.02375rem;
}
@media screen and (min-width: 769px) {
  .p-voice-card__text {
    line-height: 1.5;
    letter-spacing: 0.05rem;
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 769px) {
  .p-voice-card__meta {
    text-align: right;
    margin-top: 0.75rem;
  }
}

.p-profile {
  margin-top: 98px;
}
@media screen and (min-width: 769px) {
  .p-profile {
    margin-top: 192px;
  }
}

.p-profile__content {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-profile__content {
    margin-top: 77px;
  }
}

.p-profile__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0625rem;
}
@media screen and (min-width: 769px) {
  .p-profile__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.625rem;
  }
}

.p-profile-card__figure img {
  width: 100%;
  height: 20.9375rem;
}
@media screen and (min-width: 769px) {
  .p-profile-card__figure img {
    width: 22.5rem;
    height: 22.5rem;
  }
}

.p-profile-card__heading-wrap {
  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;
}

.p-profile-card__heading {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15rem;
  text-transform: capitalize;
}

.p-profile-card__text {
  margin-top: 1.5rem;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 769px) {
  .p-profile-card__text {
    line-height: 2;
    letter-spacing: 0.05rem;
    margin-top: 2rem;
  }
}

.p-profile__message {
  margin-top: 48px;
}
@media screen and (min-width: 769px) {
  .p-profile__message {
    margin-top: 79px;
  }
}

.p-message-box {
  border: 1px solid #8b6c3a;
  padding-block: 1.5rem;
  padding-inline: 1.1875rem;
}
@media screen and (min-width: 769px) {
  .p-message-box {
    padding-block: 64px;
    padding-inline: 90px;
  }
}

.p-message-box__title {
  text-align: center;
}
.p-message-box__title img {
  width: 9.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-message-box__title img {
    width: 14.4375rem;
  }
}

.p-message-box__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: g, rm(0.32);
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .p-message-box__text {
    line-height: 2;
    letter-spacing: g, rm(1.6);
    margin-top: 40px;
  }
}

.p-worry {
  margin-top: 80px;
  padding-bottom: 56px;
  background: #fafafa;
}
@media screen and (min-width: 769px) {
  .p-worry {
    margin-top: 92px;
    position: relative;
  }
}
@media screen and (min-width: 1000px) {
  .p-worry {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-worry__bg-img {
    height: 481px;
  }
}
.p-worry__bg-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}

.p-worry__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1000px) {
  .p-worry__content {
    position: absolute;
    margin-top: 0;
    top: 120px;
    left: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .p-worry__content {
    top: 102px;
    left: 257px;
  }
}

.p-worry__inner {
  padding-inline: 20px;
}

.p-worry__heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .p-worry__heading {
    font-size: 24px;
    font-style: normal;
    letter-spacing: 1.2px;
  }
}

.p-worry__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 23px;
}
@media screen and (min-width: 769px) {
  .p-worry__list {
    gap: 21px;
  }
}

.p-worry__item {
  position: relative;
}
.p-worry__item::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon_worry_check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 17px;
  top: 2px;
  left: 2px;
}
.p-worry__item.is-separate {
  margin-top: 17px;
}
@media screen and (min-width: 769px) {
  .p-worry__item.is-separate {
    margin-top: 0;
  }
}

.p-worry__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  padding-left: 32px;
}
@media screen and (min-width: 769px) {
  .p-worry__text {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

.p-feature {
  padding-top: 48px;
  padding-bottom: 55px;
}
@media screen and (min-width: 1000px) {
  .p-feature {
    padding-top: 96px;
    padding-bottom: 0;
  }
}

.p-feature-cta__wrap {
  margin-bottom: 90px;
}
@media screen and (min-width: 1000px) {
  .p-feature-cta__wrap {
    margin-bottom: 160px;
  }
}

.p-feature-cta__text {
  color: #8b6c3a;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.69;
  letter-spacing: 0.05rem;
  text-align: center;
  position: relative;
}
.p-feature-cta__text:before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_down-arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 7.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5.6875rem;
  width: 2.8125rem;
}
@media screen and (min-width: 769px) {
  .p-feature-cta__text:before {
    top: 13.4375rem;
  }
}
@media screen and (min-width: 1000px) {
  .p-feature-cta__text:before {
    width: 5.3125rem;
    height: 3.5rem;
    top: 10.9375rem;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-cta__text {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.2rem;
  }
}

.p-feature__contain {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .p-feature__contain {
    margin-top: 5rem;
  }
}

.p-feature__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5625rem;
}
@media screen and (min-width: 769px) {
  .p-feature__items {
    gap: 5rem;
  }
}

.p-feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-feature-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-feature-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.6875rem;
  }
}

.p-feature-card__img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-feature-card__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.125rem;
            flex: 0 0 28.125rem;
    width: 20.625rem;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-card__img img {
    width: 28.125rem;
    height: 20.625rem;
  }
}
@media screen and (min-width: 1000px) {
  .p-feature-card__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-feature-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  /* align-items: center; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-feature-card-__header {
  border-left: solid 1px #8b6c3a;
}

.p-feature-card__heading {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05625rem;
  padding-left: 0.46875rem;
}
@media screen and (min-width: 769px) {
  .p-feature-card__heading {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.78;
    letter-spacing: 0.175rem;
    padding-left: 1.25rem;
  }
}

.p-feature-card__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 1000px) {
  .p-feature-card__text {
    line-height: 2;
    letter-spacing: 0.05rem;
  }
}

.p-interlude__bg-img {
  background-image: url(../img/img_yoga_sp.webp);
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  -webkit-clip-path: polygon(0 13%, 100% 0, 100% 87%, 0 100%);
          clip-path: polygon(0 13%, 100% 0, 100% 87%, 0 100%);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-interlude__bg-img {
    background-image: url(../img/img_yoga_pc.webp);
    -webkit-clip-path: polygon(0 18%, 237% 0, 100% 61%, 0 67%);
            clip-path: polygon(0 18%, 237% 0, 100% 61%, 0 67%);
    height: 961px;
    height: 60.0625rem;
  }
}

.p-member-voice {
  position: relative;
  isolation: isolate;
  padding-top: 130px;
  margin-top: -4.6875rem;
  padding-bottom: 59px;
}
@media screen and (min-width: 769px) {
  .p-member-voice {
    margin-top: -23.75rem;
    padding-bottom: 188px;
  }
}
@media screen and (min-width: 1000px) {
  .p-member-voice {
    margin-top: -23.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-member-voice {
    margin-top: -24.375rem;
    padding-top: 205px;
    padding-bottom: 92px;
  }
}
.p-member-voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/img_member-voice-bg_sp.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-member-voice::before {
    background-image: url(../img/img_member-voice-bg_pc.webp);
  }
}

.p-member-voice__content {
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .p-member-voice__content {
    margin-top: 80px;
  }
}

.p-member-voice__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
}
@media screen and (min-width: 769px) {
  .p-member-voice__items {
    gap: 80px;
  }
}

@media screen and (min-width: 1000px) {
  .p-member-voice__item:nth-child(even) .p-member-voice-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-member-voice-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 1000px) {
  .p-member-voice-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-member-voice-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 70px;
  }
}

@media screen and (min-width: 769px) {
  .p-member-voice-card__img {
    max-width: 60%;
  }
}
@media screen and (min-width: 1000px) {
  .p-member-voice-card__img {
    max-width: 50%;
    height: auto;
  }
}
@media screen and (min-width: 1000px) {
  .p-member-voice-card__img img {
    width: 450px;
    height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-member-voice-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 769px) {
  .p-member-voice-card__body {
    max-width: 60%;
  }
}
@media screen and (min-width: 1000px) {
  .p-member-voice-card__body {
    width: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .p-member-voice-card__body {
    width: 51%;
  }
}

.p-member-voice-card__heading {
  color: #8b6c3a;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 769px) {
  .p-member-voice-card__heading {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}

.p-member-voice__meta {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 769px) {
  .p-member-voice__meta {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}

.p-member-voice-card__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) {
  .p-member-voice-card__text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.8px;
    margin-top: 32px;
  }
}

.p-price {
  padding-top: 57px;
  padding-bottom: 56px;
  background-image: url(../img/img_price-bg_sp.webp);
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-price {
    padding-top: 96px;
    padding-bottom: 96px;
    background-image: url(../img/img_price-bg_pc.webp);
  }
}

.p-price__content {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-price__content {
    margin-top: 80px;
  }
}

.p-price__heading {
  color: #8b6c3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-price__heading-label {
  font-size: 22px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 2.2px;
}
@media screen and (min-width: 769px) {
  .p-price__heading-label {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 4px;
  }
}
.p-price__heading-price {
  font-size: 32px;
  font-family: "Yu Mincho", "YuMincho", sans-serif;
  font-weight: 300;
  line-height: 1.56; /* 156.25% */
  letter-spacing: 3.2px;
  margin-left: 8px;
}
@media screen and (min-width: 769px) {
  .p-price__heading-price {
    font-size: 64px;
    line-height: 1.25;
    letter-spacing: 6.4px;
    margin-left: 14px;
  }
}
.p-price__heading-tax {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 1.6px;
  margin-left: 3px;
}
@media screen and (min-width: 769px) {
  .p-price__heading-tax {
    font-size: 24px;
    font-weight: 300;
    line-height: 3.33;
    letter-spacing: 2.4px;
    margin-left: -2px;
  }
}

.p-price__heading-price__deco1 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 5px;
}
@media screen and (min-width: 769px) {
  .p-price__heading-price__deco1 {
    font-size: 80px;
    letter-spacing: 8px;
  }
}
.p-price__heading-price__deco2 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: -3px;
}
@media screen and (min-width: 769px) {
  .p-price__heading-price__deco2 {
    font-size: 80px;
    letter-spacing: -4.8px;
  }
}
.p-price__heading-price__deco3 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.75px;
}
@media screen and (min-width: 769px) {
  .p-price__heading-price__deco3 {
    font-size: 80px;
    letter-spacing: -1.2px;
  }
}
.p-price__heading-price__deco4 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 3.2px;
}
@media screen and (min-width: 769px) {
  .p-price__heading-price__deco4 {
    font-size: 80px;
    letter-spacing: 6.4px;
  }
}
.p-price__heading-price__deco5 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 7.5px;
}
@media screen and (min-width: 769px) {
  .p-price__heading-price__deco5 {
    font-size: 80px;
    letter-spacing: 8px;
  }
}

.p-price__description-main {
  color: #8b6c3a;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 1.8px;
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .p-price__description-main {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 2.4px;
    margin-top: 15px;
  }
}

.p-price__description-sub {
  color: #8b6c3a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5; /* 150% */
  letter-spacing: 1.4px;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .p-price__description-sub {
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-top: 32px;
  }
}

.p-price__note {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.68; /* 168.75% */
  letter-spacing: 0.32px;
  margin-top: 33px;
}
@media screen and (min-width: 769px) {
  .p-price__note {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.48px;
  }
}

.p-campaign {
  padding-block: 56px;
  background: url(../img/img_campaign-bg_sp.webp);
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-campaign {
    padding-block: 96px;
    background: url(../img/img_campaign-bg_pc.webp);
    background-position: left center;
    background-size: cover;
  }
}

.p-campaign__content {
  text-align: center;
}

.p-campaign__box {
  background: #ffffff;
  border: 1px solid #8b6c3a;
  padding-block: 38px;
}
@media screen and (min-width: 769px) {
  .p-campaign__box {
    padding-block: 60px;
  }
}

.p-campaign__header {
  border-top: 1px solid #8b6c3a;
  border-bottom: 1px solid #8b6c3a;
  margin-inline: 10px;
}
@media screen and (min-width: 769px) {
  .p-campaign__header {
    margin-inline: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .p-campaign__header {
    margin-inline: 91px;
  }
}

.p-campaign__heading {
  color: #8b6c3a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  padding-block: 12px;
}
@media screen and (min-width: 769px) {
  .p-campaign__heading {
    font-size: 40px;
    letter-spacing: 6px;
    padding-block: 20px;
  }
}

.p-campaign__label {
  text-align: right;
  margin-top: 23px;
  margin-right: 19px;
}
.p-campaign__label img {
  width: 124px;
  height: 38px;
}
@media screen and (min-width: 769px) {
  .p-campaign__label {
    margin-right: 100px;
  }
  .p-campaign__label img {
    width: 236px;
    height: 73px;
  }
}
@media screen and (min-width: 1000px) {
  .p-campaign__label {
    margin-top: 45px;
    margin-right: 190px;
  }
}

.p-campaign__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 59px;
}
@media screen and (min-width: 769px) {
  .p-campaign__detail {
    max-width: 550px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1200px) {
  .p-campaign__detail {
    padding-left: 0;
    max-width: 600px;
  }
}

.p-campaign__course {
  font-size: 16px;
  line-height: 1.5; /* 150% */
  letter-spacing: 2.4px;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .p-campaign__course {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 4.2px;
    margin-top: 0;
  }
}

.p-campaign__price {
  display: grid;
  grid-template-columns: 1fr 2fr;
  row-gap: 0;
  -webkit-column-gap: 47px;
     -moz-column-gap: 47px;
          column-gap: 47px;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 340px;
  margin-top: 4px;
}
@media screen and (min-width: 769px) {
  .p-campaign__price {
    grid-template-columns: auto auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    max-width: none;
  }
}
@media screen and (min-width: 1000px) {
  .p-campaign__price {
    -webkit-column-gap: 208px;
       -moz-column-gap: 208px;
            column-gap: 208px;
  }
}

.p-campaign__price-label {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: end;
  justify-self: start;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) {
  .p-campaign__price-label {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 1.2px;
  }
}

.p-campaign__price-regular {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-campaign__price-regular {
    font-size: 40px;
    line-height: 1;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.p-campaign__price-regular__deco {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 2.4px;
}
@media screen and (min-width: 769px) {
  .p-campaign__price-regular__deco {
    font-size: 40px;
    line-height: 1x;
    letter-spacing: 4px;
  }
}
.p-campaign__price-regular__pconly {
  color: #8b6c3a;
  font-size: 24px;
  line-height: 3.33;
}
@media screen and (max-width: 768px) {
  .p-campaign__price-regular__pconly {
    display: none;
  }
}

.p-campaign__price-down {
  grid-column: 2/3;
  grid-row: 1/3;
  color: #8b6c3a;
  font-size: 40px;
  line-height: 1.8; /* 180% */
  letter-spacing: -19px;
}
@-webkit-keyframes shake {
  /* アニメーションの各時点での状態を定義 */
  /* 開始時、中間、終了時は元の位置 */
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /* 途中で左右に小刻みに揺らす */
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes shake {
  /* アニメーションの各時点での状態を定義 */
  /* 開始時、中間、終了時は元の位置 */
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /* 途中で左右に小刻みに揺らす */
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.p-campaign__price-down span {
  font-size: 72px;
  line-height: 1;
  letter-spacing: -8.28px;
}
@media screen and (min-width: 769px) {
  .p-campaign__price-down {
    font-size: 72px;
    line-height: 1.66;
    letter-spacing: -34.2px;
  }
  .p-campaign__price-down span {
    font-size: 160px;
    line-height: 1;
    letter-spacing: -18.4px;
  }
}

.p-campaign__period {
  margin-top: 19px;
  text-align: left;
  max-width: 340px;
  padding-inline: 57px;
}
@media screen and (min-width: 769px) {
  .p-campaign__period {
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    max-width: none;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 6px;
  }
}

.p-campaign__period-head {
  border: 1px solid #393327;
  display: inline-block;
  padding-inline: 5px;
  padding-block: 3px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 769px) {
  .p-campaign__period-head {
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 1.8px;
    padding-inline: 15px;
    padding-block: 9px;
  }
}

.p-campaign__period-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.32px;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-campaign__period-text {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    margin-top: 0;
  }
}

.p-campaign__period-text--deco1 {
  letter-spacing: -5.68px;
}
.p-campaign__period-text--deco2 {
  letter-spacing: -7.76px;
}
.p-campaign__period-text--deco3 {
  letter-spacing: -7.04px;
}

.p-campaign__btn {
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .p-campaign__btn {
    margin-top: 52px;
  }
}

.p-flow {
  background-color: #fafafa;
  padding-block: 56px;
}
@media screen and (min-width: 769px) {
  .p-flow {
    padding-block: 96px;
  }
}

.p-flow__items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}
@media screen and (min-width: 1000px) {
  .p-flow__items {
    margin-top: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-flow__items {
    gap: 80px;
  }
}

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

.p-flow-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .p-flow-card {
    width: 300px;
  }
}

.p-flow-card__img img {
  width: 335px;
  height: 335px;
}
@media screen and (min-width: 1000px) {
  .p-flow-card__img img {
    width: 300px;
    height: 300px;
  }
}

.p-flow-card__step {
  color: #8b6c3a;
  line-height: 1;
  letter-spacing: 1.6px;
}

.p-flow-card__heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.9px;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .p-flow-card__heading {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.44px;
  }
}

.p-flow-card__text {
  line-height: 1.8;
  letter-spacing: 0.32px;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .p-flow-card__text {
    line-height: 2;
    letter-spacing: 0.32px;
    margin-top: 16px;
  }
}

.p-access {
  padding-block: 56px;
}
@media screen and (min-width: 769px) {
  .p-access {
    padding-block: 96px;
  }
}

.p-access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-access__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 45px;
  }
}
@media screen and (min-width: 1000px) {
  .p-access__content {
    margin-top: 80px;
    gap: 148px;
  }
}

.p-access__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1000px) {
  .p-access__body {
    gap: 40px;
  }
}

.p-access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1000px) {
  .p-access__list {
    gap: 25px;
  }
}

.p-access__shop-name-main {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.8px;
}
@media screen and (min-width: 1000px) {
  .p-access__shop-name-main {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2.4px;
  }
}
.p-access__shop-name-ruby {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.28px;
  margin-top: 5px;
}
@media screen and (min-width: 1000px) {
  .p-access__shop-name-ruby {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1.6px;
    margin-top: 16px;
  }
}

.p-access__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.32px;
}
@media screen and (min-width: 1000px) {
  .p-access__item {
    line-height: 2;
    letter-spacing: 1.6px;
  }
}

.p-access__map {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 375px;
}
@media screen and (min-width: 769px) {
  .p-access__map {
    width: auto;
    position: static;
    left: auto;
    -webkit-transform: none;
            transform: none;
    max-width: none;
  }
}
.p-access__map iframe {
  width: 100%;
  height: 281.25px;
}
@media screen and (min-width: 1000px) {
  .p-access__map iframe {
    width: 520px;
    height: 390px;
  }
}

.p-qa {
  padding-block: 60px;
}
@media screen and (min-width: 769px) {
  .p-qa {
    padding-top: 96px;
    padding-bottom: 104px;
  }
}

.p-qa__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-qa__boxes {
    margin-top: 80px;
  }
}

.p-qa-box {
  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.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (min-width: 769px) {
  .p-qa-box {
    gap: 2.3125rem;
    padding-bottom: 2.5rem;
  }
}
.p-qa-box:nth-child(n+2) {
  padding-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-qa-box:nth-child(n+2) {
    padding-top: 2.75rem;
  }
}
.p-qa-box:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.p-qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.8125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-qa-box__head {
    gap: 1.625rem;
    padding-left: 1.5625rem;
    padding-right: 2.375rem;
  }
}

.p-qa-box__head-icon {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 2px;
}

.p-qa-box__head-text {
  display: block;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 769px) {
  .p-qa-box__head-text {
    line-height: 2; /* 200% */
  }
}

.p-qa-box__body {
  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.8125rem;
  display: none;
}

.p-qa-box.is-open .p-qa-box__body {
  display: block;
  height: auto;
}

.p-qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 769px) {
  .p-qa-box__a {
    gap: 28px;
    padding-left: 25px;
    padding-right: 38px;
  }
}

.p-qa-box__a-icon {
  color: #8b6c3a;
  font-family: Lora;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
  letter-spacing: 2px;
}

.p-qa-box__a-text {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.8; /* 180% */
  letter-spacing: 0.32px;
}

@media screen and (min-width: 1000px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}
.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 768px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-capital {
  text-transform: capitalize;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-english {
  font-family: "Lora", sans-serif;
}