@charset "UTF-8";

/* カーソル設定 */
body {
  cursor: auto !important;
}
body a,
body button ,
body .menu {
  cursor: pointer;
}
body a {
transition: 0.3s;
}
body a:hover {
opacity: 0.7;
}


/* outline */
html {
font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', 'Shippori Mincho B1', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}
.sp {
    display: none;
}

.pc_view {
    display: block;
}

figure {
    position: relative;
}

header {
    background:  #000;
}
header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

#all_Wrap {
    height: auto;
    background: url(../img/bg.jpg) repeat-y;
    background-size: 100%;
}

.contents_plan {
    width: 100%;
    height: 100%;
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding-bottom: 0.1px;
}

.contents_plan .mv {
    width: 100%;
    position: relative;
    background: #2f2a21;
    font-size: 0;
}

.contents_plan .mv .mv_txt {
    width: 100%;
    position: absolute;
	top: 30svh;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.contents_plan .mv .mv_txt {}
.contents_plan .mv .mv_txt a {
    
}
.contents_plan .mv .mv_txt a small {
    font-size: 12px;
}
.contents_plan .mv .mv_txt h2 {
    color: #fff;
    font-size: 2.2vw;
    letter-spacing: 0.4em;
    /*    text-shadow: 0px 0px 10px #000 , 0px 0px 15px #000;*/
    z-index: 1;
    width: 618px;
    max-width: 80%;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 10px #000) drop-shadow(0px 0px 15px #000);
}
.contents_plan .mv .mv_txt a {
    width: 600px;
    max-width: 90%;
    margin: 40px auto 0;
    display: block;
    transition: 0.3s;
	border: 1px solid #fff;
}
.contents_plan .mv .mv_txt a:hover {
    opacity: 0.7;
}

.cv_02 {
    margin-left: 0;
    margin: 0 auto;
}

.design_box_b {
margin-top: 70px;
}

.mv .caption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 11px;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
}

.contents_plan>h3 {
    font-size: 28px;
    margin: 100px auto 50px;
    color: #383838;
    font-weight: normal;
}

.contents_plan>p {
    font-size: 17px;
    line-height: 2;
    margin-bottom: 50px;
}

.plan_Img {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
figcaption.cap_Txt {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 11px;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
}

.view_Ttl {
    display: inline-block;
    max-width: 450px;
    width: 90%;
    padding: 10px 20px;
    margin: 0 auto;
    color: #383838;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #a8a78f, rgba(0, 0, 0, 0));
    font-size: 22px;
    text-align: center;
    box-sizing: border-box;
}




/*タブ切り替え全体のスタイル*/
.tabs {
    width: 100%;
    margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
    width: 200px;
    max-width: 30%;
    line-height: 1.2;
    font-size: 16px;
    text-align: center;
    color: #565656;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
    padding: 6px 10px 0px;
    font-family: 'EB Garamond', serif;
    box-sizing: border-box;
}

.tab_item img {
max-width: 220px;
margin: 0 auto;
}

.tab_item:hover {
    opacity: 0.75;
}

.tab_item strong {
    font-size: 20px;
    line-height: 1.4;
}

.tab_item strong.garamond {
    font-size: 30px;
    font-family: 'EB Garamond', serif;
}

.tab_item span {
    border: 1px solid;
    padding: 0px 6px;
    font-size: 13px;
    margin-left: 5px;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 0px 0;
    clear: both;
    position: relative;
    margin-top: 80px;
}
.tab_content:before {
    content: "";
    width: 100%;
    height: 90%;
    position: absolute;
    left: 0;
    top: 0px;
    background: rgba(195, 195, 154, 0.2);
    z-index: -1;
}


/*選択されているタブのコンテンツのみを表示*/
#tab01:checked~#tab01_content,
#tab02:checked~#tab02_content,
#tab03:checked~#tab03_content,
#tab04:checked~#tab04_content,
#tab05:checked~#tab05_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
    position: relative;
    filter: invert(0.2);
}
.tabs input:checked+.tab_item:before {
    content: "";
    width: 15px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    background: url(../img/arr.png) no-repeat;
    background-size: 100%;
}

.tabs input:checked+.tab_item img {
}

.madori_ttl {
    width: fit-content;
    height: 44px;
    margin: 0 auto 0;
    transform: translateY(-30px);
}
.madori_ttl img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}


.midashi_ttl {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
}
.midashi_ttl:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    width: 360px;
    max-width: 80%;
    height: 1px;
    background: #646464;
}

.merit_Wrap {
    width: 1000px;
    max-width: 90%;
    margin: 100px auto;
    text-align: center;
}
.merit_Wrap .merit_Box {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.merit_Wrap .merit_Box li {
    width: 31%;
    background: #fff;
    position: relative;
    border: 7px solid rgba(160, 133, 80, 0.3);
}
.merit_Wrap .merit_Box li a {
    display: block;
    padding: 20px 0 50px;
    transition: 0.3s;
    box-sizing: border-box;
	height: 100%;
}
.merit_Wrap .merit_Box li a:hover {
    background: rgba(160, 133, 80, 0.3);
}
.merit_Wrap .merit_Box li:before {
    content: "〉";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    color: #a08550;
    transform: rotate(90deg);
}
.merit_Wrap .merit_Box li figure {
    width: 50px;
    max-width: 60%;
    margin: 0 auto;
}
.merit_Wrap .merit_Box li h3 {
    font-family: 'EB Garamond', serif;
    font-size: 25px;
    letter-spacing: 0.1em;
    color: #a08550;
    margin-bottom: 10px;
}
.merit_Wrap .merit_Box li p {
    line-height: 1.8;
}

.page_inlink {
    width: 100%;
    height: 1px;
    visibility: hidden;
    pointer-events: none;
    margin-top: -100px;
    padding-top: 100px;
}

.merit_point {
    width: 100%;
    background: #fff;
    padding: 70px 0;
}
.merit_point h3 {
    font-family: 'EB Garamond', serif;
    font-size: 35px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #a08550;
    margin-bottom: 20px;
}
.merit_point h3 figure {
    width: 100px;
    max-width: 70%;
    margin: 0 auto 10px;
}
.merit_point h4 {
    font-size: 25px;
    color: #a08550;
    text-align: center;
    margin-bottom: 50px;
}
.merit_point ul {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.merit_point ul li {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}
.merit_point ul li.img {
    width: 60%;
    text-align: left;
}
.merit_point ul li.txt {
    width: 35%;
    text-align: left;
}
.merit_point ul li p {
    font-size: 20px;
    line-height: 2.5;
    color: #333;
    width: fit-content;
}
.merit_point.merit2 {
    background: none;
}
.merit_point ul li .kikan {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}



.flow_Wrap {
    width: 1000px;
    max-width: 90%;
    margin: 100px auto;
}
.flow_Wrap article {
    max-width: 100%;
    margin: 0 auto 0px;
    display: flex;
    justify-content: space-between;
}
.flow_Wrap article .flow_step {
    width: 10%;
    position: relative;
}
.flow_Wrap article .flow_step img {
    position: relative;
    z-index: 1;
}
.flow_Wrap article .flow_step:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
    background: #828282;
    z-index: 0;
}
.flow_Wrap article:last-child .flow_step:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background: url(../img/naname.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.flow_Wrap article .txt_area {
    width: 52%;
    margin-bottom: 80px;
}
.flow_Wrap article .txt_area h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.flow_Wrap article .img_area {
    width: 30%;
    margin-bottom: 80px;
}
.flow_Wrap article .txt_area {}
.flow_Wrap .flow_Box {
    margin-bottom: 40px;
}

.map_Wrap {
    width: 1000px;
    max-width: 90%;
    margin: 100px auto;
}
.map_Wrap .map_Btn {
display: block;
max-width: 390px;
width: 90%;
padding: 15px 30px;
margin: 30px auto 0;
color: #fff;
background-color: #b3a688;
border: 1px solid #b3a688;
text-align: center;
box-sizing: border-box;
transition: .3s;
}
.map_Wrap .map_Btn:hover {
color: #937f50;
background-color: #fff;
}


.contact_Wrap {
    width: 100%;
    background: #fff;
    padding: 100px 0 1px;
}
.contact_Wrap .contact_box {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.contact_Wrap .contact_box li:first-child {
    width: 50%;
}
.contact_Wrap .contact_box li:last-child {
    width: 45%;
}
.contact_Wrap .contact_box li:last-child .txt {
    text-align: center;
    margin-bottom: 50px;
}
.contact_Wrap .contact_box li:last-child .txt h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.contact_Wrap .contact_box li:last-child .txt p {
    line-height: 2;
    font-size: 14px;
}

.movie_Wrap {
    width: 1200px;
    max-width: 90%;
    margin: 100px auto;
}
.videoBox {
    width: 100%;
    aspect-ratio:16/9;
    position: relative;
}
.videoBox iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


/* 横スクロールセクション */
.side-scroll {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
    margin-top: 100px;
    background: rgba(195, 195, 154, 0.2);
}

.side-scroll .video_brand {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.2;
  background-color: #000;
}

.side-scroll-heading {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: min(16vw, 180px);
  text-align: left;
  mix-blend-mode: soft-light;
}

.side-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 80svh;
   padding-inline: 5svw;
}

.side-scroll-list {
  position: absolute;
  top: 80px;
  left:100px;
  display: flex;
    align-items: flex-end;
    gap: 0 60px;
  gap: 0 30px;
  /*margin-right: 10vw;*/
  margin-right: 0 !important;
  padding-right: 0 !important;

  /*position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
display: flex;
gap: 0 60px;*/
}

.side-scroll-item {
  width: 80svw;
  display: flex;
  align-items: center;
  justify-content: center;
  /*width: max-content;*/
  height: auto;
  /*background-color: #eeebdd;*/
  color: #1b1717;
  font-size: 32px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
    align-items: flex-end;
}
.yoko01 ,
.yoko02 ,
.yoko03 ,
.yoko04 {
height: 700px;
    max-height: 75svh;
}
.yoko02 {
    margin-right: 80px !important;
}
.yoko03 {
    height: 760px;
}
.yoko01 img ,
.yoko02 img ,
.yoko03 img ,
.yoko04 img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.pin-spacer {
}

.side-scroll-item+.side-scroll-item {
  margin-left: 0px;
    margin-right: 0;
}
.scroll-dummy {
  height: 100vh; /* 仮。下記でJSで正確に制御するのがベスト */
}

/* プログレスバーのスタイル追加 */
.progress-bar {
  width: 100%;
  height: 5px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.progress {
  width: 0;
  height: 100%;
  background-color: #b39e69;
}


.scrollright{
	position:absolute;
	top:60px;
	left:0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	width: 200px;
	max-width: 80%;
	height: 50px;
	text-align: center;
}
.scrollright span{
	position: absolute;
	left:0;
	right: 0;
	margin: 0 auto;
	bottom:10px;
	color: #67511a;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	width: 100%;
	text-align: center;
}
.scrollright:before {
    content: "";
    position: absolute;
    bottom:-4px;
    left:0;
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#b39e69;
	animation:
		circlemove 2.5s ease-in-out infinite,
		cirlemovehide 2.5s ease-out infinite;
}

@keyframes circlemove{
    0%{left:-5px;}
    100%{left:200px;}
}

@keyframes cirlemovehide{
    0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
}

.scrollright:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 2px;
	background:#b39e69;
}


/*===================
sp
===================*/
@media only screen and (max-width: 1024px) {

    .pc {
        display: none !important;
    }
    .sp {
        display: block ;
    }

    .pc_view {
        display: none;
    }

    .sp_view {
        display: block;
    }


    .contents_plan .mv {
        margin-bottom: 20px;
    }

    .contents_plan .mv h2 {
        font-size: 25px;
    }
	.contents_plan .mv .mv_txt {
	top: 20svh;
	}

    .contents_plan>h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .contents_plan>p {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 30px;
    }

    /*間取り詳細部分、タブ・スライド部分設定*/
    .tab_content {
        padding: 20px 0;
        margin-top: 30px;
    }

    .tab_item {
        font-size: 12px;
        line-height: 1.3;
        padding: 6px 0 3px;
        box-sizing: border-box;
        max-width: 30%;
        display: inline-block;
    }
    .tabs input:checked+.tab_item:before {
        bottom: -10px;
    }

    .tab_item strong {
        font-size: 16px;
        line-height: 1.3;
    }
    .tab_item img {
        max-width: 100%;
    }

    .tab_item span {
        padding: 2px 3px;
        display: none;
    }
    

    .tab_item:hover {
        opacity: 1;
    }

    .tab_item strong.garamond {
        font-size: 16px;
    }

    .panel-group {
        padding: 20px 0;
    }
    
    .movie_Wrap {
        margin: 50px auto 70px;
    }

    .madori_ttl {
        width: 300px;
        height: 30px;
        max-width: 100%;
        margin: 0 auto 0px;
        transform: translateY(-40px);
    }
    .tab_content:before {
        height: 70%;
    }
    .side-scroll-list {
        top: 30px;
    }
    .side-scroll-list-wrapper {
        padding-inline:0;
    }
    .side-scroll-item {
        width: 230vw;
    }
	
	pin-spacer {
	margin-top: 0;
	}
    
    .yoko01, .yoko02, .yoko03, .yoko04 {
        height: 70svh;
    }
    .yoko02 {
        margin-right: 0px !important;
    }
    .midashi_ttl {
        font-size: 20px;
    }
    
    .merit_Wrap {
        margin: 50px auto;
    }
    .merit_Wrap .merit_Box li {
        width: 48%;
        margin-bottom: 10px;
        border: 4px solid rgba(160, 133, 80, 0.3);
    }
    .merit_Wrap .merit_Box li:last-child {
        width: 100%;
    }
    .merit_Wrap .merit_Box li a {
        padding: 5px 0 25px;
    }
    .merit_Wrap .merit_Box li p {
        font-size: 12px;
        line-height: 1.4;
    }
    .merit_Wrap .merit_Box li h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .merit_Wrap .merit_Box li figure {
        width: 30px;
    }
    .merit_Wrap .merit_Box li:before {
        bottom:2px;
    }
    
    .merit_point {
        padding: 50px 0;
    }
    .merit_point h3 figure {
        width: 50px;
    }
    .merit_point h3 {
        font-size:18px;
    }
    .merit_point h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .merit_point ul li p {
        font-size: 14px;
        line-height: 2;
        text-align: left;
    }
    .merit_point ul li.img ,
    .merit_point ul li.txt {
        width: 100%;
    }
    .merit_point ul li {
        justify-content: flex-start;
    }
    .merit_point ul li.img {
        order: 1;
        margin-bottom: 10px;
    }
    .merit_point ul li.txt {
        order: 2;
    }


    .view_Ttl {
        font-size: 18px;
    }
    .flow_Wrap .flow_Box {
        margin-bottom: 20px;
    }
    .flow_Wrap article .flow_step {
        width: 15%;
    }
    .flow_Wrap article .txt_area {
        width: 80%;
        margin-bottom: 40px;
    }
    .flow_Wrap article .txt_area h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .flow_Wrap article .txt_area p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    
    .flow_Wrap {
        margin: 70px auto;
    }
    .map_Wrap {
        margin: 70px auto;
    }
    
    .contact_Wrap .contact_box {
        flex-wrap: wrap;
    }
    .contact_Wrap .contact_box li:first-child {
        width: 100%;
        margin-bottom: 20px;
    }
    .contact_Wrap .contact_box li:last-child {
        width: 100%;
    }
    .contact_Wrap .contact_box li:last-child .txt {
        margin-bottom: 30px;
    }

    
    .js-scrollable {
        margin-top: 15px;
    }

    .js-scrollable figure {
        width: 2400px;
    }
    
  
  .scrollright {
  top: 40px;
  }
  

}

.fanrei {
    max-width: 410px;
    width: 70%;
    margin: 40px auto 0;
}


/*フローティングバナー*/
.c-bnr-flo {
  position: fixed;
  transition: 0.5s;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 2rem !important;
  right: 1rem !important;
  z-index: 10;
  transform: translateX(0%);
  /*display: none !important;*/
}
@media only screen and (max-width: 768px) {
  .c-bnr-flo {
    width: 80% !important;
    height: auto !important;
    bottom: 3.5rem !important;
    right: 0 !important;
    border-radius: 0 !important;
  }
}
.c-bnr-flo--anker {
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  display: block !important;
  background: none !important;
  padding:  0 !important;
  margin:  0 0 1rem 0 !important;
  transition: 0.3s;
  position: relative;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.7));
    font-size: 0;
}
.c-bnr-flo--anker .pop {
position: absolute;
left: -10px;
top: -10px;
width: 80px;
max-width: 50%;
}
.c-bnr-flo--anker:hover {
opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .c-bnr-flo--anker {
    opacity: 1;
      margin-bottom: 15px !important;
      margin-right: 10px !important;
  }
    .c-bnr-flo--anker .pc {
        display: none;
    }
}
.c-bnr-flo::after {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 2rem;
  height: 2px;
  background-color: #4F5E55;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 1.25rem;
  left: 1.25rem;
  z-index: 3;
  transition: 0.3s;
  margin-left: 10px;
}
.c-bnr-flo::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 2px;
  height: 2rem;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #4F5E55;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 3;
  transition: 0.3s;
  margin-left: 10px;
}
.c-bnr-flo-close {
  pointer-events: none;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  background-color: #fff;
  border: #fff solid 5px;
  box-sizing: border-box;
  border-radius: 50%;
  opacity: 0.5;
  margin-left: 10px;
  margin-bottom: 10px;
  transition: 0.5s;
}
.c-bnr-flo img {
  max-width: 400px;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .c-bnr-flo img {
    max-width: unset;
    width: 100%;
  }
  .c-bnr-flo--anker .pop {
  width: 50px;
  left: -20px;
  top: -10px;
  }
}
.c-bnr-flo.close {
  transform: translate(86%, 86%);
}
  .c-bnr-flo.close .c-bnr-flo--anker {
  box-shadow: none;
      pointer-events: none;
      visibility: hidden;
  }
@media only screen and (max-width: 768px) {
  .c-bnr-flo.close {
    transform: translate(75%, 65%);
  }
}
.c-bnr-flo.close img {
  opacity: 0;
    box-shadow: none;
}
.c-bnr-flo.close::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.c-bnr-flo.close::before {
  transform: translate(-50%, -50%) rotate(0deg);
}