@charset "UTF-8";
/*--------------------------------------------
		layout
---------------------------------------------*/
body {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "San Francisco", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #333;
  overflow-x: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

body.window-fix {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

small {
  font-size: 11px;
  font-size: 1.1rem;
}

::-moz-selection {
  background-color: #aad2c4;
}

::selection {
  background-color: #aad2c4;
}

/*-------------- .main-menu ----------------*/
.main-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 10em;
  min-width: 100px;
  z-index: 100000;
}

.main-menu__btn {
  display: block;
  width: 48px;
  height: 42px;
  position: fixed;
  top: 0;
  right: 0;
  background: #000;
  padding: 10px 0;
  cursor: pointer;
  z-index: 200000;
  /* ナビゲーションアイコン */
}

.main-menu__btn span {
  display: block;
  height: 4px;
  width: 28px;
  background: #fff;
  border-radius: 1px;
  margin: auto;
  -webkit-transition: 0.28s ease-in-out;
  transition: 0.28s ease-in-out;
}

.main-menu__btn span:nth-of-type(2),
.main-menu__btn span:nth-of-type(3) {
  margin-top: 5px;
}

.main-menu__btn--active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
  transform: translateY(9px) translateX(0) rotate(45deg);
}

.main-menu__btn--active span:nth-of-type(2) {
  opacity: 0;
  width: 0;
}

.main-menu__btn--active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
  transform: translateY(-9px) translateX(0) rotate(-45deg);
}

.main-menu__content {
  position: fixed;
  opacity: 0;
  width: 100%;
  background: #222;
  padding: 60px 42px 12px;
}

.main-menu__ttl {
  display: block;
  font-family: "sofia-pro-condensed", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "San Francisco", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  /* 600 or 300 */
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
  top: -0.2em;
  margin-bottom: 0.5em;
}

.main-menu__item {
  font-size: 1.3rem;
  font-weight: bold;
  border-top: 1px solid #444;
}

.main-menu__item a {
  font-family: "sofia-pro-condensed", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "San Francisco", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  /* 600 or 300 */
  display: block;
  color: #fff;
  padding: 1em;
}

.main-menu__item__english {
  display: inline-block;
  font-size: 80%;
  color: #999;
  margin-left: 1em;
}

.main-menu__item--current {
  display: none;
}

#menu-wrap {
  display: none;
  background: #000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 90000;
}

.sp-header {
  display: block;
  width: 100%;
  height: 42px;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.06);
  text-align: left;
  z-index: 150000;
}

.sp-header__logo {
  display: inline-block;
  width: 250px;
  margin-right: 50px;
  margin-left: 14px;
  margin-top: 9px;
}

.sp-header__logo img {
  width: 100%;
  height: auto;
}

/*-------------- main ----------------*/
main {
  padding-bottom: 5em;
}

/*-------------- .inner ----------------*/
.inner {
  display: block;
  width: 90%;
  margin: auto;
  clear: both;
}

.padding-inner {
  display: block;
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
}

/*-------------- footer ----------------*/
footer {
  background: #f4f7f6;
  text-align: center;
  position: relative;
}

.sp-footer-nav {
  clear: both;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 3.2em;
  padding-bottom: 3.4em;
  position: relative;
  z-index: 450;
}

.sp-footer-nav__item {
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 1em;
}

.sp-footer-nav__item__english {
  font-size: 80%;
  color: #bbb;
  padding-left: 1.5em;
}

.sp-footer-nav a {
  font-family: "sofia-pro-condensed", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "San Francisco", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  /* 600 or 300 */
  display: inline-block;
  color: #fff;
  padding: 0.2em 0;
  border-bottom: 1px solid #999;
}

.foot-address {
  font-size: 0;
  vertical-align: top;
  padding-left: 5%;
  position: relative;
  z-index: 1000;
}

.foot-address__logo {
  display: inline-block;
  width: 24%;
  max-width: 81px;
  margin-top: 27px;
  margin-right: 5%;
}

.foot-address__content {
  display: inline-block;
  width: 71%;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: left;
  border-left: 1px solid #a0a0a0;
  padding-left: 1.2em;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}

.foot-address__content span {
  display: block;
}

.foot-address__content span.pc {
  display: none;
}

.foot-address__content__main {
  margin-bottom: 0.6em;
}

.foot-copy {
  background: #fff;
  padding: 12px 0;
  text-align: center;
}

.foot-copy small {
  display: block;
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
  margin: 0 0 0 -1.6em;
}

.foot-pagetop {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  vertical-align: middle;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.foot-pagetop img {
  width: 4px;
  height: auto;
  position: relative;
  top: 11px;
}

#foot-company-name {
  width: 190px;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -15px;
  right: 0;
  z-index: 1500;
}

#cover-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200000;
}

#cover-wrap:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url("/common/img/img_loading.png") no-repeat 0 0;
  background-size: cover;
  margin-top: -50px;
  margin-left: -50px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(120deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
}
