@charset "UTF-8";
/* =====================
	バレンタイン特集
 ======================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins&family=Zen+Old+Mincho&display=swap");
/** -------------------- ページ内共通 -------------------- **/
:root {
  --v_font_sansserif: "Noto Sans JP", sans-serif;
  --v_font_serif: "Zen Old Mincho", serif;
  --v_font_num: "Poppins", "Noto Sans JP", sans-serif;
  --v_c_red: #CF0037;
  --v_c_blk: #171717;
  --v_c_wht: #fff;
  --v_filter_red: invert(16%) sepia(67%) saturate(6136%) hue-rotate(335deg) brightness(77%) contrast(116%);
  --v_filter_blk: invert(0%) sepia(7%) saturate(141%) hue-rotate(55deg) brightness(91%) contrast(82%);
  --v_filter_wht: brightness(0) invert(1);
  --v_anim: all 0.4s ease;
}

.valentine {
  color: #000;
  font-family: var(--v_font_sansserif);
}

.valentine-inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.valentine-ttl {
  text-align: center;
  margin: 0 auto 24px;
}
.valentine-ttl-icon {
  width: 27px;
  margin: 0 auto 4px;
}
.valentine-ttl-jp {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 4px 0 0;
}

.valentine-slider-scroll {
  padding: 0 15px;
  margin: 30px -15px;
  overflow-x: auto;
  overflow-y: hidden;
}
.valentine-slider-scroll:first-child {
  margin-top: 0;
}
.valentine-slider-scroll:last-child {
  margin-bottom: 0;
}
.valentine-slider-scroll::-webkit-scrollbar {
  height: 4px;
}
.valentine-slider-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.valentine-slider-scroll::-webkit-scrollbar-thumb {
  background: var(--v_c_red);
  border-radius: 100px;
}
.valentine-slider-scroll .valentine-slider {
  overflow: visible;
}
.valentine-slider-scroll .valentine-slider .swiper-wrapper::after {
  content: "";
  width: 15px;
  margin-left: -16px;
  flex-shrink: 0;
}

.valentine-slider-item a {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  color: #000;
}
.valentine-slider-item-img {
  border-radius: 6px;
  overflow: hidden;
}
.valentine-slider-item-name {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.valentine-slider-item-txt {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.valentine-slider-item-price {
  font-family: var(--v_font_num);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--v_c_red);
}
.valentine-slider-item-price > span {
  font-size: 11px;
  font-weight: 400;
}
.valentine-slider-item-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.valentine-slider-item-tag > li {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-radius: 100px;
  padding: 0 6px;
}
.valentine-slider-item-tag-ec {
  border: 1px solid var(--v_c_red);
  background: var(--v_c_wht);
  color: var(--v_c_red);
}
.valentine-slider-item-tag-include {
  border: 1px solid #61B2D4;
  background: #61B2D4;
  color: var(--v_c_wht);
}
.valentine-slider-item-tag-free {
  border: 1px solid #678FBA;
  background: #678FBA;
  color: var(--v_c_wht);
}
.valentine-slider-item-tag-limited {
  border: 1px solid var(--v_c_red);
  background: var(--v_c_red);
  color: var(--v_c_wht);
}

.valentine-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  margin: 0 auto;
  background: var(--v_c_red);
  color: var(--v_c_wht);
  border: 1px solid var(--v_c_red);
  border-radius: 100px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 13px 17px 14px;
}
.valentine-btn > span {
  flex-grow: 1;
}
.valentine-btn::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/valentine/arrow.png) no-repeat center/contain;
  flex-shrink: 0;
  filter: var(--v_filter_wht);
  transition: var(--v_anim);
}
.valentine-btn:visited, .valentine-btn:active, .valentine-btn:hover {
  color: var(--v_c_wht);
}
.valentine-btn--egift {
  background: #43C4B2;
  border-color: #43C4B2;
}

.valentine-frame {
  background: var(--v_c_red);
  position: relative;
  padding: 10px;
}
.valentine-frame::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #F5F0F0;
  border-radius: 10px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.valentine-frame > * {
  position: relative;
}
.valentine-frame:nth-of-type(odd) {
  background-color: #462D26;
}

.valentine-intro_box {
  margin: 20px 0 30px;
}
.valentine-intro_box:first-child {
  margin-top: 0;
}
.valentine-intro_box:last-child {
  margin-bottom: 0;
}
.valentine-intro_box-img {
  margin-bottom: 10px;
}
.valentine-intro_box-img img {
  width: 100%;
  border-radius: 5px;
}
.valentine-intro_box-txt {
  font-family: var(--v_font_serif);
  font-size: 12px;
  line-height: 1.8;
  color: var(--v_c_red);
}

/** -------------------- Pagetop -------------------- **/
#pagetop {
  display: none !important;
}

.valentine-pagetop {
  position: fixed;
  right: 10px;
  bottom: 82px;
  z-index: 500;
  width: 40px;
  transition: var(--v_anim);
  opacity: 0;
  visibility: hidden;
}
.valentine-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

/** -------------------- MV -------------------- **/
.valentine-mv-ttl img {
  width: 100%;
}

.valentine-mv-txtbox {
  padding: 50px 0 60px;
  font-family: var(--v_font_serif);
  text-align: center;
}

.valentine-mv-lead {
  color: var(--v_c_red);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
}

.valentine-mv-txt {
  color: #1A1919;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/** -------------------- バレンタイン限定 -------------------- **/
.valentine-day {
  background: #462D26;
  padding: 50px 0 60px;
}
.valentine-day .valentine-ttl {
  color: var(--v_c_wht);
}
.valentine-day .valentine-slider-item a {
  color: var(--v_c_wht);
}
.valentine-day .valentine-slider-item-price {
  color: var(--v_c_wht);
}

.valentine-day-lead {
  padding: 0 20px;
  color: var(--v_c_wht);
  font-family: var(--v_font_serif);
  font-size: 15px;
  line-height: 1.8;
  margin: 0 auto 30px;
  width: fit-content;
}

.valentine-day-box {
  border-radius: 10px;
  overflow: hidden;
  margin: 30px 0;
}
.valentine-day-box-img {
  display: flex;
}
.valentine-day-box-img > * {
  flex: 1;
}
.valentine-day-box-body {
  padding: 24px 20px 30px;
  background: #F5F0F0;
}
.valentine-day-box-ttl {
  margin: 0 0 8px;
  text-align: center;
  font-family: var(--v_font_serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.valentine-day-box-txt {
  font-family: var(--v_font_serif);
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0;
}

/** -------------------- 定番チョコレート -------------------- **/
.valentine-choco {
  padding: 50px 0 30px;
}

/** -------------------- その他の商品を探す -------------------- **/
.valentine-search {
  padding: 30px 0;
}

.valentine-search-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin: 0 0 40px;
}
.valentine-search-ttl::before, .valentine-search-ttl::after {
  content: "";
  width: 9px;
  min-height: 48px;
  align-self: stretch;
  border: 2px solid var(--v_c_red);
}
.valentine-search-ttl::before {
  border-right: 0;
}
.valentine-search-ttl::after {
  border-left: 0;
}
.valentine-search-ttl-jp {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.valentine-search-subttl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  column-gap: 1em;
  color: var(--v_c_red);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 40px 0 20px;
}
.valentine-search-subttl::before, .valentine-search-subttl::after {
  content: "・・・";
  font-size: 10px;
  font-weight: 700;
}

.valentine-search-category {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 24px 0 0;
}
.valentine-search-category-item a {
  text-align: center;
  display: block;
  color: var(--v_c_blk);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.valentine-search-category-item a > div {
  background: var(--v_c_wht);
  border-radius: 6px;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 3px;
  margin-bottom: 8px;
}
.valentine-search-category-item a > div img {
  width: 60px;
}
.valentine-search-category-item a > div:after {
  content: "";
  width: 12px;
  height: 6px;
  background: url(../images/valentine/search_arrow01.png) no-repeat center/contain;
}
.valentine-search-category-item--egift a > div::after {
  background-image: url(../images/valentine/search_arrow02.png);
}

.valentine-search-price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 12px;
}
.valentine-search-price-item a {
  display: block;
  background: var(--v_c_wht);
  text-align: center;
  border-radius: 100px;
  font-family: var(--v_font_num);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 16px 0;
  border: 1px solid var(--v_c_wht);
  color: var(--v_c_blk);
}

/** -------------------- eギフト -------------------- **/
.valentine-egift {
  padding: 30px 0 60px;
}

.valentine-egift-more {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

/** -------------------- Ranking・Recommend共通 -------------------- **/
.valentine-ranking {
  padding: 50px 0 60px;
  background: url(../images/valentine/ranking_bg01.png) no-repeat right 15px top 16px/116px;
}
.valentine-ranking .valentine-slider-scroll {
  margin-top: 20px;
}
.valentine-ranking .valentine-slider-item {
  counter-increment: cnt;
}
.valentine-ranking .valentine-slider-item-img {
  position: relative;
}
.valentine-ranking .valentine-slider-item-img::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 44px 0 0;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.valentine-ranking .valentine-slider-item-img::after {
  content: counter(cnt);
  font-family: var(--v_font_num);
  font-size: 13px;
  line-height: 1.5;
  width: 27px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--v_c_wht);
}
.valentine-ranking .valentine-slider-item:nth-child(1) .valentine-slider-item-img::before {
  border-color: #D7A430 transparent transparent transparent;
}
.valentine-ranking .valentine-slider-item:nth-child(2) .valentine-slider-item-img::before {
  border-color: #869098 transparent transparent transparent;
}
.valentine-ranking .valentine-slider-item:nth-child(3) .valentine-slider-item-img::before {
  border-color: #C06544 transparent transparent transparent;
}

.valentine-ranking-ttl {
  text-align: center;
  color: #462726;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 40px 0 20px;
}

/** -------------------- プリン -------------------- **/
.valentine-pudding {
  padding: 50px 0 30px;
}

/** -------------------- ケーキ -------------------- **/
.valentine-cake {
  padding: 30px 0;
}

/** -------------------- 焼き菓子・その他 -------------------- **/
.valentine-baked {
  padding: 30px 0 60px;
}

/** -------------------- バレンタインのおすすめコンテンツ -------------------- **/
.valentine-voice {
  padding: 80px 0;
}
.valentine-voice:last-child {
  padding-bottom: 0;
}

.valentine-voice-ttl {
  text-align: center;
  margin: 0 0 40px;
}
.valentine-voice-ttl-jp {
  margin: 10px 0 0;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.valentine-voice-item {
  margin: 0 0 40px;
}
.valentine-voice-item:last-child {
  margin-bottom: 0;
}
.valentine-voice-item-img {
  margin: 0 0 20px;
}
.valentine-voice-item-img img {
  width: 100%;
}
.valentine-voice-item-ttl {
  color: var(--v_c_red);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.valentine-voice-item-txt {
  font-size: 12px;
  line-height: 2;
}
.valentine-voice-item-txt strong {
  color: var(--v_c_red);
  font-weight: 700;
}
.valentine-voice-item-more {
  margin: 10px 0 0;
  text-align: right;
}
.valentine-voice-item-more a {
  display: inline-flex;
  align-items: center;
  column-gap: 15px;
  padding-bottom: 6px;
  color: var(--v_c_blk);
  border-bottom: 1px solid var(--v_c_blk);
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.valentine-voice-item-more a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/valentine/arrow.png) no-repeat center/contain;
  filter: var(--v_filter_blk);
  flex-shrink: 0;
}

/* スマホのみ
  ------------------------ */
@media (max-width: 1199px) {
  .u-onlyPC {
    display: none !important;
  }
}
/* PC
  ------------------------ */
@media (min-width: 1200px) {
  .u-onlySP {
    display: none !important;
  }
  /** -------------------- ページ内共通 -------------------- **/
  .valentine-ttl {
    margin-bottom: 36px;
  }
  .valentine-ttl-icon {
    width: 36px;
    margin-bottom: 8px;
  }
  .valentine-ttl-jp {
    font-size: 22px;
    margin-top: 8px;
  }
  .valentine-slider-scroll {
    overflow: hidden;
  }
  /** -------------------- Pagetop -------------------- **/
  /** -------------------- MV -------------------- **/
  /** -------------------- バレンタイン限定 -------------------- **/
  /** -------------------- 定番チョコレート -------------------- **/
  /** -------------------- その他の商品を探す -------------------- **/
  /** -------------------- eギフト -------------------- **/
  /** -------------------- Ranking・Recommend共通 -------------------- **/
  /** -------------------- プリン -------------------- **/
  /** -------------------- ケーキ -------------------- **/
  /** -------------------- 焼き菓子・その他 -------------------- **/
  /** -------------------- バレンタインのおすすめコンテンツ -------------------- **/
}
@media (min-width: 1200px) and (min-width: 1280px) {
  .valentine-slider-scroll {
    padding: 0 30px;
    margin: 30px -30px;
    position: relative;
  }
}
@media (min-width: 1200px) and (min-width: 1328px) {
  .valentine-slider-scroll {
    padding: 0 64px;
    margin: 30px -64px;
  }
}
@media (min-width: 1200px) {
  .valentine-slider-scroll .valentine-slider {
    overflow: hidden;
  }
}
@media (min-width: 1200px) and (min-width: 1280px) {
  .valentine-slider-scroll .valentine-slider {
    position: initial;
  }
}
@media (min-width: 1200px) {
  .valentine-slider-scroll .valentine-slider .swiper-wrapper::after {
    display: none;
  }
  .valentine-slider {
    padding: 0 15px;
    margin: 0 -15px;
  }
}
@media (min-width: 1200px) and (min-width: 1280px) {
  .valentine-slider {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .valentine-slider-item a {
    row-gap: 16px;
  }
  .valentine-slider-item-img {
    border-radius: 10px;
    margin-bottom: 4px;
  }
  .valentine-slider-item-name {
    font-size: 15px;
  }
  .valentine-slider-item-txt {
    font-size: 13px;
  }
  .valentine-slider-item-price {
    font-size: 15px;
  }
  .valentine-slider-item-price > span {
    font-size: 13px;
  }
  .valentine-slider-item-tag > li {
    font-size: 12px;
    padding: 0 14px 1px;
  }
  .valentine-slider-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--v_c_wht);
    position: absolute;
    top: 0;
    margin-top: calc((100% - 60px - 60px) / 3 / 2);
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--v_anim);
  }
}
@media (min-width: 1200px) and (min-width: 1280px) {
  .valentine-slider-arrow {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1200px) and (min-width: 1328px) {
  .valentine-slider-arrow {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1200px) {
  .valentine-slider-arrow::before {
    content: "";
    width: 21px;
    height: 21px;
    background: url(../images/valentine/arrow.png) no-repeat center/contain;
    filter: var(--v_filter_blk);
  }
  .valentine-slider-arrow--prev {
    left: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1328px) {
  .valentine-slider-arrow--prev {
    left: 34px;
  }
}
@media (min-width: 1200px) {
  .valentine-slider-arrow--prev::before {
    transform: scale(-1, 1);
  }
  .valentine-slider-arrow--next {
    right: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1328px) {
  .valentine-slider-arrow--next {
    right: 34px;
  }
}
@media (min-width: 1200px) {
  .valentine-slider-arrow.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .valentine-btn {
    width: 378px;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 18px 17px;
  }
  .valentine-btn::after {
    width: 20px;
    height: 20px;
  }
  .valentine-frame {
    padding: 40px;
  }
  .valentine-frame::before {
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    top: 40px;
    left: 40px;
  }
  .valentine-intro_box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 80px 0;
  }
  .valentine-intro_box-img {
    margin: 0;
  }
  .valentine-intro_box-img img {
    border-radius: 0;
  }
  .valentine-intro_box-txtbox {
    position: absolute;
    left: 100px;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .valentine-intro_box-txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
  }
  .valentine-pagetop {
    right: 40px;
    bottom: 40px;
    width: 100px;
  }
  .valentine-mv {
    position: relative;
    background: var(--v_c_red);
  }
  .valentine-mv::before {
    content: "";
    width: 100%;
    max-width: 1250px;
    height: 100%;
    background: url(../images/valentine/mv_bg.png) no-repeat center bottom/100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
  }
  .valentine-mv-header {
    position: relative;
  }
  .valentine-mv-bg img {
    width: 100%;
  }
  .valentine-mv-ttl {
    width: 1152px;
    display: grid;
    grid-template-columns: 194px 712px;
    align-items: center;
    column-gap: 26px;
    position: relative;
    z-index: 2;
    margin: -103px auto 0;
  }
  .valentine-mv-ttl img:nth-child(2) {
    filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.3));
  }
  .valentine-mv-txtbox {
    padding: 50px 0 90px;
    position: relative;
    z-index: 2;
  }
  .valentine-mv-lead {
    color: var(--v_c_wht);
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .valentine-mv-txt {
    color: var(--v_c_wht);
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0;
  }
  .valentine-day {
    padding: 80px 0;
  }
  .valentine-day-lead {
    padding: 0;
    margin-bottom: 60px;
    text-align: center;
    font-size: 18px;
  }
  .valentine-day-box {
    margin: 60px 0 40px;
  }
  .valentine-day-box-body {
    padding: 30px 50px 40px;
  }
  .valentine-day-box-ttl {
    margin-bottom: 16px;
    font-size: 28px;
  }
  .valentine-day-box-txt {
    font-size: 18px;
  }
  .valentine-slider + .valentine-day-box {
    margin-top: 80px;
  }
  .valentine-day-more {
    margin-top: 80px;
  }
  .valentine-choco {
    padding: 80px 0 60px;
  }
  .valentine-search {
    padding: 60px 0;
  }
  .valentine-search-ttl {
    column-gap: 30px;
    margin-bottom: 80px;
  }
  .valentine-search-ttl::before, .valentine-search-ttl::after {
    width: 12px;
  }
  .valentine-search-ttl::before {
    margin-right: 40px;
  }
  .valentine-search-ttl::after {
    margin-left: 40px;
  }
  .valentine-search-ttl-jp {
    font-size: 22px;
  }
  .valentine-search-subttl {
    font-size: 22px;
    margin: 80px 0 40px;
  }
  .valentine-search-subttl::before, .valentine-search-subttl::after {
    content: "・・・・・";
    font-size: 12px;
  }
  .valentine-search-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
  }
  .valentine-search-category-item {
    flex: 0 0 250px;
  }
  .valentine-search-category-item a {
    font-size: 18px;
  }
  .valentine-search-category-item a > div {
    border-radius: 10px;
    padding: 15px 0 10px;
    row-gap: 5px;
    margin-bottom: 12px;
  }
  .valentine-search-category-item a > div img {
    width: 100px;
  }
  .valentine-search-category-item a > div::after {
    width: 18px;
    height: 10px;
  }
  .valentine-search-price {
    grid-template-columns: repeat(3, 280px);
    gap: 22px 40px;
    justify-content: center;
  }
  .valentine-search-price-item a {
    font-size: 22px;
    padding: 23px 0;
  }
  .valentine-egift {
    padding: 60px 0 120px;
  }
  .valentine-egift .valentine-intro_box-txtbox {
    padding-left: 116px;
    background: url(../images/valentine/egift_img02.png) no-repeat left center/76px;
  }
  .valentine-egift-more {
    margin-top: 55px;
  }
  .valentine-ranking {
    padding: 80px 0 120px;
    background: url(../images/valentine/ranking_bg01.png) no-repeat right 45px top 40px/341px;
  }
  .valentine-ranking .valentine-slider-scroll {
    margin-top: 50px;
  }
  .valentine-ranking .valentine-slider-item-img::before {
    border-width: 112px 112px 0 0;
  }
  .valentine-ranking .valentine-slider-item-img::after {
    width: 68px;
    height: 47px;
    font-size: 31px;
    top: 12px;
  }
  .valentine-ranking-ttl {
    font-size: 22px;
    margin: 80px 0 50px;
  }
  .valentine-pudding {
    padding: 80px 0 60px;
  }
  .valentine-pudding .valentine-intro_box-txt {
    font-size: 24px;
    color: var(--v_c_wht);
  }
  .valentine-pudding-more {
    margin-top: 70px;
  }
  .valentine-cake {
    padding: 60px 0;
  }
  .valentine-cake .valentine-intro_box-txt {
    font-size: 24px;
    color: var(--v_c_wht);
  }
  .valentine-cake-more {
    margin-top: 70px;
  }
  .valentine-baked {
    padding: 60px 0 120px;
  }
  .valentine-baked .valentine-intro_box-txt {
    font-size: 24px;
    color: var(--v_c_wht);
  }
  .valentine-baked-more {
    margin-top: 70px;
  }
  .valentine-voice {
    padding: 140px 0;
  }
  .valentine-voice-ttl {
    margin-bottom: 100px;
  }
  .valentine-voice-ttl-jp {
    font-size: 22px;
  }
  .valentine-voice-item {
    margin-bottom: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .valentine-voice-item-img {
    flex: 0 1 41.667%;
  }
  .valentine-voice-item-txtbox {
    flex: 0 1 53.333%;
  }
  .valentine-voice-item-ttl {
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .valentine-voice-item-txt {
    font-size: 15px;
  }
  .valentine-voice-item-more a {
    font-size: 14px;
    padding-bottom: 12px;
    column-gap: 15px;
  }
  .valentine-voice-item-more a::after {
    width: 18px;
    height: 18px;
  }
}
/* hover
  ------------------------ */
@media (hover: hover) {
  .valentine-slider-arrow:hover {
    opacity: 0.7;
  }
  .valentine-btn:hover {
    opacity: 1;
    background: var(--v_c_wht);
    color: var(--v_c_red);
  }
  .valentine-btn:hover::after {
    filter: var(--v_filter_red);
  }
  .valentine-btn--egift:hover {
    color: #43C4B2;
  }
  .valentine-btn--egift:hover::after {
    filter: invert(68%) sepia(42%) saturate(567%) hue-rotate(122deg) brightness(92%) contrast(87%);
  }
}