* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
}

.clear {
  overflow: hidden;
  _zoom: 1;
}

/*--- clearfix ---*/
#wrap .cf:after {
  content: "";
  display: block;
  clear: both;
}

#wrap *,
#wrap *:before,
#wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#wrap {
  width: 100%;
  overflow: hidden;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Std",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  color: #312c0e;
  /* letter-spacing: 1.6px; */
  background: #fefaef;
  margin-top: 2%;
}

#wrap img {
  width: 100%;
}

#wrap a {
  display: block;
  color: #312c0e;
}
/*common//////////////////////////////////////////////////*/
#wrap .ttl {
  font-size: 6.8vw;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  text-align: center;
  margin: 7% auto 3%;
}
#wrap .ttl:after {
  content: "";
  width: 17px;
  height: 2px;
  position: absolute;
  top: 99%;
  left: 46%;
  display: inline-block;
  border-bottom: 2px solid #000;
}

#wrap .ttl2 {
  font-size: 5vw;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  text-align: center;
  margin: 7% auto 3%;
}
#wrap .ttl2:after {
  content: "";
  width: 17px;
  height: 2px;
  position: absolute;
  top: 99%;
  left: 46%;
  display: inline-block;
  border-bottom: 2px solid #000;
}

#wrap .category {
  font-size: 4vw;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  text-align: left;
  margin: 20px auto 20px;
  border-bottom: 1px solid;
  width: 96%;
}
#wrap .category:after {
  content: "";
  width: 17px;
  height: 2px;
  position: absolute;
  top: 99%;
  left: 46%;
  display: inline-block;
}

#wrap .category2 {
  font-size: 2.8vw;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  text-align: center;
  margin: 30px auto 30px;
}
#wrap .category2:after {
  content: "";
  width: 17px;
  height: 2px;
  position: absolute;
  top: 99%;
  left: 46%;
  display: inline-block;
}

#wrap .red {
  color: #e52e2e;
}
#wrap .js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
#wrap .js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*main//////////////////////////////////////////////////*/
#wrap .main {
  width: 100%;
}
#wrap .main .txtBox {
  width: 94%;
  margin: 0 3%;
  margin: 0 auto;
}

#wrap .main .txtBox .date {
  font-size: 2.4vw;
  color: #999999;
  margin: 0% auto 0;
}
#wrap .main .txtBox .brand {
  font-size: 2.8vw;
  border-bottom: 1px solid #cccccc;
  margin: 0% auto 3%;
  padding-bottom: 2%;
}
#wrap .main .txtBox .mainTtl {
  font-size: 3.8vw;
  font-weight: bold;
  text-align: center;
  margin: 3% auto;
}
#wrap .main .mainImg {
  margin: 0 auto;
}

/*item//////////////////////////////////////////////////*/
#wrap .item {
  width: 100%;
  margin: 0 auto;
}
#wrap .item .lead {
  display: grid;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  gap: 8px;
  line-height: 27px; /* 150% */
  padding: 16px;
  text-align: center;
}
/*shop_logo//////////////////////////////////////////////////*/
#wrap .shop_logo {
  text-align: center;
  width: 40%;
  margin: 60px auto 30px;
}
/*bigBox//////////////////////////////////////////////////*/
#wrap .item .bigBox ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 2%;
}
#wrap .item .bigBox li {
  width: 100%;
  margin: 2% auto 6%;
}
#wrap .item .bigBox li a {
  text-decoration: none;
}
#wrap .item .bigBox li img {
  width: 96%;
  /*	height: 60vh;*/
  object-fit: cover;
  margin: 0 2%;
}
#wrap .item .bigBox li .num {
  font-size: 16.4vw;
  font-weight: bold;
  margin: 0 auto 8px;
  font-family: urw-din, sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  margin-left: 6%;
  letter-spacing: 3px;
}
#wrap .item .bigBox li .num:after {
  content: "";
  width: 17px;
  height: 2px;
  position: absolute;
  top: 88%;
  left: 1%;
  display: inline-block;
  border-bottom: 2px solid #000;
}
#wrap .item .bigBox li .shop,
#wrap .item .bigBox li .price {
  font-size: 4vw;
  margin: 0 3px 0 3px;
  font-weight: 400;
}
#wrap .item .bigBox li .price span {
  font-size: 3vw;
}

