@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;
}

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;
}

body {
  color: #393327;
  font-family: YuMincho, "Yu Mincho", 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;
}

.l-inner {
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .l-inner {
    padding-inline: 60px;
  }
}
@media (min-width: 1100px) {
  .l-inner {
    padding-inline: 190px;
    max-width: 1440px;
    margin-inline: auto;
  }
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .l-header {
    padding-inline: 50px;
  }
}
@media (min-width: 1100px) {
  .l-header {
    margin-inline: auto;
    max-width: 1085px;
    gap: 30px;
    padding-inline: 30px;
  }
}
@media (min-width: 1440px) {
  .l-header {
    max-width: 1440px;
    padding-inline: 190px;
    gap: 50px;
  }
}

.l-mv {
  padding-inline: 60px;
}
@media (min-width: 1440px) {
  .l-mv {
    padding-left: 190px;
  }
}

@media (min-width: 1440px) {
  .l-profile__inner {
    padding-right: 283px;
    padding-left: 279px;
  }
}

.l-worries {
  position: relative;
}

@media (min-width: 1100px) {
  .l-qa__inner {
    padding-inline: 280px;
  }
}

@media (min-width: 768px) {
  .l-footer__inner {
    padding-inline: 60px;
  }
}
@media (min-width: 1100px) {
  .l-footer__inner {
    padding-inline: 190px;
    margin-inline: auto;
    max-width: 1440px;
  }
}

@media (min-width: 768px) {
  .l-campaign__inner {
    padding-inline: 135px;
  }
}
@media (min-width: 1440px) {
  .l-campaign__inner {
    padding-inline: 190px;
  }
}

