@charset "UTF-8";
/*
 chart.css
 本サイト各ページ用CSS
*/

#chart .contents-overview{
	padding: 2% 0 5% 0;
}

h2.d-box-title{
	width: 404px;
    height: auto;
	padding-top: 12%;
	background-image: url(../images/chart/title.png);
	background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	font-size: 0;
    margin: 0 auto 2%;
}

.chart-box {
	position: relative;
	z-index: 15;
	width: 100%;
	margin: 0 0 0 0;
	left: -10px;
}

.chart-img {
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: calc(1090 / 865 * 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
}

.chart-img img,
.chart-link {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.character-list{
	padding-top: 10%;
}


.character-section{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 10%;
}


.chara-photo{
	display: block;
	max-width: 274px;
	width: 40%;
	height: auto;
	padding-top: calc(404 / 865 * 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 5%;
}

.chara-txt {
	max-width: 520px;
	width: 60%;
}
.chara-txt p {
	width: 95%;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 auto;
	line-height: 1.8;
}

.chara-txt h3{
	font-size: 0;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	margin-bottom: 5%;
}

#chara_01 h3{
	background-image: url(../images/chart/name_01.png);
	padding-top: calc(180 / 520 * 100%);
}

#chara_02 h3{
	background-image: url(../images/chart/name_02.png);
	padding-top: calc(167 / 520 * 100%);
}

#chara_03 h3{
	background-image: url(../images/chart/name_03.png);
	padding-top: calc(174 / 520 * 100%);
}

#chara_04 h3{
	background-image: url(../images/chart/name_04.png);
	padding-top: calc(170 / 520 * 100%);
}

#chara_05 h3{
	background-image: url(../images/chart/name_05.png);
	padding-top: calc(170 / 520 * 100%);
}

#chara_06 h3{
	background-image: url(../images/chart/name_06.png);
	padding-top: calc(145 / 520 * 100%);
}

#chara_07 h3{
	background-image: url(../images/chart/name_07.png);
	padding-top: calc(163 / 520 * 100%);
}

#chara_08 h3{
	background-image: url(../images/chart/name_08.png);
	padding-top: calc(174 / 520 * 100%);
}

#chara_09 h3{
	background-image: url(../images/chart/name_09.png);
	padding-top: calc(160 / 520 * 100%);
}




/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
h2.d-box-title{
	width: 100%;
}

.character-list{
	padding-top: 10%;
}

.chara-photo{
	display: block;
	max-width: 274px;
	width: 100%;
	height: auto;
	display: block;
	padding-top: calc(404 / 600 * 120%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 5%;
}

.chara-txt {
	display: block;
	max-width: 520px;
	width: 100%;
}

.chara-txt h3{
	background-position: center;
}

.chara-txt p {
	width: 95%;
	font-size: 1.4rem;
	line-height: 1.7;
}


/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
}

/* ---------------------------------
 PC（993px〜）
--------------------------------- */
@media screen and (min-width: 993px) {
}