*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

body {
  margin: 0;
  background: #dfdae0;
  color: #777776;
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

.fadein {
  opacity: 0;
}
.fadein.is-animated {
  -webkit-animation: fadein 0.7s ease-in-out forwards;
          animation: fadein 0.7s ease-in-out forwards;
}

.fadeup {
  opacity: 0;
}
.fadeup.is-animated {
  -webkit-animation: fadeup 0.5s ease-in-out forwards;
          animation: fadeup 0.5s ease-in-out forwards;
}

.blurout {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.blurout.is-animated {
  -webkit-animation: blurout 0.8s ease-in-out forwards;
          animation: blurout 0.8s ease-in-out forwards;
}

.slide-left {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
}
.slide-left.is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-right {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}
.slide-right.is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-text span {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

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

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes blurout {
  from {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes blurout {
  from {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.js-switching-photos {
  position: relative;
  overflow: hidden;
}
.js-switching-photos > img {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.js-switching-photos > img:not(:first-child) {
  position: absolute;
  inset: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.js-switching-photos > img:first-child:not(.is-active) {
  opacity: 0;
}
.js-switching-photos > img.is-active {
  opacity: 1;
}

.page-shell {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #dfdae0;
}
@media (min-width: 768px) {
  .page-shell {
    gap: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: min(100%, 990px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.lp {
  width: 100%;
  max-width: 390px;
  margin-inline: auto;
  background: #dfdae0;
  overflow-x: hidden;
}

.fv {
  background-color: #f9f5f2;
  padding: 0 12px;
}

.lead {
  text-align: center;
  padding: 80px 24px;
  background-color: #f9f5f2;
}
.lead__text {
  font-size: 13px;
  line-height: 1.7;
}

.section__lace {
  padding: 0 16px;
  position: relative;
  overflow: hidden;
  background-color: #231d1f;
}
.section__lace:before {
  display: block;
  background: url(../images/sec1_bg.png) repeat center/80px auto;
  content: "";
  width: 110%;
  height: 110%;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0.3;
  left: 0;
}

.look1 {
  position: relative;
}
.look1__photos {
  position: relative;
}
.look1__photo--1 {
  width: 45%;
  aspect-ratio: 2/3;
  display: block;
  z-index: 2;
  position: relative;
}
.look1__photo--2 {
  display: block;
  width: 60%;
  margin-top: -60px;
  margin-left: auto;
  margin-right: 0;
  aspect-ratio: 2/3;
}
.look1__photo--3 {
  width: 40%;
  position: absolute;
  top: 15px;
  aspect-ratio: 2/3;
  right: -8px;
}
.look1__items {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 2;
}
.look1__items a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.look1__items a:hover {
  opacity: 0.7;
}
.look1__items {
  background-color: #fff;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 10px;
  position: absolute;
  bottom: 40px;
  left: 0;
}

.section__red {
  background: #8b2018;
  color: #fff;
  padding: 0 0 60px;
  overflow: hidden;
}

.look2 {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding: 0 24px 140px;
}
.look2__inner {
  position: relative;
}
.look2__items {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 2;
}
.look2__items a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.look2__items a:hover {
  opacity: 0.7;
}
.look2__items {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 2;
  width: calc(50% - 8px);
  text-align: center;
}
.look2__photos {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.look2__photo:nth-child(odd) {
  position: relative;
  top: 90px;
}
.look2__deco {
  position: absolute;
  right: 44px;
  bottom: 0;
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  -webkit-transition: all 1s;
  transition: all 1s;
  rotate: 5deg;
}
.look2__deco.is-animated {
  rotate: 0deg;
}

.look3 {
  position: relative;
  width: 100%;
  padding: 0 24px 20px;
  margin-bottom: 80px;
}
.look3__inner {
  position: relative;
}
.look3__lace {
  position: absolute;
  top: -70px;
  left: -20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  height: 0;
  z-index: 1;
  width: 60px;
  -webkit-filter: brightness(1.02);
          filter: brightness(1.02);
  -webkit-transition: height 2s ease-in-out;
  transition: height 2s ease-in-out;
}
.look3__lace.is-animated {
  height: 336px;
}
.look3__items {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 2;
}
.look3__items a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.look3__items a:hover {
  opacity: 0.7;
}
.look3__items {
  position: absolute;
  z-index: 2;
}
.look3__items--top {
  top: 40px;
  left: 20px;
  text-align: center;
}
.look3__items--bottom {
  right: 0;
  text-align: center;
  bottom: 8px;
  width: calc(100% - 200px);
}
.look3__photos {
  position: relative;
}
.look3__slider {
  margin-right: -24px;
  margin-left: auto;
  width: 220px;
  z-index: 2;
  position: relative;
}
.look3__slider .splide__slide {
  width: 240px;
  overflow: hidden;
  background: #fff;
}
.look3__slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.look3__photo {
  margin: 0;
  overflow: hidden;
}
.look3__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.look3__photo--stair {
  position: relative;
  width: 200px;
  margin-top: -100px;
}

.look4 {
  padding: 0 24px;
  margin-bottom: 30px;
}
.look4__inner {
  position: relative;
}
.look4__items {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 2;
}
.look4__items a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.look4__items a:hover {
  opacity: 0.7;
}
.look4__items {
  position: absolute;
  z-index: 2;
  text-align: right;
}
.look4__items--top {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 50px;
  top: 16px;
  text-align: center;
  right: 0;
}
.look4__items--bottom {
  text-align: center;
  right: 22px;
  bottom: -78px;
}
.look4__photos {
  inset: 0;
}
.look4__photo {
  margin: 0;
  overflow: hidden;
  background: #fff;
}
.look4__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.look4__photo--1 {
  width: 50%;
}
.look4__photo--2 {
  margin-top: -80px;
  margin-left: auto;
  margin-right: 0;
  width: 60%;
  z-index: 2;
  position: relative;
}
.look4__photo--3 {
  width: 45%;
  margin-top: -80px;
  margin-left: 20px;
}

.look5 {
  position: relative;
  width: 100%;
  height: 480px;
}
.look5__items {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 2;
}
.look5__items a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.look5__items a:hover {
  opacity: 0.7;
}
.look5__items {
  position: absolute;
  top: 62px;
  left: 30px;
  z-index: 2;
}
.look5__photos {
  position: absolute;
  inset: 0;
}
.look5__photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
}
.look5__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.look5__photo--1 {
  top: 88px;
  right: 24px;
  width: 150px;
  z-index: 2;
  height: 210px;
}
.look5__photo--2 {
  top: 200px;
  left: 28px;
  width: 50%;
}
.look5__deco {
  position: absolute;
  right: 10px;
  bottom: -15px;
  width: 35%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.9;
  z-index: 2;
  mix-blend-mode: hard-light;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.look5__deco.is-animated {
  rotate: 10deg;
}

.section__beige {
  background: #f9f5f2;
  color: #777776;
  padding: 30px 0;
  overflow: hidden;
}

.look6__photos {
  padding-top: 90px;
  position: relative;
}
.look6__photo--1 {
  width: 150px;
  position: absolute;
  top: 0;
  left: 100px;
}
.look6__photo--2 {
  width: 130px;
  position: absolute;
  top: 30px;
  left: 10px;
}
.look6__photo--3 {
  width: 130px;
  position: absolute;
  top: 180px;
  left: 50px;
}
.look6__photo--4 {
  width: 70%;
  margin-left: auto;
  margin-right: 0;
}
.look6__items {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 2;
}
.look6__items a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.look6__items a:hover {
  opacity: 0.7;
}
.look6__items {
  padding-left: 24px;
  margin-top: -70px;
  z-index: 2;
  position: relative;
}

.look7 {
  position: relative;
}
.look7__photos {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}
.look7__items {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 2;
}
.look7__items a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.look7__items a:hover {
  opacity: 0.7;
}
.look7__items {
  text-align: right;
  width: 45%;
  padding-right: 20px;
  position: absolute;
  bottom: 30px;
  left: 0;
}

.look8 {
  margin-top: -20px;
  position: relative;
}
.look8__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 20px;
}
.look8__photo--1 {
  position: relative;
  width: 45%;
  z-index: 2;
}
.look8__photo--2 {
  margin-left: -10px;
  margin-top: 80px;
  width: 55%;
  position: relative;
}
.look8__lace {
  width: 40px;
  top: 0;
  height: 0;
  right: 10px;
  position: absolute;
  -webkit-transition: height 1.5s ease-in-out;
  transition: height 1.5s ease-in-out;
  -o-object-fit: 100% auto;
     object-fit: 100% auto;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.look8__lace.is-animated {
  height: 191px;
}
.look8__items {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 2;
}
.look8__items a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.look8__items a:hover {
  opacity: 0.7;
}
.look8__items {
  text-align: right;
  width: 45%;
  padding-right: 20px;
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 0;
}

.visual1 {
  background: url(../images/paper_texture.jpg) no-repeat center center/cover;
  padding: 80px 24px;
}
.visual1__img {
  aspect-ratio: 1/1;
}

.all-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all-items__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 20px;
  font-size: 14px;
  text-decoration: none;
  background-color: #8b2018;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.all-items__link:hover {
  opacity: 0.7;
}
.all-items__icon {
  width: 14px;
  height: 14px;
  color: white;
}/*# sourceMappingURL=style.css.map */