/* CSS Document */

#body{}
	#body:not(.nav).scrollTop{}
		#body:not(.nav).scrollTop #header{
			background: none;
			}
		#body:not(.nav).scrollTop #siteName{
			opacity: 0;
			}

#header{
	transition: background 0.2s ease-out;
	}

#siteName{
	transition: opacity 0.2s ease-out;
	}

#main{
	margin-top: 0;
	overflow: hidden;
	}

#hero{
	position: relative;
	}
	#hero .bg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(18,194,199,0.4);
		z-index: -1;
		}
	#hero h1{
		position: relative;
		margin-top: 1em;
		width: 100%;
		}
		#hero h1:before{
			content: "";
			display: block;
			padding-top: 104.17%;
			}
		.done #hero h1{
			animation: heroLogo 1s both;
			}
		#hero h1 svg{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			}
	#hero h1+div{}
		#hero h1+div a{
			display: flex;
			flex-direction: column;
			width: 10em;
			height: 10em;
			padding-top: 1.5em;
			background: #fff;
			border: 0.4em solid #12c2c7;
			border-radius: 100%;
			color: inherit;
			font-family: bokutoh-rera, sans-serif;
			text-align: center;
			text-decoration: none;
			line-height: 1.4em;
			animation: heroPopup 3s ease-in-out infinite; 
			cursor: pointer;
			}
		#hero h1+div i{
			margin-top: 2.5em;
			}
		#hero h1+div svg{
			transform: scale(6);
			}
	#hero .wrap{
		display: flex;
		flex-direction: column;
		align-items: center;
		}
	@keyframes heroLogo{
		0% {
			opacity: 0;
			transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
			animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		}
		60% {
			opacity: 1;
			transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
			animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		}
		}
	@keyframes heroPopup{
		0% {transform: translateY(0);}
		50% {transform: translateY(-20px);}
		100% {transform: translateY(0);}
		}

#about{}
	#about h2{
		position: relative;
		padding: 0.5em 0;
		color: #fff;
		font-family: bokutoh-rera, sans-serif;
		z-index: 1;
		}
		#about h2:before{
			content: "";
			position: absolute;
			top: 0;
			left: calc(50% - 50vw);
			width: 100vw;
			height: 100%;
			background: linear-gradient(90deg, #0d55a6, #1fb6c8 , #83de47);
			z-index: -1;
			}
	#about h2+div{
		order: 1;
		}
	#about .wrap{
		position: relative;
		display: flex;
		background: #fff;
		border: 8px solid currentColor;
		overflow: hidden;
		}

#aboutLead{}
	#aboutLead p{
		font-weight: 500;
		line-height: 1.7em;
		}

#aboutData{
	margin-top: 2em;
	}
	#aboutData dl{
		padding: 1em;
		background: #ffe266;
		overflow: hidden;
		}
	#aboutData dt,
	#aboutData dd{
		float: left;
		line-height: 1.7em;
		}
	#aboutData dt{
		clear: both;
		}
		#aboutData dt:after{
			content: "：";
			margin-bottom: 0 0.5em;
			}
	#aboutData p{
		padding: 1em;
		background: rgba(255, 226, 102, 0.5);
		line-height: 1.7em;
		}

#pickup{
	position: relative;
	}
	#pickup h2{
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: 2em;
		font-family: bokutoh-rera, sans-serif;
		line-height: 1em;
		}
		#pickup h2:before{
			content: '★★★';
			margin-bottom: 0.25em;
			color: #12c2c7;
			font-size: 0.5em;
			font-family: 'Noto Sans JP', sans-serif;
			font-weight: 600;
			line-height: 1em;
			}
	#pickup ul{
		display: block;
		margin: 1.5em auto 0;
		}

#aboutCharacter{
	position: relative;
	display: flex;
	flex-direction: column;
	}
	#aboutCharacter:before{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding-top: 100%;
		background: #12c2c7;
		border-radius: 100%;
		opacity: 0.2;
		}
	#aboutCharacter h3{
		align-self: center;
		font-size: 1.5em;
		font-family: bokutoh-rera, sans-serif;
		order: 1;
		}
	#aboutCharacter i{
		position: relative;
		margin: 0 5%;
		z-index: 1;
		}
		#aboutCharacter i:before{
			content: "";
			display: block;
			padding-top: 116.01%;
			}
		#aboutCharacter svg{
			position: absolute;
			top: 0;
			left: 10%;
			width: 90%;
			height: 90%;
			}

#topics{}
	#topics h2{
		display: flex;
		flex-direction: column;
		font-size: 2em;
		font-family: bokutoh-rera, sans-serif;
		}
		#topics h2:before{
			content: attr(data-ruby);
			margin-bottom: 0.5em;
			color: #12c2c7;
			font-size: 0.5em;
			font-family: 'Noto Sans JP', sans-serif;
			font-weight: 600;
			line-height: 1em;
			}
	#topics dl{
		display: flex;
		line-height: 1.7em;
		}
	#topics dt{
		order: 1;
		}
		#topics dt a{
			color: inherit;
			text-decoration: none;
			}
	#topics dd{}
		#topics dd time{
			color: #12c2c7;
			}
	#topics h2+div+div{
		display: flex;
		justify-content: center;
		}
		#topics h2+div+div a{
			width: 100%;
			max-width: 15em;
			}

#contents{
	position: relative;
	background: #ffe266;
	}
	#contents dl{
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		color: #fff;
		overflow: hidden;
		z-index: 1;
		}
		#contents dl:before{
			content: attr(data-ruby);
			align-self: center;
			margin-bottom: 0.5em;
			font-size: 1.25em;
			font-family: 'Noto Sans JP', sans-serif;
			font-weight: 600;
			line-height: 1em;
			}
	#contents dt{
		align-self: center;
		position: relative;
		padding: 0 1em;
		font-size: 2em;
		font-family: bokutoh-rera, sans-serif;
		text-align: center;
		}
		#contents dt:before,
		#contents dt:after{
			content: "";
			position: absolute;
			top: -1.2em;
			width: 3px;
			height: 2em;
			background: currentColor;
			}
		#contents dt:before{
			left: 0;
			transform: rotate(-20deg);
			}
		#contents dt:after{
			right: 0;
			transform: rotate(20deg);
			}
	#contents dt+dd{
		order: -1;
		}
		#contents dt+dd:before{
			content: "";
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			height: 40%;
			background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6) 85%);
			z-index: -1;
			}
	#contents dt+dd+dd{
		margin-top: 1.5em;
		line-height: 1.7em;
		}
		_:-ms-lang(x)::-ms-backdrop, #contents dt+dd+dd{
			width: 100%;
			}
	#contents dd{}
		#contents dd a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 0;
			}
	#contents .thumb{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		z-index: -2;
		}
	#contents .dec{
		position: absolute;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		height: 0;
		padding: 0 1em;
		}
		_:-ms-lang(x)::-ms-backdrop, #contents .dec{
			height: auto;
			}
		#contents .dec:first-child{
			top: 0;
			align-items: flex-end;
			}
		#contents .dec:last-child{
			bottom: 0;
			align-items: flex-start;
			}

