@charset "UTF-8";

:root {
  --mq-sp: 375;
  --maxw-pc: 1440px;
  --side-pc: 124px;
  --ff-base: "游ゴシック体", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  --ff-montserrat: "Montserrat", sans-serif;
  --fz-base: 16px;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --lh-base: 1.5;
  --c-base: #595554;
  --c-accent: #A88132;
  --bgc-gray: #4E4E4E;
  --bgc-black: #000;
  --space-xs: 4px;
  --space-s: 8px;
  --space-m: 16px;
  --space-l: 24px;
  --space-xl: 32px;
  --space-2xl: 40px;
  --space-3xl: 48px;
  --space-4xl: 56px;
  --space-5xl: 64px;
  --space-6xl: 72px;
  --space-7xl: 80px;
  --space-8xl: 120px;
}

@supports (-webkit-touch-callout: none) {
  :root {
    --fw-regular: 200;
    --fw-medium: 300;
    --fw-semibold: 400;
    --fw-bold: 500;
  }
}

/*---------------------------------
　over ride
---------------------------------*/

body.is-open-modal {
  overflow: hidden;
}

#container,
.layout-Wrapper {
  max-width: 100% !important;
}

#container {
  position: relative;
  z-index: 1;
}

.holdings-header,
.titlenavigation,
.breadcrumb,
.Snsber,
.holdings-footer {
  position: relative;
  z-index: 2;
}

.breadcrumb {
  background-color: #fff;
}

.bottom_nav {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-top: 40px;
  background-color: #fff;
}

.holdings-footer__pagetop {
  opacity: 1;
  pointer-events: visible;
  transition: opacity 0.5s ease;
}

.is-open-modal .holdings-footer__pagetop {
  opacity: 0;
  pointer-events: none;
}

/*---------------------------------
　lifestyle
---------------------------------*/

.lifestyle {
  position: relative;
  z-index: 1;
  background-color: #F5F4E8;
  color: var(--c-base);
  font-family: var(--ff-base);
  font-size: var(--fz-base);
  font-weight: var(--fw-medium);
  line-height: var(--lh-base);
}

.lifestyle::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.5;
  background-image: url(/jp/lighting/home/series/lifestyle/img/bg01.webp);
  background-position: 50% 0;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.lifestyle > *:first-child {
  margin-top: 0 !important;
}

.lifestyle > *:last-child {
  margin-bottom: 0 !important;
}

.lifestyle-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  background-color: #fff;
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
}

