@charset "UTF-8";

/* Cooking Process */
.product-btn {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 40px;
}
.product-btn .batch {
	width: 43%;
	position: relative;
}
.product-btn .continuous {
	width: 54%;
	position: relative;
}
@media(max-width: 900px) {
	.product-btn {
		display: block;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.product-btn .batch,
	.product-btn .continuous {
		width: 100%;
		margin-bottom: 10px;
	}
}
.product-btn .box a {
	display: block;
	font-size: 150%;
	font-weight: 900;
	line-height: 1.2em;
	color: #fff;
	background-color: #006ea8;
	padding: 20px 60px 26px 115px;
	position: relative;
}
.product-btn .box a span:nth-of-type(2) {
	display: block;
	font-size: 140%;
}
@media(max-width: 1180px) {
	.product-btn .box a span:nth-of-type(2) {
		font-size: 110%;
	}
}
@media(max-width: 900px) {
	.product-btn .box a {
		font-size: 110%;
		padding: 10px 30px 16px 115px;
	}
	.product-btn .box a span:nth-of-type(2) {
		font-size: 120%;
	}
}
.product-btn .box a span:nth-of-type(1) {
	position: relative;
	padding-right: 30px;
}
.product-btn .box a span:nth-of-type(1)::after {
	content: "";
	position: absolute;
	top: 4px;
	right: 5px;
	width: 20px;
	height: 20px;
	background-image: url("../images/icn-03.png");
	background-size: cover;
}
@media(max-width: 900px) {
	.product-btn .box a span:nth-of-type(1) {
		padding-right: 20px;
	}
	.product-btn .box a span:nth-of-type(1)::after {
		width: 14px;
		height: 14px;
		right: 2px;
	}
}
.product-btn .box a:hover > span:nth-of-type(1) {
	text-decoration: underline;
}
.product-btn .batch a {
	background-image: url("../images/icn-01.png");
	background-repeat: no-repeat;
	background-size: 75px auto;
	background-position: left 20px center;
	padding-left: 115px;
}
.product-btn .continuous a {
	background-image: url("../images/icn-02.png");
	background-repeat: no-repeat;
	background-size: 85px auto;
	background-position: left 20px center;
	padding-left: 120px;
}
@media(max-width: 900px) {
	.product-btn .batch a {
		background-size: 45px auto;
		background-position: left 15px center;
		padding-left: 75px;
	}
	.product-btn .continuous a {
		background-size: 55px auto;
		background-position: left 10px center;
		padding-left: 75px;
	}
}
.product-btn .box a::before {
	content: '';
	width: 22px;
	height: 22px;
	border: #fff solid 1px;
	position: absolute;
	top: 0;
	right: 21px;
	bottom: 0;
	margin: auto;
}
.product-btn .box a::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(135deg);
	position: absolute;
	top: -4px;
	right: 28px;
	bottom: 0;
	margin: auto;
}
@media(max-width: 900px) {
	.product-btn .box a::before {
		width: 14px;
		height: 14px;
		right: 10px;
	}
	.product-btn .box a::after {
		width: 4px;
		height: 4px;
		right: 15px;
	}
}
.product-btn .fukidashi {
	display: none;
	position: absolute;
	top: -90px;
	background: #fff;
	border: #000 solid 2px;
	line-height: 1.2em;
}
@media(max-width: 900px) {
	.product-btn .fukidashi {
		display: block;
		position: initial;
	}
}
.product-btn .batch .fukidashi {
	width: 90%;
	left: 5%;
}
.product-btn .continuous .fukidashi {
	width: 60%;
	left: 20%;
}
@media(max-width: 900px) {
	.product-btn .batch .fukidashi,
	.product-btn .continuous .fukidashi{
		width: auto;
		border: none;
		/*
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		*/
	}
}
.product-btn .fukidashi p {
	padding: 13px 18px 13px 36px;
	background-image: url("../images/icn-03.png");
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: left 8px top 14px;
}
@media(max-width: 900px) {
	.product-btn .fukidashi p {
		padding: 0px 0px 0 26px;
		margin-top: 6px;
		background-position: left top 2px;
	}
}
@media(min-width: 900px) {
.product-btn .fukidashi:before,
.product-btn .fukidashi:after {
    position: absolute;
    top: 100%;
    left: 30px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}
.product-btn .fukidashi:before {
    margin-left: calc(46% - 12px);
    border-color: transparent;
    border-top-color: #333;
    border-width: 12px;
}
.product-btn .fukidashi:after {
    margin-left: calc(46% - 8px);
    border-color: transparent;
    border-top-color: #fff;
    border-width: 8px;
}
.product-btn .box:hover + .fukidashi {
	display: block;
}
}
a.anchor1{
    display: block;
    padding-top: 210px;
    margin-top: -210px;
}
a.anchor2{
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}
@media(max-width: 900px) {
	a.anchor1{
		display: table;
		padding-top: 90px;
    	margin-top: -90px;
	}
	a.anchor2{
		padding-top: 60px;
		margin-top: -60px;
	}
}
@media(max-width: 500px) {
	a.anchor1{
		display: table;
		padding-top: 70px;
    	margin-top: -70px;
	}
	a.anchor2{
		padding-top: 40px;
		margin-top: -40px;
	}
}