@charset "UTF-8";
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	background-color: #e6e6e6;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:hover img:not(._not-opacity) {
	opacity: .7;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

._no-data {
	color: #808080;
	text-transform: uppercase;
}

._color-red {
	color: #ba1717;
}

.st-Header {
	background-color: #000;
	border-bottom: 1px solid #ba1717;
}

.st-Header_Container {
	background-color: #000;
	background-image: url(/bio/common/img/bg_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 960px;
	margin: auto;
	padding: 20px 0 0 20px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.st-Header_Logo {
	padding-bottom: 16px;
}

.st-Header_MainNavList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.st-Header_MainNavItem {
	margin-left: 1px;
}

.st-Header_SubNavList {
	position: absolute;
	right: 30px;
	top: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.st-Header_SubNavList a {
	color: #fff;
}

.st-Header_SubNavItem {
	margin-right: 13px;
	font-size: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.st-Header_SubNavItem:last-child {
	margin-right: 0;
}

.st-Header_SubNavItem::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	margin-right: 4px;
	background-color: #ba1717;
}

.st-Container {
	width: 926px;
	margin: auto;
}

.st-TitleArea {
	background-color: #fff;
	padding: 20px 0 0;
	position: relative;
}

.st-TitleArea::after {
	content: "";
	display: block;
	width: 100%;
	height: 19px;
	position: absolute;
	bottom: 0;
	z-index: 0;
	background-color: #e6e6e6;
}

.st-Title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.st-Title span {
	font-size: 1.4rem;
	padding-left: 18px;
	padding-bottom: 14px;
}

.st-BreadCrumb {
	background-color: #afafaf;
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	/* stylelint-disable declaration-no-important */
	/* stylelint-enable */
	/* stylelint-disable declaration-no-important */
	/* stylelint-enable */
	/* stylelint-disable declaration-no-important */
	/* stylelint-enable */
}

.st-BreadCrumb_LinkHome {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block;
	background-color: #000;
	position: relative;
	width: 52px;
	height: 36px;
	background-image: url(/bio/common/img/ic_bread-home_off.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 30;
}

.st-BreadCrumb_LinkHome:hover {
	background-image: url(/bio/common/img/ic_bread-home_on.png);
}

.st-BreadCrumb_LinkHome::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #000;
	position: absolute;
	right: -6px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}

.st-BreadCrumb_LinkSub {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block;
	padding: 0 18px;
	font-size: 1.2rem;
	height: 36px;
	line-height: 36px;
	background-color: #808080;
	color: #fff !important;
	position: relative;
	z-index: 20;
}

.st-BreadCrumb_LinkSub::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #808080;
	position: absolute;
	right: -6px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}

.st-BreadCrumb_Link3rd {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block;
	background-color: #afafaf;
	color: #fff !important;
	font-size: 1.2rem;
	padding: 0 18px;
	height: 36px;
	line-height: 36px;
	position: relative;
	z-index: 10;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.st-BreadCrumb_Link4th {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	display: block;
	color: #fff !important;
	font-size: 1.2rem;
	padding: 0 18px;
	height: 36px;
	line-height: 36px;
	position: relative;
	z-index: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.st-BreadCrumb_Link4th::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	position: absolute;
	left: -6px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}

/* 4階層目以降のとき */
a.st-BreadCrumb_Link3rd {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.st-Topics_Unit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 926px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.st-Topics_Unit a {
	color: #000;
}

.st-Topics_Unit a:hover {
	color: #ba1717;
	text-decoration: none;
}

.st-Topics_Item {
	background-color: #fff;
	width: 450px;
	position: relative;
	margin-top: 30px;
}

.st-Topics_ItemDetail {
	padding: 19px 13px 55px;
	min-height: 128px;
	background-image: url(/bio/common/img/ic_arrow-R_off.png);
	background-size: 21px 21px;
	background-position: bottom 25px right 13px;
	background-repeat: no-repeat;
}

.st-Topics_Item:hover .st-Topics_ItemDetail {
	background-image: url(/bio/common/img/ic_arrow-R_on.png);
}

.st-Topics_Title {
	font-size: 1.6rem;
	line-height: 28px;
}

.st-Topics_Info {
	position: absolute;
	left: 13px;
	bottom: 25px;
	font-size: 1.2rem;
}

.st-Topics_Category {
	color: #ba1717;
	font-weight: 700;
}

.st-Topics_Btn {
	display: block;
	margin: 50px auto 0;
	width: 224px;
	position: relative;
	z-index: 1;
}

.st-Lineup_Contents {
	padding-top: 27px;
}

.st-Special_Item {
	background-color: #fff;
	width: 450px;
	position: relative;
}

.st-Special_Item a:hover {
	text-decoration: none;
}

.st-Special_ItemDetail {
	padding: 18px 48px 16px 17px;
}

.st-Special_Item a .st-Special_ItemDetail {
	background-image: url(/bio/common/img/ic_arrow-R_off.png);
	background-size: 21px 21px;
	background-position: center right 17px;
	background-repeat: no-repeat;
}

.st-Special_Item a:hover .st-Special_ItemDetail {
	background-image: url(/bio/common/img/ic_arrow-R_on.png);
}

.st-Special_Title {
	color: #000;
	font-size: 1.6rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.st-Special_Item a:hover .st-Special_Title {
	color: #ba1717;
}

.st-Aside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 926px;
	margin: auto;
	padding: 30px 0 24px;
	background-color: #e6e6e6;
}

.st-Aside_SNS {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 20px;
}

.st-Aside_SNS-Tw {
	height: 20px;
	margin-right: 7px;
}

.st-Aside_SNS-Fb {
	height: 24px;
	margin-right: 7px;
}

.st-Aside_SNS-Mi {
	height: 27px;
}

.st-Notes_Item {
	font-size: 1.2rem;
}

.st-Footer {
	border-top: 1px solid #afafaf;
}

.st-Footer_Sns, .st-Footer_Sns dd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.st-Footer_Sns {
	background-color: #fff;
	padding: 14px 0;
}

.st-Footer_Sns dt {
	margin-right: 17px;
}

.st-Footer_Sns dd ul li {
	margin: 0 8px;
}

.st-Footer_Banner {
	background-color: #323232;
	padding: 30px 0 26px;
}

.st-Footer_BannerList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.st-Footer_BannerItem {
	margin: 0 8px;
}

.st-Footer_Bottom {
	background-color: #000;
	padding: 16px 0 19px;
}

.st-Footer_NavList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.st-Footer_NavItem {
	padding: 0 16px;
	line-height: 19px;
	border-right: 1px solid #808080;
}

.st-Footer_NavItem:last-child {
	border-right: 0;
}

.st-Footer_NavItem a {
	color: #fff;
}

.st-Footer_Copyright {
	color: #808080;
	display: block;
	font-size: 1rem;
	text-align: center;
	margin-top: 21px;
}

.doc1-TitleArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.doc1-Product_Info {
	padding: 27px 0 0 197px;
	position: relative;
}

.doc1-Product_Name {
	font-size: 2rem;
	font-weight: 700;
}

.doc1-Product_Category {
	font-size: 1.4rem;
	font-weight: 400;
	display: block;
}

.doc1-Product_InfoList {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0;
	margin-top: 20px;
}

.doc1-Product_InfoListItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 25px;
	font-size: 1.4rem;
}

.doc1-Product_Label {
	position: absolute;
	top: 28px;
	left: 0;
	width: 178px;
}

.doc1-Product_LabelUpper {
	background-color: #ba1717;
	color: #fff;
	font-weight: 700;
	font-size: 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	letter-spacing: .15em;
	height: 80px;
}

.doc1-Product_LabelBottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	border: 2px solid #ba1717;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: .15em;
	height: 60px;
}

.doc1-Product_ListItem1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.doc1-Product_ListItem1::before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: #ba1717;
	border-radius: 50%;
}

.doc1-Product_ListItem1::after {
	content: "：";
}

.doc1-Product_ListItem2 {
	font-size: 1.4rem;
	padding-left: 20px;
	text-indent: -20px;
}

.doc1-Product_ListItem2 + .doc1-Product_ListItem2 {
	margin-top: 1em;
}

.doc1-Product_ListItem2::before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: #000;
	border-radius: 50%;
	margin-right: .5em;
}

