body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "メイリオ", sans-serif;
}

@media only screen and (max-width: 640px) {
    .title_container img {
        max-width: 100%;
        height: auto;
    }
}

.title_container {
    width: 1440px;
    height: 761px;
    background-image: url(../images/title.jpg);
    margin:0 auto 0 auto;
}

.title_container img {
    display: none;
}

@media only screen and (max-width: 640px) {
    .title_container {
        max-width: 100%;
        height: auto;
        background: none;
        margin-bottom: 30px;
    }

    .title_container img {
        margin-top: 40px;
        display: block;
    }
}

.h2_title {
    font: 30px / 40px;
    margin-top: 0;
    margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
    .h2_title {
        font-size: 22px;
        text-align: center;
    }
}

.splitter {
    margin-bottom: 5px;
    padding: 0;
}

.youtuber_splitter {
    margin-bottom: 5px;
    margin-top: 100px;
    padding: 0;
}

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

    .splitter {
        display: none;
    }
    
    .youtuber_splitter { 
        display: none;
    }
}

.youtuber_container {
    width: 1440px;
    height: 1005px;
    margin: 0 auto 0 auto;
    background-image: url(../images/ytbbg.jpg);
    background-repeat: repeat;
}

@media only screen and (max-width: 640px) {
    .youtuber_container {
        max-width: 100%;
        width: auto;
        height: auto;
        margin: 0 auto 0 auto;
        background-image: url(../images/ytbbg.jpg);
        background-repeat: repeat;
    }
}

.youtuber_contents {
    width: 1140px;
    margin:0 auto 0 auto;
    position:relative;
}

.youtuber_bosyuimg {
    position:absolute; 
    top:230px; 
    left:0px;
    background-image: url(../images/youtuber_bosyu.jpg);
    width: 225px;
    height: 147px;
    background-repeat:no-repeat;
}

@media only screen and (max-width: 640px) {
    .youtuber_bosyuimg img {
        max-width: 100%;
        height: auto;
    }
}

.youtuber_bosyuimg img {
    display: none;
}

.youtuber_text {
    position:absolute; 
    font: 16px;
    top:270px; 
    left:240px;
}

.youtuber_img {
    position:absolute; 
    top:265px; 
    left:800px;
    width: 270px;
    height: 270px;
    background-image: url(../images/hanna.jpg);
    background-repeat:no-repeat;
}

@media only screen and (max-width: 640px) {
    .youtuber_img img {
        max-width: 100%;
        height: auto;
    }
}

.youtuber_img img {
    display: none;
}

.youtuber_commentimg1 {
    position:absolute; 
    top:440px; 
    left:30px;
}

.youtuber_comment1 {
    font: 20px / 36px;
    position:absolute; 
    top:430px; 
    left:60px;
}

.youtuber_commentimg2 {
    position:absolute; 
    top:570px; 
    left:60px;
}

.youtuber_comment2 {
    font: 20px / 36px;
    position:absolute; 
    top:560px; 
    left:90px;
}

.youtuber_tripimg {
    position:absolute; 
    top:580px; 
    left:420px;
    width: 668px;
    height: 312px;
    background-image: url(../images/youtuber_trip.jpg);
    background-repeat:no-repeat;
}

@media only screen and (max-width: 640px) {
    .youtuber_tripimg img {
        max-width: 100%;
        height: auto;
    }
}

.youtuber_tripimg img {
    display: none;
}

@media only screen and (max-width: 640px) {
    .youtuber_contents {
        width: 100%;
        margin:0 auto 0 auto;
        position: static;
    }

    .youtuber_bosyuimg {
        position: static;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        background: none;
    }
    
    .youtuber_bosyuimg img {
        margin: 0 auto 0 auto;
        display: block;
    }
    
    .youtuber_text {
        position:static; 
        text-align: center;
        width: auto;
        margin-top: 10px;
        font: 14px;
    }
    
    .youtuber_img {
        position:static;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        background: none;
    }
    
    .youtuber_img img {
        margin: 20px auto 20px auto;
        display: block;
    }
    
    .youtuber_commentimg1 {
        position:static;
        margin-left: 10%;
    }
    
    .youtuber_comment1 {
        font-size: 14px;
        position:static;
        margin-left: 10%;
    }
    
    .youtuber_commentimg2 {
        position:static;
        margin-left: 15%;
    }

    .youtuber_comment2 {
        font-size: 14px;
        position:static;
        margin-left: 15%;
    }

    .youtuber_tripimg {
        position:static;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        background: none;
    }

    .youtuber_tripimg img {        
        margin: 20px auto 0 auto;
        display: block;
    }
}


.campaign_container {
    width: 1140px;
    margin:100px auto 0 auto;
}

.campaign_moviebox {
    float: left;
    width: 340px;
    margin-right: 40px;
    margin-bottom: 100px;
}

.campaign_movieboxlast {
    float: left;
    width: 340px;
    margin-bottom: 100px;
}

@media only screen and (max-width: 640px) {
    .campaign_container {
        width: 100%;
        margin:100px auto 0 auto;
        margin-bottom: 20px;
    }

    .campaign_moviebox {
        margin: 0 auto 10px auto;
        width: 100%;
    }

    .campaign_movieboxlast {
        margin: 0 auto 10px auto;
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .imotowifi img {
        max-width: 100%;
        margin-bottom: 10px;
        clear:both;
        height: auto;
    }
}

.imotowifi {
    clear: both;
    width: 1140px;
    height: 266px;
    margin: 100px auto 0 auto;
    background-image: url(../images/imotowifi.jpg);
    background-repeat:no-repeat;
}

.imotowifi img {
    display: none;
}

@media only screen and (max-width: 640px) {
    .imotowifi {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        background: none;
    }
    
    .imotowifi img {
        display: block;
    }
}

.rec_container {
    width: 1140px;
    margin: 100px auto 0 auto;
}

.rec_box {
    background-color: #F67898;
    margin-top: 34px;
}

.rec_content {
    font: 14px;
    color: #ffffff;
    padding: 25px 50px;
}

.rec_li {
    line-height: 25px;
}
 
@media screen and (max-width: 640px) {

    .rec_container {
        width: 100%;
        margin: 100px auto 50px auto;
    }
    
    .rec_box {
        background-color: #F67898;
        margin-top: 20px;
    }
    
    .rec_container {
        width: auto;
    }

    .rec_content {
        font: 12px;
        color: #ffffff;
        padding: 20px 35px;
    }

    .rec_li {
        line-height: 20px;
    }
}
