:root {
  /* pink */
  --pink-firstView: #d43500;
  --pink-languageTab: #f4dac9;
  --pink-languageTab--active: #f6bca5;

  /* red */
  --red-firstView: #d14354;
  --red-languageTab: #faedcb;
  --red-languageTab--active: #ffde83;

  /* style */
  /* fv内の背景色 */
  --firstView: var(--pink-firstView);
  /* 言語タブの非活性時背景色 */
  --languageTab: var(--pink-languageTab);
  /* 言語タブの活性時背景色 */
  --languageTab--active: var(--pink-languageTab--active);
}

.shop_coupon {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #333;
  white-space: normal;
}

.shop_coupon_fvImage {
  aspect-ratio: 1180/354;
  object-fit: cover;
  min-height: 354px;
}

.shop_coupon_fvSlider {
  background-color: var(--firstView);
  padding: 16px 0;
}

.shop_coupon_fvSliderTitle {
  color: #fff;
  padding: 0 16px;
  text-align: center;
  word-break: keep-all;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;

  @media screen and (min-width: 768px) {
    font-size: 18px;
    line-height: 150%;
  }
}

.shop_coupon_fvSliderUl {
  padding: 16px 0 !important;
  gap: 8px;
  max-width: 1180px;
}

.shop_coupon_fvSliderLi {
  background-color: #fff;
  border-radius: 4px;
}

.shop_coupon_fvSliderImage {
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px;
}

.shop_coupon_descriptionColumn {
  display: grid;
  gap: 24px;
  padding: 32px 16px;
  text-align: center;

  @media screen and (min-width: 768px) {
    padding: 32px 0;
    justify-content: center;
  }
}

