﻿@charset "UTF-8";

/* BASE */
:root{
  --serif: 'Noto Serif JP',"YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --color-red: #CC0000;
}
.page-event .pane-contents .container {
  display: block;
  width: 100%;
}
.page-event .pane-contents .container .pane-left-menu {
  display: none;
}
.page-event .pane-contents .container .pane-main {
  margin-bottom: 0;
  width: 100%;
}
.block-event-page--goods {
  margin: 0;
}
#header {
  margin: 0;
}
#sale {
  font-weight: 400;
  color: #000000;
  background: #F9F2E7;
}
#sale h1,
#sale h2,
#sale h3,
#sale h4 {
  padding: 0;
  margin: 0;
  font-weight: inherit;
}
#sale a {
  color: inherit;
  transition: all .3s;
}
#sale a:hover {
  opacity: 0.7;
}
#sale a:hover img {
  opacity: 1;
}
#sale img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#sale .inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  #sale {
    min-width: 1230px;
  }
  #sale .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #sale .pc-only {
    display: none;
  }
}

/*-----------------------------------------
  common
-----------------------------------------*/
#sale .box,
#sale .block-top-event--wrap {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgb(0,0,0,0.16);
}
#sale .box + .box,
#sale .block-top-event--wrap + .block-top-event--wrap {
  margin-top: 40px;
}
#sale .box-body,
#sale .block-top-event--wrap {
  padding: 60px;
}
#sale .box-body > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #sale .box-body > *:last-child {
    margin-bottom: 0;
    width: 100%;
  }
}
#sale .box-title,
#sale .block-top-event--header {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4286;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
#sale .box-title::after,
#sale .block-top-event--header::after {
  content: '';
  background-color: var(--color-red);
  height: 5px;
  width: 46px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
#sale .btn1,
#sale .more-btn a {
  background-color: var(--color-red);
  border: 2px solid var(--color-red);
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  padding: 6px 12px;
}
#sale .btn1:hover,
#sale .more-btn a:hover {
  background: #976F11;
  border: 2px solid #976F11;
  opacity: 1;
}
#sale .btn4 {
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 40px;
  color: var(--color-red);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  padding: 7px;
}
#sale .btn4:hover {
  color: #976F11;
  border: 1px solid currentColor;
  opacity: 1;
}
#sale .btn-wrap,
#sale .more-btn {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, minmax(340px, auto));
  place-content: center;
}
@media only screen and (max-width: 767px) {
  #sale .box,
  #sale .block-top-event--wrap {
    border-radius: 5px;
    box-shadow: none;
  }
  #sale .box-body,
  #sale .block-top-event--wrap {
    padding: 39px 3.488372093vw;
  }
  #sale .box-title,
  #sale .block-top-event--header {
    font-size: 22px;
    line-height: 1.591;
    padding-bottom: 18px;
    margin-bottom: 30px;
  }
  #sale .btn1,
  #sale .more-btn a {
    width: 95%;
    margin: 0 auto;
    padding: 12px 12px 11px;
    font-size: 18px;
  }
  #sale .btn4 {
    width: 340px;
    margin: 0 auto;
    padding: 7px;
    font-size: 16px;
  }
  #sale .btn-wrap,
  #sale .more-btn {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*-----------------------------------------
  mv
-----------------------------------------*/
#sale .mv img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #sale .mv {
    position: relative;
    padding-top: 24.375%;
    min-height: 468px;
    overflow: hidden;
  }
  #sale .mv img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 1920px;
  }
}

