@charset "UTF-8";


/* --------------------------------------------------

reset

-------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
img, a {
	vertical-align: top;
	max-width: 100%;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
*, *:before, *:after {
	box-sizing: border-box;
}
a:focus, *:focus { outline:none !important; }
/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */ 

/* --------------------------------------------------
fonts
-------------------------------------------------- */



/* --------------------------------------------------
link
-------------------------------------------------- */

a:link {
	color: #003F98;
}
a:visited {
	color: #282828;
	text-decoration: none;
}
a:hover {
	color: #282828;
	text-decoration: none;
}
a:active {
	color: #282828;
	text-decoration: none;
}
a {
	transition: .2s linear;
}
a img {
	transition: opacity .2s ease-out;
}
a:hover img {
	opacity: 0.5;
}
a:focus {
	outline: 1px dotted #ccc;
}

@media screen and (max-width: 800px) {
a:hover {
	opacity: 1;
}
}
/* --------------------------------------------------
html
-------------------------------------------------- */

html {
	font-size: 62.5%;
	height: 100%;
}

@media screen and (max-width: 1080px) {
html {
	font-size: 58.12%; /* 1.4rem */
}
}

@media screen and (max-width: 600px) {
html {
	font-size: 53.75%; /* 1.3rem */
}
}

@media screen and (max-width: 400px) {
html {
	font-size: 50%; /* 1.2rem */
}
}
/* --------------------------------------------------
body
-------------------------------------------------- */
#contents {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
body {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.6;
	height: 100%;
	min-height: 100%;
	color: #202020;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	position: relative;
	background: #fff;
}

#header {
	position: relative;
}
#header .h-logo a{
	position: absolute;
	z-index: 5;
	margin: 2em;
	width: 20%;

}
.main-area-top {
	position: relative;
}
.ttl-txt {
	position: absolute;
	z-index: 5;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
}
.main-area-top img{
	min-width: 100%;
}

@media screen and (max-width: 900px) {
	.ttl-txt {
		top: 40%;
		left: 50%;
		transform: translateX(-50%);
		width: 80%;
	}
}

.slider-out-wrap {
    position: relative;
}
.main-area-top .slider-block .swiper-slide {
    position: relative;
}
.slider-out-wrap .swiper-tool {
	position: absolute;
	bottom: 2em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;

}

.slider-out-wrap .swiper-tool .swiper-pagination {
    display: inline-block;
    width: auto;
    position: relative;
    bottom: auto;
}
.slider-out-wrap .swiper-tool .stopbtn-block {
    display: inline-block;
}
.slider-out-wrap .stopbtn02 {
    width: 3em;
    height: 3em;
    color: #fff;
    background: #fff;
    text-indent: -200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    position: absolute;
    cursor: pointer;
    border: none;
    bottom: 2em;
	z-index: 5;
}

.sp-only {
	display: none;
}
@media screen and (max-width: 900px) {
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
}

.sp-br {
	display: none;
}
@media screen and (max-width: 900px) {
	.sp-br {
		display: block;
	}
}

.ttl-block {
	margin-bottom: 3em;
	text-align: center;
}
.ttl-block img{
	text-align: center;
	height: 50px;
}
.ttl-block h2{
	font-size: 4.0rem;
	margin-top: 1em;
}

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

	.ttl-block {
		margin-bottom: 2em;
		text-align: left;
	}
	.ttl-block img{
		height: 45px;
	}
	.ttl-block h2{
		font-size: 160%!important;
		margin-top: 0;
	}
}


/* --------------------------------------------------
scroll_down
-------------------------------------------------- */

.down-area {
	position: relative;
	padding: 100px;
}

.scroll_down{
  position:absolute;
  bottom: 1%;
  left:7%;
  animation: arrowmove 1s ease-in-out infinite;
}

.scroll_down img{
    width: 25px;
	margin:0 1em 2em 0;
}

.scroll_down:before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 6px;
    width: 1.5px;
    height: 20px;
    background: #000;
    transform: skewX(31deg);
}

.scroll_down:after{
  content:"";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 1.5px;
  height: 110px;
  background:#000;
}

@keyframes arrowmove{
   0%{bottom:1%;}
   50%{bottom:7%;}
   00%{bottom:1%;}
}
@media screen and (max-width: 900px) {
	.down-area {
		padding: 70px;
	}
	.scroll_down img{
		width: 15px;
	}
	.scroll_down:after{
		width: 1px;
		height: 90px;
	}
	.scroll_down:before{
		width: 1px;
		height: 15px;
		right: 4.5px;
	}
}


/* --------------------------------------------------
read-area
-------------------------------------------------- */

.read {
	position: relative;
	margin-bottom: 15em;
}

.read-area{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	z-index: 1;
	text-align: center;
	position: relative;
}
.read-area::before{
	content: "";
	position: absolute;
	background: url(../img/tanuki.png) no-repeat center center / contain;
	width: 300px;
	height:300px;
	top: 6em;
	left: -4em;
	display: block;
	z-index: 5;
}
.read::after{
	content: "";
	position: absolute;
	background: url(../img/kumamoto-map.png) no-repeat center center / contain;
	width: 800px;
	height:600px;
	top: -1em;
	right: -2em;
	display: block;
	z-index: -1;
}
.read-area h2{
	width:90%;
	margin:0 auto 1em auto;
	text-align:center;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	font-weight: 600;
}
.read-area h2 span{
	font-size: 3.5rem;
	position: relative;
	letter-spacing: 0.1em;
}
.read-area h2 span::before{
	content: "";
	position: absolute;
	background:#E6E1BC;
	width: 100%;
	height: 60%;
	z-index: -1;
	bottom: 0;
}
.read-area p{
	width:60%;
	margin:0 auto 2em auto;
	text-align:center;
	font-size: 1.6rem;
	line-height: 1.7em;
	letter-spacing: 0.07em;
}
.read-area p .kumamotoshi{
	font-weight: 900;
	color: #4B6E47;
	font-size: 1.8rem;
	position: relative;
}
.read-area p .kumamotoshi::before{
	content: "";
	position: absolute;
	background: url(../img/read_kumamoto.svg) no-repeat center center / contain;
	width: 20px;
	height:18px;
	top: -0.5em;
	left: -1.2em;
}
.read-area .tag{
	display: inline-block;
	font-weight: 800;
	background: #4B6E47;
	color: #fff;
	font-size: 3.8rem;
	padding: 0.2em 0.55em;
	letter-spacing: 0.05em;

}
.img-area{
	width:96%;
	max-width:1000px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: 5em;
}
.img-area div{
	width: 50%;
	margin-right: 2em;
}
@media screen and (max-width: 1400px) {
	.read::after{
		width: 48%;
	}
}
@media screen and (max-width: 900px) {
	.read {
		margin-bottom: 18em;
	}
	.read-area{
		padding: 24vw 0 10vw 0;
		margin-top: auto;
	}
	.read-area::before{
		top: auto;
		left: auto;
		right: 15px;
		bottom: -120px;
		transform: scale(-1, 1);
		width: 90px;
		height: 150px;
	}
	.read::after{
        top: -120px;
		right: -2em;
        width: 73vw;
        height: 57vw;
	}
	.read-area h2{
		width:100%;
		margin:0 auto 1.5em auto;
		text-align:left;
		font-size: 120%;
	}
	.read-area p{
		width:100%;
		margin:0 auto 2em auto;
		text-align:left;
		font-size: 110%;
		line-height: 1.6em;
	}
	.read-area p .kumamotoshi::before{
		content: "";
		position: absolute;
		background: url(../img/read_kumamoto.svg) no-repeat center center / contain;
		width: 14px;
		height:18px;
		top: -0.8em;
		left: auto;
		right: -0.5em;
		transform: scale(-1, 1);
	}
	.img-area{
		flex-wrap: wrap;
		text-align: center;
		margin-top: 7em;
	}
	.img-area div{
		width: 90%;
		margin-right: 0;
		margin-bottom: 2em;
	}
}
/* --------------------------------------------------
participate-area
-------------------------------------------------- */
.participate {
	position: relative;
	margin-bottom: 18em;
}

.participate-area::before{
	content: "";
	position: absolute;
	background: url(../img/participate_bg_l.png) no-repeat center center / contain;
	width: 600px;
	height:500px;
	top: -1em;
	left: -12em;
	display: block;
	z-index: -1;
}
.participate-area::after{
	content: "";
	position: absolute;
	background: url(../img/participate_bg_r.png) no-repeat center center / contain;
	width: 480px;
	height:400px;
	bottom: -2em;
	right: -13em;
	display: block;
	z-index: -1;
}


.participate-area{
	position: relative;
	width:96%;
	max-width:1200px;
	margin:0 auto;
	z-index: 1;
	text-align: center;
}
.ttl-block h2 {
	display: block;
	font-size: 2.1rem;
	font-weight: bold;
}
.flow {
	padding: 1.5em 2em;
	border: 4px solid #4B6E47;
	background: #fff;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 2em;
	position: relative;
}
.flow::after{
	content: "";
	position: absolute;
	background: url(../img/num1.png) no-repeat center center / contain;
	left: -1px;
	top: -1px;
	width: 50px;
	height: 50px;
}
.num2::after{
	content: "";
	position: absolute;
	background: url(../img/num2.png) no-repeat center center / contain;
	left: -1px;
	top: -1px;
	width: 50px;
	height: 50px;
}
.flow::before{
	content: "";
	position: absolute;
	background: url(../img/ikinaridango.png) no-repeat center center / contain;
	right: -4em;
	top: -3em;
	width: 180px;
	height: 100px;
}
.num2::before{
	content: "";
	position: absolute;
	background: url(../img/karashirenkon.png) no-repeat center center / contain;
	top: auto;
	left: -6em;
	bottom: -4em;
	width: 230px;
	height: 100px;
}
.flow .flow-ttl {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.flow p {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.flow p .yellow-line {
	position: relative;
	font-weight: 700;
	background: linear-gradient(transparent 60%, #E6E1BC 30%);
      display: inline-block;
}

@media screen and (max-width: 900px) {
	.participate {
		margin-bottom: 12em;
	}
	.participate-area .sp-only{
		height: 110px;
	}
	.flow {
		padding: 3em 1.5em;
		width: 100%;
		margin-bottom: 2em;
	}
	.flow .flow-ttl {
		font-size: 145%;
		margin-bottom: 0.3em;
	}
	.flow p {
		font-size: 110%;
	}

	.participate-area::before{
		width: 300px;
		height:250px;
		left: -6em;
	}
	.participate-area::after{
		width: 300px;
		height:250px;
		bottom: -6em;
		right: -4em;
	}
	.flow::before{
		right: 0em;
		top: -2em;
		width: 110px;
		height: 60px;
	}
	.num2::before{
		content: "";
		position: absolute;
		background: url(../img/karashirenkon.png) no-repeat center center / contain;
		top: auto;
		left: 0;
		bottom: -3em;
		width: 150px;
		height: 65px;
	}
}


/* --------------------------------------------------
overview-area
-------------------------------------------------- */
.overview {
	position: relative;
	margin-bottom: 15em;
	background: #F4F4F4;
	padding: 1vw 0;
}
.overview::after{
	content: "";
	position: absolute;
	background: url(../img/overview_bg.png) no-repeat center bottom / cover;
	left: 0;
	top: -9vw;
	width: 100%;
	height: 10vw;
}
.overview::before{
	content: "";
	position: absolute;
	background: url(../img/overview_bg.png) no-repeat center bottom / cover;
	left: 0;
	bottom: -9vw;
	width: 100%;
	height: 10vw;
	transform: rotate(-180deg);
}
.overview-area{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	z-index: 1;
	text-align: center;
}

.period {
	margin-bottom: 3em;
}
.period .ttl {
	color: #fff;
	padding: 0.3em 0;
	max-width: 15em;
	width: 100%;
	min-width: 6em;
	background: #4B6E47;
	border-radius: 100px;
	font-size: 3.2rem;
	display: inline-block;
	font-weight: 600;
}
.period .txt {
	padding: 1.8em 0 1em;
	background: #E2ECE1;
	font-size: 3.2rem;
	font-weight: 600;
	border-radius: 15px;
	margin-top: -0.8em;
}
.about {
	background: #fff;
	border-radius: 15px;
	padding: 5em 6em;
}
.about-data {
	background: #fff;
	margin-bottom: 3em;
}
.about dl {
	display: flex;
	border-bottom: 20px solid #FFF;
	flex-wrap: wrap;
}
.about dl dt {
	background: #E6E1BC;
    width: 10em;
	min-width: 10em;
	text-align: center;
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about dl dd {
    width: calc(100% - 10em);
	padding: 1rem;
	padding-left: 1em;
	text-align: left;
	background: #FFF;
}

.about h3 {
    color: #4B6E47;
	font-size: 3.2rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1em;
}
.about h4 {
	font-size: 2.0rem;
	font-weight: 600;
	padding-left: 1.2em;
	position: relative;
}
.about h4::after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8em;
	height: 0.8em;
	border-radius: 100px;
	background: #4B6E47;
}
.about .rule {
    text-align: left;
	font-size: 1.6rem;
}
.about .rule .rule-read {
    margin-bottom: 2em;
}
.about .rule .rule-read {
    margin-bottom: 2em;
}
.about .rule >div {
    margin-bottom: 1em;
}
.about .indent {
    margin-left: 1.5em;
    list-style: disc;
}

@media screen and (max-width: 900px) {
	.overview {
		margin-bottom: 8em;
		padding: 4em 0;
	}
	.period .ttl {
		width: 70%;
		font-size: 150%;
	}
	.period .txt {
		font-size: 160%;
	}
	.about {
		padding: 2em;
	}
	.about-data {
		margin-bottom: 1em;
	}
	.about dl dt {
		width: 100%;
		font-size: 120%;
	}
	.about dl dd {
		width: 100%;
		font-size: 110%;
	}
	.about h3 {
		font-size: 180%;
	}
	.about h4 {
		font-size: 140%;
		margin-bottom: 0.3em;
	}
	.about .rule {
		font-size: 110%;
	}
	.about .rule >div {
		margin-bottom: 2em;
	}
}



/* --------------------------------------------------
instagram-area
-------------------------------------------------- */
.instagram {
	position: relative;
	margin-bottom: 2em;
}

.instagram-area{
	width:96%;
	max-width:1129px;
	margin:0 auto;
	z-index: 1;
	text-align: center;
}
/* .insta-block {
	display: flex;
	margin: 2em auto;
}
.insta-block ul {
	display: grid;
	grid-template-rows: repeat(1, 1fr);
	grid-template-columns: repeat(4, 1fr);
	column-gap: 0.5em;
	row-gap: 0.5em;
	overflow: hidden;
	width: 100%;
}
.insta-block ul a {
	display: block;
}
.insta-block ul a >div {
	position: relative;
    padding-top: 100%;
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.insta-block ul a >div img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: auto;
    height: auto;
} */
.insta-txt {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 2em;
}
.privacy-btn {
	text-align: center;
	padding: 0.5em 0;
	width: 20em;
	min-width: 10em;
	background: #3D3D3D;
	display: inline-block;
	border-radius: 100px;
	text-decoration: none;
	color: #FFF!important;
	font-size: 2.4rem;
}


@media screen and (max-width: 900px) {
	.insta-block {
		margin: 2em auto 1em;
	}
	.insta-block ul {
		grid-template-rows: repeat(2, 2fr);
		grid-template-columns: repeat(2, 2fr);
	}
	.insta-txt {
		text-align: center;
		font-size: 120%;
		margin-bottom: 4em;
	}
	.privacy-btn {
		font-size: 150%;
	}
}


/* --------------------------------------------------
footer
-------------------------------------------------- */
#footer{
	text-align: center;
	font-family: 'Noto Sans JP';
	padding: 8vh 0 0 0;
	background-size: cover;
}
.copyright::after{
	content: "";
	position: absolute;
	background: url(../img/footer.png) no-repeat center bottom;
	background-size: cover;
	width: 100%;
	height:70px;
	top: -69px;
	left: 0;
	display: block;
	z-index: -1;
}

.copyright::before{
	content: "";
	position: absolute;
	background: url(../img/shiro.png) no-repeat center center / contain;
	width: 410px;
	height:260px;
	top: -200px;
	left: 100px;
	display: block;
	z-index: 3;
}
.kumamoto-logo{
	width: 220px;
	margin-left: auto;
	margin-right: 5em;
	margin-bottom: 5em;
}
#footer .copyright{
	width: 100%;
    font-size: 1.2rem;
    text-align: center;
	background: #4B6E47;
	position: relative;
	padding: 6em 0 3em;
	color: #fff;
}

@media screen and (max-width: 900px) {
	#footer{
		padding: 8vh 0 0 0;
	}
	.kumamoto-logo{
		width: 60%;
		max-width: 250px;
		margin: 0 auto;
		margin-bottom: 11em;
	}
	.copyright::before{
		background: url(../img/shiro.png) no-repeat center center / contain;
		width: 70%;
		height:180px;
		top: -150px;
		left: 50%;
		transform: translateX(-50%);
		display: block;
		z-index: 3;
	}
}