@charset "UTF-8";
.mb-xs {
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .mb-xs {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-xs {
    margin-bottom: 30px;
  }
}

.mb-sm {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .mb-sm {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-sm {
    margin-bottom: 60px;
  }
}

.mb-md {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .mb-md {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-md {
    margin-bottom: 100px;
  }
}

.mb-lr {
  margin-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .mb-lr {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-lr {
    margin-bottom: 180px;
  }
}

.pd-sm {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .pd-sm {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pd-sm {
    padding: 60px 0;
  }
}

.pd-md {
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .pd-md {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pd-md {
    padding: 100px 0;
  }
}

.c-container {
  width: 100%;
  padding: 0 6vw;
}
@media screen and (min-width: 1280px) {
  .c-container {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-container {
    padding: 0;
    max-width: 1280px;
    margin: 0 auto;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
}

img,
video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  display: block;
  max-width: 100%;
}

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

ul,
ol {
  list-style: none;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
}

.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}

.scrolldown {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 42px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  z-index: 4000;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}
.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}
.scrolldown::after {
  height: 20px;
  animation: sdl 2s ease infinite;
}
@media (min-width: 960px) {
  .scrolldown {
    right: 20px;
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}
@keyframes sdl {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(40px);
  }
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
.h1-title {
  position: absolute;
  opacity: 0;
}

body {
  color: #3d2f2c;
  font-family: "Shippori Mincho", "Georgia", "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  font-size: clamp(1.3rem, 1.2rem + 0.3vw, 1.6rem);
  font-weight: 400;
  line-height: 2.4;
  background-color: #efece8;
}

.font {
  font-family: "Bodoni Moda", serif;
}

body.hidden {
  overflow: hidden;
}

.superwrapper,
#main-wrapper {
  overflow: hidden;
}

.p-title {
  text-align: center;
}
.p-title .en {
  display: block;
  text-transform: capitalize;
  font-size: 0.85em;
  color: #d9cfc0;
  font-weight: 600;
  margin-bottom: 15px;
}
.p-title .ja {
  font-size: 0.9em;
  font-weight: 600;
  color: #7f7972;
}
@media screen and (min-width: 768px) {
  .p-title .ja {
    font-size: 1.05em;
  }
}
@media screen and (min-width: 1024px) {
  .p-title .ja {
    font-size: 1.1em;
  }
}

.more-btn {
  position: relative;
  text-align: center;
}
.more-btn__link {
  background-color: #aaa49b;
  border: 1px solid #aaa49b;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 9999px;
  z-index: 1;
}
.more-btn__link .text {
  position: relative;
  font-size: 1.1em;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.12em;
  display: inline-block;
  padding-right: 50px;
}
.more-btn__link .text::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.more-btn__link .text::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(30deg);
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span.bg {
  transform: scaleX(1);
  transform-origin: left;
}
.more-btn__link.slide-bg:hover span.text {
  color: #aca79d;
}
.more-btn__link.slide-bg:hover span.text::before, .more-btn__link.slide-bg:hover span.text::after {
  background-color: #aca79d;
}
@media screen and (min-width: 1024px) {
  .more-btn__link {
    padding: 15px 50px;
  }
  .more-btn__link .text {
    font-size: 1.15em;
    padding-right: 50px;
  }
}

.access-btn {
  margin-top: 10px;
}
.access-btn a {
  color: #aaa49b;
  display: inline-block;
  padding-left: 24px;
  border-bottom: 1px solid #aaa49b;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .access-btn a:hover {
    opacity: 0.7;
  }
}
.access-btn a {
  position: relative;
}
.access-btn a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/common/pin_v2.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.text-link {
  text-transform: capitalize;
  font-size: 1.1em;
}
.text-link a {
  display: inline-block;
  border-bottom: 1px solid #aca79d;
  padding: 0 10px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .text-link a:hover {
    opacity: 0.7;
  }
}
.text-link span {
  padding-right: 50px;
  position: relative;
}
.text-link span::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #aca79d;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.text-link span::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #aca79d;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(30deg);
}

.top-view {
  position: relative;
}
.top-view .hero {
  position: relative;
}
.top-view .hero .swiper-slide {
  height: 100vh;
  min-height: 500px;
  position: relative;
}
.top-view .hero .swiper-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(61, 47, 44, 0.5019607843), rgba(61, 47, 44, 0.2), rgba(61, 47, 44, 0.5019607843));
}
.top-view .hero__text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0 5vw 10vw;
  color: #fff;
}
.top-view .hero__text h2 {
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  font-weight: 500;
}
.top-view .hero__text h3 {
  font-size: 1.1em;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top-view .hero .view-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .top-view .hero .view-sp {
    display: none;
  }
  .top-view .hero__text {
    padding: 0 6vw 7vw;
  }
  .top-view .hero__text .line-btn-item {
    height: 60px;
    width: 280px;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1024px) {
  .top-view .hero .swiper-slide {
    min-height: 650px;
  }
  .top-view .hero__text {
    padding: 0 6vw 7vw;
  }
  .top-view .hero__text h2 {
    font-size: 2.2em;
    margin-bottom: 20px;
  }
  .top-view .hero__text h3 {
    font-size: 1.5em;
    margin-bottom: 50px;
  }
  .top-view .hero__text .line-btn-item {
    height: 70px;
    width: 360px;
    font-size: 1.4em;
  }
  .top-view .hero__text .line-btn-item span {
    padding-left: 22px;
  }
  .top-view .hero__text .line-btn-item span::before {
    width: 32px;
    height: 32px;
    left: -22px;
  }
}
@media screen and (min-width: 1280px) {
  .top-view .hero .swiper-slide {
    min-height: 750px;
  }
  .top-view .hero__text {
    padding: 0 6vw 7vw;
  }
  .top-view .hero__text h2 {
    font-size: 2.8em;
    margin-bottom: 20px;
  }
  .top-view .hero__text h3 {
    font-size: 1.8em;
    margin-bottom: 50px;
  }
  .top-view .hero__text .line-btn-item {
    height: 80px;
    width: 440px;
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1500px) {
  .top-view .hero .swiper-slide {
    min-height: 800px;
  }
}

.c-topview {
  padding: 110px 0 30px;
  border-bottom: 1px solid #e4e0da;
}
.c-topview__title .en {
  text-transform: capitalize;
  color: #aca79d;
}
.c-topview__title .ja {
  font-size: 1.5em;
  letter-spacing: 0.15em;
  color: #7f7972;
}
@media screen and (min-width: 768px) {
  .c-topview__title .ja {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 1024px) {
  .c-topview {
    padding: 180px 0 50px;
  }
  .c-topview__title .en {
    font-size: 1.1em;
  }
  .c-topview__title .ja {
    font-size: 2em;
  }
}

.p-concept {
  scroll-margin: 64px;
  border-bottom: 1px solid #e4e0da;
}
.p-concept__desc {
  display: grid;
  gap: 30px;
}
.p-concept__desc b {
  font-weight: 500;
  font-size: 1.1em;
}
.p-concept .Desc {
  margin-bottom: 30px;
}
.p-concept .Desc p {
  margin-bottom: 30px;
}
.p-concept .List dl {
  display: flex;
  margin-bottom: 8px;
}
.p-concept .Img-top {
  margin-left: -6vw;
}
.p-concept .Img-top img {
  border-radius: 0 20px 20px 0;
  max-width: 500px;
}
.p-concept .Img-bottom {
  margin-right: -6vw;
}
.p-concept .Img-bottom img {
  border-radius: 20px 0 0 20px;
  aspect-ratio: 4/5;
  width: 70%;
  margin-left: auto;
  -o-object-position: left center;
     object-position: left center;
}
@media screen and (min-width: 768px) {
  .p-concept .p-title .onlySP {
    display: none;
  }
  .p-concept__desc {
    position: relative;
  }
  .p-concept .Img-bottom {
    position: absolute;
    margin-right: 0;
    bottom: -40px;
    right: -6vw;
    z-index: -1;
    opacity: 0.5;
  }
  .p-concept .Img-bottom img {
    width: 55%;
  }
}
@media screen and (min-width: 1024px) {
  .p-concept {
    scroll-margin: 120px;
  }
  .p-concept__desc .Wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .p-concept__desc .Wrap .Img-top {
    flex-basis: 48%;
  }
  .p-concept__desc .Wrap .Img-top img {
    max-width: none;
  }
  .p-concept__desc .Wrap .Desc {
    flex-basis: calc(48% + 6vw);
  }
  .p-concept .Img-bottom {
    bottom: -40px;
    right: -6vw;
  }
  .p-concept .Img-bottom img {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .p-concept__desc {
    gap: 50px;
  }
  .p-concept__desc .Wrap .Img-top {
    margin-left: -8vw;
  }
  .p-concept__desc .Wrap .Desc {
    flex-basis: calc(48% + 8vw);
    margin-bottom: 50px;
  }
  .p-concept .Img-bottom {
    bottom: -40px;
    right: -8vw;
  }
}
@media screen and (min-width: 1500px) {
  .p-concept__desc .Wrap .Img-top {
    margin-left: 0;
  }
  .p-concept__desc .Wrap .Desc {
    flex-basis: 48%;
  }
  .p-concept .Img-bottom {
    bottom: 0;
    right: 0;
  }
  .p-concept .Img-bottom img {
    width: 48%;
  }
}

.p-str {
  scroll-margin: 64px;
  background-color: #e4e0da;
}
.p-str__table {
  overflow: scroll;
  margin-right: -6vw;
}
.p-str__table table {
  width: 680px;
  background-color: rgba(255, 255, 255, 0.5019607843);
  margin-right: 6vw;
}
.p-str__table table th,
.p-str__table table td {
  border: 1px solid #ccc;
  padding: 12px;
}
.p-str__table table tr:nth-child(2n) {
  background-color: rgba(239, 236, 232, 0.5);
}
.p-str__table table th {
  text-align: left;
  font-weight: 400;
  line-height: 1.7;
  white-space: nowrap;
}
.p-str__table table th small {
  display: block;
}
.p-str__table table td {
  font-size: 0.9em;
}
.p-str__table table td:nth-child(2) {
  white-space: nowrap;
}
.p-str__table table td strong {
  font-weight: 500;
  font-size: 1.2em;
  display: inline-block;
  margin-right: 5px;
}
.p-str__list {
  display: grid;
  gap: 20px;
}
.p-str__list__item {
  color: #fff;
  position: relative;
  border-radius: 10px;
}
.p-str__list__item:nth-child(3) .bg img {
  -o-object-position: 70% 50%;
     object-position: 70% 50%;
}
.p-str__list__item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  z-index: -1;
}
.p-str__list__item .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.p-str__list__item a {
  display: block;
  padding: 40px 20px;
}
.p-str__list__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  border-radius: 10px;
  z-index: 2;
  transition: all 0.3s;
}
.p-str__list__item .view {
  margin-top: 15px;
  font-size: 1.2em;
  font-weight: 600;
  text-align: right;
  text-transform: capitalize;
  position: relative;
  z-index: 10;
}
.p-str__list__item .view span {
  display: inline-block;
  padding-right: 50px;
  position: relative;
}
.p-str__list__item .view span::before, .p-str__list__item .view span::after {
  content: "";
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 10px;
  margin: auto;
  transition: right 0.3s ease;
}
.p-str__list__item .view span::before {
  top: 0;
  width: 30px;
}
.p-str__list__item .view span::after {
  top: -5px;
  width: 10px;
  transform: rotate(30deg);
}
.p-str__list__item {
  transition: all 0.5s ease;
}
@media (hover: hover) {
  .p-str__list__item:hover::before {
    opacity: 0.2;
  }
  .p-str__list__item:hover .bg img {
    transform: scale(1.08);
  }
  .p-str__list__item:hover .view span::before, .p-str__list__item:hover .view span::after {
    right: 0;
  }
}
.p-str__desc {
  position: relative;
  z-index: 10;
}
.p-str__desc h2 {
  text-align: center;
  font-size: 2em;
}
.p-str__desc h3 {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 2;
}
.p-str__desc h3 small {
  display: block;
  font-size: 0.95em;
}
@media screen and (min-width: 768px) {
  .p-str__table {
    overflow: hidden;
    margin-right: 0;
  }
  .p-str__table table {
    width: 100%;
    margin-right: 0;
  }
  .p-str__list {
    gap: 24px;
  }
  .p-str__list__item a {
    padding: 50px 40px;
  }
  .p-str__desc .Tit {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
  }
  .p-str__desc .Tit h2 {
    line-height: 1;
    font-size: 2.8em;
  }
  .p-str__desc .Tit h3 {
    font-size: 1.25em;
    text-align: left;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-str {
    scroll-margin: 120px;
  }
  .p-str__table table th,
  .p-str__table table td {
    padding: 18px;
  }
  .p-str__table table th {
    font-size: 1.2em;
  }
  .p-str__table table td {
    font-size: 1em;
  }
  .p-str__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .p-str__list__item a {
    padding: 50px 30px 100px;
  }
  .p-str__list__item .view {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-str__list {
    gap: 30px;
  }
  .p-str__list__item a {
    padding: 50px 50px 100px;
  }
}

.p-worry {
  position: relative;
  background: url(../images/albam/worry.webp) no-repeat center bottom/cover;
}
.p-worry::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3d2f2c;
  opacity: 0.2;
}
.p-worry__tit {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 1.4em;
  font-weight: 500;
  color: #fff;
}
.p-worry__list {
  position: relative;
  z-index: 10;
  background-color: rgba(239, 236, 232, 0.8);
  padding: 50px 6vw;
  margin: 0 -3vw;
  border-radius: 15px;
  display: grid;
  gap: 15px;
}
.p-worry__list__item {
  color: #565656;
  padding-left: 30px;
  position: relative;
}
.p-worry__list__item::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/common/check_v2.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  margin: auto;
  transform: rotate(-15deg);
}
@media screen and (min-width: 768px) {
  .p-worry__tit {
    font-size: 1.7em;
    letter-spacing: 0.15em;
  }
  .p-worry__list {
    margin: 0;
    padding: 70px 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-worry__tit {
    text-align: left;
    color: #565656;
    padding: 50px 0 0 70px;
  }
  .p-worry__wrap {
    position: relative;
  }
  .p-worry__wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(239, 236, 232, 0.8);
    position: absolute;
    top: 0;
    left: -6vw;
    border-radius: 0 5vw 5vw 0;
  }
  .p-worry__list {
    background-color: transparent;
    padding: 0 0 70px 70px;
  }
  .p-worry__list__item {
    padding-left: 40px;
  }
  .p-worry__list__item::before {
    content: "";
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .p-worry__wrap::before {
    left: -8vw;
  }
}
@media screen and (min-width: 1500px) {
  .p-worry__wrap::before {
    left: 0;
    border-radius: 70px;
  }
  .p-worry__tit {
    padding: 80px 0 0 120px;
  }
  .p-worry__list {
    padding: 0 0 100px 120px;
  }
}

.p-point {
  scroll-margin: 64px;
  border-bottom: 1px solid #e4e0da;
}
.p-point__img {
  aspect-ratio: 4/5;
  margin-bottom: 30px;
}
.p-point__img img {
  border-radius: 10px;
}
.p-point__desc .num {
  font-size: 0.9em;
  color: #aca79d;
  margin-bottom: 10px;
}
.p-point__desc h3 {
  font-size: 1.15em;
  margin-bottom: 20px;
  color: #7f7972;
}
.p-point__slider-wrap {
  position: relative;
}
.p-point__slider {
  overflow: hidden;
  padding-bottom: 60px;
}
.p-point__slider .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background: #d4c8c4;
  opacity: 1;
  margin: 0 4px;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.p-point__slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 38px;
  background: #aca79d;
}
.p-point .swiper-button-next,
.p-point .swiper-button-prev {
  --swiper-navigation-size: 38px;
  position: absolute;
  top: 30%;
  margin-top: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #aca79d;
  color: #aca79d;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-point .swiper-button-next:hover,
.p-point .swiper-button-prev:hover {
  background: #aca79d;
  color: #fff;
}
.p-point .swiper-button-next svg,
.p-point .swiper-button-prev svg {
  width: 14px;
  height: 14px;
}
.p-point .swiper-button-prev {
  left: -8px;
  right: auto;
}
.p-point .swiper-button-next {
  right: -8px;
  left: auto;
}
@media screen and (min-width: 768px) {
  .p-point__list__item {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .p-point__slider-wrap {
    padding: 0 20px;
  }
  .p-point__img {
    flex-basis: 50%;
    margin-bottom: 0;
    aspect-ratio: 5/4;
  }
  .p-point__desc {
    flex-basis: 50%;
  }
  .p-point__desc h3 {
    font-size: 1.1em;
  }
  .p-point__desc p {
    font-size: 0.9em;
  }
  .p-point .swiper-button-next,
  .p-point .swiper-button-prev {
    top: 50%;
  }
  .p-point .swiper-button-prev {
    left: -22px;
  }
  .p-point .swiper-button-next {
    right: -22px;
  }
}
@media screen and (min-width: 1024px) {
  .p-point__slider-wrap {
    padding: 0 50px;
  }
  .p-point__slider {
    padding-bottom: 80px;
  }
  .p-point__slider .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 6px;
  }
  .p-point__slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 50px;
  }
  .p-point__list__item {
    gap: 50px;
  }
  .p-point__desc h3 {
    font-size: 1.25em;
  }
  .p-point__desc p {
    font-size: 1em;
  }
}
@media screen and (min-width: 1280px) {
  .p-point__slider-wrap {
    padding: 0 70px;
  }
}

.p-trial {
  scroll-margin: 64px;
  background: url(../images/albam/trial.webp) no-repeat center/cover;
  text-align: center;
  position: relative;
}
.p-trial::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #3d2f2c;
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0.4;
}
.p-trial .p-title .en {
  color: #d9cfc0;
}
.p-trial .p-title .ja {
  color: #fff;
}
.p-trial__badge {
  display: inline-block;
  background-color: #d9cfc0;
  color: #7f7972;
  font-size: 0.95em;
  letter-spacing: 0.15em;
  padding: 6px 22px;
  border-radius: 9999px;
  margin-bottom: 20px;
}
.p-trial__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.p-trial__panel__item {
  width: 100%;
  max-width: 320px;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 6vw;
  box-shadow: 0 0 15px rgba(61, 47, 44, 0.15);
}
.p-trial__panel__item h3 {
  font-size: 1.1em;
  color: #7f7972;
  margin-bottom: 10px;
}
.p-trial__panel__or {
  font-style: italic;
  color: #d9cfc0;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}
.p-trial__price {
  color: #7f7972;
}
.p-trial__price strong {
  font-size: 2em;
  line-height: 1.5;
  font-weight: 600;
  color: #837a6d;
  margin-right: 6px;
}
.p-trial__price span {
  font-size: 1.1em;
}
.p-trial__note {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85em;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-trial__panel {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
  .p-trial__panel__item {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-trial {
    scroll-margin: 120px;
  }
  .p-trial__panel__item {
    padding: 30px 50px;
  }
}

.p-price__desc {
  text-align: center;
}
.p-price__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
}
.p-price__list__item {
  width: 100%;
  max-width: 320px;
  background-color: #fff;
  padding: 30px 6vw;
  border-radius: 15px;
  border-left: 5px solid #aaa49b;
  box-shadow: 0 0 10px rgba(140, 110, 92, 0.2);
}
.p-price__list__item h3 {
  font-size: 1.15em;
  color: #7f7972;
}
.p-price__list__item h4 {
  font-size: 1.2em;
  color: #d4c8c4;
}
.p-price__list__item h4 strong {
  font-size: 1.8em;
  line-height: 1.5;
  color: #7f7972;
  font-weight: 600;
  display: inline-block;
  margin-right: 15px;
}
.p-price__list__item p {
  color: #7f7972;
}
@media screen and (min-width: 768px) {
  .p-price__desc br {
    display: none;
  }
  .p-price__list__item {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-price__list__item {
    max-width: 380px;
    padding: 30px 60px;
  }
}
.p-trainer {
  scroll-margin: 64px;
  background-color: #e4e0da;
}
.p-trainer__img {
  text-align: center;
  margin-bottom: 20px;
}
.p-trainer__img img {
  width: 80%;
  max-width: 350px;
  aspect-ratio: 1/1;
  display: inline-block;
  border-radius: 20px;
}
.p-trainer__desc {
  display: grid;
  gap: 20px;
}
.p-trainer__desc .name {
  text-align: center;
  font-weight: 600;
  font-size: 1.3em;
  margin-bottom: 10px;
}
.p-trainer__desc .name .en {
  display: inline-block;
  color: #aca79d;
  font-style: italic;
  font-weight: 400;
  margin-left: 15px;
  font-size: 0.85em;
}
@media screen and (min-width: 1024px) {
  .p-trainer {
    scroll-margin: 120px;
  }
  .p-trainer__wrap {
    display: flex;
    align-items: center;
    gap: 70px;
  }
  .p-trainer__img {
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .p-trainer__img img {
    width: 100%;
    max-width: 420px;
  }
  .p-trainer__desc {
    gap: 15px;
  }
  .p-trainer__desc .name {
    text-align: left;
    font-size: 1.6em;
  }
}
.p-flow {
  scroll-margin: 64px;
  border-bottom: 1px solid #e4e0da;
}
.p-flow__list {
  display: grid;
  gap: 70px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.p-flow__list__item {
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-radius: 15px 15px 0 0;
  padding: 20px;
  text-align: center;
  position: relative;
}
.p-flow__list__item::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom right, transparent 49.5%, rgba(255, 255, 255, 0.5019607843) 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, transparent 49.5%, rgba(255, 255, 255, 0.5019607843) 50%) right/50% 100% no-repeat;
  transform: rotate(180deg);
}
.p-flow__list__item:last-child {
  border-radius: 15px;
  padding: 20px 20px 35px;
}
.p-flow__list__item:last-child::before {
  display: none;
}
.p-flow__list__item .step {
  font-size: 0.9em;
  color: #d4c8c4;
  margin-bottom: 10px;
}
.p-flow__list__item h3 {
  font-size: 1.1em;
  line-height: 1.7;
  text-align: center;
  color: #aaa49b;
  font-weight: 600;
  margin-bottom: 20px;
}
.p-flow__list__item p {
  font-size: 0.9em;
  color: #7f7972;
}
.p-flow__list__item a {
  color: #837a6d;
  text-decoration: underline;
}
.p-flow__pick {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.p-flow__pick__up {
  width: 100%;
  max-width: 360px;
  border: 1px solid #d4c8c4;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px 30px;
  border-radius: 10px;
}
.p-flow__pick__up h4 {
  color: #7f7972;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.p-flow__pick__up dl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e4e0da;
}
.p-flow__pick__up.caution {
  max-width: 800px;
}
.p-flow__pick__up a {
  color: #837a6d;
}
.p-flow__title {
  font-size: 1.3em;
  color: #7f7972;
  text-align: center;
  position: relative;
}
.p-flow__title::before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #aca79d;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__list__item {
    padding: 40px 0;
  }
  .p-flow__list__item:last-child {
    padding: 40px 0px 65px;
  }
  .p-flow__list__item p br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-flow {
    scroll-margin: 120px;
  }
  .p-flow__list__item h3 {
    margin-bottom: 30px;
  }
  .p-flow__pick {
    gap: 4%;
    max-width: 900px;
    margin: 0 auto;
  }
  .p-flow__pick__up {
    width: 48%;
    max-width: none;
    padding: 30px 45px;
  }
  .p-flow__pick__up h4 {
    font-size: 1.2em;
    margin-bottom: 15px;
  }
  .p-flow__pick__up.caution {
    width: 100%;
  }
  .p-flow__flex {
    display: flex;
    gap: 4%;
  }
  .p-flow__wrap {
    flex-basis: 48%;
  }
}

.p-question {
  scroll-margin: 64px;
  border-bottom: 1px solid #e4e0da;
}
.p-question .faq__item {
  margin-bottom: 20px;
}
.p-question .faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  border-bottom: 1px solid #d4c8c4;
  font-size: 0.95em;
}
.p-question .faq dt::before {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  content: "Q";
  color: #aca79d;
  font-size: 20px;
  padding: 10px;
}
.p-question .faq dt span {
  margin-left: 8vw;
  margin-right: 8vw;
  display: block;
  position: relative;
  padding: 20px 10px;
}
.p-question .faq dt .i_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3vw;
  width: 20px;
  height: 20px;
}
.p-question .faq dt .i_box::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #3d2f2c;
  border-right: 1px solid #3d2f2c;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transition: transform 0.3s ease;
}
.p-question .faq dd {
  position: relative;
}
.p-question .faq dd::before {
  content: "A";
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  font-size: 22px;
  color: #aaa49b;
}
.p-question .faq dd .m-description-article {
  font-size: 0.95em;
  display: block;
  line-height: 2;
  margin-left: 8vw;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .p-question .faq dt span {
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .p-question .faq dd .m-description-article {
    margin-left: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-question {
    scroll-margin: 120px;
  }
  .p-question .faq {
    max-width: 800px;
    margin: 0 auto;
  }
  .p-question .faq dt {
    font-size: 1.05em;
  }
  .p-question .faq dt span {
    margin-left: 4vw;
    margin-right: 4vw;
    padding: 25px 10px;
  }
  .p-question .faq dt::before {
    top: 43%;
    font-size: 26px;
  }
  .p-question .faq dt .i_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3vw;
    width: 20px;
    height: 20px;
  }
  .p-question .faq dt .i_box::before {
    width: 10px;
    height: 10px;
  }
  .p-question .faq dd::before {
    top: 15px;
    font-size: 26px;
  }
  .p-question .faq dd .m-description-article {
    font-size: 1.05em;
    padding: 30px 10px;
    margin-left: 4vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-question .faq {
    max-width: 1000px;
  }
}

.p-access {
  scroll-margin: 64px;
  background-color: #f6f6f6;
}
.p-access__list {
  display: grid;
  gap: 50px;
}
.p-access__list__item .Map {
  aspect-ratio: 3/2;
  margin-bottom: 20px;
}
.p-access__list__item .Desc h3 {
  font-size: 1.3em;
  font-weight: 600;
  color: #7f7972;
}
.p-access__list__item .Desc dl {
  margin-top: 10px;
  display: flex;
}
.p-access__list__item .Desc dl dt {
  flex-shrink: 0;
}
.p-access__list__item .Desc dl > div {
  flex: 1;
}
.p-access__list__item .Desc .onlyPC {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-access__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .p-access__list__item .Desc dl {
    height: 5em;
  }
}
@media screen and (min-width: 1024px) {
  .p-access {
    scroll-margin: 120px;
  }
  .p-access__list {
    gap: 50px;
  }
  .p-access__list__item .Desc .onlyPC {
    display: block;
  }
}

.p-instagram__box {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .p-instagram__box {
    max-width: 800px;
  }
}
@media screen and (min-width: 1280px) {
  .p-instagram__box {
    max-width: 1000px;
  }
}

.p-cta {
  background: url(../images/albam/contact.webp) no-repeat center/cover;
  position: relative;
  color: #fff;
}
.p-cta::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #5a5a5a;
  opacity: 0.4;
}
.p-cta .p-title .en,
.p-cta .p-title .ja {
  color: #fff;
}
.p-cta__link {
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-cta .p-title .ja br {
    display: none;
  }
  .p-cta__desc {
    text-align: center;
  }
  .p-cta__link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 6vw;
    max-width: 800px;
    margin: 0 auto;
    gap: 30px;
  }
  .p-cta__link .line-btn-item {
    width: 100%;
    height: 60px;
    font-size: calc(1em + 0.3vw);
  }
}
@media screen and (min-width: 1024px) {
  .p-cta {
    background-attachment: fixed;
  }
  .p-cta__link .line-btn-item span {
    padding-left: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .p-cta__link {
    padding: 0;
  }
  .p-cta__link .line-btn-item {
    height: 80px;
    font-size: 1.4em;
  }
  .p-cta__link .line-btn-item span {
    padding-left: 24px;
  }
  .p-cta__link .line-btn-item span::before {
    width: 32px;
    height: 32px;
    left: -24px;
  }
}

.p-footer {
  background-color: #aaa49b;
}
.p-footer .copyright {
  text-align: center;
  font-size: 0.9em;
  color: #fff;
  padding: 15px 0;
}

.p-news__list {
  display: grid;
  gap: 40px;
}
.p-news__link {
  display: block;
}
.p-news__thumb {
  aspect-ratio: 3/2;
  margin-bottom: 20px;
}
.p-news__thumb--no-image {
  border: 1px solid #d4c8c4;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news__thumb--no-image img {
  height: 60% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-news-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.p-news-wrap .cate-item {
  color: #fff;
  background-color: #aca79d;
  border-radius: 9999px;
  padding: 8px 15px;
  font-size: 0.9em;
  line-height: 1;
}
.p-news__date {
  color: #888;
  margin-right: 20px;
  font-size: 0.9em;
}
.p-news__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-news__empty {
  text-align: center;
  padding: 2em 0;
  color: #888;
}
.p-news .category-list h4 {
  text-transform: capitalize;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 15px;
}
.p-news .category-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.p-news .category-list ul li {
  padding: 3px 20px;
  border-radius: 9999px;
  font-size: 0.9em;
  background-color: #f4f4f4;
  border: 1px solid #d4c8c4;
  color: #7f7972;
  position: relative;
}
.p-news .category-list ul li.current-cat {
  background-color: #aca79d;
  border: 1px solid #aca79d;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-news__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-news .category-list h4 {
    margin-bottom: 20px;
  }
}
.c-news-sl__tit h3 {
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.c-news-sl__date {
  color: #888;
  font-size: 0.9em;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl .text-link {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .c-news-sl__contents {
    padding: 7vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media screen and (min-width: 1280px) {
  .c-news-sl__tit h3 {
    font-size: 1.5em;
  }
  .c-news-sl__contents {
    padding: 50px 0;
  }
}

/* ==========================================================================
   ページネーション
   ========================================================================== */
.pagination {
  margin: clamp(40px, 8vw, 80px) 0;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(2px, 1vw, 10px);
  list-style: none;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(36px, 5vw, 48px);
  height: clamp(36px, 5vw, 48px);
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  color: #3d2f2c;
  transition: color 0.2s ease;
}
.pagination a.page-numbers.current,
.pagination span.page-numbers.current {
  color: #aca79d;
  border-bottom: 1px solid #aca79d;
}
.pagination a.page-numbers.dots,
.pagination span.page-numbers.dots {
  cursor: default;
}
.pagination a.page-numbers.prev, .pagination a.page-numbers.next,
.pagination span.page-numbers.prev,
.pagination span.page-numbers.next {
  color: #3d2f2c;
}
.pagination a.page-numbers.prev::before, .pagination a.page-numbers.next::before,
.pagination span.page-numbers.prev::before,
.pagination span.page-numbers.next::before {
  content: "";
  display: block;
  width: clamp(6px, 1vw, 9px);
  height: clamp(6px, 1vw, 9px);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
.pagination a.page-numbers.prev::before,
.pagination span.page-numbers.prev::before {
  transform: rotate(-135deg) translate(-1px, 1px);
}
.pagination a.page-numbers.next::before,
.pagination span.page-numbers.next::before {
  transform: rotate(45deg) translate(-1px, 1px);
}
.pagination a.page-numbers:not(.current) {
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .pagination a.page-numbers:not(.current):hover {
    color: #aca79d;
  }
}

.wp-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wp-categories ul li a {
  color: #fff;
  background-color: #aca79d;
  padding: 2px 12px;
  font-size: 0.9em;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .wp-categories ul li a:hover {
    opacity: 0.7;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
}
.breadcrumb li {
  color: #d4c8c4;
  padding-right: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
.breadcrumb li a {
  color: #aca79d;
  border-bottom: 1px solid #aca79d;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .breadcrumb li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumb li:last-child {
    max-width: none;
  }
}

.c-price #trial,
.c-price #item01,
.c-price #item02,
.c-price #item03,
.c-price #item04 {
  scroll-margin: 100px;
}
.c-price__list {
  display: grid;
  gap: 50px;
}
.c-price__list__item h3 {
  padding-left: 15px;
  border-left: 3px solid #aaa49b;
  font-size: 1.2em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #7f7972;
}
.c-price__list__item h3 small {
  display: block;
}
.c-price__list__item .Price {
  background-color: #e4e0da;
  padding: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.c-price__list__item .Price dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-price__list__item .Price dl dd strong {
  font-size: 1.5em;
  font-weight: 600;
  color: #7f7972;
  display: inline-block;
  margin-right: 5px;
}
.c-price__list__item .Table {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.c-price__list__item .Table table {
  width: 100%;
}
.c-price__list__item .Table table tr {
  border-bottom: 1px solid #e4e0da;
}
.c-price__list__item .Table table th,
.c-price__list__item .Table table td {
  text-align: center;
  font-size: 0.9em;
  padding: 8px 0;
}
.c-price__list__item .Table table thead {
  background-color: #aca79d;
  color: #fff;
  font-weight: 500;
}
.c-price__list__item .Table table thead th:nth-child(1) {
  width: 50%;
}
.c-price__list__item .Table table thead th:nth-child(2), .c-price__list__item .Table table thead th:nth-child(3) {
  width: 25%;
}
.c-price__list__item .Table table tbody {
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 1.9;
}
.c-price__list__item .Table table tbody td:nth-child(2), .c-price__list__item .Table table tbody td:nth-child(3) {
  font-size: 0.8em;
  line-height: 1.7;
}
.c-price__list__item .Table.Table2 table {
  width: 100%;
}
.c-price__list__item .Table.Table2 table thead {
  background-color: #aca79d;
  color: #fff;
  font-weight: 500;
}
.c-price__list__item .Table.Table2 table thead th:nth-child(1), .c-price__list__item .Table.Table2 table thead th:nth-child(2), .c-price__list__item .Table.Table2 table thead th:nth-child(3) {
  width: 33.33%;
}
.c-price__list__item .Table.Table2 table thead th:nth-child(2) {
  background-color: #7f7972;
}
.c-price__list__item .Table.Table2 table tbody td strong {
  font-size: 1.1em;
  font-weight: 500;
}
.c-price__list__item .Table.Table2 table tbody td:nth-child(2) {
  background-color: #e4e0da;
}
.c-price__list__item .Box {
  margin-top: 30px;
  background-color: #e4e0da;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .c-price__list__item .Box {
    text-align: center;
  }
}
.c-price__list__item .caution {
  margin-top: 15px;
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  .c-price__list__item .caution {
    text-align: center;
  }
}
.c-price__list__item .List {
  display: grid;
  gap: 20px;
}
.c-price__list__item .List__item {
  border: 1px solid #d4c8c4;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}
.c-price__list__item .List__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e4e0da;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
  border-radius: 8px;
}
.c-price__list__item .List__item p {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-price__list__item h3 small {
    display: inline-block;
    margin-left: 8px;
  }
  .c-price__list__item .List {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-price__list__item .List__item {
    display: flex;
    align-items: center;
    height: 100px;
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .c-price #trial,
  .c-price #item01,
  .c-price #item02,
  .c-price #item03,
  .c-price #item04 {
    scroll-margin: 180px;
  }
  .c-price__list__item h3 {
    padding-left: 30px;
    border-left: 5px solid #aaa49b;
    font-size: 1.6em;
    margin-bottom: 30px;
  }
  .c-price__list__item .Wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c-price__list__item .Price {
    flex-basis: 38%;
    margin: 0;
    max-width: none;
    padding: 30px;
  }
  .c-price__list__item .Price dl dd strong {
    font-size: 1.8em;
    margin-right: 8px;
  }
  .c-price__list__item#trial > .Price {
    flex-basis: auto;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-price__list__item .Table {
    flex-basis: 58%;
    margin: 0;
    max-width: none;
  }
  .c-price__list__item .Table table th,
  .c-price__list__item .Table table td {
    padding: 12px 0;
  }
  .c-price__list__item .Table.Table2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-price__list__item .Box {
    margin-top: 50px;
    padding: 30px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-price__list__item .caution {
    margin-top: 30px;
  }
  .c-price__list__item .List {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-price__list__item .List__item {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .c-price__list__item dl {
    font-size: 1.1em;
  }
  .c-price__list__item .Table table th,
  .c-price__list__item .Table table td {
    font-size: 1em;
  }
}
.c-lesson {
  background-color: #f6f6f6;
}
.c-lesson__list {
  display: grid;
  gap: 30px;
}
.c-lesson__list__item {
  background-color: #fff;
  border-radius: 10px;
}
.c-lesson__list__item .Img {
  aspect-ratio: 16/9;
}
.c-lesson__list__item .Img img {
  border-radius: 10px 10px 0 0;
}
.c-lesson__list__item .Desc {
  padding: 20px;
}
.c-lesson__list__item .Desc h3 {
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 12px;
  font-weight: 500;
  color: #aca79d;
}
@media screen and (min-width: 768px) {
  .c-lesson__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .c-lesson__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
}
.p-header {
  width: 100%;
}
.p-header .logo__img {
  display: inline-block;
  margin: 0 10px 0 10px;
}
.p-header .logo__img a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-header .logo__img a:hover {
    opacity: 0.7;
  }
}
.p-header .logo {
  height: 56px;
  width: 100%;
}
.p-header .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
}
.p-header #sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: opacity 0.6s ease, transform 0.6s ease, filter 0.6s ease;
  opacity: 0;
  transform: translateY(16px);
  filter: blur(6px);
  pointer-events: none;
}
.p-header #sp-navbtn.is-scrolled {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .p-header #sp-navbtn {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .p-header .pc-container {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none !important;
  }
}
.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: transparent;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-container .mobile-button {
  position: relative;
  margin-right: 22px;
}
.mobile-container .mobile-button .header-cta {
  display: none;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 25px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  transition: background-color ease 0.3s, transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
.mobile-container .logo {
  filter: brightness(0) invert(1);
  transition: filter 0.3s;
}
.mobile-container.is-scrolled, body.hidden .mobile-container {
  background-color: rgba(228, 224, 218, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.mobile-container.is-scrolled .mobile-menu__btn > span, body.hidden .mobile-container .mobile-menu__btn > span {
  background-color: #7f7972;
}
.mobile-container.is-scrolled .logo, body.hidden .mobile-container .logo {
  filter: none;
}
@media screen and (min-width: 768px) {
  .mobile-container .mobile-button {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .mobile-container .mobile-button .header-cta {
    display: flex;
  }
}

.pc-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 8000;
  transition: all 0.3s;
}
.pc-container .pc-nav {
  margin-right: 2vw;
  display: flex;
  align-items: center;
}
.pc-container .pc-nav-list {
  display: flex;
  align-items: center;
}
.pc-container .pc-nav-item {
  font-size: 0.9em;
  font-weight: 600;
  color: #fff;
  margin-right: 2.2vw;
  transition: all 0.3s;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .pc-container .pc-nav-item:hover {
    transform: translateY(-3px);
    opacity: 0.6;
  }
}
@media screen and (min-width: 1280px) {
  .pc-container .pc-nav-item {
    font-size: 1.1em;
  }
}
.pc-container .logo__img {
  margin: 0 20px 0 25px;
}
.pc-container .logo {
  height: 95px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s;
}
.pc-container.is-scrolled {
  background-color: rgba(228, 224, 218, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.pc-container.is-scrolled .pc-nav-item {
  color: #7f7972;
}
.pc-container.is-scrolled .logo {
  filter: none;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.8941176471);
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mobile-menu__nav::-webkit-scrollbar {
  display: none;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding: 90px 5vw 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6vw;
}
.mobile-menu__item {
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: 500;
  color: #7f7972;
  padding: 8px 0;
  text-align: center;
  position: relative;
}
.mobile-menu__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(315deg, #e4e0da, #efece8);
  border-radius: 5px;
  position: absolute;
  top: calc(50% + 1vw);
  left: 1vw;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .mobile-menu__list {
    padding: 110px 8vw 80px;
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw;
  }
  .mobile-menu__item::before {
    top: calc(50% + 0.6vw);
    left: 0.6vw;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  opacity: 1;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.menu-open .mobile-menu__btn > span {
  background-color: #7f7972 !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(7px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-7px) rotate(-135deg);
}

.line-btn {
  text-align: center;
}
.line-btn-item {
  height: 14vw;
  max-height: 70px;
  width: 80%;
  max-width: 520px;
  background-color: #aaa49b;
  border: 1px solid #fff;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: calc(1em + 0.6vw);
  color: #fff;
  letter-spacing: 0.12em;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .line-btn-item:hover {
    opacity: 0.7;
  }
}
.line-btn-item span {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
.line-btn-item span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/common/line-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  margin: auto;
}
.line-btn.lesson .line-btn-item {
  background-color: #fff;
  color: #aaa49b;
}
.line-btn.lesson .line-btn-item span::before {
  background-image: url(../images/common/calendar_v3.svg);
}
@media screen and (min-width: 768px) {
  .line-btn-item {
    height: 50px;
    max-height: none;
    width: 220px;
    max-width: none;
    margin: 0;
    font-size: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .line-btn-item span {
    padding-left: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .line-btn-item {
    width: 240px;
  }
  .line-btn-item span {
    padding-left: 13px;
  }
}
.sp-cta {
  display: flex;
  width: 100%;
}
.sp-cta__item {
  flex: 1;
}
.sp-cta__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 16vw;
  padding: 5px 0;
  max-height: 76px;
  background-color: #aaa49b;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .sp-cta__item a:hover {
    opacity: 0.7;
  }
}
.sp-cta__item .icon {
  width: 22px;
  height: 22px;
  background: url(../images/common/line-wh.svg) no-repeat center/contain;
}
.sp-cta__item .text {
  font-size: 0.75em;
  line-height: 1;
}
.sp-cta__item--reserve .icon {
  background-image: url(../images/common/calendar.svg);
}
.sp-cta.header-cta {
  width: auto;
  gap: 8px;
}
.sp-cta.header-cta .sp-cta__item {
  flex: none;
}
.sp-cta.header-cta .sp-cta__item a {
  flex-direction: row;
  height: 40px;
  padding: 0 14px;
  gap: 6px;
}
.sp-cta.header-cta .icon {
  width: 16px;
  height: 16px;
}
.sp-cta.header-cta .text {
  font-size: 0.7em;
}

.panel {
  display: none;
}

.tab-cate {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.tab-cate .tab {
  padding: 8px 0;
  border: 1px solid #d4c8c4;
  font-weight: bold;
  color: #d4c8c4;
  font-size: 0.9em;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .tab-cate .tab {
    font-size: 1.1em;
  }
}

.tab.is-active {
  color: #fff;
  transition: all 0.2s ease-out;
  background-color: #aca79d;
  border: 1px solid #aca79d;
}

.panel.is-show {
  display: block;
}

.appear.up .item {
  transform: translateY(10px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(10px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 1.2s ease-out;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 1.8s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 3s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 4.2s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 5.4s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 6.6s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 7.2s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 7.8s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 8.4s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 9s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 9.6s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 10.2s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 10.8s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 11.4s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 12.6s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 13.2s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 13.8s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 14.4s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 15s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 15.6s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 16.2s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 16.8s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 17.4s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 18s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 18.6s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 19.2s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 19.8s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 20.4s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 21s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 21.6s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 22.2s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 22.8s;
}

.blur-in .item {
  transition: opacity 1.4s ease-out, transform 1.4s ease-out, filter 1.4s ease-out;
  opacity: 0;
  transform: translateY(16px);
  filter: blur(6px);
  pointer-events: none;
}
.blur-in.inview .item {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  pointer-events: auto;
}
.blur-in.inview .item:nth-child(1) {
  transition-delay: 0s;
}
.blur-in.inview .item:nth-child(2) {
  transition-delay: 0.25s;
}
.blur-in.inview .item:nth-child(3) {
  transition-delay: 0.5s;
}
.blur-in.inview .item:nth-child(4) {
  transition-delay: 0.75s;
}
.blur-in.inview .item:nth-child(5) {
  transition-delay: 1s;
}
.blur-in.inview .item:nth-child(6) {
  transition-delay: 1.25s;
}
.blur-in.inview .item:nth-child(7) {
  transition-delay: 1.5s;
}
.blur-in.inview .item:nth-child(8) {
  transition-delay: 1.75s;
}
.blur-in.inview .item:nth-child(9) {
  transition-delay: 2s;
}
.blur-in.inview .item:nth-child(10) {
  transition-delay: 2.25s;
}
.blur-in.inview .item:nth-child(11) {
  transition-delay: 2.5s;
}
.blur-in.inview .item:nth-child(12) {
  transition-delay: 2.75s;
}
.blur-in.inview .item:nth-child(13) {
  transition-delay: 3s;
}
.blur-in.inview .item:nth-child(14) {
  transition-delay: 3.25s;
}
.blur-in.inview .item:nth-child(15) {
  transition-delay: 3.5s;
}
.blur-in.inview .item:nth-child(16) {
  transition-delay: 3.75s;
}
.blur-in.inview .item:nth-child(17) {
  transition-delay: 4s;
}
.blur-in.inview .item:nth-child(18) {
  transition-delay: 4.25s;
}
.blur-in.inview .item:nth-child(19) {
  transition-delay: 4.5s;
}
.blur-in.inview .item:nth-child(20) {
  transition-delay: 4.75s;
}
.blur-in.inview .item:nth-child(21) {
  transition-delay: 5s;
}
.blur-in.inview .item:nth-child(22) {
  transition-delay: 5.25s;
}
.blur-in.inview .item:nth-child(23) {
  transition-delay: 5.5s;
}
.blur-in.inview .item:nth-child(24) {
  transition-delay: 5.75s;
}
.blur-in.inview .item:nth-child(25) {
  transition-delay: 6s;
}
.blur-in.inview .item:nth-child(26) {
  transition-delay: 6.25s;
}
.blur-in.inview .item:nth-child(27) {
  transition-delay: 6.5s;
}
.blur-in.inview .item:nth-child(28) {
  transition-delay: 6.75s;
}
.blur-in.inview .item:nth-child(29) {
  transition-delay: 7s;
}
.blur-in.inview .item:nth-child(30) {
  transition-delay: 7.25s;
}
.blur-in.inview .item:nth-child(31) {
  transition-delay: 7.5s;
}
.blur-in.inview .item:nth-child(32) {
  transition-delay: 7.75s;
}
.blur-in.inview .item:nth-child(33) {
  transition-delay: 8s;
}
.blur-in.inview .item:nth-child(34) {
  transition-delay: 8.25s;
}
.blur-in.inview .item:nth-child(35) {
  transition-delay: 8.5s;
}
.blur-in.inview .item:nth-child(36) {
  transition-delay: 8.75s;
}
.blur-in.inview .item:nth-child(37) {
  transition-delay: 9s;
}
.blur-in.inview .item:nth-child(38) {
  transition-delay: 9.25s;
}
.blur-in.inview .item:nth-child(39) {
  transition-delay: 9.5s;
}

.p-question .faq dt.ac-title.is-active .i_box::before {
  transform: translateX(-50%) translateY(-50%) rotate(315deg);
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */