
/****************************** COMMON ******************************/

.summer2024{
	overflow:hidden;
	width:960px;
	margin:0 auto;
	background:#fff;
	font-family:'¥Ò¥é¥®¥Î³Ñ¥´ ProN W3', 'Hiragino Kaku Gothic ProN','meiryo';
}

.right_contents{
	margin-top:1086px;
	border-top:1px solid #666666;
}


/******************** header ********************/

.summer2024_header{
	position:relative;
	z-index:1;
	display:flex;
	width:960px;
	height:65px;
	background:#ededed;
	box-shadow:inset 0px -1px 0px 0px #fff, 0px 3px 3px 0px rgba(0,0,0,0.5);
}

.summer2024_header:after,
.summer2024.loading .summer2024_header:after,
.summer2024.start .summer2024_header:after{
	content:" ";
	display:block;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	width:960px;
	height:65px;
	opacity:1;
	background:rgba(255,255,255,0.7);
}

.summer2024.start .summer2024_header:after{
	opacity:0;
	transition: opacity 300ms linear 0s;
}

.summer2024.loaded .summer2024_header:after{
	content:none;
}

.summer2024_header ul{
	display:flex;
	align-items: center;
	justify-content: center;

	width:960px;
	height:60px;
	padding:10px;
	margin:0 auto;
	box-sizing:border-box;
}

.summer2024_header ul:before{
	content:" ";
	display:block;
	width:90px;
	height:41px;
	background:url(/img/pr_2024summer/logo_2024summer_s.png) no-repeat center center transparent;
	background-size:contain;
}

.summer2024_header li{
	float:left;
	cursor:pointer;
	width:75px;
	height:41px;
	padding:2px;
	margin:0 1px;
	background:transparent;
}

.summer2024_header li img{
	width:75px;
	height:41px;
}


/******************** main ********************/

.summer2024_main{
	position:relative;
	width:960px;
	height:435px;
	background:url(/img/pr_2024summer/bg_2024summer_default.jpg) no-repeat center top;
	background:#fff;
}

.summer2024_inner{
	position:absolute;
	left:0;
	top:0;
	width:960px;
	height:435px;
}

.title_info{
	position:absolute;
	width:350px;
	height:260px;
	padding:15px;
	background:#fff;
	border-radius:8px;
	box-sizing:border-box;
	box-shadow:0px 0px 0px 1px rgba(0,0,0,0.1);
}

.title_info h3{
	margin-bottom:8px;
	font-size:20px;
	line-height:20px;
	color:#0080ff;
}

.title_info .maker{
	font-size:14px;
	line-height:14px;
	margin-bottom:8px;
}

.title_info .genre,
.title_info .price{
	font-size:11px;
	line-height:12px;
	border-left:3px solid #0080ff;
	padding-left:8px;
}

.title_info .genre{
	padding-bottom:4px;
}

.title_info p{
	position:relative;
	width:320px;
	height:147px;
	padding:8px 15px 15px;
	margin-top:8px;
	font-size:12px;
	line-height:19px;
	background:#d9f2ff;
	border-radius:8px;
	box-sizing:border-box;
}

.title_info p .more{
	overflow:hidden;
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	width:9em;
	height:22px;
	font-size:11px;
	line-height:22px;
	text-indent:2em;
	text-decoration:none;
	border-bottom-right-radius:8px;
	background:url(/img/pr_2024summer/bg_2024summer_more.png) no-repeat left bottom;
	color:#fff;
}


/********** bg **********/

.summer2024_inner > div{
	width:960px;
	height:435px;
}

#SPOTIMAGE_001{
	background:url(/img/pr_2024summer/bg_2024summer_001.jpg) no-repeat center center;
}

#SPOTIMAGE_002{
	background:url(/img/pr_2024summer/bg_2024summer_002.jpg) no-repeat center center;
}

#SPOTIMAGE_003{
	background:url(/img/pr_2024summer/bg_2024summer_003.jpg) no-repeat center center;
}

#SPOTIMAGE_004{
	background:url(/img/pr_2024summer/bg_2024summer_004.jpg) no-repeat center center;
}

#SPOTIMAGE_005{
	background:url(/img/pr_2024summer/bg_2024summer_005.jpg) no-repeat center center;
}

