@charset "UTF-8";
html,
body {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 320px;
  font-family: neue-haas-unica,'Noto Sans JP', sans-serif;
  color: #000;
  background: #FDFDFD;
}

html {
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  width: 100vw;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  animation: fadeIn 6s ease 0s 1 normal;
  -webkit-animation: fadeIn 6s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

.en {
  font-weight: 500;
  line-height: 1.8em;
}

.jp {
  text-align: justify;
  font-family: 'Noto Sans JP';
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 13px;
  font-weight: 400;
  line-height: 2.2em;
}

header {
  position: relative;
}

.head_whole {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1800px;
}

/*ユーティリティ*/
.smoll {
  font-size: 12px;
  font-weight: 400;
  line-height: 2.2em;
}

@media (min-width: 980px) {
  #navbt {
    opacity: 0;
  }
}

.button {
  position: fixed;
  z-index: 20;
  top: 30px;
  right: 30px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  border-style: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.button.is-open .top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #000;
}

.button.is-open .middle {
  opacity: 0;
  background: #000;
}

.button.is-open .bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #000;
}

.button span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 2px;
  margin: auto;
  outline: none;
  background: #000;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.button span.top {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.button span.bottom {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.bt_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 200px;
  z-index: 19;
  opacity: 0.9;
  background: #efefef;
  font-family: neue-haas-unica;
}

.bt_nav.v-enter, .bt_nav.v-leave-to {
  opacity: 0;
}

.bt_nav.v-enter-to, .bt_nav.v-leave {
  opacity: 1;
}

.bt_nav.v-enter-active, .bt_nav.v-leave-active {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.bt_nav ._body {
  padding: 60px 40px;
}

@media (max-width: 680px) {
  .bt_nav ._body {
    padding: 10px 40px;
  }
}

.bt_nav ._body ul._lst {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 680px) {
  .bt_nav ._body ul._lst {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .bt_nav ._body ul._lst li._item {
    width: 100px;
    margin: 5px;
  }
}

.bt_nav ._body ul._lst li._item {
  margin-right: 3em;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.bt_nav ._body ul._lst li._item a {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  border-style: none;
}

.bt_nav ._body ul._lst li._item a::after {
  border-bottom: solid 2px #000;
  bottom: 0;
  content: "";
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 0;
}

.bt_nav ._body ul._lst li._item a:hover {
  text-decoration: none;
}

.bt_nav ._body ul._lst li._item a:hover::after {
  width: 100%;
}

.logo_whole {
  position: relative;
  margin: 40px auto 30px 30px;
}

.logo_whole a {
  background: #ccc;
}

.logo_whole a h1 {
  display: block;
  width: 120px;
  text-align: center;
  font-weight: 500;
}

.logo_whole a h1 object {
  display: block;
  width: 84px;
  margin: 0 auto;
  text-align: center;
  pointer-events: none;
}

.logo_whole a h1 span {
  display: block;
  margin-top: 2px;
  font-size: 14px;
}

.navlist {
  z-index: 3;
  position: absolute;
  top: 60px;
  right: 20px;
  font-family: neue-haas-unica;
}

@media (max-width: 980px) {
  .navlist {
    opacity: 0;
  }
}

.navlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navlist ul li {
  margin-right: 50px;
}

.navlist ul li a {
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.navlist ul li a::after {
  border-bottom: solid 2px #000;
  bottom: 0;
  content: "";
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 0;
}

.navlist ul li a:hover {
  text-decoration: none;
}

.navlist ul li a:hover::after {
  width: 100%;
}

footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  width: 100vw;
  background: #EFEFEF;
}

footer .footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 980px;
}

@media (max-width: 980px) {
  footer .footer_wrap {
    width: 98vw;
  }
}

.backto {
  position: absolute;
  top: -40px;
  right: 30px;
  width: 130px;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  background: #000;
  color: #fff;
  text-align: center;
}

.backto i {
  display: block;
  margin: 5px auto 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 0.5em;
}

.backto:hover {
  background: #CC0000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.footerlogo {
  margin: 100px 20px 100px 30px;
  text-align: center;
  font-size: 12px;
}

.footerlogo object {
  display: block;
  width: 38px;
  margin: 0 auto;
  text-align: center;
}

.footerlogo small {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .footerlogo {
    margin: 40px auto 0px 20px;
  }
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact ul {
  margin: 100px 60px 20px 60px;
}

@media (max-width: 768px) {
  .contact ul {
    margin: 40px 20px 60px 20px;
  }
}

.contact ul h2 {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.contact ul li {
  font-size: 14px;
  line-height: 2em;
}

.contact ul li strong {
  margin-right: 1em;
}

.contact ul li a:hover {
  text-decoration: underline;
}

.contact ul li .email::before {
  z-index: 10;
  content: '@';
}
/*# sourceMappingURL=style.css.map */