/*-----------------------------------------
  top
-----------------------------------------*/
#sale .sec-top {
  padding: 0 0 100px;
  background: url(/img/usr/event/sale/202507/bg_top.png) #F9F2E7 no-repeat center top / 100% auto;
}
#sale .sec-top .top-lead {
  position: relative;
  padding: 80px 0 25px;
  text-align: center;
}
#sale .sec-top .top-lead h2 {
  padding-inline: 30px;
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #CC0000;
}
#sale .sec-top .top-lead p {
  margin: 30px 0 0 ;
  padding-inline: 60px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 2;
}
#sale .sec-top .top-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: 300px;
  height: 316px;
  background: url(/img/usr/event/sale/202507/bg_top_01.png) no-repeat center / contain;
}
#sale .sec-top .top-lead::after {
  content: "";
  position: absolute;
  top: 0;
  right: -80px;
  width: 300px;
  height: 316px;
  background: url(/img/usr/event/sale/202507/bg_top_02.png) no-repeat center / contain;
}
#sale .sec-top .mv-date {
  width: fit-content;
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.09em;
  max-width: 1000px;
  margin: 0px auto 60px;
  padding: 15px 20px;
  background: #3A9DA8;
}
#sale .sec-top .box, 
#sale .sec-top .block-top-event--wrap {
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#sale .sec-top .box-body, 
#sale .sec-top .block-top-event--wrap {
  padding-top: 90px;
}
#sale .sec-top .box:before,
#sale .sec-top .block-top-event--wrap:before {
  position: absolute;
  display: block;
  content: "";
  background: url(/img/usr/event/sale/202507/img_pickup.png) #E53E38 repeat-x left center / 219px auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
}
html[data-browse-mode="P"] #sale #event_medama .block-thumbnail-t {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
html[data-browse-mode="P"] #sale #event_medama .block-thumbnail-t > li {
  width: 235px;
}
#sale #event_medama .saleoff-rate {
  display: inline-block;
  margin: 3px 0px;
}
#sale #event_medama .saleoff-rate span {
  display: block;
  color: #FFF;
  background-color: var(--color-red);
  padding: 3px 5px 2px;
  font-weight: 700;
  font-size: 0.8em;
  border-radius: 3px;
}
#sale .sec-top .sale-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 3.70370370%;
  margin-bottom: 60px;
}
#sale .sec-top .sale-item-img {
  margin-bottom: 10px;
}
#sale .sec-top .sale-item-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 10px;
}
#sale .sec-top .sale-item-label {
  background-color: var(--color-red);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.429;
  padding: 2px 14px;
}
#sale .sec-top .sale-item-name {
  min-height: calc(2em*1.429);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.429;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#sale .sec-top .sale-item-price {
  display: flex;
  align-items: baseline;
  gap: 11px;
  margin-bottom: 6px;
}
#sale .sec-top .sale-item-price-before {
  display: flex;
  align-items: baseline;
  position: relative;
}
#sale .sec-top .sale-item-price-before::before {
  content: '';
  background-color: currentColor;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
