@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

:root {
  --blue :#3F6FBA;
  --lblue : #0987AF;
  --sblue : #EAF8FF;
  --goth : "Noto Sans JP", sans-serif;
  --yugo: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.mday {
  font-family: "Noto Serif JP", serif;
}

.nobr {display: inline-block;}

html[data-browse-mode=P] .sp{display: none;}
html[data-browse-mode=S] .pc{display: none;}

.fd_section_inner {
  width: min(100%, 1260px);
  margin-inline: auto;
  padding-inline: 30px;
  position: relative;
}
.fd_section_title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 46px;
}


section#fd_mv {
  height: 592px;
  background: #37a5c6;
  position: relative;
  overflow: hidden;
}
section#fd_mv h1 {
  width: min(100%, 3000px);
  height: 100%;
  margin-inline: auto;
}
section#fd_mv h1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section#fd_lead {
  background: #58B8D6;
  padding-block: 36px 76px;
}

.fd_lead_img {
  width: 354px;
  margin-inline: auto;
  margin-bottom: 5px;
}

.fd_lead_text {
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 42px;
    background-color: #58b8d6;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #58B8D6 50%, #58b8d6 100%), linear-gradient(0deg, #fff 1px, transparent 1px);
    background-size: 4px 100%, 100% 2em;
    background-position: left top;
}

.fd_lead_nav ul {
  display: flex;
  flex-flow: row wrap;
  gap: 27px;
}
.fd_lead_nav li {
  flex: 1;
}
.fd_lead_nav a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #F5AF11;
  background: linear-gradient(0deg, #F5AF11 0%, #F8C349 100%);
  padding-block: 15px 12px;
  text-decoration: none;
  text-decoration: none;
  box-shadow: 0 3px 6px #0004;
}
.fd_nav_img {
  width: 50px;
  margin-inline: auto;
  margin-bottom: 3px;
}
.fd_nav_text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: var(--goth);
}
.fd_nav_arrow {
  width: 9px;
  height: 9px;
  position: relative;
  margin-inline: auto;
  rotate: 45deg;
}
.fd_nav_arrow::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right bottom;
  rotate: -5deg;
}
.fd_nav_arrow::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right bottom;
  rotate: 5deg;
}

section#fd_ranking {
  background: var(--sblue);
  padding-block: 50px;
}
section#fd_ranking .fd_section_title {
  color: var(--lblue);
}
.fd_ranking_content .block-ranking-r {
  position: relative;
}
.fd_ranking_content .block-ranking-r--items {
  margin-bottom: 48px;
}
.fd_ranking_content dd.block-ranking-r--goods-description {
  position: relative;
  display: inline-block;
  height: auto;
  opacity: 1;
  padding: 0;
  background: none;
  pointer-events: auto;
}
.fd_ranking_content .block-ranking-lightningrecommend .block-ranking-r--goods:hover .block-ranking-r--goods-description {
  animation: none;
}
.fd_ranking_content .block-ranking-lightningrecommend .block-ranking-r--goods-image .block-ranking-r--rank {
  font-style: normal;
  font-size: 40px;
  left: 14px;
  top: 4px;
}
.fd_ranking_content .block-ranking-r--goods-description {
}
.fd_ranking_content .revico-star-simple-wrapper {
  margin-bottom: 12px;
}
.fd_ranking_content .block-ranking-lightningrecommend .revico-star-block {
  justify-content: flex-start;
  align-items: flex-end;
}
.fd_ranking_content .block-ranking-lightningrecommend .revico-star .revico-star-block--rate {
  transform: none;
}
.fd_ranking_content .block-ranking-lightningrecommend .revico-star-block--total {
  font-weight: bold;
  margin: 0;
  color: #333;
}
.fd_ranking_content .block-ranking-lightningrecommend .block-ranking-r--goods-name {
  text-align: left;
}
.fd_ranking_content .block-ranking-r--goods-name a {
  margin-bottom: 16px;
  display: inline-block;
  color: #6A3E3E;
  font-size: 14px;
}
.fd_ranking_content .block-ranking-r--goods-comment {
  display: none;
}
.block-ranking-lightningrecommend .block-ranking-r--price {
  color: #6A3E3E;
  text-align: left;
  font-size: 16px;
}
.fd_ranking_content .swiper-backface-hidden .swiper-slide {
  background: #fff;
  height: auto;
  padding: 10px;
}
.fd_ranking_content .swiper-pagination {
  position: relative;
  inset: initial;
  display: flex;
  flex-flow: row wrap;
  margin-inline: auto;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 30px;
}
.fd_ranking_content .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 50%;
  height: 6px;
  border-radius: 0;
  opacity: 1;
  background: transparent;
}
.fd_ranking_content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F5D32C;
  border-radius: 2px;
}
.fd_ranking_content .swiper-button-next,
.fd_ranking_content .swiper-button-prev {
  display: inline-block;
  width: 43px;
  height: 43px;
  background: var(--blue);
  border-radius: 300px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  cursor: pointer;
  z-index: 5;
}
.fd_ranking_content .swiper-button-next {
  right: -50px;
}
.fd_ranking_content .swiper-button-prev {
  left: -50px;
}
.fd_ranking_content .swiper-button-next::before, .fd_ranking_content .swiper-button-next::after,
.fd_ranking_content .swiper-button-prev::before, .fd_ranking_content .swiper-button-prev::after {
  content: "";
  display: inline-block;
  height: 2px;
  background: #fff;
  position: absolute;
  translate: -50% -50%;
  border-radius: 300px;
}
.fd_ranking_content .swiper-button-next::before,
.fd_ranking_content .swiper-button-prev::before {
  width: 14px;
  left: 50%;
  top: 52%;
}
.fd_ranking_content .swiper-button-prev::after {
  width: 8px;
  left: 42%;
  top: 44%;
  rotate: -45deg;
}
.fd_ranking_content .swiper-button-next::after {
  width: 8px;
  right: 42%;
  top: 44%;
  rotate: 45deg;
  translate: 50% -50%;
}

