@charset "UTF-8";
body {
  width: 100%;
  background: #F9F8F6;
}
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
body body {
  background: #F9F8F6;
}
body p,
body a,
body span,
body li,
body details {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  color: #333333;
}

/* 下からふわっとフェードイン */
.fade-in {
  opacity: 0; /* 初期状態で非表示 */
  -webkit-animation: fadeInUp 1s ease-out forwards;
          animation: fadeInUp 1s ease-out forwards; /* 2秒間でフェードイン＆移動 */
}

/* 要素全体に適用するアニメーション */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0; /* 初期状態で透明 */
    -webkit-transform: translateY(50px);
            transform: translateY(50px); /* 下に50pxオフセット */
  }
  100% {
    opacity: 1; /* 最終的に表示 */
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 元の位置に移動 */
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0; /* 初期状態で透明 */
    -webkit-transform: translateY(50px);
            transform: translateY(50px); /* 下に50pxオフセット */
  }
  100% {
    opacity: 1; /* 最終的に表示 */
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 元の位置に移動 */
  }
}
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, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* ==============================
button
============================== */
.btn {
  background: #949E33;
  border-radius: 40px;
  font-family: "Yu Mincho", "Parisienne", serif;
  font-weight: 700;
  line-height: 1.6;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 9.5px 68px 9.5px 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn i {
  padding-right: 22.5px;
}
.btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn02 {
  background: #949E33;
  border-radius: 40px;
  font-family: "Yu Mincho", "Parisienne", serif;
  font-weight: 700;
  line-height: 1.625;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1.6px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 10px 43px 9px 44px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn02:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-button {
  background: #949E33;
  border-radius: 21px;
  font-family: "Yu Mincho", "Parisienne", serif;
  font-weight: 700;
  line-height: 1.625;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1.6px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 7.5px 39.5px;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn--insta {
  background: #949E33;
  border-radius: 40px;
  font-family: "Yu Mincho", "Parisienne", serif;
  font-weight: 700;
  line-height: 1.6;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 44px 12px 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn--insta i {
  padding-right: 12px;
}
.btn--insta:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* ==============================
title
============================== */
.mv__title {
  max-width: 693px;
  font-family: "Yu Mincho", "Parisienne", serif;
  font-weight: 300;
  line-height: 1.5;
  font-size: 64px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 36px;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

.section__title-common, .section__sub-title, .section__title {
  font-family: "Marcellus", "Parisienne", serif;
  font-weight: 400;
  line-height: 1.3333333333;
  font-size: 84px;
  color: #CA7F13;
  letter-spacing: 3.36px;
  position: relative;
}

.section__title-before-common, .section__sub-title::before, .section__title::before {
  content: attr(data-en);
  font-family: "annabelle-jf", "Parisienne", serif;
  font-weight: 400;
  color: rgba(202, 127, 19, 0.0784313725);
  position: absolute;
}

.section__title {
  letter-spacing: 3.36px;
}
.section__title::before {
  line-height: 1.4;
  font-size: 120px;
  letter-spacing: 0px;
  bottom: 0;
  left: 90px;
}
.section__title span:nth-of-type(1) {
  font-family: "Yu Mincho", "Parisienne", serif;
  font-weight: 400;
  color: #CA7F13;
  font-size: 14px;
  letter-spacing: 0.56px;
  display: block;
}

.section__sub-title {
  width: 346px;
}
.section__sub-title::before {
  line-height: 0.9333333333;
  font-size: 120px;
  letter-spacing: 0px;
  display: block;
  top: -24px;
  left: -14px;
  z-index: 1;
}

.footer__section-title {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer__section-title.reserve-title {
  width: 357px;
  margin: 0 auto;
}
.footer__section-title a {
  font-family: "Marcellus", "Parisienne", serif;
  font-weight: 400;
  line-height: 0.1944444444;
  font-size: 72px;
  color: #CA7F13;
  letter-spacing: 7.2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.footer__section-title a span {
  line-height: 0.875;
  font-size: 16px;
  color: #CA7F13;
  display: block;
  margin-top: 2.5em;
}
.footer__section-title a span.reserve {
  text-shadow: 4px 4px 10px #333333;
}
.footer__section-title:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.parallax-common, .page-title-group .parallax__content.concept__parallax, .page-title-group .parallax__content.reserve__parallax, .page-title-group .parallax__content.news__parallax {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
}

.page-title-group {
  width: 100%;
  background: #D4CEBE;
  margin: 173px 0 24px;
}
.page-title-group .page-title {
  font-family: "Marcellus", "Parisienne", serif;
  font-weight: 400;
  line-height: 0.175;
  font-size: 80px;
  letter-spacing: 8px;
  color: #CA7F13;
  text-align: center;
  padding: 122px 0 132px;
}
.page-title-group .parallax__content.news__parallax {
  background-image: url("./../img/news_top-pc.jpg");
}
.page-title-group .parallax__content.reserve__parallax {
  background-image: url("./../img/reserve_top-pc.jpg");
}
.page-title-group .parallax__content.concept__parallax {
  background-image: url("./../img/page-concept_top-pc.jpg");
}

.news-title-group .news-title {
  font-family: "Yu Mincho", "Parisienne", serif;
  font-weight: 400;
  line-height: 1;
  font-size: 24px;
  letter-spacing: 2.4px;
  color: #CA7F13;
  margin-bottom: 10px;
}
.news-title-group div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-title-group .news-single__categorie a,
.news-title-group .news-single__date {
  font-family: "Marcellus", "Parisienne", serif;
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  color: #CA7F13;
  letter-spacing: 1.4px;
  text-decoration: none;
}
.news-title-group .news-single__categorie a {
  margin: 0 14px 40px 0;
}

.aside__title {
  font-family: "Marcellus", "Parisienne", serif;
  font-weight: 400;
  line-height: 0.5833333333;
  font-size: 24px;
  letter-spacing: 2.4px;
  color: #CA7F13;
}

/* ==============================
header
============================== */
#header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50px;
  left: 0;
}

.header__logo {
  width: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  margin-left: 48px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__logo:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__logo .logo {
  width: 64px;
  height: 64px;
  margin-right: 8px;
}
.header__logo span {
  width: 184px;
  font-family: "Marcellus", "Parisienne", serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 28px;
  color: #54372D;
  letter-spacing: 5.6px;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 49px;
}
.header__nav .header__nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav .header__nav--list .header__nav--item {
  margin-right: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__nav .header__nav--list .header__nav--item:last-child {
  margin-right: 32px;
}
.header__nav .header__nav--list .header__nav--item:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__nav .header__nav--list .header__nav--item a {
  font-family: "Marcellus", "Parisienne", serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #54372D;
}
.header__nav .header__nav--list .header__nav--item a i {
  padding-right: 22.5px;
}

/* ==============================
main
============================== */
.section__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.parallax__content {
  width: 100%;
  max-width: 1440px;
  aspect-ratio: 2.4;
  background-image: url("./../assets/img/news_top-pc.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin-bottom: 24px;
}

.breadcrumbs {
  font-family: "Yu Gothic", "YuGothic", serif;
  font-weight: 400;
  line-height: 2;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #CA7F13;
  margin: 0 0 112px 36.5px;
  opacity: 0.8;
}
.breadcrumbs span {
  font-family: "Yu Gothic", "YuGothic", serif;
  font-weight: 400;
  line-height: 2;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #CA7F13;
  opacity: 0.8;
}
.breadcrumbs span:not(:first-child) {
  margin-left: 10px;
}
.breadcrumbs span:not(:last-child) {
  margin-right: 10px;
}
.breadcrumbs a {
  font-family: "Yu Gothic", "YuGothic", serif;
  font-weight: 400;
  line-height: 2;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #CA7F13;
  text-decoration: none;
  opacity: 0.8;
}

/* ==============================
mv
============================== */
#mv {
  position: relative;
  z-index: -2;
  content: "";
  width: 100%;
  height: 100vh;
  background: url("../../assets/img/fv_bg-pc.jpg") no-repeat center;
  background-size: cover;
}

/* ==============================
news
============================== */
#news {
  width: 100%;
  max-width: 1080px;
  padding: 170px 179.5px 202.5px 180.5px;
}

.news__inner {
  max-width: 1080.5px;
  margin: 0 auto;
}

.news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 56px;
}
.news__header a {
  position: absolute;
  top: 75px;
  right: 0;
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
}
.news__list a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news__list a:first-child dl:before {
  content: "";
  height: 150px;
  border-right: 1px solid #54372D;
  position: absolute;
  top: -16.5px;
  left: 0;
}
.news__list a dl:after {
  content: "";
  height: 150px;
  border-right: 1px solid #54372D;
  position: absolute;
  top: -16.5px;
  right: -19.5px;
}
.news__list a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news__list--item {
  width: 320px;
  position: relative;
}
.news__list--item:first-child {
  padding-left: 19.5px;
}
.news__list--item .time {
  font-family: "Yu Gothic", "YuGothic", serif;
  font-weight: 700;
  line-height: 1.5714285714;
  font-size: 14px;
  color: #54372D;
  letter-spacing: 1.4px;
  margin-bottom: 12px;
}
.news__list--item .title {
  font-family: "Yu Gothic", "YuGothic", serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 18px;
  color: #54372D;
  letter-spacing: 1.8px;
  margin-bottom: 15px;
}
.news__list--item .category {
  font-family: "Yu Gothic", "YuGothic", serif;
  font-weight: 700;
  line-height: 1.3571428571;
  font-size: 14px;
  color: #54372D;
  letter-spacing: 1.4px;
}

/* ==============================
archive-news
============================== */
.news-archive__area {
  max-width: 864px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 180px 121px;
}

.news-archive__list {
  width: 100%;
  max-width: 864px;
}

.news-archive__item {
  background: #D4CEBE;
  margin-bottom: 20px;
}
.news-archive__item:last-child {
  margin-bottom: 32px;
}
.news-archive__item a {
  display: block;
  text-decoration: none;
  padding: 26px 24px 25px 24px;
}
.news-archive__item a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.news-archive__item a div .news-archive__date {
  font-family: "Marcellus", "Parisienne", serif;
  font-weight: 400;
  line-height: 0.875;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #CA7F13;
  margin-right: 21px;
}
.news-archive__item a div .news-archive__title {
  font-family: "Yu Mincho", "Parisienne", serif;
  font-weight: 400;
  line-height: 0.875;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #CA7F13;
}
.news-archive__item a div .news-archive__categorie {
  font-family: "Yu Mincho", "Parisienne", serif;
  font-weight: 400;
  line-height: 0.4375;
  font-size: 32px;
  letter-spacing: 1.28px;
  color: rgba(84, 55, 45, 0.2);
  position: absolute;
  top: 0;
  right: 0;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
.pagination ul li {
  margin-right: 24px;
}
.pagination ul li:first-child {
  margin-right: 16px;
}
.pagination ul li span {
  font-family: "Marcellus", "Parisienne", serif;
  font-weight: 400;
  line-height: 0.4375;
  font-size: 32px;
  letter-spacing: 3.2px;
  color: #CA7F13;
}
.pagination ul li a {
  font-family: "Marcellus", "Parisienne", serif;
  font-weight: 400;
  line-height: 0.4375;
  font-size: 32px;
  letter-spacing: 3.2px;
  color: #CA7F13;
  text-decoration: none;
}
.pagination ul .fa-solid {
  font-size: 16px;
}

/* ==============================
single-news
============================== */
.eye-catch {
  margin-bottom: 32px;
}

.news__wrap {
  display: grid;
  grid-template: "main aside" 1031px/864px 113px;
}

#news__main {
  max-width: 691px;
  grid-area: main;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 86px 0 267px;
}
#news__main div:nth-of-type(1) {
  margin-bottom: 34px;
}
#news__main div .news__introduction {
  font-family: "Yu Gothic", "YuGothic", serif;
  font-weight: 400;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #333333;
}

.news__content--area:nth-of-type(2) {
  margin-bottom: 32px;
}
.news__content--area:nth-of-type(3) {
  margin-bottom: 36px;
}
.news__content--area .news__heading {
  font-family: "Yu Mincho", "Parisienne", serif;
  font-weight: 400;
  line-height: 1.7777777778;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #CA7F13;
}
.news__content--area .news__paragraph {
  font-family: "Yu Gothic", "YuGothic", serif;
  font-weight: 400;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #333333;
}

.aside__category--list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aside__category--list ul li {
  font-family: "Yu Gothic", "YuGothic", serif;
  font-weight: 400;
  line-height: 0.875;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #CA7F13;
}

.news__aside {
  grid-area: aside;
}

/* ==============================
concept
============================== */
/* front-page --------------- */
#concept {
  margin-bottom: 202px;
}

.concept__header {
  width: 100%;
  margin-bottom: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 80px;
}
.concept__header img {
  width: 100%;
  max-width: 865px;
  aspect-ratio: 1.2720588235;
}
.concept__header p {
  font-family: "Yu Mincho", "Parisienne", serif;
  font-weight: 400;
  line-height: 1.2857142857;
  font-size: 28px;
  letter-spacing: 1.8px;
  color: #CA7F13;
  position: absolute;
  margin-top: 25px;
}

.concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.concept__content img {
  width: 100%;
  max-width: 540px;
  aspect-ratio: 2.5714285714;
  margin-right: 60px;
}
.concept__content div {
  width: 600px;
}
.concept__content div p {
  max-width: 578px;
  font-family: "Yu Gothic", "YuGothic", serif;
  font-weight: 400;
  line-height: 2;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #54372D;
  padding-bottom: 24px;
}
.concept__content div a {
  width: 105px;
  font-family: "Yu Mincho", "Parisienne", serif;
  font-weight: 400;
  line-height: 1.1111111111;
  font-size: 18px;
  text-decoration: none;
  float: right;
  position: relative;
  border-bottom: 1px solid #54372D;
}
.concept__content div a::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #54372D;
  rotate: 30deg;
  position: absolute;
  right: -2px;
  bottom: 1px;
}

/* single-page ---------------- */
.concept__section-wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

/* single-page instagram ------ */
#instagram .section__title {
  position: relative;
  top: 0;
  left: -80px;
  margin-bottom: 60px;
}

.instagram__content {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 167px;
}

/* single-page concept -------- */
#profile .section__title {
  position: relative;
  top: 0;
  left: -60px;
  margin-bottom: 51px;
}
#profile img {
  margin-bottom: 60.5px;
}

/* grid-templaetで指定した名前を指定 */
.left {
  grid-area: left;
}

.center {
  grid-area: center;
}

.right {
  grid-area: right;
}

.profile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 114px;
}
.profile__content .profile__list {
  width: 429.5px;
  border-top: 1px solid #CA7F13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile__content .profile__list:nth-of-type(odd) {
  width: 429.5px;
}
.profile__content .profile__list:nth-of-type(even) {
  width: 650.5px;
}
.profile__content .profile__list.series {
  width: 100%;
}
.profile__content .profile__list dt {
  width: 113px;
  font-family: "Yu Mincho", "Parisienne", serif;
  font-weight: 700;
  line-height: 0.7777777778;
  font-size: 18px;
  color: #CA7F13;
  letter-spacing: 1.8px;
  margin: 22.5px 0 22.5px 13.5px;
}
.profile__content .profile__list dd {
  font-family: "Yu Gothic", "YuGothic", serif;
  font-weight: 400;
  line-height: 0.875;
  font-size: 16px;
  color: #333333;
  letter-spacing: 1.6px;
}

/* ==============================
feature
============================== */
#feature {
  background: #464646;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 41px 88px 59px;
}

.feature__inner {
  max-width: 1305px;
  margin: 0 auto;
}
.feature__inner h2 {
  top: 50px;
  left: 44.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature__content img {
  margin: 0 auto;
}

.feature__list {
  position: relative;
  width: 299px;
  height: 215px;
}

.feature__list li {
  color: #CA7F13;
  font-family: "Yu Mincho", "Parisienne", serif;
  font-weight: 400;
  line-height: 2;
  font-size: 18px;
  letter-spacing: 1.8px;
  position: absolute; /* 全てのテキストを同じ位置に重ねる */
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0; /* 非表示の状態 */
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; /* フェードイン・アウトのアニメーション */
}
.feature__list li span {
  font-family: "Yu Mincho", "Parisienne", serif;
  font-weight: 400;
  line-height: 2;
  font-size: 18px;
  color: #CA7F13;
  letter-spacing: 1.8px;
}
.feature__list li span:nth-of-type(1) {
  margin: 0 19px 0 8px;
}
.feature__list li span:nth-of-type(2) {
  margin: 0 14px 0 6px;
}
.feature__list li span:nth-of-type(3) {
  margin: 0 10px 0 0;
}

.text.is-active {
  opacity: 1; /* 表示状態 */
}

.feature__item {
  position: relative;
  width: 424px;
  height: 356px;
}

.feature__item ul {
  position: absolute; /* 全てのテキストを同じ位置に重ねる */
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0; /* 非表示の状態 */
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; /* フェードイン・アウトのアニメーション */
}
.feature__item ul li:nth-of-type(1) {
  font-family: "Marcellus", "Parisienne", serif;
  font-weight: 400;
  line-height: 1.3333333333;
  font-size: 18px;
  color: #CA7F13;
  letter-spacing: 1.8px;
  margin-bottom: 42px;
}
.feature__item ul li:nth-of-type(1)::after {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #CA7F13;
  display: block;
  position: relative;
  top: 23.5px;
  margin: 0 auto;
}
.feature__item ul li:nth-of-type(2) {
  font-family: "Yu Mincho", "Parisienne", serif;
  font-weight: 400;
  line-height: 2;
  font-size: 18px;
  color: #CA7F13;
  letter-spacing: 1.8px;
  margin-bottom: 53px;
}
.feature__item ul li:nth-of-type(3) {
  font-family: "Yu Gothic", "YuGothic", serif;
  font-weight: 400;
  line-height: 2;
  font-size: 18px;
  color: #CA7F13;
  letter-spacing: 1.8px;
  opacity: 0.8;
}

.text2.is-active {
  opacity: 1; /* 表示状態 */
}

/* ==============================
price-menu
============================== */
#price-menu {
  margin-bottom: 120px;
}

.price-menu__wrap {
  max-width: 800px;
  height: auto;
}

.price-menu__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 57px;
}

.price-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.price-menu__list li {
  width: 386px;
  height: 78px;
  border-right: 1px solid #CA7F13;
  border-bottom: 1px solid #CA7F13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.price-menu__list li:nth-of-type(even) {
  border-right: none;
}
.price-menu__list li:last-child {
  border-bottom: none;
}
.price-menu__list li:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.price-menu__list li a {
  width: 100%;
  height: 100%;
  color: #CA7F13;
  line-height: 0.2916666667;
  font-size: 48px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: last baseline;
      -ms-flex-align: last baseline;
          align-items: last baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 0 18px 12.5px;
}
.price-menu__list li span {
  color: #CA7F13;
  line-height: 1;
  font-size: 14px;
  margin-left: 18px;
}

/* ==============================
faq
============================== */
.faq__wrap {
  width: 100%;
  margin: 61px 0 120px;
}

.faq__details {
  max-width: 1080px;
  height: auto;
  background: #D4CEBE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
  margin: 0 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.faq__details:not(:last-child) {
  margin-bottom: 20px;
}
.faq__details:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq__q,
.faq__a {
  font-family: "Yu Mincho", "Parisienne", serif;
  font-weight: 400;
  color: #CA7F13;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.72px;
}
.faq__q::before,
.faq__a::before {
  content: attr(data-en);
  line-height: 0.5833333333;
  font-size: 24px;
  margin-right: 20px;
}

.faq__q {
  padding: 39px 20px 37px;
}
.faq__q::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #54372d;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: relative;
  top: 8px;
  float: right;
}

.faq__a {
  padding: 0 20px 37px;
}

.faq__q.active {
  margin-bottom: 24px;
}
.faq__q.active::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #54372d;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

/* ==============================
footer
============================== */
/* ------------------------------
reserve
------------------------------ */
#reserve {
  position: relative;
}

.reserve__wrap {
  background-color: #464646;
  opacity: 0.8;
}
.reserve__wrap img {
  width: 100%; /* 必要に応じて調整 */
  height: auto; /* 必要に応じて調整 */
  display: block;
  mix-blend-mode: soft-light; /* 背景色と画像を掛け合わせる */
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6); /* オプションで画像の明るさを調整 */
}
.reserve__wrap h2 {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
}

/* ------------------------------
salons & SNS
------------------------------ */
#salons-sns {
  width: 100%;
  height: 438px;
}

.salons-sns-wrap {
  width: 1200px;
  position: relative;
  top: 150px;
  margin: 0 auto;
}
.salons-sns-wrap::after {
  content: "";
  border-bottom: 1px solid #CA7F13;
  display: block;
  position: absolute;
  bottom: -106px;
  left: 0;
  width: 100%;
}

.salons-sns-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.salons-area {
  padding: 0 198px 0 100px;
}
.salons-area h2::after {
  content: "";
  width: 2px;
  height: 260px;
  background-color: #CA7F13;
  display: inline-block;
  margin-left: 198px;
  position: absolute;
  top: -120px;
}

.sns-area {
  padding-left: 198px;
}

/* ------------------------------
footer
------------------------------ */
#footer__wrap {
  padding-bottom: 32px;
  margin: 0 auto;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__logo {
  width: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  margin: 0 auto 44px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer__logo:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer__logo .logo {
  width: 64px;
  height: 64px;
  margin-right: 8px;
}
.footer__logo span {
  width: 184px;
  font-family: "Marcellus", "Parisienne", serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 28px;
  color: #54372D;
  letter-spacing: 5.6px;
}

.footer__nav {
  margin: 0 auto;
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__nav-list:first-child {
  margin-bottom: 52.5px;
}
.footer__nav-list:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 52.5px;
}
.footer__nav-list li:not(:last-child) {
  border-right: 1px solid #333;
}
.footer__nav-list li a {
  width: 100%;
  height: 100%;
  font-family: "Marcellus", "Parisienne", serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 20px;
  color: #54372D;
  letter-spacing: 2px;
  text-decoration: none;
  display: block;
  padding: 0 39.5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer__nav-list li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer__copyright {
  font-family: "Marcellus", "Parisienne", serif;
  font-weight: 400;
  line-height: 1.3333333333;
  font-size: 12px;
  color: #54372D;
  letter-spacing: 1.2px;
  margin: 0 auto;
}

/* ==============================

============================== */
/* ==============================

============================== */
/* ==============================
form
============================== */
/* ==============================
utiity
============================== */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */