@charset "UTF-8";
/* --------------------------------------------------
ikinari
-------------------------------------------------- */

/* --------------------------------------------------

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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.6;
	height: 100%;
	min-height: 100%;
	color: #fff;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	position: relative;
	background: #273D5E;
}

#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: 10px;
	right: 80px;
	width: 40%;
}
.main-area-top img{
	min-width: 100%;
}

@media screen and (max-width: 900px) {
	.ttl-txt {
	top: 30px;
	right: 0;
	width: 70%;
	}
}

.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 p{
	text-align: center;
	font-size: 1.8rem;
	font-family: serif;
}
.ttl-block h2{
	font-size: 4.0rem;
	font-family: serif;
	display: inline-block;
	position: relative;
}
.ttl-block h2::before{
	content: "";
	position: absolute;
	background: url(../img/ttl_kirakira_l.png) no-repeat center center;
	background-size: cover;
	width: 100px;
	height: 100px;
	bottom: 0;
	left: -2em;
	display: block;
	z-index: 1;
}
.ttl-block h2::after{
	content: "";
	position: absolute;
	background: url(../img/ttl_kirakira_l.png) no-repeat center center;
	background-size: cover;
	width: 100px;
	height: 100px;
	bottom: 0;
	right: -2em;
	display: block;
	z-index: 1;
	transform: rotate(180deg);
	transform: scale(1, -1);
}

@media screen and (max-width: 900px) {

	.ttl-block {
		margin-bottom: 2em;
	}
	.ttl-block p{
		font-size: 110%;
	}
	.ttl-block h2{
		font-size: 160%;
	}
	.ttl-block h2::before{
		width: 70px;
		height: 70px;
		left: -2.5em;
		bottom: 5px;
		bottom: 30%;
	}
	.ttl-block h2::after{
		width: 70px;
		height: 70px;
		right: -2.5em;
		bottom: 30%;
	}
}


.area-bg{
	position: relative;
	z-index: 0;
}


/* --------------------------------------------------
read-area
-------------------------------------------------- */

.read {
	position: relative;
	z-index: 2;
}


.read-area{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	margin-top: 3em;
	position: relative;
	padding: 3em 0;
	z-index: 1;
}
.read-area::before{
	content: "";
	position: absolute;
	background: url(../img/left-kirakira.png) no-repeat center center / contain;
	width: 300px;
	height:300px;
	top: 0;
	left: 0;
	display: block;
	z-index: 5;
}
.read-area::after{
	content: "";
	position: absolute;
	background: url(../img/right-kirakira.png) no-repeat center center / contain;
	width: 300px;
	height:300px;
	top: 0;
	right: 0;
	display: block;
	z-index: 5;
}
.read-area h2{
	width:90%;
	margin:0 auto 2em auto;
	text-align:center;
	font-family: serif;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
}
.read-area p{
	width:55%;
	margin:0 auto 2em auto;
	text-align:center;
	font-family: serif;
	font-size: 2.0rem;
	line-height: 2.5em;
	letter-spacing: 0.13em;
}
@media screen and (max-width: 1000px) {

	.read-area::before{
		width: 250px;
		height:250px;
		top: 10%;
		left: 0;
		display: block;
	}
	.read-area::after{
		width: 250px;
		height:250px;
		top: 10%;
		right: 0;
		display: block;
	}
	.read-area h2{
		width:90%;
		margin:0 auto 2em auto;
		text-align:center;
		font-family: serif;
		font-size: 2.6rem;
		letter-spacing: 0.1em;
	}
	.read-area p{
		width:55%;
	}
}
@media screen and (max-width: 900px) {
	.read {
		padding: 23vw 0 10vw 0;
	}


	.read-area{
		padding: 14vw 0rem;
		margin-top: auto;
	}
	.read-area::before{
		content: "";
		position: absolute;
		background: url(../img/top-kirakira.png) no-repeat center center / contain;
		left:63%;
        transform: translateX(-50%);
        top: -28vw;
        width: 60vw;
        height: 54vw;
	}
	.read-area::after{
		content: "";
		position: absolute;
		background: url(../img/bottom-kirakira.png) no-repeat center center / contain;
		left: 45%;
        transform: translateX(-50%);
        top: auto;
        bottom: -24vw;
        width: 60vw;
        height: 53vw;
	}
	.read-area h2{
		width:100%;
		margin:0 auto 2em auto;
		text-align:center;
		font-family: serif;
		font-size: 120%;
		letter-spacing: 0em;
	}
	.read-area p{
		width:100%;
		margin:0 auto 2em auto;
		text-align:center;
		font-family: serif;
		font-size: 100%;
		line-height: 2.5em;
		letter-spacing: 0.13em;
	}
}
/* --------------------------------------------------
event-area
-------------------------------------------------- */
.event {
	background-image: linear-gradient(90deg, rgba(65, 152, 238, 0.32) 10%, rgba(230, 170, 255, 0.32) 90%);
	padding: 10em 0 10em;
	position: relative;
	z-index: 2;
}



.event::before{
	content: "";
	position: absolute;
	background: url(../img/bg-read.png) no-repeat center bottom;
	background-size: cover;
	width: 100vw;
	min-width:100%;
	height:180px;
	top: 0px;
	left: 0;
	display: block;
	z-index: -2;
}


.event::after{
	content: "";
	position: absolute;
	background: url(../img/bg-read.png) no-repeat center bottom;
	background-size: cover;
	transform: scale(1, -1);
	width: 100vw;
	min-width:100%;
	height:200px;
	bottom:0;
	left: 0;
	display: block;
	z-index: -2;
}


.bg-light::before{
	content: "";
	display: block;
	position: absolute;
	width:100%;
	height: 300%;
	top: -50%;
	background:url(../img/kirakira.png) repeat center center;
	background-size: contain;
	padding: 50px 0 0;
	z-index: -1;
	pointer-events: none;
}


.event-area {
	width:96%;
	max-width:1200px;
	margin:0 auto;
	overflow: hidden;
	padding: 6% 0 2%;
	margin-bottom: 5em;
}


.event-area .col2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.event-area .col2 .event-block {
	width: 45%;
	margin-top: 2em;
}
.event-area .col2 .event-block .event-ttl {
	margin-bottom: 0.5em;
}
.event-block .event-subttl {
	font-size: 1.9rem;
	font-weight: bold;
}
.event-block .event-subttl02 {
	font-size: 1.9rem;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
}
.event-block h2 {
	font-size: 2.6rem;
	font-weight: bold;
}
.event-block .sub-none {
	margin-top: 1.2em;
}
.event-block img {
	width: 100%;
}
.event-block .event-txt {
	font-size: 1.6rem;
	font-weight: 700;
	margin: 1em 0 2em;
	min-height: 51.2px;
}
.event-block .event-info {
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #4B5C8D;
}
.event-block .event-info dt {
    background: #000000;
    border-bottom: 2px solid #4B5C8D;
	color: #ffffff;
	font-size: 1.6rem;
    width: 8em;
	font-weight: 900;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event-block .event-info dd {
    width: calc(100% - 8em);
	font-size: 1.6rem;
	font-weight: 700;
    border-bottom: 2px solid #4B5C8D;
    background: #ffffff;
	color: #000000;
    padding: 1em;
}
@media screen and (max-width: 900px) {
	.event {
		margin: 1em 0 1em;
	padding: 6em 0 5em;
	}
	.event::before{
		background: url(../img/bg-read.png) no-repeat center top;
		background-size: contain;
	}
	.event::after{
		background: url(../img/bg-read.png) no-repeat center top;
		background-size: contain;
	}
	.event-area .col2{
		display: block;
	}
	.event-area .col2 .event-block {
		width: 100%;
		margin-top: 6em;
	}
	.event-block .event-txt {
		min-height: auto;
		margin: 1em 0;
		font-size: 110%;
	}
	.event-block .event-subttl {
		font-size: 110%;
	}
	.event-block .event-subttl02 {
		font-size: 130%;
	}
	.event-block h2 {
		font-size: 150%;
	}
	.event-block .sub-none {
		margin-top: 1.2em;
	}
	.event-block .event-info dt {
		font-size: 110%;
		width: 6.7em;
	}
	.event-block .event-info dd {
		font-size: 110%;
		font-weight: 700;
		overflow-wrap: anywhere;
		width: calc(100% - 6.7em);
		padding: 0.7em;
	}
}

/* --------------------------------------------------
map-area
-------------------------------------------------- */

.map {
	position: relative;
	z-index: 11;
}
.map-area {
	width:100%;
	/* padding: 0 2%; */
	max-width:1200px;
	margin:0 auto;
	/* overflow: hidden; */
	margin-top: 4em;
	text-align: center;
	position: relative;
	z-index: 1;
}

.map-area img {
	width:100%;
	padding: 0 2%;
}


.map-area::before{
	content: "";
	position: absolute;
	background: url(../img/map_left.png) no-repeat center center / contain;
	width: 600px;
	height:600px;
	top: 0;
	left: -15em;
	display: block;
	z-index: -1;
}
.map-area::after{
	content: "";
	position: absolute;
	background: url(../img/map_right.png) no-repeat center center / contain;
	width: 600px;
	height:600px;
	bottom: 0;
	right: -15em;
	display: block;
	z-index: -1;
}




@media screen and (max-width: 900px) {
	.map-area {
		margin-top: 1em;
		padding: 3em 0 3em;
	}
	.map-area::before{
		content: "";
		position: absolute;
		background: url(../img/map_left.png) no-repeat center center / contain;
		width: 400px;
		height:400px;
		top: -3em;
		left: -10em;
		display: block;
	}
	.map-area::after{
		content: "";
		position: absolute;
		background: url(../img/map_right.png) no-repeat center center / contain;
		width: 400px;
		height:400px;
		bottom: -4em;
		right: -12em;
		display: block;
		transform: rotate(180deg);
	}
}


/* --------------------------------------------------
calendar-area
-------------------------------------------------- */
.calendar {
	position: relative;
	z-index: 11;
}

.calendar-area {
	width:96%;
	max-width:1200px;
	margin:0 auto;
	overflow: hidden;
	margin-top: 4em;
}

.calendar-area .img-flex {
	display: flex;
	text-align: center;
	margin:0 auto;
	position: relative;
	padding-top: 102%;
	width: 100%;
	max-width: 1080px;
}
.calendar-area .ttl-box {
	width: 14.3%;
	height: 0;
	padding-top: 101.5%;
	position: absolute;
	top: 0;
	left: 0;
}
.calendar-area .ttl-box img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	top: 0;
	left: 0;
	max-width: none;
}
.calendar-area .contents-box {
	width: 85.7%;
	height: 0;
	padding-top: 101.5%;
	position: absolute;
	top: 0;
	right: 0;
}

.calendar-area .contents-box .scroll-box {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	width:100%;
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
}
.calendar-area .contents-box .scroll-box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-width: none;
}
.scroll-box::-webkit-scrollbar {
	height: 6px;
  }
  .scroll-box::-webkit-scrollbar-track {
	background: #eee;
  }
  .scroll-box::-webkit-scrollbar-thumb {
	background: #aaa;
	border: none;
  }
  .scroll-box::-webkit-scrollbar-thumb:hover {
	background: #999;
  }


@media screen and (max-width: 900px) {

	.calendar-area .img-flex {
		padding-top: 0;
		height: 670px;
	}
	.calendar-area .ttl-box {
		width: 130px;
		padding-top: 670px;

	}
	
	.calendar-area .ttl-box img{
		width: 100%;
		height: auto;
	}

	.calendar-area .contents-box {
		width: calc(100% - 130px);
		padding-top: 670px;
	}

	.calendar-area .contents-box .scroll-box img{
		width: auto;
		height: 100%;
	}
}
/* --------------------------------------------------
bnr-area
-------------------------------------------------- */
.bnr-area {
	width:100%;
	max-width:1100px;
	margin:0 auto;
	overflow: hidden;
	margin-top: 6em;
	text-align: center;
}

.bnr-area a {
	width: 300px;
	height: 100%;
	display: block;
	margin:0 auto;
	pointer-events:auto;
	margin-bottom: 3em;
	position: relative;
	z-index: 100;
}

@media screen and (max-width: 900px) {
	.bnr-area a {
		width: 60%;
		max-width: 250px;
	}
}

/* --------------------------------------------------
footer
-------------------------------------------------- */
#footer{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	padding: 8vh 0 20vh;
	background-size: cover;
	position: relative;
}
#footer::after{
	content: " ";
	position: absolute;
	background: url(../img/footer.png) no-repeat center bottom;
	background-size: cover;
	width: 100%;
	height:40vh;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 5;
}

.kumamoto-logo{
	width: 200px;
	margin: 0 auto 2rem;
}

@media screen and (max-width: 900px) {
	#footer{
		padding: 4rem 0 15rem;
	}
	.kumamoto-logo{
		width: 150px;
	}
}