.tc_hinagiku {
	color: #efbccd !important;
}

.tc_yashiro {
	color: #58c7ff !important;
}

.tc_tobari {
	color: #f6858b !important;
}

.tc_awayuki {
	color: #dab3e2 !important;
}

.tc_yori {
	color: #2de3d4 !important;
}

.tc_tsuyukusa {
	color: #fae894 !important;
}

.bgc_hinagiku {
	background-color: #efbccd !important;
}

.bgc_yashiro {
	background-color: #58c7ff !important;
}

.bgc_tobari {
	background-color: #f6858b !important;
}

.bgc_awayuki {
	background-color: #dab3e2 !important;
}

.bgc_yori {
	background-color: #2de3d4 !important;
}

.bgc_tsuyukusa {
	background-color: #fae894 !important;
}

.bdc_hinagiku {
	border-color: #efbccd !important;
}

.bdc_yashiro {
	border-color: #58c7ff !important;
}

.bdc_tobari {
	border-color: #f6858b !important;
}

.bdc_awayuki {
	border-color: #dab3e2 !important;
}

.bdc_yori {
	border-color: #2de3d4 !important;
}

.bdc_tsuyukusa {
	border-color: #fae894 !important;
}

body#character #Container {
	padding: 0;
	max-width: none;
}

#lineup a {
	display: block;
	-webkit-text-decoration: noen;
	text-decoration: noen;
}

#lineup .main {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 100px;
	padding-bottom: 30px;
	text-align: center;
}

#lineup .main::before,
#lineup .main::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 320px;
}

#lineup .main::before {
	z-index: 0;
	background: transparent url(../img/character/bg_main.jpg) 50% 160px/100% auto no-repeat;
}

#lineup .main::after {
	z-index: -1;
	background: #e8e7ec;
}

#lineup .main ul {
	display: inline-flex;
	flex-flow: row nowrap;
	justify-content: center;
	position: relative;
	z-index: 10;
}

#lineup .main ul > li {
	position: relative;
	z-index: 1;
}

#lineup .main ul > li .thumb {
	transition: opacity 0.3s;
}

#lineup .main ul > li .plate {
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 220px;
	z-index: 100;
	border: 1px solid #bfa46f;
	padding: 19px 0;
	width: 40px;
	background: #2b2b2b;
	text-align: center;
	transition: transform 0.3s;
}

#lineup .main ul > li .plate .name {
	display: block;
	font-size: 1.3em;
	line-height: 1em;
}

#lineup .main ul > li .plate .kana {
	display: block;
	margin-top: 10px;
	padding: 0 0.5em;
	font-size: 0.8em;
	line-height: 1em;
}

#lineup .main ul > li > a:hover .plate {
	transform: scale(1.1);
}

#lineup .main ul > li.hinagiku {
	z-index: 6;
	margin-right: -40px;
}

#lineup .main ul > li.hinagiku .plate {
	right: 10px;
}

#lineup .main ul > li.hinagiku > a {
	color: #efbccd;
}

#lineup .main ul > li.yashiro {
	z-index: 5;
	margin-right: -20px;
}

#lineup .main ul > li.yashiro > a {
	color: #58c7ff;
}

#lineup .main ul > li.tobari {
	z-index: 4;
	margin-right: -40px;
}

#lineup .main ul > li.tobari .plate {
	right: 10px;
}

#lineup .main ul > li.tobari > a {
	color: #f6858b;
}

#lineup .main ul > li.awayuki {
	z-index: 3;
	margin-right: -30px;
}

#lineup .main ul > li.awayuki > a {
	color: #dab3e2;
}

#lineup .main ul > li.yori {
	z-index: 2;
	margin-right: -20px;
}

#lineup .main ul > li.yori .plate {
	right: 5px;
}

#lineup .main ul > li.yori > a {
	color: #2de3d4;
}

#lineup .main ul > li.tsuyukusa {
	z-index: 1;
	margin-right: -20px;
}

#lineup .main ul > li.tsuyukusa .plate {
	right: 12px;
}

