@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*mediaquery-1*/
.cf {
  zoom: 1;
}
.cf:after {
  display: block;
  content: "";
  clear: both;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.hidetext {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*fontサイズ指定*/
:root {
  /* 本文 */
  --fz-base: clamp(1.4rem, 1.3vw, 1.6rem);
  /* 見出しスケール */
  --heading01: clamp(5rem, 8vw, 10rem);
  --heading02: clamp(3.6rem, 6.5vw, 7.5rem);
  --heading03: clamp(3rem, 5vw, 6rem);
  --heading04: clamp(2.8rem, 4vw, 4rem);
  --fz-1: clamp(2.2rem, 4vw, 3.2rem); /* H1: 記事タイトル */
  --fz-2: clamp(1.8rem, 3vw, 2.6rem); /* H2: 中見出し */
  --fz-3: clamp(1.6rem, 2.5vw, 2rem); /* H3: 小見出し */
  --fz-4: clamp(1.4rem, 2vw, 1.8rem); /* H4: 節見出し */
  --fz-5: clamp(1.2rem, 1.5vw, 1.5rem); /* 補足/注釈/ラベル */
}

/*
	include style
===================================================*/
.ellipsis {
  width: 100%;
}

/*
	general style
===================================================*/
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  position: relative;
  height: 100%;
}

body {
  font-size: 1.6rem;
  position: relative;
  color: rgba(255, 255, 255, 0.93);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}

a {
  background-color: transparent;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

/*
	layout style
===================================================*/
@media screen and (max-width: 640px) {
  br.brpc {
    display: none;
  }
}

br.brmd {
  display: none;
}
@media screen and (max-width: 768px) {
  br.brmd {
    display: block;
  }
}

br.brsp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.brsp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pcblock {
    display: none;
  }
}

.mdblock {
  display: none;
}
@media screen and (max-width: 768px) {
  .mdblock {
    display: block;
  }
}

.spblock {
  display: none;
}
@media screen and (max-width: 640px) {
  .spblock {
    display: block;
  }
}

#wraper {
  overflow: hidden;
}

.inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 90%;
    width: 90%;
    padding: 0;
  }
}

.inner--fixed {
  width: 1320px;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .inner--fixed {
    width: 90%;
    padding: 0;
  }
}

/*reCAPTCHAバッチ位置調整*/
.grecaptcha-badge {
  bottom: 80px !important;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.red {
  color: red;
}

/*ホバー装飾*/
.slide_base {
  background: #861f59;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.slide_base::before {
  content: "";
  position: absolute;
  inset: -40%; /* 大きめにして端切れ防止 */
  background: #66063f;
  transform: translate(-120%, -120%) skewX(-20deg);
  transition: transform 0.45s ease;
  z-index: -1;
}
.slide_base:hover {
  opacity: 1;
}
.slide_base:hover::before {
  transform: translate(0%, 0%) skewX(-20deg);
}

/*ボタン装飾*/
.btn-arrow-img {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5.6rem;
  padding: 0 8rem;
  padding-left: 10rem; /* 矢印分 */
  border: 1px solid rgba(255, 255, 255, 0.93);
  border-radius: 100vw;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "ten-mincho", serif;
  margin: 2rem auto;
  font-size: var(--fz-4);
}
.btn-arrow-img.sm {
  height: 4rem;
  font-size: var(--fz-5);
  margin: 0;
}
.btn-arrow-img.wh {
  color: rgba(255, 255, 255, 0.93);
}
.btn-arrow-img.wh:hover {
  color: rgba(255, 255, 255, 0.93);
  background-color: #861f59;
  opacity: 1;
}
.btn-arrow-img.base {
  color: rgba(255, 255, 255, 0.93);
  background-color: #47002c;
  border: 1px solid #47002c;
}
.btn-arrow-img.base:hover {
  color: rgba(255, 255, 255, 0.93);
  background-color: #861f59;
  border: 1px solid #861f59;
  opacity: 1;
}

/* 矢印（画像） */
.btn-arrow-img::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  width: 80px; /* 矢印画像サイズ */
  height: 16px;
  background: url("../img/arrow.svg") no-repeat center/contain;
  transform: translateY(-50%) translateX(0);
  transition: transform 0.35s ease;
}

/* hoverで左→右へ */
.btn-arrow-img:hover::before,
.btn-arrow-img:focus-visible::before {
  transform: translateY(-50%) translateX(10px);
  color: rgba(255, 255, 255, 0.93);
}

/*見出し*/
.heading01 {
  font-family: "ten-mincho", serif;
  font-size: var(--fz-2);
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: normal;
}
.heading01 span {
  display: block;
}
.heading01 span.en {
  color: #000000;
}
.heading01 span.en.wh {
  color: rgba(255, 255, 255, 0.93);
}
.heading01 span.ja {
  color: #861f59;
}

.heading02 {
  font-family: "ten-mincho", serif;
  font-size: var(--fz-2);
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: normal;
}
.heading02 span {
  display: block;
}
.heading02 span.en {
  color: #861f59;
}
.heading02 span.en.wh {
  color: rgba(255, 255, 255, 0.93);
}
.heading02 span.ja {
  color: rgba(255, 255, 255, 0.93);
  font-size: var(--fz-base);
}

.section-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2em;
  font-weight: normal;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .section-title {
    flex-direction: column;
    text-align: center;
  }
}
.section-title span.en {
  font-size: var(--heading03);
  font-family: "ten-mincho", serif;
  color: #861f59;
  letter-spacing: 0.1em;
  line-height: 1.35;
}
.section-title span.ja {
  color: rgba(255, 255, 255, 0.93);
  letter-spacing: 0.3em;
  font-size: var(--fz-4);
}

/*記事見出し*/
.post-contents {
  padding: 5%;
  margin: 5% auto;
  background: #ffffff;
  color: #000000;
}
.post-contents .post-contents__body {
  line-height: 2;
}
.post-contents .post-contents__body h1 {
  font-size: var(--fz-2);
  color: #861f59;
}
.post-contents .post-contents__body h2 {
  font-size: var(--fz-3);
  color: #861f59;
  letter-spacing: 0.08em;
  margin: 1em 0;
  padding: 0.2em 0;
  border-top: solid 1px #861f59;
  border-bottom: solid 1px #861f59;
}
.post-contents .post-contents__body h3 {
  font-size: var(--fz-4);
  letter-spacing: 0.08em;
  padding: 0.4em;
  color: #861f59;
  background: #f9f9f9;
  border-left: solid 5px #861f59;
  margin: 1em 0;
}

/*
	Parts style
===================================================*/
/* wp-pagenavi

一覧ページ

*/
.wp-pagenavi {
  clear: both;
  margin: 10% 0 5%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #861f59;
  border: 1px solid #861f59;
  padding: 8px 15px !important;
  margin: 5px 2px;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #861f59;
  border-color: #861f59;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #861f59;
  border-color: #861f59;
  font-weight: bold;
}

/* 
page_navigation

詳細ページ

*/
.page_navigation {
  width: 100%;
  margin: 4% auto;
  text-align: center;
}
.page_navigation nav {
  margin: 50px auto;
  padding: 30px 0;
  border-top: solid #861f59 1px;
}
.page_navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.page_navigation .nav-links .nav-previous,
.page_navigation .nav-links .nav-next {
  width: 40%;
  text-align: left;
}
.page_navigation .nav-links .nav-previous span,
.page_navigation .nav-links .nav-next span {
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.page_navigation .nav-links a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #861f59;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page_navigation .nav-links a {
    font-size: 1.3rem;
  }
}
.page_navigation .nav-links a i {
  font-size: 2rem;
  color: #861f59;
}
@media screen and (max-width: 768px) {
  .page_navigation .nav-links a i {
    font-size: 1.3rem;
  }
}
.page_navigation .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*********************************

パンくずリスト

*********************************/
.breadcrumbs {
  margin: 20px 0;
  position: relative;
  z-index: 1;
  letter-spacing: 0.1em;
}
.breadcrumbs a {
  color: rgba(255, 255, 255, 0.93);
  font-weight: normal;
}
.breadcrumbs.bk a {
  color: #000000;
}

/*********************************

loading

*********************************/
/* ローディング画面の背景 */
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #861f59;
  z-index: 9999;
}

.loading__animation {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-animation: loadinganimation 3000ms ease-out forwards infinite;
  animation: loadinganimation 3000ms ease-out forwards infinite;
}

@-webkit-keyframes loadinganimation {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes loadinganimation {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
}
/*********************************

loop_text

*********************************/
/*ループテキスト*/
.loop-txt__wrap {
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 180px;
  overflow: hidden;
  line-height: 1;
}
.loop-txt__wrap.intro-loop-txt {
  margin-top: -5%;
  position: relative;
  z-index: 1;
}

.loop-txt__wrap div {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 150px;
  overflow: hidden;
}

.loop-txt__wrap div:nth-child(odd) {
  -webkit-animation: loop-txt1 50s -25s linear infinite;
          animation: loop-txt1 50s -25s linear infinite;
}

.loop-txt__wrap div:nth-child(even) {
  -webkit-animation: loop-txt2 50s linear infinite;
          animation: loop-txt2 50s linear infinite;
}

@-webkit-keyframes loop-txt1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop-txt1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop-txt2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop-txt2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*********************************

swiper

*********************************/
/*container_gallery*/
/*途切れなくループ*/
/*owned-gallery*/
.swiper-container_gallery {
  padding: 1rem 0;
}
.swiper-container_gallery.reverse {
  transform: scaleX(-1);
}
.swiper-container_gallery.reverse .swiper-slide {
  transform: scaleX(-1);
}
.swiper-container_gallery .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container_gallery .swiper-wrapper .swiper-slide {
  width: 100%;
}
.swiper-container_gallery .swiper-wrapper .swiper-slide .owned-img {
  border-radius: 20px;
  overflow: hidden;
}
.swiper-container_gallery .swiper-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/2.5;
  -o-object-fit: cover;
     object-fit: cover;
}

/*top-company__gallery*/
.swiper-container_gallery2 {
  padding: 1rem 0;
}
.swiper-container_gallery2 .swiper-wrapper {
  transition-timing-function: linear;
  position: relative;
}
.swiper-container_gallery2 .swiper-wrapper .swiper-slide {
  width: 100%;
}
.swiper-container_gallery2 .swiper-wrapper img {
  width: 100%;
  height: auto;
}

