@charset "utf-8";
/* CSS Document */
/*PC用*/

/* reset 0828星崎追記*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
* { /*星崎 これ必要かわからない未確認*/
  webkit-appearance: none;
  -webkit-appearance: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
div, p {
  word-break: break-all;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, select, textarea {
  vertical-align: middle;
  border: none;
  font-size: inherit;
}
input[type="text"], input[type="number"], input[type="search"], input[type="password"], select { /*星崎 これ必要と確認済*/
  padding: 5px 10px;
  border: 1px solid #808080;
  -debox-sizing: border-box;
  width: 100%;
  font-size: 1.8rem;
}
/*reset css ここまで↑*/

:root {
    --white: #fff;
    --gold: #B5903E;
    --red: #C9171E;
    --redpurple:#9B214B;
    --bg-color-1: #FBFBF5;
    --bg-color-2: #F5F5EE;
    --bg-color-3: #FAF7F7;
}

/**カート画面項目選択肢**/
.fs-c-listedProductName__selection__choice {
  font-size: 1.2rem;
  line-height: 2.0em !important;
}
.fs-c-listedProductName__selection__choice::before {
  content: "" !important;
}
.fs-c-listedProductName__selection::before {
  content: "" !important;
}
.fs-c-listedProductName__selection::after {
  content: "" !important;
}
.fs-c-listedProductName__selection__choice::before {
  content: "\A● " !important;
  white-space: pre !important;
}
.fs-c-cartTable__unitPrice {
  margin: 10px 0 !important;
}
/*****************************************************

      全ての要素をリセット
      各ブラウザの表示を統一するための設定です

  *****************************************************/
html {
  overflow-y: scroll;
  font-size: 62.5%;
  width: 100%;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
caption, th, p {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  text-align: left;
}
img, abbr, acronym, fieldset {
  border: 0;
}
li {
  list-style-type: none;
}
img {
  vertical-align: middle;
}
.line {
  font-size: 1px;
  line-height: 1px;
}
/*--- default */
html {
    scroll-padding-top: 155px; /*ページ内リンクでheader高さ調整するため*/
    scroll-behavior: smooth; /*ページ内リンクをスムースにするため*/
}

body { /*星崎：更新したい*/
  background: #fff;
  color: #333;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}
body p {
  line-height: 1.9;
}
body td, body th { 
  /*font-size: 1.5rem;*/
}
/*****************************************************

      基本設定、リンクカラーなど

  *****************************************************/
.event_bnr { /*新サイト後　削除*/
  clear: both;
  background: #282828;
  display: none !important;
  height: 50px;
}
.event_bnr2 { /*現在表示中★必要→新サイトでは不要　KW検索とグロナビの間*/
  clear: both;
  background: #ffffff;
  text-align: center;
  padding: 5px 0 10px;
}
.event_bnr2 a {
  margin: 0 15px;
  font-weight: 500;
  color: #333 !important;
  font-size: 1.5rem;
}
.chientop { /*新サイト後→削除*/
  font-size: 1.4rem;
  background-color: #b51515;
  margin: -5px auto 5px !important;
  width: 100%;
  max-height: 120px;
  text-align: center !important; /*要るか？*/
  clear: both; /*要るか？*/
  overflow-y: scroll;
}
.chientop > p { /*新サイト後→削除*/
  width: 60%;
  padding: 10px 0;
  margin: 0 auto;
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.chientop > p a { /*新サイト後→削除*/
  color: #ffffff;
}

a:visited {
  color: #1049A0;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
a:active {
  color: #1049A0;
  text-decoration: underline;
}
/* ▼1105　新サイト後、ハンバーガメニュを新たに作ったら削除▼ */
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*▲ 1105　新サイト後、ハンバーガメニュを新たに作ったら削除 ▲*/
/*****************************************************

     ヘッダ #header 　　星崎：使用確認済

  *****************************************************/
#headerWrap {
  width: 100%;
  text-align: center;
  padding-bottom: 0px;
  background: #fff;
  position: sticky; /* ヘッダーの固定 */
  top: 0px; /* 位置(上0px) */
  left: 0px; /* 位置(右0px) */
  z-index: 1000 !important;
}
#header {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
#head {
  padding: 20px 0 0 0;
}
#gNav2 .gnlist li a { /*星崎0914追加*/
  font-size: 1.8rem;
  font-weight: 600;
}
@media (min-width: 1361px) {
  #header h1 { /*ロゴ横のオンラインショップのテキスト*/
    font-size: 1.6rem;
    margin-top: 6px;
    margin-left: 25px;
    font-weight: 100;
    float: left;
  }
}
@media (min-width: 480px) and (max-width: 1360px) {
  #header h1 a {
    display: none;
  }
  #header_search { /*ヘッダKW検索窓*/
    width: 150px;
  }
}
@media (min-width: 480px) and (max-width: 1120px) {
  #telnum { /*ヘッダ電話番号*/
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 900px) {
  #cart {
    margin: -5px 0 0 0 !important;
    padding: 12px 0 0 0 !important;
    background: none !important;
  }
  #header_search {
    width: 100px;
    margin: -3px 0 0 0;
  }
  #h_logo {
    width: 90px;
  }
  #h_logo a img {
    margin: 10px 0 0 0;
    width: 90px;
  }
  #cart a {
    padding: 8px !important;
    font-size: 10px !important;
  }
  #cart a i, #cart a span {
    display: none;
  }
  .fs-p-cartItemNumber { /*下にも記述あるから不要？*/
    right: 5px !important;
  }
  #gNav2 .gnlist li a {
    font-size: 0.8em !important;
  }
}
#header h1 a {
  text-decoration: none;
  color: #333;
}
#h_logo {
  float: left;
  text-align: left;
  margin: -15px 0 0 0;
  width: 130px;
}
#h_logo img {
  float: left;
  width: 100%;
  margin: 0 0 0 10px;
}
#h_right {
  float: right;
  display: flex; /*ヘッダ並びを上下中央にするために追記 header直したら不要かも　星崎*/
  align-items: center; /*ヘッダ並びを上下中央にするために追記 header直したら不要かも　星崎*/
}
#header_search {
  float: left;
  border-radius: 4px;
  background: #cccccc;
  padding: 5px;
  margin: -3px 15px 0 0;
}
#header_search a {
  text-decoration: none;
  border-radius: 5px;
  background: #333333;
  color: #ffffff;
  padding: 5px 5px 5px 15px;
  margin: 0 0 0 3px;
}
.fs-p-searchForm__button::before {
  font-size: 3.3rem; /*headerのサーチマークを仮調整、header全体直したら不要かも　星崎*/
}
/* サブナビゲーション */
#subNav { /*ヘッダようこそゲストさん　の箇所*/
  /*position:absolute;*/
  margin: 4px 10px 0 0;
  text-align: right;
  /*height: 14px; 星崎削除*/
  float: left;
}
#subNav img {
  vertical-align: top;
}
#subNav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 4px;
  vertical-align: top;
}
#cart {
  /*position:absolute;*/
  margin: -5px 30px 0 10px;
  float: right;
  padding: 7px 5px;
  border: 1px solid #ffffff;
  background: #E25B33; /*#c73c24*/
  border-radius: 5px;
}
#cart a {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: 900;
  padding: 10px 20px;
  color: #ffffff;
  border: 1px solid #a82811; /*#c73c24 #a82811*/
  border-radius: 5px;
  background: #f85032; /* Old browsers */
  background: -moz-linear-gradient(top, #f85032 0%, #ffb099 3%, #f6290c 8%, #f6290c 19%, #f6290c 19%, #cc1e00 35%, #ad0b00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f85032 0%, #ffb099 3%, #f6290c 8%, #f6290c 19%, #f6290c 19%, #cc1e00 35%, #ad0b00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f85032 0%, #ffb099 3%, #f6290c 8%, #f6290c 19%, #f6290c 19%, #cc1e00 35%, #ad0b00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#ad0b00', GradientType=0); /* IE6-9 */
}
#cart a span {
  padding: 0.5px 2px 0.5px 3px;
  border: 1px solid #ffffff;
  border-radius: 30px;
}
.fs-p-cartItemNumber { /*カートボタンの商品投入数表示*/
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: absolute;
  top: 45px;
  right: 40px;
  background: #E25B33;
  color: #ffffff !important;
  border: 2px solid #ffffff;
  font-size: 16px;
  font-weight: 400;
}
/* 電話番号 */
#telnum {
  float: left;
  padding: 0 10px 0 10px;
  margin: -10px 0 0 0;
}
#telnum p {
  font-size: 1.3rem; /*0825修正　星崎*/
  text-align: left;
  margin: 0 auto;
}
#telnum em {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
}
#telnum em img {
  width: 30px;
  margin: -3px 5px 0 0;
}
/* グローバルナビゲーション */
#gNav {
  padding-left: 5px;
  border-top: 3px solid #dc5832;
}
#gNav li {
  float: left;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
}
#gNav li a {
  display: block;
  overflow: hidden;
  margin: 0 5px 0 5px;
  font-size: 16px;
  text-decoration: none;
  padding: 5px;
  color: #ffffff;
}
#gNav li a:hover {
  display: block;
  overflow: hidden;
  margin: 0 5px 0 5px;
  font-size: 16px;
  text-decoration: none;
  padding: 5px;
  color: #cccccc;
  background: #999999;
  border-radius: 5px;
}
#gNav {
  float: none;
  clear: both !important;
  background: #000000;
}
#gNavsmall {
  width: 960px;
  margin: 0 auto;
}
/* カレンダー */
#l_calendar table {
  margin-bottom: 5px;
  border-collapse: separate;
  border-spacing: 1px;
}
/*****************************************************

      フッタ #footer　星崎：使用中確認済

  *****************************************************/
