@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@font-face {
  font-family: "Bon Vivant";
  src: url(../fonts/bon-vivant.ttf);
}
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* font-weight フォントの太さの指定用
====================================== */
html, body {
  overflow-x: clip;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #000;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  line-height: 2;
  font-size: 12px;
  font-size: 0.75rem;
  background: url(../img/common/main_bg.webp) no-repeat center/cover;
  background-attachment: fixed;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  color: #000;
  line-height: 1.2;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

ul, dl, figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

a {
  color: #000;
  transition: 0.4s;
  text-decoration: none;
}
a:before, a:after {
  transition: 0.4s;
}
a:hover {
  color: #000;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.8em;
  border: 0;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #72b958;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

address {
  margin-bottom: 0;
}

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

/* Contact Form 7
====================================== */
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* reCAPTCHA
====================================== */
.grecaptcha-badge {
  visibility: hidden;
}

/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.com-txt-color-text {
  color: #000 !important;
}

.com-bg-text {
  background-color: #000 !important;
}

.com-txt-color-main {
  color: #beb4a0 !important;
}

.com-bg-main {
  background-color: #beb4a0 !important;
}

.com-txt-color-danger {
  color: red !important;
}

.com-bg-danger {
  background-color: red !important;
}

.com-txt-color-white {
  color: #fff !important;
}

.com-bg-white {
  background-color: #fff !important;
}

.com-txt-color-gray_01 {
  color: #b1b1b1 !important;
}

.com-bg-gray_01 {
  background-color: #b1b1b1 !important;
}

.com-txt-color-black_01 {
  color: #323232 !important;
}

.com-bg-black_01 {
  background-color: #323232 !important;
}

.com-txt-color-black_02 {
  color: #5a5a5a !important;
}

.com-bg-black_02 {
  background-color: #5a5a5a !important;
}

.com-txt-color-black_03 {
  color: #474747 !important;
}

.com-bg-black_03 {
  background-color: #474747 !important;
}

.com-txt-color-brown_01 {
  color: #f2f0ec !important;
}

.com-bg-brown_01 {
  background-color: #f2f0ec !important;
}

.com-txt-color-brown_02 {
  color: #7a643c !important;
}

.com-bg-brown_02 {
  background-color: #7a643c !important;
}

.com-txt-color-brown_03 {
  color: #beb4a0 !important;
}

.com-bg-brown_03 {
  background-color: #beb4a0 !important;
}

.com-txt-color-brown_04 {
  color: #8d7a58 !important;
}

.com-bg-brown_04 {
  background-color: #8d7a58 !important;
}

.com-txt-color-brown_05 {
  color: #a58c7c !important;
}

.com-bg-brown_05 {
  background-color: #a58c7c !important;
}

.com-txt-color-brown_06 {
  color: #dcd7cc !important;
}

.com-bg-brown_06 {
  background-color: #dcd7cc !important;
}

.com-txt-color-brown_07 {
  color: #988868 !important;
}

.com-bg-brown_07 {
  background-color: #988868 !important;
}

.com-txt-color-brown_08 {
  color: #cdc6b6 !important;
}

.com-bg-brown_08 {
  background-color: #cdc6b6 !important;
}

.com-txt-color-green_01 {
  color: #44c65c !important;
}

.com-bg-green_01 {
  background-color: #44c65c !important;
}

.com-txt-color-green_02 {
  color: #72b958 !important;
}

.com-bg-green_02 {
  background-color: #72b958 !important;
}

.com-txt-color-green_03 {
  color: #bed0b2 !important;
}

.com-bg-green_03 {
  background-color: #bed0b2 !important;
}

.com-txt-color-green_04 {
  color: #7eff8c !important;
}

.com-bg-green_04 {
  background-color: #7eff8c !important;
}

.com-txt-color-facebook {
  color: #3b5999 !important;
}

.com-bg-facebook {
  background-color: #3b5999 !important;
}

.com-txt-color-x {
  color: #000 !important;
}

.com-bg-x {
  background-color: #000 !important;
}

.com-txt-color-youtube {
  color: #cd201f !important;
}

.com-bg-youtube {
  background-color: #cd201f !important;
}

.com-txt-color-line {
  color: #18ba07 !important;
}

.com-bg-line {
  background-color: #18ba07 !important;
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  container-type: inline-size;
  background-color: #fff;
}
#header.front-page {
  position: fixed;
  left: auto;
  max-width: var(--layout-width);
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}
#header.front-page.is-active {
  background-color: #fff;
}

