@charset "utf-8";

/*-----------------------------------------
  base
-----------------------------------------*/
#sale {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #40403f;
  background: #fff;
}
#sale h1,
#sale h2,
#sale h3,
#sale h4 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
#sale a {
  color: inherit;
  transition: all .3s;
}
#sale a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#sale img{
  vertical-align: bottom;
}
#sale sup {
  font-size: 0.6em;
  line-height: 1;
  vertical-align: super;
}
#sale button {
  width: 100%;
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
#sale .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  #sale .for-sp{
    display: none !important;
  }
  #sale {
    min-width: 1220px;
  }
}
@media only screen and (max-width: 750px) {
  #sale .for-pc{
    display: none !important;
  }
}

/*-----------------------------------------
  top
-----------------------------------------*/
#sale .sec-top .lead {
  padding: 50px 0;
}
#sale .sec-top .lead p {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 2.22;
  text-align: center;
}
#sale .sec-top .lead p + p {
  margin-top: calc(1em*2.22);
}
#sale .sec-top .lead p span {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.428;
  color: #ef4900;
}
@media only screen and (min-width: 751px) {
  #sale .sec-top {
    position: relative;
    padding: 45px 0 0;
    background: url(/img/usr/freepage/2026/2607AdryS_specialThanksSale/bg_mv.jpg) no-repeat center top / 100% 450px;
  }
  #sale .sec-top::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 1611px;
    background: url(/img/usr/freepage/2026/2607AdryS_specialThanksSale/bg_deco.png) no-repeat center top / contain;
    pointer-events: none;
  }
}
@media only screen and (max-width: 750px) {
  #sale .sec-top .lead {
    padding: 40px 0;
  }
  #sale .sec-top .lead p {
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1.92;
  }
  #sale .sec-top .lead p + p {
    margin-top: calc(1em*1.92);
  }
  #sale .sec-top .lead p span {
    font-size: 18px;
    line-height: 1.388;
  }
}

/*-----------------------------------------
  item
-----------------------------------------*/
#sale .sec-item {
  padding: 100px 0;
  background: url(/img/usr/freepage/2026/2607AdryS_specialThanksSale/bg_item.jpg) no-repeat center top / cover;
}
#sale .sec-item .item-title {
  text-align: center;
}
#sale .sec-item .item-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1000px;
  margin: 37px auto 0;
}
#sale .sec-item .item-list li {
  position: relative;
}
#sale .sec-item .item-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#sale .sec-item .item01 .item-btn {
  bottom: 65px;
}
#sale .sec-item .item02 .item-btn {
  bottom: 50px;
}
@media only screen and (max-width: 750px) {
  #sale .sec-item {
    position: relative;
    padding: calc(40 / 375 * 100vw) 0;
    background-image: url(/img/usr/freepage/2026/2607AdryS_specialThanksSale/bg_item_sp.jpg);
  }
  #sale .sec-item::before {
    content: "";
    position: absolute;
    top: calc(-20 / 375 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: calc(313 / 375 * 100vw);
    height: calc(108 / 375 * 100vw);
    background: url(/img/usr/freepage/2026/2607AdryS_specialThanksSale/bg_deco_sp.png) no-repeat center top / contain;
    pointer-events: none;
  }
  #sale .sec-item .item-title img {
    width: calc(198 / 375 * 100vw);
  }
  #sale .sec-item .item-list {
    gap: calc(18 / 375 * 100vw);
    margin: calc(20 / 375 * 100vw) auto 0;
    padding: 0 calc(17 / 375 * 100vw);
  }
  #sale .sec-item .item-btn img {
    width: calc(290 / 375 * 100vw);
    max-width: unset;
  }
  #sale .sec-item .item01 .item-btn {
    bottom: calc(33 / 375 * 100vw);
  }
  #sale .sec-item .item02 .item-btn {
    bottom: calc(25 / 375 * 100vw);
  }
}