@charset "UTF-8";
/* UTAGE CSS (common.css) */
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: -0.6px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: underline;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

#content_area a:hover {
  text-decoration: underline;
}

/* ============================================
 base
============================================ */
.no_pc {
  display: inline;
}

.no_sp {
  display: none;
}

html {
  overflow-y: scroll;
}

html, body {
  width: 100%;
  height: auto;
  color: #fff;
  background: #100D09;
  min-width: 320px;
  letter-spacing: -0.1px;
  font-weight: 500;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}

#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 85%;
  margin: 0 auto;
}

/* ============================================
 header
============================================ */
header {
  background: #0f0d09;
  position: fixed;
  height: auto;
  width: 100%;
  left: 0;
  z-index: 1000;
  top: 0;
  padding: 0px;
}
header a :hover {
  text-decoration: none !important;
}
header .wrapper {
  padding: 0 0 10px;
  width: 100%;
  height: 100%;
  max-width: none;
}

.logo {
  z-index: 100;
  width: 55%;
  margin: 13px 0 0;
  position: relative;
  display: block;
}
.logo a, .logo span {
  display: inline-block;
  width: 100%;
  max-width: none;
}
/*-----------------------------------------------------------------
  ハンバーガーメニュー
------------------------------------------------------------------*/
.menu_button, .menu_button span {
  display: inline-block;
  transition: all 0.4s;
}

.menu_button {
  position: absolute;
  margin: 0px 0 0;
  width: 46px;
  height: 19px;
  right: 8%;
  top: 35%;
  z-index: 10000;
}

.menu_button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 0px;
  transition: all 0.4s;
}

.menu_button span:nth-of-type(1) {
  top: 0;
}

.menu_button span:nth-of-type(2) {
  top: 8px;
}

.menu_button span:nth-of-type(3) {
  bottom: 0;
}

/*-----------  active  ------------*/
.menu_button.active span {
  background: #fff;
}

.menu_button.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.menu_button.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu_button.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
}

/*-----------------------------------------------------------------
  gloval navi
------------------------------------------------------------------*/
.dropdown_nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  margin: 0px auto;
  padding: 0 0 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #100D09;
}

.dropdown_nav_open .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.nav_top {
  margin-top: 0px;
  padding-top: 23%;
  text-align: center;
}
.nav_top .nav_img {
  text-align: center;
  margin: 10px auto;
}
.nav_top .nav_img img {
  width: 40%;
  max-width: 200px;
}
.nav_top ul.menu {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  width: 100%;
}
.nav_top .menu li {
  margin: 1% 6%;
  opacity: 0;
  text-align: left;
}
.nav_top .menu li:nth-child(1) {
  animation-delay: 0.3s;
}
.nav_top .menu li:nth-child(2) {
  animation-delay: 0.5s;
}
.nav_top .menu li:nth-child(3) {
  animation-delay: 0.7s;
}
.nav_top .menu li:nth-child(4) {
  animation-delay: 0.9s;
}
.nav_top .menu li a {
  font-size: 24px;
  font-size: 6.4vw;
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  position: relative;
  letter-spacing: 0.2px;
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  color: #fff;
}
.nav_top .menu li a span {
  opacity: 0.6;
  position: absolute;
  letter-spacing: 0.4px;
  top: 34px;
  left: -6px;
  white-space: nowrap;
  font-size: 10px;
  font-size: 0.8333333333rem;
}
.nav_top .menu li a .fa-external-link-alt {
  font-size: 12px;
  font-size: 1rem;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ============================================
 contents
============================================ */
#content_area {
  width: 100%;
}

main {
  position: relative;
  width: 100%;
}

footer {
  margin-top: 0;
  text-align: center;
  padding: 0 0 20px;
  position: relative;
  z-index: 99;
  /*-----------------------------------------------------------------
    SNS
  ------------------------------------------------------------------*/
}
footer a {
  color: #fff;
}
footer .footer-sns {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-sns a {
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
  font-size: 5.8666666667vw;
}
footer .copyrights {
  margin-top: 0;
  color: #fff;
  font-size: 10px;
  font-size: 2.6666666667vw;
  letter-spacing: 1px;
  padding: 10px 0;
}

.fadein, .fadein_sc {
  opacity: 0;
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.45s linear;
  transition: all 0.45s linear;
}

.fadein.scrolling {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.delay2 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}

.delay3 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}

.delay4 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
}

.delay5 {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms;
}

.delay6 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}

.delay7 {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  transition-delay: 700ms;
}

