@charset "UTF-8";
/* CSS Document */

@keyframes zoomUp {
0% {
transform: scale(1);
}
100% {
transform: scale(1.15); /* 拡大率 */
}
}



/*PC*/
@media print, screen and (min-width: 768px) {

/* guest
--------------------------------------------*/
#guest{
position: relative;
}

#guest .section_wrap{
width: 90%;
position: relative;
margin: 0 auto 140px;
}

#guest .section_wrap .guest_list_wrap{
width: 90%;
margin: auto;
}

#guest .section_wrap .guest_list_wrap li{
width: 100%;
position: relative;
}

#guest .section_wrap .guest_list_wrap li .day_txt{
font-size: 3.6rem;
line-height: 1;
font-weight: 800;
font-style: italic;
text-align: center;
margin: 0 0 20px;
}

#guest .section_wrap .guest_list_wrap li .day_txt span{
font-size: 1.4rem;
}

#guest .block{
width: 100%;
margin: 0 auto 60px;
}

#guest .block:last-child{
margin-bottom: 0;
}

#guest .block h3{
font-size: 2rem;
line-height: 1;
font-weight:700;
text-align: center;
background: #000;
padding: 5px 10px;
color: #FFF;
margin: 0 auto 30px;
width: 500px;
}

#guest .guest_box{
background: url("../images/com/bg.png") center center no-repeat;
background-size: cover;
padding: 15px;
box-sizing: border-box;
margin: 0 0 60px;
}

#guest .guest_box .guest_mv{
padding: 10px;
box-sizing: border-box;
background: #FFF;
margin: 0 0 30px;
}

#guest .block .mcguest_list{
width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto 60px;
}

#guest .block .mcguest_list li{
width: 30%;
margin: 0 1.5% 2%;
}

#guest .block .mcguest_list li:nth-child(3n){
margin-right: 0;
}

#guest .block .mcguest_list li img{
border-radius: .6rem;
}

#guest .block .mcguest_list li h4{
text-align: center;
margin:10px 0;
font-size: 1.3rem;
line-height: 1;
font-weight: 700;
}

#guest .block .mcguest_list li h4 span{
display: block;
font-size: .7rem;
margin-top: 5px;
}

#guest .block .mcguest_list li h5{
text-align: center;
margin:0 auto 10px;;
width: 60px;
background: #121212;
color: #FFF;
padding: 5px;
box-sizing: border-box;
font-size: 1.2rem;
line-height: 1;
font-weight: 700;
}


#guest .block .mcguest_list li h6{
text-align: center;
margin:0 auto 10px;
font-size: 1.6rem;
line-height: 1;
font-weight: 800;
}


#guest .block .mcguest_list li p{
width: 96%;
margin: auto;
font-size: .8rem;
line-height: 1.8;
}

#guest .block .mcguest_list li p span{
font-weight: 800;
font-size: 1rem;
line-height: 1;
}



#guest .block .stageguest_list{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto 60px;
}

#guest .block .stageguest_list li{
width: 30%;
margin: 0 1.5% 2%;
}

#guest .block .mcguest_list li:nth-child(3n){
margin-right: 0;
}

#guest .block .stageguest_list li img{
border-radius: .6rem;
}

#guest .block .stageguest_list li h4{
text-align: center;
margin:10px 0;
font-size: 1.1rem;
line-height: 1;
font-weight: 700;
}


#guest .block .stageguest_list li h5{
text-align: center;
margin:0 auto 10px;
font-size: 1.2rem;
line-height: 1;
font-weight: 700;
background: #121212;
padding:5px 10px;
box-sizing: border-box;
color: #FFF;
width: 60px;
}

#guest .block .stageguest_list li h4 span{
display: block;
font-size: .7rem;
margin-top: 5px;
}

#guest .block .stageguest_list li p{
width: 96%;
margin: auto;
font-size: .8rem;
line-height: 1.8;
}

#guest .block .stageguest_list li p span{
font-weight: 800;
font-size: 1rem;
line-height: 1;
}

#guest .stage_box{
width: 90%;
background-image:linear-gradient(180deg, rgba(247,198,218,1), rgba(173,189,225,1));
background-size: cover;
padding: 15px 0;
box-sizing: border-box;
margin: 0 auto 60px;
}

#guest .stage_box .stage_mv{
margin: 0 0 30px;
}

#guest .stage_box .stage_mv h4{
width: 100%;
padding: 30px 50px;
box-sizing: border-box;
}

#guest .stage_box .sub_box{
width:90%;
margin:30px auto 0;
}

#guest .stage_box .time_table{
padding:5%;
box-sizing: border-box;
background: #f4a9c7;
}


/*com
------------*/
.sub_ttl{
font-size: 1.6rem;
font-weight: 300;
font-style: italic;
color: #eb55a5;
margin: 0 auto 20px;
text-align: center;
}

.red_txt{
font-size: 1.2rem;
font-weight: 300;
font-style: italic;
margin: 0 auto 60px;
}

.red_txt span{
display: block;
font-size: 1rem;
margin-top: 10px;
}


}
/*sp*/
@media only screen and (max-width: 767px) {

/* guest
--------------------------------------------*/
#guest{
position: relative;
}

#guest .section_wrap{
width: 90%;
position: relative;
margin: 0 auto 80px;
}

#guest .section_wrap .guest_list_wrap{
width: 100%;
}

#guest .section_wrap .guest_list_wrap li{
width: 100%;
position: relative;
margin-bottom: 30px;
}

#guest .section_wrap .guest_list_wrap li:last-child{
margin-bottom: 0;
}

#guest .section_wrap .guest_list_wrap li .day_txt{
font-size: 3rem;
line-height: 1;
font-weight: 800;
font-style: italic;
text-align: center;
margin: 0 0 10px;
}


#guest .section_wrap .guest_list_wrap li .day_txt span{
font-size: 1.4rem;
}

#guest .block{
width: 100%;
margin: 0 auto 30px;
}

#guest .block:last-child{
margin-bottom: 0;
}

#guest .block h3{
font-size: 1.2rem;
line-height: 1;
font-weight:700;
text-align: center;
background: #000;
padding: 5px 10px;
color: #FFF;
margin: 0 auto 20px;
}


#guest .guest_box{
background: url("../images/com/bg.png") center center no-repeat;
background-size: cover;
padding: 15px;
box-sizing: border-box;
margin: 0 0 60px;
}

#guest .guest_box .guest_mv{
padding: 15px;
box-sizing: border-box;
background: #FFF;
margin: 0 0 30px;
}

#guest .block .mcguest_list{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto 60px;
}

#guest .block .mcguest_list li{
width:100%;
margin: 0 0 20px;
}

#guest .block .mcguest_list li img{
border-radius: .6rem;
}

#guest .block .mcguest_list li h4{
text-align: center;
margin:10px 0;
font-size: 1.2rem;
font-weight: 700;
}

#guest .block .mcguest_list li h4 span{
display: block;
font-size: .8rem;
}

#guest .block .mcguest_list li p{
width: 96%;
margin: auto;
font-size: .8rem;
line-height: 1.8;
}

#guest .block .mcguest_list li h6{
text-align: center;
margin:0 auto 10px;
font-size: 1.6rem;
line-height: 1;
font-weight: 800;
}

#guest .block .mcguest_list li p span{
font-weight: 800;
font-size: 1rem;
line-height: 1;
}

#guest .stage_box{
width:100%;
background-image:linear-gradient(180deg, rgba(247,198,218,1), rgba(173,189,225,1));
background-size: cover;
padding: 10px 0;
box-sizing: border-box;
margin: 0 auto 60px;
}


#guest .stage_box .stage_mv{
margin: 0 0 30px;
}

#guest .stage_box .stage_mv h4{
width: 100%;
padding: 20px 30px 0;
box-sizing: border-box;
}

#guest .stage_box .sub_box{
width:100%;
margin:30px auto 0;
}



#guest .block .stageguest_list{
width: 88%;
margin: 0 auto 30px;
}

#guest .block .stageguest_list li{
width: 100%;
margin: 0 0 20px;
}

#guest .block .mcguest_list li:last-child{
margin-bottom: 0;
}

#guest .block .stageguest_list li img{
border-radius: .6rem;
}

#guest .block .stageguest_list li h4{
text-align: center;
margin:10px 0;
font-size: 1.1rem;
line-height: 1;
font-weight: 700;
}


#guest .block .stageguest_list li h5{
text-align: center;
margin:0 auto 10px;
font-size: 1.2rem;
line-height: 1;
font-weight: 700;
background: #121212;
padding:5px 10px;
box-sizing: border-box;
color: #FFF;
width: 60px;
}

#guest .block .stageguest_list li h4 span{
display: block;
font-size: .7rem;
margin-top: 5px;
}

#guest .block .stageguest_list li p{
width: 96%;
margin: auto;
font-size: .8rem;
line-height: 1.8;
}

#guest .block .stageguest_list li p span{
font-weight: 800;
font-size: 1rem;
line-height: 1;
}


/*com
------------*/
.sub_ttl{
font-size: 1.2rem;
font-weight: 300;
font-style: italic;
color: #eb55a5;
margin: 0 auto 20px;
text-align: center;
}


.red_txt{
font-size: 1rem;
font-weight: 300;
font-style: italic;
margin: 0 auto 30px;
}

.red_txt span{
display: block;
margin-top: 15px;
line-height: 1.4;
font-size: .8rem;
}


}