#SPOTIMAGE_006{
	background:url(/img/pr_2024summer/bg_2024summer_006.jpg) no-repeat center center;
}

#SPOTIMAGE_007{
	background:url(/img/pr_2024summer/bg_2024summer_007.jpg) no-repeat center center;
}

#SPOTIMAGE_008{
	background:url(/img/pr_2024summer/bg_2024summer_008.jpg) no-repeat center center;
}

#SPOTIMAGE_009{
	background:url(/img/pr_2024summer/bg_2024summer_009.jpg) no-repeat center center;
}

#SPOTIMAGE_010{
	background:url(/img/pr_2024summer/bg_2024summer_010.jpg) no-repeat center center;
}


/********** def **********/

#SPOTBLOCK_DEF{
	opacity:1;
	background:url(/img/pr_2024summer/bg_2024summer_default.jpg) no-repeat center top;
	background-image:url(/img/pr_2024summer/img_loading.gif), url(/img/pr_2024summer/bg_2024summer_default.jpg);
	background-repeat:no-repeat;
	background-position:center center, center top;
}

.summer2024 .summer2024_inner,
.summer2024.loading .summer2024_inner{
	opacity:0;
}

.summer2024.start .summer2024_inner,
.summer2024.loaded .summer2024_inner{
	opacity:1;
}

.summer2024.loading #SPOTBLOCK_DEF,
.summer2024.start #SPOTBLOCK_DEF,
.summer2024.loaded #SPOTBLOCK_DEF{
	background:url(/img/pr_2024summer/bg_2024summer_default.jpg) no-repeat center top;
}

#SPOTBLOCK_DEF img{
	position:absolute;
	left:50%;
	top:50%;
	margin:-135px 0 0 -300px;
	opacity:0;
	transition: opacity 300ms linear 0s;
}

.summer2024.loading #SPOTBLOCK_DEF img{
	opacity:1;
	transition: opacity 300ms linear 0s;
}

.summer2024.start #SPOTBLOCK_DEF{
	opacity:0;
	transition: opacity 500ms linear 0s;
}

.summer2024.loaded #SPOTBLOCK_DEF{
	display:none;
}


/********** position **********/

#SPOTIMAGE_001 .title_info,
#SPOTIMAGE_002 .title_info,
#SPOTIMAGE_004 .title_info,
#SPOTIMAGE_005 .title_info,
#SPOTIMAGE_006 .title_info,
#SPOTIMAGE_007 .title_info,
#SPOTIMAGE_008 .title_info,
#SPOTIMAGE_009 .title_info,
#SPOTIMAGE_010 .title_info{
	left:30px;
	bottom:10px;
}

#SPOTIMAGE_003 .title_info{
	right:30px;
	bottom:10px;
}


/****************************** lineup ******************************/

.summer2024_lineup{
	width:958px;
	padding-top:12px;
	margin:0 auto;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #ccc;
}

.summer2024_lineup:after{
	content:" ";
	display:block;
	height:0;
	clear:both;
}

.summer2024_lineup h2,
.summer2024_lineup .heading_lineup{
	height:30px;
	margin:0px 10px 12px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	color:#fff;
	background:#0080ff;
	border-radius:8px;
}

.summer2024_lineup ul{
	width:920px;
	margin:0 auto;
}

.summer2024_lineup ul li{
	overflow:hidden;
	float:left;
	width:168px;
	height:140px;
	margin-right:20px;
}

.summer2024_lineup ul li:nth-child(1),
.summer2024_lineup ul li:nth-child(2),
.summer2024_lineup ul li:nth-child(3),
.summer2024_lineup ul li:nth-child(4),
.summer2024_lineup ul li:nth-child(5),
.summer2024_lineup ul li:nth-child(6),
.summer2024_lineup ul li:nth-child(7),
.summer2024_lineup ul li:nth-child(8),
.summer2024_lineup ul li:nth-child(9),
.summer2024_lineup ul li:nth-child(10){
	margin-bottom:16px;
}

.summer2024_lineup ul li:nth-child(5),
.summer2024_lineup ul li:nth-child(10){
	margin-right:0;
}

.summer2024_lineup ul li a:hover{
	filter:brightness(110%);
}

