@charset "UTF-8";
/*$color-sub01: mix($color-main01, $color-main02, 3%);
$color-sub02: mix($color-main02, #eee, 35%);*/
/*
@mixin left-top-shadow {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

@mixin top-shadow {
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

@mixin bottom-shadow {
	box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
}

@mixin hoge($color: #fff, $fSize: 16px) {
	color: $color;
	font-size: $fSize;
}
	//.text {
		//@include hoge(black, 20px);
	//}

@mixin sp-width {
	width: $sp-width;
	margin: auto;
}

@mixin pc-width {
	width: $pc-width;
	margin: auto;
}
*/
/*--------------------------------------------
		layout PC
---------------------------------------------*/
body {
  font-size: 14px;
  font-size: 1.4rem;
}

main {
  position: relative;
}

/*-------------- .main-menu ----------------*/
.main-menu {
  display: block !important;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.9);
}

.main-menu--none-bg {
  background: none;
}

.main-menu__btn {
  display: none;
}

.main-menu__content {
  position: relative;
  overflow: hidden;
  display: block !important;
  opacity: 1 !important;
  width: 90%;
  height: auto;
  padding: 0;
  margin: auto;
  background: none;
}

.main-menu__content__logo {
  width: 10%;
  float: left;
  margin-right: 5%;
}

.main-menu__content__logo a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-menu__content__logo a:hover {
  opacity: 0.5;
}

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

.main-menu__items-wrap {
  display: block;
  float: right;
  width: 85%;
  font-size: 0;
  margin-top: 5px;
  text-align: center;
}

.main-menu__item {
  display: inline-block;
  text-align: center;
  margin: 0 1.5vw;
  border: none;
}

@media screen and (max-width: 1050px) {
  .main-menu__item {
    margin: 0 0.6vw;
  }
}

.main-menu__item a {
  color: #777;
  font-size: 0.7vw;
  line-height: 1.1;
  padding: 0.5em 0.5vw;
}

@media screen and (max-width: 1050px) {
  .main-menu__item a {
    letter-spacing: 0;
  }
}

.main-menu__item a,
.main-menu__item a * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-menu__item a:hover,
.main-menu__item a:hover > * {
  color: #e73e0c;
}

.main-menu__item__english {
  display: block;
  color: #000;
  font-size: 1.6vw;
  margin: 0;
}

.main-menu__none {
  display: none;
}

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

/*-------------- footer ----------------*/
#footer {
  font-size: 12px;
  text-align: right;
  padding: 6em 10vw 10em;
  margin-top: 100px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  #footer {
    text-align: center;
  }
}

#footer-logo {
  display: block;
  width: 24vw;
  max-width: 360px;
  position: absolute;
  left: 10vw;
  top: 50%;
  margin-top: -4vw;
}

@media screen and (max-width: 1200px) {
  #footer-logo {
    width: 300px;
    position: static;
    left: 0;
    top: 0;
    margin: 0 auto 6em;
  }
}

.footer-address {
  display: inline-block;
  text-align: left;
  margin-right: 3em;
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .footer-address {
    margin-right: 6em;
  }
}

@media screen and (max-width: 840px) {
  .footer-address {
    text-align: center;
    display: block;
    margin: 4em auto 0;
  }
}

.footer-address:last-of-type {
  margin-right: 0;
}

#footer-copy {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