/*********************************

HEADER

*********************************/
.gHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.78);
  /*お問い合わせ*/
}
.gHeader .gHeader__inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 8px 20px;
  /* ロゴ */
  /* 中央メニュー */
  /* 右側 */
}
@media screen and (max-width: 1024px) {
  .gHeader .gHeader__inner {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 768px) {
  .gHeader .gHeader__inner {
    height: 60px;
    padding: 8px 20px;
  }
}
.gHeader .gHeader__inner .gHeader__logo {
  display: inline-flex;
  align-items: center;
  min-width: 200px;
  text-decoration: none;
}
.gHeader .gHeader__inner .gHeader__logo img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 1240px) {
  .gHeader .gHeader__inner .gHeader__logo {
    min-width: 180px;
    min-width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .gHeader .gHeader__inner .gHeader__logo img {
    width: auto;
    height: 30px;
  }
}
@media screen and (max-width: 640px) {
  .gHeader .gHeader__inner .gHeader__logo img {
    width: auto;
    height: 30px;
  }
}
.gHeader .gHeader__inner .gNav {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .gHeader .gHeader__inner .gNav {
    display: none;
  }
}
.gHeader .gHeader__inner .gNav .gNav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .gHeader .gHeader__inner .gNav .gNav__list {
    gap: 16px;
  }
}
.gHeader .gHeader__inner .gNav .gNav__list li {
  position: relative;
}
.gHeader .gHeader__inner .gNav .gNav__list li + li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #861f59;
}
@media screen and (max-width: 1024px) {
  .gHeader .gHeader__inner .gNav .gNav__list li + li::before {
    left: -8px;
  }
}
.gHeader .gHeader__inner .gNav .gNav__list a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.gHeader .gHeader__inner .gNav .gNav__list a:hover {
  color: #861f59;
  opacity: 1;
}
@media screen and (max-width: 1240px) {
  .gHeader .gHeader__inner .gNav .gNav__list a {
    font-size: 1.4rem;
  }
}
.gHeader .gHeader__inner .gNav .gNav__list a span {
  display: block;
  letter-spacing: 0.2em;
}
.gHeader .gHeader__inner .gNav .gNav__list a span.en {
  font-family: "ten-mincho", serif;
}
.gHeader .gHeader__inner .gNav .gNav__list a span.en::first-letter {
  font-size: 1.4em;
  color: #861f59;
}
.gHeader .gHeader__inner .gNav .gNav__list a span.ja {
  font-size: 1.2rem;
  margin-top: 4px;
}
@media screen and (max-width: 1240px) {
  .gHeader .gHeader__inner .gNav .gNav__list a span.ja {
    font-size: 1.1rem;
  }
}
.gHeader .gHeader__inner .gHeader__right {
  display: flex;
  align-items: center;
  gap: 16px;
  /* アイコン縦並び */
  /* CTA縦並び */
}
@media screen and (max-width: 1024px) {
  .gHeader .gHeader__inner .gHeader__right {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .gHeader .gHeader__inner .gHeader__right {
    display: none;
  }
}
.gHeader .gHeader__inner .gHeader__right .gHeader__icons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gHeader .gHeader__inner .gHeader__right .gHeader__icons .iconLink {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
}
.gHeader .gHeader__inner .gHeader__right .gHeader__icons .iconLink .iconLink__icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.gHeader .gHeader__inner .gHeader__right .gHeader__icons .iconLink .iconLink__icon.ig::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/ig_icon.svg") center/contain no-repeat;
}
.gHeader .gHeader__inner .gHeader__right .gHeader__icons .iconLink .iconLink__icon.x::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/x_icon.svg") center/contain no-repeat;
}
.gHeader .gHeader__inner .gHeader__right .gHeader__ctas {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gHeader .gHeader__inner .gHeader__right .gHeader__ctas .ctaBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: #bb1451;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}
.gHeader .gHeader__inner .gHeader__right .gHeader__ctas .ctaBtn .ctaBtn__icon {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.gHeader .gHeader__inner .gHeader__right .gHeader__ctas .ctaBtn .ctaBtn__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/house.png") center/contain no-repeat;
}
.gHeader .gHeader__inner .gHeader__right .gHeader__ctas .ctaBtn .ctaBtn__text {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .gHeader .gHeader__inner .gHeader__right .gHeader__ctas .ctaBtn .ctaBtn__text .none {
    display: none;
  }
}
.gHeader .gHeader__contact {
  position: fixed;
  right: 0;
  width: 48px;
  top: 120px;
}
@media screen and (max-width: 768px) {
  .gHeader .gHeader__contact {
    display: none;
  }
}
.gHeader .gHeader__contact .contactBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-decoration: none;
  color: #ffffff;
  background-color: #861f59;
  padding: 1.5em 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  letter-spacing: 0.3em;
  font-size: 1.4rem;
}
.gHeader .gHeader__contact .contactBtn span {
  display: inline-block;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.gHeader .gHeader__contact .contactBtn span::before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin-bottom: 8px;
  background-image: url(../img/tel_mail_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/*ハンバーガーメニュー*/
.h-menu_wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  /*menuBg*/
  /*h-menu_lists*/
}
@media screen and (max-width: 768px) {
  .h-menu_wrap {
    display: block;
  }
}
.h-menu_wrap .btn {
  width: 100%;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  z-index: 999;
  /*bar_close*/
}
.h-menu_wrap .btn .bar {
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.93);
}
.h-menu_wrap .btn .bar.bar-top {
  top: 10px;
}
.h-menu_wrap .btn .bar.bar-middle {
  top: 50%;
  transform: translate(-50%, -50%);
}
.h-menu_wrap .btn .bar.bar-bottom {
  bottom: 10px;
}
.h-menu_wrap .btn.close .bar-top {
  transform: translate(-50%, 8px) rotate(45deg);
  transition: transform 0.3s;
}
.h-menu_wrap .btn.close .bar-middle {
  opacity: 0;
  transition: opacity 0.3s;
}
.h-menu_wrap .btn.close .bar-bottom {
  transform: translate(-50%, -10px) rotate(-45deg);
  transition: transform 0.3s;
}
.h-menu_wrap .menuBg {
  transition: all 1s;
}
.h-menu_wrap .menuBg.close {
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  content: "";
  left: 0;
  opacity: 1;
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: 19;
  position: fixed;
}
.h-menu_wrap .h-menu_lists {
  display: none;
  background-color: #000000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap {
  padding: 6rem 4rem;
  display: grid;
  gap: 4rem;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap .site-ttl {
  width: 180px;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul.nav-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul.nav-list li.nav-list__item {
  width: calc(50% - 2rem);
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul.nav-list li.nav-list__item a {
  color: #ffffff;
  font-size: 1.6rem;
  display: block;
  font-weight: normal;
  position: relative;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul.nav-list li.nav-list__item a span {
  display: block;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul.nav-list li.nav-list__item a span.en {
  font-family: "ten-mincho", serif;
  font-size: 1.6rem;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul.nav-list li.nav-list__item a span.en::first-letter {
  font-size: 1.4em;
  color: #861f59;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul.nav-list li.nav-list__item a span.ja {
  font-size: 1.3rem;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul.nav-list li.nav-list__item a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #861f59;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul.nav-list li.nav-list__item a:hover {
  opacity: 1;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul.nav-list li.nav-list__item a:hover::after {
  transform: scale(1, 1);
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap .cta-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2rem;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap .cta-list .cta-list__item {
  width: 100%;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap .cta-list .cta-list__item .ctaBtn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px 16px;
  background: #861f59;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap .cta-list .cta-list__item .ctaBtn .ctaBtn__icon {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap .cta-list .cta-list__item .ctaBtn .ctaBtn__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/house.png") center/contain no-repeat;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap .cta-list .cta-list__item .ctaBtn .ctaBtn__text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap .icon-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap .icon-list li .tel {
  color: #ffffff;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap .icon-list li .tel a {
  font-family: "ten-mincho", serif;
  letter-spacing: 0.2em;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap .icon-list a {
  color: #ffffff;
  font-size: 2.4rem;
  text-decoration: none;
}

/*gmap*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 36.25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gmap {
    padding-bottom: 56.25%;
  }
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*モノクロ*/
.gmap iframe,
.gmap object,
.gmap embed {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*********************************

top-page

*********************************/
#top-page {
  /*NEWS*/
  /* ++++++++++++++
  realestate
  ++++++++++++++ */
  /* ++++++++++++++
  new_listings
  ++++++++++++++ */
  /* ++++++++++++++
  recommended_listings
  ++++++++++++++ */
  /*property-tabs*/
  /* ++++++++++++++
  owned_listings
  ++++++++++++++ */
  /* ++++++++++++++
  top-company
  ++++++++++++++ */
  /* ++++++++++++++
  top-group
  ++++++++++++++ */
}
#top-page .fv {
  position: relative;
  height: 100svh; /* iOS対策込み。なければ 100vh でもOK */
  overflow: hidden;
  /* 背景動画 */
  /* 画像レイヤー */
  /* 前面コンテンツ */
}
#top-page .fv .fv__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* ここが肝。トリミングして全面に */
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
#top-page .fv .fv__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* 例：画像を全面に重ねる */
  background: url("../img/top/fv-overlay.png") center/cover no-repeat;
  /* 透過具合を調整 */
  opacity: 0.3;
  /* 例：合成モード（必要なら） */
  mix-blend-mode: multiply;
}
#top-page .fv .fv__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  place-items: center left;
  padding: 0 10%;
}
@media screen and (max-width: 768px) {
  #top-page .fv .fv__content {
    padding: 0 5%;
  }
}
#top-page .fv .fv__content h2 {
  font-weight: normal;
}
#top-page .fv .fv__content h2 .en {
  font-size: var(--heading01);
  font-family: "ten-mincho", serif;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  #top-page .fv .fv__content h2 .en {
    font-size: 4rem;
  }
}
#top-page .fv .fv__content h2 .ja {
  display: block;
  font-family: "ten-mincho", serif;
  font-size: var(--fz-1);
  letter-spacing: 0.2em;
  margin-top: 0.5em;
}
#top-page .intro {
  padding: 15vw 0 30vw;
  background: url(../img/top/intro_bg.webp) no-repeat center top #000000;
  background-size: 100% 100%;
}
#top-page .intro .intro__read {
  font-family: "ten-mincho", serif;
  padding: 0 10%;
}
@media screen and (max-width: 768px) {
  #top-page .intro .intro__read {
    padding: 0 5%;
  }
}
#top-page .intro .intro__read h2 .en {
  font-size: var(--heading02);
  display: block;
  color: #861f59;
  font-weight: normal;
}
#top-page .intro .intro__read h2 .ja {
  font-family: "ten-mincho", serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  font-size: var(--heading03);
  margin: 1em 0;
}
#top-page .intro .intro__read p {
  font-size: var(--fz-2);
  line-height: 2;
  letter-spacing: 0.1em;
}
#top-page .news {
  padding: 5vw 0;
  background-color: #000;
  font-family: "ten-mincho", serif;
}
#top-page .news .more_link {
  text-align: right;
  margin-top: 2rem;
}
#top-page .news .more_link a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.93);
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
#top-page .news .more_link a::before {
  display: inline-block;
  content: "";
  width: 120px;
  height: 12px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1.5em;
}
#top-page .news .news__content {
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.93);
  /* 円形のコンテナ設定 */
  /*.news__ttl {
    @include flex(center, center, wrap);
    flex-direction: column;
    width: 300px;
    height: 300px;
    background: url(../img/top/news_bg.webp) no-repeat center;
    background-size: 300px;
    @include mq(lg) {
      width: 200px;
      height: 200px;
      background-size: 200px;
      @include mq(md) {
        width: 150px;
        height: 150px;
        background-size: 150px;
        margin: auto;
      }
    }
    .en {
      display: block;
      font-weight: normal;
      text-align: center;
      font-size: var(--fz-1);
      letter-spacing: 0.1em;
    }
    .ja {
      display: block;
      font-size: var(--fz-4);
    }
  }*/
}
#top-page .news .news__content .video-circle {
  position: relative;
  width: 300px; /* 円のサイズ（任意） */
  height: 300px; /* widthと同じにする */
  border-radius: 50%; /* 正円にする */
  overflow: hidden; /* 円からはみ出た部分を隠す */
  background-color: #000;
  /* 動画のスタイル設定 */
  /* テキストを中央に重ねる設定 */
}
@media screen and (max-width: 1024px) {
  #top-page .news .news__content .video-circle {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #top-page .news .news__content .video-circle {
    width: 150px;
    height: 150px;
    margin: auto;
  }
}
#top-page .news .news__content .video-circle video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 縦横比を維持して円を埋める（重要） */
}
#top-page .news .news__content .video-circle .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  pointer-events: none; /* テキストが動画操作を邪魔しないようにする */
}
#top-page .news .news__content .video-circle .overlay-text .news__ttl .en {
  display: block;
  font-weight: normal;
  text-align: center;
  font-size: var(--fz-1);
  letter-spacing: 0.1em;
}
#top-page .news .news__content .video-circle .overlay-text .news__ttl .ja {
  display: block;
  font-size: var(--fz-4);
}
#top-page .news .news__content .news__list {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1024px) {
  #top-page .news .news__content .news__list {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #top-page .news .news__content .news__list {
    width: 100%;
  }
}
#top-page .news .news__content .news__list .news__item {
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.93);
}
#top-page .news .news__content .news__list .news__item .news__link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.93);
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
}
@media screen and (max-width: 768px) {
  #top-page .news .news__content .news__list .news__item .news__link {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
#top-page .news .news__content .news__list .news__item .news__link .news__date {
  letter-spacing: 0.12em;
  white-space: nowrap;
}
#top-page .news .news__content .news__list .news__item .news__link .news__title {
  margin: 0;
  font-size: var(--fz-4);
  font-weight: 400;
  letter-spacing: 0.08em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0; /* Gridで省略に必須 */
}
#top-page .realestate {
  padding: 10vw 0 0;
  background-color: #000000;
}
#top-page .realestate .marquee {
  overflow: hidden;
}
#top-page .realestate .marquee__track {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 60s linear infinite;
          animation: marquee 60s linear infinite;
}
#top-page .realestate .marquee__track img {
  height: 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #top-page .realestate .marquee__track img {
    height: 50px;
  }
}
@-webkit-keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#top-page .realestate .realestate__content {
  padding: 5% 0;
}
#top-page .realestate .realestate__content .realestate__ttl {
  font-size: var(--fz-2);
  color: rgba(255, 255, 255, 0.93);
  line-height: 2;
  text-align: center;
  font-family: "ten-mincho", serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
#top-page .new_listings {
  padding: 5vw 0;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
#top-page .new_listings .new_listings__slide {
  padding: 5vw 0;
}
#top-page .new_listings .new_listings__slide .swiper-container .swiper-wrapper {
  padding-top: 40px;
}
#top-page .new_listings .new_listings__slide .swiper-container .swiper-wrapper .swiper-slide {
  height: auto !important; /* コンテンツに合わせて伸縮するように設定 */
  display: flex; /* スライド内のコンテンツも上下いっぱいに広げる場合 */
  flex-direction: column;
  position: relative;
}
#top-page .new_listings .new_listings__slide .swiper-container .swiper-wrapper .swiper-slide .new-icon::after {
  position: absolute;
  z-index: 1;
  width: 100px;
  top: -40px;
  left: -10px;
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url(../img/top/new_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #top-page .new_listings .new_listings__slide .swiper-container .swiper-wrapper .swiper-slide .new-icon::after {
    width: 50px;
    height: 50px;
    top: -25px;
  }
}
#top-page .new_listings .new_listings__slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.93);
  text-decoration: none;
  background-color: #861f59;
  border: 0.75px solid #861f59;
  height: 100%;
}
#top-page .new_listings .new_listings__slide .swiper-container .swiper-wrapper .swiper-slide a .property-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/2.5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top-page .new_listings .new_listings__slide .swiper-container .swiper-wrapper .swiper-slide a .property-img {
    aspect-ratio: 4/2;
  }
}
#top-page .new_listings .new_listings__slide .swiper-container .swiper-wrapper .swiper-slide a .property-body {
  flex-grow: 1; /* 残りの高さをすべてこの要素が占有する */
  display: flex;
  flex-direction: column;
  padding: 1em;
}
#top-page .new_listings .new_listings__slide .swiper-container .swiper-wrapper .swiper-slide a .property-ttl {
  font-size: 1.1em;
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
}
#top-page .new_listings .new_listings__slide .swiper-container .swiper-wrapper .swiper-slide a .property-location {
  letter-spacing: 0.08em;
}
#top-page .new_listings .new_listings__slide .swiper-container .swiper-wrapper .swiper-slide a .property-price {
  text-align: right;
  font-family: "ten-mincho", serif;
  color: #000000;
  font-size: var(--fz-2);
  margin-top: 10px;
}
#top-page .new_listings .new_listings__slide .swiper-container .swiper-wrapper .swiper-slide a .property-price span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.93);
  padding: 0 1em;
  border-radius: 12px;
  letter-spacing: 0.1em;
}
#top-page .new_listings .new_listings__slide .swiper-container .swiper-wrapper .swiper-slide a .property-price span::after {
  font-size: var(--fz-base);
  content: "万円";
  display: inline-block;
}
#top-page .btn-row {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  #top-page .btn-row {
    flex-wrap: wrap;
    gap: 0;
  }
  #top-page .btn-row .btn-arrow-img {
    margin: 1rem 0;
  }
}
#top-page .property-tabs {
  margin: 4rem auto;
}
@media screen and (max-width: 768px) {
  #top-page .property-tabs {
    margin: 2rem auto 4rem;
  }
}
#top-page .property-tabs__nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 5%;
}
#top-page .tab-btn {
  font-size: var(--fz-3);
  background-color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
  color: #000000;
}
#top-page .tab-slash {
  color: #861f59;
  font-size: var(--fz-3);
}
#top-page .tab-btn.is-active {
  color: #861f59;
}
#top-page .tab-content {
  display: none;
}
#top-page .tab-content.is-active {
  display: block;
}
#top-page .property-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  #top-page .property-list {
    grid-template-columns: 1fr;
  }
}
#top-page .property-list .property-card {
  position: relative;
}
#top-page .property-list .property-card a {
  text-decoration: none;
  color: #000000;
}
@media screen and (max-width: 768px) {
  #top-page .property-list .property-card a {
    display: grid;
    grid-template-columns: 120px 1fr;
  }
}
#top-page .property-list .property-card a .property-card__top {
  position: relative;
}
#top-page .property-list .property-card a .property-card__top .status-icon {
  position: absolute;
  z-index: 1;
  background-color: #000;
  color: #ffffff;
  letter-spacing: 0.1em;
  display: inline-block;
  bottom: 8px;
  left: 8px;
  padding: 5px 20px;
  font-size: 13px;
}
#top-page .property-list .property-card a .property-card__top .status-icon.is-pending {
  background-color: #1c4d8d;
}
#top-page .property-list .property-card a .property-card__top .status-icon.is-new {
  background-color: #c3110c;
}
#top-page .property-list .property-card a .property-card__top .status-icon.is-down {
  background-color: #ff6500;
}
#top-page .property-list .property-card a .property-card__top .property-img {
  position: relative;
  max-width: 500px;
  width: 100%;
  aspect-ratio: 4/2.2;
}
@media screen and (max-width: 768px) {
  #top-page .property-list .property-card a .property-card__top .property-img {
    aspect-ratio: 4/2.6;
  }
}
#top-page .property-list .property-card a .property-card__top .property-img::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0;
  height: 0;
  z-index: 1;
  /* 三角形のサイズ */
  border-style: solid;
  border-width: 50px 50px 0 0;
  /* 色（左上だけ色を付ける） */
  border-color: #47002c transparent transparent transparent;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #top-page .property-list .property-card a .property-card__top .property-img::before {
    border-width: 20px 20px 0 0;
    top: -4px;
    left: -4px;
  }
}
#top-page .property-list .property-card a .property-card__top .property-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-page .property-list .property-card a .property-body {
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #top-page .property-list .property-card a .property-body {
    padding: 0 1rem;
  }
}
#top-page .property-list .property-card a .property-body .result-type {
  position: absolute;
  z-index: 1;
  background-color: #bb1451;
  color: #ffffff;
  display: inline-block;
  border-radius: 100vw;
  top: 8px;
  right: 8px;
  padding: 5px 20px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #top-page .property-list .property-card a .property-body .result-type {
    position: relative;
    top: 0;
    left: 0;
    padding: 2px 10px;
    font-size: 11px;
  }
}
#top-page .property-list .property-card a .property-body .property-ttl {
  font-weight: bold;
  margin-bottom: 0.5em;
}
#top-page .property-list .property-card a .property-body .txt-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}
#top-page .property-list .property-card a .property-body .txt-row .lt {
  font-size: 0.9em;
}
#top-page .property-list .property-card a .property-body .txt-row .rt {
  min-width: 7em;
}
#top-page .property-list .property-card a .property-body .property-price {
  color: #47002c;
  font-weight: bold;
  font-size: 1.35em;
  text-align: right;
}
#top-page .owned_listings {
  padding: 10vw 0;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 40%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 100%);
}
#top-page .owned_listings .owned-gallery {
  padding: 4rem 0;
}
#top-page .top-company {
  background-color: #000000;
  padding: 0 0 40vw;
}
#top-page .top-company .inner {
  background: url(../img/top/company_item.webp) no-repeat right top #000000;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  #top-page .top-company .inner {
    background: url(../img/top/company_item.webp) no-repeat right bottom #000000;
    background-size: 50% auto;
    padding-bottom: 18%;
  }
}
#top-page .top-company .top-company__content {
  display: flex;
  flex-direction: column;
  width: 60%;
}
@media screen and (max-width: 768px) {
  #top-page .top-company .top-company__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top-page .top-company .top-company__content .heading02 {
    flex-direction: column;
  }
}
#top-page .top-company .top-company__content h3 {
  color: rgba(255, 255, 255, 0.93);
  font-family: "ten-mincho", serif;
  font-weight: normal;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid rgba(255, 255, 255, 0.93);
  display: inline-block;
  padding: 2rem;
  margin: 4rem 0;
  letter-spacing: 0.1em;
}
#top-page .top-company .top-company__content h3 span {
  display: block;
}
#top-page .top-company .top-company__content h3 span.en {
  font-size: var(--heading04);
}
@media screen and (max-width: 640px) {
  #top-page .top-company .top-company__content h3 span.en {
    font-size: 2.2rem;
    font-size: var(--fz-2);
  }
}
#top-page .top-company .top-company__content h3 span.ja {
  font-size: var(--fz-2);
}
#top-page .top-company .top-company__content--read {
  color: rgba(255, 255, 255, 0.93);
  line-height: 2.5;
  margin-bottom: 4rem;
}
#top-page .top-group {
  position: relative;
  padding-bottom: 10vw;
  background: linear-gradient(to right, rgb(134, 31, 89) 0%, rgb(71, 0, 44) 90%, rgb(71, 0, 44) 100%);
}
@media screen and (max-width: 768px) {
  #top-page .top-group {
    padding-bottom: 8rem;
  }
}
#top-page .top-group .top-group__gallery {
  position: relative;
  top: -30vw;
  margin-bottom: -25vw;
}
#top-page .top-group .top-group__content {
  /* 全体背景 */
}
#top-page .top-group .top-group__content--ttl {
  font-size: var(--heading01);
  color: rgba(255, 255, 255, 0.93);
}
#top-page .top-group .top-group__content--read {
  color: rgba(255, 255, 255, 0.93);
  line-height: 2.5;
  padding: 4rem 0;
  font-size: var(--fz-4);
}
#top-page .top-group .top-group__content .service-grid {
  padding: 4rem 0 6rem;
}
@media screen and (max-width: 768px) {
  #top-page .top-group .top-group__content .service-grid {
    padding: 0;
    margin-bottom: 4rem;
  }
}
#top-page .top-group .top-group__content .service-grid .service-grid__inner {
  margin: 0 auto;
  /* 2列×2行 */
}
#top-page .top-group .top-group__content .service-grid .service-grid__inner .service-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 70px; /* row / col */
}
@media screen and (max-width: 1024px) {
  #top-page .top-group .top-group__content .service-grid .service-grid__inner .service-list {
    gap: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #top-page .top-group .top-group__content .service-grid .service-grid__inner .service-list {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
#top-page .top-group .top-group__content .service-grid .service-grid__inner .service-list .service-item {
  /* カード */
}
#top-page .top-group .top-group__content .service-grid .service-grid__inner .service-list .service-item .service-card {
  display: inline-grid;
  grid-template-columns: 200px 1fr; /* 画像 / 文章 */
  gap: 2rem;
  align-items: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.93);
  /* 丸画像 */
  /* テキスト */
}
@media screen and (max-width: 1024px) {
  #top-page .top-group .top-group__content .service-grid .service-grid__inner .service-list .service-item .service-card {
    grid-template-columns: 120px 1fr;
  }
}
#top-page .top-group .top-group__content .service-grid .service-grid__inner .service-list .service-item .service-card .service-card__img {
  width: 200px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  overflow: hidden;
  flex: 0 0 auto;
}
@media screen and (max-width: 1024px) {
  #top-page .top-group .top-group__content .service-grid .service-grid__inner .service-list .service-item .service-card .service-card__img {
    width: 120px;
  }
}
#top-page .top-group .top-group__content .service-grid .service-grid__inner .service-list .service-item .service-card .service-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#top-page .top-group .top-group__content .service-grid .service-grid__inner .service-list .service-item .service-card .service-card__body {
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  #top-page .top-group .top-group__content .service-grid .service-grid__inner .service-list .service-item .service-card .service-card__body .btn-arrow-img {
    height: 3.6rem;
    padding: 0 7rem;
  }
}
#top-page .top-group .top-group__content .service-grid .service-grid__inner .service-list .service-item .service-card .service-card__body .service-card__jp {
  margin: 0 0 10px;
  font-size: var(--fz-3);
  letter-spacing: 0.1em;
  font-family: "ten-mincho", serif;
}
@media screen and (max-width: 768px) {
  #top-page .top-group .top-group__content .service-grid .service-grid__inner .service-list .service-item .service-card .service-card__body .service-card__jp {
    margin: 0;
  }
}
#top-page .top-group .top-group__content .service-grid .service-grid__inner .service-list .service-item .service-card .service-card__body .service-card__en {
  margin: 0 0 18px;
  font-size: var(--fz-4);
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #000000;
}
#top-page .top-group .top-group__content .service-grid .service-grid__inner .service-list .service-item .service-card:hover .service-card__btn {
  border-color: rgba(255, 255, 255, 0.85);
}
#top-page .top-group .top-group__content .service-grid .service-grid__inner .service-list .service-item .service-card:hover .service-card__img img {
  transform: scale(1.03);
  transition: transform 0.4s ease;
}

