@charset 'utf-8';

#index-slides {
	width: 100%;
}

#index-slides .slidecontents {
	width: 100%;
}

#index-slides img {
	width: 100%;
	height: auto;
}


#index-slides a.slide-youtube::after {
	content: '\25B6';
	position: absolute;
	width: 53px;
	height: 53px;
	border: solid 3px #ccc;
	text-align: center;
	font-size: 28px;
	border-radius: 28px;
	top: 50%;
	color: #ccc;
	left: 50%;
	background-color: rgba(0,0,0,.2);
	margin: -28px 0 0 -28px;
	line-height: 56px;
}

#index-slides a.slide-youtube:hover::after {
	border-color: #fff;
	color: #eee;
}

/* mfp close */

.mfp-gallery .mfp-close {
	right: 15px;
	top: 15px;
	width: 34px;
	height: 34px;
	background: url(/web/20251216234414im_/https://www.ncis.jp/wp/wp-content/themes/ncis20190812/images/common/icon-close.svg) no-repeat;
	background-size: cover;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

.mfp-gallery .mfp-content .mfp-close {
	display: none;
}

.mfp-gallery .mfp-close:active {
	top: 15px;
}


/* start state */
.mfp-gallery .mfp-iframe-scaler {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}


/* animate in */
.mfp-gallery.mfp-ready .mfp-iframe-scaler {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.mfp-gallery.mfp-removing .mfp-iframe-scaler {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

/* Dark overlay, start state */
.mfp-gallery.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.mfp-gallery.mfp-ready.mfp-bg {
	background-color: #000;
	opacity: 1;
	min-width: 1080px;
	margin: 0 auto;
}

/* animate out */
.mfp-gallery.mfp-removing.mfp-bg {
	opacity: 0;
}


.index-slides-pager {
	position: relative;
	width: 100%;
	background-color: #1d1d1e;
	text-align: center;
	letter-spacing: -.4em;
}

.index-slides-pager span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #363636;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	margin: 0 4px;
}

.index-slides-pager span.cycle-pager-active {
	background-color: #fff;
}

.index-top-banner {
	position: relative;
	width: 100%;
	background-color: #28282b;
    text-align: center;
}

.index-top-banner a img {
	height: auto;
}


.index-contents h2 {
	padding: 0;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}


.swiper-container {
	margin: 0 auto;
}

#index-newrelease {
	background-color: #0c0c11;
}

.index-newrelease-jkt {
	width: 100%;
}

.index-newrelease-jkt img {
	width: 100%;
	height: auto;
}


.index-newrelease-player-wrap {
	width: 485px;
	margin: 0 0 0 515px;
}

.index-newrelease-banner {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	letter-spacing: -.4em;
}

.index-newrelease-banner li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.index-newrelease-banner.info-shops li {
	vertical-align: middle;
	width: 68px;
	margin: 15px 15px 0 0;
}

.index-newrelease-banner.info-shops li.link-amazon {
	width: 94px;
}

.index-newrelease-banner.info-shops li.link-tower {
	width: 112px;
}

.index-newrelease-banner.info-shops li.link-tsutaya {
	width: 46px;
}

.index-newrelease-banner.info-shops li:last-of-type {
	margin-right: 0;
}

.index-newrelease-banner.info-shops li img {
	width: 100%;
}

#index-news {
	padding: 60px 0;
	background-color: #edebea;
}

#index-news h2 {
	color: #28282b;
}

.index-carousel-prev,
.index-carousel-next {
	top: 50%;
	margin-top: -15px;
}

#index-live ul.contents-list > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#index-discography {
	background-color: #28282b;
}

#index-discography.index-contents h2 {
	margin-bottom: 20px;
}


#index-discography .discography-contents {
	position: relative;
	display: none;
}

#index-discography .discography-contents.all {
	display: block;
}

#index-discography ul {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -.4em;
}

#index-discography ul li {
	display: inline-block;
	letter-spacing: .05em;
}

#index-bio {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #444;
	width: 100%;
	height: 0;
	padding-top: 51.5%;
}
#index-bio::before {
	content: 'NOT IMAGE';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #aaa;
	font-size: 2rem;
	letter-spacing: 0.2em;
}

#index-bio a.link-box {
	position: absolute;
	left: 50%;
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

#index-media {
	background-color: #edebea;
	color: #28282b;
}

#index-media .index-media-contents {
}

#index-media .index-media-box a {
	display: block;
	color: #28282b;
}

#index-media .index-media-box a:last-of-type {
	margin: 0;
}

.index-gallery-wrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.index-gallery-wrap ul li .gallery-yt {
	position: relative;
	width: 100%;
	padding: 56.25% 0 0;
	overflow: hidden;
}

.index-gallery-wrap ul li .video-iframe,
.index-gallery-wrap ul li .video-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index-gallery-wrap ul li .video-play img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: auto;
}

.index-gallery-wrap ul li .video-play {
/*	background-color: #000;*/
}

.index-gallery-wrap ul li .video-play.hide {
	display: none;
}

.index-gallery-wrap ul li iframe,
.index-gallery-wrap ul li object,
.index-gallery-wrap ul li embed {
  pointer-events: none;
}



@media screen and (min-width: 769px) {

.index-slides-pager {
	min-width: 1080px;
	height: 48px;
	line-height: 48px;
}

.index-top-banner {
	min-width: 1080px;
	padding: 40px 0 10px;
	letter-spacing: -.4em;
}

.index-top-banner a {
	display: inline-block;
}

.index-top-banner a img {
	width: 485px;
	margin: 0 0 30px 30px;
}

.index-top-banner a:nth-of-type(odd) img {
	margin: 0 0 30px;
}

.index-contents h2 {
	margin: 0 0 40px;
	font-size: 3.6rem;
}

.index-contents {
	padding: 60px 0;
}

.index-contents a.link-box {
	margin-top: 40px;
}

.swiper-container {
	width: 1000px;
}

#index-newrelease {
	padding: 70px 0 80px;
}

.index-newrelease-jkt {
	float: left;
	width: 485px;
}

.index-newrelease-player-wrap {
	width: 485px;
	margin: 0 0 0 515px;
}


#index-news {
	padding: 60px 0;
	background-color: #edebea;
}

#index-news h2 {
	color: #28282b;
}

.index-carousel-prev,
.index-carousel-next {
	top: 50%;
}

/*
#index-live ul.contents-list > li {
	padding-right: 20px;
}
*/


#index-discography.index-contents h2 {
	margin-bottom: 20px;
}


#index-discography ul.sort {
	margin: 0 0 40px;
}


#index-discography ul li {
	display: inline-block;
	letter-spacing: .05em;
}


#index-bio a.link-box {
	bottom: 60px;
	margin: 0 0 0 -120px;
}


#index-media .index-media-box {
	width: 500px;
	min-height: 100%;
	padding: 0 25px;
	border-left: solid 1px #000;
	font-size: 1.6rem;
	line-height: 2.2rem;
	box-sizing: border-box;
}

#index-media .index-media-box a {
	margin: 0 0 35px;
}

#index-media .index-media-box a:last-of-type {
	margin: 0;
}

.index-gallery-wrap ul li {
	width: 1000px;
}

.index-gallery-wrap ul li .thumbs {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
}

.index-gallery-wrap ul li .thumbs img {
	width: 100%;
	height: auto;
}

}
/* Gallery placeholder styles */
.index-gallery-wrap ul li .gallery-yt {
    background-color: #222;
}
.index-gallery-wrap ul li .gallery-yt::before {
    content: 'VIDEO';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    z-index: 1;
}
