@charset "UTF-8";
:root {
  /* basic */
  --basic-aboutColor: #0096D8;
  --basic-aboutTextColor: #fff;
  --basic-sliderBgColor: #E7F4FA;
  --basic-sliderActiveColor: #0096D8;
  --basic-titleTextColor: #0096D8;
  --basic-buttonColor: #0096D8;
  --basic-doubleQuotationColor: #0096D8;
  /* pink */
  --pink-aboutColor: #bf545f;
  --pink-aboutTextColor: #fff;
  --pink-sliderBgColor: #fbc5ca;
  --pink-sliderActiveColor: #bf545f;
  --pink-titleTextColor: #bf545f;
  --pink-buttonColor: #bf545f;
  --pink-doubleQuotationColor: #fbc5ca;
    /* blue */
    --black-aboutColor: #768899;
    --black-aboutTextColor: #fff;
    --black-sliderBgColor: #D3D9DF;
    --black-sliderActiveColor: #768899;
    --black-titleTextColor: #768899;
    --black-buttonColor: #768899;
    --black-doubleQuotationColor: #D3D9DF;
  /* green */
  --green-aboutColor: #A9BA8E;
  --green-aboutTextColor: #fff;
  --green-sliderBgColor: #DBE2D0;
  --green-sliderActiveColor: #A9BA8E;
  --green-titleTextColor: #A9BA8E;
  --green-buttonColor: #A9BA8E;
  --green-doubleQuotationColor: #DBE2D0;
  /* yellow */
  --yellow-aboutColor: #D2BA89;
  --yellow-aboutTextColor: #fff;
  --yellow-sliderBgColor: #E9DDC5;
  --yellow-sliderActiveColor: #D2BA89;
  --yellow-titleTextColor: #D2BA89;
  --yellow-buttonColor: #D2BA89;
  --yellow-doubleQuotationColor: #E9DDC5;


  /* style */

  /* aboutColor */
  --aboutColor: var(--black-aboutColor);
  /* aboutTextColor*/
  --aboutTextColor: var(--black-aboutTextColor);
  /* sliderBgColor */
  --sliderBgColor: var(--black-sliderBgColor);
  /* sliderActiveColor */
  --sliderActiveColor: var(--black-sliderActiveColor);
  /* titleTextColor */
  --titleTextColor: var(--black-titleTextColor);
  /* ButtonColor */
  --buttonColor: var(--black-buttonColor);
  /* doubleQuotationColor */
  --doubleQuotationColor: var(--black-doubleQuotationColor);
}

.shop_greenlabelrelaxing_240627 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}

.shop_greenlabelrelaxing_240627__hiddenOnSp {
  display: none;
  @media screen and (min-width: 768px) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .shop_greenlabelrelaxing_240627__hiddenOnPc {
    display: none;
  }
}

/* fv */
.shop_greenlabelrelaxing_240627__fv {
  text-align: center;
  @media screen and (min-width: 768px) {
    text-align: center;
    padding-top: 40px;
  }
}
.shop_greenlabelrelaxing_240627__fvImg {
  @media screen and (min-width: 768px) {
    width: 400px;
    aspect-ratio: 1/1;
  }
}

/* titleContainer */
.shop_greenlabelrelaxing_240627__titleContainer {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 16px 16px 40px 16px;
  text-align: center;
}
.shop_greenlabelrelaxing_240627__titleContainerTitle {
  font-size: 18px;
  font-weight: bold;
}
.shop_greenlabelrelaxing_240627__titleContainerDate {
  font-family: "Inter";
  font-size: 12px;
  @media screen and (min-width: 768px) {
    font-size: 13px;
  }
}
.shop_greenlabelrelaxing_240627__titleContainerShop {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}
.shop_greenlabelrelaxing_240627__titleContainerShopImg {
  width: 80px;
  height: 80px;
}
.shop_greenlabelrelaxing_240627__titleContainerShopName {
  font-size: 12px;
  @media screen and (min-width: 768px) {
    font-size: 13px;
  }
}

/* about */
.shop_greenlabelrelaxing_240627__about {
  padding: 20px;
  text-align: center;
  background-color: var(--aboutColor);
  color: var(--aboutTextColor);
}
.shop_greenlabelrelaxing_240627__aboutTitle {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}
.shop_greenlabelrelaxing_240627__aboutText {
  /* margin-bottom: 40px; */
  text-align: left;
  font-size: 14px;
  line-height: 2;
  @media screen and (min-width: 768px) {
    text-align: center;
  }
}
.shop_greenlabelrelaxing_240627__navList {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8px;
  row-gap: 16px;
  @media screen and (min-width: 768px) {
    display: flex;
    justify-content: center;
    column-gap: 16px;
  }
}
.shop_greenlabelrelaxing_240627__navItem {
  width: fit-content;
  text-decoration: none;
  @media screen and (min-width: 768px) {
    max-width: 170px;
  }
}
.shop_greenlabelrelaxing_240627__navLink {
  color: var(--aboutTextColor);
  text-decoration: none;
}
.shop_greenlabelrelaxing_240627__navArrow {
  width: 16px;
  height: 16px;
  margin: 4px auto 0;
  stroke: var(--aboutTextColor);
}

.shop_greenlabelrelaxing_240627__navImg {
  width: 100%;
  aspect-ratio: 5/6;
  margin-bottom: 16px;
  border-radius: 8px;
}
.shop_greenlabelrelaxing_240627__navButton {
  padding: 8px;
  border: solid 1px var(--aboutTextColor);
  border-radius: 8px;
  font-size: 14px;
}

/* category */
.shop_greenlabelrelaxing_240627__category {
  padding: 96px 0 56px;
  scroll-margin-top: 2.5rem !important;
  @media screen and (min-width: 768px) {
    padding: 160px 0 40px;
  }
}

