@charset "UTF-8";
/* ------------------------------
	設定
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&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: 2.6666666667vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1000px) {
  a {
    transition: all 0.3s;
  }
  a::after, a::before {
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
}

img {
  width: 100%;
  height: auto;
}

#contents {
  margin: 0 5.0666666667vw 0;
}
@media screen and (min-width: 1000px) {
  #contents {
    width: 80%;
    min-width: 1000px;
    margin: 0 auto;
  }
}
#contents .kv {
  position: relative;
  height: 100svh;
}
#contents .kv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 53.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #contents .kv__ttl {
    width: 20.78125vw;
  }
}
#contents .block {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents .block {
    margin-bottom: 8.203125vw;
  }
  #contents .block .block:last-of-type {
    margin-bottom: 9.375vw;
  }
}
#contents .block .block__img {
  display: flex;
  justify-content: space-between;
  gap: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents .block .block__img {
    gap: 4%;
  }
}
#contents .block .block__img img {
  width: 43.2vw;
}
@media screen and (min-width: 1000px) {
  #contents .block .block__img img {
    width: 48%;
  }
}
#contents .block .block__item {
  position: relative;
}
@media screen and (max-width: 999px) {
  #contents .block .block__item {
    padding-top: 0;
    line-height: 0;
    opacity: 0;
  }
  #contents .block .block__item.is-open {
    padding-top: 4vw;
    line-height: 2;
    opacity: 1;
  }
}
@media screen and (min-width: 1000px) {
  #contents .block .block__item {
    width: 48%;
    padding-top: 1.953125vw;
    line-height: 2.2;
  }
}
#contents .block .block__item__list {
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}
@media screen and (min-width: 1000px) {
  #contents .block .block__item__list {
    padding-left: 2.34375vw;
  }
}
#contents .block .block__item__list:not(:has(a)) {
  opacity: 0.4;
}
@media screen and (min-width: 1000px) {
  #contents .block:nth-of-type(odd) .block__item {
    margin-left: auto;
  }
}
#contents .aside {
  margin-bottom: 34.6666666667vw;
  font-family: "Lato", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  #contents .aside {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1000px) {
  #contents .aside {
    margin-bottom: 160px;
  }
}
#contents .aside__logo {
  display: none;
}
@media screen and (min-width: 1000px) {
  #contents .aside__logo {
    display: block;
    width: 172px;
    margin: 0 auto 100px;
  }
}
#contents .aside__list a {
  width: 100%;
  height: 21.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.4666666667vw;
  font-size: 3.2vw;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #ACACAC;
}
@media screen and (min-width: 1000px) {
  #contents .aside__list a {
    width: 694px;
    height: 90px;
    margin: 0 auto 26px;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
}
#contents .aside .ig::before {
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  margin-right: 1.6vw;
  background: url(../img/icon_ig.svg) 0 0/cover no-repeat;
}
@media screen and (min-width: 1000px) {
  #contents .aside .ig::before {
    width: 23px;
    height: 23px;
    margin-right: 8px;
  }
}

/* --------------------
		footer
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 3.90625vw 0;
  }
}
.footer img {
  width: 100%;
  height: auto;
}
.footer__logo {
  width: 34.6666666667vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo {
    width: 10.15625vw;
    margin: 0 auto 1.25vw;
  }
}
.footer__logo a {
  display: block;
  width: 34.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo a {
    width: 10.15625vw;
    transition: all 0.5s ease;
  }
}
@media screen and (min-width: 1000px) {
  .footer__logo a:hover {
    opacity: 0.5;
  }
}
.footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: 1.015625vw;
  }
}/*# sourceMappingURL=style.css.map */