@charset "utf-8";
/*--iBRAND--*/
/*----------------------------------------
	全体
----------------------------------------*/
html{
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;*/
	/*font-family:'游明朝体','Yu Mincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro','ＭＳ Ｐ明朝','ＭＳ 明朝','Sawarabi Mincho',serif;*/
	font-size:62.5%;
	color: #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	/*font-weight: 500;*/ font-weight: normal;
}

.meiryo{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
}
.yugo{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
}
.yumin{
		font-family:'游明朝体','Yu Mincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro','ＭＳ Ｐ明朝','ＭＳ 明朝','Sawarabi Mincho',serif;
}
.arial{
	font-family: Arial, Helvetica, sans-serif;
}
.zenmaru{
	font-family: 'Zen Maru Gothic', serif;
	font-weight: normal;
}
.noto{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}



body{ font-size:1.4rem; font-size: 1.4em; }
img{ vertical-align: bottom; }
a{
	color:#000;
	transition: all 0.3s;
	text-decoration: none;
}
a:hover{
	color:#252b7e;
	transition: all 0.3s;
}
a, .op img{ transition: all 0.3s; }
a:hover, .op:hover img{
	opacity:0.70;
	transition: all 0.3s;
}

.max_respon{max-width:100%;}
#container{ overflow: hidden; }
li{ list-style:none; }
.center{ text-align:center; }
.text_right{ text-align:right; }

.clear{
	clear:both;
}


@media screen and (max-width: 599px) {
	.copy{ font-size: 1.8rem; }

	p{text-align:left;}

}/*END*/





/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }
.text_bold{ font-weight: bold; }
.text_normal{ font-weight: normal; }

