@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : music.css
Description :
===================================================================== */


/* ********************************************************************
        主題歌
******************************************************************** */
.music h2 {
    width: calc(156 / 630 * 100%);
}


.music .ttl_music {
    text-align: center;
    margin: calc(30 / 630 * 100%) auto calc(100 / 630 * 100%);
}

.music .ttl1 {
    font-size: 1.2rem;
}

.music .ttl2 {
    font-weight: 600;
    font-size: 2rem;
}

.music .ttl_music dd {
    line-height: 1.2;
}

.music .ttl_music dd img {
    margin-top: calc(5 / 630 * 100%);
    width: calc(360 / 630 * 100%);
}

.music .profile,
.music .comment {
    background: linear-gradient(45deg, transparent 15px, #f2efeb 15px), linear-gradient(135deg, transparent 15px, #f2efeb 15px), linear-gradient(225deg, transparent 15px, #f2efeb 15px), linear-gradient(315deg, transparent 15px, #f2efeb 15px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50.1% 50.1%;
    background-repeat: no-repeat;
}

.music .profile dt,
.music .comment dt {
    position: relative;
    text-align: center;
    font-weight: 600;
    padding-bottom: calc(40 / 630 * 100%);
    border-bottom: 1px solid #47ccc5;
    margin-bottom: calc(40 / 630 * 100%);
}

.music .profile dt::before,
.music .comment dt::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background-color: #47ccc5;
}

.music .comment {
    margin-top: calc(50 / 630 * 100%);
    margin-bottom: calc(80 / 630 * 100%);
}

.btn_green {
    margin-bottom: calc(80 / 630 * 100%);
}

.btn_green a {
    padding: calc(35 / 630 * 100%) calc(20 / 630 * 100%) calc(70 / 630 * 100%);
}

.btn_green::before {
    height: 50%;
}

.btn_green::before,
.btn_green::after {
    bottom: 16%;
}

.btn_green span {
    text-align: center;
    color: #665852;
    font-weight: bold;
    display: block;
    font-size: 1.6rem;
    margin-bottom: calc(10 / 630 * 100%);
}


@media screen and (min-width: 768px) {

    .music h2 {
        width: calc(123 / 1000 * 100%);
    }

    .music .img {
        width: calc(630 / 1000 * 100%);
        margin: 0 auto;
    }

    .music .ttl_music {
        margin: calc(30 / 1000 * 100%) auto calc(100 / 1000 * 100%);
    }

    .music .ttl1 {
        font-size: 1.8rem;
    }

    .music .ttl2 {
        font-size: 3rem;
    }

    .music .ttl_music dd {
        font-size: 2.1rem;
    }

    .music .ttl_music dd img {
        margin-top: calc(5 / 1000 * 100%);
        width: calc(300 / 1000 * 100%);
    }

    .music .profile,
    .music .comment {
        background: linear-gradient(45deg, transparent 30px, #f2efeb 30px), linear-gradient(135deg, transparent 30px, #f2efeb 30px), linear-gradient(225deg, transparent 30px, #f2efeb 30px), linear-gradient(315deg, transparent 30px, #f2efeb 30px);
        background-position: bottom left, top left, top right, bottom right;
        background-size: 50.1% 50.1%;
        background-repeat: no-repeat;
        padding: calc(80 / 1000 * 100%) calc(100 / 1000 * 100%);
        font-size: 1.8rem;
        width: 100%;
        margin: auto;
    }

    .music .profile dt,
    .music .comment dt {
        padding-bottom: calc(40 / 1000 * 100%);
        margin-bottom: calc(40 / 1000 * 100%);
    }

    .music .profile dt::before,
    .music .comment dt::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 4px;
        width: 100%;
        height: 1px;
        background-color: #47ccc5;
    }

    .music .comment {
        margin-top: calc(50 / 1000 * 100%);
        margin-bottom: calc(80 / 1000 * 100%);
    }

    .btn_green {
        margin-bottom: calc(80 / 1000 * 100%);
    }

    .btn_green a {
        padding: calc(55/1000* 100%) calc(50/1000 * 100%) calc(95 / 1000 * 100%);
    }

    .btn_green span {
        font-size: 1.4rem;
    }

    .btn_green img {
        width: calc(230 / 350 * 100%);
    }

    .btn_green .hover {
        padding: calc(51 / 350 * 100%) calc(70 / 350 * 100%) calc(30 / 350 * 100%) calc(63 / 350 * 100%);
        left: 1%;
        width: 100%;
    }

}

@media screen and (min-width: 1000px) {
    .btn_green span {
        font-size: 1.6rem;
    }
}
