@charset "UTF-8";
/* 要素 フォントサイズ・マージン・パディングをリセット */
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%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/* 行の高=フォントサイズ */
body {
  line-height: 1;
  letter-spacing: 0.1em;
}

/* 新規追加要素をブロック要素化 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* ulのマーカー非表示 */
ol,
ul,
li {
  list-style: none;
}

/* 引用符の非表示 */
blockquote,
q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  border: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

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

section {
  position: relative;
}

input[type=submit],
input[type=button] {
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input[type="radio"] {
	appearance: revert !important;
}

main {
  display: block;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

sup {
  position: relative;
  top: -1ex;
  vertical-align: baseline;
}

button {
  outline: none;
}

iframe {
  display: block;
}

/*import*/
html {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  background: #f2f1ea;
  color: #333;
  font-family: "Noto Serif JP", serif;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Serif JP", serif;
  }
}

body.fix {
  position: fixed;
  width: 100%;
}

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 2.28;
}

span {
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  line-height: 1.35;
}

a,
a * {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.item-form button, 
.item-form input,
.item-form optgroup,
.item-form select,
.item-form textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
	border: unset;
	line-height: 40px;
}
#events #form textarea,
#events #form input[type="text"],
#events #form input[type="email"],
#events #form input[type="tel"],
#events #form input[type="date"],
#events #form select {
    padding: 4px 4%;
}
#events  #form .itemform_add_search button {
    line-height: 48px;
}
.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

.pc-tb {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc-tb {
    display: none !important;
  }
}

.tb-sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb-sp {
    display: block !important;
  }
}

.tb {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .tb {
    display: none !important;
  }
}

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

.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding: 10rem 2.5rem;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 1024px) {
  .cmn-wrap {
    padding: 16% 4%;
  }
}
@media screen and (max-width: 640px) {
  .cmn-wrap {
    padding: 16% 1.5625rem;
  }
}
.cmn-wrap.--full {
  padding: 0;
  max-width: none;
}

.cmn-ttl {
  position: relative;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 1024px) {
  .cmn-ttl {
    margin-bottom: 6%;
  }
}
.cmn-ttl__en {
  display: block;
  font-family: "Cardo", serif;
  font-size: 3rem;
  line-height: 1.3;
  color: #333;
}
@media screen and (max-width: 640px) {
  .cmn-ttl__en {
    font-size: 2.25rem;
  }
}
.cmn-ttl__jp {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: #122;
}
.cmn-ttl.--line {
  margin-bottom: 2.1875rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #122;
}
@media screen and (max-width: 1024px) {
  .cmn-ttl.--line {
    margin-bottom: 4%;
    padding-bottom: 4%;
  }
}
.cmn-ttl.--gallery .cmn-ttl__jp {
  font-size: 1rem;
  line-height: 3;
}
.cmn-ttl.--tab {
  margin-bottom: 2.625rem;
}
@media screen and (max-width: 1024px) {
  .cmn-ttl.--tab {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 640px) {
  .cmn-ttl.--tab {
    margin-bottom: 8%;
  }
}
.cmn-ttl.--tab .cmn-ttl__jp {
  font-size: 0.875rem;
}

.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
	background: #F2F1EA;
  line-height: 1;
  transition: all 0.4s;
  z-index: 1000;
}
.hd-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding-inline: 2.5rem;
  width: 100%;
  height: 100%;
}
.hd-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 2rem;
}
.hd-nav__item {
  text-align: center;
}
.hd-nav__item:nth-child(odd) .hd-nav__link::before {
  background: url(../images/modelhouse_5/icon_red.svg) no-repeat center center/cover;
}
.hd-nav__item:nth-child(even) .hd-nav__link::before {
  background: url(../images/modelhouse_5/icon_blue.svg) no-repeat center center/cover;
}
.hd-nav__link {
  display: block;
  position: relative;
}
.hd-nav__link-st {
  display: block;
  font-family: "Cardo", serif;
  letter-spacing: 0.04em;
  line-height: 1.25;
  color: #122;
}
.hd-nav__link::before {
  content: "";
  position: absolute;
  top: -0.9375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  aspect-ratio: 8/8;
  transition: 0.4s;
  opacity: 0;
  transform: scale(0, 0);
}
.hd-nav__link:hover {
  opacity: 1;
}
.hd-nav__link:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.hd-toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hd {
    height: 4rem;
  }
  .hd-cnt {
    padding-inline: 1.25rem;
  }
  .hd-name {
    width: 10rem;
    z-index: 1000;
  }
  .hd-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100svh;
    background: #fff;
    overflow-y: scroll;
    opacity: 0;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    visibility: hidden;
    z-index: 1000;
  }
  .hd-nav__list {
    display: block;
    margin-bottom: 1.5625rem;
  }
  .hd-nav__item {
    padding: 0;
    line-height: 1;
  }
  .hd-nav__link {
    display: block;
    padding: 1rem 0;
  }
  .hd-nav__link-st {
    color: #fff;
  }
  .hd-toggle {
    position: relative;
    display: block;
    width: 35px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  .hd-toggle div {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 20px;
  }
  .hd-toggle span {
    display: block;
    position: absolute;
    left: 0;
    transition: 0.35s ease-in-out;
    width: 100%;
    height: 2px;
    background: #122;
    color: #122;
  }
  .hd-toggle span:nth-child(1) {
    top: 0;
  }
  .hd-toggle span:nth-child(2) {
    top: 10px;
  }
  .hd-toggle span:nth-child(3) {
    position: relative;
    top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .hd {
    height: 3.125rem;
  }
}
.hd.fixed {
}
.hd.open {
}
.hd.open .sp-nav {
  opacity: 1;
  transform: translateX(-100%);
  transition: transform 0.4s, opacity 0.4s;
  visibility: visible;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(23.625px);
	backdrop-filter: blur(23.625px);
}
.hd.open .hd-toggle span:nth-child(1) {
  top: 7px;
  transform: rotate(320deg);
  background: #fff;
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
  background: #fff;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 7px;
  transform: rotate(-320deg);
  background: #fff;
}
.banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  right: 0;
  max-width: 17rem;
  aspect-ratio: 272 / 223;
  z-index: 1000;
}
@media screen and (max-width: 640px) {
  .banner {
	  display: none;
    left: 0;
    max-width: none;
    /* aspect-ratio: 375 / 117; */
    aspect-ratio: auto;
  }
}
.banner-link {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-link:hover .banner-ph {
  opacity: 0.8;
}
.banner-ph {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.banner img {
  width: 100%;
  height: auto;
}
.ft-inr {
  position: relative;
  margin: 0 auto;
  padding: 10rem 2.5rem 7.5rem;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 1024px) {
  .ft-inr {
    padding: 16% 4%;
  }
}
@media screen and (max-width: 640px) {
  .ft-inr {
    padding-top: 20%;
	padding-bottom: 35%;
  }
}
.ft-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .ft-head {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 640px) {
  .ft-head {
    gap: 2rem;
    margin-bottom: 12%;
    margin: 0 auto 12%;
    max-width: 260px;
  }
}
.ft-sns__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.ft-sns__item {
  width: 1.25rem;
  height: 1.25rem;
}
.ft-nav {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .ft-nav {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 640px) {
  .ft-nav {
    margin-bottom: 8%;
  }
}
.ft-nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  .ft-nav__list {
    flex-direction: column;
  }
}
.ft-nav__item {
  text-align: center;
}
.ft-nav__item:nth-child(odd) .ft-nav__link::before {
  background: url(../images/modelhouse_5/icon_red.svg) no-repeat center center/cover;
}
.ft-nav__item:nth-child(even) .ft-nav__link::before {
  background: url(../images/modelhouse_5/icon_blue.svg) no-repeat center center/cover;
}
.ft-nav__link {
  position: relative;
  display: block;
}
.ft-nav__link::before {
  content: "";
  position: absolute;
  top: -0.9375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  aspect-ratio: 8/8;
  transition: 0.4s;
  opacity: 0;
  transform: scale(0, 0);
}
.ft-nav__link:hover {
  opacity: 1;
}
.ft-nav__link:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.ft-nav__st {
  display: block;
  font-family: "Cardo", serif;
  letter-spacing: 0.04em;
  line-height: 1.25;
  color: #122;
}
.ft-copy {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.66;
  color: #93928c;
}
@media screen and (max-width: 640px) {
  .ft-copy {
    text-align: center;
  }
}
.ft-pagetop {
  position: absolute;
  top: 36%;
  right: 10%;
}
@media screen and (max-width: 640px) {
  .ft-pagetop {
    top: 3%;
  }
}
.ft-pagetop__link {
  position: relative;
  letter-spacing: 0.1em;
  color: #122;
}
@media screen and (max-width: 640px) {
  .ft-pagetop__link {
    font-size: 0.875rem;
  }
}
.ft-pagetop__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 16px);
  transform: translateY(-50%);
  width: 0.6875rem;
  height: 1.5rem;
  background: url(../images/modelhouse_5/icon_arrow.svg) no-repeat center center/cover;
}

