@charset "UTF-8";
/* CSS Document */


/*#########################################################

レイアウト

#########################################################*/
/* ヘッダ */
/* line 25, ../style.scss */


/* ここから　PC menu
------------------------------------- */
/* ブラックアウト設定 */
body::before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	z-index: -1;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
}

body.mask::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
}

.pc_menu {
	box-sizing: border-box;
	transition: all 0.3s;
	position: fixed;
	margin-top: 55px;
	padding-left: 180px;
	width: 100%;
	top: 0;
}


/* mddNav（ドロップダウンメニュー全体）
------------------------------------- */
#mddNav {
	width: 100%;
	height: 45px;
	/* #mddNav、div.titleの高さと.mddWrapのtopを揃える */
}

#mddNav ul {
	display: flex;
	/*グローバルナビゲーションを横並びに*/
	flex-flow: row wrap;
}

#mddNav ul li {
	box-sizing: border-box;
}

#mddNav>ul {
	display: table;
}

#mddNav>ul>li {
	display: table-cell;
	cursor: pointer;
}

/* mddWrap
------------------------------------- */
#mddNav .mddWrap {
	position: absolute;
	left: 0;
	top: 45px;
	/* #mddNav、div.titleの高さと.mddWrapのtopを揃える */
	overflow: hidden;
	width: 100%;
	height: 0;
	background-color: rgba(255, 255, 255, 0.8);
}

#mddNav .mddWrap .mddInner {
	margin: 0 auto;
	padding-top: 40px;
	width: 1200px;
	display: flex;
	justify-content: space-between;
}

#mddNav .dropContent {
	display: flex;
}

#mddNav .dropContent .page li i {
	margin-right: 0.5em;
}

#mddNav .dropContent .page li a:link {
	text-decoration: none;
	color: #000;
}

#mddNav .dropContent .page li a {
	color: #000;
}

#mddNav .dropContent .page li a:hover {
	text-decoration: none;
}

/*-------------  追加CSS  ------------- */
.pc_menu a {
	text-decoration: none;
}

.pc_menu div.title {
	height: 45px;
	/* #mddNav、div.titleの高さと.mddWrapのtopを揃える */
	margin: 0 7px;
}

.pc_menu div.title h2 {
	font-family: 'Jost', sans-serif;
	padding: 15px 0 10px 0;
	margin: 0;
	font-size: 14px;
}

.pc_menu div.title h2 {
	color: #000;
	padding: 0 10px 0 10px;
	letter-spacing: 0.1em;
	position: relative;
}

.pc_menu div.cate_title {
	width: 250px;
	margin-top: 20px;
	margin-right: 50px;
	flex-shrink: 0
}

.pc_menu div.cate_title h3 {
	font-size: 20px;
	font-weight: bold;
}

.pc_menu div.cate_title p {
	font-family: 'Jost', sans-serif;
	color: #000;
	font-size: 12px;
	letter-spacing: 0.3em
}

.pc_menu div.cate_title .nav_btn {
	font-size: 12px;
	margin-top: 30px;
	width: 200px;
	font-weight: bold;
	box-sizing: border-box;
	border: 2px solid #000000;
	position: relative;
}

.pc_menu div.cate_title .nav_btn:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
}

.pc_menu div.cate_title .nav_btn:hover:before {
	animation: navBtnHover 0.2s linear 0s forwards;
}

@keyframes navBtnHover {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

.pc_menu div.cate_title .nav_btn a {
	display: block;
	text-align: center;
	line-height: 35px;
	position: relative;
}

.pc_menu div.cate_title .nav_btn:hover a {
	color: #ffffff !important;
}

.pc_menu ul.page {
	width: 100%;
	font-size: 12px;
}

.pc_menu #mddNav ul.page li {
	font-weight: bold;
	width: 33%;
	height: 100px;
	margin-right: 0.5%;
	margin-bottom: 5px;
	position: relative;
	background: #000;
	vertical-align: middle;
	overflow: hidden;
}

.pc_menu #mddNav ul.page li:nth-of-type(3n) {
	margin-right: 0;
}

.pc_menu #mddNav ul.page.block_two li {
	font-weight: bold;
	width: 49%;
	height: 205px;
}

.pc_menu #mddNav ul.page.block_three li {
	font-weight: bold;
	width: 33%;
	height: 205px;
}

.pc_menu #mddNav ul.page.block_five li:nth-of-type(1),
.pc_menu #mddNav ul.page.block_five li:nth-of-type(2) {
	width: 49.75%;
}

.pc_menu #mddNav ul.page.block_five li:nth-of-type(3) {
	margin-right: 0.5%;
}

.pc_menu #mddNav ul.page.block_five li:nth-of-type(2),
.pc_menu #mddNav ul.page.block_five li:nth-of-type(5) {
	margin-right: 0;
}

