@charset "UTF-8";
/* ===================================================================
 style info : CM
 Sky Co., LTD.
=================================================================== */
.site-header {
	position: fixed;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 20px;
	background: rgba(255,255,255,.8);
}
.site-logo img {
	width: auto;
	height: 20px;
}
.gnav__menu {
	display: flex;
}
.gnav__menu__item {
	margin-left: 20px;
	list-style: none;
}
.gnav__menu__item a {
	text-decoration: none;
	color: #333333;
}
.hero {
	position: relative;
}
.hero__video {
	width: 100%;
	height: auto;
}
.content {
	margin: 0 auto;
	padding: 40px;
}
.box {
	height: 200px;
	margin-bottom: 100px;
	background: #EEEEEE;
}
.modal {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100vh;
}
.modal__bg {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.8);
}
.modal__content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	max-width: 800px;
	transform: translate(-50%,-50%);
}
.modal__content::after {
	position: absolute;
	z-index: -1;
	top: -20px;
	left: -20px;
	display: block;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	content: "";
	background: #000000;
}
.modal__ttl {
	font-size: 2vw;
	position: absolute;
	top: -2.7em;
	left: -20px;
	color: #FFFFFF;
}
.modal__content__close {
	position: absolute;
	top: -65px;
	right: -20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	color: #FFFFFF;
}
.modal__content__close::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 100%;
	margin: auto;
	content: "";
	transform: rotate(45deg);
	background: #FFFFFF;
}
.modal__content__close::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 100%;
	margin: auto;
	content: "";
	transform: rotate(-45deg);
	background: #FFFFFF;
}
.cmIndex {
	margin-top: 30px;
}
.cmItem {
	margin-bottom: 30px;
}
.cmItem__tmb img,
.archiveItem__tmb img {
	max-width: 100%;

	image-rendering: -webkit-optimize-contrast;
}
.cmItem__detail {
	margin-top: 0;
}
.cmItem__detail__ttl {
	font-size: 18px;
	font-weight: 500;
	margin: 10px 0;
}
.cmItem__detail__ttl span {
	font-size: 70%;
}
.cmItem__detail__choice {
	display: flex;
	justify-content: space-between;
	margin: 16px 0;
	padding: 0;
	list-style: none;
}
.cmItem__detail__choice li {
	width: 48%;
}
.cmItem__detail__choice--3 li {
	width: 31%;
}
.btnPlay {
	line-height: 1.3;
	padding: .5em 1.2em;
	text-align: center;
	color: #FFFFFF;
	border-radius: 5px;
	background: #14A0DC;
}
.btnPlay:hover {
	opacity: .7;
}
.archiveItem {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.archiveItem:not(:last-of-type) {
	margin-bottom: 10px;
}
.archiveItem__tmb {
	width: 40%;
}
.archiveItem__tmb--full {
	width: 100%;
}
.archiveItem__detail {
	width: 55%;
}
.archiveItem__ttl {
	font-size: 14px;
	margin: 0;
}
.archiveItem__ttl span {
	font-size: 80%;
}
.archiveItem__choice {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
.archiveItem__choice {
	width: 100%;
}
.archiveItem__choice li {
	width: 48%;
}
.archiveItem__choice .btnPlay {
	font-size: 13px;
}

.listInr {
	display: block;
	text-decoration: none;
	color: #444444;
}

.InstagramItem__btn {
	font-size: 16px;
	text-align: center;
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	color: #fff;
    padding: .6em 1.2em;
	border-radius: 5px;
	margin: 2em 0;
	padding: .6em 1.2em;
	transition: opacity .2s ease;
	text-align: center;
	color: #FFFFFF;
	border-radius: 5px;
	background: #F09433;
	background:    -moz-linear-gradient(45deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
	background: -webkit-linear-gradient(45deg, #F09433 0%,#E6683C 25%,#DC2743 50%,#CC2366 75%,#BC1888 100%);
	background:         linear-gradient(45deg, #F09433 0%,#E6683C 25%,#DC2743 50%,#CC2366 75%,#BC1888 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.InstagramItem__btn:hover {
	opacity: .7;
}

.archive a {
	display: block;
	transition: all .2s;
	color: #444444;
}
.archive a:hover {
	opacity: .8;
}
@media screen and (min-width: 35.5em) {
	.btnPlay {
		padding: .5em 1.2em;
		cursor: pointer;
		transition: opacity .2s ease;
		color: #FFFFFF;
		border-radius: 5px;
		background: #14A0DC;
	}
}
@media screen and (min-width: 48em) {
	.cmIndex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 50px;
	}
	.cmItem {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.cmItem--column {
		align-items: center;
	}
	.cmItem--column .btnPlay {
		font-size: 95%;
	}
	.cmItem__tmb {
		width: 40%;
	}
	.cmItem__detail {
		width: 55%;
	}
	.cmItem__detail a{
    max-width: 48%;
    display: block;

	}
	.cmItem__detail__ttl {
		font-size: 24px;
		flex: 1;
		margin: .5em 0 1em;
	}
	.cmItem__detail__choice {
		margin-bottom: 2em;
	}

	.cmItem--column h3 {
		font-size: 26px;
		margin: 0 0 .3em;
	}
	.cmItem--column ul {
		margin: 13px 0 24px;
	}
	.cmItem--column ul:last-of-type{
		margin-bottom: 0;
	}
	.archive {
		display: flex;
		justify-content: flex-start;
		width: 120%;
		margin-top: 30px;
	}
	.archiveItem {
		display: block;
	}
	.archiveItem__tmb {
		width: auto;
	}
	.archiveItem__detail {
		width: 100%;
	}
	.archiveItem__narration {
		text-align: right;
		font-size: 0.875rem;
	}
	.archiveItem__ttl {
		font-size: 16px;
	}
	.archive--small .archiveItem__ttl {
		font-size: 15px;
	}
	.archiveItem__ttl span {
		font-size: 80%;
	}
	.archiveItem__choice {
		display: flex;
		justify-content: space-between;
		margin: 10px 0 0;
		padding: 0;
		list-style: none;
	}
	.archiveItem__choice .btnPlay {
		font-size: 90%;
	}
}



/*maling__movie*/
.maling__movie {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 3.5em;
	padding: 40px 190px;
	transition: padding .3s;
	border: 1px solid #E2E7EC;
}
.maling__movie h2 {
	font-size: 26px;
	font-weight: 600;
	margin: 0 auto 20px;
	text-align: center;
}
.maling__movie h2 small {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	display: block;
	color: #138FCF;
}
.maling__movie__inner {
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 auto;
	padding-bottom: calc(338 / 600 * 100%);
}
.maling__movie__inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1200px), print {
	.maling__movie {
		padding: 40px 5%;
	}
}

/* ===================================================================
俳優バナー
=================================================================== */
.img-actor-bnr {
	overflow: hidden;
	border: 1px solid #14A0DC;
	border-radius: 8px;
}
.img-actor-bnr img {
	-webkit-transition: transform .6s cubic-bezier(.2, 1, .5, 1);
	        transition: transform .6s cubic-bezier(.2, 1, .5, 1);
	vertical-align: bottom;

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
a:hover .img-actor-bnr:hover img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
