@charset "UTF-8";
/*変数設定用*/
img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

a:hover p:hover {
  opacity: 0.7;
}

a:hover img:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 62.5%;
  color: #666666;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

header {
  width: 100%;
  height: auto;
  background: #333;
}

header .logo {
  float: left;
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  header .logo {
    padding: 20px;
    width: 30%;
  }
}

header .drawer-hamburger {
  width: 3rem;
}

header .drawer-nav {
  right: -28rem;
}

header .drawer-hamburger {
  right: 10px;
}

header .drawer--right.drawer-open .drawer-hamburger {
  right: 28rem;
}

header .drawer-brand {
  padding: 0;
  width: 85%;
  margin: auto;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
  margin-top: 20px;
}

header .drawer-brand span {
  display: block;
  font-size: 1.2rem;
  font-family: brandon-grotesque, sans-serif;
}

header .drawer-brand.border {
  padding: 20px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

header .drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}

header .drawer-menu-item {
  color: #333;
  font-size: 1.4rem;
  width: 85%;
  margin: auto;
}

header nav.vpc {
  float: right;
}

header nav.vpc ul {
  display: flex;
}

header nav.vpc ul li {
  text-align: center;
}

header nav.vpc ul li a {
  display: block;
  padding: 20px 40px;
  color: #fff;
  background: #333;
  font-size: 1.6rem;
  transition: .6s;
  font-family: 'Noto Sans JP', sans-serif;
}

header nav.vpc ul li a:hover {
  background: #fff;
  color: #333;
  opacity: 1;
}

header nav.vpc ul li a span {
  display: block;
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
}

header nav.vpc ul li.contact a {
  background: #fff;
  color: #333;
}

header nav.vpc ul li.contact a:hover {
  color: #fff;
  background: #333;
}

header nav.vpc ul > li:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 30px 0;
}

header .megamenu {
  background: #333;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-in;
  z-index: 999;
  width: 110vw;
  left: 50%;
  transform: translate(-49%, 0);
}

footer {
  width: 100%;
  background: #333;
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 50px 0 0;
  }
}

footer .container {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  footer .container {
    margin-bottom: 50px;
  }
}

footer .f_logo {
  float: left;
}

@media screen and (max-width: 767px) {
  footer .f_logo {
    float: none;
    margin-bottom: 20px;
  }
}

footer .foot_links {
  width: 50%;
  float: right;
  display: flex;
}

@media screen and (max-width: 767px) {
  footer .foot_links {
    width: 100%;
    float: none;
    display: block;
  }
}

footer .foot_links ul {
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  footer .foot_links ul {
    width: calc(100% / 1);
  }
}

footer .foot_links ul li {
  margin-bottom: 10px;
}

footer .foot_links ul li a {
  font-size: 1.6rem;
  color: #fff;
}

footer .foot_links ul li.child a {
  padding-left: 1em;
  font-size: 1.2rem;
  position: relative;
}

footer .foot_links ul li.child a:before {
  position: absolute;
  left: 0;
  content: "L";
}

footer .foot_bottom {
  text-align: center;
  margin-bottom: 30px;
}

footer .foot_bottom a {
  display: inline-flex;
  font-size: 1.2rem;
  padding: 0 30px;
  color: #fff;
  border-right: 1px solid #fff;
}

footer .foot_bottom a:last-child {
  border: none;
}

footer .copy {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 0px 0 20px;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.container {
  max-width: 1200px;
  margin: auto;
  width: 95%;
}

@media screen and (max-width: 767px) {
  .container {
    width: 95%;
  }
}

/* ページTOP */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  background: #fff;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  width: 100px;
  padding: 10px;
  text-align: center;
  display: block;
  border-radius: 0;
  transition: .6s;
}

#page-top a:hover {
  text-decoration: none;
  background: #333;
  color: #fff;
}