.lifestyle-header.is-fixed {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lifestyle-header__inner {
  display: flex;
}

.lifestyle-header__title {
  color: var(--c-base) !important;
  font-size: 24px;
  font-weight: var(--fw-regular);
  line-height: 1.20833;
  letter-spacing: 0.08em;
}

.lifestyle-header__nav {
  display: flex;
  flex-wrap: wrap;
}

.lifestyle-header__nav-link {
  display: block;
  position: relative;
  padding: 5px 22px 4px 8px;
  color: var(--c-base) !important;
  font-size: 14px;
  font-weight: var(--fw-medium);
}

.lifestyle-header__nav-link:hover::after {
  transform: translateY(5px);
}

.lifestyle-header__nav-link::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 8px;
  width: 8px;
  height: 10px;
  background-image: url(/jp/lighting/home/series/lifestyle/img/icon03.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(0);
  transition: transform 0.5s ease;
}

.lifestyle-header__nav-link .lifestyle-ff-en {
  color: var(--c-base) !important;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.lifestyle-bg {
  position: fixed;
  z-index: -1;
  overflow: hidden;
  inset: 0;
  background-color: #E8E4D0;
  pointer-events: none;
}

.lifestyle-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.5;
  background-image: url(/jp/lighting/home/series/lifestyle/img/bg01.webp);
  background-position: 50% 0;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.lifestyle-bg__pulse {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  border-radius: 50%;
  background-color: #F5F4E8;
  transform: translate(-50%, 50%) scale(0);
  transform-origin: center center;
  will-change: transform, opacity;
}

.lifestyle-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.lifestyle:not(.lifestyle--home) .lifestyle-hero {
  background-color: #EBE9CF;
}

.lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__content {
  text-align: center;
}

.lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__category {
  margin-bottom: var(--space-m);
  font-size: 14px;
  font-weight: 400;
}

.lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__category > span {
  display: inline-block;
  position: relative;
  padding-right: var(--space-xl);
}

.lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__category > span:last-child {
  padding-right: 0;
}

.lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__category > span:last-child::after {
  display: none;
}

.lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__category > span::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 15px;
  width: 1px;
  background-color: var(--c-base);
}

.lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__title {
  font-weight: var(--fw-medium);
}

.lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__tags .lifestyle-tag {
  border-radius: 999px;
  background-color: #F5F4E8;
  font-size: 14px;
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.lifestyle--home .lifestyle-hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.lifestyle--home .lifestyle-hero .lifestyle-hero__panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.lifestyle--home .lifestyle-hero .lifestyle-hero__panel {
  position: relative;
  min-width: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lifestyle--home .lifestyle-hero .lifestyle-hero__panel .swiper-wrapper,
.lifestyle--home .lifestyle-hero .lifestyle-hero__panel .swiper-slide {
  width: 100%;
  height: 100%;
}

.lifestyle--home .lifestyle-hero .lifestyle-hero__panel .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.lifestyle--home .lifestyle-hero .lifestyle-hero__panel .swiper-slide-active .lifestyle-hero__panel-img img,
.lifestyle--home .lifestyle-hero .lifestyle-hero__panel .swiper-slide-prev .lifestyle-hero__panel-img img {
  animation: zoomOut 15s linear both;
}

.lifestyle--home .lifestyle-hero .lifestyle-hero__panel-img {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.lifestyle--home .lifestyle-hero .lifestyle-hero__panel-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.25);
  opacity: 1;
  will-change: transform, opacity;
}

.lifestyle--home .lifestyle-hero .lifestyle-hero__content {
  z-index: 3;
}

.lifestyle--home .lifestyle-hero .lifestyle-hero__lead {
  color: #fff;
  font-weight: var(--fw-bold);
  line-height: var(--lh-base);
  text-align: center;
}

.lifestyle-intro__message {
  letter-spacing: 0.05em;
  text-align: center;
}

.lifestyle-intro__message > p + p {
  margin-top: var(--space-3xl);
}

.lifestyle-guide {
  display: flex;
  gap: var(--space-m);
}

.lifestyle-guide__link {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.lifestyle-guide__link:hover::after {
  opacity: 0;
}

.lifestyle-guide__link:hover img {
  opacity: 1 !important;
}

.lifestyle-guide__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.35);
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.lifestyle-guide__link .lifestyle-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 100%;
  padding-bottom: 39px;
  background-image: url(/jp/lighting/home/series/lifestyle/img/icon01.svg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 12px auto;
  text-align: center;
  transform: translate(-50%, -50%);
}

.lifestyle-guide__link .lifestyle-heading > span {
  color: #fff !important;
}

.lifestyle-guide__link .lifestyle-heading__title {
  margin-bottom: var(--space-m);
  font-family: var(--ff-montserrat) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: var(--lh-base);
  letter-spacing: 0.03em;
}

.lifestyle-guide__link .lifestyle-heading__lead {
  font-family: var(--ff-base) !important;
  font-weight: var(--fw-bold);
  line-height: 1.625;
  letter-spacing: 0.1em;
}

.lifestyle-section__head {
  text-align: center;
}

.lifestyle-section__head .lifestyle-heading__title {
  color: var(--c-accent);
  font-size: 20px;
  font-weight: var(--fw-regular);
  letter-spacing: 0.03em;
}

.lifestyle-section__head .lifestyle-heading__title.lifestyle-ff-en {
  font-weight: 400;
}

.lifestyle-section__body > *:first-child {
  margin-top: 0 !important;
}

.lifestyle-section__body > *:last-child {
  margin-bottom: 0 !important;
}

.lifestyle-section__body .btn__link:not([href]) {
  pointer-events: none;
}

.lifestyle-section__body .btn__link--style01 {
  padding: 10px 37px 9px;
  border-color: rgba(var(--c-accent), 0.6);
  background-color: transparent;
  color: var(--c-accent) !important;
  font-size: 14px;
  transition: border-color 0.5s ease, background-color 0.5s ease, color 0.5s ease;
}

.lifestyle-section__body .btn__link--style01:hover {
  opacity: 1;
  border-color: var(--c-accent);
  background-color: var(--c-accent);
  color: #fff !important;
}

.lifestyle-section__body .btn__link--style02 {
  border-color: var(--c-base);
  background-color: transparent;
  color: var(--c-base) !important;
  font-size: 16px;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.03em;
}

.lifestyle-section__body .lifestyle-plan {
  display: flex;
  position: relative;
}

.lifestyle-section__body .lifestyle-plan__message {
  letter-spacing: 0.05em;
}

.lifestyle-section__body .lifestyle-plan__message > p + p {
  margin-top: var(--space-l);
}

.lifestyle-section__body .lifestyle-plan__gallery .lifestyle-img {
  position: relative;
}

.lifestyle-section--style01 .lifestyle-section__head,
.lifestyle-section--style02 .lifestyle-section__head,
.lifestyle-section--style03 .lifestyle-section__head {
  position: relative;
  overflow: hidden;
  color: #fff;
  -webkit-clip-path: inset(0 50% 0 50%);
  clip-path: inset(0 50% 0 50%);
  transition: opacity 1s ease, -webkit-clip-path 1s ease;
  transition: clip-path 1s ease, opacity 1s ease;
  transition: clip-path 1s ease, opacity 1s ease, -webkit-clip-path 1s ease;
}

.lifestyle-section--style01 .lifestyle-section__head::after,
.lifestyle-section--style02 .lifestyle-section__head::after,
.lifestyle-section--style03 .lifestyle-section__head::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.lifestyle-section--style01 .lifestyle-section__head.is-shown,
.lifestyle-section--style02 .lifestyle-section__head.is-shown,
.lifestyle-section--style03 .lifestyle-section__head.is-shown {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.lifestyle-section--style01 .lifestyle-section__head.is-shown .lifestyle-heading,
.lifestyle-section--style02 .lifestyle-section__head.is-shown .lifestyle-heading,
.lifestyle-section--style03 .lifestyle-section__head.is-shown .lifestyle-heading {
  opacity: 1;
}

.lifestyle-section--style01 .lifestyle-section__head .lifestyle-img,
.lifestyle-section--style02 .lifestyle-section__head .lifestyle-img,
.lifestyle-section--style03 .lifestyle-section__head .lifestyle-img {
  position: relative;
  z-index: 1;
}

.lifestyle-section--style01 .lifestyle-section__head .lifestyle-img > img,
.lifestyle-section--style02 .lifestyle-section__head .lifestyle-img > img,
.lifestyle-section--style03 .lifestyle-section__head .lifestyle-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.lifestyle-section--style01 .lifestyle-section__head .lifestyle-heading,
.lifestyle-section--style02 .lifestyle-section__head .lifestyle-heading,
.lifestyle-section--style03 .lifestyle-section__head .lifestyle-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease 0.8s;
}

.lifestyle-section--style01 .lifestyle-section__head .lifestyle-heading__title,
.lifestyle-section--style02 .lifestyle-section__head .lifestyle-heading__title,
.lifestyle-section--style03 .lifestyle-section__head .lifestyle-heading__title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: var(--lh-base);
}

.lifestyle-section--style01 .lifestyle-section__head .lifestyle-heading__lead,
.lifestyle-section--style02 .lifestyle-section__head .lifestyle-heading__lead,
.lifestyle-section--style03 .lifestyle-section__head .lifestyle-heading__lead {
  font-family: var(--ff-base) !important;
  font-weight: var(--fw-bold);
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.lifestyle-section--about {
  background-color: #FAF9F4;
}

.lifestyle-section--about::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.5;
  background-image: url(/jp/lighting/home/series/lifestyle/img/bg01.webp);
  background-position: 50% 0;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.lifestyle-section--about .lifestyle-section__head > p {
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.05em;
}

.lifestyle-section--about .lifestyle-section__head > p + p {
  margin-top: var(--space-l);
}

.lifestyle-section--about .lifestyle-section__head .lifestyle-heading__title {
  color: var(--c-base);
}

.lifestyle-section--about .lifestyle-section__head .lifestyle-heading__title .lifestyle-ff-en {
  font-weight: 400;
}

.lifestyle-section--about .lifestyle-section__head .lifestyle-heading__lead {
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.lifestyle-section--about .lifestyle-section__body {
  overflow: hidden;
}

.lifestyle-section--about .lifestyle-section__body .lifestyle-heading--row-pc {
  display: flex;
}

.lifestyle-section--about .lifestyle-section__body .lifestyle-heading--row-pc .lifestyle-heading__title {
  font-weight: var(--fw-bold);
}

.lifestyle-section--about .lifestyle-section__body .lifestyle-heading--row-pc .lifestyle-heading__lead {
  letter-spacing: 0.05em;
}

.lifestyle-section--about .lifestyle-matrix {
  position: relative;
}

.lifestyle-section--about .lifestyle-matrix > img {
  position: relative;
  z-index: 1;
}

.lifestyle-section--about .lifestyle-matrix__btn {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  background: #FAFAFA;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.lifestyle-section--about .lifestyle-matrix__btn:hover img {
  opacity: 1 !important;
  transform: scale(1.25);
}

.lifestyle-section--about .lifestyle-matrix__btn-thumb {
  overflow: hidden;
  border-radius: 50%;
}

.lifestyle-section--about .lifestyle-matrix__btn-thumb img {
  transform: scale(1);
  transition: transform 0.5s ease;
}

.lifestyle-section--about .lifestyle-matrix__btn-label {
  color: var(--c-base) !important;
  font-family: var(--ff-base) !important;
  white-space: nowrap;
}

.lifestyle-section--about .lifestyle-gallery .swiper {
  overflow: visible;
}

.lifestyle-section--about .lifestyle-gallery .swiper .swiper-slide {
  position: relative;
}

.lifestyle-section--about .lifestyle-gallery .swiper .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.lifestyle-section--about .lifestyle-gallery .swiper .swiper-slide.swiper-slide-next::after {
  transform: scale(-1, 1);
}

.lifestyle-section--about .lifestyle-gallery .swiper .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}

.lifestyle-section--about .lifestyle-gallery .swiper .swiper-slide.swiper-slide-active .lifestyle-img {
  filter: blur(0);
}

.lifestyle-section--about .lifestyle-gallery .swiper .swiper-slide .lifestyle-img {
  filter: blur(5px);
  transition: filter 0.5s ease;
}

.lifestyle-section--about .lifestyle-gallery .swiper-tags {
  margin-top: var(--space-l);
}

.lifestyle-section--about .lifestyle-gallery .swiper-tags .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}

.lifestyle-section--about .lifestyle-gallery .swiper-tags .swiper-slide.swiper-slide-thumb-active .swiper-slide__tag,
.lifestyle-section--about .lifestyle-gallery .swiper-tags .swiper-slide.is-active .swiper-slide__tag {
  background-color: #EBE9CF;
}

.lifestyle-section--about .lifestyle-gallery .swiper-tags .swiper-slide__tag {
  border: 1px solid #EBE9CF;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.71429;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

.lifestyle-section--about .lifestyle-gallery .swiper-tags .swiper-slide__tag:hover {
  background-color: #F5F4E8;
}

.lifestyle:not(.lifestyle--home) .lifestyle-section--plan {
  background-color: #E8E4D0;
}

.lifestyle:not(.lifestyle--home) .lifestyle-section--plan::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.5;
  background-image: url(/jp/lighting/home/series/lifestyle/img/bg01.webp);
  background-position: 50% 0;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.lifestyle-section--plan .lifestyle-pagelink {
  display: block;
  position: relative;
  overflow: hidden;
}

.lifestyle-section--plan .lifestyle-pagelink:hover .lifestyle-pagelink__img img {
  opacity: 1 !important;
  transform: scale(1.025);
}

.lifestyle-section--plan .lifestyle-pagelink__img {
  position: relative;
  z-index: 1;
}

.lifestyle-section--plan .lifestyle-pagelink__img img {
  transform: scale(1);
  transition: transform 0.5s ease;
}

.lifestyle-section--plan .lifestyle-pagelink__detail > span:last-child {
  margin-bottom: 0 !important;
}

.lifestyle-section--plan .lifestyle-pagelink__title,
.lifestyle-section--plan .lifestyle-pagelink__description {
  font-family: var(--ff-base) !important;
}

.lifestyle-section--plan .lifestyle-pagelink__title {
  font-weight: var(--fw-bold);
}

.lifestyle-section--fyls .lifestyle-section__head .lifestyle-heading__lead {
  font-size: 16px;
  letter-spacing: 0.03em;
}

.lifestyle-section--products .lifestyle-products {
  display: flex;
}

.lifestyle-section--products .lifestyle-products .lifestyle-item__img {
  position: relative;
}

.lifestyle-section--products .lifestyle-products .lifestyle-item__img > picture {
  position: relative;
  z-index: 1;
}

.lifestyle-section--products .lifestyle-products .lifestyle-item__img .lifestyle-tag {
  position: absolute;
  z-index: 2;
  background-color: var(--c-accent);
  color: #fff;
}

.lifestyle-section--products .lifestyle-products .lifestyle-item__detail > *:last-child {
  margin-bottom: 0 !important;
}

.lifestyle-section--products .lifestyle-products .lifestyle-item__detail .btn {
  width: 100%;
  margin: var(--space-l) 0 0;
}

.lifestyle-section--products .lifestyle-products .lifestyle-item__detail .btn__link {
  width: 100%;
}

.lifestyle-section--products .lifestyle-products .lifestyle-item__name {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}

.lifestyle-section--products .lifestyle-products .lifestyle-item__name-brand {
  font-size: 14px;
  font-weight: var(--fw-regular);
  line-height: 1.21429;
  letter-spacing: 0.03em;
}

.lifestyle-section--products .lifestyle-products .lifestyle-item__name-brand.lifestyle-ff-en {
  font-weight: 400;
}

.lifestyle-section--products .lifestyle-products .lifestyle-item__name-label {
  font-weight: var(--fw-bold);
  letter-spacing: 0.03em;
}

.lifestyle-section--products .lifestyle-products .lifestyle-item__list {
  display: flex;
  flex-direction: column;
}

.lifestyle-section--products .lifestyle-products .lifestyle-item__list-item {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-s);
  font-size: 14px;
}

.lifestyle-section--products .lifestyle-products .lifestyle-item__list-item .link {
  padding: 0 1.1em 0 0;
  border-style: dashed;
  font-size: 100%;
}

.lifestyle-section--products .lifestyle-products .lifestyle-item__list-item .link.icon-external::after {
  width: 0.786em;
  height: 0.786em;
}

.lifestyle-section--design .lifestyle-section__head .lifestyle-heading__lead {
  letter-spacing: 0.05em;
}

.lifestyle-section--design .lifestyle-section__body .lifestyle-design__detail .lifestyle-panel__link {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.lifestyle-section--design .lifestyle-section__body .lifestyle-design__detail .lifestyle-panel__link .link {
  padding: 0 1.1em 0 0;
  border-style: dashed;
  font-size: 100%;
}

.lifestyle-section--design .lifestyle-section__body .lifestyle-design__detail .lifestyle-panel__link .link.icon-external::after {
  width: 0.786em;
  height: 0.786em;
}

.lifestyle-section--design .lifestyle-design--pc {
  position: relative;
}

.lifestyle-section--design .lifestyle-design--pc .lifestyle-design__layout {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: calc(612px + var(--space-5xl) * 2);
  text-align: center;
}

.lifestyle-section--design .lifestyle-design--pc .lifestyle-design__layout-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: 0;
  left: 50%;
  opacity: 0;
  max-width: calc(900px + (76.46px / 1440px * 100%) + (124px / 1440px * 100%));
  height: 100%;
  padding: var(--space-5xl) calc(76.46px / 1440px * 100%) var(--space-5xl) calc(124px / 1440px * 100%);
  visibility: hidden;
  transform: translateY(-50%);
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.lifestyle-section--design .lifestyle-design--pc .lifestyle-design__layout-img.is-active {
  opacity: 1;
  visibility: visible;
}

.lifestyle-section--design .lifestyle-design--pc .lifestyle-design__layout-img > img {
  width: 100%;
}

.lifestyle-section--design .lifestyle-design--pc .lifestyle-design__detail {
  width: calc(680px / var(--maxw-pc) * 100%);
  margin-left: auto;
  padding-right: calc(24px / var(--maxw-pc) * 100%);
}

.lifestyle-section--design .lifestyle-design--pc .lifestyle-design__detail .lifestyle-panel {
  position: relative;
  height: 100vh;
  padding: var(--space-l) 0;
}

.lifestyle-section--design .lifestyle-design--pc .lifestyle-design__detail .lifestyle-panel__img {
  position: relative;
  z-index: 1;
  height: 100%;
}

.lifestyle-section--design .lifestyle-design--pc .lifestyle-design__detail .lifestyle-panel__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lifestyle-section--design .lifestyle-design--pc .lifestyle-design__detail .lifestyle-panel__detail {
  position: absolute;
  right: 0;
  bottom: var(--space-l);
  left: 0;
  z-index: 2;
  padding: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 1.625;
}

.lifestyle-section--design .lifestyle-design--pc .lifestyle-design__detail .lifestyle-panel__lead {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.03em;
}

.lifestyle-section--design .lifestyle-design--pc .lifestyle-design__detail .lifestyle-panel__link {
  margin-top: var(--space-m);
}

.lifestyle-section--design .lifestyle-design--pc .lifestyle-design__detail .lifestyle-panel__link .link {
  color: #fff;
}

.lifestyle-section--design .lifestyle-design--pc .lifestyle-design__detail .lifestyle-panel__link .link.icon-external::after {
  background-image: url(/jp/common/v4/img/icon-blank-wh.svg);
}

.lifestyle-section--design .lifestyle-design--sp .lifestyle-design__img {
  margin-bottom: var(--space-7xl);
}

.lifestyle-section--design .lifestyle-design--sp .lifestyle-design__layout {
  margin-bottom: var(--space-5xl);
}

.lifestyle-section--design .lifestyle-design--sp .lifestyle-design__layout-img {
  margin-bottom: var(--space-xl);
}

.lifestyle-section--design .lifestyle-design--sp .lifestyle-design__layout-slider {
  margin-right: calc(16 / var(--mq-sp) * -100vw);
  margin-left: calc(16 / var(--mq-sp) * -100vw);
}

.lifestyle-section--design .lifestyle-design--sp .lifestyle-design__layout-slider .swiper-slide {
  width: calc(260 / var(--mq-sp) * 100vw);
}

.lifestyle-section--design .lifestyle-design--sp .lifestyle-panel__img {
  position: relative;
  margin-bottom: var(--space-m);
}

.lifestyle-section--design .lifestyle-design--sp .lifestyle-panel__img > img {
  position: relative;
  z-index: 1;
}

.lifestyle-section--design .lifestyle-design--sp .lifestyle-panel__img .lifestyle-panel__lead {
  position: absolute;
  bottom: var(--space-s);
  left: var(--space-s);
  z-index: 2;
  width: 100%;
  padding: var(--space-s);
  color: #fff;
  font-size: 16px;
  font-weight: var(--fw-bold);
  line-height: 1.375;
  letter-spacing: 0.05em;
}

.lifestyle-section--design .lifestyle-design--sp .lifestyle-panel__detail {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.lifestyle-section--design .lifestyle-design--sp .lifestyle-panel__detail .lifestyle-panel__link {
  margin-top: var(--space-s);
}

.lifestyle-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  color: #fff;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.is-open-modal .lifestyle-modal {
  opacity: 1;
  pointer-events: visible;
}

.lifestyle-modal .lifestyle-img__caption {
  font-weight: var(--fw-bold);
  text-align: center;
}

.lifestyle-modal__contents {
  display: none;
  position: relative;
  z-index: 2;
}

.lifestyle-modal__contents.is-active {
  display: block;
}

.lifestyle-modal__slideshow {
  position: relative;
}

.lifestyle-modal__slideshow .swiper-thumbs .swiper-wrapper {
  justify-content: center;
}

.lifestyle-modal__slideshow .swiper-thumbs .swiper-slide {
  position: relative;
}

.lifestyle-modal__slideshow .swiper-thumbs .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.5s ease;
}

.lifestyle-modal__slideshow .swiper-thumbs .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 0;
}

.lifestyle-modal__slideshow .swiper-thumbs .swiper-slide > img {
  position: relative;
  z-index: 1;
}

.lifestyle-modal__slideshow .swiper-button-prev,
.lifestyle-modal__slideshow .swiper-button-next {
  top: calc(50% - 25px);
  margin-top: 0;
  border: none;
  background-color: transparent;
  background-image: url(/jp/lighting/home/series/lifestyle/img/icon02.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.lifestyle-modal__slideshow .swiper-button-prev::after,
.lifestyle-modal__slideshow .swiper-button-next::after {
  display: none;
}

.lifestyle-modal__slideshow .swiper-button-prev > svg,
.lifestyle-modal__slideshow .swiper-button-next > svg {
  display: none;
}

.lifestyle-modal__slideshow .swiper-button-prev {
  transform: scale(-1, 1);
}

.lifestyle-modal__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(20, 20, 20, 0.9);
}

.lifestyle-modal__overlay::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 36px;
  height: 36px;
  background-image: url(/jp/lighting/home/series/lifestyle/img/close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.lifestyle-loop .swiper-wrapper {
  gap: var(--space-m);
  transition-timing-function: linear;
}

.lifestyle-ff-en {
  font-family: var(--ff-montserrat) !important;
}

/*---------------------------------
　animation & keyframes
---------------------------------*/

.animate-fadein {
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.88s;
  transition-property: opacity;
}

.animate-fadein.is-shown {
  opacity: 1;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.25);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes bgPulsePc {
  0% {
    transform: translate(-50%, 50%) scale(0);
  }

  50% {
    transform: translate(-50%, 50%) scale(1);
  }

  65% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 50%) scale(2);
  }
}

