@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------

	PCサイズ用 CSS

-------------------------------------------------- */
.spOnly {
	display: none;
}

/* transition */
#navi {
	transition: left 0.2s;
}
#contents {
	transition: padding-left 0.2s;
}

/* --------------------------------------------------
	.item
-------------------------------------------------- */
.item:hover::after {
    content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(../images/arrow_05.png);
	width: 61px;
	height: 61px;
}
#contents .item:hover {
	box-shadow: 0px 0px 16.2px 1.8px rgba(9, 1, 3, 0.05);
}

/* --------------------------------------------------
	.carousel
-------------------------------------------------- */
.carousel {
}
.carouselView .maskL,
.carouselView .maskR {
	content: "";
	display: block;
	width: 20%;
	height: 100%;
	position: absolute;
	top: 0;
}
.carouselView .maskL {
	right: 100%;
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
}
.carouselView .maskR {
	left: 100%;
	background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
}
.carouselView .maskL::after,
.carouselView .maskR::after {
	content: "";
	display: block;
	width: 1000%;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	top: -20px;
	background-color: #fff;
}
.carouselView .maskL::after {
	right: 100%;
}
.carouselView .maskR::after {
	left: 100%;
}
.carousel .carouselView {
	width: 925px;
	height: 335px;
	position: relative;
}
.carousel .carouselView .carouselInner {
	width: 50000px;
	position: absolute;
	left: 0px;
	top: 0px;
    height: 100%;
}
.carousel .carouselView .item {
	float: left;
}

/* --------------------------------------------------
	#wrapper
-------------------------------------------------- */
#wrapper {
	min-width: 1120px;
}

/* --------------------------------------------------
	#header
-------------------------------------------------- */
#header .toggleSearch {
	display: none;
}

/* --------------------------------------------------
	#navi
-------------------------------------------------- */
.pcControlNavi #navi {
	left: -245px;
}

#navi .globalNavi a:hover {
	padding-left: 18px;
	background-color: #fff;
	border-left: 2px solid #ed190d;
}
#navi .otherNavi a:hover {
	color: #fff;
	background-color: #bf1a1f;
}
#header .searchButton:hover {
	opacity: 0.5;
}

@media (max-width: 1364px) {
	#navi {
		left: -245px;
	}
	.pcNarrowControlNavi #navi {
		left: 0;
	}
	.pcNarrowControlNavi #hiddenPcNarrowNavi {
		display: block;
	}
}

/* --------------------------------------------------
	#contents
-------------------------------------------------- */
#contents {
	padding-left: 245px;
	overflow-x: hidden ;
}
.pcControlNavi #contents {
	padding-left: 0;
}
#contents .categoryTitleBlock {
    border-top: 1px solid rgba(0,0,0,0.10);
}
#contents .categoryTitle::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 3px;
	background-color: #ed190d;
}
#contents .categoryTitleBlock,
#contents .carouselView {
	width: 925px;
	margin-left: auto;
	margin-right: auto;
}
#contents .categoryBlock .item {
    height: 100%;
}

/* categoryMovieBlock */
#contents .categoryMovieBlock .item {
    width: 790px;
}
#contents .categoryMovieBlock .item + .item {
    margin-top: 15px;
}
#contents .categoryMovieBlock .item .thumbBlock {
    float: left;
    width: 383px;
}
#contents .categoryMovieBlock .item .movieInfoBlock {
    padding: 35px 70px 35px 415px;
}

/* detailMain*/
#contents .detailMain {
    float: left;
    width: 65.18%;
}

/* movieBlock */
#contents .movieBlock .category {
	max-width: 28em;
}
#contents .movieBlock .socialButtons {
    position: absolute;
    right: 0;
    top: 2px;
}

/* relatedMovie */
#contents .relatedMovieBlock {
    margin: 60px 35px 0;
}
#contents .relatedMovieBlock .relatedMovieTitleBlock {
    border-top: 1px solid rgba(0,0,0,0.10);
}
#contents .relatedMovieBlock .relatedMovieTitle::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 3px;
	background-color: #ed190d;
}
#contents .relatedMovieBlock .tagList {
    padding-left: 240px;
    position: relative;
    top: -27px;
}
#contents .relatedMovieBlock .itemBlock {
    padding-right: 20px;
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    position: relative;
    top: -27px;
}
#contents .relatedMovieBlock .itemBlock::after {
    content: "";
    display: block;
    clear: both;
}
#contents .relatedMovieBlock .item {
    float: left;
    width: 33.33%;
    height: 335px;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
}
#contents .relatedMovieBlock .item:nth-child(3n) {
    margin-right: -20px;
}
#contents .relatedMovieBlock .item:nth-child(3n+1) {
    clear: both;
}
#contents .relatedMovieBlock .item .movieInfoBlock {
    padding: 15px 20px;
}


/* sameCategoryMovieBlock*/
#contents .sameCategoryMovieBlock {
    float: right;
    width: 33.04%;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#contents .sameCategoryMovieBlock .item + .item {
    margin-top: 10px;
}
#contents .sameCategoryMovieBlock .item .thumbBlock {
    float: left;
    width: 160px;
}
#contents .sameCategoryMovieBlock .item .movieInfoBlock {
    margin-left: 175px;
}
#contents .sameCategoryMovieBlock .item .title {
    font-size: 12px;
}
#contents .sameCategoryMovieBlock .item .movieInfo {
    margin-top: 5px;
}
#contents .sameCategoryMovieBlock .btnMore01 {
    position: relative;
    top: -100px;
    padding-top: 60px;
    height: 100px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,1.00) 51.06%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,1.00) 51.06%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,1.00) 51.06%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,1.00) 51.06%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1364px) {
	#contents {
		padding-left: 0;
	}
}