body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #0e2e53;
}

body img {
    width: 100%;
	border: 0;
	vertical-align: bottom;/*余白削除*/
}

#container {
}

.background {
	width: 100%;
  background-image: url('https://www.dot-st.com/static/docs/c/pages/260806_natsumatsuri/images/hanabi.png');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;

}


.st_wrapper a { text-decoration: none;}

.st_wrapper {
	text-align: center;
	width: 70%;
	max-width: 700px;
	margin: 0 auto -7%;
    padding: 0 0 10%;
	letter-spacing: 0.045em;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight:800;
	font-style: normal;
	overflow: hidden;
	border-left: #fff solid 5px;
	border-right: #fff solid 5px;
	background-color: #0e2e53;
}

.st_wrapper img {
	width: 100%;
	margin: 0 auto;
}

.st_wrapper p{
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
    margin: 0 2%;
}

.section {
	position: relative;
	box-sizing: border-box;
}
.section .img {
	margin: 0;
	line-height: 0;
}

.title {
	width: 100%;
	background-image: url("../images/bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 3%;
}

.title .logo {
	width: 54%;
	margin: -2% auto 5%;
}

.blur-fade-in {
  animation: blurIn 0.8s ease forwards;
}

@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

.blur-fade-in2 {
  animation: blurIn2 2.5s ease forwards;
}

@keyframes blurIn2 {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

.title_lead {
	width: 100%;
	padding: 4% 0;
	text-align: center;
	font-size: 11px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	color: #fff;
	line-height: 4.2em;
}

.title_lead p {
	font-size: 20px;
	letter-spacing: 0.2em;
	font-weight: 600;
	text-align: center;
	line-height: 2.2em;
}

.schedule {
	width: 66%;
	margin: 6% auto 3%;
	font-size: 14px;
	letter-spacing: 0.05;;
	font-weight: 400;
	text-align: center;
	line-height: 2.0em;
	border: solid 1px #fff;
	padding: 3%;
	box-sizing: border-box;
}

.schedule span {
	font-size: 15px;
	letter-spacing: 0;
	font-weight: 600;
}

.sub_lead {
	width: 100%;
	padding: 4% 0;
	text-align: center;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	color: #fff;
	line-height: 1.8em;
}

.sub_lead p {
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-align: center;
	line-height: 1.8em;
}

.sub_lead span {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.6em;
}

.txt_under {
	font-size: 23px;
	text-decoration: underline;
	letter-spacing: 0;
	font-weight: 700;
	line-height: 1.5em;
}


.sns_lead {
	width: 80%;
	margin: auto;
	margin-top: 3%;
	padding: 5% 0;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	color: #fff;
	background-color: #0e2e53;
}

.sns_lead p {
	font-size: 20px;
	letter-spacing: 0.2em;
	font-weight: 600;
	text-align: center;
	line-height: 1.6em;
}

.sns_lead .sns {
	width: 50%;
	margin: 6% auto 2%;
}

.sns_lead .sns .icon_sns {
	width: 36%;
	float: left;
	margin: 0 7%;
}

.footer_lead {
	width: 100%;
	padding: 4% 0;
	text-align: center;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	color: #fff;
	line-height: 1.8em;
}



.sub_1 {
	width: 100%;
	padding-bottom: 17%;
}

.sub_1 .logo {
	width: 82%;
	margin: 12% auto 4%;
}

.sub_2 {
	width: 100%;
	padding-bottom: 17%;
	background-color: #1d1d20;
}

.sub_2 .logo {
	width: 100%;
	margin: 0 auto 4%;
}

.sub_3 {
	width: 100%;
	padding-bottom: 5%;
}

.sub_3 .logo {
	width: 100%;
	margin: 0 auto 4%;
}

.sub_4 {
	width: 100%;
	padding-top: 0;
	padding-bottom: 12%;
	background-color: #2c5388;
}

.sub_4 img {
	padding: 0;
	margin: 0;
}

.sub_4 .logo {
	width: 100%;
	margin: 7% auto 4%;
}

.sub_4 .img {
	width: 88%;
	margin: 0 auto;
}

.sub_5 {
	width: 100%;
	padding-top: 0;
	padding-bottom: 17%;
	background-color: #2c5388;
}

.sub_5 .logo {
	width: 100%;
	margin: 7% auto 4%;
}

.sub_5 .dl {
	width: 60%;
	margin: 0 auto 3%;
	font-size: 9px;
	font-weight: 200;
	text-align: center;
	letter-spacing: 0;
	color: #fff;
}

.dl_icon1 {
	float: left;
	width: 43.5%;
	box-sizing: border-box;
	margin-bottom: 4%;
}

.dl_icon1 img {
	width: 100%;
}

.dl_icon2 {
	float: left;
	width: 54.5%;
	margin-left: 2%;
	box-sizing: border-box;
	margin-bottom: 4%;
}

.dl_icon2 img {
	width: 100%;
}

.sub_7 {
	width: 100%;
	padding-bottom: 5%;
}

.sub_7 .logo {
	width: 100%;
	margin: 0 auto 4%;
}

.sub_7 .shop {
	width: 94%;
	margin: 0 auto 4%;
}

.sub_8 {
	width: 100%;
	padding-bottom: 10%;
}

.sub_8 .logo {
	width: 100%;
	margin: 0 auto 4%;
}

.style1 {
    width: 46%;
    margin: 2%;
	padding: 0 0 2%;
    position: relative;
    float: left;
	background-color: #fff;
	border-radius: 0 0;
}

.style1 img {
	width: 100%;
	border-radius: 0 0;
}



.btn {
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 2% auto;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
	
}

.btn-1 {
	width: 80%;
	margin: 6% auto 5%;
    padding: 20px 0;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: 600;
	color: #fff;
	background-color: #ff3000;
	box-sizing: border-box;
}

a.btn-1:before {
	display: block;
	content: "";
	position: absolute;
	top: 44%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 15px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 15px solid #fff;
    transition: 0.3s;
    color: #000;
    text-decoration: none;
}
a.btn-1:hover:before {
	right: 5px;        /*マウスオーバーで三角をずらす */ 
}

.btn-2 {
	width: 80%;
	margin: 6% auto 5%;
    padding: 7px 0 20px;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 600;
	color: #fff;
	background-color: #ff3000;
	box-sizing: border-box;
}
.btn-2 span {
	font-size: 30px;
	line-height: 1.8em;
	font-weight: 700;
}

a.btn-2:before {
	display: block;
	content: "";
	position: absolute;
	top: 44%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 15px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 15px solid #fff;
    transition: 0.3s;
    color: #000;
    text-decoration: none;
}
a.btn-2:hover:before {
	right: 5px;        /*マウスオーバーで三角をずらす */ 
}

.btn-3 {
	width: 80%;
	margin: 6% auto 5%;
    padding: 20px 0;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: 600;
	color: #0e2e53;
	background-color: #fff;
	box-sizing: border-box;
}

a.btn-3:before {
	display: block;
	content: "";
	position: absolute;
	top: 44%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 10px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 10px solid #0e2e53;
    transition: 0.3s;
    color: #0e2e53;
    text-decoration: none;
}
a.btn-3:hover:before {
	right: 5px;        /*マウスオーバーで三角をずらす */ 
}

.btn-4 {
	width: 80%;
	margin: 6% auto 5%;
    padding: 7px 0 20px;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 600;
	color: #fff;
	box-sizing: border-box;
	border: solid 1px #fff;
	pointer-events: none;
}
.btn-4 span {
	font-size: 30px;
	line-height: 1.8em;
	font-weight: 700;
}

.btn-5 {
	width: 80%;
	margin: 6% auto 5%;
    padding: 20px 0;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: 600;
	color: #fff;
	background-color: #4497d1;
	box-sizing: border-box;
}

a.btn-5:before {
	display: block;
	content: "";
	position: absolute;
	top: 44%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 10px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 10px solid #fff;
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
}
a.btn-5:hover:before {
	right: 5px;        /*マウスオーバーで三角をずらす */ 
}


.sp {
	display: none;
}

.pc {
	text-align: center;
}

.clear {
    clear: both;
}


@media only screen and (max-width:750px){
	
.background {
	width: 100%;
  background-image: url('https://www.dot-st.com/static/docs/c/pages/260806_natsumatsuri/images/hanabi_s.png');
}

	.st_wrapper {
		width: 100%;
		box-sizing: border-box;
		border: none;
	}
	
	.st_wrapper p {
		font-size: 13px;
	}
	
	.st_wrapper h1 {
		font-size: 16px;
	}

.title .logo {
	width: 52%;
	margin: -3% auto 3%;
}

.title_lead {
	font-size: 10px;
}

.title_lead p {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.2em;
}
	
.schedule {
	width: 86%;
	font-size: 12px;
	padding: 4% 3%;
}
	
.sub_lead {
	font-size: 14.5px;
}

.sub_lead p {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
	
.sub_lead span {
	font-size: 22px;
}
	
.txt_under {
	font-size: 20px;
	text-decoration: underline;
	letter-spacing: 0;
	font-weight: 700;
	letter-spacing: 0.03em;
}
	
.footer_lead {
	font-size: 12px;
}
	
	
	
.sub_5 .dl {
	width: 80%;
	margin: 0 auto 7%;
}
	
.sns_lead p {
	font-size: 17px;
}
	

	.btn-1 {
		width: 80%;
		padding: 4% 0;
		font-size: 16px;
		position: relative;
	}
	
    a.btn-1:before {
        top: 47%;
        right: 10px;
        border: 8px solid transparent;
        border-left: 10px solid #fff;
    }
	
	a.btn-1:hover:before {
		right: 3px;        /*マウスオーバーで三角をずらす */ 
	}
	
	.btn-2 {
		width: 80%;
		padding: 1% 0 3%;
		font-size: 16px;
		position: relative;
	}
	
	.btn-2 span {
		font-size: 25px;
	}
	
    a.btn-2:before {
        top: 47%;
        right: 10px;
        border: 8px solid transparent;
        border-left: 10px solid #fff;
    }
	
	a.btn-2:hover:before {
		right: 3px;        /*マウスオーバーで三角をずらす */ 
	}
	
	.btn-3 {
		width: 80%;
		padding: 4% 0;
		font-size: 17px;
		position: relative;
	}
	
    a.btn-3:before {
        top: 47%;
        right: 10px;
        border: 8px solid transparent;
        border-left: 10px solid #0e2e53;
    }
	
	a.btn-3:hover:before {
		right: 3px;        /*マウスオーバーで三角をずらす */ 
	}
	
	.btn-4 {
		width: 80%;
		padding: 1.2% 0 3%;
		font-size: 16px;
		position: relative;
	}
	
	.btn-4 span {
		font-size: 25px;
	}
	
    a.btn-4:before {
        top: 47%;
        right: 10px;
        border: 8px solid transparent;
        border-left: 10px solid #fff;
    }
	
	a.btn-4:hover:before {
		right: 3px;        /*マウスオーバーで三角をずらす */ 
	}
	
	.btn-5 {
		width: 80%;
		padding: 4% 0;
		font-size: 17px;
		position: relative;
	}
	
    a.btn-5:before {
        top: 47%;
        right: 10px;
        border: 8px solid transparent;
        border-left: 10px solid #fff;
    }
	
	a.btn-5:hover:before {
		right: 3px;        /*マウスオーバーで三角をずらす */ 
	}
	
.pc {
		display: none;
}
	
.sp {
		display: block;
}

}