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

/* ------------------------------
	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: min(80vw, 1092px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents {
    width: 90vw;
  }
}
#contents .kv {
  position: relative;
  height: min(120vw, 1638px);
  margin-bottom: 205px;
  background: url(../img/kv.jpg) 50% 50%/cover no-repeat;
}
@media screen and (max-width: 768px) {
  #contents .kv {
    height: 192vw;
    margin-top: 50px;
    margin-right: -5vw;
    margin-bottom: 78px;
    margin-left: -5vw;
  }
}
#contents .kv h1 {
  position: absolute;
  top: 25.8064516129vw;
  left: 50%;
  width: 19.78%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #contents .kv h1 {
    top: 53.5%;
    width: 37vw;
  }
}
#contents .logo {
  width: 19.78%;
  margin: 0 auto 48px auto;
}
@media screen and (max-width: 768px) {
  #contents .logo {
    width: 37vw;
    margin-bottom: 8.26vw;
  }
}
#contents section {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  #contents section {
    margin-bottom: 50px;
  }
}
#contents section div {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents section div {
    cursor: pointer;
  }
}
#contents section div img {
  width: 48%;
}
#contents section ul {
  position: relative;
  padding-top: 28px;
  line-height: 2;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}
@media screen and (max-width: 768px) {
  #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: 768px) {
  #contents section ul li {
    margin-left: 0;
    font-size: 1rem;
  }
}
#contents section ul li:not(:has(a)) {
  opacity: 0.4;
}
#contents section.section-01 ul li, #contents section.section-03 ul li, #contents section.section-05 ul li {
  margin-left: calc(52% + 30px);
}
@media screen and (max-width: 768px) {
  #contents section.section-01 ul li, #contents section.section-03 ul li, #contents section.section-05 ul li {
    margin-left: 0;
  }
}
#contents aside {
  margin-bottom: 243px;
}
@media screen and (max-width: 768px) {
  #contents aside {
    margin-bottom: 161px;
  }
}
#contents aside a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  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 ul {
  display: flex;
  width: 100%;
  position: relative;
  font-size: 0;
  background-color: #000;
  margin: 0 auto;
}
footer ul::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  height: 60px;
  top: 28%;
  left: 50%;
}
footer ul li {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0;
}
footer ul li a {
  display: block;
  margin: 0 auto;
}
footer ul li a:hover {
  opacity: 0.7;
}
footer ul li:nth-child(1) a {
  width: 40%;
  max-width: 130px;
}
footer ul li:nth-child(2) a {
  width: 70%;
  max-width: 230px;
}