@charset "utf-8";

/* CSS Document */

/*------------------------

slider

------------------------*/
@media only screen and (max-width: 1024px){
    .w70{
        width: 100% !important;
    }
}
.slider > div{
    width: 819px;
    height: 387px;
}

@media only screen and (max-width: 1279px){
    .slider > div{
        width: 686px;
        height: 324px;
    }
}

@media only screen and (max-width: 1023px){
    .slider > div{
        width: 707px;
        height: 334px;
    }
}

@media only screen and (max-width: 767px){
    .slider > div{
        width: 300px;
        height: 141px;
    }
}
.slider img{
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
}
/*------------------------

what's new

------------------------*/

.whats-new{
    position: relative;
    height: 387px;
    padding: 15px;
    color: #fff;
    background-color: #202226;
}

@media only screen and (max-width: 1279px){
    .whats-new{
        height: 324px;
    }
}

@media only screen and (max-width: 1023px){
    .whats-new{
        width: 100% !important;
        height: auto;
        margin-bottom: 10px;
    }
}
.whats-new .icon{
    position: absolute;
    top: 0;
    left: 50%;
    width: 122px;
    margin-left: -61px;
}
.whats-new .img{
    overflow: hidden;
    width: 320px;
    height: 275px;
    margin-bottom: 11px;
}

@media only screen and (max-width: 1279px){
    .whats-new .img{
        width: 264px;
        height: 212px;
    }
}

@media only screen and (max-width: 1023px){
    .whats-new .img{
        display: block;
        margin: 0 auto 11px;
    }
}
.whats-new .img img{
    max-width: 100%;
    min-height: 100%;
}
.whats-new .day{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.whats-new .text{
    float: left;
    width: 100%;
}
.whats-new .text a{
    color: #fff;
    text-decoration: none;
}

@media only screen and (min-width: 1025px){
    .whats-new .text a:hover{
        color: rgba(255, 255, 255, 0.65);
        text-decoration: none;
    }
}
/*------------------------

コンテンツ

------------------------*/

.creator,
.about{
    margin-bottom: 10px;
    padding-right: 1px;
}

@media only screen and (max-width: 1023px){
    .creator,
    .about,
    .common,
    .twitter{
        margin-bottom: 10px;
        padding-right: 0;
    }
}
.common,
.twitter{
    padding-left: 1px;
}
.creator .title,
.common .title,
.about .title,
.twitter .title{
    padding: 7px;
    text-align: center;
    color: #fff;
    background-image: url(../img/title.png);
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 13px;
    font-weight: 500;
}
@media only screen and (min-width: 1024px){
.about .title {
	    background-image: url(../img/title_long.png);
}
}
.creator .inner,
.common .inner,
.about .inner,
.twitter .inner{
    padding: 10px;
    background-color: #ebeef2;
}
.creator .icon{
    width: 40px;
    height: 40px;
    margin: 0 auto 5px;
}
.creator .icon img{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.creator a{
    display: block;
    padding: 20px 0 17px;
    text-align: center;
    color: #202226;
    background-color: #f4d400;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

@media only screen and (min-width: 1025px){
    .creator a:hover{
        background-color: #fbe134;
    }
}
.creator .col-4:nth-child(3) a,
.creator .col-4:nth-child(6) a{
    padding: 10px 0 5px;
}
.creator .col-4:nth-child(1) a,
.creator .col-4:nth-child(2) a,
.creator .col-4:nth-child(3) a{
    border-bottom: 1px solid #cdb200;
}
.creator .col-4:nth-child(2) a,
.creator .col-4:nth-child(5) a{
    border-right: 1px solid #cdb200;
    border-left: 1px solid #cdb200;
}

@media only screen and (max-width: 1279px){
    .creator a{
        padding: 20px 5px 17px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 1025px){
    .creator a:hover{
        background-color: #fbe134;
    }
}
.creator .col-4:nth-child(3) a,
.creator .col-4:nth-child(6) a{
    padding: 10px 0 5px;
}
.creator .col-4:nth-child(1) a,
.creator .col-4:nth-child(2) a,
.creator .col-4:nth-child(3) a{
    border-bottom: 1px solid #cdb200;
}
.creator .col-4:nth-child(2) a,
.creator .col-4:nth-child(5) a{
    border-right: 1px solid #cdb200;
    border-left: 1px solid #cdb200;
}

@media only screen and (max-width: 1023px){
    .creator .col-4:nth-child(2) a{
        border-right: 0;
    }
    .creator .col-4:nth-child(3) a{
        border-right: 1px solid #cdb200;
    }
    .creator .col-4:nth-child(4) a{
        border-bottom: 1px solid #cdb200;
    }
}

@media only screen and (max-width: 767px){
    .creator a{
        padding: 20px 5px 17px;
        font-size: 12px;
    }
    .creator a span{
        display: block;
        font-size: 11px;
    }
    .creator .col-4:nth-child(2) a{
        border-right: 0;
    }
    .creator .col-4:nth-child(5) a{
        border-left: 0;
    }
}
.creator span{
    display: block;
    color: #202226;
    font-size: 10px;
}
.common .col-6{
    margin-bottom: 6px;
}
.sub-title{
    margin-bottom: 2px;
    color: #202226;
    font-size: 14px;
    font-weight: 500;
}
.common a{
    display: block;
    padding: 18px 0 15px;
    text-align: center;
    color: #fff;
    background-color: #4269e3;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

@media only screen and (min-width: 1025px){
    .common a:hover{
        background-color: #6789f3;
    }
}
.common .col-3:nth-child(1) a,
.common .col-3:nth-child(2) a,
.common .col-3:nth-child(3) a,
.common .col-6:nth-child(1) a{
    border-right: 1px solid #244bc6;
}
.common .col-4:nth-child(2) a{
    border-right: 1px solid #244bc6;
    border-left: 1px solid #244bc6;
}
.common a.btn{
    position: relative;
}
.common a.btn::after{
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -13px;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 1.8rem;
    font-weight: bold;
}
.common .icon{
    width: 40px;
    height: 40px;
    margin: 0 auto 5px;
}
.common .icon img{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.about a{
    display: block;
    padding: 20px 24px;
    color: #1e1e1e;
    border-right: 1px solid #ebeef2;
    border-bottom: 1px solid #ebeef2;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
@media only screen and (max-width: 1279px){
	.common .col-3 a{
		font-size: 13px;
	}
}
@media only screen and (max-width: 1023px){
	.common .col-3:nth-child(1) a{
    border-bottom: 1px solid #244bc6;
}
	.common .col-3:nth-child(2) a{
    border-right: none;
    border-bottom: 1px solid #244bc6;
}
}
@media only screen and (max-width: 767px){
    .about a{
        padding: 20px 10px;
    }
}

@media only screen and (min-width: 1025px){
    .about a:hover{
        background-color: rgba(255,255,255,0.74);
    }

	
}
.about a i{
    color: #1e1e1e;
}
.about .ban{
    display: block;
    margin: 10px auto 0;
}
.about .ban a{
    display: inherit;
    padding: 0;
    border-right: 0;
    border-bottom: 0;
    font-size: 0;
}
.ban-area{
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
