@charset "UTF-8";
/* CSS Document */

/*====================
{{スマホを基本設計にする}}
 - 〜479px：SP縦
 - 480px〜599px：SP横
 - 600px〜959px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/

/*====================
SP共通
====================*/

/*main_pht親要素*/
body {
	width: 147%;
}

figure{
	width: 100%;
    position: relative;
	margin:  auto;
	padding: 0px;
}

.main_contents{
	/* position: relative; */
	/* height: 58vh; */
}


.not_found{
	margin: 20px;
	width: auto;
}
.not_found span{
	font-size: 2.3rem;
	font-weight: 400;
	color: #000000;
	margin-bottom: 12px;
	display: block;
}

.main_pht{
	width: 100%;
	/*height: 80vh; 202102修正 */
	height: 60vh;
	display: block;
	overflow: hidden;
	position: relative;
	object-fit: cover;
	object-position: 70% 60%;/*横・縦の順で設定*/	
}

#search_sp{
	display: block;
}

.nav_contents li {
	margin: 13px 0;
}

#footerSearch div.np-keyword-suggest {
    border: none;
}

#footerSearchBox {
	margin: 30px 20px 0;
	padding:  25px 30px;
	border-top: 1px solid #eee;
}

/* #nav-errorPage */
/* #nav-errorPage .nav_contents{
	position: static;
	padding-bottom: 0;
} */
#nav-errorPage .nav_contents_inner {
    width: auto;
}
#nav-errorPage .nav_contents_brand_list {
    width: auto;
    cursor: auto;
}
#nav-errorPage .nav_contents_brand {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

/* ここまで #nav-errorPage */

@media screen and (min-width:400px) and (max-width:769px) {
	#nav-errorPage div.nav_contents ul {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px 42px;
	}
	#nav-errorPage .nav_contents li {
		width: 40%;
	}
	#nav-errorPage .nav_contents_inner {
		width: auto;
		margin: 0 auto;
		padding: 0;
	}
}

@media screen and (max-width:786px) {
	#head_navi_top {
		padding-top: 50px;
	}

}

/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:770px) and (max-width:959px) {
.not_found{
	max-width: 701px;
    margin: 0 auto;
    margin-top: 50px;
}
.not_found span{
	font-size: 35px;
}

.not_found p{
	font-size: 20px;
}

#search_sp{
	display: block;
}

#nav-errorPage .nav_contents_brand {
	width: 1160px;
    margin: 0 auto;
}
}

/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width:960px) and (max-width:1279px) {
.not_found{
	width: 670px;
    margin: 0 auto;
    margin-top:100px;
    margin-bottom: 80px;
}
	
.not_found span{
	font-size: 40px;
}

.not_found p{
	font-size: 19px;
}
.main_pht{
	width: 100%;
	height: 85vh;
}

#search_sp{
	display: none;
}

#nav-errorPage .nav_contents_brand {
	width: 1160px;
    margin: 0 auto;
}

}	

/* 1280px〜：大型PC
------------------------------ */
@media screen and (min-width:1280px) {
body {
	width: 100%;
}
.not_found{
	width: 557px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 80px;
}
.not_found span{
	font-size: 35px;
}

.not_found p{
	font-size: 13px;
}
.main_pht{
	width: 100%;
	height: 78vh;
}

#search_sp{
	display: none;
}
#nav-errorPage .nav_contents_brand {
	width: 1160px;
    margin: 0 auto;
}

}