#sale .sec-top .sale-item-price-before-main {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.429;
}
#sale .sec-top .sale-item-price-before-sub {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.455;
}
#sale .sec-top .sale-item-price-after {
  color: #BB0201;
  display: flex;
  align-items: baseline;
}
#sale .sec-top .sale-item-price-after-main {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
}
#sale .sec-top .sale-item-price-after-sub {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.455;
}
#sale .sec-top .sale-item-mile {
  background-image: url('/img/usr/common/v02/icon_getmile.png');
  background-repeat: no-repeat;
  background-size: 23px;
  display: flex;
  align-items: baseline;
  gap: 4px;
  padding-left: 27px;
}
#sale .sec-top .sale-item-mile-main {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.462;
}
#sale .sec-top .sale-item-mile-sub {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.417;
}
@media only screen and (max-width: 767px) {
  #sale .sec-top {
    padding: 0 0 50px;
  }
  #sale .sec-top .top-lead {
    padding: 40px 0 20px;
  }
  #sale .sec-top .top-lead h2 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.75;
  }
  #sale .sec-top .top-lead p {
    margin: 16px 0 0 ;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57;
  }
  #sale .sec-top .top-lead::before {
    top: 23px;
    left: -70px;
    width: 167px;
    height: 175px;
  }
  #sale .sec-top .top-lead::after {
    top: 23px;
    right: -70px;
    width: 167px;
    height: 175px;
  }
  #sale .sec-top .mv-date {
    font-size: min(14px, 3.255813953488372vw);
    width: calc(100% - 30px);
    margin: 0px auto 30px;
    padding: 5px 10px 5px;
    position: relative;
    z-index: 1;
  }
  #sale .sec-top .box-body, 
  #sale .sec-top .block-top-event--wrap {
    padding-top: 70px;
  }
  #sale .sec-top .box:before,
  #sale .sec-top .block-top-event--wrap:before {
    background-size: 200px auto;
  }
  #sale #event_medama .saleoff-rate {
    margin: 0 0 3px;
  }
  #sale #event_medama .saleoff-rate span {
    padding: 2px 4px 1px;
  }
  #sale .sec-top .sale-items {
    grid-template-columns: unset;
    grid-auto-columns: 165px;
    grid-auto-flow: column;
    gap: 15px;
    margin-bottom: 40px;
    overflow-x: auto;
    margin-right: -3.488372093vw;
  }
  #sale .sec-top .sale-item-name {
    min-height: calc(3em*1.429);
    margin-bottom: 6px;
    -webkit-line-clamp: 3;
  }
  #sale .sec-top .sale-item-price {
    gap: 2.558139534vw;
    margin-bottom: 6px;
    white-space: nowrap;
  }
  #sale .sec-top .sale-item-mile {
    background-size: 22px;
    gap: 4px;
    padding-left: 26px;
  }
}

/*-----------------------------------------
  nav
-----------------------------------------*/
#sale .sec-nav {
  padding: 60px 0 50px;
  background: #FFE0AF;
}
#sale .sec-nav .inner {
  max-width: 1110px;
}
#sale .sec-nav .nav-kakaku-list {
  display: flex;
  gap: 20px;
  margin: -10px 0 0;
}
#sale .sec-nav .nav-kakaku-list li {
  width: 100%;
}
#sale .sec-nav .nav-kakaku-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background: var(--color-red);
  border: 2px solid var(--color-red);
  border-radius: 5px;
}
#sale .sec-nav .nav-kakaku-list li a:hover {
  color: var(--color-red);
  background: #fff;
  opacity: 1;
}
#sale .sec-nav .nav-category {
  margin: 40px 0 0;
}
#sale .sec-nav .nav-category-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
  margin: -7px 0 0;
}
#sale .sec-nav .nav-category-list .name {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #sale .sec-nav {
    padding: 40px 0 35px;
  }
  #sale .sec-nav .inner {
    padding: 0 30px;
  }
  #sale .sec-nav .nav-kakaku-list {
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
  }
  #sale .sec-nav .nav-kakaku-list li {
    width: calc((100% - 10px) / 2);
  }
  #sale .sec-nav .nav-kakaku-list li a {
    height: 42px;
  }
  #sale .sec-nav .nav-category-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0;
  }
  #sale .sec-nav .nav-category-list .name {
    height: 30px;
    font-size: 13px;
  }
}