.delay8 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  transition-delay: 800ms;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 900px) {
  .no_pc {
    display: none;
  }
  .no_sp {
    display: inline;
  }
  a {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  a:hover {
    color: #4294b3;
    text-decoration: none !important;
    opacity: 0.7;
  }
  html {
    overflow-y: scroll;
  }
  html, body {
    width: 100%;
    height: auto;
    color: #fff;
    background: #100D09;
    min-width: 320px;
    letter-spacing: -0.1px;
    font-weight: 500;
    word-wrap: break-word;
    font-size: 12px;
    line-height: 1.6;
    font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
  }
  #exterior_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  .wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    width: auto;
  }
  /* ============================================
   header
  ============================================ */
  header {
    position: fixed;
    height: auto;
    width: 100%;
    left: 0;
    z-index: 1000;
    top: 0;
    padding: 0px;
  }
  header a :hover {
    text-decoration: none !important;
  }
  header .wrapper {
    padding: 0 0 10px;
    width: 100%;
    height: 100%;
    max-width: none;
  }
  .logo {
    z-index: 100;
    width: 420px;
    margin: 20px 0 0 20px;
    position: relative;
    display: block;
  }
  .logo a, .logo span {
    display: inline-block;
    width: 100%;
    max-width: none;
  }
  /*-----------------------------------------------------------------
    ハンバーガーメニュー
  ------------------------------------------------------------------*/
  .menu_button, .menu_button span {
    display: inline-block;
    transition: all 0.4s;
  }
  .menu_button {
    position: absolute;
    margin: 0px 0 0;
    width: 56px;
    height: 19px;
    right: 80px;
    top: 55px;
    z-index: 10000;
  }
  .menu_button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 0px;
    transition: all 0.4s;
  }
  .menu_button span:nth-of-type(1) {
    top: 0;
  }
  .menu_button span:nth-of-type(2) {
    top: 8px;
  }
  .menu_button span:nth-of-type(3) {
    bottom: 0;
  }
  /*-----------  active  ------------*/
  .menu_button.active span {
    background: #fff;
  }
  .menu_button.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .menu_button.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-menu-bar02 0.8s forwards;
  }
  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  .menu_button.active span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
  }
  /*-----------------------------------------------------------------
    gloval navi
  ------------------------------------------------------------------*/
  .dropdown_nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    margin: 0px auto;
    padding: 0 0 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #100D09;
  }
  .dropdown_nav_open .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .nav_top {
    margin-top: 0px;
    padding-left: 55px;
    padding-top: 190px;
    text-align: center;
  }
  .nav_top ul.menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .nav_top .menu li {
    margin: 15px 5px;
    opacity: 0;
    line-height: 1;
    text-align: left;
  }
  .nav_top .menu li:nth-child(1) {
    animation-delay: 0.3s;
  }
  .nav_top .menu li:nth-child(2) {
    animation-delay: 0.5s;
  }
  .nav_top .menu li:nth-child(3) {
    animation-delay: 0.7s;
  }
  .nav_top .menu li:nth-child(4) {
    animation-delay: 0.9s;
  }
  .nav_top .menu li a {
    font-size: 38px;
    font-size: 3.1666666667rem;
    font-family: "Overpass", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    position: relative;
    letter-spacing: 0.2px;
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    color: #fff;
  }
  .nav_top .menu li a span {
    opacity: 0.6;
    position: absolute;
    letter-spacing: 0.4px;
    top: 34px;
    left: -6px;
    white-space: nowrap;
    font-size: 10px;
    font-size: 0.8333333333rem;
  }
  .nav_top .menu li a .fa-external-link-alt {
    font-size: 12px;
    font-size: 1rem;
  }
  .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /* ============================================
   contents
  ============================================ */
  #content_area {
    width: 100%;
  }
  main {
    position: relative;
    width: 100%;
  }
  footer {
    margin-top: 0;
    text-align: center;
    padding: 0 0 20px;
    position: relative;
    z-index: 99;
    /*-----------------------------------------------------------------
      SNS
    ------------------------------------------------------------------*/
  }
  footer a {
    color: #fff;
  }
  footer .footer-sns {
    margin: 5px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .footer-sns a {
    line-height: 1.1;
    display: inline-block;
    margin: 0 12px;
    font-size: 26px;
    font-size: 2.1666666667rem;
  }
  footer .copyrights {
    margin-top: 0;
    color: #fff;
    font-size: 12px;
    font-size: 1rem;
    padding: 10px 0;
  }
}

/*# sourceMappingURL=common.css.map */