.cta {
  position: relative;
}
@media screen and (max-width: 640px) {
  .cta-ph {
    height: 15.625rem;
  }
  .cta-ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 500px) {
  .cta-ph {
    height: 13.625rem;
  }
}
.cta-link {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 14.375rem;
  height: 2rem;
}
.cta-link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #112222;
  transition: 0.4s;
  transform: scale(1, 1);
  transform-origin: right top;
}
.cta-link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #faf9f5;
  transition: 0.4s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.cta-link:hover::before {
  transform: scale(0, 1);
}
.cta-link:hover::after {
  transform: scale(1, 1);
}

.mv .cmn-wrap {
  padding-top: 8.125rem;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .mv .cmn-wrap {
    padding-top: 60px;
  }
}
.mv-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .mv-block {
    flex-direction: column;
  }
}
.mv-info {
  padding-top: 5.625rem;
  width: 50%;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .mv-info {
    padding-top: 9%;
  }
}
@media screen and (max-width: 640px) {
  .mv-info {
    margin-bottom: 1rem;
    padding-top: 0;
    width: 100%;
  }
}
.mv-catch {
  margin-bottom: 11.25rem;
}
@media screen and (max-width: 1024px) {
  .mv-catch {
    margin-bottom: 18%;
  }
}
@media screen and (max-width: 640px) {
  .mv-catch {
    margin-bottom: 2rem;
  }
}
.mv-catch__txt {
  margin-bottom: 1.5rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #122;
}
@media screen and (max-width: 1024px) {
  .mv-catch__txt {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 640px) {
  .mv-catch__txt {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
  }
}
.mv-catch__txt small {
  position: relative;
  display: inline-block;
  margin-left: 2.25rem;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .mv-catch__txt small {
    font-size: 0.75rem;
  }
}
.mv-catch__txt small::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 0.5rem);
  transform: translateY(-50%);
  width: 1.25rem;
  height: 0.0625rem;
  background: #707070;
}
.mv-catch__ttl {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #122;
}
@media screen and (max-width: 640px) {
  .mv-catch__ttl {
    font-size: 0.875rem;
  }
}
.mv-ttl {
  margin-bottom: 1.125rem;
  font-family: "Cardo", serif;
  font-size: 4.125rem;
  line-height: 1.2;
	white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .mv-ttl {
    margin-bottom: 2%;
    text-shadow: 0 3px 6px #fff;
  }
}
@media screen and (max-width: 640px) {
  .mv-ttl {
    margin-bottom: 0.5rem;
    font-size: 2.375rem;
  }
}
.mv-ttl small {
  display: block;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .mv-ttl small {
    font-size: 1.25rem;
  }
}
.mv-subttl {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1.33;
  color: #332f2b;
}
@media screen and (max-width: 640px) {
  .mv-subttl {
    font-size: 1rem;
  }
}
.mv-period {
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .mv-period {
    font-size: 14px;
  }
}

.mv-period strong{
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .mv-period strong{
    font-size: 20px;
  }
}

.mv-period small{
  border-bottom: 1px solid;
}

.mv-subttl {
    margin-bottom: 14px;
    display: flex;
    gap: 16px;
}

.mv-subttl small {
  display: inline-block;
  margin-left: 1rem;
/*   width: 4.5625rem; */
  width:auto;
  height: 1.5625rem;
  border: 1px solid #122;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 24px;
  text-align: center;
  color: #332f2b;
	padding:0 16px;
	margin-left:0;
}
.mv-subttl span {
    
}
.mv-subttl small small {
  font-size: 16px;
  padding:0 ;
  border: none;
}
.switch {
  display: block;
}
.switch02 {
  display: none;
}
@media (max-width: 430px) {
  .switch {
      display: none;
  }
  .switch02 {
      display: block;
  }
}

.mv-ph {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .mv-ph {
    width: 100%;
	  /* height:388px; */
  }
}
.mv-slide__item {
  height: 56.25rem;
}
@media screen and (max-width: 640px) {
  .mv-slide__item {
    height: calc(100svh - 50px);
  }
}
.mv-slide__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
	.mv__slide-item img{
	object-position:bottom;
		width:100%;
}
}

.mv__slide,
.mv__slide-inr,
.mv__slide-item,
.mv__slide-item img{
	/* height:100% */
  height: auto;
}
.mv-scroll {
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .mv-scroll {
    display: none;
  }
}
.mv-scroll span {
  position: relative;
  font-family: "Cardo", serif;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  writing-mode: vertical-lr;
}

/* .mv__slide-item .switch {
  display: block;

}
@media screen and (max-width: 430px) {
  .mv__slide-item .switch {
    display: none;
  }
}

.mv__slide__item .swtich02 {
  display: none;
}
@media screen and (max-width: 430px) {
  .mv__slide__item .swtich02 {
    display: block;
  }
} */

.mv-scroll span::after {
  content: "";
  position: absolute;
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0.9375rem;
  width: 0.0625rem;
  height: 2rem;
  background: #707070;
}

.about .cmn-wrap {
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .about .cmn-wrap {
    padding-top: 16%;
  }
}
.about .cmn-ttl {
  margin-bottom: 4.6875rem;
}
@media screen and (max-width: 1024px) {
  .about .cmn-ttl {
    margin-bottom: 8%;
  }
}
.about-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6.25rem;
}
@media screen and (max-width: 640px) {
  .about-block {
    flex-direction: column;
    gap: 3.125rem;
  }
}
.about-info {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .about-info {
    width: 100%;
  }
}
.about-info__ttl {
  margin-bottom: 3.375rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #122;
}
@media screen and (max-width: 1024px) {
  .about-info__ttl {
    margin-bottom: 6%;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 640px) {
  .about-info__ttl {
    font-size: 1rem;
  }
}
.about-info__catch {
  margin-bottom: 1rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #122;
}
@media screen and (max-width: 1024px) {
  .about-info__catch {
    margin-bottom: 2%;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 640px) {
  .about-info__catch {
    font-size: 1rem;
  }
}
.about-info__txt {
  margin-bottom: 12.5rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2.28;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .about-info__txt {
    margin-bottom: 20%;
  }
}
@media screen and (max-width: 640px) {
  .about-info__txt {
    margin-bottom: 7%;
  }
}
.about-info__txt strong{
	font-size:20px;
	border-bottom:solid 1px #333333;
}
.about-info__ph:first-child {
  margin-bottom: 12.1875rem;
  width: 100%;
  max-width: 31.25rem;
}
@media screen and (max-width: 1024px) {
  .about-info__ph:first-child {
    margin-bottom: 19%;
  }
}
.about-info__ph:last-child {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 23.75rem;
}

.about-info__ph-note {
  font-family: "Shippori Mincho B1", serif;
  color: #707070;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.04em;
  text-align: right;
}

.about-ph {
  padding-top: 10.3125rem;
  width: calc(50% - 6.25rem);
}
@media screen and (max-width: 1024px) {
  .about-ph {
    padding-top: 16%;
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .about-ph {
    padding-top: 0;
    width: 100%;
  }
}
.about-ph img:first-child {
  margin-bottom: 7.5rem;
  width: 100%;
  max-width: 26.75rem;
}
@media screen and (max-width: 1024px) {
  .about-ph img:first-child {
    margin-bottom: 12%;
  }
}
.about-ph img:last-child {
  display: block;
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 25.75rem;
}

.gallery {
	overflow: hidden;
}

.gallery .cmn-wrap {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 1024px) {
  .gallery .cmn-wrap {
    padding-bottom: 15%;
  }
}
.gallery .cmn-ttl {
  margin-inline: auto;
  padding-inline: 2.5rem;
  width: 100%;
  max-width: 1280px;
}
.gallery-slide__cnt {
	position: relative;
	margin-inline: auto;
	max-width: 864px;
}
.gallery-slide {
	overflow: visible;
}
.gallery-slide__list {
  margin-bottom: 2.5rem;
}
.gallery-slide__item {
  width: 54rem;
  height: auto;
	aspect-ratio: 864/576;
	transition: 0.4s;
	transform: scale(0.6)!important;
}
/* 左右のスライド */
.gallery-slide__item.swiper-slide-active {
	transform: scale(1)!important;
}
.swiper-controller {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
  height: 3.5rem;
	z-index: 100;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 640px) {
}
.gallery-slide__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery .swiper-pagination {
	bottom: -3rem;
}
.gallery .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e2e2e2;
	border-radius: 0 0 100px 0;
  opacity: 1;
}
.gallery .swiper-pagination-bullet:nth-of-type(even) {
	border-radius: 100px 0 0 0;
}
.gallery .swiper-pagination-bullet-active {
  background: #4b3928;
}
.gallery .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.gallery .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.gallery .swiper-button-prev, .gallery .swiper-button-next {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.73) 13.68%, rgba(255, 255, 255, 0.98) 34.77%, rgba(255, 255, 255, 0) 100%);
  color: #93928c;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .gallery .swiper-button-prev, .gallery .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.gallery .swiper-button-prev::after, .gallery .swiper-button-next::after {
  font-size: 0.875rem;
  color: #93928c;
  transition: 0.4s;
}
@media screen and (min-width: ) {
  .gallery .swiper-button-prev:hover, .gallery .swiper-button-next:hover {
    background: #93928c;
  }
  .gallery .swiper-button-prev:hover::after, .gallery .swiper-button-next:hover::after {
    color: #fff;
  }
}