/*-----------------------------------------
  main
-----------------------------------------*/
#sale .sec-main {
  padding: 80px 0 160px;
  background: url(/img/usr/event/sale/202507/bg_main_pc.png) no-repeat center top / min(1680px , 110%) auto;
}
/* #sale .sec-main .cp-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 0 30px;
}
#sale .sec-main .cp-title {
  margin: 16px 0 0;
  padding: 0 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.75;
}
#sale .sec-main .cp-text {
  margin: 12px 0 0;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1.666;
} */
#sale .sec-main .point-use-ttl {
  margin-inline: -20px;
}
#sale .sec-main .point-use .howto {
  text-align: center;
  width: 100%;
  background-color: #fffaee;
  border-radius: 5px;
  padding: 42px 0;
  margin: 92px auto 60px;
}
#sale .sec-main .point-use .howto h2 {
color: #ffb401;
font-size: 22px;
font-weight: bold;
letter-spacing: 0.1em;
font-feature-settings : "palt";
margin: 0 0 17px;
position: relative;
}
#sale .sec-main .point-use .howto h2::after {
content: "";
position: absolute;
left: 50%;
top: -82px;
display: block;
width: 64px;
height: 70px;
margin-left: -32px;
background-image: url("/img/usr/event/sale/202507/ico_point.png");
background-position: center center;
background-repeat: no-repeat;
background-size: 64px auto;
}
#sale .sec-main .point-use .howto p {
font-size: 18px;
line-height: 1.777;
letter-spacing: 0.1em;
font-feature-settings : "palt";
}
#sale .sec-main .point-use .howto a {
  color: #e50000;
  text-decoration: underline;
}
#sale .sec-main .point-use .point_howto {
  margin: 100px auto 0px;
  text-align: center;
}
#sale .sec-main .point-use .point_howto ul {
  display: flex;
  justify-content: space-between;
}
#sale .sec-main .point-use .point_howto ul li {
  width: calc((100% - 20px) / 2);
}
#sale .sec-main .point-use .point_howto ul li a {
  color: #fff;
  background: #111;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.77;
  letter-spacing: 0.06em;
  display: block;
  border: 2px solid #111;
  border-radius: 10px;
  padding: 15px 0 14px;
  position: relative;
  transition: all .3s; 
}
#sale .sec-main .point-use .point_howto img {
  margin: 0 0 80px;
  box-shadow: 0 4px 10px #cba6a6;
}
#sale .sec-main .point-use .point_howto ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
#sale .sec-main .point-use .point_nav {
  display: block;
  width: 100%;
  margin: auto;
}
#sale .sec-main .point-use .point_nav h2 {
  margin: 65px 0 35px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.78125;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  display: block;
}
#sale .sec-main .point-use .point_nav h2 span {
  color: #ffb401;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  display: block;
}
#sale .sec-main .point-use .point_nav ul {
	display: flex;
	justify-content: space-between;
}
#sale .sec-main .point-use .point_nav ul li {
  width: calc((100% - 40px) / 5);
}
#sale .sec-main .point-use .point_nav ul li a {
	text-align: center;
	display: block;
	border: 2px solid #ffb401;
	border-radius: 10px;
	padding: 137px 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	transition: all .3s;
}
#sale .sec-main .point-use .point_nav ul li a:hover {
	opacity: 0.5;
}
#sale .sec-main .point-use .point_nav ul li a span {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-feature-settings : "palt";
	line-height: 1.22;
	text-align: center;
	display: block;
	background-color: #fffaee;
	padding: 19px 0 18px;
}
#sale .sec-main .point-use .point_nav ul li a span small {
	font-size: 13px;
	line-height: 1.69;
	display: inline-block;
	vertical-align: text-top;
}
#sale .sec-main .point-use .point_nav ul li.no1 a {
	background-image: url("/img/usr/event/sale/202507/nav_point01.png");
	background-position: center 42px;
}
#sale .sec-main .point-use .point_nav ul li.no2 a {
	background-image: url("/img/usr/event/sale/202507/nav_point02.png");
	background-position: center 32px;
}
#sale .sec-main .point-use .point_nav ul li.no3 a {
	background-image: url("/img/usr/event/sale/202507/nav_point03.png");
	background-position: center 40px;
}
#sale .sec-main .point-use .point_nav ul li.no4 a {
	background-image: url("/img/usr/event/sale/202507/nav_point04.png");
	background-position: center 24px;
}
#sale .sec-main .point-use .point_nav ul li.no5 a {
	background-image: url("/img/usr/event/sale/202507/nav_point05.png");
	background-position: center 20px;
}
#sale .sec-main .campaign-contents-box {
    margin: 50px 0 150px;
}
#sale .sec-main .bnr .box-body {
  display: flex;
  padding: 40px;
}
#sale .sec-main .bnr .bnr-img {
  width: 512px;
}
#sale .sec-main .bnr .bnr-text h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.428;
}
#sale .sec-main .bnr .bnr-text p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.75;
}
#sale .sec-main .bnr .btn-wrap {
  place-content: flex-start;
  margin: 30px 0 0;
}
#sale .sec-main .links {
  margin-bottom: 40px;
}
#sale .sec-main .links .box-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
#sale .sec-main .links .links-item {
  width: calc( 255 / 1080 * 100%);
}
#sale .sec-main .links .links-img {
  margin-bottom: 10px;
  border-radius: 5px;
}
#sale .sec-main .links .links-name {
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  #sale .sec-main .bnr .bnr-text {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    padding: 20px;
    border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  #sale .sec-main {
    padding: 40px 0 80px;
    background-image: url(/img/usr/event/sale/202507/bg_main_sp.png);
    background-size: 125% auto;
  }
  /* #sale .sec-main .cp-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin: 0 0 40px;
  }
  #sale .sec-main .cp-title {
    margin: 10px 0 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #sale .sec-main .cp-text {
    margin: 5px 0 0;
    padding: 0;
    font-size: 11px;
    line-height: 1.54;
  } */
  #sale .sec-main .point-use-ttl {
    margin: 0;
  }
  #sale .sec-main .point-use .howto {
    text-align: center;
    border-radius: 5px;
    padding: 50px 10px 24px;
    margin: 40px auto 30px;
  }
  #sale .sec-main .point-use .howto h2 {
	  font-size: 16px;
  }
  #sale .sec-main .point-use .howto h2::after {
    top: -70px;
    width: 46px;
    height: 50px;
    margin-left: -23px;
    background-size: cover;
  }
  #sale .sec-main .point-use .howto p {
    font-size: 14px;
    line-height: 1.78;
    letter-spacing: 0.1em;
  }
  #sale .sec-main .point-use .point_howto {
    margin-top: 40px;
  }
  #sale .sec-main .point-use .point_howto ul {
    display: block;
    justify-content: unset;
  }
  #sale .sec-main .point-use .point_howto ul li {
    width: unset;
    margin-top: 10px;
  }
  #sale .sec-main .point-use .point_howto ul li a {
    line-height: 1.1;
    padding: 10px 0 9px;
  }
  #sale .sec-main .point-use .point_howto img {
    margin: 0 0 60px;
    box-shadow: 0 4px 10px #cba6a6;
  }
  #sale .sec-main .point-use .point_nav {
    width: auto;
  }
  /* #sale .sec-main .point-use .point_nav h2 {
    margin: 65px 0 35px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.78125;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    display: block;
  }
  #sale .sec-main .point-use .point_nav h2 span {
    color: #ffb401;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    display: block;
  } */
  #sale .sec-main .point-use .point_nav ul {
	  flex-wrap: wrap;
  }
  #sale .sec-main .point-use .point_nav ul li {
    width: calc((100% - 5px) / 2);
    margin-bottom: 5px;
  }
  #sale .sec-main .point-use .point_nav ul li a {
    border: 2px solid #ffb401;
    border-radius: 10px;
    padding: 63px 0 0;
  }
  #sale .sec-main .point-use .point_nav ul li a span {
    font-size: 14px;
    line-height: 1.22;
    background-color: #fffaee;
    padding: 9px 0 8px;
  }
  #sale .sec-main .point-use .point_nav ul li.no1 a {
    background-position: center 18px;
    background-size: 29px auto;
  }
  #sale .sec-main .point-use .point_nav ul li.no2 a {
    background-position: center 18px;
    background-size: 29px auto;
  }
  #sale .sec-main .point-use .point_nav ul li.no3 a {
    background-position: center 18px;
    background-size: 29px auto;
  }
  #sale .sec-main .point-use .point_nav ul li.no4 a {
    background-position: center 18px;
    background-size: 29px auto;
  }
  #sale .sec-main .point-use .point_nav ul li.no5 a {
    background-position: center 18px;
    background-size: 29px auto;
  }
  #sale .campaign-contents-box .campaign-list {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
  }
  #sale .sec-main .bnr {
    border: 1px solid var(--color-red);
  }
  #sale .sec-main .bnr .box-body {
    flex-direction: column;
    gap: 20px;
    padding: 20px 15px 30px;
  }
  #sale .sec-main .bnr .bnr-img {
    width: 100%;
  }
  #sale .sec-main .bnr .bnr-text h2 {
    font-size: 18px;
  }
  #sale .sec-main .bnr .bnr-text p {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.71;
  }
  #sale .sec-main .bnr .btn-wrap {
    margin: 20px 0 0;
  }
  #sale .sec-main .bnr .btn-wrap a {
    margin: 0 auto;
    padding: 6px 12px;
    font-size: 16px;
  }
  #sale .sec-main .links .box-body {
    gap: 40px 10px;
    justify-content: flex-start;
  }
  #sale .sec-main .links .links-item {
    width: calc((100% - 10px) / 2);
  }
  #sale .sec-main .links .links-name {
    font-size: 13px;
  }
}

