.fs-l-main,
.fs-l-pageMain {
  max-width: inherit !important;
  margin: 0 auto;
}

#fs_CustomPage .fs-l-main {
  padding: 0;
}

.fs-c-breadcrumb__listItem {
  display: inline;
}

:root {
  --sale-blue: #42c3dc;
  --sale-blue-dark: #0082a0;
  --sale-blue-light: #e8fbff;
  --sale-red: #d70000;
  --sale-black: #222222;
  --sale-gray: #f4f4f4;
  --sale-border: #d8d8d8;
  --sale-font: "Noto Sans JP", sans-serif;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.lp_wrap {
  width: 100%;
  margin: 0 auto;
  color: var(--sale-black);
  font-family: var(--sale-font);
  font-weight: 400;
  letter-spacing: 0;
}

.lp_wrap *,
.lp_wrap *::before,
.lp_wrap *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.lp_wrap img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.lp_wrap ul,
.lp_wrap ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp_wrap a {
  color: inherit;
  text-decoration: none;
}

.content-wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.summer_sale_lp {
  overflow: hidden;
  background: #ffffff;
}

.sale_mv {
  background: var(--sale-blue-light);
}

.sale_mv_img {
  margin: 0;
}

.sale_mv_img img {
  width: 100%;
}

.sale_lead {
  padding: 60px 0 70px;
  background: #fff;
  text-align: center;
}

.sale_lead_text {
  margin: 0 0 70px;
  color: #000000;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.4;
}

.sale_lead_text .sale_lead_accent {
  color: var(--sale-blue) !important;
  font-weight: 800;
}

.sale_schedule {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  text-align: left;
}

.sale_schedule li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #000000;
  font-size: 20px;
  line-height: 1.5;
}

.sale_schedule span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  padding: 5px;
  background: #dddddd;
  color: #111111;
  font-size: 16px;
  line-height: 1.3;
}

.sale_schedule b {
  display: block;
  font-style: normal;
}

.sale_schedule em {
  display: block;
  min-width: 0;
  font-style: normal;
}

.sale_schedule.is-ended,
.sale_schedule .is-ended {
  color: #b8b8b8;
}

.sale_schedule .is-ended span {
  background: #dddddd;
  color: #111111;
}

.sale_schedule .is-ended b,
.sale_schedule .is-ended em {
  color: #b8b8b8;
  text-decoration: line-through;
}

.sale_schedule .is-current span {
  background: var(--sale-blue);
  color: #ffffff;
}

.sale_cta {
  padding: 0px 0 80px;
  text-align: center;
}

.sale_cta_bottom {
  padding: 80px 0 80px;
}

.sale_limit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.sale_limit span {
  display: block;
  width: 50px;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
}

.sale_limit span:last-child {
  transform: rotate(-45deg);
}

.sale_main_button,.sale_main_button.wb{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(460px, 100%);
  padding: 20px 30px;
  border: 2px solid var(--sale-blue);
  border-radius: 8px;
  background: var(--sale-blue);
  color: #ffffff !important;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.4;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sale_main_button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #ffffff;
  transition: border-color 0.2s ease;
}

.sale_main_button:hover,
.sale_main_button:focus-visible {
  border-color: var(--sale-blue);
  background: #ffffff;
  color: var(--sale-blue) !important;
}

.sale_main_button:hover::after,
.sale_main_button:focus-visible::after {
  border-left-color: var(--sale-blue);
}

.sale_products {
  padding: 0 0 80px;
  background: var(--sale-gray);
}

.sale_tabs {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 60px;
  padding: 0 max(0px, calc((100vw - 960px) / 2));
  border-bottom: 4px solid var(--sale-blue);
  background: #ffffff;
}

.sale_tab_list {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.sale_tab_list li {
  display: flex;
  flex: 1;
}

.sale_tab_list button {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  padding: 0 10px;
  border: 2px solid var(--sale-border);
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  background: #f7f7f7;
  color: #111111;
  appearance: none;
  font-family: var(--sale-font);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
  transform: translateY(0) scale(1);
  transform-origin: center bottom;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sale_tab_list button::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  pointer-events: none;
}

.sale_tab_list button:hover,
.sale_tab_list button:focus-visible {
  border-color: var(--sale-blue);
  background: var(--sale-blue);
  color: #FFF;
}

.sale_tab_list button:hover::before,
.sale_tab_list button:focus-visible::before {
  border-color: var(--sale-blue);
}

.sale_tab_list button.is-active {
  height: 120px;
  padding: 20px 10px 40px;
  border-color: var(--sale-blue);
  background: var(--sale-blue);
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
}

.sale_tab_list button.is-active:hover,
.sale_tab_list button.is-active:focus-visible {
  transform: translateY(0) scale(1);
}

.sale_tab_list button.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #ffffff;
  transform: translateX(-50%);
}

.sale_product_panel {
  display: none;
  background: var(--sale-gray);
}

.sale_product_panel.is-active {
  display: block;
}

.sale_panel_title {
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #888888;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.sale_product_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.sale_product_list + .sale_panel_title {
  margin-top: 60px;
}

.sale_product_item {
  width: calc((100% / 3) - 20px);
}

.sale_product_card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 10px;
}

.sale_product_image {
  position: relative;
  margin-bottom: 10px;
  background: var(--sale-gray);
  aspect-ratio: 1 / 1;
  box-shadow: 0 0 0 1px #eeeeee;
}