.features {
	overflow: hidden;
}
.features-tab__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.0625rem;
  margin: 0 auto 7.5rem;
}
@media screen and (max-width: 1024px) {
  .features-tab__list {
    margin-bottom: 12%;
  }
}
.features-tab__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 3.1875rem) / 4);
}
@media screen and (max-width: 640px) {
  .features-tab__item {
    width: calc((100% - 1.0625rem) / 2);
  }
}
.features-tab__btn {
  padding: 0.625rem 0.625rem 1.5625rem;
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  opacity: 0.4;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .features-tab__btn {
    padding: 5%;
  }
}
.features-tab__btn.active {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .features-tab__btn:hover {
    background: #93928c;
    opacity: 1;
  }
  .features-tab__btn:hover .features-tab__num {
    color: #fff;
  }
  .features-tab__btn:hover .features-tab__ttl {
    color: #fff;
  }
  .features-tab__btn:hover .features-tab__arrow-ph {
    display: none;
  }
  .features-tab__btn:hover .features-tab__arrow-hover {
    display: inline-block;
  }
}
.features-tab__num {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.66;
  text-align: left;
  color: #122;
  transition: 0.4s;
}
.features-tab__ttl {
  margin-bottom: 1.5rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #122;
  transition: 0.4s;
}
.features-tab__ttl-en {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .features-tab__ttl-en {
    font-size: 1.0625rem;
  }
}
.features-tab__ttl-jp {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  word-break: keep-all;
}
.features-tab__arrow {
  position: relative;
  margin: 0 auto;
  width: 18px;
  height: 18px;
}
.features-tab__arrow-ph {
  transition: 0.4s;
}
.features-tab__arrow-hover {
  display: none;
  transition: 0.4s;
}
.features-content__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 1024px) {
  .features-content__box {
    flex-direction: column;
    margin-bottom: 9%;
  }
}
@media screen and (max-width: 640px) {
  .features-content__box {
    gap: 2.5rem;
  }
}
.features-content__info {
  width: calc(50% - 5rem);
}
@media screen and (max-width: 1024px) {
  .features-content__info {
    width: 100%;
  }
}
.features-content__num {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.66;
  text-align: left;
  color: #122;
  transition: 0.4s;
}
.features-content__point {
  margin-bottom: 2.1875rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #122;
}
@media screen and (max-width: 1024px) {
  .features-content__point {
    margin-bottom: 3%;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 640px) {
  .features-content__point {
    font-size: 20px;
    text-decoration: underline;
    text-decoration-thickness: 2px;    text-underline-offset: 6px;
  }
}
@media screen and (max-width: 375px) {
  .features-content__point {
    font-size: 5.2vw;
  }
}
.features-content__txt {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}
.features-content__ph {
  width: 50%;
}
.features-content__ph.--data {
  padding: 1.25rem 1.25rem 3.125rem;
	background: #E6E4D6;
}
@media screen and (max-width: 1024px) {
  .features-content__ph {
    width: 100%;
  }
}
.features-content__ph-data {
	display: flex;
	flex-wrap: wrap;
	max-width: 468px;
	margin-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
.features-content__ph-data {
	display: block;
}
}
.features-content__ph-data-st {
	padding: 0 2em 0 0;
	width: 50%;
	font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
.features-content__ph-data-st {
	width: 100%;
}
}
.features-content__ph-data-st:nth-of-type(1) {
	order: 1;
}
.features-content__ph-data-st:nth-of-type(2) {
	order: 3;
}
.features-content__ph-data-st:nth-of-type(3) {
	order: 5;
}
.features-content__ph-data-st:nth-of-type(4) {
	order: 2;
}
.features-content__ph-data-st:nth-of-type(5) {
	order: 4;
}
.features-content__gallery-ttl {
  margin-bottom: 4rem;
  font-family: "Cardo", serif;
  font-size: 3rem;
  line-height: 1;
}
.features-content__gallery-ttl small {
	margin-top: 10px;
	display: block;
    font-size: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .features-content__gallery-ttl {
    margin-bottom: 8%;
  }
}
.features-content__slide {
	overflow: visible;
}
.features-content__slide-list.swiper-wrapper {
  transition-timing-function: linear;
}
.features-content__slide-item {
  height: 21.125rem;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .features-content__slide-item {
    height: 15rem;
  }
}
.features-content__slide-item img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 640px) {
.features-content__slide-item img {
  object-fit: cover;
}	
}
.features-content__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #93928c;
}
@media screen and (max-width: 1024px) {
  .features-content__link {
    margin-top: 4%;
    padding-top: 4%;
  }
}
.features-content__prev, .features-content__next {
  width: 48%;
  max-width: 17.875rem;
  height: 5.625rem;
}
.features-content__btn {
  padding: 1.25rem;
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .features-content__btn {
    padding: 5%;
  }
}
.features-content__btn.active {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .features-content__btn:hover {
    background: #93928c;
    opacity: 1;
  }
  .features-content__btn:hover .features-content__num {
    color: #fff;
  }
  .features-content__btn:hover .features-content__ttl {
    color: #fff;
  }
  .features-content__btn:hover .features-content__arrow-ph {
    display: none;
  }
  .features-content__btn:hover .features-content__arrow-hover {
    display: inline-block;
  }
}
.features-content__ttl {
  color: #122;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .features-content__ttl {
    width: calc(100% - 1.75rem);
  }
}
.features-content__ttl-en {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .features-content__ttl-en {
    font-size: 0.9375rem;
  }
}
.features-content__ttl-jp {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1;
  word-break: keep-all;
}
.features-content__inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.features-content__inr.--reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1.25rem;
}
@media screen and (max-width: 640px) {
  .features-content__inr.--reverse {
    gap: 0.625rem;
  }
}
.features-content__arrow {
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
}
.features-content__arrow-ph {
  transition: 0.4s;
}
.features-content__arrow-hover {
  display: none;
  transition: 0.4s;
}
.features-content:nth-child(2) .features-content__info-ph, .features-content:nth-child(4) .features-content__info-ph {
  margin-top: 8.75rem;
  margin-right: -4.6875rem;
}
@media screen and (max-width: 1024px) {
  .features-content:nth-child(2) .features-content__info-ph, .features-content:nth-child(4) .features-content__info-ph {
    margin-top: 7%;
    margin-right: 0;
  }
}
.features-content:nth-child(2) .features-content__info-ph img, .features-content:nth-child(4) .features-content__info-ph img {
  width: 100%;
}
.features-content:nth-child(2) .features-content__ph img:first-child, .features-content:nth-child(4) .features-content__ph img:first-child {
  display: block;
  margin: 0 auto 10.3125rem;
  width: 69%;
}
@media screen and (max-width: 1024px) {
  .features-content:nth-child(2) .features-content__ph img:first-child, .features-content:nth-child(4) .features-content__ph img:first-child {
    margin-bottom: 7%;
  }
}
.features-content:nth-child(2) .features-content__ph img:last-child, .features-content:nth-child(4) .features-content__ph img:last-child {
  display: block;
  margin: 0 0 0 auto;
  width: 68%;
}
.features-content:nth-child(2) .features-content__ph img:first-child {
  margin: 0 auto 5.4375rem;
}
@media screen and (max-width: 1024px) {
  .features-content:nth-child(2) .features-content__ph img:first-child {
    margin-bottom: 7%;
  }
}
.features-content:nth-child(3) .features-content__info-ph {
  margin-top: 4.375rem;
}
@media screen and (max-width: 1024px) {
  .features-content:nth-child(3) .features-content__info-ph {
    margin-top: 7%;
  }
}
.features-content:nth-child(3) .features-content__info-ph img {
  width: 78%;
}
.features-content:nth-child(4) .features-content__ph img:first-child {
  margin: 0 auto 9.0625rem;
}
@media screen and (max-width: 1024px) {
  .features-content:nth-child(4) .features-content__ph img:first-child {
    margin-bottom: 7%;
  }
}