/*********************************

sub-page

*********************************/
#sub-page {
  background: #000000;
  color: rgba(255, 255, 255, 0.93);
  /*所有物件*/
  /*不動産買取*/
  /*フォーム*/
}
#sub-page h1.sub-page__ttl {
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #861f59;
}
@media screen and (max-width: 768px) {
  #sub-page h1.sub-page__ttl {
    font-size: 2rem;
  }
}
#sub-page .sub-page__contents {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sub-page .sub-page__contents {
    padding: 4rem 0;
  }
}
#sub-page .sub-page__head {
  position: relative;
  overflow: hidden;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#sub-page .sub-page__head.search-head {
  height: 300px;
}
@media screen and (max-width: 768px) {
  #sub-page .sub-page__head.search-head {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #sub-page .sub-page__head {
    height: 300px;
  }
}
#sub-page .sub-page__head .site-head__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
#sub-page .sub-page__head .site-head__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  background: url(../img/dot_bg.png);
  background-size: 33.3333333333%;
}
#sub-page .sub-page__head--ttl {
  position: relative;
  width: 1240px;
  margin: auto;
  padding: 0 30px;
  z-index: 1;
  font-family: "ten-mincho", serif;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #sub-page .sub-page__head--ttl {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 2rem;
  }
}
#sub-page .sub-page__head--ttl span {
  font-size: var(--heading03);
  display: block;
  letter-spacing: 0.1em;
}
#sub-page .sub-page__head--ttl span::first-letter {
  color: #861f59;
}
#sub-page .sub-page__head--ttl span.en {
  font-size: var(--heading02);
  display: block;
}
#sub-page .sub-page__head--ttl span.en::first-letter {
  color: #861f59;
}
#sub-page .sub-page__head--ttl span.ja {
  display: inline-block;
  font-size: var(--fz-4);
  background-color: #861f59;
  padding: 3px 1em;
  letter-spacing: 0.1em;
}
#sub-page .sub-page__head--ttl span.ja::first-letter {
  color: rgba(255, 255, 255, 0.93);
}
#sub-page.page-news .news__list .news__item {
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.93);
}
#sub-page.page-news .news__list .news__item .news__link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.93);
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
}
@media screen and (max-width: 768px) {
  #sub-page.page-news .news__list .news__item .news__link {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
#sub-page.page-news .news__list .news__item .news__link .news__date {
  letter-spacing: 0.12em;
  white-space: nowrap;
}
#sub-page.page-news .news__list .news__item .news__link .news__title {
  margin: 0;
  font-size: var(--fz-4);
  font-weight: 400;
  letter-spacing: 0.08em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0; /* Gridで省略に必須 */
}
#sub-page.page-about {
  position: relative;
}
#sub-page.page-about img {
  width: 100%;
  height: auto;
}
#sub-page.page-about .page-about__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../img/about/about-bg.webp") top center/100% no-repeat;
  z-index: 0;
}
#sub-page.page-about .about__inner {
  position: relative;
}
#sub-page.page-about .about-intro {
  position: relative;
  padding: 0 0 10vw;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about-intro {
    padding: 0;
  }
}
#sub-page.page-about .about-intro .about-intro__body {
  font-family: "ten-mincho", serif;
}
#sub-page.page-about .about-intro__ttl {
  font-size: var(--heading03);
  color: #861f59;
  letter-spacing: 0.1em;
  font-weight: normal;
}
#sub-page.page-about .about-intro__read {
  line-height: 2;
  font-size: var(--fz-1);
  color: rgba(255, 255, 255, 0.93);
  padding: 4rem 0;
}
#sub-page.page-about .about-point .about-point__body {
  grid-template-columns: 1fr 1fr;
  display: grid;
  align-items: center;
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about-point .about-point__body .point-img {
    order: 2;
  }
}
#sub-page.page-about .about-point .about-point__body.reverse .point-img {
  order: 2;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about-point .about-point__body {
    grid-template-columns: 1fr;
  }
}
#sub-page.page-about .about-point .about-point__body .point-img {
  box-shadow: 0 0 3px #000;
}
#sub-page.page-about .about-point .about-point__body .point-img img {
  width: 80%;
  height: auto;
  aspect-ratio: 4/2.2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about-point .about-point__body .point-img img {
    width: 100%;
  }
}
#sub-page.page-about .about-point .about-point__body .point-txt__num {
  font-family: "ten-mincho", serif;
  color: #861f59;
  font-size: var(--heading04);
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
#sub-page.page-about .about-point .about-point__body .point-txt__ttl {
  font-family: "ten-mincho", serif;
  font-size: var(--fz-2);
  font-weight: normal;
  line-height: 2;
  flex-direction: column-reverse;
}
#sub-page.page-about .about-point .about-point__body .point-txt__read {
  line-height: 2;
  padding: 2rem 0;
}
#sub-page.page-about .about-business {
  padding: 10vw 0;
  /*business__list*/
  /*business__soon*/
}
#sub-page.page-about .about-business .business__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  font-weight: normal;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about-business .business__ttl {
    flex-direction: column;
    text-align: center;
  }
}
#sub-page.page-about .about-business .business__ttl span.en {
  font-size: var(--heading04);
  font-family: "ten-mincho", serif;
  color: #861f59;
  letter-spacing: 0.1em;
}
#sub-page.page-about .about-business .business__ttl span.ja {
  color: rgba(255, 255, 255, 0.93);
  letter-spacing: 0.3em;
  font-size: var(--fz-4);
}
#sub-page.page-about .about-business .insta-btn-wrap {
  margin: 1rem 0;
  /* ボタン本体のデザイン */
}
#sub-page.page-about .about-business .insta-btn-wrap .insta-btn {
  display: inline-block;
  border: 1px solid #861f59;
  background: #861f59;
  color: rgba(255, 255, 255, 0.93);
  text-decoration: none;
  padding: 0.5rem 2rem;
  border-radius: 100vw;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(225, 48, 108, 0.3);
  letter-spacing: 0.1em;
}
#sub-page.page-about .about-business .insta-btn-wrap .insta-btn i {
  margin-right: 8px;
  font-size: 1.2em;
  vertical-align: middle;
}
#sub-page.page-about .about-business .insta-btn-wrap .insta-btn:hover {
  background: #47002c;
  border: 1px solid #861f59;
}
#sub-page.page-about .about-business .business__list .business__list--body {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 4rem;
  margin: 8rem 0;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about-business .business__list .business__list--body {
    grid-template-columns: 1fr;
    margin: 4rem 0;
  }
}
#sub-page.page-about .about-business .business__list .business__list--body .business__list--item {
  position: relative;
  font-family: "ten-mincho", serif;
  list-style-type: none;
  scroll-margin-top: 100px;
}
#sub-page.page-about .about-business .business__list .business__list--body .business__list--item .list-num {
  position: absolute;
  top: -0.5em;
  left: 0;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #861f59;
  font-size: var(--heading01);
}
#sub-page.page-about .about-business .business__list .business__list--body .business__list--item .list-txt {
  padding: 2rem 0;
}
#sub-page.page-about .about-business .business__list .business__list--body .business__list--item .list-txt__ttl {
  font-family: "ten-mincho", serif;
  font-weight: normal;
}
#sub-page.page-about .about-business .business__list .business__list--body .business__list--item .list-txt__ttl span {
  display: block;
}
#sub-page.page-about .about-business .business__list .business__list--body .business__list--item .list-txt__ttl span.ja {
  font-size: var(--fz-2);
}
#sub-page.page-about .about-business .business__list .business__list--body .business__list--item .list-txt__ttl span.en {
  color: #861f59;
  font-size: var(--fz-2);
  letter-spacing: 0.1em;
}
#sub-page.page-about .about-business .business__list .business__list--body .business__list--item .list-txt__read {
  padding: 2rem 0;
}
#sub-page.page-about .about-business .business__soon .business__soon--body {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about-business .business__soon .business__soon--body {
    grid-template-columns: 1fr;
  }
}
#sub-page.page-about .about-business .business__soon .business__soon--body .business__soon--item {
  position: relative;
  font-family: "ten-mincho", serif;
  list-style-type: none;
}
#sub-page.page-about .about-business .business__soon .business__soon--body .business__soon--item.item05 .list-txt {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url(../img/about/business_05.jpg) no-repeat center;
  background-size: cover;
}
#sub-page.page-about .about-business .business__soon .business__soon--body .business__soon--item.item06 .list-txt {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url(../img/about/business_06.jpg) no-repeat center;
  background-size: cover;
}
#sub-page.page-about .about-business .business__soon .business__soon--body .business__soon--item .list-txt {
  padding: 2rem 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.93);
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about-business .business__soon .business__soon--body .business__soon--item .list-txt {
    aspect-ratio: auto;
  }
}
#sub-page.page-about .about-business .business__soon .business__soon--body .business__soon--item .list-txt__num {
  letter-spacing: 0.1em;
  color: #861f59;
  font-size: var(--heading03);
}
#sub-page.page-about .about-business .business__soon .business__soon--body .business__soon--item .list-txt__ttl {
  font-family: "ten-mincho", serif;
  font-weight: normal;
}
#sub-page.page-about .about-business .business__soon .business__soon--body .business__soon--item .list-txt__ttl span {
  display: block;
}
#sub-page.page-about .about-business .business__soon .business__soon--body .business__soon--item .list-txt__ttl span.ja {
  font-size: var(--fz-2);
  background-color: #000000;
}
#sub-page.page-about .about-business .business__soon .business__soon--body .business__soon--item .list-txt__ttl span.en {
  color: #861f59;
  font-size: var(--fz-2);
  letter-spacing: 0.1em;
}
#sub-page.page-about .about-business .business__soon .business__soon--body .business__soon--item .list-txt__read {
  font-size: var(--fz-1);
}
#sub-page.page-company {
  /*greeting*/
  /*company*/
  /*history*/
}
#sub-page.page-company img {
  width: 100%;
  height: auto;
}
#sub-page.page-company .greeting {
  /* レスポンシブ：縦積み */
}
#sub-page.page-company .greeting .profile-block {
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  #sub-page.page-company .greeting .profile-block {
    padding: 2rem 0;
  }
}
#sub-page.page-company .greeting .profile-block .profile-block__inner {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 左をやや広く */
  align-items: start;
  gap: 0;
  /* 左ブロック */
  /* 右ブロック（紫パネル） */
}
@media screen and (max-width: 768px) {
  #sub-page.page-company .greeting .profile-block .profile-block__inner {
    grid-template-columns: 1fr;
  }
}
#sub-page.page-company .greeting .profile-block .profile-block__inner .profile-left {
  position: relative;
  z-index: 2; /* 紫パネルより前にしたい場合は数値調整 */
  /* 名前エリア */
}
#sub-page.page-company .greeting .profile-block .profile-block__inner .profile-left .profile-left__photo {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
}
#sub-page.page-company .greeting .profile-block .profile-block__inner .profile-left .profile-left__photo img {
  display: block;
}
#sub-page.page-company .greeting .profile-block .profile-block__inner .profile-left .profile-left__name {
  padding-top: 2rem;
  text-align: center;
}
#sub-page.page-company .greeting .profile-block .profile-block__inner .profile-left .profile-left__name .name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
#sub-page.page-company .greeting .profile-block .profile-block__inner .profile-left .profile-left__name .profile-left__pos {
  margin: 0 0 8px;
  letter-spacing: 0.08em;
  opacity: 0.95;
}
#sub-page.page-company .greeting .profile-block .profile-block__inner .profile-left .profile-left__name .profile-left__jp {
  margin: 0 0 10px;
  font-size: var(--fz-2);
  font-weight: bold;
  letter-spacing: 0.08em;
}
#sub-page.page-company .greeting .profile-block .profile-block__inner .profile-left .profile-left__name .profile-left__en {
  font-size: var(--fz-1);
  letter-spacing: 0.08em;
}
#sub-page.page-company .greeting .profile-block .profile-block__inner .profile-right {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  /* 紫の文章パネル：左に食い込ませる */
}
#sub-page.page-company .greeting .profile-block .profile-block__inner .profile-right .profile-right__panel h3 {
  color: #861f59;
  font-size: var(--heading02);
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  #sub-page.page-company .greeting .profile-block .profile-block__inner .profile-right .profile-right__panel h3 {
    padding-left: 0;
  }
}
#sub-page.page-company .greeting .profile-block .profile-block__inner .profile-right .profile-right__panel p {
  background-color: #861f59;
  padding: 4rem 4rem 4rem 8rem;
  margin-top: 2rem;
  margin-left: -4rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #sub-page.page-company .greeting .profile-block .profile-block__inner .profile-right .profile-right__panel p {
    padding: 2rem;
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 900px) {
  #sub-page.page-company .greeting .profile-block__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  #sub-page.page-company .greeting .profile-right__panel {
    margin-top: 0;
    margin-left: 0; /* 重なり解除 */
    width: 100%;
    padding: 30px 22px;
  }
}
@media screen and (max-width: 900px) and (max-width: 768px) {
  #sub-page.page-company .greeting .profile-right__panel {
    padding: 30px 0;
  }
}
#sub-page.page-company .company {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  #sub-page.page-company .company {
    padding: 5rem 0;
  }
}
#sub-page.page-company .company .company__head {
  opacity: 0.9;
}
#sub-page.page-company .company .company__head img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-page.page-company .company .company-dtl dl {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 8rem auto 0;
}
#sub-page.page-company .company .company-dtl .company-dtl__list {
  display: grid;
  gap: 4rem;
  grid-template-columns: 100px 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  #sub-page.page-company .company .company-dtl .company-dtl__list {
    gap: 1rem;
    grid-template-columns: 80px 1fr;
    padding: 1.5rem 0;
  }
}
#sub-page.page-company .company .company-dtl .company-dtl__list dt {
  font-family: "ten-mincho", serif;
  color: #861f59;
  font-size: var(--fz-4);
  letter-spacing: 0.1em;
}
#sub-page.page-company .company .company-dtl .company-dtl__list dd {
  letter-spacing: 0.2em;
}
#sub-page.page-company .history {
  padding: 10rem 0;
  /* 画像 */
}
@media screen and (max-width: 768px) {
  #sub-page.page-company .history {
    padding: 5rem 0;
  }
}
#sub-page.page-company .history .timeline {
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  #sub-page.page-company .history .timeline {
    padding: 0;
  }
}
#sub-page.page-company .history .timeline .timeline__inner {
  position: relative;
  /* タイムライン全体（中央線） */
}
#sub-page.page-company .history .timeline .timeline__inner .timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  /* 中央の縦ライン */
  /* 1アイテム：左右2カラム＋中央を空ける */
}
#sub-page.page-company .history .timeline .timeline__inner .timeline__list::before {
  content: "";
  position: absolute;
  top: 44px; /* dotの中心位置 */
  bottom: 44px;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.35);
  transform: translateX(-50%);
}
#sub-page.page-company .history .timeline .timeline__inner .timeline__list .timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 110px;
       column-gap: 110px; /* 中央の余白 */
  align-items: start;
  padding: 2rem 0;
  grid-template-areas: "content media"; /* デフォ（奇数） */
  /* 年 */
  /* テキスト */
  /* 中央の丸 */
  /* 偶数 */
}
@media screen and (max-width: 768px) {
  #sub-page.page-company .history .timeline .timeline__inner .timeline__list .timeline__item {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
#sub-page.page-company .history .timeline .timeline__inner .timeline__list .timeline__item .timeline__content {
  grid-area: content;
}
#sub-page.page-company .history .timeline .timeline__inner .timeline__list .timeline__item .timeline__media {
  grid-area: media;
  margin: 0;
  margin: auto;
}
#sub-page.page-company .history .timeline .timeline__inner .timeline__list .timeline__item .timeline__year {
  text-align: right;
  margin: 0 0 1rem;
  font-size: var(--fz-1);
  font-weight: 600;
  color: #861f59;
  letter-spacing: 0.08em;
}
#sub-page.page-company .history .timeline .timeline__inner .timeline__list .timeline__item .timeline__text {
  line-height: 2;
  letter-spacing: 0.06em;
  font-family: "ten-mincho", serif;
}
#sub-page.page-company .history .timeline .timeline__inner .timeline__list .timeline__item .timeline__dot {
  position: absolute;
  left: 50%;
  top: 44px; /* 年の高さに合わせて調整 */
  width: 18px;
  height: 18px;
  background: #861f59;
  border-radius: 999px;
  transform: translateX(-50%);
}
#sub-page.page-company .history .timeline .timeline__inner .timeline__list .timeline__item:nth-child(even) {
  grid-template-areas: "media content"; /* 偶数だけ反転 */
}
#sub-page.page-company .history .timeline .timeline__inner .timeline__list .timeline__item:nth-child(even) .timeline__year {
  text-align: left;
}
#sub-page.page-company .history .timeline__media {
  width: min(260px, 100%);
  aspect-ratio: 4/2.2;
  overflow: hidden;
}
#sub-page.page-company .history .timeline__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#sub-page.page-owned {
  background: none;
  font-family: "ten-mincho", serif;
  /* 背景（固定） */
  /* 前の背景を薄く残す用（好みで） */
}
#sub-page.page-owned .owned__inner {
  padding: 0;
  background-color: #000000;
  z-index: 1;
  position: relative;
}
#sub-page.page-owned .owned-contents {
  display: grid;
  place-items: center;
  padding: clamp(48px, 8vh, 96px) 20px;
  text-align: center;
}
#sub-page.page-owned .owned-contents .owned__ttl {
  color: #861f59;
  font-weight: normal;
  font-size: var(--heading02);
}
#sub-page.page-owned .owned-contents .owned__ttl .sub {
  color: rgba(255, 255, 255, 0.93);
  font-size: var(--fz-3);
  display: inline-block;
  margin-left: 1em;
  letter-spacing: 0.2em;
}
#sub-page.page-owned .owned-contents .panel {
  display: inline-block;
  padding: 22px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}
#sub-page.page-owned .owned-contents .panel .panel__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}
#sub-page.page-owned .owned-contents .owned__list {
  text-align: left;
  font-size: var(--fz-4);
  line-height: 2.2;
  letter-spacing: 0.08em;
  margin-top: 2vw;
}
#sub-page.page-owned .owned-contents .owned__list > div {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(10px);
  will-change: opacity, transform, filter;
}
#sub-page.page-owned .owned-contents .owned__list h3 {
  color: #861f59;
}
#sub-page.page-owned .owned-contents .owned__list span {
  opacity: 0.9;
  display: inline-block;
  min-width: 6.5em;
}
#sub-page.page-owned .owned-contents .owned__list a {
  color: rgba(255, 255, 255, 0.93);
}
#sub-page.page-owned .bg-stage {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-color: #000000;
}
#sub-page.page-owned .bg-stage img {
  position: absolute;
  opacity: 0;
  filter: blur(18px);
  transform: translate(-50%, -50%) translateY(12px);
  will-change: opacity, transform, filter;
  opacity: 0.8;
}
#sub-page.page-owned .bg-stage img.p01 {
  width: 420px;
  top: 45%;
  left: 5%;
}
@media screen and (max-width: 768px) {
  #sub-page.page-owned .bg-stage img.p01 {
    width: 140px;
    top: 10%;
    left: 5%;
  }
}
#sub-page.page-owned .bg-stage img.p02 {
  width: 320px;
  top: 45%;
  left: 70%;
}
@media screen and (max-width: 768px) {
  #sub-page.page-owned .bg-stage img.p02 {
    width: 140px;
    top: 25%;
    left: auto;
    right: 5%;
  }
}
#sub-page.page-owned .bg-stage img.p03 {
  width: 320px;
  top: 12%;
  left: 15%;
}
@media screen and (max-width: 768px) {
  #sub-page.page-owned .bg-stage img.p03 {
    width: 140px;
    top: 40%;
    left: 5%;
  }
}
#sub-page.page-owned .bg-stage img.p04 {
  width: 360px;
  top: 15%;
  left: 70%;
}
@media screen and (max-width: 768px) {
  #sub-page.page-owned .bg-stage img.p04 {
    width: 140px;
    top: auto;
    top: 45%;
    left: auto;
    right: 5%;
  }
}
#sub-page.page-owned .bg-stage img.p05 {
  width: 370px;
  top: 75%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  #sub-page.page-owned .bg-stage img.p05 {
    width: 140px;
    top: auto;
    bottom: 15%;
    left: 5%;
  }
}
#sub-page.page-owned .bg-stage img.p06 {
  width: 380px;
  bottom: 5%;
  right: 7%;
}
@media screen and (max-width: 768px) {
  #sub-page.page-owned .bg-stage img.p06 {
    width: 140px;
    bottom: 10%;
    right: 5%;
  }
}
#sub-page.page-owned .bg-stage .bg-piece {
  position: absolute;
  opacity: 0;
  transform: translateY(12px) scale(1.01);
  filter: blur(18px);
  will-change: opacity, transform, filter;
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  position: absolute;
  opacity: 0;
  visibility: hidden; /* autoAlpha対応 */
  transform: translateY(12px); /* y:0へ戻すため */
  filter: blur(18px); /* blur(0)へ戻すため */
  will-change: opacity, transform, filter;
}
#sub-page.page-owned .bg.is-prev {
  opacity: 0.28;
  filter: blur(6px);
}
#sub-page.page-buy {
  font-family: "ten-mincho", serif;
}
#sub-page.page-buy img {
  width: 100%;
  height: auto;
}
#sub-page.page-buy .buy__intro--ttl {
  font-size: var(--heading01);
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #sub-page.page-buy .buy__intro--ttl {
    font-size: var(--heading02);
  }
}
#sub-page.page-buy .buy__intro--ttl span {
  color: transparent;
  -webkit-text-stroke: 1px white;
}
#sub-page.page-buy .buy__intro--list {
  margin: 4rem 0 8rem;
}
#sub-page.page-buy .buy__intro--list li {
  line-height: 2.2;
  list-style-type: none;
  font-size: var(--fz-4);
  letter-spacing: 0.1em;
}
#sub-page.page-buy .buy__intro--list li::before {
  display: inline-block;
  content: ">>";
  color: #861f59;
  letter-spacing: 0.1em;
  margin-right: 0.5em;
}
#sub-page.page-buy .buy-info {
  border: 0.1rem solid #dadada;
  border-radius: 5px;
  position: relative;
  margin: 4rem 0;
  padding: 5rem 4rem 4rem;
}
@media screen and (max-width: 768px) {
  #sub-page.page-buy .buy-info {
    padding: 4rem 2rem 2rem;
  }
}
#sub-page.page-buy .buy-info__ttl {
  position: absolute;
  right: 0;
  left: 0;
  top: -2rem;
  margin-left: 1em;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #sub-page.page-buy .buy-info__ttl {
    top: -1.5rem;
    margin-left: 0.5em;
    font-size: 3rem;
  }
}
#sub-page.page-buy .buy-info__ttl span {
  padding: 0 0.8em;
  background: #000000;
  color: #861f59;
}
#sub-page.page-buy .buy-info__read {
  letter-spacing: 0.08em;
  font-size: 1.1em;
}
#sub-page.page-buy .sell {
  background-color: #861f59;
  border-radius: 100vw;
  font-size: var(--fz-1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding: 0.5em;
}
#sub-page.page-buy .shiny-text {
  display: inline-block;
  font-size: var(--fz-1);
  font-weight: bold;
  color: #d4af37;
  background: linear-gradient(-110deg, #d4af37 40%, #ffffff 50%, #d4af37 60%);
  background-size: 200% auto;
  background-position: 200% center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine-reverse 3s linear infinite;
          animation: shine-reverse 3s linear infinite;
}
@-webkit-keyframes shine-reverse {
  to {
    background-position: 0% center;
  }
}
@keyframes shine-reverse {
  to {
    background-position: 0% center;
  }
}
#sub-page.page-buy .buy__point {
  padding: 5% 0;
}
#sub-page.page-buy .buy__point .point-contents {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  #sub-page.page-buy .buy__point .point-contents {
    grid-template-columns: 1fr;
  }
}
#sub-page.page-buy .buy__point .point-contents .point-read {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "top-left top-right" "bottom bottom";
  gap: 2rem;
  justify-items: center;
  background-color: black;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  #sub-page.page-buy .buy__point .point-contents .point-read {
    gap: 1rem;
    padding: 2rem 0;
  }
}
#sub-page.page-buy .buy__point .point-contents .point-read .item {
  width: 150px;
  height: 150px;
  border: 1px solid #666;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
