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

:root {
  --c-position: #8D8A8A;
  --c-non: #DDDDDD;
}

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

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

/* --------------------
		content
-------------------- */
#contents {
  -webkit-animation: fade-in 3s;
          animation: fade-in 3s;
  -webkit-animation-fill-mode: forwards;
          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;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* --------------------
		header
-------------------- */
header {
  position: relative;
  width: 100vw;
  height: 100svh;
  background-image: url(/special/260904_laato_look/common/img/header_bg--sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  header {
    background-image: url(/special/260904_laato_look/common/img/header_bg.webp);
    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: 18.9705882353vw;
  }
}

/* --------------------
		main
-------------------- */
main .sec {
  margin-bottom: 83.7333333333vw;
}
@media screen and (min-width: 1000px) {
  main .sec {
    margin-bottom: 27.5vw;
  }
}
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__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;
  }
}

.swiper {
  margin-bottom: 14.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .swiper {
    margin-bottom: 38px;
  }
}
.swiper .swiper-wrapper {
  margin-bottom: 3.7333333333vw;
}
@media screen and (min-width: 1000px) {
  .swiper .swiper-wrapper {
    margin-bottom: 14px;
  }
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-pagination__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.swiper-pagination__wrapper .swiper-pagination {
  display: flex;
  position: static !important;
  margin-left: auto !important;
  margin-right: 5.6vw;
  gap: 2.1333333333vw;
  width: 19.2vw !important;
}
@media screen and (min-width: 1000px) {
  .swiper-pagination__wrapper .swiper-pagination {
    margin-left: auto !important;
    margin-right: 0;
    gap: 8px;
    width: 72px !important;
  }
}
.swiper-pagination__wrapper .swiper-pagination-bullet {
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  margin: 0 !important;
  border: 0;
  background-color: var(--c-non) !important;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .swiper-pagination__wrapper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.swiper-pagination__wrapper .swiper-pagination-bullet-active {
  background-color: var(--c-position) !important;
}
/*# sourceMappingURL=260904_laato_look_style.css.map */