@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  text-decoration: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

ul, ol, li {
  list-style-type: none;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*画像*/
img {
  width: 100%;
  height: auto;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/*アンカー*/
a {
  outline: none;
  text-decoration: none;
}

a img {
  outline: none;
  border: 0;
}

:focus {
  outline: 0;
}

/*フォーム*/
input,
textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-width: 0;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

/*iOS用にスタイルをリセット*/
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/******************************************************************************
*
* カラー変数
*
******************************************************************************/
/******************************************************************************
*
* フォント設定
*
******************************************************************************/
/******************************************************************************
*
* レイアウト・余白設定
*
******************************************************************************/
/******************************************************************************
*
* z-index 管理
*
******************************************************************************/
/******************************************************************************
*
* レスポンシブ設定
*
******************************************************************************/
/******************************************************************************
*
* フォントサイズ + 行間 設定
*
******************************************************************************/
h1 {
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 44px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  h1 {
    font-size: 48px;
    line-height: 1.4;
  }
}

h2 {
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  h2 {
    font-size: 40px;
    line-height: 1.4;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 34px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  h3 {
    font-size: 38px;
    line-height: 1.4;
  }
}

h4 {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  h4 {
    font-size: 34px;
    line-height: 1.4;
  }
}

h5 {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  h5 {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  h5 {
    font-size: 20px;
    line-height: 1.6;
  }
}

h6 {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  h6 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  h6 {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  h6 {
    font-size: 22px;
    line-height: 1.6;
  }
}

p {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  p {
    font-size: 16px;
    line-height: 1.8;
  }
}

a {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  a {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  a {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  a {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  a {
    font-size: 16px;
    line-height: 1.6;
  }
}

div {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  div {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  div {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  div {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  div {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  div {
    font-size: 16px;
    line-height: 1.6;
  }
}

/******************************************************************************
*
* 画像の表示切替
*
******************************************************************************/
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pc-only {
    display: block;
  }
}

.md-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-only {
    display: block;
  }
}

.lg-only {
  display: none;
}
@media screen and (min-width: 992px) {
  .lg-only {
    display: block;
  }
}

/******************************************************************************
*
* ベーススタイル（要素初期化・共通設定）
*
******************************************************************************/
html {
  font-size: 16px;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.14em;
  color: #333333;
  background-color: #FAF7F2;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4;
  color: #333333;
}

p {
  line-height: 1.8;
}

a {
  color: #B38A6A;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover, a:focus {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  font-family: inherit;
  cursor: pointer;
  background: none;
  border: none;
  appearance: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: 100%;
  border-radius: 0;
  outline: none;
}

iframe {
  max-width: 100%;
  border: none;
  display: block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/******************************************************************************
*
* コンテナ（レイアウトのベース幅・余白）
*
******************************************************************************/
.l-container {
  width: 90%;
  max-width: 1200px;
  padding-block: 60px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-block: 120px;
  }
}
.l-container-sm {
  width: 90%;
  padding-block: 20px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-container-sm {
    padding-block: 40px;
  }
}
.l-container-xl {
  width: 90%;
  max-width: 1440px;
  padding-block: 60px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-container-xl {
    padding-block: 120px;
  }
}

/******************************************************************************
*
* セクション間の余白
*
******************************************************************************/
.l-section {
  padding-block: 30px;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-block: 60px;
  }
}

/******************************************************************************
*
* 横並び用（flex）
*
******************************************************************************/
.l-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.l-flex.-center {
  justify-content: center;
  align-items: center;
}
.l-flex.-between {
  justify-content: space-between;
}
.l-flex.-column {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-flex {
    flex-wrap: nowrap;
  }
}

/******************************************************************************
*
* header
*
******************************************************************************/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.site-header__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 1rem;
}
.site-header__logo {
  position: relative;
  z-index: 9998;
}
.site-header__logo img {
  display: block;
  width: 50px;
  height: auto;
}
.site-header__nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
  flex-direction: column;
  padding: 4rem 2rem;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
}
.site-header__nav.is-open {
  right: 0;
}
.site-header__toggle {
  display: block;
  z-index: 1000;
  background: #B38A6A;
  border: none;
  width: 60px;
  height: 60px;
  padding: 0.5rem;
  cursor: pointer;
}
.site-header__toggle-icon {
  display: block;
  width: 15px;
  height: 1.5px;
  background: #fff;
  margin: 4px auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.site-header__toggle.is-open .site-header__toggle-icon:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.site-header__toggle.is-open .site-header__toggle-icon:nth-child(2) {
  opacity: 0;
}
.site-header__toggle.is-open .site-header__toggle-icon:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.site-header__list {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.site-header__item {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 1rem;
}
.site-header__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #f2d6c9;
  left: 0;
  bottom: 0;
}
.site-header__item::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #B38A6A;
  border-right: solid 1px #B38A6A;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
}
.site-header__item a {
  color: #333333;
  font-family: "Zen Old Mincho", serif;
  transition: 0.3s;
  display: block;
  white-space: nowrap;
}
.site-header__item :hover {
  color: var(--accent-color);
  transition: 0.3s;
}
.site-header__item-demo {
  padding: 0.5rem 1rem;
  background: var(--accent-color);
  color: #fff;
  border-radius: 9999px;
  white-space: nowrap;
  font-weight: 600;
  margin: 1rem 0;
}
.site-header__item-demo a {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .site-header__logo img {
    width: 80px;
  }
  .site-header__nav {
    width: 20vw;
    padding: 6rem 2rem 0;
  }
  .site-header__toggle {
    width: 80px;
    height: 80px;
  }
  .site-header__toggle-icon {
    display: block;
    width: 30px;
    height: 1.5px;
    margin: 8px auto;
  }
  .site-header__toggle.is-open .site-header__toggle-icon:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .site-header__toggle.is-open .site-header__toggle-icon:nth-child(2) {
    opacity: 0;
  }
  .site-header__toggle.is-open .site-header__toggle-icon:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
}

.l-footer {
  text-align: center;
  padding-bottom: 80px;
}
.l-footer__copyright {
  font-size: 0.75em;
  font-family: "IvyOra Display", serif, cursive;
  color: #BB977B;
  opacity: 0.7;
}

.c-cta {
  text-align: center;
}
.c-cta__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  max-width: 768px;
}
@media screen and (min-width: 768px) {
  .c-cta__list {
    gap: 60px;
  }
}
.c-cta__item {
  margin: 0 auto;
  width: 80%;
}
.c-cta__btn {
  margin: 0 auto;
  width: 80%;
  max-width: 600px;
}

.fixed-cta {
  position: fixed;
  bottom: 1vh;
  z-index: 9999;
  left: 0;
  right: 0;
}
.fixed-cta__container {
  width: 100%;
}
.fixed-cta a {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .fixed-cta a {
    margin: 0 0 0 auto;
    padding-right: 1vw;
  }
}
.fixed-cta img {
  display: block;
}

/******************************************************************************
*
* セクション共通スタイル（タイトル・説明文など）
*
******************************************************************************/
.c-section {
  padding-block: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .c-section {
    padding-block: 60px 0 0 0;
  }
}
.c-section__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 60px;
}
@media screen and (min-width: 768px) {
  .c-section__inner {
    padding-inline: 120px;
  }
}
.c-section__head {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c-section__head {
    margin-bottom: 3rem;
  }
}
.c-section__wrapper {
  display: inline-block;
}
.c-section__title {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
  color: #333333;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .c-section__title {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .c-section__title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .c-section__title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .c-section__title {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .c-section__title {
    font-size: 40px;
    line-height: 1.4;
  }
}
.c-section__small {
  font-size: 14px;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-section__small {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .c-section__small {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .c-section__small {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .c-section__small {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .c-section__small {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .c-section__small {
    font-size: 16px;
    line-height: 1.8;
  }
}
.c-section__en {
  font-family: "IvyOra Display", serif, cursive;
  color: #f2d6c9;
}
.c-section__lead {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 1rem;
  color: #BB977B;
}
@media screen and (max-width: 767px) {
  .c-section__lead {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .c-section__lead {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .c-section__lead {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .c-section__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .c-section__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .c-section__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}

/******************************************************************************
*
* Utility（!importantなし、安全設計）
*
******************************************************************************/
/* テキスト配置 */
.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

/* 表示制御 */
.u-hidden {
  display: none;
}

.u-block {
  display: block;
}

.u-inline {
  display: inline;
}

.u-inline-block {
  display: inline-block;
}

/* フォントウェイト */
.u-fw-bold {
  font-weight: 700;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-regular {
  font-weight: 400;
}

/* マージンボトム */
.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-16 {
  margin-bottom: 1rem;
}

.u-mb-24 {
  margin-bottom: 1.5rem;
}

.u-mb-32 {
  margin-bottom: 2rem;
}

.u-mb-40 {
  margin-bottom: 2.5rem;
}

/* パディング */
.u-pt-40 {
  padding-top: 2.5rem;
}

.u-pb-40 {
  padding-bottom: 2.5rem;
}

/* 幅 */
.u-w-100 {
  width: 100%;
}

/* テキストカラー */
.u-color-main {
  color: #B38A6A;
}

.u-color-sub {
  color: #BB977B;
}

.u-color-accent {
  color: #F2994A;
}

/* 背景色 */
.u-bg-main {
  background-color: #B38A6A;
}

.u-bg-sub {
  background-color: #BB977B;
}

.u-bg-accent {
  background-color: #F2994A;
}

/* その他 */
.u-nowrap {
  white-space: nowrap;
}

.u-break-all {
  word-break: break-all;
}

/* ボーダー */
.u-border {
  position: relative;
}
.u-border::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  background: #B38A6A;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.u-border::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f2d6c9;
  left: 0;
  bottom: 0;
  z-index: 4;
}

.p-fv {
  position: relative;
  padding: 40px 0 0 0;
}
.p-fv__pic {
  width: 95%;
  margin: 0 auto;
  max-width: 960px;
}
.p-fv__pic picture,
.p-fv__pic img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-fv__pic {
    width: 50%;
    margin-bottom: 0;
  }
}
.p-fv__wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-fv__wrapper {
    right: 7vw;
    position: absolute;
    top: 200px;
    right: 3vw;
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .p-fv__wrapper {
    right: 5vw;
  }
}
@media screen and (min-width: 1600px) {
  .p-fv__wrapper {
    right: 10vw;
  }
}
@media screen and (min-width: 2500px) {
  .p-fv__wrapper {
    right: 20vw;
  }
}
.p-fv__ttl {
  font-size: 2.8rem;
  font-weight: 500;
  writing-mode: vertical-rl;
  color: #B38A6A;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-fv__ttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-fv__ttl {
    font-size: 2.8rem;
  }
}
.p-fv__lead {
  font-size: 14px;
  line-height: 1.8;
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic New", serif;
  color: #333333;
  margin-top: 1rem;
  line-height: 1.8;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-fv__lead {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__lead {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-fv__lead {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-fv__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-fv__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-fv__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-fv__acc {
  position: absolute;
  top: 0;
  left: 0;
  height: 90%;
  width: auto;
}
.p-fv__acc img {
  height: 100%;
}

.p-feature {
  background-image: url(../images/feature_bg.webp);
  background-size: cover;
}
.p-feature__num {
  font-family: "IvyOra Display", serif, cursive;
  color: #B38A6A;
  position: relative;
}
.p-feature__num::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  bottom: -5px;
  left: 0;
  background: #B38A6A;
}
.p-feature__list {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-feature__list {
    padding-top: 60px;
  }
}
.p-feature__item {
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-feature__item {
    padding-bottom: 80px;
  }
}
.p-feature__item:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-feature__item:last-child {
    padding-bottom: 0;
  }
}
.p-feature__detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
.p-feature .u-border::before, .p-feature .u-border::after {
  bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-feature .u-border::before, .p-feature .u-border::after {
    bottom: 40px;
  }
}

.p-beforeafter .c-section__title {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-beforeafter .c-section__title {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-beforeafter .c-section__title {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .p-beforeafter .c-section__title {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .p-beforeafter .c-section__title {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .p-beforeafter .c-section__title {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .p-beforeafter .c-section__title {
    font-size: 34px;
    line-height: 1.4;
  }
}
.p-beforeafter__title {
  width: 500px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-beforeafter__title {
    margin-top: 30px;
  }
}
.p-beforeafter__splide {
  margin-top: 2rem;
  max-width: 768px;
  margin: 0 auto;
}
.p-beforeafter__splide .splide__slide {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.p-beforeafter__splide .splide__slide .p-beforeafter__img {
  display: block;
  width: 100%;
  height: auto;
}
.p-beforeafter__splide .splide__slide .p-beforeafter__label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-family: "IvyOra Display", serif, cursive;
  font-size: 0.875rem;
  background: #B38A6A;
  color: #FFFFFF;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
}
.p-beforeafter__splide .splide__pagination {
  position: absolute;
  bottom: 30px; /* お好みで上下位置を調整 */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px; /* ドット間のスペース */
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-beforeafter__splide .splide__pagination {
    bottom: 50px;
  }
}
.p-beforeafter__splide .splide__pagination__page {
  width: 12px; /* アイコンのサイズに合わせて調整 */
  height: 12px;
  background: url("../images/pagination.svg") no-repeat center/contain;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
.p-beforeafter__splide .splide__pagination__page.is-active {
  opacity: 1;
  background-image: url("../images/pagination_active.svg");
}
@media screen and (min-width: 768px) {
  .p-beforeafter__splide .splide__pagination__page {
    width: 15px; /* アイコンのサイズに合わせて調整 */
    height: 15px;
  }
}
.p-beforeafter__swipe {
  width: 70px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .p-beforeafter__swipe {
    width: 100px;
    bottom: 20px;
  }
}

.p-results {
  background: #FAF9F9;
}
.p-results__step {
  margin: 0 auto;
  max-width: 600px;
}

.p-flow {
  background-color: #FFFFFF;
}
.p-flow__txt {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-flow__txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-flow__txt {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-flow__txt {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-flow__txt {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-flow__splide {
  position: relative;
  margin-bottom: 2rem;
}
.p-flow__splide .splide__slide {
  overflow: hidden;
}
.p-flow__splide .splide__slide .p-flow__img {
  display: block;
  width: 100%;
  height: auto;
}
.p-flow__splide .splide__pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px; /* ドット間のスペース */
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-flow__splide .splide__pagination {
    bottom: -60px;
  }
}
.p-flow__splide .splide__pagination__page {
  width: 12px; /* アイコンのサイズに合わせて調整 */
  height: 12px;
  background: #FFFFFF;
  border: 1px solid #B38A6A;
  border-radius: 9999px;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
.p-flow__splide .splide__pagination__page.is-active {
  opacity: 1;
  background: #B38A6A;
  border: 1px solid #B38A6A;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-flow__splide .splide__pagination__page {
    width: 15px; /* アイコンのサイズに合わせて調整 */
    height: 15px;
  }
}
.p-flow__swipe {
  width: 70px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .p-flow__swipe {
    width: 100px;
    bottom: -100px;
  }
}
.p-flow__msg {
  text-align: center;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .p-flow__msg {
    margin-top: 150px;
  }
}
.p-flow__msg .p-flow__line span {
  display: block;
  width: 2px;
  height: 0.5rem;
  background: #f2d6c9;
  margin: 0 auto;
}
.p-flow__msg .p-flow__line span + span {
  margin-top: 0.5rem;
}
.p-flow__msg .p-flow__line span:last-child {
  height: 3rem;
}
.p-flow__msg .p-flow__lead {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 2rem;
  color: #333333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-flow__msg .p-flow__lead {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__msg .p-flow__lead {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .p-flow__msg .p-flow__lead {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .p-flow__msg .p-flow__lead {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .p-flow__msg .p-flow__lead {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .p-flow__msg .p-flow__lead {
    font-size: 34px;
    line-height: 1.4;
  }
}

.p-menu__splide {
  position: relative;
}
.p-menu__splide .splide__slide {
  /* 各カードをセンター寄せ */
  display: flex;
  justify-content: center;
}
.p-menu__splide .p-menu__detail {
  background: #FFFFFF;
  text-align: center;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.p-menu__splide .p-menu__detail .p-menu__img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.p-menu__splide .p-menu__detail .p-menu__head {
  color: #B38A6A;
  margin-bottom: 0.25rem;
}
.p-menu__splide .p-menu__detail .p-menu__en {
  font-size: 0.75em;
  color: #f2d6c9;
  margin-bottom: 0.75rem;
}
.p-menu__splide .p-menu__detail .p-menu__txt {
  color: #333333;
  line-height: 1.8;
}
.p-menu__splide .splide__pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px; /* ドット間のスペース */
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-menu__splide .splide__pagination {
    bottom: -60px;
  }
}
.p-menu__splide .splide__pagination__page {
  width: 12px; /* アイコンのサイズに合わせて調整 */
  height: 12px;
  background: #FAF7F2;
  border: 1px solid #B38A6A;
  border-radius: 9999px;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
.p-menu__splide .splide__pagination__page.is-active {
  opacity: 1;
  background: #B38A6A;
  border: 1px solid #B38A6A;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-menu__splide .splide__pagination__page {
    width: 15px; /* アイコンのサイズに合わせて調整 */
    height: 15px;
  }
}
.p-menu__splide__swipe {
  width: 70px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .p-menu__splide__swipe {
    width: 100px;
    bottom: -100px;
  }
}

.p-plan__container {
  position: relative;
  background: url(../images/plan_bg.webp) no-repeat center top/contain;
  background-size: 170%;
  max-width: 1440px;
  padding-block: 60px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-plan__container {
    padding-block: 120px;
    background-size: 100%;
  }
}
.p-plan__container::before {
  position: absolute;
  content: "";
  background: url(../images/plan_acc.svg) no-repeat center top/contain;
  width: 70%;
  height: 10%;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-plan__container::before {
    width: 40%;
    top: 20px;
  }
}
.p-plan__contents {
  margin: 0 auto;
  max-width: 768px;
  width: 90%;
}
.p-plan__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border: 1px solid #f2d6c9;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .p-plan__list {
    gap: 60px;
    padding: 30px 0;
  }
}
.p-plan__item {
  position: relative;
}
.p-plan__item::before {
  content: "";
  position: absolute;
  background: #f2d6c9;
  width: 90%;
  height: 1px;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-plan__item::before {
    bottom: -30px;
  }
}
.p-plan__item:last-child::before {
  display: none;
}
.p-plan__attention {
  text-align: right;
  font-size: 0.75em;
}
@media screen and (min-width: 768px) {
  .p-plan__attention {
    font-size: 1em;
  }
}
.p-plan__txt {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-plan__txt {
    padding-top: 20px;
  }
}
.p-plan__option {
  position: relative;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-plan__option {
    padding-top: 120px;
  }
}
.p-plan__option::before {
  content: "+";
  position: absolute;
  font-size: 18px;
  line-height: 1.6;
  color: #B38A6A;
  font-weight: 600;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .p-plan__option::before {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p-plan__option::before {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p-plan__option::before {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .p-plan__option::before {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  .p-plan__option::before {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  .p-plan__option::before {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p-plan__option::before {
    top: 40px;
  }
}
.p-plan__other {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-plan__other {
    padding-top: 120px;
  }
}
.p-plan .u-border::after {
  top: 30px;
  bottom: inherit;
}
@media screen and (min-width: 768px) {
  .p-plan .u-border::after {
    top: 60px;
  }
}
.p-plan .u-border::before {
  top: 30px;
  bottom: inherit;
}
@media screen and (min-width: 768px) {
  .p-plan .u-border::before {
    top: 60px;
  }
}

.p-aboutus {
  background: #FFFFFF;
  /* アコーディオン（非表示時） */
  /* is-open 時 */
}
.p-aboutus__list {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-aboutus__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}
.p-aboutus__item {
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-aboutus__img img {
  display: block;
  width: 100%;
  height: auto;
}
.p-aboutus__info {
  padding: 1.5rem 1.5rem 0;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.p-aboutus__name {
  font-size: 20px;
  line-height: 1.4;
  color: #B38A6A;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-aboutus__name {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutus__name {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .p-aboutus__name {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .p-aboutus__name {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .p-aboutus__name {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .p-aboutus__name {
    font-size: 34px;
    line-height: 1.4;
  }
}
.p-aboutus__exp {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-aboutus__exp {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutus__exp {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-aboutus__exp {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-aboutus__exp {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-aboutus__exp {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-aboutus__exp {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-aboutus__meta, .p-aboutus__lead {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-aboutus__meta, .p-aboutus__lead {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutus__meta, .p-aboutus__lead {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-aboutus__meta, .p-aboutus__lead {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-aboutus__meta, .p-aboutus__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-aboutus__meta, .p-aboutus__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-aboutus__meta, .p-aboutus__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-aboutus__toggle {
  margin-top: auto;
  background: none;
  border: none;
  padding: 0;
  font-family: "IvyOra Display", serif, cursive;
  font-size: 14px;
  line-height: 1.8;
  color: #B38A6A;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-aboutus__toggle {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutus__toggle {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-aboutus__toggle {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-aboutus__toggle {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-aboutus__toggle {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-aboutus__toggle {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-aboutus__toggle::after {
  content: "＋";
  display: inline-block;
  margin-left: 0.5em;
  transition: transform 0.2s ease;
}
.p-aboutus__accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.p-aboutus__detail {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-aboutus__detail {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutus__detail {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-aboutus__detail {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-aboutus__detail {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-aboutus__detail {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-aboutus__detail {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-aboutus__item.is-open .p-aboutus__accordion {
  max-height: 600px;
}
.p-aboutus__item.is-open .p-aboutus__toggle::after {
  transform: rotate(45deg);
  content: "－";
}

.p-faq .l-container {
  max-width: 960px;
}
.p-faq__list {
  margin-top: 2rem;
}
.p-faq__item {
  border-bottom: 1px solid #f2d6c9;
}
.p-faq__item:last-child {
  border-bottom: none;
}
.p-faq__toggle {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-faq__toggle {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__toggle {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__toggle {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__toggle {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__toggle {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__toggle {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-faq__toggle .p-q__icon {
  font-size: 14px;
  line-height: 1.8;
  font-family: "IvyOra Display", serif, cursive;
  color: #B38A6A;
  margin-right: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__toggle .p-q__icon {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__toggle .p-q__icon {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__toggle .p-q__icon {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__toggle .p-q__icon {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__toggle .p-q__icon {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__toggle .p-q__icon {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-faq__toggle .p-faq__question-text {
  flex: 1;
  margin: 0;
  padding: 1rem 0;
  text-align: left;
}
.p-faq__toggle::after {
  content: "＋";
  display: inline-block;
  margin-left: 1rem;
  transition: transform 0.3s ease;
  color: #B38A6A;
}
.p-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  text-align: left;
  display: flex;
  align-items: flex-start;
}
.p-faq__answer .p-a__icon {
  font-size: 14px;
  line-height: 1.8;
  font-family: "IvyOra Display", serif, cursive;
  color: #B38A6A;
  flex-shrink: 0;
  margin: 0 0.75rem 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-faq__answer .p-a__icon {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__answer .p-a__icon {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__answer .p-a__icon {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__answer .p-a__icon {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__answer .p-a__icon {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__answer .p-a__icon {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-faq__answer p {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  line-height: 1.6;
  margin: 0 0 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-faq__answer p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__answer p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__answer p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__answer p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__answer p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__answer p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-faq__answer .p-faq__link {
  font-size: 14px;
  line-height: 1.8;
  color: #B38A6A;
  text-decoration: underline;
  margin-top: 0.5rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-faq__answer .p-faq__link {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__answer .p-faq__link {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__answer .p-faq__link {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__answer .p-faq__link {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__answer .p-faq__link {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__answer .p-faq__link {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-faq__item.is-open .p-faq__answer {
  max-height: 500px;
}
.p-faq__item.is-open .p-faq__toggle::after {
  transform: rotate(45deg);
  content: "－";
}

.p-news {
  background: #FFFFFF;
}
.p-news .l-container {
  max-width: 960px;
  box-sizing: border-box;
}
.p-news__box {
  margin-top: 2rem;
  width: 100%;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1rem;
  box-sizing: border-box;
  border: 1px solid #B38A6A;
  border-radius: 0.5rem;
  background: #FFFFFF;
  scrollbar-width: thin;
  scrollbar-color: #B38A6A #FAF9F9;
}
.p-news__box::-webkit-scrollbar {
  width: 8px;
}
.p-news__box::-webkit-scrollbar-thumb {
  background-color: #B38A6A;
  border-radius: 4px;
}
.p-news__box::-webkit-scrollbar-track {
  background-color: #FAF9F9;
  border-radius: 4px;
}
.p-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-news__item {
  display: flex;
  align-items: flex-start;
  padding: 0.75rem 0;
  border-bottom: 1px solid #DDD3CB;
}
.p-news__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-news__item {
    flex-direction: column;
  }
}
.p-news__item .p-news__date {
  font-size: 14px;
  line-height: 1.8;
  color: #BB977B;
  margin-right: 1rem;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-news__item .p-news__date {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-news__item .p-news__date {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-news__item .p-news__date {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-news__item .p-news__date {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-news__item .p-news__date {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-news__item .p-news__date {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .p-news__item .p-news__date {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.p-news__item .p-news__text {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  text-align: left;
  line-height: 1.6;
  margin: 0;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .p-news__item .p-news__text {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-news__item .p-news__text {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-news__item .p-news__text {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-news__item .p-news__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-news__item .p-news__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-news__item .p-news__text {
    font-size: 16px;
    line-height: 1.8;
  }
}

.p-access .l-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-access .l-section {
    flex-direction: row;
    gap: 60px;
  }
}
.p-access iframe {
  max-height: 300px;
}
.p-access__detail {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-access__logo, .p-access__cta {
  max-width: 300px;
}

/* --------------------------------------------
 * Animation Utility
 * フェード・スライド・拡大・波紋・スクロールアイコン等
 * ------------------------------------------ */
/* === 1. スケールバウンス === */
@keyframes a-scale-bounce {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.03);
  }
  40% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.02);
  }
  60% {
    transform: scale(0.93);
  }
  70% {
    transform: scale(1.01);
    opacity: 1;
  }
  80% {
    transform: scale(0.95);
  }
  90% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
.a-scale-bounce {
  animation: a-scale-bounce 1.8s linear infinite;
}

/* === 2. 上下アニメーション === */
@keyframes a-updown {
  0%, 50%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(5px);
  }
  80% {
    transform: translateY(-5px);
  }
}
.a-updown {
  animation: a-updown 1.2s linear infinite;
}

/* === 3. フェードイン（スクロール連動用） === */
.a-fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.5s ease;
}
.a-fade-in.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* === 4. 帯アニメーション（テキスト・画像共通） === */
.a-wipe-container {
  overflow: hidden;
  position: relative;
}
.a-wipe-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  transform: translateX(-101%);
  transition: transform 0.8s ease;
  z-index: 1;
}
.a-wipe-container.is-inview::before {
  transform: translateX(101%);
}
.a-wipe-container .a-wipe-text {
  opacity: 0;
  transition: opacity 0.8s ease 0.5s;
}
.a-wipe-container.is-inview .a-wipe-text {
  opacity: 1;
}

/* === 5. 波紋アニメーション === */
@keyframes a-ripple {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  80% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.a-ripple {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #666;
  box-shadow: 0 0 5px #666;
  animation: a-ripple 2s infinite;
  top: 0;
  left: 0;
}

/* === 6. スクロールアイコン（マウス型） === */
@keyframes a-scroll-dot {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translateY(12px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.a-scroll-icon {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.a-scroll-icon::before {
  content: "";
  width: 18px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50px;
  display: block;
  margin: 0 auto 8px;
}
.a-scroll-icon::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  animation: a-scroll-dot 2s infinite;
}