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

/* 協賛スライダー
-------------------------------------------------- */

.sponsor-slider {
	position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
	background: #fff;
	transition: 0.5s;
}

.sponsor-slider.is-hidden {
	visibility: hidden;
	opacity: 0;
}

.sponsor-slider img {
	height: 70px;
}

/* メインイメージ
-------------------------------------------------- */

.hero_bg {
position: relative;
background-image: url("../img/topbg.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
height: 100vh;
background-color: #333;
}

.hero_inner {
	display: inline-block;
    position: absolute;
    padding-top: 70px;
	padding-bottom: 75px;
	width: 100%;
	height: 100%;
	text-align: center;
    color: #FFF;
	z-index: 2;
}

.hero_inner img {
	height: 100%;
	max-width: 90%;
	object-fit: contain;
}

.hero_txt {
	display: inline-block;
}

.hero_txt_sp {
	display: none;
}

main {
	position: relative;
	z-index: 0;
	background: top center / contain no-repeat url("../img/bg_hanabi.png"), #fbfaf3;
}

/* main:before {
	content: "";
    display: inline-block;
    position: absolute;
    background-image: url("../img/main_bg_01.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
	z-index: -1;
} */

@media all and (max-width : 1024px ){
	.hero_txt {
		display: none;
	}
	
	.hero_txt_sp {
		display: inline-block;
	}
	
}

/* ニュース
-------------------------------------------------- */

.news_box {
width: 100%;
height: 75px;
background-color: rgba(0,0,0,0.7);
color: #fff;
position: absolute;
bottom: 0;
z-index: 10;
}
.news_box_inner {
max-width: 1260px;
margin: 0px auto ;
width: 100%;
height: 75px;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
z-index: 30;
}
.newstitle {
font-weight: 400;
font-size: 1.4rem;
line-height: 100%;
}
.ticker {
background-color: transparent;
padding-bottom: 30px;
border: none;
max-width: 900px;
width: 100%;
padding-left: 40px;
background-image: url("../img/line.png");
background-repeat: no-repeat;
background-position: left center;
margin-left: 40px;
}

@media all and (max-width : 1260px ){ 

.ticker {
max-width: 700px;
}
}
.news_inner {
z-index: 200;
}
.news_inner .date {
font-family: ff-zwo-web-pro, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.4rem;
line-height: 100%;
margin-right: 40px;
letter-spacing: 0.05em;
}
.news_inner li {
text-decoration: none;
letter-spacing: 0.2em;
font-size: 1.3rem;
}
.news_inner li a {
text-decoration: none;
letter-spacing: 0.2em;
font-size: 1.3rem;
}
.news_inner li a:hover {
text-decoration: underline;
}
.news_article {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.sec_title_wrap {
display: flex;
align-items: center;
flex-direction: column;
}


/* 開催概要
-------------------------------------------------- */

.sec_title {
font-family: "Zen Antique Soft", "Noto Serif JP", "游明朝", "游明朝体", "YuMincho", "Hiragino Mincho Pro", serif;
    color: #24810f;
font-size: 3.2rem;
letter-spacing: 0.25em;
line-height: 100%;
font-weight: 400;
	margin-bottom: 2em;
display: block;
}
.sec_title:after {
	content:"";
	display: block;
	width: 2em;
	height: 2px;
	background: #24810f;
	margin-inline:auto;
	margin-top: 1.25em;
}
.color_wht {
color: #fff;
}
.en_title {

font-size: 1.2rem;
color: #999;
font-weight: 400;
position: relative;
padding-bottom:50px;
margin-bottom: 20px;
}
.en_title::after {
content:"";
position:absolute;
display:block;
width:12px;
height:1px;
background-color:#ccc;
bottom:30px;
left: 50%;
margin-right: -50%;
transform: translate(-50%, 0);
}
.about_section {
width: 100%;
margin: 0 auto;
}
.about_section_body {
position: relative;
/* padding-top: 70px; */
}
.about_section_body::before {
content: '';
position: absolute;
top: 0;
width: 65%; 
height: 91%;
z-index: -1;
display: block;
}
.about_section_inner {
max-width: 1260px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.about_txtbox {
	width: 100%;
	text-align: center;
margin-top: 40px;
margin-left: 0px;
}
.about_imgbox {
width: 53%;
}
.about_imgbox img {
width: 100%;
}
.menu {
font-family: ff-zwo-web-pro, sans-serif;
font-weight: 400;
font-style: italic;
font-size: 1.6rem;
line-height: 100%;
position: relative;
display: inline-block;
padding-left: 40px;
margin-bottom: 20px;
}
.menu::before {
content: "";
position: absolute;
top: 50%;
left: 0;
display: inline-block;
width: 30px;
height: 1px;
background-color: #111;
}
.about_title {
font-size: 2.0rem;
line-height: 160%;
letter-spacing: 0.1em;
font-weight: 700;
margin-bottom: 20px;
}
@media all and (max-width : 1024px ){
.about_title {
font-size: 1.8rem;
}
}

.about_txt {
letter-spacing: 0.2em;
line-height: 320%;
/* padding-right: 60px; */
display: block;
}
.about_txt span {
font-weight: 700;
}
/* 町長あいさつ
-------------------------------------------------- */

.mayor_message {
	display: flex;
	max-width: 1240px;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	margin-inline: auto;
	margin-bottom: 100px;
	padding: 0 20px;
}

.mayor_message .pic {
	width: 40%;
}
.mayor_message .txt {
	width: 55%;
}
.mayor_message .txt p {
	font-size: 16px;
	line-height: 2.5em;
}
.mayor_message .txt h4 {
	font-size: 16px;
	margin-top: 40px;
	text-align: right;
}
.mayor_message .txt h4 span {
	font-size: 1.5em;
}

@media screen and (max-width:1024px) {
	
	.mayor_message .txt p {
		font-size: 14px;
		line-height: 2em;
	}
	
}

@media screen and (max-width:768px) {
	
	.mayor_message {
		flex-direction: column;
	}
	
	.mayor_message .pic {
		width: 60%;
	}
	.mayor_message .txt {
		width: 100%;
		margin-top: 40px;
	}
	
}

/* お願いと注意
-------------------------------------------------- */

.map_box_wrap .sec_title_wrap .sec_title {
	/* color: #fff; */
}

.sec_attention {
position: relative;
}
.sec_attention::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 0; 
height: 100%;
background: #e8f2d9;
z-index: -1;
display: block;
}
.sec_attention.background::before {
width: 85%;
opacity: 1;
}
.map {
width: 100%;
max-width: 600px;
height: auto;
margin: 30px auto 90px;
}
.map img {
width: 100%;
}

.map p {
	font-size: 1.3rem;
	letter-spacing: 0.2em;
    line-height: 200%;
	margin: 10px 0;
}

.map_box_right {
width: 100%;
text-align: center;
}
.map_box_wrap {
display: block;
}
.sec_attention h4 {
font-size: 2.2rem;
line-height: 100%;
font-weight: 700;
margin: 0 0 30px 15px;
/* color: #fff; */
letter-spacing: 0.2em;
}
.attention_list {
/* color: #fff; */
margin-bottom: 40px;
display: inline-block;
text-align: left;
}
.attention_list li {
/* background-image: url("../img/nakaguro.svg");
background-repeat: no-repeat;
background-position: left 2px; */
text-indent: -1em;
padding-left: 1em;
margin-bottom: 20px;
display: block;
letter-spacing: 0.2em;
}
.attention_list li:before {
content: "・";
}
.attention_list li strong {
font-size: 120%;
color: #1c7706;
}
.attention_box {
background-color: #1c7706;
padding: 10px 15px;
border-radius: 5px;
margin-bottom: 20px;
}
.attention_box p {
color: #fff;
text-align: center;
font-weight: 700;
}
.coution_txt {
font-weight: 700;
color: #fff;
letter-spacing: 0.2em;
}
.map_link {
	color: #fff;
	text-align: center;
	margin-top: 45px;
}

.map_link .btn_box a {
	margin: 30px auto 0;
}

/* よくあるご質問
-------------------------------------------------- */

.faq_sec {
position: relative;
padding-bottom: 60px;
}
.faq_sec .faq_txt {
display: block;
text-align: center;
}
.link_btn{
position: relative;
max-width: 400px;
margin: 50px auto 0;
padding: 20px 0;
line-height: 100%;
display: flex;
background: #333;
font-size: 1.5rem;
border-radius: 5px;
}
.btn_box a {
text-decoration: none;
margin-bottom: 60px;
}
.btn_txt{
width: 100%;
height: 100%;
color: #fff;
z-index: 10;
text-align: center;
}
.btn_txt:before{
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 0;
display: block;
background: #1c7706;
z-index: -1;
transition: .2s;
border-radius: 5px;
}
.btn_txt::after{
content: "";
display: block;
position: absolute;
top: calc(50% - 3px);
right: 20px;
width: 8px;
height: 8px;
border: 2px solid;
border-color: transparent transparent #FFF #FFF;
transform: rotate(-135deg);
transition: .3s;
}
.btn_txt:hover{
color: #fff;
}
.btn_txt:hover:before{
width: 100%;
}
.btn_txt:hover::after{
right: 10px;
}


/* 動画
-------------------------------------------------- */

.movie_box {
width: calc(50% - 40px / 2);
margin-right: 40px;
}
.movie_box:nth-child(2n) {
margin-right: 0px;
}
.movie_pic {
width: 100%;
height: auto;
margin-bottom: 20px;
overflow: hidden;	
background: #000;
}
.movie_pic img {
width: 100%;
transition-duration: 0.5s;	
}
.movie_pic img:hover {
transform: scale(1.05);	
transition-duration: 0.5s;	
opacity: 0.9;	
}
.movie_title {
font-weight: 500;
font-size: 1.6rem;
letter-spacing: 0.2em;
display: block;
text-align: center;
}
.movie_box_wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
overflow: hidden;
margin-top: 30px;
}


/* 協賛企業
-------------------------------------------------- */

.sponsor_list_l {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin-inline: auto;
margin-bottom: 40px;
}
.sponsor_list_l img {
	width: 100%;
}
.sponsor_list_l.xxl {
	grid-template-columns: repeat(3, 1fr);
}
.sponsor_list_l.xl {
	grid-template-columns: repeat(2, 1fr);
	max-width: 670px;
}
.sponsor_list_l li {
background-color: #fff;
}
.sponsor_box {
width: 100%;
padding: 20px 20px 0px 30px;
background-color: #F7F7F7;
border: solid 1px #ddd;
word-break: break-all;
}
.sponsor_list_m,
.sponsor_list_s,
.sponsor_list_xs{
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
line-height: 200%;
}
.sponsor_list_m {
font-size:1.8rem;
font-weight: 500;
}
.sponsor_list_s {
font-size:1.4rem;
font-weight: 400;
}
.sponsor_list_xs {
font-size:1.2rem;
font-weight: 400;
}

@media all and (max-width : 1600px ){
.box_s {
max-width: 600px;
}
}

@media all and (max-width : 1360px ){
.news_box_inner {
max-width: 980px;
}
.ticker {
max-width: 700px;		
}
}

@media all and (max-width : 1280px ){
.sec_attention.background::before {
width: 100%;
}
.sponsor_list_l {
	grid-template-columns: repeat(5, 1fr);
	max-width: none;
}
.sponsor_list_l.xxl {
	grid-template-columns: repeat(3, 1fr);
	max-width: none;
}
.sponsor_list_l.xl {
	grid-template-columns: repeat(2, 1fr);
	max-width: 50%;
}
}

@media all and (max-width : 1024px ){
	.news_box {
        height: 100px;
        padding: 15px 20px 10px 20px;
        display: block;
    }
	.news_box_inner {
		max-width: 720px;
	}
	.newstitle {
		font-size: 1.3rem;
	}
	.ticker {
		padding-bottom: 30px;
		border: none;
		padding-left: 0px;
		background-image: none;
		margin-left: 0px;
		margin-bottom: 0;
		max-width: 630px;
	}
	.news_inner .date {
		font-size: 1.2rem;
		margin-right: 10px;
		letter-spacing: 0.1em;
	}
	.news_inner li {
		text-decoration: none;
		letter-spacing: 0.1em;
		font-size: 1.3rem;
	}
	.newsSet li a {
		letter-spacing: 0.1em;
		font-size: 1.3rem;
	}
	.news_more_txt {
		font-size: 1.2rem;
		display: block;
		text-align: right;
	}
}

@media screen and (min-width:980px) and ( max-width:1260px) {

.box_s {
padding: 0 10px;
}
.box_m {
max-width: 980px;
padding: 0 20px;
}
.about_section_inner {
padding: 0 20px;
}
.hero_bg {
}

}



@media screen and (min-width:768px) and ( max-width:979px) {

.box_m {
width: 90%;
}
.hero_bg {
}

/* 開催概要
-------------------------------------------------- */

.about_section {
width: 90%;
margin: 30px auto;
}
.about_section_body {
position: relative;
padding-top: 0px;
}
.about_section_body::before {
width: 0%; 
}
.about_section_inner {
max-width: 1260px;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-direction: column-reverse;
}
.about_txtbox {
width: 100%;
margin-left: 0px;
}
.about_imgbox {
width: 100%;
margin: 0 auto 15px;
}
.about_txt {
padding-right: 0px;
}



/* お願いと注意
-------------------------------------------------- */

.sec_attention.background::before {
width: 100%;
}
.map_box_wrap {
width: 95%;
margin: 0 auto;
}




/* 動画
-------------------------------------------------- */
.movie_title {

font-size: 1.4rem;
letter-spacing: 0.1em;
text-align: center;
}


}



/* スマートフォン
-------------------------------------------------- */


@media all and (max-width : 768px ){
.hero_bg {
height: 100vh;
}
@supports (-webkit-touch-callout: none) {
  .hero_bg {
   height: -webkit-fill-available;
  }
}
.box {
padding: 40px 0 40px;
}
.box_m {
width: 90%;
}

/* NEWS
-------------------------------------------------- */

.news_box {
height: 115px;
padding: 15px 25px 10px 25px;
align-items: flex-start;
flex-direction: column;
}
.newstitle {
font-size: 1.2rem;
}
.ticker {
padding-bottom: 40px;
border: none;
padding-left: 0px;
background-image: none;
margin-left: 0px;
margin-bottom: 10px;
}
.news_inner {
z-index: 200;
}
.news_inner .date {
font-size: 1.0rem;
margin-right: 10px;
letter-spacing: 0.1em;
}
.news_inner li,
.news_inner li a {
font-size: 1.2rem;
}
.news_more_txt {
font-size: 1.0rem;
display: block;
margin: 0 0 0 auto;
}


/* 開催概要
-------------------------------------------------- */

.sec_title {
font-size: 2.4rem;
letter-spacing: 0.2em;
}
.en_title {
font-size: 1.0rem;
padding-bottom:45px;
margin-bottom: 0px;
}
.en_title::after {
width:10px;
bottom:30px;
left:45%;
}
.about_section {
width: 90%;
margin: 0px auto;
}
.about_section_body {
position: relative;
padding-top: 0px;
}
.about_section_body::before {
width: 0%; 
}
.about_section_inner {
max-width: 1260px;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-direction: column-reverse;
}
.about_txtbox {
width: 100%;
margin-top: 15px;
margin-left: 0px;
}
.about_imgbox {
width: 100%;
margin: 0 auto 15px;
}
.menu {
font-size: 1.3rem;
padding-left: 30px;
margin-bottom: 15px;
}
.menu::before {
width: 20px;
}
.about_title {
font-size: 1.8rem;
line-height: 160%;
letter-spacing: 0.1em;
margin-bottom: 20px;
}
.about_txt {
font-size: 1.2rem;
letter-spacing: 0.1em;
line-height: 200%;
padding-right: 0px;
}

/* お願いと注意
-------------------------------------------------- */


.sec_attention.background::before {
width: 100%;
}
.map {
width: 90%;
margin-top: 0;
margin-bottom: 45px;
text-align: center;
}
.map_box_right {
width: 90%;
}
.map_box_wrap {
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.map img {
max-width: 360px;		
}
.map p {
max-width: 360px;
	margin: 10px auto;
	font-size: 1.2rem;
	text-align: left;
}
.sec_attention h4 {
font-size: 1.6rem;
margin: 0 0 25px 15px;
}
.attention_list li {
font-size: 1.2rem;
}
.attention_box {
background-color: #1c7706;
padding: 10px 15px;
border-radius: 5px;
margin-bottom: 0px;
}
.attention_box p {
font-size: 1.3rem;
text-align: left;
}

/* よくあるご質問
-------------------------------------------------- */

.faq_sec .faq_txt {
font-size: 1.2rem;
margin-bottom: 40px;
}
.link_btn{
max-width: 300px;
margin: 15px auto 0;
padding: 15px 0;
font-size: 1.2rem;
}
.btn_box a {
margin-bottom: 40px;
}

/* 動画
-------------------------------------------------- */
.movie_sec {
padding-bottom: 0px;
}
.movie_box {
width: 100%;
margin-right: 0px;
}

.movie_pic {
margin-bottom: 15px;
}
.movie_title {
font-size: 1.3rem;
letter-spacing: 0.2em;
margin-bottom: 20px;
}
.movie_box_wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
overflow: hidden;
margin-top: 30px;
}


/* 協賛企業
-------------------------------------------------- */


.sponsor_list_l {
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 10px;
}
.sponsor_list_l.xxl {
	grid-template-columns: repeat(1, 1fr);
}
.sponsor_list_l.xl {
	grid-template-columns: repeat(1, 1fr);
	max-width: none;
	width: 80%;
}
.sponsor_box {
padding: 10px 15px 0px 15px;
}
.sponsor_list_m {
font-size:1.4rem;
}
.sponsor_list_s {
font-size:1.2rem;
}
.sponsor_list_xs {
font-size:1.0rem;
}
}