@charset "UTF-8";
/*
Theme Name: じゅんかんLABO 2024
Author:  西中デザイン
Version: 0.01
Tags: pop clean fun
*/

/*-----------------------------------------------------------
  common
------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');


*{
	font-family:'M PLUS Rounded 1c',sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}

a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:hover {
	color: #ff3300;
	text-decoration: underline;
}

img {
	border: none;
}

.hidden {
	display: none;
}

/*-----------------------------------------------------------
  body
------------------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
}

/*-----------------------------------------------------------
 container
------------------------------------------------------------*/

.slick-slider{
	width: 80vw!important;
	margin:0 auto;
	background:lightblue;
	margin:10px auto;
}

.slick-slider .slick-slide{width:50%;}

.slideparts{
	width:100%;
	background:lightblue;
	border:solid 1px #CCC;
}



/*----------------------------------------------------------
  header
------------------------------------------------------------*/

.home header ul{
	display:flex;
	width:100vw;
	height:50px;
}

/*----------------------------------------------------------
  globalnavi
------------------------------------------------------------*/


/*----------------------------------------------------------
  contents common
------------------------------------------------------------*/


/*----------------------------------------------------------
  contents top
------------------------------------------------------------*/

.home section{
	display:flex;
	width:100vw;
	height:100vh;
}

.home section:nth-of-type(2){	background:#52CAFF;}
.home section:nth-of-type(3){	background:#FC88B4;}
.home section:nth-of-type(4){	background:#5AC832;}
.home section:nth-of-type(5){	background:#F69D11;}
.home section:nth-of-type(5){	background:paleturquoise;}

.home .newsslide{
	width:950px;
	height:355px;
	border-radius:30px;
	padding:50px 0;
	border:solid 2px #505050;
	box-shadow: inset 0 10px 0 rgba(0,0,0,.16);
	}

.home .newsslide:before{
content: 'トピックス';
display: flex;
width: 230px;
height: 45px;
border-radius: 0px 0px 20px 20px;
background: #01d2e6;
border: 2px solid #505050;
border-radius: 0 0 20px 20px;
box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.16);
position: absolute;
top: -2px;
left: calc(50% - 115px);
font-size: 20px;
color: #FFF;
align-items: center;
justify-content: center;
	}

.slick-list{
	box-sizing:border-box;
	padding:0 0 30px 0!important;
	}

.home .newsslide .slick-slide{
	display:block;
	width:220px;
	max-width:220px;
	height:230px;
	border-radius:20px;
	border:solid 2px #505050;
	background:#FFF;
	filter: drop-shadow(0px 10px 0 rgba(0,0,0,.5));
	margin-right:30px;
	position:relative;
	}

.home .newsslide .slick-slide a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	}


.topsidebar{
	position:fixed;
	right:10px;
	top:calc(50% - 330px / 2);
	display:flex;
	flex-direction:column;
	align-items:center;
	flex-wrap:wrap;
}
.topsidebar li{
	list-style:none;
	}

.topsidebar li::after{
	content:'';
	display:block;
	width:5px;
	height:5px;
	border-radius:10px;
	margin:5px auto;
	background:#000;
	}

.topsidebar li a{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;

	display:flex;
	align-items:center;
	justify-content:center;
	width:100px;
	height:45px;
	box-sizing:border-box;
	text-align:center;
	background: #E6E6E6;
	border-radius: 30px;
	
font-family: "M PLUS Rounded 1c";
font-weight: normal;
font-size: 16px;
line-height:1;
text-align: center;
color: #1c88e9;
	text-decoration:none;
}

.topsidebar li:last-of-type a{
height:90px;
		border-radius: 45px;

}

.topsidebar li:last-of-type::after{
	content:none;
}



footer{
	background:#FFF;
	width:100vw;
	padding:50px;
	}

.copyright{font-size:12px;margin:20px auto;}