@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値)　*/
/* ------------------------------
	style
------------------------------ */
body {
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  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 {
  width: 100%;
  margin: 0 auto;
}
#contents .kv {
  position: relative;
  width: 100%;
  height: 100vh;
}
#contents .kv h1 {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 29.6840558413vw;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #contents .kv h1 {
    top: 50%;
    left: 50%;
    width: 80.2666666667vw;
  }
}
#contents section {
  width: 51.432770022vw;
  margin: 0 auto;
  margin-bottom: 37.4724467303vw;
}
@media screen and (max-width: 768px) {
  #contents section {
    width: 100%;
    margin-bottom: 42.6666666667vw;
    cursor: pointer;
  }
}
#contents section .main img {
  width: 100%;
}
#contents section .flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#contents section .flex img {
  width: 50%;
}
#contents section ul {
  position: relative;
  line-height: 2;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  padding-top: 0;
  line-height: 0;
  opacity: 0;
}
#contents section ul.is-open {
  padding-top: 2.9390154298vw;
  line-height: 2;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #contents section ul li {
    font-size: 1rem;
  }
}
#contents section ul li:not(:has(a)) {
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  #contents section ul {
    width: 90vw;
    margin: 0 auto;
  }
}
#contents section.section-01 .main, #contents section.section-03 .main, #contents section.section-05 .main, #contents section.section-07 .main {
  margin-bottom: 1.4695077149vw;
}
@media screen and (max-width: 768px) {
  #contents section.section-01 .main, #contents section.section-03 .main, #contents section.section-05 .main, #contents section.section-07 .main {
    margin-bottom: 2.6666666667vw;
  }
}
#contents section.section-02 .main, #contents section.section-04 .main, #contents section.section-06 .main, #contents section.section-08 .main {
  margin-top: 1.4695077149vw;
}
@media screen and (max-width: 768px) {
  #contents section.section-02 .main, #contents section.section-04 .main, #contents section.section-06 .main, #contents section.section-08 .main {
    margin-top: 2.6666666667vw;
  }
}
#contents aside {
  margin-top: -22.7773695812vw;
  margin-bottom: 17.8545187362vw;
}
@media screen and (max-width: 768px) {
  #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: 768px) {
  #contents aside a {
    width: 100%;
    margin-bottom: 13px;
    font-size: 1.2rem;
  }
}
#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: 768px) {
  #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: 768px) {
  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: 768px) {
  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: 768px) {
  footer .copyright {
    font-size: 14px;
    padding-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */