@charset "utf-8";

/* PC
-------------------------------------------------- */
@media screen and (min-width:1200px){
	.wrap{
		background: url("../img/bgi_clover.png") top center no-repeat, #d4ecea;
		background-size: auto, auto;
		padding: 60px 0;
	}
	
	.wrap h2{
		text-align: center;
		font-size: 34px;
		font-weight: 900;
	}
	
	.digicon{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1200px;
		margin: 60px auto 0;
	}
	
	.unit{
		box-sizing: border-box;
		width: 32%;
		background: #ffffff;
		padding: 30px;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
		margin-bottom: 2%;
	}
	
	.unit:nth-child(3n+2){
		margin-right: 2%;
		margin-left: 2%;
	}
	
	.itemFlex{
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
		text-decoration: none;
		color: #000000;
	}
	
	.itemImg{
		display: block;
		width: 22%;
		max-width: 70px;
	}
	
	.itemImg img{
		width: 100%;
	}
	
	.itemName{
		display: block;
		width: 73%;
		font-size: 14px;
		line-height: 1.6em;
	}
	.itemFlex:hover .itemName{
		text-decoration: underline;
	}
	
	.digital_slider img{
		width: 100%;
	}
	
	.slick-dots{
		display: flex;
		justify-content: center;
		align-items: center;
		position: static;
		margin: 20px 0;
	}
	
	.slick-dots li{
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}
	
	.slick-dots li button{
		width: 10px;
		height: 10px;
		background: #cccccc;
		border-radius: 100%;
	}
	
	.slick-dots li button::before{
		display: none;
	}

	#rilakkuma .slick-dots li.slick-active button{background: #eb9b0e;}
	#sumikkogurashi .slick-dots li.slick-active button{background: #d2eaf0;}
	#tarepanda .slick-dots li.slick-active button{background: #893147;}
	#kogepan .slick-dots li.slick-active button{background: #fce864;}
	#afro-ken .slick-dots li.slick-active button{background: #10b2eb;}
	#sxu .slick-dots li.slick-active button{background: #f8dde9;}
	
	.slick-dotted.slick-slider{
		margin: 0;
	}
	
	.movie{
		border-top: 1px solid #cccccc;
	}
	
	.movie a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #cccccc;
		text-decoration: none;
		box-sizing: border-box;
		padding: 15px 10px;
		transition: 0.3s;
	}
	.movie a:hover{
		background: #c9e7e0;
	}
	
	.movie a span{
		display: block;
		font-size: 14px;
		color: #000;
		line-height: 24px;
	}
	
	.movie a i{
		font-size: 24px;
		line-height: 24px;
		color: #ff0000;
	}
	
	.return_link{
		display: block;
		width: 80%;
		max-width: 500px;
		margin: 40px auto 0;
		text-align: center;
		padding: 20px 0;
		font-size: 16px;
		background: #69ceee;
		border-bottom: 5px solid #48b1d2;
		color: #ffffff;
		text-decoration: none;
		border-radius: 100px;
		position: relative;
	}
	
	.return_link i{
		position: absolute;
		top: 50%;
		right: 40px;
		margin-top: -8px;
	}
	
	.return_link:hover{
		margin: 43px auto 0;
		border-bottom: 2px solid #48b1d2;
	}
	
	.logoBlock{
		border-top: 3px double #52d0f0;
		width: 100%;
		max-width: 1200px;
		margin: 60px auto 0;
		padding-top: 60px;
	}
	
	.logoBlock span{
		display: block;
		text-align: center;
	}
	
	.logoBlock span img{
		width: 200px;
	}
	
	.logoBlock p{
		text-align: center;
		font-size: 10px;
		font-weight: 600;
		margin-top: 10px;
	}
	
	.logoBlock img{
		width: 275px;
		height: auto;
	}
}

/* SP
-------------------------------------------------- */
@media screen and (max-width:1199px){
	.wrap{
		background: url("../img/bgi.png") top center repeat-y, #c9e7e0;
		background-size: auto, auto;
		padding: 40px 0;
	}
	
	.wrap h2{
		text-align: center;
		font-size: 18px;
		font-weight: 900;
	}
	
	.digicon{
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1200px;
		margin: 40px auto 0;
		padding: 0 20px;
	}
	
	.unit{
		box-sizing: border-box;
		width: 100%;
		background: #ffffff;
		padding: 30px;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
		margin-bottom: 40px;
	}
	
	.itemFlex{
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
		text-decoration: none;
		color: #000000;
	}
	
	.itemImg{
		display: block;
		width: 22%;
		max-width: 70px;
	}
	
	.itemImg img{
		width: 100%;
	}
	
	.itemName{
		display: block;
		width: 73%;
		font-size: 14px;
		line-height: 1.6em;
	}
	.itemFlex:hover .itemName{
		text-decoration: underline;
	}
	
	.digital_slider img{
		width: 100%;
	}
	
	.slick-dots{
		display: flex;
		justify-content: center;
		align-items: center;
		position: static;
		margin: 20px 0;
	}
	
	.slick-dots li{
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}
	
	.slick-dots li button{
		width: 10px;
		height: 10px;
		background: #cccccc;
		border-radius: 100%;
	}
	
	.slick-dots li button::before{
		display: none;
	}

	#rilakkuma .slick-dots li.slick-active button{background: #eb9b0e;}
	#sumikkogurashi .slick-dots li.slick-active button{background: #d2eaf0;}
	#tarepanda .slick-dots li.slick-active button{background: #893147;}
	#kogepan .slick-dots li.slick-active button{background: #fce864;}
	#afro-ken .slick-dots li.slick-active button{background: #10b2eb;}
	#sxu .slick-dots li.slick-active button{background: #f8dde9;}
	
	.slick-dotted.slick-slider{
		margin: 0;
	}
	
	.movie{
		border-top: 1px solid #cccccc;
	}
	
	.movie a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #cccccc;
		text-decoration: none;
		box-sizing: border-box;
		padding: 15px 10px;
		transition: 0.3s;
	}
	.movie a:hover{
		background: #c9e7e0;
	}
	
	.movie a span{
		display: block;
		font-size: 14px;
		color: #000;
		line-height: 24px;
	}
	
	.movie a i{
		font-size: 24px;
		line-height: 24px;
		color: #ff0000;
	}
	
	.return_link{
		display: block;
		width: calc(100% - 40px);
		margin: 0 auto 40px;
		text-align: center;
		padding: 15px 0;
		font-size: 14px;
		background: #69ceee;
		border-bottom: 5px solid #48b1d2;
		color: #ffffff;
		text-decoration: none;
		border-radius: 100px;
		position: relative;
	}
	
	.return_link i{
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -6px;
	}
	
	.return_link:hover{
		margin: 3px auto 40px;
		border-bottom: 2px solid #48b1d2;
	}
	
	.logoBlock{
		border-top: 3px double #52d0f0;
		width: calc(100% - 40px);
		max-width: 1200px;
		margin: 0 auto;
		padding-top: 40px;
	}
	
	.logoBlock span{
		display: block;
		text-align: center;
	}
	
	.logoBlock span img{
		width: 200px;
	}
	
	.logoBlock p{
		text-align: center;
		font-size: 10px;
		font-weight: 600;
		margin-top: 10px;
	}
	
	.logoBlock img{
		width: 80%;
		height: auto;
	}
}