.matsuri {
    min-width: 1260px;
}

.matsuri .news{
    width: 59px;
    position: fixed;
    right: 0.5%;
    width: 30px;
    width: 45px;
    z-index: 10;
    max-width: 9%;
}

.pan{
    margin: 30px auto;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    width: fit-content;
    max-width: 85%;
}

.matsuri .head{
    background: url(img/matsuri/header_back.webp) no-repeat;
    background-color: #fff;
    height: 100vh;
	    min-height: 850px;
    width: 100%;
    background-size: cover;
    position: relative;
}

.matsuri .head article{
    max-width: 90%;
    width: 1260px;
    margin: auto;
    position: relative;
}

.matsuri .head article h1{
    width: 68%;
    margin: auto;
    z-index: 5;
    position: relative;
}

.matsuri .head article .back{
    position: relative;
    z-index: 0;
    margin-top: -10%;
}

.matsuri .head article .boy{
    position: absolute;
    top: 25%;
    left: -2%;
    max-width: 18%;
       z-index: 4;
    animation: anime1 1.5s ease 0s infinite alternate;
    transform-origin: center;
}

@keyframes anime1 {
    from {
        transform: scale(0.95, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

.matsuri .head article .ticket{
    position: absolute;
    top: 44%;
    width: 31%;
    left: 0%;
    animation: anime1 0.5s ease 0s infinite alternate;
    transform-origin: center;
}

.ticket_sp_area{
	    background: yellow;
    margin: auto;
    padding: 4% 10% 2%;
}

.ticket_sp{
	
	
	 /*animation: anime1 0.5s ease 0s infinite alternate;*/
    transform-origin: center;
}


@keyframes anime1 {
    from {
        transform: scale(0.95, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

.present_area{
	flex-wrap:wrap;
}

.present_area .left{
	width:50%;
    padding: 2% 1%;
    box-sizing: border-box;
}
.present_area .right{
		width:50%;
    padding: 2% 1%;
box-sizing: border-box;
}


.matsuri .head article .family{
    position: absolute;
    top: 37%;
    width: 25%;
    right: 3%;
    z-index: 6;
    animation: fluffy 3s infinite;
}

@keyframes fluffy {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.matsuri .head article .girl{
position: absolute;
    top: 17%;
    right: 2%;
    max-width: 11%;
    z-index: 2;
	animation: anime1 1.3s ease 0s infinite alternate;
    transform-origin: center;
}

@keyframes anime1 {
    from {
        transform: scale(0.95, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

.matsuri .head article .free{
width: 18%;
    top: 1%;
    position: absolute;
    z-index: 3;
    left: 1%;
}
.matsuri .head article .back{
margin: auto;
    position: relative;
    width: 80%;
}

.matsuri .head article .peaple{
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
    text-align: center;
}

.matsuri .head article .peaple img{
    text-align: center;
    width: 72%;
    margin: auto;
}

.matsuri .wrap .title_cont{
    background: none;
	margin:-10% auto 0;
    z-index: 1;
    position: relative;
    max-width: 60%;
    padding: 0% 0 8%;
}


.matsuri .head article .matsuri_title{
	
}

.matsuri .wrap .title_cont .sumaimo{
	    position: absolute;
    right: 0;
    width: 20%;
    bottom: 0;
}

.matsuri .wrap .title_cont .kurashimo{
	    position: absolute;
    left: 0;
    width: 20%;
    bottom: 0;
}

.matsuri .news_button{

}

.matsuri .wrap{
	background-image: linear-gradient(90deg, rgba(236, 125, 162, 1), rgba(245, 190, 201, 1));
}
.matsuri .wrap .cont{
	background:none;
}

.matsuri .main_con{
	padding:6% 0 5%;
}

.matsuri .wrap .asobi {
    background: #e8578a;
    border-radius: 15px;
    margin: auto;
    display: block;
    width: 1080px;
    max-width: 96%;
}

.matsuri .main_con .asobi h2{
	    width: 60%;
    margin: auto;
    margin-top: -4%;
}

.matsuri .wrap .stage {
    background: #ffe100;
    border-radius: 15px;
    margin: auto;
    display: block;
    width: 1080px;
    max-width: 96%;
}

.matsuri .stage h2{
	width: 60%;
    margin: auto;
    margin-top: -4%;
}



.matsuri .wrap .flex{
	display:flex;
	flex-wrap:wrap;
}



.matsuri .wrap .asobi .flex .left{
width: 60%;
    box-sizing: border-box;
    padding: 2% 3%;
}

.matsuri .wrap .asobi .flex .right{
width:40%;
	box-sizing:border-box;
	padding: 2% 3%;
}

.matsuri .wrap .asobi .flex .illust1{
    transform-origin: center bottom;
    animation: yurayura 2.5s linear infinite;
}

@keyframes yurayura {

    0%,
    100% {
        transform: rotate(2deg);
    }

    50% {
        transform: rotate(-2deg);
    }
}


.matsuri .wrap .stage .flex .akira{
width:50%;
	box-sizing:border-box;
	padding:2%;
}

.matsuri .wrap .stage .flex .yoshito{
width:50%;
	box-sizing:border-box;
	padding:2% 3%;
}

.matsuri .wrap .stage .flex .left{
width:60%;
	box-sizing:border-box;
	padding:2% 3%;
}

.matsuri .wrap .stage .flex .right{
width:40%;
	box-sizing:border-box;
	padding:2% 3%;
}

.matsuri .wrap .stage .flex .right .illust2{
    transform-origin: center bottom;
    animation: yurayura 2.5s linear infinite;
}

@keyframes yurayura {

    0%,
    100% {
        transform: rotate(2deg);
    }

    50% {
        transform: rotate(-2deg);
    }
}

.matsuri .wrap .campaign{
    padding: 2%;
    box-sizing: border-box;
    text-align: center;		
	
}

.matsuri .wrap .booth{
    padding: 2%;
    box-sizing: border-box;
    text-align: center;	
	background:#fff;
	border-radius:10x;
}

.matsuri .wrap .booth h2,.matsuri .wrap .campaign h2{
	    font-weight: bold;
    font-size: 2rem;
}

.matsuri .wrap .booth .now{
	    padding: 80px 0;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
}

.matsuri .wrap .booth .map{
	
}

.matsuri .wrap .booth ul{
display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.matsuri .wrap .booth ul li{
    width: 20%;
    padding: 0.2%;
    box-sizing: border-box;
}

.matsuri .wrap .topics{
    border: 3px solid #E8578A;
    box-sizing: border-box;
    width: 96%;
    background: #fff;
        margin: 40px auto;
    padding: 2%;
    border-radius: 12px;	
}

.matsuri .wrap .topics h2{
	color: #E8578A;
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
    padding: 1% 0 3%;
}

.matsuri .wrap .topics .now{
    text-align: center;
    display: block;
    padding: 2% 0 3%;
}

.matsuri .wrap .access{
    border: 3px solid #E8578A;
    box-sizing: border-box;
    width: 96%;
    background: #fff;
    margin: 40px auto;
    padding: 2%;
    border-radius: 12px;		
	position:relative;
}

.matsuri .access h2{
		color: #E8578A;
    font-weight: bold;
    text-align: center;
	position:relative;
    font-size: 1.8rem;
    padding: 1% 0 3%;
}

.matsuri .access .kaijo{
    text-align: center;
    padding: 3% 0;
    display: block;
}

.matsuri .access .illust3{
	position: absolute;
    bottom: -10%;
    width: 20%;
    transform-origin: center bottom;
    animation: yurayura 2.5s linear infinite;
}

@keyframes yurayura {

    0%,
    100% {
        transform: rotate(2deg);
    }

    50% {
        transform: rotate(-2deg);
    }
}

.matsuri .sponsor{
	background:#fff;
	padding:60px 2%;
	border-bottom:1px solid #E8578A;
	text-align:center;
}

.matsuri .sponsor h2{
text-align:center;
	color:#E8578A;
	font-size:1.8rem;
	font-weight:bold;
}

.matsuri .sponsor ul{
    display: flex;
    flex-wrap: wrap;
	    justify-content: center;
	align-items: center;
}
.matsuri .sponsor .a_class li{
	width:28%;
	padding: 2% 1%;
}

.matsuri .sponsor .b_class li{
	width:20%;
	padding: 2% 1%;
}

.matsuri .sponsor .c_class li{
    width: 17%;
    padding: 2% 1%;
}

.matsuri .sponsor ul li figure img{
	    max-height: 115px;
    vertical-align: middle;
}

.matsuri .sponsor ul li figure .ookime{
	
	max-width: 70%;
}

.matsuri .sponsor ul li figure .chiisame{
	
	max-height:130px;
}

@media screen and (max-width: 1079px) {
.matsuri .head {
    height: auto;
	min-height:auto;
}
	
.matsuri {
    min-width: auto;
}
	
.matsuri .head article h1 {
    width: 77%;
    margin: auto;
    z-index: 5;
    position: relative;
    padding-top: 5%;
}	
	
	
.matsuri .wrap .title_cont {
        background: none;
        margin: -7% auto;
    z-index: 1;
    position: relative;
    max-width: 81%;
    padding: 0% 0 10%;
}
	
.matsuri .head article .family {
    position: absolute;
    top: 42%;
    width: 25%;
    right: 1%;
    z-index: 6;
}

.matsuri .head article .ticket {
    position: absolute;
    top: 52%;
    width: 35%;
    left: -5%;
}	
	
.matsuri .head article .back {
        margin: -5% auto;
        position: relative;
        width: 90%;
}	
	
.matsuri .head article .peaple {
    display: block;
    margin: auto;
    position: absolute;
    bottom: -5%;
	}
.matsuri .head article .peaple img {
    text-align: center;
    width: 85%;
	}

.matsuri .wrap .asobi {

    max-width: 96%;
    padding: 1% 5%;
}	
	
	
.matsuri .wrap .asobi .flex .left ,.matsuri .wrap .asobi .flex .right{
    width: 100%;	
	}
	
.matsuri .wrap .stage .flex .akira ,.matsuri .wrap .stage .flex .yoshito{
    width: 100%;
	}
	
.matsuri .wrap .stage {
    background: #ffe100;
    border-radius: 15px;
    /* margin: 30px auto; */
    display: block;
    padding: 1% 5%;
	}
	.matsuri .wrap .stage .flex .left,.matsuri .wrap .stage .flex .right{
		width:100%;
	}	
	
	.matsuri .wrap .stage .flex .right	.illust2{
		text-align:right;
	}
	.matsuri .wrap .stage .flex .right	.illust2 img{
		width:35%;
	}	
	
.matsuri .wrap .booth h2 {
        font-weight: bold;
        font-size: 1.32rem;
}	

.matsuri .wrap .topics h2 ,.matsuri .access h2{

    font-size: 1.5rem;
	}
	
.matsuri .sponsor .a_class li {
    width: 41%;
    padding: 3% 2%;
}	
.matsuri .sponsor .b_class li {
    width: 28%;
    padding: 2% 2%;
}	

.matsuri .sponsor .c_class li {
    width: 21%;
    padding: 2% 2%;
}
	
.matsuri .sponsor ul li figure img {
    max-height: 100px;
    vertical-align: middle;
}	
	
.matsuri .wrap .asobi .flex .illust1 {
    text-align: right;
}	
	.matsuri .wrap .asobi .flex .illust1 img{
    width:35%;
}

.present_area{
	flex-wrap:wrap;
	padding:2% 5%;
	box-sizing:border-box;
}

.present_area .left{
	width:100%;
}
.present_area .right{
		width:100%;
}	
	
	
	
}


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

.matsuri .wrap .booth ul li{
	width:48%;
	    padding: 1%;
}

}




#page .meta-block .cat {
    margin: 0 5px 5px 0;
    font-size: 0.85rem;
}

.ichioshi_area .strong{
color:deeppink;	
}

.houmaga_post{
	
}

.houmaga_post h2 {
    padding: 5px;
    font-weight: 600;
    border-bottom: 2px dotted;
}

.houmaga_post h3{
    padding: 5px 0;
    font-size: 1.4rem;
}

.houmaga_post section{

}

.houmaga_post article{
	padding:35px 0;
}

.houmaga_post ul {
    margin: 8px 0px 16px;
}

.houmaga_post li{
	text-align: left;
}

.houmaga_post table {
    text-align: left;
    margin: 8px 0px 16px;
}

.houmaga_post th, .houmaga_post td {
    text-align: left;
    border: solid 1px;
}

#page #main .houmaga_post article p{
font-size: 99%;
    letter-spacing: 0;
    margin: 8px 0px 16px;
    line-height: 186%;
}

.haumaga_info{
    display: flex;
    flex-direction: column;
    background: ghostwhite;
    padding-top: 0 !important;
    margin-top: 40px;
    border-radius: 10px;
    border: 1px solid #666;
    box-sizing: border-box;
}

.haumaga_info h2{
background: beige;
    padding: 15px 10px;
    font-weight: 600;
	text-align:center;
    font-size: 1.3rem;
    border-bottom: 1px solid #666;
    border-radius: 10px 10px 0 0;
	margin:0!important;
}

#toc_container{
	border-bottom:ipx solid #666
}

.haumaga_info h2 span{
	    display: block;
    color: darkgoldenrod;
    font-family: inherit;
    font-size: 90%;
		text-align:center;
}

.haumaga_info .info_text{
	padding-top:15px;
		width:94%;
	margin:auto;
}

#page #main .haumaga_info p{

}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em;
    text-align: justify;
}

#toc_container p.toc_title+ul.toc_list li{
    text-align: justify;
}
#toc_container p.toc_title+ul.toc_list li a{
    text-align: justify;
}



#page .maker_cont{
    max-width: 1260px;
    margin: 0 auto;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #333;
    border-radius: 6px;
    padding: 2% 2%;
}

@media(width<=1260px){
	
#page .maker_cont{
    border: 1px solid #333;
	border-top: none;
	border-left: none;
	border-right: none;
    border-radius: 0px;
}

}

#page .housemaker{
margin:	0 auto;
	padding:0px 0px 50px;
	background:none;
}


