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

/*全体の設定*/
#wrapper {
    position:relative;
    overflow:hidden;
}
.bodyandlife section{
    text-align: center;
    margin:0 auto 80px;
    max-width: 870px;
}
.bodyandlife p{
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: left;
}
.bodyandlife p.desc{
    margin-bottom: 30px;
}
.bodyandlife_sponsor ul.sponsor_logos{
    display: flex;
    flex-wrap: wrap;
}
.bodyandlife_sponsor ul.sponsor_logos li{
    width: calc(20% - 10px);
    margin:5px;
}
.bodyandlife_intro h3{
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 20px;
}



/*MVを親要素からはみ出して表示*/

.bodyandlife_mv{
    margin:0 calc(50% - 50vw);
    width:100vw;
    background: url(./img/BodyandLife_pc_bkgr.jpg) no-repeat center center;
	background-size: cover;
    text-align: center;
    position: relative;
    margin-bottom:80px;
}
.bodyandlife_mv img{
    width: 100%;
    max-width: 870px;
}
.bodyandlife_mv h1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 40px;
    margin-bottom:30px;
    white-space: nowrap;
    border-bottom: 10px solid #a6ffe6;
    padding-bottom: 10px;
    line-height: 1.5;
    font-weight: bold;
	color: #FFF;
	-webkit-text-stroke: 2px #000;
}
.bodyandlife_mv h1::after{
    content:'';
    border-bottom: 5px solid #ffbdc3;
    bottom: -5px;
    display: block;
    left: 50%;
    position: absolute;
    width: 50%;
}
.bodyandlife_mv h1 span{
    display: block;
    font-size: 2.1rem;
    line-height:4;
}
.bodyandlife_mv img.bodyandlife_mv__sp{
    display: none;
}
.bodyandlife .gift .gift_voice{
    margin:50px 0 80px;
}
.bodyandlife .ttl_howto_h2{
    display: inline-block;
}


@media only screen and (max-width: 768px){
    .bodyandlife section{
        width: calc(100% - 30px);
        margin:0 auto 50px;
    }  
    .bodyandlife_mv {
        background:none;
        margin-bottom:30px;
    }
    .bodyandlife_mv img.bodyandlife_mv__pc{
        display: none;
    }
    .bodyandlife_mv img.bodyandlife_mv__sp{
        display: block;
    }
    .bodyandlife_mv img{
        height:auto;
    }
    .bodyandlife_sponsor ul.sponsor_logos li{
        width:calc(33.3% - 10px);
        margin:5px;
    }
    .bodyandlife .commonBtn4{
        width:280px;
    }
}