#wrap .item .bigBox li .name {
  font-size: 4vw;
  font-weight: 400;
  margin: 0 3px 0 3px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#wrap .item .bigBox li .comment {
  font-size: 3.2vw;
  margin: 0 3%;
  font-weight: 200;
}

/*smallBox//////////////////////////////////////////////////*/
#wrap .item .smallBox ul {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  width: 96%;
  margin: auto;
}
#wrap .item .smallBox li {
  width: 49.5%;
  margin: 0 1% 6% 0;
}
#wrap .item .smallBox li:nth-child(even) {
  margin-right: 0%;
}
#wrap .item .smallBox li a {
  text-decoration: none;
}
#wrap .item .smallBox li img {
  width: 100%;
  /*height: 34vh;*/
  object-fit: cover;
}
#wrap .item .smallBox li .num {
  font-size: 10.8vw;
  font-weight: bold;
  margin: 0 auto 2%;
  position: relative;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 4%;
  letter-spacing: 3px;
}
#wrap .item .smallBox li .num:after {
  content: "";
  width: 14px;
  height: 1px;
  position: absolute;
  top: 90%;
  left: 2%;
  display: inline-block;
  border-bottom: 2px solid #000;
}
#wrap .item .smallBox li .shop,
#wrap .item .smallBox li .price {
  font-size: 3vw;
  margin: 1% 0 0 1%;
  font-weight: 400;
}
#wrap .item .smallBox li .price span {
  font-size: 7px;
}
#wrap .item .smallBox li .comment {
  font-size: 2.8vw;
  margin: 1% 0 0 1%;
  font-weight: 200;
}

#wrap .item .smallBox li .name {
  font-size: 3vw;
  margin: 1% 0 0 2%;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/*smallBox//////////////////////////////////////////////////*/
#wrap .item .threeBox ul {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  width: 96%;
  margin: auto;
}
#wrap .item .threeBox li {
  width: 32.5%;
  margin: 0 1% 6% 0;
}
#wrap .item .threeBox li:nth-child(3n) {
  margin-right: 0%;
}
#wrap .item .threeBox li a {
  text-decoration: none;
}
#wrap .item .threeBox li img {
  width: 100%;
  object-fit: cover;
}
#wrap .item .threeBox li .num {
  font-size: 9.2vw;
  font-weight: bold;
  margin: 0 auto 2%;
  position: relative;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 4%;
  letter-spacing: 3px;
}
#wrap .item .threeBox li .num:after {
  content: "";
  width: 14px;
  height: 1px;
  position: absolute;
  top: 90%;
  left: 2%;
  display: inline-block;
  border-bottom: 2px solid #000;
}
#wrap .item .threeBox li .shop,
#wrap .item .threeBox li .price {
  font-size: 3vw;
  margin: 1% 0 0 1%;
  font-weight: 400;
}

#wrap .item .threeBox li .name {
  font-size: 3vw;
  margin: 1% 0 0 1%;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#wrap .item .threeBox li .price span {
  font-size: 7px;
}

#wrap .item .threeBox li .comment {
  font-size: 2.3vw;
  margin: 1% 2% 0 2%;
  font-weight: 200;
}

/*btn//////////////////////////////////////////////////*/
#wrap .item .btn {
  width: 56%;
  margin: 2% auto 15%;
  background-color: #312c0e;
}
#wrap .item .btn a {
  font-size: 3vw;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}

#wrap .item .btn p {
  padding: 6% 0;
  color: #fff;
  font-weight: 400;
}
/*staff//////////////////////////////////////////////////*/
#wrap .staff {
  width: 94%;
  margin: 0 3%;
  border-top: 1px solid #98937f;
  border-bottom: 1px solid #98937f;
  margin: 10% auto 0;
  padding-bottom: 10%;
}

