@charset "UTF-8";
/*定義カラー*/
/*定義スタイル*/
/*footer*/
.common__footer {
  background: #030304;
  padding: 35px 25px 25px;
  color: #f9f9f9;
  position: relative;
  z-index: 4;
}
.common__footer .common__footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.common__footer .common__footer__inner .footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
.common__footer .common__footer__inner .footer__top .footer__logo {
  width: 50%;
  padding-right: 15px;
}
.common__footer .common__footer__inner .footer__top .footer__logo a {
  line-height: 0;
}
.common__footer .common__footer__inner .footer__top .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common__footer .common__footer__inner .footer__top .sns .sns_item {
  width: 30px;
  line-height: 0;
  margin-right: 8px;
}
.common__footer .common__footer__inner .footer__mes {
  font-weight: 600;
  padding-bottom: 10px;
}
@media screen and (max-width: 376px) {
  .common__footer .common__footer__inner .footer__mes {
    font-size: 13px;
  }
}
.common__footer .common__footer__inner .footer__menu {
  padding-bottom: 15px;
}
.common__footer .common__footer__inner .footer__menu .menu .menu__item {
  padding-right: 15px;
  display: inline-block;
  line-height: 0.5em;
}
.common__footer .common__footer__inner .footer__menu .menu .menu__item a {
  font-weight: 700;
}
@media screen and (max-width: 376px) {
  .common__footer .common__footer__inner .footer__menu .menu .menu__item a {
    font-size: 13px;
  }
}
.common__footer .common__footer__inner .footer__menu .menu .menu__item a .arrow-icon {
  display: inline-block;
  width: 15px;
  vertical-align: middle;
  margin-right: 5px;
}
.common__footer .common__footer__inner .footer__gray {
  color: #666666;
  font-weight: 700;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid #666 2px;
  padding-top: 5px;
}
.common__footer .common__footer__inner .footer__gray .copyright {
  color: #666666 !important;
  font-family: "Khand";
}

/*END footer*/
/*big footer*/
.top-footer {
  background: #030304;
  position: relative;
  z-index: 10;
}
.top-footer.black-under-bg::after {
  content: "";
  display: block;
  background: #030304;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}
.top-footer .top-footer__inner {
  padding: 50px 30px 20px;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.top-footer .top-footer__inner.js-rotate {
  -webkit-animation: 2s linear 1 rotation3;
          animation: 2s linear 1 rotation3;
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.top-footer .top-footer__inner .footer__gray {
  color: #666666;
  font-weight: 700;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid #666 2px;
  padding-top: 5px;
}
.top-footer .top-footer__inner .footer__gray .copyright {
  color: #666666 !important;
}

@-webkit-keyframes rotation3 {
  0% {
    -webkit-transform: rotateY(320deg);
            transform: rotateY(320deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes rotation3 {
  0% {
    -webkit-transform: rotateY(320deg);
            transform: rotateY(320deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.big-menu__top {
  border-bottom: solid #666666 2px;
  text-align: center;
}
.big-menu__top .big-menu__logo {
  width: 50%;
  margin: auto;
}
.big-menu__top ._big-menu_des {
  color: #f9f9f9;
  font-weight: 700;
  font-size: 1.2em;
  padding: 9px 0 13px;
}

.big-menu__menu {
  padding: 20px 0 30px;
}
.big-menu__menu .big-menu__menu__table {
  color: #f9f9f9;
  font-weight: 500;
  width: 100%;
}
.big-menu__menu .big-menu__menu__table th {
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: Khand;
}
.big-menu__menu .big-menu__menu__table td {
  font-size: 10px;
}
.big-menu__menu .big-menu__menu__table td a::before {
  content: "";
  display: inline-block;
  background: #f9f9f9;
  width: 8px;
  height: 1px;
  vertical-align: super;
  margin-right: 5px;
}
.big-menu__menu .big-menu__menu__table td a .big-menu__en {
  display: inline-block;
  width: 34%;
}

.big-menu__item {
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.big-menu__item a {
  display: inline-block;
  background: #f9f9f9;
  font-weight: 700;
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 11px;
  position: relative;
}
@media screen and (max-width: 376px) {
  .big-menu__item a {
    padding: 10px;
    font-size: 10px;
  }
}
.big-menu__item a .arrow-icon {
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  margin-top: -1px;
}
.big-menu__item a .arrow-icon img {
  vertical-align: middle;
}

.big-menu__sns {
  padding: 10px 0 25px;
}
.big-menu__sns .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.big-menu__sns .sns .sns_item {
  width: 14.2857142857%;
}
.big-menu__sns .sns .sns_item a {
  width: 100%;
  display: inline-block;
}
.big-menu__sns .sns .sns_item a img {
  width: 100%;
}

/*END big footer*/