@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');

/* ===============================
フォント設定
=============================== */
:root {
  --font_noto_sans: 'Noto Sans JP', sans-serif;
  --font_noto_serif: 'Noto Serif JP', sans-serif;
  --font_libre: 'Libre Baskerville', serif;
  --blue : #0E2B50;
  --brown : #90794C;
}
.font_libre {
  font-family: 'Libre Baskerville', serif;
}
/* ===============================
行間・文字間隔等
=============================== */
#fathersday_2024 h2,
#fathersday_2024 h4 {
  line-height: 1.8em!important;
  letter-spacing: 0.03em!important;
}
#fathersday_2024 h3,
#fathersday_2024 h5 {
  line-height: 1.5em!important;
  letter-spacing: 0.03em!important;
}
@media screen and (max-width: 599px) {
  #fathersday_2024 h2,
  #fathersday_2024 h3,
  #fathersday_2024 h4,
  #fathersday_2024 h5 {
    letter-spacing: 0.02em!important;
  }
}
#fathersday_2024 p {
    color: var(--color_blue)!important;
}
#fathersday_2024 p,
#fathersday_2024 p span,
#fathersday_2024 p small,
#fathersday_2024 dt,
#fathersday_2024 dd  {
  line-height: 2.2em!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) {
#fathersday_2024 p,
#fathersday_2024 p span,
#fathersday_2024 p small,
#fathersday_2024 dt,
#fathersday_2024 dd  {
  letter-spacing: 0em!important;
}
}
#fathersday_2024 .fathersday_campaign {
    display: block;
    width: 480px;
    margin: 5rem auto 0;
    font-size: 1.5rem!important;
    font-weight: 500!important;
}
@media screen and (max-width: 599px) {
  #fathersday_2024 .fathersday_campaign {
    width: 80%;
    margin: 3rem auto 0;
  }
}
#fathersday_2024 .fathersday_campaign img {
    margin-bottom: 2.6rem;
    box-shadow: 0px 0px 15px -5px #c7c7c7;
}
.fathersday_campaign span {
    color: #FFF;
    background-color: #0E2B50;
}

/* ===============================
リンク設定
=============================== */
#fathersday_2024 a {
  text-decoration: none!important;
}
#fathersday_2024 a:hover {
  color: inherit!important;
}
/* ===============================
レイアウト
=============================== */
.bg_color {
  background-color: #F1F1F1;
  padding-top: 0.5rem;
}
@media screen and (max-width: 599px) {
  #fathersday_2024 {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding-bottom: 0.5rem;
  }
}
.fathersday_2024_main_conts {
  padding: 0 9.7rem 4rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1430px) {
  .fathersday_2024_main_conts {
    padding: 0 4% 4rem;
  }
}
@media screen and (max-width: 899px) {
  .fathersday_2024_main_conts {
    padding: 0 0 4rem;
  }
}
@media screen and (max-width: 599px) {
  .fathersday_2024_main_conts {
    margin-bottom: 5rem;
  }
}
#fathersday_2024 .inner_wrap {
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  #fathersday_2024 .inner_wrap {
    margin-bottom: 5rem;
  }
}
#s01_recommend .inner_wrap {
  margin-bottom: 16rem;
}
@media screen and (max-width: 599px) {
  #s01_recommend .inner_wrap {
    margin-bottom: 5rem;
  }
}
#fathersday_2024 .inner_wrap > *:last-child,
#fathersday_2024 .inner_wrap > *:last-child > *:last-child,
#fathersday_2024 .inner_wrap > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}
#s01_recommend .inner_wrap:last-of-type {
  margin-bottom: 0;
}
/* ===============================
リード文
=============================== */
.fathersday_lead {
  width: 720px;
  background-color: #FFF;
  margin: 9.5rem auto 6rem;
  padding: 6rem 6rem 5rem;
  display: flex;
  justify-content: end;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .fathersday_lead {
    width: 90%;
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 599px) {
  .fathersday_lead {
    margin: 8rem auto 5rem;
    flex-direction: column;
    padding: 2rem 2rem 3rem;
  }
}

@media screen and (max-width: 1280px) {
  .fathersday_lead > div {
    width: calc(100% - 260px);
  }
  .fathersday_lead > div p br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .fathersday_lead > div {
    width: 100%;
  }
}
.fathersday_lead h2 {
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .fathersday_lead h2 {
    font-size: 2.0rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-align: center;
  }
  .fathersday_lead h2 br {
    display: none;
  } 
}
.fathersday_lead > div img {
  width: 370px;
  height: auto;
  position: absolute;
  top: calc(50% - 123px);
  left: -8rem;
}
@media screen and (max-width: 1280px) {
  .fathersday_lead > div img {
    left: -2rem;
    top: 4rem;
    width: 270px;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .fathersday_lead > div img {
    position: relative;
    display: block;
    margin: -6rem auto 2.2rem;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
  }
}
/* ===============================
ギフト特典
=============================== */
.fathersday_tokuten {
  width: 860px;
  margin: 0 auto;
  border: solid #E3E3E3 6px; 
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
  padding: 6rem 8rem;
}
@media screen and (max-width: 1430px) {
    .fathersday_tokuten {
        padding: 3rem;
    }
}
@media screen and (max-width: 1280px) {
  .fathersday_tokuten {
    width: 90%;
  }
  .fathersday_tokuten br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .fathersday_tokuten {
    width: 90%;
    flex-direction: column;
    margin: 0 auto 4rem;
    padding: 2rem;
  }
}
.fathersday_tokuten_box {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .fathersday_tokuten_box {
    width: 100%;
    margin-bottom: 3rem;
  }
  .fathersday_tokuten .fathersday_tokuten_box:nth-child(2) {
    margin-bottom: 0;
  }
}
.fathersday_tokuten_box p,
.fathersday_tokuten_box p * {
  font-size: 1.3rem!important;
}
.fathersday_tokuten_box p {
    font-weight: 500!important;
}
@media screen and (max-width: 599px) {
  .fathersday_tokuten_box p br {
    display: none;
  }
}
.fathersday_tokuten_ttl {
  color: var(--blue);
  font-weight: 500;
  font-size: 2.2rem;
  text-align: center;
  border-bottom: solid 1px var(--blue);
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #fathersday_2024 .fathersday_tokuten_ttl {
    font-size: 1.6rem;
    font-weight: 500!important;
  }  
}
#fathersday_2024 .fathersday_tokuten_box p {
  color: var(--blue)!important;
}
#fathersday_2024 .fathersday_tokuten_box span {
  color: #BF0E27;
}
#fathersday_2024 .fathersday_tokuten_box a {
  text-decoration: underline!important;
  font-size: 1.4rem!important;
}
#fathersday_2024 .fathersday_tokuten_box a:hover {
  text-decoration: none!important;
  opacity: 1!important;
}
/* ===============================
ページ内リンク
=============================== */
.fathersday_page_link {
  border-top: solid 1px var(--blue);
  border-bottom: solid 1px var(--blue);
  display: flex;
  padding: 1.4rem 0;
  margin-bottom: 10rem;
}
@media screen and (max-width: 899px) {
  .fathersday_page_link {
    width: 100%;
    background-color: var(--beige);
    flex-direction: column;
    padding: 1.5rem;
    border: none;
  }
}
@media screen and (max-width: 599px) {
  .fathersday_page_link {
    margin-bottom: 5rem;
  }
}
#fathersday_2024 .fathersday_page_link li {
  width: 25%;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  border-right: solid 1px var(--blue);
}
#fathersday_2024 .fathersday_page_link li:last-child {
  border-right: none;
}
@media screen and (max-width: 899px) {
  #fathersday_2024 .fathersday_page_link li {
    width: 100%;
    font-size: 1.8rem;
    border:none;
    margin-bottom: 1rem;
  }
  #fathersday_2024 .fathersday_page_link li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  #fathersday_2024 .fathersday_page_link li {
    font-size: 1.6rem;
  }  
}
#fathersday_2024 .fathersday_page_link li a {
  display: block;
  color: var(--blue)!important;
  position: relative;
  padding: 0 0 1.6rem;
}
@media screen and (max-width: 899px) {
  #fathersday_2024 .fathersday_page_link li a {
    background-color: #FFF;
    padding: 2rem 0;
    position: relative;
  }
}
#fathersday_2024 .fathersday_page_link li a:before {
  content: '';
  display: block;
  width: 57px;
  height: 41px;
  background: url(https://morpho1995noij.itembox.design/item/fathersday/2025/02.png) no-repeat center;
  background-size: contain;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 899px) {
  #fathersday_2024 .fathersday_page_link li a:before {
    background: url(https://morpho1995noij.itembox.design/item/fathersday/2025/02.png) no-repeat center;
    background-size: contain;
    margin: 0; 
    position: absolute;
    top: calc(50% - 20px);
    left: 3%;
  }
}
#fathersday_2024 .fathersday_page_link li a:after {
  content:'';
  display: block;
  width: 10px;
  height: 10px;
  border-left: solid 1px var(--blue);
  border-bottom: solid 1px var(--blue);
  transform: rotate(-45deg);
  position: absolute;
  right: calc(50% - 4px);
  bottom: 3%;
  transition: all .3s ease;
}
#fathersday_2024 .fathersday_page_link li a:hover:after {
  bottom: -1%;
}
@media screen and (max-width: 899px) {
  #fathersday_2024 .fathersday_page_link li a:after {
    right: 3%;
    bottom: calc(50% - 5px)
  }
  #fathersday_2024 .fathersday_page_link li a:hover:after {
    bottom: calc(50% - 10px);
  }
}
/* ===============================
見出し
=============================== */
.fathersday_ttl_01 {
  background-color: var(--blue);
  color: #FFF;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 11rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .fathersday_ttl_01 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.fathersday_ttl_01 span {
  display: inline-block;
  padding: 1rem 0 1rem 11rem;
}
@media screen and (max-width: 599px) {
  .fathersday_ttl_01 span {
    padding: 1.2rem 0 1.2rem 5rem;
    font-weight: 500;
  }
}
.fathersday_ttl_01 span:before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(https://morpho1995noij.itembox.design/item/fathersday/2025/03.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  z-index: 10;
  margin-left: -120px;
}
@media screen and (max-width: 599px) {
  .fathersday_ttl_01 span:before {
    width: 80px;
    height: 77px;
    top: -10px;
    margin-left: -86px;
  }
}
/* ===============================
アイテム
=============================== */
.dad_day_recommend {
  width: 100%;
  display: flex;
  justify-content: end;
  position: relative;
  margin: 0 auto 2.4rem;
}
@media screen and (max-width: 980px) {
  .dad_day_recommend {
    width: 92%;
    margin: 0 auto 3rem;
  }
}
@media screen and (max-width: 599px) {
  .dad_day_recommend {
    flex-direction: column;
    margin: 0 auto 3.5rem;
  }
}
.dad_day_reco_img {
  width: 455px;
  height: 670px;
  position: absolute;
  top: -6rem;
  left: 0;
  z-index: 5;
}
#dad_reco_cardholder .dad_day_reco_img img,
#dad_reco_longwallet .dad_day_reco_img img {
  border: solid 1px #FFF;  
}
@media screen and (max-width: 1430px) {
  .dad_day_reco_img {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .dad_day_reco_img {
    width: 60%;
    aspect-ratio: 1 / 1;
    position: relative;
    top: auto;
    left: auto;
    z-index: 5;
  }
  .dad_day_reco_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 100%;
  }
}
@media screen and (max-width: 599px) {
  .dad_day_reco_img:after {
    content: '';    
    display: block;
    width: 40%;
    height: auto;
    aspect-ratio: 125 / 149;
    background: url(https://morpho1995noij.itembox.design/item/fathersday/2025/04.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -70%;
  }
}
.dad_day_reco_txt {
  width: 480px;
  min-height: 607px;
  background-color: #FFF;
  padding: 8rem 4rem 0 11rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1430px) {
  .dad_day_reco_txt {
    width: 55.81%;
    padding: 5rem 5% 5rem 10%;
  }  
}
@media screen and (max-width: 599px) {
  .dad_day_reco_txt {
    width: 86%;
    min-height: auto;
    padding: 7rem 5% 4rem;
    margin-left: auto;
    margin-top: -4rem;
  }  
}
.dad_day_reco_txt:after {
  content: '';
  display: block;
  width: 125px;
  height: 149px;
  background: url(https://morpho1995noij.itembox.design/item/fathersday/2025/04.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -56px;
  right: -82px;
}
@media screen and (max-width: 1430px) {
  .dad_day_reco_txt:after {
    width: 125px;
    height: 149px;
    background: url(https://morpho1995noij.itembox.design/item/fathersday/2025/04.png) no-repeat;
    background-size: contain;
    right: 0px;
  }
}
@media screen and (max-width: 599px) {
  .dad_day_reco_txt:after {
    display: none;    
  }
}
.fathersday_ttl_02 {
  color: var(--blue);
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .fathersday_ttl_02 {
    font-size: 2.0rem;
  }
}
.fathersday_ttl_03 {
  font-family: var(--font_noto_sans);
  font-size: 1.8rem;
  color: var(--blue);
  font-weight: 500;
  margin: 2.6rem 0 0;
}
.fathersday_ttl_03 small {
    font-size: 1.5rem;
    display: block;
}
@media screen and (max-width: 599px) {
  .fathersday_ttl_03 {
    margin: 1.6rem 0 0;
  }
}
/* ===============================
レビューボックス
=============================== */
.dad_day_review_wrap {
  width: 720px;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 1280px) {
  .dad_day_review_wrap {
    width: 92%;
  }
}
@media screen and (max-width: 599px) {
  .dad_day_review_wrap {
    margin: 0 auto 5rem;
  }
}
.fathersday_ttl_04 {
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 599px) {
  .fathersday_ttl_04 {
    text-align: center;
    text-align: left;
  }
}
.fathersday_ttl_04 img {
  width: 213px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .fathersday_ttl_04 img {
    width: 158px;
  }  
}
.ranking_2023_review_box {
  margin-bottom: 3rem;
}
.ranking_2023_review_header {
  display: flex;
  margin-bottom: 2rem;
}
.ranking_2023_review_header div:first-child {
  width: 58px;
}
.ranking_2023_review_header div:last-child {
  padding-left: 1.3rem;
}
.ranking_2023_review_header ul {
  display: flex;
  align-items: center;
}
#fathersday_2024 .ranking_2023_review_header ul li {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.0!important;
}
#fathersday_2024 .ranking_2023_review_header ul li:first-child {
  padding-right: 1rem;
}
.ranking_2023_review_header .ranking_star {
  width: 124px;
  height: auto;
}
.review_comment {
  width: 100%;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #F1F1F1 50%, #F1F1F1 100%), /* 点線1の色 */ linear-gradient(180deg, #5D5D5D 1px, transparent 1px);
  background-size: 4px 100%, /* 点線1のサイズ */ 100% 2em;
  padding-bottom: 0.6rem;
  margin-bottom: 3rem;
  text-align: left;
}
.fathersday_ttl_05 {
  text-align: left;
  font-family: var(--font_noto_sans);
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .fathersday_ttl_05 {
    font-size: 1.5rem;
  }
}
/* ===============================
3カラム
=============================== */
.dad_day_3col_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .dad_day_3col_wrap {
    width: 92%;
  }
}
@media screen and (max-width: 599px) {
  .dad_day_3col_wrap {
    flex-wrap: wrap;
  }
}
#fathersday_2024 .dad_day_3col_box {
  width: 32.36%;
  margin-bottom: 0!important;
  margin: 0 0.73% 3% 0.73%!important;
  background-color: #FFF;
  padding: 1.5rem;
}
@media screen and (max-width: 599px) {
  #fathersday_2024 .dad_day_3col_box {
    width: 48%;
    margin: 0 1% 2% 1%!important;
    padding: 1rem;
  }
  
}
.dad_day_3col_box div {
  padding: 1.2rem 1rem 1rem;
}
@media screen and (max-width: 599px) {
  .dad_day_3col_box div {
    padding: 1.2rem 0.5rem 1rem;
  }
}
.fathersday_ttl_06 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 0.8rem;
}
#fathersday_2024 .dad_day_3col_box p {
  line-height: 1.6!important;
  font-weight: 500;
}
/* ===============================
ギフトを探すコンテンツ
=============================== */
.fathersday_ttl_07 {
  font-size: 2.4rem;
  text-align: center;
  color: #FFF;
  background-color: var(--blue);
  padding: 1.6rem 1rem;
  position: relative;
  margin-bottom: 3.6rem;
}

