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;
  color: #122843;    
	z-index: 300;
}



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;
	vertical-align:top;
}

a img {
  border: 0;
}

small{
  font-size: 80%;    
}

ul , ol{
  padding-left: 2.8rem;
}

li{
  margin-bottom: 1.5rem;  
}

li span{
	font-size: 90%;
	color: #777777;
}


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

body{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
  font-size: 1.6rem;    
  color: #111;
  letter-spacing: 0.02rem;
  position: relative;
  height: auto;
  overflow-y: auto;    
  overflow-x: hidden;   
  width: 100%;
  line-height: 1.8; 
}

body:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;  
	width:100%;
	height:100vh;
	background:url("../img/bg.jpg") center no-repeat;
	background-size:cover;

}

.youtube{
    width: 60%;
    margin: 3rem 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: 'Noto Sans JP', sans-serif;
    font-size: 3.2rem;
	font-weight: 800;
    letter-spacing: -0.05rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #e7428d;
}



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.6rem;
	font-weight: 800;
    letter-spacing: 0.05rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #0075c2; 
}


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

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

p{
  font-size: 1.6rem;    
}

.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: #0075c2;
}

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

}

.container{
    margin: 1rem auto 0 auto;
}


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

.top-img{
    top:0;
    position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #e5007f;
}

.top-img img{
    overflow: hidden;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	max-height: 100vh;
	width: auto;
} 

.SS_logo {
  width: 15%!important;
  position: absolute;
  top: 2rem;
  left: 2rem;
	z-index: 500;
}

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

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

.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 #f08300;
  border-bottom: solid 4px #f08300;    
  position: absolute;
  top: 3px;
  bottom: 3px;    
  left: 0px;
  width: 100%;
}

.bdr01 p{
	text-align: justify;
}

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

.jacket{
    width: 45%;
}

.content{
    width: 50%;
}

[data-ruby] {
	position: relative;
}
[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -0.8rem;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 0.4em;
}

#tokuten{
	padding-bottom: 0;
}

#tokuten h3{
	font-weight: 700;
	color: #111;
}

.sticker{
    width: 30%;
}

#tracklist{
	margin-top: 1rem;
    
}

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

#tracklist:after, #interview:after{
  content: "";
  border: solid 4px #f08300;  
  top: 3px;
  bottom: 3px;    
  left: 3px;
  right: 3px;
  position: absolute;   
}

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

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

.disc{
    width: 40%;
	text-align: center;
}

.list{
	width: 54%;
}

.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 4rem;
    border: solid 3px #e7428d;
	background-image: linear-gradient(to right, rgba(255,255,255,1) 50%, rgba(231,66,141,1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
    color: #e7428d;
    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: #e7428d;
    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;
    
}

footer a{
    color: #e7428d;    
    text-align: center;
	text-decoration: underline #e7428d;
	text-underline-offset: 0.5rem;
}

.copy{
	margin-top: 2rem;
}

.ssc{
    width: 30%;
	height: auto;
    margin: 0 1.5rem;
}

.ss{
    width: 15%;
	height: auto;
    margin: 0 1.5rem;
}

.wm{
	height: auto;
    width: 15%;
    vertical-align: top;
	padding-top: 1%;
	padding-bottom: 1rem;
	margin: 0 1.5rem;
}



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

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

}
    
.release{
    margin: 3rem 0;
}
	
h1{
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}	
	
h2 {
  font-size: 2.5rem;
}	
	
h3 {
  font-size: 2.2rem;
}		
  
section{
    padding-top: 3rem;
    padding-bottom: 3rem;
}    
    
#info{
    margin-bottom: 3rem;
    padding: 4.5rem 0;
}    


.btn-container{
    flex-wrap: wrap;
    justify-content: center;
    display: flex;   
    margin-bottom: 1rem;
}
    
.btn {
    font-size: 1.6rem;
    width: auto;
    padding: 1rem 3.5rem;
    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;
}   
	
.top{
    height: 60vh;
	min-height: 400px;
}  	
	
.sticker{
    width: 34%;
}	
    
.youtube{
    width: 92%;
}    

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

.jacket{
    width: 40%;
}

.content{
    width: 55%;
}  
    

.btn {
    padding: 1rem 2.8rem;
    border: solid 2px #e7428d;
	background-image: linear-gradient(to right, rgba(255,255,255,1) 50%, rgba(231,66,141,1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
    color: #e7428d;
    text-decoration: none;
    margin: 0.8rem; 
}	
#tracklist, #interview{
    padding: 3.5rem 5rem;
    background-color: #fff;
    border: solid 4px #111;
    position: relative;
    
}
	
.ssc{
    width: 50%;
	height: auto;
    margin: 0 1.5rem;
}	

.ss{
    width: 25%;
	height: auto;
    margin-bottom: 1.5rem;
}

.wm{
	height: auto;
    width: 25%;
	padding-top: 1.5rem;
}  
}

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

}
    
.release{
	font-size: 3rem;
    margin: 2rem 0;
} 	
  
section{
    padding-top: 2rem;
    padding-bottom: 2rem;
} 
    
#info{
    margin-bottom: 2rem;
    padding: 4rem 0;
}  
	
h1{
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h2, h3 {
  font-size: 2.2rem;
  margin-bottom: 1rem;    
}	
	
.jacket{
    width: 100%;
    margin-bottom: 3rem;
	text-align: center;
}
	
.jacket img{
    width: 80%;
	margin: 0 auto;
}		

.sticker{
    width: 50%;
}
	
.disc{
    width: 100%;
	margin-bottom: 3rem;
}
	
.disc img{
    width: 60%;
}	

.list{
	width: 100%;
}
	
	
.SS_logo {
  width: 25%!important;   
  top: 1.5rem;
  left: 1.5rem;
}
	
  
.top-logo{
    max-width:80%; 
    
}   	
    
.content{
    width: 100%;
}   

.youtube{
    margin: 2rem auto 5rem;
}	

#tracklist, #interview{
    padding: 3rem 3.5rem 2rem 3.5rem;
    background-color: #fff;
    border: solid 5px #111;
    position: relative;
    
} 
	
#tracklist{
    text-align: inherit!important;
    
} 	
	
.btn {
    padding: 0.8rem 2.7rem;
}
    
    
.mb-6{
    margin-bottom: 5rem;
}    

.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;
}	

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

.release{
	font-size: 3.2rem;
}

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

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

html{
    font-size: 0.4em;
}
    

    
}