@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&display=swap');


html, body, div, p, span, a, img,
h1, h2, h3, h4, h5, h6, em, small,
header, footer, main, article, section, figure, figcaption,
ul, ol, li, dl, dt, dd, table, tr, th, td {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	list-style: none;
	box-sizing: border-box;
}
header, footer, main, article, section, figure, figcaption {
	display: block;
}
table {
	border-collapse: collapse;
}
img {
	width: 100%;
	vertical-align: bottom;
}


html {
	font-size: 10px;
}
body {
	font-family: 'Kiwi Maru', sans-serif;
	background: #324D68;
}
a:link,
a:visited {
	color: #40ABA6;
}
a:hover,
a:active,
a:hover img,
a:active img {
	color: #40ABA6;
	transition: .5s;
	opacity: .75;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}


#container {
	max-width: 800px;
	margin: 0 auto;
	border-left: solid 1px #405C78;
	border-right: solid 1px #405C78;
}
header {
	text-align: center;
	padding: 48px 64px;
}
article section {
	color: #70685C;
	font-size: 1.4rem;
	line-height: 1.75em;
	background: #ffffff;
	margin: 3px 0 0;
	padding: 32px 48px;
}
article section h2 {
	font-size: 2.4rem;
	line-height: 1.75em;
	text-align: center;
}
article section h2::after {
	content: '';
	width: 60px;
	height: 2px;
	margin: 16px auto 32px;
	background: #8396A8;
	border-radius: 2px;
	display: block;
}
footer {
	text-align: center;
	padding: 32px;
}
footer p {
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 1.75em;
}
@media screen and (max-width: 768px) {
	#container {
		border-left: 0;
		border-right: 0;
	}
	header {
		padding: 32px 16px;
	}
	article section {
		padding: 32px 16px;
	}
	footer {
		padding: 32px 16px;
	}
}


header img {
	width: 40%;
}
header h1 {
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1.75em;
	margin: 16px 0 32px;
}
@media screen and (max-width: 768px) {
	header img {
		width: 80%;
	}
}


#information {
	color: #ffffff;
	margin: 0 auto;
	padding: 32px;
	background: rgba(255, 255, 255, 0.20);
	border: solid 1px rgba(255, 255, 255, 0.3);
	border-radius: 8px;
}
#information time {
	font-size: 1.6rem;
	line-height: 1.75em;
	letter-spacing: 0.1rem
}
#information time::after {
	content: '';
	width: 60px;
	height: 2px;
	margin: 16px auto;
	background: #ffffff;
	border-radius: 2px;
	display: block;
}
#information p {
	font-size: 1.4rem;
	line-height: 1.75em;
	text-align: left;
}
@media screen and (max-width: 768px) {
	#information {
		padding: 24px 16px;
	}
}


#entry h3 {
	font-size: 2.0rem;
	line-height: 1.75em;
	text-align: center;
}
#entry h4 {
	font-size: 1.6rem;
	line-height: 1.75em;
	text-align: center;
}
#entry .alphabet {
	color: #D58EAF;
	letter-spacing: 0.1rem;
	margin: 0 8px 0 0;
}
#entry .category {
	margin: 32px 0 0;
	padding: 24px 16px;
	border: solid 1px #e9e9e9;
	border-radius: 8px;
}
#entry .photo {
	padding: 24px 64px 16px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#entry .photo li {
	width: 30%;
}
#entry .photo li img {
	border-radius: 100%;
}
#entry .detail {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#entry .detail dt {
	color: #ffffff;
	width: 18%;
	margin: 0 0 1px;
	padding: 8px 16px;
	background: #87B1B9;
}
#entry .detail dd {
	width: 78%;
	margin: 0 0 1px;
	padding: 8px 0;
}
#entry .detail dd p {
	margin: 8px 0 0;
}
#entry .detail dd .attention {
	font-size: 1.3rem;
	line-height: 1.75em;
}
@media screen and (max-width: 768px) {
	#entry .category {
		margin: 16px 0 0;
		padding: 16px;
	}
	#entry .photo {
		padding: 16px 0;
	}
	#entry .detail dt {
		text-align: center;
		width: 100%;
		padding: 2px;
	}
	#entry .detail dd {
		width: 100%;
		margin: 4px 0 24px;
	}
	#entry .detail dd:last-child {
		margin: 4px 0 0;
	}
}


#order h3 {
	font-size: 1.8rem;
	line-height: 1.75em;
	text-align: center;
}
#order .progress li {
	margin: 0 0 48px;
	padding: 16px 32px;
	background: #F0EFED;
	border-radius: 8px;
	position: relative;
}
#order .progress li::after {
	content: '▼';
	color: #DFD8CD;
	font-size: 1.6rem;
	line-height: 1em;
	text-align: center;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: -34px;
}
#order .progress li:last-child {
	margin: 0;
}
#order .progress li:last-child::after {
	display: none;
}
#order .progress li p {
	margin: 8px 0 0;
}
#order .progress li p.attention {
	font-size: 1.3rem;
	line-height: 1.75em;
}
@media screen and (max-width: 768px) {
	#order .progress li {
		padding: 16px;
	}
}


#about p {
	margin: 16px 0 0;
}


#form {
	text-align: center;
	padding: 48px 16px 80px; 
}
#form .btn {
	color: #ffffff;
	font-size: 2.6rem;
	line-height: 2em;
	margin: 0 auto;
	padding: 16px 160px;
	background: #40ABA6;
	border-radius: 64px;
	display: inline-block;
}
#form .agreement {
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 2em;
	text-align: center;
	margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
	#form .btn  {
		width: 100%;
		padding: 16px 0;
	}
}


#doll {
}
#doll h3 {
	font-size: 1.8rem;
	line-height: 1.75em;
	text-align: center;
	margin: 32px 0 16px;
}
#doll ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#doll ul li {
	text-align: center;
	width: 25%;
	padding: 0 0 32px;
}
#doll ul li img {
	width: 86%;
	border-radius: 100%;
	margin: 0 0 8px;
}
#doll ul li p {
	font-size: 2rem;
	line-height: 2em;
}
#doll ul li .sub {
	font-size: 1.3rem;
	line-height: 1em;
}
@media screen and (max-width: 768px) {
	#doll ul li {
		width: 50%;
	}
}







