@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

main {
  margin-top: 120px;
  max-width: none
  }

footer {
  padding-top: 0;
}

.section-eyecatch {
  max-width: none;
  width: 100%;
}

.remarks-sale {
  padding: 2% 0;
}

ul,
li {
  list-style: none;
}

a {
  color: initial;
  text-decoration: none;
}

.contents_wrap {
  position: relative;
  z-index: 3;
  padding: 0 16px;
}

/* font*/
.gfs-didot-regular {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
}

.overview p,
.section_ttl,
.section_ttl span,
.date,
.notes,
.benefit_wrap p {
  font-family: "Noto sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* END */

.main_slide img {
  transform: scale(0.8);
  transition: transform 0.3s;
}
.slick-center img {
  transform: scale(1);
}

/* fv */

picture,
picture img,
picture source {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: auto;
}

.fv img {
  width: 100%;
  height: 600px;
}

.fv_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.fv_wrap img {
  width: 100%;
}

.ttl_wrap {
  width: 520px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.countdown_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.countdown {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #fff;
  text-align: center;
}

.countdown p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.count_p {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #c52626;
}

.count_flex {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}

.count_flex > div > p {
  font-size: 14px;
}

/* END */

.overview {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  line-height: 1.78;
}

/* overview */
.overview p {
  margin: 2% auto;
  text-align: center;
  font-size: 18px;
}

/* END */

.section_ttl {
  margin-top: 40px;
  text-align: center;
  font-size: 28px;
}

.section_ttl span {
  display: block;
  line-height: 1.2;
  font-size: 16px;
}

.section_ttl.recommend {
  margin-bottom: 20px;
}

.section-wrap {
  max-width: 1200px;
  margin: 80px auto 0;
}

/* END */

/*  カウントダウン*/
.section_gray {
  background: #ebebeb;
  padding: 2% 0 4%;
}

/* 区切り線 */
.span_wrap {
  margin: 0 auto;
  text-align: center;
}

.span_border {
  display: inline-block;
  border: 2px solid #333333;
  width: 80px;
}

/* 開催 */
.desc-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
}

p.date {
  font-size: 24px;
  text-align: center;
}

p.notes {
  font-size: 16px;
  text-align: center;
}

.notes span {
  font-size: 14px;
  color: #313030;
}

.slick-slide > .p-slider {
  margin: 0 10px; /* 左右に10pxの余白 */
}

.arrange {
  position: relative;
  top: -0.07em;
  padding-left: 2px;
  font-size: 80%;
  font-weight: bold;
}

.colon {
  position: relative;
  top: -0.1em;
  padding: 2px;
  font-size: 0.9em;
}

/* benefit*/
.benefit_wrap {
  margin: 0 auto;
  padding: 40px 32px;
  background-color: #f5f5f5;
  text-align: center;
}

.benefit_wrap div {
  max-width: 800px;
  margin: 0 auto;
}

.tagline {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-size: 20px;
  font-weight: bold;
}

.tagline:before,
.tagline:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: black;
}

.tagline:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0;
}
.tagline:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
}

h3.benefit_ttl {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 4px 10px;
  background-color: #efd84e;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #c52626;
}

.benefit_wrap > p {
  text-align: left;
}

.benefit_text {
  text-align: left;
  margin-bottom: 4px;
  font-size: 16px;
}

.benefit_notes {
  font-size: 14px;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

span.red {
  color: #c52626;
  font-weight: bold;
}

/* 会員登録ボタン */

.btn_wrap {
  position: relative;
  width: 250px;
  height: 45px;
}

.btn_wrap a {
  display: block;
  margin-top: 30px;
  line-height: 45px;
  color: #fff;
  background-color: #0f1c39;
  border-radius: 10px;
  transition: 0.2s ease-in;
}

.btn_wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #f8f8f8;
}

.btn_wrap a:hover {
  background-color: #1c3365;
}

/* END */

/* おすすめ商品 */

.recommend_wrap {
  margin: 0 auto;
  padding: 80px 0;
  background-image: url(../images/sale/dailydownprice/bg.jpg);
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section_ttl.recommend {
  margin-top: 0;
}

.item_box_wrap{
  max-width: 1200px;
  margin: 0 auto;
}

.item_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 16px;
  gap: 20px;
}
.item_link {
  width: calc(25% - 15px); /* 4列：100 ÷ 4 - gap調整 */
  text-decoration: none;
  display: block;
}
.item_content {
  position: relative;
  overflow: hidden;
}
.item_image img {
  width: 100%;
  height: auto;
  display: block;
}
.item_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}
.item_mask-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0.5em;
  font-size: 0.8em;
  text-align: center;
  transform: translateY(-50%);
}

.item_mask-text p {
  color: #fff;
  text-align: center;
}

.item_text {
  margin-top: 10px;
  text-align: center;
}
.item_box .item_link:hover .item_mask {
  opacity: 1;
}

/* text-top */
.item_box.text-top .item_mask {
  transition: opacity 0.5s ease;
}

.item_box.text-top .item_link:hover .item_mask-text {
  top: 50%;
  transform: translateY(-50%);
}

/* ------------- */

/* bg */

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  main{
    margin-top: 0;
  }
  
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .section_gray {
    padding: 2% 0 10%;
  }

  .overview p {
    font-size: 16px;
  }

  .section_ttl {
    font-size: 20px;
  }

  p.date {
    font-size: 18px;
  }

  .benefit_text {
    font-size: 14px;
  }

  .item_box{
    justify-content: center;
  }

  .item_box .text-top {
    gap: 5px;
  }

  .item_link {
    width: 33%;
  }

  .span_border {
    width: 40px;
  }

  .benefit_wrap {
    background-image: url(../images/sale/dailydownprice/bg.jpg);
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .recommend_wrap {
    background-image: none;
    background-color: #ebebeb;
  }

  .item_desc {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    text-align: center;
  }

  .item_desc p {
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: -0.8px;
    text-shadow: 1px 2px 2px #000000;
  }

  .item_mask {
    display: none;
  }
}



@media screen and (max-width: 550px) {
  .sp_only {
    display: block;
  }

  .ttl_wrap {
    width: 370px;
  }
  
  .countdown {
    padding: 20px 0;
  }

  .count_p{
    font-size: 26px;
  }

  .count_flex {
    column-gap: 20px;
  }

  .ttl_wrap > p {
    font-size: 15px;
  }

  .countdown > span {
    font-size: 40px;
  }

  .overview p {
    font-size: 14px;
  }

  .benefit_ttl {
    font-size: 14px;
  }

  p.benefit_notes{
    font-size: 12px;
  }

  .item_box{
    gap: 10px;
  }

  .item_link {
    width: 47.5%;
  }
  
}


@media screen and (max-width: 378px) {
  .ttl_wrap {
    width: 300px;
  }

  .ttl_wrap > p {
    font-size: 12px;
  }

  .count_flex > div > p{
    font-size: 12px;
  }


  .countdown > p {
    font-size: 14px;
  }

  .countdown > span {
    font-size: 30px;
  }

  .overview p{
    font-size: 12px;
  }
  

  .section-wrap {
    margin: 40px 0 auto;
  }

  .section_ttl{
    font-size: 20px;
  }

  p.date {
    font-size: 16px;
  }

  p.notes {
    font-size: 13px;
  }
  .benefit_wrap {
    padding: 40px 16px;
  }

  h3.benefit_ttl {
    font-size: 14px;
  }

  .item_desc p {
  font-size: 9px;
  }
}