.text_white{ color:#fff; }
.text_gray{ color:#808080; }
.text_red{ color:#e5004f }
.text_skyblue{ color:#7ecef4 }
.text_deepblue{ color: #32476b; }
.text_water{ color:#00b7ee }
.text_lightblack{ color:#666666; }
.text_darkbrown{ color:#4d2a09; }


.italic{
	font-style: italic;
}

.text_10{ font-size:1rem !important; }
.text_11{ font-size:1.1rem !important; }
.text_12{ font-size:1.2rem !important; }
.text_13{ font-size:1.3rem !important; }
.text_14{ font-size:1.4rem !important; }
.text_15{ font-size:1.5rem !important; }
.text_22{ font-size:2.2rem !important; }
.text_24{ font-size:2.4rem !important; }
.text_26{ font-size:2.6rem !important; }
.text_36{ font-size:3.6rem !important; }
.text_48{ font-size:4.8rem !important; }

.lh_28{ line-height: 2.8 !important; }
.lh_26{ line-height: 2.6 !important; }
.lh_25{ line-height: 2.5 !important; }
.lh_24{ line-height: 2.4 !important; }
.lh_22{ line-height: 2.2 !important; }
.lh_20{ line-height: 2 !important; }
.lh_18{ line-height: 1.8 !important; }
.lh_16{ line-height: 1.6 !important; }
.lh_15{ line-height: 1.5 !important; }
.lh_14{ line-height: 1.4 !important; }
.ls_1{ letter-spacing: 1px; }
.ls_2{ letter-spacing: 2px; }
.ls_3{ letter-spacing: 3px; }
.ls_4{ letter-spacing: 4px; }

.ls_-1{ letter-spacing: -1px; }
.ls_-2{ letter-spacing: -2px; }

@media print, screen and (min-width: 769px) {

	.text_16{ font-size:1.6rem !important; }
	.text_18{ font-size:1.8rem !important; }
	.text_20{ font-size:2.0rem !important; }
	.text_24{ font-size:2.4rem !important; }

	.text_28{ font-size:2.8rem !important; }
	.text_30{ font-size:3.0rem !important; }
	.text_32{ font-size:3.2rem !important; }
	.text_42{ font-size:4.2rem !important; }
	.text_40{ font-size:4rem !important; }
	.text_50{ font-size:5rem !important; }
	.text_55{ font-size:5.5rem !important; }
	.ls_4{ letter-spacing: 4px; }

}/*END*/

@media print, screen and (min-width:769px) and ( max-width: 1119px) {

}/*END*/

@media screen and (max-width: 768px){

	p{ line-height: 1.8; }
	.text_16{ font-size: 1.5rem; }
	.text_18{ font-size: 1.6rem; }
	.text_20{ font-size:1.6rem !important; }
	.text_24{ font-size: 2.2rem !important; }
	.text_26{ font-size:2.4rem !important; }

	.text_28{ font-size: 1.9rem !important; }
	.text_30{ font-size: 2rem !important; }
	.text_32{ font-size: 2rem !important; }
	.text_36{ font-size: 2.4rem !important; }
	.text_42{ font-size: 3rem !important; }

	.text_28{ font-size:2.1rem !important; }
	.text_30{ font-size:2.4rem !important; }
	.text_32{ font-size:2.6rem !important; }
	.text_42{ font-size:3.6rem !important; }
	.text_40{ font-size:3.6rem !important; }
	.text_50{ font-size:4rem !important; }
	.text_55{ font-size:4.3rem !important; }

	.text_sp16{ font-size: 1.6rem !important; }
	.text_sp25{ font-size: 2.3rem !important; }

	.ls_2{ letter-spacing: 1px; }
	.ls_4{ letter-spacing: 2px; }

	/*line-height*/
	.lh_18{ line-height: 1.6 !important; }
	.lh_16{ line-height: 1.5 !important; }
	.lh_15{ line-height: 1.4 !important; }
	.lh_14{ line-height: 1.4 !important; }

	.lh_20,
	.lh_21,
	.lh_22,
	.lh_23,
	.lh_24,
	.lh_25,
	.lh_26,
	.lh_28{
		line-height: 1.9 !important;
	}


}/*END*/

@media screen and (max-width: 599px){
	.text_16{ font-size: 1.4rem; }
	.text_18{ font-size: 1.5rem; }
	.text_20{ font-size:1.6rem !important; }

	.text_24{ font-size: 1.8rem !important; }
	.text_26{ font-size:2.0rem !important; }

	.text_28{ font-size: 2.1rem !important; }
	.text_30{ font-size: 2.2rem !important; }
	.text_32{ font-size: 2.3rem !important; }
	.text_42{ font-size: 3rem !important; }

	.text_48{ font-size: 3.2rem !important; }

	.sp_text_left{
		text-align: left;
	}

	.ls_4{ letter-spacing: 1px; }

}/*END*/



/*----------------------------------------
	layout
----------------------------------------*/
.inner_frame{
		position: relative;
		box-sizing: border-box;
		width: 100%;
		max-width: 1080px;
		padding-right: 20px;
		padding-left: 20px;
		margin-right: auto;
		margin-left: auto;
}

.inner_frame_s{
	width: 100%;
	max-width:720px;
	position: relative;
	box-sizing: border-box;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.pc_block{
	display: block;
}
.sp_block{
	display: none;
}

.block{ display:block !important; }
.none{ display:none !important; }







@media screen and (max-width: 980px){
	.inner_frame{
		padding-right: 4%;
		padding-left: 4%;
	}


}/*END*/

@media screen and (max-width: 599px){
	.pc_block{
		display: none;
	}
	.sp_block{
		display: block;
	}

	.inner_frame{
		padding-right: 4.5%;
		padding-left: 4.5%;
	}

	.sp_center{
		text-align: center;
	}

}/*END*/


.fl_content{
	display: flex;
	justify-content: space-between;
	gap:35px;
}


.box_l{
	float: left;
	width: 48.1%;
}
.box_r{
	float: right;
	width: 48.1%;
}

.box_r65{
	width:68%;
	max-width:700px;
	float:right;
}
.box_l65{
	width:68%;
	max-width:700px;
	float:left;
}

.box_r60{
	width:60%;
	float:right;
}
.box_l60{
	width:60%;
	float:left;
}
.box_r40{
	width:36.4%;
	float:right;
}
.box_l40{
	width:36.4%;
	float:left;
}

.box_r50{
	width:50%;
	float:right;
}
.box_l50{
	width:50%;
	float:left;
}

.loc_box_l{
	width:48.3%;
	float: left;
}
.loc_box_r{
	width:48.3%;
	float: right;
}

.box_l80{
	width:80%;
	float:left;
}
.box_r20{
	width:17.2%;
	float:right;
}

.fl_R{
	float:right;
}


@media screen and (max-width: 599px){
	.box_l,
	.box_r{
		float: none;
		width: 100%;
	}

	.box_r65,.box_l65,.box_l60,.box_r60,.box_l40,.box_r40{
		float: none;
		width: 100%;
	}

	.box_l50,.box_r50{
		float:none;
		width:100%;
	}



	.box_l80,.box_r20{
		width:100%;
		float:none;
	}

	.box_r20{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.fl_content{
		gap:20px;
	}






}/*END*/





/*----------------------------------------
ヘッダーCSS
----------------------------------------*/
.header_upper{
	background: #333;
	position: relative;
	z-index: 100;
}
.header_upper ul{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #737373;
}
.header_upper li{
	border-right: 1px solid #737373;
	text-align: center;
	font-size: 1.6rem;
	width: 12.5%;
}
.header_upper li:last-child{
	border:none;
}
.header_upper li a{
	color:#ccc;
}
.header_upper li:first-child,.header_upper li:nth-child(2),.header_upper li:nth-child(3){
	width: 25%;
}

.header_upper li a{
	display: block;
	padding:10px 15px;
}

/*
.top_page .header_upper{
	display: none;
}
*/
.open .header_upper{
	display: none;
	transition: all 0.3s;
}

header{
	position: absolute;
	width: 100%;
}

.head_inner{
	box-sizing: border-box;
	width: 100%;
  padding:8px 20px 15px 20px;
  display: flex;
  justify-content: space-between;
}

.header_l{
	width: 35%;
}

.header_r{
	width: 95%;
}

.head_nav_fl{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 75px;
	color: #fff;
	position: relative;
	top: 20%;
	z-index: 2;
	transition: all 0.3s;
}

.head_nav_fl li{
	padding-left: 3%;
	font-size: 1.6rem;
}
.head_nav_fl li a{
	color: #fff;
}

.head_contact{
	padding: 14px 20px;
	border-radius: 30px;
	border:1px solid #fff;
}


h1.read{
	font-size: 1.1rem;
	font-weight: normal;
	color: #aaa;
}

.logo{
	position: relative;
	z-index: 100;
}


.f_sns_head{
	opacity: 0;
	transition: all 0.3s;
	display: flex;
	gap: 15px;
	position: relative;
	z-index: 2;
	margin-top: 15px;
}
.open .f_sns_head{
	opacity: 1;
	transition: all 0.8s;
	z-index: 100;
}

.drw_sns{
	display: none;
}


@media screen and (max-width: 1180px){
	.head_nav_fl li {
	  padding-left: 2%;
	  font-size: 1.4rem;
	}


}/*END*/


@media screen and (max-width: 980px){
	.header_upper li{
		font-size: 1.2rem;
	}
	.header_upper li a {
	  display: block;
	  padding: 10px 4px;
	}

	.head_inner{
		padding: 5px 10px 15px; 10px;
		align-items: initial;
	}

	.head_nav_fl{
			display: none !important;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 90%;
		max-width: 360px;
		margin: 0 auto;
		padding-top: 10px !important;
	}

	.head_nav_fl li{
		padding:0;
	}

	.drawer li.nav_bnr a{
		padding: 0 !important;
	}

	li.nav_bnr{
		width: 47%;
		margin-bottom: 5px;
	}

	.head_nav_tex{
		display: block;
		width: 100%;
	}




}/*END*/



@media screen and (max-width: 599px){

	.header_upper li{
		font-size: 1.6rem;
		width: 20%;
	}
	.header_upper li:first-child,.header_upper li:nth-child(2),.header_upper li:nth-child(3){
		width: 20%;
	}

	.header_upper li a{
		display: block;
		padding:13px 6px;
	}

	.header_upper ul{
		border-bottom:1px solid #737373;
	}


	.header_l{
		width: 75%;
	}

	.header_r{
		width: 65%;
	}

	.logo{
		padding: 10px 0 0 0;
		z-index: 100;
	}


	.head_inner{
		position: relative;
	}


	h1.read{
		position: absolute;
		left:5px;
		letter-spacing: -1px;
	}


	.open .f_sns_head{
		display: none;
	}

	.drw_sns{
		display: flex;
		justify-content: center;
		gap: 30px;

	}


}/*END*/






/*---------------------- z navi ---------------------------*/

.head_nav_frame{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    max-width: 1040px;
}
.head_nav_list{
    display: flex;
    max-width: 1040px;
    width: 100%;
    position: relative;
    justify-content: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.head_nav_list .nav_list_inner{
    color: #fff;
    padding: 15px 10px;
    display: inline-block;
}
.head_nav_list li:first-of-type .nav_list_inner{
    padding-left: 0;
}
.head_nav_list li:last-of-type.nav_list_inner{
    padding-left: 30px;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.head_nav_list li:last-of-type.nav_list_inner::before,
.head_nav_list li:last-of-type.nav_list_inner::after{
    content: "";
    height: 1px;
    background-color: #fff;
    width: 25px;
    position: absolute;
    left: 0%;
    transition: all 0.8s;
}
.head_nav_list li:last-of-type.nav_list_inner::before{
    top: 45%;
}
.head_nav_list li:last-of-type.nav_list_inner::after{
    top: 55%;
}

.open .head_nav_list li:last-of-type.nav_list_inner::before{
    top: 55%;
}
.open .head_nav_list li:last-of-type.nav_list_inner::after{
    top: 45%;
}


.open .head_nav_logo,
.open .head_nav_list{
	display: none;
	transition: all 0.8s;
}

.open .head_nav_frame{
	z-index: 100;
	top: 70px;
	transition: all 0.3s;
	position: fixed;
}




.head_nav_logo{
    text-align: center;
}
.head_nav_logo a{
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
}
.h1_text{
    font-size: 11px;
    padding: 10px 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
}
.head_contact .head_contact_link{
    background-color: #fff;
    border-radius: 50%;
    width: 84px;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #008dbd;
}
.head_contact{
    position: absolute;
    right: 2%;
    top: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    row-gap: 10px;

}
.head_contact_link svg{
    width: 32px;
}
.head_contact_link .mail_icon{
    fill: #008dbd;
}
.head_contact_link .book_icon{
    fill: transparent;
    stroke: #008dbd;
    stroke-width: 30px;
}
@media screen and (max-width: 1049px) {
    .head_contact{
        flex-direction: row;
        column-gap: 10px;
    }

    .head_nav_list.text_18{
    	font-size: 1.4rem !important;
    }


}/* end */
@media screen and (max-width: 820px) {
    .head_nav_list{
        display: none;
    }
    .head_nav_frame{
        border-bottom: none;
    }
    .head_nav_logo{
		width: 35%;
		max-width: 203px;
		text-align: left;
		margin-top: 15px;
    }
    .head_nav_logo a{
        padding-left: 15px;
    }
    .head_contact{
        top: 5%;
    }

}
@media screen and (max-width: 599px) {
    .head_contact .head_contact_link {
        width: 70px;
        font-size: 10px;
    }

    .head_nav_logo{
    	width: 35%;
    	margin-left: 0;
    	margin-top: 15px;
    }




}/*END*/


.head_btn_area{
	display: block;
	position: absolute;
	top: 20px;
	left: 74%;
	z-index: 3;
	transform: translate(-50% , 0);
}

.dwr_head_btn_area{
	display: none;
}

.open .dwr_head_btn_area{
	display: flex;
	position: absolute;
	top: 20px;
	left: auto;
	right: -8%;
	z-index: 2;
	transform: translate(-50% , 0);
	width: auto;
}

.open .head_btn_area{
	display: none;
}


.head_btn_area a{
	display: inline-block;
	padding-left: 8px;
}

/*
.page .head_btn_area{
	top:0;
}
*/
















.menu_btn{
    width: 8.5%;
    max-width: 80px;
    aspect-ratio: 1/1;
    min-width: 50px;
    position: absolute;
    top: 2.2%;
    right: 2.5%;
    cursor: pointer;
    z-index: 9999;
    background-color: none
    /* border: 1px solid #c79f62; */
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}
.menu_btn::after{
    content: "MENU";
    /* font-family: 'Poppins', sans-serif;
    font-weight: bolder; */
    font-size: clamp(10px,2vw,18px);
    color: #000;
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    /*letter-spacing: 1px;*/
    transition: all 0.5s;
}
.menu_btn span{
    display: inline-block;
    width:42%;
    height: 2px;
    /* background-image: url("../images/common/menu_btn_line.png"); */
    background-color: #fff;
    background-size: cover;
    background-repeat: repeat-x;
    position: absolute;
    left: 28%;
    transition: all 0.6s;
}


.menu_btn span:nth-child(1){
    top: 45%;
}
.menu_btn span:nth-child(2){
    /*top: 50%;*/
    opacity: 0;
}
.menu_btn span:nth-child(3){
    top: 55%;
}
.open .menu_btn::after{
    opacity: 0;
    display: none;
}
/*
.menu_btn:hover span{
    background: #046163;
}
*/
.open .menu_btn span:nth-child(1){
    transform: rotate(-45deg);
    /*background: #c79f62;*/
    top: 50%;
}
.open .menu_btn span:nth-child(2){
    opacity: 0;
}
.open .menu_btn span:nth-child(3){
    transform: rotate(45deg);
    top: 50%;
    /* background: #c79f62; */
}

.open .menu_btn{
	width: 10%; max-width: 80px;
	top: 0;
	right: 1%;
	position: fixed;
}



.drawer_logo{
	width: 100%;
	padding-bottom: 18px;
	border-bottom: 1px solid #fff;
}
.drawer_logo img{
    max-width: 262px;
}
.drawer{
    position: fixed;
    background: #263d63;
    top: 0;
    right: 0;
    width: 100%;
    overflow-y: scroll;
    height: 100vh;
    color: #000;
    display: flex;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-in-out;
    z-index: 99;
    /* align-items: center; */
    color: #fff;
}
.drawer nav{
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
	padding-right:20px;
	box-sizing: border-box;
}

.drawer_in_frame{
	display: flex;
	justify-content: space-between;
}
.drawer_in_frame .nav_l{
	width: 59.6%;
	border-right: 1px solid #fff;
}
.drawer_in_frame .nav_r{
	width: 40.4%;
	border-bottom: 1px solid #fff;
}
.dwr_item_block{
	border-bottom: 1px solid #fff;
	position: relative;
}
.flbox{
	display: flex;
	gap:4%;
	padding:30px 0;
}
.drawer nav a{
	color: #fff;
}

.flbox.align_center{
	align-items: center;
}
.flbox.align_end{
	align-items: end;
}


.flbox02{
	display: flex;
}
.flbox02 .item{
	width: 50%;
	padding-top:20px;
	padding-bottom: 20px;
}
.item.chumon{
	border-right: 1px solid #fff;
}

.dwr_p_l{
	padding-left:15px;
}

.dwr_deco01{
	max-width: 75px;
	width: 13%;
	position: absolute;
	bottom: -37%;
	right: 0;
}
.dwr_deco02{
	max-width: 131px;
	width: 21%;
	position: absolute;
	bottom: -20%;
	right: -1%;
}

.dwr_item_block_right{
	aspect-ratio: auto;
	position: relative;
	height: 100%;
}
.dwr_item_block_right img{
	width: 100%;
	max-width: 408px;
	position: absolute;
	right: -1.8%;
	bottom: 0;
}


.drawer_in_bottom {
	  padding: 0 15px;
	  position: relative;
	  margin-top: 30px;
}

.drawer_in_bottom ul{
	display: flex;
	justify-content: center;
	gap:2.5%;
}






.open .drawer{
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}
.open .drawer ul li{
    transform: translateX(0);
}


@media screen and (min-width: 821px){
    .menu_btn{
        opacity: 0;
        visibility: hidden;
    }
    .open .menu_btn{
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 820px){
    .menu_btn{
        /* opacity: 0;
        visibility: hidden; */
        background-color: transparent;
        right: 14.5%;
        top: 5px;
        min-width: 50px;
    }

	.open .menu_btn {
		right: 0;
		top: -10px;
		background-color: none;
		max-width: 80px;
		min-width: 60px;
	}

    .menu_btn span{
        background-color: #fff;
    }

    .open .menu_btn span{
        background-color: #fff;
    }

    .menu_btn::after{
        color: #fff;
        transform: translate(0,-50%);
        left: 85%;
        top: 54%;
    }


	.head_btn_area {
		position: absolute;
		top: 55px;
		right: 10px;
		width: 34%;
		display: flex;
	}



	.drawer nav{
		padding-left: 3%;
		padding-right: 3%;
	}

	.dwr_item_block {
	  padding: 0 10px;
	}
	.drawer_in_frame{
		flex-wrap: wrap;
	}

	.drawer_in_frame .nav_l,.drawer_in_frame .nav_r{
		width: 100%;
	}

	.drawer_in_frame .nav_l{
		border-right: none;
	}

	.flbox{
		padding: 15px 0;
	}

	.drawer .text_18{
		font-size: 1.4rem;
	}
	.drawer_logo.p_t100{
		padding-top: 35px !important;
	}


	.dwr_deco01{
		display: none;
	}
	.dwr_deco02{
		bottom: -10%;
	}


	.dwr_item_block_right img{
		  width: 70%;
		  position: static;
		  margin: 15px auto 0 auto;
		  display: block;
	}


	.open .dwr_head_btn_area {
		top: -10px;
		max-width: 130px;
		right: -5%;
	}


	.drawer_in_bottom ul{
		flex-wrap: wrap;
	}
	.drawer_in_bottom li{
		font-size: 1.2rem;
		padding-bottom: 10px;
	}

	.open .head_nav_frame{
		position: fixed;
	}


}/* END */



@media screen and (max-width: 599px){

	.head_btn_area {
		position: fixed;
		top: auto;
		left: auto;
		right: 2%;
		z-index: 3;
		bottom: 1%;
		transform: translate(0 , 0);
	}

	.menu_btn{
		right:15%;
		top: 35px;
	}

	.open .dwr_head_btn_area {
		top: -20px;
		right: -7%;
		display: flex;
		gap: 8px;
		max-width: 110px;
	}


	.drawer_logo img{
		max-width: 120px;
	}

	.drawer nav{
		padding-left: 6.8%;
		padding-right: 6.8%;
	}


	.dwr_item_block {
	  padding: 0 3px;
	}

	.flbox {
	  padding: 10px 0;
	}

	.flbox02 .item{
		padding-top:10px;
		padding-bottom: 10px;
	}

	.dwr_p_l{
		padding-left: 5px;
		padding-right: 5px;
	}


	.open .menu_btn{
		right: 6%;
		top:-5px;
	}


	.drawer_in_frame,.drawer_in_frame .text_16{
		font-size: 1.3rem !important;
	}

	.drawer_in_frame .flbox.align_center{
		align-items: flex-start;
	}

	.flbox.align_end{
		align-items: center;
	}
	.drawer_in_frame .flbox{
		padding: 8px 0;
	}

	.dwr_item_block_right img{
		width: 54%;
	}

	.drawer_in_frame .lh_16{
		line-height: 1.3 !important;
	}

	.drawer_in_frame p{
		padding-bottom: 4px;
	}



}/* END */





/*----------------------------------------
	MV
----------------------------------------*/
.mv{
	position: relative;
}
.mv_copy{
	width: 34%;
	/*max-width: 1210px;*/ max-width: 413px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	/*left: 26.5%;*/ left: calc(50% - 450px);
	top: 50%;
	transform: translate(-50% , -50%);
		z-index: 2;
		transition: all 0.3s;
}

.mv_copy img{
	/*width: 36%;*/
	max-width: 413px;
}

.mv h1{
	font-size: 1.2rem;
	font-weight: normal;
	width: 50%;
	text-align: right;
	color: #000;
	opacity: 0.5;
	position: absolute;
	bottom:-2.5%;
	right: 1.5%;
}

h1.page_read{
	font-size: 1.2rem;
	font-weight: normal;
	width: 50%;
	text-align: right;
	color: #d9e0d9;
	opacity:1;
	position: absolute;
	bottom:2%;
	right: 1%;
}

.page_mv{
	position: relative;
	background-position: center center;
	width: 100%;
	height: 40vh;
	min-height: 440px;
	max-height: 450px;
}

.page_mv.concept{
	background: url(../img/brand/mv_concept.jpg) no-repeat;
	background-size: cover;
}
.page_mv.lineup{
	background: url(../img/lineup/mv_lineup.jpg) no-repeat;
	background-size: cover;
}
.page_mv.vr{
	background: url(../img/vr/mv_vr.jpg) no-repeat;
	background-size: cover;
	min-height: 700px;
	max-height: 736px;
}
.page_mv.basic{
	background: url(../img/basic/mv_basic.jpg) no-repeat;
	background-size: cover;
	min-height: 700px;
	max-height: 736px;
}

.page_mv.relief{
	background: url(../img/equipment/mv_relief.jpg) no-repeat;
	background-size: cover;
}



.page_mv_copy{
	width: 90%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translate(-50% , -50%);
}

.page header{
	margin-top: 20px;
}

.page_mv_btm_deco{
	width: 100%;
	height: 80px;
	background: #fff;
	position: relative;
	top:0;
}

.vr .page_mv_copy,.basic .page_mv_copy{
	top: 62%;
}




.shape_giza{
	position:relative;
}
.shape_giza:before{
	content: '';
	position: absolute;
	right: 0;
	left: -0%;
	bottom: 0;
	z-index: 10;
	display: block;
	height: 40px;
	background-size: 20px 100%;
	background-image: linear-gradient(135deg, #fff 25%, transparent 25%), linear-gradient(225deg, #fff 25%, transparent 25%);
	background-position: 0 0;
	transform: rotate(180deg);
}

.lineup .shape_giza:before{
	background-image: linear-gradient(135deg, #f3f3f3 25%, transparent 25%), linear-gradient(225deg, #f3f3f3 25%, transparent 25%);
}






.shapedividers_com-9280{
overflow:hidden;
position:relative;
}
.shapedividers_com-9280::before{
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw;
background-size: 100% 18px;
background-position: 50% 100%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 98 11" preserveAspectRatio="none"><path d="M98 10L97 0l-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10L9 0 8 10 7 0 6 10 5 0 4 10 3 0 2 10 1 0 0 10v1h98z" fill="%23ffffff"/></svg>'); 
}

@media (min-width:2100px){
.shapedividers_com-9280::before{
background-size: 100% calc(2vw + 18px);
}
}




.mskImg{
  mask-image: url("../img/common/gizagiza.png");/*マスクレイヤーとして使用する画像*/
	mask-repeat: repeat-x;
	mask-position: center bottom;
	mask-size: auto;
}














.giza_area{
	display: none;
}
.swiper-slide-next .giza_area{
	display: flex; flex-direction:column;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.giza_item01{
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw;
background-size: 18px 100%;
background-position: 0% 50%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 98" preserveAspectRatio="none"><path d="M1 98l10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1L1 8l10-1L1 6l10-1L1 4l10-1L1 2l10-1L1 0H0v98z" fill="rgb(43 119 127)"/></svg>');
}
/*
.giza_item01{
	animation: gyScroll 20s infinite linear 1s both;
}
*/


.giza_item02{
content:'';
font-family:'shape divider from ShapeDividers.com';
	/*animation: 15s linear infinite yScroll;*/
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw;
background-size: 18px 100%;
background-position: 0% 50%; background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 98" preserveAspectRatio="none"><path d="M1 98l10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1L1 8l10-1L1 6l10-1L1 4l10-1L1 2l10-1L1 0H0v98z" fill="%238aa3ce"/></svg>');
}

.giza_item03{
content:'';
font-family:'shape divider from ShapeDividers.com';
	/*animation: 15s linear infinite yScroll;*/
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw;
background-size: 18px 100%;
background-position: 0% 50%; background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 98" preserveAspectRatio="none"><path d="M1 98l10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1L1 8l10-1L1 6l10-1L1 4l10-1L1 2l10-1L1 0H0v98z" fill="%23345385"/></svg>');
}

.giza_item04{
content:'';
font-family:'shape divider from ShapeDividers.com';
	/*animation: 15s linear infinite yScroll;*/
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw;
background-size: 18px 100%;
background-position: 0% 50%; background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 98" preserveAspectRatio="none"><path d="M1 98l10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1L1 8l10-1L1 6l10-1L1 4l10-1L1 2l10-1L1 0H0v98z" fill="%23da694c"/></svg>');
}

.giza_item05{
content:'';
font-family:'shape divider from ShapeDividers.com';
	/*animation: 15s linear infinite yScroll;*/
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw;
background-size: 18px 100%;
background-position: 0% 50%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 98" preserveAspectRatio="none"><path d="M1 98l10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1L1 8l10-1L1 6l10-1L1 4l10-1L1 2l10-1L1 0H0v98z" fill="%2389a94a"/></svg>');
}


@keyframes gyScroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}



/*
8aa3ce
345385
da694c
89a94a
*/






.shapedividers_com-8266 {
  overflow: hidden;
  position: relative;
  height: 100px;
}
.shapedividers_com-8266::before {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw;
  transform: scaleX(4);
  transform-origin: 100% 0;
  animation: 10s infinite alternate shape-anim-8266 linear;
  background-size: 100% 100px;
  background-position: 50% 0%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23ffd4df"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23ffd4df"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23ffd4df"/></svg>');
}

@media (min-width: 2100px) {
  .shapedividers_com-8266::before {
    background-size: 100% calc(2vw + 100px);
  }
}


@media (min-width: 2100px) {
  .shapedividers_com-8266::before {
    background-size: 100% calc(2vw + 100px);
  }
}

@keyframes shape-anim-8266 {
  100% {
    transform: scaleX(4) translateX(calc(100% - (100% / 4)));
  }
}





@media screen and (max-width: 1350px){
	.mv_copy{
		width: 28%;
		left: 18%;
	}


}/*END*/

@media screen and (max-width: 820px){
	.mv_copy {
	  width: 35%;
	  top: 43%;
	  right: 0;
	  left: -20%;
	}


	.page header {
	  margin-top: 0;
	}
	.page_mv_copy{
		top:60%;
	}



}/*END*/


@media screen and (max-width: 599px){
	.mv_copy {
		width: 50%;
		top: 12%;
		right: 0;
		left: 8%;
	}

	.mv_copy img{
		clip-path: inset(55% 0 0 0);
	}


	.page_mv{
		height: 28vh;
		min-height: 260px;
	}

	.page_mv_copy {
	  top: 68%;
	}

	.page_mv.vr,.page_mv.basic{
		height: 32vh;
		min-height: 280px;
		max-height: 340px;
	}
	.page_mv.vr:before,.page_mv.basic:before{
		content: '';
		  position: absolute;
		  top: 0;
		  left: 0;
		  right: 0;
		  bottom: 0;
		  background-color: rgba(0,0,0,0.3);
	}


}/*END*/

@media screen and (max-width: 440px){
	/*
	.mv_copy {
		width: 43%;
		top: 32%;
		right: 0;
		left: -7%;
	}
	*/



}/*END*/




/* mv_2023 */
  .mv_frame_swiper {
	max-width: 1210px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 58.5%;
	transform: translate(-50% , -50%);
  }
/*
.mv_frame_swiper::after{
	content: "";
	background-color: #fff;
	height: 100%;
	width: 1px;
	max-height: 700px;
	position: absolute;
}
*/

.mv_frame_swiper a:hover{
	opacity: 1;
}


.mv_frame_flex{
	display: flex;
	justify-content: space-between;

}

.mv_frame_flex > div:nth-of-type(1){
	width: 25%;
}
.mv_frame_flex > div:nth-of-type(1) p{
	writing-mode: vertical-rl;
	font-size: clamp(1.4rem,1.85vw,1.6rem);
	color: #fff;
	letter-spacing: 3px;
}
.mv_frame_flex > div:nth-of-type(2){
	width: 50%;
}
.mv_frame_flex > div:nth-of-type(3){
	width: 25%;
	padding-left:2%;
	box-sizing: border-box;
	position: relative;
}

.mv_frame_flex > div:nth-of-type(3) .inner_block{
	position: absolute;
	transform: translate(0,-50%);
	left: 10%;
	top: 45%;
	color: #fff;
	width: 100%;
}

.mv_frame_flex > div:nth-of-type(3) .inner_block p{
	width: 100%;
}


@media screen and (min-width:1015px){

	.ai_mv_swiper_box li{
		min-height: 885px;
		max-height: 927px;
	}

}

.ai_mv_swiper_box li{
		height: 80vh;
		min-height: 927px;
}

.mv_swiper_area .photo_frame{
	padding-top: 0;
	aspect-ratio: 1/1;
}

.mv_frame_flex .mv_photo_area a{
	display: block;
	color: rgba(0, 0, 0, 0.2);
}
.mv_frame_flex .mv_photo_area a:hover{
	opacity: 1;
	box-shadow: none!important;
	transform: translate(7px , 7px);
}

.mv_photo_area{
	overflow: hidden;
}
.mv_photo_area img{
	transition: .4s;
}
.mv_photo_area img:hover{
	scale:1.05;
	transition: .4s;
	filter: sepia(20%);
}




.mv_slide_pagination{
	position: absolute;
	transform: translate(-50% , -50%);
	bottom: 10%;
	right: 0%;
	width: 60%;
	max-width: 340px;
	height: 10%;
	max-height: 56px;
	z-index: 2;
}


/* ページネーション共通のスタイル */
.mv_swiper_area .swiper-pagination-bullet {
	color: #000;
	font-size: 14px;
	height: 24px;
	line-height: 1.5;
	transition: transform .2s linear;
	background: none;
	width: 24px;
	opacity: 1;
  }
  /* 現在のページネーションのスタイル */
  .mv_swiper_area  .swiper-pagination-bullet-active {
	color: #fff;
	transform: scale(1);
  }
  /*
ページネーションの余白(位置)
  .mv_swiper_area  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .mv_swiper_area  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px 30px;
  }
  */
  /* ページネーションの余白(位置) */
  .mv_swiper_area  .swiper-horizontal > .swiper-pagination-bullets,
  .mv_swiper_area  .swiper-pagination-horizontal.swiper-pagination-bullets {
	position: absolute;
	left: 60%;
	top: 80%;
	max-width: 900px;
	width: auto;
	/*
	transform: translateX(-20%);
	*/
  }


.mv_swiper_area .swiper-button-next,
.mv_swiper_area .swiper-button-prev{
	position: absolute;
	top: 78%;
	bottom: auto;
	right: auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-top: 0;

}

.mv_swiper_area .swiper-button-next{
	right: 0;
	left: auto;
	bottom: 0;
	top: auto;
}
.mv_swiper_area .swiper-button-prev{
	left: 0;
	bottom: 0;
	top: auto;
}


.mv_swiper_area .swiper-button-next:after,
.mv_swiper_area .swiper-button-prev:after{
	content: "";
	width: 30px;
	height: 2px;
	background-color: #fff;
}
.mv_swiper_area .swiper-button-next::before{
	content: "";
    width: 2px;
    height: 10px;
    transform: rotate(-45deg) translateY(-113%);
    background-color: #fff;
    position: absolute;
    right: 10%;
    top: 50%;
}
.mv_swiper_area .swiper-button-prev:before{
	content: "";
    width: 2px;
    height: 10px;
    transform: rotate(45deg) translateY(-113%);
    background-color: #fff;
    position: absolute;
    left: 10%;
    top: 50%;
}
.mv_tag{
	display: inline-block;
	padding-right: 5px;
}
/*
.mv_swiper_area .swiper-slide::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #222;
	transition: 1s;
	transform-origin:left bottom;
  }
  */
.mv_swiper_area  .swiper-slide.swiper-slide-active::before {
	width: 0;
  }
.mv_before{
	display: inline-block;
}
.mv_before::before {
	content: "";
	display: inline-block;
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	transition: all 0.4s 800ms;
}
.swiper-slide-active .mv_before::before{
	width: 0;
}



.mv_swiper_area .swiper-horizontal > .swiper-pagination-bullets, .mv_swiper_area .swiper-pagination-horizontal.swiper-pagination-bullets {
  left: 28%;
  bottom: 25%;
  top: auto;
}

/*
@media screen and (min-width: 1500px){
	.mv_swiper_area .swiper-button-next{
		left: 74%;
	}
}
@media screen and (min-width: 1350px){
	.mv_swiper_area  .swiper-horizontal > .swiper-pagination-bullets,
	.mv_swiper_area  .swiper-pagination-horizontal.swiper-pagination-bullets {
	  left: 61%;
	}
}
*/

/*
@media screen and (min-width: 1100px){
	.ai_mv_swiper_box li{
		height: auto;
		aspect-ratio:1350 / 930;
		max-height: 930px;
	}

	.mv_frame_swiper{
		width: 94%;
		top: 50%;
	}


}
*/


@media screen and (max-width:1300px){
	.mv_frame_swiper{
		top: 54%;
	}


	.mv_frame_flex > div:nth-of-type(2){
		width: 45%;
	}
	.mv_frame_flex > div:nth-of-type(3){
		width: 30%;
		padding-left:0;
	}


}/* end */



/*
@media screen and (max-width: 999px){
	.mv_swiper_area .swiper-button-next{
		left: 74.5%;
	}
}
*/

@media screen and (max-width: 820px){
	.mv_info .mv_tag,
	.mv_frame_flex > div:nth-of-type(1) p{
		display: none;
	}
	.mv_frame_flex{
		flex-direction: column;
		align-items: center;
		row-gap: 20px;
			position: relative;
	}
	.ai_mv_swiper_box li{
		height: 78vh;
			min-height: 720px;
			/*padding-top:60px;*/
	}
	.mv_frame_flex > div:nth-of-type(1){
		width: 15%;
		position: absolute;
		top: 60%;
		right: 1%;
		/* align-self: flex-end; */
	}
	.mv_frame_flex > div:nth-of-type(2){
		width: 60%;
		margin-left: 27%;
	}
	.mv_frame_flex > div:nth-of-type(3){
		width: 90%;
		align-self: flex-start;
		padding-left: 5%;
		position: absolute;
			top: 60%;
			aspect-ratio: 1 / 1;
	}
	.mv_frame_swiper{
		top: 46%;
		width: 80%;
	}


	.mv_slide_pagination {
	  bottom: 0%;
	  right: 0;
	  width: 60%;
	  max-width: 260px;
	  left: 70%;
	}

	.mv_swiper_area .swiper-horizontal > .swiper-pagination-bullets, .mv_swiper_area .swiper-pagination-horizontal.swiper-pagination-bullets {
	  left: 25%;
	  bottom: 25%;
	  top: auto;
	}


}/*END */




@media screen and (max-width: 599px){
	.mv_frame_flex > div:nth-of-type(2){
		width: 80%;
		margin-left: 1.5%;
		margin-top: 20%;
	}

	.mv_frame_flex > div:nth-of-type(3) {
	  top: 92%;
	}

	.mv_frame_swiper{
		width: 100%;
		top: 45%;
	}

	.ai_mv_swiper_box li {
	  height: 85vh;
	}



	.mv_slide_pagination {
        bottom: -1%;
        left: 50%;
        width: 80%;
        max-width: unset;
	}


	.mv_info .text_14{
		font-size: 1.3rem !important;
	}

	.mv_frame_flex > div:nth-of-type(3) .inner_block{
		left: 12%;
	}

	.mv_frame_flex > div:nth-of-type(3) .inner_block{
		width: auto;
	}





}/*end*/


@media screen and (max-width: 440px){
	.mv_frame_swiper{
		width: 100%;
		top: 34%;
	}
	/*
	.mv_frame_flex > div:nth-of-type(3) {
	  top: 90%;
	}
	*/


}/*end*/


/*ぱんくず*/
.pan_nav_inner{
    box-sizing: border-box;
    padding:15px 2.5%;
}
.pan_nav{
	color: #000;
	opacity: 0.5;
}
.pan_nav li{
	float: left;
	white-space: nowrap;
	line-height: 1.2;
}
.pan_nav a{
	color: #000;
	text-decoration: none;
}
.pan_nav a:hover{
	color: #333;
	text-decoration: underline;
}
.pan_nav a:after{
	content: "＞";
	color: #000;
	font-size: 1.1rem;
	padding-left: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}


@media screen and (max-width: 599px){
	.pan_nav li{
		font-size:1.1rem;
	}




}/*END*/






/*----------------------------------------
	contents
----------------------------------------*/
a[href^="tel:"] {
	  pointer-events: auto !important;
	  cursor: pointer !important;
}
.palt{
	font-feature-settings: "palt";
}
.rela{
	position:relative;
}

.bg_black{
	background: #000;
}
.bg_deepblue{
	background: #263d63;
}
.bg_gray01{
	background: #f3f4f0;
}
.bg_gray02{
	background: #d9e0d9;
}
.bg_gray03{
	background: #f3f3f3;
}



.h_read_block{
	font-size: 1.2rem;
	width: 100%;
	padding: 10px;
	position: absolute;
	top:40px;
	left: 0;
	z-index: 3;
	font-weight: normal;
	color: #fff;
	opacity: 50%;
	box-sizing: border-box;
}

.freely_search_area{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding-top:24px;
	padding-bottom: 24px;
}

.search_navi_tag{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.search_navi_tag li a{
	display: inline-block;
	padding: 6px 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	border:1px solid #000;
	border-radius: 5px;
	font-weight: normal;
}
.search_navi_tag ul{
	display: flex;
	flex-wrap: wrap;
	gap: 8px 0;
}

.freely_list{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
		border-left: 1px solid #000;
}
.freely_list>li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 3.2%;
	border-right:1px solid #000;
	border-bottom: 1px solid #000;
}

.text_seeblue{
	color: #668eb2;
}

.freely_category_tag{
	display: inline-block;
	background: #e6e6e6;
	padding: 5px 5px;
	margin-right: 5px;
	margin-bottom: 4px;
}

.freely_list_border_btm{
	height: 1px; width: 100%;
	background: #000;
	position: relative;
	top:-1px;
}

.new_icon{
	background: #7ecef4;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.8rem;
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	top:0;
	left: 0;
		z-index: 1;
}

.freely_category_tag.condition{
	background: #b3b3b3;
	color: #fff;
}
.freely_category_tag.down{
	background: #00b7ee;
	color: #fff;
}
.freely_category_tag.confirm{
	background: #f4b3d0;
	color: #fff;
}



.open_house_area{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.oh_list{
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.oh_list li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 3.2%;
	border-right:1px solid #fff;
	color: #fff;
}
.oh_list li:nth-child(3){
	border-right:0px solid #fff;
}
.oh_list li a{
	color: #fff;
}

.oh_roomtour{
	display: flex;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.oh_roomtour:nth-child(2n){
	border-top: 1px solid #fff;
}

.oh_roomtour .tex_box{
	width: 50%;
	box-sizing: border-box;
	padding: 4% 4% 0 4%;
}

.bg_reasonable{
	background:#f3f3f3 url(../img/top/bg_reasonable.jpg) no-repeat;
	background-position: center top;
}

.rc_w_box{
	width: 95%;
	max-width: 860px;
	margin-inline: auto;
	background: #fff;
	border-radius: 20px;
	position: relative;
}

.rc_w_box .inner{
	width: 84%;
	max-width: 740px;
	margin-inline: auto;
}

.reasonable_tag_block{
	display: flex;
	justify-content: center;
	gap:10px 6px;
}

.reasonable_tag_block a{
	display: inline-block;
	padding: 6px 8px;
	margin-right: 5px;
	border: 1px solid #00b7ee;
	color: #00b7ee;
	border-radius: 5px;
	font-weight: normal;
}

.reasonable_deco01{
	width: 30%;
	max-width: 250px;
	position: absolute;
	top: 15px;
	left: -12%;
}

.reasonable_deco02{
	width: 27%;
	max-width: 225px;
	position: absolute;
	top: -45px;
	right: -5%;
}


.ttl img{
	max-width:500px;
}
.h_ttl img{
	max-width: 720px;
}
.l_ttl img{
	max-width: 324px;
}
.style_ttl img{
	max-width: 420px;
}


.fl_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fl_list.three{
	gap: 3.5%;
}
.fl_list.three li{
	width: 30.8%;
	margin-bottom: 30px;
}


.fl_list.four{
	gap: 1.5%;
}
.fl_list.four li{
	width: 23%;
	margin-bottom: 30px;
}



.photo_frame{
	width: 100%;
}

.photo_frame img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 1/1;
}




.concept_intro_deco01{
	width: 38%;
	max-width: 409px;
	position: absolute;
	top:0;
	left:-17%;
}
.concept_intro_deco02{
	width: 38%;
	max-width: 428px;
	position: absolute;
	top:0;
	right:-17%;
}

.concept_bg_himitsu{
	background:#f3f3f3 url(../img/brand/bg_himitsu.jpg) no-repeat;
	background-position: center top;
	background-size: 100%;
}


.concept_himitsu_deco01{
	width: 20%;
	max-width: 229px;
	position: absolute;
	top:60%;
	left:-6%;
}

.concept_himitsu_deco02{
	width: 25%;
	max-width: 270px;
	position: absolute;
	top:70%;
	right:-6%;
}

.fl_btm_box{
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.concept_kyoten_deco01{
	width: 40%;
	max-width: 437px;
	position: absolute;
	top:-1px;
	left:-10%;
}
.concept_kyoten_deco02{
	width: 43%;
	max-width: 509px;
	position: absolute;
	top:-1px;
	right:-10%;
}


.bg_lineup_gray{
	background: #f3f3f3;
	padding-top: 20px;
	border-bottom: 50px solid #fff;
	box-sizing: border-box;
	max-height: 400px;
}

.lineup_btn_box{
	display: flex;
	gap:15px;
	align-items: center;
	justify-content: space-between;
}

.lineup_basic_deco01{
	width: 10%;
	max-width: 107px;
	position: absolute;
	top: 35%;
	left: 3%;
}
.lineup_basic_deco02{
	width: 20%;
	max-width: 226px;
	position: absolute;
	top:15%;
	right:-3%;
}

.op_push img{
	transition: 0.4s;
}
.op_push img:hover{
	transform: translateY(-8px);
	transition: 0.4s;
	opacity: 1;
}
a.op_push:hover{ opacity:1; }



.lineup_grade_area{
	display: flex;
	justify-content: space-between;
}
.grade_ttl_box{
	width: 32%;
}
.grade_tex_box{
	width: 65.7%;
}
.grade_list{
	display: flex;
	justify-content: space-between;
	gap:40px 30px;
	flex-wrap: wrap;
}
.grade_list li{
	width: 47.5%;
}

.lineup_craft_deco01{
	width: 10%;
	max-width: 107px;
	position: absolute;
	top: -5%;
	left: 3%;
}
.lineup_craft_deco02{
	width: 15%;
	max-width: 157px;
	position: absolute;
	top: 20%;
	right: -5%;
}

.lineup_p_b80{
	padding-bottom: 80px !important;
}

.bg_vr{
	background:#f3f3f3 url(../img/vr/bg_vr.jpg) no-repeat;
	background-position: center top;
	background-size: 100%;
	margin-top:-20px;
}

.vr_intro_deco01{
	width: 20%;
	max-width: 141px;
	position: absolute;
	top:35%;
	left:-4%;
}

.vr_intro_deco02{
	width: 30%;
	max-width: 239px;
	position: absolute;
	top:-6%;
	right:-8%;
}

.vr_system_deco01{
	width: 45%;
	max-width: 354px;
	position: absolute;
	top:10%;
	left:-16%;
}
.vr_system_deco02{
	width: 43%;
	max-width: 338px;
	position: absolute;
	top: -3%;
	right:-16%;
}

.fl_list_three_point{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 3.5%;
}
.fl_list_three_point li{
	width: 30.8%;
}


.bg_natural{
	background:#f9f8f3 url(../img/basic/natural_leaf01.png) no-repeat;
	background-position: left top;
}

.bg_natural_02{
	background:#f9f8f3;
}

.natural_leaf_deco{
	width: 20%;
	max-width: 202px;
	position: absolute;
	top:45%;
	right:-15%;
}



.fl_box_sb{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 25px;
}

.nb_box40{
	width: 40.4%;
}
.nb_box60{
	width: 56.8%;
}
.nb_box35{
	width: 33.5%;
}
.nb_box65{
	width: 63.5%;
}
.nb_box50{
	width: 48.2%;
}

.nb_box45{
	width: 45%;
}
.nb_box55{
	width: 52%;
}


.fl_box_sb.align_end{
	align-items: end;
}


.list_stairs_three{
	display: flex;
	justify-content: space-between;
	gap:30px;
}
.list_stairs_three li:nth-child(2){
	padding-top:50px;
}
.list_stairs_three li:nth-child(3){
	padding-top:100px;
}

.list_bb_three{
	display: flex;
	justify-content: space-between;
	gap:30px;
}



.shape_wave_left_right{
overflow:hidden;
position:relative;
}
.shape_wave_left_right::before{
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
bottom: -1px;
left: -1px;
right: -1px;
top: -1px;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat; 
background-size: 160% 50px;
background-position: 50% 100%;  
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" fill="%23ffffff"/></svg>'); 
}


@media (min-width:820px){
.shape_wave_left_right::before{ 
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 160% 152px;
background-position: 50% 100%;  
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" fill="%23ffffff"/></svg>'); 
}
}
@media (min-width:2100px){
.shape_wave_left_right::before{
background-size: 160% calc(2vw + 152px);
}
}
 





.shape_wave_right_left{
overflow:hidden;
position:relative;
}
.shape_wave_right_left::before{
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
bottom: -1px;
left: -1px;
right: -1px;
top: -1px;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat; 
background-size: 230% 80px;
background-position: 100% 0%;  
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" fill="%23ffffff"/></svg>'); 
}


@media (min-width:820px){
.shape_wave_right_left::before{ 
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 230% 245px;
background-position: 100% 0%;  
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" fill="%23ffffff"/></svg>'); 
}
}
@media (min-width:2100px){
.shape_wave_right_left::before{
background-size: 230% calc(2vw + 245px);
}
}







.accordion_container {
  width: 100%;
}

.accordion_list{
	margin-bottom: 40px;
}

.accordion_list:not(:first-child) {
  margin-top: 10px;
}

.accordion_title {
  cursor: pointer;
  font-size: 16px;
  padding: 14px 30px 16px 0;
  position: relative;
  color: #666;
  border-top:1px solid #666;
  border-bottom:1px solid #666;
}

.accordion_title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 15px;
  height: 2px;
  width: 18px;
  background: #666;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accordion_title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 15px;
  height: 2px;
  width: 18px;
  background: #666;
  transition: all .3s ease-in-out;
}

.accordion_title.show:before {
  transform: rotate(180deg);
}
.accordion_title.show:after {
  opacity: 0;
}

.accordion_content {
  display: none;
  padding: 35px 0;
}




.white .accordion_title{
  color: #fff;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
}
.white .accordion_title:before {
  background: #fff;
}
.white .accordion_title:after {
  background: #fff;
}


.list_eq{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 45px;
}
.list_eq li{
	width: 30.8%;
}


.bg_brooklyn{
	background:#afa68b url(../img/basic/bg_brooklyn.jpg) no-repeat;
	background-size: cover;
}

.brooklyn_deco01{
	width: 20%;
	max-width: 165px;
	position: absolute;
	top: 4%;
	left: -17%;
}

.brooklyn_deco02{
	width: 20%;
	max-width: 165px;
	position: absolute;
	top: 43%;
	right: -15%;
}

.bg_brooklyn_02{
	background: #121212;
}




.bg_craft_natural{
	background:url(../img/craft/bg_c_natural.jpg) repeat-x;
	background-position: center bottom;
}

.bg_craft_natural_2{
	background:url(../img/craft/bg_c_natural_2.jpg) repeat-x;
	background-size: cover;
}

.bg_craft_brown{
	background:url(../img/craft/bg_natural_brown.jpg) repeat-x;
	background-position: center top;
	background-size: cover;
	height: 100%;
}

.bg_craft_brooklyn{
	background:#143b4c url(../img/craft/bg_brooklyn_deco.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
}

.bg_craft_brooklyn_plan{
	background:url(../img/craft/bg_brooklyn_city.jpg);
	background-size: cover;
}


.list_eq.four{
}
.list_eq.four li{
	width: 22.1%;
}

.craft_natural_eq_deco01{
	position: absolute;
	width: 23%;
	max-width: 249px;
	top:20%;
	left: 0;
}
.craft_natural_eq_deco02{
	position: absolute;
	width: 23%;
	max-width: 249px;
	top:10%;
	right: 0;
}

.craft_brooklyn_plan_pt{
	padding: 120px 0 80px 0;
}

.craft_brooklyn_plan_nmt{
	position: relative;
	margin-top: -65px;
}

.z2{
	z-index: 2;
}

.craft_brooklyn_plan_deco{
	width: 12%;
	max-width: 112px;
	position: absolute;
	bottom: 0;
	right: -4%;
}

.bg_craft_brooklyn_eq{
	background: #143b4c;
}

.craft_brookllyn_eq_deco01{
	width: 15%;
	max-width: 150px;
	position: absolute;
	top:0;
	left: 0;
}

.craft_brookllyn_eq_deco02{
	width: 17%;
	max-width: 189px;
	position: absolute;
	top:30%;
	right: 0;
}

.craft_brookllyn_eq_deco_bg{
	width: 72%;
	max-width: 745px;
	position: absolute;
	top:0;
	left:50%;
	transform: translate(-50% , -50%);
}

.bg_craft_brooklyn_eq{
	background:#143b4c url(../img/craft/craft_brooklyn_eq_bg.png) no-repeat;
	background-size: contain;
	background-position: center top;
}








.bg_fan_triangle{
	background:#f3f3f3 url(../img/equipment/bg_fan.jpg) no-repeat;
	background-size: 100%;
	background-position: center top;
	  padding-top: 20px;
	  margin-top:-20px;
}

.fan_gomaru{
	width: 25%;
	max-width: 199px;
	position: absolute;
	right: 2.5%;
	top: -8%;
}

.fan_deco01{
	width: 36%;
	max-width: 299px;
	position: absolute;
	left: -15%;
	top: -25px;
}

.fan_deco02{
	width: 23%;
	max-width: 191px;
	position: absolute;
	right: -10%;
	bottom: -30px;
}



.fan_support_deco01{
	max-width: 97px;
	width: 15%;
	position: absolute;
	top: -1.2%;
	left: 30%;
}


.fan_dial_deco01{
	max-width: 161px;
	width: 20%;
	position: absolute;
	top: -1.2%;
	left: 25%;
}
.fan_dial_deco02{
	max-width: 176px;
	width: 25%;
	position: absolute;
	top: 4%;
	left: -27%;
}
.fan_dial_deco03{
	max-width: 135px;
	width: 18%;
	position: absolute;
	top: -15%;
	right: -19%;
}


.fan_concierge_deco01{
	max-width: 114px;
	width: 17%;
	position: absolute;
	  top: 2%;
	  left: 30%;
}

.fan_concierge_deco02{
	max-width: 256px;
	width: 30%;
	position: absolute;
	  bottom: -10%;
	  right: -20%;
}

.relief_fan p{
	font-feature-settings: "palt";
}

.rc_w_box.bg_gray{
	background: #f3f3f3;
}


.inner_frame860{
	width: 100%;
	max-width: 860px;
	margin-inline: auto;
	position: relative;
	padding-right: 20px;
	padding-left:20px;
}


.warranty_jyumaru{
	width: 25%;
	max-width: 199px;
	position: absolute;
	right: 2%;
	top: -3%;
}

.warranty_deco01{
	width: 20%;
	max-width: 153px;
	position: absolute;
	left: 8%;
	top: -3%;
}

.warranty_deco02{
	width: 30%;
	max-width: 208px;
	position: absolute;
	left: -30%;
	top: 28%;
}

.warranty_deco03{
	width: 32%;
	max-width: 247px;
	position: absolute;
	left: -6%;
	bottom: 2%;
}

.warranty_deco04{
	width: 20%;
	max-width:172px;
	position: absolute;
	right: -10%;
	bottom: -8%;
}




























@media screen and (max-width: 1100px) {
	.vr_system_deco01{
		width: 26%;
	}
	.vr_system_deco02{
		width: 24%;
		right: -10%;
	}

	.bg_craft_brooklyn_eq{
		background-size: 200%;
	}

	.bg_craft_brooklyn{
		background-size: 100%;
		background-position: center top;
	}



}/*END*/


@media screen and (max-width: 599px) {
	.freely_list>li{
		width: 50%;
	}
	.new_icon{
		width: 34px;
		height: 34px;
		line-height: 34px;
	}

	.oh_list li{
		width: 100%;
	}

	.oh_roomtour{
		display: block;
	}
	.oh_roomtour .tex_box{
		width: 100%;
		padding: 8% 5.5% 5.5% 5.5%;
	}


	.fl_list.three li{
		width: 100%;
		margin-bottom: 15px;
	}

	.fl_list.four li{
		width: 47.5%;
	}

	.fl_list.three li a{
		display: flex;
		gap: 15px;
	}

	.fl_list.three li .photo_box{
		width: 45%;
	}
	.fl_list.three li .event_tex_box{
		width: 45%;
	}


	.rc_w_box .inner{
		width: 92%;
	}
	.reasonable_tag_block {
	  display: flex;
	  justify-content: center;
		gap: 5px 2px;
		flex-wrap: wrap;
	}


	.h_read_block{
		font-size: 1.1rem;
	}


	.f_sns{
		justify-content: center;
	}

	.foot_fl {
	  padding: 30px 4.5% 0 4.5%;
	}

	.f_bnr_area{
		flex-wrap: wrap;
	}


	.pc_p_t50{
		padding-top:0;
	}


	.concept_intro_deco01{
		width: 35%;
	}
	.concept_intro_deco01{
		width: 35%;
		right: -13%;
	}

	.concept_himitsu_deco01,.concept_himitsu_deco02{
		display: none;
	}

	.fl_btm_box{
		flex-wrap: wrap;
	}

	.freely_category_tag{
		font-size: 1.2rem;
	}



	.lineup_btn_box{
		gap:8px;
	}

	.bg_lineup_gray {
	  padding-top: 10px;
	  border-bottom: 20px solid #fff;
	  box-sizing: border-box;
	  max-height: 160px;
	}

	.lineup_basic_deco01 {
	  top: 3%;
	  left: 8%;
	}
	.lineup_basic_deco02 {
	  top: 0;
	  right: 0;
	}


	.lineup_grade_area{
		flex-wrap: wrap;
	}
	.grade_ttl_box{
		width: 100%;
	}
	.grade_tex_box{
		width: 100%;
	}
	.grade_list {
	  gap: 40px 15px;
	}

	.lineup_p_b80{
		padding-bottom: 30px !important;
	}

	.vr_intro_deco01,.vr_intro_deco02{
		display: none;
	}


	.vr_system_deco01,.vr_system_deco02{
		display: none;
	}

	.fl_list_three_point{
		gap: 1.2%;
	}
	.fl_list_three_point li{
		width: 32%;
	}

	.nb_box40,.nb_box60,.nb_box35,.nb_box65,.nb_box50,
	.nb_box45,.nb_box55{
		width: 100%;
	}

	.fl_box_sb .sp_order01{ order:1; }
	.fl_box_sb .sp_order02{ order:2; }


	.list_stairs_three,.list_bb_three{
		gap:8px;
	}
	.list_stairs_three li:nth-child(2){
		padding-top:20px;
	}
	.list_stairs_three li:nth-child(3){
		padding-top:40px;
	}

	.sp_p_b30{
		padding-bottom: 30px;
	}

	.list_eq{
		row-gap: 35px;
	}
	.list_eq li{
		width: 47.6%;
	}

	.accordion_content {
		padding: 25px 0 0 0;
	}

	.accordion_list{
		margin-bottom: 35px;
	}


	.list_eq.four li{
		width: 47.6%;
	}

	.craft_brookllyn_eq_deco01{
		width: 15%;
		top: 0;
		left: 3%;
	}
	.craft_brookllyn_eq_deco02{
		width: 15%;
		top: 15%;
		right: 3%;
	}

	.style_ttl img{
		width: 80%;
	}

	.craft_brooklyn_plan_pt{
		padding: 0 0 80px 0;
	}


	.relief_fan .p_t60{
		padding-top:0 !important;
	}



	.fan_deco01 {
	  width: 33%;
	  left: -15%;
	  top: -18px;
	}
	.fan_deco02{
		display: none;
	}
	.fan_concierge_deco02{
		bottom: -8%;
		right: 0;
	}

	.fan_support_deco01{
		left:36%;
	}
	.fan_dial_deco01{
		left: 36%;
	}
	.fan_concierge_deco01{
		left:45%;
	}

	.warranty_deco02{
		display: none;
	}
	.warranty_deco03{
		left:0;
		bottom: -1.5%;
	}
	.warranty_deco04{
		right: -5%;
		bottom: -7%;
	}




}/*END*/










/* 　ボタン  */
.btn{
	display: inline-block;
	width: 100%;
	max-width:298px;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	padding:15px 15px;
	position: relative;
	text-align: center;
	border:1px solid #000;
	border-radius: 10px;
	font-size: 1.6rem;
}
.btn.white{
	background: none;
	color:#fff;
	border:1px solid #fff;
}


.btn_contact_style{
	display: inline-block;
	width: 100%;
	max-width:304px;
	box-sizing: border-box;
	background: #c5d886;
	color: #000;
	padding:22px 12px;
	position: relative;
	text-align: left;
}

.btn_contact_style:before{
	content:'';
	position: absolute;
	top:43%;
    right: 6%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.btn_contact_style:hover{
	color:#000;
	background: #d9e0d9;
	transition: all 0.4s;
	opacity: 1 !important;
}

.btn_contact_style:hover:before{
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transition: all 0.4s;
}



.btn_contact_style.blue{
	display: inline-block;
	width: 100%;
	max-width:304px;
	box-sizing: border-box;
	background: #2175d9;
	color: #fff;
	padding:22px 12px;
	position: relative;
	text-align: left;
}

.btn_contact_style.blue:before{
	content:'';
	position: absolute;
	top:43%;
    right: 6%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.btn_contact_style.blue:hover{
	color:#000;
	background: #fff;
	transition: all 0.4s;
	opacity: 1 !important;
}

.btn_contact_style.blue:hover:before{
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transition: all 0.4s;
}




.btn_contact_style.blue_b{
	display: inline-block;
	width: 100%;
	max-width:304px;
	box-sizing: border-box;
	background: #2175d9;
	color: #fff;
	padding:22px 20px;
	position: relative;
	text-align: left;
}

.btn_contact_style.blue_b:before{
	content:'';
	position: absolute;
	top:43%;
    right: 6%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(2175d9);
    transform: rotate(45deg);
}

a.btn_contact_style.blue_b:hover{
	color:#fff;
	background: #649bdb;
	transition: all 0.4s;
	opacity: 1 !important;
}

.btn_contact_style.blue_b:hover:before{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all 0.4s;
}





.btn_contact_style.gray{
	display: inline-block;
	width: 100%;
	max-width:304px;
	box-sizing: border-box;
	background: #878787;
	color: #fff;
	padding:22px 20px;
	position: relative;
	text-align: left;
}

.btn_contact_style.gray:before{
	content:'';
	position: absolute;
	top:43%;
    right: 6%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(2175d9);
    transform: rotate(45deg);
}

a.btn_contact_style.gray:hover{
	color:#fff;
	background: #b4b4b4;
	transition: all 0.4s;
	opacity: 1 !important;
}

.btn_contact_style.gray:hover:before{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all 0.4s;
}





/*　タイトル フェードイン */
.top_img_anime01{
	opacity: 0;
}
.top_img_anime01.show{
	animation: fadeIn01 1.1s ease 1s normal forwards;
	animation-delay:0.1s;
}
@keyframes fadeIn01 {
  from {
    opacity: 0;
    transform: translateY(25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.top_img_anime02{
	opacity: 0;
}
.top_img_anime02.show{
	animation: fadeIn02 1.1s ease 1s normal forwards;
	animation-delay:0.6s;
}
@keyframes fadeIn02 {
  from {
    opacity: 0;
    transform: translateY(25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.top_img_anime03{
	opacity: 0;
}
.top_img_anime03.show{
	animation: fadeIn03 1.1s ease 1s normal forwards;
	animation-delay:0.8s;
}
@keyframes fadeIn03 {
  from {
    opacity: 0;
    transform: translateX(-25%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.top_img_anime04{
	opacity: 0;
}
.top_img_anime04.show{
	animation: fadeIn04 1.1s ease 1s normal forwards;
	animation-delay:0.8s;
}
@keyframes fadeIn04 {
  from {
    opacity: 0;
    transform: translateX(25%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



.top_img_anime05{
	opacity: 0;
}
.top_img_anime05.show{
	animation: fadeIn05 1.1s ease 1s normal forwards;
	animation-delay:0.8s;
}
@keyframes fadeIn05 {
  from {
    opacity: 0;
    transform: translateY(-25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.anime_img_left_right{
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);

}
.anime_img_left_right.show{
	animation: fadeIn_LR 1.1s ease 1s normal forwards;
	animation-delay:0.4s;
}
@keyframes fadeIn_LR {
  from {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0);
    webkit-clip-path: inset(0);
  }
}


.anime_img_fadeIn{
	opacity: 0;
}
.anime_img_fadeIn.show{
	animation: anime_img_fadeIn 1.1s ease 1s normal forwards;
	animation-delay:0.1s;
}
@keyframes anime_img_fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}










/*----------------------------------------
	footer
----------------------------------------*/
.bg_catalog{
	background: #333333;
}

.f_fl_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.f_fl_box .box{
	width: 47.5%;
}

.f_catalog_img{
	width: 50vw;
	max-width: 591px;
	margin-top:-50px;
}




footer a{
	color: #fff !important;
}

.foot_pd{
	padding-top:40px;
	padding-bottom: 15px;
}

.foot_fl{
	padding:40px 2.5% 15px 2.5%;
}

.foot_l{
	width: 25%;
	box-sizing: border-box;
	float: left;
}

.foot_r{
	width: 75%;
	box-sizing: border-box;
	float: right;
}

.foot_menu_list{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 25px;
	font-size:1.4rem;
}

.foot_menu_list li{
	margin-left: 2%;
}


.f_sns{
	display: flex;
}

.f_sns a{
	display: block;
	margin-right: 15px;
}

.f_bnr_area{
	display: flex;
	justify-content: center;
	gap:10px;
	max-width: 1080px;
	padding-right: 20px;
	padding-left: 20px;
	margin:0 auto;
}
.f_bnr_area a{
	display: inline-block;
	margin-bottom: 15px;
}


.copyright{
	text-align: center;
	color: #d5e2e8;
}


.foot_under{
	border-top:1px solid #fff;
	padding: 35px 0 20px 0;
	/*width: 95%;*/ width: 100%; box-sizing: border-box; margin-top:15px;
	margin-inline: auto;
}

.foot_under_list{
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	font-size: 1.4rem;
}
.foot_under_list li{
	padding: 0 12px;
}


.pc_p_t30{
	padding-top:35px;
}





@media screen and (max-width: 1200px){
	.foot_menu_list{
		font-size: 1.4rem;
	}

}/*END*/

@media screen and (max-width: 1040px){
	.foot_menu_list{
		font-size:1.1rem;
	}

	.foot_under_list{
		flex-wrap: wrap;
	}

	.foot_under_list li {
	  padding: 8px 12px;
	  font-size: 1.1rem;
	}

	.foot_pd{
		padding-top:40px;
		padding-bottom: 15px;
	}


}/*END*/

@media screen and (max-width: 599px){
	.f_fl_box .box{
		width: 100%;
			display: contents;
	}

	.f_catalog_img {
	  width: 60%;
	  max-width: 100%;
	  margin-top: 0;
	  text-align: center;
	  margin: 0 auto;
	  display: block;
	}

	.f_fl_box .order01{
		order: 1;
	}
	.f_fl_box .order02{
		order: 2;
		margin-bottom: 15px;
	}
	.f_fl_box .order03{
		order: 3;
		width: 100%;
	}

	.foot_under_list{
		flex-wrap: wrap;
	}

	.foot_under_list li {
	  padding: 8px 12px;
	  font-size: 1.2rem;
	}

	.foot_under{
		padding: 20px 0 0 0;
	}



	.f_bnr_area a:first-child,.f_bnr_area a:nth-child(2){
		width: 100%;
		text-align: center;
	}


	.copyright{
		font-size:1.2rem;
	}

	.foot_fl{
		display: block;
		padding: 30px 4.5%;
	}

	.foot_l,.foot_r{
		width: 100%;
	}

	.foot_r{
		padding: 0;
	}

	.f_sns a{
		margin-right: 10px;
		margin-left: 10px;
	}


	.foot_menu_list{
		display: block;
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	.foot_menu_list:last-of-type{
		margin-bottom: 30px;
	}

	.foot_menu_list li {
		margin-left: 0;
		border-bottom: 1px solid #81aadb;
	}



	.foot_menu_list li a{
		display: block;
		padding: 15px 0 15px 3%;
	}


	.foot_logo {
		padding-bottom: 15px;
	}



	.pc_p_t30{
		padding-top:0;
	}


	.f_bnr_area{
		transition: 0.5s;
	}
	.is_hidden {
	  visibility: hidden;
	  opacity: 0;
	  transition: 0.5s;
	}


}/*END*/

a.top_openhouse_btn{
	width: 800px;
	display: block;
	margin: auto auto 50px auto;
}

@media screen and (max-width: 599px) {

	a.top_openhouse_btn{
		width: 90%;
	}

}

/*----------------------------------------
	map iframe
----------------------------------------*/

.map{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 43.15% 0 0;
	text-align: center;
}
.map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.map iframe:not(:target){
	left: 0\9;
	top: 0\9;
}
.map iframe{
	left: 0\9;
	top: 0\9;
}
@media all and (-ms-high-contrast: none) {
.map iframe{
		left: 50%\9 !important;
		top: 50%\9 !important;
	}
}
.map{ z-index: 2; }/*chrome対策*/

@media screen and (max-width: 599px) {

	.map{ padding: 60% 0 0; }

}/*END*/



.movie{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	aspect-ratio: 1920 / 1080;
	text-align: center;
}
.movie iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.movie iframe:not(:target){
	left: 0\9;
	top: 0\9;
}
.movie iframe{
	left: 0\9;
	top: 0\9;
}
@media all and (-ms-high-contrast: none) {
.movie iframe{
		left: 50%\9 !important;
		top: 50%\9 !important;
	}
}
.movie{ z-index: 2; }/*chrome対策*/


/*----------------------------------------
	lineup price_list
----------------------------------------*/

section.price_list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 5%;
	width: 80%;
	height: 400px;
	margin: auto;
	div.price_table {
		width: 50%;
		ul {
			display: flex;
			flex-wrap: nowrap;
			justify-content: start;
			gap: 0.5em;
			margin: 1em auto;
			li {
				display: block;
				background-color: #7d7d7d;
				padding: 0.5em;
				color:white;
				font-size: clamp(14px, 3vw, 16px);
			}
		}
		table {
			width: 100%;
			text-align: left;
			tbody {
				tr{
					th {
			                        line-height: 2em;
			                        font-size: 14px;
						text-indent: 0.5em;
			                        border-bottom: 1px solid #ccc;
					}
					th:first-child {
						border-bottom: 1px solid yellow;
					}
					td {
			                        line-height: 2em;
			                        font-size: 24px;
						text-indent: 0.5em;
			                        border-bottom: 1px solid #ccc;
						font-weight: bold;
						span {
							font-size: 14px;
							margin-left: 0.3em;
						}
					}
					td:first-child {
						border-bottom: 1px solid yellow;
					}
				}
			}
		}
		p.list_item_text {
			font-size: 12px;
			line-height: 1.5em;
			margin-top: 1em;
		}
	}
	.list_naturalbasic > ul > li {background-color: #45ae55 !important;}
	.list_naturalbasic th:first-child {border-bottom: 1px solid #45ae55 !important;}
	.list_naturalbasic td:first-child {border-bottom: 1px solid #45ae55 !important;}
	.list_naturalcraft{ color: #fff;}
	.list_naturalcraft > ul > li { background-color: #f7e4a7 !important; color: #6c5c4d !important;}
	.list_naturalcraft th:first-child {border-bottom: 1px solid #f7e4a7 !important;}
	.list_naturalcraft td:first-child {border-bottom: 1px solid #f7e4a7 !important;}

	.list_brooklynbasic > ul > li {background-color: #594f34 !important;}
	.list_brooklynbasic th:first-child {border-bottom: 1px solid #594f34 !important;}
	.list_brooklynbasic td:first-child {border-bottom: 1px solid #594f34 !important;}
	.list_brooklyncraft{ color: #fff;}
	.list_brooklyncraft > ul > li { background-color: #736960 !important; color: #fff !important;}
	.list_brooklyncraft th:first-child {border-bottom: 1px solid #736960 !important;}
	.list_brooklyncraft td:first-child {border-bottom: 1px solid #736960 !important;}


}

@media screen and (max-width: 768px){
section.price_list {
	height: auto;
	flex-wrap: wrap;
	div.price_table {
		width: 100%;
		margin-bottom: 2em;
	        & table {
	            & tbody {
	                & tr {
				th {font-size: 3vw;}
				td {font-size: 4.5vw;
					span{font-size: 3vw;}
				}
				}
			}
			}

		}
}

}


/*----------------------------------------
	page top
----------------------------------------*/
.page_top{
	width: 48px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 3;
}
.page_top a{
	display: block;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
	line-height: 0;
	background: #000;
}

.page_top a::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transform: scaleY(0.9) rotate(45deg);
    -moz-transform: scaleY(0.9) rotate(45deg);
    -ms-transform: scaleY(0.9) rotate(45deg);
    -o-transform: scaleY(0.9) rotate(45deg);
    transform: scaleY(0.9) rotate(45deg);
    position: absolute;
    top: 7px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

@media screen and (max-width: 768px){

	.page_top{
		width: 30px;
	}

	.page_top a{
		padding-top: 15px;
		padding-bottom: 15px;
	}


}/*END*/

@media screen and (max-width: 750px){
	.page_top{
		bottom: 8%;
	}


}
/*END*/





/*----------------------------------------
	lineup equipment
----------------------------------------*/
div.equipment_in_wrap {
    width: 96%;
    margin: auto auto 5em auto;
	h3 {
		font-size: 20px;
		line-height: 2.5em;
		margin: 1em auto;
		font-weight: normal;
		width: 100%;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		text-indent: 0.5em;
		span {
			font-size: 14px;
			margin: auto 1em;
		}
	}
	ul.equipment_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
		gap: 2em;
		li {
			display: inline-flex;
			justify-content: start;
			gap: 2em;
			img.respon {
				width: 20%;
				border-radius: 20px;
			}
			div{
				h4 {
					font-size: 18px;
					line-height: 2em;
					margin-bottom: 0.5em;
				}
				p {
					font-size: 14px;
					line-height: 1.7em;
				}
			}
		}
	}
}
@media screen and (max-width: 750px){
	div.equipment_in_wrap {
	    width: 96%;
	    margin: auto auto 5em auto;
		h3 {
			font-size: 5vw;
			span {
				font-size: 3vw;
			}
		}
		ul.equipment_list {
			li {
                		display: block;
				img.respon {
					width: 80%;
					margin: 1em auto;
					display: block;
					border-radius: 20px;
					vertical-align: unset;
				}
				div{
					h4 {
						font-size: 5vw;
						line-height: 2em;
						margin-bottom: 0.5em;
					}
					p {
						font-size: 3.5vw;
						line-height: 1.7em;
					}
				}
			}
		}
	}
}

