@charset "utf-8";
.futaritabi {
    background-color: #edede6;
    position: relative;
    background: url(../images/bg.jpg) #fff no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
}
.futaritabi .main {
    background: url("../images/pc_main.jpg?220701") no-repeat top center;
    padding-top: 239.843%;
    background-size: cover;
    position: relative;
}
.futaritabi .movie {
    position: absolute;
    right: 4.1%;
    top: 31.6%;
    width: 44%;
}
.futaritabi .ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    order: 1;
}
.futaritabi .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.futaritabi .clrTxt {
    text-indent: -10000px;
    text-decoration: none;
    overflow: hidden;
    position: absolute;
}
.futaritabi .main .twitter {
    position: absolute;
    right: 5.5%;
    /* left: 0; */
    margin: 0 auto;
    top: 42.7%;
    width: 41%;
}
.futaritabi .main .twitter a {
    display: block;
    background: url(../images/tw_btn.png?220630) no-repeat top center;
    height: 0;
    padding-top: 16.987%;
    background-size: cover;
    text-indent: -10000px;
    text-decoration: none;
    overflow: hidden;
    transition: .3s;
}
.futaritabi .main .twitter a:hover {
    opacity: .7;
}
.futaritabi .main.teaser {
    background: url(../images/pc_main_teaser.jpg) no-repeat top center;
    padding-top: 124.84%;
    background-size: cover;
}
.futaritabi .main.teaser .twitter {
    top: 92%;
}
#footer {
    margin: 0px !important;
}