@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%;
}

:root {
  --c-txt: #000000;
}

@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

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

/* --------------------
		content
-------------------- */
#contents {
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

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

#contents a {
  display: block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#contents a:hover {
  opacity: 0.4;
}

/* --------------------
		header
-------------------- */
header {
  position: relative;
  width: 100vw;
  height: 100svh;
}

header .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 49.06667vw;
  height: auto;
}

@media screen and (min-width: 1000px) {
  header .ttl {
    width: 21.32353vw;
  }
}

/* --------------------
		main
-------------------- */
main .sec {
  margin-bottom: 64vw;
}

@media screen and (min-width: 1000px) {
  main .sec {
    margin-bottom: 36.76471vw;
  }
}

main .sec__img--small {
  width: 70%;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  main .sec__img--small {
    width: 60vw;
  }
}

main .sec__img_01 {
  margin-bottom: 53.33333vw;
}

@media screen and (min-width: 1000px) {
  main .sec__img_01 {
    margin-bottom: 22.05882vw;
  }
}

main .sec__img_03 {
  margin-bottom: 5.86667vw;
}

@media screen and (min-width: 1000px) {
  main .sec__img_03 {
    margin-bottom: 7.35294vw;
  }
}

main .sec__img_04, main .sec__img_06 {
  margin-bottom: 53.33333vw;
}

@media screen and (min-width: 1000px) {
  main .sec__img_04, main .sec__img_06 {
    margin-bottom: 14.70588vw;
  }
}

main .sec__item {
  font-size: 0.9rem;
  text-align: center;
  color: var(--c-txt);
  margin: 10.4vw auto 0;
  line-height: 2;
}

@media screen and (min-width: 1000px) {
  main .sec__item {
    font-size: 1.2rem;
    width: 94.11765vw;
    margin: 5.14706vw auto 0;
    line-height: 1.8;
  }
  main .sec__item a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  main .sec__item a:hover {
    opacity: 0.5;
  }
}

.aside {
  width: 90vw;
  margin: 0 auto 26.66667vw;
}

@media screen and (min-width: 1000px) {
  .aside {
    width: 694px;
  }
}

.aside__logo {
  width: 172px;
  margin: 0 auto 13.33333vw;
}

@media screen and (min-width: 1000px) {
  .aside__logo {
    margin-bottom: 100px;
  }
}

.aside li {
  margin-bottom: 14px;
  color: #fff;
  background-color: #ACACAC;
}

@media screen and (min-width: 1000px) {
  .aside li {
    width: 694px;
    margin-bottom: 26px;
  }
}

.aside li a {
  width: 100%;
  height: 80px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .aside li a {
    width: 100%;
    height: 90px;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
}

.aside li a#instagram::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  background: url("../img/svg/icon_ig.svg") 0 0/cover no-repeat;
}

@media screen and (min-width: 1000px) {
  .aside li a#instagram::before {
    width: 23px;
    height: 23px;
    margin-right: 10px;
  }
}

.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.67647vw 0;
  }
}

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

.footer__logo {
  width: 34.66667vw;
  margin: 0 auto 4.26667vw;
}

@media screen and (min-width: 1000px) {
  .footer__logo {
    width: 9.55882vw;
    margin: 0 auto 1.17647vw;
  }
}

.footer__logo a {
  display: block;
  width: 34.66667vw;
}

@media screen and (min-width: 1000px) {
  .footer__logo a {
    width: 9.55882vw;
    -webkit-transition: all 0.5s ease;
    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.46667vw;
}

@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: 0.95588vw;
  }
}
/*# sourceMappingURL=style.css.map */