/* categoryCatch*/
.shop_greenlabelrelaxing_240627__categoryCatch {
  @media screen and (min-width: 768px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 200px;
    grid-template-areas:
      "img title"
      "img info";
    align-content: center;
    align-items: center;
    column-gap: 16px;
    padding: 0 40px 0 0;
    scroll-margin-top: 5rem;
  }
}
.shop_greenlabelrelaxing_240627__categoryCatchTitle {
  grid-area: title;
  align-self: end;
  margin-bottom: 8px;
  padding: 0 16px;
  font-family: "Cormorant Infant";
  color: var(--titleTextColor);
  font-size: 69px;
  font-weight: 700;
  line-height: 150%;
  @media screen and (min-width: 768px) {
    margin-bottom: 0px;
    padding: 0 40px;
  }
}
.shop_greenlabelrelaxing_240627__categoryCatchImgContainer {
  position: relative;
  grid-area: img;
  margin-bottom: 32px;
  padding: 0 16px 5%;
  &::before {
    content: "";
    position: absolute;
    top: 17%;
    left: 0;
    bottom: 0;
    width: 64%;
    padding: 0 16px 5%;
    border-radius: 0px 0px 80px 0px;
    background-color: var(--sliderBgColor);
    z-index: -1;
  }
  @media screen and (min-width: 768px) {
    display: grid;
    justify-content: right;
    width: 100%;
    margin-bottom: 0;
    padding: 0 0 13% 16px;
    box-sizing: border-box;
    &::before {
      top: 80px;
    }
  }
}
.shop_greenlabelrelaxing_240627__categoryCatchImgContainerTrack {
  width: inherit;
  aspect-ratio: 343/412;
  border-radius: 8px;
  @media screen and (min-width: 768px) {
    max-width: 449px;
    aspect-ratio: 449/539;
  }
}
.shop_greenlabelrelaxing_240627__categoryCatchImg {
  width: 100%;
  height: 100%;
  border-radius: 6.134px;
  aspect-ratio: 5/6;
}
.shop_greenlabelrelaxing_240627__categoryCatchProductInfocontainer {
  grid-area: info;
  align-self: start;
  padding: 0 16px;
  @media screen and (min-width: 768px) {
    max-width: 462px;
    padding: 0 40px;
  }
}
.shop_greenlabelrelaxing_240627__categoryCatchProductInfo {
  @media screen and (min-width: 768px) {
    margin-bottom: 8px;
  }
}
.shop_greenlabelrelaxing_240627__categoryCatchProductName {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
}
.shop_greenlabelrelaxing_240627__categoryCatchProductDescription {
  color: #707070;
  font-size: 12px;
  margin-bottom: 8px;
  @media screen and (min-width: 768px) {
    font-size: 13px;
  }
}
.shop_greenlabelrelaxing_240627__categoryCatchProductPrice {
  display: flex;
  align-items: flex-end;
  font-family: "Inter";
  font-size: 24px;
  font-weight: bold;
}
.shop_greenlabelrelaxing_240627__categoryCatchProductPriceTax {
  width: 48px;
  height: 24px;
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.shop_greenlabelrelaxing_240627__categoryCatchBottom {
  @media screen and (min-width: 768px) {
    display: flex;
    flex-direction: column-reverse;
  }
}
.shop_greenlabelrelaxing_240627__categoryCatchButtonContainer {
  padding: 16px 0;
  @media screen and (min-width: 768px) {
    padding: 0;
  }
}
.shop_greenlabelrelaxing_240627__categoryCatchButton {
  display: block;
  padding: 8px;
  border-radius: 4px;
  background-color: var(--buttonColor);
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.shop_greenlabelrelaxing_240627__categoryCatchTextContainer {
  display: grid;
  gap: 8px;
  padding: 16px 0;
}
.shop_greenlabelrelaxing_240627__categoryCatchTextContainerBefore {
  width: 18px;
  height: 14px;
  fill: var(--doubleQuotationColor);
}
.shop_greenlabelrelaxing_240627__categoryCatchTextContainerAfter {
  width: 18px;
  height: 14px;
  margin: 0 0 0 auto;
  fill: var(--doubleQuotationColor);
}
.shop_greenlabelrelaxing_240627__categoryCatchText {
  padding: 0 16px;
  font-size: 14px;
}

/* categoryCatch odd */
.shop_greenlabelrelaxing_240627__category.odd
  .shop_greenlabelrelaxing_240627__categoryCatchTitle {
  text-align: right;
  @media screen and (min-width: 768px) {
    justify-self: end;
    width: -webkit-fill-available;
    max-width: 462px;
    text-align: left;
    box-sizing: content-box;
  }
}
.shop_greenlabelrelaxing_240627__category.odd
  .shop_greenlabelrelaxing_240627__categoryCatchImgContainer::before {
  right: 0;
  left: auto;
  border-radius: 0px 0px 0px 80px;
}
.shop_greenlabelrelaxing_240627__category.odd
  .shop_greenlabelrelaxing_240627__categoryCatch {
  @media screen and (min-width: 768px) {
    grid-template-areas:
      "title img"
      "info img";
    padding-right: 0;
    padding-left: 40px;
  }
}
.shop_greenlabelrelaxing_240627__category.odd
  .shop_greenlabelrelaxing_240627__categoryCatchImgContainer {
  @media screen and (min-width: 768px) {
    display: grid;
    justify-content: left;
    width: 100%;
    padding: 0 16px 13% 0;
  }
}

.shop_greenlabelrelaxing_240627__category.odd
  .shop_greenlabelrelaxing_240627__categoryCatchProductInfocontainer {
  @media screen and (min-width: 768px) {
    max-width: 462px;
    padding: 0 40px;
    justify-self: end;
  }
}

/* categoryColor */
.shop_greenlabelrelaxing_240627__categoryColor {
  padding: 0 16px;
  @media screen and (min-width: 768px) {
    padding: 32px 0 0;
  }
}
.shop_greenlabelrelaxing_240627__categoryContentTitle {
  padding-bottom: 24px;
  text-align: center;
  color: var(--titleTextColor);
  font-family: "Cormorant Infant";
  font-size: 40px;
  font-weight: bold;
}

.shop_greenlabelrelaxing_240627__categoryContentTitleTranslation {
    font-size: 20px;
    font-family: "Noto Sans JP";
    font-weight: 600;
  }
  
  .shop_greenlabelrelaxing_240627__categoryContentTitleTranslation_2 {
    font-size: 14px;
    font-family: "Noto Sans JP";
    font-weight: 600;
  }
  

.shop_greenlabelrelaxing_240627__categoryColorList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8px;
  @media screen and (min-width: 768px) {
    grid-template-columns: repeat(4, max-content);
    justify-content: center;
    column-gap: 16px;
  }
}
.shop_greenlabelrelaxing_240627__categoryColorItem {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  margin-bottom: 16px;
  @media screen and (min-width: 768px) {
    max-width: 170px;
    margin-bottom: 40px;
  }
}
.shop_greenlabelrelaxing_240627__categoryColorLink {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  text-decoration: none;
}
.shop_greenlabelrelaxing_240627__categoryColorLink img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 5/6;
}
.shop_greenlabelrelaxing_240627__categoryColorImg {
  aspect-ratio: 7/9;
  border-radius: 8px;
  @media screen and (min-width: 768px) {
    max-width: 170px;
  }
}
.shop_greenlabelrelaxing_240627__categoryColorText {
  display: grid;
  align-content: space-between;
  gap: 4px;
  padding: 8px 0;
  font-size: 12px;
  @media screen and (min-width: 768px) {
    font-size: 13px;
  }
}
.shop_greenlabelrelaxing_240627__categoryColorPrice {
  font-family: "Inter";
  font-weight: bold;
}

