@charset "UTF-8";
/* ------------------------------
	設定
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
html {
  font-size: 62.5%;
}

/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

/* ------------------------------
	style
------------------------------ */
body {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}

a {
  transition: all 0.3s;
}
a::after, a::before {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

#contents {
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #contents {
    width: 100%;
  }
}
#contents .kv {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 100px;
  background: url(../img/kv.jpg) 50% 50%/cover no-repeat;
}
@media screen and (max-width: 999px) {
  #contents .kv {
    background: url(../img/kv_sp.jpg) 50% 50%/cover no-repeat;
    margin-bottom: 0;
  }
}
#contents .kv h1 {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 28%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 999px) {
  #contents .kv h1 {
    top: 50%;
    left: 30%;
    width: 44vw;
  }
}
#contents .logo {
  width: 19.78%;
  margin: 0 auto 48px auto;
}
@media screen and (max-width: 999px) {
  #contents .logo {
    width: 37vw;
    margin-bottom: 8.26vw;
  }
}
#contents .pc-flex {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 999px) {
  #contents .pc-flex {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  #contents .js-ac {
    cursor: pointer;
  }
}
#contents .js-ac img {
  width: 100%;
}
#contents section {
  width: 33.2%;
  margin-bottom: 100px;
}
@media screen and (max-width: 999px) {
  #contents section {
    width: 100%;
    margin-bottom: 22px;
  }
}
#contents section ul {
  position: relative;
  padding-top: 20px;
  line-height: 2;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}
@media screen and (max-width: 999px) {
  #contents section ul {
    padding-top: 0;
    line-height: 0;
    opacity: 0;
  }
  #contents section ul.is-open {
    padding-top: 10px;
    line-height: 2;
    opacity: 1;
  }
}
#contents section ul li {
  margin-left: 30px;
}
@media screen and (max-width: 999px) {
  #contents section ul li {
    margin-left: 5%;
    font-size: 1.2rem;
  }
}
#contents section ul li:not(:has(a)) {
  opacity: 0.4;
}
@media screen and (max-width: 999px) {
  #contents .pc-flex:last-of-type {
    margin-bottom: 21.3333333333vw;
  }
}
#contents aside {
  margin-bottom: 17.8545187362vw;
}
@media screen and (max-width: 999px) {
  #contents aside {
    width: 90vw;
    margin: -1.0666666667vw auto 41.6vw;
  }
}
#contents aside a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51.432770022vw;
  padding: 2.4em 0;
  margin: 0 auto 26px auto;
  background-color: #ACACAC;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 999px) {
  #contents aside a {
    width: 100%;
    margin-bottom: 13px;
    font-size: 1.2rem;
  }
}
#contents aside .allitem {
  margin-bottom: 14.3277002204vw;
}
@media screen and (max-width: 999px) {
  #contents aside .allitem {
    margin-bottom: 52vw;
  }
}
#contents aside .aside__logo {
  width: 12.5642909625vw;
  margin: 0 auto 4.8493754592vw;
}
@media screen and (max-width: 999px) {
  #contents aside .aside__logo {
    width: 45.6vw;
    margin: 0 auto 17.6vw;
  }
}
#contents aside .ig::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  margin-right: 18px;
  background: url(../img/icon_ig.svg) 0 0/cover no-repeat;
}
@media screen and (max-width: 999px) {
  #contents aside .ig::before {
    width: 15px;
    height: 15px;
    margin-right: 6px;
  }
}

/*-------- footer --------*/
footer {
  width: 100%;
  text-align: center;
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 999px) {
  footer {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
footer .logo {
  width: 10.5%;
  margin: 0 auto;
  transition: 1.5s;
}
@media screen and (max-width: 999px) {
  footer .logo {
    width: 34.6666666667vw;
  }
}
footer .logo:hover {
  opacity: 0.5;
}
footer .logo a {
  display: block;
}
footer .copyright {
  font-size: 1.0286554004vw;
  padding-top: 1.4695077149vw;
  color: #fff;
}
@media screen and (max-width: 999px) {
  footer .copyright {
    font-size: 14px;
    padding-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */