@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;
  background-image: url(/special/260116_laato_look/common/img/header_bg--sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 87.73333vw;
}

@media screen and (min-width: 1000px) {
  header {
    background-image: url(/special/260116_laato_look/common/img/header_bg.jpg);
    background-position: center 40%;
    margin-bottom: 31.69118vw;
  }
}

header .ttl {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 15%;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  header .ttl {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

header .ttl img {
  display: block;
  width: 100%;
  max-width: 56.53333vw;
  height: auto;
  margin: 0 auto;
}

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

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

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

main .sec__img--large {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  main .sec__img--large {
    width: 900px;
  }
}

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

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

main .sec__01 {
  margin-bottom: 93.33333vw;
}

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

main .sec__02 {
  margin-bottom: 37.33333vw;
}

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

main .sec__03 {
  margin-bottom: 176vw;
}

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

main .sec__04 {
  margin-bottom: 88vw;
}

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

main .sec__05 {
  margin-bottom: 118.13333vw;
}

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

main .sec__06 {
  margin-bottom: 80.8vw;
}

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

main .sec__07 {
  margin-bottom: 117.33333vw;
}

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

main .sec__08 {
  margin-bottom: 72vw;
}

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

main .sec__09 {
  margin-bottom: 98.66667vw;
}

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

main .sec__10 {
  margin-bottom: 80vw;
}

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

main .sec__11 {
  margin-bottom: 38.4vw;
}

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

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

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

main .sec span {
  color: #888;
}

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

@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 ul {
  margin-bottom: 26.66667vw;
}

@media screen and (min-width: 1000px) {
  .aside ul {
    margin-bottom: 117px;
  }
}

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

@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=260116_laato_look_style.css.map */