.st-Fix {
  display: none;
}

body {
  background: #F7F6EF;
}

.fv {
  text-align: center;
  position: relative;
}

.hidden-pc {
  display: block;
}

.appear-pc {
  display: none;
}

.fv__title {
  top: 0;
  right: 0;
}

.fv__title-image img {
  position: absolute;
  width: 111px;
  height: auto;
  top: 25px;
  right: 17px;
}

.fv__title-wrapper {
  position: absolute;
  text-align: left;
  bottom: 30px;
  left: 30px;
  left: 6.97674419vw;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.fv__title-line1 {
  font-size: 24px;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 3px 12px 0 12px;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: block;
}

.fv__title-line2 {
  font-size: 24px;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 0 0 11px;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: block;
}

.fv__title-line3 {
  font-size: 24px;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 5px 0 12px;
  letter-spacing: 0.09em;
  font-weight: 700;
  display: block;
}

.about {
  background: #F5F3EC;
  text-align: center;
  padding-top: 27px;
  padding-bottom: 28px;
}

.about__title {
  background: linear-gradient(transparent 80%, rgb(255, 255, 255) 0);
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 22px;
  font-size: min(16 / 430 * 100vw, 29.7674418605px);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.about__description {
  font-size: min(14 / 430 * 100vw, 26.0465116279px);
  line-height: 1.8;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.about__underline--brown {
  border-bottom: 1px solid #B55031;
}

.about__color--brown {
  color: #B55031;
}

.about__swiper {
  margin-top: 28px;
}

.about__swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.commitment {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #CDC7B5;
}

.commitment__inner {
  padding-left: 30px;
  padding-right: 30px;
}

.commitment__heading {
  text-align: center;
  margin-bottom: 28px;
  position: relative;
}

.commitment__title-text {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-43%);
  font-size: 12px;
  font-weight: 700;
}

.commitment__image {
  width: 263px;
}

.commitment__list {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.commitment__item {
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 5px;
  position: relative;
  text-decoration: none;
  color: #000;
  transition: opacity 0.3s;
}

.commitment__item:hover {
  opacity: 0.7;
}

.commitment__item::after {
  position: absolute;
  content: "";
  background-image: url(../img/lp02/asset75.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.commitment__number {
  display: block;
  background: #AC7862;
  color: #fff;
  font-size: min(28 / 430 * 100vw, 52.0930232558px);
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 min(10 / 430 * 100vw, 18.6046511628px);
}

.commitment__number img {
  width: min(15 / 430 * 100vw, 27.9069767442px);
  margin-top: -6px;
}

.commitment__text {
  display: block;
  padding-left: min(15 / 430 * 100vw, 27.9069767442px);
  letter-spacing: -0.09em;
  position: relative;
  font-weight: 700;
  font-size: min(16 / 430 * 100vw, 29.7674418605px);
}

.movie-service {
  background: #CEE0DB;
  padding-bottom: 35px;
}

.movie-service__inner {
  padding-inline: 30px;
}

.movie-service__image-wrap {
  margin-bottom: 18px;
}

.movie-service__image--top {
  padding-right: 55px;
}

.movie-service__image--overlay {
  padding-left: 131px;
  margin-top: -46px;
}

.movie-service__content {
  background: #fff;
  border: 1px solid #6BB09C;
  padding: min(20 / 430 * 100vw, 37.2093023256px) min(22 / 430 * 100vw, 40.9302325581px) min(24 / 430 * 100vw, 44.6511627907px);
  border-radius: 5px;
  letter-spacing: -0.09em;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  text-align: center;
}

.movie-service__description {
  font-size: min(14 / 430 * 100vw, 26.0465116279px);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 18px;
  text-align: left;
}

.movie-service__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-inline: auto;
}

.movie-service__video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.location {
  padding-top: 38px;
  padding-bottom: 30px;
  background: #EFDFBB;
}

.location__inner {
  padding-inline: 30px;
}

.location__image-wrap {
  margin-bottom: 33px;
}

.location__image--top {
  padding-left: 55px;
}

.location__image--overlay {
  padding-right: 50px;
  margin-top: -49px;
}

.location__content {
  background: #fff;
  border: 1px solid #E0B13D;
  padding: min(20 / 430 * 100vw, 37.2093023256px) min(22 / 430 * 100vw, 40.9302325581px) min(40 / 430 * 100vw, 74.4186046512px);
  border-radius: 5px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}

.location__description {
  font-size: min(14 / 430 * 100vw, 26.0465116279px);
  line-height: 1.8;
  margin-bottom: 25px;
  letter-spacing: -0.09em;
}

.location__store--meguro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}

.location__image--store--meguro {
  width: 52.7906977vw;
}

.location__store-wrap {
  display: flex;
  flex-direction: column;
}

.location__store-wrap--meguro {
  padding-top: 23.255814vw;
}

.location__store-wrap--kamakura {
  padding-top: 22.0930233vw;
}

.location__store-wrap--osaka {
  padding-top: 23.255814vw;
}

.location__store-description {
  font-size: min(10 / 430 * 100vw, 18.6046511628px);
  letter-spacing: 0.1em;
}

.location__store-name {
  font-size: min(11 / 430 * 100vw, 20.4651162791px);
}

.location__store-name--meguro {
  font-size: min(11 / 430 * 100vw, 20.4651162791px);
  text-align: right;
  letter-spacing: 0.2em;
  position: relative;
}

.location__store-name--meguro::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 120px;
  background: #000;
  bottom: -1px;
  right: 0;
}

.location__store-description--kamakura,
.location__store-description--hiroshima {
  letter-spacing: 0.1em;
  margin-left: -3px;
}

.location__store-name--kamakura {
  font-size: min(11 / 430 * 100vw, 20.4651162791px);
  text-align: left;
  letter-spacing: 0.16em;
  position: relative;
  margin-left: -3px;
}

.location__store-name--kamakura::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 120px;
  background: #000;
  bottom: -5px;
  left: 0;
}

.location__store-name--omotesando,
.location__store-name--kichijoji {
  letter-spacing: 0.2em;
}

.location__stores {
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin-bottom: 23px;
}

.location__stores--kawagoe-karuizawa {
  margin-bottom: 20px;
}

.location__image--store--omotesando,
.location__image--store--kichijoji {
  margin-bottom: 13px;
}

.location__image--kawagoe,
.location__image--karuizawa {
  margin-bottom: 9px;
}

.location__store-name--kawagoe {
  letter-spacing: 0.2em;
}

.location__store-name--karuizawa {
  letter-spacing: 0.15em;
}

.location__store--kamakura {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 33px;
}

.location__image--store--kamakura {
  width: 52.7906977vw;
}

.location__store--osaka,
.location__store--hiroshima {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}

.location__store--osaka {
  margin-bottom: 33px;
}

.location__store-name--osaka {
  font-size: 11px;
  text-align: right;
  letter-spacing: 0.2em;
  position: relative;
}

.location__store-name--osaka::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 120px;
  background: #000;
  bottom: -1px;
  right: 0;
}

