@charset "utf-8";
/* CSS Document */

.lp-header {padding-left: 15px;}
@media print, screen and (min-width: 1101px) { /*1101px*/
.lp-header {
	border-bottom: 0;
	width: calc(100% - 80px);
	max-width: 1200px;
	margin: 0 40px;
	position: relative;
	height: auto;
	z-index: 1000;
	padding: 65px 0 50px;
	box-shadow: none;
}
}
@media print, screen and (min-width: 1201px) { /*1101px*/
.lp-header {
	margin: 0 auto;
	width: 100%;
}
}
.lp-logo img {width: 83px;}
.lp-logo img.pc-logo {display: none;}
@media print, screen and (min-width: 1101px) { /*1101px*/
.lp-logo img.pc-logo {width: 171px;display: inline;}
.lp-logo img.sp-logo {display: none;}
}
.lp-headerLink {width: calc(100% - 83px - 30px);text-align: right;}
.lp-headerLink li {position: relative;padding-left: 15px;line-height: 1.5;display: inline-block;}
.lp-headerLink li::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #005bb0;
	border-width: 5px 0px 5px 8.66px;
	position: absolute;
	left: 0;top: 5px;
}
.lp-headerLink a {color: #005bb0;}
@media print, screen and (min-width: 1101px) { /*1101px*/
	.lp-headerLink {width: calc(100% - 171px - 30px);}
}
.lp-contents {
	padding: 40px 15px;
}
@media print, screen and (min-width: 669px) { /*670px*/
	.lp-contents {
		padding: 70px 40px 100px;
	}
}
@media print, screen and (min-width: 1101px) { /*1101px*/
	.lp-contents {
		min-width: 0;
		padding: 0 40px 150px;
	}
}
@media print, screen and (min-width: 1201px) { /*1101px*/
.lp-contents {
	max-width: 1200px;
	margin: 0 auto 150px;
	padding: 0;
}
}

.preparation {
	text-align: center;
	font-weight: bold;
	background-color: #ffff00;
	padding: 20px;
	font-size: 131%;
	margin-bottom: 30px;
}
@media print, screen and (min-width: 669px) { /*670px*/
	.preparation {
		font-size: 25px;
		margin-bottom: 60px;
	}
}
@media print, screen and (min-width: 1101px) { /*1101px*/
	.preparation {
		margin-bottom: 90px;
	}
}

.common-sub02 {
	text-align: center;
	padding: 10px;
}
@media print, screen and (min-width: 669px) { /*670px*/
	.common-sub02 {
		font-size: 25px;
		font-weight: bold;
		padding: 20px;
		margin-bottom: 50px;
	}
}
@media print, screen and (min-width: 1101px) { /*1101px*/
	.common-sub02 {
		margin-bottom: 70px;
	}
}

.common-sub02 + p {
	font-size: 108%;
}
@media print, screen and (min-width: 669px) { /*670px*/
	.common-sub02 + p {
		font-size: 116%;
	}
}
.lp-mainbox > section {
	margin-top: 30px;
}
@media print, screen and (min-width: 669px) { /*670px*/
	.lp-mainbox > section {
		margin-top: 50px;
	}
}
@media print, screen and (min-width: 1101px) { /*1101px*/
	.lp-mainbox > section {
		margin-top: 70px;
	}
}

.lp-items {
	justify-content: center;
	gap: 20px 15px;
}
.lp-items figure {
	margin: 0;
	text-align: center;
	width: calc((100% - 15px) / 2);
}
.lp-items figucaption {
	margin-top: 5px;
	font-size: 108%;
}
@media print, screen and (min-width: 1000px) { /*670px*/
	.lp-items {
		justify-content: center;
		gap: 30px;
	}
	.lp-items figure {
		width: auto;
	}
	.lp-items figcaption {
		font-size: 116%;
	}
}
@media print, screen and (min-width: 1101px) { /*1101px*/
	.lp-items {
		gap: 70px;
	}
}

.lp-websites li {margin-bottom: 10px;}
.lp-websites li:last-child {margin-bottom: 0;}
.lp-websites a {
	color: #fff;
	border-radius: 10px;
	display: block;
	text-align: center;
	padding: 14px;
	font-size: 108%;
}
.lp-satofuru a {
	background-color: #995a29;
}
.lp-onlineshop a {
	background-color: #009da0;
}
@media print, screen and (min-width: 669px) { /*670px*/
	.lp-websites {
		justify-content: flex-start;
		gap: 20px;
	}
	.lp-websites a:hover {
		opacity: .6;
		text-decoration: none;
	}
	.lp-websites a {
		font-size: 123.1%;
		padding: 20px;
	}
	.lp-websites li {
		width: 100%;
		max-width: 400px;
		margin-bottom: 0;
	}
}