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

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

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


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

.spring2023_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);
}

.spring2023_header:before{
	content:" ";
	display:block;
	position:absolute;
	z-index:2;
	left:30px;
	top:0;
	width:90px;
	height:65px;
	background:url(/img/pr_2023spring/logo_2023spring_s.png) no-repeat center center transparent;
	background-size:contain;
}

.spring2023_header:after,
.spring2023.loading .spring2023_header:after,
.spring2023.start .spring2023_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);
}

.spring2023.start .spring2023_header:after{
	opacity:0;
	transition: opacity 300ms linear 0s;
}

.spring2023.loaded .spring2023_header:after{
	content:none;
}

.spring2023_header ul{
	margin:0 auto;
	height:60px;
	box-sizing:border-box;
	padding:10px 0px 10px 92px;
}

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

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


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

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

.spring2023_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:#e4007f;
}

.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 #e4007f;
	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:#ffe9f2;
	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_2023spring/bg_2023spring_more.png) no-repeat left bottom;
	color:#fff;
}


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

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

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

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

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

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

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

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

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

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

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

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


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

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

.spring2023 .spring2023_inner,
.spring2023.loading .spring2023_inner{
	opacity:0;
}

.spring2023.start .spring2023_inner,
.spring2023.loaded .spring2023_inner{
	opacity:1;
}

.spring2023.loading #SPOTBLOCK_DEF,
.spring2023.start #SPOTBLOCK_DEF,
.spring2023.loaded #SPOTBLOCK_DEF{
	background:url(/img/pr_2023spring/bg_2023spring_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;
}

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

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

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


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

#SPOTIMAGE_002 .title_info,
#SPOTIMAGE_003 .title_info,
#SPOTIMAGE_006 .title_info,
#SPOTIMAGE_008 .title_info,
#SPOTIMAGE_010 .title_info{
	left:30px;
	bottom:10px;
}

#SPOTIMAGE_001 .title_info,
#SPOTIMAGE_004 .title_info,
#SPOTIMAGE_005 .title_info,
#SPOTIMAGE_007 .title_info,
#SPOTIMAGE_009 .title_info{
	right:30px;
	bottom:10px;
}


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

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

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

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

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

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

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

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

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