#sub-page.page-buy .buy__point .point-contents .point-read .item .ja {
  font-size: 1.2em;
}
#sub-page.page-buy .buy__point .point-contents .point-read .item .en {
  color: #861f59;
}
#sub-page.page-buy .buy__point .point-contents .point-read .item1 {
  grid-area: top-left;
}
#sub-page.page-buy .buy__point .point-contents .point-read .item1::before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin-bottom: 8px;
  background-image: url(../img/tel_mail_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#sub-page.page-buy .buy__point .point-contents .point-read .item2 {
  grid-area: top-right;
}
#sub-page.page-buy .buy__point .point-contents .point-read .item2::before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin-bottom: 8px;
  background-image: url(../img/tel_mail_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#sub-page.page-buy .buy__point .point-contents .point-read .item3 {
  grid-area: bottom;
  /* 下段の中央に配置するための調整 */
  width: 150px;
}
#sub-page.page-buy .buy__point .point-contents .point-read .item3::before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin-bottom: 8px;
  background-image: url(../img/tel_mail_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#sub-page.page-buy .buy__step {
  padding: 5% 0;
}
#sub-page.page-buy .buy__step .step-list {
  display: grid;
  gap: 2rem;
}
#sub-page.page-buy .buy__step .step-list li {
  border: 1px solid #ffffff;
  padding: 3rem;
  border-radius: 12px;
  list-style-type: none;
  display: grid;
  grid-template-columns: 240px 1fr;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #sub-page.page-buy .buy__step .step-list li {
    grid-template-columns: 1fr;
  }
}
#sub-page.page-buy .buy__step .step-list li .step-list__ttl {
  letter-spacing: 0.1em;
  font-family: "ten-mincho", serif;
}
@media screen and (max-width: 768px) {
  #sub-page.page-buy .buy__step .step-list li .step-list__ttl {
    margin-bottom: 2rem;
  }
}
#sub-page.page-buy .buy__step .step-list li .step-list__ttl .num {
  font-size: var(--heading03);
  color: #861f59;
  line-height: 1;
}
#sub-page.page-buy .buy__step .step-list li .step-list__ttl h3 {
  font-size: var(--fz-3);
  margin-top: 1rem;
}
#sub-page.page-buy .buy__step .step-list li .step-list__read {
  line-height: 2;
  font-size: var(--fz-4);
}
#sub-page.page-form {
  background-color: #ffffff;
  color: #000000;
}
@media screen and (max-width: 768px) {
  #sub-page.page-form {
    padding: 5rem 0;
  }
}

/* ++++++++++++++++++
賃貸/売買__検索
++++++++++++++++++ */
.search-box {
  background: #f7f7f7;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  padding: 4rem;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .search-box {
    padding: 2rem;
  }
}
.search-box input {
  width: 18px;
  height: 18px;
}
.search-box .check {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .search-box .check {
    font-size: 1.3rem;
  }
}
.search-box .search-box__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .search-box .search-box__grid {
    grid-template-columns: 1fr;
  }
}
.search-box .search-box__grid .search-box__ttl {
  margin: 0 0 2rem;
  font-size: 1.8rem;
}
.search-box .search-box__grid .search-box__ttl i {
  display: inline-block;
  margin-right: 0.5em;
  color: #861f59;
}
@media screen and (max-width: 768px) {
  .search-box .search-box__grid .search-box__ttl {
    margin: 0 0 1em;
    font-size: 1.4rem;
  }
}
.search-box .search-box__grid .search-box__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
}

