@charset "utf-8";

/* CSS Document */
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#firstview.loaded .mainview .layer4{
	animation: fadein .5s ease-in 1s 1 normal forwards;
}
#firstview.loaded .mainview .layer2{
	top: 0;
	transition: all 2s ease;
}

@media all{
	
#firstview{
	background: #fff000;
	padding-bottom: 80px;
}
	#firstview .mainview .layer2{
		position: absolute;
		top: 20vw;
		left: 0;
		width: 100%;
	}
	#firstview .mainview .layer3{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
h2{
	display: block;
	position: relative;
	text-align: center;
	font-size: 2.5rem;
}
#oshirase h2{
	padding-top: 50px;
	margin-bottom: 80px;
}
#about h2{
	padding-top: 60px;
	margin-bottom: 100px;
}
#activity h2{
	padding-top: 60px;
	margin-bottom: 40px;
}
#connect h2{
	padding-top: 60px;
	margin-bottom: 40px;
}
h2 span{
	position: absolute;
	font-size: 1.66rem;
	top: -40px;
	left: calc(50% - 84px);
	width: 168px;
	height: 90px;
	background: url("/images/kazari_title.png") no-repeat;
	background-size: contain;
	text-align: center;
}

/*news.cssと共通ここから*/
#newslist{
	width: calc(100% - 40px);
	max-width: 1000px;
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
}
#newslist li{
	width: calc(100% / 3);
	padding: 0 30px;
	box-sizing: border-box;
}
#newslist li .image{
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
#newslist li .image::before{
	content: "";
	display: block;
	padding-top: 73%;
}
#newslist li .image .child{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
#newslist li .newsicon{
	margin-bottom: 0.5rem;
}
#newslist li .newsicon span{
	font-family: A1 Gothic M, sans-serif;
	display: none;
	font-size: 1rem;
	margin: 0 0.5em 0.5em 0;
	text-align: center;
	padding: 0.4em 1em 0.2em;
	border-radius: 1em;
	color: #fff;
}
#slug-news.newsicon span.blu{
	display: inline-block;
	background: #00b4ed;
}
#slug-activity.newsicon span.grn{
	display: inline-block;
	background: #99c84a;
}
#slug-event.newsicon span.pnk{
	display: inline-block;
	background: #ff8ae9;
}
#slug-volunteer.newsicon span.org{
	display: inline-block;
	background: #ffba5c;
}
#newslist li .title{
	font-size: 1.66rem;
}
#newslist li .expl{
	font-size: 1.33rem;
	word-break: break-all;
	margin-bottom: 0.5em;
}
/*news.cssと共通ここまで*/
	
	#about{
		padding: 40px 0 0;
	}
	#about .abouttxt{
		width: calc(100% - 40px);
		max-width: 700px;
		margin: 0 auto 100px;
		padding-left: 170px;
		box-sizing: border-box;
		background: url("/images/logo_a.png") no-repeat;
		background-size: contain;
		background-position: left center;
		font-size: 1.16rem;
		line-height: 2em;
		text-align: justify;
	}

	#gamagoriginal{
		width: calc(100% - 40px);
		max-width: 770px;
		margin: 0 auto 60px;
		padding: 30px 100px;
		box-sizing: border-box;
		background: #fff;
		border-radius: 6px;
		text-align: center;
	}
	#gamagoriginal h3{
		font-size: 1.66rem;
		margin-bottom: 1em;
	}
	#gamagoriginal .h3sub{
		font-size: 1.5rem;
		margin-bottom: 1em;
	}
	#gamagoriginal .h3sub span{
		font-size: 2.98rem;
		margin-left: 0.5em;
	}
	#gamagoriginal .text{
		font-size: 1.16rem;
		line-height: 2em;
		padding-left: 170px;
		background: url("/images/mark_gamagoriginal.png") no-repeat;
		background-size: contain;
		background-position: left center;
		text-align: justify;
	}
	
	#activity{
		padding: 120px 10px;
	}
	.actconn{
		width: 100%;
		max-width: 700px;
		margin: 0 auto 120px;
		display: flex;
		flex-wrap: wrap;
	}
	.actconn li{
		width: 50%;
		padding: 0 30px 40px;
		box-sizing: border-box;
		margin-bottom: 40px;
		position: relative;
	}
	.actconn li .image{
		width: 100%;
		border-radius: 6px;
		box-sizing: border-box;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.actconn li h3{
		text-align: center;
		font-size: 2rem;
		line-height: 1.2em;
		margin-bottom: 0.5em;
	}
	.actconn li .text{
		font-size: 1.16rem;
		margin-bottom: 1em;
	}
	.actconn li .sitelink{
		font-family: A1 Gothic B, sans-serif;
		position: absolute;
		display: block;
		font-size: 1.5rem;
		width: calc(100% - 6em);
		bottom: 0;
		left: 3em;
		text-align: center;
		padding: 0.5em 1em 0.3em;
		box-sizing: border-box;
		border: solid 1px #000;
		border-radius: 1.2em;
	}
	.actconn li .sitelink:hover{
		background: #f0f0f0;
		opacity: 1;
	}
	
	#letus{
		padding: 120px 0 1px;
		text-align: center;
		background: #fff000;
	}
	#letus h2{
		font-size: 3.33rem;
		margin-bottom: 1em;
	}
	#letus .letusdscrpt{
		font-size: 1.16rem;
		width: calc(100% - 40px);
		max-width: 550px;
		margin: 0 auto 80px;
		text-align: justify;
	}
	#citysales{
		padding-bottom: 40px;
	}
	#citysales h3{
		font-size: 2.5rem;
		margin-bottom: 40px;
	}
	#citysales ul{
		width: calc(100% - 40px);
		max-width: 738px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#citysales li{
		width: calc(25% - 10px);
	}
	#citysales li img{
		margin-bottom: 10px;
	}
	#citysales li p{
		font-family: A1 Gothic B, sans-serif;
		font-size: 1.16rem;
	}
	.getinfo{
		width: calc(100% - 100px);
		max-width: 300px;
		margin: 0 auto 80px;
	}
	.linebefore{
		margin-bottom: 5px;
	}
	.linkline{
		display: block;
		width: 100%;
		padding: 0 40px;
		border-radius: 5px;
		box-sizing: border-box;
		margin: 0 auto;
		background: #00b900;
	}
	#support{
		width: calc(100% - 20px);
		max-width: 926px;
		margin: 0 auto 80px;
		background: #fff;
		border-radius: 10px;
		text-align: center;
		padding: 100px 90px;
		box-sizing: border-box;
	}
	#support h3{
		font-size: 2.5rem;
		margin-bottom: 40px;
	}
	#support .h3sub{
		font-family: A1 Gothic B, sans-serif;
		font-size: 1.5rem;
		margin-bottom: 40px;
	}
	#support .text{
		font-size: 1.16rem;
		margin: 0 20px 80px;
		text-align: justify;
	}
	#support .application{
		margin-bottom: 100px;
	}
	#support .application dl{
		width: calc(100% - 40px);
		max-width: 370px;
		margin: 0 auto;
		line-height: 1.7;
	}
	#support .application dt{
		font-family: A1 Gothic B, sans-serif;
		font-size: 2.16rem;
	}
	#support .application dd{
		font-size: 1.33rem;
		margin-bottom: 1em;
	}
	#support .application dt.tote{
		position: relative;
	}
	#support .application dd.tote{
		padding: 1em 140px 1em 0;
		box-sizing: border-box;
		text-align: justify;
	}
	#support .application dt.tote img{
		width: 130px;
		height: auto;
		position: absolute;
		top: 2.16rem;
		right: 0;
	}
	#support .prflyer{
		width: 300px;
		margin: 0 auto 40px;
		text-align: right;
	}
	#support .prflyer img{
		box-shadow: 0 0 15px #231815;
		margin-bottom: 15px;
	}
	#support .prflyer a{
		font-size: 1.16rem;
		color: #00a0e9;
	}
	#support .btnapl{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 80px;
	}
	#support .btnapl li a{
		font-family: A1 Gothic B, sans-serif;
		font-size: 1.5rem;
		width: 17.5em;
		margin: 0 10px;
		display: block;
		text-align: center;
		padding: 0.5em 0.5em 0.3em;
		box-sizing: border-box;
		border: solid 1px #000;
		border-radius: 1.2em;
		transition: .3s;
	}
	#support .btnapl li a:hover{
		background: #f0f0f0;
		opacity: 1;
	}
	#support .apllink{
		width: 100%;
		background: #00a0e9;
		padding: 30px 20px;
		box-sizing: border-box;
		border-radius: 20px;
		text-align: center;
		margin-bottom: 80px;
	}
	#support .apllink .title{
		color: #fff;
		font-size: 2.16rem;
		margin-bottom: 0.5em;
	}
	#support .apllink .btnapllnk{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#support .apllink .btnapllnk li a{
		font-family: A1 Gothic B, sans-serif;
		font-size: 1.5rem;
		width: 17.5em;
		margin: 0 10px;
		display: block;
		text-align: center;
		padding: 0.5em 0.5em 0.3em;
		box-sizing: border-box;
		background: #fff;
		border-radius: 1.2em;
		transition: .3s;
	}
	#support .apllink .btnapllnk li a:hover{
		background: #f0f0f0;
		opacity: 1;
	}
	#supportoffice{
		font-family: A1 Gothic B, sans-serif;
	}
	#supportoffice .title{
		font-size: 2.5rem;
		margin-bottom: 20px;
	}
	#supportoffice .title span{
		display: block;
		font-size: 0.5em;
	}
	#supportoffice ul{
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#supportoffice li{
		width: 25%;
		padding: 0 14px 20px;
		box-sizing: border-box;
	}
	
	#instagram{
		padding: 80px 0 60px;
		background: #fff000;
	}
	#instagram h2{
		font-size: 2.5rem;
		margin-bottom: 40px;
		position: relative;
	}
	#instagram h2::before{
		content: "";
		display: block;
		position: absolute;
		width: 48px;
		height: 48px;
		top: -80px;
		left: calc(50% - 24px);
		background: url("/images/icon_instagram.png") no-repeat;
		background-size: contain;
	}
	#instagram .feedbox{
		width: 100%;
		max-width: 926px;
		margin: 0 auto;
	}
	
}


@media screen and (max-width: 567px){

h2{
	font-size: 1.5rem;
}
h2 span{
	position: absolute;
	font-size: 1.16rem;
	top: -14px;
	left: calc(50% - 54px);
	width: 108px;
	height: 60px;
	background: url("/images/kazari_title.png") no-repeat;
	background-size: contain;
	text-align: center;
}
	
#firstview{
	padding-bottom: 40px;
}
	#firstview .mainview{
		display: block;
		height: 154vw;
		overflow: hidden;
		position: relative;
	}
	#firstview .mainview .layer4{
		position: absolute;
		bottom: 17vw;
		left: calc(50% - 19vw);
		width: 40vw;
		opacity: 0;
	}

#oshirase{
	padding: 0 0 120px;
}
#newslist li{
	width: 100%;
	padding: 0 0 40px;
}
#newslist li .expl{
	font-size: 1rem;
}

	#about .abouttxt{
		margin: 0 auto 50px;
		padding-left: 0;
		padding-top: 200px;
		background: url("/images/logo_a.png") no-repeat;
		background-size: 40%;
		background-position: center top;
		font-size: 1rem;
	}
	#gamagoriginal h3{
		font-size: 1.16rem;
	}
	#gamagoriginal{
		margin: 0 auto 40px;
		padding: 30px 20px;
	}
	#gamagoriginal .h3sub{
		font-size: 1rem;
	}
	#gamagoriginal .h3sub span{
		display: block;
		font-size: 1.5rem;
	}
	#gamagoriginal .text{
		font-size: 1rem;
		padding-left: 0;
		padding-top: 170px;
		background: url("/images/mark_gamagoriginal.png") no-repeat;
		background-size: 40%;
		background-position: center top;
	}
	
	#activity{
		padding: 120px 10px 40px;
	}
	.actconn{
		margin: 0 auto 0;
	}
	.actconn li{
		padding: 0 10px 40px;
		margin-bottom: 40px;
	}
	.actconn li .image{
		margin-bottom: 10px;
	}
	.actconn li h3{
		font-size: 1.16rem;
		margin-bottom: 0.2em;
	}
	.actconn li .text{
		font-size: 0.9rem;
	}
	.actconn li .sitelink{
		font-size: 1rem;
		width: calc(100% - 1em);
		left: 0.5em;
	}
	
	#letus{
		padding: 60px 0 20px;
	}
	#letus h2{
		font-size: 1.5rem;
		margin-bottom: 1em;
	}
	#letus .letusdscrpt{
		font-size: 1rem;
	}
	#citysales h3{
		font-size: 1.5rem;
	}
	#citysales li{
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	.getinfo h3{
		font-size: 1.5rem;
	}
	.getinfo h3::after{
		bottom: -65px;
	}
	
	#support{
		padding: 40px 5px;
		margin: 0 auto 20px;
	}
	#support h3{
		font-size: 1.5rem;
		margin-bottom: 40px;
	}
	#support .h3sub{
		font-size: 1.16rem;
	}
	#support .text{
		font-size: 1rem;
	}
	#support .application{
		margin-bottom: 50px;
	}
	#support .application dl{
		display: flex;
		flex-wrap: wrap;
	}
	#support .application dt{
		font-size: 1.16rem;
		width: 6em;
		text-align: left;
	}
	#support .application dd{
		font-size: 1.16rem;
		width: calc(100% - 6em);
		text-align: justify;
		margin-bottom: 0.3em;
	}
	#support .application dt.tote{
		position: relative;
	}
	#support .application dd.tote{
		padding: 0 0 2em 0;
	}
	#support .application dd.tote p{
		font-size: 1rem;
	}
	#support .application dt.tote img{
		width: 5em;
		height: auto;
		top: 1.66rem;
		right: 0.5rem;
	}
	#support .prflyer a{
		display: none;
	}
	#support .btnapl{
		width: 100%;
		margin: 0 auto 40px;
	}
	#support .btnapl li a{
		font-size: 1rem;
		margin: 0 10px 20px;
	}
	#support .apllink{
		width: calc(100% - 40px);
		padding: 24px 20px 10px;
		margin: 0 auto 60px;
	}
	#support .apllink .title{
		font-size: 1.33rem;
	}
	#support .apllink .btnapllnk li a{
		font-size: 1rem;
		width: 16em;
		margin: 0 10px 20px;
	}
	#supportoffice .title{
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	#supportoffice ul{
		width: 100%;
	}
	#supportoffice li{
		width: 50%;
		padding: 0 10px 20px;
	}
	
	#instagram{
		padding: 120px 0 60px;
		background: #fff;
	}
	#instagram h2{
		font-size: 1.5rem;
		margin-bottom: 40px;
	}
	
}

@media screen and (min-width: 568px) and (max-width: 1024px){

	#firstview .mainview{
		display: block;
		height: 63vw;
		overflow: hidden;
		position: relative;
	}
	#firstview .mainview .layer4{
		position: absolute;
		bottom: 14vw;
		left: calc(50% - 17vw);
		width: 36vw;
		opacity: 0;
	}
	
#oshirase{
	padding: 0 0 120px;
	margin-top: -60px;
}
	
	#gamagoriginal{
		padding: 30px 40px;
	}
	
	#support{
		padding: 40px 10px;
		margin: 0 auto 40px;
	}
	
}

@media screen and (min-width: 1025px), print{

	#firstview .mainview{
		display: block;
		height: 63vw;
		overflow: hidden;
		position: relative;
	}
	#firstview .mainview .layer4{
		position: absolute;
		bottom: 14.4vw;
		left: calc(50% - 17vw);
		width: 36vw;
		opacity: 0;
	}
	
#oshirase{
	padding: 0 0 120px;
	margin-top: -60px;
}
	
	
}