.header-inner {
  display: flex;
  text-align: center;
  gap: 5px;
}
.header-inner > * {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-logo,
.header-navbar {
  flex-shrink: 0;
}

.header-logo {
  padding-left: 30px;
}

.header-navbar {
  width: 60px;
  padding: 0;
  background-color: #72b958;
  border: none;
  outline: none;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.header-navbar:hover {
  opacity: 0.6;
}

.header-catch {
  flex: 1;
  font-family: "Cinzel", serif;
  font-size: min(1.5cqw, 6px);
  letter-spacing: 0.12em;
  line-height: 1.25;
  color: #000;
}

#footer {
  padding-block: 35px 140px;
}

.footer-logo {
  display: block;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-inline: auto;
}
.footer-logo:hover {
  opacity: 0.6;
}

.fixed-btns {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: var(--layout-width);
  display: flex;
  justify-content: center;
  gap: 15px;
  z-index: 10;
  padding-inline: 15px;
  box-sizing: border-box;
  padding-bottom: 35px;
  overflow: hidden;
}
.fixed-btns > * {
  flex: 1;
  transform: translateY(100%);
  will-change: transform;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.fixed-btns .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
  gap: 0.5em;
  color: #fff;
  border-radius: 4px;
  background-color: #a58c7c;
  padding: 1.5em 0.5em;
  text-decoration: unset;
  box-shadow: 0 3.5px 3px rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease-in-out;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  letter-spacing: 0.075em;
  font-weight: 500;
}
.fixed-btns .btn.line {
  background-color: #72b958;
}
.fixed-btns .btn.line::after {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_line.svg) no-repeat center/contain;
}
.fixed-btns .btn:hover {
  color: #fff;
  opacity: 0.6;
}
.fixed-btns.is-active > * {
  opacity: 1;
  transform: translateY(0);
}

#offcanvas {
  position: fixed;
  width: 100svw;
  max-width: var(--layout-width);
  height: 100svh;
  z-index: 999;
  top: 0;
  overflow: hidden;
  pointer-events: none;
}
#offcanvas.is-active {
  pointer-events: auto;
}
#offcanvas.is-active .offcanvas-wrapper {
  transform: translate(0, -50%);
}

.offcanvas-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.offcanvas-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(101%, -50%);
  width: 100%;
  height: 100%;
  max-width: 350px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  will-change: transform;
  transition: transform 0.5s ease-in-out;
}

.offcanvas-close {
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  margin-inline: auto 0;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.offcanvas-close:hover {
  opacity: 0.6;
}

.offcanvas-head {
  padding: 15px;
  padding-bottom: 0;
}

.offcanvas-body {
  flex: 1;
  overflow-y: auto;
  background-color: #72b958;
  padding: 50px 15px 15px;
  text-align: center;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.offcanvas-body::-webkit-scrollbar {
  display: none;
}

.offcanvas-logo {
  display: block;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-inline: auto;
  transform: translateY(50%);
}

.offcanvas-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.offcanvas-link {
  display: block;
  transition: all 0.3s ease-in-out;
}
.offcanvas-link::after {
  content: "";
  display: block;
  width: 100px;
  max-width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 10px;
  margin-inline: auto;
}
.offcanvas-link .eng, .offcanvas-link .jp {
  display: block;
}
.offcanvas-link .eng {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
}
.offcanvas-link .jp {
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.6666666667;
  letter-spacing: 0.11em;
}
.offcanvas-link:hover {
  color: #fff;
}
.offcanvas-link:hover::after {
  background-color: #fff;
}

.offcanvas-panel .tit {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.7272727273;
  letter-spacing: 0.11em;
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  margin-bottom: 0.5em;
}
.offcanvas-panel .text {
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 2.125;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.offcanvas-dl {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
}
.offcanvas-dl dt, .offcanvas-dl dd {
  font-weight: 400;
  margin: 0;
}
.offcanvas-dl dt:not(:first-child) {
  margin-top: 1em;
}
.offcanvas-dl dd {
  margin-top: 0.2em;
}

#back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  transition: opacity 0.3s ease-in-out;
}
#back-to-top:hover {
  opacity: 0.6;
}

/* section
====================================== */
/* parts
--------------------------------- */
/* title タイトル
--------------------------------- */
.page-layout-01 {
  --layout-width: 416px;
  max-width: 1920px;
  display: flex;
  gap: 50px;
}
@media (min-width: 960px) {
  .page-layout-01 {
    padding-inline: 30px;
  }
}
@media (min-width: 1200px) {
  .page-layout-01 {
    padding-inline: 100px;
  }
}
.page-layout-01 .aside {
  flex-direction: column;
  justify-content: center;
  display: none;
  color: #fff;
}
@media (min-width: 960px) {
  .page-layout-01 .aside {
    position: sticky;
    display: flex;
    flex: 1;
    top: 50svh;
    transform: translateY(-50%);
    box-sizing: border-box;
    align-self: flex-start;
  }
}
.page-layout-01 .wrapper {
  width: 100%;
  max-width: var(--layout-width);
  min-height: 100svh;
  overflow-x: clip;
  margin-inline: auto;
  background-color: #fff;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .page-layout-01 .wrapper {
    margin-inline: auto 0;
  }
}

.page-nav-01 {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  box-sizing: border-box;
  text-align: center;
  margin-left: 20px;
}
.page-nav-01 .item {
  display: block;
  min-width: 160px;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-family: "Adobe Clean", "Circe", "Source Sans Pro", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
}
.page-nav-01 .item::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 145px;
  height: 1px;
  background-color: currentColor;
  margin-top: 0.1em;
  margin-inline: auto;
  transition: inherit;
}
.page-nav-01 .item + .item {
  margin-top: 1em;
}
.page-nav-01 .item:hover {
  opacity: 0.6;
}

