@charset "utf-8";
/* CSS Document */
/* PCのみ */
.fv_title_logo.lazyloaded {
	background-image:url(/view/img/common/top_ink_bg.png);
}
.conceptart .fv_title_logo.lazyloaded {
	background-image:url(/view/img/common/conceptart_ink_bg.png);
}
.characterart .fv_title_logo.lazyloaded {
	background-image:url(/view/img/common/characterart_ink_bg.png);
}
.design .fv_title_logo.lazyloaded {
	background-image:url(/view/img/common/design_ink_bg.png);
}
.comics .fv_title_logo.lazyloaded {
	background-image:url(/view/img/common/comics_ink_bg.png);
}
.animation .fv_title_logo.lazyloaded {
	background-image:url(/view/img/common/animation_ink_bg.png);
}
.image_text_set {
	width:100%;
	display:table;
	padding:0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.image_text_set > div {
	display:table-cell !important;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
}
.contents_wrapper .image_text_set > div.set_image,
.contents_wrapper .image_text_set > div.bx-wrapper {
	box-sizing:border-box;
	text-align:center;
	position: relative;
	left: 0;
}
.contents_wrapper .image_text_set > div.bx-wrapper img {
	left: 0;
}
.image_text_set > div.set_text {
	padding:30px 30px;
	box-sizing:border-box;
	position: relative;
	vertical-align: middle;
}
.contents_wrapper > div:nth-child(even) > div > div.set_text {
	left:50%;
}
.contents_wrapper > div.box_basic:nth-child(even) > div > div.set_image,
.contents_wrapper > div.box_basic:nth-child(even) > div > div.bx-wrapper {
	left:-50%;
}
.set_image.top_douga {
	padding-top: 43%;
}
/************************************************************************* EXを大きくする*/

.ex_big .fv_product section.fv_pro {
	flex-basis: 36%;
}
.ex_big .fv_product section.fv_ex {
	flex-basis: 60%;
}
.ex_big .fv_product section.fv_ex .fv_product_info {
	justify-content: flex-end;
}
.ex_big .fv_product section.fv_ex .fv_product_info .fv_product_pk {
	position: absolute;
	height: 300px;
	width: 28%;
	left: 0;
	top: 50px;
}
.ex_big .fv_product section.fv_pro .fv_product_info .fv_product_pk {
	flex-basis: 25%;
	background-position: top;
}
.ex_big .fv_product section.fv_pro h2 {
	font-size: 150%;
}
.scenes_bt_set {
	width: 100%;
	background-color: #333;
}
.scenes_bt_set .section_box {
	background-color: transparent;
	padding: 15px 60px 0;
}
.scenes_bt_set .flex_05 {
	margin-top: 15px;
}
.scenes_bt_set .flex_05 > div {
	flex-basis: 19.9% !important;
	margin-bottom: 0%;
}
.scenes_bt_set .flex_05 > div a {
	font-size: 100%;
	border-color: #444;
	border-width: 60px 8px 8px;
}
.scenes_bt_set .flex_05 > div a div {
	bottom: auto;
	top: -60px
}
.scenes_bt_set .flex_05 > div a span {
	display: none;
}
.scenes_bt_set .flex_05 > div.active {
	background-color: rgba(244,242,243,1);
}
.scenes_bt_set .flex_05 > div.active a {
	border-color: #FAF9F9;
	color: #333;
}
.section_box .receive_news {
	margin: 60px auto 0;
}
.products_info .receive_news {
	margin: 0 auto 30px;
}
/*------------------------------------------------------------------------------201906リニューアル時追加*/
.box_table {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box_table > div {
	display: block;
}
.box_table > div:first-child {
	flex: 1;
}
/*------------------------------------------------------------------------------201908追加*/
.douga_name_box {
	box-sizing: border-box;
}
.scenes_bt_header {
	font-weight: 700;
	color: #fff;
}