/***font***/

@font-face {
	font-family: 'DelonghiSerif';
	font-display: swap;
	src: url("../fonts/DeLonghiSerifLightItalic.otf");
}

@font-face {
	font-family: 'DelonghiSerifMed';
	font-display: swap;
	src: url("../fonts/DeLonghiSerifMedium.otf");
}

/***common***/

html {
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: normal;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
	height: auto;
}

section:not(#mainvisual) {
	padding: 50px 4.26%;
}

main {
	letter-spacing: .02em;
	word-break: normal;
	color: #242426;
	font-size: 16px;
	line-height: 2;
}

main h2 {
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 1.2;
}

.txtright {
	text-align: right;
}

.txtcenter {
	text-align: center;
}

.kpall {
	word-break: keep-all;
}

/***main visual***/

section#mainvisual {
	position: relative;
	height: 56.25vw;
	background-color: #fff;
	padding-bottom: 100px;
}

/***main text***/

section#maintxt {
	padding: 0;
	position: relative;
}

#maintxt .bg-wrapper {
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

#maintxt .bg-area {
	background-image: url(../img/maintxt-bg.jpg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
}

#maintxt .bg-area .mask {
	background-color: #ffffffaa;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#maintxt .text-wrapper {
	padding: 100px 4.26%;
	max-width: 900px;
	margin: 0 auto;
}

/***points***/

section#points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 50px 0 100px;
	background-color: #fff;
}

#points .point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	padding: 30px 40px 30px 4.26%;
	margin-right: 4.26%;
	background-color: #dde5ed;
}

#points .pointnum {
	font-family: 'DelonghiSerif';
	font-style: italic;
	font-weight: 100;
	margin-bottom: .2em;
}

#points .point:last-child {
	margin-bottom: 0;
}

#points .point2 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding: 30px 4.26% 30px 40px;
	margin-left: 4.26%;
	margin-right: 0;
}

#points .point-img {
	width: 45%;
}

#points .point-txt {
	width: 50%;
}

#points .point-txt p:last-child {
	margin-bottom: 0;
}

#points h2 {
	margin-top: 0;
}

#points h2 span {
	display: block;
}

#points .pointtitle {
	padding-bottom: 10px;
	border-bottom: 1px solid #0C2340;
	line-height: 1.5;
}

/***product link & kitchen page link***/

section#productlink {
	background-color: #FFF;
}

section#kitchenpagelink {
	background-color: #dde5ed;
}

section#productlink {
	padding: 100px 4.26% 50px;
}

section#kitchenpagelink {
	padding: 50px 4.26% 100px;
}

#productlink .product-page-link,
#kitchenpagelink .kitchen-page-link {
	text-align: center;
}

#productlink .product-page-link a,
#kitchenpagelink .kitchen-page-link a {
	display: inline-block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	background: #0C2340;
	height: 52px;
	border-radius: 26px;
	transition: opacity .3s ease;
}

#productlink .product-page-link a span,
#kitchenpagelink .kitchen-page-link span {
	line-height: 53px;
}

#productlink .product-page-link a span:first-child {
	margin-right: 0.5em;
}

/***recipe***/

section#recipe {
	background-color: #dde5ed;
}

#recipe .section-title {
	text-align: center;
}

#recipe .section-title h2 {
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translate(-50%, 0);
	margin: 0 0 35px;
	text-align: center;
	padding: 10px 0 15px;
	width: 100%;
	line-height: 1.5;
}

#recipe .section-title h2:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;
	display: inline-block;
	width: 200px;
	height: 2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #0C2340;
}

#recipe .recipe-item {
	width: 24%;
}

#recipe .recipe-item h3 {
	text-align: center;
	margin: 10px 0;
}

#recipe .recipe-item p {
	margin: 0;
}

#recipe a {
	text-decoration: none;
	color: #242426;
}

#recipe .thumb {
	overflow: hidden;
	line-height: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#recipe img {
	height: auto;
	max-width: 100%;
	transition: 0.8s;
}

/***dealer***/
section#dealerspagelink {
	padding: 0;
}

#dealerspagelink .dealers-page-link {
	letter-spacing: .02em;
	word-break: normal;
	line-height: 1.5;
	margin: 0 0 30px;
	background-image: url("https://kitchen.delonghi.co.jp/wp/wp-content/themes/theme-temp/assets/img/shop/shop_kv.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#dealerspagelink .dealers-page-link a {
	font-family: 'DelonghiSerifMed';
	font-weight: 100;
	color: #fff;
	text-decoration: none;
}

#dealerspagelink .dealers-page-link a>div {
	padding: 50px 0;
}

#dealerspagelink .dealers-page-link a p {
	margin: 0;
}

#dealerspagelink .dealers-page-link a p:first-child {
	font-size: 1.8em;
}

@media screen and (max-width: 979px) {
	/***main visual***/
	section#mainvisual {
		padding-bottom: 0;
	}
	#mainvisual video {
		width: 100%;
	}	
	/***main text***/
	#maintxt .bg-area {
		top: 0;
		bottom: 0;
		background-position: left 20% bottom;
	}
	#maintxt .text-wrapper {
		padding: 50px 4.26%;
	}
	/***points***/
	section#points {
		padding: 0 0 50px;
	}
	#points .point {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 0 25px 0;
		margin: 0;
	}
	#points .point-img {
		width: 100%;
	}
	#points .point-txt {
		width: 91.74%;
		margin: 20px 4.26% 10px;
	}
	/***product link & kitchen page link***/
	section#productlink {
		padding: 50px 4.26%;
	}
	section#kitchenpagelink {
		padding: 0 4.26% 50px;
		background-color: #fff;
	}
	/***recipe***/
	section#recipe {
		padding: 0 0 50px;
		background-color: #fff;
	}
	#recipe .section-title {
		padding: 0 4.26%;
	}
	#recipe .recipe-items .slick-list {
		width: 84%;
		margin: 0 8%;
		padding-bottom: 10px;
	}
	/***dealer***/
	#dealerspagelink .dealers-page-link {
		margin: 0;
	}
}

@media screen and (max-width: 499px) {
	#maintxt .ambassador {
		letter-spacing: 0.0em;
	}
	
	#productlink .product-page-link a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#productlink .product-page-link a span {
		line-height: 1.5em;
	}
	#productlink .product-page-link a span:first-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 360px) {
	#productlink .product-page-link a span {
		line-height: 1.6em;
    	font-size: .8em;
	}
}

@media print, screen and (min-width: 980px) {
	/***main visual***/
	section#mainvisual {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-height: calc(100vh - 73px);
	}
	#mainvisual video {
		width: auto;
	}	
	/***points***/
	#points .point {
		box-shadow: .5px .5px 2px #88888888;
	}
	/***product link & kitchen page link***/
	#productlink .product-page-link a:hover, #kitchenpagelink .kitchen-page-link a:hover {
		opacity: .6;
	}
	#productlink .product-page-link a, #kitchenpagelink .kitchen-page-link a {
		max-width: 500px;
		margin: 0 auto;
	}
	/***recipe***/
	#recipe a:hover img {
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		transform: scale(1.1);
	}
	#recipe .recipe-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}