@charset "utf-8";
/* -----------------------------------
toppageのみベース背景変更
----------------------------------- */
body.top-bg-custom {
background-color: #f7f7f7;
}

/* -----------------------------------
top_common
----------------------------------- */

/* style2 */
.vm.style2 {
border: 1px solid #75665f;
background-color: #fff;
color: #383431;
margin-top:4.5rem;
}
.vm.style2:hover {
background-color: #75665f;
color: #fff;
}
@media (max-width: 768px) {
.vm.style2 {
margin-top:2.5rem;
}
}

.c-title1 .f-eng.f-brown {
color: #383431;
}

.vm.ja-text{ 
letter-spacing: 0.4em;
text-indent: 0.4em;
padding: 3px 20px 2px 20px;
}
@media (max-width: 767px) {
.vm.ja-text{ 
letter-spacing: 0.4em;
text-indent: 0.4em;
padding: 2px 13px;
}
}

/* -----------------------------------
top_mv
----------------------------------- */


.mv_txtArea {
position: absolute;
width: 45%;
top: 45%;
right: 15%;
left: auto;
transform: translate(0, 0) !important;
height: auto;
text-align: right;
}
@media screen and (max-width: 767px){
.mv_txtArea {
width:100%;
right: 10%;
}
}

.mv_data {
max-width: 100%;
}

.mv_data.mv_fadeUp {
opacity: 0;
transform: translateY(100px);
font-family: "Shippori Mincho", serif;
font-weight: 400;
color:#fff;
font-size: 1.66rem;
margin:0;
display:block;
padding-right: 6px;
}


.shippori-mincho-regular {
font-family: "Shippori Mincho", serif;
font-weight: 400;
font-style: normal;
}

.mv_logo.mv_fadeUp {
width:100%;
font-weight: 400;
color:#fff;
font-size: 3.33rem;
margin-bottom: 1.3rem;
line-height: 1;
letter-spacing: 0.4rem;
opacity: 0;
transform: translateY(100px);
}

@keyframes fadeUpAnime {
from {
opacity: 0;
transform: translateY(100px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

@media screen and (max-width: 900px){
.mv_logo.mv_fadeUp {
font-size: 3.33rem;
letter-spacing: 0.1rem;
}
}
@media screen and (max-width: 767px){
.mv_logo.mv_fadeUp {
font-size: clamp(2.4rem, calc(3.6471vw + 1.5794rem), 3.33rem);
}

.mv_data.mv_fadeUp {
font-size: clamp(1.2rem, calc(1.1275vw + 0.9461rem), 1.66rem);
padding-right: 4px;
}
}


.scroll_logo {
opacity: 1;  
}


/* -----------------------------------
EVENT
----------------------------------- */
.top_event {
width: 90%;
max-width:1700px;
padding: 8.5rem 0 8.5rem;
}

@media screen and (max-width: 991px){
.top_event{
padding: 7rem 0 7rem;
}
}
@media screen and (max-width: 767px){
.top_event{
padding: 5rem 0 6rem;
}
}

.top_event.top_blog {
padding-top: 8.5rem;
}
@media screen and (min-width: 1200px) {
.top_event .event_block li,
.top_blogt .event_block li{
margin: 0 6rem 0 0;
}
.event_block li {
width: calc((100% - 12rem) / 3);
}
}



.event_block {
margin-bottom: 0;
width:100%;
justify-content: center;
}


@media screen and (min-width: 768px) {
.top_works_block {
display: flex;
flex-wrap: wrap; 
justify-content: center;
}
}

@media screen and (max-width: 767px){

.top_works_block{
margin: 0 10px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.top_works_block li{
list-style: none;
margin-bottom: 1rem;
width: 48%; 
}
}

/* -----------------------------------
BLOG
----------------------------------- */

.top_event.top_blog {
padding-top: 8.5rem;
}
@media screen and (max-width: 991px){
.top_event.top_blog {
padding: 6rem 0;
}
}
@media screen and (max-width: 767px){
.top_event.top_blog {
padding: 5rem 0;
}
}


/* -----------------------------------
YouTube
----------------------------------- */
/* top movie */
.top_movie {
max-width: 100%;
background: #E9E5E4;
padding: 8.5rem 0;
}
@media screen and (max-width: 991px){
.top_movie {
padding: 6rem 0;
}
}
@media screen and (max-width: 767px){
.top_movie {
padding: 5rem 0;
}
}

.top_movie_list {
display: flex;
justify-content: center;
gap: 60px;
flex-wrap: wrap;
max-width: 90%;
width: 1700px;
margin: 0 auto;
}

.top_movie_item {
width: calc((100% - 120px) / 3);
}

.top_movie_link {
position: relative;
display: block;
overflow: visible; /* カテゴリラベルのはみ出しを許可 */
}

.top_movie_cat {
position: absolute;
top: -10px;
right: 0;
z-index: 2;
background-color: #75665f;
color: #fff;
font-size: 1rem;
padding: 4px 8px 2px;
letter-spacing: 0.05em;
border-radius: 20px 0 20px 20px;
}

.top_movie_thumb {
position: relative;
z-index: 1;
display: block;
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
object-fit: cover;
clip-path: inset(0);
transition: transform .5s ease, clip-path .5s ease;
}

.top_movie_link:hover .top_movie_thumb {
-webkit-transform: scale(1.1);
transform: scale(1.1);
clip-path: inset(4.55%);
}

.top_movie_play {
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
transform: translate(-50%, -50%);
width: 60px;
height: 60px;
pointer-events: none;
}

.top_movie_ttl {
margin-top: 15px;
font-weight: bold;
font-size: 1.25rem;
line-height: 1.5;
color: #333;
}

@media (max-width: 1399px) {
.top_movie_cat {
font-size: 1rem;
padding: 4px 8px 2px;
border-radius: 20px 0 20px 20px;
}
}

@media (max-width: 1024px) {
.top_movie_list {
gap: 20px;
}

.top_movie_item {
width: calc((100% - 40px) / 3);
}
}

@media screen and (max-width: 991px) {
.top_movie_ttl {
font-size: 1.15rem;
}
}

@media (max-width: 767px) {
.top_movie_cat {
padding: 2px 6px 0;
border-radius: 15px 0 15px 15px;
font-size: 0.86rem;
text-indent: 0.3em;
}

.top_movie_item {
width: 100%;
gap: 40px;
}

.top_movie_play {
width: 50px;
height: 50px;
}
}

/* -----------------------------------
スマホ時のFancybox（動画ポップアップ）の余白調整
----------------------------------- */
@media (max-width: 768px) {
.fancybox-slide {
padding: 10px !important;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
width: 100% !important;
max-width: 100% !important;
}
}



/* -----------------------------------
FAQ
----------------------------------- */

.top_faq {
width:100%;
margin:8rem auto 0;
background-color:#e9e5e4;
padding:7.5rem 0 9rem;
}
@media screen and (max-width: 991px){
.top_faq{
padding: 6rem 0 7rem;
}
}
@media screen and (max-width: 767px){
.top_faq{
margin:0 auto -5rem;
padding:4.5rem 0 10rem;
}
}


.page_faq {
width:100%;
margin:0 auto -10rem;
background-color:#fff;
padding:0 0 9rem;
}
@media only screen and (max-width:767px){

.page_faq {
width:100%;
margin:0 auto -5rem;
background-color:#fff;
padding:0 0 5rem;
}
}


.top_faq dl{
max-width:1000px;
width:90%;
margin:0 auto 15px;
border:#e5dbd1 solid 1px;
background-color: #fff;
padding:25px 35px;
}
.page_faq dl{
border:#c3ccd5 solid 1px;
}
@media only screen and (max-width:767px){
.top_faq dl{
padding:15px 10px;
}
}


.top_faq dl dt{
display:block;
width:100%;
cursor:pointer;
background:none;
position: relative;
padding: 8px 56px 0 0; 
line-height:2.0;
font-size:1.1rem;
}


.top_faq dl dt::before,
.top_faq dl dt::after{
content:"";
position:absolute;
top: 50%;
right: 10px;
width: 14px; 
height: 2px;
background: #35312e;
transform: translateY(-50%);
transition: transform .30s ease;
border-radius: 2px;
}

.top_faq dl dt::before{ 
transform: translateY(-50%) rotate(0deg); 
}
.top_faq dl dt::after{  
transform: translateY(-50%) rotate(270deg); 
}
.top_faq dl dt.active::after{
transform: translateY(-50%) rotate(0deg);
}


@media only screen and (max-width:767px){


.top_faq dl dt{
padding: 8px 40px 2px 2px;
font-weight: normal;
font-size:0.9rem;
margin-bottom: 0; 
}

.top_faq dl dt::before,
.top_faq dl dt::after{
right: 10px;
width: 12px;	
top:22px; 
}
}


.top_faq dl dd{
width:100%;
display:none;
padding:0;	
line-height:2.0;
margin-top:15px;
padding-top:15px;
font-size:1.1rem;
}
.top_faq dl dd p,
.top_faq dl dt p{
padding:8px 0;
}

@media only screen and (max-width:767px){
.top_faq dl dd{
padding:15px 6px 6px 2px;
font-size:0.9rem;
}
.top_faq dl dd p,
.top_faq dl dt p{
padding-top:3px;
}
}


.top_faq dl dt.active{
background: none !important;
}

#faq .faq-contents {
display: none; 
}

.top_faq dl dt > *{
display: table-cell;
vertical-align: top;
}

.top_faq dl dd > * {
display: table-cell; 
vertical-align: top;
}

.top_faq dl dt > span > span,
.top_faq dl dd > span > span {
border-radius: 50%;
font-weight: bold;
color: #fff;
text-align: center;
display: block; 
}

.top_faq dl dt > span span {
color: #023e86; 
}

.top_faq dl dt .text {
font-weight: bold; 
}

.top_faq dl dd > span span {
color:#6a625f; 
}

.top_faq dl dd a {
display: inline-block;
margin-top: 5px; 
}

.top_faq dl dd .ex_mail {
display: block;
margin: 0;
padding-top: 15px;
margin-left: 40px;
border: none; 
}

.top_faq dl dd .ex_mail li {
padding-top: 5px;
padding-bottom: 5px;
border: none;
margin: 0;
word-break: break-all; }

.top_faq dl dt > span,
.top_faq dl dd > span {
width: 46px; }
@media only screen and (max-width:767px){
.top_faq dl dt > span,
.top_faq dl dd > span {
width:22px; 
}
}

.top_faq dl dt > span span,
.top_faq dl dd > span span {
width: 46px;
height: 46px;
line-height: 46px;
font-size:26px;
margin-right:4px;
}
@media only screen and (max-width:1199px){
.top_faq dl dt > span span, .top_faq dl dd > span span {
width: 40px;
height: 40px;
line-height: 42px;
font-size: 22px;
}
}
@media only screen and (max-width:767px){
.top_faq dl dt > span span,
.top_faq dl dd > span span {
width: 28px;
height: 28px;
line-height: 28px;
font-size:16px;
margin-right:2px;;
}
}



/* -----------------------------------
WORKS VOICE カスタムグリッド
----------------------------------- */

.top_works-voice{
padding:0 0 8.5rem;
}


.custom-works-grid {
display: grid !important;
grid-template-columns: repeat(3, 1fr) !important;
grid-auto-rows: auto !important; 
gap: 40px !important; /* 隙間（必要に応じて調整） */
list-style: none !important;
padding: 0 !important;
width: 90% !important;
max-width: 1700px !important; 
margin: 0 auto 5rem!important;

}

/* 1件目を「2列 × 2行」分に広げる */
.custom-works-grid .custom-works-item:nth-child(1) {
grid-column: 1 / 3 !important;
grid-row: 1 / 3 !important;
}

/* Gridの枠（li）をFlexboxにして高さを下へ伝える */
.custom-works-item {
display: flex !important;
flex-direction: column !important;
width: 100% !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
background: transparent !important;
}

/* aタグもFlexboxにして、親の枠いっぱいまで広げる */
.custom-works-item a {
display: flex !important;
flex-direction: column !important;
flex-grow: 1 !important;
width: 100% !important;
text-decoration: none !important;
color: #333 !important;
}

/* --- 画像エリア --- */
.custom-works-thumb {
position: relative !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
}

/* 大きな1枚目だけ「テキストを配置した後の残りスペース」を埋める */
.custom-works-grid .custom-works-item:nth-child(1) .custom-works-thumb {
flex-grow: 1 !important;
height: auto !important; 
}

/* 小さな2〜6枚目は「比率固定(3:2)」で、全体の行の高さを決定する基準にする */
.custom-works-grid .custom-works-item:not(:nth-child(1)) .custom-works-thumb {
flex-grow: 0 !important;
aspect-ratio: 5 / 3 !important;
}

/* 画像本体：親ラッパーの大きさにピタリと合わせる */
.custom-works-thumb img {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
}

/* --- テキスト部分 --- */
.custom-works-info {
display: flex !important;
align-items: baseline !important; 
flex-wrap: wrap !important; 
gap: 4px 15px !important; 
padding: 15px 0 20px !important;
}

.custom-works-ttl {
font-size: 1.25rem;
font-weight: bold !important;
color: #333 !important;
line-height: 1.4 !important;
margin: 0 !important;
max-width: 100% !important; /* 長いタイトルはみ出し防止 */
}

.custom-works-client {
font-size: 14px !important;
color: #555 !important;
margin: 0 !important;
white-space: nowrap; /* 名前が折り返さないように */
}


@media (max-width: 768px) {

.top_works-voice{
padding:0 0 5rem;
}

.custom-works-grid {
/* 基本を2列グリッド */
grid-template-columns: repeat(2, 1fr) !important; 
gap: 20px !important;
width: 90% !important; 
margin: 0 auto 2rem !important;
}

/* 1枚目liだけ、2列分全幅 */
.custom-works-grid .custom-works-item:nth-child(1) {
grid-column: 1 / -1 !important;
grid-row: auto !important;
}

/* 1枚目の画像比率固定（3:2） */
.custom-works-grid .custom-works-item:nth-child(1) .custom-works-thumb {
flex-grow: 0 !important;
aspect-ratio: 3 / 2 !important;
}

/* 2列表示の2枚目以降li調整 */
.custom-works-grid .custom-works-item:not(:nth-child(1)) {
margin: 0 !important;
}

/* 2列表示の画像の比率固定 */
.custom-works-grid .custom-works-item:not(:nth-child(1)) .custom-works-thumb {
aspect-ratio: 3 / 2 !important;
}

/* 6件目はスマホ非表示 */
.custom-works-grid .custom-works-item:nth-child(6) {
display: none !important;
}

/* --- スマホ時のテキスト調整 --- */
.custom-works-info {
flex-direction: column !important;  /* 縦並び */
align-items: flex-start !important; /* 左寄せ */
gap: 4px !important;                /* タイトルと場所名の縦の隙間*/
padding: 10px 0 15px !important;
}

.custom-works-ttl {
font-size: 14px !important; 
line-height: 1.3 !important;
}

.custom-works-client {
font-size: 12px !important; 
color: #666 !important;
white-space: normal !important; /* 場所名が長すぎた場合は自然に折り返し */
}
}



/* --------------------------------
MODEL HOUSE / SHOWROOM
-------------------------------- */

.top_reserve {
width: 100%;
overflow: hidden;
margin:10rem	auto -10rem;
}

.top-bg-custom .top_reserve {
width: 100%;
overflow: hidden;
margin:0	auto -10rem;
}



.top_reserve_inner {
display: flex;
width: 100%;
}

.top_reserve_item {
position: relative;
display: block;
width: 50%;
color: #fff;
text-decoration: none;
overflow: hidden;
}

.top_reserve_img {
position: relative;
width: 100%;
}

.top_reserve_img::after {
content: "";
position: absolute;
inset: 0;

z-index: 1;
}

.top_reserve_img img {
display: block;
width: 100%;
height: auto;
}

.top_reserve_content {
position: absolute;
inset: 0;
z-index: 2;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 4.5vw;
padding: clamp(42px, 5vw, 86px) clamp(24px, 3vw, 44px);
text-align: center;
}

.top_reserve_title {
margin: 0;
color: #fff;
font-size: clamp(3.2rem, 3.4vw, 4rem);
font-weight: 600;
line-height: 1.1;
letter-spacing: 0.1em;
white-space: nowrap;
}

.top_reserve_txtArea {
width: 100%;
}

.top_reserve_tit {
margin: 0 0 clamp(1rem, 1.2vw, 1.8rem);
color: #fff;
font-size: clamp(1.6rem, 1.2vw, 2.1rem);
font-weight: 700;
line-height: 1.5;
letter-spacing: 0.1em;
}

.top_reserve_txt {
margin: 0 0 clamp(2.2rem, 2.6vw, 4.2rem);
color: #fff;
font-size: clamp(1.1rem, 0.9vw, 1.4rem);
font-weight: 400;
line-height: 1.5;
letter-spacing: 0.1em;
}

.top_reserve_btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: clamp(170px, 18vw, 220px);
min-height: clamp(40px, 4vw, 46px);
padding: 7px 30px;
border: 1px solid #213c96;
border-radius: 999px;
background: #fff;
color: #213c96;
font-size: clamp(16px, 1.35vw, 24px);
font-weight: 700;
line-height: 1.4;
letter-spacing: 0.3em;
transition: 0.3s;
}

.top_reserve_item:hover .top_reserve_btn {
background: #213c96;
color: #fff;
}


@media screen and (max-width: 1100px) {

.top_reserve_content {
gap: 40px;
padding: 36px 22px 30px;
}

.top_reserve_title {
font-size: clamp(3rem, 3.4vw, 3.8rem);
letter-spacing: 0.1em;
}

.top_reserve_tit {
margin-bottom: 8px;
font-size: 19px;
}

.top_reserve_txt {
margin-bottom: 20px;
font-size: 14px;
line-height: 1.55;
letter-spacing: 0.1em;
}

.top_reserve_btn {
min-width: 170px;
min-height: 40px;
font-size: 17px;
}

}

@media screen and (max-width: 992px) {
.top-bg-custom .top_reserve {
margin:0	auto -6rem;
}

}
@media screen and (max-width: 767px) {
.top_reserve {
margin:5rem auto -5rem;
}

.top-bg-custom .top_reserve {
margin:0	auto -5rem;
}


.top_reserve_inner {
display: block;
}

.top_reserve_item {
width: 100%;
}

.top_reserve_content {
gap:30px;
padding: 34px 22px;
}

.top_reserve_title {
font-size: clamp(3rem, 8.5vw, 3.8rem);
letter-spacing: 0.1em;
}

.top_reserve_tit {
margin-bottom: 10px;
font-size: 20px;
}

.top_reserve_txt {
margin-bottom: 24px;
font-size: 14px;
line-height: 1.6;
letter-spacing: 0.08em;
}

.top_reserve_btn {
min-width: 180px;
min-height: 42px;
font-size: 17px;
}

}
@media screen and (max-width: 420px) {

.top_reserve_content {
gap: 20px;
padding: 28px 18px;
}

.top_reserve_title {
font-size: 2.3rem;
letter-spacing: 0.08em;
}

.top_reserve_tit {
margin-bottom: 8px;
font-size: 1.15rem;
}

.top_reserve_txt {
margin-bottom: 18px;
font-size: 0.86rem;
line-height: 1.55;
letter-spacing: 0.06em;
}

.top_reserve_btn {
min-width: 164px;
min-height: 40px;
padding: 6px 24px;
font-size: 16px;
}

}

/* --------------------------------
PC右端固定ボタン追加
-------------------------------- */


@media screen and (min-width: 1200px) {

.c-side-link a div {
height: 25px;
display: flex;
align-items: center;
justify-content: center;
}

.c-side-link a div img {
width: 100%;
height: 100%;
object-fit: contain;
}

/* 4番目：来店予約アイコンだけ横長なので横幅を広げる */
.c-side-link a:nth-child(4) div {
width: 60px;
height: 25px;
}

}

/* --------------------------------
SPフッター固定ボタン
-------------------------------- */
@media screen and (max-width: 575px) {

ul.footer_menu li a div {
height: 24px;
display: flex;
align-items: center;
justify-content: center;
}

ul.footer_menu li a div img {
display: block;
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
object-fit: contain;
}

/* 3番目：来店予約アイコンだけ横長なので横幅を少し広げる */
ul.footer_menu li:nth-child(3) a div {
width: 3.4rem;
height: 24px;
}

}