/*-----------------------------------------
  event
-----------------------------------------*/
#sale #event_wrap {
  margin-block: 40px;
}
#sale #event_wrap + .btn-wrap {
  margin-block: 40px;
}
#sale .block-thumbnail-t--goods-icon.block-icon img {
  height: 20px;
}
html[data-browse-mode="P"] #sale .block-top-event--goods {
  margin: 0 0 60px;
}
html[data-browse-mode="P"] #sale .block-thumbnail-t {
  flex-wrap: nowrap;
  gap: 35px;
  margin: 0;
  padding: 0 0 40px;
  overflow-x: auto;
}
html[data-browse-mode="P"] #sale .block-thumbnail-t > li {
  width: 188px;
  flex-shrink: 0;
  margin: 0;
}
html[data-browse-mode="P"] #sale .block-thumbnail-t--goods-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
html[data-browse-mode="P"] #sale .block-thumbnail-t--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
html[data-browse-mode="S"] #sale .block-top-event--goods {
  margin: 0 -15px;
  padding: 0;
}
html[data-browse-mode="S"] #sale .block-thumbnail-t--items {
  flex-wrap: nowrap;
  gap: 20px;
  padding: 0 15px 10px;
  margin: 0 0 30px 0;
  overflow-x: auto;
  overflow-y: hidden;
}
html[data-browse-mode="S"] #sale .block-thumbnail-t--items li {
  width: 166px;
  margin: 0;
}
html[data-browse-mode="S"] #sale .block-thumbnail-t--goods-image {
  width: 166px;
}
html[data-browse-mode="S"] #sale .block-thumbnail-t--goods-image figure {
  width: 166px;
  height: 166px;
}
@media only screen and (max-width: 767px) {
  #sale .block-thumbnail-t--items .block-icon img {
    height: 16px;
  }
}

/*-----------------------------------------
  fix-btn
-----------------------------------------*/
#sale .fix-btn {
  position: fixed;
  bottom: 150px;
  right: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
}
#sale .fix-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 50px;
  width: 220px;
  background: #FFE27B;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #sale .fix-btn {
    width: 100%;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #sale .fix-btn a.pc-only {
    display: none;
  }
  #sale .fix-btn a {
    position: relative;
    width: calc(100% / 3);
    min-height: 55px;
  }
  #sale .fix-btn a:after {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: calc(100% - 10px);
    top: 50%;
    left: 0;
    background: #E6B400;
    transform: translateY(-50%);
  }
  #sale .fix-btn a:first-child:after {
    display: none;
  }
  #sale .fix-btn a:hover {
    opacity: 1;
  }
}