.top-wrapper {
    padding-top: 9.00rem;
}
.top-content-wrap {
    min-width: 1280px;
    background-image: url('../img/ptrn-stripe.gif');
    background-position: 0 0;
    background-repeat: repeat;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
}
.top-content-wrap::after {
    content: '';
    width: 300%;
    height: 100%;
    background-image: url('../img/ptrn-star.gif');
    background-position: center center;
    background-repeat: repeat;
    background-size: 10.00rem 10.00rem;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: -1;
    margin: 0 auto;
    -webkit-animation: slide 50s linear infinite;
            animation: slide 50s linear infinite;
}
@-webkit-keyframes slide{
  0%{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100%{
    -webkit-transform: translate3d(-10.00rem,0, 0);
            transform: translate3d(-10.00rem,0, 0);
  }
}
@keyframes slide{
  0%{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100%{
    -webkit-transform: translate3d(-10.00rem,0, 0);
            transform: translate3d(-10.00rem,0, 0);
  }
}
.sec01 {
    position: relative;
    z-index: 1;
}
.sec02 {
    text-align: center;
}
.sec03 {
    text-align: center;
}
/*====================*/

/*トップページ メインビジュアル
--------------------------*/
.sp-logo {
    display: none;
}
.top-header-wrap {
    min-width: 1280px;
    width: 100%;
    height: 9.00rem;
    background: url('../img/top_main_v-bg.jpg') no-repeat center top;
    position: fixed;
    z-index: 0;
    top: 0;
    overflow: hidden;
}
@media screen and (max-width: 1280px) {
    .top-header-wrap {position: absolute;}
}
.top-header__inner {
    max-width: 1090px;
    height: 100%;
    margin-left: calc((50% - 5.45rem) + .95rem);
    position: relative;
}
.top-header__catch {
    position: absolute;
    margin: auto;
    top: .05rem;
    left: 0;
    right: 0;
    width: 3.23rem;
    z-index: 2;
}
.top-header__pic {
    display: block;
    width: 1196px;
    position: absolute;
    right: -0.5rem;
    bottom: 1.3rem;
    z-index: 1;
}
.top-header__pic--shadow {
    display: block;
    width: 1358px;
    position: absolute;
    right: -1.5rem;
    bottom: -1.5rem;
    z-index: 0;
}
.top-header__release {
    position: absolute;
    left: 0;
    bottom: .50rem;
    z-index: 3;
}
.top-header__logo-15th {
    position: absolute;
    right: .20rem;
    bottom: 1.20rem;
    z-index: 2;
}
.top-header__platform {
    position: absolute;
    right: .20rem;
    bottom: .60rem;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-header__platform > li {
    margin-left: .20rem;
}
.top-header__platform .vita {width:1.20rem;}
.top-header__platform .steam {width:1.05rem;}
.top-header__platform .switch {width:.40rem;}

/*トップページ ニュース帯
--------------------------*/
.news-wrap {
    width: auto;
    background: rgb(3,206,183);
    background: -webkit-gradient(linear, left top, right top, from(rgba(3,206,183,1)),to(rgba(0,201,219,1)));
    background: linear-gradient(to right, rgba(3,206,183,1) 0%,rgba(0,201,219,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ceb7', endColorstr='#00c9db',GradientType=1 );
}
.news-wrap__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: .18rem 0 .18rem 1.90rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.news__ttl {
    font-size: .24rem;
    color: #fffd4f;
    margin: 0 2.5em 0 1em;
    position: relative;
}
.news__ttl::after {
    content: '';
    background: url('../img/top_icon_mark.svg') no-repeat center center;
    background-size: contain;
    width: .30rem;
    height: .30rem;
    position: absolute;
    right: -.35rem;
    bottom: .09rem;
}
.news__txt {
    display: table-cell;
    vertical-align: middle;
    font-size: .16rem;
    font-weight: bold;
    color: #fff;
    text-indent: -120px;
    padding-left: 120px;
}
.news__txt .date {
    font-size: .20rem;
    margin-right: 0.7em;
}
.news__txt a{
    color: #fffd4f;
}

/*トップページ バナーエリア
--------------------------*/
.bnr-wrap {
    background-color: #fff;
}
.bnr-wrap__inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex; 
	flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
    padding: .30rem .40rem .30rem 1.90rem;
}
.bnr-wrap__inner li:not(:nth-child(7n+0)) {
    margin-right: .10rem;
    padding-bottom: 10px;
}





/*トップページ インフォメーションエリア
--------------------------*/
.information-wrap {
    width: 100%;
}
.information-wrap__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: .60rem .40rem .60rem 1.90rem;
    text-align: center;
}
.information__ttl {
    line-height: 1;
    margin-bottom: .58rem;
}
.information__box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: .30rem;
}
.information__box-list li {
    width: 5.14rem;
    margin-bottom: .22rem;
}
.information__txt {
    display: inline-block;
    font-size: .18rem;
    font-weight: bold;
    color: #3e3a39;
    border-bottom: .04rem solid #fffd4f;
    padding-bottom: .04rem;
    margin-bottom: .30rem;
}
.btn-link-item:last-child {
    margin-right: 0;
}
.btn-link-item {
    margin: 0 .20rem .10rem 0;
    width: 5.14rem;
}

/*トップページ ムービーエリア
--------------------------*/
.mov-wrap {}
.mov-wrap__inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0 .40rem 0 1.90rem;
}
.yt-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.mov__thumb {
    background: url('../img/top_mov_thumb.png') no-repeat center top;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.mov-wrap__inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*トップページ 過去シリーズエリア
--------------------------*/
.feature-wrap {
    background-image: url('../img/ptrn-star-beige.gif'), url('../img/ptrn-5line-beige.gif');
    background-position: 0 0, center top;
    background-repeat: repeat, no-repeat;
    background-color: #fff;
}
.feature-wrap__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.00rem 0;
}
.feature__box--left {
    position: relative;
    text-align: left;
    margin-bottom: .80rem;
}
.feature__box--left .feature__no {
    position: absolute;
    top: .10rem;
    left: 7.50rem;
}
.feature__box--left .feature__txt01 {
    position: absolute;
    right: 0;
    padding: 0 .60rem 0 .20rem;
}
.feature__box--left .feature__txt02 {
    position: absolute;
    right: 0;
    padding: 0 .60rem 0 .15rem;
}
.feature__box--right {
    position: relative;
    text-align: right;
    margin-bottom: .80rem;
}
.feature__box--right .feature__no {
    position: absolute;
    top: .10rem;
    right: 7.50rem;
}
.feature__box--right .feature__txt01 {
    position: absolute;
    left: 0;
    padding: 0 .20rem 0 2.10rem;
}
.feature__box--right .feature__txt02 {
    position: absolute;
    left: 0;
    padding: 0 .15rem 0 2.10rem;
}
.feature__txt01 {
    font-size: .28rem;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 191, 161, 0.7);
    bottom: .63rem;
    height: .42rem;
    line-height: .42rem;
}
.feature__txt02 {
    font-size: .16rem;
    font-weight: bold;
    color: #fff;
    background-color: rgba(124, 121, 107, 0.7);
    bottom: .15rem;
    height: .42rem;
    line-height: .42rem;
}
.feature__txt01 a,
.feature__txt02 a{
    color: #fff;
}

/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/

@media screen and (max-width: 750px) {
    .top-wrapper {
        padding-top: 8.74rem;
    }
/*トップページ メインビジュアル
--------------------------*/
    .sp-logo {
        width: 3.25rem;
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        top: .20rem;
        margin: auto;
    }
    .top-header-wrap {
        min-width: auto;
        height: 8.74rem;
        background-size: auto 100%;
    }
    .top-header__inner {
        margin-left: 0;
    }
    .top-header__pic {
        width: 100%;
        right: 0;
        bottom: 1.90rem;
    }
    .top-header__pic--shadow {
        width: 100%;
        right: 0;
        bottom: -.20rem;
    }
    .top-content-wrap {
        min-width: auto;
    }
    .news-wrap__inner {
        padding: .125rem .25rem;
    }
    .bnr-wrap__inner {
        padding: 0;
    }
    .information-wrap__inner {
        padding: 0.65rem .25rem 0;
    }
    .top-header__catch {
        left: 0;
        right: 0;
        margin: auto;
        width: 4.07rem;
        top: auto;
        bottom: 1.65rem;
        z-index: 10;
    }
    .top-header__release {
        width: 5.23rem;
        margin: auto;
        right: 0;
        bottom: .65rem;
    }
    .top-header__logo-15th {
        width: 1.38rem;
        bottom: 1.9rem;
        right: .25rem;
    }
    .top-header__platform {
        bottom: .15rem;
    }

/*トップページ ニュース帯
--------------------------*/
    .news__ttl {
        display: none;
    }
    .news__txt {
        font-size: .24rem;
        position: relative;
        text-indent: 0;
        padding-left: 1.80rem;
    }
    .news__txt .date {
        position: absolute;
        left: 0;
        font-size: .28rem;
        top: -0.02rem;
    }
/*トップページ バナーエリア
--------------------------*/
.bnr-wrap__inner li:not(:nth-child(4n+0)) {
    margin-right: .05rem;
}

.bnr-wrap__inner li:not(:nth-child(5n+0)) {
    margin-right: .05rem;
}

    .bnr-wrap {
        padding: .30rem;
    }
    .bnr-wrap__inner li {
        width: 32.5%;
        padding-bottom: .05rem;

    }
    .btn-link-wrap {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .btn-link-item {
        width: auto;
    }
/*トップページ インフォメーションエリア
--------------------------*/
    .information__box-list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .information__box-list li {
        width: 6.80rem;
        margin-bottom: .50rem;
    }
    .information__box__item--15th {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .information__box__item--party {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .information__box__item--vacation {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .information__txt {
        font-size: .24rem;
    }
/*トップページ ムービーエリア
--------------------------*/
    .mov-wrap__inner {
        padding: 0;
    }

/*トップページ 過去シリーズエリア
--------------------------*/
    .feature__box--left,
    .feature__box--right {
        padding-top: 1.14rem;
    }
    .feature__box--left img,
    .feature__box--right img {
        max-height: 100%;
        width: auto;
        position: relative;
        z-index: 2;
    }
    .feature__box--left .feature__no {
        height: 1.06rem;
        top: .10rem;
        left: -.70rem;
        right: auto;
        z-index: 1;
    }
    .feature__box--right .feature__no {
        height: 1.06rem;
        top: .10rem;
        left: .10rem;
        right: auto;
        z-index: 1;
    }
    .feature__box--left .feature__txt01,
    .feature__box--right .feature__txt01 {
        padding: 0 .25rem 0 2.5rem;
        right: 0;
        top: 0;
        height: 1.14rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .feature__txt01 {
        color: #03ceb7;
        font-size: .34rem;
        background: none;
    }
    .feature__txt02 {
        display: none;
    }
    
    .feature__txt01 a,
    .feature__txt02 a{color: #03ceb7;}
    
}
