.c-shop-reason__header,
.c-shop-feature__header,
.c-shop-voice__header,
.c-shop-facility__header,
.c-shop-plan__header,
.c-shop-flow__header,
.c-shop-info__header,
.c-shop-faq__header,
.c-shop-info-news__header {
  position: static;
  left: auto;
  top: auto;
  width: auto;
  min-width: 0;
  z-index: auto;
  background-color: transparent;
}

.c-shop__contents-wrapper {
  letter-spacing: normal;
  overflow: clip;
}

.c-shop-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
  border: 1px solid #f69;
  box-sizing: border-box;
  padding-top: 0;
}
@media screen and (max-width: 767px), print {
  .c-shop-mv {
    min-height: auto;
  }
}
.c-shop-mv__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
}
.c-shop-mv__slider .swiper-slide {
  height: auto;
}
.c-shop-mv__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-shop-mv__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding: 0 47px;
  box-sizing: border-box;
  pointer-events: none;
}
.c-shop-mv__content {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 1;
  pointer-events: auto;
}
.c-shop-mv__copy {
  margin: 0 0 20px;
}
.c-shop-mv__lead .c-shop-mv__line {
  margin: 0 0 7px;
}
.c-shop-mv__lead .c-shop-mv__line:last-child {
  margin-bottom: 0;
}
.c-shop-mv__line {
  margin: 0 0 7px;
}
.c-shop-mv__line:last-child {
  margin-bottom: 0;
}
.c-shop-mv__line--fitness {
  margin-top: 7px;
}
.c-shop-mv__skew {
  display: inline-flex;
  align-items: center;
  min-height: 87px;
  background-color: rgba(255, 255, 255, 0.94);
  transform: skewX(-8deg) scaleY(0.99);
  padding: 0 22px;
}
.c-shop-mv__skew-text {
  display: inline-block;
  transform: skewX(8deg);
  font-size: 54px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  white-space: nowrap;
}
.c-shop-mv__accent {
  color: #f69;
  font-style: normal;
}
.c-shop-mv__ribbon-skew {
  display: inline-flex;
  align-items: center;
  min-height: 39px;
  background-color: #f69;
  transform: skewX(-8deg) scaleY(0.99);
  padding: 0 18px;
}
.c-shop-mv__ribbon-text {
  display: inline-block;
  transform: skewX(8deg);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
}
.c-shop-mv__ribbon-text em {
  color: #f6ff4b;
  font-style: normal;
}
.c-shop-mv__badges {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -5px;
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
.c-shop-mv__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 110px;
  height: 110px;
  padding-top: 10px;
  border-radius: 50%;
  background-color: #FF6699;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.c-shop-mv__badge-symbol {
  display: block;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
.c-shop-mv__badge-label {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  min-height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-shop-mv__aside {
  display: none;
}
.c-shop-mv__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 45px;
  height: 45px;
}
.c-shop-mv__cta-icon--web, .c-shop-mv__cta-icon--line {
  background-color: transparent;
}
.c-shop-mv__cta-icon--web img, .c-shop-mv__cta-icon--line img {
  display: block;
  width: 100%;
  height: 100%;
}
.c-shop-mv__cta-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}
.c-shop-mv__cta-arrow {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.c-shop-mv__cta-br {
  display: none;
}
.c-shop-mv__quick {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .c-shop-mv {
    height: 93vw;
    margin-bottom: 6vw;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-left: 0;
    border-right: 0;
    padding-bottom: 0;
    overflow: visible;
    border-bottom: none;
  }
  .c-shop-mv__slider {
    position: relative;
    height: 72.5vw;
  }
  .c-shop-mv__slider .swiper-wrapper {
    height: 100%;
  }
  .c-shop-mv__slider .swiper-slide {
    height: 100%;
  }
  .c-shop-mv__inner {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    height: auto;
    max-width: none;
    pointer-events: none;
    padding: 0;
  }
  .c-shop-mv__inner > * {
    pointer-events: auto;
  }
  .c-shop-mv__content {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin: 0;
    max-width: inherit;
    padding-top: 0;
  }
  .c-shop-mv__copy {
    position: absolute;
    bottom: 100%;
    left: 2.5vw;
    z-index: 2;
    max-width: 100%;
    margin: 0 0 7.75vw;
    padding: 0;
  }
  .c-shop-mv__lead {
    position: relative;
    display: inline-block;
    margin-bottom: 1vw;
    padding: 0 2.5vw;
    min-height: 9.5vw;
  }
  .c-shop-mv__lead::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.94);
    transform: skewX(-8deg) scaleY(0.99);
    z-index: -1;
  }
  .c-shop-mv__lead .c-shop-mv__line {
    display: inline;
    margin: 0;
  }
  .c-shop-mv__lead .c-shop-mv__skew {
    display: inline;
    min-height: 0;
    padding: 0;
    background: none;
    transform: none;
  }
  .c-shop-mv__lead .c-shop-mv__skew-text {
    transform: none;
    font-size: 6vw;
  }
  .c-shop-mv__line--fitness {
    margin: 0;
  }
  .c-shop-mv__line--fitness .c-shop-mv__skew {
    min-height: 9.5vw;
    padding: 0 2.5vw;
    background-color: rgba(255, 255, 255, 0.94);
    transform: skewX(-8deg) scaleY(0.99);
  }
  .c-shop-mv__line--fitness .c-shop-mv__skew-text {
    transform: skewX(8deg);
    font-size: 6vw;
  }
  .c-shop-mv__ribbon {
    margin: 0;
    width: 100%;
  }
  .c-shop-mv__ribbon-skew {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 8.75vw;
    padding: 0 2.5vw;
    transform: none;
    box-sizing: border-box;
  }
  .c-shop-mv__ribbon-text {
    transform: none;
    font-size: 3.5vw;
    line-height: 1.4;
    text-align: center;
    white-space: normal;
  }
  .c-shop-mv__ribbon-text em {
    color: #ffff64;
  }
  .c-shop-mv__badges {
    position: absolute;
    bottom: 100%;
    right: 2.5vw;
    z-index: 2;
    gap: 1.5vw;
    margin: 0 0 -1.75vw;
    padding-left: 0;
  }
  .c-shop-mv__badge {
    width: 16.5vw;
    height: 16.5vw;
    padding-top: 1.5vw;
  }
  .c-shop-mv__badge svg {
    height: 4.5vw;
  }
  .c-shop-mv__badge-symbol {
    width: 4.25vw;
    height: 4.25vw;
  }
  .c-shop-mv__badge-label {
    margin-top: 1vw;
    font-size: 2.75vw;
    height: auto;
    letter-spacing: -0.125vw;
    min-height: initial;
  }
  .c-shop-mv__badge-label--mini {
    font-size: 2.25vw;
  }
  .c-shop-mv__quick {
    display: flex;
    justify-content: center;
    gap: 2.75vw;
    margin: 0;
    padding: 0;
  }
  .c-shop-mv__quick-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5vw;
    width: 28.25vw;
    height: 20vw;
    border: 1px solid #f69;
    border-radius: 1vw;
    background-color: #fff;
    box-sizing: border-box;
    text-decoration: none;
    transition: opacity 0.2s;
  }
}
@media screen and (max-width: 768px) and (hover: hover) {
  .c-shop-mv__quick-link:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 768px) {
  .c-shop-mv__quick-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 6.5vw;
  }
  .c-shop-mv__quick-icon img {
    display: block;
    width: auto;
    height: 100%;
    max-width: 7vw;
  }
  .c-shop-mv__quick-label {
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: #333;
  }
  .c-shop-mv__aside {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2.5vw;
    width: 100%;
    margin-top: 3vw;
    padding: 2.5vw 2.75vw;
    background-color: #088f4c;
    box-sizing: border-box;
  }
  .c-shop-mv__cta {
    flex: 1;
    max-width: 46.25vw;
    height: 12.5vw;
    grid-template-columns: 7.5vw 1fr;
    padding: 0 2vw;
    border-radius: 1vw;
  }
  .c-shop-mv__cta-icon {
    width: 7.5vw;
    height: 7.5vw;
  }
  .c-shop-mv__cta-label {
    font-size: 3.75vw;
    line-height: 1.2;
  }
  .c-shop-mv__cta--line .c-shop-mv__cta-label {
    font-size: 3.5vw;
    line-height: 1.2;
  }
  .c-shop-mv__cta-br {
    display: inline;
  }
  .c-shop-mv__cta-arrow {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .new-shop__luxze .c-shop-header .info {
    display: flex;
    align-items: stretch;
    gap: 0;
  }
  .new-shop__luxze .c-shop-header .shop-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 36px !important;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #088f4c;
    box-sizing: border-box;
    text-decoration: none;
    white-space: nowrap;
  }
  .new-shop__luxze .c-shop-header .shop-info__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    min-height: 20px;
  }
  .new-shop__luxze .c-shop-header .shop-info__icon img {
    display: block;
    width: auto;
    height: auto;
    max-width: 20px;
    max-height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .new-shop__luxze .c-shop-header .shop-info p {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    color: #333;
  }
  .new-shop__luxze .c-shop-header .shop-info--pink {
    border-color: #f69;
  }
  .new-shop__luxze .c-shop-header .shop-info--pink:hover {
    background-color: #f69;
  }
  .new-shop__luxze .c-shop-header .shop-info--pink:hover p {
    color: #fff !important;
  }
  .new-shop__luxze .c-shop-header .shop-info--pink:hover img {
    filter: brightness(0) invert(1);
  }
  .new-shop__luxze .c-shop-header .shop-info:not(.shop-info--pink):hover {
    background-color: #088f4c;
  }
  .new-shop__luxze .c-shop-header .shop-info:not(.shop-info--pink):hover p {
    color: #fff !important;
  }
  .new-shop__luxze .c-shop-header .shop-info:not(.shop-info--pink):hover path,
  .new-shop__luxze .c-shop-header .shop-info:not(.shop-info--pink):hover rect {
    fill: #fff !important;
  }
  .new-shop__luxze .c-shop-header .shop-info:last-child {
    background-color: #fff;
  }
  .new-shop__luxze .c-shop-header .shop-info.shop-menu {
    cursor: pointer;
  }
  .new-shop__luxze .c-shop-header .shop-acc__inner .shop-info {
    margin: 0;
  }
}

