@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_2026 h2,
#fathersday_2026 h4 {
  line-height: 1.8em!important;
  letter-spacing: 0.03em!important;
}
#fathersday_2026 h3,
#fathersday_2026 h5 {
  line-height: 1.5em!important;
  letter-spacing: 0.03em!important;
}
@media screen and (max-width: 599px) {
  #fathersday_2026 h2,
  #fathersday_2026 h3,
  #fathersday_2026 h4,
  #fathersday_2026 h5 {
    letter-spacing: 0.02em!important;
  }
}
#fathersday_2026 p {
    color: var(--color_blue)!important;
}
#fathersday_2026 p,
#fathersday_2026 p span,
#fathersday_2026 p small,
#fathersday_2026 dt,
#fathersday_2026 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_2026 p,
#fathersday_2026 p span,
#fathersday_2026 p small,
#fathersday_2026 dt,
#fathersday_2026 dd  {
  letter-spacing: 0em!important;
}
}
#fathersday_2026 .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_2026 .fathersday_campaign {
    width: 80%;
    margin: 3rem auto 0;
  }
}
#fathersday_2026 .fathersday_campaign img {
    margin-bottom: 2.6rem;
    box-shadow: 0px 0px 15px -5px #c7c7c7;
}
.fathersday_campaign span {
    color: #FFF;
    background-color: #0E2B50;
}

/* ===============================
リンク設定
=============================== */
#fathersday_2026 a {
  text-decoration: none!important;
}
#fathersday_2026 a:hover {
  color: inherit!important;
}
/* ===============================
レイアウト
=============================== */
.bg_color {
  background-color: #D6E4E7;
  padding-top: 0.5rem;
}
@media screen and (max-width: 599px) {
  #fathersday_2026 {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding-bottom: 0.5rem;
  }
}
.fathersday_2024_main_conts {
  padding: 0 9.7rem 4rem;
}
@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_2026 .inner_wrap {
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  #fathersday_2026 .inner_wrap {
    margin-bottom: 5rem;
  }
}
#s02 .inner_wrap {
  margin-bottom: 16rem;
}
@media screen and (max-width: 599px) {
  #s02 .inner_wrap {
    margin-bottom: 5rem;
  }
}
#fathersday_2026 .inner_wrap > *:last-child,
#fathersday_2026 .inner_wrap > *:last-child > *:last-child,
#fathersday_2026 .inner_wrap > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}
#s02 .inner_wrap:last-of-type {
  margin-bottom: 0;
}
/* ===============================
リード文
=============================== */
.fathersday_lead {
  width: 720px;
  background-color: #FFF;
  margin: 9.5rem auto 6rem;
  padding: 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;
    margin-bottom: 0rem;
  }
}
.fathersday_lead:before {
  content: '';
  position: absolute;
  display: block;
  width: 370px;
  height: 240px;
  background-color: var(--blue);
  top: 7rem;
  left: -7rem;
  z-index: 0;
}
@media screen and (max-width: 1280px) {
  .fathersday_lead:before {
    width: 275px;
    height: 180px;
    top: 6rem;
    left: -1rem;
  }
}
@media screen and (max-width: 599px) {
  .fathersday_lead:before {
    display: none;      
    }
}
.fathersday_lead > div {
  width: 340px;
}
@media screen and (max-width: 1280px) {
  .fathersday_lead > div {
    width: calc(100% - 270px);
  }
  .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: 1280px) {
  .fathersday_lead h2 br {
      display: none;
    }
}
@media screen and (max-width: 599px) {
  .fathersday_lead h2 {
    font-size: 2.0rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.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_campaing_wrap {
  width: 720px;
  background-color: #FFF;
  margin: 7rem 0 9rem;
  padding: 6rem 5rem;
  display: flex;
  justify-content: start;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .fathersday_campaing_wrap {
    width: 90%;
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 899px) {
  .fathersday_campaing_wrap {
    margin: 7rem auto 6rem;
  }
}
@media screen and (max-width: 599px) {
  .fathersday_campaing_wrap {
    margin: 8rem auto 5rem;
    flex-direction: column;
    padding: 2rem;
    margin-bottom: 5rem;
  }
}
.fathersday_campaing_wrap:after {
  content: '';
  display: block;
  width: 292px;
  height: 125px;
  background: url(https://morpho1995noij.itembox.cloud/item/fathersday2026/present_campaign.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -4rem;
  left: -5rem;
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  .fathersday_campaing_wrap:after {
      content: '';
      display: block;
      width: 200px;
      height: 86px;
      background: url(https://morpho1995noij.itembox.cloud/item/fathersday2026/present_campaign.png) no-repeat;
      background-size: contain;
      position: absolute;
      top: -4rem;
      left: -5rem;
  }
}
@media screen and (max-width: 899px) {
  .fathersday_campaing_wrap:after {
    left: -2rem;
  }
}
.fathersday_campaing_wrap:before {
  content: '';
  position: absolute;
  display: block;
  width: 320px;
  height: 240px;
  background-color: var(--blue);
  top: 8.5rem;
  right: -16rem;
  z-index: 0;
}

@media screen and (max-width: 1280px) {
  .fathersday_campaing_wrap:before {
    width: 275px;
    height: 205px;
    top: 6rem;
    right: -3.5rem;
  }
}

@media screen and (max-width: 599px) {
  .fathersday_campaing_wrap:before {
    display: none;
  }
}
.fathersday_campaing_wrap h2 {
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 2rem;
}

@media screen and (max-width: 1280px) {
  .fathersday_campaing_wrap h2 br {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .fathersday_campaing_wrap h2 {
    font-size: 2.0rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.fathersday_campaing_wrap > div {
  width: 446px;
}
@media screen and (max-width: 1280px) {
  .fathersday_campaing_wrap>div {
      width: calc(100% - 250px);
    }
}
@media screen and (max-width: 599px) {
  .fathersday_campaing_wrap>div {
      width: 100%;
    }
}
.fathersday_campaing_wrap > div p span {
  color: #AE0404;
  font-weight: bold!important;
}
.fathersday_campaing_wrap > div img {
  width: 320px;
  height: auto;
  position: absolute;
  top: calc(50% - 123px);
  right: -15rem;
}

@media screen and (max-width: 1280px) {
  .fathersday_campaing_wrap > div img {
    width: 270px;
    height: auto;
    top: 4rem;
    right: -2rem;
  }
}
@media screen and (max-width: 599px) {
  .fathersday_campaing_wrap > div img {
    position: relative;
    display: block;
    margin: 0 auto 2.2rem;
    width: 70%;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
  }
}
/* ===============================
ギフトサービス
=============================== */
.fathers_2026_gift_service_wrap {
  width: 100%;
  background-color: #F1F1F1;
  padding: 0 9.5rem 6rem;
}
@media screen and (max-width: 980px) {
  .fathers_2026_gift_service_wrap {
      padding: 0 8% 6rem;
    }
}
@media screen and (max-width: 599px) {
  .fathers_2026_gift_service_wrap {
      padding: 0 8% 3rem;
    }
}
#fathersday_2026 .fathers_2026_ttl_01 {
  font-size: 2.2rem;
  text-align: center;
  color: #FFF;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 46px!important;
  padding: 0 1rem;
  background-color: var(--blue);
  transform: translateY(-48%);
  margin-bottom: 0rem;
}
@media screen and (max-width: 599px) {
  #fathersday_2026 .fathers_2026_ttl_01 {
      font-size: 2.0rem;
  }
}
.fathers_2026_ttl_01:before,
.fathers_2026_ttl_01:after {
  position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: var(--blue) transparent;
    border-style: solid;
    content: '';
}
.fathers_2026_ttl_01::before {
  left: -10px;
  border-width: 25px 0px 25px 10px;
}
.fathers_2026_ttl_01::after {
  right: -10px;
  border-width: 25px 10px 25px 0px;
}
.fathers_2026_ttl_02 {
  color: var(--blue);
  font-weight: 500;
  font-size: 2.2rem;
  text-align: center;
  border-bottom: solid 1px var(--blue);
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .fathers_2026_ttl_02 {
    font-size: 2.0rem;
    padding: 0 0 1rem;
  }
}
.fathers_2026_ttl_02 small {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fathers_2026_ttl_02 small img {
  width: auto;
  height: 31px;
}
/* 左側の線 */
.fathers_2026_ttl_02 small::before {
  margin-right: 1.4rem;
  /* 左線とテキストの間の余白 */
  content: '';
  flex-grow: 1;
  /* 領域いっぱいまで広げる */
  height: 1px;
  /* 左線の太さ */
  display: inline-block;
  background-color: var(--blue);
  /* 線の色 */
}

/* 右側の線 */
.fathers_2026_ttl_02 small::after {
  margin-left: 1.4rem;
  /* 右線とテキストの間の余白 */
  content: '';
  flex-grow: 1;
  /* 領域いっぱいまで広げる */
  height: 1px;
  /* 右線の太さ */
  display: inline-block;
  background-color: var(--blue);
  /* 線の色 */
}
.fathers_2026_gift_col3_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .fathers_2026_gift_col3_wrap {
    flex-direction: column;
  }
}
.fathers_2026_gift_col3box {
  width: 31%;
}
@media screen and (max-width: 599px) {
  .fathers_2026_gift_col3box {
      width: 100%;
      text-align: center;
      margin-bottom: 3rem;
    }
}
#fathersday_2026 .fathers_2026_gift_col3box p {
  font-size: 1.3rem;
}
#fathersday_2026 .fathers_2026_gift_col3box a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: underline!important;
}
/* ===============================
ページ内リンク
=============================== */
.fathersday_page_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 7rem auto;
}
@media screen and (max-width: 599px) {
  .fathersday_page_link {
    width: 94%;
    margin: 4rem auto;
  }
}
#fathersday_2026 .fathersday_page_link li {
  width: 30.63%;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0.5rem 1.4rem;
}
@media screen and (max-width: 599px) {
  #fathersday_2026 .fathersday_page_link li {
    width: 48%;
    margin: 0 1% 1.4rem;
  }
}
@media screen and (max-width: 435px) {
  #fathersday_2026 .fathersday_page_link li {
      width: 100%;
      margin: 0 1% 1.4rem;
    }
}
#fathersday_2026 .fathersday_page_link li a {
  display: block;
  color: var(--blue)!important;
  border: solid 3px #C1D1D8;
  border-radius: 100vh;
  position: relative;
  padding: 2.2rem 1rem;
}
#fathersday_2026 .fathersday_page_link li a:hover {
  color: #FFF!important;
  background-color: var(--blue);
  border-color: var(--blue);
  opacity: 1 !important;
}
@media screen and (max-width: 599px) {
  #fathersday_2026 .fathersday_page_link li a {
    padding: 1.6rem 1rem;
  }
}
#fathersday_2026 .fathersday_page_link li a span {
  position: relative;
}
#fathersday_2026 .fathersday_page_link li a span:after {
  content:'';
  display: block;
  width: 10px;
  height: 10px;
  border-left: solid 2px var(--blue);
  border-bottom: solid 2px var(--blue);
  transform: rotate(-45deg);
  position: absolute;
  right: -2rem;
  bottom: 0.8rem;
  transition: all .3s ease;
}
#fathersday_2026 .fathersday_page_link li a:hover span:after {
  border-left: solid 2px #FFF;
    border-bottom: solid 2px #FFF;
}
/* ===============================
見出し
=============================== */
.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: 110px;
  height: 91px;
  background: url(https://morpho1995noij.itembox.cloud/item/fathersday2026/thanks_dad.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: 20%;
    height: auto;
    aspect-ratio: 110/91;
    top: -4%;
    margin-left: -20%;
  }
}
/* ===============================
アイテム
=============================== */
.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 {
}
@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: 50%;
    height: auto;
    aspect-ratio: 188 / 174;
    background: url(https://morpho1995noij.itembox.cloud/item/fathersday2026/happy_fathersday.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -60%;
  }
}
.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: 188px;
  height: 174px;
  background: url(https://morpho1995noij.itembox.cloud/item/fathersday2026/happy_fathersday.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -62px;
  right: -48px;
}
@media screen and (max-width: 1280px) {
  .dad_day_reco_txt:after {
    width: 125px;
    height: 149px;
    background: url(https://morpho1995noij.itembox.cloud/item/fathersday2026/happy_fathersday.png) no-repeat;
    background-size: contain;
    bottom: -120px;
    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: 190px;
  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 ul {
  display: flex;
  align-items: center;
}
#fathersday_2026 .ranking_2023_review_header ul li {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.0!important;
}
#fathersday_2026 .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%, #D6E4E7 50%, #D6E4E7 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_2026 .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_2026 .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_2026 .dad_day_3col_box p {
  line-height: 1.6!important;
  font-weight: 500;
}
/* ===============================
moreボタン
=============================== */
#fathersday_2026 .fathersday_2026_more_link a {
  display: inline-block;
  color: #FFF;
  font-size: 1.5rem;
  background-color: var(--blue);
  border: solid 3px var(--blue);
  border-radius: 100vh;
  margin-top: 5rem;
  padding: 2rem 4rem;
  min-width: 334px;
}
@media screen and (max-width: 599px) {
  #fathersday_2026 .fathersday_2026_more_link a {
    min-width: auto;
    width: 80%;
    padding: 1.2rem 2rem;
    margin-top: 3rem;
  }
}
#fathersday_2026 .fathersday_2026_more_link a:hover {
  color: #FFF!important;
  background-color: #2F698F;;
  border: solid 3px #2F698F;
}
#fathersday_2026 .fathersday_2026_more_link a span {
  font-weight: 500 !important;
    position: relative;
}

