@charset "utf-8";
/* CSS Document */

/* ------------------------------------
 * CHARA_RPG
 * ------------------------------------ */
.wrapper {
	background: url("../img/common/bg_brick.jpg");
	background-size: 20%;
}
.chara_detail_container {
	width: 100%;
	min-height: 90vh;
}
.box_chara_top {
	width: 100%;
	height: 50vh;
	margin-bottom: 20px;
	position: relative;
	background: url("/storage/img/chara/bg_sky.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.chare_img {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 14vh;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 1;
}
.chare_img img {
	margin: 0 auto;
}
.chara_name {
	width: 100%;
	padding: 10px 0;
	position: absolute;
	top: 0;
	text-align: center;
	background: #21070d;
	z-index: 2;
}
.chara_name span {
	display: block;
    font-size: 0.25em;
    line-height: 1.4;
	padding-bottom: 10px;
}
.chara_name img {
	max-height: 60px;
	margin: 0 auto;
}
.box_btn_media {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.btn_media {
	width: 40vw;
}
.btn_media a {
	width: 100%;
}
.btn_youtube {
	margin-right: 4%;
}
.btn_twitter {
	margin-left: 1%;
}
.box_chara_middle {
	width: 100%;
	margin-bottom: 20px;
}
.box_RPGboard {
	width: 96%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
.box_level {
	align-items: center;
}
p.level {
	margin-right: 1%;
	font-size: 4.0rem;
	font-weight: 900;
	letter-spacing: 0.2rem;
	line-height: 1;
	text-align: center;
}
p.btn_gorl {
	margin-left: 1%;
	width: 80px;
}
p.anime_updown {
	animation: fluffy1 3s ease infinite;
}
.gauge_wrap li > div {
    background: -moz-linear-gradient(top, #555, #222);
    background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#222));
    border: solid 5px #000;
    width: 90%;
	margin:  5px auto;
    height: 30px;
	border-radius: 100px;
	position: relative;
}
.gauge_wrap li > div::before {
	content: "";
	height: 40px;
	width: 30px;
	position: absolute;
	background-image: url("../img/chara/gauge_left.png");
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	left: -6px;
}
.gauge_wrap li > div::after {
	content: "";
	height: 40px;
	width: 30px;
	position: absolute;
	background-image: url("../img/chara/gauge_rigth.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	right: -6px;
}
.gauge_wrap .gauge_main {
    background: -moz-linear-gradient(top, #52b76a, #2b8340);
    background: -webkit-gradient(linear, left top, left bottom, from(#52b76a), to(#2b8340));
    height: 30px;
	border-radius: 100px;
}
.list_status {
	margin: 10px auto;
	width: 100%;
	font-size: 3.0rem;
}
.inner_status {
	margin: auto;
}
.inner_status tr td {
	width: 100px;
	margin: 0 1%;
	vertical-align: middle;
	padding: 0 5px 10px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;
}
.status_title p {
	background: #530000;
	padding: 2%;
	border-radius: 5px;
}
.icon_lank {
	max-width: 60px;
}
.ttl_fukidashi {
	width: 100%;
	max-width: 400px;
	margin: auto;
	margin-bottom: 20px;
	font-size: 2.0rem;
    line-height: 1;
	position: relative; 
	padding: 20px 0; 
	background: #fff; 
	color: #4d291b; 
	border-radius: 10px; 
	text-align: center; 
}
.ttl_fukidashi::after {
	position: absolute;  
	content: ""; 
	top: 100%; /*吹き出しの三角位置（縦方向）*/
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	border: 8px solid transparent; /*見出しに三角の吹き出しをつける*/
	border-top: 15px solid #fff;  /*見出しに三角の吹き出しをつける-色を変更-*/
	width: 0; 
	height: 0; 
}
.self_comment {
	margin-bottom: 0;
	text-align: left;
}
.box_profile {
	width: 96%;
	max-width: 750px;
	margin: 0 auto 20px;
	text-align: center;
}
.box_chara_nav {
	margin: 0 auto 80px;
	background: #21070d;
	padding: 2% 0;
}
.list_chara_nav dd {
	max-width: 100px;
	width: 18%;
	margin: 1%;
}
.accordion {
	width: 96%;
	max-width: 750px;
    margin: 20px auto;
	padding: 20px;
	background-color: rgba(28,3,3,0.8);
    border: 2px solid #fff285;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: inset 10px 20px 20px rgb(0 0 0 / 50%), inset -10px -20px 20px rgb(0 0 0 / 50%);
}
.toggle {
	display: none;
}

.option .title {
	cursor: pointer;
}
.title,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.title {
	display: block;
	color: #fff;
}
.title::after,
.title::before {
	content: "";
	position: absolute;
	top:48%;
	right: 1.25em;
	width: 15px;
    height: 2px;
    background-color: #fff;
}
.title::after {
	transform: rotate(90deg);
}
.content {
	max-height: 0;
	overflow: hidden;
	color: #fff;
}
.content p {
	margin: 0;
	padding: 0.5em 1em 1em;
}
.toggle:checked + .title + .content {
	height: 100%;
	max-height: 2000px;
	transition: all 1.5s;
}
.toggle:checked + .title::before {
	transform: rotate(45deg) !important;
}
.toggle:checked + .title::after {
	transform: rotate(-45deg) !important;
}
.accordion dl {
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border: 1px solid #a69920;
	border-bottom: none;
	box-sizing: border-box;
	color: #220805;
	font-size: 1.6rem;
    line-height: 2.0;
}
.accordion dl dt {
	background: #f9e795;
	padding: 5px;
	width: 100%;
	border-bottom: 1px solid #a69920;
	border-right: none;
	box-sizing: border-box;
}
.accordion dl dt a {
	color: #810101;
}
.accordion dl dd {
	background: #fff;
	padding: 5px;
	width: 100%;
	border-bottom: 1px solid #a69920;
	box-sizing: border-box;
}
.equipment_list p {
	display: block;
	width: 20vw;
	height: 20vw;
	height: auto;
}
.modaal-gallery-item.is_active {
	max-width: 1000px;
}
@media screen and (min-width:768px) {
	.box_chara_top {
		height: 70vh; 
	}	
	.btn_media {
		max-width: 200px;
	}
	.btn_youtube {
		margin-right: 1%;
	}
	.gauge_wrap li > div {
		width: 80%;
		height: 40px;
	}
	.gauge_wrap .gauge_main {
		height: 40px;
	}
	.gauge_wrap li > div::before {
		height: 50px;
		width: 40px;
	}
	.gauge_wrap li > div::after {
		height: 50px;
		width: 40px;
	}
}
@media screen and (min-width: 1200px) {
	.accordion {
		max-width: 1000px;
	}
	.accordion dl dt {
		border-right: 1px solid #ccc;
		width: 200px
	}
	.accordion dl dd {
		width: calc(100% - 200px);
	}
}
/* ------------------------------------
 * CHARA_GOAL
 * ------------------------------------ */
.goal_list {
	width: 90%;
	max-width: 600px;
	margin: 10px auto;
}
.goal_list li {
	margin-bottom: 10px;
}
.goal_list li:last-child {
	margin-bottom: 0;
}
.clear {
	position: relative;
}
.clear::before {
	position: absolute;
	content: "";
	width: 80%;
	max-width: 100px;
	height: 70px;
	background: url("../img/chara/goal/stamp_clear.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    top: 50%;
    left: 15%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	z-index: 1;
}
.clear a {
	display: block;
	position: relative;
}
.clear a::before {
	position: absolute;
	content: "";
	width: 10%;
	min-height: 11px;
	min-width: 60px;
	background: url("../img/chara/goal_click_here.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
    bottom: 8%;
    right: -4%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	z-index: 1;
}
.andmore {
	width: 70%;
	margin: 20px auto;
	text-align: center;
}

@media screen and (min-width:768px) {
	.clear::before {
		max-width: 200px;
		height: 163px;
		left: 20%;
	}
	.goal_list li {
		margin-bottom: 20px;
	}
	.clear a::before {
		min-width: 142px;
		min-height: 26px;
    	bottom: 4%;
		right: -6%;
	}
}

@media screen and (min-width:480px) and (max-width:768px) {
	.clear a::before  {
		min-width: 100px;
		min-height: 18px;
		right: -3%;
		bottom: 6%;
	}
}