@charset "UTF-8";

.fixed-btn,
.spFixConv {
	display: none;
}


.content {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}

.flexbox-sb {
	display: flex;
	justify-content: space-between
}

.flexbox-c {
	display: flex;
	justify-content: center
}

h3.bgH3 {
	font-size: 20px;
	margin-top: 100px;
}


@media only screen and (max-width:750px) {
	.content {
		padding: 0px;
	}

	.flexbox-sb,
	.flexbox-c {
		display: block;
	}

	.spFixBtn {
		display: none !important;
	}

	#page-top {
		bottom: 150px;
	}

}


body {
	font-weight: 400;
}


.lblBar {
	position: relative;
}

.lblBar .arrowL,
.lblBar .arrowR {
	position: absolute;
	top: -5px
}

.lblBar .arrowL a:hover,
.lblBar .arrowR a:hover {
	opacity: 0.5
}

.lblBar .arrowL {
	left: -60px
}

.lblBar .arrowR {
	right: -60px
}

.main_titbar {
	align-items: center;
	background-color: #ededed;
	margin: 50px 0 20px;
}

.main_titbar * {
	font-size: 14px;
	line-height: 30px;
}

.main_titbar .colL {
	flex-basis: 65%;
	color: #fff;
	padding: 15px 5px 15px 10px;
	font-size: 22px;
	background: var(--color-key)
}

/*
.main_titbar .colL#cat01{background-color: #035387;}
.main_titbar .colL#cat02{background-color: #11763A;}
.main_titbar .colL#cat03{background-color: #A03748;}
.main_titbar .colL#cat04{background-color: #A04B23;}
.main_titbar .colL#cat05{background-color: #BF0020;}
*/

.main_titbar .colL p {
	padding-left: 10px;
}

.main_titbar .colR {
	flex-basis: 35%;
	text-align: center;
	padding: 15px 5px 15px 10px;
	color: white
}

.main_titbar .colR.cat01 {
	background-color: #7fa7b4;
}

.main_titbar .colR.cat02 {
	background-color: #a4a26d;
}

.main_titbar .colR.cat03 {
	background-color: #dcad9f;
}

.main_titbar .colR.cat04 {
	background-color: #a592b8
}

.main_titbar .colR.cat05 {
	background-color: #27b5cd;
}

.main_titbar .colR.cat06 {
	background-color: #bb917e
}

.main_titbar .colR.cat07 {
	background-color: #747474;
}



.logoBox {}

.logoBox ul {
	display: flex;
	justify-content: space-between;
}

.logoBox li:nth-of-type(n+2) {
	margin-left: 5px;
}

.logoBox figure {
	display: inline-block;
	border: 1px solid #ccc;
}

[class*="row-"] {
	margin-bottom: 40px;
}

.row-tit {
	position: relative;
	color: #fff;
	background: #8a6652;
	border-radius: 5px;
	padding: 10px 10px 10px 15px;
	margin-bottom: 20px;
}

/*
.row-tit:before,
.row-tit:after{ position: absolute; content: ''; top: 50%; transform: translateY(-50%);}
.row-tit:before{ width: 30px; border-top: 1px solid #1f52a1; left: 0;}
.row-tit:after{ padding: 8px 8px 0 0; background: #1f52a1; border-radius: 4px; left: 30px;}
*/

.inrow {
	margin-top: 60px;
}

.inrow [class*="titBar-"] {
	padding: 10px 15px;
	font-size: 16px;
	color: #fff;
	background: url(../../images/profile/bg_tit.png) no-repeat 100% 50% / contain;
	border-radius: 5px;
	margin-bottom: 30px;
}

.inrow .titBar-1 {
	background-color: #8a6652;
}

.inrow .titBar-2 {
	background-color: #8a6652;
}

.inrow .titBar-3 {
	background-color: #8a6652;
}

.inrow .titBar-4 {
	background-color: #8a6652;
}

.inrow .txt {
	font-size: 16px;
	line-height: 1.6em;
}

.item-list {
	display: flex;
	flex-wrap: wrap;
}

.item-list .imgTxt {
	font-size: 12px;
	line-height: 1.6;
	padding: 10px 0;
	min-height: 56px
}

.item-list>li {
	flex-basis: calc((100% - 40px)/3);
}

.item-list .thumb_ct {
	display: block;
	width: 100%;
	padding-top: 88%;
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
}

.item-list li a.movieLink,
/* change addin-soft from globcomm */
.thumbList li a.movieLink {
	position: relative;
	display: block;
	z-index: 0;
}

/*
.thumbList li a.movieLink{ position: relative; display: block; z-index: 1;}
*/
li a.movieLink:before,
.thumbList li a.movieLink:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/profile/icon_play.png) no-repeat 50% 50%/ 23%;
	z-index: 2;
}

.item-list .btn-list li {
	margin-top: 10px;
}

.item-list .btn-list a {
	display: block;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.bg-pk {
	background: #BF0020;
}

.bg-nv {
	background: #000;
}

.ct-name {
	font-size: 20px;
	margin-bottom: 20px;
	background: #bfb3a7;
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 3px;
	color: white
}

.ct-link {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.ct-link li {
	width: 49%;
	margin: 0 1% 8px 0;
}

.ct-link>li a {
	display: inline-flex;
	align-items: center;
	padding: 20px 10px 20px 40px;
	font-size: 18px;
	color: #202020;
	border: 1px solid #ccc;
	line-height: 1.4;
	background-color: #fff;
	width: 100%;
	transition: 0.5s
}

.ct-link>li a span {
	color: #BF0020;
	display: inline-block;
	margin-right: 10px;
}


.ct-link li a:hover {
	background-color: #e6e6e6;
}

.ct-box {
	margin-top: 40px;
}




#profile table {
	width: 100%
}

#profile table th,
#profile table td {
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.8em;
}

#profile table th {
	background: #333333;
	color: #fff;
	border: 1px solid #e6e6e6;
	width: 20%;
}

#profile table td {
	border: 1px solid #e6e6e6;
	background: #fff;
	color: #000;
}

#profile table a:hover {
	text-decoration: underline;
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
}

.tag-list>li p {
	text-align: center;
	border-radius: 20px;
	padding: 5px;
	color: #fff;
	font-size: 14px;
}

.bg-bu01 p {
	background: #07A0E9;
}

.bg-bu02 p {
	background: #53BFF2;
}

.link-list {
	display: flex;
	flex-wrap: wrap;
}

.link-list>li a {
	display: block;
	text-decoration: underline;
	font-size: 15px;
	color: #000;
	line-height: 30px;
}


.thumbList {
	margin-top: 30px;
}

.thumbList li {
	flex-basis: calc((100% - 40px)/3);
}

.thumbList li a {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.3);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

/*
.thumbList li a.movieLink{ position: relative;}
.thumbList li a.movieLink:before{ content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(../../images/exhibitor/icon_play.png) no-repeat 50% 50%/ 23%;}
*/
.thumbList li .txt {
	font-size: 14px;
}

.row-1 {}

.row-1 .colL {
	width: 57%;
}

.row-1 .colR {
	width: 40%;
}

.row-1 .colR ul {
	justify-content: flex-start;
	flex-wrap: wrap
}

.row-1 .colR ul li {
	display: block;
	width: 100%;
}

.row-1 .colR ul li a.movieLink,
.row-1 .colR ul li a.movieLink {
	position: relative;
	display: block;
	z-index: 0;
	width: 100%;
}

/*
.thumbList li a.movieLink{ position: relative; display: block; z-index: 1;}
*/
.row-1 .colR ul li a.movieLink:before,
.thumbList li a.movieLink:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../img/profile/icon_play.png") no-repeat 50% 50%/ 23%;
	z-index: 2;
}

.row-1 .company-name {
	font-size: 30px;
	font-weight: 500;
}

.row-1 .company-name-en {
	font-size: 14px;
}

.row-1 .company-ct {
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	background: #8a308a;
	border-radius: 5px;
	margin-top: 10px;
}

.row-1 .company-hybrid {
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	background: #2aabfd;
	border-radius: 5px;
	margin-top: 10px;
}

.row-1 .headLinks {
	padding-top: 10px;
}

.row-1 .headLinks a {
	display: inline-flex;
	align-items: center;
	margin-right: 15px;
	background-color: #035388;
	margin-right: 10px;
	color: white;
	border-radius: 3px;
	font-size: 12px;
	padding: 4px 10px;
}

.row-1 .headLinks a span {
	font-size: 16px;
}

.row-1 .company-pr {
	background-color: #ebebeb;
	border-radius: 3px;
	font-size: 16px;
	line-height: 1.4;
	padding: 15px 15px;
	margin: 35px 0 15px;
	font-weight: 400;
}

.row-1 .company-txt {
	font-size: 15px;
}


.row-4 .txt {
	margin-bottom: 10px;
}


.floatBnrBox {
	background: #f3f3f3;
	padding: 0;
	border: 1px solid #fff;
	display: inline-block;
	margin-bottom: 17px;
}

.floatBnrBox {
	position: fixed;
	left: auto;
	right: 15px;
	top: 28%;
}

.floatBnrBox .tit {
	text-align: center;
	background-color: #000;
	color: white;
	padding: 8px;
	font-size: 12px;
	line-height: 1.1;
}

.floatBnrBox ul {
	padding: 0 10px 40px 10px;
}

.floatBnrBox .prev-next {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.floatBnrBox .prev-next a {
	display: inline-block;
	margin: 0 10px;
}

.floatBnrBox .zaiseki {
	text-align: center;
	margin-bottom: 15px;
}

.floatBnrBox .zaiseki {
	border-radius: 3px;
	background-color: #cc0000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 10px;
	line-height: 1.2;
}

.floatBnrBox .zaiseki.off {
	background-color: #555;
}

.floatBnrBox .zaiseki span {
	display: block;
	font-size: 12px;
}

.floatBnrBox .zaiseki span.off {
	border-radius: 50px;
	background-color: #CCC;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 25px;
}

.fancybox-slide {
	box-sizing: border-box;
}

.fancybox-slide--iframe .fancybox-content {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	height: auto;
}

.fancybox-slide--iframe .fancybox-content iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}








/*===============================
             MEDIA
================================*/
@media only screen and (min-width:1300px) {
	.floatBnrBox {
		position: fixed;
		left: calc(50% + 500px);
		right: auto;
	}
}

@media only screen and (min-width:787px) {
	.main_titbar {
		display: flex;
	}

	.floatBnrBox li:nth-of-type(n+2) {
		margin-top: 5px;
	}

	.col3>li {
		flex-basis: calc((100% - 80px)/3);
		margin-left: 40px;
	}

	.row-3 .col3>li {
		flex-basis: calc((100% - 80px)/3);
		margin-left: 40px;
	}

	.row-3 .col3>li a,
	.row-4 .col3>li a {
		display: inline-flex;
		align-items: center;
		text-decoration: none
	}

	.row-3 .col3>li a span,
	.row-4 .col3>li a span {
		color: #C30003
	}

	.col3>li:nth-of-type(3n-2) {
		margin-left: 0;
	}

	.col3>li:nth-of-type(n+4) {
		margin-top: 40px;
	}

	.tag-list>li {
		flex-basis: calc((100% - 20px)/3);
		margin-left: 10px;
	}

	.tag-list>li:nth-of-type(3n-2) {
		margin-left: 0;
	}

	.tag-list>li:nth-of-type(n+4),
	.link-list>li:nth-of-type(n+4) {
		margin-top: 10px;
	}

	.main table {
		border-collapse: separate;
		border-spacing: 5px;
		margin: -5px;
	}

	.main table th {
		width: 26%;
	}

	.thumbList ul {
		display: flex;
	}

	.thumbList li:nth-of-type(n+2) {
		margin-left: 20px;
	}
}

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

	.row-1 .colL,
	.row-1 .colR {
		width: 100%;
	}

	.main_titbar .colL,
	.main_titbar .colR {
		padding: 5px 10px;
	}

	.main_titbar .colL p {
		padding-left: 0;
	}

	.inrow [class*="titBar-"] {
		padding: 0 20px;
		font-size: 18px;
		line-height: 50px;
		margin-bottom: 20px;
	}

	.inrow {
		margin-top: 40px;
	}

	.inrow .txt {
		font-size: 14px;
	}

	.main table th,
	.main table td {
		display: block;
	}

	.main table td {
		margin-bottom: 20px;
	}

	.ct-link {
		flex-direction: column;
	}

	.ct-link li {
		width: 100%;
	}

	.ct-link>li {
		flex-basis: calc((100% - 30px));
	}

	.ct-link>li a {}

	.col3,
	.tag-list {
		justify-content: space-between;
	}

	.col3>li {
		flex-basis: calc((100% - 20px)/2);
	}

	.col3>li:nth-of-type(n+3) {
		margin-top: 20px;
	}

	.tag-list>li {
		flex-basis: calc((100% - 10px)/2);
	}

	.tag-list>li:nth-of-type(n+3),
	.ct-link>li:nth-of-type(n+3) {
		margin-top: 10px;
	}

	.thumbList li:nth-of-type(n+2) {
		margin-top: 20px;
	}

	.ct-link>li a {
		padding-left: 15px;
		font-size: 4;
		border-radius: 5px;
		background-size: 30px;
		background-position: left 5px top 50%;
		text-align: left;
	}

	.link-list>li a {
		/* padding-left: 35px; */
		font-size: 15px;
		line-height: 25px;
		background-size: 25px;
		display: flex;
		align-items: center;
		text-decoration: none;
	}



	.tag-list>li p {
		font-size: 11px;
	}

	.main table th,
	.main table td {
		font-size: 14px;
	}

	.item-list .btn-list a {
		padding: 7px 5px;
		font-size: 13px;
		line-height: 1.4em;
	}

	.row-1 .colR {
		margin-top: 20px;
	}

	.row-1 .company-pr {
		font-size: 14px;
	}

	.row-1 .company-name {
		font-size: 24px;
	}

	.row-1 .company-name-en {
		font-size: 12px;
	}

	.row-1 .company-ct {
		font-size: 10px;
		padding: 3px 10px;
	}

	.floatBnrBox {
		bottom: 0;
		margin-bottom: 0;
		left: 0;
		right: 0;
		top: auto;
		padding: 10px 5px 10px 0px;
	}

	.floatBnrBox .prev-next {
		position: absolute;
		top: 0px;
		width: 100%;
		justify-content: space-between
	}

	.floatBnrBox .prev-next a {
		margin: 0 0 0 0;
	}

	.floatBnrBox ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap
	}

	.floatBnrBox li {
		width: 23%;
		margin: 0 1% 5px
	}

	.floatBnrBox li:nth-of-type(n+2) {
		margin-left: 3px;
	}

	body {
		padding-bottom: 40px;
	}

	#profile table th,
	#profile table td {
		display: block;
		width: 100%;
	}

	footer {
		padding-bottom: 150px;
	}

	.floatBnrBox .zaiseki span {
		display: inline-block;
	}
}

@media only screen and (max-width:480px) {}