@charset "utf-8";
/* CSS Document */

/*======================
pc_backgrond
======================*/
.pc_backgrond{
	background-image: url( "images/pc_bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 0;
}

.wrapper{
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 768px) {
	.wrapper{
	width: 100%;
		overflow: hidden;
}
}



/*======================
MV
======================*/
.top_mv{
	width: 100%;
	height: 550px;
	overflow: hidden;
	background-color: #FFF9EC;
	position: relative;
	background: url( "images/mv_bg.jpg") no-repeat top/ cover;
}

.mv_logo img{
	width: 162px;
	height: auto;
}

.mv_copy01 {
	width: 162px;
	position: absolute;
	    top: 120px;
    left: -17px;
}
.mv_copy02 {
	width: 355px;
	position: absolute;
	bottom: 0;
	right: 5px;
}

@media only screen and (max-width: 430px) {
	.mv_logo img{
	width: 142px;
	height: auto;
}
	.mv_copy01 {
    width: 140px;
    top: 145px;
}
	.mv_copy02 {
	width: 325px;
}
}


/*======================
CTA
======================*/
.mv_cta{
	padding-top: 35px;
	padding-bottom: 50px;
}

.mv_cta .more_btn{
	position: relative;
}
.mv_cta .more_btn .hina{
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 1;
}
.mv_cta .more_btn .hina img{
	width: 60px;
	height: auto;
}


/*======================
section
======================*/
.section{
	padding-top: 35px;
	padding-bottom: 35px;
}



/*======================
sec1
======================*/
.sec1{
	background: url( "images/sec1_bg.jpg") no-repeat center/cover;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.sec1 .img_area{
	width: 102px;
	height: 102px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.sec1 .img_area img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sec1 .content_area{
	border-radius: 9000px 9000px 0 0;
	padding: 65px 15px 25px 15px;
	position: relative;
}
.sec1 .content_area .txt_area{
	margin-bottom: 20px;
}

.sec1 .check_area{
	background-color: #FCF5E7;
	padding: 20px 25px;
}

.check_list li{
	padding-left: 28px;
	position: relative;
	margin-bottom: 10px;
}
.check_list li:last-child{
	margin-bottom: 0;
}
.check_list li::before{
	content: "";
	display: inline-block;
	background-image: url("images/icon/icon_check.svg");
	background-repeat: no-repeat;
	background-size: contain;
    width: 18px;
    height: 18px; 
    position: absolute; 
    left: 0; 
    top: 0.2em; 
}

@media only screen and (max-width: 768px) {
	
}

@media only screen and (max-width: 767px) {

}



/*======================
sec2
======================*/
.sec2{
		background: url( "images/sec2_bg.jpg") no-repeat center/cover;
	padding-top: 30px;
	padding-bottom: 50px;
	position: relative;
}

.sec2 .txt_area{
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}

.sec2 .lead_wrap{
	position: relative;
}
.sec2 .lead_wrap::before,
.sec2 .lead_wrap::after{
		content: "";
	width: 40px;
	height: 80px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.sec2 .lead_wrap::before{
	background: url( "images/sec2_leaf01.png") no-repeat center / contain;
	left: 0;
}
.sec2 .lead_wrap::after{
	background: url( "images/sec2_leaf02.png") no-repeat center / contain;
	right: 0;
}

.sec2 .lead_wrap .lead_area{
	background-color: #fff;
	border-radius: 50px;
	width: 100%;
	max-width: 365px;
	margin: 0 auto;
	height: 100px;
	filter: blur(16px);
}

.sec2 .lead_wrap .img_area{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.sec2 .lead_wrap .img_area img{
	width: auto;
	height: 50px;
	object-fit: contain;
}

@media only screen and (max-width: 430px) {
	.sec2{
	padding-bottom: 30px;
}
	.sec2 .txt_area{
		margin-bottom: 20px;
}
	.sec2 .lead_wrap .img_area img{
	height: 45px;
}
.sec2 .lead_wrap::before,
.sec2 .lead_wrap::after{
	width: 30px;
	height: 70px;
}
	.sec2 .lead_wrap .lead_area{
	height: 90px;
}
}




/*======================
sec3
======================*/
.sec3{
	background: url( "images/sec3_bg.jpg") no-repeat center/cover;
}

.sec3 .head_area{
	margin-bottom: 20px;
}
.sec3 .head_area img{
	width: auto;
	height: 62px;
	object-fit: contain;
}

.sec3 .img_area{
	position: relative;
	margin-left: 30px;
	z-index: 1;
}
.sec3 .img_area img{
	width: 320px;
	height: auto;
}

.sec3 .txt_area{
	padding: 25px;
	box-shadow: 0px 0px 24px -6px rgba(255,206,109,0.5);
	margin-top: -8px;
	margin-bottom: 30px;
	position: relative;
}
.sec3 .txt_area .lead_area p{
	font-size: 20px;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}
.sec3 .txt_area .lead_area p::before,
.sec3 .txt_area .lead_area p::after{
	background-color: #573D0A;
    content: "";
    height: 1px;
    width: 20px;
}
.sec3 .txt_area .lead_area p::before{
	    position: absolute;
    left: -25px;
    bottom: 14px;
    transform: rotate(65deg);
}
.sec3 .txt_area .lead_area p::after{
	    position: absolute;
    right: -20px;
    bottom: 14px;
    transform: rotate(-65deg);
}

.sec3 .txt_area .lead_area .img_lead{
	margin-bottom: 15px;
}
.sec3 .txt_area .img_lead img{
	width: auto;
	height: 35px;
	object-fit: contain;
	text-align: center;
}

.sec3 .txt_area .hana{
	width: 55px;
	height: 45px;
	position: absolute;
	bottom: 5px;
	left: -8px;
}
.sec3 .txt_area .hana img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media only screen and (max-width: 430px) {
	.sec3 .txt_area .lead_area p{
	font-size: 18px;
	margin-bottom: 12px;
}
	.sec3 .txt_area .lead_area .img_lead{
	margin-bottom: 12px;
}
	.sec3 .txt_area .img_lead img{
	height: 28px;
}
}




/*======================
sec4
======================*/
.sec4{
	background: url( "images/sec4_bg.jpg") repeat-y center/100% 540px;
}

.sec4 .head_area{
margin-bottom: 36px;
}
.sec4 .head_area .ttl{
	position: relative;
	font-size: 30px;
	z-index: 0;
	font-weight: 700;
}
.sec4 .head_area .ttl::before{
	content: "イベント内容";
	font-size: 30px;
	-webkit-text-stroke: 8px #fff; /* ベンダープレフィックス */
  text-stroke: 8px #fff;
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

@media only screen and (max-width: 768px) {
	
}

@media only screen and (max-width: 767px) {

}


/*event_item*/
.event_item{
	position: relative;
	padding: 40px 20px 20px 20px;
	margin-bottom: 60px;
}
.event_item:last-of-type{
	margin-bottom: 0;
}

.event_item .hana{
	position: absolute;
	top: 3px;
	left: 50%;
	transform: translate(-50%,-50%);
}
.event_item .hana img{
	width: auto;
	height: 32px;
	object-fit: contain;
}

.event_item > .ttl{
	font-size: 22px;
	background-color: #EAAE9F;
	border-radius: 50px;
	padding: 6px;
	margin-bottom: 15px;
}

.event_item .img_area img{
	border-radius: 12px;
}

@media only screen and (max-width: 430px) {
	.event_item{
	margin-bottom: 50px;
}
	.event_item > .ttl{
	font-size: 20px;
}
}



/*.event_inner_item*/
.event_inner_item{
	margin-bottom: 35px;
}
.event_inner_item:last-of-type{
	margin-bottom: 0;
}

.event_inner_head{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.event_inner_head .number{
	position: relative;
}
.event_inner_head .number img{
	width: 52px;
	height: auto;
}
.event_inner_head .number p{
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.event_inner_head > .ttl{
	font-size: 22px;
	margin-left: 12px;
}

.event_inner_item .img_area{
	margin-top: 20px;
}

.sec4 .lead_area{
	margin-top: -15px;
}

@media only screen and (max-width: 430px) {
	.sec4 .lead_area{
	margin-top: -10px;
}
}


/*======================
sec5
======================*/
.sec5{
	background: url( "images/sec5_bg.jpg") no-repeat center/cover;
	border: 6px solid #7BB2E2;
	padding-top: 15px;
	padding-bottom: 30px;
}

.sec5 .flex_area{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.sec5 .flex_area .img_area img{
	width: 170px;
	height: auto;
	filter: drop-shadow(-3px -3px 6px rgba(0,0,0,0.2));
}
.sec5 .flex_area .txt_area img{
	width: 208px;
	height: auto;
}


.sec5 .lead_wrap{
	position: relative;
}
.sec5 .lead_wrap::before,
.sec5 .lead_wrap::after{
		content: "";
	width: 50px;
	height: 48px;
	position: absolute;
	z-index: 1;
}
.sec5 .lead_wrap::before{
	background: url( "images/sec5_hana01.png") no-repeat center / contain;
	    top: -20px;
    left: 6px;
}
.sec5 .lead_wrap::after{
	background: url( "images/sec5_hana02.png") no-repeat center / contain;
	    bottom: -13px;
    right: 10px;
}

.sec5 .lead_wrap .lead_area{
	background-color: #fff;
	border-radius: 50px;
	width: 100%;
	max-width: 365px;
	margin: 0 auto;
	height: 80px;
	filter: blur(16px);
}

.sec5 .lead_wrap p{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

@media only screen and (max-width: 430px) {

	.sec5 .lead_wrap::before{
    left: -6px;
}
	.sec5 .lead_wrap::after{
    right: -6px;
}
}
@media only screen and (max-width: 400px) {
	.sec5 .lead_wrap::before,
.sec5 .lead_wrap::after{
	width: 40px;
	height: 38px;
}
}


/*======================
sec6
======================*/
.sec6 .contents_wrap{
	background: url( "images/sec6_bg02.jpg") no-repeat center/cover;
	padding-bottom: 45px;
}

.sec6 .contents_wrap .content_area{
	width: 100%;
	max-width: 375px;
	margin: 0 auto;
	background-color: #FFF9EC;
	border-radius: 60px 60px 0 0;
	padding: 40px 20px 30px 20px;
	margin-top: -40px;
		position: relative;
	z-index: 1;
}

.sec6 .content_area .hina {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
.sec6 .content_area .hina img{
	width: 52px;
	height: auto;
}

.sec6 .content_area p span{
	font-size: 20px;
}

.sec6 .content_area .img_hukidasi {
	margin-top: 15px;
	margin-bottom: 10px;
}
.sec6 .content_area .img_hukidasi img{
	width: 312px;
	height: auto;
}

.sec6 .content_area .lead_area img{
	width: 235px;
	height: auto;
}

@media only screen and (max-width: 430px) {
	.sec6 .contents_wrap{
	padding-bottom: 35px;
}
	.sec6 .contents_wrap{
		padding-left: 20px;
		padding-right: 20px;
	}	
	.sec6 .content_area p span{
	font-size: 16px;
}
}


/*======================
sec7
======================*/
.sec7{
	background: url( "images/sec7_bg.jpg") no-repeat bottom/cover;
	padding-top: 10px;
	padding-bottom: 45px;
}
.sec7 .hina img{
	width: 105px;
	height: auto;
}

.sec7 .head_area{
	margin-bottom: 30px;
}
.sec7 .head_area .ttl{
	font-size: 25px;
}

.sec7 .txt_area p{
	margin-bottom: 30px;
}
.sec7 .txt_area p:last-of-type{
	margin-bottom: 0;
}

.sec7 .txt_area p:nth-child(4){
	font-size: 20px;
}

@media only screen and (max-width: 430px) {
	.sec7 .txt_area p:nth-child(4){
	font-size: 18px;
}

}




/*======================
sec8
======================*/
.sec8{
	background: url( "images/sec8_bg.jpg") repeat-y center/100% 475px;
	padding-bottom: 45px;
}

.sec8 .table{
	margin-bottom: 30px;
}

.sec8 .txt_area{
	width: 100%;
	max-width: 365px;
	margin: 0 auto;
	margin-bottom: 25px;
	position: relative;
}

.sec8 .txt_area::before,
.sec8 .txt_area::after{
		content: "";
	width: 85px;
	height: 88px;
	position: absolute;
	z-index: 1;
}
.sec8 .txt_area::before{
	background: url( "images/sec8_hana01.png") no-repeat center / contain;
	    top: 15px;
    right: 0;
}
.sec8 .txt_area::after{
	background: url( "images/sec8_hana02.png") no-repeat center / contain;
	    bottom: 16px;
    left: -10px;
}

.sec8 .txt_area .bg{
	width: 100%;
	max-width: 365px;
	height: 305px;
}
.sec8 .txt_area .bg img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sec8 .inner_txt_area{
	width: 100%;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
}
.sec8 .inner_txt_area .hina{
	padding-top: 16px;
}
.sec8 .inner_txt_area .hina img{
	width: 175px;
	height: auto;
}


.sec8 .more_btn{
	margin-top: 30px;
}

@media only screen and (max-width: 430px) {
	.sec8 .txt_area::before,
.sec8 .txt_area::after{
	width: 75px;
	height: 78px;
}
	.sec8 .inner_txt_area .hina img{
	width: 160px;
	height: auto;
}
	.sec8 .more_btn{
	margin-top: 20px;
}
}



/*======================
footer
======================*/
.footer{
	background-color: #DCD6C8;
	padding-top: 12px;
	padding-bottom: 12px;
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {

}

