header {
	background: #000;
}

#gnav a {
	color: #fff;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 14px;
}

#gnav a .icon {
	display: none;
}

#page_title {
	display: flex;
	position: static;
	width: 100%;
	height: calc(100lvh - 80px);
	padding: 0;
	margin: 0;
}

#page_title h2 {
	position: static;
	width: 50%;
	height: 100%;
	font-family: sans-serif;
	background: #111;
}

#page_title h2 #pagetitle1 {
	/* color: #333; */
	color: #DFB74E;
	font-family: serif;
	font-size: 32px;
	line-height: 1.6;
	font-weight: normal;
}

#page_title h2 #pagetitle1 small {
	display: block;
	font-size: 14px;
}

#pagetitle1 .letter1{
	background: #0b3c6b;
	display: inline-block;
	padding: 0 1px 0 6px;
	margin: 0 -3px 0 0;
	color: #fff;
}

#page_title .imgWrapper {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

#page_title .imgWrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform-origin: 50% 50%;
	/* transform: scale(1.6); */
}

main {
	scroll-snap-type: y mandatory;
	background-color: #111;
}

main section {
	scroll-snap-align: center;
	margin: 0;
	background: #111;
}

main h3 {
	color: #DFB74E;
	border-bottom: 1px solid #DFCC98 !important;
	font-family: serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.6;
	text-align: left;
}

main section article {}


main section article p {
	font-size: 16px;
	color: #fff;
}


main section h4{
	font-size: 18px;
	font-weight: bold;
	color: #111;
	border: none;
}



#section1 {
	position: fixed;
	top: 10%;
	z-index: 10;
}

#subnav ul {
	padding: 20px 0;
	justify-content: center;
	background-color: #222222cc;
}

#subnav ul a {
	writing-mode: vertical-rl;
	/* font-family: "fot-chiaro-std", sans-serif; */
	/* font-weight: 700; */
	font-style: normal;
	font-size: 16px;
	color: #ccc;
	display: block;
	padding: 20px 0px;
	border-bottom: 1px solid #999;
	/* border-radius: 5px; */
	text-decoration: none;
}

#subnav > ul > li:nth-child(4) > a{
	border: none;
}

#subnav ul a:hover {
	background: #a9e495;
}

#subnav ul a img {
	vertical-align: middle;
}

#section2 {
	width: 100%;
	padding:40px 0;
	/* background: #667; */
}

#section2 article {
	display: -webkit-box;
	/* before Android4.3 iOS6:Safari */
	display: -ms-flexbox;
	/* IE10 */
	display: -webkit-flex;
	/* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	/* IE10 */
	-webkit-flex-flow: row wrap;
	/* Pc-safari */
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

#section3 > article > div.descBox > h3{
	border-bottom: 1px solid #999;
}

#section2 .imgBox {
	width: 42%;
	height: 100%;
}

#section2 .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#section2 .descBox {
	box-sizing: border-box;
	width: 38.2%;
	color: #fff;
	padding: 0 40px;
}


#section2 .descBox ul {
	display: flex;
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

#section2 .descBox ul li {
	width: 44%;
	margin: 0 3%;
}

#section2 .descBox ul li a {
	display: block;
	text-decoration: none;
	/* background-color: #f00; */
    background: #fff1c7;
    background: linear-gradient(180deg, rgba(255, 241, 199, 1) 1%, rgba(227, 175, 18, 1) 11%, rgba(176, 139, 26, 1) 29%, rgba(163, 122, 0, 1) 33%, rgba(87, 65, 0, 1) 100%);
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	font-size: 93%;
}



#section3 {
	width: 100%;
	/* background-color: #fff; */
}

#section3 article {
	display: flex;
	justify-content: center;
	align-items: center;
}

#section3 article .imgBox {
	width: 30%;
	padding: calc((100vh - 45vw) / 2 ) 0;
}

#section3 article .imgBox > ul {
	width: 100%;
}
#section3 article .slick-track{
	height:100%;
}
#section3 article .slick-slide{
	height:100%;
}
#section3 article .slick-slide a{
	display:block;
	width:100%;
	height:100%;
}

#section3 article .slick-slide a img{
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
}