#lineup .main ul > li.tsuyukusa > a {
	color: #fae894;
}

#lineup .sub {
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-top: 40px;
	padding: 40px 150px;
	width: 1170px;
	min-height: 330px;
}

#lineup .sub:nth-of-type(odd) {
	margin-left: auto;
}

#lineup .sub::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 160px;
	background-position: 50% 70%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

#lineup .sub > h1 {
	width: 300px;
	line-height: 0;
}

#lineup .sub > h1 .symbol {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

#lineup .sub > h1 .symbol::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	border: 2px solid #bfa46f;
	width: 100%;
	height: 100%;
}

#lineup .sub > h1 .symbol::after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 1;
	border: 2px solid #bfa46f;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}

#lineup .sub > ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	position: relative;
	z-index: 1;
	width: 600px;
	text-align: center;
}

#lineup .sub > ul > li {
	margin: 0 5px;
}

#lineup .sub > ul > li:nth-of-type(n+4) {
	margin-top: 20px;
}

#lineup .sub > ul > li a {
	box-sizing: border-box;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 1;
	border: 1px solid #bfa46f;
	border-radius: 80px 80px 0 0;
	width: 160px;
	background: #2b2b2b;
	color: #bfa46f;
}

#lineup .sub > ul > li a .name {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	border-top: 1px solid #bfa46f;
	padding: 0.8em 0 0.3em;
	width: 100%;
	background: #2b2b2b;
	font-size: 1.15em;
	line-height: 1em;
}

#lineup .sub > ul > li a:hover {
	transform: scale(1.05);
}

#lineup .sub#kurozuru {
	background-color: #dc4647;
}

#lineup .sub#kurozuru::before {
	background-image: url(../img/character/bg_kurozuru.jpg);
}

#lineup .sub#hanamachi {
	background-color: #db6446;
}

#lineup .sub#hanamachi::before {
	background-image: url(../img/character/bg_hanamachi.jpg);
}

#lineup .sub#ryuei {
	background-color: #377e52;
}

#lineup .sub#ryuei::before {
	background-image: url(../img/character/bg_ryuei.jpg);
}

#lineup .sub#other {
	background-color: #9696a2;
}

#lineup .sub#other::before {
	background-image: url(../img/character/bg_other.jpg);
}

#diagram {
	margin-top: 100px;
	text-align: center;
}

#diagram p {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-width: 1px 0;
	border-style: solid;
	border-color: #bfa46f;
	width: 1020px;
	height: 160px;
	background: #000;
}

body#character_detail #Wrap {
	overflow: hidden;
}

body#character_detail .detail {
	position: relative;
	z-index: 1;
	margin: 70px auto;
	min-height: 680px;
}

body#character_detail .detail > .desc {
	position: relative;
	z-index: 500;
	margin-left: auto;
	padding-top: 50px;
	width: 450px;
	text-align: left;
}

body#character_detail .detail h1 {
	vertical-align: bottom;
	color: #bfa46f;
}

body#character_detail .detail h1 .name {
	display: inline-block;
	font-size: 3.3em;
	line-height: 1em;
}

body#character_detail .detail h1 .ruby {
	display: inline-block;
	margin: 0 0 0 0.4em;
	font-size: 1.6em;
	line-height: 1em;
	letter-spacing: 0.05em;
	font-family: "Cormorant", serif;
	font-weight: 700;
}

body#character_detail .detail .cv {
	box-sizing: border-box;
	display: inline-block;
	padding: 6px 10px 7px;
	background: #bfa46f;
	color: #2b2b2b;
	font-size: 0.9em;
	line-height: 1em;
}

body#character_detail .detail .pv {
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 100;
}

body#character_detail .detail .pv a {
	overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	width: 124px;
	height: 124px;
}

body#character_detail .detail .pv a:hover {
	transform: scale(1.1);
}

body#character_detail .detail .pv a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: transparent url(../img/character/deco_characterpv.png) center/contain no-repeat;
	animation: pv_roll 20s linear infinite;
}

body#character_detail .detail .pv a::after {
	content: "";
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
	z-index: 10;
	width: 30px;
	height: 30px;
	background: transparent url(../img/character/ico_play.png) center/contain no-repeat;
}

body#character_detail .detail .pv a > span {
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 100%;
	width: 98px;
	height: 98px;
}

body#character_detail .detail .pv a img {
	position: absolute;
	max-width: 100%;
}

body#character_detail .detail .catch {
	margin-top: 20px;
	color: #bfa46f;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.05em;
}

body#character_detail .detail .intro {
	margin-top: 20px;
	font-size: 0.85em;
	line-height: 1.8em;
}

body#character_detail .detail ul.profile {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 20px;
	font-size: 0.8em;
	line-height: 1.8em;
}

body#character_detail .detail ul.profile > li {
	display: flex;
	flex-flow: row nowrap;
	border-bottom: 1px solid rgba(215, 215, 218, 0.3);
	width: calc((100% - 8px) / 2);
}

body#character_detail .detail ul.profile > li:nth-of-type(n+3) {
	margin-top: 10px;
}

body#character_detail .detail ul.profile > li > .label {
	width: 3.5em;
	color: #bfa46f;
}

body#character_detail .detail ul.profile > li > .data {
	width: calc(100% - 3.5em);
	text-align: center;
}

body#character_detail .detail .rect-buttons {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-top: 30px;
}

body#character_detail .detail .rect-buttons > dt {
	width: 110px;
	font-size: 1.1em;
	line-height: 1.2em;
	font-family: "Cormorant", serif;
	font-weight: 700;
}

body#character_detail .detail .rect-buttons > dd {
	margin-left: 10px;
}

body#character_detail .detail .rect-buttons > dd a,
body#character_detail .detail .rect-buttons > dd span {
	box-sizing: border-box;
	display: block;
	border: 1px solid #d7d7da;
	width: 50px;
	height: 50px;
	background: #2b2b2b;
	line-height: 0;
	cursor: pointer;
	transition: all 0.3s;
}

body#character_detail .detail .rect-buttons > dd a img,
body#character_detail .detail .rect-buttons > dd span img {
	transition: all 0.3s;
}

body#character_detail .detail .rect-buttons > dd a[data-audio].play,
body#character_detail .detail .rect-buttons > dd a:hover,
body#character_detail .detail .rect-buttons > dd span[data-audio].play,
body#character_detail .detail .rect-buttons > dd span:hover {
	background: rgba(215, 215, 218, 0.1);
}

body#character_detail .detail .rect-buttons > dd a[data-audio].play img,
body#character_detail .detail .rect-buttons > dd a:hover img,
body#character_detail .detail .rect-buttons > dd span[data-audio].play img,
body#character_detail .detail .rect-buttons > dd span:hover img {
	opacity: 0.6;
}

body#character_detail .detail .ss {
	margin-top: 30px;
	text-align: center;
}

body#character_detail .detail .ss a {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	border-width: 1px 0;
	border-style: solid;
	border-color: #d7d7da;
	height: 60px;
	background: #2b2b2b;
	color: #d7d7da;
	font-size: 1.2em;
	line-height: 1em;
	font-family: "Cormorant", serif;
	font-weight: 700;
	text-decoration: none;
}

body#character_detail .detail .ss a:hover {
	background: #d7d7da;
	color: #2b2b2b;
}

body#character_detail .detail .vertical-buttons {
	position: absolute;
	bottom: 60px;
	right: 510px;
	z-index: 600;
	text-align: center;
}

body#character_detail .detail .vertical-buttons > div {
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	border: 1px solid #d7d7da;
	width: 60px;
	height: 60px;
	background-color: #2b2b2b;
	cursor: pointer;
}

body#character_detail .detail .vertical-buttons > div.change {
	background-position: center;
	background-size: 60px auto;
	background-repeat: no-repeat;
	transition: background-size 0.3s;
}

body#character_detail .detail .vertical-buttons > div.change:hover {
	background-size: 70px auto;
}

body#character_detail .detail .vertical-buttons > div.change.out {
	background-image: url(../img/character/btn_zoom.png);
}

body#character_detail .detail .vertical-buttons > div.change.out:hover {
	background-size: 70px auto;
}

body#character_detail .detail .vertical-buttons > div.change.zoom {
	background-image: url(../img/character/btn_out.png);
}

body#character_detail .detail .vertical-buttons > div.change.zoom:hover {
	background-size: 50px auto;
}

body#character_detail .detail .vertical-buttons > div.visual {
	margin-top: 10px;
}

body#character_detail .detail .vertical-buttons > div.visual img {
	position: absolute;
	width: 175px;
	max-width: none;
}

body#character_detail .detail .vertical-buttons .cap {
	margin-top: 5px;
	font-size: 0.7em;
	line-height: 1em;
	font-family: "Cormorant", serif;
	font-weight: 700;
}

body#character_detail .detail .serif {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 400;
	font-size: 1.1em;
	line-height: 1em;
	text-align: center;
}

body#character_detail .detail .serif > p {
	margin-right: 5px;
	padding: 0.5em;
	width: 1em;
	background: #bfa46f;
	color: #2b2b2b;
}

body#character_detail .detail .serif > p:nth-of-type(1) {
	order: 2;
}

body#character_detail .detail .serif > p:nth-of-type(2) {
	order: 1;
}

body#character_detail .detail .serif > p span {
	display: block;
}

body#character_detail .detail .serif > p .rotate {
	transform: rotate(90deg);
}

body#character_detail .detail .serif > p .lower {
	line-height: 0.9em;
	transform: translate(0.15em, -0.15em);
}

body#character_detail .detail .serif > p .period {
	line-height: 0.7em;
	transform: translate(0.5em, -0.3em);
}

body#character_detail .detail .serif > p .brace {
	line-height: 0.5em;
}

body#character_detail .detail .serif > p .brace.start {
	transform: rotate(90deg) translate(-0.1em, -0.2em);
}

body#character_detail .detail .serif > p .brace.end {
	transform: rotate(90deg) translate(0.1em, 0.1em);
}

body#character_detail .detail .char > div {
	opacity: 0;
	position: absolute;
	z-index: 100;
	text-align: left;
	transition: all 0.3s ease-in-out;
}

body#character_detail .detail .char > div.show {
	opacity: 1;
}

body#character_detail .detail .char > div.out {
	left: -200%;
	top: 0;
	width: 400px;
}

body#character_detail .detail .char > div.out.show {
	left: 80px;
}

body#character_detail .detail .char > div.zoom {
	left: -200%;
	top: 20px;
	width: 900px;
	height: 580px;
	mask-image: linear-gradient(90deg, transparent, black 20%, black 100%);
	-webkit-mask-image: -webkit-linear-gradient(90deg, transparent, black 20%, black 100%);
}

body#character_detail .detail .char > div.zoom img {
	width: 1200px !important;
}

body#character_detail .detail .char > div.zoom.show {
	left: -200px;
}

body#character_detail .detail .symbol {
	content: "";
	position: absolute;
	left: 350px;
	top: 50px;
	z-index: 1;
}

body#character_detail .detail#hinagiku .cv {
	position: relative;
	z-index: 1;
}

body#character_detail .detail#hinagiku .cv::after {
	content: "※名前変更可能";
	position: absolute;
	right: -10px;
	z-index: 1;
	color: #d7d7da;
	font-size: 0.9em;
	line-height: 1em;
	white-space: nowrap;
	transform: translateX(100%);
}

body#character_detail .detail#hinagiku .vertical-buttons > div.visual img {
	left: -60px;
	top: -25px;
}

body#character_detail .detail#yashiro .vertical-buttons > div.visual img {
	left: -25px;
	top: -25px;
}

body#character_detail .detail#tobari .vertical-buttons > div.visual img {
	left: -40px;
	top: -25px;
}

body#character_detail .detail#awayuki .vertical-buttons > div.visual img {
	right: -15px;
	top: -25px;
}

body#character_detail .detail#yori .vertical-buttons > div.visual img {
	left: -15px;
	top: -25px;
}

body#character_detail .detail#tsuyukusa .vertical-buttons > div.visual img {
	right: -15px;
	top: -45px;
}

#groups {
	position: relative;
	z-index: 1;
	margin: 40px auto 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: rgba(191, 164, 111, 0.4);
	padding: 30px 0;
	max-width: 1020px;
}

#groups ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

#groups ul > li {
	margin: 0 25px;
	width: 90px;
}

#groups ul > li a {
	opacity: 0.5;
}

#groups ul > li a:hover {
	opacity: 1;
}

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

#lineup .main::before,
#lineup .main::after {
	display: none;
}

#lineup .main ul {
	display: flex;
	width: 710px;
	padding-bottom: 20px;
}

#lineup .main ul::before,
#lineup .main ul::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 320px;
}

#lineup .main ul::before {
	z-index: 0;
	height: 160px;
	background: transparent url(../img/character/bg_main.jpg) 0 0 no-repeat;
}

#lineup .main ul::after {
	z-index: -1;
	background: #e8e7ec;
}

#lineup .main ul > li {
	margin: 0 !important;
}

#lineup .main ul > li .plate {
	top: 210px;
	padding: 20px 0;
	width: 50px;
}

#lineup .main ul > li .plate .name {
	font-size: 1.1em;
	line-height: 1em;
}

#lineup .main ul > li > a:hover .plate {
	transform: scale(1);
}

#lineup .main ul:nth-of-type(1)::before {
	background-position: 0 0;
}

#lineup .main ul:nth-of-type(1) > li .plate {
	right: auto !important;
	left: 20px;
}

#lineup .main ul:nth-of-type(2) {
	margin: 40px 0 0 auto;
}

#lineup .main ul:nth-of-type(2)::before {
	background-position: 100% 100%;
}

#lineup .main ul:nth-of-type(2) > li .plate {
	right: 20px !important;
}

#lineup .sub {
	display: block;
	margin-top: 60px;
	padding: 40px;
	width: 670px;
}

#lineup .sub::before {
	height: 200px;
	background-position: 50% 40%;
	background-size: auto;
}

#lineup .sub > h1 {
	width: auto;
}

#lineup .sub > h1 .symbol {
	margin: 0 15px 0 0;
	width: 80px;
}

#lineup .sub > ul {
	margin-top: 20px;
	left: -5px;
}

#lineup .sub > ul > li a {
	border-width: 2px;
	border-radius: 95px 95px 0 0;
	width: 190px;
}

#lineup .sub > ul > li a .name {
	border-top-width: 2px;
	padding: 0.7em 0 0.2em;
	font-size: 1em;
	line-height: 1em;
}

#lineup .sub > ul > li a:hover {
	transform: scale(1);
}

#diagram {
	margin-top: 120px;
}

#diagram p {
	width: 670px;
}

body#character_detail .detail > .desc {
	padding-top: 840px;
	width: auto;
}

body#character_detail .detail h1 .name {
	font-size: 3.4em;
	line-height: 1em;
}

body#character_detail .detail h1 .ruby {
	font-size: 1.7em;
	line-height: 1em;
}

body#character_detail .detail .cv {
	padding: 9px 14px 10px;
	font-size: 0.9em;
	line-height: 1em;
}

body#character_detail .detail .pv {
	top: 840px;
}

body#character_detail .detail .pv a {
	width: 230px;
	height: 230px;
}

body#character_detail .detail .pv a:hover {
	transform: scale(1);
}

body#character_detail .detail .pv a::after {
	left: calc(50% - 23px);
	top: calc(50% - 23px);
	width: 46px;
	height: 46px;
}

body#character_detail .detail .pv a > span {
	width: 180px;
	height: 180px;
}

body#character_detail .detail .catch {
	margin-top: 35px;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 400;
}

body#character_detail .detail .intro {
	margin-top: 35px;
	font-size: 0.95em;
	line-height: 1.8em;
}

body#character_detail .detail ul.profile {
	margin-top: 35px;
	font-size: 1em;
	line-height: 1.8em;
}

body#character_detail .detail ul.profile > li {
	border-bottom-width: 2px;
	width: calc((100% - 30px) / 2);
}

body#character_detail .detail ul.profile > li:nth-of-type(n+3) {
	margin-top: 20px;
}

body#character_detail .detail .rect-buttons {
	margin-top: 50px;
}

body#character_detail .detail .rect-buttons > dt {
	width: 150px;
	font-size: 1em;
	line-height: 1.2em;
}

body#character_detail .detail .rect-buttons > dd {
	margin-left: 20px;
}

body#character_detail .detail .rect-buttons > dd a,
body#character_detail .detail .rect-buttons > dd span {
	border-width: 2px;
	width: 70px;
	height: 70px;
}

body#character_detail .detail .rect-buttons > dd a:not([data-audio].play):hover,
body#character_detail .detail .rect-buttons > dd span:not([data-audio].play):hover {
	background: #2b2b2b;
}

body#character_detail .detail .rect-buttons > dd a:not([data-audio].play):hover img,
body#character_detail .detail .rect-buttons > dd span:not([data-audio].play):hover img {
	opacity: 1;
}

body#character_detail .detail .ss {
	margin-top: 50px;
}

body#character_detail .detail .ss a {
	border-width: 2px 0;
	height: 100px;
	font-size: 1.3em;
	line-height: 1em;
}

body#character_detail .detail .ss a:hover {
	background: #2b2b2b;
	color: #d7d7da;
}

body#character_detail .detail .vertical-buttons {
	bottom: auto;
	top: 500px;
	right: 0;
}

body#character_detail .detail .vertical-buttons > div {
	border-width: 2px;
	width: 100px;
	height: 100px;
}

body#character_detail .detail .vertical-buttons > div.change {
	background-size: auto !important;
}

body#character_detail .detail .vertical-buttons > div.visual {
	margin-top: 20px;
}

body#character_detail .detail .vertical-buttons > div.visual img {
	width: 270px;
}

body#character_detail .detail .vertical-buttons .cap {
	font-size: 0.8em;
	line-height: 1em;
}

body#character_detail .detail .serif {
	top: 20px;
	font-size: 1.1em;
	line-height: 1em;
}

body#character_detail .detail .serif > p {
	margin-right: 10px;
}

body#character_detail .detail .char > div.out {
	width: 504px;
}

body#character_detail .detail .char > div.out.show {
	left: calc(50% - 252px);
}

body#character_detail .detail .char > div.zoom {
	top: 0;
	width: 1200px;
	height: 840px;
}

body#character_detail .detail .char > div.zoom.show {
	left: calc(50% - 600px);
}

body#character_detail .detail .symbol {
	left: auto;
	right: -20px;
	top: 70px;
	width: 200px;
}

body#character_detail .detail#hinagiku .vertical-buttons > div.visual img {
	left: -90px;
	top: -35px;
}

body#character_detail .detail#yashiro .vertical-buttons > div.visual img {
	left: -40px;
	top: -35px;
}

body#character_detail .detail#tobari .vertical-buttons > div.visual img {
	left: -60px;
	top: -35px;
}

body#character_detail .detail#awayuki .vertical-buttons > div.visual img {
	right: -20px;
	top: -35px;
}

body#character_detail .detail#yori .vertical-buttons > div.visual img {
	left: -20px;
	top: -35px;
}

body#character_detail .detail#tsuyukusa .vertical-buttons > div.visual img {
	right: -20px;
	top: -65px;
}

#groups {
	margin-top: 100px;
	border-width: 2px 0;
}

#groups ul > li {
	margin: 0;
	width: auto;
}

#groups ul > li a:hover {
	opacity: 0.5;
}

}

@keyframes pv_roll {

0% {
	transform: rotate(0);
}

100% {
	transform: rotate(-360deg);
}

}


/*# sourceMappingURL=../map/character.css.map */