.pageTop { /*星崎　使用中確認済み*/
  text-align: right;
  margin-top: 60px;
}
.pageTop a {
  padding: 5px 10px 0 10px;
  clear: both;
  background: #e0e0e0;
  color: #333333;
  text-decoration: none;
  font-weight: 100;
}
#footerWrap {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  clear: both;
  height: 100%;
}
#footer {
  background: url(https://usukawa.itembox.design/item/170614-kw0114_m2.png) repeat-y;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 11px;
}
#f_nav {
  overflow: hidden;
  _zoom: 1;
  float: left;
  margin-left: 30px;
  margin-right: 40px;
  text-align: left;
}
#f_nav a {
  color: #000000;
  text-decoration: none;
}
#f_nav li {
  /*display:inline;*/
  clear: both;
  padding: 0 1em 0 8px;
  margin: 5px 0 5px 10px;
}
#f_nav li a:link, #f_nav li a:visited, #f_nav li a:active {
  text-decoration: none;
  color: #333;
  font-size: 1.3rem;
}
#f_nav li a:hover {
  text-decoration: underline;
  color: #666;
}
.f_nav_title {
  background: none !important;
  font-size: 1.5rem;
  margin-left: -5px !important;
}
#f_nav li ul li {
  /*display:inline;*/
  padding: 0 1em 0 8px;
  margin: 5px 0 5px 10px;
}
#f_info {
  float: right;
  width: 400px;
  text-align: left;
  color: #666;
  margin-right: 10px;
  line-height: 1.8em;
}
#f_info a {
  color: #666;
}
.fooder_rogo_img {
  width: 40%;
  margin: 20px auto;
}
@media (max-width: 1366px) {
  .top_001 { /*星崎　TOPで利用確認済*/
    width: 100%;
    margin: 0 auto;
    clear: both;
  }
}
@media (min-width: 1367px) {
  .top_001 { /*星崎　TOPで利用確認済*/
    width: 100%;
    margin: 0 auto 30px auto;
    clear: both;
  }
}
#top_underline { /*星崎TOPで利用確認済 新サイト後削除*/
  font-size: 22px;
  text-align: left;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
  margin: 0 0 0 0;
  letter-spacing: 3px;
  clear: both;
}
#top_underline p { /*新サイト後削除*/
  color: #000 !important;
  border-left: 2px solid #dc5832;
  font-weight: 900;
  margin: 28px 0 28px 0;
  padding: 0 0 0 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top_main_img { /*新サイト後削除*/
  width: 30.7%;
  float: left;
  margin: 1.3%;
}
.top_img { /*新サイト後削除*/
  width: 100%;
}
.top_bnr { /*新サイト後削除*/
  width: 100%;
  margin: 0 auto;
  padding: 10px 0px;
}
.top_bnr_img { /*新サイト後削除*/
  width: 100%;
}
.top_effect { /*新サイト後削除*/
  width: 30.7%;
  float: left;
  margin: 1.3%;
  overflow: hidden;
  position: relative;
}
.top_effect img { /*新サイト後削除*/
  width: 100%;
}
.top_effect .caption { /*新サイト後削除*/
  font-size: 100%;
  color: #fff;
  padding-top: 0px;
  padding-left: 0px;
}
.top_effect .caption img { /*新サイト後削除*/
  width: 75%;
  margin: 12.5% auto !important;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.top_effect .mask { /*新サイト後削除*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* マスクを表示しない */
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.top_effect:hover .mask { /*新サイト後削除*/
  opacity: 1; /* マスクを表示する */
  padding-left: 0px; /* 右にずらす */
}
/***************************************************************/
/*トップページサムネイル追加css　社長に指摘を受けた箇所の検証用*/
/* ▽　新サイト後、削除▽　*/
.absolute_top img {
  position: absolute;
  width: 75%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  padding: 15%;
  background-color: rgba(255, 255, 255, 0.65);
  /*border:1px solid #CCCCCC;*/
  /*box-shadow: 0px 20px 40px rgba(0,0,0,0.4);*/
}
.top_effect .mask2 {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  opacity: 1; /* マスクを表示する */
  -webkit-transition: all 0.0s ease;
  transition: all 0.0s ease;
}
.top_effect:hover .mask2 {
  opacity: 0; /* マスクを表示しない */
  padding: 0px; /* 右にずらす */
  -webkit-transition: all 2.0s ease;
  transition: all 2.0s ease;
}
.top_effect:hover img {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.top_effect .mask2 img {
  width: 100% !important;
  margin: 0 !important;
  filter: alpha(opacity=100);
  text-align: center !important;
}
.top_effect .mask3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1; /* マスクを表示する */
  -webkit-transition: all 0.0s ease;
  transition: all 0.0s ease;
}
.top_effect:hover .mask3 {
  opacity: 0; /* マスクを表示しない */
  padding: 0px; /* 右にずらす */
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.top_effect .mask3 img {
  position: absolute;
  width: 75%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  padding: 0;
  /*border:1px solid #CCCCCC;*/
  /*box-shadow: 0px 20px 40px rgba(0,0,0,0.4);*/
}
/* △　新サイト後、削除　△　*/
/*トップページサムネイル追加css　社長に指摘を受けた箇所の検証用　終了*/
/*********************************************************************/
#top_threecolum { /* 新サイト後削除 */
  width: 80% !important;
  clear: both;
  margin: 0 auto !important;
}

.header_news_bnr { /*　新サイト後削除　*/
  background-color: #fc7c01;
  height: 80px;
}
/************

   星崎　↓下記以降はfsで使用中確認済　↓

  ************/
.fs-c-heading--page {
  border-bottom: 2px solid #B5903E;
  margin: 0 0 40px;
  padding: 50px 0 30px;
  font-weight: bold;
  color: #333;
}
.fs-c-subSection__title {
  color: #754F13;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 2.5rem; /*0823修正　星崎*/
}
.fs-c-productPrice {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  clear: both;
}
.fs-c-productNameHeading {
  color: #2f3138;
  font-size: 2.6rem;
  margin: 10px 0 10px 0;
  clear: both;
}

/*パスワード忘れた方はこちら等のリスト*/
.fs-c-orderedList > li + li {
    margin-top: 20px;
}


.fs-l-main {
  padding-top: 155px;
  margin: 0px auto 10px auto;
}
.fs-p-footerCopyright {
  color: #000;
  background-color: rgba(255, 2555, 2555, 0);
}
.fs-c-productListCarousel {
  margin: 20px 0 0 0;
}

.fs-c-button--standard {
    border-radius: 2px;
    padding: 13px 25px;
}
.fs-c-button--secondary {
    border-radius: 2px;
    padding: 13px;
}
.fs-c-button--secondary:hover, .fs-c-button--secondary:visited, .fs-c-button--secondary:active {
  color: #ffffff;
}
a.fs-c-button--back.fs-c-button--standard {
    background: #C9171E;
    display: inline-block;
    margin: 30px auto;
}
a.fs-c-button--topPage.fs-c-button--secondary { /*TOPへ戻る*/
    background: #fff;
    color: #333;
    border: 1px solid #555;
}


.fs-c-productQuantityAndWishlist.fs-c-button__label {
  color: #ffffff;
  text-decoration: none;
}
.fs-c-productQuantityAndWishlist.fs-c-button__label {
  color: #333333;
  text-decoration: none;
}
/*何かわからないけどfsだから残す1105*/
.fs-preview-header {
  display: none;
}
.fs-p-searchForm__input { /*KW検索窓*/
  font-size: 1.7rem;
}
.fs-p-accountInfo { /*headerのお名前表示*/
  padding: 8px 8px 8px 15px;
  font-size: 1.7rem;
  background: #ffffff;
}
.fs-body-cart .fs-l-cart__sideColumn {
  border: none;
  padding: 0;
}
.fs-c-breadcrumb { /*パンくず*/
  font-size: 1.5rem;
}
.fs-c-breadcrumb__list {
    padding: 10px 0px;
}

.fs-c-quantity {
  display: block;
  align-items: center;
  position: relative;
}
.fs-c-productQuantityAndWishlist__quantity::before {
  content: "数量:";
  flex-basis: 5em;
  vertical-align: text-top;
}
.fs-c-quantitynumber:focus:not(.is-error) + .fs-c-quantitymessage {
  left: calc(100% + 4px);
}
.fs-clientInfo2 {
  position: relative;
  border: 1px solid #ccc;
  font-size: 1.2em;
}
/*　↓カート画面↓　*/
/*カート上部の手提げ袋メッセージ*/
.cartUpperMsg {
    border: 2px solid #C9171E;
    padding: 10px 10px;
    margin-bottom: 10px;
}
p.cartUpperMsg-text {
    text-align: center;
}
p.cartUpperMsg-text span {
    font-weight: bold;
    margin-right: 20px;
}
a.cartUpperMsg-link {
    border-radius: 3px;
    padding: 5px 10px;
    color: #fff;
    background: #C9171E;
    margin-left: 30px;
}
/*↑カート上部の手提げ袋メッセージ↑*/
.fs-c-cartTable__message {
  font-size: 1.2rem;
  padding: 2px 6px;
  background-color: #666666;
}

.fs-c-cartTable__headerCell--subtotal, .fs-c-cartTable__dataCell--subtotal {
  width: 100px;
}
td.fs-c-cartTable__dataCell--subtotal {
    font-size: 1.8rem;
}

td.fs-c-cartTable__dataCell {
  vertical-align: middle;
}
a.fs-c-listedProductName__name {
  color: #754F13;
  font-size: 1.8rem;
  font-weight: bold;
}
.fs-c-listedProductName__selection__choice {
    font-size: 1.5rem;
    line-height: 2.0em;
}
button.fs-c-button--cancel--cart span, button.fs-c-button--buyItLater span { /*削除、あとで買うボタン*/
    font-size: 1.5rem;
}
.fs-c-cartTable__salesPeriod {
    font-size: 1.3rem;
}
tr.fs-c-orderTotalTable__itemPriceSummary.fs-c-orderTotalTable__mainRow .fs-c-price__value {
    font-size: 21px;
}

.fs-c-purchaseHere__message p {
    text-align: center;
}

/*未会員の方ボタン*/
.fs-c-buttonContainer--unregisteredUserPurchase a.ksw-btn-color-white {
    background: #ffffff;
    color: #333333;
    border: 1px solid #343434;
    border-radius: 3px;
    box-shadow: none;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.fs-p-flexibleColumn .fs-p-linkButton {
  padding: 10px 15px;
  color: #B5903E;
}
/*カートのAmazonタイトル*/
.login-amazon-ttl {
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 10px;
}
.fs-c-cartPayment { 
    margin: 30px 0 80px;
}
.fs-c-payWithAmazon {
    margin: 30px 0 0;
}

.fs-c-cartPayment p, .fs-c-payWithAmazon p {
    font-size: 1.6rem;
}
.fs-c-payWithAmazon__button {
    height: 70px!important;

















}
.fs-p-announcement {
    border: 1px solid #ccc;
    padding: 20px;
}
.fs-p-announcement__title {
    color: #754F13;
    padding-bottom: 10px; 
}
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
    font-size: 2.0rem;
    color: #754F13;
}  
h2.fs-c-wishlistProduct__title::before,.fs-c-featuredProduct__title::before {
    content: "";
    background-image: url(https://usukawa.itembox.design/item/images/common/icon/kashiwa_leaf.png);
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 40px;
    vertical-align: bottom;
}
.fs-p-announcement_lastChild {
    margin-bottom: 60px;
}
/*　↑カート画面↑　*/
/*カード認証*/
.card-auth-Text {
    max-width: 750px;
}
/*↑カード認証*/

/*会員登録*/
.fs-c-checkbox__checkMark {
    width: 20px;
    height: 20px;
    margin: 0 20px 0 0;
}
.fs-c-checkbox__checkMark::before {
    font-size: 1.1em;
}
/*↑会員登録*/

/*お客様情報入力　カード認証エリア*/
.fs-c-guidanceWithButton--membershipCardNotice {
    margin-bottom: 24px;
    max-width: 900px;
    margin: 0 auto 50px;
}
/*パスワード再設定*/
.forgotPass_text_bgGray {
    background: #f1f1f1;
    padding: 10px 20px;
    margin: 10px auto 30px;
    font-size: 1.6rem;
}
/*　↑パスワード再設定↑　*/

/*ログイン画面*/
.fs-c-loginForm h2 {
    margin-bottom: 40px;
	font-size: 2.1rem;
}
.fs-c-newUsers__message.fs-c-subSection__message {
    margin-bottom: 30px;
}
.fs-c-inputInformation__link.fs-c-textLinkContainer a {
    text-decoration: underline;
    color: #333;
}
.requestResetPW {
    border: 0.5px solid;
    padding: 3px 10px;
    font-size: 1.7rem;
    margin-bottom: 50px;
}
.requestResetPW p {
	text-align: center;
}
.requestResetPW a {
    padding: 3px 10px;
    background: #333;
    color: #fff;
    border-radius: 5px;
}

/*↑ログイン画面*/


#login_out {
  float: left;
  border-radius: 4px;
  padding: 5px 10px 5px 5px;
  border: 1px solid #ccc;
  background: #f7f7f7;
}
#login_out a {
  text-decoration: none;
  border-radius: 5px;
  color: #333;
}
.mypage {
  float: left;
  font-size: 0.85em;
  margin: 10px 5px 0 10px;
}
.mypage a {
  color: #333333;
}
/*会計画面右注文確定エリア*/
#fs_orderTotalContainer {
  position: sticky;
  top: 150px;
}
/*数量10個以上*/
.fs-c-quantity__message {
  top: -25px;
  left: 15px;
}
/********* ↓ 星崎追加 ↓ **********/
/*共通 0823*/
section div p:not(:last-of-type) {
  margin-bottom: 30px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
h2 {
  font-size: 2.8rem;
  line-height: 1.8;
  margin-bottom: 60px;
}
h3 {
  font-size: 2.0rem;
  line-height: 1.9;
  margin-bottom: 30px;
}
h4 {
  font-size: 1.9rem;
  margin-bottom: 20px;
}


.pc-none {
  display: none!important;
}
.FullWidth { /*全幅*/
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
}
.maxWidth1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.maxWidth1100 {
	max-width: 1100px;
	margin: 0 auto;
}
.maxWidth1000 {
	max-width: 1000px;
	margin: 0 auto;
}
.maxWidth800 { /*せいろ商品詳細の取説画像*/
	max-width: 800px;
	margin: 0 auto;
	display: block;
}

a.btn--002 { /*共通ボタン　白抜き*/
  border: 1px solid #333333;
  border-radius: 2px;
  color: #333333;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  min-width: 240px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
a.btn--003 { /*共通ボタン　丸角　ゴールド枠*/
    color: #333;
	font-weight: 600;
    border-radius: 50px;
	border: 2px solid var(--gold);
    padding: 10px 30px;
    margin-top: 35px;
    display: inline-block;
}
.block-ttl { /*共通　見出し装飾（ご利用ガイド等）*/
    border-left: 4px solid #C9171E;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
    padding-left: 10px;
    letter-spacing: 0.1em;
}


/*レビュー記入画面*/
textarea#fs_input_reviewContents {
    border: 1px solid #555;
    padding: 8px;
}
.fs-c-reviewSuccessComment p {
    text-align: center;
}

/* レビュー投稿完了 */
img.review_comp_image { /*うすかわ君img*/
  max-width: 400px;
  margin: 0 auto 50px;

}
/*商品詳細 レビュー表示 PC*/
.fs-c-productReview {
  margin: 50px auto;
}
.fs-c-aggregateRating {
  margin-bottom: 20px; /*ここだけ追加*/
}
.fs-c-aggregateRating__rating::before {
  content: "レビュー評価";
  flex: 1 0 100%;
  font-size: 1.4rem;
}
.fs-c-reviewList__item {
  padding: 20px 8px; /*ここだけ変更*/
}
.fs-c-reviewer__name a {
  color: #00552e;
  font-weight: 600;
  text-decoration: underline;
}
.fs-c-reviewerStatus {
  background: #00552e;
  min-width: 8px;
}
.fs-c-reviewBody {
  border: 1px solid #C78D2F;
  font-size: 1.6rem;
  font-weight: bold; /*共通フォント変更したら削除*/
}
.fs-c-productReview__allReviews, .fs-c-productReview__addReview {
  font-size: 1.6rem;
  font-weight: bold;
}
.fs-c-productReview__allReviews a, .fs-c-productReview__addReview a {
  color: #333333;
}
/*************
 レビューガイドページ
*************/
.reviewGuide__tableContents { /*目次*/
  padding: 50px;
  border: solid 0.5px #777777;
  margin: 100px 50px 150px;
}
.reviewGuide__tableContents span {
  display: inline-block;
  padding-left: 20px;
}
span.reviewGuide__tableContents_space {
  padding-left: 35px;
}
.reviewGuide__content {
  margin-bottom: 70px;
}
.reviewGuide__content h3 {
  margin-bottom: 20px;
}
.reviewGuide__content--list, .reviewGuide__content--list ul {
  margin: 20px 40px 60px;
  background-color: #f8f8f8;
  padding: 0px 30px 50px;
}
.reviewGuide__content--list li {
  margin-bottom: 30px;
  padding-top: 30px;
}
.reviewGuide__content--list h4 {
  color: #C9171E;
  padding-top: 50px;
}
.reviewGuide__content--list img {
  width: 320px;
  margin-bottom: 20px;
}
.reviewGuide__content--list--edit {

  padding-left: 50px;
}
.reviewGuide_exclusion {
  margin-top: 30px;
}
.reviewGuide__content_contact {
  margin-top: 30px;
}
section div .reviewGuide__content_contact p {
  margin-bottom: 10px;
}
.reviewGuide__btnArea { /*下部ボタン箇所*/
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.reviewGuide__btnArea a {
  margin-bottom: 30px;
}
/********
  商品一覧　共通デザイン変更 0824 
  ********/
.fs-c-productListItem__productName {
  min-height: 50px; /*商品名が2行になっても高さを他商品と揃える*/
}
.fs-c-productMark { /*商品マーク*/
    gap: 4px 4px;
}
.fs-c-productMark__mark { /*商品マーク*/
  padding: 4px 8px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}
/********
  商品詳細　共通デザイン変更 0823 
  ********/
.fs-l-pageMain { /*商品詳細コンテンツセクション*/
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .fs-l-product4 .fs-l-productLayout { /*左右コンテンツの幅割合　thema.cssの上書き*/
    grid-template-columns: calc(432px - 16px / 2) auto;
    margin-top: 50px;
  }
  .fs-c-productCarouselMainImage__image > img {
    width: 426px;
  }
}
.fs-l-productLayout__item--1 { /*左の画像コンテンツ*/
}
.fs-c-productThumbnail__image { /*左画像のサムネイル*/
  margin: 6px 6px;
  flex-basis: 80px;
}
.fs-l-productLayout__item--2 { /*右の商品情報コンテンツ*/
  margin-left: 80px;
}
.fs-c-productName__copy {
    font-size: 0.9em;
    color: #C9171E;
}

.fs-c-productName__name {
    color: #754F13;
    font-size: 1.6rem;
}
.fs-c-productNameHeading.fs-c-heading { /*商品名*/
  margin-bottom: 40px;
}
.fs-c-productNameHeading__copy {
  font-size: 1em; /*キャッチコピーも商品名とサイズ揃えるため*/
  color: var(--red);
}
.fs-body-product .fs-c-productMark__mark { /*商品マーク 商品一覧スタイルを上書き*/
  padding: 7px 11px;
  font-size: 1.6rem;
}
.fs-l-productLayout__item--2 .fs-c-productNumber { /*商品番号*/
  border: none;
  font-size: 1.7rem;
  padding: 0;
  margin-bottom: 25px;
}
.fs-c-productNumber__number { /*商品番号*/
  font-weight: normal;
}
.fs-l-productLayout__item--2 .fs-c-productPrices {
  margin-bottom: 0; /*価格下のmargin*/
}
.fs-c-productPrices--productDetail .fs-c-productPrice__main__label { /*金額タイトル*/
  font-size: 1.8rem;
  font-weight: 600;
  margin-right: 20px;
}
.fs-c-productPrices--productDetail .fs-c-price__value { /*金額*/
  font-size: 2.5rem;
  font-weight: 500;
}
.fs-l-productLayout__item--2 .fs-c-productPointDisplay { /*付与ポイント*/
  background: none;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 600;

  padding: 0;
  margin-bottom: 30px;
}
.fs-c-rating { /*商品詳細Pのレビュー平均点表示→fsマニュアルより*/



  display: flex;
}
a.productReviewLink {
    margin-left: 15px;
    text-decoration: underline;
    color: #333;
    font-size: 1.6rem;
}

.fs-l-productLayout__item--2 .productBagSize--simple { /*手提げ袋*/
  display: flex;
  margin-bottom: 30px;
}
.productBagSize--simple a { /*手提げ袋リンク*/
  margin-left: 30px;
  font-weight: 600;
  color: #333;
  text-decoration: solid underline #333 0.5px;
}
.fs-c-quantity select { /*数量ボックス*/
  border: 1px solid #333333;
  height: 40px;
  max-width: 3em;
}
.fs-c-productQuantityAndWishlist .fs-c-button--addToWishList--detail, .fs-c-productQuantityAndWishlist .fs-c-button--removeFromWishList--detail { /*お気に入りボタン*/
  align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0.7em 1em;
  border-radius: 2px;
  border: solid 0.5px #333;
  background: #fff;
  box-shadow: none;
}
.fs-c-button--primary { /*通常カートボタン*/
  background: #343434;
  border: 1px solid #343434;
  border-radius: 3px;
  font-size: 1.9rem;
  font-weight: bold;
  box-shadow: none;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fs-c-button--primary.fs-c-button--addToCart--variation { /*バリエーション時のカートボタン*/
  height: auto;
}
.fs-l-productLayout__item--2 .productPaymentType {
  margin-bottom: 30px;
}
.productPaymentType p { /*支払手段*/
  text-align: center;
}
.fs-l-productLayout__item--2 .productShippingStatus {
  margin-bottom: 30px !important;
}
.productShippingStatus__text { /*お届け状況*/
  text-align: center;
  border-radius: 2px;
  border: solid 1px #707070;
  padding: 15px;
  margin-bottom: 30px;
}
p.chien_text {
    font-size: 1.5rem;
}
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct { /*お問い合わせボタン*/
  background: #EDE4CD;
  border-radius: 50px;
  height: 60px;
  width: 80%;
  margin: 0 auto 80px;
  color: #333;
  font-weight: bold;
}
/*商品説明文エリア*/
.fs-p-productDescription {
  font-size: 1.8rem;
}
/*商品説明(大)入力箇所*/
.productDescription_wrapper {
  border-top: solid 0.5px;
  padding: 80px 50px;
}
.productDescription_wrapper p {
  font-size: 1.8rem;
}
.productDescription_wrapper h2 {
  margin-bottom: 50px;
  color: #B5903E;
}
/*商品説明内のYoutube埋め込み*/
iframe.productDescription__youtube {
  display: block;
  margin: 50px auto 0;
  width: 560px;
  height: 315px;
}
/*手提げ袋*/
.productBagSize--detail {
  display: grid;
  grid-template-columns: 75% 25%;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "productBagSize--detail__title productBagSize--detail__title"
    "productBagSize--detail__text_1 productBagSize--detail__img"
    "productBagSize--detail__text_2 productBagSize--detail__img";
  border: solid 0.5px;
  padding: 50px 60px;
  margin: 0 50px 150px;
}
.productBagSize--detail__text_1 {
  grid-area: productBagSize--detail__text_1;
  margin-bottom: 40px;
}
.productBagSize--detail__text_2 {
  grid-area: productBagSize--detail__text_2;
}
.productBagSize--detail__title {
  grid-area: productBagSize--detail__title;
}
.productBagSize--detail__img {

  grid-area: productBagSize--detail__img;
  width: 65%;
  display: block;
  margin: 0 auto;
}
.productBagSize--detail__text_2 span {
  color: #C9171E;
  font-weight: bold;
}

/*カート下の手提げ袋*/
.productBagSize--detail_small {
  display: grid;
  grid-template-columns: 75% 25%;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "productBagSize--detail_small__title productBagSize--detail_small__img"
    "productBagSize--detail_small__text_1 productBagSize--detail_small__img"
    "productBagSize--detail_small__text_2 productBagSize--detail_small__img";
  border: solid 0.5px;
  padding: 20px 20px;
}
h3.productBagSize--detail_small__text_title {
    margin-bottom: 15px;
    font-size: 1.9rem;
}
.productBagSize--detail_small__text_1 {
  grid-area: productBagSize--detail_small__text_1;

  margin-bottom: 0!important;
}
.productBagSize--detail_small__text_2 {
  grid-area: productBagSize--detail_small__text_2;
}
.productBagSize--detail_small__title {
  grid-area: productBagSize--detail_small__title;
}
.productBagSize--detail_small__img {

  grid-area: productBagSize--detail_small__img;
  display: block;
  margin: auto;
}

.productBagSize--detail_small__text_2 a {
    color: #fff;
    background: #333;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 1.5rem;
}



/*サイズと原材料*/



.productSizeIngredients {
  margin-bottom: 150px;
}
.productSizeIngredients__title {
  font-size: 3.0rem; /*共通h2設定したらこちら不要 星崎*/
  text-align: center; /*共通h2設定したらこちら不要 星崎*/
  margin-bottom: 80px; /*共通h2設定したらこちら不要 星崎*/
}
.productSizeIngredients__img {
  display: flex;
  align-items: flex-start; /*画像高さが伸びないようにするため*/
}
.productSizeIngredients__img img:first-child {
  width: 55%;
  padding-right: 50px;
}
.productSizeIngredients__img img:nth-child(2) {
  width: 45%;
}
.fs-l-productLayout__item--3 .fs-c-productReview {
  padding: 0 50px;
}
/*返品　0904*/
.productreturn {
  padding: 50px;
}
.productreturn a {
  text-decoration: underline;
  color: #333;
}
/*カート 送料バー残額表示 0806 PC*/
.fs-c-cartDiscountInfo {
  margin: 30px 0;
  padding: 30px 0;
  text-align: center;
  background: #eee;
}
.fs-c-cartDiscountInfo__info {
  line-height: 19px;
  display: block; /*flex打ち消すため*/
}
span.fs-c-cartDiscountInfo__more {
  font-size: 19px;
  color: #C9171E;
}
span.fs-c-cartDiscountInfo__info__current { /*送料バー以上*/
  font-size: 19px;
}
span.fs-c-cartDiscountInfo__info__next { /*送料バー未満*/
  font-size: 19px;
}
ul.fs-c-cartDiscountInfo__note {
  font-size: 14px;
}
.fs-c-continueShopping { /*買い物を続けるボタン*/
  margin: 50px auto 100px;
  max-width: 300px;
}
a.fs-c-button--continueShopping.fs-c-button--standard {
  font-size: 1.6rem;
  border-radius: 3px;
  border: none;
  height: 50px;
  background: #333333;
  display: flex; /*文字を上下中央寄せにするため*/
  align-items: center; /*文字を上下中央寄せにするため*/
  justify-content: center;
}
/*注文手続*/
.fs-c-checkout-preview__title {
  font-size: 1.7rem;
  padding: 5px 0 15px 0;
}
.fs-c-checkout-preview__body {
  margin-top: 30px;
}
/*注文手続 店舗受取時_お届け先選択欄*/
.fs-c-checkout-receivingInfo .fs-c-checkout-receivingInfo__message p {
  font-weight: bold;
}
.fs-c-checkout-receivingInfo .fs-c-checkout-receivingMethod__message span {
  color: #C9171E;


  font-weight: bold;
}
.fs-c-checkout-receivingMethod__disabledMessage {
  font-size: 1.5rem;
}
/*注文手続　通信欄*/
.fs-c-checkout-communicationTextarea {
    min-height: 24em;
    font-size: 1em;
    padding: 15px 20px;
    border: 2px solid #bbb;
}

span.fs-c-button__label { /*注文手続内のボタンなど*/
  font-size: 1.7rem;
}

/*パスワード再設定画面等の上部に出るiマーク付きの表示　通常は青、エラーは赤*/
.fs-c-panel {
    border-width: 3px;
	padding: 15px 15px 15px 32px;
    margin: 24px auto;
}
.fs-c-panel::before {
	font-size: 1.8em;
    top: 12px;
}
.fs-c-panel--info, .fs-c-panel--error {
    color: #333;
    font-weight: bold;
    font-size: 1.8rem;
}


/*************
  404エラー
*************/
section.fs-p-pageNotFound * {
    text-align: center;
}



/*************
  薄皮ページ　割当レイアウト
  *************/
.l-container { /*各section直下 幅とpadding以外は指定しないこと*/
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 50px;
}
/*パッケージリニューアル2025*/
.product_usukawaRenewalBlock {
    width: 80%;
    margin: 0 auto 80px!important;	
}
.product_usukawaRenewal_container {
    border: 3px solid #B5903E;
    padding: 40px 40px 20px;
	background: var(--bg-color-2);
}
p.product_usukawaRenewalDescription_text1 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #C9171E;
	text-align: center;
}
p.product_usukawaRenewalDescription_text2 {
	font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	text-align: center;
    margin-bottom: 20px;
}
.usukawaRenewalDescription_text2-2 {
    color: var(--gold);

}
p.product_usukawaRenewalDescription_text3 {
	font-weight: normal;
	text-align: center
}

/* ↑パッケージリニューアル2025↑ */
.secAppeal-1 {
  background-image: url(https://usukawa.itembox.design/item/usukawa_koshi/bg_002.jpg);
  background-repeat: repeat;
}
.secAppeal-1_img {
  margin-bottom: 80px;
}
.secAppeal-1_icon {
  display: block;
  margin: 60px auto;
  width: 50px;
}
.secAppeal-1__award {
  display: grid;
  grid-template-columns: 20% 80%;
  grid-template-rows: auto auto;
  grid-auto-flow: row;
  grid-template-areas:
    "secAppeal-1__award_img secAppeal-1__award_title"
    "secAppeal-1__award_img secAppeal-1__award_text";
  background: #ffffff;
  margin: 60px 50px 0;
  padding: 45px;
}
.secAppeal-1__award_img {
  grid-area: secAppeal-1__award_img;
}
.secAppeal-1__award_title {
  grid-area: secAppeal-1__award_title;
  margin-left: 30px
}
.secAppeal-1__award_text {
  grid-area: secAppeal-1__award_text;
  margin-left: 30px
}
.secAppeal-2 {
  background: var(--bg-color-1);
}
.secAppeal-4 {
  background: #fdfdfd;
}
.secAppeal-2__contents-1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
.secAppeal-2__contents-1 img {
  width: 40%;
}
.secAppeal-2__contents-1_text {
  width: 60%;




  margin-left: 50px;
}
.secAppeal-2__contents-2 {
  margin-bottom: 80px;
}
.secAppeal-3 {
  background-color: #FCF3E1;
}
.secAppeal-3__intro {
  position: relative;
  padding-bottom: 80px;
}
.secAppeal-3__intro h2, .secAppeal-3__intro p {
  text-align: center;
}
.secAppeal-3__back-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);

  bottom: 40px;
}
.secAppeal-3_img {
  max-width: 500px;
  display: block;
  margin: 0 auto 90px;
}
.secAppeal-3__contents {
  background: #fff;
  margin: 0 -101px 60px 0;
  padding: 60px 50px;
  position: relative;
}
.secAppeal-3__contents:last-child {
  margin-bottom: 0;
}
.secAppeal-3__contents_img1 {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.secAppeal-3__contents_img2 {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.secAppeal-3__contents_img3 {
  position: absolute;
  right: 15%;
  top: 50%;
  width: 80px;
}
.secAppeal-4_wrapper {
  padding: 80px 50px;
  border: solid 1px #E6B422;
  margin: -8px 0; /*黄枠線を2重にするためにずらしている*/
}
.secAppeal-4_wrapper-line { /*もう１つの黄枠線*/
  border: solid 1px #E6B422;
  padding: 0 5px; /*黄枠線を2重にするためにずらしている*/
  margin: 0 -5px; /*黄枠線を2重にするためにずらしている*/
}
.secAppeal-4 h2 {
  text-align: center;
}
.secAppeal-4__content {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
.secAppeal-4__content img {
  width: 40%;
}
.secAppeal-4__content__text {
  width: 60%;
  margin-left: 50px;
  padding-top: 30px;
}
.secAppeal-4 .productBagSize--detail {
  /*通常商品の手提げ袋パーツcssを上書き*/
  margin: 0;
}
.secAppeal-5 {
  background-color: #FCF3E1;
}
.secAppeal-5 h2 {
  text-align: center;
}
.secAppeal-5_img1 {
  max-width: 500px;
  display: block;
  margin: 0 auto 90px;
}
.secAppeal-5__content {
  position: relative;
}
.secAppeal-5__content img {
  position: absolute;
  right: 0;
  top: 25%;
  opacity: 0.8;
}
.secAppeal-5__content h3::before {
  content: "";
  background-image: url(https://usukawa.itembox.design/item/images/common/icon/kashiwa_leaf.png);
  background-size: contain;
  display: inline-block;
  height: 45px;
  width: 45px;
  vertical-align: bottom;
}
.l-container .secAppeal-5__content p { /*cssの詳細度に負けないようにl-container付与*/
  margin-bottom: 60px;
  position: relative; /*absoluteした画像上に重ねるにはstatic以外にする必要あり*/
}
.secAppeal-5__content a {
  display: block;
  text-align: right;
  margin-bottom: 80px;
  text-decoration: underline;
  color: #333;
}
.secAppeal-5__reference {
  margin-bottom: -30px;
}
.secAppeal-5__reference > p {
  padding-bottom: 20px;
}
.secAppeal-5__reference > div {

  display: flex;
}
.secAppeal-5__reference > div > p {
  padding-right: 100px;
}
h2.productReviewTitle { /*薄皮Pのレビューパーツにタイトル付けるためフリーパーツで設置*/
  text-align: center;
  margin-top: 100px;
}
/*柏屋とはパーツ 薄皮P等*/
.secAboutKashiwaya {
  background-color: #F2EDED;
  margin-top: -8px; /*隙間を無くすため*/
}
.secAboutKashiwaya__description {
  position: relative;
  margin-top: 80px
}
.secAboutKashiwaya__description-bg {
  position: absolute;
  bottom: -40%;
  right: 0;
  width: 300px;
}
.secAboutKashiwaya__description p {
  position: relative; /*砂糖壺画像の上にpを重ねるにはstatic以外にする必要あるため*/
}
.secAboutKashiwaya__description p:not(:last-child) {
  margin-bottom: 40px;
}
/*************
割当レイアウト_店舗受取商品
*************/
.fs-l-productLayout__item--2 .storePickUp_only {
  border: 1px solid #C9171E;
  padding: 20px;
  font-weight: 600;
  margin-bottom: 50px;
}
.storePickUp_only span {
  color: #C9171E;
}
/*小豆の効能：あんこのいいとこ*/
.secAzukiNutrition-MV p, .secAzukiNutrition-1 p, .secAzukiNutrition-2 p {
  font-size: 1.8rem;
}
.secAzukiNutrition-MV {
  position: relative;
}
.secAzukiNutrition-MV img {
  padding: 150px 0 80px;
}
.secAzukiNutrition-MV h1 {
  font-size: 3.4rem;
  letter-spacing: 1.3rem;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  /* display: block; */
  line-height: 1;
  /* white-space: nowrap; */
  position: absolute;
  top: 50px;
  left: 200px;
}
.secAzukiNutrition-MV h2, .secAzukiNutrition-MV p {
  text-align: center;
  margin-bottom: 30px;
}
.AzukiNutrition__line_secSeparator {
  max-width: 250px;
  height: 150px;
  border-bottom: solid 3px #9C803C;
  margin: 0 0 0 auto;
}
.secAzukiNutrition-1 .l-container { /*全頁共通のl-containerを当箇所だけ上書き*/
  padding-bottom: 0;
}
.secAzukiNutrition-1__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
}
h2.secAzukiNutrition-1__title-jp {
  border-bottom: 1px solid #282728;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  letter-spacing: 0.18em;
  padding: 0 0 30px;
  margin-bottom: 20px;
}
h3.secAzukiNutrition-1__title-en {
  letter-spacing: 0.07em;
}
.AzukiNutrition-1__content {
  display: flex;
  margin-bottom: 120px;
}
.AzukiNutrition-1__content:nth-of-type(2) { /*class名は異なるがdiv要素が前に1つあるのでfirstだと効かないから2*/
  margin-bottom: 60px;
}
.AzukiNutrition-1__content--text {
  flex-basis: 60%;
}
.AzukiNutrition-1__content--text h3 {
  padding-left: 1.9em;
  background: url(https://usukawa.itembox.design/item/images/common/icon/kashiwa_leaf.png) no-repeat left top;
  background-size: contain;
  color: #9C803D;
  padding: 3px 0 2px 4.3rem;
}
.AzukiNutrition-1__content--img {
  flex-basis: 40%;
  padding-left: 50px;
}
.fiberRichi {
  background-image: url(https://usukawa.itembox.design/item/azuki_nutrition/fiber_bg.jpg);
  background-size: cover;
  padding: 60px 50px 50px;
  border-radius: 5px;
  margin-bottom: 120px;
}
.AzukiNutrition-1__closing p {
  text-align: center;
  padding-bottom: 110px;
}
.AzukiNutrition-1__reference {
  display: flex;
  margin-bottom: 90px;
}
.AzukiNutrition-1__reference--1, .AzukiNutrition-1__reference--2 {
  flex-basis: 50%;
}
a.AzukiNutrition-1__topBack {
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 1.9rem;
  color: #333333;
}
.secAzukiNutrition-2__title {
  text-align: center;
}
.secAzukiNutrition-1, .secAzukiNutrition-2 {
  margin-bottom: 150px;
}
/********* ↑ 星崎追加 ↑ **********/
/*　↓　1113星崎　共通追加　↓　*/
.margin_auto {
  margin: auto;
}
.margin_0auto {
  margin: 0 auto;
}
.textBold {
  font-weight: bold;
}
.textCenter {
  text-align: center;
}
.textcolor--red { /*通販部でhtml記述する時に赤文字にしたい箇所はclass指定*/
  color: #C9171E;
}
.textcolor--brown {
  color: #754F13;
}
.textcolor--black {
	color: #333!important;
}
.textUnderLine {
  text-decoration: underline;
}

.displayFlex {
  display: flex;
}
.PC-displayFlex { /*PCのみ横並びにしたい時*/
  display: flex;
}
.Flex1 {
  flex: 1;
}


/*　↓　1113星崎TOP追加　↓　*/
/*header2023*/
.header {
  height: 155px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background: #ffffff;
}
.header-sec1 {
  justify-content: flex-end;
  padding: 10px 50px 0 0;
  height: 110px;
}
.header-sec1 h1 {
  width: 226px;
  margin-right: auto;
  margin-top: -5px;
}
.header-sec1 h1 span {
  text-align: center;
  margin: -16px 0 0 -5px;
  font-size: 1.5rem;
  display: block;
  letter-spacing: 0.05em;
}
.header--tel {
  display: inline-block;
  font-size: 2.4rem;
  margin: auto 30px auto 0;
  text-align: center;
}
.header--tel::before {
  content: "";
  display: inline-block;
  background-image: url(https://usukawa.itembox.design/item/images/common/icon/icon_freedial.png);
  background-size: cover;
  width: 30px;
  height: 18px;

  margin-right: 5px;
}
.header--tel span {
  font-size: 1.4rem;
  vertical-align: top;
}
.header-sec1-center {
  width: 500px;
}
.header-sec1-center--01 {
  height: 40px;
}
.header--kw, .header--kw ul {
  display: inline-flex;
  vertical-align: middle;
  font-size: 1.4rem;
}
.header--kw ul li {
  padding-left: 14px;
  text-decoration: underline;
}
.header--kw ul li a {
  color: #333333;
}
.header-sec1-center--02 {
  display: flex;
}
.header--search {
  width: 300px;
}
.header--search form {
  display: flex;
}
/*
.header--search form label {
  width: 370px;
}
*/
.header--search input {
  height: 50px;
}
.header--search button {
  background: #B5903E;
  border: #B5903E;
  border-radius: 0 3px 3px 0;
  padding: 0 10px;
  margin-left: -3px;
}
.search_icon {
  width: 28px;
}
.header--accontName {
  margin: auto 0 auto 5px;
}
.header-sec1-right {
  width: 280px;
}
.header-sec1-right--01 {
  height: 40px;
  display: flex;
}
.header-sec1-right--01 a {
  font-size: 1.5rem;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
}
.header-sec1-right--01 > a {
  margin-right: 10px;
  margin-top: 5px;
}
.header-sec1-right--01_btn {
  margin-left: auto;
  display: flex;
  margin-bottom: 4px;
  width: 185px;
  justify-content: space-between;
}
.fs-p-headerUtilityMenu2023 {
  margin-right: 3px;
  width: 102px;
  border: 1px solid #333333;
  border-radius: 3px;
}
.fs-p-headerUtilityMenu2023 ul > li {
  margin: auto;
}
.fs-p-headerUtilityMenu2023 .fs-pt-menu a {
  margin: 0;
  padding: 4px 0;
}
.fs-p-headerUtilityMenu__list a:hover {
  color: #333;
  ;
}
.fs-p-headerUtilityMenu__list a::before {
  border: none;
}
.header-sec1-right--01_btn > a {
  border: 1px solid #333333;
  border-radius: 3px;
  padding: 4px 0;
  width: 90px;
  text-align: center;
}
.header-sec1-right--02 a {}
.header--favorite {
  font-size: 1.4rem;
  color: #333333;
}
.header--favorite img {
  width: 30px;
  display: block;
  margin: auto;
}
a.header--favorite {
  width: 70px;
  display: flex;
  flex-direction: column;
  color: #333333;
}
.header--cart {
  background: #B5903E;
  color: #ffffff;
  border: 1px solid #B5903E;
  border-radius: 3px;
  padding: 8px 12px;
  width: 185px;
  height: 50px;
  display: inline-block;
  text-align: center;
  margin-left: auto;
}
a.header--cart, a.header--cart:hover {
  color: #fff;
}

@media(max-width:1270px) {
  .header--tel {
    font-size: 2.0rem;
    margin: auto 20px auto 0;
  }
  .header-sec1-center {
    width: 460px;
  }
}

@media (max-width:1200px) {
  .header-sec1 {
    padding: 10px 5px 0 0;
  }
  .header-sec1 h1 {
    width: 180px;
    margin-top: 0;
}
  .header-sec1 h1 span {
    margin: -10px 0 0 -7px;
    font-size: 1.4rem;
  }
  .header--tel {
    display: none;
  }
  .header-sec1-center {
    width: 400px;
}
  
  .header--kw, .header--kw ul {
    font-size: 1.2rem;
  }
  .header--search {
    width: 250px;
  }
  .fs-p-accountInfo {
    padding: 8px 8px 8px 5px;
    font-size: 1.5rem;
  }
  
  .header-sec1-right {
    width: 230px;
}
  .header-sec1-right--01 > a {
    font-size: 1.2rem;
  }

  .header-sec1-right--01_btn {
    width: 162px; /*165 - 3px*/
  }

  .header-sec1-right--01 a {
    font-size: 1.3rem;
  }
  .fs-p-headerUtilityMenu2023 {
    width: auto;
  }
  .fs-p-headerUtilityMenu__list.is-ready {
    width: 90px;
  }
  .header--favorite {

    font-size: 1.2rem;
  }
  .header--cart {
    width: 165px;
  }
  
  .header--kw ul li {
    padding-left: 5px;
  }
  .fs-p-cartItemNumber {
    right: 0px !important;
    font-size: 15px;
  }
}
@media (max-width:795px) {
  .header-sec1 h1 {
    width: 150px;
}
}


/*PC グローバルナビ*/
.header--navPC {
  border-top: 2px solid #B5903E;
  border-bottom: 2px solid #B5903E;
  padding: 3px;
}
.header-sec2 {
  height: 45px;
}
.header--navPC ul {
  display: flex;
  justify-content: center;
}
.header__navPCItem {
  font-size: 1.9rem;

  text-align: center;
  padding: 0 20px;
}
.header__navPCItem-largeOrder {
    background: #F5F5EE;
    padding: 0 10px;
    margin: 0 10px;
    border: 1px solid;
	border-radius: 2px;
	font-size: 1.8rem;
}
@media (max-width: 950px) {
	.header__navPCItem-largeOrder {
		display: none;
	}
}
.header--navPC ul li > p {
  font-weight: bold;
}
.header--navPC a {
  color: #333333;
}
.header--navPC h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.header__navPCItem-hasChild {
  position: relative;
}
.header--nav_usukawa_wrapper, .header--nav_allProduct_wrapper, .header--nav_purpose_wrapper, .header--nav_price_wrapper {
  pointer-events: none;
  opacity: 0; /*通常時隠す*/
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  position: absolute;
  z-index: 1000;
  padding-top: 15px;
}
.header--nav_usukawa_wrapper {
  left: 400px;
}
.header__navPCItem-hasChild:hover .header--nav_usukawa_wrapper,
.header__navPCItem-hasChild:hover .header--nav_allProduct_wrapper,
.header__navPCItem-hasChild:hover .header--nav_purpose_wrapper, 
.header__navPCItem-hasChild:hover .header--nav_price_wrapper {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header--nav_usukawa, .header--nav_allProduct, .header--nav_purpose, .header--nav_price {
  background: #fcfbf7;
  border: 1px solid #B5903E;
}
.header--nav_usukawa li:not(:last-child) {
  padding: 20px;
  width: 266px;
  border-right: 1px dashed #B5903E;
}
.header--nav_usukawa li:last-child {
  padding-top: 20px;
  width: 290px;
}
.header--nav_usukawa img {
  width: 150px;
  border-radius: 3px;
  display: block;
  margin: auto auto 10px;
}
.header--nav_usukawa--major {
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.header--nav_usukawa--major a {
  display: inline-block;
  width: 110px;
  border: 1px solid #333333;
  border-radius: 0px;
  padding: 3px 10px;
  margin-top: 5px;
  font-size: 1.7rem;
}
.header--nav_usukawa--other {
  text-align: center;
}
.header--nav_usukawa--other a {
  text-decoration: underline;
  margin: 10px 4px 0 4px;
  padding: 0;
  font-size: 1.8rem;
}
.header--nav_usukawa--koshitsubu > div:not(:last-of-type) > a {
  display: flex;
  padding: 12px 15px 6px;
  gap: 13px;

}
.header--nav_usukawa--koshitsubu img {
  width: 100px;
  margin: 0;
}
.header--nav_usukawa--koshitsubu_text {
  text-align: left;
  width: 200px;
}
.header--nav_usukawa--koshitsubu_text p {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.8rem;
}


/* ↓　ギフトheaderに変更するに辺り変更　20250123星崎↓　*/
.header--nav_allProduct_wrapper {
  left: 90px;
}
ul.header--nav_allProduct {
  display: block;
  width: 200px;
}
ul.header--nav_allProduct li {
  padding: 15px 0 0 30px;
  text-align: left;
}
ul.header--nav_allProduct li:last-child {
  margin-bottom: 15px;
}
ul.header--nav_allProduct li a::before {
  content: ">";
  padding-right: 10px;
  color: #B5903E;
}
/* ↑　ギフトheaderに変更するに辺り変更　20250123星崎↑　*/

/*↓　ギフトheaderに変更するに辺り追加　20240123　↓*/
.header--nav_purpose {
    display: flex;
	width: 850px;
	margin: 0 auto;
}
.giftUsage-list:not(:last-child) {
	border-right: 1px dashed #B5903E;
	padding: 30px 0 30px 30px;
	width: 30%;
}
	.giftUsage-list:last-child {
		width: 40%;
	}

.header--nav_purpose .giftUsage-list h3 {
    font-size: 1.8rem;
	margin-bottom: 20px;
	text-align: left;
}
.header--nav_purpose .giftUsage-list ul {
	display: block;
}
.giftUsage-list	li {
	padding-bottom: 0.5em;
	text-align: left;
	}
	.giftUsage-list	li a {
		color: #333333
	}
	.giftUsage-list li a::before {
    content: ">";
    padding-right: 7px;
    color: #B5903E;
}
.giftUsage-hoji {
    padding: 30px 0 30px 30px;
}
.giftUsage-temiyage {
    padding: 30px;
    border-top: 1px dashed #B5903E;
}
/*↑　ギフトheaderに変更するに辺り追加　↑*/

.header--nav_price_wrapper {
  left: 90px;
}
.header--nav_price {
  width: 350px;
}
.header--nav_price ul {
    display: block;
    padding-top: 20px;
}
.header--nav_price ul li {
    font-size: 1.6rem;
    margin-bottom: 8px;
}
.header--nav_price ul li a {
    display: inline-block;
    border: 1px solid #777;
    padding: 3px 20px;
    border-radius: 50px;
}
.header--nav_price ul li a:hover {
    background: #333;
    color: #fff;
}





.header--nav_price_inputWrap {
  display: flex;
  /* text-align: center; */
  justify-content: center;
    margin: 30px 0 15px 0;
}
.header--nav_price_inputWrap span {
  line-height: 2.7;
}
.header--nav_price input[type="text"] {
  width: 120px;
  height: 40px;
  margin: 0 10px;
  border: 1px solid#B5903E;
  text-align: center;
}
.header--nav_price button {
  margin-bottom: 30px;
  width: 100px;
  height: 40px;
  border-radius: 3px;
  background: #B5903E;
  color: #fff;
  border: none;
}
@media (max-width:1200px) {
  .header__navPCItem {
    font-size: 1.7rem;
    padding: 0 13px;
}
  .header--nav_usukawa_wrapper {
    left: 380px;

}

  .header--nav_usukawa li:not(:last-child) {
    width: 240px;
}
  .header--nav_usukawa--major a {
    width: 90px;
    padding: 3px 0px;
}
  .header--nav_usukawa li:last-child {
    width: 250px;
}
  .header--nav_usukawa--koshitsubu_text p {
    font-size: 1.6rem;
}
  .header--nav_price_wrapper {
    left: -30px;
} 
}

/*店舗受取のheader*/
.header-storePickup {
    height: 110px; /*mainのpadding-topもこの高さにすること*/
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    background: #ffffff;
}
.header-storePickup .header-sec1 h1 {
	width: 330px;
}

h1.storePickup_h1 a {
    display: flex;
}
.storePickup_h1 a span.storePickup_h1text {
    text-align: center;
    margin: auto 0 auto -20px;
    color: #333;
    font-size: 1.7rem;
	border: 1px solid;
}

main.paddingTop110 {
    padding-top: 110px!important;
    max-width: 1216px;
    margin: auto;
}
/*　↑　店舗受取のheader　↑　*/

/*　↓　メニューなしLPのheader　↓　*/
main.paddingTop0 {
    padding-top: 0!important;
    max-width: 1380px;
    margin: auto;
}

/*　↑　メニューなしLPのheader　↑　*/




/*footer2023*/
footer.footer {
  background: url(https://usukawa.itembox.design/item/170614-kw0114_m2.png);
}
.footer-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 50px 0 20px;
}
.footer__left {
  width: 280px;
}

.footer__center {
  width: 300px;
}
.footer__left a, .footer__center a {
  color: #333;
}
.footer__left nav ul, .footer__center nav ul {
  padding: 0 0 30px 30px;
}
.footer__right {
  width: 350px;
  margin-left: auto;
}
.footer__right_logo {
  width: 226px;
  display: block;
  margin: auto;
}
.footer--SNS ul {
  display: flex;
  justify-content: center;
}
.footer--SNS ul li {
  width: 30px;
  padding: 40px 0;
}
.footer--SNS ul li:not(:last-child) {
  margin-right: 50px;
}
.footer__right small {
    font-size: 1.5rem;
	display: block;
	text-align: center;
}
li.storePickup_footer-shopTopLink { /*店舗受取用footer*/
    border: 1px solid;
    padding: 3px 15px;
    margin-top: 20px;
    display: inline-block;
}


@media (max-width: 1200px) {
  .footer-wrapper {
    padding: 50px 20px 20px;
}
  .footer__left {
    width: 200px;
  }
  .footer__center {
    width: 280px;
}
  .footer__right {
    width: 320px;
}
  
}



/*top2023*/
main {
  padding-top: 155px;
}
.top-importantNotice {
  padding: 20px;
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 20px;
}
.top-importantNotice span {
  color: #ffffff;
  background: #C9171E;
  padding: 2px 12px;
  border-radius: 8px;
  margin-right: 30px;
}
.top-importantNotice a {
  display: block;
  color: #C9171E;
  font-weight: bold;
  text-decoration: underline;
}
#top2023 .top-importantNotice a { /*同じパーツが商品詳細にもあるが、TOPページのみにスタイルをあてるため*/
	width: 45%;
}
/*MV*/
.topMV-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.top-MV--1, .top-MV--2 {
  display: flex;
  margin-bottom: 15px;
}
.top-MV--1 a, .top-MV--2 a {
  flex: 1;
}
.top-MV--1 a:not(:last-child), .top-MV--2 a:not(:last-child) {
  margin-right: 15px;
}
/*TOPの各セクション共通*/
.topSec-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}

.topSec-container1100 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}
.topSec-container1000 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
.top-sectionUnderLine {
  border-bottom: 1px solid #B5903E;
}
/*キャンペーン*/

.top-campaign__contents {
  display: flex;
}
.top-campaign__contents > div {
  width: 290px
}
.top-campaign__contents > div:not(:last-child) {
  margin-right: 20px;
}



/*季節限定商品*/
section.top-season {
  background: #faf5e3;
}
.top-season__contents {
  display: flex;
  column-gap: 20px;
}
.top-season__contents > div {
   width: calc(25% - 60px / 4);       /*4列並び*/
   /*width: calc(20% - 80px / 5);*/   /*5列並び*/
}

.top-season__content_text {
  font-size: 0; /*子要素に不要な余白が入ってしまうためあえて指定している*/
}
.top-season__contents a h3 {
  color: #333333;
  margin: 10px 0 0;
  font-size: 2.0rem; /*親要素にfont-size0指定しているのでここで指定しなおす*/
}
.top-season__contents a p {
  color: #C9171E;
  font-size: 1.7rem; /*親要素にfont-size0指定しているのでここで指定しなおす*/
}


/*お知らせ*/
section.top-news {
  background: #F5F5EE;
}
.top-news--list li:not(:last-child) {
  margin-bottom: 20px;
}
.top-news--list a {
  display: flex;
  color: #333333;
}
.top-news--list time {
  color: #B67E3F;
  padding: 0 30px 0 40px;
}
.top-news__contents-wrapper {
  width: 70%;
}
.top-news--image {
  width: 200px;
  object-fit: contain;
}
/*薄皮*/
.top-usukawa h2::before {
  content: "";
  display: inline-block;
  background-image: url("https://usukawa.itembox.design/item/images/common/icon/kashiwa_leaf.png");
  background-size: contain;
  width: 40px;
  height: 40px;
  vertical-align: text-bottom;
}
.top-usukawa > div > p {

  text-align: center;
  color: #B5903E;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 50px;
}
.top-usukawa__contents {
    gap: 20px;
    flex-wrap: wrap;
}
.top-usukawa__contents > div {
  width: calc(20% - 80px / 5);
  margin-bottom: 45px;
}
/*.top-usukawa__contents > div:not(:last-child) {
  margin-right: 20px;
}*/
.top-usukawa--Item h3 {

  color: #333333;
  padding-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.top-usukawa--Item p {
  color: #333333;
  font-size: 1.6rem;
  text-align: left;
  padding: 0 5px;
}
.top-usukawa__textLinks {
  display: flex;
  font-size: 1.8rem;
}
.top-usukawa__textLinks a {
  text-align: center;
  color: #B5903E;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto;
  text-decoration: underline #B5903E;
}
/*定番*/
.top-regular__contents > div {
  width: 20%;
  margin-bottom: 45px;
}
.top-regular__contents > div:not(:last-child) {
  margin-right: 15px;
}
.top-regular--Item h3 {
  color: #333333;
  padding-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.9rem;
}
h5.top-regular--Item_copy {
    text-align: center;
    color: #B5903E;
    margin: 30px auto 10px;
    font-size: 1.7rem;
}
p.top-regular--Item_text {
    color: #333;
    text-align: left;
    font-size: 1.5rem;
}
p.top-regular--Item_price {
    color: #C9171E;

    font-size: 1.7rem;
    text-align: right;
    padding: 0 5px;
}

.top-regular > div > a, .top-searchCategory > div > a { /*全商品リンク*/
  display: block;
  text-align: center;
  color: #754F13;
  font-size: 1.8rem;
  font-weight: bold;
}
/*ランキング*/
.top-ranking__period {
  text-align: right;
  margin-bottom: 50px;
}
.top-ranking__contents {
    flex-wrap: wrap;
	gap: 60px 30px;
}
.top-ranking__contents > div {
  width: calc(20% - 120px / 5);
}
/*.top-ranking__contents > div:not(:last-child) {
  margin-right: 20px;
}*/
.top-ranking--Item h3 {
  color: #333333;
  font-size: 1.7rem;
  padding-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  height: 78px;
}
.top-ranking--Item p {
  color: #C9171E;
  font-size: 1.7rem;
  text-align: center;
  padding: 0 5px;
}
.top-ranking--Item a {
  position: relative;
  display: block;
}
.top-ranking--Item a::before {
  content: "";

  display: inline-block;
  width: 50px;
  height: 60px;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 5px;
}
.top-ranking--Item:first-child a::before {
  background-image: url("https://usukawa.itembox.design/item/images/top/rank_01.png");
}
.top-ranking--Item:nth-child(2) a::before {
  background-image: url("https://usukawa.itembox.design/item/images/top/rank_02.png");
}
.top-ranking--Item:nth-child(3) a::before {
  background-image: url("https://usukawa.itembox.design/item/images/top/rank_03.png");
}
.top-ranking--Item:nth-child(4) a::before {
  background-image: url("https://usukawa.itembox.design/item/images/top/rank_04.png");
}
.top-ranking--Item:nth-child(5) a::before {
  background-image: url("https://usukawa.itembox.design/item/images/top/rank_05.png");
}
.top-ranking--Item:nth-child(6) a::before {
  background-image: url("https://usukawa.itembox.design/item/images/top/rank_06.png");
}
.top-ranking--Item:nth-child(7) a::before {
  background-image: url("https://usukawa.itembox.design/item/images/top/rank_07.png");
}
.top-ranking--Item:nth-child(8) a::before {
  background-image: url("https://usukawa.itembox.design/item/images/top/rank_08.png");
}
.top-ranking--Item:nth-child(9) a::before {
  background-image: url("https://usukawa.itembox.design/item/images/top/rank_09.png");
}
.top-ranking--Item:nth-child(10) a::before {
  background-image: url("https://usukawa.itembox.design/item/images/top/rank_10.png");
}



/*柏屋とは*/
section.top-about {
  background: #FBFBF5;
}
.top-about--image {
  width: 50%;
  padding-right: 50px;
  height: fit-content;
  margin: auto 0;
  object-fit: contain;
}
.top-about--textarea {
  width: 50%;
}
.top-about--textarea h2 {
  margin-bottom: 30px;
}
/*カテゴリから探す*/
.top-searchCategory__contents {
    flex-wrap: wrap;
    gap: 20px;
}
.top-searchCategory--Item {
  width: calc(25% - 60px / 4);
}
.top-searchCategory--Item h3 {
  color: #333333;
  text-align: center;
  padding-top: 20px;
}
/*目的から探す*/
.top-searchPurpose--Item:not(:last-child) {
  margin-right: 20px;
}
.top-searchPurpose--Item h3 {

  color: #333333;
  text-align: center;
  padding-top: 20px;
}

/*ガイド*/
section.top-Guide {
  background: #faf5e3;
}
.top-Guide div > a {
  display: block;
  text-align: right;
  color: #333333;
}
.top-Guide p {
  font-size: 1.6rem;
}
.top-Guide ul li {
  padding-bottom: 20px;
}
.top-Guide--1 h5::before {
  content: "";
  display: inline-block;
  background-image: url("https://usukawa.itembox.design/item/images/common/icon/guide_icon1.svg");
  background-size: contain;
  width: 25px;
  height: 25px;
  vertical-align: bottom;
  margin-right: 10px;
}
.top-Guide--2 h5::before {

  content: "";
  display: inline-block;
  background-image: url("https://usukawa.itembox.design/item/images/common/icon/guide_icon2.svg");
  background-size: contain;
  width: 25px;
  height: 25px;
  vertical-align: bottom;
  margin-right: 10px;
}
.top-Guide--3 h5::before {
  content: "";
  display: inline-block;
  background-image: url("https://usukawa.itembox.design/item/images/common/icon/guide_icon3.svg");
  background-size: contain;
  width: 25px;

  height: 25px;
  vertical-align: bottom;
  margin-right: 10px;
}
.top-Guide--4 h5::before {
  content: "";
  display: inline-block;
  background-image: url("https://usukawa.itembox.design/item/images/common/icon/guide_icon4.svg");
  background-size: contain;
  width: 25px;
  height: 25px;
  vertical-align: bottom;
  margin-right: 10px;
}
.top-Guide--5 h5::before {
  content: "";
  display: inline-block;
  background-image: url("https://usukawa.itembox.design/item/images/common/icon/guide_icon5.svg");
  background-size: contain;
  width: 25px;
  height: 25px;
  vertical-align: bottom;
  margin-right: 10px;
}
.top-Guide--1 img {
  height: 50px;
}
/*注文*/
.top-contact--Item {
  border: 1px solid #B5903E;
  flex: 1; /*flex子要素を均等割*/
  padding: 40px 0 30px;

  text-align: center;
}
.top-contact--Item:not(:last-child) {
  margin-right: 20px;
}
.top-contact--Item > .top-contact--tel_Number, .top-contact--Item > .top-contact--fax_Number {
  margin-bottom: 0;
  color: #333;
}
.top-contact--Item h5, .top-contact--Item p {
  text-align: center;
}
.top-contact--tel h5::before {
  content: "";
  display: inline-block;
  background-image: url("https://usukawa.itembox.design/item/images/common/icon/icon_freedial.png");
  background-size: cover;
  width: 30px;
  height: 18px;
  margin-right: 5px;
}
.top-contact--tel_Number, .top-contact--fax_Number {
  font-size: 3.5rem;
}
.top-contact--fax span {
  border: 1px solid #333333;
  padding: 0 5px;
  margin-left: 5px;
}
a.top-contact--fax_link {
  color: #333;
}
a.top-contact--form_link {
  color: #fff;
  background: #B5903E;
  border-radius: 2px;
  padding: 10px 30px;
  margin-top: 35px;
  display: inline-block;
}

/*TOP　タブレット表示の調整*/
@media (max-width: 1200px) {
  .topMV-container {
    padding: 0 20px 100px;
}
  .topSec-container,.topSec-container1100,.topSec-container1000 {
    padding: 100px 20px;
}
  .top-news__contents-wrapper {
    width: 80%;
}
  .top-news--image {
    width: 120px;
}
  .top-news--list time {
    padding: 0 30px 0 0;
    min-width: 115px;
}
  .top-usukawa--Item p {
    padding: 0;
}
  .top-usukawa__textLinks {
    gap: 0 10px;
}
  
  .top-contact--Item {
    padding: 30px 0 20px;
}
  .top-contact--tel_Number, .top-contact--fax_Number {
    font-size: 3.2rem;
}
  p.top-contact--tel_subtext {
    font-size: 1.6rem;
}
  a.top-contact--form_link {
    padding: 10px 15px;
    margin-top: 25px;
}
}
@media (max-width: 850px) {
  .top-contact--Item:not(:last-child) {
    margin-right: 10px;
  }
  p.top-contact--tel_subtext {
    font-size: 1.4rem;
  } 
}




/*ページ上部に戻る*/
#scroll-top {
  background: #fff;
  opacity: 0.9;
  bottom: 30px;
  right: 30px;
  padding: 15px;
  width: 50px;
  height: 50px;
  position: fixed;
  border: 1px solid #B5903E;
  border-radius: 12px;
  text-align: center;
  z-index: 300;
}
#scroll-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#scroll-top img {
  width: 25px;
}





/*新あずき2023FP*/
div.shinazuki-MV {
  background: #bc8d7c;

  margin-top: 20px;
}
.shinazuki-MV img {
  width: 100%;
}
.shinazuki-MV-productLinks {
    text-align: center;
    margin: 50px 0 80px;
}
.shinazuki-MV-productLinks p {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    padding-bottom: 30px;
}
.shinazuki-MV-productLinks_btn a {
    background: #B5903E;
    padding: 12px 30px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 2.8rem;
    margin: 10px;
}

section.shinazuki-lead {}
section.shinazuki-feature {
  background: #E8D2AE;
  padding: 100px 50px;
}

.shinazuki-feature_title img {
  width: 80%;
  display: block;
  margin: 0 auto 10px;
}
.shinazuki-feature_title h2 {
  font-size: 3.5rem;
}
.shinazuki-feature_title span {
  color: #C9171E;
}
.shinazuki-featureContent1 {
  background: #fff;
  border-radius: 10px;
  max-width: 760px;
  margin: 0 auto 30px;
  position: relative;
}
.shinazuki-feature_azukiImg {
  width: 280px;
  position: absolute;
  top: -50px;
  right: -80px;
}
.shinazuki-feature ul {
  display: flex;
  column-gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}
.shinazuki-feature--content {
  /*width: calc(100%/2 - 10px);*/
  background: #fff;
  border-radius: 15px;
  position: relative;
  width: 540px;
}
.shinazuki-featureContent1 h3, .shinazuki-feature--content h3 {
  padding: 50px 20px 0;
  text-align: center;
  font-size: 2.4rem;
}
.shinazuki-featureContent1 p, .shinazuki-feature--content p {
  font-weight: 500;

  padding: 0 30px 50px;
}
.shinazuki-feature--content a {
  display: block;
  color: #400a0a;
  text-decoration: none;
  padding-top: 20px;
  font-weight: bold;
}
.shinazuki-feature--content .shinazuki-feature-icon {
  position: absolute;

  width: 100px;
  top: 60%;
  left: 70%;
  opacity: 0.2;
}
img.shinazuki-feature-img1 {

    position: absolute;
    width: 280px;
    top: 55%;
    left: -10%;
}
img.shinazuki-feature-img2 {
    position: absolute;
    width: 150px;
    top: 80%;
    left: -10%;
}


.shinazuki-featureUL2 .shinazuki-feature-icon {
  top: 70%;

}
section.shinazuki-product {
  background: #F5EED2;
  padding: 100px 50px;
}
.shinazuki-product_title p, .shinazuki-product_title h2 {
  text-align: center;
}
.shinazuki-product h3 {
  font-size: 2.4rem;
  text-align: center;
}
.shinazuki-product h3::before {
  content: "";
  background-image: url(https://usukawa.itembox.design/item/images/common/icon/kashiwa_leaf.png);
  background-size: contain;
  display: inline-block;
  height: 45px;
  width: 45px;
  vertical-align: bottom;
}
.shinazuki-product_title img {
    display: block;
    width: 50%;
    margin: 0 auto 10px;
}
.shinazuki-product_lead1 {
  color: #B5903E;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
.shinazuki-product_lead2 {
  text-align: center;
  margin-bottom: 50px;
  color: #C9171E;
  font-weight: bold;
  font-size: 2.4rem;
}
.shinazuki--usukawa > img {
  margin-bottom: 50px;
}


.shinazuki-Pusu__contents {
    display: flex;
    border-bottom: 1px solid #B5903E;
    margin-bottom: 50px;
}
.shinazuki-Pusu__contents > div {
  width: 20%;
  margin-bottom: 50px;
}
.shinazuki-Pusu__contents > div:not(:last-child) {
  margin-right: 20px;
}
.shinazuki-Pusu--Item h4 {
  color: #333333;
  padding-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.shinazuki-Pusu--Item p {
  color: #333333;
  font-size: 1.6rem;
  text-align: left;
  padding: 0 5px;
  height: 150px;
}
.shinazuki-Pusu--Item a {
  background: #C9171E;
  color: #fff;
  padding: 5px;
  border-radius: 25px;
  display: block;
  margin: auto;
  width: 80%;
  text-align: center;
}
.shinazuki--usukawaKoshi, .shinazuki--usukawaTsubu {
  display: flex;
  column-gap: 50px;
  margin: 0 20px 70px;
}
.shinazuki--usukawaTsubu {
  flex-direction: row-reverse;
}
.shinazuki--usukawaKoshi img, .shinazuki--usukawaTsubu img {
  width: 40%;
  object-fit: contain;

}
.shinazuki--usukawaKoshi_text,.shinazuki--usukawaTsubu_text {
  width: 60%;
}
.shinazuki--usukawa-about {
  width: 90%;
  background: #FBFBF5;
  display: flex;
  padding: 50px 40px;
  margin: auto;
}
.shinazuki--usukawa-about img {
  width: 50%;
  padding-right: 50px;
  object-fit: contain;
  margin: auto 0;
}
.shinazuki--usukawa-about--textarea {
  width: 50%;
}
.shinazuki--usukawa-about--textarea h2 {
  margin-bottom: 30px;
}
.shinazuki-Pusu--separateLine {
  margin: 0 auto 50px;
  display: block;
  width: 80%;
}
.shinazuki-product.shinazuki--usukawa, .shinazuki-product.shinazuki--fukudora {

  background: #fff;
  padding: 80px 30px;
  border-radius: 20px;
  margin-bottom: 50px;
}
.shinazuki--fukudora > img {
  display: block;
  margin: 50px auto 100px;
}
.shinazuki--fukudora_tsubu, .shinazuki--fukudora_butter, .shinazuki--fukudora_choco {
    display: flex;
    column-gap: 50px;
    margin: 0 0 70px;
}
.shinazuki--fukudora_butter {
    flex-direction: row-reverse;
}
.shinazuki--fukudora_text {
  width: 60%;
}
.shinazuki--fukudora_tsubu img, .shinazuki--fukudora_butter img, .shinazuki--fukudora_choco img {
    width: 40%;
    object-fit: contain;
}
.shinazuki--fukudora_tsubu h4 {
    color: #9f1113;
}
.shinazuki--fukudora_choco h4 {
    color: #691315;
}
.shinazuki--fukudora_butter h4 {
    color: #ef9915;
}

.shinazuki--fukudora_Links {
    display: flex;
    max-width: 800px;
    margin: auto;
}
.shinazuki--fukudora a {
    background: #C9171E;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    display: block;
    margin: auto;
    text-align: center;
    width: 180px;
}
.shinazuki_lastImg1 {
    padding-top: 50px;
    margin: 0 auto 50px;
}
.shinazuki_lastImg2 {
    width: 100px;
    display: block;
    margin: auto;
}
section.shinazuki-recommendProducts {
    background: #FBFBF5;
    padding: 100px 50px;
}
.shinazuki-recommendProducts h2 {
  text-align: center;
}
section.shinazuki-recommendProducts h2::before {
    content: "";
    background-image: url(https://usukawa.itembox.design/item/images/common/icon/kashiwa_leaf.png);
    background-size: contain;
    display: inline-block;
    height: 45px;
    width: 45px;
    vertical-align: bottom;
}
.shinazuki-recommendProducts ul li {
    display: flex;
    padding: 30px 0;
}
.shinazuki-recommendProducts ul li:not(:last-child) {
    border-bottom: 1px solid #cacaca;
}
.shinazuki-recommendProducts ul li img {
  width: 40%;
  padding: 30px;
  object-fit: contain;
}
.shinazuki-recommendProduct_text {
  width: 60%;
  padding: 60px 0 0 30px;
}
.shinazuki-recommendProduct_text h3 {
  font-size: 2.6rem;
}
.shinazuki-recommendProduct_text h3 span {
  color: #B5903E;

}
.shinazuki-recommendProduct_text p {
  font-size: 1.9rem;
}
.shinazuki-recommendProduct_text a {
  width: 200px;
  color: #fff;
  background: #C9171E;
  border-radius: 50px;
  padding: 10px;
  margin: 50px auto;
  display: block;
  text-align: center;
}





@media (max-width:1100px) {
  .shinazuki-Pusu--Item h4 {
    font-size: 1.7rem;
  }
  .shinazuki-Pusu--Item p {
    height: 230px;
  }
  .shinazuki-Pusu--Item a {
    font-size: 1.5rem;
  }
}
@media (max-width:930px) {
  .shinazuki-feature_azukiImg {
    width: 220px;
    right: -20px;
  }
  img.shinazuki-feature-img1 {
    width: 200px;
    top: 75%;
  }
}



/*商品詳細ページの新あずき時期のみ表示*/
.product_shinazukiBlock {
    width: 80%;
    margin: 0 auto 50px;
	display: none;

}
.product_shinazukiBlock-end {
    display: none; /*まもなく終了表記。表示する時季のみこれを外す*/
}
.product_shinazukiBlock p,.product_shinazukiBlock a {
    text-align: center;
    display: block;
}
.product_shinazuki_container {
    border: 3px solid #B5903E;
    padding: 40px;
}
p.product_shinazukiDescription_text1 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #C9171E;
}
p.product_shinazukiDescription_text2 {
  margin-bottom: 20px;
}
a.product_shinazukiDescription_link {

  color: #754F13;
  font-weight: bold;
}
/*　↑商品詳細ページの新あずき時期のみ表示↑　*/

/*TOPページ上部の新あずき特設バナー*/
.shinAzuki_upperBnr {
    padding-top: 20px;
}
.shinAzuki_upperBnr img {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: block;
}

/*新あずきFP最上部最下部＆検索結果最上部　キャンペーンバナー*/
.Campaign_upperBnr1 {
    margin: 30px 0 50px;
}

.Campaign_upperBnr1 img {
    display: block;
    margin: auto;
    max-width: 1100px;
    width: 100%;
}

/*FP_サイトメンテナンス事前告知（閉店中の表示ではありません）*/
section.FP_maintenance {
    padding: 50px;
}
section.FP_maintenance h3 {
    margin-bottom: 50px;
}
section.FP_maintenance p {
    margin-bottom: 40px;
}

/*PC 薄皮チョコフォンデュP*/
.UsukawaFonduMovie {
    position: relative;
    margin-bottom: 50px;
}
.UsukawaFonduMovie video {
    position: absolute;
    bottom: 1px;
    right: 0;
    width: 30%;
}

/*PC商品一覧*/
.sweetsList-usukawa {
  margin-top: -40px;/*h1の下margin無くすため*/
}
.secSweetsList {
  padding: 100px 0 50px;
  background: #F3ECDB;
  border-bottom: 2px solid #B5903E;
}
.secSweetsList-container {
    max-width: 1000px;
    margin: 0 auto;
}
.secSweetsList h2::before {
    content: "";
    display: inline-block;
    background-image: url(https://usukawa.itembox.design/item/images/common/icon/kashiwa_leaf.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    vertical-align: text-bottom;
}
.secSweetsList h2 {
  margin-bottom: 40px;
}
.secSweetsList h3 {
  font-size: 1.9rem;
  color: #754F13;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  margin-bottom: 2px
}
.secSweetsList img {
  margin-bottom: 15px;
  border-radius: 3px;
}
.secSweetsList .secSweetsList-container p {
  line-height: 1.7;
}
.secSweetsList a {
  color: #333333;
}
.secSweetsList ul {
  display: flex;

  flex-wrap: wrap; 
  gap: 0 20px;
}
.secSweetsList ul li {
  padding-bottom: 50px;
}
.sweetsList-usukawa ul li:nth-child(-n+3) { /*初めの３つ*/
  width: calc(33% - 40px/3);
}
.sweetsList-usukawa ul li:nth-child(n+4) { /*4つ目以降*/
  /*width: calc(25% - 60px/4);*/  /*贈答表示の場合はこちら*/
  width: calc(33% - 40px/3);  /*贈答非表示の場合はこちら*/
}


/*4並び*/
.sweetsList-other ul li {
  width: calc(25% - 60px/4);
}
/*３並び*/
.sweetsList-popular ul li, .sweetsList-Japanese ul li, .sweetsList-Western ul li {
  width: calc(33% - 40px/3);
}
/*2並び*/
.sweetsList-gift ul li {
  width: calc(50% - 20px/2);
}
.sweetsList-gift img {
  width: 90%;
  display: block;
  margin: auto;
}
.sweetsList-seasonal,.sweetsList-magokoro {
  margin-bottom: 50px;
}
.sweetsList-seasonal p {
    text-align: center;
    font-size: 2.1rem;
    padding-top: 50px;
}

/*↓タブ切替 サマーギフトFP↓*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1000px!important;
}
.tab-wrap::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #B5903E;
  display: block;
  order: -1;
}
.tab-label {
  color: #333;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  white-space: nowrap;
  padding: 10px .5em;
  margin-bottom: 15px;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border: 1px solid #B5903E;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  background: #B5903E;
  margin-bottom: 0;
  color: #fff;
}
.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 100px 0;
  opacity: 1;
  transition: .5s opacity;
}
.tab-switch { /* ラジオボタン非表示 */
  display: none;
}
/*↑タブ切替↑*/

/*商品詳細ページのサマーギフト時期のみ表示*/
.product_summerGiftBlock {
    display: block;  /*サマーギフト時期のみにする*/
    text-align: center;
}
.product_summerGiftBlock p {
    text-align: center;
    padding-bottom: 10px;
}
.product_summerGiftBlock img {
    width: 400px;
    margin-bottom: 80px;
}



/*商品詳細のスタッフの声*/
section.staffVoice {
    padding-top: 100px;
    margin-top: 50px;
    border-top: 1px dashed;
}

section.staffVoice h2 {
    text-align: center;

}
section.staffVoice h2 img {
    max-width: 330px;
}
.staffVoice ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.staffVoice ul li {
  border: 1px solid #777;
  padding-bottom: 30px;
  background: linear-gradient(-20deg, #fff7ef 0%, transparent 45%, transparent 65%, #fff7ef 100%);
  width: calc(50% - 15px);
}
.staffVoiceLead {
  display: flex;
  padding: 30px 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.staffVoice ul li:nth-child(even) .staffVoiceLead {
    flex-direction: row-reverse;
}
.staffVoiceLead img {
  width: 100px;
  object-fit: contain;
}
.staffVoiceLead > div {
  max-width: 70%;
}
.staffVoice ul li:nth-child(odd) .staffVoiceLead > div {

   margin-left: auto;  
}
.staffVoice ul li:nth-child(even) .staffVoiceLead > div {
   margin-right: auto; 
}
p.staffVoiceTtl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.0;
  color: #f08300;
  background: linear-gradient(transparent 70%, #fff352 0%);
  display: inline;
  padding: 0 1px;
  margin-left: 10px;
}
p.staffVoiceName {
  text-align: right;
}
p.staffVoiceName span {
  border: 1px solid #f08300;


  padding: 3px 15px;
  margin-right: 10px;
  font-size: 1.4rem;
  background: #fff;


}
p.staffVoiceTxt {
    padding: 0 30px;
    font-size: 1.6rem;
    font-family: system-ui;
}
p.staffVoiceTxt span {
background: linear-gradient(transparent 70%, #fff352 0%);
}

/*　↑商品詳細のスタッフの声↑　*/


/*各ギフトFP*/
.f-Gift_MV_lead {
	font-size: 2.0rem;
	text-align: center;
	padding-top: 20px;
}
.f-Gift_howTo {
    padding: 30px;
    border: 2px solid #f96666;
	border-radius: 3px;
    margin: 70px auto 0;
	width: 80%;
	background: var(--bg-color-1);
}
.f-Gift_howTo_choji {
    padding: 30px;
    border: 2px solid #6e7dc0;
	border-radius: 3px;
    margin: 70px auto 0;
	width: 80%;
	background: var(--bg-color-1);
}

section.f-Gift_howTo > div {
    position: relative;
}
img.f-Gift_howTo__bg {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 150px;
}

.f-Gift_howTo_ttl {
    font-weight: bold;
}
/*慶事のギフトページのみ*/
.f-Gift_ranking:not(.f-Gift_ranking_choji) h2,
.f-Gift_budget:not(.f-Gift_budget_choji) h2,
.f-Gift_service:not(.f-Gift_service_choji) h2 {
    color: #f96666;
}
section.f-Gift_budget {
  padding: 100px 0;
  text-align: center;
  border-bottom: 2px solid #B5903E;
}
section.f-Gift_budget > p {
    text-align: center;
    font-size: 1.9rem;
    color: red;
    margin-bottom: 20px;
}
.f-Gift_budget ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.f-Gift_budget ul li {
  width: calc(25% - 90px / 4);
}
.f-Gift_budget h3,.f-Gift_ranking h3 {
  color: #333;
  font-size: 1.8rem!important;
  margin-bottom: 2px;
  text-align: center;
}
p.f-Gift_price {
  color: #C9171E;
  font-size: 1.8rem;
  text-align: center;
}
section.f-Gift_ranking {
    padding: 100px 50px;
}
.f-Gift_service_titleImg {
    width: 100px;
    display: block;
    margin: 0 auto 50px;
}
.f-Gift_service p {
  margin-bottom: 30px;
}
.f-Gift_service p a {
  text-decoration: underline;
  color: #333;
  margin-bottom: 80px;
}

section.f-Gift_reason {
    background: #FBFBF5;
}
.f-Gift_reason ul li {
  display: flex;
}
.f-Gift_reason ul li img {
  width: 10%;
  margin: 20px 30px 20px 20px;
} 
section.f-Gift_reason p {
  font-size: 1.9rem;
  width: 90%;
}
section.f-Gift_reason p span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #C9171E;
}




.f-Gift_rankingList {
    column-gap: 20px;
}
.f-Gift_ranking-Item {
    width: calc(20% - 80px / 5);
}

.f-Gift_service-lead {
	text-align: center;
	font-size: 2.2rem;
}
.f-Gift_service-noshi {
	display: flex;
    background: var(--bg-color-3);
    padding: 30px 30px 1px 50px;
    margin-bottom: 30px;
}
.f-Gift_service-noshi > img {
	width: 30%;
    object-fit: contain;
}
.f-Gift_service-noshi p span {
	color: var(--red);
	font-size: 1.2em;
	font-weight: bold;
}
.f-Gift_service_MGCard {
    display: block;
    max-width: 500px;
    margin: -30px auto 0;
}
.f-Gift_service_noshiLine {
	margin-top: 50px;
}
.f-Gift_LinkGiftTop {

    text-align: center;
	margin-top: 50px;
}

/*出産内祝いPののし画像*/
img.noshi_rubiSample {
	display: block;
	max-width: 500px;
	margin: 0 auto 30px;
}
/*出産内祝いP、結婚内祝いPのメッセージ画像*/
.f-Gift_service_birthMGCard {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
}
.f-Gift_service_birthMGCard img {
    width: calc(33% - 40px / 3);
}
/*法事・御供物Pの短冊*/
.seiroTanzaku_sample {
    display: flex;
    margin-bottom: 50px;
    width: 70%;
    margin: 0 auto 50px;
}
.seiroTanzaku_sample img {
    width: 50%;
}

/*　↑ギフトFP↑　*/

/*手提袋グループの独自コメント2*/
.GroupTesage_sizeInfo {
	border: 2px solid var(--gold);
	padding: 20px 30px;
}
.GroupTesage_sizeInfo p {
	font-size: 1.6rem;
}
/*↑手提袋グループの独自コメント2↑*/