@media screen and (max-width: 599px) {
  .fathersday_ttl_07 {
    font-size: 1.8rem;
    margin-bottom: 2.6rem;
  }
}
.fathersday_ttl_07:before,
.fathersday_ttl_07:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
}
.fathersday_ttl_07:before {
  border-top: dotted 1px #FFF;
  position: absolute;
  top: 5px;
  left: 0;
}
.fathersday_ttl_07:after {
  border-top: dotted 1px #FFF;
  position: absolute;
  bottom: 5px;
  left: 0;
}
/* ===============================
ランキング
=============================== */
#ranking_item_page {
  padding: 0;
}
#ranking_item_page .top_ranking_box p {
  color: #161616!important;
}
#ranking_item_page .womens_ranking p.top_ranking_num {
  color: #FFF!important;
  background-color: var(--blue)!important;
}
/* ===============================
カテゴリー
=============================== */
#fathersday_2024 #category_item_page {
 padding: 0;
}
/* ===============================
ご予算
=============================== */
.fathersday_2022_price_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .fathersday_2022_price_list {
    flex-direction: column;
    align-items: center;
  }
}
.fathersday_2022_price_list li {
  width: 32%;
  text-align: center;
  font-family: var(--font_noto_sans);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--blue);
}
.fathersday_2022_price_list li:hover {
  color: #FFF;
}
@media screen and (max-width: 599px) {
  .fathersday_2022_price_list li {
    width: 90%;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.fathersday_2022_price_list li a {
  width: 100%;
  display: inline-block;
  background-color: #E8EDF7;
  padding: 3.5rem 1rem;
}
@media screen and (max-width: 599px) {
  .fathersday_2022_price_list li a {
    padding: 2rem 1rem;
  }
}
.fathersday_2022_price_list li a {
  text-decoration: none!important;
}
.fathersday_2022_price_list li a:hover {
  text-decoration: none!important;
  background-color: var(--blue);
  opacity: 1.0!important;
}
/* ===============================
こちらもおすすめ
=============================== */
.ttl_ranking_age_04 {
  color: var(--blue);
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 599px) {
  .ttl_ranking_age_04 {
    font-size: 2.0rem;
    margin-bottom: 1.6rem;
  }  
}
.ttl_ranking_age_04 small {
  display: block;
  font-family: var(--font_libre);
  font-size: 1.4rem;
  margin-top: 0.6rem;
}
.mom_3col_wrap {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.mom_3col_box {
  width: 31.5%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .mom_3col_wrap {
    width: 94%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .mom_3col_box {
    width: 100%;
    margin-bottom: 4rem;
  }
  .mom_3col_box:last-child {
    margin-bottom: 0;
  }
}
#fathersday_2024 .mom_3col_box h3 {
  order: 1;
  color: var(--blue);
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  border-bottom: solid 1px var(--blue);
  padding-bottom: 1.4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 599px) {
  #fathersday_2024 .mom_3col_box h3 {
    font-size: 1.7rem;
  }
}
.mom_3col_box a {
  order: 0;
  margin-bottom: 2rem;
}
.mom_3col_box a img {
  width: 100%;
}
.mom_3col_box p {
  order: 2;
  text-align: center;
  font-family: var(--font_noto_sans);
  font-size: 1.4rem;
  color: var(--brown);
}
/* ===============================
moreボタン
=============================== */
.btn_more_bk {
  display: none!important;
}
#fathersday_2024 .btn_more_dad {
  font-size: 1.5rem!important;
  font-family: var(--font_noto_sans)!important;
  display: inline-block;
  min-width: 182px;
  margin: 2.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(--blue);
}
#fathersday_2024 #ranking_item_page .btn_more_dad {
  padding-left: 4rem;
  padding-right: 4rem;

}
@media screen and (max-width: 599px) {
  #fathersday_2024 .btn_more_dad {
    min-width: 90%;
    font-size: 1.3rem!important;
    margin: 3rem auto 0;
  }
}
#fathersday_2024 .btn_more_dad:hover {
  background-color: #2F698F;
}
#fathersday_2024 .btn_more_dad a {
  color: #FFF!important;
  font-size: 1.4rem!important;
  font-family: var(--font_noto_sans)!important;
  display: inline-block;
  width: 100%;
  padding: 1.5rem;
  line-height: 1.6!important;
} 
@media screen and (max-width: 1430px) {
  #fathersday_2024 .btn_more_dad a {
    font-size: inherit;
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 599px) {
  #fathersday_2024 .btn_more_dad a {
    width: auto;
  }
}
#fathersday_2024 .btn_more_dad:after {
  content:'\f138';
  font-family: var(--fontawe);
  font-weight: 900;
  font-size: 1.7rem;
  position: absolute;
  right: 1.6rem;
  top: 19%;
  transition: all .3s ease;
}
@media screen and (max-width: 599px) {
  #fathersday_2024 .btn_more_dad:after {
    top: 22%;
  }
}
#fathersday_2024 .btn_more_dad:hover:after {
  position: absolute;
  right: 1rem;
}
#fathersday_2024 .btn_more_dad span {
  color: #FFF!important;
}
#fathersday_2024 .btn_more_dad:hover {
  opacity: 1.0!important;
}
#fathersday_2024 .btn_more_dad:hover a {
  opacity: 1.0!important;
}
#ranking_item_page .btn_more_dad {
  margin: 0 auto;
}
#ranking_item_page #panel1 .btn_more_dad {
  background-color: #254280;
}
#ranking_item_page #panel1 .btn_more_dad:hover {
  background-color: #08348b;
}
#ranking_item_page #panel2 .btn_more_dad {
  background-color: #731a2e;
}
#ranking_item_page #panel2 .btn_more_dad:hover {
  background-color: #ad2745;
}
#fathersday_2024 #ranking_item_page .top_ranking_box p.top_ranking_num {
  color: #FFF!important;
}
/* ===============================
ノベルティ2025
=============================== */
.fathersday_campaign_2025 {
    width: 860px;
    margin: 0 auto;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8rem;
    padding: 2rem;
}

.fathersday_campaign_2025 img {
  width: 48%;
}
.fathersday_campaign_2025 p {
  width: 50%;
}
.fathersday_campaign_2025 p span {
  background-color: var(--blue);
  color: #FFF;
}
  @media screen and (max-width: 1430px) {
      .fathersday_campaign_2025 {
          padding: 3rem;
      }
  }
  @media screen and (max-width: 1280px) {
    .fathersday_campaign_2025 {
      width: 90%;
    }
  }
  @media screen and (max-width: 599px) {
    .fathersday_campaign_2025 {
      width: 90%;
      flex-direction: column;
      margin: 0 auto 4rem;
      padding: 2rem 3rem;
    }
    .fathersday_campaign_2025 img {
      width: 80%;
      margin-bottom: 2rem;
    }
    .fathersday_campaign_2025 p {
      width: 100%;
      text-align: center;
    }
  }