.location__store-wrap--hiroshima {
  padding-top: 19.5348837vw;
}

.location__store-name--hiroshima {
  font-size: 11px;
  text-align: left;
  letter-spacing: 0.16em;
  position: relative;
  margin-left: -3px;
}

.location__store-name--hiroshima::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 120px;
  background: #000;
  bottom: -4px;
  left: 0;
}

.location__store--hiroshima {
  margin-bottom: 0;
}

.location__image--store--osaka,
.location__image--store--hiroshima {
  width: 52.7906977vw;
}

.location__image--store--shinsaibashi,
.location__image--store--kyoto {
  margin-bottom: 8px;
}

.location__store-name--shinsaibashi,
.location__store-name--kyoto {
  letter-spacing: 0.2em;
}

.location__stores--shinsaibashi-kyoto {
  margin-bottom: 25px;
}

.design {
  padding-top: 38px;
  padding-bottom: 25px;
  background: #D3E0F4;
}

.design__image-wrap {
  margin-bottom: 30px;
}

.design__image--top {
  padding-right: 55px;
}

.design__image--overlay {
  padding-left: 132px;
  margin-top: -48px;
}

.design__inner {
  padding-inline: 30px;
}

.design__content {
  background: #fff;
  border: 1px solid #4F7AC6;
  padding: min(22 / 430 * 100vw, 40.9302325581px) min(22 / 430 * 100vw, 40.9302325581px) min(20 / 430 * 100vw, 37.2093023256px);
  border-radius: 5px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}

.design__description {
  margin-bottom: 39px;
  font-size: min(13 / 430 * 100vw, 24.1860465116px);
  letter-spacing: -0.02em;
  line-height: 1.9;
}

.design__ring-lead {
  color: #4F7AC6;
  text-align: center;
  font-size: min(13 / 430 * 100vw, 24.1860465116px);
  margin-left: -7px;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.design__ring-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 10px;
  row-gap: 30px;
  margin-top: 16px;
  margin-bottom: 14px;
}

.design__ring-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.design__ring-image {
  width: 17.2388837VW;
  margin-bottom: 2px;
}

.design__ring-text {
  font-size: 11px;
  font-weight: 700;
  text-align: left;
}

.design__present-lead {
  color: #4F7AC6;
  text-align: center;
  font-weight: 700;
  font-size: min(16 / 430 * 100vw, 29.7674418605px);
}

.design__present-container {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  row-gap: 20px;
  margin-bottom: 14px;
  text-align: center;
}

.design__present-image {
  width: 50%;
  margin-bottom: 11px;
}

.design__present-text {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.hospitality {
  padding-top: 38px;
  padding-bottom: 30px;
  background: #F2CDBB;
}

.hospitality__image-wrap {
  margin-bottom: 28px;
}

.hospitality__image--top {
  padding-left: 55px;
}

.hospitality__image--overlay {
  padding-right: 56px;
  margin-top: -50px;
}

.hospitality__inner {
  padding-left: 30px;
  padding-right: 30px;
}

.hospitality__content {
  background: #fff;
  border: 1px solid #DD773E;
  padding: min(22 / 430 * 100vw, 40.9302325581px) min(22 / 430 * 100vw, 40.9302325581px);
  border-radius: 5px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}

.hospitality__description {
  margin-bottom: 56px;
  font-size: min(13 / 430 * 100vw, 24.1860465116px);
  letter-spacing: -0.02em;
  line-height: 1.9;
}

.hospitality__name {
  text-align: right;
}

.hospitality__name {
  font-size: 12px;
  margin-top: 8px;
}

.hospitality__image img {
  border-radius: 50%;
}

.hospitality__comment {
  position: relative;
  padding: 16px;
  border: 1px solid #dd773e;
  border-radius: 5px;
  background-color: #fff;
  text-align: left;
  font-size: min(13 / 430 * 100vw, 24.1860465116px);
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  width: 100%;
  margin-top: 12px;
}

.hospitality__comment::before {
  content: "";
  position: absolute;
  top: -23px;
  left: 20%;
  background: url("../img/lp02/staff_arrow.svg") no-repeat center/contain;
  width: 23px;
  height: 25px;
  rotate: -90deg;
}

.hospitality__comment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 19%;
  background-color: #fff;
  width: 30px;
  height: 4px;
}

