@charset "UTF-8";
/* CSS Document */
h2 span{
  display: inline-block;
}
h2.sale-used{
  line-height: 1.4;
}
.attention_text {
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  padding: 5rem 2rem;
  border-top: 2px dashed #F2800E;
  border-bottom: 2px dashed #F2800E;
  text-align: center;
}

.ban_ssd {
  display: block;
  width: 600px;
  margin: 60px auto;
  transition: 1s;

}
.ban_ssd:hover {
  opacity: .7;
}
.flyer {
  display: block;
  margin: 30px auto 0;
  width: 100%;
}

.btn-guarantee a{
  position: relative;
  display: block;
  padding: 6px 0 7px;
  margin: 20px auto 65px;
  width: 300px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #071B7D;
  border: 2px solid #071B7D;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}
.btn-guarantee a::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  display: block;
  clip-path: polygon(39% 14%, 52% 0, 100% 50%, 52% 100%, 39% 86%, 76% 50%);
  height: 0.74em;
  aspect-ratio: 1;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.btn-guarantee a:hover{
  color: #071b7d;
  background: #fff;
}
.btn-guarantee a:hover::after{
  background-color: #071b7d;
}

/* sale-contants */
:root {
  --light-blue: #4C8DCB;
  --orange: #D76718;
}
.sale-container{
  letter-spacing: 0.06em;
}
.sale-container a{
  color: currentcolor;
}
.sale-lead{
  margin: 1.2em auto 0.6em;
  font-size: clamp(1rem, 0.779rem + 0.94vw, 1.25rem);
  font-weight: 700;
  text-align: center;
}

.saleSchedule-container{
  margin: 0 auto 1.2em;
  width: 96%;
  max-width: 600px;
  font-size: clamp(0.969rem, 0.74rem + 1.15vw, 1.313rem);
  font-weight: 700;
  border: 2px solid var(--light-blue);
}
.saleSchedule-container h3{
  color: #fff;
  line-height: 1.8;
  text-align: center;
  background: var(--light-blue);
}
.saleSchedule-list{
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding: 0.6em 0;
  margin: 0 auto;
  color: var(--light-blue);
}
.saleSchedule-item{
  display: flex;
  justify-content: space-between;
  gap: 0.4em;
  line-height: 1.2;
}
.saleSchedule-item span{
  display: block;
}
.saleSchedule-shopname{
  display: block;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
.saleSchedule-shopname:hover{
  text-decoration: none;
}
a.btn-saleSchedule{
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.1em 1.3em 0.1em 0.8em;
  color: #fff;
  font-size: clamp(0.688rem, 0.522rem + 0.71vw, 0.875rem);
  background: var(--light-blue);
  border: 2px solid var(--light-blue);
  transition: all 0.2s ease-in-out; 
}
a.btn-saleSchedule::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0.4em;
  transform: translateY(-50%);
  display: block;
  clip-path: polygon(39% 14%, 52% 0, 100% 50%, 52% 100%, 39% 86%, 76% 50%);
  height: 0.7em;
  aspect-ratio: 1;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
a.btn-saleSchedule:hover{
  color: var(--light-blue);
  background: #fff;
}
a.btn-saleSchedule:hover::after{
  background-color: var(--light-blue);
}
.saleSchedule-item.-nothing{
  display: block;
  font-size: 90%;
  line-height: 1.4;
  text-align: center;
}
.saleSchedule-item.-nothing span{
  display: inline-block;
}

.saleShop-p{
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.saleShop-p span{
  display: inline-block;
}
.btn-saleShop a{
  display: block;
  margin: 20px auto clamp(3.125rem, 1.691rem + 6.12vw, 4.75rem);
  padding-left: 0.7em;
  width: 310px;
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
}
.btn-saleShop a:hover{
  color: var(--orange);
  border-color: var(--orange);
}
.btn-saleShop a::after{
  display: none;
}
.btn-saleShop a svg{
  position: absolute;
  top: 50%;
  left: 17%;
  transform: translateY(-50%);
  fill: #fff;
  transition: all 0.2s ease-in-out;
}
.btn-saleShop a:hover svg{
  fill: var(--orange);
}



/* 241119 */
.saleSchedule-container{
  max-width: 600px;
}
.saleSchedule-inner{
  display: flex;
  justify-content: center;
}
.saleSchedule-list{
  width: fit-content;
  min-width: 330px;
  max-width: 94%;
}
.saleSchedule-item{
  display: block;
}
.saleSchedule-item div{
  display: flex;
  align-items:flex-start;
  gap: 0.45em;
}
.saleSchedule-date{
  width: 19%;
  min-width: 86px;
  max-width: 90px;
  flex-shrink: 0;
  font-size: 70%;
  color: #444;
  font-family: Arial, san-serif;
}
a.saleSchedule-shop{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 5.4em;
  padding: 0.1em 0.4em;
  color: #fff;
  font-size: clamp(0.688rem, 0.522rem + 0.71vw, 0.875rem);
  background: var(--orange);
  border: 2px solid var(--orange);
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}
a.saleSchedule-shop:hover{
  color: var(--orange);
  background: #fff;
}
.saleSchedule-list{
  gap: 0.8em;
}

@media (max-width: 550px){
  .saleSchedule-list{
    width: 94%;
    min-width: auto;
  }
  .saleSchedule-date{
    width: 25%;
    min-width: auto;
    font-size: 85%;
  }
  .saleSchedule-item div{
    gap: 0.4em;
  }
}