@charset "UTF-8";
/*変数設定用*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

a {
  pointer-events: auto;
}

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%;
}
html.top {
  font-size: 100%;
}

body {
  font-size: 1.6rem;
  font-size: 62.5%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
body.top {
  font-size: 100%;
}

header {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  z-index: 10;
  position: relative;
  background: #000;
}
@media screen and (max-width: 768px) {
  header {
    padding: 10px;
    height: 50px;
  }
}
header h1 {
  margin: 0;
}
header h1 a {
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
}
header h1 a img {
  max-width: 200px;
  width: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  header h1 a img {
    max-width: 30%;
  }
}
@media screen and (max-width: 1050px) {
  header .head_fr.pc {
    display: none;
  }
}
header .head_fr .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
header .head_fr .nav li {
  margin-right: 30px;
}
header .head_fr .nav li a {
  font-size: 14px;
  color: #fff;
}
header .head_fr .nav li.entrybtn a {
  background: #fddf63;
  color: #000;
  padding: 15px 30px;
}
header .btn-gNav {
  display: none;
  position: fixed;
  right: 15px;
  width: 30px;
  height: 20px;
  z-index: 1100;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 400ms;
}
@media screen and (max-width: 1050px) {
  header .btn-gNav {
    display: block;
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  header .btn-gNav {
    top: 12px;
  }
}
header .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  transition: all 400ms;
}
header .btn-gNav span:nth-child(1) {
  top: 0;
}
header .btn-gNav span:nth-child(2) {
  top: 10px;
  right: 0;
}
header .btn-gNav span:nth-child(3) {
  top: 20px;
}
@media screen and (max-width: 768px) {
  header .btn-gNav.open {
    max-height: 9999px;
    opacity: 1;
  }
}
header .btn-gNav.open span:nth-child(1) {
  background: #000;
  top: 6px;
  transform: rotate(-45deg);
}
header .btn-gNav.open span:nth-child(2) {
  opacity: 0;
}
header .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  header .btn-gNav.fixed {
    max-height: 9999px;
    opacity: 1;
  }
}

#gNav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  box-sizing: border-box;
  z-index: 1000;
  transition: 0.3s;
}
#gNav.open {
  right: 0px;
}
#gNav ul {
  margin: 50px 0 0;
}
#gNav ul li {
  border-top: 1px solid #ccc;
}
#gNav ul li:last-child {
  border-bottom: 1px solid #ccc;
}
#gNav ul li a {
  padding: 15px;
  display: block;
  color: #000;
}

footer {
  width: 100%;
  background: #000;
  padding: 90px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0 0;
  }
}
footer .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .container {
    display: block;
  }
}
footer .f_logo {
  text-align: center;
  margin-bottom: 45px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  footer .f_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}
footer .f_logo a {
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
}
footer .f_logo a img {
  max-width: 200px;
  width: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  footer .f_logo a img {
    max-width: 30%;
  }
}
footer .fr {
  display: flex;
  justify-content: space-between;
}
footer .f_nav {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  footer .f_nav {
    width: 50%;
    margin-right: 0;
  }
}
footer .f_nav li {
  margin-bottom: 10px;
}
footer .f_nav li a {
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
}
footer .privacy-link {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  footer .privacy-link {
    margin-bottom: 50px;
  }
}
footer .privacy-link a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
footer .copy {
  border-top: 1px solid #333;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 15px 0;
  margin: 50px auto 0;
}

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

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

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

.container {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: 90%;
  }
}

.lazy {
  opacity: 0;
  transition: all 1s ease-in-out;
}
.lazy.on {
  opacity: 1;
}

.lazy_bottom {
  transform: translateY(30px);
}
.lazy_bottom.on {
  transform: none;
}

#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;
}/*# sourceMappingURL=common.css.map */