@charset "UTF-8";
/* ==============================
簡易リセットCSS（組み込み時、大元リセットCSS入る？）
============================== */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* ==============================
共通CSS
============================== */
.wrap {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
}

.wrap-l {
  max-width: 1200px;
}

.c-grid {
  display: grid;
}

.c-flex {
  display: flex;
}

.u-pc__on {
  display: block;
}

.u-sp__on {
  display: none;
}

.br_sp_on {
  display: none;
}

.c-notes {
  font-size: 1.4rem !important;
  color: #ccc;
  text-indent: -1em;
  padding-left: 1em;
}

.fs-l-main {
  padding: 8px 4%;
}

.u-border__bottom {
  border-bottom: 1px solid #000;
}

.under-line {
  text-decoration:underline;
}

/* ==============================
パンくず
============================== */
.block-topic-path--list {
  display: flex;
  font-size: 18px;
}

.block-topic-path--list a {
  text-decoration: underline;
}

/* ==============================
feature（特集一覧）
============================== */
/* メインビジュアル */
.p-feature_gift .mv {
  margin-bottom: 60px;
}

.p-feature_gift {
  margin-bottom: 80px;
}
.p-feature_gift * {
  box-sizing: border-box;
}
.p-feature_gift p {
  margin: 0;
}
.p-feature_gift .c-page__ttl {
  padding: 18px 0 20px 30px;
  background: #F6F6F6;
  font-size: 3.4rem;
}
.p-feature_gift .c-page__ttl span {
  font-size: 1.8rem;
  line-height: 1;
}
.p-feature_gift .l-box.l-box + .l-box {
  margin-top: 80px;
}
.p-feature_gift .l-box .l-box__ttl {
  width: 100%;
  text-align: center;
  padding: 0 1em;
  position: relative;
  margin-bottom: 60px;
}
.p-feature_gift .l-box .l-box__ttl h2 {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.2em;
  padding: 0 1em 0.2em;
  display: inline-block;
  border-bottom: 1px solid #000;
}
.p-feature_gift .l-box .l-box__ttl p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-feature_gift .l-box .c-box + .c-box {
  margin-top: 80px;
}
.p-feature_gift .l-box .c-box .c-box__txt {
  padding-left: 25px;
  margin-bottom: 50px;
}
.p-feature_gift .l-box .c-box .c-box__ttl {
  text-align: left;
  border-left: 5px solid #EBC52F;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5384615385;
  padding-left: 20px;
}
.p-feature_gift .l-box .c-box .c-box__inner {
  width: 100%;
  justify-content: space-between;
  margin: 0;
  padding: 0 25px;
}
.p-feature_gift .l-box .c-box .c-box__inner + .c-box__inner {
  margin-top: 60px;
}
.p-feature_gift .l-box .c-box .c-box__inner picture {
  display: block;
  width: 42%;
}
.p-feature_gift .l-box .c-box .c-box__inner figcaption {
  width: 52%;
}
/* .p-feature_gift .l-box .c-box .c-box__inner figcaption p {
  font-size: 1.6rem;
} */
.p-feature_gift .l-box .c-box .c-box__inner figcaption p + p {
  margin-top: 1em;
}
.p-feature_gift .l-box.l-noshi dt {
  font-weight: bold;
}
.p-feature_gift .c-noshilist .c-noshilist__ttl {
  font-weight: bold;
  margin: 50px 0 30px;
  padding-bottom: 6px;
}
.p-feature_gift .c-noshilist .c-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 26px 4%;
}
.p-feature_gift .c-noshilist .c-noshi {
  margin: 0;
}
.p-feature_gift .c-noshilist .c-noshi picture {
  display: block;
  border: 1px solid #e8e8e8;
}
.p-feature_gift .c-noshilist .c-noshi .c-caption__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 0 0;
}
.p-feature_gift .c-noshilist .c-noshi .c-caption__txt {
  font-size: 1.4rem;
  margin: 6px 0 0;
}
.p-feature_gift .c-noshilist.c-noshi__method .c-grid {
  grid-template-columns: 1fr 1fr;
  gap: 26px 6%;
}
.p-feature_gift .c-recommend {
  margin-top: 80px;
}
.p-feature_gift .c-recommend .c-recommend__ttl {
  width: 100%;
  text-align: center;
  padding: 0 1em;
  position: relative;
  margin-bottom: 60px;
}
.p-feature_gift .c-recommend .c-recommend__ttl h2 {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0 1em 0.5em;
  display: inline-block;
  border-bottom: 1px solid #000;
}
.p-feature_gift .c-recommend .c-itemlist {
  width: 100%;
  padding: 4% 6%;
}
.p-feature_gift .c-recommend .c-item__img {
  width: 30%;
}
.p-feature_gift .c-cardlist {
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 26px 3.3%;
}
.p-feature_gift .c-card {
  width: 100%;
  display: block;
}
.p-feature_gift .c-card .c-card__img {
  display: flex;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.4s;
  margin-bottom: 20px;
  /* background-color: green; */
}
.p-feature_gift .c-card .c-card__img picture {
  display: block;
}
.p-feature_gift .c-card:hover .c-card__img {
  opacity: 0.5;
}
.p-feature_gift .c-card .c-card__icon {
  justify-content: flex-start;
  align-items: flex-start;
}
.p-feature_gift .c-card .c-card__icon span {
  font-size: 1.4rem;
  line-height: 1;
  text-align: justify;
  display: inline-block;
  padding: 6px 10px 4px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  margin-bottom: 8px;
}
.p-feature_gift .c-card .c-card__icon span.c-icon__newproduct {
  background: #000;
  color: #fff;
}
.p-feature_gift .c-card .c-card__icon span + span {
  margin-left: 10px;
}
.p-feature_gift .c-card .c-card__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44;
  text-align: justify;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}
.p-feature_gift .c-card .c-card__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 6px;
}
.p-feature_gift .c-card .c-card__date {
  font-size: 1.4rem;
  line-height: 1.35;
  text-align: left;
}
.p-feature_gift .l-btnarea {
  justify-content: center;
  margin: 37px auto 0;
}
.p-feature_gift .c-btn {
  display: inline-flex;
  border: 1px solid #000;
  padding: 15px 65px;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.p-feature_gift .c-btn span {
  font-size: 1.8rem;
  line-height: 1;
}
.p-feature_gift .c-btn:hover {
  border: 1px solid #EBC52F;
}

@media screen and (max-width: 768px) {
  /* ==============================
  共通CSS
  ============================== */
  .u-pc__on {
    display: none;
  }
  .u-sp__on {
    display: block;
  }

  .br_sp_on {
    display: inline;
  }
  
  /* ==============================
  feature（特集一覧）
  ============================== */
  .p-feature_gift {
    margin-bottom: 10.67vw;
  }
  .p-feature_gift .l-box.l-box + .l-box {
    margin-top: 10.67vw;
  }
  .p-feature_gift .l-box .l-box__ttl {
    margin-bottom: 8vw;
    padding: 0;
  }
  .p-feature_gift .l-box .l-box__ttl h2 {
    font-size: 3.4rem;
    padding: 0 0.5em 0.5em;
  }
  .p-feature_gift .l-box .l-box__ttl p {
    font-size: 1.4rem;
  }
  .p-feature_gift .l-box .c-box + .c-box {
    margin-top: 10.67vw;
  }
  .p-feature_gift .l-box .c-box .c-box__txt {
    padding-left: 3.33vw;
    margin-bottom: 6.67vw;
  }
  .p-feature_gift .l-box .c-box .c-box__ttl {
    font-size: 2.6rem;
    padding-left: 2.67vw;
  }
  .p-feature_gift .l-box .c-box .c-box__inner {
    flex-wrap: wrap;
    padding: 0 3.33vw;
  }
  .p-feature_gift .l-box .c-box .c-box__inner + .c-box__inner {
    margin-top: 8vw;
  }
  .p-feature_gift .l-box .c-box .c-box__inner picture {
    width: 100%;
  }
  .p-feature_gift .l-box .c-box .c-box__inner picture img {
    width: 100%;
  }
  .p-feature_gift .l-box .c-box .c-box__inner figcaption {
    width: 100%;
  }
  .p-feature_gift .l-box .c-box .c-box__inner figcaption p {
    font-size: 1.6rem;
  }
  .p-feature_gift .l-box .c-box .c-box__inner figcaption p + p {
    margin-top: 1em;
  }
  .p-feature_gift .l-box.l-noshi dt {
    font-weight: bold;
  }
  .p-feature_gift .c-noshilist .c-noshilist__ttl {
    margin: 6.67vw 0 4vw;
  }
  .p-feature_gift .c-noshilist .c-grid {
    grid-template-columns: 1fr 1fr;
  }
  .p-feature_gift .c-noshilist .c-noshi {
    margin: 0;
  }
  .p-feature_gift .c-noshilist .c-noshi img{
    width: 100%;
  }  
  .p-feature_gift .c-noshilist .c-noshi .c-caption__ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 10px 0 0;
  }
  .p-feature_gift .c-noshilist .c-noshi .c-caption__txt {
    font-size: 1.4rem;
    margin: 6px 0 0;
  }
  .p-feature_gift .c-noshilist.c-noshi__method .c-grid {
    grid-template-columns: 1fr;
    gap: 26px 6%;
  }
  .p-feature_gift .c-recommend {
    margin-top: 10.67vw;
  }
  .p-feature_gift .c-recommend .c-recommend__ttl {
    padding: 0;
    margin-bottom: 60px;
  }
  .p-feature_gift .c-recommend .c-recommend__ttl h2 {
    font-size: 3.4rem;
    padding: 0 0.5em 0.5em;
  }
  .p-feature_gift .c-page__ttl {
    margin: 8.4vw 0 3.07vw;
    padding-left: 0;
    text-align: center;
  }
  .p-feature_gift .c-grid {
    grid-template-columns: 1fr 1fr;
    gap: 5.33vw;
  }
  .p-feature_gift .c-card .c-card__img {
    margin-bottom: 15px;
  }
  .p-feature_gift .c-card .c-card__icon {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .p-feature_gift .c-card .c-card__icon span {
    font-size: 1.4rem;
    line-height: 1;
    text-align: justify;
    display: inline-block;
    padding: 6px 10px 4px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    margin-bottom: 8px;
  }
  .p-feature_gift .c-card .c-card__icon span.c-icon__newproduct {
    background: #000;
    color: #fff;
  }
  .p-feature_gift .c-card .c-card__icon span + span {
    margin-left: 10px;
  }
  .p-feature_gift .c-card .c-card__ttl {
    font-size: 1.4rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .p-feature_gift .c-card .c-card__txt {
    font-size: 1.3rem;
  }
  .p-feature_gift .c-card .c-card__date {
    font-size: 1.1rem;
  }
  .p-feature_gift .l-btnarea {
    margin: 6vw auto 0;
  }
  .p-feature_gift .l-btnarea .c-btn {
    padding: 3.33vw 14.93vw 3.6vw 14.4vw;
    max-width: 360px;
  }
  .p-feature_gift .l-btnarea .c-btn span {
    font-size: 1.4rem;
    line-height: 1;
  }
}
/*# sourceMappingURL=feature_gift.css.map */