@charset "utf-8";
h2.ttl {
	font-size: 60px;
	font-weight: bold;
	text-align: center;
}
h2.ttl::after {
	content: "";
	display: block;
	width: 300px;
	height: 16px;
	margin: 20px auto 0;
	background: #fac900;
}
.inner {
	position: relative;
}
#main_title {
	border-bottom: solid 1px #e3e3e3;
}
#main_title .inner {
	display: flex;
	align-items: center;
	height: 100px;
}
#main_title .inner h1 {
	font-size: 36px;
	font-weight: bold;
}
#top {
	height: 520px;
	border-bottom: solid 1px #d3d3d3;
	background: url(../../img/pc/cp/note2022/bg_top.webp) no-repeat center center;
	background-size: cover;
}
#search {
	background: #eff2f5;
}
#search .inner ul {
	padding: 20px 0 40px;
}
#search .inner ul li {
	padding: 30px 0 40px;
}
#search .inner ul li:nth-child(n + 2) {
	border-top: solid 2px #d3d3d3;
}
#search .inner ul li .ttl {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
#search .inner ul li .btn-list {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
#search .inner ul li .btn-list .btn {
	margin: 0 15px;
}
#search .inner ul li .btn-list .btn a {
	box-sizing: border-box;
	display: block;
	width: 380px;
	height: 100px;
	background: url(../../img/pc/cp/note2022/btn_search.webp) no-repeat;
	font-size: 32px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
}
#search .inner ul li .btn-list .btn a:hover {
	background-position: 0 -100px;
}
#search .inner ul li .btn-list .btn a small {
	font-size: 20px;
}
#search .inner ul li .btn-list .btn:nth-child(1) a {
	padding-top: 38px;
}
#search .inner ul li .btn-list .btn:nth-child(2) a {
	padding-top: 30px;
}
#search_needs {
	padding: 80px 0;
	border-top: solid 1px #d3d3d3;
}
#search_needs .inner ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
#search_needs .inner ul li {
	margin: 40px 18px 0;
}
#search_needs .inner ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 480px;
	height: 70px;
	background: url(../../img/pc/cp/note2022/btn_search_needs.webp) no-repeat;
	font-size: 24px;
	font-weight: bold;
}
#search_needs .inner ul li a:hover {
	background-position: 0 -70px;
}
#search_needs .inner ul li a strong {
	color: #ec0101;
	font-size: 34px;
}
#search_needs .inner ul li a small {
	font-size: 14px;
	line-height: 16px;
}
#recommend {
	padding: 70px 0 80px;
	border: solid 1px #d3d3d3;
	border-width: 1px 0;
	background: #eff2f5;
}
#recommend .slider {
	margin-top: 60px;
	height: 280px;
}
#recommend .slider ul {
	display: flex;
}
#recommend .slider ul li {
	position: relative;
	box-sizing: border-box;
	width: 210px;
	height: 280px;
	border: solid 5px #e3e3e3;
	background: #fff;
	cursor: pointer;
}
#recommend .slider ul li:hover {
	border-color: #fac900;
}
#recommend .slider ul li .thmb {
	margin-bottom: 60px;
}
#recommend .slider ul li .nm {
	position: absolute;
	top: 160px;
	margin: 0 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
#recommend .slider ul li dl {
	margin: 5px 10px;
}
#recommend .slider ul li dl dt {
	float: left;
	margin-top: 5px;
	font-size: 14px;
}
#recommend .slider ul li dl dd {
	float: right;
	color: #be2625;
	font-size: 20px;
	font-weight: bold;
}
#recommend .slider ul li dl dd small {
	font-size: 14px;
}
#product {
	margin-top: 100px;
	padding: 80px 0 100px;
	border: solid 1px #d3d3d3;
	border-width: 1px 0;
	background: #eff2f5;
}
#product .inner .ttl {
	font-size: 56px;
}
#product .inner .frm {
	box-sizing: border-box;
	width: 1200px;
	height: 260px;
	margin-top: 40px;
	padding: 75px 0 0 450px;
	background: url(../../img/pc/cp/note2022/frm_product.webp) no-repeat;
	color: #d7191c;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
}
#product .inner .btn-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1000px;
	margin: 20px auto 0;
}
#product .inner .btn-list li {
	box-sizing: border-box;
	width: 480px;
	height: 70px;
	border: solid 2px #fac900;
	border-radius: 35px;
	background: #fac900 url(../../img/pc/common/icon_arrow_black_right.webp) no-repeat 445px center;
	background-size: 8px 14px;
	font-size: 24px;
	font-weight: bold;
}
#product .inner .btn-list li:hover {
	background-color: #fff;
}
#product .inner .btn-list li:nth-child(n + 3) {
	margin-top: 40px;
}
#product .inner .btn-list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-top: 4px;
}
#product .inner .btn-list li:nth-child(2) a {
	background: url(../../img/pc/cp/note2022/product_icon1.webp) no-repeat 40px center;
}
#product .inner .btn-list li:nth-child(3) a {
	background: url(../../img/pc/cp/note2022/product_icon2.webp) no-repeat 90px center;
}
#product .inner .btn-list li:nth-child(4) a {
	background: url(../../img/pc/cp/note2022/product_icon3.webp) no-repeat 45px center;
}
#all_stock {
	padding: 100px 0;
	border-bottom: solid 1px #d3d3d3;
}
#all_stock .kv {
	height: 470px;
	background: url(../../img/pc/cp/note2022/bg_all_stock.webp) no-repeat center center;
	background-size: cover;
}
#all_stock .kv .inner {
	height: 470px;
}
#all_stock .kv .inner .txt {
	padding: 140px 0 0 515px;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	line-height: 74px;
}
#all_stock .inner .ttl {
	margin-top: 60px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
#all_stock .inner .btn {
	box-sizing: border-box;
	width: 730px;
	height: 100px;
	margin: 40px auto 0;
	border: solid 2px #fac900;
	border-radius: 50px;
	background: #fac900 url(../../img/pc/common/icon_arrow_black_right.webp) no-repeat 690px center;
	background-size: 10px 18px;
	font-size: 36px;
	font-weight: bold;
}
#all_stock .inner .btn:hover {
	background-color: #fff;
}
#all_stock .inner .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-top: 5px;
}