@charset "utf-8";

html {
	width: 100%;
	font-size: 62.5%;
}

body {
	width: 100%;
	color: #fff;
	font-size: 2rem;
	background-color: #172442;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
}

img {
	max-width:100%;
	vertical-align: bottom;
}

a {
	display: block;
	color: #b1941f;
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

header {
	position: relative;
}

.header {
	width: 100%;
	height: 65px;
	background-color: #17244296;
	position: fixed;
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	border-bottom: solid #b1941f 1px;
	padding: 0 75px;
	z-index: 2;
}


.navi {
	display: none;
	width: 100%;
	background-color: #c8af49;
	list-style: none;
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	padding: 30px;
	box-sizing: border-box;
}

.navi li a {
	color: #fff;
	font-family: serif;
	line-height: 2;
	letter-spacing: .2rem;
	font-size: 2.3rem;
}

.logo {
	width: 257px;
	height: 30px;
}

.link {
	display: flex;
}

.link_m {
	margin-right: 30px;
	width: 30px
}

.link_h {
	width: 35px;
}

.mv {
	padding-top: 80px;
}

.mv img {
	margin: 0 auto;
}

.bg01 {
	width: 100%;
	padding: 15px 75px;
	box-sizing: border-box;
	position: relative;
	top: 200px;
	display: flex;
	justify-content: center;
	margin-bottom: 400px;
}

.bg01:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #bb8282;
	transform: skewY(-7deg);
	z-index: -1;
}


.bg02 {
	padding: 15px 75px;
	position: relative;
	top: 200px;
	display: flex;
	justify-content: center;
	margin-bottom: 400px;
}

.bg02:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #d5ceba;
	transform: skewY(7deg);
	z-index: -1;
}


.bg03 {
	padding: 15px 75px;
	position: relative;
	top: 200px;
	display: flex;
	justify-content: center;
	margin-bottom: 500px;
}

.bg03:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #a89059;
	transform: skewY(-7deg);
	z-index: -1;
}



.waffle_introduction {
	width: 45%;
	font-family: serif;
	letter-spacing: .2rem;
	margin-left: 50px;
	margin-top: 60px;
}

.waffle_introduction_l {
	width: 45%;
	font-family: serif;
	letter-spacing: .2rem;
	margin-right: 50px;
	margin-top: 60px;
}

.waffle_img {
	max-width: 50%;
	height: auto;
	object-fit: contain;
}

.animate__animated {
	opacity: 0;
}

.waffle_title {
	font-size: 5rem;
	margin-bottom: 40px;
}

.waffle_text {
	font-size: 2.3rem;
	line-height: 1.3;
	overflow-wrap: break-word;
}

.waffle02 {
	color: #b1941f;
}

.link_btn {
	font-family: serif;
	letter-spacing: .2rem;
	width: 500px;
	border: solid 1px #b1941f;
	box-sizing: border-box;
	padding: 20px;
	margin: 0 auto;
}

.shop {
	margin-bottom: 150px;
}

.contact {
	margin-bottom: 80px;
}

.title {
	color: #b1941f;
	font-family: serif;
	letter-spacing: .4rem;
	font-size: 5rem;
	margin-bottom: 50px;
}

.news_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 200px;
}

.news_container {
	color: #fff;
	display: flex;
	width: 40%;
	padding: 1% 2.5%;
	margin: 0 auto;
	box-sizing: border-box;
}

.news_textbox {
	text-align: left;
}

.news_text {
	font-family: serif;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: .1rem;
	margin-left: 10px;
	overflow-wrap: break-word;
}

.news_title {
	font-size: 2rem;
	margin-bottom: 10px;
}



footer {
	margin-top: 200px;
}

.footer {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	position: relative;
	height: 450px;
	background-image: url("../img/footer.jpg");
}

.footer_container {
	position: absolute;
	top: 200px;
	right: 100px;
}

.footer_img {
	width: 400px;
	margin-bottom: 30px;
}

.footer_text {
	color: #b1941f;
	font-size: 1.8rem;
	font-family: serif;
	letter-spacing: .2rem;
	margin-bottom: 10px;
}




@media screen and (max-width:768px){
	.header {
		padding: 0 10px;
	}
	
	.logo {
		width: 40%;
		height: auto;
	}
	
	.link_m {
		width: 25%;
		margin-right: 10%;
	}
	
	.link_h {
		width: 35%;
	}
	
	.bg01,.bg02 {
		margin-bottom: 200px;
		padding: 0 5%;
	}
	
	.bg03 {
		margin-bottom: 300px;
		padding: 0 5%;
	}
	

	.waffle_introduction {
		margin-top: 0;
		margin-left: 5%;
	}
	
	.waffle_introduction_l {
		margin-top: 0;
		margin-right: 5%;
	}

	.waffle_title {
		font-size: 4rem;
		margin-bottom: 15px;
	}
	
	.waffle_text {
		font-size: 1.8rem;
	}
	
	.news_box {
		display: block;
	}
	
	.news_container {
		width: 90%;
		text-align: center;
	}
	
	.link_btn {
		width: 60%;
	}
	
	.footer {
	 width:100%;
	 height: 300px;
	 background-image: url("../img/footer_sp02.jpg");
	}
	
	.footer_container {
		width: 300px;
		background-color: #ffffff96;
		padding: 25px;
		box-sizing: border-box;
		text-align: right;
		top: 40%;
		right: 5%;
		transform: translateY(-40%);
	}
	
	.footer_img {
		width: 250px;
	}
}

@media screen and (max-width:375px) {
	.waffle_title {
		font-size: 2rem;
	}
	
	.waffle_text {
		font-size: 1rem;
	}
	
	.bg01,.bg02 {
		margin-bottom: 100px;
		top:80px;
	}
	.bg03 {
		top: 80px;
	}
	
	.title {
		font-size: 3rem;
	}
	
	.news_text {
		font-size: 1rem;
	}
	
	.news_title {
		font-size: 1.8rem;
	}

}


