html {
  font-size: 62.5%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-feature-settings: 'palt';
  width: 100%;    
  font-size: 1.3em;    
}

*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  width: 100%;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: bottom;
  cursor: pointer;
  color: #122843;    
}



hr {
  border: 0;
  border-top: 2px solid #111;
  margin: 3rem 0;
  padding: 0;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p, span, a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  vertical-align: initial;    
}

h1, h2, h3, h4, h5, h6{
  font-weight: 700;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

img {
  width: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
  backface-visibility: hidden;
  font-size: 0;
  line-height: 0;
}

a img {
  border: 0;
}

small{
  font-size: 80%;    
}

ul{
    padding-left: 1.8em;
}

li{
  margin-bottom: 1.5rem;    
}


/* ==================================================== */
html{
  height: auto;
  position: relative;
}

body{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
  font-size: 1.5rem;    
  color: #111;
  letter-spacing: 0.03rem;
  position: relative;
  height: auto;
  overflow-y: auto;    
  overflow-x: hidden;   
  width: 100%;
  line-height: 1.8; 
  background: linear-gradient(#fff,#e5e193,#fff,#fff,#e5e193,#fff,#fff,#e5e193);

}

body:before{

}

.youtube{
    width: 80%;
    margin: 0 auto 5rem;
}

.video-wrap {
    width:100%;
    padding-bottom: 56.25%;
    height:0px;
    position: relative;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


h1{
   font-family: 'Open Sans', sans-serif;
    font-size: 3.2rem;
	font-weight: 800;
    letter-spacing: -0.05rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #a62224;
}



h2 {
  font-size: 2.8rem;
  position: relative;
  display: inline-block;
  padding: 0 9.5rem;
  margin-bottom: 1.5rem;    
}

h2:before, h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 7rem;
  height: 2px;
  background-color: black;
}

h2:before {
  left:0;
}

h2:after {
  right: 0;
}

h3{
    font-size: 2.3rem;
	font-weight: 900;
    letter-spacing: 0.05rem;
    line-height: 1.4;
    margin-bottom: 2rem;
    color: #003b87; 
    
}





h4{
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.6;
    text-align: justify;
    border-bottom: solid 2px;
	letter-spacing: 0;
	margin-bottom: 1rem;
}

h5{
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.6;
	letter-spacing: 0;
	margin-top: 1.5rem;
}

p{
  font-size: 1.5rem;    
}

.release{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-style: normal;    
    text-align: center;
    font-size: 4.4rem;
    margin: 3rem 0;
}

.release span{
    color: #a62224;
}

.content span{
	background:#a62224;
	color: #fff;
}

.inner{
  max-width: 970px;
  width: 100%;    
  margin: 0 auto;

}

.container{

    margin: 0 auto;
}

.container p{
    text-align: justify;
}


section{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.top-img{
    top:0;
    position: relative;
    background-image: url("../img/top.jpg");
    background-size: cover;
}

.top-logo{
    max-width:85%; 
    max-height: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    
}

.top{
    width: 100%;
    height: 100vh;
    position: relative;
}

.SS_logo {
  width: 15%!important;    
  overflow: hidden;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

#info{
    background-color: #fff;
    margin-bottom: 3rem;
    padding: 6rem 0;
}

.mb-5{
    margin-bottom: 5rem;
}

.bdr01{
  display: inline-block;
  margin: 0;
  border-top: solid 12px #111;
  border-bottom: solid 10px #111;    
  position: relative;
}

.bdr01:after{
  content: "";
  border-top: solid 4px #d6bc3c;
  border-bottom: solid 4px #d6bc3c;    
  position: absolute;
  top: 3px;
  bottom: 3px;    
  left: 0px;
  width: 100%;
}

#info .container{
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.jacket{
    width: 48%;
}

.content{
    width: 48%;
}



#tracklist, #interview{
    padding: 3rem 4rem;
    background-color: #fff;
    border: solid 5px #111;
    position: relative;
    
}

#tracklist:after, #interview:after{
  content: "";
  border: solid 2px #d6bc3c;  
  top: 3px;
  bottom: 3px;    
  left: 3px;
  right: 3px;
  position: absolute;   
  pointer-events : none;    
}

.credit{
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.btn-container{
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.btn {
    font-style: normal;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1rem 5rem;
    border: solid 3px #003b87;
	background-image: linear-gradient(to right, rgba(255,255,255,1) 50%, rgba(0,59,135,1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
    color: #003b87;
    text-decoration: none;
    margin: 1rem 1rem; 
}

.btn:hover {
	background-position: -100% 0;
    color: #fff;
}

.btn2 {
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1rem;
    color: #003b87;
    text-decoration: none;
    margin-top: 1rem;    
}

.interview span{
    background-color:#003b87;
    color:#ffffff;
    font-size: 80%;
    padding: 0.2rem 0;
    margin-right: 1rem;
	line-height: 1;
}

.interview a{
    text-decoration: underline;
    position: relative;
    
}

.banner{
    width: 85%;
}


.official{
    width: 60%;
    margin-bottom: 3rem;
}


footer{
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #111;
    text-align: center;    
}

footer p{
    font-size: 80%;
    color: #fff;    
    text-align: center;
    
}

.ss{
    width: 16%;
    margin-bottom: 1.5rem;
    vertical-align: bottom;
}

.wm{
    width: 18%;
    margin-bottom: 1.5rem;
}



/* ------- loading ------- */
.loader{
  width:300px;
  height: 65px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
}
.loaderBg{
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.loaderBg::before,.loaderBg::after{
  line-height: 1;
 position: fixed;
 z-index: 99;
 right: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 50%;
 margin-right: auto;
 margin-left: auto;
 content: ' ';
 transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
 transition-delay: .3s;
 background-color: #00a0e9;
}
.loaderBg::before{
  top: 0;
}
.loaderBg::after{
  bottom: 0;
}
.loaded .loaderBg::before{
   height: 0;
   -webkit-transform: translateY(-1%);
   -ms-transform: translateY(-1%);
   transform: translateY(-1%);
}
.loaded .loaderBg::after{
   height: 0;
   -webkit-transform: translateY(1%);
   -ms-transform: translateY(1%);
   transform: translateY(1%);
}



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

    font-size: 0.55em;
}   
    	
	
.inner{
  width: 92%; 

}
    
.release{
    margin: 3rem 0;
} 
  
section{
    padding-top: 3rem;
    padding-bottom: 3rem;
}    
    
#info{
    margin-bottom: 3rem;
    padding: 4.5rem 0;
}    

#tracklist .inner{
    padding: 2.3rem 2.6rem;
    
}    

.btn-container{
    flex-wrap: wrap;
    justify-content: center;
    display: flex;   
    margin-bottom: 1rem;
}
    
.btn {
    font-size: 1.6rem;
    width: auto;
    padding: 1rem 3.5rem;
    border: solid 2px;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
}

.btn2 {
    font-size: 1.6rem;
    padding: 1rem 1rem;
    margin-top: 1.5rem;    
}
    




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

html{

    font-size: 0.5em;
}   
    
.youtube{
    width: 92%;
    margin: 0 auto 4rem;
}    

.SS_logo {
  top: 2rem;
  left: 2rem;
}

.jacket{
    width: 40%;
}

.content{
    width: 55%;
}  
    
.btn {
    padding: 1rem 2.8rem;
    margin: 0.8rem;
}    
    


.ss{
    width: 22%;
}

.wm{
    width: 24%;
}

}

@media screen and (max-width: 576px) {
    
body{
    line-height: 1.6;
        
} 
    
.inner{
  width: 92%; 

}
    
.release{
    margin: 2rem 0;
} 
  
section{
    padding-top: 2rem;
    padding-bottom: 2rem;
} 
    
#info{
    margin-bottom: 2rem;
    padding: 4rem 0;
}  

.SS_logo {
  width: 30%!important;   
  top: 1.5rem;
  left: 1.5rem;
}

.top-logo{
    max-width:80%; 
    
}    
    
.jacket{
    width: 100%;
    margin-bottom: 1rem;
}

.content{
    width: 100%;
}      

.top{
    height: 90vh;
}    

    
.btn {
    padding: 0.8rem 2.7rem;
}
    

#tracklist{
    padding: 2rem 2.5rem;
    background-color: #fff;
    border: solid 5px #111;
    position: relative;
    
}
    
.mb-5{
    margin-bottom: 3rem;
}    

.banner{
    width: 100%;
}
   

.official{
    margin-bottom: 2rem;
    width: 100%;
    height: auto;

}

.ss{
    width: 32%;
}

.wm{
    width: 34%;
}


}

@media screen and (max-width: 414px) {
   
html{
    font-size: 0.5em;
}	
.top{
    height: 60vh;
}

h1{
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}



h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;    
}


h3{
    font-size: 2rem;
    margin-bottom: 1.5rem;
    
}

.release{
	font-size: 3.2rem;
		
	}

	
.mb-2{
    margin-bottom: 2rem;        
}    
    
}

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

html{
    font-size: 0.4em;
}
    

    
}