@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');

/* ===============================
フォント設定
=============================== */
:root {
  --font_noto_sans: 'Noto Sans JP', sans-serif;
  --font_noto_serif: 'Noto Serif JP', sans-serif;
  --font_libre: 'Libre Baskerville', serif;
  --font_oldsd: 'Old Standard TT', serif;
  --color_blue: #1BA2C0;
  --color_brown: #511F18;
}
.font_libre {
  font-family: 'Libre Baskerville', serif;
}
/* ===============================
行間・文字間隔等
=============================== */
#whiteday_2024_page h2,
#whiteday_2024_page h3,
#whiteday_2024_page h4,
#whiteday_2024_page h5 {
  line-height: 1.5em!important;
  letter-spacing: 0.05em!important;
}
@media screen and (max-width: 599px) {
  #whiteday_2024_page h2,
  #whiteday_2024_page h3,
  #whiteday_2024_page h4,
  #whiteday_2024_page h5 {
    letter-spacing: 0.02em!important;
  }
}
#whiteday_2024_page p {
    color: var(--color_brown)!important;
}
#whiteday_2024_page p,
#whiteday_2024_page p span,
#whiteday_2024_page p small,
#whiteday_2024_page li,
#whiteday_2024_page dt,
#whiteday_2024_page dd  {
  line-height: 2.3em!important;
  letter-spacing: 0.06em!important;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  #whiteday_2024_page p,
#whiteday_2024_page p span,
#whiteday_2024_page p small,
#whiteday_2024_page li,
#whiteday_2024_page dt,
#whiteday_2024_page dd  {
  letter-spacing: 0em!important;
}
}
/* ===============================
リンク設定
=============================== */
#whiteday_2024_page a {
  text-decoration: none!important;
}
#whiteday_2024_page a:hover {
  color: inherit!important;
}
/* ===============================
レイアウト
=============================== */
@media screen and (max-width: 599px) {
  #whiteday_2024_page {
    width: calc(100% + 16px);
    margin: -8px -8px 0;
    padding-bottom: 3rem;
  }  
}
#whiteday_2024_page .inner_wrap > *:last-child,
#whiteday_2024_page .inner_wrap > *:last-child > *:last-child,
#whiteday_2024_page .inner_wrap > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}
/* ===============================
リード
=============================== */
.whiteday_2024_lead {
    margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
    .whiteday_2024_lead {
        margin-bottom: 2rem;
        padding: 0 4%;
    }    
}
#whiteday_2024_page .whiteday_2024_lead h2 {
    color: var(--color_blue);
    font-size: 2.8rem;
    font-family: var(--font_noto_sans)!important;
    font-weight: 400!important;
    text-align: center;
    margin: 6rem auto 2.6rem;
    line-height: 2.0em!important;
}
@media screen and (max-width: 599px) {
  #whiteday_2024_page .whiteday_2024_lead h2 {
    font-size: 2.0rem;
    margin: 3rem auto 1rem;
  }
}
#whiteday_2024_page .whiteday_2024_lead h2 + p {
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  #whiteday_2024_page .whiteday_2024_lead h2 + p {
    font-family: var(--font_noto_sans)!important;
    font-size: 1.5rem;
    font-weight: 400!important;
  }
  #whiteday_2024_page .whiteday_2024_lead p br {
    display: none;
  }
}
#whiteday_2024_page .valentine_campaign {
    display: block;
    width: 480px;
    margin: 5rem auto 0;
    font-size: 1.5rem!important;
    font-weight: 500!important;
}
@media screen and (max-width: 599px) {
  #whiteday_2024_page .valentine_campaign {
    width: 80%;
    margin: 3rem auto 0;
  }
}
#whiteday_2024_page .valentine_campaign img {
    margin-bottom: 2.6rem;
    box-shadow: 0px 0px 15px -5px #c7c7c7;
}
.valentine_campaign span {
    color: #FFF;
    background-color: #A2060E;
}
/* ===============================
ギフト特典
=============================== */
.whiteday_tokuten {
    width: 800px;
    margin: 0 auto;
    border: solid #EBF8FA 6px; 
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
    padding: 3rem;
  }
  @media screen and (max-width: 1430px) {
    .whiteday_tokuten {
      width: 94%;
    }
  }
  @media screen and (max-width: 599px) {
    .whiteday_tokuten {
      flex-direction: column;
      margin: 0 auto 4rem;
      padding: 2rem;
    }
  }
  .whiteday_tokuten_box {
    width: 48%;
    text-align: center;
  }
  @media screen and (max-width: 599px) {
    .whiteday_tokuten_box {
      width: 100%;
      margin-bottom: 3rem;
    }
    .whiteday_tokuten .whiteday_tokuten_box:nth-child(2) {
      margin-bottom: 0;
    }
  }
  .whiteday_tokuten_box p,
  .whiteday_tokuten_box p * {
    font-size: 1.3rem!important;
  }
  @media screen and (max-width: 599px) {
    .whiteday_tokuten_box p br {
      display: none;
    }
  }
  .whiteday_tokuten_ttl {
    color: var(--color_brown);
    font-size: 1.7rem;
    text-align: center;
    border-bottom: solid 1px #F0E9E8;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media screen and (max-width: 599px) {
    #whiteday_2024_page .whiteday_tokuten_ttl {
      font-size: 1.6rem;
      font-weight: 600!important;
    }  
  }
  #whiteday_2024_page .whiteday_tokuten_ttl i {
    color: var(--color_blue);
    font-size: 3.5rem;
    margin-right: 1rem;
  }
  @media screen and (max-width: 599px) {
    .whiteday_tokuten_ttl i {
      margin-right: 0.5rem;
    }
  }
  #whiteday_2024_page .whiteday_tokuten_box span {
    color: #BE0E0E;
  }
  #whiteday_2024_page .whiteday_tokuten_box a {
    text-decoration: underline!important;
    font-size: 1.4rem!important;
  }
  #whiteday_2024_page .whiteday_tokuten_box a:hover {
    text-decoration: none!important;
    opacity: 1!important;
  }
