/*
#################################
 
	共通
 
#################################
*/

body {
    font-family: 'Vollkorn', 'Sawarabi Mincho', メイリオ, Meiryo, Osaka, MS PGothic, sans-serif;
    font-size: 15px;
    color: #310e22;
}

a {
    text-decoration: none;
}

a:focus,
a:hover {
    color: #fff100;
    transition: all 0.3s;
}

::selection {
    background: #231f20;
    color: #fff
}

::-moz-selection {
    background: #231f20;
    color: #fff
}

section {
    padding: 100px 0;
}

.mds {
    color: #333;
    letter-spacing: 10px;
    margin: 0 auto 25px;
    text-align: center;
    font-size: 40px;
}

/*############ モバイル ############*/
@media screen and (max-width: 960px) {
    section {
        padding: 60px 20px;
    }

    .mds {
        font-size: 35px;
    }
}


/*
#################################
 
	背景
 
#################################
*/

#main-info {
    background: #fbfbfb url("../img/triangle.svg") no-repeat;
    background-position: -5%;
}

#credit {
    background: #fbfbfb
}

#track {
    background: #fff url("../img/trackback.png") no-repeat;
    background-size: cover;
    z-index: -1;
}



/*############ モバイル ############*/
@media screen and (max-width: 960px) {
    #track {
        background-size: 300%;
    }

    #main-info {
        background: #fbfbfb;
    }
}


/*
#################################
 
	ヘッダ
 
#################################
*/
header {
    background: url(../img/header-bg.jpg)no-repeat;
    width: 100%;
    padding: 20px;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    background-position: center top;
}

header h1 {
    position: absolute;
    left: 15%;
    top: 70%;
    padding-right: 10px;
    max-width: 800px;
    width: 60%
}

.top-fix {
    position: absolute;
}

.top-info-left {
    left: 50px;
    top: 8%;
    padding-right: 10px;
    width: 400px;
}

.top-info-right {
    right: 50px;
    top: 50px;
    padding-right: 10px;
    height: 100vh;
}

.top-info-right img {
    height: 80vh;
}

/*############ モバイル ############*/
@media screen and (max-width: 960px) {
    header h1 {
        width: calc(100% - 20px);
        left: 10px
    }

    header h1 img {
        width: 100%;
    }

    .top-fix {
        display: none;
    }
}

/*
#################################
 
	インフォ
 
#################################
*/

.catch {
    text-align: center;
}

.info-wrap {
    width: 960px;
    margin: 35px auto 0;
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
}

.info-wrap > div:first-child {
    width: 530px;
}

.cdinfo {
    line-height: 2.2;
    font-size: 20px;
    text-align: right;
}

.info-wrap div:first-child img {
    width: 100%;
}

.info-wrap > div:last-child {
    width: 400px;
}

.jacetimg a img {
    transition: all .3s;
}

.jacetimg a:hover img {
    opacity: .8;
}

#main-info h2 img {
    width: 700px;
}

/*############ ショップ ############*/
.shops {
    margin-top: 20px;
}

.shops a {
    border-bottom: 8px solid #333;
    font-size: 23px;
    letter-spacing: 0.1em;
    color: #333;
    transition: .3s;
}

.shops a:hover {
    border-bottom: 8px solid #999;
    color: #999;
}

.shops li {
    margin-bottom: 35px;
    text-align: right;
    list-style: none;
}



/*############ モバイル ############*/
@media screen and (max-width: 960px) {
    .catch img {
        width: 100%;
    }

    .cd-description {
        width: 100%;
        font-size: 18px;
        line-height: 32px;
    }

    .cd-description br {
        display: none;
    }

    .info-wrap {
        width: 100%;
        -webkit-flex-wrap: wrap;
        /* Safari */
        flex-wrap: wrap;
    }

    .info-wrap > div:first-child {
        width: 100%;
    }

    .info-wrap > div:last-child {
        width: 100%;
    }

    .info-wrap div:first-child p {
        margin-top: 10px;
        line-height: 35px;
        font-size: 18px;
    }

    .shops {
        margin-top: 40px;
    }

    .shops li {
        text-align: center;
    }

    .tokuten {
        width: 100%;
    }

    .tokuten img {
        width: 100%;
    }

    .cdinfo {
        font-size: 14px;
        text-align: center;
        line-height: 30px;
        margin-top: 20px;
    }

    #main-info h2 img {
        width: 100%;
    }

    .shops a {
        font-size: 17px;
    }
}


/*
#################################
 
	トラックリスト
 
#################################
*/
.track-wrap {
    width: 750px;
    margin: 0 auto;
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    color: #333;
    letter-spacing: .1em;
}

.trackname {
    display: flex;
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
    margin-bottom: 25px;
}

.trackname > div:first-child {
    width: 3em;
    margin-right: 5px;
}

.tracktitle {
    font-size: 24px;
}

.trackartist {
    font-size: 14px;
    font-style: italic;
}

/*############ モバイル ############*/
@media screen and (max-width: 960px) {
    .track-wrap {
        width: 100%;
        -webkit-flex-wrap: wrap;
        /* Safari */
        flex-wrap: wrap;
    }

    .tracklist-left,
    .tracklist-right {
        width: 100%;
    }

    .tracktitle {
        font-size: 20px;
    }

    .trackartist {
        font-size: 15px;
    }

    .trackname {
        margin-bottom: 15px;
    }
}


/*
#################################
 
	視聴関連
 
#################################
*/

.soundcloud {
    width: 960px;
    margin: 30px auto 0;
}

/*############ モバイル ############*/
@media screen and (max-width: 960px) {

    .soundcloud,
    .youtube {
        width: 100%;
    }
}

/*
#################################
 
	クレジット
 
#################################
*/
#credit table {
    margin: 0 auto;
    color: #333;
    font-size: 20px;
}

#credit table td:nth-child(2) {
    text-align: right;
}

#credit table td:last-child {
    text-align: left;
    font-style: italic;
}

#credit table td {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 11px 18px;
    line-height: 19px;
}

#credit table td a {
    color: #333;
    text-decoration: underline;
}

#credit td span {
    font-size: 10px;
}

/*############ モバイル ############*/
@media screen and (max-width: 960px) {

    #credit table td {
        letter-spacing: 0;
        padding: 10px 7px;
        font-size: 13px;
    }
}

/*
#################################
 
	同時リリース
 
#################################
*/

#release-link a {
    left: 0
}

#release-link {
    position: relative;
    text-align: center;
    padding: 60px 0
}

#release-link:after {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/vivid5.jpg) right no-repeat #cc2c48;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#release-link:hover:after {
    opacity: .7;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

#release-link .inner {
    z-index: 1;
    position: relative
}

#release-link a,
#release-link:after {
    width: 100%;
    height: 100%;
    top: 0
}

#release-link {
    overflow: hidden
}

#release-link p {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background: #d5cc5a;
}

/*############ モバイル ############*/
@media screen and (max-width: 960px) {
    #release-link img {
        width: 100%;
    }
}



/*
#################################
 
	フッター
 
#################################
*/

footer {
    background: #ebebeb;
    padding: 40px 0
}

footer p {
    margin-top: 20px;
    text-align: center;
    color: #333;
}

.social {
    text-align: center;
}

.social li {
    display: inline-block;
    margin-right: 20px;
    width: 60px;
}

.social li:last-child {
    margin-right: 0;
}

.social li a:hover {
    opacity: .8
}