section#fd_recommend {
  padding-block: 50px 60px;
  background: var(--blue);
  position: relative;
}
section#fd_recommend::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/img/usr/freepage/fathersday/bg01.png) repeat center top / 59px 102px;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: screen;
}
section#fd_recommend .fd_section_title {
  color: #fff;
}
.fd_recommend_content {
  position: relative;
}
.fd_recommend_content_slide {
  width: min(100%, 1058px);
  margin-inline: auto;
  border-radius: 10px;
}
.fd_recommend_content_prev,
.fd_recommend_content_next {
  display: inline-block;
  width: 43px;
  height: 43px;
  background: var(--brown);
  border-radius: 300px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  cursor: pointer;
  z-index: 5;
}
.fd_recommend_content_prev {
  left: 0;
}
.fd_recommend_content_next {
  right: 0
}
.fd_recommend_content_prev::before,
.fd_recommend_content_prev::after,
.fd_recommend_content_next::before,
.fd_recommend_content_next::after {
  content: "";
  display: inline-block;
  height: 2px;
  background: #fff;
  position: absolute;
  translate: -50% -50%;
  border-radius: 300px;
}
.fd_recommend_content_prev::before,
.fd_recommend_content_next::before {
  width: 14px;
  left: 50%;
  top: 50%;
}
.fd_recommend_content_prev::after {
  width: 8px;
  left: 42%;
  top: 44%;
  rotate: -45deg;
}
.fd_recommend_content_next::after {
  width: 8px;
  right: 42%;
  top: 44%;
  rotate: 45deg;
  translate: 50% -50%;
}
.fd_recommend_item {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 18px;
  height: auto;
}
.fd_recommend_item + .fd_recommend_item {
  margin-top: 70px;
}
.fd_recommend_item_img {
  width: min(490px, 100%);
  border-radius: 6px;
  overflow: hidden;
}
.fd_recommend_item_info {
  width: calc(100% - 490px);
  padding-inline: 40px;
  font-family: var(--yugo);
}
.fd_recommend_item_ctach {
  color: var(--blue);
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 22px;
  border-bottom: 2px solid;
}
.fd_recommend_item_brand {
  font-size: 17px;
  margin-bottom: 8px;
}
.fd_recommend_item_brand:empty {
  display: none;
}
.fd_recommend_item_score {
  font-size: 16px;
  line-height: 1;
  position: relative;
  color: #ccc;
  margin-bottom: 16px;
  display: inline-block;
}
.fd_recommend_item_score::before {
  content: "★★★★★";
  display: inline-block;
  width: calc(20% * var(--score));
  white-space: nowrap;
  overflow: hidden;
  color: #C7A276;
  position: absolute;
}
.fd_recommend_item_score[score="3"] {--score:3;}
.fd_recommend_item_score[score="3.1"] {--score:3.1;}
.fd_recommend_item_score[score="3.2"] {--score:3.2;}
.fd_recommend_item_score[score="3.3"] {--score:3.3;}
.fd_recommend_item_score[score="3.4"] {--score:3.4;}
.fd_recommend_item_score[score="3.5"] {--score:3.5;}
.fd_recommend_item_score[score="3.6"] {--score:3.6;}
.fd_recommend_item_score[score="3.7"] {--score:3.7;}
.fd_recommend_item_score[score="3.8"] {--score:3.8;}
.fd_recommend_item_score[score="3.9"] {--score:3.9;}
.fd_recommend_item_score[score="4.0"] {--score:4;}
.fd_recommend_item_score[score="4.1"] {--score:4.1;}
.fd_recommend_item_score[score="4.2"] {--score:4.2;}
.fd_recommend_item_score[score="4.3"] {--score:4.3;}
.fd_recommend_item_score[score="4.4"] {--score:4.4;}
.fd_recommend_item_score[score="4.5"] {--score:4.5;}
.fd_recommend_item_score[score="4.6"] {--score:4.6;}
.fd_recommend_item_score[score="4.7"] {--score:4.7;}
.fd_recommend_item_score[score="4.8"] {--score:4.8;}
.fd_recommend_item_score[score="4.9"] {--score:4.9;}
.fd_recommend_item_score[score="5.0"] {--score:5;}
.fd_recommend_item_score[score="0"] {display: none;}

