@charset "utf-8";

/*============================
MV
============================*/
#mv {
	background-image: url(../img/about/mv.jpg);
}

@media screen and (max-width: 640px) {}

/*============================
リード
============================*/
#lead {
	padding-top: 0.7rem;
}

@media screen and (max-width: 640px) {
	#lead {
		padding-top: 0.35rem;
	}
}

#lead .ph_wrap {
	max-width: 4.8rem;
	width: 100%;
	margin: auto;
}

@media screen and (max-width: 640px) {
	#lead .ph_wrap {
		max-width: 2.60rem;
		position: relative;
		left: -0.15rem;
	}
}

#lead .text {
	text-align: center;
	font-size: 0.2rem;
	line-height: 1.9;
	margin-top: 0.43rem;
}

@media screen and (max-width: 640px) {
	#lead .text {
		font-size: 0.16rem;
		line-height: 2;
		text-align: justify;
		margin-top: 0.25rem;
	}
}

/*============================
About
============================*/
#about {
	margin-top: 0.63rem;
}

@media screen and (max-width: 640px) {
	#about {
		margin-top: 0.35rem;
	}
}

#about .in::before {
	background-image: url(../img/about/about_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 0.2rem;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	max-width: 8.3rem;
	width: 100%;
	height: 100%;
	z-index: 0;
}
@media screen and (max-width: 640px) {
	#about .in::before {
		height: 3rem;
	}
}

#about .title {
	font-family: 'Playfair Display', serif;
	font-size: 0.8rem;
	text-align: right;
	padding-top: 0.4rem;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#about .title {
		font-size: 0.6rem;
		padding-top: 2.8rem;
		text-align: left;
	}
}


#about .title span {
	position: relative;
}

#about .title span::after {
	content: '';
	width: 0.8rem;
	height: 1px;
	background: #E62F8B;
	position: absolute;
	bottom: -0.15rem;
	left: 0;
}

#about .text_wrap {
	width: 100%;
	max-width: 5.65rem;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	#about .text_wrap {
		max-width: 100%;
	}
}

#about .text_wrap .text {
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	line-height: 2;
	margin-top: 0.8rem;
	text-align: justify;
}
@media screen and (max-width: 640px) {
	#about .text_wrap .text {
		font-size: 0.15rem;
		margin-top: 0.5rem;
	}
}

/*============================
OVERVIEW
============================*/
#overview {
	padding-top: 1.2rem;
}

@media screen and (max-width: 640px) {
	#overview {
		padding-top: 0.60rem;
	}
}

#overview .cont_title {
	font-size: 0.24rem;
	font-weight: 700;
	padding: 0.36rem 0 0.50rem;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#overview .cont_title {
		font-size: 0.18rem;
		line-height: 1.75;
		padding: 0.10rem 0 0.25rem;
	}
}

#overview .cont_wrap {
	max-width: 10rem;
	width: 100%;
	margin: auto;
}

#overview table {
	border-collapse: collapse;
	width: 100%;
}

@media screen and (max-width: 640px) {
	#overview table {
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
	}
}

#overview table tr {
	border-top: 1px solid #707070;
	width: 100%;
	font-size: 0.16rem;
}
@media screen and (max-width: 640px) {
	#overview table tr {
		border-top: 1px solid #CCC;
		font-size: 0.15rem;
	}
}


#overview table tr:last-child {
	border-bottom: 1px solid #707070;
}

#overview table th {
	text-align: left;
	padding: 0.20rem;
	width: 1.6rem;
	box-sizing: border-box;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	#overview table th {
		display: block;
		background: #eee;
		width: 100%;
		padding: 0.1rem;
		border-bottom: 1px solid #CCC;
	}
}


#overview table td {
	padding: 0.20rem 0;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	#overview table td {
		display: block;
		width: 100%;
		padding: 0.12rem 0 0.20rem;
		line-height: 1.75;
		box-sizing: border-box;
	}
}

#overview table td a {
	color: #000;
	text-decoration: underline;
}

#overview table td a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#overview .list {
	margin-top: 0.2rem;
}

#overview .list .item {
	font-size: 0.14rem;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	#overview .list .item {
		font-size: 0.12rem;
		line-height: 1.75;
	}
}

#overview .ph_box {
	width: 100%;
	margin-top: 1.2rem;
}
@media screen and (max-width: 640px) {
	#overview .ph_box {
		margin-top: 0.5rem;
	}
}


#overview .ph_box .ph_list {
	display: flex;
	width: 100%;
}

#overview .ph_box .ph_list {
	width: calc(100% / 3)rem;
}