.doc1-Product_ListItem2 a {
	color: #00f;
	text-decoration: underline;
}

.doc1-Product_ListItem2 a:hover {
	text-decoration: none;
}

.doc1-Product_ListNotes {
	color: #555;
	font-size: 1.2rem;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 12px;
}

.doc1-ProductThumb img {
	width: 100%;
	height: auto;
}

.doc1-ProductThumb_List {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.doc1-ProductThumb_List::before {
	content: "";
	display: block;
	width: 95px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.doc1-ProductThumb_List::after {
	content: "";
	display: block;
	width: 95px;
}

.doc1-ProductThumb_ListItem {
	width: 95px;
	margin-top: 10px;
}

.doc1-ProductThumb_ListItem a {
	display: block;
	position: relative;
}

.doc1-ProductThumb_ListItem a:hover::before, .doc1-ProductThumb_ListItem a.active::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 3px solid #ba1717;
	position: absolute;
	top: 0;
	left: 0;
}

.doc1-ProductThumb_ListItem img {
	width: 100%;
	height: auto;
}

.doc1-Product_Bnr {
	margin-top: 30px;
}

.doc1-Product_Bnr + .doc1-Product_Character {
	margin-top: 30px;
}

.doc1-Product_Character {
	background-image: url(img/bg_character.jpg);
	background-repeat: no-repeat;
	height: 343px;
	margin-top: 70px;
	padding: 19px 17px 0 493px;
}

.doc1-Product_Character p {
	color: #fff;
	margin-top: 14px;
	margin-bottom: 0;
	font-size: 1.4rem;
}

.doc1-Product_CharaLabel {
	background-color: #ba1717;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 7px 12px 8px;
}

.doc1-Product_CharaName {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 14px;
}

.doc1-Product_CharaGame {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: wrap;
	-ms-flex: wrap 1;
	flex: wrap 1;
	margin-top: 24px;
}

.doc1-Product_ListItem3::after {
	content: "：";
}

.doc1-Product_GameBnr {
	display: block;
	margin-top: 24px;
}

.doc1-Product_Contents {
	margin-top: 40px;
}

.doc1-Product_Contents._mt-2x {
	margin-top: 80px;
}

.doc1-Product_Contents p {
	margin-top: 28px;
	margin-bottom: 0;
	font-size: 1.4rem;
}

.doc1-Product_Notes {
	color: #555;
	display: block;
	font-size: 1.2rem;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 12px;
}

.doc1-Product_Heading {
	font-size: 1.8rem;
	font-weight: 700;
	padding-left: 12px;
	border-left: 10px solid #ba1717;
}

.doc1-Product_SubHeading {
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
	padding-left: 20px;
}

.doc1-Product_SubHeading::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-top: 12px solid #ba1717;
	border-left: 8px solid transparent;
}

.doc1-Product_SubHeading + ul {
	margin-top: 1em;
}

.doc1-Product_Cols {
	margin-top: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.doc1-Product_ColText {
	width: 493px;
}

.doc1-Product_ColPhoto {
	width: 411px;
}

.doc1-Product_Box {
	margin-top: 52px;
	background-color: #fff;
	padding: 24px 26px 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.doc1-Product_MoreInfo {
	width: 267px;
	padding-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.doc1-Product_SpecTable1 {
	border-top: 1px solid #000;
	width: 573px;
	margin-top: 10px;
}

.doc1-Product_SpecTable1 th {
	padding: 14px 0;
	font-weight: 700;
	font-size: 1.4rem;
	text-align: left;
	width: 149px;
	border-bottom: 1px solid #000;
}

.doc1-Product_SpecTable1 td {
	padding: 14px 0;
	font-size: 1.4rem;
	border-bottom: 1px solid #000;
}

.doc1-Product_Described {
	display: block;
	color: #555;
	font-size: 1.2rem;
	margin-top: 21px;
}

.doc1-Product_Described + .doc1-Product_Described {
	margin-top: 5px;
}

.doc1-Product_Age {
	border: 2px solid #ba1717;
	padding: 17px 13px;
	margin-bottom: 26px;
	background-color: #fff;
	text-align: center;
}

.doc1-Product_AgeNote1 {
	display: block;
	color: #fff;
	background-color: #ba1717;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 10px;
	line-height: 1;
	border-radius: 50px;
}

.doc1-Product_AgeNote2 {
	display: block;
	line-height: 39px;
	font-size: 1.4rem;
	font-weight: 400;
}

.doc1-Product_ListItem4 {
	font-weight: 700;
}

dd + .doc1-Product_ListItem4 {
	margin-top: 26px;
}

.doc1-Product_ListItem4::after {
	content: "：";
}

.doc1-Product_LimitedInfo {
	background-color: #fff;
	border: 2px solid #ba1717;
	padding: 23px 26px;
	margin-top: 5px;
}

.doc1-Product_LimitedHeading {
	color: #ba1717;
	font-size: 1.4rem;
	font-weight: 700;
}

.doc1-Product_LimitedNotes {
	font-size: 1.4rem;
	font-weight: 400;
	margin-top: 10px;
}

#colorbox, #cboxContent, #cboxLoadedContent {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
