@charset "utf-8";
/* SP */
@media  screen and ( max-width:768px ){

.sp { display: block !important; }
.pc { display: none !important; }

/*--h/p--*/
h1{
    font-size: 5vw;
    bottom: 10%;
    left: 4%;
}
h1 p{
    margin-bottom: 0.5%;
}
h1 span{
    padding: 2px 7px;
}
h2{
    font-size: 5vw;
    margin-left: -6%;
}
h2 p{
    margin-bottom: 1%;
}
h2 span{
    padding: 0px 20px;
}
h3{
    font-size: 4.2vw;
    line-height: 6vw;
    margin: 5% auto;
}
h4{
    font-size: 3.5vw;
    text-align: center;
    font-weight: normal;
    margin: 3% 0;
}
h5{
    font-size: 3vw;
}

/*--header--*/
header{
    width: 100%;
    border-bottom: solid 5px #ff78e7;
}
header img{
    width: 100%;
}

/*--wrapper--*/
#wrapper{
    width: 100%;
    background: none;
}

/*--main--*/
main{
    width: 100%;
    position: relative;
    height: auto;
    padding: 5% 0;
    background: url(../images/common/mebae_sp_bg_pink.jpg) repeat-y;
    background-size: 100%;
}
.main_bg{
    width: 96%;
    margin: 20px auto 0;
}
.main_bg img {
    width: 100%;
}

/*--Mebae18--*/
#Mebae18{
    width: 100%;
    background: url(../images/common/mebae_sp_bg_pink.jpg) no-repeat;
    background-size: 100%;
    padding-bottom: 5%;
    font-size: 4vw;
}
#Mebae18 ul{
    width: 80%;
    margin: 0 auto 0;
    border-radius: 16px;
    padding: 5% 5% 1%;
    text-align: center;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
}
#Mebae18 li{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 90%;
}
#Mebae18 span{
    font-size: 6.5vw;
    font-weight: bold;
    padding: 0 5px;
}
#Mebae18 .logo{
    width: 45%;
    margin: 0 auto 0;
}
#Mebae18 img{
    width: 100%;
}

/*--Info--*/
#Info{
    width: 100%;
    position: relative;
    height: auto;
    margin: 0 auto 0;
    padding: 4% 0 7%;
}
#Info img {
    width: 100%;
}
.info_img01{
    position: absolute;
    width: 54%;
    top: 2.5%;
    left: 5%;
}
.info_img02{
    position: absolute;
    top: 3%;
    width: 16%;
    right: 5%;
}
.info_img03{
    position: absolute;
    top: 23%;
    width: 11%;
    left: 4%;
}
.info_img04{
    position: absolute;
    bottom: 30%;
    width: 68%;
    right: 3%;
}
.info_bg {
    width: 90%;
    margin: 0 auto 0;
}

/*--Actarea--*/
#Actarea{
    width: 100%;
    background: url(../images/common/mebae_sp_bg_pink.jpg) repeat-y;
    background-size: 100%;
    padding: 7% 0 3%;
}

/*--box--*/
.box {
    width: 80%;
    margin: 0 auto 7%;
    border-radius: 16px;
    padding: 8% 5%;
    text-align: center;
}
.box ul{
    width: 100%;
    text-align: center;
    margin: 5% 0 0;
}
.box li{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 82%;
    margin: 0;
}
.box img{
    width: 100%;  
}

/*--Lineup--*/
#Lineup{
    width: 100%;
    padding: 7% 0 5%;
    margin: 0 auto 0;
}
#Lineup .ttl{
    width: 68%;
    margin: 0 auto 0;
}
#Lineup .ttl img{
    width: 100%;
}
.slid_area{
    width: 100%;
    text-align: center;
    margin: 3% auto 15%;
}
.slider{
    width: 100%;  
    text-align: center;
}
.slider p{
    font-size: 3vw;
    text-align: left;
    color: #000;
    margin-top: 3%;
}
.slider img{
    width: 100%;  
}
.sl_box{
    padding: 6%;
    margin: 3%;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 36%);
    border-radius: 13px;
}

/*--bt--*/
.bt{
    text-align: center;
    width: 100%;
}
.bt p{
    width: 46%;
    padding: 8px 0;
    font-size: 3vw;
    font-weight: bold;
    margin: 1% 0.8%;
    position: relative;
    display: inline-block;
    border: solid 2px #ff78e7;
}
.bt_act{
    text-align: center;
    width: 100%;
    margin: 8% auto 0;
}
.bt_act p{
    width: 100%;
    padding: 8px 0;
    font-size: 3.5vw;
    font-weight: bold;
    margin: 5% 0 0;
    position: relative;
    border: solid 2px;
    border: solid 2px #ff78e7;
}
.bt_works{
    text-align: center;
    width: 90%;
    margin: 5% auto 0;
}
.bt_works p{
    width: 90%;
    padding: 8px 0;
    font-size: 3.5vw;
    font-weight: bold;
    margin: 5% auto 0;
    position: relative;
    border: solid 2px #ff78e7;
}
/*--arrow--*/
.bt p::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #ff78e7;
    border-bottom: 1px solid #ff78e7;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 8%;
}
.bt_act p::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #ff78e7;
    border-bottom: 1px solid #ff78e7;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 8%;
}
.bt_works p::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #ff78e7;
    border-bottom: 1px solid #ff78e7;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 8%;
}

/*--footer--*/
footer{
    width: 100%;
    padding-bottom: 30px;
}
.f_text{
    text-align: center;
}
.footerimg{
    width: 150px;
}
.copy{
    margin-top: 10px;
    font-size: 2.5vw;
}

/*--pageTop--*/
#pageTop {
    text-align:center;
    margin-top: 6%;
}
#pageTop img {
    width: 50px;
    padding-bottom: 8%;
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.sod_logo {
    position: absolute;
    width: 120px;
    margin-top: 10px;
    left: 30px;
    z-index: 100;
}

.movie {
    width: 90%;
    text-align: center;
    margin: auto;
}

video {
    width: 100%;
}
}