#wrap .staff .comment {
  width: 90%;
  margin: 6% 5% 15%;
  text-align: center;
  font-size: 3.6vw;
  font-weight: 200;
}
/*news//////////////////////////////////////////////////*/
#wrap .news {
  width: 100%;
}
#wrap .news a {
  text-decoration: none;
}
#wrap .news ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  width: 96%;
}
#wrap .news .bigBox li {
  width: 49.5%;
  margin: 0 1% 6% 0;
}
#wrap .news .bigBox li:nth-child(even) {
  margin-right: 0px;
}
#wrap .news .smallBox li {
  width: 32.8%;
  margin: 0 0.7% 6% 0;
}

#wrap .news .smallBox li:nth-child(3n) {
  margin-right: 0px;
}

#wrap .news ul li .comment {
  font-size: 3vw;
  margin: 4% 0 0 6%;
  font-weight: 200;
}
#wrap .page {
  width: 94%;
  margin: 0 3%;
  font-size: 3vw;
  border-top: 1px solid #98937f;
  padding: 3% 0;
}

/*banner//////////////////////////////////////////////////*/

#wrap .item .banner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 8% auto 3%;
}
#wrap .item .banner li {
  width: 100%;
  margin: 2% auto;
}
#wrap .item .bbannerigBox li a {
  text-decoration: none;
}
#wrap .item .banner li img {
  width: 100%;

  object-fit: cover;
}

/*---------------anchor----------------*/
#wrap .anchor_box {
  margin-top: 24px;
  padding: 24px 16px;
  background-size: cover;
  background-color: #ece8e4;

}

#wrap .anchor_ttl {
  display: block;
  padding: 2.67vw 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 5.33vw;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
}
#wrap .anchor_text {
  position: relative;
  padding: 3vw;
  font-size: 3vw;
  line-height: 1;
  letter-spacing: 0.05em;
  border: #6b5a4d solid 1px;
  border-radius: 10px;
  text-align: center;
  @media screen and (min-width: 768px) {
      position: relative;
      padding: 20px 10px;
      font-size: 12px;
      line-height: 1;
      letter-spacing: 0.05em;
      border: #6b5a4d solid 1px;
      border-radius: 10px;
      text-align: center;

}
}

/* 
  #wrap .anchor_text:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 1.7vw;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.47vw 1vw 0 1vw;
	border-color: #000 transparent transparent  transparent;
  }

   */

/* Anchor */
#wrap .anchor_list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  /* grid-template-columns: repeat(auto-fit, minmax(79.75px, 1fr)); */
  gap: 8px;
  padding-top: 8px;
    @media screen and (min-width: 768px) {
        grid-template-columns: repeat(3, 200px);
            gap: 16px;
            justify-content: center;
          }
}
#wrap .anchor_link {
  display: grid;
  gap: 8px;
  text-decoration: none;
}

#wrap .anchor_link.--small {
  font-size: 2.9vw;
  text-decoration: none;
}

#wrap .anchor_img {
  transform: rotate(90deg);
  width: 16px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}

#wrap .anchor_logo {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 4px;
  aspect-ratio: 1/1;
}

#wrap .back_btn {
  font-size: 10px;
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  text-align: right;
  margin: 10px 15px 10px;
  color: #000;
}


/* --------フリーページ_2024_10_SFCC移行分--------- */
.shop_baycrews_240613--pc {
  display: none;
}

.shop_baycrews_240613--sp {
  display: block;
}

.shop_baycrews_240613_headline {
  display: gird;
}

.shop_baycrews_240613_headlineText {
  display: flex;
  padding: 16px;
  text-align: start;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}

.shop_baycrews_240613_date {
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  text-align: center;
}

.shop_baycrews_240613_column {
  padding: 24px 0 64px;
  margin: 0 auto;
  max-width: 1180px;
}

.shop_baycrews_240613_columnTitleColumn {
  display: grid;
  gap: 8px;
  padding: 16px;
  justify-items: center;
}

.shop_baycrews_240613_columnTitleBox {
  display: grid;
  justify-items: center;
}

.shop_baycrews_240613_columnTitle {
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
  color: #333;
  text-align: center;
  font-family: "Cormorant Infant";
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: fit-content;
}

.shop_baycrews_240613_columnBrandName {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 8px 0;
}

.shop_baycrews_240613_columnBrandLogo {
  aspect-ratio: 1 / 1;
  width: 80px !important;
  padding: 4px;
}