.sale_product_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sale_off_badge {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  min-width: 130px;
  padding: 10px;
  background: #e32317;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.sale_product_name {
  margin: 0 0 10px;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.sale_price_before {
  margin: auto 0 0;
  color: #222222;
  font-size: 18px;
  line-height: 1.5;
  text-align: right;
  text-decoration: line-through;
}

.sale_price_now {
  margin: 0 0 10px;
  color: var(--sale-red);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  text-align: right;
}

.sale_price_now small {
  color: var(--sale-red);
  font-size: 20px;
  font-weight: 700;
}

.sale_cart_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--sale-blue);
  border-radius: 0;
  background: var(--sale-blue);
  color: #ffffff !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  transition: none;
}

.sale_cart_button::before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--sale-blue);
  font-size: 22px;
  line-height: 1;
}

.sale_cart_button:hover,
.sale_cart_button:focus-visible {
  border-color: var(--sale-blue);
  background: var(--sale-blue);
  color: #ffffff !important;
}

.sale_cart_button:hover::before,
.sale_cart_button:focus-visible::before {
  background: #ffffff;
  color: var(--sale-blue);
}

.sale_related {
  padding: 20px 0 60px;
  background: #ffffff;
}

.sale_related_title {
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #888888;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.sale_related_list {
  display: flex;
  gap: 30px;
}

.sale_related_list li {
  width: calc(100% / 3 - 15px);
  text-align: center;
  margin: 0 auto;
}


.sale_product_empty {
  padding: 40px 20px;
  border: 1px solid var(--sale-border);
  background: var(--sale-gray);
  color: #555555;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .summer_sale_lp {
    width: 100vw;
    max-width: 100vw;
  }

  .content-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .sale_lead {
    padding: 60px 0;
  }

  .sale_lead_text {
    margin-bottom: 40px;
    font-size: 25px;
  }

  .sale_schedule {
    width: 100%;
    gap: 10px;
  }

  .sale_schedule li {
    gap: 10px;
    font-size: 16px;
    text-align: center;
  }

  .sale_schedule span {
    width: 76px;
    padding: 5px;
    font-size: 12px;
  }

  .sale_schedule b {
    flex: 0 0 58px;
  }

  .sale_schedule b,
  .sale_schedule em {
    white-space: nowrap;
  }

  .sale_schedule b {
    font-size: 18px;
  }

  .sale_schedule em {
    font-size: 14px;
  }

  .sale_cta {
    padding: 0px 0 60px;
  }

  .sale_cta_bottom {
    padding: 50px 0 30px;
  }

  .sale_limit {
    gap: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .sale_limit span {
    width: 34px;
  }

  .sale_main_button {
    padding: 10px 20px;
    font-size: 20px;
  }
  .sale_main_button.wb{
    width: 80%;
    font-size: 20px;
  }

  .sale_tabs {
    margin-bottom: 20px;
    padding: 0 20px;
    border-bottom-width: 4px;
  }

  .sale_tab_list {
    gap: 10px;
  }

  .sale_tab_list li {
    flex: 1;
    min-width: 0;
  }

  .sale_tab_list button {
    height: 70px;
    padding: 0 10px;
    border-width: 1px;
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    font-size: 16px;
  }

  .sale_tab_list button::before {
    border-width: 1px;
  }


  .sale_tab_list button:hover,
  .sale_tab_list button:focus-visible {
    transform: translateY(0) scale(1);
  }

  .sale_tab_list button.is-active {
    height: 90px;
    padding: 10px 10px 30px;
    font-size: 16px;
  }

  .sale_tab_list button.is-active::after {
    bottom: 10px;
    border-left-width: 14px;
    border-right-width: 14px;
    border-top-width: 16px;
  }

  .sale_product_panel {
    padding-top: 20px;
  }

  .sale_panel_title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .sale_product_list {
    gap: 20px;
  }

  .sale_product_list + .sale_panel_title {
    margin-top: 40px;
  }

  .sale_product_item {
   width: calc((100% / 2) - 10px);
  }

  .sale_product_image {
    margin-bottom: 10px;
    border-width: 6px;
  }

  .sale_off_badge {
    min-width: 70px;
    padding: 5px 10px;
    font-size: 18px;
  }


  .sale_product_name {
    font-size: 12px;
  }

  .sale_price_before {
    font-size: 12px;
  }

  .sale_price_now {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .sale_price_now small {
    font-size: 16px;
  }

  .sale_cart_button {
    padding: 10px;
    font-size: 13px;
  }

  .sale_cart_button::before {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    font-size: 15px;
  }

  .sale_related {
    padding: 10px 0 50px;
  }

  .sale_related_title {
    font-size: 18px;
  }

  .sale_related_list {
    gap: 10px;
  }
.sale_products{
  padding: 0 0 60px;
}
.sale_cta_bottom{
  padding: 60px 0;
}
.sale_related_list li{

  width: calc(100% / 3 - 5px);
}
}


.sale_category_list{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.sale_category_list li{
  width: calc(100% / 3 - 15px);
}
.sale_category_list li a{
  display: block;
  border: 1px solid #bababa;
  border-radius: 20px;
  text-align: center;
  color: #000;
  font-size: 20px;
  text-align: center;
  padding: 30px 0;
  transition: all 0.2s ease, color 0.2s ease;
}
.sale_category_list li a:hover{
  display: block;
  border: 1px solid #46c5e0;
  background-color: #46c5e0;
  color: #fff;
}
@media screen and (max-width:768px){
.sale_category_list li{
  width: calc(100% / 2 - 10px);
}
.sale_category_list li a{
  font-size: 16px;
}
}

@media screen and (max-width:400px){
  .sale_product_list{
    gap: 10px;
  }
   .sale_product_item {
    width: calc((100% / 2) - 5px);
  }
}