.c-primary__button__link {
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px; /* 100% */
  letter-spacing: 2.8px;
  white-space: nowrap;
  color: #ffffff;
  background: linear-gradient(259deg, #8b6c3a 21.4%, #b19464 58.78%, #8b6c3a 96.8%);
}
@media (min-width: 768px) {
  .c-primary__button__link {
    padding: 18px 40px;
    line-height: 16px;
    letter-spacing: 3.2px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-primary__button__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-primary__button__link {
    border-radius: 2px;
  }
}

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

.c-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media (min-width: 768px) {
  .c-sns__link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-sns__link:hover {
    opacity: 0.7;
  }
}

.c-section__heading {
  text-align: center;
}

.c-section__en-title {
  font-family: "Lora", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px; /* 150% */
  letter-spacing: 1.4px;
}
@media (min-width: 768px) {
  .c-section__en-title {
    font-size: 56px;
    font-weight: 400;
    line-height: 56px; /* 100% */
    letter-spacing: 4.48px;
  }
}

.c-section__ja-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 1.4px;
}
@media (min-width: 768px) {
  .c-section__ja-title {
    margin-top: 40px;
    font-size: 16px;
    line-height: 16px; /* 100% */
    letter-spacing: 1.6px;
  }
}

.c-animated__slideIn--left {
  opacity: 0;
  translate: -1000px;
  -webkit-transition: opacity 0.5s ease, translate 0.5s ease;
  transition: opacity 0.5s ease, translate 0.5s ease;
}
@media screen and (max-width: 767px) {
  .c-animated__slideIn--left {
    opacity: 0;
    translate: 0 40px;
  }
}
.c-animated__slideIn--left.js-show {
  opacity: 1;
  translate: 0;
}

.c-animated__slideIn--right {
  opacity: 0;
  translate: 1000px;
  -webkit-transition: opacity 0.5s ease, translate 0.5s ease;
  transition: opacity 0.5s ease, translate 0.5s ease;
}
@media screen and (max-width: 767px) {
  .c-animated__slideIn--right {
    opacity: 0;
    translate: 0 40px;
  }
}
.c-animated__slideIn--right.js-show {
  opacity: 1;
  translate: 0;
}

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

.c-animated__slideUp {
  overflow: hidden;
}
.c-animated__slideUp .char {
  translate: 0 100%;
}

.p-header {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
@media (min-width: 768px) {
  .p-header {
    -webkit-transition: translate 0.5s ease;
    transition: translate 0.5s ease;
  }
  .p-header.js-slide-up {
    translate: 0 -100%;
  }
}
@media (min-width: 1100px) {
  .p-header {
    height: 120px;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}
@media (min-width: 1100px) {
  .p-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header__list-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 23px;
}
@media (min-width: 1440px) {
  .p-header__list-left {
    gap: 32px;
  }
}

.p-header__list-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
}
@media (min-width: 1440px) {
  .p-header__list-right {
    gap: 32px;
  }
}

.p-header__link {
  font-family: "Lora", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.5px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-header__link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .p-header__link:hover {
    color: #8b6c3a;
  }
}

.p-header__logo-link {
  width: 130px;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-header__logo-link:hover {
  opacity: 0.7;
}

.p-header__logo-sp {
  width: 76px;
  display: block;
}
@media (min-width: 1100px) {
  .p-header__logo-sp {
    display: none;
  }
}

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

.p-drawer-icon {
  margin-left: 21px;
  width: 28px;
  height: 21px;
  position: relative;
}
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(1) {
  width: 28px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px;
}
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(3) {
  width: 28px;
  top: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1100px) {
  .p-drawer-icon {
    display: none;
  }
}

.p-drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background-color: #393327;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.p-drawer-icon__bar:nth-of-type(1) {
  width: 28px;
}
.p-drawer-icon__bar:nth-of-type(2) {
  width: 22px;
  top: 10px;
}
.p-drawer-icon__bar:nth-of-type(3) {
  width: 15px;
  top: 19px;
}

.p-drawer-content {
  position: fixed; /*固定して浮かせる*/
  z-index: 1000;
  height: 100%;
  width: 250px;
  top: 68px;
  right: 0;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.p-drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-drawer-content__menu {
  text-align: center;
  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;
  padding-top: 56px;
  padding-bottom: 90px;
}

.p-drawer-content__link {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 1.6px;
  font-family: "Lora", serif;
}

.p-drawer-overlay {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(140, 109, 59, 0.7);
  z-index: 99; /* ドロワーメニューの下に設定 */
  opacity: 0; /* 初期状態では透明 */
  visibility: hidden; /* 初期状態では非表示 */
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease; /* ふわっとアニメーション */
}
.p-drawer-overlay.is-visible {
  opacity: 1; /* 表示状態では透明度を100%に */
  visibility: visible; /* 表示状態に変更 */
}

.p-mv {
  margin-top: 64px;
  background: url(../img/mv-bg__sp.png) no-repeat center center/cover;
  height: 100vh;
}
@media (min-width: 768px) {
  .p-mv {
    background: url(../img/mv-bg\ __pc.png) no-repeat center center/cover;
  }
}
@media (min-width: 1100px) {
  .p-mv {
    margin-top: 120px;
    height: 681px;
  }
}

.p-mv__description {
  padding-top: 45px;
}
@media (min-width: 1440px) {
  .p-mv__description {
    padding-top: 224px;
  }
}

.p-mv-title__main {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2.4px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-mv-title__main {
    text-align: left;
    font-size: 27px;
    line-height: 60px; /* 150% */
    letter-spacing: 3px;
  }
}
@media (min-width: 1100px) {
  .p-mv-title__main {
    font-size: 40px;
  }
}

.p-mv__text {
  font-size: 22px;
  letter-spacing: 2.2px;
}
@media (min-width: 768px) {
  .p-mv__text {
    font-size: 32px;
    line-height: 60px;
    letter-spacing: 3.2px;
  }
}

.p-mv__text2 {
  font-size: 20px;
  letter-spacing: 2px;
}
@media (min-width: 1100px) {
  .p-mv__text2 {
    font-size: 32px;
  }
}

.p-mv-title__sub {
  margin-top: 7px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px; /* 150% */
}
@media (min-width: 768px) {
  .p-mv-title__sub {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px; /* 150% */
    margin-top: 26px;
  }
}
@media (min-width: 1100px) {
  .p-mv-title__sub {
    font-size: 22px;
  }
}

.p-voice {
  padding-top: 56px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-voice {
    margin-top: 96px;
  }
}
@media (min-width: 1100px) {
  .p-voice {
    padding-top: 0;
  }
}

.p-voice__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: 1px;
  color: #8b6c3a;
  text-align: center;
}
@media (min-width: 1100px) {
  .p-voice__title {
    font-size: 32px;
    line-height: 48px; /* 150% */
    letter-spacing: 3.2px;
  }
}

.p-voice__content {
  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: 40px;
}
@media (min-width: 768px) {
  .p-voice__content {
    margin-top: 80px;
    gap: 79px;
  }
}

@media (min-width: 768px) {
  .p-voice__card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-voice__card:nth-of-type(1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-voice__card:nth-of-type(2) .p-voice-card__body {
    margin-left: auto;
    margin-right: -6px;
    margin-top: 4px;
  }
  .p-voice__card:nth-of-type(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-voice__card:nth-of-type(3) .p-voice-card__body {
    margin-top: 5px;
  }
}
@media (min-width: 768px) and (min-width: 1100px) {
  .p-voice__card:nth-of-type(3) .p-voice-card__body .p-voice-card__text {
    line-height: 24px;
  }
}

.p-voice__image {
  width: 100%;
}
@media (min-width: 768px) {
  .p-voice__image {
    width: 42.4528301887%;
  }
}
.p-voice-card__body {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .p-voice-card__body {
    width: 48.3962264151%;
    margin-right: auto;
    margin-top: 0;
  }
}

.p-voice-card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px; /* 150% */
  letter-spacing: 0.9px;
}
@media (min-width: 768px) {
  .p-voice-card__title {
    font-size: 24px;
    line-height: 36px; /* 150% */
    letter-spacing: 2.4px;
  }
}

.p-voice-card__text {
  margin-top: 9px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px; /* 180% */
  letter-spacing: 0.32px;
}
@media (min-width: 768px) {
  .p-voice-card__text {
    margin-top: 20px;
    line-height: 32px; /* 200% */
    letter-spacing: 0.8px;
  }
}

.p-voice-card__name {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 0.7px;
}
@media (min-width: 768px) {
  .p-voice-card__name {
    margin-top: 17px;
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: 0.8px;
    text-align: right;
  }
}

.p-profile {
  margin-top: 96px;
}
@media (min-width: 1100px) {
  .p-profile {
    margin-top: 193px;
  }
}

.p-profile__content {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-profile__content {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .p-profile__content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
  }
}

@media (min-width: 768px) {
  .p-profile-content-top__image {
    width: 41.0022779043%;
  }
}
.p-profile-content-top__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-profile-content-top__body {
  margin-top: 31px;
}
@media (min-width: 768px) {
  .p-profile-content-top__body {
    width: 48.7471526196%;
    margin-top: 0;
  }
}

.p-profile-content-top__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-profile-content-top__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px; /* 100% */
  letter-spacing: 2.4px;
}

.p-profile-content-top__text {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px; /* 180% */
  letter-spacing: 0.32px;
}
@media (min-width: 768px) {
  .p-profile-content-top__text {
    margin-top: 32px;
    line-height: 32px; /* 200% */
    letter-spacing: 0.8px;
  }
}

.p-profile__content-bottom {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .p-profile__content-bottom {
    margin-top: 83px;
  }
}

.p-profile__content-bottom__wrapper {
  padding: 24px 20px;
  border: 1px solid #8b6c3a;
}
@media (min-width: 768px) {
  .p-profile__content-bottom__wrapper {
    padding: 64px 88px 64px 90px;
  }
}

.p-profile__content-bottom__title {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px; /* 100% */
  letter-spacing: 4px;
  color: #8b6c3a;
  font-family: "Allura", serif;
}
@media (min-width: 768px) {
  .p-profile__content-bottom__title {
    font-size: 56px;
    letter-spacing: 5.6px;
  }
}

.p-profile__content-bottom__text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px; /* 180% */
  letter-spacing: 0.32px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .p-profile__content-bottom__text {
    margin-top: 40px;
    line-height: 32px; /* 200% */
    letter-spacing: 1.6px;
  }
}

.p-worries {
  margin-top: 80px;
}
@media (min-width: 1100px) {
  .p-worries {
    margin-top: 89px;
  }
}

.p-worries__wrapper {
  padding-top: 37px;
  padding-bottom: 56px;
  padding-inline: 20px;
  background: #fafafa;
  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; /* 縦方向の中央揃え */
}
@media (min-width: 768px) {
  .p-worries__wrapper {
    position: absolute;
    background: none;
    top: 14%;
    padding: 0;
    left: 35%; /* 水平方向の中央基準 */
    -webkit-transform: translate(-50%);
            transform: translate(-50%); /* 中央に移動 */
  }
}
@media (min-width: 1100px) {
  .p-worries__wrapper {
    top: 20%;
  }
}

.p-worries__title {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 1px;
}
@media (min-width: 1440px) {
  .p-worries__title {
    font-size: 24px;
    line-height: 36px; /* 150% */
    letter-spacing: 1.2px;
  }
}

.p-worries__list {
  margin-top: 25px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 45vh;
}
@media (min-width: 768px) {
  .p-worries__list {
    height: auto;
    gap: 10px;
  }
}
@media (min-width: 1100px) {
  .p-worries__list {
    gap: 21px;
    margin-top: 36px;
  }
}

.p-worries__item {
  padding-left: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
  position: relative;
}
.p-worries__item::before {
  position: absolute;
  content: "";
  background: url(../img/check-square2.png) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  left: 0;
}
@media (min-width: 1440px) {
  .p-worries__item {
    font-size: 18px;
    line-height: 27px; /* 150% */
    letter-spacing: 0.9px;
  }
}

.p-feature {
  margin-top: 48px;
}
@media (min-width: 1100px) {
  .p-feature {
    margin-top: 98px;
  }
}

.p-feature__description {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1440px) {
  .p-feature__description {
    padding-left: 114px;
    padding-right: 114px;
  }
}

.p-feature__heading {
  margin-top: 29px;
}
@media (min-width: 768px) {
  .p-feature__heading {
    margin-top: 68px;
  }
}

.p-feature__description-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #8b6c3a;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px; /* 168.75% */
  letter-spacing: 0.8px;
}