.shop_coupon_descriptionText {
  white-space: nowrap;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.shop_coupon_implementationPeriod {
  display: grid;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 4px;
  justify-items: center;
  gap: 16px;
  padding: 16px;

  @media screen and (min-width: 768px) {
    grid-auto-flow: column;
    justify-content: center;
    padding: 8px 16px;
    width: fit-content;
  }
}

.shop_coupon_implementationPeriod_sp {
  @media (min-width: 600px) {
    display: none;
  }
}

.shop_coupon_implementationPeriodTitle {
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  width: fit-content;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.shop_coupon_implementationPeriodDate {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.shop_coupon_implementationPeriodLink {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.shop_coupon_searchFavorite {
  display: grid;
  background-color: #f7f7f7;
  gap: 40px;
  justify-content: center;
  padding: 40px 16px;

  @media screen and (min-width: 768px) {
    grid-auto-flow: column;
    gap: 16px;
    padding: 40px 0;
  }
}

.shop_coupon_searchFavoriteBox {
  display: grid;
  gap: 16px;
  justify-content: center;
  justify-items: center;
  text-align: center;

  @media screen and (min-width: 768px) {
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}

.shop_coupon_searchFavoriteBlowing {
  display: grid;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  gap: 8px;
  grid-auto-flow: column;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
  width: 324px;
  height: 74px;
  margin: auto auto 23px;
  @media screen and (min-width: 768px) {
    margin: auto auto 26px;
  }
}

.shop_coupon_searchFavoriteBlowing::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #fff;
}

.shop_coupon_searchFavoriteBlowingIcon {
  aspect-ratio: 1/1;
}

.shop_coupon_searchFavoriteBlowingText {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.shop_coupon_searchFavoriteBlowingLink {
  display: grid;
  align-items: center;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  height: fit-content;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  width: 309px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;

  @media screen and (min-width: 768px) {
    width: 357px;
  }
}

.shop_coupon_searchFavoriteBlowingAnnotation {
  display: grid;
  margin-top: 8px;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;

  @media screen and (min-width: 768px) {
    font-size: 13px;
    line-height: 150%;
  }
}

/* 対象ショップ */
.shop_coupon_targetShops {
  display: grid;
  gap: 40px;
  padding: 0 16px 0;
  position: relative;

  @media screen and (min-width: 768px) {
    padding: 0 40px 0;
  }
}

.shop_coupon_targetShopsTitle {
  color: #4d3b2c;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.shop_coupon_targetShopsContainer {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
}

.shop_coupon_targetShopsSelectLanguage {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(auto-fit, minmax(167px, 1fr));
  margin: 0 auto;
  gap: 8px;
  max-width: 680px;

  justify-content: center;

  @media screen and (min-width: 768px) {
    gap: 16px;
  }
}

.shop_coupon_targetShopsSelectLanguageLi {
  display: grid;
  height: 64px;
}

.shop_coupon_targetShopsSelectLanguageTab {
  display: grid;
  align-items: center;
  border-radius: 8px 8px 0px 0px;
  background-color: var(--languageTab);
  color: #756b57;
  padding: 8px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.shop_coupon_targetShopsSelectLanguageRadio {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.shop_coupon_targetShopsSelectLanguageRadio:checked+.shop_coupon_targetShopsSelectLanguageTab {
  color: #333;
  background-color: var(--languageTab--active);
}

.shop_coupon_targetShopsCharacterSearchButtonsContainer {
  display: grid;
  justify-items: center;
  background-color: var(--languageTab--active);
  padding: 40px 16px;

  @media screen and (min-width: 725px) {
    border-radius: 8px 8px 0px 0px;
  }
}

.shop_coupon_targetShopsCharacterSearchButtons {
  display: none;
  grid-template-columns: repeat(5, 44px);
  gap: 8px;
  width: 100%;
  justify-content: center;

  @media screen and (min-width: 768px) {
    grid-template-columns: repeat(10, 44px);
  }
}

.shop_coupon_targetShopsCharacterSearchButtons--english {
  grid-template-columns: repeat(6, 44px);

  @media screen and (min-width: 768px) {
    grid-template-columns: repeat(auto-fit, minmax(44px, 44px));
  }

  @media screen and (min-width: 900px) {
    max-width: 772px;
  }
}

.shop_coupon_targetShopsCharacterSearchButtons--english>.shop_coupon_targetShopsCharacterSearchButtonsLi--other {
  width: 200px;
  grid-column: span 4;
}

.shop_coupon_targetShopsCharacterSearchButtonRadio {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.shop_coupon_targetShopsCharacterSearchButton {
  align-items: center;
  border-radius: 4px;
  background-color: #ffffff;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 44px;
  justify-content: center;
  padding: 12px 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.shop_coupon_targetShopsCharacterSearchButtonRadio:checked+.shop_coupon_targetShopsCharacterSearchButton {
  color: #fff;
  background-color: #333;
}

.shop_coupon_targetShopsCharacterSearchButtonRadio:disabled+.shop_coupon_targetShopsCharacterSearchButton {
  pointer-events: none;
  color: #707070;
  background-color: #d9d9d9;
}

.shop_coupon_targetShopsListsContainer {
  display: none;
  border-radius: 0 0 8px 8px;
  background-color: var(--languageTab--active);
  padding: 24px 16px 80px;
}

.shop_coupon_targetShopsListsBox {
  display: grid;
  gap: 24px;
  padding-bottom: 74px;
}

.shop_coupon_targetShopsListsBox:last-of-type {
  padding-bottom: 0;
}

.shop_coupon_targetShopsListsTitle {
  display: grid;
  align-items: center;
  border-radius: 100px;
  background-color: #333;
  color: #fff;
  justify-content: center;
  margin: 0 auto;
  min-width: 50px;
  height: 50px;
  padding: 0 16px;
  box-sizing: border-box;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.shop_coupon_targetShopsLists {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(311px, 311px));
  justify-content: center;

  @media screen and (min-width: 768px) {
    grid-template-columns: repeat(auto-fit, minmax(294px, 294px));
  }
}

.shop_coupon_targetShopsList {
  display: grid;
  width: 311px;

  @media screen and (min-width: 768px) {
    width: 294px;
  }
}

.shop_coupon_targetShopsListBox {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 4px;

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

.shop_coupon_targetShopsListTitle {
  display: grid;
  align-items: center;
  border-radius: 8px 8px 0 0;
  background-color: #333;
  color: #fff;
  height: 40px;
  padding: 4px 16px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.shop_coupon_targetShopsListContainer {
  display: grid;
  border-radius: 0 0 8px 8px;
  background-color: #f7f7f7;
  gap: 16px;
  padding: 16px;
}

.shop_coupon_targetShopsListBody {
  display: grid;
  grid-auto-flow: column;
  gap: 8px;

  @media screen and (min-width: 768px) {
    grid-auto-flow: unset;
    justify-items: center;
  }
}

.shop_coupon_targetShopsListBodyImage {
  height: 72px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px;
}

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

.shop_coupon_targetShopsListBodyAllPrice {
  display: flex;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.shop_coupon_targetShopsListBodyAllPriceSupplement--small {
  font-size: 10px;
  line-height: 15px;

  @media screen and (min-width: 768px) {
    font-size: 11px;
    line-height: 150%;
  }
}

.shop_coupon_targetShopsListBodyAllPriceSupplement {
  display: flex;
  align-items: flex-end;
  font-size: 12px;
  line-height: 18px;

  @media screen and (min-width: 768px) {
    font-size: 13px;
    line-height: 150%;
  }
}

.shop_coupon_targetShopsListBodyDiscount {
  display: flex;
  align-items: flex-end;
  color: #db214e;
  gap: 2px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.shop_coupon_targetShopsListBodyDiscountDollar {
  margin-bottom: 8px;
}

.shop_coupon_targetShopsListBodyDiscountPrice {
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;

  @media screen and (min-width: 768px) {
    font-size: 32px;
  }
}

.shop_coupon_targetShopsListBodyDiscountText {
  margin-bottom: 8px;
}

.shop_coupon_targetShopsListLink {
  display: grid;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #707070;
  justify-content: center;
  min-height: 28px;
  padding: 4px;
  text-decoration: none;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.shop_coupon_targetShopsListAnnotation {
  display: grid;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;

  @media screen and (min-width: 768px) {
    font-size: 13px;
    line-height: 150%;
  }
}

.shop_coupon_precautions {
  padding: 40px 16px;
}

.shop_coupon_precautionsContainer {
  display: grid;
  border-radius: 4px;
  background-color: #f7f7f7;
  padding: 8px 0 16px;
  max-width: 914px;
  margin: 0 auto;
}

.shop_coupon_precautionsTitle {
  padding: 8px 16px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.shop_coupon_precautionsUl {
  display: grid;
  gap: 4px;
  padding: 0 16px;
}

.shop_coupon_precautionsLl {
  list-style: disc;
  margin-left: 16px;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;

  @media screen and (min-width: 768px) {
    font-size: 13px;
    line-height: 150%;
  }
}

.shop_coupon_precautionsLl::marker {
  font-size: 10px;
}

.shop_coupon_targetShopsCharacterSearchButtonsFixation {
  display: grid;
  background-color: var(--firstView);
  gap: 8px;
  padding: 8px 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.5s ease;

  @media screen and (min-width: 768px) {
    padding: 16px 0;
    gap: 16px;
  }
}

.shop_coupon_targetShopsCharacterSearchButtonsFixation--hide {
  translate: 0 -100%;
}

.shop_coupon_targetShopsSelectLanguageFixation {
  display: grid;
  box-sizing: border-box;
  grid-auto-flow: column;
  grid-template-columns: repeat(auto-fit, minmax(152px, 1fr));
  margin: 0 auto;
  gap: 8px;
  padding: 0 16px;
  max-width: 728px;
  justify-content: center;
  width: 100%;

  @media screen and (min-width: 768px) {
    gap: 16px;
  }
}

.shop_coupon_targetShopsSelectLanguageFixationLi {
  display: grid;
}

.shop_coupon_targetShopsSelectLanguageFixationTab {
  display: grid;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  max-width: 340px;
  padding: 8px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.shop_coupon_targetShopsSelectLanguageFixationRadio {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.shop_coupon_targetShopsSelectLanguageFixationRadio:checked+.shop_coupon_targetShopsSelectLanguageFixationTab {
  color: var(--firstView);
  background-color: #fff;
}

.shop_coupon_targetShopsSelectLanguageFixationCharacter {
  display: grid;
  align-items: center;
  overflow-x: auto;
  grid-auto-flow: column;
  gap: 4px;
  padding: 0 16px;
  scrollbar-width: none;

  @media screen and (min-width: 660px) {
    justify-content: center;
  }
}

.shop_coupon_targetShopsSelectLanguageFixationCharacter--english {
  @media screen and (min-width: 660px) {
    justify-content: start;
  }

  @media screen and (min-width: 1180px) {
    justify-content: center;
  }
}

.shop_coupon_targetShopsSelectLanguageFixationCharacterItem {
  width: 60px;

  @media screen and (min-width: 768px) {
    width: 36px;
  }
}

.shop_coupon_targetShopsCharacterSearchButtonFixation {
  display: grid;
  border-radius: 1000px;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;

  @media screen and (min-width: 768px) {
    font-size: 13px;
  }
}

.shop_coupon_targetShopsCharacterSearchButtonFixation--other {
  width: 44px;
}

.shop_coupon_targetShopsCharacterSearchButtonRadioFixation {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.shop_coupon_targetShopsCharacterSearchButtonRadioFixation:checked+.shop_coupon_targetShopsCharacterSearchButtonFixation {
  color: var(--firstView);
  background-color: #fff;
}

.shop_coupon_targetShopsCharacterSearchButtonRadioFixation:disabled+.shop_coupon_targetShopsCharacterSearchButtonFixation {
  pointer-events: none;
  color: #707070;
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
}



/* feature */


.shop_baycrews_240613_column {
  max-width: 1180px;
  background-color: var(--languageTab);
  padding: 10px;
  margin-bottom: 50px;

  @media (min-width: 768px) {
    margin: 73px auto;
    border-radius: 8px;
  }
}

.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 {
  padding: 10px 20px;
  color: #4d3b2c;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  width: fit-content;

  @media (min-width: 768px) {
    font-size: 24px;
  }
}

.shop_baycrews_240613_columnBrandName {
  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: #4d3b2c;
  /* font-family: "Noto Sans JP"; */
  font-size: 4vw;
  font-style: normal;
  font-weight: bold;
  line-height: 21px;
  padding: 16px 16px 40px;
  text-align: center;
}

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

  @media (min-width: 768px) {
    width: 80%;
    margin: auto;
  }
}

.shop_baycrews_240613_columnBrandUlLi {
  display: grid;
  /* padding-bottom: 50px; */
  grid-template-rows: subgrid;
  /* grid-row: span 5; */
  margin: auto auto 50px auto;
  /* border: 1px solid #bebebe; */
  border-radius: 5px;
}

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

  /* height: 200px; */
  @media (min-width: 768px) {
    min-width: 170px;
    /* height: 300px; */
  }

}

.shop_baycrews_240613_columnBrandUlItem {
  display: grid !important;
  color: #fff !important;
  border-radius: 4px;
  background: #333;
  padding: 4px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  /* font-family: "Noto Sans JP"; */
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;

  @media screen and (min-width: 768px) {
    font-size: 12px;
  }
}


.shop_baycrews_240613_columnBrandUlItem2 {
  display: grid !important;
  color: #333 !important;
  border-radius: 4px;
  background: #ebfaff;
  border: 2px solid #333;
  padding: 4px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  /* font-family: "Noto Sans JP"; */
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;

  @media screen and (min-width: 768px) {
    font-size: 12px;
  }
}



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

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