/*
Tutorial Name: Modernize Your Site: Building a YouTube Video Background
Author: Samuel Dalusung
*/


/* GENERAL STYLES
================================================== */
html {
    width: auto;
    height:100%;
    overflow-x : hidden;
    overflow-y : auto;
}

body {
    /*font:15px/23px 'Raleway',sans-serif;*/
    margin:0;
    padding:0;
    height:100%;
    width:auto;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

header{
    width: auto;
    height: auto;
    position:absolute;
    top:15px;
    left:15px;
    z-index: 700;
}

header img{
    height: auto;
    max-width: 400px;
}


.wrapper {
    position:relative;
    z-index:600;
    overflow: hidden;
}

.pattern {
    background-image:url(../images/pattern_74.png);
    background-repeat: repeat;
    background-attachment:scroll;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}



/* BIG VIDEO BACKGROUND
================================================== */
.big-background {
    height:100%;
    min-height:100%;
    overflow:hidden;
    position:relative;
    text-align:center;
    z-index:550;
}

.big-background .big-background-container {
    width:830px;
    max-width:100%;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}

.big-background-default-image {
    background:url(../images/main_sp.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:auto;
    height:100%;
    z-index:0;
    backface-visibility:hidden;
}

@media screen and (max-width: 767px) {

header{
    width: auto;
    height: auto;
    position:absolute;
    top:7px;
    left:7px;
    z-index: 600;
}

header img{
    max-width: 250px;
    height: auto;
}

.big-background .big-background-container {
    position:absolute;
    top:65%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}


}

@media screen and (max-width: 480px) {

header{
    width: auto;
    height: 100%;
    position:absolute;
    top:5px;
    left:5px;
    z-index: 600;
}

header img{
    max-width: 65%;
    height: auto;
}

.big-background .big-background-container {
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}

}
/* ==================================================================================== */
/* 追加 */
/* ==================================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1.6;
  font-size: 1.5rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #555;
}
a {
    color: #555;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.wrapper {
    background: url(../images/bg.jpg) center center no-repeat;
    background-size: cover;
}
.big-background-container {
    line-height: 1;
    color: #fff;
}
.big-background-container h1 {
    margin: 0;
    font-size: 64px;
}
.big-background-container h2 {
    margin: 24px 0 96px;
    font-size: 48px;
}
.big-background-container p {
    margin: 0;
    font-size: 64px;
}
.l_artist-name {
    padding: 48px 0;
    /*background: url(../images/bg_01.jpg) center center no-repeat;
    background-size: cover;*/
}
.l_artist-name h1 {
    margin: 0;
    line-height: 1;
    text-align: center;
    font-size: 64px;
    color: #fff;
}
.l_comment {
    background-color: #fff;
    color: #0e3b96;
}
.l_comment .l_inner {
    width: 980px;
    margin: 0 auto;
    padding: 48px 0;
}
.l_comment p + p {
    margin: 2em 0 0;
}
.m_recommend p {
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #fff;
}
.m_recommend p span {
    font-weight: 700;
}
.l_album-info {
    padding: 48px 0;
    /*background: url(../images/bg_02.jpg) center center no-repeat;
    background-size: cover;*/
}
.l_section.album .l_row {
    width: 980px;
    margin: 0 auto;
}
.l_section.album .l_row:after {
  content: "";
  clear: both;
  display: block;
}
.l_section.album .l_row > div {
    float: left;
    width: 470px;
}
.l_jacket {
    margin: 0 40px 0 0;
}
.l_text {
    color: #fff;
}

.m_album-title {
    margin: 0 0 24px;
    line-height: 1;
    font-size: 40px;
}
.m_song-list {
    margin: 0 0 24px;
    list-style: none;
}
.m_song-list .m_bonus-track {
    margin: 1em 0 0;
}
.l_link {
    background-color: #fff;
}
.l_link .l_inner {
    width: 980px;
    margin: 0 auto;
    padding: 48px 0;
}
.m_shop-link-list {
    list-style: none;
    text-align: center;
    font-size: 0;
}
.m_shop-link-list li {
    display: inline-block;
    margin: 0 0 0 20px;
}
.m_shop-link-list li:first-child {
    margin: 0;
}
.m_shop-link-list li a {
    display: block;
}
.m_offical-link-list {
    margin: 24px 0 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}
.m_offical-link-list li {
    display: inline-block;
    margin: 0 0 0 30px;
    font-size: 15px;
}
.m_offical-link-list li:first-child {
    margin: 0;
}
.m_offical-link-list li a {
    color: #0e3b96;
    text-decoration: underline;
}
.l_section.video {
    padding: 48px 0;
    /*background: url(../images/bg_03.jpg) center center no-repeat;
    background-size: cover;*/
}
.l_section.video .l_inner {
    width: 980px;
    margin: 0 auto;
}
.m_video-player {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 56.25% 0 0;
}
.m_video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.l_video-falf {
    margin: 40px 0 0;
}
.l_video-falf:after {
    content: "";
    clear: both;
    display: block;
}
.l_video-falf .l_col {
    float: left;
    width: 470px;
    margin: 0 0 0 40px;
}
.l_video-falf .l_col:first-child {
    margin: 0;
}
footer {
    padding: 24px 0;
    background-color: #333;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .big-background-container {
        padding: 0 7.5%;
    }
    .big-background-container h1 {
        font-size: 36px;
    }
    .big-background-container h2 {
        margin: 20px 0 48px;
        font-size: 28px;
    }
    .big-background-container p {
        font-size: 32px;
    }
    .l_artist-name h1 {
        font-size: 32px;
    }
    .l_comment .l_inner {
        width: auto;
        padding: 48px 7.5%;
    }
    .l_section.album .l_row {
        width: auto;
        padding: 0 7.5%;
    }
    .l_section.album .l_row > div {
        float: none;
        width: auto;
    }
    .l_jacket {
        margin: 0 0 40px 0;
    }
    .l_text {
        color: #fff;
    }
    .m_album-title {
        font-size: 24px;
    }
    .l_link .l_inner {
        width: auto;
        padding: 48px 7.5%;
    }
    .m_shop-link-list li {
        display: block;
        height: 40px;
        margin: 20px 0 0 0;
    }
    .m_shop-link-list li img {
        width: auto;
        height: 40px;
    }
    .m_shop-link-list li:first-child {
        margin: 0;
    }
    .l_section.video .l_inner {
        width: auto;
        padding: 0 7.5%;
    }
    .l_video-falf .l_col {
        float: none;
        width: auto;
        margin: 40px 0 0 0;
    }
    .l_video-falf .l_col:first-child {
        margin: 0;
    }
}