@keyframes bgPulseSp {
  0% {
    transform: translate(-50%, 50%) scale(0);
  }

  50% {
    transform: translate(-50%, 50%) scale(1.5);
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 50%) scale(3);
  }
}

@media print, screen and (min-width: 48em) {
  #page {
    overflow: visible;
  }

  .lifestyle--home {
    padding-bottom: 176px;
  }

  .lifestyle-header {
    padding: 21px 0 20px;
  }

  .lifestyle-header__inner {
    align-items: center;
    justify-content: space-between;
    max-width: 1192px;
    margin-inline: auto;
  }

  .lifestyle-header__nav {
    gap: var(--space-s) var(--space-l);
  }

  .lifestyle-bg__pulse {
    aspect-ratio: 1389 / 1192;
    filter: blur(200px);
    animation: bgPulsePc 10s linear infinite;
  }

  .lifestyle-hero {
    height: calc(604px / var(--maxw-pc) * 100vw);
    max-height: 760px;
  }

  .lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 50vw;
  }

  .lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__content {
    width: 50%;
  }

  .lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__category {
    line-height: 1.5;
    letter-spacing: 0.1em;
  }

  .lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__category > span::after {
    height: 17px;
  }

  .lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__title {
    margin-bottom: var(--space-xl);
    font-size: 28px;
    line-height: 1.60714;
    letter-spacing: 0.1em;
  }

  .lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__tags {
    gap: 10px;
  }

  .lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__tags .lifestyle-tag {
    padding: 5px 10px 3px;
  }

  .lifestyle--home .lifestyle-hero::after {
    background-color: rgba(0, 0, 0, 0.35);
  }

  .lifestyle--home .lifestyle-hero .lifestyle-hero__inner {
    justify-content: center;
  }

  .lifestyle--home .lifestyle-hero .lifestyle-hero__content {
    position: relative;
  }

  .lifestyle--home .lifestyle-hero .lifestyle-hero__lead {
    margin-top: var(--space-l);
    font-size: var(--fz-base);
    letter-spacing: 0.1em;
  }

  .lifestyle-hero__inner {
    display: flex;
    align-items: center;
    height: 100%;
    margin-inline: auto;
  }

  .lifestyle-intro {
    max-width: var(--maxw-pc);
    margin-inline: auto;
    padding: 152px 0;
  }

  .lifestyle--home .lifestyle-intro {
    padding: 224px 0;
  }

  .lifestyle-intro__message {
    line-height: 2.4;
  }

  .lifestyle-guide {
    margin-bottom: 144px;
    padding: 0 var(--space-m);
  }

  .lifestyle-guide__link {
    width: calc(100% / 3 - var(--space-m) * 2 / 3);
  }

  .lifestyle-section__head {
    max-width: 1192px;
    margin-inline: auto;
    margin-bottom: var(--space-5xl);
  }

  .lifestyle-section__body {
    max-width: 1192px;
    margin-inline: auto;
  }

  .lifestyle-section__body .btn__link--style02 {
    min-width: 440px;
    padding: 15px 37px;
  }

  .lifestyle-section__body .lifestyle-plan {
    justify-content: space-between;
  }

  .lifestyle-section__body .lifestyle-plan__detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
  }

  .lifestyle-section__body .lifestyle-plan__detail .btn {
    align-items: flex-start;
    margin: var(--space-5xl) 0 0;
  }

  .lifestyle-section__body .lifestyle-plan__message {
    line-height: 2.4;
  }

  .lifestyle-section__body .lifestyle-plan__gallery {
    padding-right: calc(54px / var(--maxw-pc) * 100%);
  }

  .lifestyle-section--style01,
  .lifestyle-section--style02,
  .lifestyle-section--style03 {
    max-width: 100%;
    margin-bottom: 224px;
  }

  .lifestyle-section--style01 .lifestyle-section__head,
  .lifestyle-section--style01 .lifestyle-section__body,
  .lifestyle-section--style02 .lifestyle-section__head,
  .lifestyle-section--style02 .lifestyle-section__body,
  .lifestyle-section--style03 .lifestyle-section__head,
  .lifestyle-section--style03 .lifestyle-section__body {
    max-width: none;
  }

  .lifestyle-section--style01 .lifestyle-section__head,
  .lifestyle-section--style02 .lifestyle-section__head,
  .lifestyle-section--style03 .lifestyle-section__head {
    margin-bottom: 136px;
  }

  .lifestyle-section--style01 .lifestyle-section__head .lifestyle-img,
  .lifestyle-section--style02 .lifestyle-section__head .lifestyle-img,
  .lifestyle-section--style03 .lifestyle-section__head .lifestyle-img {
    max-height: calc(100vh - var(--space-xl));
  }

  .lifestyle-section--style01 .lifestyle-section__head .lifestyle-heading__title,
  .lifestyle-section--style02 .lifestyle-section__head .lifestyle-heading__title,
  .lifestyle-section--style03 .lifestyle-section__head .lifestyle-heading__title {
    margin-bottom: var(--space-l);
  }

  .lifestyle-section--style01 .lifestyle-section__head .lifestyle-heading__lead,
  .lifestyle-section--style02 .lifestyle-section__head .lifestyle-heading__lead,
  .lifestyle-section--style03 .lifestyle-section__head .lifestyle-heading__lead {
    font-size: 20px;
    line-height: 1.6;
  }

  .lifestyle-section--style01 .lifestyle-plan__detail {
    width: calc(634px / var(--maxw-pc) * 100%);
    padding: 0 calc(100px / var(--maxw-pc) * 100%) 0 calc(var(--side-pc) / var(--maxw-pc) * 100%);
  }

  .lifestyle-section--style01 .lifestyle-plan__gallery {
    width: calc(806px / var(--maxw-pc) * 100%);
  }

  .lifestyle-section--style01 .lifestyle-plan__gallery .lifestyle-img:nth-child(1) {
    width: calc(612px / 752px * 100%);
    margin: 0 0 0 calc(70px / 752px * 100%);
  }

  .lifestyle-section--style01 .lifestyle-plan__gallery .lifestyle-img:nth-child(2) {
    width: calc(408px / 752px * 100%);
    margin: 96px 0 0 calc(172px / 752px * 100%);
  }

  .lifestyle-section--style01 .lifestyle-plan__gallery .lifestyle-img:nth-child(3) {
    width: calc(274px / 752px * 100%);
    margin: 64px 0 0 auto;
  }

  .lifestyle-section--style01 .lifestyle-plan__gallery .lifestyle-img:nth-child(4) {
    width: calc(306px / 752px * 100%);
    margin: -96px 0 0;
  }

  .lifestyle-section--style01 .lifestyle-plan__gallery .lifestyle-img:nth-child(5) {
    width: calc(510px / 752px * 100%);
    margin: 96px 0 0 calc(102px / 752px * 100%);
  }

  .lifestyle-section--style02 .lifestyle-plan__detail {
    width: calc(602px / var(--maxw-pc) * 100%);
    padding: 0 calc(100px / var(--maxw-pc) * 100%) 0 calc(var(--side-pc) / var(--maxw-pc) * 100%);
  }

  .lifestyle-section--style02 .lifestyle-plan__gallery {
    width: calc(838px / var(--maxw-pc) * 100%);
  }

  .lifestyle-section--style02 .lifestyle-plan__gallery .lifestyle-img:nth-child(1) {
    width: calc(612px / 784px * 100%);
    margin: 0 0 0 calc(102px / 784px * 100%);
  }

  .lifestyle-section--style02 .lifestyle-plan__gallery .lifestyle-img:nth-child(2) {
    width: calc(274px / 784px * 100%);
    margin: 52px 0 0 auto;
  }

  .lifestyle-section--style02 .lifestyle-plan__gallery .lifestyle-img:nth-child(3) {
    width: calc(408px / 784px * 100%);
    margin: -128px 0 0 0;
  }

  .lifestyle-section--style02 .lifestyle-plan__gallery .lifestyle-img:nth-child(4) {
    width: calc(274px / 784px * 100%);
    margin: 78px 0 0 calc(338px / 784px * 100%);
  }

  .lifestyle-section--style02 .lifestyle-plan__gallery .lifestyle-img:nth-child(5) {
    width: calc(510px / 784px * 100%);
    margin: 62px 0 0 calc(32px / 784px * 100%);
  }

  .lifestyle-section--style03 {
    margin-bottom: 150px;
  }

  .lifestyle-section--style03 .lifestyle-plan__detail {
    width: calc(602px / var(--maxw-pc) * 100%);
    padding: 0 calc(70px / var(--maxw-pc) * 100%) 0 calc(var(--side-pc) / var(--maxw-pc) * 100%);
  }

  .lifestyle-section--style03 .lifestyle-plan__gallery {
    width: calc(838px / var(--maxw-pc) * 100%);
  }

  .lifestyle-section--style03 .lifestyle-plan__gallery .lifestyle-img:nth-child(1) {
    width: calc(612px / 784px * 100%);
    margin: 0 0 0 calc(102px / 784px * 100%);
  }

  .lifestyle-section--style03 .lifestyle-plan__gallery .lifestyle-img:nth-child(2) {
    width: calc(274px / 784px * 100%);
    margin: 104px 0 0 auto;
  }

  .lifestyle-section--style03 .lifestyle-plan__gallery .lifestyle-img:nth-child(3) {
    width: calc(408px / 784px * 100%);
    margin: -128px 0 0 0;
  }

  .lifestyle-section--style03 .lifestyle-plan__gallery .lifestyle-img:nth-child(4) {
    width: calc(274px / 784px * 100%);
    margin: 64px 0 0 calc(408px / 784px * 100%);
  }

  .lifestyle-section--style03 .lifestyle-plan__gallery .lifestyle-img:nth-child(5) {
    width: calc(274px / 784px * 100%);
    margin: -182px 0 0 calc(64px / 784px * 100%);
  }

  .lifestyle-section--style03 .lifestyle-plan__gallery .lifestyle-img:nth-child(6) {
    width: calc(612px / 784px * 100%);
    margin: 104px 0 0 calc(134px / 784px * 100%);
  }

  .lifestyle-section--about {
    max-width: 100%;
    margin-bottom: 130px;
    padding: 130px 0 125px;
  }

  .lifestyle-section--about .lifestyle-section__head,
  .lifestyle-section--about .lifestyle-section__body {
    max-width: 900px;
    margin-inline: auto;
  }

  .lifestyle-section--about .lifestyle-section__head {
    margin-bottom: 88px;
  }

  .lifestyle-section--about .lifestyle-section__head .lifestyle-heading {
    margin-bottom: var(--space-xl);
  }

  .lifestyle-section--about .lifestyle-section__head .lifestyle-heading__title {
    margin-bottom: var(--space-3xl);
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.08em;
  }

  .lifestyle-section--about .lifestyle-section__body .lifestyle-heading--row-pc {
    align-items: center;
    -moz-column-gap: var(--space-3xl);
    column-gap: var(--space-3xl);
    max-width: 750px;
    margin: var(--space-3xl) auto 136px;
  }

  .lifestyle-section--about .lifestyle-section__body .lifestyle-heading--row-pc .lifestyle-heading__title {
    font-size: 20px;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }

  .lifestyle-section--about .lifestyle-section__body .lifestyle-heading--row-pc .lifestyle-heading__lead {
    line-height: 1.6875;
  }

  .lifestyle-section--about .lifestyle-matrix__btn {
    gap: 10px;
    padding: 10px 24px 10px 10px;
  }

  .lifestyle-section--about .lifestyle-matrix__btn[data-modal="akari-01"] {
    top: calc(22 / 593 * 100%);
    left: calc(112 / 900 * 100%);
  }

  .lifestyle-section--about .lifestyle-matrix__btn[data-modal="akari-02"] {
    top: calc(50 / 593 * 100%);
    left: calc(678 / 900 * 100%);
  }

  .lifestyle-section--about .lifestyle-matrix__btn[data-modal="akari-03"] {
    top: calc(359 / 593 * 100%);
    left: calc(607 / 900 * 100%);
  }

  .lifestyle-section--about .lifestyle-matrix__btn[data-modal="akari-04"] {
    top: calc(425 / 593 * 100%);
    left: calc(222 / 900 * 100%);
  }

  .lifestyle-section--about .lifestyle-matrix__btn-thumb {
    width: 56px;
  }

  .lifestyle-section--about .lifestyle-matrix__btn-label {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }

  .lifestyle-section--about .lifestyle-gallery .swiper {
    max-width: 624px;
  }

  .lifestyle-section--about .lifestyle-gallery .swiper .swiper-slide {
    padding: 0 12px;
  }

  .lifestyle-section--about .lifestyle-gallery .swiper .swiper-slide::after {
    top: -12px;
    bottom: -12px;
    width: calc(100% + 12px);
    background: linear-gradient(90deg, #faf9f4 510px, rgba(250, 249, 244, 0.6) calc(100% - 12px));
  }

  .lifestyle-section--about .lifestyle-gallery .swiper .swiper-slide.swiper-slide-prev::after {
    right: 0;
  }

  .lifestyle-section--about .lifestyle-gallery .swiper .swiper-slide.swiper-slide-next::after {
    left: 0;
  }

  .lifestyle-section--about .lifestyle-gallery .swiper-tags .swiper-wrapper {
    justify-content: center;
  }

  .lifestyle-section--about .lifestyle-gallery .swiper-tags .swiper-slide {
    padding: 0 var(--space-s);
  }

  .lifestyle-section--about .lifestyle-gallery .swiper-tags .swiper-slide__tag {
    padding: 7px 15px;
  }

  .lifestyle-section--plan {
    margin-bottom: 176px;
  }

  .lifestyle:not(.lifestyle--home) .lifestyle-section--plan {
    padding: 104px 0;
  }

  .lifestyle--home .lifestyle-section--plan .lifestyle-section__body {
    max-width: none;
  }

  .lifestyle-section--plan .lifestyle-section__body .btn {
    margin: var(--space-7xl) 0 0;
  }

  .lifestyle-section--plan .lifestyle-section__body .btn__link {
    padding: 16px 72px 15px;
    font-size: 15px;
    line-height: 1.46667;
  }

  .lifestyle-section--plan .lifestyle-pagelink {
    width: calc(100% - var(--side-pc) * 2);
    max-height: 760px;
    margin: 0 auto var(--space-5xl);
  }

  .lifestyle-section--plan .lifestyle-pagelink__detail {
    display: flex;
    flex-direction: column;
    row-gap: var(--space-s);
    position: absolute;
    bottom: 42px;
    left: 72px;
    z-index: 2;
  }

  .lifestyle-section--plan .lifestyle-pagelink__detail > span {
    color: #fff !important;
  }

  .lifestyle-section--plan .lifestyle-pagelink__title {
    font-size: 24px;
    letter-spacing: 0.1em;
  }

  .lifestyle-section--plan .lifestyle-plans {
    display: flex;
    flex-wrap: wrap;
    gap: 56px 52px;
  }

  .lifestyle-section--plan .lifestyle-plans .lifestyle-pagelink__img {
    margin-bottom: 12px;
  }

  .lifestyle-section--plan .lifestyle-plans .lifestyle-pagelink__detail {
    row-gap: 0;
    position: static;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }

  .lifestyle-section--plan .lifestyle-plans .lifestyle-pagelink__detail > span {
    color: var(--c-base) !important;
  }

  .lifestyle-section--plan .lifestyle-plans .lifestyle-pagelink__category {
    margin-bottom: 4px;
    font-weight: 600;
  }

  .lifestyle-section--plan .lifestyle-plans .lifestyle-pagelink__title {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .lifestyle-section--plan .lifestyle-plans__item {
    width: calc(100% / 2 - 52px / 2);
  }

  .lifestyle-section--plan .lifestyle-plans__item.lifestyle-pagelink {
    margin: 0;
  }

  .lifestyle-section--fyls .lifestyle-section__head {
    margin-bottom: var(--space-2xl);
  }

  .lifestyle-section--fyls .lifestyle-section__head .lifestyle-heading__title {
    margin-bottom: var(--space-3xl);
  }

  .lifestyle-section--fyls .lifestyle-section__head .lifestyle-heading__lead {
    line-height: 2;
  }

  .lifestyle-section--products {
    margin-bottom: 104px;
  }

  .lifestyle-section--products .lifestyle-products {
    flex-wrap: wrap;
    gap: 56px var(--space-xl);
  }

  .lifestyle-section--products .lifestyle-products .lifestyle-item__img {
    margin-bottom: var(--space-m);
  }

  .lifestyle-section--products .lifestyle-products .lifestyle-item__img .lifestyle-tag {
    top: 16px;
    left: 16px;
    padding: 4px 6px;
    font-size: 12px;
    font-weight: var(--fw-semibold);
    line-height: 1.25;
  }

  .lifestyle-section--products .lifestyle-products .lifestyle-item__name {
    margin-bottom: 4px;
  }

  .lifestyle-section--products .lifestyle-products .lifestyle-item__name-label {
    font-size: 18px;
    line-height: 1.5;
  }

  .lifestyle-section--products .lifestyle-products .lifestyle-item__list {
    row-gap: 4px;
  }

  .lifestyle-section--products .lifestyle-products .lifestyle-item__list-item {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .lifestyle-section--products .lifestyle-products__item {
    width: calc(100% / 3 - var(--space-xl) * 2 / 3);
  }

  .lifestyle-section--design {
    margin-bottom: 112px;
  }

  .lifestyle-section--design .lifestyle-section__head {
    margin-bottom: 0;
  }

  .lifestyle-section--design .lifestyle-section__head .lifestyle-heading__title {
    margin-bottom: var(--space-m);
  }

  .lifestyle-section--design .lifestyle-section__head .lifestyle-heading__lead {
    font-size: 16px;
    line-height: 2;
  }

  .lifestyle-section--design .lifestyle-section__body {
    max-width: none;
  }

  .lifestyle-section--design .lifestyle-design--sp {
    display: none;
  }

  .lifestyle-modal .lifestyle-img__caption {
    margin-bottom: var(--space-l);
    font-size: 15px;
    line-height: 1;
  }

  .lifestyle-modal__contents {
    max-width: 960px;
  }

  .lifestyle-modal__slideshow .swiper {
    max-width: 900px;
  }

  .lifestyle-modal__slideshow .swiper-thumbs {
    margin-top: 20px;
  }

  .lifestyle-modal__slideshow .swiper-thumbs .swiper-slide {
    max-width: 96px;
    padding: 0 8px;
  }

  .lifestyle-modal__slideshow .swiper-thumbs .swiper-slide::after {
    right: 8px;
    left: 8px;
  }

  .lifestyle-modal__slideshow .swiper-button-prev,
  .lifestyle-modal__slideshow .swiper-button-next {
    width: 14px;
    height: 25px;
  }

  .lifestyle-modal__slideshow .swiper-button-prev {
    left: calc((14px + var(--space-l)) * -1);
  }

  .lifestyle-modal__slideshow .swiper-button-next {
    right: calc((14px + var(--space-l)) * -1);
  }

  .lifestyle-modal__overlay::after {
    top: var(--space-l);
    right: var(--space-l);
  }

  .lifestyle-loop {
    margin-bottom: 152px;
  }

  .lifestyle-loop .swiper-slide {
    width: calc(430px / var(--maxw-pc) * 100%);
  }
}

@media screen and (max-width: 47.99em) {
  #browsebar-in {
    border-bottom: none;
  }

  .holdings-header__sub__nav {
    border-top: none;
  }

  .lifestyle--home {
    padding-bottom: 96px;
  }

  .lifestyle-header {
    padding: 15px calc(13 / var(--mq-sp) * 100vw);
  }

  .lifestyle-header__title {
    display: none;
  }

  .lifestyle-header__nav {
    gap: var(--space-s) var(--space-m);
  }

  .lifestyle-bg__pulse {
    aspect-ratio: 595 / 510;
    filter: blur(30px);
    animation: bgPulseSp 10s linear infinite;
  }

  .lifestyle-hero {
    height: auto;
  }

  .lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__content {
    min-height: calc(294 / var(--mq-sp) * 100vw);
    padding: 57.5px calc(16 / var(--mq-sp) * 100vw);
  }

  .lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__category {
    line-height: 1.21429;
    letter-spacing: 0.08em;
  }

  .lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__category > span::after {
    height: 14px;
  }

  .lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__title {
    margin-bottom: var(--space-m);
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }

  .lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__tags {
    gap: 8px;
  }

  .lifestyle:not(.lifestyle--home) .lifestyle-hero .lifestyle-hero__tags .lifestyle-tag {
    padding: 5px 8px 3px;
  }

  .lifestyle--home .lifestyle-hero::after {
    background-image: linear-gradient(180deg, rgba(42, 42, 42, 0.7) 0, rgba(42, 42, 42, 0.4) 37.49%, rgba(42, 42, 42, 0) 46.86%);
  }

  .lifestyle--home .lifestyle-hero .lifestyle-hero__content {
    position: absolute;
    inset: 0;
    padding: calc(48 / var(--mq-sp) * 100vw) calc(58 / var(--mq-sp) * 100vw);
  }

  .lifestyle--home .lifestyle-hero .lifestyle-hero__lead {
    margin-top: calc(20 / var(--mq-sp) * 100vw);
    font-size: calc(14 / var(--mq-sp) * 100vw);
    letter-spacing: 0.08em;
  }

  .lifestyle-intro {
    padding: 64px calc(32 / var(--mq-sp) * 100vw);
  }

  .lifestyle--home .lifestyle-intro {
    padding: 80px calc(16 / var(--mq-sp) * 100vw) 72px;
  }

  .lifestyle-intro__message {
    font-size: 14px;
    line-height: 2.1;
  }

  .lifestyle--home .lifestyle-intro__message > p + p {
    margin-top: var(--space-xl);
  }

  .lifestyle-guide {
    flex-direction: column;
    row-gap: var(--space-m);
    margin-bottom: 96px;
    padding-right: calc(38 / var(--mq-sp) * 100vw);
    padding-left: calc(38 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section__head {
    margin-bottom: var(--space-xl);
  }

  .lifestyle-section__body .btn__link--style02 {
    padding: 11px 48px 10px;
  }

  .lifestyle-section__body .lifestyle-plan {
    flex-direction: column;
  }

  .lifestyle-section__body .lifestyle-plan__detail {
    display: contents;
  }

  .lifestyle-section__body .lifestyle-plan__detail .btn {
    order: 3;
    width: 100%;
    margin: var(--space-3xl) 0 0;
  }

  .lifestyle-section__body .lifestyle-plan__message {
    order: 1;
    font-size: 14px;
    line-height: 2.1;
    text-align: center;
  }

  .lifestyle-section__body .lifestyle-plan__gallery {
    order: 2;
    margin-top: var(--space-5xl);
  }

  .lifestyle-section--style01,
  .lifestyle-section--style02,
  .lifestyle-section--style03 {
    margin-bottom: 104px;
  }

  .lifestyle-section--style01 .lifestyle-section__head,
  .lifestyle-section--style02 .lifestyle-section__head,
  .lifestyle-section--style03 .lifestyle-section__head {
    margin-bottom: var(--space-5xl);
  }

  .lifestyle-section--style01 .lifestyle-section__head .lifestyle-heading__title,
  .lifestyle-section--style02 .lifestyle-section__head .lifestyle-heading__title,
  .lifestyle-section--style03 .lifestyle-section__head .lifestyle-heading__title {
    margin-bottom: var(--space-s);
  }

  .lifestyle-section--style01 .lifestyle-section__head .lifestyle-heading__lead,
  .lifestyle-section--style02 .lifestyle-section__head .lifestyle-heading__lead,
  .lifestyle-section--style03 .lifestyle-section__head .lifestyle-heading__lead {
    font-size: 18px;
    line-height: 1.61111;
  }

  .lifestyle-section--style01 .lifestyle-section__body,
  .lifestyle-section--style02 .lifestyle-section__body,
  .lifestyle-section--style03 .lifestyle-section__body {
    padding-right: calc(16 / var(--mq-sp) * 100vw);
    padding-left: calc(16 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--style01 .lifestyle-plan__gallery .lifestyle-img:nth-child(1) {
    width: calc(300 / var(--mq-sp) * 100vw);
    margin-inline: auto;
  }

  .lifestyle-section--style01 .lifestyle-plan__gallery .lifestyle-img:nth-child(2) {
    width: calc(230 / var(--mq-sp) * 100vw);
    margin: var(--space-3xl) 0 0 auto;
  }

  .lifestyle-section--style01 .lifestyle-plan__gallery .lifestyle-img:nth-child(3) {
    width: calc(180 / var(--mq-sp) * 100vw);
    margin: var(--space-3xl) 0 0;
  }

  .lifestyle-section--style01 .lifestyle-plan__gallery .lifestyle-img:nth-child(4) {
    width: calc(250 / var(--mq-sp) * 100vw);
    margin: var(--space-3xl) 0 0 calc(72 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--style01 .lifestyle-plan__gallery .lifestyle-img:nth-child(5) {
    width: calc(300 / var(--mq-sp) * 100vw);
    margin: var(--space-3xl) 0 0 calc(9 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--style02 .lifestyle-plan__gallery .lifestyle-img:nth-child(1) {
    width: calc(300 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--style02 .lifestyle-plan__gallery .lifestyle-img:nth-child(2) {
    width: calc(230 / var(--mq-sp) * 100vw);
    margin: var(--space-3xl) 0 0 auto;
  }

  .lifestyle-section--style02 .lifestyle-plan__gallery .lifestyle-img:nth-child(3) {
    width: calc(260 / var(--mq-sp) * 100vw);
    margin: var(--space-3xl) auto 0;
  }

  .lifestyle-section--style02 .lifestyle-plan__gallery .lifestyle-img:nth-child(4) {
    width: calc(180 / var(--mq-sp) * 100vw);
    margin: var(--space-3xl) 0 0 auto;
  }

  .lifestyle-section--style02 .lifestyle-plan__gallery .lifestyle-img:nth-child(5) {
    width: calc(300 / var(--mq-sp) * 100vw);
    margin: var(--space-3xl) 0 0;
  }

  .lifestyle-section--style03 {
    margin-bottom: 80px;
  }

  .lifestyle-section--style03 .lifestyle-plan__gallery .lifestyle-img:nth-child(1) {
    width: calc(300 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--style03 .lifestyle-plan__gallery .lifestyle-img:nth-child(2) {
    width: calc(220 / var(--mq-sp) * 100vw);
    margin: var(--space-3xl) 0 0 auto;
  }

  .lifestyle-section--style03 .lifestyle-plan__gallery .lifestyle-img:nth-child(3) {
    width: calc(280 / var(--mq-sp) * 100vw);
    margin: var(--space-3xl) 0 0;
  }

  .lifestyle-section--style03 .lifestyle-plan__gallery .lifestyle-img:nth-child(4) {
    width: calc(190 / var(--mq-sp) * 100vw);
    margin: var(--space-3xl) 0 0 calc(140 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--style03 .lifestyle-plan__gallery .lifestyle-img:nth-child(5) {
    width: calc(190 / var(--mq-sp) * 100vw);
    margin: var(--space-3xl) 0 0;
  }

  .lifestyle-section--style03 .lifestyle-plan__gallery .lifestyle-img:nth-child(6) {
    width: calc(300 / var(--mq-sp) * 100vw);
    margin: var(--space-3xl) auto 0;
  }

  .lifestyle-section--about {
    margin-bottom: 72px;
    padding: 80px 0 72px;
  }

  .lifestyle-section--about .lifestyle-section__head,
  .lifestyle-section--about .lifestyle-section__body {
    padding-right: calc(16 / var(--mq-sp) * 100vw);
    padding-left: calc(16 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--about .lifestyle-section__head {
    margin-bottom: var(--space-3xl);
  }

  .lifestyle-section--about .lifestyle-section__head .lifestyle-heading__title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .lifestyle-section--about .lifestyle-section__body .lifestyle-heading--row-pc {
    flex-direction: column;
    row-gap: var(--space-s);
    margin: var(--space-xl) 0 var(--space-3xl);
    padding-right: calc(12 / var(--mq-sp) * 100vw);
    padding-left: calc(12 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--about .lifestyle-section__body .lifestyle-heading--row-pc .lifestyle-heading__title {
    font-size: 18px;
    letter-spacing: 0.03em;
    text-align: center;
  }

  .lifestyle-section--about .lifestyle-section__body .lifestyle-heading--row-pc .lifestyle-heading__lead {
    font-size: 14px;
    line-height: 1.71429;
  }

  .lifestyle-section--about .lifestyle-matrix__btn {
    gap: calc(10 / var(--mq-sp) * 100vw);
    padding: calc(8 / var(--mq-sp) * 100vw) calc(16 / var(--mq-sp) * 100vw) calc(8 / var(--mq-sp) * 100vw) calc(8 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--about .lifestyle-matrix__btn[data-modal="akari-01"] {
    top: calc(34 / var(--mq-sp) * 100vw);
    left: calc(35 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--about .lifestyle-matrix__btn[data-modal="akari-02"] {
    top: calc(21 / var(--mq-sp) * 100vw);
    left: calc(368 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--about .lifestyle-matrix__btn[data-modal="akari-03"] {
    top: calc(227 / var(--mq-sp) * 100vw);
    left: calc(351 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--about .lifestyle-matrix__btn[data-modal="akari-04"] {
    top: calc(271 / var(--mq-sp) * 100vw);
    left: calc(115 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--about .lifestyle-matrix__btn-thumb {
    width: calc(40 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--about .lifestyle-matrix__btn-label {
    font-size: calc(14 / var(--mq-sp) * 100vw);
    line-height: 1.28571;
  }

  .lifestyle-section--about .lifestyle-gallery {
    margin-right: calc(16 / var(--mq-sp) * -100vw);
    margin-left: calc(16 / var(--mq-sp) * -100vw);
  }

  .lifestyle-section--about .lifestyle-gallery .swiper {
    max-width: calc((324 / var(--mq-sp) * 100vw) + 8px);
  }

  .lifestyle-section--about .lifestyle-gallery .swiper .swiper-slide {
    padding: 0 4px;
  }

  .lifestyle-section--about .lifestyle-gallery .swiper .swiper-slide::after {
    top: -8px;
    bottom: -8px;
    width: calc(100% + 8px);
    background: linear-gradient(90deg, #faf9f4 260px, rgba(250, 249, 244, 0.6) calc(100% - 8px));
  }

  .lifestyle-section--about .lifestyle-gallery .swiper .swiper-slide.swiper-slide-prev::after {
    right: -4px;
  }

  .lifestyle-section--about .lifestyle-gallery .swiper .swiper-slide.swiper-slide-next::after {
    left: -4px;
  }

  .lifestyle-section--about .lifestyle-gallery .swiper-tags {
    width: calc(324 / var(--mq-sp) * 100vw);
    margin-inline: auto;
  }

  .lifestyle-section--about .lifestyle-gallery .swiper-tags .swiper-wrapper {
    gap: 8px;
  }

  .lifestyle-section--about .lifestyle-gallery .swiper-tags .swiper-slide__tag {
    padding: 5px 11px;
  }

  .lifestyle-section--plan {
    margin-bottom: 88px;
  }

  .lifestyle:not(.lifestyle--home) .lifestyle-section--plan {
    padding: var(--space-5xl) 0;
  }

  .lifestyle-section--plan .lifestyle-section__head,
  .lifestyle-section--plan .lifestyle-section__body {
    padding-right: calc(16 / var(--mq-sp) * 100vw);
    padding-left: calc(16 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--plan .lifestyle-section__body .btn {
    margin: var(--space-3xl) 0 0;
  }

  .lifestyle-section--plan .lifestyle-pagelink {
    margin-bottom: var(--space-xl);
    padding-right: calc(12 / var(--mq-sp) * 100vw);
    padding-left: calc(12 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--plan .lifestyle-pagelink__detail {
    margin-top: 10px;
  }

  .lifestyle-section--plan .lifestyle-pagelink__detail > span {
    color: var(--c-base) !important;
  }

  .lifestyle-section--plan .lifestyle-pagelink__category {
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }

  .lifestyle-section--plan .lifestyle-pagelink__title {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    -webkit-text-decoration: underline dashed var(--c-base);
    text-decoration: underline dashed var(--c-base);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .lifestyle-section--plan .lifestyle-plans .lifestyle-pagelink__description {
    display: none;
  }

  .lifestyle-section--fyls .lifestyle-section__head,
  .lifestyle-section--fyls .lifestyle-section__body {
    padding-right: calc(16 / var(--mq-sp) * 100vw);
    padding-left: calc(16 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--fyls .lifestyle-section__head {
    margin-bottom: var(--space-l);
  }

  .lifestyle-section--fyls .lifestyle-section__head .lifestyle-heading__title {
    margin-bottom: 21px;
  }

  .lifestyle-section--fyls .lifestyle-section__head .lifestyle-heading__lead {
    line-height: 1.7;
    text-align: left;
  }

  .lifestyle-section--products {
    margin-bottom: var(--space-5xl);
  }

  .lifestyle-section--products .lifestyle-section__head,
  .lifestyle-section--products .lifestyle-section__body {
    padding-right: calc(16 / var(--mq-sp) * 100vw);
    padding-left: calc(16 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--products .lifestyle-products {
    flex-direction: column;
    row-gap: var(--space-2xl);
    padding-right: calc(42 / var(--mq-sp) * 100vw);
    padding-left: calc(42 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--products .lifestyle-products .lifestyle-item__img {
    margin-bottom: var(--space-s);
  }

  .lifestyle-section--products .lifestyle-products .lifestyle-item__img .lifestyle-tag {
    top: 8px;
    left: 8px;
    padding: 2px 4px;
    font-size: 14px;
    font-weight: var(--fw-regular);
    line-height: 1.21429;
  }

  .lifestyle-section--products .lifestyle-products .lifestyle-item__name {
    margin-bottom: var(--space-s);
  }

  .lifestyle-section--products .lifestyle-products .lifestyle-item__name-label {
    font-size: 16px;
    line-height: 1.3125;
  }

  .lifestyle-section--products .lifestyle-products .lifestyle-item__list {
    row-gap: var(--space-s);
  }

  .lifestyle-section--products .lifestyle-products .lifestyle-item__list-item {
    line-height: 1.21429;
  }

  .lifestyle-section--design {
    margin-bottom: 104px;
  }

  .lifestyle-section--design .lifestyle-section__head,
  .lifestyle-section--design .lifestyle-section__body {
    padding-right: calc(16 / var(--mq-sp) * 100vw);
    padding-left: calc(16 / var(--mq-sp) * 100vw);
  }

  .lifestyle-section--design .lifestyle-section__head {
    margin-bottom: var(--space-5xl);
  }

  .lifestyle-section--design .lifestyle-section__head .lifestyle-heading__title {
    margin-bottom: var(--space-l);
  }

  .lifestyle-section--design .lifestyle-section__head .lifestyle-heading__lead {
    font-size: 14px;
    line-height: 2.1;
  }

  .lifestyle-section--design .lifestyle-design--pc {
    display: none;
  }

  .lifestyle-modal .lifestyle-img__caption {
    margin-bottom: var(--space-m);
    font-size: 14px;
    line-height: 1.5;
  }

  .lifestyle-modal__contents {
    padding-right: calc(36 / var(--mq-sp) * 100vw);
    padding-left: calc(36 / var(--mq-sp) * 100vw);
  }

  .lifestyle-modal__slideshow .swiper {
    max-width: calc(100vw - (72 / var(--mq-sp) * 100vw));
  }

  .lifestyle-modal__slideshow .swiper-thumbs {
    margin-top: var(--space-m);
  }

  .lifestyle-modal__slideshow .swiper-thumbs .swiper-slide {
    max-width: 74px;
    padding: 0 5px;
  }

  .lifestyle-modal__slideshow .swiper-thumbs .swiper-slide::after {
    right: 5px;
    left: 5px;
  }

  .lifestyle-modal__slideshow .swiper-button-prev,
  .lifestyle-modal__slideshow .swiper-button-next {
    width: 36px;
    height: 36px;
    background-position: 50% 50%;
    background-size: 10px auto;
  }

  .lifestyle-modal__slideshow .swiper-button-prev {
    right: 100%;
    left: auto;
  }

  .lifestyle-modal__slideshow .swiper-button-next {
    right: auto;
    left: 100%;
  }

  .lifestyle-modal__overlay::after {
    top: 12px;
    right: 12px;
  }

  .lifestyle-loop {
    margin-bottom: 96px;
  }

  .lifestyle-loop .swiper-slide {
    width: calc(230 / var(--mq-sp) * 100vw);
  }

  [data-scroll-sp] {
    position: relative;
    overflow-x: auto;
    margin-right: calc(16 / var(--mq-sp) * -100vw);
    margin-left: calc(16 / var(--mq-sp) * -100vw);
    padding-right: calc(16 / var(--mq-sp) * 100vw);
    padding-left: calc(16 / var(--mq-sp) * 100vw);
  }

  [data-scroll-sp]::after {
    content: '';
    position: absolute;
    top: calc(50% - 55px);
    left: calc(129 / var(--mq-sp) * 100vw);
    z-index: 999;
    opacity: 1;
    width: 90px;
    height: 110px;
    background-image: url(/jp/lighting/home/series/lifestyle/img/icon04.webp);
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 0.5s ease;
  }

  [data-scroll-sp].is-scroll::after {
    opacity: 0;
    pointer-events: none;
  }

  [data-scroll-sp] .lifestyle-img {
    height: calc(338 / var(--mq-sp) * 100vw);
  }

  [data-scroll-sp] .lifestyle-img picture > img {
    width: auto !important;
    max-width: none !important;
    height: 100%;
    margin-right: calc(16 / var(--mq-sp) * 100vw);
  }

  [data-scroll-sp] .lifestyle-matrix .lifestyle-img {
    height: calc(376 / var(--mq-sp) * 100vw);
  }
}