.swiper-button-prev, .swiper-button-next {
  color: #ec7029;
  left: -5px;
}

.swiper-button-next {
  left: auto;
  right: -5px;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 32px;
}

.quality {
  padding-top: 38px;
  padding-bottom: 60px;
  background: #EACDCA;
}

.quality__image-wrap {
  margin-bottom: 20px;
}

.quality__image--top {
  padding-right: 55px;
}

.quality__image--overlay {
  padding-left: 132px;
  margin-top: -50px;
}

.quality__inner {
  padding-inline: 30px;
}

.quality__content {
  background: #fff;
  border: 1px solid #DD7D6F;
  padding: min(22 / 430 * 100vw, 40.9302325581px) min(12 / 430 * 100vw, 22.3255813953px) min(20 / 430 * 100vw, 37.2093023256px) min(15 / 430 * 100vw, 27.9069767442px);
  border-radius: 5px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}

.quality__description {
  margin-bottom: 20px;
  font-size: min(13 / 430 * 100vw, 24.1860465116px);
  line-height: 1.92;
  letter-spacing: -0.02em;
}

.quality-guarantee-container {
  background: #fff;
  border: 1px solid #DD7D6F;
  padding: min(10 / 430 * 100vw, 18.6046511628px) min(15 / 430 * 100vw, 27.9069767442px);
  border-radius: 5px;
  text-align: center;
}

.quality-guarantee-heading {
  border-bottom: 1px solid #DD7D6F;
  padding-bottom: 7px;
  margin-bottom: 16px;
  font-size: min(14 / 430 * 100vw, 26.0465116279px);
}

.quality-guarantee__description {
  font-size: min(14 / 430 * 100vw, 26.0465116279px);
  line-height: 1.9;
  text-align: left;
  padding-left: 3px;
  letter-spacing: -0.01em;
}

.benefits {
  padding-top: 45px;
  letter-spacing: 0.13em;
  background: #fff;
}

.benefits__title {
  text-align: center;
}

.benefits__images {
  text-align: center;
  padding-inline: 30px;
}

.benefits__image--decorative {
  margin-top: 5px;
}

.benefits__image--primary {
  max-width: 258px;
}

.benefits__subtitle {
  text-align: center;
  color: #fff;
  background: #51844D;
  width: 220px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 50px;
  font-size: 17px;
  letter-spacing: 0.06em;
  font-weight: bold;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 17.5px;
}

.benefits__list {
  background: #BDCEBC;
  padding-top: 65px;
  padding-bottom: 50px;
}

.benefits__inner {
  padding-inline: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  row-gap: 40px;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 27px;
}

.benefits__item {
  background: #fff;
  position: relative;
}

.benefits__item-number {
  position: absolute;
  left: 0;
  top: -30px;
  font-size: 40px;
  font-weight: bold;
  font-family: "Amiri", "Noto Serif JP", serif;
}

.benefits__item-number-01,
.benefits__item-number-04,
.benefits__item-heading-01,
.benefits__item-heading-04 {
  color: #E0B13D;
}

.benefits__item-number-02,
.benefits__item-number-05,
.benefits__item-heading-02,
.benefits__item-heading-05 {
  color: #4F7AC6;
}

.benefits__item-number-03,
.benefits__item-number-06,
.benefits__item-heading-03,
.benefits__item-heading-06 {
  color: #DD773E;
}

.benefits__item-content {
  padding: 15px 15px 16px 18px;
}

.benefits__item-heading {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}