#report{
	background: #a0e7e9;
	}
	#report h2{
		position: relative;
		align-self: center;
		background: none;
		z-index: 0;
		}
	#report h2+div{
		margin-top: 3em;
		z-index: 1;
		}
	#report dl{
		position: relative;
		margin: 0.5em;
		}
	#report dt{
		position: absolute;
		padding: 1em;
		bottom: 0;
		width: 100%;
		height: 6em;
		background: rgba(255,255,255,0.8);
		line-height: 1.4em;
		font-weight: bold;
		z-index: 1;
		}
	#report dd{}
		#report dd a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			text-indent: -99999px;
			z-index: 2;
			}
		#report dd a:hover{
			background: rgba(160,231,233,0.2);
			}
	#report .thumb{
		padding-top: 100%;
		border-radius: 40px 0 0 0;
		}
	#report .dec{
		position: absolute;
		top: 0;
		display: flex;
		width: 0;
		height: 100%;
		}
		_:-ms-lang(x)::-ms-backdrop, #report .dec{
			width: auto;
			}
		#report .dec:first-child{
			top: 1em;
			left: 0.5em;
			justify-content: flex-end;
			}
		#report .dec:last-child{
			top: -1em;
			right: -0.25em;
			justify-content: flex-start;
			}
	#report .wrap{
		display: flex;
		flex-direction: column;
		}

#recommend{}
	#recommend h2{
		position: relative;
		align-self: center;
		background: none;
		}
	#recommend dl{
		position: relative;
		display: flex;
		flex-direction: column;
		}
	#recommend dt{
		line-height: 1.7em;
		order: 1;
		}
	#recommend dt+dd{
		margin-bottom: 1em;
		border: 1px solid #cccccc;
		border-radius: 100%;
		overflow: hidden;
		}
	#recommend dt+dd+dd{
		margin-bottom: 0.8em;
		align-self: center;
		}
	#recommend dd{}
		#recommend dd time{
			color: #12c2c7;
			}
		#recommend dd a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 0;
			}
	#recommend .wrap{
		display: flex;
		flex-direction: column;
		}
	#recommend .thumb{
		padding-top: 100%;
		}
	#recommend .dec{
		position: absolute;
		top: 0;
		display: flex;
		width: 0;
		height: 100%;
		z-index: -1;
		}
		_:-ms-lang(x)::-ms-backdrop, #recommend .dec{
			width: auto;
			}
		#recommend .dec:first-child{
			left: 0;
			justify-content: flex-end;
			}
		#recommend .dec:last-child{
			right: 0;
			justify-content: flex-start;
			}

#digitalMap{}
	#digitalMap h2{
		position: relative;
		align-self: center;
		background: none;
		}
		#digitalMap h2+div{
			margin-top: 4em;
			width: 100%;
			}
	#digitalMap .wrap{
		display: flex;
		flex-direction: column;
		align-items: center;
		}
		#digitalMap ul{
			margin-top: 1em;
			list-style-type: none;
		}
		#digitalMap li::before{
			content: "※";
		}
		#digitalMap li > a{
			display: inline-block;
			padding: 0 0.5em;
		}
	#digitalMap .dec{
		position: absolute;
		top: 0;
		display: flex;
		width: 0;
		height: 100%;
		z-index: -1;
		}
		#digitalMap .dec:first-child{
			/* top: 1em; */
			left: 1em;
			justify-content: flex-end;
			}
		#digitalMap .dec:last-child{
			right: 0;
			justify-content: flex-start;
			}

#area{
	border-top: 1px solid #12c2c7;
	}
	#area h2{
		position: relative;
		align-self: center;
		background: none;
		}
		#area h2+div{
			margin-top: 4em;
			width: 100%;
			}
	#area a{
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.2em;
		color: #333;
		}
		#area a:hover{
			color: #fff;
			text-decoration: none;
			}
	#area .wrap{
		display: flex;
		flex-direction: column;
		align-items: center;
		}
	#area .dec{
		position: absolute;
		top: 0;
		display: flex;
		width: 0;
		height: 100%;
		z-index: -1;
		}
		#area .dec:first-child{
			left: 0;
			justify-content: flex-end;
			}
		#area .dec:last-child{
			right: 0;
			justify-content: flex-start;
			}