.p-feature__description-text--pc {
  color: #8b6c3a;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 64px; /* 200% */
  letter-spacing: 3.2px;
}

.p-feature__description_svg {
  margin-top: 35px;
}
@media (min-width: 1100px) {
  .p-feature__description_svg {
    height: 56px;
    width: 100%;
  }
}

.p-feature__cards {
  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: 40px;
}
@media (min-width: 768px) {
  .p-feature__cards {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .p-feature__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-feature__card:nth-of-type(1) .p-feature-card__body .p-feature-card__title span {
    padding-left: 20px;
  }
  .p-feature__card:nth-of-type(2) {
    margin-top: 37px;
  }
  .p-feature__card:nth-of-type(3) {
    padding-top: 20px;
  }
  .p-feature__card:nth-of-type(4) {
    margin-top: 63px;
  }
  .p-feature__card:nth-of-type(4) .p-feature-card__body {
    margin-top: -46px;
  }
  .p-feature__card:nth-of-type(5) {
    margin-top: 38px;
  }
  .p-feature__card:nth-of-type(5) .p-feature-card__body {
    margin-top: -5px;
  }
}

@media (min-width: 768px) {
  .p-feature-card__image {
    width: 42.4528301887%;
  }
}
.p-feature-card__body {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-feature-card__body {
    width: 50.9433962264%;
    margin-top: 6px;
  }
}

.p-feature-card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 32.4px; /* 180% */
  letter-spacing: 0.9px;
  padding-left: 12px;
  position: relative;
}
.p-feature-card__title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: #8b6c3a;
}
@media (min-width: 1440px) {
  .p-feature-card__title {
    padding-left: 20px;
    font-size: 28px;
    font-weight: 400;
    line-height: 50px; /* 178.571% */
    letter-spacing: 2.8px;
  }
}

.p-feature-card__text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px; /* 180% */
  letter-spacing: 0.32px;
}
@media (min-width: 1440px) {
  .p-feature-card__text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 32px; /* 200% */
    letter-spacing: 0.8px;
  }
}

.p-feature__bottom-image {
  margin-top: 56px;
  margin-inline: -20px;
}
@media (min-width: 768px) {
  .p-feature__bottom-image {
    margin-inline: -60px;
  }
}
@media (min-width: 1100px) {
  .p-feature__bottom-image {
    margin-inline: -190px;
    margin-top: 96px;
  }
}
.p-member-voice {
  overflow: hidden;
  padding-top: 103px;
  margin-top: -45px;
  padding-bottom: 56px;
  background: url(../img/member-voice-bg.png) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-member-voice {
    padding-top: 157px;
    margin-top: -62px;
    padding-bottom: 99px;
    background: url(../img/member-voice-bg.png) no-repeat center center/cover;
  }
}

.p-member-voice__heading {
  text-align: left;
}
@media (min-width: 768px) {
  .p-member-voice__heading {
    max-width: 768px;
  }
}
@media (min-width: 1440px) {
  .p-member-voice__heading {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .p-member-voice__en-title {
    font-size: 40px;
  }
}
@media (min-width: 1100px) {
  .p-member-voice__en-title {
    font-size: 56px;
    position: relative;
  }
  .p-member-voice__en-title::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    background: #393327;
    top: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: -126px;
  }
}
@media (min-width: 1440px) {
  .p-member-voice__en-title {
    max-width: 100%;
  }
  .p-member-voice__en-title::before {
    width: 340px;
    right: 0;
  }
}

.p-member-voice__cards {
  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: 40px;
}
@media (min-width: 768px) {
  .p-member-voice__cards {
    margin-top: 80px;
    gap: 80px;
  }
}