.benefits__item-description {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.benefits__extra {
  margin-top: 28px;
  text-align: center;
}

.benefits__extra-image--decorative {
  display: block;
  margin: min(14 / 430 * 100vw, 26.0465116279px) auto;
  width: min(24 / 430 * 100vw, 44.6511627907px);
}

.benefits__extra-title {
  text-align: center;
  color: #fff;
  background: #51844D;
  width: -moz-fit-content;
  width: fit-content;
  padding: min(2 / 430 * 100vw, 3.7209302326px) min(10 / 430 * 100vw, 18.6046511628px);
  border-radius: 100vh;
  font-size: min(17 / 430 * 100vw, 31.6279069767px);
  margin-inline: auto;
  letter-spacing: 0.08em;
  margin-bottom: min(5 / 430 * 100vw, 9.3023255814px);
  font-weight: 700;
}

.benefits__extra-item-image--left {
  padding-left: 38px;
  margin-top: -34px;
}

.benefits__extra-item-image--left2 {
  margin-top: -25px;
}

.benefits__extra-item-image--right {
  padding-right: 39px;
  margin-top: -15px;
}

.benefits__extra-title:nth-child(3) {
  margin-bottom: min(77 / 430 * 100vw, 143.2558139535px);
}

.benefits__extra-list {
  margin-bottom: 42px;
}

.benefits__extra-list--left {
  padding-left: 85px;
}

.benefits__extra-list--left2 {
  margin-bottom: 55px;
}

.benefits__extra-list--right {
  padding-right: 85px;
  margin-bottom: 55px;
}

.benefits__extra-list--right2 {
  margin-bottom: 33px;
}

.benefits__extra-item {
  background: #cfded1;
}

.benefits__extra-item--h220 {
  height: 170px;
}

.benefits__extra-text {
  position: relative;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: min(16 / 430 * 100vw, 29.7674418605px);
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: min(min(16 / 430 * 100vw, 29.7674418605px), 30px) min(min(24 / 430 * 100vw, 44.6511627907px), 30px);
}

.benefits__extra-text--left {
  top: -25px;
  right: 50px;
}

.benefits__extra-text--left2 {
  top: -30px;
  width: -moz-fit-content;
  width: fit-content;
}

.benefits__extra-text--right {
  top: -25px;
  left: calc(50% - 50px);
}

.benefits__extra-text--right2 {
  top: -41px;
  left: calc(50% + 10px);
}

.benefits__extra-text--pet {
  top: -40px;
  width: -moz-fit-content;
  width: fit-content;
  left: calc(50% - 23px);
}

.benefits__cta-wrap {
  text-align: center;
}

.benefits__cta {
  background: #AC7862;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 106px;
  padding-right: 86px;
  font-size: 18px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  position: relative;
}

.benefits__cta::before {
  position: absolute;
  content: "";
  background-image: url(../img/lp02/asset53.svg);
  width: 20px;
  height: 23px;
  right: calc(50% + 65px);
  top: 50%;
  transform: translateY(-50%);
}

.button-lp02 {
  background: #AC7862;
  color: #fff;
  padding-top: 18px;
  padding-bottom: 16px;
  padding-left: 125px;
  padding-right: 105px;
  font-size: 18px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
}

.button-lp02::before {
  position: absolute;
  content: "";
  background-image: url(../img/lp02/asset53.svg);
  width: 20px;
  height: 23px;
  right: calc(50% + 75px);
  top: 50%;
  transform: translateY(-50%);
}

.button-lp02:hover {
  opacity: 0.7;
}

.price {
  background: #F4F3EC;
  padding-top: 72px;
  padding-bottom: 65px;
}

.price__inner {
  padding-left: 30px;
  padding-right: 30px;
}

.price__heading {
  text-align: center;
  letter-spacing: 0.15em;
  font-size: min(15 / 430 * 100vw, 27.9069767442px);
  font-weight: 700;
}

.price__heading--decorative {
  color: #938557;
  font-size: min(34 / 430 * 100vw, 63.2558139535px);
}

.price__description {
  border-top: 3px solid #938557;
  padding-top: 31px;
  font-size: min(13 / 430 * 100vw, 24.1860465116px);
  line-height: 1.8;
  padding-bottom: 23px;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.price__cost {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}

.price__cost-item {
  border: 2px solid #DAB436;
  background: #938557;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  text-align: center;
  height: 90px;
}

.price__cost-item--left {
  max-width: 150px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  margin-right: 10px;
  width: 34.8837209vw;
}

.price__cost-item--right {
  max-width: 185px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  width: 43.0232558vw;
}

.price__cost-heading {
  font-size: min(20 / 430 * 100vw, 37.2093023256px);
  color: #fff;
  font-weight: 700;
}

.price__cost-heading--left {
  margin-bottom: 6px;
}

.price__cost-value {
  font-size: min(14 / 430 * 100vw, 26.0465116279px);
  font-weight: 700;
}

.price__cost-image--decorative {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price__cost-description {
  font-size: 12px;
  font-weight: 700;
}

.price__examples-heading {
  text-align: center;
  letter-spacing: 0.01em;
  font-size: min(14 / 430 * 100vw, 26.0465116279px);
  font-weight: 700;
  padding-left: 14px;
  margin-bottom: 5px;
}

.price__example-list {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.price__example-item {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 5px;
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.price__example-image {
  width: 28.8372093vw;
}

.price__example-details {
  font-size: 13px;
}

.price__example-metal {
  font-size: 15px;
  letter-spacing: 0.09em;
  font-weight: 700;
}

.price__example-size {
  font-size: 15px;
  margin-bottom: 11px;
  font-weight: 700;
}

.price__example-price {
  font-size: 22px;
  color: #938557;
  letter-spacing: 0.12em;
  text-decoration: underline;
  font-weight: 500;
}

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

.font-size--10 {
  font-size: 10px;
}

.font-size--11 {
  font-size: 11px;
}

.font-size--22 {
  font-size: 22px;
  letter-spacing: 0.08em;
}

.font-size--28 {
  font-size: 28px;
}

.font-size--30 {
  font-size: 30px;
}

.process {
  background: #E1E2DC;
  padding-top: 47px;
  padding-bottom: 53px;
}

.process__inner {
  padding-left: 30px;
  padding-right: 30px;
}

.process__counseling {
  background: #fff;
  padding-top: 22px;
  padding-bottom: 27px;
  padding-left: 28px;
  padding-right: 28px;
  border: 1px solid #878378;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  letter-spacing: 0.1em;
}

.process__heading {
  text-align: center;
  margin-bottom: 41px;
  font-size: 25px;
  position: relative;
}

.process__heading::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 1px;
  background: #000;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}

.process__content-wrap {
  padding-right: 40px;
  border-right: 1px solid #000;
  position: relative;
}

.process__content-wrap::after {
  position: absolute;
  content: "";
  background-image: url(../img/lp02/asset64.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  right: -15px;
  top: 0;
}

.process__stage__image {
  margin-bottom: 12px;
}

.process__stage__image--craft {
  margin-bottom: 22px;
}

.process__subheading {
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}

.process__subheading--finish-wax {
  margin-top: 7px;
  letter-spacing: 0.15em;
}

.process__subheading--craft {
  margin-bottom: 10px;
}

.process__description {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 19px;
  letter-spacing: 0.04em;
}

.process__description--finish-wax {
  margin-bottom: 31px;
}

.process__description--craft {
  margin-bottom: 27px;
}

.process__info {
  font-size: 13px;
  line-height: 1.6;
  border: 1px solid #DBDAD0;
  border-radius: 5px;
  padding: 10px;
  letter-spacing: 0.05em;
}

.process__production {
  background: #fff;
}

.process__tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.process__tab {
  text-align: center;
  width: 50%;
  border: 1px solid #878378;
  border-radius: 5px 5px 0 0;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 10px;
  color: #878378;
}

.process__tab--active {
  border-bottom: none;
  color: #A36854;
}

.process__tab-content {
  background: #fff;
  padding-top: 36px;
  padding-bottom: 40px;
  padding-left: 28px;
  padding-right: 28px;
  border: 1px solid #878378;
  border-top: none;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

.process__stage--wax {
  border-right: 1px solid #000;
  padding-right: 40px;
  position: relative;
}

.process__stage--wax::after {
  position: absolute;
  content: "";
  background-image: url(../img/lp02/asset65.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  right: -15px;
  top: 0;
}

.process__stage--finish-wax {
  border-right: 1px solid #000;
  padding-right: 40px;
  position: relative;
}

.process__stage--finish-wax::after {
  position: absolute;
  content: "";
  background-image: url(../img/lp02/asset66.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  right: -15px;
  top: 0;
}

.process__stage--craft {
  border-right: 1px solid #000;
  padding-right: 40px;
  position: relative;
}

.process__stage--craft::after {
  position: absolute;
  content: "";
  background-image: url(../img/lp02/asset67.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  right: -15px;
  top: 0;
}

.process__stage--delivery {
  border-right: 1px solid #000;
  padding-right: 40px;
  position: relative;
}

.process__stage--delivery::after {
  position: absolute;
  content: "";
  background-image: url(../img/lp02/asset68.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  right: -15px;
  top: 0;
}

.process__details {
  font-size: 12px;
  line-height: 1.6;
  border: 1px solid #DBDAD0;
  border-radius: 5px;
  padding: 15px 10px 11px;
  margin-bottom: 18px;
}

.process__time {
  border-bottom: 1px solid #DBDAD0;
  padding-bottom: 5px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.process__time-label {
  width: 52px;
}

.process__delivery-time {
  border-bottom: 1px solid #DBDAD0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.process__delivery-time-label {
  width: 52px;
}

.process__price {
  padding-top: 5px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.process__price-label {
  width: 52px;
}

.process__production-info-description {
  font-size: 13px;
  line-height: 1.75;
}

.process__tab-content--metal {
  display: none;
}

.after-service {
  background: #F7F6EF;
  padding-top: 33px;
  padding-bottom: 42px;
}

.after-service__inner {
  padding-left: 30px;
  padding-right: 30px;
}

.after-service__intro {
  text-align: center;
  border-top: 3px solid #DAB436;
  border-bottom: 3px solid #DAB436;
  margin-bottom: 28px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.after-service__heading {
  font-size: 17px;
}

.after-service__subheading {
  font-size: 17px;
  color: #AC8320;
}

.after-service__warranty {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.after-service__warranty-item {
  background: #fff;
  border: 1px solid #DAB436;
  border-radius: 5px;
  padding-top: 30px;
  padding-bottom: 13px;
  padding-left: 22px;
  padding-right: 22px;
}

.after-service__warranty-item:nth-child(2) {
  padding-bottom: 36px;
}

.after-service__warranty-item--image {
  text-align: center;
}

.after-service__warranty-image {
  width: 216px;
  margin-bottom: 27px;
}

.after-service__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  row-gap: 14px;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 12px;
}

.after-service__service-title {
  text-align: center;
  background: #AC8320;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  font-size: 16px;
}

.after-service__description {
  font-size: 14px;
  margin-top: -6px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.after-service__cta {
  position: relative;
}

.after-service__cta::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #fff, transparent);
}

.after-service__cta-image {
  z-index: -1;
}

.after-service__cta-link {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 86.0539535vw;
  max-width: 370.032px;
  letter-spacing: 0.2em;
  font-size: 19px;
  padding-left: 100px;
  padding-right: 70px;
}

.after-service__cta-message {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  font-size: 16px;
  max-width: 300px;
  width: 100vw;
  letter-spacing: -0.02em;
  bottom: 100px;
  color: #878378;
}

.footer {
  background: #333333;
  color: #fff;
  text-align: center;
  padding-top: 67px;
  padding-bottom: 50px;
}

.footer__tagline {
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 0.01em;
}

.footer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 25px;
}

.footer__logo {
  width: 85px;
  height: auto;
  margin-inline: auto;
}

.footer__instagram {
  width: 17px;
  height: auto;
  margin-inline: auto;
  margin-top: 33px;
}

.footer__copyright {
  font-size: 8px;
}

@media screen and (min-width: 768px) {
  .fv {
    margin-right: auto;
    margin-left: auto;
    padding-right: 4.375rem;
    padding-left: 4.375rem;
    max-width: 70rem;
    width: 100%;
  }
  .hidden-pc {
    display: none;
  }
  .appear-pc {
    display: block;
  }
  .fv__image {
    width: 54.6875vw;
    margin-left: auto;
    margin-right: 0;
    z-index: -1;
  }
  .fv__title-image img {
    position: absolute;
    width: 111px;
    height: auto;
    top: 50px;
    right: 100px;
  }
  .fv__title-wrapper {
    top: 55%;
  }
  .fv__title-line1 {
    font-size: 36px;
    height: auto;
  }
  .fv__title-line2 {
    font-size: 36px;
    height: auto;
  }
  .fv__title-line3 {
    font-size: 36px;
    height: auto;
  }
  .about {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .about__title {
    font-size: 42px;
    margin-bottom: 50px;
  }
  .about__description {
    line-height: 2.2;
    margin-bottom: 75px;
  }
  .commitment {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .commitment__inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 4.375rem;
    padding-left: 4.375rem;
    max-width: 61.25rem;
    width: 100%;
  }
  .commitment__title-text {
    font-size: 24px;
    top: 20px;
  }
  .commitment__image {
    width: 500px;
  }
  .movie-service {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .movie-service__image-wrap {
    margin-bottom: 53px !important;
  }
  .movie-service__image--overlay {
    padding-left: clamp(233.972093px, 30.4651163vw, 200px);
    margin-top: -60px;
  }
  .movie-service__inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 4.375rem;
    padding-left: 4.375rem;
    max-width: 70rem;
    width: 100%;
  }
  .inner-lp02 {
    padding: 0 min(30 / 430 * 100vw, 55.8139534884px);
    margin: 0 auto;
    max-width: 800px;
  }
  .movie-service__content {
    text-align: center;
    border-radius: 10px;
  }
  .movie-service__description {
    text-align: left;
    margin-bottom: 50px;
  }
  .movie-service__image--bottom {
    max-width: 750px;
    width: 100%;
  }
  .location {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .location__image-wrap {
    text-align: right;
    margin-bottom: 53px;
  }
  .location__image--overlay {
    padding-right: clamp(89.3023258px, 11.627907vw, 167.441861px);
    margin-top: -60px;
  }
  .location__inner {
    padding: 0 min(30 / 430 * 100vw, 55.8139534884px);
    margin: 0 auto;
    max-width: 800px;
  }
  .location__content {
    border-radius: 10px;
  }
  .location__description {
    margin-bottom: 50px;
  }
  .location__store--meguro {
    flex-direction: column;
  }
  .location__image--store--meguro {
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
  }
  .location__store-wrap--meguro {
    padding-top: 10px;
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 25px;
  }
  .location__store-description {
    text-align: right;
  }
  .location__store-name--meguro {
    font-size: 17px;
  }
  .location__store-name--meguro::after,
  .location__store-name--kamakura::after,
  .location__store-name--osaka::after,
  .location__store-name--hiroshima::after {
    content: none;
    position: static;
    width: 0;
    height: 0;
    background: none;
  }
  .location__stores {
    justify-content: center;
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .location__store-name {
    text-align: right;
    font-size: 17px;
  }
  .location__store--kamakura {
    flex-direction: column-reverse;
  }
  .location__image--store--kamakura {
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
  }
  .location__store-wrap--kamakura {
    padding-top: 10px;
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
  }
  .location__store-description--kamakura {
    font-size: 17px;
  }
  .location__store-name--kamakura {
    font-size: 17px;
    text-align: right;
  }
  .location__store--osaka {
    flex-direction: column;
  }
  .location__image--store--osaka {
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
  }
  .location__store-wrap--osaka {
    padding-top: 10px;
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 25px;
  }
  .location__store-name--osaka {
    font-size: 17px;
    text-align: right;
  }
  .location__store--hiroshima {
    flex-direction: column-reverse;
  }
  .location__store-wrap--hiroshima {
    padding-top: 10px;
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 25px;
  }
  .location__store-name--hiroshima {
    font-size: 17px;
    text-align: right;
  }
  .location__image--store--hiroshima {
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
  }
  .design {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .design__image-wrap {
    margin-bottom: 53px;
  }
  .design__image--overlay {
    text-align: right;
    padding-left: clamp(235.75814px, 30.6976744vw, 200px);
    margin-top: -60px;
  }
  .design__inner {
    padding: 0 min(30 / 430 * 100vw, 55.8139534884px);
    margin: 0 auto;
    max-width: 800px;
  }
  .design__content {
    text-align: center;
    border-radius: 10px;
  }
  .design__description {
    text-align: left;
  }
  .font-size--22 {
    font-size: 30px;
  }
  .design__ring-container {
    margin-top: 30px;
    max-width: 600px;
    margin-inline: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: none;
  }
  .design__ring-wrap {
    width: -moz-fit-content;
    width: fit-content;
  }
  .design__ring-image {
    width: 100%;
  }
  .design__ring-text {
    font-size: 16px;
  }
  .design__ring-text .font-size--11 {
    font-size: 16px;
  }
  .font-size--11 {
    font-size: 18px;
  }
  .price__example-price .font-size--11 {
    font-size: 16px;
  }
  .design__present-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: none;
    gap: 10px;
    row-gap: 30px;
    margin-top: 16px;
    margin-bottom: 14px;
    max-width: 600px;
    margin-inline: auto;
  }
  .design__present-image {
    margin-top: 30px;
    max-width: 500px;
    margin-inline: auto;
  }
  .design__present-text {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  .hospitality {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .hospitality__image-wrap {
    text-align: right;
    margin-bottom: 53px;
  }
  .hospitality__image--overlay {
    padding-right: clamp(100.018605px, 13.0232558vw, 187.534884px);
    margin-top: -60px;
  }
  .hospitality__inner {
    padding: 0 min(30 / 430 * 100vw, 55.8139534884px);
    margin: 0 auto;
    max-width: 800px;
  }
  .hospitality__content {
    border-radius: 10px;
  }
  .hospitality__description {
    margin-bottom: 35px;
  }
  .swiper-button-prev, .swiper-button-next {
    left: -3px;
  }
  .swiper-button-next {
    left: auto;
    right: -3px;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 40px;
  }
  .quality {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .quality__image-wrap {
    margin-bottom: 53px;
  }
  .quality__image--overlay {
    padding-left: clamp(235.75814px, 30.6976744vw, 200px);
    margin-top: -60px;
  }
  .quality__inner {
    padding: 0 min(30 / 430 * 100vw, 55.8139534884px);
    margin: 0 auto;
    max-width: 800px;
  }
  .quality__content {
    border-radius: 10px;
  }
  .quality__description {
    margin-bottom: 50px;
  }
  .quality-guarantee-container {
    border-radius: 10px;
  }
  .quality-guarantee-heading {
    padding-bottom: 20px;
  }
  .benefits {
    padding-top: 75px;
  }
  .benefits__title {
    font-size: 17px;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .benefits__images {
    display: flex;
    flex-direction: column;
  }
  .benefits__image--decorative {
    max-width: 644px;
    margin-inline: auto;
    margin-top: 5px;
  }
  .benefits__image--primary {
    margin-inline: auto;
    max-width: 360px;
  }
  .benefits__subtitle {
    font-size: 20px;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 30px;
    top: 20px;
  }
  .benefits__list {
    padding-top: 75px;
    padding-bottom: 0;
  }
  .benefits__inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 4.375rem;
    padding-left: 4.375rem;
    max-width: 70rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 40px;
  }
  .benefits__item-number {
    top: -40px;
    font-size: 50px;
  }
  .benefits__item-content {
    padding: 20px 15px 25px;
  }
  .benefits__item-heading {
    font-size: 20px;
  }
  .benefits__item-description {
    font-size: 17px;
  }
  .benefits__extra.inner-lp02 {
    padding: 0 min(6.976744186vw, 55.8139534884px);
    max-width: 800px;
  }
  .benefits__extra-lists {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .benefits__extra-list--left {
    padding-left: clamp(151.813953484px, 19.767441859vw, 400px);
    margin-right: -34px;
  }
  .benefits__extra-item {
    text-align: right;
    background: linear-gradient(90deg, #cfded1 93%, transparent 93%);
  }
  .benefits__extra-list--right {
    padding-right: clamp(151.813953484px, 19.767441859vw, 284.651162769px);
    margin-right: 34px;
    margin-left: -34px;
  }
  .benefits__extra-list--right .benefits__extra-item {
    background: linear-gradient(270deg, #cfded1 93%, transparent 93%);
  }
  .benefits__extra-list--right2 {
    margin-bottom: 0;
  }
  .benefits__extra-item--h220 {
    height: auto;
    text-align: left;
  }
  .benefits__extra-item--left2 {
    text-align: right;
  }
  .benefits__extra-text--pet {
    left: calc(50% + 150px);
    top: -25px;
  }
  .benefits__extra-text--left2 {
    max-width: 212px;
  }
  .benefits__extra-text--right2 {
    left: calc(50% + 150px);
    top: -25px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .benefits__cta-wrap {
    margin-top: 65px;
  }
  .button-lp02 {
    font-size: 20px;
    max-width: 450px;
  }
  .button-lp02::before {
    right: calc(50% + 80px);
  }
  .price {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .price__inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 4.375rem;
    padding-left: 4.375rem;
    max-width: 70rem;
    width: 100%;
  }
  .price__description {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .price__cost-item--left {
    max-width: 200px;
    height: auto;
  }
  .font-size--9 {
    font-size: 12px;
  }
  .price__cost-item--right {
    max-width: 260px;
    height: auto;
  }
  .price__examples {
    text-align: center;
  }
  .price__example-image {
    max-width: 644px;
    width: 100%;
  }
  .price__example-list {
    flex-direction: row;
  }
  .price__example-item {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 15px;
  }
  .price__example-details {
    text-align: left;
  }
  .price__example-metal {
    font-size: 16px;
  }
  .price__example-size {
    font-size: 16px;
  }
  .process {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .process__inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 4.375rem;
    padding-left: 4.375rem;
    max-width: 70rem;
    width: 100%;
  }
  .process__counseling {
    padding-top: 75px;
    padding-bottom: 75px;
    border-radius: 10px 10px 0 0;
  }
  .process__heading {
    font-size: 42px;
  }
  .process__content-wrap::after,
  .process__stage--wax::after,
  .process__stage--finish-wax::after,
  .process__stage--craft::after,
  .process__stage--delivery::after {
    width: 50px;
    height: 50px;
    right: -25px;
  }
  .process__stage__image {
    max-width: 750px;
    width: 100%;
  }
  .process__subheading {
    font-size: 17px;
  }
  .process__description {
    font-size: 17px;
    max-width: 750px;
    width: 100%;
    margin-bottom: 50px;
  }
  .process__info {
    font-size: 17px;
    max-width: 750px;
    width: 100%;
  }
  .process__tab {
    font-size: 17px;
    border-radius: 10px 10px 0 0;
  }
  .process__tab-content {
    padding-bottom: 50px;
  }
  .process__description--finish-wax {
    margin-bottom: 50px;
  }
  .process__description--craft {
    margin-bottom: 50px;
  }
  .process__details {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .process__time-label {
    width: 100px;
  }
  .process__delivery-time-label {
    width: 100px;
  }
  .process__price-label {
    width: 100px;
  }
  .process__production-info-description {
    font-size: 17px;
  }
  .after-service {
    padding-top: 75px;
    padding-bottom: 75px;
    background: #F7F6EF;
  }
  .after-service__inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 4.375rem;
    padding-left: 4.375rem;
    max-width: 70rem;
    width: 100%;
  }
  .after-service__heading {
    font-size: 17px;
  }
  .after-service__subheading {
    font-size: 17px;
  }
  .font-size--28 {
    font-size: 42px;
  }
  .after-service__warranty-item {
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 10px;
  }
  .after-service__warranty-image {
    max-width: 300px;
    width: 100%;
    margin-bottom: 35px;
  }
  .after-service__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
  }
  .after-service__warranty-item:nth-child(2) {
    padding-bottom: 50px;
  }
  .after-service__service-title {
    font-size: 17px;
  }
  .after-service__warranty-item--description {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .after-service__cta-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 61.25rem;
    width: 100%;
  }
  .after-service__cta-image {
    width: 100%;
  }
  .after-service__cta-message {
    font-size: 20px;
    max-width: 450px;
    width: 100%;
    text-align: center;
    bottom: 160px;
  }
  .footer__tagline {
    font-size: 17px;
  }
  .footer__logo {
    width: 150px;
  }
  .footer__instagram {
    width: 30px;
  }
  .footer__copyright {
    font-size: 12px;
  }
}
@media screen and (min-width: 1050px) {
  .movie-service__image--overlay,
  .location__image--overlay,
  .design__image--overlay,
  .hospitality__image--overlay,
  .quality__image--overlay {
    margin-top: -90px;
  }
}
@media screen and (max-width: 429px) {
  .design__ring-lead,
  .design__present-lead {
    font-size: 3.023255813vw;
  }
  .benefits__title,
  .benefits__extra-text,
  .after-service__service-title {
    font-size: 3.720930232vw;
  }
  .button-lp02 {
    font-size: 4.186046511vw;
    padding-left: 100px;
    padding-right: 70px;
  }
  .button-lp02::before {
    right: calc(50% + 55px);
  }
  .price__cost-value,
  .price__cost-description {
    font-size: 2.79069674vw;
  }
  .benefits__extra-item--h220 {
    height: auto;
  }
  .benefits__extra-text--pet {
    left: calc(50% - 40px);
  }
  .benefits__extra-text--right2 {
    left: calc(50% - 20px);
  }
}
@media screen and (min-width: 431px) {
  .benefits__extra-item--h220 {
    height: auto;
  }
}
@media screen and (min-width: 670px) {
  .benefits__inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 4.375rem;
    padding-left: 4.375rem;
    max-width: 70rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .fv__image {
    width: 43vw;
  }
}
.fade-in-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1s, transform 1s;
}

.fade-in-up.is-in-view {
  opacity: 1;
  transform: translateY(0);
}

.border-green {
  background: linear-gradient(transparent 70%, rgba(107, 176, 156, 0.5) 0);
  margin-bottom: 22px;
  font-weight: 500;
}

.border-yellow {
  background: linear-gradient(transparent 70%, rgba(224, 177, 61, 0.5) 0);
  margin-bottom: 22px;
  font-weight: 500;
}

.border-blue {
  background: linear-gradient(transparent 70%, rgba(79, 122, 198, 0.5) 0);
  margin-bottom: 22px;
  font-weight: 500;
}

.border-orange {
  background: linear-gradient(transparent 70%, rgba(221, 119, 62, 0.5) 0);
  margin-bottom: 22px;
  font-weight: 500;
}

.border-pink {
  background: linear-gradient(transparent 70%, rgb(234, 205, 202) 0);
  margin-bottom: 22px;
  font-weight: 500;
}

.benefits__cta-button .cta__btn {
  margin: min(40 / 430 * 100vw, 74.4186046512px) auto 0;
}

.movie-service__description span,
.location__description span,
.design__description span,
.hospitality__description span,
.quality__description span,
.price__description span {
  font-weight: 700;
}

@media screen and (max-width: 399px) {
  .fv__title-line1,
  .fv__title-line2,
  .fv__title-line3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 480px) {
  .location__store--meguro,
  .location__store--osaka {
    justify-content: flex-start;
    gap: 50px;
  }
  .location__store--kamakura,
  .location__store--hiroshima {
    justify-content: flex-end;
    gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .location__store--meguro,
  .location__store--kamakura,
  .location__store--osaka,
  .location__store--hiroshima {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .price__example-list {
    max-width: 500px;
    margin-inline: auto;
  }
}
.cta-lp02 {
  z-index: 1;
}

.cta-lp02::before {
  background: url("../img/lp02/asset71@2x-80.webp") no-repeat center center/cover;
  z-index: -2;
}

.cta-lp02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  height: 85%;
  background: linear-gradient(0deg, #fff 5%, transparent);
  z-index: -1;
}/*# sourceMappingURL=lp02.css.map */