#areaMap{
	border-radius: 20px;
	}
	#areaMap svg{
		width: 100%;
		height: 100%;
		border-radius: 20px;
		}
	#areaMap use{
		fill-opacity: 0;
		stroke: #fff;
		stroke-width: 0.5px;
		transition-duration: 0.2s;
		transition-timing-function: ease-ou
		}
	#areaMap rect{
		fill: #fff;
		stroke-width: 2px;
		stroke: #61c1be;
		}
	#areaMap text{
		font-weight: 500;
		color: #333;
		}
	#areaMap a.hokusei{}
		#areaMap a.hokusei:hover{}
			#areaMap a.hokusei:hover use{
				fill-opacity: 1;
				fill: #f6a6ae;
				}
			#areaMap a.hokusei:hover rect{
				fill: #d8278d;
				stroke: #fff;
				}
			#areaMap a.hokusei:hover text{
				color: #fff;
				}
	#areaMap a.chunansei{}
			#areaMap a.chunansei:hover use{
				fill-opacity: 1;
				fill: #aed8a1;
				}
			#areaMap a.chunansei:hover rect{
				fill: #14931d;
				stroke: #fff;
				}
			#areaMap a.chunansei:hover text{
				color: #fff;
				}
	#areaMap a.iseshima{}
			#areaMap a.iseshima:hover use{
				fill-opacity: 1;
				fill: #feda94;
				}
			#areaMap a.iseshima:hover rect{
				fill: #dd603a;
				stroke: #fff;
				}
			#areaMap a.iseshima:hover text{
				color: #fff;
				}
	#areaMap a.iga{}
			#areaMap a.iga:hover use{
				fill-opacity: 1;
				fill: #c2bcde;
				}
			#areaMap a.iga:hover rect{
				fill: #8d3add;
				stroke: #fff;
				}
			#areaMap a.iga:hover text{
				color: #fff;
				}
	#areaMap a.higashikishu{}
			#areaMap a.higashikishu:hover use{
				fill-opacity: 1;
				fill: #70cfed;
				}
			#areaMap a.higashikishu:hover rect{
				fill: #1897f5;
				stroke: #fff;
				}
			#areaMap a.higashikishu:hover text{
				color: #fff;
				}

#external{
	position: relative;
	}
	#external .bg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #c9e2f0;
		z-index: -1;
		}
	#external .dec{
		position: relative;
		}
		#external .dec:before{
			content: "";
			display: block;
			padding-top: 4.57%;
			}
		#external .dec svg{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			fill: #fff;
			}

#banner{}
	#banner ul{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		}
	#banner li{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50%;
		}
	#banner img{
		width: auto;
		max-width: 100%;
		height: auto;
		}

.screen{
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	background: rgba(0,0,0,0.5);
	z-index: 130;
	}
	.screen.open{
		opacity: 1;
		}
	.screen .popup{
		position: relative;
		display: inline-block;
		}
	.screen menu{
		position: absolute;
		top: -1.5em;
		right: 0;
		width: 3em;
		height: 3em;
		margin: 0;
		padding: 0;
		background: currentColor;
		border-radius: 100%;
		cursor: pointer;
		z-index: 10;
		}
		.screen menu svg{
			position: absolute;
			top: 30%;
			left: 30%;
			width: 40%;
			height: 40%;
			fill: #fff;
			}
.slick-arrow{
	position: absolute;
	top: 50%;
	width: 3em;
	height: 3em;
	margin-top: -1.5em;
	fill: #1a140d;
	cursor: pointer;
	z-index: 1;
	}
	.slick-arrow svg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		}
.slick-prev{
	left: 0;
	}
.slick-next{
	right: 0;
	}


/* for all */
@media (max-width: 1199.98px) {
/*1199px以下*/
}
@media (max-width: 991.98px) {
/*991px以下*/
#hero{}
	#hero h1+div{}
		#hero h1+div a{
			font-size: 1.2em;
			}
#about{}
	#about h2+div{
		flex-direction: column;
		}
}


/* for mobile */
@media (max-width: 767.98px) {
/*767px以下*/
#about{}
	#about h2{
		font-size: 1.5em;
		}
	#about .wrap{
		max-height: 80vh;
		overflow-y: scroll;
		padding: 1em;
		border-radius: 1em;
		}
