/*
Theme Name:xeory_extension-child
Template:xeory_extension
*/


/* ===========================
   ベーススタイル
   =========================== */
:root {
  --bg: #0c0c0c;
  --fg: #ffffff;
  --muted: rgba(255,255,255,0.65);
  --accent: rgba(255,255,255,0.9);
  --shadow: rgba(0,0,0,0.35);
  --dot: rgba(255,255,255,0.35);
  --dot-active: #ffffff;
  --control-bg: rgba(0,0,0,0.35);
  --control-bg-hover: rgba(0,0,0,0.55);
  --caption-bg: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  --font-system: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "Apple Color Emoji", "Segoe UI Emoji";
}
.bg_white {
width: 100%;
    background-color: #fff;
    display: block;
	color:#000;
	padding: 10vw 0 9vw;
}
.bg_black {
width: 100%;
    background-color: #000;
    display: block;
	color:#fff;
	padding: 10vw 0 9vw;
}
@media screen and (max-width: 959px) {
.pc-only { display: none; }
}
@media screen and (min-width: 960px) {
.sp-only { display: none; }
}
/* ===========================
   タイトル
   =========================== */
 .main-title {
padding-top: 8rem;
padding-bottom: 8rem;
}  
.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
	flex-wrap: wrap;
}
.main-title_wrap,
.sentence_wrap {
	width: 50%;
}
.r_space {
    padding-right: 14vw;
}
 .l_space {
    padding-left: 14vw;
} 
.main-title .main-title_wrap span {
    line-height: 1;
} 
.block {
    display: block;
}
.cormorant {
    font-family: "Cormorant";
}
.mincho {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.main-title .main-title_wrap h2 {
    margin-top: 2rem;
    font-size: 2.2rem;
    line-height: 1.7;
}
	.sentence_wrap p {
line-height: 2;
font-size: 1.2rem;
margin-bottom: 18px;		
	}	
.main-title .sentence_wrap {
    width: 28vw;
	 margin-top: 3.5rem;
}


* { box-sizing: border-box; }
html, body { height: 100%; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-system);
  color: var(--fg);
  background: var(--bg);
}

/* ===========================
   Hero（ビューポートいっぱい）
   =========================== */
.kv-hero {
  position: relative;
  min-height: 100svh;
  width: 100%;
  overflow: clip;
  background: #000;
}

/* 縦書きタイトル */
.kv-hero__vtitle {
  position: absolute;
  inset: 0 auto 0 24px; /* left:24px 固定 */
  display: flex;
  align-items: center;
  pointer-events: none;
  z-index: 3;
  gap: 16px;
}

.kv-hero__vtitle > span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: var(--accent);
  text-shadow: 0 8px 20px var(--shadow);
  transform: translateY(-2%);
}

.vtitle__en {
  font-size: clamp(14px, 1.0vw + 8px, 18px);
  opacity: 0.85;
}
.vtitle__jp {
  font-size: clamp(22px, 2.5vw + 10px, 42px);
}

/* 右下サイドキャプション */
.kv-hero__sidecaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  padding: 16px 18px;
  background: rgba(0,0,0,0.28);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  line-height: 1.55;
  text-align: right;
  box-shadow: 0 8px 30px var(--shadow);
}
.kv-hero__sidecaption .eyebrow {
  margin: 0 0 4px 0;
  font-size: 12px;
  letter-spacing: 0.2em;
  opacity: 0.85;
}
.kv-hero__sidecaption .sidelead {
  margin: 0;
  font-size: clamp(14px, 0.9vw + 10px, 18px);
}

/* ===========================
   Slider
   =========================== */
.kv-hero__slider {
  position: absolute;
  inset: 0;
  isolation: isolate;
}

.slider__track {
  position: absolute;
  inset: 0;
}

.slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 900ms ease;
  will-change: opacity;
}
.slider__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.slider__slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.9) contrast(1.02) saturate(1.02);
}

/* キャプション（下部グラデーション） */
.slide__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: min(6vw, 56px) min(5vw, 40px);
  background: var(--caption-bg);
  display: grid;
  gap: 6px;
}
.caption__eyebrow {
  font-size: clamp(12px, 0.7vw + 9px, 14px);
  letter-spacing: 0.25em;
  color: var(--muted);
}
.caption__title {
  font-size: clamp(18px, 2.2vw + 8px, 34px);
  font-weight: 600;
}

/* コントロール */
.slider__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  background: var(--control-bg);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}
.slider__control:hover { background: var(--control-bg-hover); }
.slider__control:active { transform: translateY(-50%) scale(0.96); }
.slider__control--prev { left: 16px; }
.slider__control--next { right: 16px; }

/* ドット（ページネーション） */
.slider__dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  z-index: 3;
  display: flex;
  gap: 8px;
}
.slider__dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: var(--dot);
  cursor: pointer;
  padding: 0;
  transition: transform 120ms ease, background 120ms ease;
}
.slider__dots button[aria-selected="true"] {
  background: var(--dot-active);
  transform: scale(1.25);
}

/* ===========================
   Responsive
   =========================== */
@media (max-width: 960px) {
  .kv-hero__vtitle {
    inset: 16px auto auto 16px;
    gap: 10px;
  }
  .kv-hero__sidecaption {
    right: 16px;
    bottom: 16px;
    padding: 12px 14px;
  }
}

@media (max-width: 640px) {
  .kv-hero__vtitle { display: none; } /* SP は非表示（要件にあわせて表示でもOK） */
  .slider__control { width: 38px; height: 38px; font-size: 26px; }
  .slider__dots { bottom: 12px; }
}

/* 低速回線や非JS環境フォールバック */
.no-js .slider__slide { position: static; opacity: 1; }

/* ===========================
   下部スペックリスト
   =========================== */
.horizontal-list {
padding-right: 14vw;
padding-left: 14vw;
	line-height: 2;
font-size: 1.2rem;
margin-top: 50px;	
}
.horizontal-list li {
display: flex;
    border-bottom: 1px solid #000;
    padding: 40px 10px;
}
.horizontal-list .title {
  width: 20%; /* タイトルの幅を固定（必要に応じて調整） */
  margin-right: 30px; /* タイトルと説明文の間の余白 */
}

.horizontal-list .description {
  flex-grow: 1; /* 説明文が残りのスペースを埋める */
width: 80%;	
}

/* 固定ロゴがある時は、テーマ既存のヘッダーロゴを見せない */
body.has-float-logo .pc-header_inner h1 { visibility: hidden; }

/* 外部リンクアイコンのサイズ指定 */

.yoyaku svg,
.kmf-nav__yoyaku svg {
	width: 1.5em;
	height: auto;
	margin-left: .4em;
	stroke-width: 1;
	vertical-align: middle;
}
.kmf-nav__yoyaku svg {
	margin-top: -.3em;
}

/* フッター */

	.footer-01 {
		padding: 0;
	}
	.footer-01,
	.footer-02 {
		background: #000;
	}
	.footer-logo.gr6 {
		width: 100px;
	}
	#footer .wrap {
		margin-left: 14vw;
		margin-right: 14vw;
		width: auto;
		padding-top: 30px;
		padding-bottom: 40px;
	}
	#footer {
    	border-top: 1px solid #fff;
		line-height: 2;
	}
	#footer h3 {
		font-size: 1.1em;
	}
	.footer-menu-list {
		width: fit-content;
		margin: 0 0 0 auto !important;
	}
	/* pagetop */
.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #fff;
	mix-blend-mode: difference;
  cursor: pointer;
	z-index: 1;
}
	.page-top:hover {
		text-decoration: none;
	}
.page-top .line-wrap {
  width: 1px;
  height: 20px;
  overflow: hidden;
}
.page-top .line {
  width: 1px;
  height: 20px; 
  background: #fff;
	mix-blend-mode: difference;
  transform: translateY(100%);
  animation: lineInOut 3s ease-in-out infinite;
}
@keyframes lineInOut {
  0%   { transform: translateY(100%); }
  15%  { transform: translateY(0%); }
  50%  { transform: translateY(0%); }
  65%  { transform: translateY(-100%); }
  85%  { transform: translateY(-100%); }
  100% { transform: translateY(-100%); }
}

.page-top:hover span { opacity: 0.75; }

@media (prefers-reduced-motion: reduce) {
  .page-top .line { animation: none; transform: none; }
}

@media screen and (max-width: 959px) {
	#footer .wrap {
		margin-right: 10vw;
		margin-left: 10vw;
	}
	.footer-menu-list {
		margin: 10px auto 0 0 !important;
	}
	#footer .row {
		margin-left: 0;
		margin-right: 0;
	}
	#footer-list-area {
		padding-left: 0;
		padding-right: 0;
	}
}

/* ===========================
   トップページ
   =========================== */

.main-title .main-title_wrap h2 {
	font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
	.main-title .main-title_wrap h2 {
		font-size: 2rem;
		line-height: 1.65;
	}
}

/* メインビジュアルここから */

  :root{
    --displayDur: 8000ms;             /* ズームアウトの時間 */
    --revealDur: 2000ms;              /* 下→上リビールの時間 */
    --easing: cubic-bezier(.2,.6,.2,1);
    --startScale: 1.08;               /* 非アクティブ時の倍率 */
    --overlayScrimTop: rgba(0,0,0,.18);
    --overlayScrimBottom: rgba(0,0,0,.50);
  }

  /* ===== Hero Base ===== */
  .hero{
    position: relative; width: 100vw; height: 100svh; overflow: hidden;
    background:#000; color:#fff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto,
                 "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  }
  @supports not (height: 100svh){ .hero{ height:100vh; } }
  .hero::after{
    content:""; position:absolute; inset:0; pointer-events:none;
    background: linear-gradient(to top, var(--overlayScrimBottom), var(--overlayScrimTop));
    z-index: 5; /* ← オーバーレイは常に最上位（スライドより上） */
  }

  /* ===== Slides ===== */
  .slide{
    position:absolute; inset:0; pointer-events:none;
    opacity:0; transition: opacity 400ms ease;
    z-index: 0; /* ← スライドはオーバーレイより下 */
  }
  .slide.is-active, .slide.is-preparing, .slide.is-revealing{ opacity:1; }

  .slide .reveal{
    position:absolute; inset:0; overflow:hidden;
    /* ★ 高さは常に100%、clip-pathで下から開く */
    clip-path: inset(0 0 0 0);
  }

  /* 画像：デフォは開始倍率＆トランジション無し（ベース状態） */
  .slide img{
    width:100%; height:100%; object-fit:cover;
    transform-origin:center center;
    transform: scale(var(--startScale));
    transition: none;
    will-change: transform;
  }

  /* リビール中は常に拡大初期状態に固定（チラつき防止） */
  .slide.is-preparing img,
  .slide.is-revealing img{
    transform: scale(var(--startScale)) !important;
    transition: none !important;
  }

  /* ★★ 下→上のリビール（clip-pathでマスクを開く）★★ */
  .slide.is-preparing .reveal{ clip-path: inset(100% 0 0 0); }
  .slide.is-revealing .reveal{
    animation: clipReveal var(--revealDur) var(--easing) forwards;
  }
  @keyframes clipReveal{
    from{ clip-path: inset(100% 0 0 0); }
    to  { clip-path: inset(0 0 0 0); }
  }

  @media (prefers-reduced-motion: reduce){
    .slide img{ transition-duration:1ms !important; }
    .slide{ transition-duration:1ms; }
    .slide.is-revealing .reveal{ animation-duration:1ms; }
  }

  /* ===== Vertical Type ===== */
  .vtype{
    position:absolute; inset:0; display:grid; place-items:center; z-index:10; /* テキストは最上位 */
    text-align:center; padding:clamp(16px, 4vw, 48px);
  }
  .vtype__block{
    writing-mode: vertical-rl; text-orientation:mixed; line-height:1.1; color:#fff;
    text-shadow: 0 1px 8px rgba(0,0,0,.45), 0 0 1px rgba(0,0,0,.25);
    font-family: "Hiragino Mincho ProN","Yu Mincho","Noto Serif JP","Hiragino Mincho",serif;
    display:inline-block;
  }
.vtype__big{ display:inline-block; line-height:1; }
.vtype__big svg{
  display:block;
  width: clamp(60px, 12vw, 200px);  /* サイズ */
  height:auto;
  color:#fff;                       /* ← 文字色 */
  filter: drop-shadow(0 2px 12px rgba(0,0,0,.55));
padding: 0 1em;
  box-sizing: content-box;
}
.vtype__small{
  font-size: clamp(14px, 3.2vw, 30px);
  font-weight: 600;
  letter-spacing: .08em;
  opacity: .98;
  margin: 0;
  line-height: 2;
}
@media (max-width: 959px){
	.vtype__big svg{
		width: clamp(110px, 12vw, 200px);
	}
	.vtype__small{
		font-size: clamp(18px, 3.2vw, 30px);
	}
}

  /* ===== Scroll Indicator ===== */
  .scroll-indicator{
    position:absolute; bottom:clamp(16px,4vw,40px); left:50%; transform:translateX(-50%);
    display:flex; flex-direction:column; align-items:center; gap:6px;
    color:#fff; z-index:15; pointer-events:none;
  }
  .scroll-text{
    font-size:12px; letter-spacing:.2em; text-transform:uppercase;
    text-shadow:0 1px 6px rgba(0,0,0,.45);
    font-family:"Helvetica Neue",Helvetica,Arial,"Noto Sans JP","Hiragino Sans","Yu Gothic UI",sans-serif;
  }
  .scroll-line{
    width:1px; height:40px; background:#fff;
    animation: lineGrow 2s ease-in-out infinite;
  }
  @keyframes lineGrow{
    0%{transform:scaleY(0); transform-origin:top;}
    40%{transform:scaleY(1); transform-origin:top;}
    60%{transform:scaleY(1); transform-origin:bottom;}
    100%{transform:scaleY(0); transform-origin:bottom;}
  }

  /* 959px以下のときだけ、各画像の注視点を反映 */
  @media (max-width: 959px){
    .slide img{
      /* デフォルトは中央（50% 50%）。画像ごとに上書き可 */
      object-position: var(--m-focus-x, 50%) var(--m-focus-y, 50%);
    }
  }

.sr-only{
  position:absolute !important;
  width:1px;height:1px;overflow:hidden;
  clip: rect(0 0 0 0);clip-path: inset(50%);
  white-space:nowrap;margin:-1px;padding:0;border:0;
}

/* メインビジュアルここまで */

/* コンセプトセクションここから */

	.concept-section .main-title {
		flex-wrap: wrap;
		padding-top: 0;
		padding-right: 8vw;
	}
	.concept-section .main-title_wrap,
	.concept-section .sentence_wrap {
		width: 100%;
	}
	.concept-section_inner {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 5vw;
	}
	.concept-section_inner_left {
		width: 55%;
	}
	.concept-section_inner_right {
		width: 45%;
		margin-bottom: 15px;
	}
	.concept-section h2 {
		margin-right: 6vw;
		margin-bottom: 2em;
	}
	.concept-section .sentence_wrap {
		margin-left: 6vw;
	}

@media screen and (max-width: 959px) {
	.concept-section .main-title {
		padding-left: 10vw;
		padding-right: 10vw;
	}
	.concept-section h2 {
		margin-right: 0;
	}
	.concept-section .sentence_wrap {
		margin-left: 0;
	}
	.concept-section_inner {
		flex-direction: column-reverse;
	}
	.concept-section_inner_left,
	.concept-section_inner_right {
		width: 100%;
	}
	.concept-section .main-title {
		padding-bottom: 0;
	}
	.concept-section {
		position: relative;
	}
	.concept-section::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		height: 1px;
		width: 80%;
		background: rgba(255,255,255,.25);
	}
}

