@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');

.-bangers {
	font-family: "Bangers", system-ui;
}

.hero {
	background-image: url(/en/wasabi-sauce/img/bg-hero.jpg);
	background-size: cover;
	background-position: center;
	height: 520px;
	border-top: 13px solid #CABB89;
	border-bottom: 13px solid #CABB89;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.hero_wrap {
	display: flex;
	flex-direction: row-reverse;
}

.hero_ttl {
	text-align: center;
	color: #fff;
	font-size: 122px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 0px;
}

.hero_ttl img {
	margin-top: -45px;
}

.hero_img {
	flex: none;
	margin-bottom: -130px;
	position: relative;
	z-index: 100;
}

.intro {
	padding: 200px 0 170px;
	background-image: url(/en/wasabi-sauce/img/bg-intro.png);
	background-repeat: repeat-x;
	background-size: cover;
	position: relative;
}
.intro_bg{
	    position: absolute;
    transform: translateX(-50%);
    left: 50%;
	bottom: -100px;
}

.intro_ttl {
	color: #1D7443;
	font-size: 76px;
	line-height: 1;
	margin-bottom: 22px;
}

.intro_ttl span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin-top: 5px;
}

.intro_wrap {
	display: flex;
	justify-content: flex-end;
	max-width: 1400px;
	margin-left: auto;
	gap: 80px;
	position: relative;
	z-index: 10;

}
.intro_box {
		padding: 25px;
	}

.info {
	padding: 200px 0 140px;
	background-image: url(/en/wasabi-sauce/img/bg-info.png);
	background-repeat: repeat-x;
	background-size: cover;
	border-top: 13px solid #CABB89;
	border-bottom: 13px solid #CABB89;
}

.info_ttl {
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	font-size: 76px;
}

.info_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
}

.info_tab_wrap {
	width: 50%;
}

.info_tab {
	width: 100%;
}

.info_tab tr {
	border-bottom: 1px solid #fff;
}

.info_tab th,
.info_tab td {
	color: #fff;
	vertical-align: middle;
	padding: 8px 0;
}

.info_tab th {
	padding-right: 10px;
	font-weight: bold;
	text-align: left;
	font-size: 20px

}
.info_tab td {
	font-size: 18px;
}

.info_cap {
	background-color: #103E24;
	border-radius: 18px;
	padding: 30px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 750px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 500;
}

.info_cap>p {
	color: #fff;
}

.enjoy{
	padding: 70px 0;
}
.enjoy_ttl{
	 color: #1D7443;
    font-size: 57px;
    line-height: 1;
	margin-bottom: 40px;
	text-align: center;
}
.enjoy_slide .slick-slide img {
    width: 100%;
    height: auto;
}
.enjoy_slide_item{
	padding: 20px;
}
.enjoy_slide_item figcaption{
	font-weight: bold;
}
.enjoy_slide .slick-prev {
    left: 23.5%;
    transform: translateX(-50%);
}
.slick-next:before, .slick-prev:before {
    content: "";
    display: inline-block;
    background-image: url(/en/wasabi-sauce/img/arrow_r.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    height: 75px;
	opacity: 1;
}
.slick-next:hover:before, .slick-prev:hover:before{
	opacity: 0.7;
}
.slick-prev:before{
	background-image: url(/en/wasabi-sauce/img/arrow_l.png);
}
.enjoy_slide .slick-next {
    right: 25%;
    transform: translateX(-50%);
}
.slick-prev,
.slick-next{
	z-index: 100;
}
.slick-slider {
  overflow: hidden;
}
.slick-track, .slick-slide {
  box-sizing: border-box;
}

@media screen and (max-width:1138px) {
	.hero_ttl {
		font-size: 85px;
	}

	.hero_ttl img {
		margin-top: -20px;
	}
	.intro_wrap {
		flex-direction: column;
		gap: 38px;
		align-items: flex-end;
	}
}

@media screen and (max-width:1034px) {
	img {
		max-width: 100%;
		height: auto;
	}

	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}

}

@media screen and (max-width:640px) {
	.inner{
		padding: 0 20px;
	}
	.hero {
		background-image: url(/en/wasabi-sauce/img/bg-hero_sp.jpg);
		height: 350px;
	}

	.hero_ttl {
		font-size: 56px;
	}

	.hero_ttl img {
		width: 180px;
	}

	.hero_wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		margin-top: -50px;
	}

	.hero_img {
		width: 110px;
	}
	.intro{
		padding: 90px 0;
	}
	.intro_bg {
    transform: translateX(0%);
    left: 0%;
    bottom: -40px;
}

	.intro_ttl {
		font-size: 58px;
	}

	

	

	.intro_img {
		padding-left: 25px;

	}
	.info{
		padding: 90px 0;
	}
	.info_ttl{
		text-align: left;
		font-size: 56px;
		line-height: 1;
	}
	.info_wrap{
		flex-direction: column;
		gap: 15px;
	}
	.info_tab_wrap{
		width: 100%;
		margin-bottom: 20px;
	}
	.enjoy_ttl{
		font-size: 45px;
		margin-bottom: 30px;
	}
	.enjoy_slide .slick-prev {
    left: 6.5%;
    transform: translateX(-50%);
}
.slick-next:before, .slick-prev:before {
   
    width: 48px;
    height: 48px;
}
.enjoy_slide .slick-next {
    right: 9%;
}


}

@media print {}

/*@-webkit-keyframes loop {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-50%);
	}

}

@keyframes loop {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-50%);
	}

}
*/