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: underline;
  vertical-align: bottom;
  cursor: pointer;
  color: #009e97;    
}

img{
    width: 100%;
}



hr {
  border: 0;
  border-top: 3px dotted #f8ba51;
  margin: 2.5rem 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: 600;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
  color: #f8ba51;    
}

a img {
  border: 0;
}


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

body{
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;    
  color: #009e97;
  letter-spacing: .03rem;
  position: relative;
  height: auto;
  overflow-y: auto;    
  overflow-x: hidden;   
  width: 100%;
    line-height: 1.6;  
    background-color: #009e97;

}

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-3;
  width:100%;
  height:100vh;
  background-size:cover;
}

h1{   
    font-size: 4.6rem;
    letter-spacing: 0.1rem;
    line-height: 1;
    text-align: center;
    margin-top: 2rem;
}

h2{
    font-size: 2.4rem;
}

h3{
    font-size: 2.2rem;
    letter-spacing: 0.05rem;
	line-height: 1.4;
	margin-bottom: 0.5rem;
    
}

h4{
    font-size: 1.8rem;
}

h5{
    font-size: 1.6rem;
    text-align:justify;
}

p{
  font-size: 1.4rem;    
}

.right {text-align: right}

.inner{
  max-width: 950px;
  margin: 0 auto;

}

.container{
    width: 92%;
    margin: auto;
    padding: 3.3rem 4rem;
    background-color: #fff;
}

.text-justify{
    text-align: justify;
}


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

.top-img{
    z-index: 1;
    background-size: cover;
    margin-bottom: 3rem;
    position: relative; 
    background-color: #fff;
}

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

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



.btn {
    position: relative;
    display: inline-block;
    padding: 1.2rem 2.8rem!important;
    color: #131313;
    text-decoration: none;
    background-color: #fff;  
    line-height: 1.6;
    border: solid 4px #131313;
}

.btn:focus,.btn:hover, .btn:active{
    text-decoration: none;
    color: #fff;    
    background-color: #131313;  
}

#artist .container{
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

.artist{
    width: 24%;
}

.sns{
    font-size: 2.6rem;   
}

footer{
    background-color: #eb6877;
    margin: 3rem 0 0 0;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}

footer a, footer a:hover, footer a:active{
    color: #fff;
}

footer p{
    width: 100%;
    color: #fff;
    font-size: 80%;
    text-align: center;
    margin-top: 1rem;
}

#drawer-navigation{ 
	display:none;
}


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


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

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

html{

    font-size: 0.5em;
}       
    
section{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.top-img{
    margin-bottom: 1.5rem;
}    

    
.container{
    width: auto;
    margin-left: 3rem;
    margin-right: 3rem;
    padding: 2.6rem 3rem;
}    
    
footer{
    margin-top: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
    
    
}

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

html{

    font-size: 0.43em;
} 
    
.container{
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 2.4rem 2.7rem;
	letter-spacing: 0;
}  
	
h2, h3{
  line-height: 1.3;
	margin-bottom: 0.5rem;
}

    
section{
    padding-top: 1rem;
    padding-bottom: 1rem;
}    
    
.top-img{
    margin-bottom: 1.5rem;
}    
    
.top{
    height: 90vh;
    position: relative;
  
}    
    
.artist{
    width: 48%;
    
}    
    
.mb-1{
    margin-bottom: 1.5rem;
        
}    
  

    
.btn {
    padding: 1rem 2.4rem!important;
    line-height: 1.4;
    border: solid #131313 3px;
}    
    
footer{
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

    
}

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

    
}

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

html{
    font-size: 0.4em;
}
    

}