/* コンセプトセクションここまで */

/* 温泉セクションここから */

	.onsen-section .main-title {
		background: #000;
		margin: 0vw 14vw 0 18vw;
    	position: relative;
    	z-index: 1;
		flex-wrap: wrap;
		padding: 8vw 7vw 1vw;
	}
	.onsen-section .main-title .main-title_wrap { width: 100%; }
	.onsen-section .main-title .sentence_wrap { width: 100%; }

.swiper.swiper-onsen {
		/* height: 45vw; */
	height: auto;
		margin-left: 14vw;
}
.swiper-onsen .swiper-slide {
  overflow: hidden;
}
.swiper-onsen .swiper-slide .swiper-img img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 959px) {
	.onsen-section {
		padding-top: 20vw;
	}
	.onsen-section .main-title {
		margin: 0vw 5vw 0 5vw;
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.swiper.swiper-onsen {
		margin-left: 0;
		/* height: 55vw; */
		height: auto;
	}
}


/* 温泉セクションここまで */

/* リビングセクションここから */

	.living-section_gallery {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding-left: 14vw;
		justify-content: space-between;
	}
	.living-section_gallery li {
		width: 30%;
		margin-bottom: 2em;
	}

@media screen and (max-width: 959px) {
	.living-section .main-title {
		flex-wrap: wrap;
		padding-left: 10vw;
		padding-right: 10vw;
		padding-bottom: 10vw;
	}
	.living-section .main-title_wrap,
	.living-section .sentence_wrap {
		width: 100%;
	}
	.living-section_gallery {
		padding-left: 0;
		justify-content: space-between;
		width: 94%;
		margin: 0 auto;
	}
	.living-section_gallery li {
		width: 49%;
	}
}

/* リビングセクションここまで */

/* ベッドルームセクションここから */

	.bedroom-section .main-title {
		background: #000;
		margin: 0 14vw 0 18vw;
    	position: relative;
    	z-index: 1;
		flex-wrap: wrap;
		padding: 8vw 7vw 1vw;
	}
	.bedroom-section .main-title .main-title_wrap { width: 100%; }
	.bedroom-section .main-title .sentence_wrap { width: 100%; }

.swiper.swiper-bedroom {
  /* height: 45vw; */
	height: auto;
		margin-left: 14vw;
}
.swiper-bedroom .swiper-slide {
  overflow: hidden;
}
.swiper-bedroom .swiper-slide img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 959px) {
	.bedroom-section {
		padding-top: 25vw;
	}
	.bedroom-section .main-title {
		margin: 0 5vw 0 5vw;
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.swiper.swiper-bedroom {
		/* height: 65vw; */
		height: auto;
		margin-left: 0;
	}
}

/* ベッドルームセクションここまで */

/* キッチン・ダイニングセクションここから */

	.kitchen-section_gallery {
		display: flex;
		flex-wrap: wrap;
		max-width: 95%;
		width: 1400px;
		margin: 0 auto;
		justify-content: space-between;
	}
	.kitchen-section_gallery li {
		width: 30%;
	}

@media screen and (max-width: 959px) {
	.kitchen-section .main-title {
		flex-wrap: wrap;
		padding-left: 10vw;
		padding-right: 10vw;
		padding-bottom: 10vw;
	}
	.kitchen-section .main-title_wrap,
	.kitchen-section .sentence_wrap {
		width: 100%;
	}
	.kitchen-section_gallery {
		padding-left: 0;
		justify-content: space-between;
		width: 94%;
		margin: 0 auto;
	}
	.kitchen-section_gallery li {
		width: 49%;
	}
	.kitchen-section_gallery li:first-child {
		width: 100%;
		margin-bottom: 10px;
	}
}

/* キッチン・ダイニングセクションここまで */

/* ギャラリーセクションここから */

.swiper-gallery {
  width: 100%;
}
	.swiper-gallery .swiper-button-prev,
	.swiper-gallery .swiper-button-next {
		background-color: rgba(255, 255, 255, .5);
		width: 100px;
		height: 100px;
		padding: 20px;
		svg { color: rgba(0, 0, 0, .35); }
	}
	.swiper-gallery .swiper-button-prev { left: 0 !important; }
	.swiper-gallery .swiper-button-next { right: 0 !important; }
	.swiper-gallery .swiper-pagination-bullet-active {
		background: rgba(255,255,255,.3);
}

.swiper-gallery .swiper-button-prev,
.swiper-gallery .swiper-button-next {
	transform: translateY(-25%);
}

@media screen and (max-width: 959px) {
	.gallery-section .main-title {
		flex-wrap: wrap;
		padding-left: 10vw;
		padding-right: 10vw;
	}
	.gallery-section .main-title_wrap,
	.gallery-section .sentence_wrap {
		width: 100%;
	}
	.gallery-section_gallery {
		padding-left: 0;
	}
}

@media (max-width: 599px) {
	.swiper-gallery .swiper-button-prev,
	.swiper-gallery .swiper-button-next {
		width: 75px;
		height: 75px;
	}
}

/* ギャラリーセクションここまで */

/* レイアウトセクションここから */

	.layout_gallery {
		display: flex;
		flex-wrap: wrap;
		margin: 0 14vw;
		justify-content: space-between;
	}
	.layout_gallery_left,
	.layout_gallery_right {
		width: 48%;
	}

@media screen and (max-width: 959px) {
	.layout_gallery {
		margin: 0 9vw;
	}
	.layout_gallery_left,
	.layout_gallery_right {
		width: 100%;
	}
	.layout_gallery_left {
		margin-bottom: 50px;
	}
	.layout-section .main-title {
		flex-wrap: wrap;
		padding-left: 10vw;
		padding-right: 10vw;
		padding-bottom: 10vw;
	}
	.layout-section .main-title_wrap,
	.layout-section .sentence_wrap {
		width: 100%;
	}
	.layout-section_gallery {
		padding-left: 0;
	}
	.horizontal-list {
		padding-left: 10vw;
		padding-right: 10vw;
		margin-top: 0;
	}
	.horizontal-list li {
		flex-wrap: wrap;
	}
	.horizontal-list li .title {
		width: 100%;
		margin-bottom: 10px;
	}
	.horizontal-list li .description {
		width: 100%;
		margin-left: 25px;
	}
}

/* レイアウトセクションここまで */

/* アクセスセクションここから */

@media screen and (max-width: 959px) {
	.access-section .main-title {
		flex-wrap: wrap;
		padding-left: 10vw;
		padding-right: 10vw;
	}
	.access-section .main-title_wrap,
	.access-section .sentence_wrap {
		width: 100%;
	}
}

/* アクセスセクションここまで */

/* CTAセクションここから */

	.yoyaku-btn {
		display: block;
		border: 1px solid #000;
		width: 900px;
		max-width: 80%;
		margin: 0 auto;
		padding: 50px 10px;
		text-align: center;
		color: #000;
		font-size: 22px;
		position: relative;
	}
	.yoyaku-btn::after {
		content: '';
		height: 25px;
		width: 120px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		position: absolute;
		bottom: 50%;
		right: -40px;
		transform: skewX(35deg);
		transition: all ease-in-out .3s;
	}
	.yoyaku-btn:hover {
		text-decoration: none;
		box-shadow: 0 0 30px rgba(0,0,0,.1);
	}
	.yoyaku-btn:hover::after {
		right: -60px;
	}

@media screen and (max-width: 959px) {
	.cta-section .main-title {
		flex-wrap: wrap;
		padding-left: 10vw;
		padding-right: 10vw;
	}
	.cta-section .main-title_wrap,
	.cta-section .sentence_wrap {
		width: 100%;
	}
	.yoyaku-btn {
		padding: 30px 10px;
	}
	.yoyaku-btn::after {
		right: -25px;
		height: 20px;
		width: 90px;
	}
}

/* CTAセクションここまで */

/* 投稿記事ページの修正 */

body.single {
  background: #fff;
  color: #241913;
	.aligncenter {
		margin-bottom: 2em;
	}
}

/* ロゴの色を変更する */

.site-logo-float.is-visible {
	mix-blend-mode: normal;
    color: #000;
    background-color: rgba(255, 255, 255, .8);
    padding: 8px;
    width: clamp(60px, 10.5vw, 124px);
}
.site-logo-float.is-blend {
    mix-blend-mode: normal !important;
	color: #000 !important;
}