.com-tit-01 {
  text-align: center;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 2.5em;
}
.com-tit-01::before {
  content: "BESPOKE WEDDING";
  display: block;
  text-transform: uppercase;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1;
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  letter-spacing: 0.11em;
  margin-bottom: 10px;
}
.com-tit-01 .eng {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.com-tit-01 .eng .small-01 {
  font-size: 50%;
  vertical-align: middle;
}
.com-tit-01 .jp {
  margin: 0;
  margin-top: 10px;
  font-size: inherit;
  font-weight: inherit;
}

.com-tit-02 {
  font-weight: 300;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  margin-bottom: 4.5em;
}
.com-tit-02[data-eng]::before {
  content: attr(data-eng);
  display: block;
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.com-tit-03 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.2em;
  font-weight: 300;
  color: #72b958;
  border-bottom: 1px solid currentColor;
}

/* panel パネル
--------------------------------- */
.com-panel-01 {
  padding: 15px;
  padding-bottom: 40px;
}

.com-panel-02 {
  text-align: center;
}
.com-panel-02 .panel-text-01 {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.8181818182;
  font-weight: 300;
  letter-spacing: 0.16em;
}
.com-panel-02 .panel-text-02 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0;
}
.com-panel-02 .panel-link {
  display: block;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-inline: auto;
  transition: opacity 0.3s ease-in-out;
}
.com-panel-02 .panel-link:hover {
  opacity: 0.6;
}
.com-panel-02 .panel-dl {
  --border: 1px solid #000;
  border-top: var(--border);
}
.com-panel-02 .panel-dl > * {
  border-bottom: var(--border);
  margin: 0;
}
.com-panel-02 .panel-dl > dt {
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  letter-spacing: 0.5em;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.7;
  color: #323232;
}
.com-panel-02 .panel-dl > dd {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 300;
  padding-block: 2em;
}
.com-panel-02 .panel-dl > dd address {
  font-style: normal;
}

/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-mt-l {
  margin-top: 90px;
}
@media (min-width: 640px) {
  .com-mt-l {
    margin-top: 120px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

/* list style リストスタイル
--------------------------------- */
.com-list-01 li {
  margin-left: 1.2em;
}
.com-list-01 li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.com-list-01 li + li {
  margin-top: 0.2em;
}
.com-list-01.notice li::before {
  content: "※";
}
.com-list-01.circle li::before {
  content: "●";
}
.com-list-01.square li::before {
  content: "■";
}

.com-list-02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-02 li {
  margin-left: 1.8em;
}
.com-list-02 li + li {
  margin-top: 0.2em;
}
.com-list-02 li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  width: 1.5em;
  padding-right: 0.3em;
  margin-left: -1.8em;
  text-align: right;
}

.com-list-03 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-03 li {
  margin-left: 2.3em;
}
.com-list-03 li + li {
  margin-top: 0.4em;
}
.com-list-03 li::before {
  counter-increment: item;
  content: "※" counter(item);
  display: inline-block;
  width: 2.3em;
  margin-left: -2.3em;
}

.com-progress-01 {
  --gap: 15px;
  display: flex;
  gap: var(--gap);
  text-align: center;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.3333333333;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.com-progress-01 > * {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #fff;
  background-color: #bed0b2;
  padding: 1em 0.5em;
  position: relative;
}
.com-progress-01 > *.is-active {
  background-color: #72b958;
}
.com-progress-01 > *:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(var(--gap) / 2 * -1);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  aspect-ratio: 3/6;
  background: url(../img/common/arrow_01.svg) no-repeat center/contain;
}

/* text テキスト
--------------------------------- */
.com-text-01 {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.6363636364;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.com-text-02 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.18em;
}

/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.com-fz-11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.com-fz-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.com-fz-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.com-fz-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.com-fz-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.com-fz-16 {
  font-size: 16px;
  font-size: 1rem;
}

.com-fz-17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.com-fz-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.com-fz-19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.com-fz-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.com-fz-21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.com-fz-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.com-fz-23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.com-fz-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.com-fz-25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.com-fz-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.com-fz-27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.com-fz-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.com-fz-29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.com-fz-30 {
  font-size: 30px;
  font-size: 1.875rem;
}

/* アクセント色
--------------------------------- */
/* YouTube wrapper
--------------------------------- */
.com-wrap-youtube {
  --width: 16;
  --height: 9;
  width: min(attr(data-width px, 100%), 100%);
  aspect-ratio: calc(var(--width) / var(--height));
}
.com-wrap-youtube.type-short {
  --width: 9;
  --height: 16;
}
.com-wrap-youtube iframe {
  width: 100%;
  height: 100%;
}

/* リンク
--------------------------------- */
.com-btn-01 {
  display: block;
  max-width: 336px;
  text-align: center;
  background: #beb4a0;
  color: #fff;
  padding: 0.8em;
  padding-right: 2em;
  box-sizing: border-box;
  position: relative;
}
.com-btn-01:hover {
  color: #fff;
}

.com-btn-02 {
  --icon: 31px;
  --gap: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: var(--gap);
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 40px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.com-btn-02 .icon {
  position: relative;
  display: block;
  width: var(--icon);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 2;
  flex-shrink: 0;
}
.com-btn-02 .icon::before, .com-btn-02 .icon::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transition: all 0.3s ease-in-out;
}
.com-btn-02 .icon::before {
  aspect-ratio: inherit;
  z-index: -1;
  width: 145%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: inherit;
  border-radius: inherit;
}
.com-btn-02 .icon::after {
  z-index: 2;
  width: calc(50% + var(--gap) - 5px);
  height: 1px;
  background-color: #323232;
  right: 50%;
  transform: translateY(-50%);
}
.com-btn-02 .inner {
  display: block;
}
.com-btn-02 .jp, .com-btn-02 .eng {
  display: block;
}
.com-btn-02 .jp {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.com-btn-02 .eng {
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
}
.com-btn-02:hover .icon::before {
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
}
.com-btn-02:hover .icon::after {
  right: calc(50% - 5px);
}

.com-btn-03 {
  display: block;
  width: 100%;
  max-width: 311px;
  margin-inline: auto;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.16em;
  text-align: center;
  color: #fff;
  background-color: #72b958;
  border-radius: 4px;
  text-decoration: unset;
  padding: 1em;
  box-sizing: border-box;
  transition: opacity 0.3s ease-in-out;
}
.com-btn-03:hover {
  color: #fff;
  opacity: 0.6;
}

.com-btn-04 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  letter-spacing: 0.12em;
  width: 105px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 2;
}
.com-btn-04::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  will-change: transform;
  transition: 0.3s all ease-in-out;
}
.com-btn-04:hover {
  color: #fff;
}
.com-btn-04:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.4);
}

.com-btn-05 {
  display: block;
  text-align: center;
  font-family: "Avenir Next", "Avenir", "Circe", "Century Gothic", Futura, "Trebuchet MS", Arial, sans-serif;
  width: 100%;
  max-width: 207px;
  margin-inline: auto;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: 200;
  color: #fff;
  background-color: #a58c7c;
  letter-spacing: 0.05em;
  padding: 0.6em;
  border-radius: 5px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
  font-weight: 400;
  transition: opacity 0.3s ease-in-out;
}
.com-btn-05:hover {
  color: #fff;
  opacity: 0.6;
}

.com-faq-01 {
  list-style: none;
  padding-left: 30px;
}
.com-faq-01 .question::before, .com-faq-01 .answer-inner .inner::before {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  line-height: 1;
  display: block;
}
.com-faq-01 .question {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-left: 0.5em;
  padding-bottom: 0.6em;
  border: none;
  border-bottom: 1px solid #323232;
  background: none;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.com-faq-01 .question::before {
  content: "Q";
  position: absolute;
  left: -30px;
  bottom: 0;
  transform: translate(0, 50%);
  color: #323232;
}
.com-faq-01 .question .text {
  flex: 1;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.com-faq-01 .question .plus {
  width: 16px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  position: relative;
}
.com-faq-01 .question .plus::before, .com-faq-01 .question .plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #beb4a0;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.com-faq-01 .question .plus::before {
  width: 100%;
  height: 1px;
}
.com-faq-01 .question .plus::after {
  width: 1px;
  height: 100%;
}
.com-faq-01 .answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
  color: #44c65c;
}
.com-faq-01 .answer .answer-inner {
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.com-faq-01 .answer .answer-inner::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 15/10;
  background-color: #323232;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 10px auto;
}
.com-faq-01 .answer .inner {
  padding: 5px 0 5px 20px;
  position: relative;
}
.com-faq-01 .answer .inner::before {
  content: "A:";
  margin-bottom: 0.4em;
}
.com-faq-01 .answer .inner::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 70%;
  background-color: #beb4a0;
  top: 0;
  left: 0;
}
.com-faq-01 .item.is-open .question .plus::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.com-faq-01 .item.is-open .question .plus::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.com-faq-01 .item.is-open .answer {
  grid-template-rows: 1fr;
}
.com-faq-01 .item + .item {
  margin-top: 25px;
}

.com-link-01 {
  text-decoration: underline;
  color: #beb4a0;
}
.com-link-01:hover {
  color: #beb4a0;
}

.com-link-02 {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 5px;
  color: inherit;
  transition: opacity 0.3s ease-in-out;
}
.com-link-02 .text {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.1818181818;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.com-link-02.instagram::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background-color: currentColor;
  -webkit-mask: url(../img/common/ico_instagram.svg) no-repeat center/contain;
  mask: url(../img/common/ico_instagram.svg) no-repeat center/contain;
}
.com-link-02.center {
  margin-inline: auto;
}
.com-link-02:hover {
  color: #fff;
  opacity: 0.6;
}

.com-line-btn-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 87%;
  box-sizing: border-box;
  text-decoration: unset;
  color: #fff;
  background-color: #72b958;
  margin-inline: auto;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.2em;
  font-weight: 500;
  border-radius: 7px;
  box-shadow: 0 3.5px 3px rgba(0, 0, 0, 0.4);
  transition: 0.3s all ease-in-out;
  padding: 0.5em;
}
.com-line-btn-01::after {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_line.svg) no-repeat center/contain;
}
.com-line-btn-01:hover {
  transform: scale(1.05);
  color: #fff;
}

.com-tel-01 {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: unset;
  color: #72b958;
  border-block: 1px solid #72b958;
  padding-block: 10px;
}
.com-tel-01::before {
  content: "TEL";
  font-weight: 500;
}
.com-tel-01:hover {
  color: #fff;
  background-color: #72b958;
}

.com-container-01 {
  padding-inline: 30px;
}