/* categoryCoordinate */
.shop_greenlabelrelaxing_240627__categoryCoordinate {
  margin: 0 auto;
  padding-bottom: 40px;
  @media screen and (min-width: 768px) {
    max-width: calc(170px * 4 + 16px * 3);
    padding-top: 32px;
  }
}

.shop_greenlabelrelaxing_240627__categoryCoordinate .splide__list {
  display: grid;
  grid-auto-flow: column;
}

.shop_greenlabelrelaxing_240627__categoryCoordinateItem {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  min-width: 120px;
  padding-bottom: 8px;
  @media screen and (min-width: 768px) {
    min-width: 170px;
  }
}
.shop_greenlabelrelaxing_240627__categoryCoordinateItem a {
  text-decoration: none;
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
}
.shop_greenlabelrelaxing_240627__categoryCoordinateImg {
  aspect-ratio: 3/4;
  border-radius: 8px;
  @media screen and (min-width: 768px) {
    width: 170px;
  }
}
.shop_greenlabelrelaxing_240627__categoryCoordinateInfo {
  display: grid;
  align-content: space-between;
  gap: 4px;
  padding: 8px 0;
}
.shop_greenlabelrelaxing_240627__categoryCoordinateBrand {
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  @media screen and (min-width: 768px) {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }
}
.shop_greenlabelrelaxing_240627__categoryCoordinateStaff {
  display: flex;
  gap: 4px;
  align-items: center;
}
.shop_greenlabelrelaxing_240627__categoryCoordinateStaffImg {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.shop_greenlabelrelaxing_240627__categoryCoordinateStaffInfo {
  font-size: 12px;
  @media screen and (min-width: 768px) {
    font-size: 13px;
  }
}

/* categoryMoreBurron */
.shop_greenlabelrelaxing_240627__categoryMoreBurronContainer {
  display: flex;
  justify-content: center;
  min-height: 44px;
  padding: 40px 16px 0;
}
.shop_greenlabelrelaxing_240627__categoryMoreBurron {
  width: 100%;
  padding: 8px;
  border: solid #707070 1px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  @media screen and (min-width: 768px) {
    width: 398px;
  }
}

