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: #131313;    
}



hr {
  border: 0;
  border-top: 3px dotted #cccccc;
  margin: 2.5em 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;
  color: #cccccc;    
}

a img {
  border: 0;
}


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

body{
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;    
  color: #131313;
  letter-spacing: .1rem;
  position: relative;
  height: auto;
  overflow-y: auto;    
  overflow-x: hidden;   
  width: 100%;
    line-height: 1.7;  
    background-color: #f2f2f2;

}

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 span{
    border-bottom: 5px solid #fff;
}


h2{
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 3rem;
    display: inline-block;
    padding-bottom: 2px;
}

h3{
    font-size: 2rem;
    letter-spacing: 0.05rem;
    
}

h3 span{
    border-bottom: dotted 2px #ffd75c;
    padding-bottom: 3px;
}

h4{
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

h5{
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.05rem;    
    padding-bottom: 0.6rem;
    margin-bottom: 1.8rem;
    border-bottom: dashed 0.2rem #131313;
}

p{
  font-size: 1.5rem;    
}

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

}

.container{
    width: 90%;
    margin: auto;
    padding: 3.3rem 5rem;
    background-color: #fff;
    border: solid 3px #131313;
    box-shadow: 8px 8px 0px rgba(18, 40, 67, 0.1);
}

.container p{
    text-align: justify;
}


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

.top img{
  width: 100%;
  position: relative; 
  margin-bottom: 3rem;    
}


.btn {
    font-size: 120%;
    position: relative;
    display: inline-block;
    padding: 1.5rem 3rem!important;
    color: #131313;
    text-decoration: none;
    background-color: #f2f2f2;  
    line-height: 1.6;
}

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

.sns{
  font-size: 1.6rem;    
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #131313;
  text-align:center;
  line-height: 40px;
  margin: 0 1rem 3rem 1rem;    
}

footer{
    padding-top: 7rem;
    padding-bottom: 3rem;
}

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

footer p{
    width: 100%;
    font-size: 80%;
    text-align: center;
}

#drawer-navigation{ 
	display:none;
}


/* ------- loading ------- */
.loader{
  width:250px;
  height: 250px;    
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
}

.loader img{
  width: 100%;
}

.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: #fff;
}
.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) {
    

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

html{

    font-size: 0.5em;
}       

    
.container{
    padding: 2.8rem 4rem;
    box-shadow: 8px 8px 0px rgba(18, 40, 67, 0.1);
}    
    

    
    
}

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

html{

    font-size: 0.45em;
} 
    
body{
    line-height: 1.6;
        
} 
    
.loader{
  width:180px;
  height: 180px;
}    
    
section{
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}
    
.container{
    border: solid 2px #131313;    
    padding: 1.5rem 2.4rem;
    box-shadow: 6px 6px 0px rgba(18, 40, 67, 0.1);
}  

h2{
    font-size: 2.2rem;
    letter-spacing: 1px;
    line-height: 1.8;
}    
    
h2 span{
    border-bottom: 3px solid #fff;
}
    
    
footer{
    padding-top: 6rem;
    padding-bottom: 2rem;
} 
    
.sns{
  font-size: 2rem;    
  margin: 0 1rem 2rem 1rem;    
} 
    

    
}

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

    
}

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

html{
    font-size: 0.4em;
}
    

}