@charset "utf-8";

/*-----------------------------------------
common
------------------------------------------*/

body {
  font-size: 0.9rem;
font-family: serif;

  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  text-align: justify;
}

.h1{
  font-size: 1.7rem;
  line-height: 1.5;
}

.h2{
  font-size:1.5rem;
}

.h3{
  font-size:1.2rem;
  line-height: 1.5;
}

.jumbotron--extend {
    height: 100vh;
    border-radius:0;
        margin-bottom: 0;
}

.container-fluid{
  padding: 0;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.fuchidori {
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.pt-10{
  padding-top: 50px;
}

.lang_btn{
  position: absolute;
  top:0px;
  right: 0;
  z-index: 1;
}


@media screen and (min-width: 567px) {
  body {
    font-size: 1.1rem;
font-family: serif;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    font-feature-settings: 'palt';
    letter-spacing: 0.05em;
    text-align: justify;
  }
  .h1{
  font-size: 3.5rem;
}

.h2{
  font-size: 2.5rem;
}

.h3{
  font-size: 2.2rem;
  line-height: 1.5;
}


p{
  font-size:1.5rem;
}

.jumbotron--extend {
    height: 100vh;
    border-radius:0;
    margin-bottom: 0;
}

.container-fluid{
  padding: 0;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.pt-10{
  padding-top: 100px;
}


}

