/*--------------------------------------------
		layout PC
---------------------------------------------*/
body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

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

/*-------------- .main-menu ----------------*/
.main-menu {
  display: block !important;
  width: 200px;
  height: 100%;
}

.main-menu__btn {
  display: none;
}

.main-menu__content {
  position: relative;
  display: block !important;
  opacity: 1 !important;
  width: 100%;
  height: 100%;
  background: #000;
  border-bottom: 0;
  padding: 10px 0 0;
}

@media screen and (max-height: 420px) {
  .main-menu__content {
    overflow-y: scroll;
  }
}

.main-menu__content__logo {
  text-align: center;
  padding: 0;
  margin: 0 10px 3em;
}

@media screen and (max-height: 650px) {
  .main-menu__content__logo {
    margin-bottom: 0.7em;
  }
}

.main-menu__content__logo a {
  display: block;
  border: 1px solid #aaa;
  font-size: 10px;
  padding: 12px;
}

@media screen and (max-height: 530px) {
  .main-menu__content__logo a {
    padding: 10px 30px;
  }
}

.main-menu__content__logo img {
  width: 100%;
}

.main-menu__item {
  text-align: center;
  border-width: 0;
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
}

.main-menu__item, .main-menu__item:before, .main-menu__item a, .main-menu__item span {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.main-menu__item:before {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -80px;
  width: 30px;
  height: 30px;
  background: #e73e0c;
  border-radius: 50%;
}

.main-menu__item:hover a, .main-menu__item:hover span, .main-menu__item:focus a, .main-menu__item:focus span {
  color: white;
}

.main-menu__item:hover:before, .main-menu__item:focus:before {
  width: 290px;
  height: 290px;
  opacity: 1;
}

.main-menu__item a {
  color: #888;
  padding: 20px 0;
  letter-spacing: 0.1em;
  position: relative;
}

@media screen and (max-height: 650px) {
  .main-menu__item a {
    padding: 16px 0;
  }
}

@media screen and (max-height: 530px) {
  .main-menu__item a {
    padding: 10px 0;
  }
}

.main-menu__item__english {
  display: block;
  width: 100%;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #fff;
  margin-left: 0;
  margin-top: -0.18em;
}

@media screen and (max-height: 530px) {
  .main-menu__item__english {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

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

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

.main-menu__item--current a {
  background: url("/common/img/bg_menu_current.png") repeat 0 0;
  color: #fff;
}

.main-menu__item--current span {
  color: #fff;
}

#menu-wrap {
  display: none !important;
}

/*-------------- .inner ----------------*/
.inner,
.padding-inner {
  width: 100%;
  padding-right: 60px;
  padding-left: 260px;
}

/*-------------- main ----------------*/
main {
  padding-bottom: 160px;
}

/*-------------- footer ----------------*/
.sp-footer-nav {
  display: none;
}

.foot-address {
  text-align: left;
  padding: 0 0 0 238px;
}

.foot-address__logo {
  width: 120px;
  max-width: 120px;
  margin-right: 36px;
  margin-top: 22px;
}

.foot-address__content {
  width: 350px;
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 0.15em;
  padding-left: 28px;
}

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

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

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

.foot-copy {
  margin-left: 200px;
}

.foot-copy small {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.foot-pagetop {
  width: 44px;
  height: 44px;
  bottom: 28px;
  right: 28px;
  cursor: pointer;
  z-index: 120000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.foot-pagetop:hover {
  opacity: 0.6;
  bottom: 38px;
}

.foot-pagetop img {
  top: 13px;
}

#foot-company-name {
  width: 480px;
  top: -40px;
}

#cover-wrap:before {
  width: 160px;
  height: 160px;
  margin-top: -80px;
  margin-left: -80px;
}

/*--------------------------------------------
		layout print
---------------------------------------------*/
html {
  width: 900px !important;
}

body {
  background: #fff !important;
}

.scroll-effect {
  opacity: 1 !important;
}

.inner,
.padding-inner {
  padding-right: 0;
  padding-left: 0;
}