.access {
  background: #faf9f5;
}
.access-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .access-block {
    flex-direction: column;
  }
}
.access-info {
  width: 34%;
}
@media screen and (max-width: 1024px) {
  .access-info {
    margin-bottom: 7%;
    width: 100%;
  }
}
.access-name {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .access-name {
    margin-bottom: 4%;
  }
}
.access-phone {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .access-phone {
    margin-bottom: 2%;
  }
}
.access-phone__link {
  font-family: "Cardo", serif;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 1.42;
  color: #122;
}
@media screen and (max-width: 640px) {
  .access-phone__link {
    font-size: 1.25rem;
  }
}
.access-add {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: left;
  color: #333;
}
.access-map {
  margin: 0 auto;
  width: 66%;
  height: auto;
  aspect-ratio: 800/380;
}
@media screen and (max-width: 1024px) {
  .access-map {
    width: 100%;
  }
}
.access-map iframe {
  width: 100%;
  height: 100%;
}
.access__txt {
  font-weight: 500;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}

.works-txt {
  margin-bottom: 2.8125rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2.28;
}
@media screen and (max-width: 1024px) {
  .works-txt {
    margin-bottom: 4%;
  }
}
.works-content {
  position: relative;
}
.works-content:not(:last-child) {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .works-content:not(:last-child) {
    margin-bottom: 6%;
  }
}
.works-content__ttl {
  font-family: "Cardo", serif;
  font-size: 1.5rem;
  line-height: 3.3;
}
@media screen and (max-width: 1024px) {
  .works-content__ttl {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 640px) {
  .works-content__ttl {
    font-size: 1.25rem;
  }
}
.works-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  height: 37.25rem;
}
@media screen and (max-width: 1024px) {
  .works-slide {
    height: 22.5rem;
  }
}
@media screen and (max-width: 640px) {
  .works-slide {
    flex-direction: column;
    gap: 0.625rem;
    height: auto;
  }
}
.works-slide__main {
  margin: 0;
  width: 88%;
}
@media screen and (max-width: 640px) {
  .works-slide__main {
    width: 100%;
  }
}
.works-slide__main-item {
	position: relative;
  height: 37.25rem;
  background: #faf9f5;
}
.works-slide__main-item::after {
	content: "";
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	width: 3.75rem;
	height: 3.75rem;
  background: url(../images/modelhouse_5/icon_zoom.svg) no-repeat center center/contain;
	pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .works-slide__main-item {
    height: 22.5rem;
  }
}
@media screen and (max-width: 640px) {
  .works-slide__main-item {
    width: 100%;
    height: 13.125rem;
  }
.works-slide__main-item::after {
	content: "";
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	width: 1.9rem;
	height: 1.9rem;
  background: url(../images/modelhouse_5/icon_zoom.svg) no-repeat center center/contain;
	pointer-events: none;
}
}
.works-slide__main img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 640px) {
  .works-slide__main img {
    width: 100%;
  }
}
.works-slide__thumbs {
  margin: 0;
  width: calc(30% - 1.25rem);
  max-height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 640px) {
  .works-slide__thumbs {
    width: 100%;
  }
}
.works-slide__thumbs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  height: auto;
}
@media screen and (max-width: 640px) {
  .works-slide__thumbs-list {
    flex-wrap: nowrap;
    gap: 0.625rem;
    width: 100%;
  }
}
.works-slide__thumbs-item {
  margin: 0 !important;
}
@media screen and (min-width: 641px) {
  .works-slide__thumbs-item {
    width: calc((100% - 0.875rem) / 2) !important;
    aspect-ratio: 136/143;
  }
}
@media screen and (max-width: 640px) {
  .works-slide__thumbs-item {
    height: 5.125rem;
  }
}
.works-slide__thumbs-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.works .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e2e2e2;
  opacity: 1;
}
.works .swiper-pagination-bullet-active {
  background: #4b3928;
}
.works .swiper-pagination-bullets {
  bottom: -35px;
}
.works .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.works .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.works .swiper-button-prev, .works .swiper-button-next {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.73) 13.68%, rgba(255, 255, 255, 0.98) 34.77%, rgba(255, 255, 255, 0) 100%);
  color: #93928c;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .works .swiper-button-prev, .works .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.works .swiper-button-prev::after, .works .swiper-button-next::after {
  font-size: 0.875rem;
  color: #93928c;
  transition: 0.4s;
}
@media screen and (min-width: ) {
  .works .swiper-button-prev:hover, .works .swiper-button-next:hover {
    background: #93928c;
  }
  .works .swiper-button-prev:hover::after, .works .swiper-button-next:hover::after {
    color: #fff;
  }
}