.fd_recommend_item_score::after {
  content: attr(score);
  color: #333;
  position: absolute;
  right: 0;
  top: 50%;
  translate: calc(100% + 10px) -50%;
}
.fd_recommend_item_name {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
.fd_recommend_item_price {
  font-size: 21px;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  margin-bottom: 22px;
}
.fd_recommend_item_price::before {
  content: "(税込)";
  order: 3;
  font-size: 16px;
}
.fd_recommend_item_price::after {
  content: "円";
}
.fd_recommend_item_btn a {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 366px;
  background: #F5AF11;
  background: linear-gradient(0deg, #F5AF11 0%, #F8C349 100%);
  border-radius: 300px;
  margin-bottom: 18px;
  padding-block: 14px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.fd_recommend_item_text {
  font-size: 17px;
  line-height: 1.5;
}

.section_wrap {
  background: var(--sblue);
  padding-block: 70px;
  display: flex;
  flex-flow: column wrap;
  gap: 70px;
}
.section_wrap .fd_section_title {
  color: var(--lblue);
  margin-bottom: 24px;
}
.link_wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 14px;
}
.link_box {
  width: 188px;
}
.link_box a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 16px 16px 12px;
  border-radius: 6px;
  box-shadow: 0 3px 6px #329FC366;
  text-decoration: none;
}
.link_img {
  border-radius: 5px;
  overflow: hidden;
}
.link_name {
  text-align: center;
  margin-top: 9px;
  color: var(--blue);
  font-family: var(--yugo);
  font-size: 19px;
  font-weight: bold;
}

section#fd_theme {
  background: #6CB1D6;
  padding-block: 79px 76px;
  width: 100%;
  position: relative;
}
section#fd_theme::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/img/usr/freepage/fathersday/bg01.png) repeat center top / 59px 102px;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: screen;
}
section#fd_theme .fd_section_title {
 color: #fff;
}
.fb_theme_text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.fd_theme_content02 {
  display: flex;
  flex-flow: column wrap;
  gap: 40px;
  margin-top: 70px;
}
.fd_theme_wrap {
  background: #fff;
  border-radius: 10px;
  padding: 40px 60px;
}
.fd_theme_title {
  text-align: center;
  margin-bottom: 24px;
  color: var(--blue);
  font-size: 28px;
  font-weight: bold; 
  position: relative;
}
html[data-browse-mode=S] {
  section#fd_theme {
    padding-block: 34px;
  }
  .fd_theme_content02 {
    margin-top: 30px;
    gap: 24px;
  }
  .fd_theme_wrap {
    padding: 24px 28px 32px;
    width: 100%;
  }
  .fd_theme_title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.fd_theme_item ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 32px;
}
html[data-browse-mode=S] .fd_theme_item ul {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 20px;
}
.fd_theme_item ul li {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  background: #fff;
  /*position: relative;
  top: 50px;
  opacity: 0;
  transition: all 1s ease;*/
}
/*.fd_theme_item ul li:nth-of-type(2) {
  transition-delay: .1s;
}
.fd_theme_item ul li:nth-of-type(3) {
  transition-delay: .2s;
}
.fd_theme_item ul li:nth-of-type(4) {
  transition-delay: .3s;
}
.fd_theme_item ul li:nth-of-type(5) {
  transition-delay: .4s;
}*/
.fd_theme_item.active ul li {
  top: 0;
  opacity: 1;
}
.fd_theme_item ul li a {
  color: #000;
  text-decoration: none;
  height: 100%;
  display: inline-block;
  position: relative;
  padding-bottom: 56px;
}
html[data-browse-mode=P] .fd_theme_item ul li a {
  transition: .4s;
  font-family: var(--yugo);
}
html[data-browse-mode=P] .fd_theme_item ul li a:hover {
  opacity: .7;
}
.theme_item_img {
  height: 200px;
  margin-bottom: 20px;
}
.theme_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.theme_item_rating {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 30px;
}
.theme_item_star {
  font-size: 16px;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  color: #ccc;
}
.theme_item_star.rat0 {
  opacity: 0;
}
.theme_item_star:before {
  content: "★★★★★";
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: #C7A276;
  position: absolute;
}
.theme_item_star.rat49:before {width: 98%;}
.theme_item_star.rat48:before {width: 96%;}
.theme_item_star.rat47:before {width: 94%;}
.theme_item_star.rat46:before {width: 92%;}
.theme_item_star.rat45:before {width: 90%;}
.theme_item_star.rat44:before {width: 88%;}
.theme_item_star.rat43:before {width: 86%;}
.theme_item_star.rat42:before {width: 84%;}
.theme_item_star.rat41:before {width: 82%;}
.theme_item_star.rat40:before {width: 80%;}
.theme_item_star.rat39:before {width: 78%;}
.theme_item_star.rat38:before {width: 76%;}
.theme_item_star.rat37:before {width: 74%;}
.theme_item_score {
  font-size: 14px;
  line-height: 1.4;
}
.theme_item_name {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
}
.theme_item_price {
  font-size: 18px;
  position: absolute;
  left: 0px;
  bottom: 20px;
}
.theme_item_price span.tax {
  font-size: 14px;
  margin-left: 6px;
}
.theme_item_shop {
  display: flex;
  align-items: flex-end;
  width: calc(100% - 40px);
  height: calc(1em + 12px);
  border-bottom: 1px solid #707070;
  margin: 0 20px 7px;
  padding: 0 4px 8px;
  color: #121659;
  font-size: 12px;
  line-height: 1;
}
.fd_theme_btn a {
  display: grid;
  place-items: center;
  margin-inline: auto;
  padding-block: 14px;
  border-radius: 300px;
  color: #fff;
  font-family: var(--yugo);
  font-size: 19px;
  text-decoration: none;
  position: relative;
  background: #F5AF11;
  background: linear-gradient(0deg, #F5AF11 0%, #F8C349 100%);
}
html[data-browse-mode=P] .fd_theme_btn a {
  width: 400px;
  transition: .4s;
}
html[data-browse-mode=P] .fd_theme_btn a:hover {
  opacity: .7;
}
html[data-browse-mode=S] .fd_theme_btn a {
  width: 100%;
  font-size: 15px;
}
.fd_theme_btn a:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 300px;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}
.fd_theme_btn a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #FA9218;
  border-top: 2px solid #FA9218;
  rotate: 45deg;
  position: absolute;
  right: 28px;
  top: 50%;
  translate: 0 -50%;
}

