@charset "utf-8";

/* profileSection */
#profileSection {
    background-image: url(/_assets/img/character/profile_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#profileSection h3 {
    color: #009481;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 2.0rem;
}

#profileSection h3 span {
    border-bottom: 3px solid #f7ff27;
}
#profileSection dl dt {
    width: 30.61224489795918%;
    float: right;
}

#profileSection dl dd {
    width: 68.36734693877551%;
    float: left;
    line-height: 1.7;
    font-size: 1.6rem;
}

#profileSection dl dd small {
    margin-top: 30px;
    display: inline-block;
    font-size: 1.4rem;
}

/* characterSection */
#characterSection {
    padding-bottom: 0;
}

#characterSection .charaContainer dl {
    float: left;
    border: 1px solid #cecece;
    width: calc((100% - 45px) / 4);
    margin-right: 15px;

    padding: 0 20px;
}

#characterSection .charaContainer dl dt {
    text-align: center;
    padding-top: 86.84210526315789%;
    position: relative;
}

#characterSection .charaContainer dl dt img{
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin:  auto;
}

#characterSection .charaContainer dl dd {
    padding-top: 5px;
    padding-bottom: 20px;
}

#characterSection .charaContainer dl dd p{
    font-size: 1.4rem;
    line-height: 1.7;
}

/* movieSection */
#movieSection dl {
    margin-bottom: 40px;
}

#movieSection dl dt {
    float: right;
    padding-right: 60px;
}

#movieSection dl dd {
    float: left;
    line-height: 1.7;
    font-size: 1.6rem;
}

/* PC */
@media screen and (min-width: 768px) {
    #characterSection .charaContainer dl:nth-of-type(4n) {
        margin-right: 0;
    }

    #characterSection .charaContainer dl:nth-of-type(n+5) {
        margin-top: 15px;
    }
}

/* SP */
@media screen and (max-width: 767px){
    /* aboutSection */
    #aboutSection .subTitle p {
        line-height: 1.3;
    }

    /* profileSection */
    #profileSection h3 {
        margin-bottom: 20px;
        font-size: 1.6rem;
    }

    #profileSection dl dt {
        width: 100%;
        padding: 0 60px;
        float: none;
        margin-bottom: 15px;
    }

    #profileSection dl dd {
        width: 100%;
        float: none;
        font-size: 1.4rem;
    }

    #profileSection dl dd small {
        margin-top: 20px;
        font-size: 1.2rem;
    }

    /* characterSection */
    #characterSection {
        padding-bottom: 0;
    }

    #characterSection .charaContainer dl {
        width: 48%;
        margin-right: 0;

        padding: 0 10px;
    }

    #characterSection .charaContainer dl:nth-of-type(even) {
        float: right;
    }

    #characterSection .charaContainer dl:nth-of-type(n+3) {
        margin-top: 10px;
    }

    #characterSection .charaContainer dl dd {
        padding-top: 0;
        padding-bottom: 10px;
    }

    #characterSection .charaContainer dl dd p{
        font-size: 1.2rem;
    }

    /* movieSection */
    #movieSection dl {
        margin-bottom: 30px;
    }

    #movieSection dl dt {
        float: none;
        padding: 0 100px;
        margin-bottom: 15px;
    }

    #movieSection dl dd {
        float: none;
        line-height: 1.7;
        font-size: 1.4rem;
    }
}