#pickup{}
	#pickup ul{
		width: 100%;
		}
#aboutCharacter{}
	#aboutCharacter h3{
		font-size: 1.3em;
		}
	#aboutCharacter i{
		margin: 2em 8% 0;
		}
#topics{}
	#topics h2{
		align-items: center;
		}
	#topics h2+div,
	#topics h2+div+div{
		margin-top: 2em;
		}
#contents{}
	#contents > span{}
		#contents > span i{
			transform: scale(0.8);
			}
	#contents dl{
		padding: 1em;
		border-radius: 2em 0 0 0;
		}
	#contents .dec{}
		#contents .dec:first-child{
			right: -4em;
			}
		#contents .dec:last-child{
			left: -7em;
			}
		#contents .dec i{
			transform: scale(0.6);
			}
	_:-ms-lang(x)::-ms-backdrop, #contents .dec:first-child{
		top: -4em;
		}
	_:-ms-lang(x)::-ms-backdrop, #contents .dec:last-child{
		bottom: -4em;
		}
#report{}
	#report h2+div{
		margin-top: 1.5em;
		}
	#report .dec{}
		#report .dec:first-child{
			top: 1em;
			left: 2em;
			}
		#report .dec:last-child{
			top: -1.5em;
			right: 1.5em;
			}
		#report .dec i{
			transform: scale(0.6);
			}
#recommend{
	margin-top: 2em;
	}
	#recommend .dec{}
		#recommend .dec:first-child{
			top: 1em;
			left: 1.5em;
			}
		#recommend .dec:last-child{
			top: -1.5em;
			right: 1.5em;
			}
		#recommend .dec i{
			transform: scale(0.6);
			}
	_:-ms-lang(x)::-ms-backdrop, #recommend .dec:first-child{
		left: -1.5em;
		}
	_:-ms-lang(x)::-ms-backdrop, #recommend .dec:last-child{
		right: -1.5em;
		}
#digitalMap{
	padding-top: 4em;
	}
	#digitalMap .dec{}
		#digitalMap .dec:first-child{
			top: 0.5em;
			left: 2em;
			}
		#digitalMap .dec:last-child{
			top: -1.5em;
			right: 1.5em;
			}
		#digitalMap .dec i{
			transform: scale(0.6);
			}
	#digitalMap h2+div {
		margin-top: 2em;
		}
#area{
	padding-top: 4em;
	}
	#area .dec{}
		#area .dec:first-child{
			top: 0.5em;
			left: 2em;
			}
		#area .dec:last-child{
			top: -1.5em;
			right: 1.5em;
			}
		#area .dec i{
			transform: scale(0.6);
			}
	#area h2+div {
		margin-top: 2em;
		}
#external{}
	#external .dec{
		top: -2em;
		}
#banner{
	margin-top: 2em;
	}
}
@media (max-width: 767.98px) and (orientation:portrait) {
/*767px以下 縦向き*/
#hero{}
	#hero h1+div{
		align-self: center;
		margin-top: 2em;
		}
	#topics dl+dl{
		margin-top: 1em;
		}
#about{}
	#about .wrap{
		flex-direction: column;
		padding: 1em;
		border-radius: 1em;
		}
#aboutLead{
	margin-top: 2em;
	}
#topics{}
	#topics dl{
		flex-direction: column;
		}
	#topics dd{
		margin-bottom: 0.5em;
		}
#contents{}
	#contents dl{
		height: calc(100vw - 3em);
		}
	#contents dl+dl{
		margin-top: 1.5em;
		}
#recommend{}
	#recommend dl{
		margin-top: 1.5em;
		}
#banner{}
	#banner ul{
		margin: -0.5em;
		}
	#banner li{
		padding: 0.5em;
		}
}
@media (max-width: 767.98px) and (orientation:landscape) {
/*767px以下 横向き*/
#about{}
	#about h2+div+div{
		width: calc(40% - 2em);
		}
#contents{}
	#contents dl{
		width: calc(50% - 0.75em);
		height: calc(50vw - 2.25em);
		}
	#contents dl:nth-of-type(n+3){
		margin-top: 1.5em;
		}
#recommend{}
	#recommend dl{
		width: calc(33.33% - 0.66em);
		margin-top: 2em;
		}
		#recommend dl:nth-of-type(n+2){
			margin-left: 1em;
			}
}
@media (max-width: 767.98px) and (orientation:landscape), (min-width: 768px) {
/*767px以下 横向き, 768px以上,*/
#hero{}
	#hero h1{
		width: calc(100% - 25em);
		max-width: 460px;
		}
	#hero h1+div{
		align-self: flex-end;
		}
#about{}
	#about h2{
		width: 100%;
		}
	#about h2+div,
	#about h2+div+div{
		margin-top: 2em;
		}
	#about h2+div{
		width: 60%;
		}
	#about .wrap{
		flex-wrap: wrap;
		justify-content: space-between;
		}
#pickup{}
	#pickup ul{
		width: 100%;
		}
#topics{}
	#topics dl{
		justify-content: space-between;
		align-items: flex-start;
		}
	#topics dl+dl{
		margin-top: 1.5em;
		}
	#topics dt{
		width: calc(100% - 7em);
		}
	#topics dd{
		width: 6em;
		}
#contents{}
	#contents .wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		}
#recommend{}
	#recommend h2+div{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		}
	#recommend dl{}
/*		#recommend dl:nth-of-type(3n+2){
			margin-right: auto;
			}*/
#digitalMap{
	padding-top: 5em;
	}
	#digitalMap h2{
		padding: 0.8em 2em;
		}
	#digitalMap .dec{}
		#digitalMap .dec:first-child{
			top: 1em;
			left: 1em;
			}
		#digitalMap .dec:last-child{
			top: -1.5em;
			right: 0.5em;
			}
#area{
	padding-top: 5em;
	}
	#area h2{
		padding: 0.8em 2em;
		}
	#area .dec{}
		#area .dec:first-child{
			top: 1em;
			left: 1em;
			}
		#area .dec:last-child{
			top: -1.5em;
			right: 0.5em;
			}
}
@media (max-width: 767.98px) and (orientation:landscape), (min-width: 768px) and (max-width: 991.98px) {
/*767px以下 横向き, 768px～991px*/
#hero{}
	#hero h1+div{
		margin-top: -10em;
		}
#about{}
	#about h2+div+div{
		align-self: flex-start;
		}
#banner{}
	#banner ul{
		margin: -0.75em;
		}
	#banner li{
		padding: 0.75em;
		}
}


/* for TabletPC */
@media (min-width: 768px) {
/*768px以上*/
#about{}
	#about h2,
	#about h3{
		font-size: 1.5em;
		}
#topics{}
	#topics .wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		}
	#topics h2+div{
		width: calc(100% - 14em);
		}
	#topics h2+div+div{
		width: 100%;
		}
#contents{}
	#contents dl{
		padding: 1.5em;
		}
#recommend{}
	#recommend h2{
		padding: 0.8em 2em;
		}
	#recommend .dec{}
		#recommend .dec:first-child{
			top: 1em;
			left: 1em;
			}
		#recommend .dec:last-child{
			top: -2.5em;
			right: 1.5em;
			}
	_:-ms-lang(x)::-ms-backdrop, #recommend .dec:first-child{
		left: -2.5em;
		}
	_:-ms-lang(x)::-ms-backdrop, #recommend .dec:last-child{
		right: -2.5em;
		}
#external{}
	#external .wrap{
		display: flex;
		justify-content: space-between;
		}
.screen{}
	.screen menu{
		right: -1.5em;
		margin: 4px;
		}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
/*768px～1199px*/
}
@media (min-width: 768px) and (max-width: 991.98px) {
/*768px～991px*/
#about{}
	#about h2+div+div{
		width: calc(40% - 3em);
		}
	#about .wrap{
		padding: 2em;
		border-radius: 2em;
		}
#topics{}
	#topics h2+div+div{
		margin-top: 3em;
		}
#contents{}
	#contents dl{
		width: calc(50% - 1.5em);
		height: calc(362px - 1.5em);
		border-radius: 3em 0 0 0;
		}
	#contents dl:nth-of-type(n+3){
		margin-top: 3em;
		}
	_:-ms-lang(x)::-ms-backdrop, #contents .dec:first-child{
		top: -3em;
		}
	_:-ms-lang(x)::-ms-backdrop, #contents .dec:last-child{
		bottom: -3em;
		}
#recommend{
	margin-top: 3em;
	}
	#recommend dl{
		width: calc(33.33% - 1.33em);
		margin-top: 3em;
		}
		#recommend dl:nth-of-type(n+2){
			margin-left: 2em;
			}
#external{}
	#external .dec{
		top: -3em;
		}
#twitter,
#banner{
	width: calc(50% - 1.5em);
	}
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
#body{}
	#body:not(.nav).scrollTop #nav{
		color: inherit;
		}
		#body:not(.nav).scrollTop #nav ul{
			background: rgba(255,255,255,0.4);
			border-radius: 0 0 0 30px;
			}
#nav{}
	#nav ul{
		background: all 0.2s ease-out;
		}
#hero{}
	#hero h1+div{
		margin-top: -12em;
		}
		#hero h1+div a{
			font-size: 1.5em;
			}
#about{}
	#about h2+div+div{
		width: calc(40% - 4em);
		}
	#about .wrap{
		align-items: center;
		padding: 30px 4em;
		border-radius: 30px;
		}
#aboutData{
	display: flex;
	}
	#aboutData dl{
		width: 13em;
		}
	#aboutData p{
		width: calc(100% - 13em);
		}
#topics{}
	#topics h2+div+div{
		margin-top: 4em;
		}
#contents{}
	#contents dl{
		width: calc(50% - 2em);
		border-radius: 40px 0 0 0;
		}
	#contents dl:nth-of-type(n+3){
		margin-top: 4em;
		}
	_:-ms-lang(x)::-ms-backdrop, #contents .dec:first-child{
		top: -4em;
		}
	_:-ms-lang(x)::-ms-backdrop, #contents .dec:last-child{
		bottom: -4em;
		}
#report{}
	#report .slick-track{ /* 3件までの場合 */
/* 		width: auto!important; */
		}
#recommend{
	margin-top: 4em;
	}
	#recommend dl{
		width: calc(33.33% - 3em);
		margin-top: 4em;
		}
		#recommend dl:nth-of-type(n+2){
			margin-left: 4em;
			}
#area{
	padding-top: 6em;
	}
	#area h2+div{
		width: 80%;
		}
#external{}
	#external .dec{
		top: -4em;
		}
#twitter,
#banner{
	width: calc(50% - 2em);
	}
#banner{}
	#banner ul{
		margin: -1em;
		}
	#banner li{
		padding: 1em;
		}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
/*992px～1199px*/
#contents{}
	#contents dl{
		height: calc(470px - 2em);
		}
}
@media (min-width: 1200px) {
/*1200px以上*/
#contents{}
	#contents dl{
		height: calc(585px - 2em);
		}
#pickup{}
	#pickup ul{
		position: relative;
		width: 100%;
		max-width: 580px;
		}
	#pickup ul:before,
	#pickup ul:after{
		content: "";
		position: absolute;
		width: 300px;
		height: 93px;
		top: 50%;
		transform: translateY(-50%);
		}
	#pickup ul:before{
		left: -346px;
		background: url("../images/pickupImg-01.svg") no-repeat;
		background-size: contain;
		}
	#pickup ul:after{
		right: -346px;
		background: url("../images/pickupImg-02.svg") no-repeat;
		background-size: contain;
		}
}