/*検索ボタン*/
.search__actions {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .search__actions {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.search__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 0 28px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-radius: 999px; /* 上品な丸み */
  height: 48px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .search__actions .btn {
    font-size: 1.3rem;
    height: 40px;
  }
}
.search__actions .btn.search {
  color: rgba(255, 255, 255, 0.93);
  background-color: #861f59;
}
.search__actions .btn.search:hover {
  background: #47002c;
}
.search__actions .btn.clear {
  color: rgba(255, 255, 255, 0.93);
  background-color: #999;
}
.search__actions .btn.clear:hover {
  background: #333;
}

/*検索結果一覧*/
.result {
  margin-top: 28px;
  scroll-margin-top: 100px;
}
.result .result__list {
  margin: 4rem auto;
}
.result .result__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8rem 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .result .result__list ul {
    grid-template-columns: 1fr;
  }
}
.result .result__list ul li .result-card {
  position: relative;
}
.result .result__list ul li .result-card a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.93);
}
@media screen and (max-width: 768px) {
  .result .result__list ul li .result-card a {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.result .result__list ul li .result-card a .result-card__top {
  position: relative;
}
.result .result__list ul li .result-card a .result-card__top .status-icon {
  position: absolute;
  z-index: 1;
  background-color: #000;
  color: #ffffff;
  letter-spacing: 0.1em;
  display: inline-block;
  bottom: 8px;
  left: 8px;
  padding: 5px 20px;
  font-size: 13px;
}
.result .result__list ul li .result-card a .result-card__top .status-icon.is-pending {
  background-color: #1c4d8d;
}
.result .result__list ul li .result-card a .result-card__top .status-icon.is-new {
  background-color: #c3110c;
}
.result .result__list ul li .result-card a .result-card__top .status-icon.is-down {
  background-color: #ff6500;
}
.result .result__list ul li .result-card a .result-card__top .result-img {
  position: relative;
  max-width: 500px;
  width: 100%;
  aspect-ratio: 4/2.2;
}
@media screen and (max-width: 768px) {
  .result .result__list ul li .result-card a .result-card__top .result-img {
    aspect-ratio: 4/2.6;
  }
}
.result .result__list ul li .result-card a .result-card__top .result-img::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0;
  height: 0;
  z-index: 1;
  /* 三角形のサイズ */
  border-style: solid;
  border-width: 50px 50px 0 0;
  /* 色（左上だけ色を付ける） */
  border-color: #47002c transparent transparent transparent;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .result .result__list ul li .result-card a .result-card__top .result-img::before {
    border-width: 20px 20px 0 0;
    top: -4px;
    left: -4px;
  }
}
.result .result__list ul li .result-card a .result-card__top .result-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.result .result__list ul li .result-card a .result-body {
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.93);
}
@media screen and (max-width: 768px) {
  .result .result__list ul li .result-card a .result-body {
    padding: 2rem 0;
  }
}
.result .result__list ul li .result-card a .result-body .result-type {
  position: absolute;
  z-index: 1;
  background-color: #bb1451;
  color: #ffffff;
  display: inline-block;
  border-radius: 100vw;
  top: 8px;
  right: 8px;
  padding: 5px 20px;
  font-size: 13px;
}
.result .result__list ul li .result-card a .result-body .result-osusume {
  font-size: 1.4rem;
}
.result .result__list ul li .result-card a .result-body .result-ttl {
  font-weight: bold;
  letter-spacing: 0.03em;
  padding: 0.5em 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.result .result__list ul li .result-card a .result-body .result-txt {
  font-size: 1.4rem;
}
.result .result__list ul li .result-card a .result-body .result-txt .result-price {
  font-weight: bold;
  font-size: 18px;
  padding: 0.5em 0;
}
.result .result__list ul li .result-card a .result-body .dtl-btn {
  text-align: right;
}
.result .result__list ul li .result-card a .result-body .dtl-btn span {
  background-color: #861f59;
  color: rgba(255, 255, 255, 0.93);
  text-align: center;
  display: inline-block;
  padding: 0.5rem 2rem;
  margin-top: 10px;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .result .result__list ul li .result-card a .result-body .dtl-btn span {
    display: block;
    padding: 1rem;
  }
}
.result .result__contact {
  display: inline-block;
  background-color: #861f59;
  color: rgba(255, 255, 255, 0.93);
  padding: 0.5em 1em;
  border-radius: 12px;
}
.result .result__contact::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900; /*必須*/
  color: rgba(255, 255, 255, 0.93);
  margin-right: 4px;
}

/*********************************

single-page

*********************************/
#single-page {
  padding: 100px 0;
}
#single-page.single-post {
  line-height: 2;
  background-color: #000000;
}
#single-page.single-post .post-contents {
  padding: 5%;
  margin: 5% auto;
  background: #ffffff;
  color: #000000;
}
#single-page.single-post .post-contents .post__ttl {
  font-size: var(--fz-2);
  color: #861f59;
  font-family: "ten-mincho", serif;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
#single-page.single-post .post-contents .news__date {
  color: #333;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#single-page.property_rent {
  color: #000000;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #single-page.property_rent {
    font-size: 1.3rem;
  }
}
#single-page.property_rent .property {
  padding: 10rem 0;
  /*見出し１*/
  /*見出し２*/
  /*見出し３*/
  /*詳細情報テーブル*/
  /*物件マップ*/
  /*写真ギャラリー*/
  /*条件リスト*/
  /*仲介手数料とはポップアップ*/
}
@media screen and (max-width: 768px) {
  #single-page.property_rent .property {
    padding: 4rem 0;
  }
}
#single-page.property_rent .property .property__ttl {
  font-size: var(--fz-3);
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #single-page.property_rent .property .property__ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
#single-page.property_rent .property .property__ttl .result-type {
  background-color: #bb1451;
  color: #ffffff;
  display: inline-block;
  font-size: 1.4rem;
  padding: 5px 20px;
}
#single-page.property_rent .property .property__ttl02 {
  color: #861f59;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-size: var(--fz-4);
  margin: 10px 0;
}
#single-page.property_rent .property .property__ttl02 i {
  display: inline-block;
  margin-right: 4px;
}
#single-page.property_rent .property .property__ttl03 {
  color: #000000;
  font-weight: bold;
  border-left: 1px solid #000000;
  padding: 4px 8px;
  letter-spacing: 0.08em;
  margin: 10px 0;
}
#single-page.property_rent .property table {
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #single-page.property_rent .property table {
    font-size: 1.3rem;
  }
}
#single-page.property_rent .property table tr th,
#single-page.property_rent .property table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.93);
}
@media screen and (max-width: 768px) {
  #single-page.property_rent .property table tr th,
#single-page.property_rent .property table tr td {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
  }
}
#single-page.property_rent .property table tr th {
  background-color: #f7f7f7;
  width: 8em;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #single-page.property_rent .property table tr th {
    width: 100%;
    font-weight: bold;
  }
}
#single-page.property_rent .property .dtl-table table {
  margin: 2rem 0 0;
  table-layout: fixed;
}
#single-page.property_rent .property .dtl-table table tr th {
  width: 12em;
}
@media screen and (max-width: 768px) {
  #single-page.property_rent .property .dtl-table table tr th {
    width: 100%;
  }
}
#single-page.property_rent .property .property-map .property-map__txt {
  line-height: 1.75;
  margin-bottom: 2rem;
}
#single-page.property_rent .property .property-map .property-map__gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
#single-page.property_rent .property .property-map .property-map__gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#single-page.property_rent .property .contact-btn a {
  display: block;
  border-radius: 12px;
  background-color: #861f59;
  color: #ffffff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid #47002c;
}
#single-page.property_rent .property .contact-btn a span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  margin-right: 0.5em;
}
#single-page.property_rent .property .info-company article {
  line-height: 2;
}
#single-page.property_rent .property .info-company span {
  display: inline-block;
}
#single-page.property_rent .property .sec01,
#single-page.property_rent .property .sec02 {
  display: grid;
  grid-template-columns: 800px 1fr;
  gap: 2rem;
}
@media screen and (max-width: 1240px) {
  #single-page.property_rent .property .sec01,
#single-page.property_rent .property .sec02 {
    grid-template-columns: 700px 1fr;
  }
}
@media screen and (max-width: 768px) {
  #single-page.property_rent .property .sec01,
#single-page.property_rent .property .sec02 {
    display: block;
    width: 100%;
  }
}
#single-page.property_rent .property .sec01 .box,
#single-page.property_rent .property .sec02 .box {
  background-color: #f7f7f7;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#single-page.property_rent .property .sec01 .box .result-base,
#single-page.property_rent .property .sec02 .box .result-base {
  font-size: 1.4rem;
}
#single-page.property_rent .property .property-gallery {
  width: 100%;
  /* 下のサムネ */
}
#single-page.property_rent .property .property-gallery .property-gallery__main {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  /*メインページャー*/
}
#single-page.property_rent .property .property-gallery .property-gallery__main .swiper-slide a,
#single-page.property_rent .property .property-gallery .property-gallery__main .swiper-slide img {
  display: block;
  width: 100%;
}
#single-page.property_rent .property .property-gallery .property-gallery__main .swiper-slide {
  /*width: 100% !important;*/
  /* 高さ固定したいならここで */
  /* height: 520px; */
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  /* 1. アスペクト比を 3:4 に固定 */
  aspect-ratio: 4/3;
  width: 100%; /* 幅は親要素に合わせる */
  /* 2. 背景を暗くする（画像がない時や隙間ができる時のため） */
  background-color: rgba(0, 0, 0, 0.8);
  /* 3. 中の画像を制御する設定 */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#single-page.property_rent .property .property-gallery .property-gallery__main img {
  width: auto;
  height: 100%;
  width: 100%;
  height: 100%;
  /* 4. ここが最重要：全体を見切れずに表示（隙間は背景色が見える） */
  -o-object-fit: contain;
     object-fit: contain;
}
#single-page.property_rent .property .property-gallery .property-gallery__main .swiper-pagination {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: auto;
  width: auto;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
}
#single-page.property_rent .property .property-gallery .property-gallery__main .swiper-button-next:after,
#single-page.property_rent .property .property-gallery .property-gallery__main .swiper-button-prev:after {
  background-color: #861f59;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.93);
  padding: 30px 10px;
  border-radius: 6px;
}
#single-page.property_rent .property .property-gallery .property-gallery__thumbs {
  margin-top: 12px;
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  position: relative;
  padding: 0 34px; /* ボタン分の左右余白 */
  /*サムネページャー*/
  /* 下段小さめ */
}
#single-page.property_rent .property .property-gallery .property-gallery__thumbs img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #aaa;
}
#single-page.property_rent .property .property-gallery .property-gallery__thumbs .swiper-slide {
  cursor: pointer;
  border: 2px solid transparent;
  background: #fff;
}
#single-page.property_rent .property .property-gallery .property-gallery__thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #2aa44f; /* それっぽいアクセント */
}
#single-page.property_rent .property .property-gallery .property-gallery__thumbs img {
  width: 100%;
  height: 70px; /* サムネ高さ */
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#single-page.property_rent .property .property-gallery .property-gallery__thumbs .swiper-button-prev,
#single-page.property_rent .property .property-gallery .property-gallery__thumbs .swiper-button-next {
  top: 80%;
  transform: translateY(-50%);
  background-color: #861f59;
  color: rgba(255, 255, 255, 0.93);
}
@media screen and (max-width: 768px) {
  #single-page.property_rent .property .property-gallery .property-gallery__thumbs .swiper-button-prev,
#single-page.property_rent .property .property-gallery .property-gallery__thumbs .swiper-button-next {
    top: 75%;
  }
}
#single-page.property_rent .property .property-gallery .property-gallery__thumbs .swiper-button-prev {
  left: 6px;
}
#single-page.property_rent .property .property-gallery .property-gallery__thumbs .swiper-button-next {
  right: 6px;
  background-color: #861f59;
}
#single-page.property_rent .property .property-gallery .property-gallery__thumbs .swiper-button-prev:after,
#single-page.property_rent .property .property-gallery .property-gallery__thumbs .swiper-button-next:after {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #single-page.property_rent .property .property-gallery .property-gallery__thumbs .swiper-button-prev:after,
#single-page.property_rent .property .property-gallery .property-gallery__thumbs .swiper-button-next:after {
    font-size: 13px;
  }
}
#single-page.property_rent .property .condition-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#single-page.property_rent .property .condition-btn {
  padding: 4px 10px;
  background: #ddd;
  color: #666;
  font-size: 1.3rem;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  #single-page.property_rent .property .condition-btn {
    font-size: 1.2rem;
  }
}
#single-page.property_rent .property .condition-btn.is-active {
  background: #2f6f9f;
  color: #fff;
}
#single-page.property_rent .property .property__note {
  margin: 2rem 0;
  margin-left: 1em;
}
#single-page.property_rent .property .tooltip {
  position: relative;
  display: inline-block;
  /* ポップアップ本体 */
  /* PC：ホバーで表示 */
}
#single-page.property_rent .property .tooltip .tooltip__trigger {
  cursor: pointer;
  text-decoration: underline;
  color: #333;
  font-weight: 500;
}
#single-page.property_rent .property .tooltip .tooltip__trigger .tooltip__icon {
  display: inline-block;
  margin-left: 4px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  background: #861f59;
  color: #fff;
  font-size: 12px;
}
#single-page.property_rent .property .tooltip .tooltip__content {
  position: absolute;
  top: 120%;
  left: 0;
  width: 400px;
  padding: 16px;
  background: #fff2d8;
  border: 1px solid #e0c9a6;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  line-height: 1.7;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 480px) {
  #single-page.property_rent .property .tooltip .tooltip__content {
    width: 320px;
    font-size: 12px;
  }
}
@media (hover: hover) {
  #single-page.property_rent .property .tooltip .tooltip:hover .tooltip__content {
    display: block;
  }
}

