:root {
  --base-font-size:1rem;
  --container:500px;
  --spacer-sm:30px;
  --spacer-lg:60px;
}

html {
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  line-height: 2;
  font-size: clamp(0.875rem, 2.2vw, 1.125rem);
  color: #171717;
  letter-spacing: 0;
}

header {
  width: 100%;
  height: 70px;
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  header {
    display: none;
  }
}
header img.sns {
  height: 34px;
  width: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
header img.header-logo {
  width: 100px;
  height: auto;
}

#wrapper {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 500px minmax(0, 0.66fr);
  }
}

.side {
  display: none;
}
@media screen and (min-width: 1024px) {
  .side {
    display: block;
    position: relative;
    z-index: 1;
  }
}
.side__left, .side__right {
  width: 100%;
  display: block;
}
.side__wrap {
  display: none;
}
@media screen and (min-width: 1024px) {
  .side__wrap {
    display: block;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
.side .side__left .side__wrap {
  margin-right: auto;
  margin-left: 0;
}
.side .side__right .side__wrap {
  margin-left: auto;
  margin-right: 0;
}
.side__visual-R {
  display: none;
}
@media screen and (min-width: 1024px) {
  .side__visual-R {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/side-right.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
  }
}
.side__visual-L {
  display: none;
}
@media screen and (min-width: 1024px) {
  .side__visual-L {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/side-left.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
  }
}
.side .side__text {
  position: absolute;
  top: 8%;
  left: 35px;
  z-index: 5;
}
.side .side__text img.PC-svg {
  width: 146px !important;
  height: auto !important;
}

address {
  font-size: 0.75rem;
}

.LP-margin60 {
  margin-top: var(--spacer-lg);
}

.LP-margin30 {
  margin-top: var(--spacer-sm);
}

main {
  width: 100%;
  margin-inline: auto;
  padding-block: 0;
}
.hero {
  display: block;
}
@media screen and (min-width: 1024px) {
  .hero {
    display: none;
  }
}

.LP-section {
  width: 100%;
  position: relative;
  z-index: 1;
}
.LP-section__jpg {
  width: 100%;
  height: auto;
  display: block;
}
.LP-section__jpg img {
  width: 100%;
  height: auto;
  display: block;
}
.LP-section__svg-pt01 {
  position: absolute;
  top: 8%;
  left: 8%;
  -webkit-transform: translate(-8%, -8%);
          transform: translate(-8%, -8%);
  width: clamp(48px, 13vw, 65px);
}
.LP-section__svg-pt01 img {
  width: 100%;
  height: auto;
  display: block;
}
.LP-section__svg-pt02 {
  position: absolute;
  top: 92%;
  left: 92%;
  -webkit-transform: translate(-92%, -92%);
          transform: translate(-92%, -92%);
  width: clamp(48px, 13vw, 65px);
}
.LP-section__svg-pt02 img {
  width: 100%;
  height: auto;
  display: block;
}
.LP-section__title-h1 {
  margin: 0;
}
.LP-section__title-h2 {
  margin-bottom: 12px;
  font-size: clamp(1.2rem, 4.5vw, 1.5rem);
  line-height: 1.8 !important;
  font-synthesis: none;
}
.LP-section__title-h2-LH1 {
  margin: 0;
  font-size: clamp(1.2rem, 4.5vw, 1.5rem);
  line-height: 1 !important;
  font-synthesis: none;
}
.LP-section__title-h2-layer {
  margin: 0;
  font-size: clamp(1.2rem, 4.5vw, 1.5rem);
  line-height: 1.8 !important;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding-inline: 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-synthesis: none;
}
.LP-section__title-h3 {
  margin-top: 0.6em;
  font-size: clamp(0.95rem, 3.4vw, 1.125rem);
  font-family: "Noto Sans", sans-serif;
  font-weight: 200;
  line-height: 1.8 !important;
}
.LP-section__small-pict {
  width: 42%;
  max-width: 152px;
  position: absolute;
  top: 122%;
  left: 8%;
  -webkit-transform: translate(-8%, -122%);
          transform: translate(-8%, -122%);
  z-index: 5;
}
.LP-section__small-pict img {
  width: 100%;
  height: auto;
  display: block;
}
.LP-section__text-right {
  width: 43%;
  position: absolute;
  top: 120%;
  left: 92%;
  -webkit-transform: translate(-92%, -120%);
          transform: translate(-92%, -120%);
  padding-top: clamp(16px, 4vw, 30px);
  text-align: left;
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.LP-section__parallel-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(8px, 2.5vw, 12px);
}
.LP-section__parallel-layout13 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: clamp(8px, 2.5vw, 12px);
}
.LP-section__parallel-layout31 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: clamp(8px, 2.5vw, 12px);
}
.LP-section__catch {
  text-align: center;
}
.LP-section__catch--left {
  text-align: left;
  padding-left: 5px;
}
.LP-section__catch--right {
  text-align: right;
  padding-right: 5px;
}
.LP-section__catch img.svg-long {
  width: 100%;
  width: clamp(52px, 5vw, 64px);
  height: auto;
  display: block;
  margin-inline: auto;
}
.LP-section__catch img.svg-short {
  width: 100%;
  width: clamp(52px, 5vw, 64px);
  height: auto;
  display: block;
  margin-inline: auto;
}
.LP-section__pict {
  width: 100%;
  height: auto;
}
.LP-section__pict img {
  width: 100%;
  height: auto;
  display: block;
}
.LP-section__pict-half {
  width: 100%;
  height: auto;
}
.LP-section__pict-half img {
  width: 100%;
  height: auto;
  display: block;
}
.LP-section__inline-padding {
  padding-inline: clamp(16px, 5vw, 25px) !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.LP-section__pink-section {
  padding-block: clamp(40px, 10vw, 60px);
  padding-left: clamp(8px, 2vw, 10px);
  background-color: #f8f2f7;
}
.LP-section__list {
  margin-top: -10px !important;
  padding-top: 0;
  padding-left: 1.2em;
  text-align: left !important;
}
.LP-section__list li {
  margin-bottom: 10px;
  text-align: left !important;
}
.LP-section__logo {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(80px, 22vw, 100px);
}
.LP-section__logo {
  position: absolute;
  top: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(100px, 26vw, 130px);
}
.LP-section__logo-black {
  width: clamp(80px, 22vw, 100px);
  height: auto;
  margin-inline: auto;
}
.LP-section__logo-black img {
  width: 100%;
  height: auto;
  display: block;
}
.LP-section__shop-entrance {
  width: 100%;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: clamp(1rem, 3.8vw, 1.25rem);
  padding-inline: 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.LP-section__shop-entrance a {
  text-decoration: none;
}
.LP-section__shop-entrance a button {
  background-color: #cfa7cd;
  padding: 10x 50px 10px 500px;
  font-size: clamp(0.8rem, 3vw, 0.875rem);
  color: #fff !important;
  border: 0;
  cursor: pointer;
  background-image: url(../svg/link.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 15px 15px;
  padding-right: 28.5px;
  padding-block: 5px;
}
.LP-section__shop-entrance a button img {
  width: 14px;
  height: auto;
  margin-left: 5px;
  margin-block: 0;
  line-height: 0em;
}
.LP-section__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(28px, 10vw, 56px);
  width: 100%;
  margin-inline: auto;
}
.LP-section__sns .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.LP-section__sns .icon a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.LP-section__sns .icon img {
  width: clamp(24px, 6vw, 32px);
  height: auto;
  display: block;
}

.LP-2column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: clamp(-40px, -8vw, -20px);
  z-index: 5;
  position: relative;
}
.LP-2column .small-pict {
  width: 50%;
  height: auto;
  text-align: left;
  padding-inline: clamp(12px, 4vw, 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-block: 0;
}
.LP-2column .small-pict img {
  width: 100%;
  height: auto;
  display: block;
}
.LP-2column .sentence {
  width: 50%;
  text-align: left;
  padding-right: clamp(12px, 4vw, 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.LP-section + .LP-section {
  margin-top: var(--spacer-lg);
}

.LP-section:nth-of-type(2) {
  margin-top: var(--spacer-lg);
}
@media screen and (min-width: 1024px) {
  .LP-section:nth-of-type(2) {
    margin-top: 0;
  }
}

.layout__leftLayout {
  text-align: left !important;
}
.layout__rightLayout {
  text-align: right !important;
}
.layout__centerLayout {
  text-align: center !important;
}

.vertical-label {
  position: absolute;
  width: clamp(62px, 6vw, 72px);
}
.vertical-label--left01 {
  top: 30px;
  left: 25px;
}
.vertical-label--right01 {
  bottom: 40px;
  right: 25px;
}
.vertical-label--left02 {
  top: 0px;
  left: 25px;
}
.vertical-label--right02 {
  top: 0px;
  right: 25px;
}
.vertical-label--lg {
  width: clamp(60px, 7vw, 84px);
}
.vertical-label svg {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 599px) {
  .LP-section__parallel-layout {
    gap: 10px;
  }
}
.purple {
  color: #cfa7cd;
}/*# sourceMappingURL=style.css.map */