#section3 article .descBox {
	width: 40%;
	box-sizing: border-box;
	padding: calc((100vh - 39.37vw) / 2 ) 40px 0;
}


#section3 article .descBox > ul{
	margin: 0px 0 40px 2em;
	color: #ccc;
	font-size: 16px;
}


#section3 h4{
	color:#fff;
	padding:0px 0 15px;
	margin:0;
	text-align:left;
}
.slick-prev:before, .slick-next:before{
	color: #666 !important;
}

#section3 figcaption{
	text-align:center;
	color:#fff;
}



#section4{
	/* background-color: #667; */
	color: #fff;
	margin: 0 0 120px;
}

#section4 article{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
	height: 100%;
}

#section4 article h4{
	color: #fff;
	text-align-last: left;
	margin: 30px 0px 10px;
	font-family: sans-serif;
}


#section4 article .descBox{
	box-sizing:  border-box;
	width: 40%;
	padding: 0 5vw;
}

#section4 article .descBox ul{
	margin: 0 0 2em 2em;
	line-height: 1.5;
}

#section4 article .imgBox{
	box-sizing:  border-box;
	width: 40%;
	height: 100%;
	padding: 80px 0 0;
}

#section4 > article > div.descBox > ul.setsubi{
	list-style: none;
	padding: 10px 20px;
	border: 1px solid #fff;
	border-radius: 20px;
	margin: 0	;
}

#section4 > article > div.descBox > ul.setsubi li{
	display: inline-block;
	margin: 0 2em 0 0;
	line-height: 1.4;
}

#section4 > article > div.descBox > ul.setsubi2{
	list-style: none;
	padding: 10px 20px;
	border: 1px solid #fff;
	border-radius: 20px;
	margin: 0	;
}

#section4 > article > div.descBox > ul.setsubi2 li{
	display: inline-block;
	margin: 0 2em 0 0;
	line-height: 1.4;
}
#section4 > article > div.descBox > ul.setsubi li:before{
	content:"◆";
	font-size:80%;
}

#section4 > article > div.descBox > h3{
	border-bottom: 1px solid #999;
	margin-bottom:20px !important;
}


#section4 > article > div.imgBox > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#section5 article{
	width:80.4166dvw;
	margin:0 auto;
	color:#fff;
}
#section5 h4{
	font-size:26px;
	color: #DFB74E;
	text-align:left;
}
#section5 ul{
	list-style:none;
	padding:0;
	gap:40px;
	display:flex;
	flex-wrap:wrap;
}
#section5 ul li{
	width:calc((100% - 120px) / 4);
	flex:none;
}

#section5 ul li span{
	background:#ccc;
	display:block;
	height:23.177dvw;
}

#section6{
	/* margin: 80px 0; */
}

#section6 article{
	padding: 60px 0;
}

#section6 h3{
	text-align: center;
}


#section6 ul {
	padding: 0 0 0 50px;
	list-style:  none;
}

#section6 ul li a{
	display: block;
	width: 440px;
	padding: 5px;
    border: 1px solid #DFB74E;
	background-color: #000;
	margin: 20px auto;
	color: #fff;
	text-align: center;
	text-decoration: none;
}


#section10 > article{
	padding: 10px 0 90px;
	margin: 0 0 60px;
}


#section10 > article > div > p > a{
	color: #DFB74E;
}


.slick-dots li button:before{
	color: #fff !important;
}

.slick-next{
	right: 5px !important;
}


body{
	background-color: #000;
}
#DFCC98
footer h3{
	background: #000;
}

footer {
    background: url('../wp-content/themes/kpi/images/common/bg_footer_bk.webp') repeat-x top center;
    background-size: cover;
}

footer address p{
	color: #fff !important;
	font-family: serif !important;
	font-weight: normal;
	line-height: 1.4;
}

#fnav ul li a{
    display: block;
    padding: 5px 10px;
    border: 1px solid #DFB74E;
    background-color: #000 !important;
    color: #fff;
    font-family: sans-serif;
    font-size: 85%;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}

footer #footer_payment {
    max-width: 1200px;
    border: 2px solid #DFB74E;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 0 auto;
}

footer #footer_payment h3{
	font-family: sans-serif;
	font-weight: normal;
	margin: 0 0 10px;
}


