@charset "UTF-8";

/*PC--------------------------------------------------------------------------------------*/

#content {
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    box-sizing: border-box;
    color: #fff;
    background: #000;
    padding-bottom: 1px;
}

#content a
{
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

#content a:hover{
    opacity: 0.7;
}

#content figure{
    margin: 0;
}

#content img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.header-bg {
    width: 100%;
    background: url("../images/header.jpg") no-repeat top center;
    background-size: contain;
}

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

    .header-bg {
        background-size: cover;
    }

}

.header-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.header {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
}

.header h1{
    display: none;
}

.header .sns-pos{
    position: absolute;
    width: 20%;
    right: 3%;
    bottom: 5%;
}

.header .sns-pos .sns{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%;
    padding: 0;
}

.header .sns-pos .sns li{
    width: 25%;
    padding: 0 2%;
    box-sizing: border-box;
}

.header .sns-pos .sns li img{
    width: 100%;
}

.content-wrap{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5%;
    box-sizing: border-box;
}

ul.aitd-pic{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 3% 0;
}

ul.aitd-pic li{
    flex-basis: 33.33333%;
}

ul.aitd-pic li img{
    width: 100%;
}

.h2_pv{
    text-indent: -9999px;
    background: url(../images/h2_pv.jpg) no-repeat center;
    background-size: 1200px 60px;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 60px;
}

.h2_pickup{
    text-indent: -9999px;
    background: url(../images/h2_pickup.jpg) no-repeat center;
    background-size: 1200px 60px;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 60px;
}

.h2_news{
    text-indent: -9999px;
    background: url(../images/h2_news.jpg) no-repeat center;
    background-size: 1200px 60px;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 60px;
}


.h2_info{
    text-indent: -9999px;
    background: url(../images/h2_info.jpg) no-repeat center;
    background-size: 1200px 60px;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 60px;
}

.movie-wrap{
    max-width: 700px;
    width: 100%;
    margin: 3% auto;
}

.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

ul.pickup-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 3% -1.5% 0 -1.5%;
}

ul.pickup-list li{
    flex-basis: 50%;
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 3%;
}

ul.pickup-list li a{
    text-decoration: none;
    color: #fff;
}

ul.pickup-list li img{
    width: 100%;
}

ul.pickup-list li h4{
    color: #2994b6;
    margin: 1rem 0 0 0;
}

ul.pickup-list li p{
    margin: 0.5rem 0;
    font-size: 0.9rem;
}

ul.pickup-list li .time-stamp{
    text-align: right;
    color: #b38e1c;
    font-size: 0.9rem;
}

.info-wrap{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 3% -1.5% 0 -1.5%;
}

.info-wrap .gamespec,
.info-wrap .twitter{
    flex-basis: 50%;
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 3%;
}

.info-wrap .gamespec dt {
    float: left;
    color: #b38e1c;
    width: 8em;
    font-weight: bold;
}

.info-wrap .gamespec dd {
    margin: 0 1em 0 8em;
}

.aitd-footer{
    border-top: 1px solid #333;
    padding: 3% 0;
    font-size: 0.9rem;
    color: #999;
}


/* ニュースリスト - 追加 */


ul.relatednews-wrap {
    list-style: none;
    padding: 0;
    margin: 3% 0;
    display: block;
}

ul.relatednews-wrap li {
    padding: 0 0 2% 0;
    box-sizing: border-box;
    margin-bottom: 2%;
    overflow: hidden;
    border-bottom: #333 solid 1px;
}

ul.relatednews-wrap li:last-child {
    border-bottom: 0;
}

ul.relatednews-wrap li .pic {
    position: relative;
    width: 30%;
    float: left;
}

ul.relatednews-wrap li .pic::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

ul.relatednews-wrap li .pic .pic-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

ul.relatednews-wrap li a {
    color: #fff !important;
}

ul.relatednews-wrap li a:hover {
    color: #f90 !important;
}

ul.relatednews-wrap li img {
    width: 100%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

ul.relatednews-wrap li a:hover img {
    -webkit-transform: scale(120%);
    -moz-transform: scale(120%);
    -ms-transform: scale(120%);
    -o-transform: scale(120%);
    transform: scale(120%);
}

ul.relatednews-wrap li .text {
    width: 70%;
    float: right;
    padding-left: 3%;
    box-sizing: border-box;
}

ul.relatednews-wrap li .text .time {
    color: #b38e1c;
    text-align: right;
    font-size: 0.9em;
}


/*RESPONSIVE--------------------------------------------------------------------------------------*/

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


}

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


}

/*MOBILE--------------------------------------------------------------------------------------*/

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

    #content {
        font-size: 14px;
    }

    .header {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 100%;
        position: relative;
        width: 100%;
        margin-bottom: 5vh;
    }

    .header .sns-pos{
        position: absolute;
        width: 50%;
        right: 25%;
        bottom: 0;
    }

    .content-wrap{
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 0 5%;
        box-sizing: border-box;
    }

    ul.aitd-pic{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 0 5vh 0;
        justify-content: center;
    }
    
    ul.aitd-pic li{
        flex-basis: 50%;
    }

    .h2_pv{
        text-indent: -9999px;
        background: url(../images/h2_pv.jpg) no-repeat center;
        background-size: 800px 40px;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 40px;
    }
    
    .h2_pickup{
        text-indent: -9999px;
        background: url(../images/h2_pickup.jpg) no-repeat center;
        background-size: 800px 40px;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 40px;
    }

    .h2_news{
        text-indent: -9999px;
        background: url(../images/h2_news.jpg) no-repeat center;
        background-size: 800px 40px;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 40px;
    }
    
    .h2_info{
        text-indent: -9999px;
        background: url(../images/h2_info.jpg) no-repeat center;
        background-size: 800px 40px;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 40px;
    }

    .movie-wrap{
        max-width: 700px;
        width: 100%;
        margin: 5vh auto;
    }

    ul.pickup-list{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 5vh -1.5% 0 -1.5%;
    }

    ul.pickup-list li{
        flex-basis: 100%;
        padding: 0 1.5%;
        box-sizing: border-box;
        margin-bottom: 5vh;
    }

    /* 追加 */
    ul.relatednews-wrap {
        list-style: none;
        padding: 0;
        margin: 5vh 0;
        display: block;
    }
    ul.relatednews-wrap li {
        padding: 0 0 3vh 0;
        box-sizing: border-box;
        margin-bottom: 3vh;
        overflow: hidden;
        border-bottom: #333 solid 1px;
    }
/* /追加 */

    .info-wrap .gamespec,
    .info-wrap .twitter{
    flex-basis: 100%;
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 5vh;
    }
    .aitd-footer{
    border-top: 1px solid #333;
    padding: 5vh 0;
    font-size: 0.9rem;
    color: #999;
    }

}

#twitter-widget-0 {
    width: auto !important;
}