#fathersday_2026 .fathersday_2026_more_link a span:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: -2rem;
  transition: all .3s ease;
}

#fathersday_2026 .fathersday_2026_more_link a:hover span:after {
    right: -3rem;
}
/* ===============================
ギフトを探すコンテンツ
=============================== */
.fathers_2026_gift_area {
  margin-top: 9rem;
}
.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_2026 #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_2026 .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_2026 .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_2026 .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_2026 #ranking_item_page .btn_more_dad {
  padding-left: 4rem;
  padding-right: 4rem;

}
@media screen and (max-width: 599px) {
  #fathersday_2026 .btn_more_dad {
    min-width: 90%;
    font-size: 1.3rem!important;
    margin: 3rem auto 0;
  }
}
#fathersday_2026 .btn_more_dad:hover {
  background-color: #2F698F;
}
#fathersday_2026 .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_2026 .btn_more_dad a {
    font-size: inherit;
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 599px) {
  #fathersday_2026 .btn_more_dad a {
    width: auto;
  }
}
#fathersday_2026 .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_2026 .btn_more_dad:after {
    top: 22%;
  }
}
#fathersday_2026 .btn_more_dad:hover:after {
  position: absolute;
  right: 1rem;
}
#fathersday_2026 .btn_more_dad span {
  color: #FFF!important;
}
#fathersday_2026 .btn_more_dad:hover {
  opacity: 1.0!important;
}
#fathersday_2026 .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_2026 #ranking_item_page .top_ranking_box p.top_ranking_num {
  color: #FFF!important;
}
