@charset "UTF-8";

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: none;
  /*fade*/
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background: #fff;
}

.wrapper {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.background1 {
  background: none;
}

.background2 {
  background: url(../img/bg.png?00);
  background-repeat: repeat;
  background-size: cover;
}


a {
  color: inherit;

}

a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition: 0.3s;
}

.active {
  /*border-bottom: 0.1em #aaa solid;*/
  padding: 0 2px 4px 2px;
  color: #111;
}


img {

  max-width: 100%;
}

.mt-0 {
  margin-top: 0 !important;
}

/**header***********************************
*************************************/
header {
  /*font-family: 'Lato', sans-serif !important;*/
  font-family: 'Sarabun', sans-serif !important;
  font-weight: 300;
  color: #000;
  letter-spacing: 2px;
  margin: 20px 30px;
}

header ul {
  display: flex;
  justify-content: end;
  align-items: center;
}

header li {
  margin: 0 0 0 32px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
}

.header_wrp {
  display: flex;
}

.logo {
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 22px;
  margin: 0 auto 0 0;
}






/**footer**/
footer {
  font-family: 'Sarabun', sans-serif !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 16px;
  color: #000;
  font-size: 10px;
  text-align: center;
  font-weight: 100;
  letter-spacing: 1px;
}

/*for IE*/
_:-ms-lang(x)::-ms-backdrop,
footer {
  font-weight: 300;
}

/*Edge*/
_:-ms-lang(x)::backdrop,
footer {
  font-weight: 300;
}

/* Edge(Chromium) */
_:lang(x)::-ms-,
.footer {
  font-weight: 300;
}



/**hamburger*******************/
.btn-gNav {
  display: none;
}



@media screen and (max-width: 767px) {
  header {
    margin: 20px;
  }

  .logo {
    letter-spacing: 2px;
    font-size: 18px;
  }


  /**hamburger*******************/
  header ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  header li {
    margin: 0 0 40px 0;
    font-size: 20px;
  }

  #hamburger .btn-gNav {
    display: block;
    position: fixed;
    top: 20px;
    right: 24px;
    width: 30px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }

  #hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }

  #hamburger .btn-gNav span:nth-child(1) {
    top: 0;
  }

  #hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
  }

  #hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
  }

  #hamburger .btn-gNav.open span:nth-child(1) {
    background: #777;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #hamburger .btn-gNav.open span:nth-child(2),
  #hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #777;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #gNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2;
    transition: .3s;
  }

  #gNav.open {
    right: 0px;
    background: rgba(255, 255, 255, 0.9)
  }

}


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



/**page top******/
.go-top {
  display: block;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 160px auto;
  text-align: right;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
}

.go-top a::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin: 0 0 -6px 8px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  transform: rotate(45deg);
}

.go-top a {
  color: #aaa !important;
}



@media screen and (max-width: 640px) {
  .go-top a {

    margin-right: 30px;

  }
}