/* ===============================
タイトル
=============================== */
.whiteday_2024_ttl_01 {
    color: var(--color_brown);
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .whiteday_2024_ttl_01 {
    font-size: 2.0rem;
    margin-bottom: 1.6rem;
  }
}
.whiteday_2024_ttl_02 {
  color: var(--color_brown);
  font-size: 2.8rem;
  font-family: var(--font_libre);
  text-align: center;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 599px) {
  .whiteday_2024_ttl_02 {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }  
}
.whiteday_2024_ttl_02 span {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.whiteday_2024_ttl_02 span:before,
.whiteday_2024_ttl_02 span:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color_brown);
}
.whiteday_2024_ttl_02 span:before {
  margin-right: 1.4rem;
}
.whiteday_2024_ttl_02 span:after {
  margin-left: 1.4rem;
}
#whiteday_2024_page .whiteday_2024_ttl_03 {
  color: var(--color_brown);
  font-size: 1.4rem;
  font-family: var(--font_noto_sans)!important;
  margin: 1.8rem 0 2rem;
}
@media screen and (max-width: 599px) {
    #whiteday_2024_page .whiteday_2024_ttl_03 {
        margin-bottom: 1rem;
    }
}
#whiteday_2024_page .whiteday_2024_ttl_04 {
  color: var(--color_brown)!important;
  font-size: 3.4rem;
  font-family: var(--font_libre)!important;
  text-align: center;
  margin-bottom: 6rem;
}
#whiteday_2024_pair .whiteday_2024_ttl_04 {
  color: #FFF!important;
}
@media screen and (max-width: 599px) {
  #whiteday_2024_page .whiteday_2024_ttl_04 {
  font-size: 2.0rem;
  margin-bottom: 3rem;
}
}
/* ===============================
本文
=============================== */
.whiteday_2024_img_header {
    margin-bottom: 7rem;
}
@media screen and (max-width: 599px) {
    .whiteday_2024_img_header {
        margin-bottom: 3rem;
    }
}
.valentine_items_inner {
  margin-top: 8rem;
}
@media screen and (max-width: 599px) {
  .valentine_items_inner {
    margin-top: 5rem;
  }
}
.valentine_4col_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.valentine_4col_box {
  width: 22.4%;
}
@media screen and (max-width: 1280px) {
  .valentine_4col_box {
    width: 48%;
  }
}
@media screen and (max-width: 1280px) {
  .valentine_4col_box {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .valentine_4col_box {
    margin-bottom: 3.6rem;
  }
}
#whiteday_2024_page .valentine_4col_box h4 + p {
    font-size: 1.3rem!important;
}
#whiteday_2024_pair {
  background-color: var(--color_blue);
  padding: 10rem 14rem;
}
@media screen and (max-width: 1280px) {
  #whiteday_2024_pair {
    padding: 10rem 8%;
  }  
}
@media screen and (max-width: 599px) {
  #whiteday_2024_pair {
    padding: 5rem 4% 1rem;
  }
}
.whiteday_2024_pair_lead img {
  margin-bottom: 6rem;
}
@media screen and (max-width: 899px) {
  .whiteday_2024_pair_lead img {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .whiteday_2024_pair_lead img {
    margin-bottom: 3.5rem;
  }
}
#whiteday_2024_pair .whiteday_2024_pair_lead p {
  color: #FFF!important;
  text-align: center;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  #whiteday_2024_pair .whiteday_2024_pair_lead p {
    font-size: 1.5rem;
    font-family: var(--font_noto_sans)!important;
  }
}
.whiteday_2024_3col_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.whiteday_2024_3col_box {
  width: 30.5%;
}
#whiteday_2024_pair .whiteday_2024_3col_box p {
	font-size: 1.3rem!important;
}
#whiteday_2024_pair .whiteday_2024_3col_box * {
  color: #FFF!important;
}
@media screen and (max-width: 1280px) {
  .whiteday_2024_3col_box {
    width: 47%;
  }
}
@media screen and (max-width: 1280px) {
  .whiteday_2024_3col_box {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .whiteday_2024_3col_box {
    margin-bottom: 3.6rem;
  }
}
#whiteday_2024_special {
  padding: 10rem 0 5rem;
}
@media screen and (max-width: 599px) {
  #whiteday_2024_special {
    padding: 5rem 0 0;
  }
}
#whiteday_2024_special img {
  width: 560px;
  margin-top: 4.6rem;
}
@media screen and (max-width: 599px) {
  #whiteday_2024_special img {
    width: 100%;
    margin-top: 2.6rem;
  }
}
/* ===============================
レビュー
=============================== */
.review_box {
  margin: 2.8rem 0 0;
}
.review_box * {
  color: var(--color_brown);
}
.whiteday_2024_ttl_review {
  font-size: 1.3rem;
  font-family: var(--font_noto_sans);
  margin-bottom: 1rem;
}
.whiteday_2024_ttl_review:before {
  font-family: "fs-icon" !important;
  content: "\e927";
}
.whiteday_2024_review_txt {
  background-color: #FFF;
}
#whiteday_2024_pair .whiteday_2024_review_txt {
  background-color: #9E1013;
}
.whiteday_2024_review_comment {
  width: 100%;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #FFF 50%, #FFF 100%), /* 点線1の色 */ linear-gradient(180deg, #999999 1px, transparent 1px);
  background-size: 4px 100%, /* 点線1のサイズ */ 100% 2.0em;
  padding-bottom: 0.6rem; /* 最終行の下にも罫線を引く */
}
#whiteday_2024_pair .whiteday_2024_review_comment {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #9E1013 50%, #9E1013 100%), /* 点線1の色 */ linear-gradient(180deg, #D9D9D9 1px, transparent 1px);
}

#whiteday_2024_page .whiteday_2024_review_comment p {
  font-size: 1.3rem!important;
  line-height: 2.45em!important; /* 文字の高さ */
}
#whiteday_2024_pair .whiteday_2024_review_comment p {
  color: #FFF!important;
}
#whiteday_2024_page .whiteday_2024_star {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#whiteday_2024_page .whiteday_2024_star li {
  font-size: 1.1rem!important;
  padding-right: 1rem;
  line-height: 1.5!important;
}
/* ===============================
  moreボタン
  =============================== */
  #whiteday_2024_page .btn_more_link,
  #whiteday_2024_page .btn_more_link_small {
    font-size: 1.5rem!important;
    font-family: var(--font_noto_sans)!important;
    display: inline-block;
    min-width: 290px;
    margin: 3.6rem auto 0;
    cursor: pointer;
    color: #fff!important;
    border-radius: 100vh;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s ease;
    position: relative;
    background-color: var(--color_blue);
  }
  #whiteday_2024_page .btn_more_link_small {
    min-width: 100%;
    font-size: 1.4rem!important;
    margin: 3.0rem auto 0;
  }
  #whiteday_2024_pair .btn_more_link_small {
    background: none;
    border: solid 1px #FFF;
  }
  @media screen and (max-width: 599px) {
    #whiteday_2024_page .btn_more_link {
      min-width: 80%;
      margin: 3rem auto 0;
    }
    #whiteday_2024_page .btn_more_link_small {
      margin: 2.4rem auto 0;
      font-size: 1.2rem!important;
    }
  }
  #whiteday_2024_page .btn_more_link:hover,
  #whiteday_2024_page .btn_more_link_small:hover {
    background-color: #4FCBDD;
  }
  #whiteday_2024_page .btn_more_link a,
  #whiteday_2024_page .btn_more_link_small a {
    color: #FFF!important;
    font-family: var(--font_noto_sans)!important;
    display: inline-block;
    width: 100%;
    padding: 2rem;
    line-height: 1.6!important;
  }
  #whiteday_2024_page .btn_more_link_small a {
    padding: 1.5rem;
  }
  @media screen and (max-width: 1430px) {
    #whiteday_2024_page .btn_more_link a {
      font-size: inherit;
      padding: 1.6rem 2rem;
    }
  }
  @media screen and (max-width: 599px) {
    #whiteday_2024_page .btn_more_link a {
      width: auto;
    }
  }
  #whiteday_2024_page .btn_more_link:after,
  #whiteday_2024_page .btn_more_link_small:after{
    content:'\f138';
    font-family: var(--fontawe);
    font-weight: 900;
    font-size: 1.7rem;
    position: absolute;
    right: 1.6rem;
    top: 22%;
    transition: all .3s ease;
  }
  #whiteday_2024_page .btn_more_link:hover:after,
  #whiteday_2024_page .btn_more_link_small:hover:after {
    position: absolute;
    right: 1rem;
  }
  #whiteday_2024_page .btn_more_link:hover,
  #whiteday_2024_page .btn_more_link_small:hover {
    opacity: 1.0!important;
  }
  #whiteday_2024_page .btn_more_link:hover a,
  #whiteday_2024_page .btn_more_link_small:hover a {
    opacity: 1.0!important;
  }
