@charset "UTF-8";
:root {
  /* basic */
  --basic-aboutColor: #6BA4AD;
  --basic-aboutTextColor: #fff;
  --basic-sliderBgColor: #f0f9ff;
  --basic-sliderActiveColor: #6BA4AD;
  --basic-titleTextColor: #6BA4AD;
  --basic-buttonColor: #6BA4AD;
  --basic-doubleQuotationColor: #f0f9ff;
  /* 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(--basic-aboutColor);
  /* aboutTextColor*/
  --aboutTextColor: var(--basic-aboutTextColor);
  /* sliderBgColor */
  --sliderBgColor: var(--basic-sliderBgColor);
  /* sliderActiveColor */
  --sliderActiveColor: var(--basic-sliderActiveColor);
  /* titleTextColor */
  --titleTextColor: var(--basic-titleTextColor);
  /* ButtonColor */
  --buttonColor: var(--basic-buttonColor);
  /* doubleQuotationColor */
  --doubleQuotationColor: var(--basic-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: #6BA4AD;
}

.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;
  color: #6BA4AD;
}
.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;
    color: #6BA4AD;
  }
}
.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: 64px 16px;
  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: 50px;
  text-align: center;
  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) {
    /* column-gap: 16px; */
    grid-template-columns: repeat(3, 1fr);
            width: 40%;
        margin: auto;
  }
}
.shop_greenlabelrelaxing_240627__navItem {
  width: 100%;
  text-decoration: none;
  @media screen and (min-width: 768px) {
    max-width: 210px;
  }
}
.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;
    @media screen and (min-width: 768px) {
          padding: 14px;
            }
}

/* category */
.shop_greenlabelrelaxing_240627__category {
  padding: 20px 0 56px;
  scroll-margin-top: 2.5rem !important;
  @media screen and (min-width: 768px) {
    padding: 60px 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:30px;
  font-weight: 700;
  line-height: 150%;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  @media screen and (min-width: 768px) {
      font-size: 40px;
    margin-bottom: 0px;
    padding: 0 40px;
  }
}
.shop_greenlabelrelaxing_240627__categoryCatchImgContainer {
  position: relative;
  grid-area: img;
  margin-bottom: 14px;
  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%;
    object-fit: cover;
    height: auto;
  /* border-radius: 6.134px; */
  aspect-ratio: 5/6;
  @media screen and (min-width: 768px) {
    height: 500px;
  /* 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: 5px 0 5px;
  font-size: 16px;
  font-weight: bold;
  color: #6BA4AD;
}
.shop_greenlabelrelaxing_240627__categoryCatchProductDescription {
  font-size: 15px;
  margin-bottom: 8px;
  color: #6BA4AD;
  @media screen and (min-width: 768px) {
    font-size: 15px;
    color: #6BA4AD;
  }
}
.shop_greenlabelrelaxing_240627__categoryCatchProductPrice {
  display: flex;
  align-items: flex-end;
  font-family: "Inter";
  font-size: 15px;
  /* font-weight: bold; */
  color: #6BA4AD;
}
.shop_greenlabelrelaxing_240627__categoryCatchProductPriceTax {
  width: 48px;
  height: 24px;
  color: #6BA4AD;
  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 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;

    @media screen and (min-width: 768px) {
  margin-top: 10px;
  }
}


.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;
  color: #6BA4AD;
}

/* 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: 383px;
    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: 80px 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: 14px;
  font-family: "Noto Sans JP";
  font-weight: 400;
}

.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%;
  /* height: auto; */
  /* border-radius: 8px; */
  /* aspect-ratio: 5/6; */
      object-fit: cover;
    height: 200px;
      @media (min-width: 768px) {
    min-width: 170px;
              object-fit: cover;
height: 215px;
  }
}



.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: 15px 0;
  font-size: 12px;
  color: #6BA4AD;
  @media screen and (min-width: 768px) {
    font-size: 13px;
    color: #6BA4AD;
    /* font-weight: bold; */
  }
}
.shop_greenlabelrelaxing_240627__categoryColorPrice {
  font-family: "Inter";
  color: #6BA4AD;
  /* 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: 10px;
  }
}

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

.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;
  color:#6BA4AD;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  @media screen and (min-width: 768px) {
    font-size: 13px;
    -webkit-line-clamp: 3;
    color:#6BA4AD;
  }
}
.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;
  color: #6BA4AD;
  @media screen and (min-width: 768px) {
    font-size: 13px;
    color: #6BA4AD;
  }
}

/* categoryMoreBurron */
.shop_greenlabelrelaxing_240627__categoryMoreBurronContainer {
  display: flex;
  justify-content: center;
  min-height: 44px;
  padding: 0px 16px 20px;
}
.shop_greenlabelrelaxing_240627__categoryMoreBurron {
  width: 100%;
  padding: 10px;
  color: #6BA4AD;
  border: solid #6BA4AD 1px;
  border-radius: 10px;
  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: #f0f9ff;
  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;
color: #6BA4AD;
  @media screen and (min-width: 768px) {
    margin-bottom: 24px;
    color: #6BA4AD;
  }
}
.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;
  color: #6BA4AD;
  @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: 100px;
  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: 170px;
  }
}
.shop_greenlabelrelaxing_240627__connectionBrandText {
  padding: 8px 0;
}
.shop_greenlabelrelaxing_240627__connectionBrandText p {
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #6BA4AD;
  @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: #f0f9ff;
}
.splide__pagination__page.is-active {
      background: #f0f9ff;
  /* 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;
}

/* BACK NUMBER */

.shop_greenlabelrelaxing_240627__connectionShopNews2Container {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;

}
.shop_greenlabelrelaxing_240627__connectionShopNews2 {
  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__connectionShopNews2Item {
  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__connectionShopNews2Item a {
  text-decoration: none;
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
}
.shop_greenlabelrelaxing_240627__connectionShopNews2Img {
  aspect-ratio: 1/1;
  /* border-radius: 4px; */
  @media screen and (min-width: 768px) {
    width: 170px;
  }
}
.shop_greenlabelrelaxing_240627__connectionShopNews2Text {
  display: grid;
  gap: 4px;
  padding: 8px 0;
  font-size: 12px;
  @media screen and (min-width: 768px) {
    font-size: 13px;
  }
}
.shop_greenlabelrelaxing_240627__connectionShopNews2Text p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #6BA4AD;
  @media screen and (min-width: 768px) {
    -webkit-line-clamp: 3;
  }
}
.shop_greenlabelrelaxing_240627__connectionShopNews2Date {
  align-self: end;
  color: #707070;
  font-family: "Inter";
  font-size: 12px;
  @media screen and (min-width: 768px) {
    font-size: 13px;
  }
}


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