@charset "UTF-8";
/* ===============================
   ベーススタイル
=============================== */
html {
  scroll-behavior: smooth;
}

/* ===============================
   レイアウト／ユーティリティ
=============================== */
.fp_contents {
  max-width: 1200px;
  margin: 0 auto;
}
.fp_contents img {
  max-width: 100%;
}
[data-browse-mode=S] .fp_contents img {
  width: 100%;
}

[data-browse-mode=S] .fp_contents .isPC {
  display: none;
}

[data-browse-mode=P] .fp_contents .isSP {
  display: none;
}

[data-browse-mode=S] .fp_contents .isSP {
  display: block;
}

.positionset {
  position: relative;
}

/* ===============================
   ボタン関連
=============================== */
.btn {
  width: 100%;
  height: 100%;
}

.morebtn1,
.cartbtn1,
.morebtn2,
.cartbtn2 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  height: 6%;
}

.morebtn1 {
  bottom: 15%;
  left: 9%;
}

.cartbtn1 {
  bottom: 9%;
  left: 9%;
}

.morebtn2 {
  bottom: 15%;
  right: 9%;
}

.cartbtn2 {
  bottom: 9%;
  right: 9%;
}

.topbtn {
  background: #FDFDFD;
  border: 3px solid #83254B;
  border-radius: 8px;
  text-align: center;
  width: 420px;
  height: 74px;
  margin: 80px auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topbtn a {
  color: #83254B;
  text-decoration: none;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
}
.topbtn::after {
  content: "";
  background: url(/img/usr/freepage/sweetpotatoday2025/triangulararrow.png);
  width: 18px;
  height: 11px;
  background-size: contain;
  margin-left: 10px;
}
[data-browse-mode=S] .topbtn {
  width: 315px;
  height: 60px;
  margin: 60px auto;
}
[data-browse-mode=S] .topbtn a {
  font-size: 18px;
}

/* ===============================
   キャンペーン関連
=============================== */
.campaign2025 {
  margin-top: 80px !important;
}

.Addcart {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 360px;
}
[data-browse-mode=P] .Addcart:hover {
  opacity: 0.8;
}

[data-browse-mode=S] .Addcart {
  bottom: 8vw;
  width: 80vw;
}

/* ===============================
   カテゴリーツリー
=============================== */
.top_h2 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 0;
}
[data-browse-mode=S] .top_h2 {
  margin: 5px 0 40px;
}

.top_h2:before {
  display: none;
}

.top_h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  position: relative;
  margin-bottom: 30px;
}
[data-browse-mode=S] .top_h3 {
  margin-bottom: 10px;
}

.top_h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #A37B5F;
}
.top_h3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.top_category {
  padding: 50px 100px 30px;
  border-radius: 20px;
}
[data-browse-mode=S] .top_category {
  padding: 20px 15px 30px;
}

.top_category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 38px;
  gap: 40px;
}
[data-browse-mode=S] .top_category ul {
  display: block;
  padding: 0;
}

.top_category li {
  width: calc(50% - 20px);
  font-size: large;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}
.top_category li:not(:last-child) {
  margin-bottom: 20px;
}
[data-browse-mode=S] .top_category li {
  width: 100%;
}

.top_category li a {
  color: #222;
  line-height: 16px;
}
[data-browse-mode=P] .top_category li a:hover {
  opacity: 0.8;
}

.top_category ul.flex3 li {
  width: 33%;
  margin-bottom: 20px;
  padding: 0 20px;
}

/* ===============================
   レシピ関連
=============================== */
.content_wrap__recipe {
  width: 100%;
  height: auto;
  position: relative;
  margin: 55px 0 80px;
}
[data-browse-mode=P] .content_wrap__recipe {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}

[data-browse-mode=S] .content_wrap__recipe {
  display: block !important;
  width: 100%;
  margin: 42px 0 80px;
}

.content_wrap__recipe_link {
  display: block;
}
[data-browse-mode=S] .content_wrap__recipe_link {
  width: 100%;
  height: auto;
  margin-top: 38px;
  padding: 0 15px;
}

/* ===============================
   お知らせ
=============================== */
.notice_temp {
  padding: 0 5%;
  margin-top: -40px;
}
.notice_temp:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/img/usr/common/icon_faq.png);
  background-size: contain;
  vertical-align: middle;
}
[data-browse-mode=S] .notice_temp {
  padding: 0 2%;
  margin-top: -30px;
}
[data-browse-mode=S] .notice_temp:before {
  margin-right: 5px;
}

/* ===============================
   ジャンル
=============================== */
.top_genre_sec {
  width: 45%;
}

.top_genre {
  text-align: center;
}
.top_genre a {
  width: 35%;
  margin: 10px 20px 20px;
}
.top_genre img {
  width: 100%;
}