.c-shop-breadcrumb {
  max-width: 1400px;
  margin: 0 auto 40px;
  padding: 8px 40px 0;
  box-sizing: border-box;
}
.c-shop-breadcrumb__inner {
  display: flex;
  align-items: center;
  gap: 6px;
}
.c-shop-breadcrumb__link {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.6px;
  color: #8d8d8d;
  text-decoration: none;
  white-space: nowrap;
}
@media (hover: hover) {
  .c-shop-breadcrumb__link:hover {
    opacity: 0.8;
  }
}
.c-shop-breadcrumb__separator {
  flex-shrink: 0;
  width: 4px;
  height: 8px;
  background: url("/shop/images/luxze-renew/common-breadcrumb-separator.svg") no-repeat center/contain;
}
.c-shop-breadcrumb__current {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.6px;
  color: #333;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-shop-breadcrumb {
    padding: 5px 15px;
    margin-bottom: 20px;
  }
}

.c-shop-top {
  padding-top: 0;
}
.c-shop-top__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .c-shop-top__inner {
    padding: 0 20px;
  }
}
.c-shop-top__banner {
  margin-bottom: 49px;
}
@media screen and (max-width: 768px) {
  .c-shop-top__banner {
    margin-bottom: 24px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
.c-shop-top__banner .c-shop-swiper {
  width: 100%;
  max-width: none;
  height: 190px;
  margin: 0;
}
.c-shop-top__banner .c-shop-swiper > .swiper,
.c-shop-top__banner .c-shop-swiper > .noneswiper {
  width: 100%;
}
.c-shop-top__banner .c-shop-swiper > .swiper {
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-shop-top__banner .c-shop-swiper > .noneswiper {
    height: 100%;
    overflow: hidden;
  }
}
.c-shop-top__banner .c-shop-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.c-shop-top__banner .c-shop-swiper > .noneswiper .swiper-wrapper {
  justify-content: center;
  gap: 20px;
}
.c-shop-top__banner .c-shop-swiper .swiper-slide {
  width: 483px;
  height: 100%;
  flex-shrink: 0;
}
.c-shop-top__banner .c-shop-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-shop-top__banner .c-shop-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .c-shop-top__banner .c-shop-swiper .swiper-slide {
    width: auto;
  }
  .c-shop-top__banner .c-shop-swiper > .noneswiper .swiper-wrapper {
    justify-content: flex-start;
    gap: 20px;
  }
  .c-shop-top__banner .c-shop-swiper > .noneswiper .swiper-slide {
    flex: 1;
    width: calc((100% - 40px) / 3);
    min-width: 0;
  }
  .c-shop-top__banner .c-shop-swiper > .noneswiper .swiper-wrapper:has(> .swiper-slide:nth-child(2):last-child),
  .c-shop-top__banner .c-shop-swiper > .noneswiper .swiper-wrapper:has(> .swiper-slide:only-child) {
    justify-content: center;
  }
  .c-shop-top__banner .c-shop-swiper > .noneswiper .swiper-wrapper:has(> .swiper-slide:nth-child(2):last-child) .swiper-slide,
  .c-shop-top__banner .c-shop-swiper > .noneswiper .swiper-wrapper:has(> .swiper-slide:only-child) .swiper-slide {
    flex: 0 0 auto;
    width: auto;
    aspect-ratio: auto;
  }
  .c-shop-top__banner .c-shop-swiper > .noneswiper .swiper-wrapper:has(> .swiper-slide:nth-child(2):last-child) .swiper-slide a,
  .c-shop-top__banner .c-shop-swiper > .noneswiper .swiper-wrapper:has(> .swiper-slide:only-child) .swiper-slide a {
    width: -moz-fit-content;
    width: fit-content;
    aspect-ratio: auto;
  }
  .c-shop-top__banner .c-shop-swiper > .noneswiper .swiper-wrapper:has(> .swiper-slide:nth-child(2):last-child) .swiper-slide img,
  .c-shop-top__banner .c-shop-swiper > .noneswiper .swiper-wrapper:has(> .swiper-slide:only-child) .swiper-slide img {
    width: auto;
    max-width: none;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .c-shop-top__banner .c-shop-swiper {
    height: auto;
  }
  .c-shop-top__banner .c-shop-swiper > .swiper,
  .c-shop-top__banner .c-shop-swiper > .noneswiper {
    height: auto;
    overflow: visible;
  }
  .c-shop-top__banner .c-shop-swiper .swiper-wrapper {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    padding: 0;
  }
  .c-shop-top__banner .c-shop-swiper .swiper-slide {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    aspect-ratio: auto;
    padding-inline: 20px;
  }
  .c-shop-top__banner .c-shop-swiper .swiper-slide a {
    height: auto;
  }
  .c-shop-top__banner .c-shop-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c-shop-intro {
  position: relative;
  padding-top: 8px;
}
.c-shop-intro__inner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fdfbef;
  border: 1px solid #f69;
  padding: 22px 40px;
}
.c-shop-intro__illus {
  position: absolute;
  left: 29px;
  bottom: 0;
  width: 146px;
  margin: 0;
}
.c-shop-intro__illus img {
  display: block;
  width: 100%;
  height: auto;
}
.c-shop-intro__content {
  flex: 1;
  min-width: 0;
}
.c-shop-intro__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  text-align: center;
}
.c-shop-intro__title::before, .c-shop-intro__title::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 44px;
  height: 1px;
  background-color: #333;
}
.c-shop-intro__title::before {
  transform: rotate(55deg);
}
.c-shop-intro__title::after {
  transform: rotate(-55deg);
}
.c-shop-intro__title-text {
  flex-shrink: 0;
}
.c-shop-intro__title-line {
  display: inline;
}
.c-shop-intro__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  text-align: left;
  display: flex;
  justify-content: center;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .c-shop-intro {
    padding-top: 21px;
  }
  .c-shop-intro__inner {
    flex-direction: column;
    align-items: stretch;
    min-height: 195px;
    padding: 10px 20px 20px;
    box-sizing: border-box;
    overflow: visible;
  }
  .c-shop-intro__illus {
    position: absolute;
    left: 5px;
    top: -21px;
    width: 80px;
    margin: 0;
  }
  .c-shop-intro__illus picture,
  .c-shop-intro__illus img {
    display: block;
    width: 100%;
    height: auto;
  }
  .c-shop-intro__content {
    width: 100%;
  }
  .c-shop-intro__title {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 0;
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    transform: translateX(15px);
  }
  .c-shop-intro__title::before, .c-shop-intro__title::after {
    position: relative;
    width: 42px;
    top: 5px;
  }
  .c-shop-intro__title-line {
    display: block;
  }
  .c-shop-intro__text {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
}

.c-shop-reason {
  margin-top: 70px;
  padding-bottom: 60px;
}
.c-shop-reason__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-shop-reason__header {
  text-align: center;
}
.c-shop-reason__title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  row-gap: 4px;
  -moz-column-gap: 0;
       column-gap: 0;
  margin: 0;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-shop-reason__title {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.c-shop-reason__title-head {
  display: flex;
  align-items: center;
}
.c-shop-reason__title-logo {
  display: block;
  width: 376px;
  height: auto;
}
.c-shop-reason__title-ga, .c-shop-reason__title-label {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}
.c-shop-reason__title-ga {
  margin-left: 4px;
}
.c-shop-reason__title-label {
  margin-left: 4px;
}
.c-shop-reason__lead {
  margin: 24px auto 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}
.c-shop-reason__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 39px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-shop-reason__item {
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .c-shop-reason {
    margin-top: 40px;
  }
  .c-shop-reason__title-head {
    justify-content: center;
  }
  .c-shop-reason__title-logo {
    width: 221px;
  }
  .c-shop-reason__title-ga, .c-shop-reason__title-label {
    font-size: 24px;
  }
  .c-shop-reason__title-ga {
    margin-left: 2px;
  }
  .c-shop-reason__title-label {
    flex-basis: 100%;
    margin-left: 0;
    text-align: center;
  }
  .c-shop-reason__lead {
    margin: 16px auto 32px;
    text-align: left;
  }
  .c-shop-reason__list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.c-shop-reason-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.c-shop-reason-card__thumb {
  position: relative;
  height: 236px;
  overflow: hidden;
}
.c-shop-reason-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-shop-reason-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #fff;
  white-space: nowrap;
}
.c-shop-reason-card__badge--shop {
  background-color: #f69;
}
.c-shop-reason-card__badge--common {
  background-color: #088f4c;
}
.c-shop-reason-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-shop-reason-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}
.c-shop-reason-card__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-shop-reason-card__thumb {
    height: auto;
  }
  .c-shop-reason-card__title {
    font-size: 18px;
  }
}

.c-shop-feature {
  background-color: #fdfbef;
  padding: 80px 0 100px;
}
.c-shop-feature__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-shop-feature__header {
  text-align: center;
  margin-bottom: 60px;
}
.c-shop-feature__ribbon {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 30px;
  background-color: rgba(255, 102, 153, 0.94);
  transform: skewX(-8deg);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
.c-shop-feature__ribbon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.2px;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 13px solid rgba(255, 102, 153, 0.94);
}
.c-shop-feature__ribbon-lg {
  font-size: 24px;
}
.c-shop-feature__ribbon-sm {
  font-size: 18px;
}
.c-shop-feature__title {
  margin: 0;
}
.c-shop-feature__title-head {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.c-shop-feature__title-logo {
  width: 376px;
  height: auto;
}
.c-shop-feature__title-text {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-shop-feature {
    padding: 40px 0 60px;
  }
  .c-shop-feature__inner {
    padding: 0 20px;
  }
  .c-shop-feature__header {
    margin-bottom: 50px;
  }
  .c-shop-feature__ribbon {
    padding: 4px 16px;
    margin-bottom: 16px;
  }
  .c-shop-feature__ribbon-lg {
    font-size: 22px;
  }
  .c-shop-feature__ribbon-sm {
    font-size: 15px;
  }
  .c-shop-feature__title-head {
    flex-direction: column;
    gap: 4px;
  }
  .c-shop-feature__title-logo {
    width: 293px;
  }
  .c-shop-feature__title-text {
    font-size: 26px;
  }
}

.c-shop-feature-num {
  display: grid;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  background-color: #f69;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-shop-feature-num {
    width: 34px;
    height: 34px;
    font-size: 26px;
  }
}

.c-shop-feature-block--hf24, .c-shop-feature-block--personal, .c-shop-feature-block--compare {
  padding-inline: 50px;
}
.c-shop-feature-block + .c-shop-feature-block {
  margin-top: 80px;
}
.c-shop-feature-block__head {
  display: grid;
  margin-bottom: 35px;
  gap: 15px;
}
.c-shop-feature-block__head--hf24 {
  display: block;
}
.c-shop-feature-block__heading {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}
.c-shop-feature-block__title-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
.c-shop-feature-block--hf24 .c-shop-feature-block__title-wrap {
  flex: 1;
  min-width: 0;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
.c-shop-feature-block--hf24 .c-shop-feature-block__text-wrap {
  flex: 0 1 auto;
  min-width: 0;
}
.c-shop-feature-block--hf24 .c-shop-feature-block__logo {
  margin-left: 0;
  margin-top: 0;
  flex-shrink: 0;
}
.c-shop-feature-block--hf24 .c-shop-feature-block__lead--hf24 {
  margin-top: 0;
}
.c-shop-feature-block__logo {
  width: 160px;
  height: auto;
  flex-shrink: 0;
  margin-left: 20px;
}
.c-shop-feature-block__title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
.c-shop-feature-block__title--multi {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-shop-feature-block__lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-shop-feature-block--hf24, .c-shop-feature-block--personal, .c-shop-feature-block--compare {
    padding-inline: 0;
  }
  .c-shop-feature-block + .c-shop-feature-block {
    margin-top: 50px;
  }
  .c-shop-feature-block__head {
    margin-bottom: 24px;
  }
  .c-shop-feature-block__head--hf24 {
    margin-bottom: 20px;
  }
  .c-shop-feature-block__heading {
    gap: 6px;
    align-items: flex-start;
  }
  .c-shop-feature-block__title-wrap {
    flex: 1;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .c-shop-feature-block__logo {
    width: 207px;
  }
  .c-shop-feature-block__title {
    font-size: 24px;
    line-height: 1.5;
  }
  .c-shop-feature-block__title--multi span {
    display: inline;
  }
  .c-shop-feature-block--compare .c-shop-feature-block__title {
    font-size: 20px;
  }
  .c-shop-feature-block__lead {
    max-width: none;
    margin-top: 0;
  }
  .c-shop-feature-block--hf24 .c-shop-feature-block__heading {
    flex-wrap: wrap;
    gap: 6px;
  }
  .c-shop-feature-block--hf24 .c-shop-feature-block__title-wrap {
    display: contents;
  }
  .c-shop-feature-block--hf24 .c-shop-feature-block__text-wrap {
    display: contents;
  }
  .c-shop-feature-block--hf24 .c-shop-feature-block__title {
    flex: 1 1 calc(100% - 40px);
    order: 1;
  }
  .c-shop-feature-block--hf24 .c-shop-feature-block__lead--hf24 {
    order: 2;
    flex: 1 1 100%;
    margin-top: 0;
  }
  .c-shop-feature-block--hf24 .c-shop-feature-block__logo {
    order: 3;
    flex: none;
    width: 197px;
    margin: 20px auto 0;
  }
}

.c-shop-feature-studio {
  display: flex;
  flex-direction: column;
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #f69;
  border-radius: 8px;
  box-sizing: border-box;
}
.c-shop-feature-studio__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 24px;
}
.c-shop-feature-studio .c-shop-feature-block__heading {
  flex-shrink: 0;
}
.c-shop-feature-studio .c-shop-feature-block__title {
  white-space: nowrap;
}
.c-shop-feature-studio .c-shop-feature-block__lead {
  flex: 1;
  min-width: 0;
  margin-top: 5px;
}
.c-shop-feature-studio__body {
  display: grid;
  grid-template-columns: 547px 1fr;
  gap: 40px;
  align-items: flex-start;
}
.c-shop-feature-studio__visual {
  flex-shrink: 0;
}
.c-shop-feature-studio__slider {
  overflow: hidden;
}
.c-shop-feature-studio__slider .swiper-slide {
  height: auto;
}
.c-shop-feature-studio__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 354px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.c-shop-feature-studio__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.c-shop-feature-studio__arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.c-shop-feature-studio__arrow img {
  display: block;
  width: 8px;
  height: 15px;
}
.c-shop-feature-studio__arrow--next img {
  transform: scaleX(-1);
}
.c-shop-feature-studio__pagination {
  gap: 0px;
  width: auto !important;
}
.c-shop-feature-studio__pagination.swiper-pagination, .c-shop-feature-studio__pagination.swiper-pagination-bullets, .c-shop-feature-studio__pagination.swiper-pagination-horizontal {
  position: static;
  bottom: auto;
  left: auto;
  top: auto;
  right: auto;
  width: auto;
  transform: none;
}
.c-shop-feature-studio__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-shrink: 0;
}
.c-shop-feature-studio__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background-color: #d9d9d9;
  opacity: 1;
}
.c-shop-feature-studio__pagination .swiper-pagination-bullet-active {
  background-color: #f69;
  opacity: 1;
}
.c-shop-feature-studio__content {
  flex: 1;
  min-width: 0;
  max-width: 553px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 354px;
}
.c-shop-feature-studio__actions {
  display: flex;
  gap: 23px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .c-shop-feature-studio {
    padding: 0;
    background-color: transparent;
    border: none;
  }
  .c-shop-feature-studio__head {
    display: block;
    margin-bottom: 12px;
  }
  .c-shop-feature-studio .c-shop-feature-block__heading {
    margin-bottom: 12px;
  }
  .c-shop-feature-studio .c-shop-feature-block__title {
    white-space: normal;
    font-size: 24px;
  }
  .c-shop-feature-studio .c-shop-feature-block__lead {
    margin-top: 0;
    max-width: none;
  }
  .c-shop-feature-studio__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .c-shop-feature-studio__visual {
    width: 100%;
  }
  .c-shop-feature-studio__slider .swiper-slide img {
    height: auto;
    aspect-ratio: 1.5/1;
  }
  .c-shop-feature-studio__nav {
    margin-top: 8px;
  }
  .c-shop-feature-studio__content {
    max-width: none;
    min-height: 0;
    padding: 12px 16px 10px;
    background-color: #fff;
    border: 1px solid #f69;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
  }
  .c-shop-feature-studio__actions {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-top: 16px;
  }
}

.c-shop-feature-programs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-shop-feature-programs {
    grid-template-columns: 1fr;
    row-gap: 8px;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 8px;
  }
}

.c-shop-feature-program {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  height: 67px;
  padding: 14px 6px 0;
  background-color: #fff;
  border-top: 1px solid #c0c0c0;
  box-sizing: border-box;
  height: auto;
}
.c-shop-feature-program__icon-wrap {
  position: relative;
  flex-shrink: 0;
  width: 53px;
  height: 53px;
}
.c-shop-feature-program__hot {
  display: none;
}
.c-shop-feature-program__icon {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-shop-feature-program--hot .c-shop-feature-program__icon-wrap {
  overflow: visible;
}
.c-shop-feature-program--hot .c-shop-feature-program__icon {
  transform-origin: 86% 100%;
  transform: scale(1.15);
}
@media screen and (min-width: 768px), print {
  .c-shop-feature-program--end {
    padding-bottom: 14px;
    border-bottom: 1px solid #c0c0c0;
  }
}
.c-shop-feature-program__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.c-shop-feature-program__name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
.c-shop-feature-program__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-shop-feature-program__tags li {
  padding: 1px 6px 1px 5px;
  background-color: #f69;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-shop-feature-program {
    height: auto;
    min-height: 57px;
    padding: 8px 0 0;
  }
  .c-shop-feature-program:first-child {
    border-top: none;
    padding-top: 4px;
  }
  .c-shop-feature-program--hot .c-shop-feature-program__hot {
    display: block;
    position: absolute;
    top: -2px;
    left: -4px;
    transform: rotate(-20deg);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.5px;
    color: #fff;
    text-shadow: 0 0 2px #f69;
    pointer-events: none;
  }
}

