@charset "UTF-8";
/*giftページ*/
.teiban-bg {
  background-color: #FFCA28;
}

.sasayaka-bg {
  background-color: #00BE78;
}

.bangaihen-bg {
  background-color: #FF8579;
}

#giftPage {
  padding-top: 0;
  padding-bottom: 60px;
}
#giftPage .c-section-header {
  padding: 115px 0 50px;
  margin-bottom: 0;
  background: #C8E7C7;
  color: #000;
}
#giftPage .c-section-header .mark {
  width: 144px;
  margin: 50px auto 20px;
}
#giftPage .c-section-header .txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media (max-width: 920px) {
  #giftPage .c-section-header {
    padding: 100px 0 0;
  }
}
@media (max-width: 600px) {
  #giftPage .c-section-header .mark {
    width: 30%;
    margin: 42px auto 25px;
  }
  #giftPage .c-section-header .txt {
    font-size: 1.5rem;
  }
}
#giftPage .pageNavList {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
#giftPage .pageNavList li {
  width: 260px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
}
#giftPage .pageNavList li a {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: inherit;
  padding-top: 3px;
  transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
}
#giftPage .pageNavList li a:hover {
  opacity: 0.5;
}
#giftPage .pageNavList li a img {
  height: 38px;
}
#giftPage .pageNavList li.sasayaka {
  margin: 0 56px;
}
#giftPage .pageNavList li p.txt {
  margin-top: 3px;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
#giftPage .pageNavList li p.price {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold;
}
#giftPage .pageNavList li p.price span {
  font-size: 1.3rem;
  display: inline-block;
  margin-left: 0.6em;
}
#giftPage .pageNavList li.teiban a {
  background-color: #FFCA28;
}
#giftPage .pageNavList li.sasayaka a {
  background-color: #00BE78;
}
#giftPage .pageNavList li.bangaihen a {
  background-color: #FF8579;
}
@media (max-width: 1100px) {
  #giftPage .pageNavList li.sasayaka {
    margin: 0 30px;
  }
}
@media (max-width: 920px) {
  #giftPage .pageNavList li {
    width: 33.333%;
  }
  #giftPage .pageNavList li.sasayaka {
    margin: 0;
  }
}
@media (max-width: 600px) {
  #giftPage .pageNavList {
    margin-top: 48px;
  }
  #giftPage .pageNavList li {
    font-size: 2.8vw;
  }
  #giftPage .pageNavList li a {
    height: 19vw;
    padding-top: 3px;
  }
  #giftPage .pageNavList li a img {
    height: 6vw;
  }
  #giftPage .pageNavList li p.txt {
    margin-top: 1px;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  #giftPage .pageNavList li p.price {
    font-size: 4.2vw;
    line-height: 1.2;
  }
  #giftPage .pageNavList li p.price span {
    font-size: 2vw;
    margin-left: 0.6em;
  }
}
#giftPage .h3Box {
  padding: 160px 0 50px;
  text-align: center;
  background-size: 414px;
  background-position: center 68px;
  background-repeat: no-repeat;
}
#giftPage .h3Box#teiban {
  background-image: url("../images/gift/teiban_m.svg");
}
#giftPage .h3Box#sasayaka {
  background-image: url("../images/gift/sasayaka_m.svg");
}
#giftPage .h3Box#bangaihen {
  background-image: url("../images/gift/bangaihen01_m.svg");
}
#giftPage .h3Box h3 {
  font-size: 4.9rem;
  color: #000;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.08em;
}
#giftPage .h3Box h3 span {
  font-size: 3rem;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: -5%;
}
#giftPage .h3Box h3 img {
  display: inline-block;
  vertical-align: -0.2em;
  margin-right: 16px;
  height: 53px;
}
#giftPage .h3Box h3 p {
  display: inline-block;
  white-space: nowrap;
}
#giftPage .h3Box .txt {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #000;
  margin-top: 1.5em;
}
@media (max-width: 920px) {
  #giftPage .h3Box {
    background-size: 400px;
  }
  #giftPage .h3Box h3 {
    font-size: 4.4rem;
  }
  #giftPage .h3Box h3 span {
    font-size: 2.6rem;
  }
  #giftPage .h3Box h3 img {
    height: 50px;
  }
}
@media (max-width: 700px) {
  #giftPage .h3Box {
    padding: 23vw 0 9vw;
    background-size: 70vw;
    background-position: center 11vw;
  }
  #giftPage .h3Box h3 {
    font-size: 8.5vw;
  }
  #giftPage .h3Box h3 span {
    font-size: 5.4vw;
    display: inline-block;
    margin-left: 2px;
  }
  #giftPage .h3Box h3 img {
    height: 10vw;
    margin: 5px 10px 5px 0;
    vertical-align: -0.4em;
  }
  #giftPage .h3Box .txt {
    font-size: 3.5vw;
    letter-spacing: 0.03em;
  }
}
#giftPage .p-top-products__item-body {
  padding: 20px 20px 90px;
}
#giftPage .p-top-products__item-body h3 {
  margin-bottom: 24px;
  font-weight: bold;
}
#giftPage .p-top-products__item-body h3 span {
  display: inline-block;
  margin: 3px 0 0 0;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.03em;
}
#giftPage .p-top-products__item-body h3 span.pcNon {
  display: none;
}
#giftPage .l-col-sm-4 {
  flex-basis: calc((100% - 2px) / 3);
  max-width: calc((100% - 2px) / 3);
}
#giftPage .l-col-sm-4:nth-child(3n-1) {
  margin: 0 1px;
}
@media (max-width: 767px) {
  #giftPage .l-col-sm-4 {
    flex-basis: calc((100% - 1px) / 2);
    max-width: calc((100% - 1px) / 2);
  }
  #giftPage .l-col-sm-4:nth-child(3n-1) {
    margin: 0;
  }
  #giftPage .l-col-sm-4:nth-child(2n-1) {
    margin: 0 1px 0 0;
  }
  #giftPage .p-top-products__item-body {
    padding: 3vw 3vw 22vw;
  }
  #giftPage .p-top-products__item-body h3 {
    font-size: 3vw;
    margin-bottom: 10px;
  }
  #giftPage .p-top-products__item-body h3 span {
    font-size: 1.8vw;
  }
  #giftPage .p-top-products__item-body h3 span.pcNon {
    display: inline-block;
  }
  #giftPage .p-top-products__item-body h3 span.spNon {
    display: none;
  }
  #giftPage .p-top-products__item-body .p-top-products__price {
    font-size: 5vw;
  }
  #giftPage .p-top-products__item-body .p-top-products__price span {
    font-size: 2vw;
  }
  #giftPage .p-top-products__item-body .p-top-products__button-box {
    right: 50%;
    transform: translate(50%, 0);
  }
  #giftPage .p-top-products__item-body .p-top-products__button-box .c-button {
    white-space: nowrap;
    font-size: 2.4vw;
    letter-spacing: 0.2em;
    padding: 2.5vw 5vw 2.5vw 50px;
  }
  #giftPage .p-top-products__item-body .p-top-products__button-box .c-button span {
    font-size: 2vw;
    letter-spacing: 0.3em;
  }
}

/*福袋2023ページ*/
.fukubukuro2023-header {
  background: #B3937A;
  padding-top: 108px;
  padding-bottom: 40px;
}
.fukubukuro2023-header .mark {
  width: min(47.6vw, 524px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .fukubukuro2023-header {
    padding-top: calc(9vw + 50px);
    padding-bottom: 11vw;
  }
  .fukubukuro2023-header .mark {
    width: 70vw;
  }
}

.fuku2023-bg {
  background: #EFE2D4;
}

.fuku2023-bg {
  /*.is-active-loader & .p-fade-in {
    animation-duration: .5s;
  }*/
}
.fuku2023-bg .p-top-products__item-body {
  position: relative;
}/*# sourceMappingURL=gift.css.map */