.pc_menu #mddNav ul.page.block_seven li:nth-of-type(4),
.pc_menu #mddNav ul.page.block_seven li:nth-of-type(5),
.pc_menu #mddNav ul.page.block_seven li:nth-of-type(6),
.pc_menu #mddNav ul.page.block_seven li:nth-of-type(7) {
	width: 24.6%;
}

.pc_menu #mddNav ul.page.block_seven li:nth-of-type(6) {
	margin-right: 0.5%;
}

.pc_menu #mddNav ul.page.block_seven li:nth-of-type(7) {
	margin-right: 0;
}

.pc_menu #mddNav ul.page.block_eight li {
	width: 24.6%;
}

.pc_menu #mddNav ul.page.block_eight li:nth-of-type(3),
.pc_menu #mddNav ul.page.block_eight li:nth-of-type(6) {
	margin-right: 0.5%;
}

.pc_menu #mddNav ul.page.block_eight li:nth-of-type(4),
.pc_menu #mddNav ul.page.block_eight li:nth-of-type(8) {
	margin-right: 0;
}

.pc_menu ul.page li:last-child {
	margin-right: 0;
}

.pc_menu #mddNav ul.page li a img {
	width: 100%;
	height: 100%;
	transition: transform 0.4s linear;
	opacity: 0.5;
}

.pc_menu #mddNav ul.page li:hover a img {
	transform: scale(1.1);
}

.pc_menu #mddNav ul.page li dd {
	font-size: 15px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: auto;
	height: 2rem;
}

.pc_menu #mddNav li:nth-child(2) ul.page li:first-child dd {
	word-break: keep-all;
}

@media screen and (max-width: 999px) {
	.pc_menu #mddNav li:nth-child(2) ul.page li:first-child dd {
		letter-spacing: -0.5px;
	}

	.pc_menu #mddNav li:nth-child(2) ul.page li:first-child dd span {
		letter-spacing: normal;
	}
}

.pc_menu #mddNav ul.page.block_two li dd {
	font-size: 20px;
}

.pc_menu #mddNav ul.page li dd span {
	font-family: 'Jost', sans-serif;
	font-size: 10px;
	opacity: 0.8;
}

.pc_menu #mddNav ul.page.block_two li dd span {
	font-size: 13px;
}

.pc_menu #mddNav ul.page li dd span::before {
	content: "\A";
	white-space: pre;
}

/*------------------------------------- */
/* PC ヘッダー 高さが変わった時のcsss */
/*------------------------------------- */

header.smaller {
	height: 70px;
}

header.smaller .header_logo {
	width: 70px;
	height: auto;
}

header.smaller h1 {
	margin-top: 10px;
	padding: 0px 0px 0 90px;
}

header.smaller .pc_menu {
	margin: 32px 0 0 0;
	padding-left: 80px;
}

header.smaller #mddNav {
	height: 38px;
	/* #mddNav、div.titleの高さと.mddWrapのtopを揃える */
}

.smaller .pc_menu div.title {
	height: 38px;
	/* #mddNav、div.titleの高さと.mddWrapのtopを揃える */
}

header.smaller #mddNav .mddWrap {
	position: absolute;
	left: 0;
	top: 38px;
	/* #mddNav、div.titleの高さと.mddWrapのtopを揃える */
}

header.smaller .header_inq li {
	transition: all 0.3s;
	height: 70px;
}

header.smaller .header_inq li:nth-child(1) span {
	transition: all 0.3s;
	display: block;
	padding: 13px 20px 0px 20px;
}

header.smaller .header_inq li:nth-child(1) img,
header.smaller .header_inq li:nth-child(2) img,
header.smaller .header_inq li:nth-child(3) img {
	transition: all 0.3s;
	margin: 15px auto 5px auto;
}

/* hover時blackout用CSSS */
body.drawer {
	background: none;
}

body.blackOut {
	background: none;
	animation: blackOut 0.5s linear 0s forwards;
}

@keyframes blackOut {
	0% {
		background: none;
	}

	30% {
		background: none;
	}

	100% {
		background: #000000;
	}
}

body.default {
	animation: renew 0.3s linear 0s forwards;
}

@keyframes renew {
	0% {
		background: #000000;
	}

	100% {
		background: none;
	}
}

body.unload.blackOut {
	background: none !important;
	animation: unload 0.5s linear 0s forwards;
}

@keyframes unload {
	0% {
		background: none;
	}

	100% {
		background: none;
	}
}

#construction #gallery {
	background: #ffffff;
}

#construction #gallery section#subContainer {
	background: none;
}

#gallery div.construction_index {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.inspectation_lineup.check>a {
	display: block;
}

/* lineupだけ5列に変更 */
#mddNav #lineup .mddWrap .mddInner {
	display: block;
	position: relative;
}

.pc_menu #mddNav #lineup div.cate_title {
	width: 250px;
	margin-top: 0;
	margin-right: 0;
}

.pc_menu #mddNav #lineup .nav_btn {
	font-size: 12px;
	margin-top: 0;
	width: 200px;
	font-weight: bold;
	box-sizing: border-box;
	border: 2px solid #000000;
	position: absolute;
	top: 40px;
	right: 0;
}

.pc_menu #mddNav #lineup .nav_btn:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
}

.pc_menu #mddNav #lineup .nav_btn:hover:before {
	animation:
		navBtnHover 0.2s linear 0s forwards;
}

.pc_menu #mddNav #lineup .nav_btn a {
	display: block;
	text-align: center;
	line-height: 35px;
	position: relative;
}

.pc_menu #mddNav #lineup .nav_btn:hover a {
	color: #ffffff !important;
}

.pc_menu #mddNav #lineup ul.page {
	width: 100%;
	margin-top: 20px;
}

.pc_menu #mddNav #lineup ul.page li {
	width: 19.6%;
}

.pc_menu #mddNav #lineup ul.page li:nth-of-type(3n) {
	margin-right: 0.5%;
}

.pc_menu #mddNav #lineup ul.page li:nth-of-type(5n) {
	margin-right: 0;
}

/*--------------------------------------
 1279px〜1120px
 .mddInner（ドロップダウン）の幅だけ96%に変更
---------------------------------------*/
@media screen and (min-width:1120px) and (max-width:1279px) {
	#mddNav .mddWrap .mddInner {
		width: 96%;
	}
}

/*--------------------------------------
 1119px〜769pxのCSS
---------------------------------------*/
@media screen and (max-width:1119px) {
	header .header_logo {
		width: 90px;
	}

	header h1 {
		font-size: 10px;
		padding: 0 30px 0 110px;
		margin-top: 10px;
	}

	.header_inq li {
		height: 70px;
	}

	.header_inq li:nth-child(1),
	.header_inq li:nth-child(2),
	.header_inq li:nth-child(3) {
		width: 77px;
	}

	.header_inq li:nth-child(1) img,
	.header_inq li:nth-child(2) img,
	.header_inq li:nth-child(3) img {
		margin: 15px auto 5px auto;
	}

	.pc_menu {
		margin-top: 32px;
		padding-left: 100px;
	}

	.pc_menu div.title {
		height: 38px;
	}

	.pc_menu div.title h2 {
		font-size: 13px;
	}

	.pc_menu div.title h2 a {
		letter-spacing: 0.1em;
		padding: 0 10px;
		z-index: -1;
	}

	#mddNav {
		height: 38px;
	}

	#mddNav .mddWrap {
		top: 38px;
	}

	#mddNav .mddWrap .mddInner {
		width: 96%;
	}

	.pc_menu div.cate_title {
		width: 200px;
		margin-right: 20px;
	}

	.pc_menu div.cate_title h3 {
		font-size: 18px;
	}

	.pc_menu div.cate_title .nav_btn {
		width: 180px;
	}

	.pc_menu ul.page {
		width: 100%;
		font-size: 13px;
	}

	/*.pc_menu #mddNav ul.page li img {
		width: auto;
		max-width: unset;
		position: relative;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.pc_menu #mddNav ul.page li:hover img {
		transform: translateX(-50%) scale(1.1);
	}*/
	.pc_menu #mddNav ul.page li dd {
		font-size: 95%;
		display: table;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
	}

	.pc_menu #mddNav ul.page.block_two li dd {
		font-size: 18px;
	}

	.pc_menu #mddNav ul.page.block_two li dd span {
		font-size: 12px;
	}

	.pc_menu #mddNav ul.page li dd.line_up span.price em {
		width: auto;
		display: table;
		padding: 0 3px;
	}

	/* PC ヘッダー 高さが変わった時のcsss */
	header.smaller {
		height: 60px;
	}

	header.smaller .header_logo {
		width: 60px;
		height: auto;
	}

	header.smaller h1 {
		margin-top: 5px;
		padding: 0px 0px 0 90px;
	}

	header.smaller .pc_menu {
		margin: 27px 0 0 0;
		padding-left: 70px;
	}

	header.smaller #mddNav {
		height: 33px;
	}

	header.smaller #mddNav .mddWrap {
		top: 33px;
	}

	header.smaller .pc_menu .title {
		height: 33px;
	}

	header.smaller .header_inq li {
		transition: all 0.3s;
		height: 60px;
	}

	header.smaller .header_inq li:nth-child(1) img,
	header.smaller .header_inq li:nth-child(2) img,
	header.smaller .header_inq li:nth-child(3) img {
		margin: 10px auto 5px auto;
	}
}