@charset "utf-8";
/* CSS Document */

/* PC
-------------------------------------------------- */
@media screen and (min-width:1000px){
	.navInner h2::before,
	.navInner h2::after{
		display: none;
	}

	main{
		padding: 40px 0 80px;
		background: rgba(0,0,0,0.5);
	}

	main::before{
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/fv01_bg.jpg") center top no-repeat;
		background-size: cover;
		background-attachment: fixed;
		z-index: -1;
	}

	main h1{
		text-align: center;
		color: #ffffff;
		text-shadow: 0 3px 6px rgba(0,0,0,0.25);
		font-size: 30px;
	}

	#wrap{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 40px 0 80px;
		gap: 1.5rem;
	}

	#hinata,
	#ruka{
		box-sizing: border-box;
		width: 50%;
		max-width: calc(100% / 3 - 1rem);
		padding: 30px;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
		background: #ffffff;
	}

	.name{
		display: flex;
		color: #000000;
		text-decoration: none;
	}

	.name span{
		display: block;
		width: 90px;
	}

	.name span img{
		width: 100%;
	}

	.name h2{
		margin-left: 15px;
		font-size: 14px;
		font-weight: 500;
	}

	.slider{
		margin-top: 30px;
	}

	.slider img{
		width: 100%;
	}

	.slick-dots{
		display: flex;
		justify-content: center;
		gap: 10px;
		margin-top: 20px;
	}

	.slick-dots li{
		display: block;
		box-sizing: border-box;
		width: 10px;
		height: 10px;
	}

	.slick-dots li button{
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 100%;
		border: 0;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		background: #b3b3b3;
		cursor: pointer;
	}

	#hinata .slick-dots li.slick-active button{
		background: #fad684;
	}

	#ruka .slick-dots li.slick-active button{
		background: #77bffd;
	}

	.movie{
		margin-top: 20px;
	}

	.movie a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		color: #000000;
		border-top: 1px solid #cccccc;
		padding: 15px 20px;
		font-size: 14px;
		transition: 0.2s;
		background: url("../img/digital/icon_youtube.png") right 20px center no-repeat;
		background-size: auto 20px;
	}

	.movie a:last-child{
		border-bottom: 1px solid #cccccc;
	}

	.movie a i{
		font-size: 20px;
	}

	#hinata .movie a:hover{
		background: url("../img/digital/icon_youtube.png") right 20px center no-repeat, #fad684;
		background-size: auto 20px, auto;
		color: #000000;
	}

	#ruka .movie a:hover{
		background: url("../img/digital/icon_youtube.png") right 20px center no-repeat, #77bffd;
		background-size: auto 20px, auto;
		color: #000000;
	}
	
	.linkTop{
		width: 100%;
		max-width: 550px;
		margin: 40px auto;
	}
	
	.linkTop a{
		display: block;
		width: 100%;
		font-size: 16px;
		text-align: center;
		padding: 20px 0;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
		background: rgba(255,255,255,1);
		transition: 0.2s;
		color: #000;
		text-decoration: none;
	}
	
	.linkTop a:hover{
		transform: translateY(2px);
		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
		background: rgba(255,255,255,0.6);
	}
	
	.linkTop a span{
		padding-left: 0.5em;
	}
}

/* SP
-------------------------------------------------- */
@media screen and (max-width:999px){
	.navInner h2::before,
	.navInner h2::after{
		display: none;
	}

	main{
		padding-top: 40px;
		background: rgba(0,0,0,0.5);
	}

	main::before{
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/fv01_bg.jpg") center top no-repeat;
		background-size: cover;
		background-attachment: fixed;
		z-index: -1;
	}

	main h1{
		text-align: center;
		color: #ffffff;
		text-shadow: 0 3px 6px rgba(0,0,0,0.25);
		font-size: 18px;
	}

	#wrap{
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 40px 20px;
	}

	#hinata,
	#ruka{
		box-sizing: border-box;
		width: 100%;
		max-width: 580px;
		padding: 30px 20px;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
		background: #ffffff;
		margin-bottom: 40px;
	}

	.name{
		display: flex;
		align-items: center;
		color: #000000;
		text-decoration: none;
	}

	.name span{
		display: block;
		width: 100px;
	}

	.name span img{
		width: 100%;
	}

	.name h2{
		margin-left: 20px;
		font-size: 14px;
		font-weight: 500;
	}

	.slider{
		margin-top: 30px;
	}

	.slider img{
		width: 100%;
	}

	.slick-dots{
		display: flex;
		justify-content: center;
		gap: 10px;
		margin-top: 20px;
	}

	.slick-dots li{
		display: block;
		box-sizing: border-box;
		width: 15px;
		height: 15px;
	}

	.slick-dots li button{
		display: block;
		width: 15px;
		height: 15px;
		border-radius: 100%;
		border: 0;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		background: #b3b3b3;
		cursor: pointer;
	}

	#hinata .slick-dots li.slick-active button{
		background: #fad684;
	}

	#ruka .slick-dots li.slick-active button{
		background: #77bffd;
	}

	.movie{
		margin-top: 20px;
	}

	.movie a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		color: #000000;
		border-top: 1px solid #cccccc;
		padding: 15px 10px;
		font-size: 14px;
		transition: 0.2s;
		background: url("../img/digital/icon_youtube.png") right 10px center no-repeat;
		background-size: auto 20px;
	}

	.movie a:last-child{
		border-bottom: 1px solid #cccccc;
	}

	.movie a i{
		font-size: 20px;
	}

	#hinata .movie a:hover{
		background: url("../img/digital/icon_youtube.png") right 10px center no-repeat, #fad684;
		background-size: auto 20px, auto;
		color: #000000;
	}

	#ruka .movie a:hover{
		background: url("../img/digital/icon_youtube.png") right 10px center no-repeat, #77bffd;
		background-size: auto 20px, auto;
		color: #000000;
	}
	
	.linkTop{
		width: 90%;
		max-width: 550px;
		margin: 0 auto 60px;
	}
	
	.linkTop a{
		display: block;
		box-sizing: border-box;
		width: 100%;
		font-size: 14px;
		text-align: center;
		padding: 15px 10px;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
		background: rgba(255,255,255,1);
		transition: 0.2s;
		color: #000;
		text-decoration: none;
		line-height: 1.6em;
	}
	
	.linkTop a:hover{
		transform: translateY(2px);
		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
		background: rgba(255,255,255,0.6);
	}
	
	.linkTop a span{
		display: block;
	}
}