.c-shop-feature-btn {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 0 10px;
  flex: 1;
  width: 266px;
  height: 60px;
  padding: 8px 12px;
  background-color: #088f4c;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767px), print {
  .c-shop-feature-btn {
    width: 256px;
  }
}
.c-shop-feature-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}
.c-shop-feature-btn__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-shop-feature-btn__label {
  line-height: 1.4;
  white-space: nowrap;
  color: #fff;
}
.c-shop-feature-btn__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
}
.c-shop-feature-btn__arrow img {
  display: block;
  width: 10px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-shop-feature-btn {
    width: 240px;
    max-width: 240px;
    border-radius: 4px;
  }
}

.c-shop-feature-hf24 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 62px;
}
.c-shop-feature-hf24__visual {
  height: 360px;
  overflow: hidden;
}
.c-shop-feature-hf24__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-shop-feature-hf24__text {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-shop-feature-hf24 {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .c-shop-feature-hf24__item {
    display: grid;
    gap: 10px;
  }
  .c-shop-feature-hf24__visual {
    height: auto;
  }
  .c-shop-feature-hf24__text {
    margin-top: 0;
  }
}

.c-shop-feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 39px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-shop-feature-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.c-shop-feature-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-shop-feature-card__thumb {
  height: auto;
  overflow: hidden;
}
.c-shop-feature-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-shop-feature-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}
.c-shop-feature-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-shop-feature-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }
  .c-shop-feature-card__thumb {
    flex-shrink: 0;
    width: 120px;
    height: 96px;
  }
  .c-shop-feature-card__body {
    flex: 1;
    min-width: 0;
  }
  .c-shop-feature-card__title {
    font-size: 16px;
    line-height: 1.6;
  }
  .c-shop-feature-card__text {
    line-height: 1.6;
  }
}

.c-shop-feature-compare {
  position: relative;
  width: 1143px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  box-sizing: border-box;
}
.c-shop-feature-compare__callout {
  position: absolute;
  top: -10px;
  right: 591px;
  transform: translateX(50%);
  z-index: 5;
  width: 285px;
  margin: 0;
  padding: 0;
  background: none;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .c-shop-feature-compare__callout::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 47px;
    height: 32px;
    background: url("/shop/images/luxze-renew/common-feature-compare-callout-deco.svg") no-repeat center/contain;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .c-shop-feature-compare__callout::before {
    right: 113%;
    margin-right: 6px;
  }
}
.c-shop-feature-compare__callout-skew {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 10px 20px;
  background-color: rgba(255, 102, 153, 0.94);
  transform: skewX(-8deg);
  box-sizing: border-box;
}
.c-shop-feature-compare__callout-skew::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 9px solid rgba(255, 102, 153, 0.94);
}
.c-shop-feature-compare__callout-text {
  display: inline-block;
  transform: skewX(8deg);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}
.c-shop-feature-compare__table {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 394px 394px;
  grid-template-rows: 97px repeat(7, 79px);
  width: 100%;
  background-color: #fff;
}
.c-shop-feature-compare__shop-frame {
  position: absolute;
  top: -3px;
  right: 394px;
  z-index: 4;
  width: 394px;
  height: calc(100% + 6px);
  border: 5px solid #f69;
  border-radius: 10px;
  pointer-events: none;
  box-sizing: border-box;
}
.c-shop-feature-compare__icon {
  flex-shrink: 0;
  display: block;
  width: auto;
  height: auto;
  max-width: 38px;
  max-height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-shop-feature-compare__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 79px;
  padding: 14px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  text-align: center;
  box-sizing: border-box;
}
.c-shop-feature-compare__cell:has(.c-shop-feature-compare__note) {
  flex-direction: column;
  gap: 4px;
}
.c-shop-feature-compare__cell--head {
  min-height: 97px;
  font-size: 25px;
  font-weight: 500;
}
.c-shop-feature-compare__cell--label {
  justify-content: flex-start;
  gap: 10px;
  padding-left: 30px;
  font-size: 20px;
  text-align: left;
}
.c-shop-feature-compare__cell--shop {
  position: relative;
  z-index: 2;
}
.c-shop-feature-compare__cell--other {
  border-left: none;
}
.c-shop-feature-compare__cell--gray {
  background-color: #efefef;
}
.c-shop-feature-compare__logo {
  display: block;
  width: 200px;
  height: auto;
}
.c-shop-feature-compare__mark {
  display: block;
  width: 32px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-shop-feature-compare__note {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #f69;
}
.c-shop-feature-compare__note--gray {
  color: #767676;
}
.c-shop-feature-compare__br {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-shop-feature-compare {
    width: 100%;
    padding-top: 0;
  }
  .c-shop-feature-compare__callout {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 55.75vw;
    max-width: calc(100% - 20vw);
    margin: 0 auto;
  }
  .c-shop-feature-compare__callout::before, .c-shop-feature-compare__callout::after {
    width: 7.5vw;
    height: 5vw;
    margin: 0;
  }
  .c-shop-feature-compare__callout::before {
    right: 100%;
    margin-right: 1vw;
  }
  .c-shop-feature-compare__callout::after {
    left: 100%;
    margin-left: 1vw;
  }
  .c-shop-feature-compare__callout-skew {
    min-height: 12vw;
    padding: 1.25vw 0;
  }
  .c-shop-feature-compare__callout-text {
    font-size: 3.25vw;
  }
  .c-shop-feature-compare__table {
    grid-template-columns: auto 34vw 24.5vw;
    grid-template-rows: 17.5vw repeat(7, 18.5vw);
    width: 90vw;
    max-width: 100%;
    margin: 0 auto;
  }
  .c-shop-feature-compare__shop-frame {
    display: block;
    top: 0;
    right: 24.5vw;
    width: 34vw;
    height: 100%;
    border-width: 0.75vw;
    border-radius: 2vw 2vw 0 0;
  }
  .c-shop-feature-compare__cell--label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25vw;
    min-height: 18.5vw;
    padding: 1.75vw 2vw 2.5vw;
    font-size: 3.5vw;
    line-height: 1.2;
    text-align: center;
  }
  .c-shop-feature-compare__cell--label span {
    display: block;
    text-align: center;
  }
  .c-shop-feature-compare__icon {
    max-width: 6.5vw;
    max-height: 5.5vw;
  }
  .c-shop-feature-compare__cell--head {
    min-height: 17.5vw;
    padding: 2vw;
    font-size: 3.5vw;
    line-height: 1.4;
  }
  .c-shop-feature-compare__cell--other.c-shop-feature-compare__cell--head {
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
  }
  .c-shop-feature-compare__logo {
    width: 28.25vw;
  }
  .c-shop-feature-compare__cell {
    min-height: 18.5vw;
    padding: 2vw 0;
    font-size: 3.5vw;
  }
  .c-shop-feature-compare__cell:has(.c-shop-feature-compare__note) {
    gap: 1vw;
  }
  .c-shop-feature-compare__cell--shop:not(.c-shop-feature-compare__cell--head), .c-shop-feature-compare__cell--other:not(.c-shop-feature-compare__cell--head) {
    flex-direction: column;
    padding-top: 2vw;
  }
  .c-shop-feature-compare__cell--shop:not(.c-shop-feature-compare__cell--head)::before, .c-shop-feature-compare__cell--other:not(.c-shop-feature-compare__cell--head)::before {
    display: none;
  }
  .c-shop-feature-compare__mark {
    width: 7vw;
  }
  .c-shop-feature-compare__note {
    font-size: 3vw;
    margin-top: 0.5vw;
  }
  .c-shop-feature-compare__br {
    display: inline;
  }
}

.c-shop-voice {
  padding: 80px 0 100px;
  background-color: #fff;
}
.c-shop-voice__inner {
  max-width: 1140px;
  margin: 0 auto;
}
.c-shop-voice__header {
  text-align: center;
  margin-bottom: 24px;
}
.c-shop-voice__title {
  margin: 0;
}
.c-shop-voice__title-en {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: 0.05em;
  color: #333;
  transform: skewX(-7deg);
}
.c-shop-voice__title-ja {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.44px;
  color: #333;
}
.c-shop-voice__lead {
  max-width: 1112px;
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.c-shop-voice__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.c-shop-voice__meta strong {
  font-weight: 700;
}
.c-shop-voice__slider-wrap {
  position: relative;
  overflow: inherit !important;
  max-width: 100%;
}
.c-shop-voice__slider {
  overflow: inherit !important;
  width: 100%;
  height: 362px;
  padding: 0 60px;
  box-sizing: border-box;
}
.c-shop-voice__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}
.c-shop-voice__nav img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-shop-voice__nav--prev {
  left: -40px;
}
.c-shop-voice__nav--prev img {
  transform: scaleX(-1);
}
.c-shop-voice__nav--next {
  right: -40px;
}
.c-shop-voice__nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.c-shop-voice__progress {
  position: relative;
  left: auto !important;
  top: auto !important;
  width: 100%;
  max-width: 1142px;
  height: 4px;
  margin-top: 20px;
  background-color: #c0c0c0 !important;
  border-radius: 0;
  overflow: hidden;
}
.c-shop-voice__progress.swiper-pagination-progressbar {
  transform: none;
}
.c-shop-voice__progress .swiper-pagination-progressbar-fill {
  background-color: #f69 !important;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .c-shop-voice {
    padding: 40px 0 60px;
  }
  .c-shop-voice__inner {
    padding: 0 20px;
  }
  .c-shop-voice__header {
    margin-bottom: 16px;
  }
  .c-shop-voice__title-en {
    font-size: 48px;
    letter-spacing: 0.06em;
  }
  .c-shop-voice__title-ja {
    margin-top: 4px;
    font-size: 15px;
    letter-spacing: 1.2px;
  }
  .c-shop-voice__lead {
    margin-bottom: 16px;
  }
  .c-shop-voice__meta {
    margin-bottom: 20px;
  }
  .c-shop-voice__slider-wrap {
    margin: 0 -20px;
    padding: 0;
    max-width: inherit;
  }
  .c-shop-voice__slider {
    height: 398px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden !important;
  }
  .c-shop-voice__nav {
    width: 40px;
    height: 40px;
  }
  .c-shop-voice__nav--prev {
    left: 8px;
  }
  .c-shop-voice__nav--next {
    right: 8px;
  }
  .c-shop-voice__progress {
    max-width: none;
    margin-top: 16px;
  }
}

.c-shop-voice-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 9px;
  height: 100%;
  min-height: 171px;
  min-width: 0;
  padding: 20px;
  background-color: #fdfbef;
  border: 1px solid #f69;
  border-radius: 8px;
  box-sizing: border-box;
}
.c-shop-voice-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.c-shop-voice-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.c-shop-voice-card__avatar {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}
.c-shop-voice-card__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-shop-voice-card__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  min-width: 0;
}
.c-shop-voice-card__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.c-shop-voice-card__score {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #f69;
}
.c-shop-voice-card__stars {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.c-shop-voice-card__star {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 15px;
  background: url("/shop/images/luxze-renew/common-voice-star.svg") no-repeat center/contain;
}
.c-shop-voice-card__star--empty {
  background-image: url("/shop/images/luxze-renew/common-voice-star-outline.svg");
}
.c-shop-voice-card__user {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  text-align: right;
  white-space: normal;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .c-shop-voice-card {
    min-height: 193px;
    padding: 14px;
  }
  .c-shop-voice-card__text {
    min-height: 88px;
  }
  .c-shop-voice-card__info {
    max-width: 176px;
  }
}

.c-shop-voice__slider .swiper-slide {
  height: calc((100% - 20px) / 2);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-shop-voice__slider .swiper-slide {
    width: 260px;
    height: calc((100% - 12px) / 2);
    box-sizing: border-box;
  }
}

.c-shop-facility {
  padding: 50px 0 100px;
  background-color: #fff;
}
.c-shop-facility__inner {
  max-width: 1140px;
  margin: 0 auto;
}
.c-shop-facility__header {
  text-align: center;
  margin-bottom: 40px;
}
.c-shop-facility__title {
  margin: 0;
}
.c-shop-facility__title-en {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: 0.05em;
  color: #333;
  transform: skewX(-7deg);
}
.c-shop-facility__title-ja {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.44px;
  color: #333;
}
.c-shop-facility__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-shop-facility__item {
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .c-shop-facility {
    padding: 40px 0 20px;
  }
  .c-shop-facility__header {
    margin-bottom: 24px;
  }
  .c-shop-facility__title-en {
    font-size: 48px;
    letter-spacing: 0.06em;
  }
  .c-shop-facility__title-ja {
    margin-top: 4px;
    font-size: 15px;
    letter-spacing: 1.2px;
  }
  .c-shop-facility__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.c-shop-facility-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.c-shop-facility-card__thumb {
  height: 236px;
  overflow: hidden;
}
.c-shop-facility-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-shop-facility-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}
.c-shop-facility-card__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-shop-facility-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }
  .c-shop-facility-card__thumb {
    flex-shrink: 0;
    width: 120px;
    height: 96px;
  }
  .c-shop-facility-card__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
  }
  .c-shop-facility-card__title {
    font-size: 15px;
    line-height: 1.6;
  }
  .c-shop-facility-card__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.c-shop-plan {
  padding: 80px 0 100px;
  background-color: #fff;
}
.c-shop-plan__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-shop-plan__header {
  text-align: center;
  margin-bottom: 0;
}
.c-shop-plan__title {
  margin: 0;
}
.c-shop-plan__title-en {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: 0.05em;
  color: #333;
  transform: skewX(-7deg);
}
.c-shop-plan__title-ja {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.44px;
  color: #333;
}
.c-shop-plan__lead {
  max-width: 1050px;
  margin: 24px auto 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  text-align: center;
}
.c-shop-plan__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  max-width: 1050px;
  margin: 40px auto 0;
  padding: 24px 0 0;
}
.c-shop-plan__item {
  min-width: 0;
}
.c-shop-plan__item:has(.c-shop-plan-card--featured) {
  padding-top: 12px;
}
.c-shop-plan__note {
  max-width: 1050px;
  margin: 24px auto 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.c-shop-plan__options {
  max-width: 1050px;
  margin: 40px auto 0;
}
.c-shop-plan__options-title {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.92px;
  color: #333;
}
.c-shop-plan__options-lead {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.c-shop-plan__options-grid {
  display: grid;
  grid-template-columns: repeat(5, 202px);
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-shop-plan {
    padding: 40px 0 60px;
  }
  .c-shop-plan__title-en {
    font-size: 48px;
    letter-spacing: 0.06em;
  }
  .c-shop-plan__title-ja {
    margin-top: 6px;
    font-size: 16px;
  }
  .c-shop-plan__lead {
    margin-top: 16px;
  }
  .c-shop-plan__cards {
    margin-top: 6vw;
    padding-top: 4vw;
    gap: 5vw;
    max-width: none;
  }
  .c-shop-plan__item:has(.c-shop-plan-card--featured) {
    padding-top: 0;
  }
  .c-shop-plan__note {
    margin-top: 6vw;
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .c-shop-plan__options-title {
    font-size: 20px;
  }
  .c-shop-plan__options-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.c-shop-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px 32px;
  background-color: #fff;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.c-shop-plan-card__main {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  flex: 1;
  min-height: 0;
  box-sizing: border-box;
}
.c-shop-plan-card__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-right: 20px;
}
.c-shop-plan-card__name {
  margin: 0 0 12px;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  color: var(--plan-color, #333);
}
.c-shop-plan-card__name--plus {
  padding-left: 20px;
}
.c-shop-plan-card__desc {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}
.c-shop-plan-card__desc a {
  color: var(--plan-color, #088f4c);
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.c-shop-plan-card__desc a:link, .c-shop-plan-card__desc a:visited, .c-shop-plan-card__desc a:hover, .c-shop-plan-card__desc a:active {
  color: var(--plan-color, #088f4c);
  text-decoration: underline !important;
}
@media (hover: hover) {
  .c-shop-plan-card__desc a:hover {
    opacity: 0.75;
  }
}
.c-shop-plan-card__facility {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-top: 26px;
}
.c-shop-plan-card__tag {
  flex-shrink: 0;
  padding: 2px 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  background-color: var(--plan-color, #333);
}
.c-shop-plan-card__facility-text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #333;
}
.c-shop-plan-card__aside {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-left: 30px;
  gap: 20px;
  padding-top: 20px;
}
.c-shop-plan-card__aside::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #c0c0c0;
  transform: translateY(-50%);
}
.c-shop-plan-card__price {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 4px;
  margin: 0;
  color: var(--plan-color, #333);
}
.c-shop-plan-card__price-label {
  flex-shrink: 0;
  margin: 0;
  padding-top: 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.c-shop-plan-card__price-num {
  flex-shrink: 0;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 82px;
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transform: skewX(-7deg);
}
.c-shop-plan-card__price-leading {
  letter-spacing: -0.18px;
}
.c-shop-plan-card__price-unit {
  flex-shrink: 0;
  margin: 0;
  padding-top: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.c-shop-plan-card__price-tax {
  flex-shrink: 0;
  margin: 0 0 0 4px;
  padding-top: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
.c-shop-plan-card__services {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-shop-plan-card__services-label {
  position: relative;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: var(--plan-color, #333);
  text-align: center;
}
.c-shop-plan-card__services-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: currentColor;
}
.c-shop-plan-card__services-label span {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  background-color: var(--plan-card-bg, #fff);
}
.c-shop-plan-card__service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-shop-plan-card__service-list li {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #333;
  white-space: nowrap;
}
.c-shop-plan-card__service-list li::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: var(--plan-check-icon) no-repeat center/contain;
}
.c-shop-plan-card__badge {
  position: absolute;
  top: -17.4px;
  left: -54.2px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 97px;
  background: url("/shop/images/luxze-renew/common-plan-badge-popular.svg") no-repeat center/contain;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.c-shop-plan-card__badge-crown {
  display: block;
  width: 32px;
  height: 22px;
  margin-bottom: 2px;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-shop-plan-card__badge-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}
.c-shop-plan-card__badge-line {
  display: block;
  white-space: nowrap;
}
.c-shop-plan-card__badge-no {
  font-size: 23px;
  letter-spacing: -0.05em;
}
.c-shop-plan-card--green {
  --plan-color: #088f4c;
  --plan-check-icon: url('/shop/images/luxze-renew/common-plan-icon-check-green.svg');
  border-color: #088f4c;
}
.c-shop-plan-card--pink {
  --plan-color: #f69;
  --plan-check-icon: url('/shop/images/luxze-renew/common-plan-icon-check-pink.svg');
  border-color: #f69;
}
.c-shop-plan-card--pink .c-shop-plan-card__price-leading {
  letter-spacing: -0.36px;
}
.c-shop-plan-card--blue {
  --plan-color: #1f5bb5;
  --plan-check-icon: url('/shop/images/luxze-renew/common-plan-icon-check-blue.svg');
  border-color: #1f5bb5;
}
.c-shop-plan-card--blue .c-shop-plan-card__service-list {
  gap: 8px 10px;
}
.c-shop-plan-card--featured {
  --plan-card-bg: #fdfbef;
  background-color: #fdfbef;
  border-width: 4px;
}
.c-shop-plan-card--featured .c-shop-plan-card__services-label span {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-shop-plan-card {
    height: auto;
    min-height: 0;
    padding: 6vw 4vw 4vw;
  }
  .c-shop-plan-card__main {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    flex: none;
  }
  .c-shop-plan-card__info {
    display: contents;
    padding-right: 0;
  }
  .c-shop-plan-card__aside {
    display: contents;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }
  .c-shop-plan-card__aside::before {
    display: none;
  }
  .c-shop-plan-card__name {
    order: 1;
    margin-bottom: 3.25vw;
    font-size: 6.5vw;
    line-height: normal;
  }
  .c-shop-plan-card__name--plus {
    padding-left: 0;
  }
  .c-shop-plan-card__price {
    order: 2;
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-template-rows: auto auto;
    align-items: end;
    margin-bottom: 0;
    padding-bottom: 2vw;
    flex-wrap: nowrap;
  }
  .c-shop-plan-card__price-label {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    padding-top: 4.5vw;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.2;
    writing-mode: tb;
    text-align: right;
    white-space: nowrap;
    letter-spacing: 0.2em;
  }
  .c-shop-plan-card__price-num {
    grid-column: 2;
    grid-row: 1/3;
    align-self: end;
    font-size: 17.5vw;
    line-height: 1.1;
    padding-bottom: 0.5vw;
  }
  .c-shop-plan-card__price-unit {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    padding-top: 4.5vw;
    margin-left: 2vw;
    font-size: 5.5vw;
    line-height: normal;
    white-space: nowrap;
  }
  .c-shop-plan-card__price-tax {
    grid-column: 3;
    grid-row: 2;
    transform: none;
    margin-top: -3vw;
    margin-left: -1.25vw;
    padding-top: 0;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    transform: translateY(-1.5vw);
  }
  .c-shop-plan-card__desc {
    order: 3;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.5;
  }
  .c-shop-plan-card__services {
    order: 4;
    gap: 4.5vw;
    margin-top: 2.5vw;
  }
  .c-shop-plan-card__services-label {
    font-size: 3.75vw;
  }
  .c-shop-plan-card__service-list {
    gap: 2.5vw;
  }
  .c-shop-plan-card__service-list li {
    font-size: 3.75vw;
  }
  .c-shop-plan-card__facility {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5vw;
    margin-top: 6vw;
  }
  .c-shop-plan-card__tag {
    padding: 0.5vw 2vw;
    font-size: 3.5vw;
  }
  .c-shop-plan-card__facility-text {
    font-size: 4vw;
    line-height: 1.6;
  }
  .c-shop-plan-card--pink .c-shop-plan-card__desc, .c-shop-plan-card--blue .c-shop-plan-card__desc {
    font-size: 4vw;
  }
  .c-shop-plan-card--pink .c-shop-plan-card__facility-text, .c-shop-plan-card--blue .c-shop-plan-card__facility-text {
    font-size: 4vw;
    line-height: normal;
  }
  .c-shop-plan-card--featured {
    padding-top: 4vw;
    border-width: 0.75vw;
  }
  .c-shop-plan-card--featured .c-shop-plan-card__services-label span {
    background-color: #fdfbef;
  }
  .c-shop-plan-card--blue {
    padding-top: 3.5vw;
  }
  .c-shop-plan-card__badge {
    top: 2vw;
    left: auto;
    right: 2vw;
    width: 20vw;
    height: 20vw;
  }
  .c-shop-plan-card__badge-text {
    font-size: 3vw;
  }
  .c-shop-plan-card__badge-no {
    font-size: 4.75vw;
    letter-spacing: -0.04em;
  }
  .c-shop-plan-card__badge-crown {
    width: 6.5vw;
    height: 4.5vw;
  }
}

.c-shop-plan-option {
  display: flex;
  flex-direction: column;
  height: 85px;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}
.c-shop-plan-option__head {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  height: 45px;
  padding: 0 11px;
  box-sizing: border-box;
}
.c-shop-plan-option__icon {
  flex-shrink: 0;
  display: block;
  width: 21px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-shop-plan-option__icon--supplement {
  width: 24px;
  height: 18px;
  transform: rotate(-12.35deg);
}
.c-shop-plan-option__icon--pool {
  width: 25px;
  height: 23px;
}
.c-shop-plan-option__name {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
.c-shop-plan-option__price-wrap {
  height: 40px;
  background-color: #efefef;
}
@media screen and (max-width: 767px), print {
  .c-shop-plan-option__price-wrap {
    height: auto;
  }
}
.c-shop-plan-option__price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 10px;
  height: 40px;
  font-weight: 500;
  color: #333;
  box-sizing: border-box;
}
.c-shop-plan-option__price-main {
  font-size: 14px;
  line-height: 1.4;
}
.c-shop-plan-option__price-sub {
  font-size: 12px;
  line-height: 1.4;
}
.c-shop-plan-option__caution {
  margin-top: 3px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .c-shop-plan-option {
    height: auto;
  }
  .c-shop-plan-option__head {
    height: auto;
    padding-block: 12px;
  }
  .c-shop-plan-option__price-wrap {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 4px 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  .c-shop-plan-option__price-wrap {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
@media screen and (max-width: 768px) {
  .c-shop-plan-option__price {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 8px 12px;
    padding-left: 0;
    height: auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  .c-shop-plan-option__price {
    padding-block: 7px 5px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .c-shop-plan-option__price-main:first-of-type {
    flex: 0 0 100%;
    display: block;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 1;
    clip-path: inset(0 1em 0 0);
  }
  .c-shop-plan-option__price-sub:first-of-type, .c-shop-plan-option__price-main:nth-of-type(2), .c-shop-plan-option__price-sub:last-of-type {
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 1.5;
  }
}

.c-shop-flow {
  padding: 80px 0 100px;
  background-color: #fdfbef;
}
.c-shop-flow__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-shop-flow__header {
  text-align: center;
  margin-bottom: 40px;
}
.c-shop-flow__title {
  margin: 0;
}
.c-shop-flow__title-en {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: 0.05em;
  color: #333;
  transform: skewX(-7deg);
}
.c-shop-flow__title-ja {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.44px;
  color: #333;
}
.c-shop-flow__lead {
  margin: 24px auto 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  text-align: center;
}
.c-shop-flow__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-shop-flow__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 940px;
}
.c-shop-flow__arrow {
  width: 60px;
  height: 22px;
  background: url("/shop/images/luxze-renew/common-flow-arrow-down.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .c-shop-flow {
    padding: 40px 0 60px;
  }
  .c-shop-flow__header {
    margin-bottom: 32px;
  }
  .c-shop-flow__title-en {
    font-size: 48px;
    letter-spacing: 0.06em;
  }
  .c-shop-flow__title-ja {
    margin-top: 6px;
    font-size: 16px;
  }
  .c-shop-flow__lead {
    margin-top: 16px;
    text-align: left;
  }
}

.c-shop-flow-step {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #f69;
  box-sizing: border-box;
}
.c-shop-flow-step__visual {
  position: relative;
  flex-shrink: 0;
  width: 100px;
  height: 107px;
}
.c-shop-flow-step__circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
}
.c-shop-flow-step__num {
  position: absolute;
  top: 0;
  left: 4px;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #f69;
  transform: skewX(-10deg);
  z-index: 3;
}
.c-shop-flow-step__icon {
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.c-shop-flow-step__icon img {
  display: block;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-shop-flow-step--01 .c-shop-flow-step__icon {
  top: 34px;
}
.c-shop-flow-step--02 .c-shop-flow-step__icon {
  top: 48px;
}
.c-shop-flow-step--03 .c-shop-flow-step__icon {
  top: 25px;
}
.c-shop-flow-step--04 .c-shop-flow-step__icon {
  top: 40px;
}
.c-shop-flow-step__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.c-shop-flow-step__title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}
.c-shop-flow-step__title-sub {
  font-size: 16px;
  font-weight: 700;
}
.c-shop-flow-step__text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.c-shop-flow-step__text + .c-shop-flow-step__text {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-shop-flow-step {
    display: grid;
    grid-template-columns: 60px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 8px;
    align-items: start;
    padding: 10px 16px 16px;
    position: relative;
  }
  .c-shop-flow-step__visual {
    position: static;
    grid-column: 1;
    grid-row: 1;
    width: 60px;
    height: 60px;
  }
  .c-shop-flow-step__circle {
    display: none;
  }
  .c-shop-flow-step__num {
    top: 1px;
    left: 3.52px;
    font-size: 22px;
    letter-spacing: 0.56px;
    line-height: 1.6;
    z-index: 2;
  }
  .c-shop-flow-step__icon {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    transform: none;
  }
  .c-shop-flow-step__icon img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .c-shop-flow-step--01 .c-shop-flow-step__icon, .c-shop-flow-step--02 .c-shop-flow-step__icon, .c-shop-flow-step--03 .c-shop-flow-step__icon, .c-shop-flow-step--04 .c-shop-flow-step__icon {
    top: auto;
    left: auto;
    transform: none;
  }
  .c-shop-flow-step--01 .c-shop-flow-step__icon img {
    max-width: 34px;
    max-height: 47px;
  }
  .c-shop-flow-step--02 .c-shop-flow-step__icon img {
    max-width: 33px;
    max-height: 44px;
  }
  .c-shop-flow-step--03 .c-shop-flow-step__icon img {
    max-width: 52px;
    max-height: 39px;
  }
  .c-shop-flow-step--04 .c-shop-flow-step__icon img {
    max-width: 44px;
    max-height: 35px;
  }
  .c-shop-flow-step__body {
    display: contents;
  }
  .c-shop-flow-step__title {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    align-self: center;
  }
  .c-shop-flow-step__title-sub {
    display: inline;
    margin-top: 0;
    font-size: 16px;
  }
  .c-shop-flow-step__text {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .c-shop-flow-step__text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
  }
  .c-shop-flow-step__text + .c-shop-flow-step__text {
    margin-top: 0;
    grid-row: auto;
  }
}

.c-shop-cta {
  position: relative;
  padding: 60px 0;
  color: #fff;
  overflow: hidden;
}
.c-shop-cta__bg {
  position: absolute;
  inset: 0;
  background-color: #088f4c;
  overflow: hidden;
}
.c-shop-cta__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: -41.05%;
  width: 100%;
  height: 162.04%;
  background: url("/shop/images/luxze-renew/common-cta-bg.jpg") center top/cover no-repeat;
  opacity: 0.05;
  pointer-events: none;
}
.c-shop-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-shop-cta__title {
  margin: 0 0 24px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.c-shop-cta__lead {
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
.c-shop-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 30px;
  margin-bottom: 18px;
}
.c-shop-cta__contact {
  margin-bottom: 28px;
}
.c-shop-cta__line {
  margin: 0;
  border: 0;
  border-top: 1px solid #fff;
  opacity: 1;
}
.c-shop-cta__contact-body {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: center;
  gap: 20px 0;
  padding: 17px 0;
}
.c-shop-cta__contact-lead {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  padding-right: 40px;
}
.c-shop-cta__phone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  white-space: nowrap;
}
.c-shop-cta__phone-icon {
  display: block;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-shop-cta__phone-num {
  font-family: "Oswald", sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
@media (hover: hover) {
  .c-shop-cta__phone-num:hover {
    opacity: 0.85;
  }
}
.c-shop-cta__hours {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  text-align: right;
}
.c-shop-cta__note {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
.c-shop-cta__note p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-shop-cta {
    padding: 40px 0;
  }
  .c-shop-cta__title {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .c-shop-cta__lead {
    margin-bottom: 24px;
    font-size: 14px;
    text-align: left;
  }
  .c-shop-cta__actions {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
  }
  .c-shop-cta__contact-body {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 20px 0;
  }
  .c-shop-cta__contact-lead {
    font-size: 16px;
    padding-right: 0;
    text-align: center;
  }
  .c-shop-cta__phone {
    justify-content: center;
  }
  .c-shop-cta__phone-num {
    font-size: 42px;
    padding-top: 4px;
  }
  .c-shop-cta__hours {
    text-align: center;
  }
}

.c-shop-cta-btn {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 0 20px;
  flex: 1 1 0;
  width: calc((100% - 30px) / 2);
  max-width: 555px;
  min-width: 0;
  height: 110px;
  padding: 0 30px;
  border-radius: 12px;
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .c-shop-cta-btn:hover {
    opacity: 0.9;
  }
}
.c-shop-cta-btn__icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}
.c-shop-cta-btn__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-shop-cta-btn__label {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.c-shop-cta-btn__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
}
.c-shop-cta-btn__arrow img {
  display: block;
  width: 18px;
  height: auto;
}
.c-shop-cta-btn--yellow {
  background-color: #f69;
  border: 1px solid #088f4c;
}
.c-shop-cta-btn--yellow .c-shop-cta-btn__label {
  color: #fff;
}
.c-shop-cta-btn--white {
  background-color: #fff;
}
.c-shop-cta-btn--white .c-shop-cta-btn__label {
  color: #f69;
}
@media screen and (max-width: 768px) {
  .c-shop-cta-btn {
    grid-template-columns: 50px 1fr auto;
    gap: 0 12px;
    flex: none;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 10px 15px;
    border-radius: 4px;
  }
  .c-shop-cta-btn__icon {
    width: 50px;
    height: 50px;
  }
  .c-shop-cta-btn__label {
    font-size: 16px;
    white-space: normal;
  }
  .c-shop-cta-btn__arrow {
    width: 14px;
    height: 14px;
  }
  .c-shop-cta-btn__arrow img {
    width: 14px;
  }
}

.c-shop-info-wrap {
  background-color: #efefef;
}

.c-shop-info {
  padding: 100px 0 60px;
}
.c-shop-info__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-shop-info__header {
  text-align: center;
  margin-bottom: 24px;
}
.c-shop-info__title {
  margin: 0;
}
.c-shop-info__title-en {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: 0.05em;
  color: #333;
  transform: skewX(-7deg);
}
.c-shop-info__title-ja {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.44px;
  color: #333;
}
.c-shop-info__lead {
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  text-align: center;
}
.c-shop-info__top {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 44px;
  align-items: start;
  max-width: 980px;
  margin: 0 auto;
}
.c-shop-info__photo img {
  display: block;
  width: 100%;
  height: 334px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-shop-info__detail {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.c-shop-info__logo {
  margin: 0;
}
.c-shop-info__logo img {
  display: block;
  width: 230px;
  height: auto;
}
.c-shop-info__meta {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.c-shop-info__meta dt {
  font-weight: 600;
}
.c-shop-info__meta dd {
  margin: 0;
}
.c-shop-info__meta a {
  color: inherit;
  text-decoration: none;
}
.c-shop-info__meta-note {
  font-size: 14px;
}
.c-shop-info__map-wrap {
  max-width: 980px;
  margin: 37px auto 0;
}
.c-shop-info__map iframe {
  display: block;
  width: 100%;
  height: 336px;
  border: 0;
}
.c-shop-info__address {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-shop-info {
    padding: 60px 0 40px;
  }
  .c-shop-info__title-en {
    font-size: 48px;
    letter-spacing: 0.06em;
  }
  .c-shop-info__title-ja {
    margin-top: 6px;
    font-size: 16px;
  }
  .c-shop-info__lead {
    margin-bottom: 30px;
    text-align: left;
  }
  .c-shop-info__top {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .c-shop-info__photo img {
    height: auto;
  }
  .c-shop-info__map iframe {
    height: 220px;
  }
}

.c-shop-info-amenities {
  padding: 0 0 60px;
}
.c-shop-info-amenities__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-shop-info-amenities__title {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.92px;
  text-align: center;
  color: #333;
}
.c-shop-info-amenities__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  width: 872px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.c-shop-info-amenities__item {
  flex: 0 0 80px;
  width: 80px;
}
.c-shop-info-amenities__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 80px;
  height: 83px;
  background-color: #fff;
  border: 1px solid #088f4c;
  box-sizing: border-box;
  padding: 8px 2px;
}
.c-shop-info-amenities__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
}
.c-shop-info-amenities__icon img {
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-shop-info-amenities__icon--vr {
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}
.c-shop-info-amenities__icon-main {
  width: 30px;
  height: 30px;
}
.c-shop-info-amenities__icon-sub {
  position: absolute;
  right: -0.2px;
  bottom: -0.2px;
  width: 20px;
  height: 10px;
}
.c-shop-info-amenities__label {
  flex-shrink: 0;
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #088f4c;
}
.c-shop-info-amenities__label span {
  display: block;
}
.c-shop-info-amenities__label-note {
  font-size: 8px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-shop-info-amenities {
    padding-bottom: 40px;
  }
  .c-shop-info-amenities__inner {
    overflow: visible;
    padding: 0 20px;
  }
  .c-shop-info-amenities__title {
    margin-bottom: 16px;
    font-weight: 700;
    letter-spacing: normal;
  }
  .c-shop-info-amenities__list {
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 24px) / 4));
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 344px;
    margin: 0 auto;
    padding: 0;
  }
  .c-shop-info-amenities__item {
    width: auto;
  }
  .c-shop-info-amenities__box {
    width: 100%;
    justify-content: flex-start;
    padding: 10px 2px 6px;
  }
  .c-shop-info-amenities__icon {
    flex: 0 0 auto;
    min-height: 32px;
    margin-bottom: auto;
  }
  .c-shop-info-amenities__label {
    margin-top: auto;
  }
}

.c-shop-info-nearby {
  padding: 0 0 80px;
}
.c-shop-info-nearby__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-shop-info-nearby__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}
.c-shop-info-nearby__logo {
  margin: 0;
}
.c-shop-info-nearby__logo img {
  display: block;
  width: 230px;
  height: auto;
}
.c-shop-info-nearby__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
.c-shop-info-nearby__cards {
  display: grid;
  grid-template-columns: repeat(2, 355px);
  justify-content: center;
  gap: 39px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-shop-info-nearby__cards li {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-shop-info-nearby__heading {
    flex-direction: column;
    gap: 10px;
  }
  .c-shop-info-nearby__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.c-shop-info-nearby-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
}
.c-shop-info-nearby-card__thumb {
  height: auto;
  overflow: hidden;
}
.c-shop-info-nearby-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-shop-info-nearby-card__body {
  padding: 16px;
}
.c-shop-info-nearby-card__title {
  margin: 0 0 4px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}
.c-shop-info-nearby-card__title a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #088f4c;
  text-decoration: none;
}
.c-shop-info-nearby-card__external {
  flex-shrink: 0;
  width: 13px;
  height: auto;
}
.c-shop-info-nearby-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.c-shop-faq {
  padding: 0 0 120px;
}
.c-shop-faq__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-shop-faq__header {
  text-align: center;
  margin-bottom: 25px;
}
.c-shop-faq__title {
  margin: 0;
}
.c-shop-faq__title-en {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: 0.05em;
  color: #333;
  transform: skewX(-7deg);
}
.c-shop-faq__title-ja {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.44px;
  color: #333;
}
.c-shop-faq__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .c-shop-faq__title-en {
    font-size: 48px;
    letter-spacing: 0.06em;
  }
  .c-shop-faq__title-ja {
    margin-top: 6px;
    font-size: 16px;
  }
}

.c-shop-faq-item {
  background-color: #fff;
  border: 1px solid #088f4c;
  border-radius: 8px;
  overflow: hidden;
}
.c-shop-faq-item__question {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 16px;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.c-shop-faq-item__label {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.c-shop-faq-item__label--q {
  color: #088f4c;
}
.c-shop-faq-item__label--a {
  color: #f69;
}
.c-shop-faq-item__text {
  font-size: 15px;
  line-height: 1.4;
  color: #333;
}
.c-shop-faq-item__answer .c-shop-faq-item__text {
  font-size: 14px;
  line-height: 1.6;
}
.c-shop-faq-item__toggle {
  position: relative;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
}
.c-shop-faq-item__toggle::before, .c-shop-faq-item__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background-color: #088f4c;
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.c-shop-faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-shop-faq-item.is-open .c-shop-faq-item__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scale(0.6);
}
.c-shop-faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 16px;
  transition: grid-template-rows 0.35s ease;
}
.c-shop-faq-item__answer-body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  overflow: hidden;
  min-height: 0;
  opacity: 0;
  padding-bottom: 0;
  transition: opacity 0.3s ease, padding-bottom 0.35s ease;
}
.c-shop-faq-item.is-open .c-shop-faq-item__answer {
  grid-template-rows: 1fr;
}
.c-shop-faq-item.is-open .c-shop-faq-item__answer-body {
  opacity: 1;
  padding-bottom: 16px;
}

.c-shop-info-news {
  float: none;
  clear: both;
  width: 100%;
  padding: 0 0 100px;
}
.c-shop-info-news__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-shop-info-news__header {
  text-align: center;
  margin-bottom: 46px;
}
.c-shop-info-news__title {
  margin: 0;
}
.c-shop-info-news__title-en {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: 0.05em;
  color: #333;
  transform: skewX(-7deg);
}
.c-shop-info-news__title-ja {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.44px;
  color: #333;
}
.c-shop-info-news__tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 32px;
}
.c-shop-info-news__tab {
  padding: 0 0 2px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: none;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  cursor: pointer;
}
.c-shop-info-news__tab.is-active {
  border-bottom-color: #f69;
}
.c-shop-info-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-shop-info-news__item {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 16px;
}
.c-shop-info-news__item > a {
  display: grid;
  grid-template-columns: 96px 96px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: inherit;
  text-decoration: none;
}
.c-shop-info-news__date {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  white-space: nowrap;
}
.c-shop-info-news__cat {
  font-size: 14px;
  line-height: 1.6;
  color: #f69;
}
.c-shop-info-news__item-title {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  min-width: 0;
  word-break: break-word;
}
.c-shop-info-news__body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 24px;
}
.c-shop-info-news__more {
  margin: 0;
  align-self: flex-end;
}
.c-shop-info-news__more a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
}
.c-shop-info-news__more img {
  display: block;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .c-shop-info-news {
    padding-bottom: 60px;
  }
  .c-shop-info-news__title-en {
    font-size: 48px;
    letter-spacing: 0.06em;
  }
  .c-shop-info-news__title-ja {
    margin-top: 6px;
    font-size: 16px;
  }
  .c-shop-info-news__tabs {
    gap: 12px;
  }
  .c-shop-info-news__tab {
    font-size: 14px;
  }
  .c-shop-info-news__item > a {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media screen and (min-width: 768px), print {
  [href*=tel] {
    pointer-events: none;
  }
}
.c-shop-fixed-nav {
  position: fixed;
  top: 144px;
  right: 0;
  z-index: 400;
}
.c-shop-fixed-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-shop-fixed-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 50px;
  padding: 14px 0;
  background-color: #fff;
  border: 1px solid #f69;
  border-right: none;
  border-radius: 8px 0 0 8px;
  box-sizing: border-box;
  text-decoration: none;
  transition: background-color 0.2s;
}
@media (hover: hover) {
  .c-shop-fixed-nav__link:hover {
    background-color: #fdfbef;
  }
}
.c-shop-fixed-nav__link--mypage {
  min-height: 119px;
}
.c-shop-fixed-nav__link--guide {
  min-height: 112px;
}
.c-shop-fixed-nav__link--reserve {
  min-height: 149px;
}
.c-shop-fixed-nav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
}
.c-shop-fixed-nav__icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-shop-fixed-nav__label {
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  color: #333;
  letter-spacing: 0;
}

.c-shop-sticky-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 600;
  width: 560px;
}
.c-shop-sticky-cta__inner {
  display: flex;
  width: 100%;
}
.c-shop-sticky-cta__btn {
  display: grid;
  grid-template-columns: 36px 1fr 10px;
  align-items: center;
  gap: 0 12px;
  flex: 1;
  min-width: 0;
  height: 55px;
  padding: 0 12px 0 10px;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .c-shop-sticky-cta__btn:hover {
    opacity: 0.9;
  }
}
.c-shop-sticky-cta__btn--web {
  background-color: #f69;
}
.c-shop-sticky-cta__btn--web .c-shop-sticky-cta__label,
.c-shop-sticky-cta__btn--web .c-shop-sticky-cta__arrow {
  color: #fff;
}
.c-shop-sticky-cta__btn--web .c-shop-sticky-cta__arrow {
  background-image: url("/shop/images/luxze-renew/sticky-arrow-white.svg");
}
.c-shop-sticky-cta__btn--line {
  background-color: #00b900;
}
.c-shop-sticky-cta__btn--line .c-shop-sticky-cta__label,
.c-shop-sticky-cta__btn--line .c-shop-sticky-cta__arrow {
  color: #fff;
}
.c-shop-sticky-cta__btn--line .c-shop-sticky-cta__arrow {
  background-image: url("/shop/images/luxze-renew/sticky-arrow-white.svg");
}
.c-shop-sticky-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}
.c-shop-sticky-cta__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-shop-sticky-cta__label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  white-space: nowrap;
}
.c-shop-sticky-cta__label-line {
  display: inline;
}
.c-shop-sticky-cta__label-line--sub {
  display: inline;
}
.c-shop-sticky-cta__arrow {
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .c-shop-sticky-cta {
    right: 0;
    left: 0;
    width: 100%;
    transform: none;
    background-color: transparent;
    padding: 0 2.5vw calc(2.5vw + env(safe-area-inset-bottom, 0px));
  }
  .c-shop-sticky-cta__inner {
    justify-content: center;
    gap: 2.5vw;
  }
  .c-shop-sticky-cta__btn {
    flex: 0 0 46.25vw;
    width: 46.25vw;
    max-width: 46.25vw;
    height: 12.5vw;
    grid-template-columns: 7.5vw 1fr 2vw;
    gap: 0 1vw;
    padding: 0 2vw 0 1.75vw;
    border-radius: 1vw;
    border: none;
  }
  .c-shop-sticky-cta__btn--web {
    background-color: #f69;
  }
  .c-shop-sticky-cta__btn--web .c-shop-sticky-cta__label {
    color: #fff;
    font-size: 3.5vw;
    font-weight: 700;
    white-space: nowrap;
  }
  .c-shop-sticky-cta__btn--line .c-shop-sticky-cta__label {
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    white-space: normal;
  }
  .c-shop-sticky-cta__btn--line .c-shop-sticky-cta__label-line {
    display: block;
  }
  .c-shop-sticky-cta__icon {
    width: 7.5vw;
    height: 7.5vw;
  }
  .c-shop-sticky-cta__label {
    font-size: 3.5vw;
    white-space: normal;
  }
  .c-shop-sticky-cta__arrow {
    display: block;
    width: 2vw;
    height: 1vw;
    background-image: url("/shop/images/luxze-renew/sticky-arrow-white.svg");
    transform: rotate(-90deg);
  }
}

.new-shop__luxze #wrapper.c-shop-wrapper {
  padding-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .new-shop__luxze #wrapper.c-shop-wrapper {
    padding-bottom: calc(17.5vw + env(safe-area-inset-bottom, 0px));
  }
}

@media screen and (min-width: 768px), print {
  .show-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .show-pc {
    display: none !important;
  }
}
.c-shop-header .nav-item path.line {
  fill: #fff !important;
}

.c-shop-header .nav-item .change {
  transition: 0.3s;
}

.c-shop-header .nav-item:hover .change {
  fill: #ff6699 !important;
}/*# sourceMappingURL=c-shop-renew.css.map */