@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 {
  animation: fade-in 3s;
  animation-fill-mode: forwards;
  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;
  transition: 0.3s all ease;
}
#contents a:hover {
  opacity: 0.4;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* --------------------
		header
-------------------- */
header {
  position: relative;
  width: 100vw;
  height: 100svh;
  background-image: -webkit-image-set(url(/special/260717_laato_look/common/img/header_bg--sp_2x.webp) type("image/webp"), url(/special/260717_laato_look/common/img/header_bg--sp.jpg) type("image/webp"));
  background-image: image-set(url(/special/260717_laato_look/common/img/header_bg--sp_2x.webp) type("image/webp"), url(/special/260717_laato_look/common/img/header_bg--sp.jpg) type("image/webp"));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 24vw;
}
@media screen and (min-width: 1000px) {
  header {
    background-image: -webkit-image-set(url(/special/260717_laato_look/common/img/header_bg_2x.webp) type("image/webp"), url(/special/260717_laato_look/common/img/header_bg.jpg) type("image/jpeg"));
    background-image: image-set(url(/special/260717_laato_look/common/img/header_bg_2x.webp) type("image/webp"), url(/special/260717_laato_look/common/img/header_bg.jpg) type("image/jpeg"));
    height: 1188px;
    width: 100%;
    background-position: center 40%;
    margin-bottom: 26.7647058824vw;
    background-position: center top;
    background-size: cover;
  }
}
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;
    transform: translateY(-50%);
  }
}
header .ttl img {
  display: block;
  width: 100%;
  max-width: 56.5333333333vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  header .ttl img {
    max-width: 24.2647058824vw;
  }
}

/* --------------------
		main
-------------------- */
main .sec {
  margin-bottom: 64vw;
}
@media screen and (min-width: 1000px) {
  main .sec {
    margin-bottom: 38.6029411765vw;
  }
}
main .sec__img--large {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  display: flex;
  gap: 0;
  justify-content: center;
  font-size: 0;
  margin-top: 21.3333333333vw;
}
@media screen and (max-width: 999px) {
  main .sec__img--large picture {
    width: 50% !important;
    height: auto;
  }
}
@media screen and (min-width: 1000px) {
  main .sec__img--large picture {
    width: 450px;
  }
}
main .sec__img--small {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  main .sec__img--small {
    width: 44.1176470588vw;
  }
}
main .sec__01 {
  margin-bottom: 47.2vw;
}
@media screen and (min-width: 1000px) {
  main .sec__01 {
    margin-bottom: 32.3529411765vw;
  }
}
main .sec__02 {
  margin-bottom: 47.2vw;
}
@media screen and (min-width: 1000px) {
  main .sec__02 {
    margin-bottom: 32.4264705882vw;
  }
}
main .sec__03 {
  margin-bottom: 47.2vw;
}
@media screen and (min-width: 1000px) {
  main .sec__03 {
    margin-bottom: 32.4264705882vw;
  }
}
main .sec__04 {
  margin-bottom: 47.2vw;
}
@media screen and (min-width: 1000px) {
  main .sec__04 {
    margin-bottom: 32.3529411765vw;
  }
}
main .sec__05 {
  margin-bottom: 47.2vw;
}
@media screen and (min-width: 1000px) {
  main .sec__05 {
    margin-bottom: 32.3529411765vw;
  }
}
main .sec__06 {
  margin-bottom: 47.2vw;
}
@media screen and (min-width: 1000px) {
  main .sec__06 {
    margin-bottom: 29.5588235294vw;
  }
}
main .sec__07 {
  margin-bottom: 47.2vw;
}
@media screen and (min-width: 1000px) {
  main .sec__07 {
    margin-bottom: 32.3529411765vw;
  }
}
main .sec__08 {
  margin-bottom: 47.2vw;
}
@media screen and (min-width: 1000px) {
  main .sec__08 {
    margin-bottom: 32.3529411765vw;
  }
}
main .sec__09 {
  margin-bottom: 38.4vw;
}
@media screen and (min-width: 1000px) {
  main .sec__09 {
    margin-bottom: 26.4705882353vw;
  }
}
main .sec__10 {
  margin-bottom: 38.4vw;
}
@media screen and (min-width: 1000px) {
  main .sec__10 {
    margin-bottom: 32.3529411765vw;
  }
}
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.1176470588vw;
    margin: 2.2058823529vw auto 0;
    line-height: 2.4;
  }
  main .sec__item a {
    transition: all 0.3s;
  }
  main .sec__item a:hover {
    opacity: 0.5;
  }
}
main .sec__item__pc--only {
  display: none;
}
@media screen and (min-width: 1000px) {
  main .sec__item__pc--only {
    display: block;
    font-size: 1.2rem;
    width: 94.1176470588vw;
    margin: 2.2058823529vw auto 0;
    line-height: 2.4;
    text-align: center;
  }
}
main .sec span {
  color: #888;
}

.aside {
  width: 90vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .aside {
    width: 51.0294117647vw;
  }
}
.aside__logo {
  width: 172px;
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .aside__logo {
    margin-bottom: 7.3529411765vw;
  }
}
.aside ul {
  margin-bottom: 51.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .aside ul {
    margin-bottom: 23.1617647059vw;
  }
}
.aside li {
  margin-bottom: 14px;
  color: #fff;
  background-color: #D8D3C7;
}
@media screen and (min-width: 1000px) {
  .aside li {
    width: 51.0294117647vw;
    margin-bottom: 1.9117647059vw;
  }
}
.aside li a {
  width: 100%;
  height: 80px;
  display: flex !important;
  align-items: 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.6764705882vw 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: 9.5588235294vw;
    margin: 0 auto 1.1764705882vw;
  }
}
.footer__logo a {
  display: block;
  width: 34.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo a {
    width: 9.5588235294vw;
    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: 0.9558823529vw;
  }
}/*# sourceMappingURL=260717_laato_look_style.css.map */