.fd_price_content ul {
  display: flex;
  gap: 14px;
}
.fd_price_content li {
  flex: 1;
}
.fd_price_content a {
  display: flex  ;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 5px 5px 0px 5px;
  box-shadow: 0 3px 6px #329FC366;
  padding-block: 24px;
  color: var(--blue);
  font-family: var(--yugo);
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.fd_price_content a::before {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: var(--blue);
  position: absolute;
  right: 2px;
  bottom: 2px;
}
.fd_brand_content ul {
  width: min(100%, 757px);
  margin-inline: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  border-top: 1px dashed #BCBCBC;
  border-left: 1px dashed #BCBCBC;
}
.fd_brand_content li {
  width: calc(100% / 3);
}
.fd_brand_content li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 18px 24px;
  text-decoration: none;
  border-bottom: 1px dashed #BCBCBC;
  border-right: 1px dashed #BCBCBC;
}
.fd_barad_img {
  border: 1px solid #EEE;
  border-radius: 6px;
  overflow: hidden;
}
.fd_barad_name {
  text-align: center;
  color: var(--blue);
  font-family: var(--yugo);
  font-size: 13px;
  margin-top: 9px;
}

section#fd_allbtn a {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: min(366px,100%);
    background: #F5AF11;
    background: linear-gradient(0deg, #F5AF11 0%, #F8C349 100%);
    border-radius: 300px;
    margin-inline : auto;
    margin-bottom: 18px;
    padding-block: 14px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

section#fd_trivia {
  background: #57ABD1;
  padding-block: 48px 102px;
}
section#fd_trivia .fd_section_title {
  color: #fff;
}
.fd_trivia_content {
  width: min(100%, 1054px);
  margin-inline: auto;
  display: flex;
  flex-flow: column wrap;
  gap: 50px;
}
.fd_trivia_title {
  background: #fff;
  border-radius: 5px;
  padding-block: 4px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: var(--brown);
  font-size: 22px;
  font-weight: bold;
}
.fd_trivia_item:nth-of-type(even) .fd_trivia_title {
  flex-direction: row-reverse;
}
.fd_trivia_title .color {
  color: var(--blue);
  display: inline-block;
}
.fd_trivia_text {
  line-height: 2.25;
  background-color: #57ABD1;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #57ABD1 50%, #57ABD1 100%), linear-gradient(180deg, #fff 1px, transparent 1px);
  background-size: 4px 100%, 100% 2.25em;
  background-position: left top -1px;
  color: #fff;
  font-family: var(--yugo);
  font-size: 20px;
  margin-top: 41px;
}


