@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 1025px) {
  .is-sp {
    display: none;
  }
}

.section__title {
  font-family: "Lora", serif;
  font-size: 28px;
  line-height: 42px; /* 150% */
  letter-spacing: 1.4px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .section__title {
    font-size: 56px;
    line-height: 56px; /* 100% */
    letter-spacing: 4.48px;
  }
}

.section__title__ja {
  font-size: 14px;
  line-height: 21px; /* 150% */
  letter-spacing: 1.4px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .section__title__ja {
    font-size: 16px;
    line-height: 16px; /* 100% */
    letter-spacing: 1.6px;
    margin-top: 40px;
    margin-bottom: 65px;
  }
}

body {
  font-size: 16px;
  line-height: 28.8px;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  color: #333;
  letter-spacing: 0.32px;
  font-weight: 400;
}

.section__inner {
  padding-left: 5.3333333333%;
  padding-right: 5.3333333333%;
}
@media screen and (min-width: 1025px) {
  .section__inner {
    max-width: 1060px;
    margin: 0 auto;
  }
}

main {
  height: 300vh;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

button {
  color: #000;
  background: transparent;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background: #FFF;
}
@media screen and (min-width: 1025px) {
  .header {
    height: 120px;
  }
}

.header__inner {
  padding: 13.5px 20px;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.header__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}

.header__list {
  display: flex;
  flex-direction: row;
  gap: 32px;
  font-family: "Lora", serif;
  align-items: center;
  white-space: nowrap;
}
.header__list li {
  font-size: 15px;
  line-height: 16px; /* 106.667% */
  letter-spacing: 1.5px;
}
.header__list li:hover {
  color: #8B6C3A;
}

.header__btn {
  color: #fff;
  border-radius: 2px;
  background: linear-gradient(259deg, #8B6C3A 21.4%, #B19464 58.78%, #8B6C3A 96.8%);
  padding: 11px 44px 11px;
  margin-left: 97px;
  white-space: nowrap;
}

.header__logo {
  margin-left: -9px;
  margin-right: -9px;
  width: 130px;
}
.header__logo img {
  width: 100%;
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 24px;
  right: 20px;
  width: 28px;
  height: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon--bar {
  height: 1px;
  background: #8B6C3A;
}

.drawer__icon--bar:nth-of-type(1) {
  width: 28px;
}

.drawer__icon--bar:nth-of-type(2) {
  width: 22px;
}

.drawer__icon--bar:nth-of-type(3) {
  width: 15px;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 11.5px;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
  width: 28px;
}

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

.drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 88px 40px;
  padding-left: 34px;
  position: relative;
}

.drawer__list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin-bottom: 56px;
  text-align: center;
  font-family: "Lora", serif;
}
.drawer__list li a {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  border-radius: 100vmax;
  color: #001A75;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.drawer__sns {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
}
.drawer__sns img {
  width: 40px;
  height: 40px;
}

.header__contact__drawer {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2.8px;
  padding: 8px 28px;
  border-radius: 2px;
  background: linear-gradient(259deg, #8B6C3A 21.4%, #B19464 58.78%, #8B6C3A 96.8%);
  display: inline-block;
  top: 15px;
  right: 69px;
  position: absolute;
}

.header__logo__sp {
  position: absolute;
  top: 7px;
  left: 20px;
}
@media screen and (min-width: 1025px) {
  .header__logo__sp {
    display: none;
  }
}
.header__logo__sp img {
  width: 76px;
  height: 55px;
}

.header__contact__sp {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2.8px;
  padding: 8px 28px;
  border-radius: 2px;
  background: linear-gradient(259deg, #8B6C3A 21.4%, #B19464 58.78%, #8B6C3A 96.8%);
  display: inline-block;
  top: 15px;
  right: 69px;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .header__contact__sp {
    display: none;
  }
}

.header__contact__pc {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2.8px;
  padding: 8px 28px;
  border-radius: 2px;
  background: linear-gradient(259deg, #8B6C3A 21.4%, #B19464 58.78%, #8B6C3A 96.8%);
  display: inline-block;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header__contact__pc {
    display: none;
  }
}
.header__contact__pc:hover {
  opacity: 0.7;
}

.drawer__icon--bar {
  transition: all 0.5s ease;
}

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

.fv {
  margin-top: 68px;
}
@media screen and (min-width: 1025px) {
  .fv {
    margin-top: 12px;
  }
}

.review {
  padding-top: 56px;
  padding-bottom: 96px;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .review {
    padding-top: 96px;
    padding-bottom: 192px;
  }
}

.review__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .review__inner {
    max-width: 1060px;
    margin: 0 auto;
  }
}

.review__title {
  font-size: 20px;
  color: #8B6C3A;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (min-width: 1025px) {
  .review__title {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 3.2px;
  }
}

.review__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1025px) {
  .review__items {
    gap: 60px;
  }
}

.review__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .review__item {
    gap: 90px;
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (min-width: 1025px) {
  .review__item:nth-child(1),
.review__item:nth-child(3) {
    flex-direction: row-reverse;
  }
}

.review__item__left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1025px) {
  .review__item__left p {
    line-height: 32px; /* 200% */
    letter-spacing: 0.8px;
  }
}
.review__item__left span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.7px;
  text-align: left;
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .review__item__left span {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: 0.8px;
  }
}
@media screen and (min-width: 1025px) {
  .review__item__left {
    flex-grow: 1;
  }
}

.review__item__title {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.9px;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .review__item__title {
    font-size: 24px;
    line-height: 36px; /* 150% */
    letter-spacing: 2.4px;
  }
}

@media screen and (min-width: 1025px) {
  .review__item__img {
    width: 450px;
    flex-shrink: 0;
  }
  .review__item__img img {
    width: 100%;
  }
}

.owner {
  padding-bottom: 80px;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .owner {
    padding-bottom: 92px;
  }
}

.owner__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .owner__inner {
    max-width: 878px;
    margin: 0 auto;
  }
}

.owner__contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .owner__contents {
    flex-direction: row;
  }
}

@media screen and (min-width: 1025px) {
  .owner__img {
    width: 360px;
    flex-shrink: 0;
  }
  .owner__img img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .owner__img {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .owner__item__right {
    margin-left: auto;
    flex-grow: 1;
  }
}

.owner__item__top {
  display: flex;
}

.owner__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px; /* 100% */
  letter-spacing: 2.4px;
  margin-right: auto;
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .owner__name {
    margin-bottom: 40px;
  }
}

.owner__sns {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.owner__sns img {
  width: 40px;
  height: 40px;
}
.owner__sns a:hover {
  opacity: 0.7;
}

.owner__lead {
  margin-bottom: 48px;
}
@media screen and (min-width: 1025px) {
  .owner__lead {
    margin-bottom: 83px;
  }
}

.owner__message {
  border: 1px solid #8B6C3A;
}

.owner__message__inner {
  padding: 24px 20px;
}
@media screen and (min-width: 1025px) {
  .owner__message__inner {
    padding: 64px 90px;
  }
  .owner__message__inner p {
    line-height: 32px; /* 200% */
    letter-spacing: 1.6px;
  }
}

.message__title {
  font-family: "Allura", cursive;
  color: #8B6C3A;
  text-align: center;
  font-size: 40px;
  line-height: 40px; /* 100% */
  letter-spacing: 4px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .message__title {
    font-size: 56px;
    letter-spacing: 5.6px;
    margin-bottom: 40px;
  }
}

.worries {
  background: #fff;
}

.worries__inner {
  background: #FAFAFA;
}
@media screen and (min-width: 1025px) {
  .worries__inner {
    position: relative;
    background: transparent;
  }
}

@media screen and (min-width: 1025px) {
  .worries__img {
    text-align: right;
  }
}

.worries__contents {
  background: #FAFAFA;
  padding: 40px 20px 56px;
  margin-bottom: 48px;
}
@media screen and (min-width: 1025px) {
  .worries__contents {
    background: transparent url(/img/worries__img-pc.jpg) no-repeat top right/cover;
    padding: 98px 0px 96px 20vw;
  }
}

.worries__title {
  padding-left: 20px;
  font-size: 20px;
  line-height: 30px; /* 150% */
  letter-spacing: 1px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1025px) {
  .worries__title {
    font-size: 24px;
    line-height: 36px; /* 150% */
    letter-spacing: 1.2px;
  }
}

.worries__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1025px) {
  .worries__items {
    gap: 21px;
  }
}

.worries__item {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.worries__item img {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 1025px) {
  .worries__item p {
    font-size: 18px;
    line-height: 27px; /* 150% */
    letter-spacing: 0.9px;
  }
}

.worries__lead {
  text-align: center;
}
.worries__lead p {
  color: #8B6C3A;
  font-weight: 600;
  line-height: 27px; /* 168.75% */
  letter-spacing: 0.8px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .worries__lead p {
    font-size: 32px;
    line-height: 64px; /* 200% */
    letter-spacing: 3.2px;
  }
}
.worries__lead img {
  width: 30px;
  height: 30px;
  color: #8B6C3A;
}
@media screen and (min-width: 1025px) {
  .worries__lead img {
    width: 56px;
    height: 56px;
  }
}

.feature {
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .feature {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.feature__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .feature__inner {
    max-width: 1060px;
    margin: 0 auto;
  }
}

.feature__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1025px) {
  .feature__items {
    gap: 80px;
  }
}

.feature__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .feature__item {
    flex-direction: row;
    gap: 70px;
    align-items: center;
  }
}

.feature__item--img img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .feature__item--img {
    width: 450px;
    flex-shrink: 0;
  }
}

.feature__item__right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}
@media screen and (min-width: 1025px) {
  .feature__item__right {
    gap: 32px;
  }
}

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

.voice {
  padding-bottom: 56px;
  background: transparent url(/img/voice-bg-sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 1025px) {
  .voice {
    background: transparent url(/img/voice-bg-pc.png) no-repeat center center/cover;
  }
}

.voice__mv {
  margin-bottom: 56px;
}
@media screen and (min-width: 1025px) {
  .voice__mv {
    margin-bottom: 100px;
  }
}

.voice__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .voice__inner {
    max-width: 1060px;
    margin: 0 auto;
  }
}

.section__title-2 {
  font-size: 28px;
  line-height: 42px; /* 150% */
  letter-spacing: 1.4px;
}
@media screen and (min-width: 1025px) {
  .section__title-2 {
    font-size: 56px;
    line-height: 56px; /* 100% */
    letter-spacing: 4.48px;
    margin-bottom: 40px;
    position: relative;
    padding-right: 362px;
    display: inline-block;
  }
  .section__title-2::after {
    position: absolute;
    content: "";
    width: 340px;
    height: 1px;
    background: #393327;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.section__title__ja-2 {
  font-size: 14px;
  line-height: 21px; /* 150% */
  letter-spacing: 1.4px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .section__title__ja-2 {
    font-size: 16px;
    line-height: 16px; /* 100% */
    letter-spacing: 1.6px;
  }
}

.voice__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1025px) {
  .voice__items {
    gap: 80px;
  }
}

.voice__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .voice__item {
    flex-direction: row;
    gap: 71px;
  }
}

@media screen and (min-width: 1025px) {
  .voice__item:nth-child(2) {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1025px) {
  .voice__item__img {
    flex-shrink: 0;
    width: 450px;
  }
  .voice__item__img img {
    width: 100%;
  }
}

.voice__item__right span {
  font-size: 14px;
  line-height: 21px; /* 150% */
  letter-spacing: 0.7px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1025px) {
  .voice__item__right span {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: 0.8px;
    margin-bottom: 24px;
  }
}
.voice__item__title {
  font-size: 18px;
  color: #8B6C3A;
  font-weight: 600;
  line-height: 27px; /* 150% */
  letter-spacing: 0.9px;
  margin-bottom: 12px;
}

.price {
  text-align: center;
  position: relative;
  background: #fff;
}

.price__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 45.625%;
  height: auto; /* 高さは自動調整 */
}

.price__inner {
  padding: 56px 20px;
}
@media screen and (min-width: 1025px) {
  .price__inner {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.price__contents {
  color: #8B6C3A;
  margin-bottom: 32px;
  display: flex;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .price__contents {
    margin-bottom: 36px;
    max-width: 500px;
  }
}
.price__contents p {
  font-size: 50px;
  letter-spacing: 5px;
}
@media screen and (min-width: 1025px) {
  .price__contents p {
    font-size: 80px;
    letter-spacing: 8px;
  }
}

.month {
  font-size: 22px;
  letter-spacing: 2.2px;
  margin-right: 8px;
}
@media screen and (min-width: 1025px) {
  .month {
    font-size: 40px;
    line-height: 40px; /* 100% */
    letter-spacing: 4px;
    margin-right: 19px;
  }
}

.yen {
  font-size: 32px;
  letter-spacing: 3.2px;
}
@media screen and (min-width: 1025px) {
  .yen {
    font-size: 64px;
    letter-spacing: 6.4px;
  }
}

.price__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  letter-spacing: 1.8px;
  margin-bottom: 8px;
  color: #8B6C3A;
}
@media screen and (min-width: 1025px) {
  .price__title {
    font-size: 24px;
    line-height: 36px; /* 150% */
    letter-spacing: 2.4px;
    margin-bottom: 32px;
  }
}

.price__lead {
  font-size: 14px;
  line-height: 21px; /* 150% */
  letter-spacing: 1.4px;
  margin-bottom: 33px;
  color: #8B6C3A;
}
@media screen and (min-width: 1025px) {
  .price__lead {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: 1.6px;
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 1025px) {
  .price__caution {
    font-size: 24px;
    line-height: 36px; /* 150% */
    letter-spacing: 0.48px;
  }
}

.campaign {
  padding: 56px 5.3333333333%;
  position: relative;
  background: transparent;
}
@media screen and (min-width: 1025px) {
  .campaign {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.campaign_inner {
  padding: 40px 10px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #8B6C3A;
}
@media screen and (min-width: 1025px) {
  .campaign_inner {
    max-width: 1060px;
    margin: 0 auto;
  }
}

.campaign__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: 1px;
  color: #8B6C3A;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 36px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .campaign__title {
    font-size: 40px;
    line-height: 60px; /* 150% */
    letter-spacing: 6px;
    margin-left: 90px;
    margin-right: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.campaign__title::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #8B6C3A;
  top: 0;
  left: 0;
  content: "";
}
.campaign__title::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #8B6C3A;
  bottom: 0;
  left: 0;
  content: "";
}

.campaign__img {
  margin-bottom: 16px;
  text-align: right;
  margin-right: 20px;
}
@media screen and (min-width: 1025px) {
  .campaign__img {
    margin-right: 225px;
    margin-bottom: 34px;
  }
}
.campaign__img img {
  width: 124px;
  height: 38px;
}
@media screen and (min-width: 1025px) {
  .campaign__img img {
    width: 236px;
    height: 73px;
  }
}

.campaign__main__contents {
  margin-left: auto;
  margin-right: auto;
  max-width: 230px;
}
@media screen and (min-width: 1025px) {
  .campaign__main__contents {
    max-width: 600px;
  }
}

.campaign__course {
  line-height: 24px; /* 150% */
  letter-spacing: 2.4px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .campaign__course {
    font-size: 28px;
    line-height: 28px; /* 100% */
    letter-spacing: 4.2px;
    margin-bottom: 36px;
  }
}

.campaign__contents {
  display: flex;
  gap: 12px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 26px;
}
@media screen and (min-width: 1025px) {
  .campaign__contents {
    gap: 70px;
    margin-bottom: 16px;
  }
}

.campaign_price {
  display: flex;
  flex-direction: column;
}
.campaign_price span {
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 1025px) {
  .campaign_price span {
    margin-bottom: 20px;
    letter-spacing: 1.2px;
  }
}
.campaign_price p {
  font-size: 24px;
  line-height: 36px;
}
@media screen and (min-width: 1025px) {
  .campaign_price p {
    font-size: 40px;
    line-height: 40px;
  }
}

.campaign__accent img {
  width: 24px;
  height: 25px;
}
@media screen and (min-width: 1025px) {
  .campaign__accent img {
    width: 50px;
    height: 51px;
  }
}

.campaign__zero {
  display: flex;
  flex-direction: row;
  color: #8B6C3A;
  align-items: baseline;
}
.campaign__zero span {
  font-size: 40px;
  letter-spacing: -19px;
}
@media screen and (min-width: 1025px) {
  .campaign__zero span {
    font-size: 72px;
    letter-spacing: -34.2px;
  }
}
.campaign__zero p {
  font-size: 72px;
  letter-spacing: -8.28px;
}
@media screen and (min-width: 1025px) {
  .campaign__zero p {
    font-size: 160px;
    letter-spacing: -18.4px;
  }
}

.campaign_period {
  display: inline-block;
  padding: 5px 6px;
  border: 1px solid #393327;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .campaign_period {
    padding: 9px 15px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .campaign__pc {
    display: flex;
    flex-direction: row;
    gap: 36px;
    align-items: center;
    margin-bottom: 52px;
  }
}

.campaign__date {
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .campaign__date {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}

.campaign__btn-container {
  text-align: center;
}

.campaign__btn {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  line-height: 21px; /* 131.25% */
  letter-spacing: 0.8px;
  border-radius: 2px;
  background: linear-gradient(266deg, #8B6C3A 23.24%, #B19464 55.28%, #8B6C3A 85.32%, #8B6C3A 85.32%);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  padding: 20px 33px;
}
@media screen and (min-width: 1025px) {
  .campaign__btn {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px; /* 100% */
    letter-spacing: 5.6px;
    padding: 27px 82px 25px 68px;
  }
}
.campaign__btn:hover {
  opacity: 0.7;
}

.flow {
  background: #FAFAFA;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media screen and (min-width: 1025px) {
  .flow {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.flow__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .flow__inner {
    max-width: 1060px;
    margin: 0 auto;
  }
}

.flow__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1025px) {
  .flow__items {
    flex-direction: row;
  }
}

@media screen and (min-width: 1025px) {
  .flow__item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flow__item {
    margin-left: auto;
    margin-right: auto;
  }
}

.flow__number {
  color: #8B6C3A;
  font-size: 16px;
  line-height: 16px; /* 100% */
  letter-spacing: 1.6px;
  margin-bottom: 16px;
}

.flow__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px; /* 150% */
  letter-spacing: 0.9px;
  margin-bottom: 8px;
}

.qa {
  padding-top: 56px;
  padding-bottom: 56px;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .qa {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.qa__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .qa__inner {
    max-width: 1060px;
    margin: 0 auto;
  }
}

.qa__items {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1025px) {
  .qa__items {
    gap: 80px;
  }
}

.qa__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  padding-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .qa__item {
    gap: 36px;
    padding-bottom: 40px;
  }
}
.qa__item::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #E8E8E8;
  content: "";
  bottom: 0;
  left: 0;
}

.qa__item--q {
  font-weight: 600;
  padding-left: 29px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .qa__item--q {
    padding-left: 41px;
  }
}
.qa__item--q::before {
  position: absolute;
  content: "Q";
  color: #8B6C3A;
  width: 16px;
  height: 20px;
  top: 0;
  left: 0;
  font-family: "Lora", serif;
}

.qa__item__a {
  padding-left: 27px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .qa__item__a {
    padding-left: 39px;
  }
}
.qa__item__a::before {
  position: absolute;
  content: "A";
  color: #393327;
  width: 13px;
  height: 20px;
  top: 0;
  left: 0;
  font-family: "Lora", serif;
}

.access {
  margin-bottom: 56px;
  background: #fff;
}

.access__mv {
  margin-bottom: 56px;
}

.access__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 55px;
}
@media screen and (min-width: 1025px) {
  .access__contents {
    flex-direction: row;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 96px;
  }
}

.access__inner {
  padding-left: 20px;
  padding-right: 20px;
}

.access__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px; /* 150% */
  letter-spacing: 1.8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .access__title {
    font-size: 24px;
    line-height: 24px; /* 100% */
    letter-spacing: 2.4px;
    margin-bottom: 16px;
  }
}

.access__subtitle {
  font-size: 14px;
  line-height: 21px; /* 150% */
  letter-spacing: 0.28px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .access__subtitle {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: 1.6px;
    margin-bottom: 40px;
  }
}

.access__address {
  margin-bottom: 12px;
}
@media screen and (min-width: 1025px) {
  .access__address {
    margin-bottom: 32px;
  }
}

.access_text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1025px) {
  .access_text {
    gap: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .access__map {
    width: 520px;
    height: 389px;
  }
}

.access__inner_1 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .access__inner_1 {
    max-width: 1060px;
    margin: 0 auto;
  }
}

.footer {
  padding-top: 32px;
  padding-bottom: 28px;
  background: #FAFAFA;
}
@media screen and (min-width: 1025px) {
  .footer {
    padding-top: 48px;
    padding-bottom: 40px;
  }
}
.footer p {
  font-size: 12px;
  line-height: 18px; /* 150% */
  letter-spacing: 0.24px;
  margin-bottom: 40px;
}

.footer__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .footer__inner {
    max-width: 1060px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .footer__contents {
    display: flex;
    flex-direction: row;
  }
}

.footer__logo {
  text-align: center;
  margin-bottom: 32px;
}
.footer__logo img {
  width: 76px;
  height: 55px;
}
@media screen and (min-width: 1025px) {
  .footer__logo img {
    width: 130px;
    height: 94px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__logo {
    margin-right: auto;
  }
}

.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1025px) {
  .footer__menu {
    flex-direction: row;
  }
}

.footer__menu__item {
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: 1.6px;
}
.footer__menu__item:hover {
  color: #8B6C3A;
}

@media screen and (min-width: 1025px) {
  .footer__menu__item:nth-of-type(1) {
    display: none;
  }
}

.footer__sns {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .footer__sns {
    margin-right: 0;
  }
}
.footer__sns a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1025px) {
  .footer__text {
    display: flex;
    flex-direction: row;
  }
}

.footer__sns__item img {
  width: 40px;
  height: 40px;
}

.copyright {
  font-size: 12px;
  line-height: 18px; /* 150% */
  letter-spacing: 1.2px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .copyright {
    margin-left: auto;
  }
}

.parallax {
  height: 100%;
}

/* 背景画像 */
.parallax::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(/img/campaign__bg.png);
  background-position: center;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}