@charset "utf-8";
.pc{
	display: none!important;
}
p#sp_bt a{
	width: 70px;
	height: 30px;
	display: block;
	position: relative;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 35px;
	padding-bottom: 5px;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;

}
p#sp_bt a:before{
	width: 50%;
	height: 2px;
	background: #FFFFFF;
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 25%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
p#sp_bt a span:before{
	width: 50%;
	height: 2px;
	background: #FFFFFF;
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 25%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
p#sp_bt a:after{
	width: 50%;
	height: 2px;
	background: #FFFFFF;
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 25%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

p#sp_bt a.ac{
	z-index: 44444;
	color: #172d48;
	top: 0px;
}
p#sp_bt a.ac:before{
	background: #172d48;
	width: 50%;
	left: 25%;
	top: 20px;
	transform: rotate(-45deg);
}
p#sp_bt a.ac:after{
	background: #172d48;
	width: 50%;
	left: 25%;
	top: 20px;
	transform: rotate(45deg);
}
p#sp_bt a.ac span:before{
	display: none;
}








.container{
	width: 90%;
	margin: 0 auto;
	position: relative;
}


header nav{
}
header nav.ac ul {
    display: flex;

}
header nav ul {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 33333;
    gap: 2em;
}

header nav ul a{
	color: #172d48;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.4em;
}




h1 img{
	width: 130px;
}
header{
	background: #172d48;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 60px);
	z-index: 100;
}
main{
	margin-top: 70px;
}

#kv{
	padding-top: 100%;
	background: url(../images/mv01.webp) top center / auto 100vw no-repeat #172d48;
}
.kvwrap{
	padding: 60px 0;
	color: #FFFFFF;
	font-family: "リュウミン R-KL";
}
.kvwrap h2{
	font-size: 2.125em;
	text-align: center;
	margin-bottom: 40px;
}
.kvwrap h3{
	font-size: 1.375em;
	text-align: center;
	margin-bottom: 20px;
}
.kvwrap p{
	font-size: 1.175em;
	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: 20px;
}
.product h2 span{
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 144%;
}
.product h2 strong{
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 144%;
}

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

.product .det{
	margin-top: 60px;
}
.product .det>*{
	width: 100%;
	margin-bottom: 40px;
}
.product .det .left h3:first-of-type{
	margin-top: 0;
}

.product .det .left h3{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 1.6em;
	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: block;
	padding: 20px 30px;
	border-radius: 100px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.23em;
	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;
	color: #FFFFFF;
}
.ntop h3{
	display: block;
	font-size: 1.4em;
	color: #ada26e;
	margin-bottom: 20px;
	line-height: 125%;
}
.ntop figure:first-child{
	width: 60%;
	margin:0 auto;
	margin-bottom: 30px;
}
.ntop figure:last-child{
	margin-top: 30px;
}
.ntop div{
}
.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: 20px;
}
.aWrap h2{
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.aWrap figure{
	margin-bottom: 40px;
}
.aWrap > ul{
	margin:0 auto;
}
.aWrap > ul li{
	margin-bottom: 30px;
}
.aWrap > ul li figure{
	text-align: center;
	margin-top: 20px;
}
.aWrap > ul li h3{
	color:#004d55;
	font-size: 1.25em;
	font-weight: bold;
}
.aWrap > ul li div{
}

.rain{
	background: #004d55;
	padding: 20px;
	border-radius: 15px;
	margin-top: 60px;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.rain h3{
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 40px;
}
.rain .rwrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rain .rwrap figure{
	width: 178px;
	margin:0 auto;
	margin-bottom: 30px;	

}
.rain .rwrap div{
}
.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 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(100%);
	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: 20px;
	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 img{
	width: 80%;
}
.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: 1em;
	color: #FFFFFF;
	background: #f0b200;
	padding: 10px ;
	text-align: center;
}
.fWrap h2{
	margin-bottom: 30px;
}


.fWrap ul li{
	margin-bottom: 10px;
}
.fWrap ul a{
	text-decoration: none;
	font-size: 0.87em;
	color: inherit;
}



.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: 40px 0 40px 0;
}
p#copy{
	padding: 0 20px;
	margin-top: 30px;
}
p#inquiry{
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	width: 130px;
}

figcaption{
	padding-top: 5px;
	text-align: right;
}