html[data-browse-mode=P] {
a:hover img {
  opacity: 1;
}
  .fd_lead_nav a {
    transition: .3s;
    position: relative;
}
.fd_lead_nav a:hover {
  background: linear-gradient(0deg, #FA9218 0%, #F5B31D 100%);
}
.fd_recommend_content_prev, .fd_recommend_content_next {
  transition: .3s;
}
.fd_recommend_content_prev:hover, .fd_recommend_content_next:hover {
  box-shadow: 0px 0px 8px #fff;
}
.fd_recommend_item_img a img,
.fd_recommend_item_btn a,
section#fd_allbtn a {
  transition: .3s;
}
.fd_recommend_item_img a:hover img {
  scale: 1.03;
}
.fd_recommend_item_btn a:hover,
section#fd_allbtn a:hover {
  background: linear-gradient(0deg, #FA9218 0%, #F5B31D 100%);
}
.fd_brand_content li a {
  transition: .3s;
}
.fd_brand_content li a:hover {
  background: var(--sblue);
}
.fd_price_content a {
  transition: .3s;
}
.fd_price_content a:hover {
  background: var(--sblue);
}
.link_box a {
  transition: .3s;
}
.link_box a:hover {
  background: var(--sblue);
}

}


html[data-browse-mode=S] {
  .fd_section_title {
    font-size: 21px;
    margin-bottom: 24px;
}
section#fd_mv {
  height: min(434px, 100vw);
}
section#fd_mv h1 {
  width: min(100%, 600px);
}
section#fd_lead {
  padding-bottom: 16px;
}
.fd_section_inner {
  padding-inline: 20px;
}
.fd_lead_img {
  width: 304px;
  margin-bottom: 0;
}
.fd_lead_text {
  font-size: 16px;
  margin-bottom: 27px;
}
.fd_lead_nav ul {
  gap: 5px 7px;
}
.fd_lead_nav li {
  flex: initial;
  width: calc(50% - 3.5px);
}
.fd_lead_nav li:nth-of-type(1) {
  width: 100%;
}
.fd_nav_text {
  font-size: 15px;
}
section#fd_ranking {
  padding-block: 27px 55px;
}
.fd_ranking_content .swiper-pagination,
.fd_ranking_content .swiper-button-next,
.fd_ranking_content .swiper-button-prev {
  display: none;
}
.fd_ranking_content .block-ranking-r--items {
  margin-bottom: 0;
  overflow: visible;
}
.fd_ranking_content .block-ranking-lightningrecommend .block-ranking-r--items li {
  width: calc(100% + 20px);
  flex-wrap: nowrap;
  overflow: auto;
  scrollbar-color: var(--red) #fff;
  scrollbar-width: thin;
  gap: 12px;
  padding-bottom: 20px;
}
.fd_ranking_content .block-ranking-lightningrecommend .block-ranking-r--items li .block-ranking-r--goods {
  width: 160px;
}
.fd_ranking_content .block-ranking-r--goods-name {
  margin-block: 10px 20px;
}
.fd_ranking_content .block-ranking-lightningrecommend .block-ranking-r--goods-description .block-ranking-r--price {
  font-size: 16px;
  font-weight: bold;
}
section#fd_recommend {
  padding-block: 26px 35px;
}
.fd_recommend_content_slide {
  width: calc(100% - 40px);
}
.fd_recommend_item {
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
}
.fd_recommend_item + .fd_recommend_item {
    margin-top: 20px;
}
.fd_recommend_item_img {
  margin-bottom: 15px;
}
.fd_recommend_item_info {
  display: contents;
}
.fd_recommend_item_ctach {
  order: -1;
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 2px;
}
.fd_recommend_item_name {
  font-size: 15px;
}
.fd_recommend_item_price {
  font-size: 16px;
  margin-bottom: 26px;
}
.fd_recommend_item_price::before {
  font-size: 12px;
}
.fd_recommend_item_btn {
  width: 100%;
}
.fd_recommend_item_btn a {
  width: min(100%, 400px);
  margin-inline: auto;
  padding-inline: 10px;
  font-size: 12px;
}
.fd_recommend_item_text {
    font-size: 14px;
}
.section_wrap {
  padding-block: 30px 50px;
  gap: 40px;
}
.link_wrap ul {
  gap: 20px 14px;
}
.link_box {
  flex: initial;
  width: calc(50% - 7px);
}
.link_name {
  margin-top: 13px;
  font-size: 15px;
}
.fd_price_content ul {
    gap: 16px 8px;
    flex-wrap: wrap;
}
.fd_price_content li {
  flex: initial;
  width: calc(50% - 4px);
}
.fd_price_content a {
  padding-block: 18px;
  font-size: 15px;
}
.fd_brand_content ul {
  gap: 14px 8px;
  border: none;
}
.fd_brand_content li {
  width: calc(50% - 4px);
}
.fd_brand_content li a {
  padding: 0;
  background: none;
  border: none;
}
section#fd_allbtn a {
  padding-inline: 10px;
  font-size: 12px;
}
section#fd_trivia {
  padding-block: 28px 80px;
}
.fd_trivia_content {
  gap: 30px;
}
.fd_trivia_title {
  text-align: center;
  font-size: 18px;
  min-height: 50px;
  padding:5px 48px 5px 8px;
  position: relative;
}
.fd_trivia_title::before,
.fd_trivia_title::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #FA9218;
  border-radius: 300px;
  position: absolute;
  right: 20px;
  top:50%;
  translate: 0 -50%s;
  transition: .3s;
}
.fd_trivia_title::before {
  rotate: -90deg;
}
.fd_trivia_title::after {
  rotate: -180deg;
}
  .fd_trivia_title.is-active::before,
  .fd_trivia_title.is-active::after {
  rotate: 0deg;
}
.fd_trivia_title .text {
  position: relative;
}
.fd_trivia_text {
  display: none;
  font-size: 16px;
  margin:30px 20px;
}



}



section#obi {
  text-align: center;
  padding: 8px;
  font-size: 20px;
  font-weight: bold;
  color: var(--brown);
  border-block: 2px solid var(--red);
  background: #f7efec;
}

html[data-browse-mode=S] {
  section#obi {
    font-size: 14px;
}
}