/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

body {
  color: #4b1900;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4 {
  text-wrap: wrap;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.no-scroll {
  overflow: hidden;
}

body.is-fixed {
  overflow: hidden;
}

.lp {
  background: #f5eee7;
}

.lp-logo {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 80px;
}
.lp-logo img {
  width: 100%;
  height: auto;
}

.lp-main {
  display: block;
}

.lp-section, .lp-section--green, .lp-section--yellow, .lp-section--red {
  padding: 0 0 120px;
  position: relative;
  box-shadow: 0px -5px 10px rgba(75, 25, 0, 0.15);
  border-top: solid 6px #fff;
}
@media screen and (max-width: 767px) {
  .lp-section, .lp-section--green, .lp-section--yellow, .lp-section--red {
    padding: 50px 0 90px;
    border-top: solid 3px #fff;
  }
}
.lp-section--red {
  background: #d2091d;
}
.lp-section--red .lp-label {
  color: #d2091d;
}
.lp-section--red .lp-list__itemButton {
  border-top: solid 1px #d2091d;
  border-bottom: solid 1px #d2091d;
  color: #d2091d;
}
.lp-section--red .lp-list__itemButton svg g > g {
  stroke: #d2091d;
}
.lp-section--red .lp-list__itemButton svg g > line {
  stroke: #d2091d;
}
.lp-section--red .lp-list__itemImgButton svg g > g {
  stroke: #d2091d;
}
.lp-section--red .lp-list__itemImgButton svg g > line {
  stroke: #d2091d;
}
.lp-section--yellow {
  background: #c78200;
}
.lp-section--yellow .lp-label {
  color: #c78200;
}
.lp-section--yellow .lp-list__itemButton {
  border-top: solid 1px #c78200;
  border-bottom: solid 1px #c78200;
  color: #c78200;
}
.lp-section--yellow .lp-list__itemButton svg g > g {
  stroke: #c78200;
}
.lp-section--yellow .lp-list__itemButton svg g > line {
  stroke: #c78200;
}
.lp-section--yellow .lp-list__itemImgButton svg g > g {
  stroke: #c78200;
}
.lp-section--yellow .lp-list__itemImgButton svg g > line {
  stroke: #c78200;
}
.lp-section--green {
  background: #69a246;
}
.lp-section--green .lp-label {
  color: #69a246;
}
.lp-section--green .lp-list__itemButton {
  border-top: solid 1px #69a246;
  border-bottom: solid 1px #69a246;
  color: #69a246;
}
.lp-section--green .lp-list__itemButton svg g > g {
  stroke: #69a246;
}
.lp-section--green .lp-list__itemButton svg g > line {
  stroke: #69a246;
}
.lp-section--green .lp-list__itemImgButton svg g > g {
  stroke: #69a246;
}
.lp-section--green .lp-list__itemImgButton svg g > line {
  stroke: #69a246;
}

.lp-inner {
  max-width: 1180px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.lp-fv {
  display: flex;
  gap: 0 0.76%;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-fv {
    gap: 0;
  }
}
.lp-fv__wrapper {
  background-image: url("/cp/dressing/assets/images/fv-bg.jpg");
  background-size: cover;
  padding: 66px 0 120px;
}
@media screen and (max-width: 767px) {
  .lp-fv__wrapper {
    background-image: none;
    padding: 66px 0 0;
  }
}
.lp-fv__outer {
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-fv__outer {
    background-image: url("/cp/dressing/assets/images/fv-bg-sp.jpg");
    padding-bottom: 30px;
  }
}
.lp-fv__item {
  width: 32.8266666667%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-fv__item {
    width: 33.3333333333%;
  }
}
.lp-fv__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.lp-fv__item:nth-child(1)::before {
  background: #d2091d;
}
.lp-fv__item:nth-child(2)::before {
  background: #c78200;
}
.lp-fv__item:nth-child(3)::before {
  background: #69a246;
}
.lp-fv__item img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.lp-fvBottom {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .lp-fvBottom {
    padding-bottom: 90px;
  }
}

.lp-lead {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.lp-lead__title {
  box-sizing: content-box;
  margin-top: -20px;
  padding-left: 6.7741935484%;
  width: 80.7258064516%;
}
@media screen and (max-width: 767px) {
  .lp-lead__title {
    margin-top: 30px;
    padding-left: 5.3333333333%;
    width: 83.2%;
  }
}
.lp-lead__title img {
  width: 100%;
  height: auto;
}
.lp-lead__text {
  margin-top: 50px;
  text-align: center;
  font-size: 28px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lp-lead__text {
    margin-top: 30px;
    font-size: 18px;
  }
}

.lp-introduction {
  margin-top: -46px;
}
@media screen and (max-width: 767px) {
  .lp-introduction {
    margin-top: 50px;
  }
}
.lp-introduction__inner {
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-introduction__inner {
    max-width: 327px;
  }
}
.lp-introduction__img {
  position: relative;
  z-index: 1;
}
.lp-introduction__img img {
  width: 100%;
  height: auto;
}
.lp-introduction__scroll {
  margin-top: -90px;
}
@media screen and (max-width: 767px) {
  .lp-introduction__scroll {
    margin-top: -2px;
  }
}
.lp-introduction__scroll .splide__slide img,
.lp-introduction__scroll .splide__slide picture {
  width: auto;
  height: 100%;
}

.lp-localnav {
  margin-top: 20px;
}
.lp-localnav__inner {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.lp-localnav__title {
  max-width: 678px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-localnav__title {
    max-width: 274px;
  }
}
.lp-localnav__list {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .lp-localnav__list {
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
  }
}
.lp-localnav__item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .lp-localnav__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-localnav__item:nth-child(1) a {
    background: #d2091d;
  }
}
@media (any-hover: hover) {
  .lp-localnav__item:nth-child(1) a:hover {
    background: #d2091d;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .lp-localnav__item:nth-child(2) a {
    background: #c78200;
  }
}
@media (any-hover: hover) {
  .lp-localnav__item:nth-child(2) a:hover {
    background: #c78200;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .lp-localnav__item:nth-child(3) a {
    background: #69a246;
  }
}
@media (any-hover: hover) {
  .lp-localnav__item:nth-child(3) a:hover {
    background: #69a246;
    color: #fff;
  }
}
.lp-localnav__item a {
  display: block;
  overflow: hidden;
  border-radius: 15px;
  border: solid 3px #fff;
  padding: 17px;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .lp-localnav__item a {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 7px;
    color: #fff;
  }
}
@media (any-hover: hover) {
  .lp-localnav__item a:hover {
    background: #d2091d;
    color: #fff;
  }
}
.lp-localnav__itemImg {
  max-width: 180px;
  width: 100%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .lp-localnav__itemImg {
    max-width: 110px;
    flex-shrink: 0;
    margin: 0;
  }
}
.lp-localnav__itemImg img {
  width: 100%;
  height: auto;
}
.lp-localnav__itemTextbox {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-localnav__itemTextbox {
    text-align: left;
  }
}
.lp-localnav__itemTitle {
  font-size: 28px;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp-localnav__itemTitle {
    font-size: 24px;
  }
}
.lp-localnav__itemText {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lp-localnav__itemText {
    margin-top: 5px;
    font-size: 14px;
  }
}

.lp-scroll {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .lp-scroll {
    margin-top: 20px;
  }
}
.lp-scroll__label {
  max-width: 240px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lp-scroll__label {
    max-width: 140px;
    margin-bottom: 10px;
  }
}
.lp-scroll__label img {
  width: 100%;
  height: auto;
}
.lp-scroll .splide__slide img,
.lp-scroll .splide__slide picture {
  width: auto;
  height: 100%;
}

.lp-label {
  position: absolute;
  top: -46px;
  left: 0;
  width: fit-content;
  height: 40px;
  padding: 10px 20px 0;
  background: #fff;
  border-radius: 0 10px 0 0;
  box-shadow: 0px -5px 10px rgba(75, 25, 0, 0.15);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .lp-label {
    top: -43px;
  }
}
.lp-label::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .lp-label::after {
    bottom: -3px;
    height: 3px;
  }
}

.lp-listHead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lp-listHead {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.lp-listHead__title img {
  display: block;
  width: auto;
  height: 115px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-listHead__title img {
    height: 80px;
  }
}
.lp-listHead__lead {
  color: #fff;
  margin-top: 50px;
  text-align: center;
  font-size: 28px;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp-listHead__lead {
    margin-top: 10px;
    font-size: 18px;
  }
}
.lp-listHead__img {
  width: 100%;
  height: auto;
}
.lp-listHead__col {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .lp-listHead__col {
    width: 100%;
  }
}

.lp-list {
  background: #fff;
  padding: 80px 45px;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .lp-list {
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding: 40px 10px;
    border-radius: 10px;
  }
}
.lp-list__list, .lp-list__list--center {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
@media screen and (max-width: 767px) {
  .lp-list__list, .lp-list__list--center {
    gap: 30px 5px;
    justify-content: flex-start;
  }
}
.lp-list__list--center {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp-list__list--center {
    justify-content: flex-start;
  }
}
.lp-list__item {
  width: calc((100% - 90px) / 4);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .lp-list__item {
    width: calc((100% - 5px) / 2);
  }
}
.lp-list__itemImg {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .lp-list__itemImg {
    cursor: pointer;
    pointer-events: auto;
  }
}
.lp-list__itemImg img {
  display: block;
  width: auto;
  height: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-list__itemImg img {
    height: 160px;
  }
}
.lp-list__itemImgButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-list__itemImgButton {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: absolute;
    right: 10px;
    bottom: 0;
  }
  .lp-list__itemImgButton svg {
    width: 18px;
    height: 18px;
  }
}
.lp-list__itemLabel, .lp-list__itemLabel--ranking, .lp-list__itemLabel--quality, .lp-list__itemLabel--day {
  position: absolute;
  top: 0;
  left: 0;
}
.lp-list__itemLabel img, .lp-list__itemLabel--ranking img, .lp-list__itemLabel--quality img, .lp-list__itemLabel--day img {
  width: 100%;
  height: auto;
}
.lp-list__itemLabel--day {
  width: 25.8333333333%;
}
@media screen and (max-width: 767px) {
  .lp-list__itemLabel--day {
    width: 50px;
  }
}
.lp-list__itemLabel--day img {
  width: 100%;
  height: auto;
}
.lp-list__itemLabel--quality {
  width: 29.1666666667%;
}
@media screen and (max-width: 767px) {
  .lp-list__itemLabel--quality {
    width: 50px;
  }
}
.lp-list__itemLabel--quality img {
  width: 100%;
  height: auto;
}
.lp-list__itemLabel--ranking {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .lp-list__itemLabel--ranking {
    width: 40px;
  }
}
.lp-list__itemLabel--ranking img {
  width: 100%;
  height: auto;
}
.lp-list__itemTitle {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-list__itemTitle {
    font-size: 14px;
  }
}
.lp-list__itemTitle--sm {
  font-size: 10px;
}
.lp-list__itemButtonWrapper {
  margin-top: auto;
}
.lp-list__itemButton {
  margin-top: 15px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-top: solid 1px #d2091d;
  border-bottom: solid 1px #d2091d;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #d2091d;
  transition: opacity 0.3s;
}
.lp-list__itemButton svg {
  width: 13px;
  height: 13px;
}
@media (any-hover: hover) {
  .lp-list__itemButton:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .lp-list__itemButton {
    display: none;
  }
}

.lp-note {
  margin-top: 20px;
}
.lp-note__item {
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp-note__item {
    font-size: 14px;
    font-weight: 500;
  }
}
.lp-note__item + .lp-note__item {
  margin-top: 5px;
}

.lp-button {
  margin: 0 auto;
  max-width: 760px;
  width: 100%;
  height: 80px;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .lp-button {
    height: 60px;
    font-size: 14px;
  }
}
.lp-button svg {
  width: 16px;
  height: 14px;
}
@media (any-hover: hover) {
  .lp-button:hover {
    opacity: 0.7;
  }
}
.lp-button + .lp-button {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .lp-button + .lp-button {
    margin: 20px auto 0;
  }
}
.lp-button__wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .lp-button__wrapper {
    margin-top: 50px;
  }
}

.lp-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: opacity 0.3s, visibility 0.3s;
}
.lp-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.lp-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.lp-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 22.5px));
  width: calc(100% - 40px);
  max-width: 646px;
}
@media screen and (max-width: 767px) {
  .lp-modal__content {
    transform: translate(-50%, calc(-50% + 25px));
    width: 100%;
  }
}
.lp-modal__content img {
  width: 100%;
  height: auto;
}
.lp-modal__contentInner {
  max-height: 95vh;
  overflow: auto;
}
.lp-modal__close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: absolute;
  top: -45px;
  right: 0;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .lp-modal__close {
    top: -50px;
    right: 20px;
  }
}
.lp-modal__close img {
  width: 100%;
  height: 100%;
}

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

.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block !important;
  }
}

.u-clear {
  overflow: hidden !important;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}