@media (min-width: 768px) {
  .p-member-voice__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-member-voice__card:nth-of-type(1) .p-member-voice-card__body {
    width: 50.8490566038%;
  }
  .p-member-voice__card:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-member-voice__card:nth-of-type(2) .p-member-voice-card__body {
    width: 51.1320754717%;
    margin-top: 21px;
  }
  .p-member-voice__card:nth-of-type(3) .p-member-voice-card__body {
    width: 50.7547169811%;
  }
}

@media (min-width: 768px) {
  .p-member-voice-card__image {
    width: 42.4528301887%;
  }
}
.p-member-voice-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-member-voice-card__body {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-member-voice-card__body {
    margin-top: 0;
  }
}

.p-member-voice-card__title {
  color: #8b6c3a;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px; /* 150% */
  letter-spacing: 0.9px;
}
@media (min-width: 768px) {
  .p-member-voice-card__title {
    font-size: 24px;
    line-height: 36px; /* 150% */
    letter-spacing: 2.4px;
  }
}

.p-member-voice-card__meta {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 0.7px;
}
@media (min-width: 768px) {
  .p-member-voice-card__meta {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: 0.8px;
  }
}

.p-member-voice-card__text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px; /* 180% */
  letter-spacing: 0.8px;
}
@media (min-width: 768px) {
  .p-member-voice-card__text {
    margin-top: 24px;
    line-height: 32px; /* 200% */
    letter-spacing: 0.8px;
  }
}

.p-price {
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
}
.p-price::before {
  position: absolute;
  content: "";
  background: url(../img/price-bg-sp.png) no-repeat left center/contain;
  width: 100%;
  top: -120px;
  height: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-price {
    padding-top: 80px;
    padding-bottom: 96px;
  }
  .p-price::before {
    background: url(../img/price-bg-pc.png) no-repeat left center/contain;
    left: 0;
  }
}
@media (min-width: 1100px) {
  .p-price {
    left: 0;
  }
}
@media (min-width: 1440px) {
  .p-price::before {
    background: url(../img/price-bg-pc.png) no-repeat left center/contain;
    top: 0;
    width: 100%;
    height: 100%;
    right: 337px;
  }
}

.p-price__heading {
  padding-top: 4px;
}

.p-price__content {
  margin-top: 40px;
  color: #8b6c3a;
  text-align: center;
}
@media (min-width: 768px) {
  .p-price__content {
    margin-top: 80px;
  }
}

.p-price__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 48px;
  padding-left: 23px;
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-price__mon {
  font-size: 22px;
  font-weight: 400;
  line-height: 20px; /* 90.909% */
  letter-spacing: 2.2px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .p-price__mon {
    font-size: 40px;
    line-height: 40px; /* 100% */
    letter-spacing: 4px;
  }
}

.p-price__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-price__num span {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}
.p-price__num span:nth-child(1) {
  font-size: 32px;
  letter-spacing: 3.2px;
  line-height: 53px;
}
@media (min-width: 768px) {
  .p-price__num span:nth-child(1) {
    font-size: 64px;
    letter-spacing: 6.4px;
    line-height: 1;
  }
}
.p-price__num span:nth-child(2) {
  letter-spacing: 5px;
}
.p-price__num span:nth-child(3) {
  letter-spacing: -3px;
}
.p-price__num span:nth-child(4) {
  letter-spacing: -0.75px;
}
@media (min-width: 768px) {
  .p-price__num span {
    font-size: 80px;
    font-weight: 300;
    line-height: 80px;
  }
}

.p-price__tax {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 1.6px;
  margin-left: 3px;
}
@media (min-width: 768px) {
  .p-price__tax {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2.4px;
  }
}

.p-price__description {
  margin-top: 26px;
  padding-left: 26px;
  padding-right: 28px;
}
@media (min-width: 768px) {
  .p-price__description {
    margin-top: 36px;
  }
}

.p-price__text1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  letter-spacing: 1.8px;
}
@media (min-width: 768px) {
  .p-price__text1 {
    font-size: 24px;
    line-height: 36px; /* 150% */
    letter-spacing: 2.4px;
  }
}

.p-price__text2 {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 1.4px;
}
@media (min-width: 768px) {
  .p-price__text2 {
    margin-top: 32px;
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: 1.6px;
  }
}

.p-price__attention {
  margin-top: 33px;
  color: #393327;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
  letter-spacing: 0.32px;
}
@media (min-width: 768px) {
  .p-price__attention {
    margin-top: 32px;
    font-size: 24px;
    line-height: 36px; /* 150% */
    letter-spacing: 0.48px;
  }
}

.p-campaign {
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
  background: url(../img/campaign-bg-sp.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
}
.p-campaign::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6); /* 白色の60%透明 */
  z-index: 1;
}
@media (min-width: 768px) {
  .p-campaign {
    background: url(../img/campaign-bg-pc.png) no-repeat center center/cover;
  }
}
@media (min-width: 1440px) {
  .p-campaign {
    padding-top: 97px;
    padding-bottom: 98px;
  }
}

.p-campaign__wrapper {
  position: relative;
  z-index: 2;
  padding-inline: 10px;
  padding-top: 52px;
  padding-bottom: 37px;
  border: 1px solid #8b6c3a;
  background: rgba(255, 255, 255, 0.95);
}
.p-campaign__wrapper::before {
  position: absolute;
  content: "";
  background: url(../img/limited-bg.png) no-repeat center center/contain;
  width: 124px;
  height: 38px;
  top: 117px;
  right: calc(50% - 146px);
}
@media (min-width: 1100px) {
  .p-campaign__wrapper::before {
    width: 236px;
    height: 73px;
    top: 202px;
    right: calc(50% - 332px);
  }
}
@media (min-width: 1100px) {
  .p-campaign__wrapper {
    padding: 82px 87px 61px 91px;
  }
}

.p-campaign__title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: 1px;
  color: #8b6c3a;
  position: relative;
}
.p-campaign__title::before, .p-campaign__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #8b6c3a;
}
.p-campaign__title::before {
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1440px) {
  .p-campaign__title::before {
    top: -21px;
  }
}
.p-campaign__title::after {
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1440px) {
  .p-campaign__title::after {
    bottom: -16px;
  }
}
@media (min-width: 1100px) {
  .p-campaign__title {
    font-size: 40px;
    line-height: 60px; /* 150% */
    letter-spacing: 6px;
    padding-left: 30px;
  }
}

.p-campaign__limited {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px; /* 100% */
  letter-spacing: 0.7px;
}

.p-campaign__text {
  margin-top: 36px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 2.4px;
  text-align: center;
  padding-right: 37px;
}
@media (min-width: 1100px) {
  .p-campaign__text {
    margin-top: 135px;
    font-size: 28px;
    line-height: 28px; /* 100% */
    letter-spacing: 4.2px;
    padding-left: 137px;
    text-align: start;
  }
}

.p-campaign__price-container {
  margin-top: 90px;
}

.p-campaign__price-container-flex {
  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;
}

.p-campaign__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-campaign__price span {
  font-weight: 400;
}
.p-campaign__price span:nth-child(1) {
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
}
@media (min-width: 1100px) {
  .p-campaign__price span:nth-child(1) {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
.p-campaign__price span:nth-child(2) {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 2.4px;
}
@media (min-width: 1100px) {
  .p-campaign__price span:nth-child(2) {
    margin-top: 20px;
    font-size: 40px;
    line-height: 40px; /* 100% */
  }
}

.p-campaign__arrow {
  width: 24px;
  height: 25.412px;
  display: block;
  margin-left: 12px;
  margin-right: 11px;
}
@media (min-width: 1100px) {
  .p-campaign__arrow {
    width: 49px;
    height: 51.882px;
    margin-left: 68px;
    margin-right: 68px;
  }
}
.p-campaign__zero {
  color: #8b6c3a;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -8.28px;
}
@media (min-width: 1100px) {
  .p-campaign__zero {
    font-size: 160px;
    line-height: 160px;
    letter-spacing: -18.4px;
  }
}
.p-campaign__zero span {
  font-size: 40px;
  font-weight: 400;
  line-height: 72px; /* 180% */
  letter-spacing: -19px;
}
@media (min-width: 1100px) {
  .p-campaign__zero span {
    font-size: 72px;
    line-height: 120px; /* 166.667% */
    letter-spacing: -34.2px;
  }
}

.p-campaign__period {
  margin-top: 20px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1100px) {
  .p-campaign__period {
    margin-top: 5px;
  }
}

.p-campaign__period-wrapper {
  padding-left: 12px;
  padding-right: 32px;
}
@media (min-width: 1100px) {
  .p-campaign__period-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

.p-campaign__period-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 0.7px;
  padding: 5px 7px 6px 6px;
  border: 1px solid #393327;
  display: inline-block;
}
@media (min-width: 1100px) {
  .p-campaign__period-text {
    padding: 9px 16px;
    font-size: 18px;
    line-height: 24px; /* 133.333% */
    letter-spacing: 1.8px;
  }
}

.p-campaign__period__date {
  margin-top: 10px;
  white-space: nowrap;
}
@media (min-width: 1100px) {
  .p-campaign__period__date {
    font-size: 20px;
    line-height: 24px; /* 120% */
    letter-spacing: 0.4px;
  }
}

.p-campaign__button {
  margin-top: 37px;
  padding-inline: 10px;
  text-align: center;
}
@media (min-width: 1100px) {
  .p-campaign__button {
    margin-top: 52px;
  }
}

.p-campaign__link {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px; /* 131.25% */
  letter-spacing: 0.8px;
  color: #fff;
  padding: 22px 33px;
  border-radius: 2px;
  background: linear-gradient(266deg, #8b6c3a 23.24%, #b19464 55.28%, #8b6c3a 85.32%, #8b6c3a 85.32%);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .p-campaign__link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-campaign__link:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1100px) {
  .p-campaign__link {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 5.6px;
    padding: 27px 73px 25px 65px;
    position: relative;
  }
  .p-campaign__link::before {
    position: absolute;
    content: "";
    background: url(../img/arrow-white.png) no-repeat center center/contain;
    width: 16px;
    height: 27px;
    right: 37px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

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

.p-flow__heading {
  text-align: left;
}

@media (min-width: 1100px) {
  .p-flow__en-title {
    display: inline-block;
    position: relative;
  }
  .p-flow__en-title::before {
    position: absolute;
    content: "";
    width: 340px;
    height: 0.6px;
    background: #393327;
    left: 208px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-flow__cards {
  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: 40px;
}
@media (min-width: 768px) {
  .p-flow__cards {
    margin-top: 78px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}

.p-flow__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-flow-card__body {
  margin-top: 24px;
}

.p-flow-card__step {
  color: #8b6c3a;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px; /* 100% */
  letter-spacing: 1.6px;
}

.p-flow-card__title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px; /* 150% */
  letter-spacing: 0.9px;
}
@media (min-width: 1100px) {
  .p-flow-card__title {
    margin-top: 16px;
    font-size: 22px;
    line-height: 22px; /* 100% */
    letter-spacing: 2.2px;
  }
}

.p-flow-card__text {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px; /* 180% */
  letter-spacing: 0.32px;
}
@media (min-width: 1100px) {
  .p-flow-card__text {
    margin-top: 16px;
    line-height: 32px; /* 200% */
    letter-spacing: 0.8px;
  }
}

.p-qa {
  padding-block: 62px;
}
@media (min-width: 768px) {
  .p-qa {
    padding-bottom: 62px;
    padding-top: 96px;
  }
}

.p-qa__boxes {
  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: 48px;
}
@media (min-width: 768px) {
  .p-qa__boxes {
    margin-top: 80px;
    gap: 70px;
  }
  .p-qa__boxes .p-qa__box:nth-of-type(3) {
    padding-top: -35px;
  }
}

.p-qa__box {
  position: relative;
}
.p-qa__box::after {
  position: absolute;
  content: "";
  background: #e8e8e8;
  width: 100%;
  height: 1px;
  bottom: -24px;
}
@media (min-width: 768px) {
  .p-qa__box::after {
    bottom: -40px;
  }
}
@media (min-width: 1100px) {
  .p-qa__box::after {
    left: 0;
  }
}
.p-qa__box:last-child::after {
  content: none;
}
@media (min-width: 768px) {
  .p-qa__box {
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-qa__box:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1100px) {
  .p-qa__box {
    padding-left: 25px;
    padding-right: 38px;
  }
}

.p-qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
@media (min-width: 768px) {
  .p-qa-box__head {
    padding-block: 5px;
    gap: 25px;
    cursor: pointer;
  }
}

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

.p-qa-box__head-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 28.8px; /* 180% */
  letter-spacing: 0.32px;
  text-align: left;
}
@media (min-width: 768px) {
  .p-qa-box__head-text {
    line-height: 32px; /* 200% */
  }
}

.p-qa-box__body {
  margin-top: 12px;
  display: none;
}
@media (min-width: 768px) {
  .p-qa-box__body {
    margin-top: 36px;
  }
}

.p-qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}
@media (min-width: 768px) {
  .p-qa-box__a {
    gap: 26px;
  }
}

.p-qa-box__a-icon {
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px; /* 100% */
  letter-spacing: 2px;
}

.p-qa-box__a-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px; /* 180% */
  letter-spacing: 0.32px;
}
@media (min-width: 768px) {
  .p-qa-box__a-text {
    line-height: 32px; /* 200% */
  }
}

.p-section__bg {
  width: 100%;
}

.p-access {
  padding-block: 56px;
}
@media (min-width: 1100px) {
  .p-access {
    padding-block: 97px;
  }
}

.p-access__heading {
  text-align: left;
}

@media (min-width: 1100px) {
  .p-access__en-title {
    display: inline-block;
    position: relative;
  }
  .p-access__en-title::before {
    position: absolute;
    content: "";
    width: 340px;
    height: 0.6px;
    background: #393327;
    left: 266px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-access__content {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-access__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    margin-top: 80px;
  }
}
@media (min-width: 1100px) {
  .p-access__content {
    gap: 149px;
  }
}

.p-access__info {
  margin-bottom: 40px;
}

.p-access-info-en__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px; /* 150% */
  letter-spacing: 1.8px;
}
@media (min-width: 768px) {
  .p-access-info-en__name {
    font-size: 24px;
    line-height: 24px; /* 100% */
    letter-spacing: 2.4px;
  }
}

.p-access-info-ja__name {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 0.28px;
}
@media (min-width: 768px) {
  .p-access-info-ja__name {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: 1.6px;
  }
}

.p-access-info__address {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px; /* 180% */
  letter-spacing: 0.32px;
}
@media (min-width: 768px) {
  .p-access-info__address {
    margin-top: 40px;
    line-height: 32px; /* 200% */
    letter-spacing: 1.6px;
  }
}

.p-access-info__text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px; /* 180% */
  letter-spacing: 0.32px;
}
@media (min-width: 768px) {
  .p-access-info__text {
    margin-top: 32px;
    line-height: 16px; /* 100% */
    letter-spacing: 1.6px;
  }
}

.p-access-info__tel {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px; /* 180% */
  letter-spacing: 1.6px;
}
@media (min-width: 768px) {
  .p-access-info__tel {
    margin-top: 40px;
    line-height: 16px; /* 100% */
  }
}

.p-access-info__open {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px; /* 180% */
  letter-spacing: 1.6px;
}
@media (min-width: 768px) {
  .p-access-info__open {
    margin-top: 40px;
    line-height: 16px; /* 100% */
  }
}

.p-access__map {
  margin-inline: -20px;
}
.p-access__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 375/281;
}
@media (min-width: 768px) {
  .p-access__map iframe {
    aspect-ratio: 520/390;
    max-width: 520px;
    height: 390px;
  }
}
@media (min-width: 768px) {
  .p-access__map {
    margin-inline: 0;
  }
}

.p-footer {
  padding-top: 28px;
  padding-bottom: 28px;
  background: #fafafa;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .p-footer {
    padding-top: 48px;
    padding-bottom: 40px;
    margin-bottom: 8px;
  }
}

.p-footer__nav {
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-footer__logo {
  width: 76px;
}
@media (min-width: 768px) {
  .p-footer__logo {
    width: 130px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-footer__logo:hover {
    opacity: 0.7;
  }
}
.p-footer__list {
  margin-top: 33px;
  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 (min-width: 768px) {
  .p-footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
}

.p-footer__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 1.6px;
}
@media (min-width: 768px) {
  .p-footer__link {
    font-size: 14px;
    line-height: 14px; /* 100% */
    letter-spacing: 1.4px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .p-footer__link:hover {
    color: #8b6c3a;
  }
}

.p-footer__sns {
  margin-top: 32px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .p-footer__sns {
    margin-top: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-footer__bottom {
  padding-inline: 20px;
  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: 40px;
}
@media (min-width: 768px) {
  .p-footer__bottom {
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-inline: 0;
    gap: 10px;
    padding-inline: 60px;
    margin-inline: auto;
    max-width: 1440px;
  }
}
@media (min-width: 1100px) {
  .p-footer__bottom {
    margin-top: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-inline: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 190px;
    padding-right: 153px;
  }
}

.p-footer__bottom-text {
  margin-inline: auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: 0.24px;
}
@media (min-width: 768px) {
  .p-footer__bottom-text {
    letter-spacing: 1.2px;
    margin-inline: 0;
  }
}

.p-footer__copy {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: 1.2px;
  font-family: "Lora", serif;
}

@media (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-hidden-sp {
  display: none;
}
@media (min-width: 768px) {
  .u-hidden-sp {
    display: inline;
  }
}