#pickup_contents ul{
	justify-content:start!important;
	    gap: 5px;
}


.housemaker h2{
	
}
.housemaker .magazine_title span{
    font-weight: bold!important;
    color: #333!important;
    font-size:1rem!important;
    letter-spacing: 0!important;
}

#page  .second_box{
width: 100%;
}

@media screen and (max-width: 1079px) {
    .houmaga_area .magazine_box {
    flex-wrap: wrap;
    flex-direction: row!important;
        
    }
}

#page  .houmaga h3 {
    font-weight: bold;
	    margin: 12px 0;
}


#page #main .houmaga h3 span {
    padding: 1%;
	    background: greenyellow;
}

#page  .houmaga figure{
	margin:15px 0 15px;
}

#page  .writer {
    text-align: right;
    margin: 6px 0;
}

#page .writer article{
display: flex;
    justify-content: end;
    text-align: left;
}

#page  .writer figure {
    max-width:70px;
}

#page .second_box .writer figure {
    max-width:50px;
}

#page .writer figure img{
	border-radius:150px;
}


#page  .writer p{
    margin: 0;
    font-size: 80%;
    line-height: 130%;
    padding: 15px 8px;	
}


#page .second_box .writer p{
    margin: 0;
    font-size: 80%;
    line-height: 130%;
    padding: 10px;	
}

#page .center{
	text-align:center;
}

#page .v_big{
	font-size:1.6rem;
	font-weight:bold;
	color:#ddd;
}



#page .maker_cont{
	
}

.reccomend{
	margin:0 auto 60px;
}

.reccomend li{
text-align: left;
    margin: 8px 0;
}
.reccomend li a {
    color: #333;
    border-bottom: 1px dashed #666;
    padding: 5px 0;
    display: block;
}
.reccomend li a:before{
    content: 'Reccomend';
    font-family: "Caprasimo", serif;
    color: deeppink;
    font-size: 74%;
    font-weight: 400;
    background: yellow;
    border-radius: 50px;
    letter-spacing: 0px;
    margin-right: 5px;
}


.housemaker .magazine_title {
    color: #1e97a3;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 160%;
    line-height: 1.2;
    padding-top: 29px;
    padding-bottom: 12px;
    display: block;
    /* width: 100%; */
    max-width: 95%;
}


.maker_cont .event_list {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
}

.maker_cont .event_list .slide_item {
    width: 22%;
    /* margin: auto; */
    /* margin-right: 16px; */
    padding-bottom: 20px;
}



.maker_cont .picup_inner .magazine_title span {
    font-weight: bold;
    color: #333;
    font-size: 1rem;
    line-height: 1.2rem;
    display: block;
    padding: 8px 0;
}


.maker_cont .post__thumb--img {
    width: 100%;
    margin: 0;
    display: block;
}

@media screen and (max-width: 1079px) {
    .maker_cont .houmaga_area .magazine_box {
        display: flex;
       flex-direction: initial;
    }
	
	.point{
		padding:0 3%;
		box-sizing:border-box;
	}
	
	.picup_inner .magazine_title {
    color: #1e97a3!important;
    font-weight: bold;
    font-size: 1.8rem!important;
    line-height: 1.2!important;
    padding-top: 29px!important;
    padding-bottom: 12px;
    width: 100%;
    display: block;
    max-width: 95%;
    text-align: justify;
}
	
	
.maker_cont .event_list .slide_item {
    width: 50%;
    /* margin: auto; */
    /* margin-right: 16px; */
    padding-bottom: 20px;
    margin: 0;
    padding: 1%;
    box-sizing: border-box;
}
	
.event_list .slide_item .post__thumb--img a {
    height: 115px;
    overflow: hidden;
}	
	
}


#page .maker_cont h2{
	font-weight:bold;
}

#page .maker_cont .maker_h2 {
    display: block;
    max-width: 400px;
    margin: auto;
}

#page .maker_cont .h2 .logo{
    display: block;
    max-width: 400px;
    margin: auto;
}


#page .maker_info{
display: flex;
    padding: 50px 0;
}

#page .maker_info .maker_left{
    width: 50%;
    text-align: center;
		padding:2%;
	box-sizing:border-box;
}

#page .maker_info .maker_right{
	width:50%;
	padding:3%;
	box-sizing:border-box;
}

#page .maker_info h3{
	font-weight: bold;
}

#page #main .maker_right p{
	padding:15px 0;
	margin:0;
}

#page .maker_info .maker_link{
    background: #eee;
    color: #111;
    border-radius: 30px;
    padding: 5px 12px;
}

#page .maker_cont .maker_event{
padding:50px 0;
text-align:justify;
}
#page .maker_cont .maker_event h2{
    text-align: center;
    padding: 5px 5px 20px 5px;
}

#page .maker_cont .maker_bukken{
padding:50px 0;
text-align:center;	
}

#page .maker_cont .maker_bukken h2{
text-align:center;	
padding:10px 0 30px;
}

#page .maker_cont .maker_post{
padding:50px 0;
text-align:justify;	
}

#page .maker_cont .maker_post h2{
text-align:center;	
	
}

#page .maker_cont .map_area h2{
	padding:40px 0;
	text-align:center;
}






#page .qanda,#page .point{
    max-width: 94%;
    margin: auto;	
}
#page .qanda ul{
	
}

#page .qanda ul li{
    background: beige;
    margin-bottom: 30px;
}

#page .qanda ul li h3{
background: lightpink;
    padding: 15px 8px;
    box-sizing: border-box;
}

#page .qanda ul li h3 span{
    color: deeppink;
    font-size: 1.5rem;
    background: ghostwhite;
    border-radius: 100px;
    padding: 6px;
    line-height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}


#page .qanda ul li .a_text{
	    padding: 0 8px 20px;
    box-sizing: border-box;
}


#page .qanda ul li .a_text p{
text-align:justify;
}

#page .housemaker p{
}

#page .housemaker .point p{
		padding:15px 0;
	margin:0;
}

#page .housemaker .point h3{
    padding: 15px 0;
    margin: 0;
    font-size: 1.5rem;
    border-bottom: 2px dotted #888;
}

#page .point .copy{
	font-weight:bold;
}

#page .point .tokutyou{
    background: ghostwhite;
    padding: 1%;
    margin: 25px 0;
    box-sizing: border-box;	
}




.property_type{
	    font-size: 1.4rem;
    border-bottom: 1px solid hotpink;
    padding: 12px 0 25px;
}




@media screen and (max-width: 1079px) {
   #page #main .houmaga_area .magazine_box {
        display: flex;
        /* flex-direction: column; */
        flex-direction: row;
    }
}

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

#page .maker_info {
    flex-direction: column;
}

#page .maker_info .maker_left{
		width:100%;
	}
#page .maker_info .maker_right{
		width:100%;		
	}
	
#page .meta-block .cat {
    margin: 0 5px 5px 0;
    font-size: 0.7rem;
    padding: 0 3px;
    letter-spacing: 0;
}	
	
}

.presented_contact .button a{
	padding:2% 0;
	margin-top:20px;
}

#page #main .list_company_logo img {
    max-height: 45px;
    max-width: 35%;
}


.maker_cont .feedback_box {
    box-sizing: border-box;
    /* border: 8px solid #e8e8e8; */
    background-color: #fbfbfb;
    padding: 18px;
    border-radius: 10px;
    margin-top: 30px;
    border: 1px solid #666;
}

#page .related_cont #main{
    background: #fff;
    margin: 4% auto;
}