/* connection */
.shop_greenlabelrelaxing_240627__connection {
  display: grid;
  gap: 24px;
  padding: 64px 0;
  background-color: #f7f7f7;
  text-align: center;
  @media screen and (min-width: 768px) {
    padding: 64px 40px;
  }
}
.shop_greenlabelrelaxing_240627__connectionTitle {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  @media screen and (min-width: 768px) {
    margin-bottom: 24px;
  }
}
.shop_greenlabelrelaxing_240627__connectionShopNewsContainer {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}
.shop_greenlabelrelaxing_240627__connectionShopNews {
  display: grid;
  grid-auto-flow: column;
  column-gap: 8px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
  @media screen and (min-width: 768px) {
    column-gap: 16px;
    padding: 0 40px;
  }
}
.shop_greenlabelrelaxing_240627__connectionShopNewsItem {
  min-width: 128px;
  padding-bottom: 8px;
  text-align: left;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  @media screen and (min-width: 768px) {
    min-width: 170px;
  }
}
.shop_greenlabelrelaxing_240627__connectionShopNewsItem a {
  text-decoration: none;
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
}
.shop_greenlabelrelaxing_240627__connectionShopNewsImg {
  aspect-ratio: 1/1;
  border-radius: 4px;
  @media screen and (min-width: 768px) {
    width: 170px;
  }
}
.shop_greenlabelrelaxing_240627__connectionShopNewsText {
  display: grid;
  gap: 4px;
  padding: 8px 0;
  font-size: 12px;
  @media screen and (min-width: 768px) {
    font-size: 13px;
  }
}
.shop_greenlabelrelaxing_240627__connectionShopNewsText p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  @media screen and (min-width: 768px) {
    -webkit-line-clamp: 3;
  }
}
.shop_greenlabelrelaxing_240627__connectionShopNewsDate {
  align-self: end;
  color: #707070;
  font-family: "Inter";
  font-size: 12px;
  @media screen and (min-width: 768px) {
    font-size: 13px;
  }
}
.shop_greenlabelrelaxing_240627__connectionBrandContainer {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}
.shop_greenlabelrelaxing_240627__connectionBrand {
  display: flex;
  gap: 8px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px 16px;
  @media screen and (min-width: 768px) {
    gap: 16px;
    padding: 0 40px 16px;
  }
}
.shop_greenlabelrelaxing_240627__connectionBrandItem {
  max-width: 80px;
  text-align: left;
  @media screen and (min-width: 768px) {
    min-width: 170px;
  }
}
.shop_greenlabelrelaxing_240627__connectionBrandItem a {
  text-decoration: none;
}
.shop_greenlabelrelaxing_240627__connectionBrandImgContainer {
  display: grid;
  justify-content: center;
  align-content: center;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background-color: #fff;
}
.shop_greenlabelrelaxing_240627__connectionBrandImg {
  aspect-ratio: 1/1;
  border-radius: 4px;
  @media screen and (min-width: 768px) {
    width: 142px;
  }
}
.shop_greenlabelrelaxing_240627__connectionBrandText {
  padding: 8px 0;
}
.shop_greenlabelrelaxing_240627__connectionBrandText p {
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  @media screen and (min-width: 768px) {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }
}
.shop_greenlabelrelaxing_240627__connectionKeyword {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px 16px;
  @media screen and (min-width: 768px) {
    justify-content: center;
    max-width: 914px;
    margin: 0 auto;
    padding: 0 0 16px 0;
  }
}
.shop_greenlabelrelaxing_240627__connectionKeywordItem {
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
}
.shop_greenlabelrelaxing_240627__connectionKeywordItem a {
  text-decoration: none;
}
.splide__arrow--next {
  right: -1.5em;
}
.splide__arrow--prev {
  left: -1.5em;
}

.shop_greenlabelrelaxing_240627__connectionShopNewsContainer
  .splide__arrow--next,
.shop_greenlabelrelaxing_240627__connectionBrandContainer .splide__arrow--next {
  right: 3em;
  top: 10em;
}
.shop_greenlabelrelaxing_240627__connectionShopNewsContainer
  .splide__arrow--prev,
.shop_greenlabelrelaxing_240627__connectionBrandContainer .splide__arrow--prev {
  left: 3em;
  top: 10em;
}

.splide__pagination__page {
  width: 6px;
  height: 6px;
  background: #fff;
}
.splide__pagination__page.is-active {
  background: var(--sliderActiveColor);
}
.splide__pagination {
  position: unset;
  justify-content: left;
  gap: 8px;
  margin-top: 8px;
  padding: 8px 0;
  @media screen and (min-width: 768px) {
    margin-top: 16px;
  }
}
.splide__arrow {
  width: 40px;
  height: 40px;
  opacity: 1;
  background-color: rgba(51, 51, 51, 0.5);
}
.splide__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: url("https://cdn.lumine.jp/contents/design/contents_img/2024/template/shop_greenlabelrelaxing_240627/icon_arrow_right_white.svg");
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
}
.splide__arrow--prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: url("https://cdn.lumine.jp/contents/design/contents_img/2024/template/shop_greenlabelrelaxing_240627/icon_arrow_left_white.svg");
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
}
.shop_greenlabelrelaxing_240627__connection .splide__arrow:disabled,
.shop_greenlabelrelaxing_240627__categoryCoordinate .splide__arrow:disabled {
  opacity: 0;
  display: none;
}
.shop_greenlabelrelaxing_240627__category.odd .splide__pagination {
  justify-content: right;
}