.com-map-01 {
  width: 100%;
  max-width: 311px;
  margin-inline: auto;
  aspect-ratio: 311/165;
  position: relative;
}
.com-map-01 iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.utility-position-relative {
  position: relative;
}

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

.utility-font-circe {
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
}

/* dl table
--------------------------------- */
input[type=radio] {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  background-position: 50% 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  outline: none;
  margin: 0 5px 0 0;
}
input[type=radio]:checked {
  border: 4px solid #beb4a0;
}
input[type=radio]:checked:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #beb4a0;
  border-radius: 50%;
}
input[type=radio] label {
  display: inline-block;
}

input[type=checkbox] {
  width: 25px;
  height: 25px;
  border: 0;
  background: #fff;
  border: 1px solid #72b958;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-appearance: none;
  display: inline-block;
  outline: none;
  box-sizing: border-box;
}
input[type=checkbox]:checked {
  position: relative;
}
input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 20/30;
  border: 5px solid #72b958;
  box-sizing: border-box;
  border-top: none;
  border-left: 0;
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 5px;
}
input[type=checkbox] label {
  display: inline-block;
}

select {
  padding-right: 2em;
  background: url(../img/common/triangle_01.svg) no-repeat right 0.8em center/10px;
}

.com-form-01 .form-label {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  letter-spacing: 0.16em;
  font-weight: 300;
  display: flex;
  gap: 0.5em;
  width: 100%;
  margin-block: 30px 15px;
}
.com-form-01 .form-label.required::after {
  content: "※";
  display: inline-block;
  color: #72b958;
}
.com-form-01 .form-label-02 {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.16em;
  font-weight: 300;
  margin-block: 30px 5px;
  display: block;
}
.com-form-01 .form-label-02::before {
  content: "▪";
}
.com-form-01 .input-list li + li {
  margin-top: 10px;
}
.com-form-01 .input-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
}
.com-form-01 .input-grid > * {
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
  align-items: center;
}
.com-form-01 .input-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.com-form-01 .input-checkbox input {
  flex-shrink: 0;
  margin: 0;
}
.com-form-01 .input-text {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.16em;
  font-weight: 300;
}
.com-form-01 .input-terms {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.com-form-01 .form-link {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #72b958;
  transition: opacity 0.3s ease-in-out;
}
.com-form-01 .form-link:hover {
  opacity: 0.6;
}
.com-form-01 .form-btn {
  display: block;
  border-radius: 4px;
  background-color: #44c65c;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.16em;
  padding: 0.8em 0.5em;
  margin-top: 25px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.com-form-01 .form-btn.confirm {
  background-color: #72b958;
}
.com-form-01 .form-btn:hover {
  opacity: 0.6;
}

.home-panel-01 {
  position: relative;
}
.home-panel-01::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  aspect-ratio: 416/301;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7803921569), transparent);
  top: 0;
  left: 0;
  z-index: 2;
}
.home-panel-01 .panel-text {
  position: absolute;
  top: 20px;
  width: 100%;
  box-sizing: border-box;
  padding-inline: 15px;
  text-align: center;
  z-index: 3;
}

.home-panel-02 {
  color: #5a5a5a;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.1em;
  color: #7a643c;
  padding-inline: 20px;
  padding-bottom: 13%;
}
.home-panel-02 .panel-img {
  margin-inline: -20px 15px;
  margin-top: 15px;
}
.home-panel-02 p + p {
  margin-top: 0;
}

.home-panel-03 {
  padding-block: 25% 50%;
  background: url(../img/front-page/03_03.webp) no-repeat bottom right/63%;
}

.home-panel-04 {
  position: relative;
  z-index: 2;
  padding: 7% 10%;
}
.home-panel-04::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 91.5%;
  height: 100%;
  background-color: #beb4a0;
  z-index: -1;
}
.home-panel-04 .panel-text-wrapper {
  padding-inline: 5%;
}
.home-panel-04.reverse::before {
  right: unset;
  left: 0;
}

.home-img-01 {
  position: relative;
  width: 100%;
  aspect-ratio: 416/650;
}
.home-img-01::before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  aspect-ratio: 208/62;
  background-color: #fff;
  -webkit-mask: url(../img/common/logo.svg) no-repeat center/contain;
  mask: url(../img/common/logo.svg) no-repeat center/contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-img-01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-img-01.logo-black::before {
  background-color: #000;
}

.home-img-02 {
  width: 36.7%;
  aspect-ratio: 154/148;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 30px;
  float: left;
}

.home-img-03 {
  display: block;
  width: 81%;
  margin-inline: auto 0;
  margin-block: -10px 0;
  transform: translateY(60px);
}

.home-img-04 {
  display: block;
  width: 43.8%;
  margin-inline: auto 0;
  margin-top: -12.5%;
}

.home-img-05 {
  position: relative;
  z-index: 3;
  width: 100%;
}

.home-text-01 {
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 1.25;
  letter-spacing: 0.12em;
  font-family: "Cinzel", serif;
}

.home-text-02 {
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 1.25;
  letter-spacing: 0.12em;
  font-family: "Cinzel", serif;
  color: #323232;
  writing-mode: vertical-rl;
  position: absolute;
  top: 5%;
  right: 5%;
}

.home-text-03 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.1538461538;
  letter-spacing: 0.1em;
  font-weight: 300;
}

