@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Barlow+Condensed:wght@500&family=Noto+Serif+JP:wght@200;400;500&display=swap");
*,
*::before,
*::after {
  /* パディングも常に0に */
  box-sizing: border-box;
  margin: 0;
  /* マージンは0に */
  padding: 0;
  /* もちろん、より直感的なbox-sizingに設定 */
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
  /* hiddenは非表示を意味します */
}

:where(html) {
  -webkit-text-size-adjust: none;
  /* iOSのランドスケープでテキストが調整されないようにする */
  color-scheme: dark light;
  /* ユーザーがダークテーマを好む場合、自動的にダークテーマになる */
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
:where(body) {
  /* timeの代わりにシステムフォントを使用 */
  -webkit-font-smoothing: antialiased;
  block-size: 100%;
  /* サファリ以外のブラウザのフォールバック */
  block-size: 100dvb;
  /* 1dvbは動的ビューポートの長さの1%、100dvbで高さいっぱいに */
  line-height: 1.5;
  /* アクセシブルな行の高さ */
  font-family: system-ui, sans-serif;
  /* テキストのレンダリングを改善 */
}

:where(input, button, textarea, select) {
  /* フォーム コントロールは親フォントを継承 */
  color: inherit;
  font: inherit;
  /* カラーも継承 */
}

:where(textarea) {
  resize: vertical;
  /* テキストエリアの水平リサイズを無効に */
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
  /* インタラクティブなものにカーソルを合わせる */
}

:where(:disabled) {
  cursor: not-allowed;
  /* フォームコントロール無効時のカーソルを許可しない */
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
  /* ラベルにもカーソルを許可しない */
}

:where(button) {
  border-style: solid;
  /* ボタンのボーダーのスタイルを設定しやすくする */
}

:where(a) {
  text-underline-offset: 0.2ex;
  /* 下線の上にスペースを追加する */
}

:where(ul, ol) {
  list-style: none;
  /* ビュレットを削除、必要に応じて手動で追加する */
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
  /* 置換された要素をより予測可能にする */
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  /* images should never overflow past the available space */
  block-size: auto;
  /* アスペクト比を保持 */
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
  /* 長い単語は改行 */
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  /* 見出しの行の高さを減らす */
}

:where(hr) {
  block-size: 0;
  overflow: visible;
  /* より一貫性のある、スタイリッシュなhr */
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
}

:where(:focus-visible) {
  /* より一貫性のある、カスタマイズ可能なフォーカスのアウトライン */
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

/* .visually-hiddenは後のカスケードレイヤーを上書きするために!importantを使用 */
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}

:root {
  accent-color: #707070;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #585348;
  font-size: 1.6em;
  line-height: 1.88;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}

a {
  color: #585348;
  text-decoration: none;
}
a[href^="tel:"] {
  pointer-events: none;
}

i {
  letter-spacing: 0;
}

.l-body.page {
  background-color: #a08534;
}

.l-body.single {
  background-color: #a08534;
}

.l-contents {
  background-color: #f2f2f2;
}
.l-contents__footer {
  padding-top: clamp(75px, 12.5vw, 150px);
  padding-bottom: clamp(75px, 12.5vw, 150px);
}
.home .l-contents__footer {
  padding-bottom: 0;
}

.l-footer {
  position: relative;
  padding-top: clamp(50px, 8.3333333333vw, 100px);
  padding-bottom: clamp(30px, 5vw, 60px);
  background-image: url(https://placehold.jp/1600x900.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-footer * {
  color: #ffffff;
}
.l-footer::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
}

.l-header {
  z-index: 20;
  position: fixed;
  top: 0;
  width: 100%;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
.l-header__logo {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.l-header--active .l-header__logo {
  visibility: hidden;
  opacity: 0;
}

.l-header-contact {
  display: flex;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 36px;
  align-items: center;
  height: 100vh;
  opacity: 1;
  transition: all 0.5s;
}
.l-header--active .l-header-contact {
  visibility: hidden;
  opacity: 0;
}

.l-header.is-scrolled .l-header-contact {
  visibility: hidden;
  opacity: 0;
}

.l-header-contact__inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 25px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
}
.l-header-contact__title {
  display: flex;
  align-items: center;
  color: #464646;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-lr;
}
.l-header-contact__title::after {
  display: block;
  width: 1px;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #464646;
  content: "";
}
.l-header-contact__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.l-header-contact__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header-contact__item a {
  color: #464646;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  writing-mode: vertical-lr;
}
.l-nav {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-image: url(https://placehold.jp/1600x900.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-nav--active {
  display: flex;
}
.l-nav::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
}
.l-nav .c-drawer {
  width: 100%;
}

.c-btn {
  position: relative;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  line-height: 1;
  opacity: 1;
  transition: all 0.6s;
}
.c-btn:hover {
  opacity: 0.6;
}
.c-btn::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #cccccc 0%, #cccccc 50%, #a08534 51%, #a08534 100%);
  content: "";
}
.c-btn__label {
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #a08534;
  font-weight: 500;
  font-size: 1.6rem;
}
.c-btn__label::before {
  display: block;
  margin-right: 12px;
  content: "\f105";
  color: #a08534;
  font-size: 16px;
  font-family: fontAwesome;
}

.c-card {
  position: relative;
}
.c-card__link {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-card__inner {
  position: relative;
  aspect-ratio: 350/450;
  width: 100%;
  overflow: hidden;
}
.c-card--short .c-card__inner {
  aspect-ratio: 350/350;
}

.c-card__inner::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.c-card__image {
  width: 100%;
  height: 100%;
  scale: 1;
  transition: all 0.5s;
}
.c-card:hover .c-card__image {
  scale: 1.1;
}

.c-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__title {
  z-index: 1;
  position: absolute;
  top: 40px;
  right: 40px;
  color: #ffffff;
  font-weight: 200;
  font-size: clamp(2rem, 2vw, 2.4rem);
  letter-spacing: 0.15em;
  writing-mode: vertical-lr;
}
.c-card__category {
  display: inline-block;
  z-index: 1;
  position: absolute;
  bottom: clamp(15px, 2.5vw, 30px);
  left: clamp(15px, 2.5vw, 30px);
  padding: 6px 10px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

.c-contact__cols {
  display: flex;
}
.c-contact__col-left {
  width: 170px;
}
.c-contact__col-right {
  width: calc(100% - 170px);
}
.c-contact__title {
  display: flex;
  justify-content: flex-start;
}
.c-contact__txt {
  text-align: center;
}
.c-contact__items {
  margin-top: 50px;
}
.c-contact-item {
  margin-top: 20px;
  background-color: #ffffff;
}
.c-contact-item:first-of-type {
  margin-top: 0;
}
.c-contact-item__cols {
  display: flex;
  align-items: center;
}
.c-contact-item__col-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 280px;
  min-height: 170px;
}
.c-contact-item--tel .c-contact-item__col-left {
  background-color: #464646;
}

.c-contact-item--mail .c-contact-item__col-left {
  background-color: #a08534;
}

.c-contact-item__col-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 280px);
}
.c-contact-item__icon {
  color: #ffffff;
}
.c-contact-item__icon i {
  font-size: 2.8rem;
}
.c-contact-item__title {
  margin-top: 10px;
  color: #ffffff;
  font-size: clamp(1.4rem, 1.3333333333vw, 1.6rem);
}
.c-contact-item__time {
  font-size: 1.2rem;
}
.c-contact-item__tel {
  margin-top: 15px;
  color: #585348;
  font-size: clamp(3.6rem, 4vw, 4.8rem);
  line-height: 1;
  letter-spacing: 0.15em;
}
.c-contact-item__btn {
  width: 350px;
}

.c-container {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.c-container--narrow {
  width: 60vw;
  max-width: 910px;
}
.c-container--full {
  max-width: 100%;
}

.c-drawer {
  position: relative;
}
.c-drawer * {
  color: #ffffff;
}
.c-drawer > div {
  z-index: 1;
  position: relative;
}
.c-drawer__logo {
  display: flex;
  justify-content: center;
}
.c-drawer-nav {
  width: 750px;
  margin-top: clamp(30px, 5vw, 60px);
  margin-right: auto;
  margin-left: auto;
}
.c-drawer-nav__items {
  display: flex;
  justify-content: space-between;
}
.c-drawer-nav__link {
  display: flex;
  flex-direction: column;
}
.c-drawer-nav__ja {
  font-size: clamp(1.4rem, 1.5833333333vw, 1.9rem);
  letter-spacing: 0.1em;
}
.c-drawer-nav__en {
  color: #a08534;
  font-size: clamp(1.2rem, 1.0833333333vw, 1.3rem);
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.2em;
}
.c-drawer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 750px;
  margin-top: clamp(25px, 4.1666666667vw, 50px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.3);
}
.c-drawer-contact__title {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: clamp(1.2rem, 1.25vw, 1.5rem);
  letter-spacing: 0.1em;
}
.c-drawer-contact__title::after {
  display: block;
  width: 45px;
  height: 1px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #ffffff;
  content: "";
}
.c-drawer-contact__items {
  display: flex;
  align-items: center;
  gap: 30px;
}
.c-drawer-contact__item {
  display: flex;
  align-items: center;
}
.c-drawer-contact__item a {
  font-size: clamp(1.2rem, 1.25vw, 1.5rem);
  letter-spacing: 0.1em;
}
.c-drawer-contact__icon {
  margin-right: 5px;
}
.c-drawer-info {
  margin-top: clamp(50px, 8.3333333333vw, 100px);
}
.c-drawer-info__items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-drawer-info__item {
  font-size: clamp(1.2rem, 1.1666666667vw, 1.4rem);
  letter-spacing: 0.1em;
  text-align: center;
}
.c-drawer__footer {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(50px, 8.3333333333vw, 100px);
}
.c-drawer__copyright {
  font-size: 1.1rem;
}

.c-entry > *:first-child {
  margin-top: 0 !important;
}
.c-entry h1,
.c-entry h2,
.c-entry h3,
.c-entry h4 {
  font-weight: 500;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
.c-entry p,
.c-entry li,
.c-entry dt,
.c-entry dd,
.c-entry a,
.c-entry figcaption {
  font-family: "Noto Sans JP", sans-serif;
}
.c-entry h2 {
  margin-top: 2em;
  font-size: 2rem;
}
.c-entry h3 {
  margin-top: 2em;
  font-size: 1.8rem;
}
.c-entry p {
  margin-top: 2em;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
.c-entry ul,
.c-entry ol {
  margin-top: 2em;
  font-size: 1.4rem;
  list-style-position: inside;
}
.c-entry figure {
  margin-top: 4em;
  margin-bottom: 4em;
}
.c-entry figure img {
  margin-right: auto;
  margin-left: auto;
}
.c-entry figure figcaption {
  font-size: 1.2rem;
  text-align: center;
}
.c-entry__sns {
  display: none;
}
.c-entry__back {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: clamp(40px, 6.6666666667vw, 80px);
}
.c-entry__back a {
  font-family: "Noto Serif JP", serif;
}

.c-filter {
  border-bottom: 2px solid rgba(141, 139, 139, 0.2);
}
.c-filter__items {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.c-filter__item {
  position: relative;
  bottom: -2px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  cursor: pointer;
  opacity: 1;
  transition: all 0.6s;
}
.c-filter__item:hover {
  opacity: 0.6;
}
.c-filter__item.is-active {
  border-bottom: 2px solid #8d8b8b;
}

.c-form {
  padding: clamp(40px, 6.6666666667vw, 80px);
  background-color: #ffffff;
}
.c-form__required p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #C11313;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
}
.c-form__required p span {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
}
.c-form__items {
  position: relative;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
}
.c-form__items::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: -1px;
  left: 0;
  width: calc(20% - 10px);
  height: 1px;
  background-color: #707070;
  content: "";
}
.c-form-item {
  display: flex;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.c-form-item:has([data-name=your-contact]) {
  padding-top: 30px;
  padding-bottom: 30px;
}
.c-form-item::before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: calc(20% - 10px);
  height: 1px;
  background-color: #707070;
  content: "";
}
.c-form-item__label {
  width: 20%;
  margin-top: 20px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.c-form-item:has([data-name=your-contact]) .c-form-item__label {
  margin-top: 0;
}
.c-form-item:has([data-name=your-contact]) .c-form-item__label::after {
  display: inline-block;
  margin-left: 5px;
  content: "*";
  color: #C11313;
  font-size: 1.6rem;
}

.c-form-item:has([aria-required=true]) .c-form-item__label::after {
  display: inline-block;
  margin-left: 5px;
  content: "*";
  color: #C11313;
  font-size: 1.6rem;
}

.c-form-item__control {
  width: 80%;
}
.c-form-item__control input[type=text],
.c-form-item__control input[type=email],
.c-form-item__control input[type=tel],
.c-form-item__control textarea {
  width: 100%;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  border: none;
  border-radius: 4px;
  background-color: #F8F8F8;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.c-form-item__control span[data-name=your-contact] {
  display: flex;
  align-items: center;
  height: 100%;
}
.c-form-item__control .wpcf7-radio {
  display: flex;
  align-items: center;
}
.c-form-item__control .wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
}
.c-form-item__control .wpcf7-radio .wpcf7-list-item input[type=radio] {
  width: 14px;
  margin-right: 5px;
  background-color: #707070;
}
.c-form-item__control .wpcf7-radio .wpcf7-list-item span {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.c-form-item__control .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.c-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(30px, 5vw, 60px);
}
.c-form__submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  background-color: #403A29;
  opacity: 1;
  transition: all 0.5s;
}
.c-form__submit button:hover {
  opacity: 0.8;
}
.c-form__submit button::after {
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  transform: rotate(45deg);
  background-image: url(./assets/images/icon_arrow2.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-form__submit span {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.5em;
}

.c-heading {
  display: flex;
  flex-direction: column;
}
.c-heading--vertical {
  align-items: center;
  justify-content: center;
}
.c-heading__label-en {
  position: relative;
  color: #a08534;
  font-size: clamp(1.3rem, 1.1666666667vw, 1.4rem);
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.2em;
}
.c-heading__label-en::before {
  display: block;
  position: absolute;
  top: -10px;
  left: -15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #a08534;
  content: "";
}
.c-heading__label-ja {
  margin-top: clamp(20px, 3.3333333333vw, 40px);
  font-weight: 200;
  font-size: clamp(3rem, 4vw, 4.8rem);
}
.c-heading--vertical .c-heading__label-ja {
  writing-mode: vertical-lr;
}

.c-row {
  display: flex;
  position: relative;
  justify-content: center;
  margin-right: -15px;
  margin-left: -15px;
}
.c-row__col {
  padding-right: 15px;
  padding-left: 15px;
}
.c-row__col--1-2 {
  width: 50%;
}
.c-row__col--1-3 {
  width: 33.3333%;
}
.c-row__col--2-3 {
  width: 66.6666%;
}

.c-section {
  padding-top: clamp(40px, 8.3333333333vw, 100px);
  padding-bottom: clamp(40px, 6.6666666667vw, 80px);
  overflow: hidden;
  background-color: #585348;
}

.c-sns__items {
  display: inline-flex;
  flex-direction: column;
  margin-top: 0;
  list-style-type: none;
}
.c-sns__item {
  margin-top: 20px;
  opacity: 1;
  transition: all 0.4s;
}
.c-sns__item:first-of-type {
  margin-top: 0;
}
.c-sns__item:hover {
  opacity: 0.6;
}

.c-trigger {
  cursor: pointer;
  transition: all 0.3s;
}
.c-trigger__label {
  color: #333333;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-align: right;
  transition: all 0.5s;
}
.c-trigger--active .c-trigger__label {
  color: #ffffff !important;
}

.c-trigger__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 10px;
  margin-top: 8px;
}
.c-trigger__line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
  transition: all 0.5s;
}
.c-trigger--active .c-trigger__line {
  background-color: #ffffff !important;
}

.c-trigger__line:nth-of-type(1) {
  top: 0;
  width: 45px;
}
.c-trigger__line:nth-of-type(2) {
  bottom: 0;
}
.c-trigger--active .c-trigger__line:nth-of-type(1) {
  transform: translateY(5px) rotate(-330deg);
}
.c-trigger--active .c-trigger__line:nth-of-type(2) {
  bottom: 0;
  width: 45px;
  transform: translateY(-5px) rotate(330deg);
}

.c-video__frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  background-image: url(https://placehold.jp/1600x900.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-video__frame.is-loaded iframe {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.c-video__scroll {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 150px;
}
.c-video__scroll::after {
  display: block;
  position: absolute;
  top: 20px;
  width: 1px;
  height: 100px;
  background-color: #ffffff;
  content: "";
  animation: pathmove 3s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    top: 20px;
    height: 0;
    opacity: 0;
  }
  30% {
    height: 100px;
    opacity: 1;
  }
  100% {
    top: 150px;
    height: 0;
    opacity: 0;
  }
}
.c-video__scroll span {
  position: absolute;
  top: 0;
  color: #ffffff;
  font-size: 1rem;
}
.c-video iframe {
  visibility: hidden;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  opacity: 0;
  pointer-events: none;
}

.js-fadeup-image {
  position: relative;
  overflow: hidden;
}
.js-fadeup-image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 102%;
  transform: translate3d(0, 0%, 0);
  background-color: #ffffff;
  content: "";
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.page .js-fadeup-image::after {
  background-color: #a08534;
}

.js-fadeup-image.js-after::after {
  transform: translate3d(0, -102%, 0);
}
.js-fadeup-image.js-after img {
  transform: scale(1);
  opacity: 1;
}
.js-fadeup-image img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.3);
  opacity: 0;
  transition: transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.8s;
}

.p-home-about {
  padding-top: clamp(50px, 8.3333333333vw, 100px);
  padding-bottom: clamp(50px, 8.3333333333vw, 100px);
}
.p-home-about__logo {
  display: flex;
  justify-content: center;
}
.p-home-about__lead {
  margin-top: clamp(35px, 5.8333333333vw, 70px);
  font-size: 1.6rem;
  line-height: 3.5;
  text-align: center;
}

.p-home-company {
  position: relative;
  padding-top: clamp(75px, 12.5vw, 150px);
  padding-bottom: clamp(75px, 12.5vw, 150px);
  background-image: url(https://placehold.jp/1600x900.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-home-company * {
  color: #ffffff;
}
.p-home-company::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
}
.p-home-company > div {
  z-index: 1;
  position: relative;
}
.p-home-company__cols {
  display: flex;
  align-items: center;
}
.p-home-company__col-left {
  width: 50%;
}
.p-home-company__col-right {
  width: 50%;
}
.p-home-company__copy {
  max-width: 420px;
  font-weight: 200;
  font-size: clamp(1.8rem, 1.6666666667vw, 2rem);
}
.p-home-company__lead {
  max-width: 420px;
  margin-top: 30px;
}
.p-home-company__btn {
  margin-top: clamp(50px, 8.3333333333vw, 100px);
}

.p-home-concept {
  position: relative;
  padding-top: clamp(50px, 8.3333333333vw, 100px);
  padding-bottom: clamp(50px, 8.3333333333vw, 100px);
}
.p-home-concept__btn {
  margin-top: clamp(50px, 8.3333333333vw, 100px);
}

.p-home-instagram {
  padding-top: clamp(75px, 12.5vw, 150px);
}

.p-home-style {
  position: relative;
}
.p-home-style::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 35vw;
  bottom: 300px;
  left: 0;
  background-color: #ebe6dd;
  content: "";
}
.p-home-style > div {
  z-index: 1;
  position: relative;
}
.p-home-style__items {
  margin-left: 10vw;
  padding-top: clamp(50px, 8.3333333333vw, 100px);
}
.p-home-style-item {
  margin-top: clamp(50px, 8.3333333333vw, 100px);
}
.p-home-style-item:first-of-type {
  margin-top: 0;
}
.p-home-style-item__cols {
  display: flex;
  align-items: center;
}
.p-home-style-item__col-left {
  width: 50%;
  padding-right: 10vw;
}
.p-home-style-item__col-right {
  width: 50%;
}
.p-home-style-item__title {
  display: flex;
  justify-content: center;
}
.p-home-style-item__lead {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2;
}
.p-home-style-item__image img {
  width: 100%;
}
.p-home-style__video {
  display: flex;
  justify-content: center;
  margin-top: clamp(50px, 8.3333333333vw, 100px);
}

.p-home-video {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  max-height: 100vh;
}

.p-home-works {
  position: relative;
  padding-top: clamp(50px, 8.3333333333vw, 100px);
  padding-bottom: clamp(50px, 8.3333333333vw, 100px);
}
.p-home-works__cols {
  display: flex;
}
.p-home-works__col-left {
  width: calc((100vw - 700px) / 2 + 700px);
}
.p-home-works__title {
  margin-left: clamp(50px, 8.3333333333vw, 100px);
}
.p-home-works-pickup__header {
  position: relative;
}
.p-home-works-pickup__image1 img {
  aspect-ratio: 1050/620;
  width: 100%;
}
.p-home-works-pickup__body {
  position: relative;
  top: -50px;
  margin-right: 150px;
  padding: 50px;
  background-color: #ebe6dd;
}
.p-home-works-pickup__title {
  font-weight: 200;
  font-size: clamp(2rem, 2vw, 2.4rem);
}
.p-home-works-pickup__lead {
  width: 60%;
  margin-top: 30px;
}
.p-home-works-pickup__image2 {
  position: absolute;
  right: 50px;
  bottom: 150px;
  width: 30%;
}
.p-home-works-pickup__image2 img {
  width: 100%;
}
.p-home-works-pickup__btn {
  margin-top: 50px;
}
.p-home-works__items {
  display: flex;
  margin-top: clamp(25px, 4.1666666667vw, 50px);
  gap: 80px;
}
.p-home-works__item {
  width: 33.3333%;
}
.p-home-works__btn {
  margin-top: clamp(50px, 8.3333333333vw, 100px);
}

.p-page-contact__form {
  padding-top: clamp(50px, 8.3333333333vw, 100px);
}

.p-page-works__styles {
  display: flex;
  margin-top: 50px;
}
.p-page-works__works {
  display: flex;
  flex-wrap: wrap;
  padding-top: clamp(75px, 12.5vw, 150px);
  gap: 40px 8%;
}
.p-page-works__work {
  width: 28%;
}

.p-page__header-inner {
  display: flex;
  align-items: center;
  aspect-ratio: 1600/450;
  width: 100%;
}
.p-page__header-inner > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.p-page__title-ja {
  display: block;
  font-weight: 200;
  font-size: clamp(3rem, 4vw, 4.8rem);
  line-height: 1;
}
.p-page__title-en {
  display: block;
  margin-top: clamp(15px, 1.6666666667vw, 20px);
  padding-left: 10px;
  color: #a08534;
  font-size: clamp(1.3rem, 1.1666666667vw, 1.4rem);
  line-height: 1;
  letter-spacing: 0.2em;
}
.p-page__breadcrumbs ul {
  display: flex;
  align-items: center;
}
.p-page__breadcrumbs ul * {
  font-family: "Barlow Condensed", sans-serif;
}
.p-page__breadcrumbs ul li {
  display: flex;
  align-items: center;
  color: #b4b4b4;
}
.p-page__breadcrumbs ul li::after {
  display: block;
  width: 20px;
  height: 1px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #b4b4b4;
  content: "";
}
.p-page__breadcrumbs ul li:last-of-type::after {
  display: none;
}
.p-page__breadcrumbs ul li a {
  color: #b4b4b4;
}
.p-page__eyecatch {
  aspect-ratio: 1600/450;
  width: 100%;
  background-image: url(https://placehold.jp/1600x450.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-page__body {
  padding-top: clamp(40px, 6.6666666667vw, 80px);
  padding-bottom: clamp(50px, 8.3333333333vw, 100px);
}

.p-single-works__image {
  aspect-ratio: 16/9;
  width: 100%;
}
.p-single-works__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-works__thumbs {
  display: flex;
  margin-top: 30px;
  gap: 15px;
}
.p-single-works__thumb {
  position: relative;
  overflow: hidden;
  scale: 1;
  border-radius: 4px;
  transition: all 0.5s;
}
.p-single-works__thumb--active {
  scale: 0.9;
}
.p-single-works__thumb--active::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
}
.p-single-works__cols {
  display: flex;
  margin-top: clamp(50px, 8.3333333333vw, 100px);
}
.p-single-works__col-left {
  width: 33.3333%;
}
.p-single-works__col-right {
  width: 66.6666%;
}
.p-single-works__title h2 {
  font-weight: 200;
  font-size: clamp(2.4rem, 3.0833333333vw, 3.7rem);
}
.p-single-works-info {
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
}
.p-single-works-info__items {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  gap: 15px;
}
.p-single-works-info__items::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -9999px;
  background-color: #ffffff;
  content: "";
}
.p-single-works-info__item {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
}
.p-single-works-info__label {
  width: 120px;
  border-right: 1px solid #a08534;
  color: #a08534;
  font-weight: 500;
}
.p-single-works-info__value {
  padding-left: 20px;
}

.p-single__sns {
  margin-bottom: 40px;
}
.p-single__sns .c-sns {
  position: absolute;
  top: 100px;
  left: 30px;
}
.p-single__header {
  width: 100%;
}
.p-single__title h2 {
  position: relative;
  font-weight: 400;
  font-size: clamp(2.4rem, 3.1666666667vw, 3.8rem);
  line-height: 1.2;
}
.p-single__meta {
  padding-top: clamp(20px, 2.5vw, 30px);
}
.p-single__image {
  margin-top: 40px;
}
.p-single__image img {
  width: 100%;
}
.p-single__body {
  padding-top: clamp(40px, 6.6666666667vw, 80px);
  padding-bottom: clamp(50px, 8.3333333333vw, 100px);
}

.u-visible {
  display: none;
}
.u-visible--md {
  display: none;
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
    /* 何かにフォーカスがある場合のみスムーズスクロール */
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .c-container {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .c-entry__sns {
    display: block;
    margin-top: 60px;
  }
  .c-form {
    padding: 0;
    background: none;
  }
  .c-form__items::before {
    width: 50%;
  }
  .c-form-item {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-form-item::before {
    width: 50%;
  }
  .c-form-item__label {
    width: 100%;
    margin-top: 0;
  }
  .c-form-item__control {
    width: 100%;
    margin-top: 10px;
  }
  .c-form-item__control input[type=text],
  .c-form-item__control input[type=email],
  .c-form-item__control input[type=tel],
  .c-form-item__control textarea {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    background-color: #ffffff;
    font-size: 1.5rem;
  }
  .c-form-item__control .wpcf7-radio {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-form-item__control .wpcf7-radio .wpcf7-list-item span {
    font-size: 1.5rem;
  }
  .c-sns__items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
  .c-sns__item {
    margin-top: 0;
  }
  .p-single__sns {
    display: none;
  }
  .p-single__header {
    padding-top: 10px;
  }
  .p-single__image {
    margin-right: -5vw;
    margin-left: -5vw;
  }
  .u-visible--md {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .c-container--narrow {
    width: 100%;
  }
  .c-video__scroll {
    display: none;
  }
}