:root {
  --pc: 1300 * 100vw;
  --sp: 375 * 100vw;
}

.content-inner {
  position: relative;
}

@media screen and (max-width: 769px) {
  #footer {
    margin-top: 0;
    padding-top: 40px;
  }
}
#main {
  overflow: visible;
}

.lp {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #000;
  scroll-behavior: smooth;
}
.lp * {
  box-sizing: border-box;
}
.lp .fade, .lp .slideup, .lp .slideleft, .lp .slideright {
  opacity: 0;
}
.lp .fade.active {
  animation: fade 1s ease-in-out forwards;
}
.lp .slideup.active {
  animation: slideup 1s ease-in-out forwards;
}
.lp .slideleft.active {
  animation: slideleft 1s ease-in-out forwards;
}
.lp .slideright.active {
  animation: slideright 1s ease-in-out forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideup {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideleft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideright {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes revealFromLeft {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    opacity: 0;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes revealFromTop {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.lp img {
  image-rendering: auto;
  max-width: none;
  display: block;
}
.lp .swiper-wrapper {
  height: auto;
}
.lp .kv {
  width: 1140px;
  margin: 0 auto;
  background: #AD9688;
  padding-bottom: 121px;
}
.lp .kv .kv-img {
  width: 856px;
  margin: 0 192px 0 auto;
  position: relative;
}
.lp .kv .kv-img .swiper-container {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  animation: revealFromLeft 1s ease-out forwards;
}
.lp .kv .kv-img .swiper-container img {
  animation: zoom 1.5s ease-out forwards;
}
.lp .kv .kv-img .kv-txt01, .lp .kv .kv-img .kv-txt02, .lp .kv .kv-img .kv-side-txt {
  position: absolute;
  z-index: 3;
}
.lp .kv .kv-img .kv-txt01 {
  width: 237px;
  bottom: -55px;
  left: 0;
  opacity: 0;
  animation: fade 1s ease-out forwards 0.5s;
}
.lp .kv .kv-img .kv-txt02 {
  bottom: -58px;
  left: 252px;
  display: flex;
  gap: 0 11px;
  align-items: flex-end;
  opacity: 0;
  animation: fade 1s ease-out forwards 0.5s;
}
.lp .kv .kv-img .kv-txt02 img.kv-txt02-1 {
  width: 468px;
}
.lp .kv .kv-img .kv-txt02 img.kv-txt02-2 {
  width: 126px;
}
.lp .kv .kv-img .kv-side-txt {
  top: 160px;
  right: -102px;
  background: #fff;
  padding: 3px;
}
.lp .kv .kv-img .kv-side-txt h1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  color: #775042;
  white-space: nowrap;
}
.lp .read {
  margin-top: 100px;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.08em;
  text-align: center;
}
.lp .headline {
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 3;
}
.lp .headline img {
  height: 116px;
  margin-bottom: 20px;
}
.lp .headline p {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.17em;
  padding: 4px 0 5px;
  position: relative;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.lp .headline p.active {
  animation: revealFromTop 1s ease-out forwards;
}
.lp .headline p::before {
  display: block;
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lp .text p {
  font-size: 13px;
  line-height: 190%;
  letter-spacing: 0.05em;
  hanging-punctuation: allow-end;
}
.lp .text .price {
  margin-top: 16px;
}
.lp .text .price ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.lp .text .price ul li {
  font-family: "Libre Caslon Display", serif;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.04em;
  position: relative;
  transition: 0.3s;
}
.lp .text .price ul li::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  transform: scaleY(0.5);
  transform-origin: top;
  position: absolute;
  bottom: 3px;
}
.lp .text .price ul li:hover {
  opacity: 0.4;
}
.lp .flex {
  display: flex;
  flex-wrap: wrap;
}
.lp .style01, .lp .style02, .lp .style03, .lp .style04, .lp .style05, .lp .inner {
  margin: 0 auto;
  position: relative;
}
.lp .style01, .lp .style03, .lp .style05, .lp .inner {
  width: 1440px;
}
.lp .style02, .lp .style04 {
  width: 100%;
}
.lp .style01 {
  margin-top: 152px;
}
.lp .style01 .headline {
  top: -47px;
  left: 158px;
}
.lp .style01 .headline p {
  color: #fff;
}
.lp .style01 .headline p::before {
  background: #885D4C;
}
.lp .style01 .flex {
  width: 890px;
  margin: 0 auto;
}
.lp .style01 .flex .img01 {
  width: 450px;
}
.lp .style01 .flex .img02 {
  width: 360px;
  margin-left: 80px;
}
.lp .style01 .flex .text {
  width: 361px;
  margin: -98px 0 0 auto;
}
.lp .style02 {
  margin-top: 152px;
  transition: 0.6s;
  padding: 180px 0;
  background: #fff url("../img/back.webp") no-repeat center calc(100% - 276px)/contain;
}
.lp .style02.active {
  background: #AD9688 url("../img/back.webp") no-repeat center calc(100% - 276px)/contain;
}
.lp .style02 .headline {
  top: 31px;
  right: 331px;
}
.lp .style02 .headline p {
  color: #885D4C;
}
.lp .style02 .headline p::before {
  background: #FFF;
}
.lp .style02 .flex .img01 {
  width: 500px;
  margin: 0 458px 0 462px;
}
.lp .style02 .flex .text {
  width: 410px;
  margin: 58px 0 0 273px;
}
.lp .style02 .flex .text p {
  color: #fff;
}
.lp .style02 .flex .text ul li {
  color: #fff;
}
.lp .style02 .flex .text ul li::after {
  background: #fff;
}
.lp .style02 .flex .img02 {
  width: 360px;
  margin: 134px 0 0 495px;
}
.lp .style02 .flex .img03 {
  width: 300px;
  margin-top: -39px;
}
.lp .style03 {
  margin-top: 152px;
}
.lp .style03 .headline {
  top: 91px;
  left: 258px;
}
.lp .style03 .headline img {
  margin-bottom: 14px;
}
.lp .style03 .headline p {
  color: #fff;
}
.lp .style03 .headline p::before {
  background: #885D4C;
}
.lp .style03 .flex {
  width: 891px;
  margin: 0 287px 0 262px;
}
.lp .style03 .flex .img01 {
  width: 450px;
  margin-top: 128px;
}
.lp .style03 .flex .img02 {
  width: 360px;
  margin-left: 80px;
}
.lp .style03 .flex .text {
  width: 360px;
  margin: -223px 0 0 auto;
}
.lp .style04 {
  margin-top: 152px;
  transition: 0.6s;
  padding: 180px 0;
  background: #fff url("../img/back2.webp") no-repeat center calc(100% - 361px)/contain;
}
.lp .style04.active {
  background: #AD9688 url("../img/back2.webp") no-repeat center calc(100% - 361px)/contain;
}
.lp .style04 .headline {
  top: -36px;
  right: 411px;
}
.lp .style04 .headline img {
  height: 118px;
}
.lp .style04 .headline p {
  color: #885D4C;
}
.lp .style04 .headline p::before {
  background: #FFF;
}
.lp .style04 .flex {
  width: 812px;
  margin: 0 auto;
}
.lp .style04 .flex .img01 {
  width: 500px;
}
.lp .style04 .flex .text {
  width: 361px;
  margin-top: 148px;
}
.lp .style04 .flex .text p {
  color: #fff;
}
.lp .style04 .flex .text ul li {
  color: #fff;
}
.lp .style04 .flex .text ul li::after {
  background: #fff;
}
.lp .style04 .flex .img02 {
  width: 360px;
  margin: -206px 0 0 91px;
}
.lp .style05 {
  margin-top: 152px;
}
.lp .style05 .headline {
  top: -26px;
  left: 222px;
}
.lp .style05 .headline p {
  color: #fff;
}
.lp .style05 .headline p::before {
  background: #885D4C;
}
.lp .style05 .flex {
  width: 915px;
  margin: 0 263px 0 262px;
}
.lp .style05 .flex .img01 {
  width: 360px;
  margin-right: 555px;
}
.lp .style05 .flex .text {
  width: 361px;
  margin-top: 32px;
}
.lp .style05 .flex .img02 {
  width: 450px;
  margin: -631px 0 0 465px;
}
.lp .banner {
  margin-top: 176px;
}
.lp .banner .allitem {
  display: block;
  width: 295px;
  margin: 0 auto;
  border-radius: 88px;
  background: #87BFDC;
  color: #fff;
  text-align: center;
  font-family: "Libre Caslon Display", serif;
  font-size: 24px;
  line-height: 64px;
  letter-spacing: 0.07em;
  position: relative;
}
.lp .banner .allitem::after {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%) rotate(-45deg);
}
.lp .banner img {
  width: 640px;
  margin: 120px auto 0;
  display: block;
}
@media screen and (max-width: 769px) {
  .lp .kv {
    width: 100%;
    padding-bottom: 0;
    background: none;
  }
  .lp .kv .kv-img {
    width: 100%;
    margin: 0;
  }
  .lp .kv .kv-img .kv-txt01 {
    width: calc(127 / var(--sp));
    bottom: calc(126 / var(--sp));
    left: calc(35 / var(--sp));
  }
  .lp .kv .kv-img .kv-txt02 {
    bottom: calc(22 / var(--sp));
    left: calc(34 / var(--sp));
    flex-direction: column;
    justify-content: flex-end;
    gap: calc(14 / var(--sp)) 0;
  }
  .lp .kv .kv-img .kv-txt02 img.kv-txt02-1 {
    width: calc(312 / var(--sp));
  }
  .lp .kv .kv-img .kv-txt02 img.kv-txt02-2 {
    width: calc(74 / var(--sp));
    margin-right: calc(6 / var(--sp));
  }
  .lp .kv .kv-img .kv-side-txt {
    top: calc(54 / var(--sp));
    right: calc(31 / var(--sp));
    padding: calc(2 / var(--sp)) calc(1 / var(--sp)) calc(4 / var(--sp));
    width: calc(16 / var(--sp));
  }
  .lp .kv .kv-img .kv-side-txt h1 {
    font-size: calc(14 / var(--sp));
  }
  .lp .read {
    margin-top: calc(48 / var(--sp));
    font-size: calc(13 / var(--sp));
  }
  .lp .headline img {
    height: calc(83 / var(--sp));
    margin-bottom: calc(17 / var(--sp));
  }
  .lp .headline p {
    font-size: calc(14 / var(--sp));
    letter-spacing: 0.15em;
    padding: calc(3 / var(--sp)) calc(3 / var(--sp)) calc(5 / var(--sp));
  }
  .lp .headline p::before {
    width: calc(20 / var(--sp));
  }
  .lp .text p {
    font-size: calc(13 / var(--sp));
    line-height: 193%;
  }
  .lp .text .price {
    margin-top: calc(16 / var(--sp));
  }
  .lp .text .price ul {
    gap: calc(3 / var(--sp)) calc(10 / var(--sp));
  }
  .lp .text .price ul li {
    font-size: calc(12 / var(--sp));
    line-height: calc(22 / var(--sp));
  }
  .lp .text .price ul li::after {
    bottom: calc(3 / var(--sp));
  }
  .lp .style01, .lp .style03, .lp .style05, .lp .inner {
    width: 100%;
    padding: 0;
  }
  .lp .style01 {
    margin-top: calc(80 / var(--sp));
    background: url("../img/back3.webp") no-repeat center calc(100% - 286px)/contain;
  }
  .lp .style01 .headline {
    top: calc(-39 / var(--sp));
    left: calc(290 / var(--sp));
  }
  .lp .style01 .flex {
    width: 100%;
  }
  .lp .style01 .flex .img01 {
    width: calc(330 / var(--sp));
    margin-left: auto;
  }
  .lp .style01 .flex .img02 {
    width: calc(300 / var(--sp));
    margin: calc(48 / var(--sp)) calc(50 / var(--sp)) 0 auto;
  }
  .lp .style01 .flex .text {
    width: calc(295 / var(--sp));
    margin: calc(40 / var(--sp)) auto 0;
  }
  .lp .style02 {
    margin-top: calc(80 / var(--sp));
    padding: calc(88 / var(--sp)) 0;
    background: #fff;
  }
  .lp .style02.active {
    background: #AD9688;
  }
  .lp .style02 .headline {
    top: calc(34 / var(--sp));
    right: calc(78 / var(--sp));
  }
  .lp .style02 .headline p {
    color: #FFF;
  }
  .lp .style02 .headline p::before {
    background: #885D4C;
  }
  .lp .style02 .flex .img01 {
    width: calc(330 / var(--sp));
    margin: 0;
    order: 1;
  }
  .lp .style02 .flex .text {
    width: calc(295 / var(--sp));
    margin: calc(40 / var(--sp)) auto 0;
    order: 4;
  }
  .lp .style02 .flex .img02 {
    width: calc(300 / var(--sp));
    margin: calc(48 / var(--sp)) 0 0 auto;
    order: 2;
  }
  .lp .style02 .flex .img03 {
    width: calc(280 / var(--sp));
    margin: 0;
    order: 3;
  }
  .lp .style03 {
    margin-top: calc(104 / var(--sp));
    background: url("../img/back4.webp") no-repeat center calc(100% - 276px)/contain;
  }
  .lp .style03 .headline {
    top: calc(-29 / var(--sp));
    left: calc(31 / var(--sp));
  }
  .lp .style03 .headline img {
    margin-bottom: calc(16 / var(--sp));
  }
  .lp .style03 .flex {
    width: 100%;
    margin: 0 auto;
  }
  .lp .style03 .flex .img01 {
    width: calc(330 / var(--sp));
    margin: 0 auto;
  }
  .lp .style03 .flex .img02 {
    width: calc(280 / var(--sp));
    margin: calc(32 / var(--sp)) auto 0;
  }
  .lp .style03 .flex .text {
    width: calc(295 / var(--sp));
    margin: calc(40 / var(--sp)) auto 0;
  }
  .lp .style04 {
    margin-top: calc(80 / var(--sp));
    padding: calc(88 / var(--sp)) 0;
    background: #fff;
  }
  .lp .style04.active {
    background: #AD9688;
  }
  .lp .style04 .headline {
    top: calc(20 / var(--sp));
    right: calc(80 / var(--sp));
  }
  .lp .style04 .headline img {
    height: calc(84 / var(--sp));
  }
  .lp .style04 .headline p {
    color: #FFF;
  }
  .lp .style04 .headline p::before {
    background: #885D4C;
  }
  .lp .style04 .flex {
    width: 100%;
  }
  .lp .style04 .flex .img01 {
    width: calc(330 / var(--sp));
    order: 1;
  }
  .lp .style04 .flex .text {
    width: calc(295 / var(--sp));
    margin: calc(40 / var(--sp)) auto 0;
    order: 3;
  }
  .lp .style04 .flex .img02 {
    width: calc(300 / var(--sp));
    margin: calc(48 / var(--sp)) 0 0 auto;
    order: 2;
  }
  .lp .style05 {
    margin-top: calc(104 / var(--sp));
    background: url("../img/back5.webp") no-repeat center calc(100% - 322px)/contain;
  }
  .lp .style05 .headline {
    top: calc(-20 / var(--sp));
    left: calc(47 / var(--sp));
  }
  .lp .style05 .flex {
    width: 100%;
    margin: 0;
  }
  .lp .style05 .flex .img01 {
    width: calc(280 / var(--sp));
    margin: calc(48 / var(--sp)) auto 0;
    order: 2;
  }
  .lp .style05 .flex .text {
    width: calc(295 / var(--sp));
    margin: calc(40 / var(--sp)) auto 0;
    order: 3;
  }
  .lp .style05 .flex .img02 {
    width: calc(330 / var(--sp));
    margin: 0 auto;
    order: 1;
  }
  .lp .banner {
    margin-top: calc(80 / var(--sp));
  }
  .lp .banner .allitem {
    width: calc(230 / var(--sp));
    border-radius: calc(64 / var(--sp));
    font-size: calc(18 / var(--sp));
    line-height: calc(50 / var(--sp));
  }
  .lp .banner .allitem::after {
    width: calc(9 / var(--sp));
    height: calc(9 / var(--sp));
    right: calc(27 / var(--sp));
  }
  .lp .banner img {
    width: calc(331 / var(--sp));
    margin-top: calc(80 / var(--sp));
  }
}/*# sourceMappingURL=dressinbrown20250729.css.map */