.contact .cmn-wrap {
  padding-top: 4.375rem;
}
@media screen and (max-width: 1024px) {
  .contact .cmn-wrap {
    padding-top: 7%;
  }
}
.contact__txt {
  margin-bottom: 2.1875rem;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2.28;
}
@media screen and (max-width: 1024px) {
  .contact__txt {
    margin-bottom: 6%;
  }
}
.contact__note {
  margin-bottom: 3.75rem;
  padding-top: 1.5rem;
  background-image: linear-gradient(to right, #93928c 1px, transparent 1px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left top;
  font-size: 0.875rem;
  line-height: 2.28;
  color: #332f2b;
}
@media screen and (max-width: 1024px) {
  .contact__note {
    margin-bottom: 6%;
    padding-top: 3%;
  }
}
.contact__form-content {
  padding: 7rem 9.375rem;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .contact__form-content {
    padding: 10%;
  }
}
@media screen and (max-width: 640px) {
  .contact__form-content {
    padding: 5%;
  }
}

.company-profile-tab__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.0625rem;
  margin: 0 auto 7.5rem;
}
@media screen and (max-width: 1024px) {
  .company-profile-tab__list {
    margin-bottom: 12%;
  }
}
.company-profile-tab__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 34px) / 3);
}
@media screen and (max-width: 640px) {
  .company-profile-tab__item {
    width: calc((100% - 17px) / 2);
  }
}
.company-profile-tab__btn {
  padding: 0.625rem 0.625rem 1.5625rem;
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  opacity: 0.4;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .company-profile-tab__btn {
    padding: 5%;
  }
}
.company-profile-tab__btn.active {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .company-profile-tab__btn:hover {
    background: #93928c;
    opacity: 1;
  }
  .company-profile-tab__btn:hover .company-profile-tab__num {
    color: #fff;
  }
  .company-profile-tab__btn:hover .company-profile-tab__ttl {
    color: #fff;
  }
  .company-profile-tab__btn:hover .company-profile-tab__arrow-ph {
    display: none;
  }
  .company-profile-tab__btn:hover .company-profile-tab__arrow-hover {
    display: inline-block;
  }
}
.company-profile-tab__num {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.66;
  text-align: left;
  color: #122;
  transition: 0.4s;
}
.company-profile-tab__ttl {
  margin-bottom: 1.5rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #122;
  transition: 0.4s;
}
.company-profile-tab__ttl-en {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .company-profile-tab__ttl-en {
    font-size: 1.0625rem;
  }
}
.company-profile-tab__ttl-jp {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  word-break: keep-all;
}
.company-profile-tab__arrow {
  position: relative;
  margin: 0 auto;
  width: 1.125rem;
  height: 1.125rem;
}
.company-profile-tab__arrow-ph {
  transition: 0.4s;
}
.company-profile-tab__arrow-hover {
  display: none;
  transition: 0.4s;
}
.company-profile-content__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
  margin-bottom: 5.9375rem;
}
@media screen and (max-width: 1024px) {
  .company-profile-content__box {
    flex-direction: column;
    margin-bottom: 9%;
  }
}
@media screen and (max-width: 640px) {
  .company-profile-content__box {
    gap: 2.5rem;
  }
}
.company-profile-content__box.--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .company-profile-content__box.--reverse {
    flex-direction: column;
  }
}
.company-profile-content__box.--reverse .company-profile-content__info {
  padding-right: 8%;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .company-profile-content__box.--reverse .company-profile-content__info {
    padding-right: 0;
    width: 100%;
  }
}
.company-profile-content__box.--reverse .company-profile-content__ph {
  width: calc(50% - 5rem);
}
@media screen and (max-width: 1024px) {
  .company-profile-content__box.--reverse .company-profile-content__ph {
    width: 100%;
  }
}
.company-profile-content__info {
  width: calc(50% - 5rem);
}
@media screen and (max-width: 1024px) {
  .company-profile-content__info {
    width: 100%;
  }
}
.company-profile-content__num {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.66;
  text-align: left;
  color: #122;
  transition: 0.4s;
}
.company-profile-content__point {
  margin-bottom: 2.1875rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #122;
}
@media screen and (max-width: 1024px) {
  .company-profile-content__point {
    margin-bottom: 3%;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 640px) {
  .company-profile-content__point {
    font-size: 1rem;
  }
}
.company-profile-content__txt {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}
.company-profile-content__txt:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .company-profile-content__txt:not(:last-child) {
    margin-bottom: 3%;
  }
}
.company-profile-content__ph {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .company-profile-content__ph {
    width: 100%;
  }
}
.company-profile-content__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #93928c;
}
@media screen and (max-width: 1024px) {
  .company-profile-content__link {
    margin-top: 12%;
    padding-top: 4%;
  }
}
.company-profile-content__prev, .company-profile-content__next {
  width: 48%;
  max-width: 17.875rem;
  height: 5.625rem;
}
.company-profile-content__btn {
  padding: 1.25rem;
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .company-profile-content__btn {
    padding: 5%;
  }
}
.company-profile-content__btn.active {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .company-profile-content__btn:hover {
    background: #93928c;
    opacity: 1;
  }
  .company-profile-content__btn:hover .company-profile-content__num {
    color: #fff;
  }
  .company-profile-content__btn:hover .company-profile-content__ttl {
    color: #fff;
  }
  .company-profile-content__btn:hover .company-profile-content__arrow-ph {
    display: none;
  }
  .company-profile-content__btn:hover .company-profile-content__arrow-hover {
    display: inline-block;
  }
}
.company-profile-content__ttl {
  color: #122;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .company-profile-content__ttl {
    width: calc(100% - 1.75rem);
  }
}
.company-profile-content__ttl-en {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .company-profile-content__ttl-en {
    font-size: 0.9375rem;
  }
}
.company-profile-content__ttl-jp {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.company-profile-content__inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-profile-content__inr.--reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1.25rem;
}
@media screen and (max-width: 640px) {
  .company-profile-content__inr.--reverse {
    gap: 0.625rem;
  }
}
.company-profile-content__arrow {
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
}
.company-profile-content__arrow-ph {
  transition: 0.4s;
}
.company-profile-content__arrow-hover {
  display: none;
  transition: 0.4s;
}