.shop_baycrews_240613_columnBrandDescription {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding: 16px 16px 40px;
}

.shop_baycrews_240613_columnBrandUl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8px;
  padding: 0 16px;
}

.shop_baycrews_240613_columnBrandUlLi {
  display: grid;
  padding-bottom: 32px;
  grid-template-rows: subgrid;
  grid-row: span 5;
}

.shop_baycrews_240613_columnBrandUlImage {
  /* aspect-ratio: 5/6; */
  /* border-radius: 8px; */
}

.shop_baycrews_240613_columnBrandUlItem {
  display: grid !important;
  color: #fff !important;
  border-radius: 4px;
  background: #6b5a4d;
  padding: 4px 16px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.shop_baycrews_240613_columnBrandTextBox {
  display: grid;
  gap: 4px;
  padding: 8px 0;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.shop_baycrews_240613_columnBrandTextName {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  overflow-wrap: anywhere;
}

.shop_baycrews_240613_columnBrandTextDescription {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop_baycrews_240613_columnBrandTextPrice {
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  overflow-wrap: anywhere;
}

.shop_baycrews_240613_columnBrandTextLinks {
  display: grid;
  gap: 8px;
}

.shop_baycrews_240613_columnBrandTextLink {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration-line: underline;
  text-align: center;
  padding: 8px 0;
}

.shop_baycrews_240613_columnBrandToList {
  display: flex;
  justify-content: center;
  padding: 40px 16px 0;
}

.shop_baycrews_240613_columnBrandToListLink {
  border-radius: 4px;
  border: 1px solid #707070;
  display: flex;
  flex-shrink: 0;
  padding: 8px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  max-width: 398px;
  min-height: 44px;
}

.shop_baycrews_240613_relevance {
  background-color: #ece8e4;
  display: grid;
  gap: 24px;
  padding: 64px 0;
}

.shop_baycrews_240613_relevanceContainer {
  display: grid;
}

.shop_baycrews_240613_relevanceTitle {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
}

.shop_baycrews_240613_relevanceShopnews {
  display: grid !important;
  grid-auto-flow: column;
  justify-content: start;
  column-gap: 8px;
  padding-left: 16px;
  width: 100%;
}

.shop_baycrews_240613_relevanceShopnewsLi {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  max-width: 128px;
  padding-bottom: 8px;
}

.shop_baycrews_240613_relevanceShopnewsLink {
  display: grid !important;
  grid-template-rows: subgrid;
  grid-row: span 3;
  text-decoration: none;
}

.shop_baycrews_240613_relevanceShopnewsTextBox {
  display: grid;
  gap: 4px;
  padding: 8px 0;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

.shop_baycrews_240613_relevanceShopnewsText {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop_baycrews_240613_relevanceShopnewsDate {
  color: #707070;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.shop_baycrews_240613_relevanceShopnewsImage {
  aspect-ratio: 1/1;
  border-radius: 4px;
  width: 128px !important;
  max-width: 128px;
}

.shop_baycrews_240613_relevanceBrand {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  column-gap: 8px;
  padding: 0 0 16px 16px;
  width: 100%;
}

.shop_baycrews_240613_relevanceBrandLi {
  display: grid;
  max-width: 80px;
}

.shop_baycrews_240613_relevanceBrandLink {
  text-decoration: none;
}

.shop_baycrews_240613_relevanceBrandImage {
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 4px;
  width: 80px !important;
  max-width: 80px;
}

.shop_baycrews_240613_relevanceBrandTextBox {
  display: grid;
  padding: 8px 0;
}

.shop_baycrews_240613_relevanceBrandText {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  overflow-wrap: anywhere;
}

.shop_baycrews_240613_relevanceKeyword {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 16px 16px;
  justify-content: center;
}

.shop_baycrews_240613_relevanceKeywordLink {
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
  text-decoration: none;
  width: fit-content;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.mobile_first_to_page_top {
  display: block;
}

.shop_baycrews_240613_relevanceCarouselArrow.splide__arrow {
  background-color: #3338;
  top: 135px;
  width: 40px;
  height: 40px;
  opacity: 1;
}

.shop_baycrews_240613_relevanceCarouselArrow.splide__arrow:disabled {
  display: none;
}

.shop_baycrews_240613_relevanceCarouselArrow.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_baycrews_240613/icon_chevron_left.svg);
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.shop_baycrews_240613_relevanceCarouselArrow.splide__arrow--next {
  right: 41px;
}

.shop_baycrews_240613_relevanceCarouselArrow.splide__arrow--prev {
  left: 41px;
}

.shop_baycrews_240613_relevanceCarouselArrow.splide__arrow--next::before {
  background: url(https://cdn.lumine.jp/contents/design/contents_img/2024/template/shop_baycrews_240613/icon_chevron_right.svg);
}

@media screen and (min-width: 768px) {
  .shop_baycrews_240613--pc {
    display: block;
  }

  .shop_baycrews_240613--sp {
    display: none;
  }

  .shop_baycrews_240613_headline {
    display: flex;
    justify-content: center;
  }

  .shop_baycrews_240613_headlineText {
    display: grid;
    text-align: center;
  }

  .shop_baycrews_240613_date {
    font-size: 13px;
    line-height: 150%;
  }

  .shop_baycrews_240613_column {
    padding: 40px 0 64px;
  }

  .shop_baycrews_240613_columnTitleColumn {
    padding: 16px 40px;
  }

  .shop_baycrews_240613_columnBrandDescription {
    text-align: center;
    padding: 16px 16px 40px;
  }

  .shop_baycrews_240613_columnBrandUl {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 16px;
    padding: 0 40px;
  }

  .shop_baycrews_240613_columnBrandUlLi {
    padding-bottom: 40px;
  }

  .shop_baycrews_240613_columnBrandTextName {
    font-size: 13px;
    line-height: 150%;
  }

  .shop_baycrews_240613_columnBrandTextDescription {
    font-size: 13px;
    line-height: 150%;
    -webkit-line-clamp: 2;
  }

  .shop_baycrews_240613_columnBrandTextPrice {
    font-size: 13px;
    line-height: 150%;
  }

  .shop_baycrews_240613_columnBrandTextLink {
    font-size: 13px;
    line-height: 150%;
  }

  .shop_baycrews_240613_relevance {
    display: grid;
    justify-content: center;
    padding: 64px 40px;
  }

  .shop_baycrews_240613_relevanceContainer {
    display: grid;
    max-width: 1180px;
  }

  .shop_baycrews_240613_relevanceContainer--keyword {
    justify-items: center;
  }

  .shop_baycrews_240613_relevanceTitle {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 24px;
  }

  .shop_baycrews_240613_relevanceShopnews {
    column-gap: 16px;
    padding-left: 40px;
  }

  .shop_baycrews_240613_relevanceShopnewsLi {
    max-width: 170px;
    padding-bottom: 16px;
  }

  .shop_baycrews_240613_relevanceShopnewsText {
    font-size: 13px;
    line-height: 150%;
    -webkit-line-clamp: 3;
  }

  .shop_baycrews_240613_relevanceShopnewsDate {
    font-size: 13px;
    line-height: 150%;
  }

  .shop_baycrews_240613_relevanceShopnewsImage {
    aspect-ratio: 1/1;
    border-radius: 4px;
    width: 170px !important;
    max-width: 170px;
  }

  .shop_baycrews_240613_relevanceBrand {
    column-gap: 16px;
    padding: 0 0 16px 40px;
  }

  .shop_baycrews_240613_relevanceBrandLi {
    max-width: 170px;
  }

  .shop_baycrews_240613_relevanceBrandImage {
    width: 170px !important;
    max-width: 170px;
    padding: 4px;
  }

  .shop_baycrews_240613_relevanceBrandText {
    font-size: 13px;
    line-height: 150%;
  }

  .shop_baycrews_240613_relevanceKeyword {
    max-width: 914px;
    padding: 0 30px 16px;
    justify-content: center;
  }

  #wrap .main .mainImg {
    width: 400px;
    margin: 40px auto 0;
  }

  #wrap .item .lead {
    padding: 24px 16px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 150% */
  }


  .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;
  }
}
