@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%;
  overflow-x: hidden;
}

body {
  line-height: 1.8;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN",Meiryo,"Helvetica Neue",Arial,sans-serif;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

*:not(y-heading) {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@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;
}

input[type="text"], input[type="image"] {
  -webkit-appearance: none;
}

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

.container {
  max-width: 1110px;
  margin: auto;
}

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

.inner {
  max-width: 830px;
  margin: auto;
}

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

.drawer-hamburger {
  width: 2.8rem;
}

.drawer-nav {
  width: 100%;
}

.drawer--right .drawer-nav {
  right: -100%;
}

.drawer--top .drawer-nav {
  height: 100%;
}

.drawer--top.drawer-open .drawer-nav {
  top: 57px;
  background: #504084;
}

.drawer-menu-item {
  color: #fff;
  border: 1px solid #fff;
  padding: 15px;
  font-size: 1.6rem;
  text-align: center;
  width: 80%;
  margin: 13px auto;
}

.drawer-menu-item.en_nav {
  background: #fff;
  color: #504084;
}

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

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}
