@charset "UTF-8";

/* ===================================================================
CSS information
 file name  :home.css
 style info :トップページ用CSS
=================================================================== */

/* Project
========================================================== */

/* トップページバナー一覧
---------------------------------------------------------- */
.p-home-banners
{
    padding: 0;
    list-style: none;
}
.p-home-banners__item
{
    margin-bottom: 0;
}
.p-home-banners__item.p-home-banners__item--characters
{
    margin-bottom: 10px;
}

/* トップページカウンター
---------------------------------------------------------- */
.p-home-counter
{
    position: relative;
    padding-top: 29.6875%;
}
.p-home-counter__count,
.p-home-counter__datetime
{
    position: absolute;
    text-align: center;
}
.p-home-counter__count
{
    font-family: Sarpanch, sans-serif;
    font-size: 42px;
    top: 24%;
    width: 100%;
    margin-top: -21px;
    color: #f4e27e;
}
.p-home-counter__datetime
{
    font-size: 12px;
    top: 73%;
    width: 100%;
    margin-top: -6px;
    margin-left: -5%;
    color: #fff;
}
.p-home-counter__tweet
{
    width: 79.375%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 2%;
    margin-left: auto;
}

/* トップページヘッダー
---------------------------------------------------------- */
.p-home-header
{
    position: relative;
    padding-top: 79.49921752738655%;
}
.p-home-header__pagetitle
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* トップページセクション1
---------------------------------------------------------- */
.p-home-section1
{
    position: relative;
    margin-bottom: 20px;
    background-image: url('../images/home/bg_counter.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}
.p-home-section1__title
{
    width: 100%;
}
.p-home-section1-footer
{
    padding-top: 20px;
    padding-bottom: 40px;
    background-image: url('../images/home/bg_section_1_footer.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.p-home-section1__links
{
    padding: 0;
    list-style: none;
}
.p-home-section1__links__item
{
    margin-bottom: 13px;
}

/* トップページセクション2
---------------------------------------------------------- */
.p-home-section2
{
    margin-top: 10px;
}

/* トップページセクション3
---------------------------------------------------------- */
.p-home-section3
{
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 5px;
    border: 3px solid #fff;
    border-radius: 5px;
    background-image: url('../images/home/bg_twitter.gif');
    background-size: 2px 2px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.p-home-section3__title,
.p-home-twitter__follow
{
    margin-right: 5px;
    margin-left: 5px;
}
.p-home-section3__title
{
    margin-bottom: 5px;
}
.p-home-twitter__follow
{
    margin-top: 5px;
}

/* トップページセクション4
---------------------------------------------------------- */
.p-home-section4
{
    margin-top: 15px;
}
.p-home-section4:after
{
    display: block;
    clear: both;
    content: '';
}
.p-home-section4__banner
{
    position: relative;
    float: left;
    overflow: hidden;
    width: 50%;
}
.p-home-section4__banner iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