/*********************************

Contact_FORM7

*********************************/
/* メッセージが空、またはスペースのみの場合は非表示にする */
.wpcf7-response-output:empty {
  display: none !important;
}

/* 枠線だけが出てしまうのを防ぐ（念のため） */
.wpcf7-response-output {
  border: none !important;
}

/* 何かしら文字が入った時（送信完了やエラー時）だけ枠やスタイルを出す設定 */
.wpcf7-response-output:not(:empty) {
  display: block;
  padding: 15px;
  margin-top: 20px;
  border-radius: 5px;
  text-align: center;
}

.page-form {
  /*formステップ*/
  /*form内容*/
}
.page-form .step-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  max-width: 600px;
  margin: 40px auto;
  text-align: center;
}
.page-form .step-container .step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.page-form .step-container .step-item .step-label {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.page-form .step-container .step-item .step-number {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #cccccc;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  z-index: 2;
}
.page-form .step-container .step-item .step-text {
  font-weight: bold;
  color: #333;
}
.page-form .step-container .step-item.active .step-number {
  background-color: #861f59;
}
.page-form .form-content {
  max-width: 80rem;
  margin: auto;
  padding: 5%;
  background-color: #fbfbfb;
  color: #000000;
  /*プライバシー*/
}
.page-form .form-content table {
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page-form .form-content table {
    font-size: 1.3rem;
  }
}
.page-form .form-content table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-form .form-content table tr th,
.page-form .form-content table tr td {
  padding: 15px;
}
.page-form .form-content table tr th .row,
.page-form .form-content table tr td .row {
  display: grid;
  align-items: center;
  grid-template-columns: 10em 1fr;
}
@media screen and (max-width: 768px) {
  .page-form .form-content table tr th,
.page-form .form-content table tr td {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
  }
}
.page-form .form-content table tr th {
  width: 200px;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page-form .form-content table tr th {
    width: 100%;
    font-weight: bold;
  }
}
.page-form .form-content table tr td {
  background-color: #fff;
}
.page-form .form-content .wpcf7-list-item {
  display: block;
  line-height: 2;
  letter-spacing: 0.03em;
}
.page-form .form-content input {
  letter-spacing: 0.01em;
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #eee;
}
.page-form .form-content input.age {
  width: 4em;
}
.page-form .form-content input.form-btn {
  background-color: #861f59;
  color: #fff;
  margin: 2rem auto;
  display: inline-block;
  padding: 2rem;
  transition: 0.2s;
}
.page-form .form-content input.form-btn:hover {
  cursor: pointer;
  background-color: #47002c;
}
.page-form .form-content input.form-btn__return {
  background-color: #aaa;
  color: #fff;
  display: inline-block;
  padding: 2rem;
  transition: 0.2s;
  margin-top: 2rem;
}
.page-form .form-content input.form-btn__return:hover {
  cursor: pointer;
  background-color: #ccc;
}
.page-form .form-content input[type=checkbox],
.page-form .form-content input[type=radio],
.page-form .form-content input[type=text].input_tel {
  width: auto;
}
.page-form .form-content textarea {
  width: 100%;
  letter-spacing: 0.01em;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #eee;
}
.page-form .form-content .form-content__policy .form-content__policy--read {
  padding: 3rem;
  font-size: 0.9em;
  text-align: left;
  margin-bottom: 3rem;
  line-height: 1.75em;
  width: 100%;
  height: 200px;
  border: 1px solid #861f59;
  border-radius: 5px;
  overflow: auto;
  background: #fff;
}
.page-form .form-content .form-content__policy .form-content__policy--read ul,
.page-form .form-content .form-content__policy .form-content__policy--read ol {
  margin-left: 1em;
}
.page-form .form-content .form-content__policy .form-content__policy--read ul strong,
.page-form .form-content .form-content__policy .form-content__policy--read ol strong {
  display: inline-block;
  margin-top: 1em;
}
.page-form .form-content .form-content__policy .form-content__policy--read ul li::marker,
.page-form .form-content .form-content__policy .form-content__policy--read ol li::marker {
  font-weight: bold;
}
.page-form .form-content .form_page__p_txt {
  padding: 3rem;
  font-size: 0.9em;
  text-align: left;
  margin-bottom: 3rem;
  line-height: 1.75em;
  width: 100%;
  height: 200px;
  border: 1px solid #861f59;
  border-radius: 5px;
  overflow: auto;
  background: #fff;
}
.page-form .form-content .form_page__p_txt ul {
  margin-left: 1em;
}
.page-form .form-content .note {
  font-size: 0.9em;
  margin: 2rem 0;
}
.page-form .form-content .req {
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  background-color: #861f59;
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .page-form .form-content .req {
    margin-top: 1em;
  }
}

/*********************************

Contact_MWWPFORM

*********************************/
/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  /*margin-bottom: 60px;*/
}

#form_page {
  max-width: 900px;
  margin: 5% auto;
  background: #fff;
  padding: 5%;
  color: #000;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  #form_page {
    max-width: 100%;
  }
}

table.form_page__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  table.form_page__table {
    font-size: 1.3rem;
  }
}
table.form_page__table input,
table.form_page__table textarea {
  padding: 1em;
  width: 100%;
  background: #eee;
  border: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  table.form_page__table input,
table.form_page__table textarea {
    padding: 10px 0.5em;
  }
}
table.form_page__table input[type=checkbox],
table.form_page__table input[type=radio],
table.form_page__table input[type=text].input_tel {
  width: auto;
}
table.form_page__table input[type=tel].input_zip {
  width: 6em;
}
table.form_page__table input[type=checkbox] {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  transform: scale(1.4);
  margin-left: 1em;
}
table.form_page__table th {
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  table.form_page__table th {
    padding-bottom: 0;
    vertical-align: middle;
  }
}
table.form_page__table th,
table.form_page__table td {
  display: block;
  width: 100%;
  padding: 10px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  table.form_page__table th,
table.form_page__table td {
    padding: 10px 0;
  }
}

span.equ {
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  background-color: #861f59;
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  span.equ {
    margin-top: 1em;
  }
}

.btn_submit_wrap {
  text-align: center;
  margin: 5% auto;
}

.btn_submit {
  cursor: pointer;
  color: #fff;
  background: #861f59;
  display: inline-block;
  padding: 15px 2em;
  margin: 0 auto;
  border: 1px solid #861f59;
  transition: all 0.5s;
  letter-spacing: 0.18em;
}

.btn_submit:hover {
  background: #47002c;
  border: 1px solid #47002c;
  color: #fff;
}

/*戻る*/
.btn_submit_back {
  cursor: pointer;
  color: #861f59;
  background: #f9f9f9;
  display: inline-block;
  padding: 15px 2em;
  margin: 0 auto;
  border: 1px solid #861f59;
  transition: all 0.5s;
  letter-spacing: 0.18em;
  margin-right: 1em;
}

/*エラー*/
.mw_wp_form .error {
  display: inline-block !important;
}

/*個人情報取り扱い*/
.form_page__p_area {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_page__p_area {
    font-size: 1.3rem;
  }
}
.form_page__p_area h3 {
  margin-bottom: 20px;
}
.form_page__p_area .p_btn {
  display: inline-block;
}

/*********************************

footer

*********************************/
.site-footer {
  position: relative;
  color: #fff;
  overflow: hidden;
}

/* 背景写真 + オーバーレイ（文字が読めるように） */
.site-footer__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../img/footer-bg.jpg") center/cover no-repeat;
  z-index: 0;
  transform: scale(1.02); /* 端の隙間防止 */
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 300px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 2.8rem;
    padding: 100px 30px;
  }
}

/* 左：アクセス */
.footer-access__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.footer-access {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer-access__logo {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer-access__logo {
    width: 200px;
  }
}

.footer-access__name {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.footer-access__address {
  font-style: normal;
  text-align: center;
  margin: 0 0 2rem;
  line-height: 2;
}

.footer-access__tel {
  font-family: "ten-mincho", serif;
  font-size: var(--fz-1);
  font-weight: normal;
  letter-spacing: 0.1em;
}
.footer-access__tel a {
  color: inherit;
  text-decoration: none;
}

/* 右：メニュー（右寄せ） */
.footer-nav {
  justify-self: start;
}

.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1em;
}

.footer-nav__item a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.footer-nav__item a::after {
  display: inline-block;
  content: "/";
  margin-left: 1em;
}
.footer-nav__item:last-child a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.footer-nav__item:last-child a::after {
  display: none;
}

/* 下部コピーライト */
.site-footer__bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 2rem;
  text-align: center;
  font-size: 1.2rem;
  opacity: 0.9;
}

#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
#page_top a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #000;
  border-radius: 100%;
  text-align: center;
}
#page_top a i {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */