@charset "utf-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: トップページ用CSS                                                          */
/* 作成日: 2014-12-19                                                               */
/* 最終更新日: 2025-08-26                                                           */
/*                                                                                  */
/* ################################################################################ */

#loading {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #FFFFFF;
	opacity: 1.0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -20px;
}
.mainContentBox {
	margin: 0 auto;
}
.newsMediaArea {
	overflow: hidden;
	margin-bottom: 2em;
}
.newsMediaArea a {
	color: #333333;
	text-decoration: none;
}
.newsMediaArea a:hover {
	color: #154EB8;
	text-decoration: underline;
}
.newsMediaArea h4 {
	padding-left: 2em;
	line-height: 2.5;
	color: #164FB8;
	font-size: 110%;
	background: url(../img/top/heading_news.png) no-repeat left 0.4em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	.newsMediaArea h4 {
		background: url(../img/top/heading_news_large.png) no-repeat left 0.4em;
		background-size: 28px 26px;
	}
}
.newsBox dl {
	border-bottom: 1px dotted #555555;
	padding: .25em 0;
}
.newsMediaArea dt,
.newsMediaArea dd {
	font-size: 90%;
}
.newsMediaArea dt {
	font-weight: bold;
	float: left;
	clear: both;
	color: #134CB8;
}
.contentsWrapper {
	float: left;
	position: relative;
	overflow: hidden;
}

.imgInfoArea {
	overflow: hidden;
	margin-bottom: 30px;
	background: url(../img/share/bg_div_contents_long.png) no-repeat center bottom ;
	padding: 0 0 2em 0;
}
.mainContentBox hr {
	background: url(../img/share/bg_hr.svg);
	margin: 40px 0;
	height: 10px;
	opacity: .45;
	border: none;
}
.imgInfoArea p {
	clear: both;
	margin: 15px 0;
	font-size: 110%;
	line-height: 1.88;
}
.imgInfoArea p b {
	background: linear-gradient(transparent 60%, #FFFF00 0%);
	padding: 0 2px;
}


.detailBtn {
	text-align: center;
}
.detailBtn a {
	color: #3d3d3d;
	padding: .5rem;
	overflow: hidden;
	display: block;
	font-weight: bold;
	position: relative;
	z-index: 1;
	text-decoration: none;
	font-size: 1.1rem;
}
.detailBtn a:hover {
	text-decoration: none;
	color: #FFF;
	background: none;
}
.detailBtn a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: rgb(255,255,255);
	background: linear-gradient(51deg,rgba(7, 0, 130, 1) 0%, rgba(0, 212, 255, 1) 100%);
	transition: transform .3s;
	content: "";
	transform-origin: right top;
	transform: skewX(45deg) scale(0, 1);
}
.detailBtn a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border: 1px solid #0175C2;
	content: "";
}
.detailBtn a:hover:before {
	transform-origin: left bottom;
	transform: skewX(30deg) scale(2, 2);
	content: "";
}
.lineupArea img {
	transition: .3s ease;
}
.lineupArea img:hover {
	opacity: .7;
}
.specialSelectArea div {
	display: inline-block;
	width: 31%;
	margin-bottom: 30px;
	padding: 0 1%;
}
.specialSelectArea div img {
	transition: .3s ease;
}
.specialSelectArea div img:hover {
	opacity: .7;
}
.specialSelectArea span {
	display: block;
	background: url(../img/share/bg_heading03.png) no-repeat 0rem 0.5rem;
	padding-left: .7rem;
}
.specialSelectArea p, .lineupArea p {
	line-height: 1.75;
	margin: 1rem 0;
	font-size: .98rem;
}



.slick-slide img {
	margin: 0 auto;
	transition: .3s ease;
}
#slick-thumb {
	background: rgba(255,255,255,.75);
	padding: 10px 0;
	margin: -10px 0 80px;
}
#slick-thumb img {
	width: 100%;
	height: auto;
	transition: .3s ease;
	transform: scale(.875);
}
#slick-thumb .slick-current img {
	transform: scale(1);
}
#slick-thumb a {
	pointer-events: none;
}
#slick-thumb .slick-slide {
	transition: .3s ease;
	opacity: .6;
}
#slick-thumb .slick-slide:hover {
	opacity: 1;
	cursor: pointer;
	transform: scale(1.05);
}
#slick-thumb .slick-slide.slick-current:hover {
	transform: scale(1);
	cursor: inherit;
}
.slick-slide.slick-current.slick-active {
	transition: .3s ease;
	position: relative;
	overflow: hidden;
}
.slick-slide.slick-current.slick-active::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0);
	transition: background 0.3s ease;
	pointer-events: none;
}
.slick-slide.slick-current.slick-active:hover:after {
	background: rgba(255, 255, 255, 0.3);
}
#slick-thumb .slick-slide.slick-current, 
#slick-thumb .slick-slide.slick-current:hover {
	opacity: 1;
}
#slick-thumb .slick-slide.slick-current.slick-active:hover:after {
	content: none;
}

@media screen and (min-width: 737px) {
	.mainContentBox {
		width: 1000px;
	}
	.mainVisual {
		box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
		padding-top: 81px;
		overflow: hidden;
	}
	.newsMediaArea {
		background: url(../img/share/bg_div_contents_long.png) no-repeat center bottom ;
		padding: 1em 0 4em 0;
	}
	.newsBox {
		padding-right: 1.5em;
		margin-right: 1.5em;
	}
	.newsBox dl:last-child {
		border-bottom: none;
	}
	.newsMediaArea dt,
	.newsMediaArea dd {
		line-height: 2.5;
	}
	.newsMediaArea dt {
		background: url(../img/share/bg_list_icon.png) no-repeat left;
		padding-left: 0.75em;
	}
	.newsMediaArea dd {
		margin-left: 8.25em;
	}
	.contentsWrapper {
		margin: 0 35px 5px 0;
		background: url(../img/top/bg_content_box.png) no-repeat center bottom;
		width: 310px;
		height: 160px;
		padding-bottom: 30px;
	}
	.contentsWrapper:hover {
		opacity: 0.75;
	}
	.cuff {
		margin-right: 0;
	}
	.mosaic-block h3 {
		font-size: 95%;
	}
	.mosaic-block .details {
		padding: 0.25em 0.5em 0 0.25em;
		background: rgba(29,32,134,0.6);
	}
	.mosaic-block .details:hover {
		background: rgba(29,32,134,0.9);
	}
	.mosaic-block .details:not(:target){
		filter: none;
		-ms-filter: none;
	}
	.mosaic-block .details a {
		color: #FFFFFF;
		text-decoration: none;
		line-height: 1.625;
	}
	.mosaic-block .details p {
		width: 95%;
	}
	.mosaic-block .details a:hover {
		text-decoration: underline;
	}
	.lineupArea, .rentalArea, .purchaseArea, .recommendArea, .specialSelectArea {
		background: url(../img/share/bg_div_contents_long.png) no-repeat center bottom;
		padding-bottom: 2.5em;
		margin-bottom: 1.5em;
		overflow: hidden;
	}
	.rentalArea {
		background: none;
	}
}

@media screen and (max-width: 736px) {
	.slick-dotted.slick-slider {
		margin-bottom: 80px;
	}
	.mainVisual {
		width: 100%;
		/* padding-top: 5px; */
		margin-bottom: 3rem;
		min-width: inherit;
	}
	.slick-slide img {
		width: 100%;
		height: auto;
	}
	.mainContentBox {
		width: 100%;
	}
	.mainContentBox {
		width: 95%;
		margin: 0 auto;
		padding: 0 10px;
	}
	.newsMediaArea {
		padding: 0;
		width: 100%;
		border: 1px solid #C5C5C5;
		margin-bottom: 4rem;
	}
	.newsMediaArea h4 {
		border-bottom: 1px solid #C5C5C5;
		background-position: .5rem;
		padding-left: 2.5em;
		font-size: 95%;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
		.newsMediaArea h4 {
			background-position: .5rem;
			background-size: 22px 20px;
		}
	}
	.newsBox {
		overflow: auto;
		overflow-x: hidden;
		height: 7rem;
		padding: .1rem .5rem;
	}
	.newsBox dl {
		padding: .3rem 0;
		margin: .3rem 0;
	}
	.newsBox dl:first-of-type {
		margin-top: 0;
	}
	.newsMediaArea dt,
	.newsMediaArea dd {
		line-height: 1.75;
		font-size: 85%;
	}
	.newsMediaArea dt {
		font-size: 77%;
		padding-top: .128em;
	}
	.newsMediaArea dd {
		margin-left: 7.5em;
	}
	.newsMediaArea a {
		color: #154EB8;
		text-decoration: underline;
	}
	.contentsWrapper {
		margin: 0 2%;
		padding-bottom: 10px;
		width: 45%;
	}
	.contentsWrapper a {
		color: #1d2086;
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.contentsWrapper img {
		max-width: 100%;
		height: auto;
	}
	.lineupArea, .rentalArea, .recommendArea, .specialSelectArea {
		margin-bottom: 45px;
		overflow: hidden;
		border-bottom: 1px dotted #CCCCCC;
		box-shadow:0px 8px 4px -4px rgba(0,0,0,0.1);
		background-color: #FFFFFF;
		border-radius: 1px;
	}
	.recommendArea {
		overflow: hidden;
	}
	.mosaic-block, .mosaic-backdrop {
		height: auto!important;
	}
	.mosaic-backdrop a {
		overflow: visible;
	}
	.mosaic-block {
		float:left;
		position:relative;
		overflow:hidden;
		width:100%!important;
	}
	.mosaic-block .details {
		background-color: #FFFFFF;
	}
	.contentsWrapper h3 {
		font-size: 90%;
	}
	.contentsWrapper p {
		font-size: 80%;
	}
	.bar .mosaic-overlay {
		padding-top: 52%;
	}
	.mosaic-overlay {
		position: static!important;
	}
	.lineupArea .bar .mosaic-overlay {
		height: 130px!important;
	}
	.recommendArea .bar .mosaic-overlay {
		height: 110px!important;
	}

	.specialSelectArea div {
		width: 48%;
		padding: 0;
		vertical-align: top;
	}
	.lineupArea img, .specialSelectArea img {
		width: 100%;
		height: auto;
	}

	.imgInfoArea div {
		float: none;
	}
	.imgInfoArea div:nth-of-type(1) {
		margin-right: 0;
	}
	.imgInfoArea div img {
		width: 100%;
		height: auto;
	}
	#slick-thumb {
		display: none;
	}

	.slick-dots {
		position: relative;
		z-index: 3;
		margin: -20px auto;
		margin-top: 0;
		text-align: center;
	}
	.slick-dots li {
		margin: 0 7px;
		width: 15px;
	}
	.slick-dots li button {
		width: 15px;
		height: 15px;
		background: #635e5e;
		border: 2px solid #0b2201;
	}
	.slick-dots li button::before {
		content: none;
	}
	.slick-dots .slick-active button {
		background: rgb(200, 255, 1);
	}
}