@charset "UTF-8";
/*コスメ送料無料インフォメーション表示8/18まで　*/
/*
.ifm {
    display: none;
}
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swa");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
div#valentine_2025_coupon {
  display: block;
}

.p-category-top__ranking__inner {
  display: none;
}

/* --------------------
フォントのインポート
-------------------- */
/* --------------------
PC基本 media制限なし
-------------------- */
/* --------------------
全体・リセット
-------------------- */
.valentine_2025 {
  box-sizing: border-box;
  width: 100vw;
  translate: calc((100vw - 1200px) / 2 * -1);
  box-sizing: border-box;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  padding: 0;
  margin: 0;
}
.valentine_2025 button {
  border: 0;
}
.valentine_2025 img {
  max-width: 100%;
  height: auto;
}
.valentine_2025 a img:hover {
  opacity: 1;
}

.p-category-top__body *,
.p-category-top__body *::before,
.p-category-top__body *::after {
  box-sizing: border-box;
  font-family: "Arial", YuGothic, "Yu Gothic", sans-serif;
}

/* --------------------
ページタイトル
-------------------- */
.pagetitle {
  width: 100%;
  background-image: url("/g_images/freearea/valentine2025/img_noticePage-pagetitle.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.pagetitle__inner {
  height: 100%;
  padding-inline: 0%;
  position: relative;
}
.pagetitle__info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-inline: 14%;
  padding-top: 0;
}
.pagetitle__logo {
  margin-bottom: 2%;
}
.pagetitle__logo img {
  width: 100%;
  height: auto;
}


/* --------------------
ページ上部背景エリア
-------------------- */
.top {
  position: relative;
  background-image: url("/g_images/freearea/valentine2025/img_bg-racePattern.jpg");
  background-size: auto;
  background-repeat: repeat;
  width: 100%;
  height: auto;
  padding: 8rem 0 6rem;
}

.top-product {
  margin: -14rem 0 7.5rem;
}

.top-notice {
  background: url("/g_images/freearea/valentine2025/img_noticePage-bg.svg") no-repeat center/contain;
  background-size: 100% 100%;
  margin: auto;
  padding: 3rem 12.5rem 8rem;
  position: relative;
  max-width: 800px;
  height: 100%;
  margin-bottom: 3rem;
  z-index: 2;
}
.top-notice::before {
  content: "";
  position: absolute;
  bottom: 42px;
  left: 12rem;
  right: 0;
  width: 70%;
  height: 1px;
  border: 1px solid #cbaa25;
  box-shadow: 0 6px #cbaa25;
}
.top-notice__heading {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  background: url("/g_images/freearea/valentine2025/img_parts-notice.svg") no-repeat center/contain;
  background-size: 100% 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  height: 100%;
  width: 100%;
}
.top-notice__heading::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  top: 12px;
  border: 1px solid #cbaa25;
  box-shadow: 0 6px #cbaa25;
  z-index: -2;
}
.top-notice__date {
  font-size: 3rem;
  color: #906b02;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  margin: 0 0 3rem 0;
}
.top-notice__box {
  background: #fff;
  margin: 0 0 2.4rem 0;
}
.top-notice__title {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  background-color: #CBAA25;
  text-align: center;
  padding: 0.4rem 0;
}
.top-notice__details {
  font-size: 1.6rem;
  color: #333;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  padding: 1.2rem 1.6rem;
}
/* --------------------
PCへmedia制限が必要なもの
-------------------- */
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  .valentine_2025 {
    translate: -20px 0;
  }
}
@media screen and (max-width: 1420px) {
  .pagetitle__keywords-list {
    padding: 1.5rem;
  }
  .pagetitle__keywords-item {
    padding: 1.2rem 1.3rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-category-top__ranking-content__body .goods:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .feature__heading-main::before {
    width: 16rem;
    height: 14rem;
    top: 3rem;
    right: -14%;
  }
}
@media screen and (max-width: 1000px) {
  .feature__heading-main::before {
    width: 18rem;
    height: 13rem;
    top: 6rem;
    right: -1%;
  }
  .pagetitle__keywords-list {
    padding: 1.5rem;
  }
  .pagetitle__keywords-item {
    padding: 1rem 1.1rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 920px) {
  .pagetitle__keywords-list {
    padding: 1.2rem;
    gap: 1.2rem;
  }
  .pagetitle__keywords-item {
    padding: 0.9rem 1rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 780px) {
  .pagetitle__keywords-list {
    padding: 1rem;
    gap: 1rem;
  }
  .pagetitle__keywords-item {
    padding: 0.9rem 1rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  /* --------------------
  ページタイトル
  -------------------- */
  .pagetitle {
    background-image: url("/g_images/freearea/valentine2025/img_noticePage-pagetitle-sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .pagetitle__inner {
    padding: 8% 17% 14%;
    height: 100%;
  }
  .pagetitle__info {
    padding: 0;
    align-items: center;
  }
  .pagetitle__logo {
    width: 100%;
    margin-bottom: 0%;
  }
  .pagetitle__logo img {
    width: 100%;
    height: auto;
  }
  .pagetitle__tag-image {
    margin: 0 auto;
  }
  .pagetitle__tag-image img {
    width: 100%;
    height: auto;
  }
  
  /* --------------------
  ページ上部背景エリア
  -------------------- */
  .top {
    padding-inline: 4%;
    padding-bottom: 8rem;
  }
  .top__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .top-notice {
    background: url("/g_images/freearea/valentine2025/img_noticePage-bg-sp.svg") no-repeat center/contain;
    background-size: 100% 100%;
    padding: 3rem 3rem 6rem;
    margin: auto;
    width: 100%;
    max-width: 348px;
    height: 100%;
    z-index: 1;
  }
  .top-notice::before {
    left: 8%;
    width: 86%;
  }
  .top-notice__heading {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 4%;
    background: url("/g_images/freearea/valentine2025/img_parts-notice.svg") no-repeat center/contain;
    background-size: 100% 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    height: 100%;
    width: 100%;
  }
  .top-notice__heading::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 12px;
    border: 1px solid #cbaa25;
    box-shadow: 0 6px #cbaa25;
    z-index: -2;
  }
  .top-notice__date {
    font-size: 2.2rem;
    color: #906b02;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
  }
  .top-notice__brands {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    padding-block: 4%;
  }
  .top-notice__box {
    background: #fff;
    margin: 0 0 1.6rem 0;
  }
  .valentine_2025 {
    translate: none;
    margin: 0 -2rem;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .is-pc {
    display: none;
  }

  .pagetitle__inner {
    padding: 14% 3% 21%;
    height: 100%;
  }
}
@media screen and (max-width: 374px) {
  .valentine_2025 {
    translate: 10px 0;
  }
}/*# sourceMappingURL=valentine_notice.css.map */