@charset "utf-8";
.sp{
	display: none!important;
}
.container{
	width: calc(80%);
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
header{
	background: #172d48;
	padding: 0 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 120px);
	z-index: 10;
}
h1{
	padding: 30px 0;
}
main{
	margin-top: 112px;
}
header nav ul{
	display: flex;
	padding-left: 40px;
}
header nav ul a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.87em;
	line-height: 144%;
}
header nav ul li{
	display: flex;
	align-items: center;
}

header nav ul li:before{
	display: block;
	content: "|";
	color: #FFFFFF;
	margin: 0 20px;
	font-size: 0.87em;
}

header nav ul li:first-child:before{
	display: none;
}
header nav ul li:last-child:before{
	content: "";
	margin-right: 0;
	margin-left: 40px;
}
header nav ul li:last-child{
	display: flex;
}

header nav ul li:last-child a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 5px;
	width: 20px;
	height: 20px;
}
#kv{
	padding-top: 47%;
	background: url(../images/mv01.webp) top left / 100% auto no-repeat #172d48;
}
.kvwrap{
	padding: 120px 0;
	color: #FFFFFF;
	font-family: "リュウミン R-KL";
}
.kvwrap h2{
	font-size: 3.125em;
	text-align: center;
	margin-bottom: 80px;
}
.kvwrap h3{
	font-size: 1.875em;
	text-align: center;
	margin-bottom: 40px;
}
.kvwrap p{
	font-size: 1.375em;
	max-width: 750px;
	margin: 0 auto;
}
.cont{
	padding: 75px 0;
}
.product{
	background: url(../images/bg01.svg) top left / cover no-repeat;	
}
.product .container{
	border: 1px solid #FFFFFF;
	padding: 8px;
}
.product .pdWrap{
	background: #FFFFFF;
	padding: 130px 110px;
}
.product h2 span{
	font-size: 4em;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 144%;
}
.product h2 strong{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 144%;
}

.product h2{
	margin-bottom: 60px;
}

.product .det{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.product .det>*{
	width: 46%;
}
.product .det .left h3:first-of-type{
	margin-top: 0;
}

.product .det .left h3{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 2.18em;
	color: #172d48;
	font-weight: bold;
	line-height: 144%;
}
.product .det .left p{
	font-weight: bold;
}

.product .det .left p strong{
	color: #c87d46;
}
.product .det .right figure{
	margin-bottom: 40px;
}
.tags{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.tags li{
	display: inline-block;
	padding: 2px 10px;
	color: #FFFFFF;
	background: #36080c;
	border-radius: 5px;
}
.product .det .right table{
	width:100%;
	margin-top: 40px;
}
.product .det .right table th{
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background: #172d48;
	border-bottom: 3px solid #FFFFFF;
	padding: 5px 15px;
}
.product .det .right table td{
	padding: 5px 15px;
	vertical-align: middle;
	background: #d2d2d3;
	border-bottom: 3px solid #FFFFFF;
}

.bt{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 15px;
}
.bt a{
	display: inline-block;
	padding: 20px 60px;
	border-radius: 100px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.43em;
	background: url(../images/bg01.svg) top left / cover no-repeat;
	text-decoration: none;
}
.not{
	border:1px solid #13223d;
	padding: 8px;
	margin-top: 60px;

}
.ntop{
	background: #13223d;
	padding: 30px;
	display: flex;
	color: #FFFFFF;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ntop h3{
	display: block;
	font-size: 2em;
	color: #ada26e;
	margin-bottom: 20px;
	line-height: 125%;
}
.ntop figure:first-child{
	width: 20%;
}
.ntop figure:last-child{
	width: 20%;
}
.ntop div{
	width: calc(50%);
}
.nbottom{
	background: #ada26e;
	padding: 30px;
	color: #FFFFFF;
}
.nbottom h4{
	display: block;
	font-size: 1.375em;
	text-align: center;
	margin-bottom: 20px;
}

.attempt{
	background: #e8edc4;
}
.attempt .container{
	background: #FFFFFF;
}
.aWrap{
	padding: 60px;
}
.aWrap h2{
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.aWrap figure{
	margin-bottom: 40px;
}
.aWrap > ul{
	max-width:800px ;
	margin:0 auto;
}
.aWrap > ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
.aWrap > ul li figure{
	width: 125px;
}

.aWrap > ul li div{
	width: calc(100% - 160px);
}
.aWrap > ul li h3{
	color:#004d55;
	font-size: 1.25em;
	font-weight: bold;
}

.rain{
	background: #004d55;
	padding: 40px 80px;
	border-radius: 15px;
	margin-top: 60px;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.rain h3{
	text-align: center;
	font-size: 1.56em;
	margin-bottom: 40px;
}
.rain .rwrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rain .rwrap figure{
	width: 178px;
}
.rain .rwrap div{
	width: calc(100% - 220px);
}
.rain .rwrap div ul{
	margin-top: 1em;
}

.rain .rwrap div ul li{
	font-size: 0.9em;
	padding-left: 1em;
	position: relative;
}
.rain .rwrap div ul li:before{
	content: "※";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.rain .rwrap div ul li a{
	color: inherit;
	text-decoration: none;
}

.tac{
	text-align: center;
}
.reason{
	background: #172d48;
}
.reason .container{
	background: #FFFFFF;
}
.parag{
	max-width: 820px;
	margin: 0 auto;
}
.reason h3{
	margin-bottom: 60px;
}

.reason h4{
	font-size: 1.25em;
	text-align: center;
	margin: 40px 0;
}

.reason h5{
	color: #c87d46;
	font-size: 1.25em;
	margin-top: 40px;
	margin-bottom: 10px;
}

.pre{
	padding: 0 40px;
	margin:0 20px;
	margin-top: 80px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.recipe h4{
	color: #c87d46;
	font-size: 1.25em;
	margin-top: 60px;
}
.recipe > h5{
	background: url(../images/bg02.svg) top left / auto 100% no-repeat;
	color: #FFFFFF;
	padding: 5px 20px;
}
.recipe ul{
	display: flex;
	flex-wrap: wrap;
	gap: 4%;

}
.recipe ul li{
	width: calc(48%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.recipe ul li:before{
	content: "";
	display: block;
	border-top: 3px dotted #000000;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
}
.recipe ul li strong{
	background: #FFFFFF;
	position: relative;
	padding-right: 1em;
}
.recipe ul li strong.pp{
	color: #c87d46;
}

.recipe ul li span{
	padding-left: 1em;
	background: #FFFFFF;
	position: relative;
}
.recipe .process{
	background: #172d48;
	padding: 30px 40px;
	border-radius: 20px;
	color: #FFFFFF;
	margin-top: 40px;
	margin-bottom: 60px;
}
.recipe .process h5{
	color: #FFFFFF;
	text-align: center;
	margin-top: 0;
	position: relative;
}
.recipe .process h5 strong{
	display: inline-block;
	padding: 0 30px;
	background: #172d48;
	position: relative;
	z-index: 10;
}
.recipe .process h5:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 0;
}
.recipe .process ol li{
	margin-left: 1em;
}

.company{
	background: #dcdcdc;
}
.company .aWrap{
	background: #FFFFFF;
}
.company h2{
	text-align: center;
}
.company h2 strong{
	display: block;
	text-align: center;
	text-align: center;
}
.company a{
	color: inherit;
	text-decoration: none;
}
.company .aWrap h2{
	margin-bottom: 40px;
}
.company .aWrap p{
	font-size: 1.5em;
	color: #FFFFFF;
	background: #f0b200;
	padding: 20px ;
	width: calc(100% + 80px);
	position: relative;
	left: -60px;
	text-align: center;
}
.fWrap{
	display: flex;
	align-items: center;
	gap: 80px;
}


.fWrap ul{
	display: flex;
	flex-wrap: wrap;
}
.fWrap ul a{
	text-decoration: none;
	font-size: 0.87em;
	color: inherit;
}

.fWrap ul li:before{
	content: "|";
	margin: 0 20px;
	font-size: 0.87em;
}

.fWrap ul li:first-child:before{
	display: none;
}
.fWrap ul li:last-child:before{
	display: none;
}
.fWrap ul li:last-child{
	display: block;
	width: 100%;
	margin-left: 0px;
}

.fWrap ul li:last-child a{

}
footer{
	padding: 100px 0 40px 0;
}
p#copy{
	text-align: center;
	padding: 0 20px;
	margin-top: 30px;
}
p#inquiry{
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
}
figcaption{
	padding-top: 5px;
	text-align: right;
}