.promise {
  background: #d6d5cd;
}
.promise-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem 4.6875rem;
}
@media screen and (max-width: 1024px) {
  .promise-box {
    gap: 2.5rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  .promise-box {
    margin: 0 auto;
    max-width: 26.5625rem;
  }
}
.promise-box__item {
  width: calc((100% - 9.375rem) / 3);
}
@media screen and (max-width: 1024px) {
  .promise-box__item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 640px) {
  .promise-box__item {
    width: 100%;
  }
}
.promise-box__ph {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .promise-box__ph {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 640px) {
  .promise-box__ph {
    margin-bottom: 8%;
  }
}
.promise-box__ttl {
  margin-bottom: 1.5625rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #122;
}
@media screen and (max-width: 1024px) {
  .promise-box__ttl {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 640px) {
  .promise-box__ttl {
    margin-bottom: 4%;
    font-size: 1.0625rem;
  }
}
.promise-box__txt {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2.28;
}

.company-overview__data {
  padding: 2.5rem 2rem 7.5rem;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .company-overview__data {
    padding: 4% 3% 12%;
  }
}
.company-overview__data-list {
  margin: 0 auto;
  max-width: 51.25rem;
  border-spacing: 1rem 0;
  border-collapse: separate;
}
@media screen and (max-width: 640px) {
  .company-overview__data-list {
    max-width: 300px;
  }
}
.company-overview__data-ttl {
  position: relative;
  width: 11.625rem;
  height: 6.5rem;
  border-bottom: 1px solid #93928c;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.77;
  text-align: left;
  color: #93928c;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .company-overview__data-ttl {
    display: block;
    width: 100%;
    height: auto;
    font-size: 1rem;
  }
}
.company-overview__data-txt {
  height: 6.5rem;
  border-bottom: 1px solid #d6d5cd;
  font-size: 0.875rem;
  line-height: 2.28;
  text-align: left;
  color: #122;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .company-overview__data-txt {
    display: block;
    padding: 0 0.625rem 1.25rem;
    width: 100%;
    height: auto;
    border-bottom: none;
    font-size: 0.9375rem;
  }
}

.grecaptcha-badge {
	display: none!important;
}

#events #events_title #your-property {
    border: unset;
    border-bottom: 2px solid #3a3a3a;
}

.wpcf7-acceptance .wpcf7-list-item-label{
	font-size:14px;
}

/* 250131 */
#features1,
#features2,
#features3,
#features4 {
    padding-top: 100px;
    margin-top: -100px;
}
@media(max-width: 640px) {
    #features1,
    #features2,
    #features3,
    #features4 {
        padding-top: 50px;
        margin-top: -50px;
    }
}

/* .xdsoft_time_variant:not(:has(:nth-child(4))) { */
.xdsoft_time_variant{
    /* margin-top: 0 !important; */
}


/* 250623 No.1554 */
.new-cta {
  background: url(../images/modelhouse_5/new-cta-bg_pc.jpg) no-repeat center center/cover;
}
@media(max-width: 640px) {
  .new-cta {
    margin-top: 20%;
    background: url(../images/modelhouse_5/new-cta-bg_sp.jpg) no-repeat center center/cover;
  } 
}
.new-cta__inner {
  margin-inline: auto;
  padding-block: 40px;
  padding-inline: 20px;
  max-width: 653px;
  width: 100%;
}
@media(max-width: 640px) {
  .new-cta__inner {
    padding-block: 6%;
    padding-inline: 6%;
    max-width: 327px;
  }
}

.new-cta__title {
  max-width: 266px;
  margin-inline: auto;
  margin-bottom: 32px;
  padding-bottom: 24px;
  color: #FFF;
  font-family: "Shippori Mincho B1";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #FFF;
}
@media(max-width: 640px) {
  .new-cta__title {
    margin-bottom: 5%;
    padding-bottom: 4%;
    font-size: 20px;
  }
}

.new-cta__scroll {
  margin-top: 32px;
  padding: 18px 24px;
  max-width: 600px;
  height: 140px;
  overflow-y: scroll;
  border: 1px solid #FFF;
}
@media(max-width: 640px) {
  .new-cta__scroll {
    height: 100px;
    margin-top: 5%;
    padding: 4% 5%;
  }
}
.new-cta__scroll-text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media(max-width: 640px) {
  .new-cta__scroll-text {
    font-size: 12px;
  }
}
.new-cta__btn {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 320px;
  width: 100%;
  height: 64px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFF;
  border-radius: 47px;
  background-color: #E8374A;
}
@media(max-width: 640px) {
  .new-cta__btn {
    margin-top: 8%;
    height: 40px;
  }
}
.new-cta__btn-text {
  color: #FFF;
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media(max-width: 640px) {
  .new-cta__btn-text {
    font-size: 16px;
  }
}
.new-cta__btn-svg {
  position: absolute;
  right: 32px;
}

@media(max-width: 900px) {
  .about-info__ph.about-info__ph-first {
    display: none;
  }
}

@media(max-width: 1024px) {
  .mv-info {
    padding-top: 0!important;
  }
}

@media(max-width: 640px) {
  .mv {
    margin-bottom: 0!important;
  }
  .mv-ph_child {
    display: none!important;
  }
}

.about-info__txt {
    padding-block: 16px;
    border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
}
@media(max-width: 640px) {
  .about-info__txt {
      padding-block: 4%;
      font-size: 11px;
  }
}

.features-content:nth-child(2) .features-content__ph img:first-child {
  width: 100%!important;
}
.features-content:nth-child(4) .features-content__ph img:first-child {
  width: 100%!important;
}

/* 251106 */
.xdsoft_datetimepicker .xdsoft_year {
  display: flex!important;
}

.mv-ph__note {
  padding-top: 8px;
  color: #122;
  font-family: "Shippori Mincho B1";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.04em;
  text-align: right;
}

@media(max-width: 640px) {
  .mv-ttl {
    font-size: 10vw!important;
  }
  .mv-ttl small {
    font-size: 4.8vw!important;
  }
}

/* 251211 */
.--pc {
    display: block;
}
.--sp {
    display: none;
}
@media(max-width: 640px) {
    .--pc {
        display: none;
    }
    .--sp {
        display: block;
    }
}
.br-sp {
    display: none;
}
@media(max-width: 640px) {
    .br-sp {
        display: block;
    }
}
#about {
    padding-top: 160px;
}
@media(max-width: 640px) {
    #about {
        padding-top: 16%;
    }
}
.features-tab.--sp {
    display: none;
}
@media(max-width: 640px) {
    #features2, #features3, #features4 {
        margin-top: 40px;
    }
    .features-content__link {
        display: none;
    }
    .features-tab.--sp {
        display: block;
    }
    .gallery .cmn-ttl {
        padding-inline: 1.5625rem;
    }
}


@media(max-width: 900px) {
  .mv-subttl {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* 260317 */
.mv-subttl {
  align-items: center;
}
@media(max-width: 900px) {
  .mv-subttl {
    align-items: flex-start;
  }
}
.mv-subttl small {
  padding-block: 16px;
  height: auto;
  color: #332F2B;
  font-family: "Shippori Mincho B1";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 0.75;
  letter-spacing: 0.05em;
}
@media(max-width: 900px) {
  .mv-subttl small {
    font-size: 16px;
  }
}
@media(max-width: 640px) {
  .mv-subttl small {
    font-size: 14px;
  }
}
.mv-subttl--lg {
    color: #332F2B;
    font-family: "Shippori Mincho B1";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
  line-height: 0.75;
    letter-spacing: 0.05em;
}
@media(max-width: 640px) {
  .mv-subttl--lg {
    font-size: 20px;
  }
}
.mv-subttl--md {
    font-size: 24px;
}
@media(max-width: 640px) {
  .mv-subttl--md {
    font-size: 18px;
  }
}
.mv-subttl--sm {
    font-size: 16px;
}
@media(max-width: 640px) {
  .mv-subttl--sm {
    font-size: 14px;
  }
}

.works-content__ttl span {
    font-size: 16px;
    padding-left: 24px;
}

@media(max-width: 640px) {
  .works-content__ttl {
    display: flex;
    gap: 24px;
    flex-direction: column;
    line-height: 1.5;
  }
  .works-content__ttl span {
    display: block;
    padding-left: 0;
  }
}