@charset "utf-8";

#geek {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 15px;
    background: #ffffcf;
    padding-bottom: 35px;
}
#geek .pc {
    display:none;
}
#geek .clrTxt {
    overflow: hidden;
    text-indent: -10000px;
    text-decoration: none;
    height: 0;
}
#geek .inner {
    max-width: 1280px;
    margin: 0 auto;
    position:relative;
}
#geek #header h1 {
    background:url(../images/sp/main_head.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 124%;
}
#geek #mainPh {
}
#geek #mainPhInner {
    width: 100%;
    padding-top: 71.333%;
    background:url(../images/sp/main_ph.png) no-repeat top center;
    background-size: cover;
}
#geek #twitter .ttl{
    background:url(../images/sp/tw_ttl.png) no-repeat top center;
    background-size: cover;
    padding-top:59%;
    position: relative;
    z-index: 1;
}
#geek #twitter .twCont {
    position: relative;
    top: -5vw;
    width: 94vw;
    margin: 0 auto;
    padding: 2vw;
    background: #fff;
    z-index: 0;
    border-radius: 2vw;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}
#geek #twitter .twCont iframe{
    vertical-align: bottom;
    width: 90vw  !important;
    height: 90vw !important;
}
#geek #twitter a.followbtn {
    display: block;
    transition: .3s;
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 85%;
    border-radius: 8vw;
    background: #fff;
    font-size: 7vw;
    padding: 2.2vw;
    color: #ff2194;
    font-weight: bold;
    text-decoration: none;
}