/* ===============================
ページ内リンク
=============================== */
.gift_for_valentine_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  .gift_for_valentine_link {
    margin-bottom: 2rem;
  }
}
.gift_for_valentine_link li {
  width: 23%;
  text-align: center;
  font-size: 1.6rem!important;
  border: solid 1px var(--color_brown);
  border-radius: 100vh;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
  color: var(--color_brown);
}
@media screen and (max-width: 899px) {
  .gift_for_valentine_link li {
    width: 48.5%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 599px) {
  .gift_for_valentine_link li {
    width: 100%;
  }
}
.gift_for_valentine_link li a {
  text-decoration: none!important;
  display: block;
  background: url(https://morpho1995noij.itembox.design/item/valentine/2023/icon_arrow_down.png) no-repeat center 80%;
  background-size: 19px auto;
  padding: 2.4rem 1rem 3.5rem;
}
.gift_for_valentine_link li a:hover {
  color: inherit!important;
  background: url(https://morpho1995noij.itembox.design/item/valentine/2023/icon_arrow_down.png) no-repeat center 90%;
  background-size: 19px auto;
}
@media screen and (max-width: 599px) {
  .gift_for_valentine_link li a {
    background: url(https://morpho1995noij.itembox.design/item/valentine/2023/icon_arrow_down.png) no-repeat 90% 50%;
    background-size: 19px auto;
    padding: 2.4rem 1rem 2.5rem;
  }
  .gift_for_valentine_link li a:hover {
    background: url(https://morpho1995noij.itembox.design/item/valentine/2023/icon_arrow_down.png) no-repeat 90% 60%;
    background-size: 19px auto;
  }
}

  /* ===============================
バレンタインギフトを選ぶ
=============================== */
#whiteday_2024_other .inner {
  width: 100%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  #whiteday_2024_other .inner {
    margin-bottom: 5rem;
  }
}
#whiteday_2024_other #category_item_page,
#whiteday_2024_other #ranking_item_page {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
#whiteday_2024_other .top_ranking_wrap {
  margin-bottom: 2.6rem!important;
}
@media screen and (max-width: 599px) {
  #whiteday_2024_other .top_ranking_wrap {
    margin-bottom: 0rem!important;
  }
}
#whiteday_2024_other .whiteday_2024_ttl_05 {
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
  font-size: 2.0rem!important;
  line-height: 1.4!important;
  color: var(--color_brown);
  text-align: center;
  margin-bottom: 3.6rem;
}
#whiteday_2024_other .whiteday_2024_ttl_05 span {
  display: block;
  letter-spacing: 0.05em!important;
  font-family: var(--font_libre)!important;
  font-size: 3.4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 599px) {
  #whiteday_2024_other .whiteday_2024_ttl_05 {
    font-size: 1.4rem!important;
    line-height: 1.3!important;
    font-family: var(--font_noto_sans)!important;
    font-weight: 500;
    margin-bottom: 2.6rem;
  }
  #whiteday_2024_other .whiteday_2024_ttl_05 span {
    font-size: 2.0rem;
    margin-bottom: 1rem;
  }
}
#whiteday_2024_other .top_ranking_num {
  color: #FFF!important;
}
.whiteday_2024_price_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .whiteday_2024_price_list {
    flex-direction: column;
    align-items: center;
  }
}
.whiteday_2024_price_list li {
  width: 32%;
  text-align: center;
  font-family: var(--font_noto_sans);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color_brown);
  letter-spacing: 0.15rem!important;
  margin-bottom: 1rem;

}
@media screen and (max-width: 599px) {
  .whiteday_2024_price_list li {
    width: 90%;
    font-size: 1.5rem;
  }
}
.whiteday_2024_price_list li a {
  width: 100%;
  display: inline-block;
  border: solid 4px #EAE1D3;
  background-color: ;
  padding: 3.5rem 1rem;
}
@media screen and (max-width: 599px) {
  .whiteday_2024_price_list li a {
    padding: 2rem 1rem;
  }
}
.whiteday_2024_price_list li a {
  text-decoration: none!important;
}
.whiteday_2024_price_list li a:hover {
  text-decoration: none!important;
  background-color: #EAE1D3;
  opacity: 1.0!important;
}
.whiteday_2024_other_3col_wrap {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.whiteday_2024_other_3col_box {
  width: 31.5%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .whiteday_2024_other_3col_wrap {
    width: 94%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .whiteday_2024_other_3col_box {
    width: 100%;
    margin-bottom: 4rem;
  }
  .whiteday_2024_other_3col_box:last-child {
    margin-bottom: 0;
  }
}
#whiteday_2024_other .whiteday_2024_other_3col_box h4 {
  order: 1;
  font-size: 2.1rem;
  text-align: center;
  color: var(--color_brown);
  border-bottom: solid 1px #EAE1D3;
  padding-bottom: 1.4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 599px) {
  #whiteday_2024_other .whiteday_2024_other_3col_box h4 {
    font-size: 1.7rem;
  }
}
.whiteday_2024_other_3col_box a {
  order: 0;
  margin-bottom: 2rem;
}
.whiteday_2024_other_3col_box a img {
  width: 100%;
}
#whiteday_2024_other .whiteday_2024_other_3col_box p {
  order: 2;
  text-align: center;
  font-family: var(--font_noto_sans)!important;
  font-size: 1.4rem;
  color: var(--color_brown);
  font-weight: 400;
}