.home-text-04 {
  font-weight: 200;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-size: 0.75rem;
}
.home-text-04 .price {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1;
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.home-text-04 .price small {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pr6N", "Hiragino Kaku Gothic Pro", "Yu Gothic", Meiryo, sans-serif;
}
.home-text-04 .tax {
  display: inline-block;
}

.home-text-05 {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.7;
  font-weight: 200;
  letter-spacing: 0.03em;
  text-align: center;
}

.home-text-06 {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.home-text-07 {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-weight: 300;
}

.home-catch-01 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #8d7a58;
}

.home-slider-01 {
  padding-bottom: 40px;
}
.home-slider-01 .slider-logo {
  position: relative;
  margin-top: -5%;
  z-index: 2;
}
.home-slider-01 .slider-dots {
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
.home-slider-01 .slider-dots .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #b1b1b1;
  --swiper-pagination-color: #323232;
}

.home-sec-01 {
  padding-block: 90px 0;
  background: #f2f0ec url(../img/front-page/02_01.webp) no-repeat bottom left/100%;
}

.home-sec-02 {
  padding-block: 40px 70px;
}

.home-sec-03 {
  padding-block: 50px;
}

.home-tit-01 {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.15em;
  line-height: 1.78;
  text-align: center;
  font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pr6N", "Hiragino Kaku Gothic Pro", "Yu Gothic", Meiryo, sans-serif;
  color: #5a5a5a;
  margin-bottom: 3em;
}
.home-tit-01 > small {
  font-size: 87.5%;
}

.home-tit-02 {
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.15em;
  margin-bottom: 1.7em;
}
.home-tit-02 .jp {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.home-tit-02 .eng {
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.6666666667;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  position: relative;
  padding-top: 7px;
  margin-top: 7px;
}
.home-tit-02 .eng::before {
  content: "";
  display: block;
  position: absolute;
  width: 93px;
  height: 1px;
  background-color: currentColor;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.home-tit-03 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.home-tit-03 .number {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  letter-spacing: 0;
  font-weight: 400;
}

.home-tit-04 {
  margin-bottom: 40px;
}

.home-marquee-01 {
  position: relative;
  z-index: 2;
}
.home-marquee-01::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46.8%;
  aspect-ratio: 189/308;
  background: url(../img/front-page/04_02.webp) no-repeat center/contain;
  mix-blend-mode: multiply;
}
.home-marquee-01 .marquee-text {
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  display: flex;
  font-size: 98px;
  font-size: 6.125rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  z-index: -1;
  overflow: hidden;
}
.home-marquee-01 .marquee-text > span {
  display: block;
  white-space: nowrap;
  flex-shrink: 0;
  -webkit-text-stroke: 1px #beb4a0;
  padding-left: 2em;
  animation: top_marquee_01 6s linear infinite;
}
.home-marquee-01 .marquee-logo {
  width: 35.1%;
  margin-inline: auto;
  margin-top: -6%;
  position: relative;
  z-index: 2;
}

.home-marquee-02 {
  position: relative;
}
.home-marquee-02 .marquee-image {
  width: 100%;
  aspect-ratio: 328/186;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translateX(-20px);
}
.home-marquee-02 .marquee-text {
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  display: flex;
  font-size: 98px;
  font-size: 6.125rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: transparent;
  position: absolute;
  overflow: hidden;
  width: 100svw;
  max-width: 416px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 30%);
}
.home-marquee-02 .marquee-text > span {
  display: block;
  white-space: nowrap;
  flex-shrink: 0;
  -webkit-text-stroke: 1px #fff;
  padding-left: 2em;
  animation: top_marquee_01 6s linear infinite;
}

.home-marquee-03 {
  position: relative;
}
.home-marquee-03 .marquee-text {
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  display: flex;
  font-size: 98px;
  font-size: 6.125rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: transparent;
  position: absolute;
  overflow: hidden;
  width: 100svw;
  max-width: 416px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -60%);
  z-index: 1;
}
.home-marquee-03 .marquee-text > span {
  display: block;
  white-space: nowrap;
  flex-shrink: 0;
  -webkit-text-stroke: 1px #fff;
  padding-left: 2em;
  animation: top_marquee_01 6s linear infinite;
}
.home-marquee-03 .marquee-text-02 {
  position: absolute;
  writing-mode: vertical-rl;
  font-family: "Cinzel", serif;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  color: #323232;
  left: -5px;
  bottom: 0;
}
.home-marquee-03 .marquee-image {
  width: 100%;
  aspect-ratio: 328/186;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translateX(20px);
}

.home-mt-01 {
  margin-top: 10%;
}

.home-tab-list {
  position: relative;
}
.home-tab-list::after {
  content: "";
  display: block;
  position: absolute;
  width: 100svw;
  max-width: 416px;
  height: 2px;
  background-color: #000;
  left: 0;
  bottom: 8px;
}
.home-tab-list .list {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  position: relative;
  padding-bottom: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}
.home-tab-list .list::-webkit-scrollbar {
  display: none;
}
.home-tab-list .list.is-dragging {
  cursor: grabbing;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.home-tab-list .item {
  flex-shrink: 0;
}
.home-tab-list .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-bottom: unset;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #fff;
  padding: 0.7em 0.5em;
  transition: background-color 0.2s, color 0.2s;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.home-tab-list .btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 14px;
  aspect-ratio: 14/9;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #beb4a0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 70%);
  opacity: 0;
  transition: inherit;
}
.home-tab-list .btn strong {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  letter-spacing: 0;
}
.home-tab-list .btn.is-active {
  background-color: #fff;
  color: #7a643c;
}
.home-tab-list .btn.is-active::after {
  background-color: #fff;
  opacity: 1;
}

.home-tab-panels {
  display: grid;
  padding: 15px;
}

.home-tab-panel {
  grid-area: 1/1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.home-tab-panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.home-grid-01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 3%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 414px) {
  .home-grid-01 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.home-dl-01 {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  border-block: 1px solid #000;
}
.home-dl-01 .row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 25px;
}
.home-dl-01 dd {
  margin: 0;
}
.home-dl-01 dd strong {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  font-weight: 400;
}

.home-card-01 {
  width: 100%;
  text-align: center;
}
.home-card-01 > img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 3px;
}
.home-card-01 .caption {
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.3333333333;
  font-weight: 300;
  letter-spacing: 0.025em;
  margin-top: 1em;
}

.home-relative-01 {
  position: relative;
  z-index: 2;
}

.staff-tit-01 {
  background-color: #fff;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  box-sizing: border-box;
  text-align: center;
  margin-inline: auto;
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  padding: 40px 10px;
  margin-bottom: 80px;
}
.staff-tit-01::before {
  content: "";
  display: block;
  width: 94px;
  max-width: 100%;
  aspect-ratio: 94/28;
  background: url(../img/common/logo.svg) no-repeat center/contain;
  margin-inline: auto;
  margin-bottom: 15px;
}
.staff-tit-01 .tit {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #beb4a0;
  font-family: inherit;
  font-weight: 400;
  margin: 0;
}
.staff-tit-01 .sub {
  display: block;
  margin-top: 5px;
  font-size: 7px;
  font-size: 0.4375rem;
  line-height: 1.1;
  letter-spacing: 0.12em;
  color: #323232;
}

.staff-tit-02 {
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 0.5em;
}
.staff-tit-02 .tit {
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-family: "a-otf-ryumin-pr6n", "Ryumin", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Hiragino Mincho Pro", "Yu Mincho", "MS Mincho", serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.8;
  letter-spacing: 0.24em;
  color: #fff;
  background-color: #000;
  padding: 1em 2em;
  min-width: 220px;
  box-sizing: border-box;
  font-weight: 700;
  margin-bottom: 3.5em;
}
.staff-tit-02 .sub {
  padding-inline: 30px;
  font-size: inherit;
  line-height: 0.9;
  font-weight: 400;
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  color: #474747;
  margin: 0;
}

.staff-tit-03 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7222222222;
}
.staff-tit-03 .eng, .staff-tit-03 .jp {
  display: block;
}
.staff-tit-03 .eng {
  font-family: "brandon-grotesque", "Brandon Grotesque", "Futura", "Century Gothic", "Gill Sans", "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.36em;
  color: #000;
}
.staff-tit-03 .jp {
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0.3em;
  padding-left: 1.2em;
}

.staff-tit-04 {
  font-family: "brandon-grotesque", "Brandon Grotesque", "Futura", "Century Gothic", "Gill Sans", "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.36em;
  color: #000;
  color: #988868;
  margin-bottom: 1em;
}
.staff-tit-04.center {
  text-align: center;
}

.staff-tit-05 {
  text-align: center;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 85px;
  box-sizing: border-box;
  margin-inline: auto;
  color: #988868;
  font-family: "brandon-grotesque", "Brandon Grotesque", "Futura", "Century Gothic", "Gill Sans", "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.36em;
  font-weight: 500;
  background-color: #f2f0ec;
  padding: 1.5em;
}

.staff-list-01 {
  counter-reset: staff-item;
}
.staff-list-01 > .list-item {
  counter-increment: staff-item;
}
.staff-list-01 > .list-item:nth-child(even) .list-card .card-thumb {
  margin-inline: auto 0;
}
.staff-list-01 > .list-item:nth-child(even) .list-card .card-panel {
  right: unset;
  left: 0;
}
.staff-list-01 > .list-item:nth-child(even) .list-card .card-panel::before {
  left: unset;
  right: 12%;
}
.staff-list-01 > .list-item + .list-item {
  margin-top: 70px;
}
.staff-list-01 .list-card::after {
  content: "CREATIVE SPECIALIST";
  display: block;
  text-align: center;
  font-family: "Cinzel", serif;
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #323232;
  margin-top: 1.5em;
}
.staff-list-01 .list-card .card-wrapper {
  position: relative;
}
.staff-list-01 .list-card .card-thumb {
  display: block;
  width: 54.5%;
  aspect-ratio: 191/195;
  -o-object-fit: cover;
  object-fit: cover;
}
.staff-list-01 .list-card .card-panel {
  position: absolute;
  width: 54.5%;
  box-sizing: border-box;
  background-color: rgba(50, 50, 50, 0.8);
  color: #fff;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 25px;
}
.staff-list-01 .list-card .card-panel::before {
  content: counter(staff-item);
  position: absolute;
  font-family: "Bon Vivant", "Cormorant Garamond", "Playfair Display", "Didot", "Bodoni MT", "Book Antiqua", Georgia, serif;
  font-size: 97px;
  font-size: 6.0625rem;
  line-height: 1;
  color: #beb4a0;
  bottom: 100%;
  left: 15%;
  transform: translateY(25%);
}
.staff-list-01 .list-card .card-panel .panel-footer {
  background-color: rgba(50, 50, 50, 0.7);
}
.staff-list-01 .list-card .card-tit {
  margin-bottom: -8px;
  position: relative;
  z-index: 3;
}
.staff-list-01 .list-card .card-tit .eng {
  font-family: "a-otf-ryumin-pr6n", "Ryumin", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "Hiragino Mincho Pro", "Yu Mincho", "MS Mincho", serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.24em;
  color: #fff;
  opacity: 0.5;
}
.staff-list-01 .list-card .card-tit .jp {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #7eff8c;
  margin-block: 0.7em 0;
}
.staff-list-01 .list-card .card-btn {
  --icon: 21px;
  --gap: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: var(--gap);
  margin-inline: auto;
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Circe", "Century Gothic", Futura, sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 1.7em 0.5em;
  background: rgba(0, 0, 0, 0.7);
}
.staff-list-01 .list-card .card-btn .icon {
  position: relative;
  display: block;
  width: var(--icon);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 2;
  flex-shrink: 0;
}
.staff-list-01 .list-card .card-btn .icon::before, .staff-list-01 .list-card .card-btn .icon::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transition: all 0.3s ease-in-out;
}
.staff-list-01 .list-card .card-btn .icon::before {
  aspect-ratio: inherit;
  z-index: -1;
  width: 145%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: inherit;
  border-radius: inherit;
}
.staff-list-01 .list-card .card-btn .icon::after {
  z-index: 2;
  width: calc(50% + var(--gap) - 5px);
  height: 1px;
  background-color: #fff;
  right: 50%;
  transform: translateY(-50%);
}
.staff-list-01 .list-card .card-btn:hover .icon::before {
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0.5;
}
.staff-list-01 .list-card .card-btn:hover .icon::after {
  right: calc(50% - 5px);
}

.staff-list-02 {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.staff-list-02 > li::before {
  content: "／";
}

.staff-grid-01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}

.staff-text-01 {
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 1.25;
  font-family: "Cinzel", serif;
  letter-spacing: 0.12em;
  color: #323232;
}

.staff-text-02 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.9166666667;
  letter-spacing: 0.1em;
  font-weight: 300;
}

.staff-text-03 {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: 300;
  text-align: center;
}

.staff-sec-01 {
  padding-bottom: 30px;
}

.staff-sec-02 {
  padding-block: 25px;
}
.staff-sec-02 + .staff-sec-02 {
  padding-top: 0;
}

.staff-panel-01 {
  position: relative;
  z-index: 2;
  letter-spacing: 0.12em;
  padding-bottom: 15px;
}
.staff-panel-01 .panel-thumb {
  width: 36.4%;
  aspect-ratio: 149/203;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.staff-panel-01 .panel-cont {
  width: 74.6%;
  margin-inline: auto 0;
}
.staff-panel-01 .panel-sect {
  padding-inline: 3.1cqw 30px;
  padding-block: 20px;
  position: relative;
}
.staff-panel-01 .panel-sect.background {
  --square: 3.5cqw;
  z-index: -1;
}
.staff-panel-01 .panel-sect.background::before {
  content: "";
  display: block;
  position: absolute;
  width: var(--square);
  height: 100%;
  right: calc(100% - 20px);
  bottom: 20px;
  background-color: #fff;
  z-index: -1;
}
.staff-panel-01 .panel-sect.background::after {
  content: "CREATIVE SPECIALIST";
  position: absolute;
  font-family: "Cinzel", serif;
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 1.25;
  letter-spacing: 0.18em;
  font-weight: 400;
  color: #323232;
  writing-mode: vertical-rl;
  top: -20px;
  right: calc(100% - 20px + var(--square) / 2);
  transform: translate(50%, -50%);
}

.staff-panel-02 {
  width: 80.4%;
  box-sizing: border-box;
  padding: 20px 40px 30px;
  position: relative;
  z-index: 2;
}
.staff-panel-02::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #cdc6b6;
}
.staff-panel-02.reverse {
  margin-inline: auto 0;
  width: 60.3%;
}
.staff-panel-02.outer-bg {
  position: relative;
}
.staff-panel-02.outer-bg::before {
  background-color: #dcd7cc;
}
.staff-panel-02.outer-bg::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  width: 100svw;
  max-width: var(--layout-width);
  right: 0;
  bottom: -5px;
  height: calc(100% - 20px);
  background-color: #fff;
}
.staff-panel-02 + .staff-panel-02 {
  margin-top: -25px;
}

.staff-dl-01 > :not(:first-child) {
  margin-top: 10px;
}
.staff-dl-01 dt {
  display: block;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  z-index: 2;
}
.staff-dl-01 dt::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 10px);
  height: 8px;
  background-color: #cdc6b6;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.staff-dl-01 dd {
  margin: 0;
}

@keyframes top_marquee_01 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*# sourceMappingURL=layout.css.map */
