@charset "UTF-8";


.hero_box img {
	width: 100%;
}

.hero_box {
	width: 100%;
	background: linear-gradient(to right, #e3f6f1, #F9F6F0);
	overflow: hidden;
}

.hero_box > div {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	background: url(/product/misemeg/images/hero_img_cafe.png) center right / contain no-repeat;
}

.hero_box > div > div {
	width: 90%;
	max-width: 1360px;
	display: flex;
	gap: 20px;
	align-items: center;
	padding: 0 30px 0 0;
}

.hero_box > div > div > div:nth-of-type(1) img {
	max-height: 450px;
	object-fit: contain;
	vertical-align: bottom;
}

.hero_box > div > div > div:nth-of-type(2) {
	display: flex;
	align-items: center;
	flex-flow: column;
	gap: 15px;
	padding: 10px 0;
}

.hero_box > div > div > div:nth-of-type(2) > h1 img {
	height: 1em;
	display: block;
	vertical-align: bottom;
	margin: 0 auto;
}

.hero_box > div > div > div:nth-of-type(2) > p {
	font-size: 1vw;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.hero_box > div > div > div:nth-of-type(2) > div {
	display: flex;
	gap: 10px;
}

.hero_box > div > div > div:nth-of-type(2) > div a {
	display: block;
}

.hero_box > div > div > div:nth-of-type(2) > div a img {
	max-width: 135px;
}

.hero_box > div > div > div:nth-of-type(2) > img:nth-of-type(2) {
	width: 25%;
	background: #fff;
	padding: 5px;
}

.hero_box > div > div > div:nth-of-type(3) {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
}

.hero_box > div > div > div:nth-of-type(3) > img:nth-of-type(1) {
	display: none;
}

.hero_box > div > div > div:nth-of-type(3) > img:nth-of-type(2) {
	max-width: 370px;
}

a.link_window {
	color: #0088d0;
	transition: 0.3s;
}

a.link_window:hover {
	opacity: 0.3;
}

@media screen and (max-width:1024px) {

	.hero_box {
		background: linear-gradient(to top, #E0FFFA, #F9F6F0);
	}

	.hero_box > div > div {
		width: 100%;
		max-width: 700px;
		height: auto;
		justify-content: center;
		padding: 30px 0;
		margin: 0 auto;
	}

	.hero_box > div {
		background: none;
	}

	.hero_box > div > div > div:nth-of-type(1) {
		display: none;
	}

	.hero_box > div > div > div:nth-of-type(2) {
		padding: 0;
	}

	.hero_box > div > div > div:nth-of-type(2) > img:nth-of-type(2) {
		display: none;
	}

	.hero_box > div > div > div:nth-of-type(3) {
		height: 410px;
	}

	.hero_box > div > div > div:nth-of-type(3) > img:nth-of-type(1) {
		max-width: 300px;
		display: block;
		border-radius: 10px;
	}

	.hero_box > div > div > div:nth-of-type(2) > p {
		font-size: 1.8rem;
	}

	.hero_box > div > div > div:nth-of-type(2) > img:nth-of-type(1) {
		max-width: 300px;
		object-fit: contain;
	}

	.hero_box > div > div > div:nth-of-type(3) > img:nth-of-type(2) {
		max-width: 250px;
		position: absolute;
		top: 150px;
		left: 35px;
	}

}

@media screen and (max-width:767px) {
	.hero_box > div > div {
		flex-flow: column;
		padding: 30px 20px;
	}
}
