@charset "UTF-8";
/* =======================================================================
CSSの名前：style.css 
最終更新日時：2012/2/15
--------------------------------------------------------------------------
0.break point
1.reset
2.base
3.コンテナ・サイドバー・メインコンテンツ
4.ヘッダー
5.フッター
6.トップページ
7.オリジナルCSS（各ページ・各コンテンツ）
8.大量購入についてのページ（2022年3月追加）
9.グローバルメニュードロップダウンメニュー化（2022年3月追加）
10.カートページ以降の冷凍・通常商品の同梱チェック（2022年3月追加）
11.酒類販売関連（2022年10月追加）
12.トップ店舗情報リンク追加（2023年3月追加）
13.メルマガ購読への導線
14.商品ページに独自コメント2追加
======================================================================= */

/* =================================================================
0.break point
=================================================================*/
@media screen and (max-width: 767px) {
  /* スマホ */
  .view-PC {
    display: none !important; } }

@media screen and (min-width: 768px) {
  /* デスクトップ*/
  .view-PC {
    display: block; }
  .view-SP {
    display: none !important; } }

/* =================================================================
1.reset
=================================================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #F3F0E9;
  color: #002039;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  word-wrap: break-word;
  position: relative; }

/*  すべてのタグのマージン・パディングの設定をリセット
-------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, hr {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle; }

/* =================================================================
2.base
=================================================================*/
/* font size
-------------------------------------------------------------*/
html {
  font-size: 62.5%;/* -> 10px; */}/* 1rem */
body {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-text-size-adjust: none;
  min-width: 1180px;}
.bold {
  font-weight: bold; }
.attention {
  font-weight: bold;
  color: #e8383d; }
.txt-right {
  text-align: right; }
.txt-center {
  text-align: center; }
.txt-left {
  text-align: left; }
.relative {
  position: relative; }
::-webkit-input-placeholder {
  color: #CCC; }
:-ms-input-placeholder {
  color: #CCC; }
::-ms-input-placeholder {
  color: #CCC; }
::placeholder {
  color: #CCC; }
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    -webkit-text-size-adjust: none;
    min-width: 0;}
}

/*  clear
-------------------------------------------------------------*/
.clear {
  clear: both; }

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
.cleartext {
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden; }

/*  padding/margin
-------------------------------------------------------------*/
.m0 {
  margin: 0 !important;}
.mT0 {
  margin-top: 0 !important;}
.mB0 {
  margin-bottom: 0 !important;}
.mR0 {
  margin-right: 0 !important;}
.mL0 {
  margin-left: 0 !important;}
.mT10 {
  margin-top: 10px !important;}
.mB5 {
  margin-bottom: 5px !important;}
.mB10 {
  margin-bottom: 10px !important;}
.mB15 {
  margin-bottom: 15px !important;}
.mR10 {
  margin-right: 10px !important;}
.mL10 {
  margin-left: 10px !important;}
.mT20 {
  margin-top: 20px !important;}
.mT25 {
  margin-top: 25px !important;}
.mB20 {
  margin-bottom: 20px !important;}
.mR20 {
  margin-right: 20px !important;}
.mL20 {
  margin-left: 20px !important;}
.mT30 {
  margin-top: 30px !important;}
.mB30 {
  margin-bottom: 30px !important;}
.mR30 {
  margin-right: 30px !important;}
.mL30 {
  margin-left: 30px !important;}
.mT45 {
  margin-top: 45px !important;}
.mB45 {
  margin-bottom: 45px !important;}
.mR45 {
  margin-right: 45px !important;}
.mL45 {
  margin-left: 45px !important;}
.mT40 {
  margin-top: 40px !important;}
.mB40 {
  margin-bottom: 40px !important;}
.mR40 {
  margin-right: 40px !important;}
.mL40 {
  margin-left: 40px !important;}
.mT50 {
  margin-top: 50px !important;}
.mB50 {
  margin-bottom: 50px !important;}
.mR50 {
  margin-right: 50px !important;}
.mL50 {
  margin-left: 50px !important;}
.mT60{
  margin-top: 60px !important;}
.mB60 {
  margin-bottom: 60px !important;}
.mR60 {
  margin-right: 60px !important;}
.mL60 {
  margin-left: 60px !important;}
.mB100 {
  margin-bottom: 100px !important;}
.mB150 {
  margin-bottom: 150px !important;}
/*------------------------------*/
.p0 {
  padding: 0;}
.pT0 {
  padding-top: 0 !important;}
.pB0 {
  padding-bottom: 0 !important;}
.pR0 {
  padding-right: 0;}
.pL0 {
  padding-left: 0;}
.pT10 {
  padding-top: 10px;}
.pB10 {
  padding-bottom: 10px;}
.pR10 {
  padding-right: 10px;}
.pL10 {
  padding-left: 10px;}
.pT20 {
  padding-top: 20px;}
.pB20 {
  padding-bottom: 20px;}
.pR20 {
  padding-right: 20px;}
.pL20 {
  padding-left: 20px;}
.pT30 {
  padding-top: 30px;}
.pB30 {
  padding-bottom: 30px;}
.pR30 {
  padding-right: 30px;}
.pL30 {
  padding-left: 30px;}
.pT40 {
  padding-top: 40px;}
.pB40 {
  padding-bottom: 40px;}
.pR40 {
  padding-right: 40px;}
.pL40 {
  padding-left: 40px;}
.pT50 {
  padding-top: 50px;}
.pB50 {
  padding-bottom: 50px;}
.pR50 {
  padding-right: 50px;}
.pL50 {
  padding-left: 50px;}
.pT60 {
  padding-top: 60px;}
.pB60 {
  padding-bottom: 60px;}
.pR60 {
  padding-right: 60px;}
.pL60 {
  padding-left: 60px;}
.v-bottom {
  vertical-align: bottom;}

/* fonts
-------------------------------------------------------------*/
.red {
  color: #990000;}
.garamond {
  font-family: "EB Garamond", serif;}
.crimson {
  font-family: "Crimson Text", serif;}
.txt-gold {
  color: #948154;}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

@media screen and (max-width: 767px) {
  .link-in-page{
    margin-top: -50px;
    padding-top: 50px;}
}

/*  layout style
-------------------------------------------------------------*/
.js-page {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;}
.js-page.show {
  opacity: 1;}
.l-contents,
#container {
  margin-bottom: 80px;}
.l-inner,
#main {
  width: 1180px;
  margin: 0 auto;
  padding: 0 30px;}
#main {
  margin-top: 40px;}
.text-mb {
  margin-bottom: 15px;}

@media screen and (max-width: 767px) {
  .l-inner,
  #main {
    width: 92%;
    margin: 0 4%;
    padding: 0; }
  .l-contents,
  #container {
    margin-bottom: 60px; }
  .text-mb {
    margin-bottom: 10px; }
  h2 {
    font-size: 2.2rem;
    margin-bottom: 15px; } }

.columns {
  -ms-display: flex !important;
  -webkit-display: flex !important;
  display: -webkit-box !important;
  display: flex !important; }

.columns-wrap {
  -ms-display: flex;
  -webkit-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  /* flexコンテナに入るよう改行して表示 */
  -webkit-flex-wrap: wrap;
  /* flexコンテナに入るよう改行して表示 */
  flex-wrap: wrap; }

.sp-no-columns {
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sp-no-columns-wrap {
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.columns-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.columns-right {
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.columns-between {
  -webkit-justify-content: space-between;
  /* Safari */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.columns-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.columns-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.columns-end {
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.column-left {
  margin-right: auto !important; }

.column-right {
  margin-left: auto !important; }

.column01 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.column02 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.columns-wrap-align-center {
  align-items: center;}

@media screen and (max-width: 959px) {
  /* タブレット以下 */
  .sp-no-columns,
  .sp-no-columns-wrap {
    -webkit-display: block;
    display: block; }
  .column01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .column02 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; } }

/*  基本のlink color 矢印
-------------------------------------------------------------*/
a {
  color: #002039;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    text-decoration: none; }
    a:hover img {
      opacity: 0.65;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  a img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
a:visited {
  color: #002039; }

.buttonarea {
  margin-top: 50px;
  text-align: center; }

.btn {
  min-width: 300px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  height: 57px;
  line-height: 57px;
  font-size: 1.5rem;
  color: #FFF;
  background-color: #002039;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .btn:hover {
    opacity: .7; }

.btn:visited {
  color: #FFF; }

.next-arrow span {
  padding-right: 28px;
  background-image: url(https://sendagi.itembox.design/item/img/common/ic_next_arrow.svg?t=20250221145139);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto; }

.prev-arrow span {
  padding-left: 28px;
  background-image: url(https://sendagi.itembox.design/item/img/common/ic_prev_arrow.svg?t=20250221145139);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px auto; }

.download-btn span {
  padding-right: 24px;
  background-image: url(https://sendagi.itembox.design/item/img/common/ic_download.svg?t=20250221145139);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto; }

@media screen and (max-width: 767px) {
  .buttonarea {
    margin-top: 30px; }
  .btn {
    min-width: 0;
    width: 90%;
    height: 50px;
    line-height: 50px;
    font-size: 1.3rem; }
  .next-arrow span {
    padding-right: 24px;
    background-size: 16px; }
  .prev-arrow span {
    padding-left: 24px;
    background-size: 16px; }
  .download-btn span {
    padding-right: 20px;
    background-size: 14px auto; } }

/*  画像の縦横比調整
-------------------------------------------------------------*/
.img-box {
  text-align: center;
  position: relative; }

.img-box img {
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

/* =================================================================
3.コンテナ・サイドバー・メインコンテンツ
=================================================================*/
/* #breadcrumbs - パンくずリスト
-------------------------------------------------------------*/
#breadcrumbs {
  padding: 6px 10px 30px;
  font-size: 10px;
  line-height: 1;
  color: #5e5e5e; }

#breadcrumbs a {
  text-decoration: none;
  color: #5e5e5e; }

@media screen and (min-width: 960px) {
  /* デスクトップ */
  #breadcrumbs {
    padding: 30px 0;
    font-size: 11px;
    line-height: 1;
    color: #5e5e5e; } }

/* フォーム類部品
-------------------------------------------------------------*/
input, textarea, select, button {
  color: #002039;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-wrap: break-word;}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
select {
  border: solid 1px #ccc !important;
  padding: 5px 8px;
  height: 40px;
  font-size: 1.6rem;
  width: auto;
  max-width: 600px; }

textarea {
  border: solid 1px #ccc;
  padding: 5px 8px;
  font-size: 1.6rem;
  width: 70%;
  max-width: 600px; }

input[type="radio"],
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom; }

select {
  height: 40px;
  padding: 5px 8px;
  vertical-align: middle; }

@media screen and (max-width: 767px) {
  form {
    width: 100%; }
  input, textarea, button {
    font-size: 1.2rem;
    -webkit-text-size-adjust: none; }
  /* iPhoneでselectタグをフォーカスした際に拡大防止処理 */
  /* (商品一覧) */
  #list select {
    font-size: 16px !important;
    width: auto; }
  /* (お気に入り) */
  #wishList select {
    font-size: 16px !important;
    width: auto; }
  /* (商品詳細) */
  #itemDetail select, #review select {
    font-size: 16px !important;
    width: auto; }
  /* (購入履歴) */
  #history select {
    font-size: 16px !important;
    width: auto; }
  /* iPhoneの角丸をリセット */
  input[type="text"],
  input[type="tel"],
  input[type="password"],
  textarea,
  input[type="submit"],
  input[type="button"],
  input[type="number"] {
    -webkit-appearance: none;
    border-radius: 0; }
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  input[type="number"],
  select {
    width: 100%;
    height: 40px;
    margin-bottom: 0; }
  textarea {
    width: 100%;
    margin-bottom: 0; }
  select {
    border-radius: 0;
    padding: 0 20px 0 8px;
    height: 40px; }
  input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.15);
    vertical-align: top;
    cursor: pointer; }
  input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    width: 8px;
    height: 8px;
    background: #777;
    -webkit-border-radius: 4px;
    border-radius: 4px; } }

/* head style
------------------------------------------------------------------*/
.pagetitle--solid{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 84px 0 78px;
  margin-bottom: 40px;
  background: #001F39;
  color: #FFF;
  text-align: center;}
.pagetitle{
  font-size: 4.0rem;}
.pagetitle-sub{
  font-size: 2.0rem;
  margin-top: 10px;}
.sec--standard{
  margin-bottom: 60px;}
.sec--standard:last-child{
  margin-bottom: 0;}
.sec--standard ul,
.sec--standard p,
.sec--standard img,
.sec--standard table{
  margin-bottom: 10px;}
.sec--standard p:last-child{
  margin-bottom: 0;}
.sec--simple{
  margin-bottom: 20px;}
.sec--simple:last-child{
  margin-bottom: 0;}
.sec--simple ul,
.sec--simple p{
  margin-bottom: 10px;}
.sub-sec--standard{
  margin-bottom: 30px;}
.sub-sec--standard:last-child{
  border:none;
  padding-bottom: 0;
  margin-bottom: 0;}
.heading--standard{
  font-weight: normal;
  font-size: 1.8rem;
  background: #001F39;
  padding: 21px 14px;
  color: #FFF;
  margin-bottom: 30px;}
.heading--simple{
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;}
.sub-heading--standard{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #786945;
  border-left: 2px solid #786945;
  padding-left: 10px;
  line-height: 1.2;}
.subsub-sec--standard{
  border: 1px solid #001F39;
  padding: 20px;
  margin-bottom: 10px;
  background: #FFF;}
.subsub-heading--standard{
  font-weight: bold;
  font-size: 1.6rem;}

@media screen and (max-width: 767px) {
.pagetitle--solid{
  padding: 60px 0 55px;
  margin-bottom: 20px;}
.pagetitle{
  font-size: 2.2rem;}
.pagetitle-sub{
  font-size: 1.3rem;}
  .heading--standard{
    font-size: 1.5rem;
    height: auto;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 18px 14px;}
  .sec--standard ul,
  .sec--standard p{
    margin-bottom: 15px;}
  .sec--standard{
    margin-bottom: 30px;}
  .sec--standard img{
    width: 100%;
    height: auto;}
  .sub-heading--standard{
    font-size: 1.5rem;
    margin-bottom: 7px;}
  .sub-sec--standard{
    margin-bottom: 20px;}
  .subsub-sec--standard{
    padding: 15px;}
  .subsub-heading--standard{
    font-size: 1.4rem;}
}

/* table style
=====================================================================*/
table,
table th,
table td{
  border: 1px solid #CCC;
  padding: 5px 10px;}
table th{
  background: #e2e2e2;}
.fs-c-inputTable{
  border: none;}
.fs-c-inputTable img{
	vertical-align: middle;}
.fs-c-inputTable dl{
	display: table;
	width:100%;
	margin:-1px auto 0;}
.fs-c-inputTable dt,
.fs-c-inputTable dd{
	display: table-cell;
	padding: 30px 20px;}
.fs-c-inputTable dd{
	border-bottom: 1px solid #C2C6C6;
	border-top: 1px solid #C2C6C6;}
.fs-c-inputTable dt{
	background: transparent;
	border-bottom: 1px solid #002039;
	border-top: 1px solid #002039;
    font-weight:600;
	vertical-align: top;
	width:200px;}
.fs-c-inputTable dl:first-child dt,
.fs-c-inputTable dl:first-child dd{
  border-top:none;
  padding-top:0;}
.fs-c-inputTable dl:last-child dt,
.fs-c-inputTable dl:last-child dd{
  border-bottom:none;
  padding-bottom:0;}
@media only screen and (max-width: 767px){
  .fs-c-inputTable dl,
  .fs-c-inputTable dt,
  .fs-c-inputTable dd{
    display:block;
    width:100%;
    padding:0;}
  .fs-c-inputTable dl{
    padding-bottom:20px;}
  .fs-c-inputTable dt{
		font-weight:600;
    border:none;
    padding-bottom:5px;}
  .fs-c-inputTable dd{
      border:none;}
  .fs-c-inputTable dl:last-child{
    padding-bottom:0;}
}

/* popup style
------------------------------------------------------------------*/
body.overflow-hidden {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed; }
.popup-btn {
  cursor: pointer; }
.popup-con {
  z-index: -1;
  opacity: 0;
  visibility: hidden; }
.popup-con.narrowdown-open {
  z-index: 10001 !important;
  opacity: 1;
  visibility: visible; }
.popup-box {
  opacity: 0;
  z-index: 101;
  position: fixed;
  top: calc(50% - 200px);
  left: calc(50% - 550px);
  width: 1000px;
  height: 400px;
  background-color: #FFF;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
.narrowdown-open .popup-box {
  opacity: 1; }
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100; }
.popup-box-inner {
  padding: 40px; }
.popup-closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 17px;
  height: 18px;
  z-index: 1; }
.popup-closebtn span {
  position: absolute;
  top: 10px;
  left: -2px;
  display: block;
  background: #283d65;
  height: 1px;
  width: 21px; }
.popup-closebtn span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.popup-closebtn span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
@media screen and (max-width: 767px) {
  .popup-box {
    width: 90%;
    height: 70%;
    left: 5%;
    top: 15%; }
  .popup-box-inner {
    padding: 10px; }
}

/* =================================================================
4.【コシヅカハム様】ヘッダー
=================================================================*/
/* preview - プレビュー時に表示するエリア
-------------------------------------------------------------*/
#preview {
  padding: 5px;
  border-bottom: 1px solid #CCC;
  background: #1C8600;
  color: #FFF;
  font-size: 80%;
  text-align: center; }
#preview table {
  width: 100%;
  margin: auto;
  text-align: center; }
#preview table td, #preview table th {
  display: inline-block; }
#preview .ico {
  width: 40px;
  padding-right: 10px;
  text-align: right; }
#preview .content {
  text-align: left; }

@media screen and (max-width: 959px) {
  /* タブレット以下 */
  #preview table td, #preview table th {
    display: table-cell; } 
}

/* header - ヘッダ
-------------------------------------------------------------*/
#header {
  width: 100%; }
.h-toparea {
  /*padding: 2px 0 15px;*/
  padding: 2px 0 20px; }
.h-site-title {
  font-size: 1.1rem;
  margin: 10px 0; }
.h-logo {
  width: 130px; }
.h-left-area {
  float: left; }
.h-right-area {
  float: right; }
.h-shopmenu-area {
  margin-bottom: 15px;
  text-align: right; }
.h-shopmenu-item,
.h-shopmenu-area .fs-pt-menu__item{
  position: relative;
  display: inline-block;
  margin-right: 10px !important;}
.h-shopmenu-area .fs-pt-menu__item:last-child:after{
  content: none;
  margin-right: 0 !important;}
.h-shopmenu-item:after,
.h-shopmenu-area .fs-pt-menu__item:after{
  content: "|";
  padding-left: 9px;
  position: absolute;
  right: -11px;
  top: 1px;}
.h-shopmenu-item a,
.h-shopmenu-area .fs-pt-menu__item a{
  text-decoration: none;
  font-size: 1.2rem;}
.h-shopmenu-item a:hover,
.h-shopmenu-area .fs-pt-menu__item a:hover{
  text-decoration: underline; }
.h-search-area {
  width: 350px;
  margin-right: 15px; }
.h-shipping-free {
  color: #990000;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 7px;}
.h-shipping-free span {
  font-size: 2.0rem; }
.h-keyword-search {
  position: relative;
  width: 100%; }
.h-keyword-search-input[type="text"] {
  width: 100%;
  height: 36px;
  border: 1px solid #D3C7AB;
  padding-right: 43px;
  border-radius: 3px; }
.h-keyword-search-button {
  background: url(https://sendagi.itembox.design/item/img/common/ic_search.svg?t=20250221145139) no-repeat center center #948154;
  background-size: 18px 17px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 36px;
  height: 34px;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 0 3px 3px 0; }
.h-keyword-search-button:hover {
  opacity: .7; }
.h-history-btnarea {
  margin-right: 7px; }
.h-history-btn,
.h-mypage-btn {
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-size: 1.2rem;
  background: #fff;
  border: 1px solid #948154;
  color: #948154 !important;
  min-width: inherit; }
.h-cart-btnarea {
  position: relative;
  margin-top: 7px; }
.h-cart-btnarea-count{
  position: absolute;
  top: calc(50% - 2px);
  left: 81px;
  width: 18px;
  height: 18px;
  line-height: 17px;
  text-align: center;
  border-radius: 10px;
  font-size: 1.1rem;
  background: #FFF;
  color: #948154;
  border: 1px solid #948154;
}
.h-cart-btn {
  width: 266px;
  height: 46px;
  line-height: 46px;
  font-size: 1.6rem;
  border: 1px solid #948154;
  color: #FFF;
  background-color: #948154;
  min-width: inherit; }
.h-cart-btn span {
  padding-left: 30px;
  background: url(https://sendagi.itembox.design/item/img/common/ic_cart_wh.svg?t=20250221145139) no-repeat left center;
  background-size: 20px 19px; }
.h-topicsarea {
  position: relative;
  width: 100%;
  background-color: #002039;
  border-bottom: 1px solid #f3f0e9;}
.h-topicsarea a{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;}
.h-topicsarea a:hover{
  opacity: .65;}
.h-topicsarea-txt{
  color: #FFF;
  height: 40px;
  line-height: 40px;
  text-align: center;}
.h-topicsarea-link-true{
  display: none !important;
}
.h-gmenu-area {
  background: #FFF; }
.h-gmenu-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
.h-gmenu-item a {
  display: block;
  /*height: 84px;*/
  line-height: 84px;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  font-weight:bold;}
.h-gmenu-item a:hover {
  background: #F5F5F5; }

@media screen and (max-width: 767px) {
  #header {
    position: relative; }
  .h-toparea {
    height: 50px;
    padding: 0; }
  .h-logo {
    width: 72px;
    margin-top: 7px; }
  .h-logo img {
    display: block; }
  .h-iconmenus,
  .h-top-area > .l-inner > .view-SP{
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: auto;
    display: flex;
  }
  .h-iconmenu {
    height: 50px;
    width: 50px;
    padding: 8px 8px;
    position: relative;
   }
  .h-iconmenu > a{
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
  }
  .h-iconmenu.wishlist img{
    max-width: 24px;
  }
  .h-iconmenu.mypage img{
    max-width: 26px;
  }
  .h-iconmenu.meat img {
    padding-top: 8px; }
  .h-iconmenu.meat .js-slidemenu-btn{
    width: 50px;
    height: 100%;
    padding: 7px; }
  .js-slidemenu-btn.open {
    background: #E7E0D1; }
  .h-iconmenu.cart img{
    max-width: 26px;
  }
  .h-iconmenu-cart-count{
    position: absolute;
    top: calc(50% - 2px);
    right: 8px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    font-size: 1.1rem;
    background: #FFF;
    color: #001f39;
    border: 1px solid #001f39; }
  .h-iconmenu.hamburger {
    width: 50px;
    top: 0;
    right: 0;
    padding: 0;
  }
  
  /* slide menu（共通） 
  ------------------------------------------------------------------*/
  .slidemenu-btn {
    position: relative;
    overflow: hidden;
    display: block;
    width: 50px;
    height: 50px;}
  .slidemenu-btn span {
    position: absolute;
    left: calc(50% - 12px);
    display: block;
    width: 24px;
    height: 1px;
    background-color: #002039;
    transition: .3s;}
  .slidemenu-btn span:nth-child(1){
    top: 16px; }    
  .slidemenu-btn span:nth-child(2){
    top: 25px; }
  .slidemenu-btn span:nth-child(3){
    top: 34px; }
  .slidemenu-btn.open span:nth-child(1){
    top: 25px;
    transform: rotate(45deg);}
  .slidemenu-btn.open span:nth-child(2){
    left: 50px;}
  .slidemenu-btn.open span:nth-child(3){
    top: 25px;
    transform: rotate(-45deg);}
  .slidemenu-con {
    position: fixed;
    top: 50px;
    right: -100%;
    width: 100%;
    height: calc(100svh - 50px);
    padding: 30px 25px 40px;
    overflow: auto;
    z-index: 9999;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    background: #E7E0D1; }
  .slidemenu-con.open {
    right: 0; }
  .slidemenu-close-btn {
    position: absolute;
    right: 15px;
    top: 25px;
    height: 30px;
    width: 30px; }
  .slidemenu-close-btn:after,
  .slidemenu-close-btn:before {
    content: "";
    position: absolute;
    top: -2px;
    right: 12px;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #002039; }
  .slidemenu-close-btn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .slidemenu-close-btn:before {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .slidemenu-head {
    font-size: 2.5rem;
    margin-bottom: 20px; }
  .slidemenu-item-area {
    border-top: 1px solid #e2dfd3;
    margin-bottom: 30px; }
  .slidemenu-item {
    border-bottom: 1px solid #e2dfd3; }
    .slidemenu-item a {
      display: block;
      text-decoration: none;
      padding: 10px 5px; }
  .slidemenu-item-category a {
    position: relative; }
  .slidemenu-item-category a::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #002039;
    border-right: 1px solid #002039;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  /* 肉商品のメニュー */
  .meatmenu-head {
    font-size: 3.0rem;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 17px; }
  .meatmenu-head span {
    font-size: 1.4rem;
    color: #948154;
    display: block; }
  .meatmenu-keyword-search {
    margin-bottom: 25px; }
  .meatmenu-keyword-search input[type="text"] {
    height: 46px; }
  .h-keyword-search-button{
    width: 46px;
    height: 44px;}
  .meatmenu-area {
    display: flex;
    flex-wrap: wrap;
    /*border: 1px solid #D3C7AB;*/
    border-bottom: none;
    margin-bottom: 20px;}
  .meatmenu-title-area {
    text-align: center;
    margin-bottom: 10px;}
  .meatmenu-title{
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 30px;}
  .meatmenu-title:before,
  .meatmenu-title:after {
    position: absolute;
    top: calc(50% - 4px);
    width: 15px;
    height: 4px;
    content: '';
    border-top: solid 1px #002039;
    border-bottom: solid 1px #002039;}
  .meatmenu-title:before {
    left: 0;}
  .meatmenu-title:after {
    right: 0;}

  .meatmenu-item {
    width: 50%;
    border-bottom: 1px solid #D3C7AB;
    border-right: 1px solid #D3C7AB;
    background: #FFF;
    font-size: 1.4rem;
    height: 48px;
    /*line-height: 48px;*/
    line-height: 1.2;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center; }

  /*
  .meatmenu-item:nth-child(1), .meatmenu-item:nth-child(3) {
    border-right: 1px solid #D3C7AB; }
  .meatmenu-item:nth-child(-n+4) {
    width: 50%;
    display: inline-block; }
  */
  .meatmenu-item a {
    display: block;
      text-decoration: none; }
  .hamburgermenu-area {
    border-top: 1px dotted #002039;
    margin-bottom: 20px; }
  .hamburgermenu-bottom-area:after{
    content: "";
    display: block;
    clear: both;}
  .hamburgermenu-item {
    border-bottom: 1px dotted #002039; }
  .hamburgermenu-item a {
    display: block;
    text-decoration: none;
    padding: 13px 5px;
    position: relative; }
  .hamburgermenu-item a:after {
    position: absolute;
    top: calc(50% - 4px);
    right: 5px;
    content: "";
    width: 5px;
    height: 5px;
    border-right: 1px solid #002039;
    border-bottom: 1px solid #002039;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .hamburgermenu-item.login-true{
    display: none;}
  .hamburgermenu-item.logout-false{
    display: none;}
  .hamburgermenu-item.member-regist-true{
    display: none;}
  .hamburgermenu-bottom-item a {
    text-decoration: none; }
  .hamburgermenu-bottom-item {
    width: 50%;
    float: left;
    margin-bottom: 10px; }
  .hamburgermenu-bottom-item:nth-child(2n-1) {
    width: 50%; }
  .hamburgermenu-bottom-item:last-child {
    width: 100%; 
    margin-bottom: 0;}
  .h-topicsarea {
    overflow: hidden;
    position: relative;
    line-height: 1.4;
    margin-top: 50px;
    height: 40px;}
  .h-topicsarea p {
    float: left;
    position: absolute;
    top: 0;
    white-space: nowrap;
    -webkit-animation-name: marquee;
    animation-name: marquee;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    line-height: 40px; }
  .h-topicsarea p:nth-child(2) {
    -webkit-animation-name: marquee2;
    animation-name: marquee2;
  }
  .h-topicsarea p:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    cursor: default; }
  @-webkit-keyframes marquee {
    0% {
      left: 100%;
      -webkit-transform: translate(0);
      transform: translate(0); }
    100% {
      left: 0%;
      -webkit-transform: translate(-100%);
      transform: translate(-100%); } }
  @keyframes marquee {
    0% {
      left: 100%;
      -webkit-transform: translate(0);
      transform: translate(0); }
    100% {
      left: 0%;
      -webkit-transform: translate(-100%);
      transform: translate(-100%); } } }


/* =================================================================
5.【コシヅカハム様】フッター
=================================================================*/
#footer {
  width: 100%;
  position: relative; }
.fs-l-footer a{
  color: #002039; }
.f-pagetop {
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  padding-top: 65px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing:.08em;
  cursor: pointer;}
  .f-pagetop:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background: #002039; }

.f-bnr-area {
  margin-bottom: 70px; }

.f-shopinfo-wrap {
  background: #EFEADE;
  padding: 70px 0; }

.f-bnr-link {
  display: block;
  text-decoration: none; }

.f-bnr-item {
  width: 290px;
  margin-right: 10px;
  border: 1px solid #D3C7AB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .f-bnr-item:last-child {
    margin-right: 0; }
  .f-bnr-item.mailmg img {
    width: 74px;
    height: auto; }
  .f-bnr-item.shop img {
    width: 78px;
    height: auto; }
  .f-bnr-item.recipe img {
    width: 58px;
    height: auto; }
  .f-bnr-item a:hover {
    opacity: 0.65; }

.f-bnr-illust {
  width: 100%;
  height: 135px;
  background: url(https://sendagi.itembox.design/item/img/common/f_bnr_bg.gif?t=20250221145139); }

.f-bnr-txt {
  background: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 13px;
  line-height: 1.4; }

.f-shopinfo-item {
  width: calc(50% - 20px);
  margin-bottom: 40px; }
.f-shopinfo-item:nth-child(2n-1) {
  padding-right: 38px;
  margin-right: 40px;
  border-right: 1px dotted #A7ADAC; }
.f-shopinfo-item:nth-last-child(-n+2) {
  margin-bottom: 0; }
.f-shopinfo-item img {
  padding: 5px 0 0; }
.f-shopinfo-head {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 5px; }
.f-menu-area {
  background: #002039;
  padding: 40px 0 10px;
  color: #FFF; }
.f-logo-area {
  width: 130px; }
.f-logo-area img {
  display: block;
  width: 100%;
  height: auto; }
.f-sns-area{
  margin-top: 34px;}
.f-sns-item{
  margin-right: 18px;}
.f-sns-item:last-child{
  margin-right: 0;}
.f-menu-item {
  margin-bottom: 5px;
  font-size: 1.3rem;}
.f-menu-item a {
  position: relative;
  text-decoration: none;
  color: #FFF;
  padding-left: 11px;}
.f-menu-item a:hover {
  text-decoration: underline;}
.f-menu-item a:before{
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  transform: rotate(-45deg);}
.f-menu-item .fs-pt-menu__item{
  display: block;
  margin-bottom: 5px;}
.f-menu-item .fs-pt-menu__item a{
  padding: 0 0 0 11px;
  margin: 0;}

.f-copyright {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px; }

@media screen and (max-width: 767px) {
  .f-shopinfo-wrap {
    padding: 40px 0; }
  .f-bnr-area {
    margin-bottom: 30px; }
  .f-bnr-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .f-bnr-illust {
    width: 70px;
    height: 70px; }
  .f-bnr-item {
    margin-right: 0;
    margin-bottom: 3px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .f-bnr-item a{
    width: 100%;}
  .f-bnr-item.mailmg img {
    width: 37px; }
  .f-bnr-item.shop img {
    width: 40px; }
  .f-bnr-item.recipe img {
    width: 29px; }
  .f-bnr-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 70px);
    text-align: left;
    padding: 15px;
    font-size: 1.2rem; }
  .f-shopinfo-item {
    width: 100%;
    border-bottom: 1px dotted #A7ADAC;
    margin-bottom: 0;
    padding: 0 5px; }
  .f-shopinfo-item:first-child {
    border-top: 1px dotted #A7ADAC; }
  .f-shopinfo-item:nth-child(2n-1) {
    margin: 0;
    border-right: none;
    padding: 0 5px; }
  .f-shopinfo-con {
    display: none;
    padding: 0 0 12px 0; }
  .f-shopinfo-head {
    font-size: 1.4rem;
    position: relative;
    padding: 10px 0 9px;
    margin: 0;
    font-weight: bold; }
  .f-shopinfo-head:after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: 5px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #002039;
    border-bottom: 1px solid #002039;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .f-shopinfo-head.active:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .f-sns-area{
    margin-top: 0;
    margin-bottom: 15px;}
  .f-menu-area {
    padding: 30px 0 10px; }
  .f-menu-item {
    margin-bottom: 8px;}
  .f-menu-item a{
    padding-left: 16px;}
  .f-menu-item a:before{
    width: 5px;
    height: 5px;}

  .f-copyright {
    font-size: 1.1rem;
    margin-top: 20px; }
}

/* =================================================================
6.【コシヅカハム様】フッターエリアシンプル（PC）
=================================================================*/
.fs-p-footerUtilityMenu__list{
  justify-content: center;
  padding: 20px 0 10px;
  color: #FFF;}
.fs-p-footerUtilityMenu{
  padding: 0;
  background: #001F39;}
.fs-p-footerUtilityMenu__list a::before{
  content: none;}
.fs-p-footerUtilityMenu__list .fs-pt-menu__link:hover{
  color: #FFF;
  opacity: 1;}
.fs-p-footerUtilityMenu__list .fs-pt-menu__item:after{
  right: -15px;
  top: -1px;
  padding-left: 9px;}
.fs-p-footerCopyright{
  padding: 5px 0;}

@media screen and (max-width: 767px) {
  .fs-p-footerUtilityMenu{
    padding: 0 4%;}
  .fs-p-footerUtilityMenu .fs-pt-menu__item{
    display: block;
    margin-bottom: 8px !important;}
  .fs-p-footerUtilityMenu__list{
    padding: 30px 0 10px;}
  .fs-p-footerUtilityMenu__list span{
    padding: 0;}
  .fs-p-footerUtilityMenu__list .fs-pt-menu__link{
    display: inline-block;
    padding: 0 0 0 16px;
    margin: 0;
    font-size: 1.3rem;}
  .fs-p-footerUtilityMenu__list .fs-pt-menu__item:after{
    content: none;}
  .fs-p-footerUtilityMenu__list a::after{
    position: absolute;
    top: calc(50% - 14px);
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(-45deg);}
}


/* =================================================================
7.トップページ
=================================================================*/
/* メインビジュアル */
.mainvisual {
  margin-bottom: 60px; }
  .mainvisual .slick-arrow {
    background-size: 44px auto;
    opacity: 1;
    padding: 0;
    width: 44px;
    height: 88px;
    margin-top: -44px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .mainvisual .slick-arrow:hover {
      opacity: .65; }
  .mainvisual .slick-next {
    background-image: url(https://sendagi.itembox.design/item/img/top/next_arrow.png?t=20250221145139);
    right: 10%; }
  .mainvisual .slick-prev {
    background-image: url(https://sendagi.itembox.design/item/img/top/prev_arrow.png?t=20250221145139);
    left: 10%; }

.mv-mainimg {
  margin-bottom: 30px; }

.mv-thumbimg-item {
  cursor: pointer;
  max-width: 274px;
  width: calc(25% - 7.5px);
  margin-right: 10px;
  border: 1px solid #FFF;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .mv-thumbimg-item :last-child {
    margin-right: 0; }
  .mv-thumbimg-item.thumbnail-current {
    opacity: .6; }
  .mv-thumbimg-item:hover {
    opacity: .65; }

@media screen and (max-width: 767px) {
  .mainvisual {
    margin-bottom: 25px; }
    .mainvisual .slick-dots {
      margin-top: 8px;
      height: auto; }
    .mainvisual .slick-dots li {
      width: 6.5px;
      height: 6.5px;
      margin: 0 8px; }
    .mainvisual .slick-dots li button:before {
      content: "";
      width: 6.5px;
      height: 6.5px;
      background: #002039;
      border-radius: 3.25px; }
    .mainvisual .slick-dots li.slick-active button:before {
      background: #002039;
      opacity: 1; } }

/* 見出し */
.t-head {
  font-size: 4.5rem;lp-head01
  font-family: "EB Garamond", serif;
  line-height: 1.4;
  margin-bottom: 50px;
  letter-spacing: 3px;
  text-align: center;}

.t-thumb-head {
  display: block;
  font-size: 1.5rem;
  color: #948154;
  letter-spacing: 1px;}

@media screen and (max-width: 767px) {
  .t-head {
    font-size: 3.0rem;
    margin-bottom: 30px;
    letter-spacing: 2px; }
  .t-thumb-head {
    font-size: 1.4rem; } }

/* ニュース */
.t-news-area {
  background: #FFF;
  padding: 30px 40px;
  height: 281px;
  overflow-y: scroll;
  border: 1px solid #ECE7DB;
  -webkit-overflow-scroll: touch; }
.t-news-data {
  display: inline-block;
  margin-right: 20px;}
.t-news-tag {
  display: inline-block;
  margin-right: 23px; }
.t-news-tag span {
  background: #002039;
  color: #FFF;
  padding: 2px 8px;
  font-size: 1.2rem;
  vertical-align: text-top;}
.t-news-area .fs-p-dateList > li time:first-child{
  background: transparent;
  color: inherit;
  line-height: inherit;
  padding: 0;}
.t-news-area .fs-pt-list__link{
  display: flex;
  text-decoration: none;}
.t-news-area .fs-pt-list__link .t-news-text{
  text-decoration: none;}
.t-news-area .fs-pt-list__link:hover .t-news-text{
  text-decoration: underline;}
.t-news-text{}
.t-news-area .fs-pt-list__item{
  border: none;
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 1px dotted #D3C7AB;
  display: flex;}
.t-news-area .fs-pt-list__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  display: flex;}

.t-news-title {
  font-weight: bold;
  margin-bottom: 5px; }

@media screen and (max-width: 767px) {
  .t-news-area {
    padding: 20px 5%; }
  .t-news-area .fs-pt-list__link{
    display: block; }
  .t-news-data {
    margin-right: 10px; }
  .t-news-tag {
    margin-right: 0; }
  .t-news-text {
    margin-top: 10px; }
  .t-news-area .fs-pt-list__item{
    display: block; }
}

/* 商品一覧 */
.itemli-box {
  width: 220px;
  margin-right: 3px;
  margin-bottom: 40px; }
  .itemli-box:nth-child(5n) {
    margin-right: 0; }
  .itemli-box:nth-last-child(-n+5) {
    margin-bottom: 0; }

.itemli-link {
  display: block;
  text-decoration: none; }

.itemli-img {
  display: block;
  border: 1px solid #ECE7DB;
  width: 100%;
  height: auto;
  margin-bottom: 12px; }

.itemli-tag {
  display: inline-block;
  border: 1px solid #002039;
  padding: 0 5px;
  margin-bottom: 5px; }
  .itemli-tag.rank {
    background: #002039;
    color: #FFF; }
  .itemli-tag.amount {
    background: #FFF; }

.itemli-price {
  font-size: 20px; }
  .itemli-price span {
    font-size: 1.3rem; }

@media screen and (max-width: 767px) {
  .itemli-box {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 20px; }
    .itemli-box:nth-child(2n) {
      margin-right: 0; }
    .itemli-box:nth-last-child(-n+5) {
      margin-bottom: 20px; }
    .itemli-box:nth-last-child(-n+2) {
      margin-bottom: 0; }
  .itemli-tag {
    font-size: 1.1rem; }
  .itemli-img {
    margin-bottom: 8px; }
  .itemli-price {
    line-height: 1.4;
    text-align: right; } }

/* 千駄木腰塚の特撰ギフト */
.t-gift-item {
  width: calc(50% - 5px);
  margin: 0 10px 10px 0;
  border: 1px solid #ECE7DB;
  position: relative;
  background-color: #FFF; }
  .t-gift-item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: #002039;
    bottom: 0;
    left: 0; }
  .t-gift-item:nth-child(2n) {
    margin-right: 0; }
  .t-gift-item:nth-child(3), .t-gift-item:nth-child(4) {
    margin-bottom: 0; }

.t-gift-link {
  text-decoration: none;
  position: relative; }
  .t-gift-link:hover{
    opacity: .65; }
  .t-gift-link:hover img{
    opacity: 1;}

.t-gift-imgarea {
  width: 160px; }

.t-gift-txtarea {
  width: calc(100% - 160px);
  padding: 20px 20px 20px 0; }

.t-gift-catch {
  display: inline-block;
  font-size: 1.3rem;
  color: #948154;
  border-bottom: 1px solid #948154;
  padding-left: 10px;
  margin-bottom: 15px; }
  .t-gift-catch span {
    display: inline-block; }

.t-gift-head {
  font-size: 2.5rem;
  margin-bottom: 7px;
  padding-left: 20px; }

.t-gift-text {
  font-size: 1.4rem;
  padding-left: 20px; }

@media screen and (max-width: 767px) {
  .t-gift-item {
    margin: 0 5px 15px 0; }
  .t-gift-imgarea {
    width: 100%; }
    .t-gift-imgarea img {
      width: 100%; }
  .t-gift-txtarea {
    width: 100%;
    padding: 15px 0 11px; }
  .t-gift-catch {
    font-size: 1.1rem;
    padding-left: 5px;
    margin-bottom: 10px;
    line-height: 1.4;
    padding-bottom: 3px; }
  .t-gift-head {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 0 9px; }
  .t-gift-text {
    display: none; } }

/* 価格から探す */
.t-price-area .t-head {
  width: 845px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #002039;
  padding-bottom: 35px;
  font-size: 3.0rem; }

.t-price-area .t-thumb-head {
  font-size: 1.2rem;
  margin-bottom: 5px; }

.t-price-item {
  width: 152px;
  height: 152px;
  margin-right: 16px;
  background: #FFF;
  border: 1px solid #ECE7DB;
  border-radius: 76px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .t-price-item:nth-child(2n) {
    background: #FAF9F5; }
  .t-price-item:hover {
    border-width: 3px; }

.t-price-link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 2.0rem;
  text-align: center; }
  .t-price-link .yen {
    font-size: 1.5rem; }
  .t-price-link .tilde {
    display: block;
    line-height: 1; }

@media screen and (max-width: 767px) {
  .t-price-area .t-head {
    width: auto;
    font-size: 2.6rem;
    padding-bottom: 0;
    border-bottom: 0; }
  .t-price-item {
    width: 40%;
    margin: 0 10px 10px 0;
    height: auto;
    position: relative; }
    .t-price-item:nth-child(2n) {
      margin-right: 0; }
    .t-price-item:after {
      content: "";
      padding-top: 100%;
      display: block; }
  .t-price-link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    line-height: 1.2rem; }
    .t-price-link .yen {
      font-size: 1.1rem; } }

/* 千駄木腰塚のこだわり */
.t-picky-imgarea {
  width: 50%; }
  .t-picky-imgarea img {
    display: block;
    width: 100%;
    height: auto;}
.t-picky-textarea {
  width: 50%;
  background: #FFF;
  padding: 60px 50px 30px 55px;}
.t-picky-head {
  color: #715000;
  font-size: 2.0rem;
  margin-bottom: 20px;
  font-weight: bold;}
.t-picky-sentence {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 2;}
.t-picky-linkarea {
  text-align: right;
  font-size: 1.4rem;}
.t-shop-area{
  margin-top: 50px;}
.t-shop-box{
  width: calc(50% - 10px);
  margin-right: 20px;
  border: 1px solid #ECE7DB;
  background-color: #FFF;}
.t-shop-box:nth-child(2n){
  margin-right: 0;}
.t-shop-box a{
  position: relative;
  text-decoration: none;}
.t-shop-box a:after{
  position: absolute;
  bottom: 15px;
  right: 20px;
  content: "";
  width: 19px;
  height: 3px;
  background: url(https://sendagi.itembox.design/item/img/common/ic_arrow_nv.svg?t=20250221145139) no-repeat left center;}
.t-shop-box a:hover{
  opacity: 0.65;}
.t-shop-box a:hover img{
  opacity: 1;}
.t-shop-txtarea{
  padding: 0 30px}
.t-shop-name{
  font-size: 2.4rem;
  margin-bottom: 10px;}
@media screen and (max-width: 767px) {
  .t-picky-imgarea {
    width: 100%;}
  .t-picky-textarea {
    width: 100%;
    padding: 30px 5%;}
  .t-picky-head {
    font-size: 1.8rem;}
  .t-picky-sentence {
    line-height: 1.8;}
  .t-shop-area{
    margin-top: 20px;}
  .t-shop-box{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;}
  .t-shop-imgarea img{
    width: 100%;
    height: 130px;
    object-fit: cover;}
  .t-shop-name{
    font-size: 1.8rem;}
  .t-shop-txtarea{
    padding: 20px 5% 17px;}
}

/****************************************************************************
* 共通
*****************************************************************************/
.outlink {
  padding-right: 20px;
  /*background: url(https://sendagi.itembox.design/item/img/common/ic_outlink.svg?t=20250221145139) no-repeat right center;*/
  background: url(https://sendagi.itembox.design/item/img/common/ic_outlink.svg?t=20250221145139) no-repeat 99% center;
  background-size: 13px auto; }
.outlink-wh {
  padding-right: 20px;
  background: url(https://sendagi.itembox.design/item/common/ic_outlink_wh.svg?t=20250221145139) no-repeat right center;
  background-size: 13px auto; }


/* =================================================================
7.オリジナルCSS
=================================================================*/
/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }
.fs-pt-menu a:hover{
  color: inherit;}
.fs-clientInfo.is-ready,
.fs-pt-menu li,
.fs-pt-menu__heading,
.fs-pt-menu__link{
  display: inline;}
.fs-p-headerUtilityMenu__logout.is-loggedIn--false,
.fs-p-headerUtilityMenu__login.is-loggedIn--true,
.fs-p-headerUtilityMenu__register.is-loggedIn--true{
  display: none !important;}

/* ヘッダー / フッター / パンくず
*******************************************************************/
.fs-l-footer{
  margin: 0;
  border: none;}
.fs-c-breadcrumb{
  width: 1180px;
  margin: 0 auto;
  padding: 0 30px;}
div.fs-c-breadcrumb .fs-c-breadcrumb__list{
  padding-top: 5px;}
.fs-c-breadcrumb__list{
  padding: 10px 0;}
.fs-l-header{
  padding-top: 0;}
.fs-l-footer{
  background-color:transparent;
  color: #002039;}
.h-keyword-pc-search_list-title {
  padding: 0.25em 0 0 0.25em;
  color: #948154;
  background: transparent;
  font-weight: 700;
  margin: 7px 0 0;
  font-size: 1.2rem;
  line-height: 1;}
.h-keyword-pc-search_list {
  list-style-type: none;
  padding: 0 0 0 0.25em;
  margin: 0;}
.h-keyword-pc-search_list li {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.2rem;
  line-height: 1;}

@media screen and (max-width: 767px) {
  .fs-c-breadcrumb{
    width: 100%;
    padding: 0;}
  .fs-c-breadcrumb__list{
    padding:5px 4%;
    overflow-x: scroll;
    white-space: nowrap;}
  .h-top-area{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #f3f0e9;
    z-index: 10;}
  .h-keyword-sp-search_list-title {
    padding: 0.25em 0 0 0.25em;
    color: #948154;
    background: transparent;
    font-weight: 700;
    margin: 5px 0 0;}
  .h-keyword-sp-search_list {
    list-style-type: none;
    padding: 0 0 0 0.25em;
    margin: 0.25em 0 0 0;}
  .h-keyword-sp-search_list li {
    display: inline-block;
    margin-right: 10px;}
}

/* 共通
=====================================================================*/
.fs-preview-header{
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;}
.fs-c-heading--page{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: .5em 0;
  margin: 0 0 58px;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  border: none;}
.fs-c-subSection__title{
  color: #001F39;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  padding: 6px 0 28px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.7rem;
  text-align: center;
  border-width: 2px;}
.fs-c-newUsers__message{
  padding: 16px 0;}
.fs-c-documentArticle{
  padding: 0;}

/* ボタン */
.fs-c-buttonContainer--pair{
  grid-row-gap: 10px;}
.fs-c-buttonContainer--pair > *{
  min-width: 240px;}
.fs-c-button--primary,
.fs-c-button--standard{
  padding: 1.2em 1.6em 1.2em;
  font-size: 1.5rem;
  box-shadow: none;}
.fs-c-button--primary,
.fs-c-button--standard,
.fs-c-button--plain{
  transition: all ease .3s;}
.fs-c-button--plain:hover{
  text-decoration: none;}
.fs-c-button--cancel {
  background: #999999;
  border-color: #999999;}
.fs-c-button--secondary{
  padding: 1.2em 1.6em 1.2em;
  box-shadow: none;}
.fs-c-button__label{
  white-space: nowrap;}
.fs-c-button--setDestination,
.fs-c-button--chooseDestination,
.fs-c-button--inputCreditCardData,
.fs-c-button--change--small{
  padding: .5em 1.2em .5em;
  font-size: 1.4rem;}

/* 見出し */
.fs-c-documentArticle__heading{
  font-weight: normal;
  font-size: 1.8rem;
  background: #001F39;
  padding: 21px 14px;
  color: #FFF;
  text-align: left;
  margin: 0 0 30px;}

.fs-c-documentColumn__heading{
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px;
  color: #786945;
  border: none;
  border-left: 2px solid #786945;
  padding: 0 0 0 10px;
  line-height: 1.2;}

.fs-c-documentArticle__content{
  padding: 0;}
.fs-c-documentSubColumn{
  background: #FFF;
  border: 1px solid #ccc;
  padding: 15px;}
.fs-c-documentSubColumn__heading{
  font-size: 1.3rem;}

/* inputエリア */
.fs-c-inputGroup, 
.fs-c-inputGroup--vertical, 
.fs-c-inputGroup--inline{
  border: none;}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
select {
  background: #F5F5F5;
  max-width: none;}
.fs-c-dropdown{
  max-width: 200px;}
.fs-c-dropdown__menu{
  background: #F5F5F5;
  color: #002039;}
.fs-l-main{
  width: 960px;}

/* 商品一覧ページ */
#fs_ProductCategory .fs-l-main,
#fs_ProductSearch .fs-l-main{
  width: 1180px;
  padding: 0 30px;}

.fs-body-forgotPassword .fs-c-inputInformation__field, 
.fs-body-cardAuth .fs-c-inputInformation__field, 
.fs-body-merge .fs-c-inputInformation__field,
.fs-body-resetPassword .fs-c-inputInformation__field,
.fs-body-my-account-password .fs-c-inputInformation__field,
.fs-body-newsletter-subscribe .fs-c-inputInformation__field,
.fs-body-cart-login .fs-c-inputInformation__field{
  background: none;
  padding: 0;}

/* 共通テーブル */
.fs-c-inputTable > tbody > tr{
  display: table;
  width: 100%;}
.fs-c-inputTable > tbody > tr + tr{
  margin-top: 0;}
.fs-c-inputTable tr:first-child th{
  border-top: 1px solid #ffffff;}
.fs-c-inputTable tr:first-child td{
  border-top: 1px solid rgba(126, 126, 126, 0.1);}
.fs-c-inputTable th,
.fs-c-inputTable td{
  padding: 23px 20px;
  line-height: 2.0;
  border: none;}
.fs-c-inputTable th{
  width: 235px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  background: rgba(126, 126, 126, 0.1);
  border-bottom: 1px solid #ffffff;}
.fs-c-inputTable td{
  background: #FFF;
  width: calc(100% - 190px);
  border-bottom: 1px solid rgba(126, 126, 126, 0.1);}

@media screen and (max-width: 767px) {
  .fs-c-heading--page{
    font-size: 2.6rem;
    padding: 25px 0 38px;
    margin: 0;
    letter-spacing: 0.05em;}
  .fs-c-subSection__title{
    letter-spacing: .05em;
    font-size: 1.5rem;
    padding-bottom: 10px;}

  /* ボタン */
  .fs-c-button--primary,
  .fs-c-button--standard,
  .fs-c-button--secondary{
    padding: 1.4em 1.6em;
    font-size: 1.6rem;
    width: 100%;}
  .fs-c-button--setDestination{
    padding: .5em .8em .5em;}
  .fs-c-buttonContainer--inputCreditCardData{
    width: 100%;}
  .fs-c-button--change--small{
    padding: .8em 1.6em .8em;}

  /* 見出し */
  .fs-c-documentArticle__heading{
    font-size: 1.5rem;
    height: auto;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 18px 14px;}

  /* inputエリア */
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  input[type="number"],
  select {
    background: #FFF;
    border: none;}
  .fs-l-main{
    max-width: 100%;
    padding: 0 4%;
    margin: 20px 0;}

  /* 商品一覧ページ */
  #fs_ProductCategory .fs-l-main,
  #fs_ProductSearch .fs-l-main{
    width: 100%;
    padding: 0 4%;}
  .fs-c-newUsers__message{
    padding: 10px 0;}
  .fs-c-dropdown__menu{
    background: #FFF;}
  .fs-c-dropdown{
    max-width: none;}
  .fs-body-forgotPassword .fs-c-inputInformation__field, 
  .fs-body-cardAuth .fs-c-inputInformation__field, 
  .fs-body-merge .fs-c-inputInformation__field,
  .fs-body-resetPassword .fs-c-inputInformation__field{
    padding: 0;}
  

  /* 共通テーブル */
  .fs-c-inputTable{
    border: none;}
  .fs-c-inputTable th,
  .fs-c-inputTable td{
    display: block;
    width: 100%;
    padding: 3px 0;
    background: transparent;
    border: none;}
  .fs-c-inputTable tr{
    margin-bottom: 10px;}
  .fs-c-inputTable tr:last-child{
    margin-bottom: 0;}
  .fs-c-inputTable tr:first-child th,
  .fs-c-inputTable tr:first-child td{
    border: none;}

}

/* トップ
=====================================================================*/
.fs-body-top .fs-l-main{
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: block;}
.mv-mainimg .slick-list{
  padding: 0 !important;}
.mv-mainimg .slick-dots li button,
.mv-mainimg .slick-dots li{
  width: 80px;
  height: 3px;}
.mv-mainimg .slick-dots li{
  margin: 5px;}
.mv-mainimg .slick-dots li button:before{
  background: #948154;
  width: 80px;
  height: 3px;
  content: "";}
.mv-mainimg .slick-prev,
.mv-mainimg .slick-next{
  width: 50px;
  height: 50px;}
.mv-mainimg .slick-prev:before,
.mv-mainimg .slick-next:before{
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  width: 15px;
  height: 15px;}
.mv-mainimg .slick-prev:before{
  left: calc(50% - 6px);
  transform: rotate(135deg);}
.fs-c-slick .slick-next:before{
  left: calc(50% - 13px);
  transform: rotate(-45deg);}
.mv-mainimg .slick-prev,
.mv-mainimg .slick-next{
  background: #000;}
.mv-mainimg .slick-prev{
  left: calc(50% - 585px);}
.mv-mainimg .slick-next{
  right : calc(50% - 585px);}

.t-ranking-area .slick-track{
  width: 100% !important;}
.t-ranking-area .fs-c-productListCarousel__ctrl{
  display: none !important;}
.t-ranking-area .fs-c-slick .slick-slide{
  margin-bottom: 40px;
  float: none !important;}
.t-ranking-area .slick-track{
  display: flex;
  flex-wrap: wrap;}
.t-ranking-area .fs-c-button--addToWishList--icon{
  display: none;}

.t-ranking-area .fs-c-slick .slick-list{
  padding-top: 20px;
}
.t-ranking-area .slick-slide:nth-child(-n+5){
  position: relative;
}
.t-ranking-area .slick-slide:nth-child(-n+5)::before{
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #002039;
  color: #FFF;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top:-10px;
  left:0;
  z-index: 1;
}
.t-ranking-area .slick-slide:nth-child(1)::before{
  content: "1";
  background-color: #D4AF37; /* 金色 */
}
.t-ranking-area .slick-slide:nth-child(2)::before{
  content: "2";
  background-color: #A9A9A9; /* 暗めの銀色 */
}
.t-ranking-area .slick-slide:nth-child(3)::before{
  content: "3";
  background-color: #B87333; /* 銅色 */
}
.t-ranking-area .slick-slide:nth-child(4)::before{
  content: "4";
}
.t-ranking-area .slick-slide:nth-child(5)::before{
  content: "5";
}

@media screen and (max-width: 767px) {
  .mv-mainimg .slick-prev,
  .mv-mainimg .slick-next{
    display: none !important;}
  .mv-mainimg .slick-dots li button, 
  .mv-mainimg .slick-dots li{
    width: 30px;
    height: 2px; }
  .mv-mainimg .slick-dots li button:before{
    width: 30px;
    height: 2px; }
  .slick-list.draggable + .slick-dots{
    display: none;}
  .t-ranking-area .fs-c-slick .slick-slide{
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 20px;}
  .t-ranking-area .fs-c-slick .slick-slide:nth-child(2n){
    margin-right: 0;}
  .t-ranking-area .fs-c-productListCarousel__list__item{
    max-width: 100%;
    max-height: 100%;
  }
  .t-ranking-area .slick-slide:nth-child(-n+5)::before{
    width: 30px;
    height: 30px;
    font-size: 16px;
    top:-10px;
    left:0px;
  }
}

/* ログイン
=====================================================================*/
.fs-body-login .fs-c-inputInformation__field,
.fs-body-wishlist-login .fs-c-inputInformation__field{
  background: none;
  padding: 0;}
.fs-c-inputInformation__link{
  text-align: center;}
.fs-c-fsLogin input[type="password"],
.fs-c-fsLogin input[type="text"]{
  width: 100%;}
.fs-c-fsLogin .fs-c-inputTable th{
  width: 146px;
  letter-spacing: 0;
  font-size: 1.4rem;}
.fs-c-fsLogin .fs-c-inputTable th,
.fs-c-fsLogin .fs-c-inputTable td{
  padding: 23px 15px;}

.fs-body-login .fs-c-registeredUsers,
.fs-body-login .fs-c-newUsers,
.fs-body-wishlist-login .fs-c-registeredUsers,
.fs-body-wishlist-login .fs-c-newUsers{
  background: #FFF;
  padding: 25px;}

.fs-body-wishlist-login .fs-c-newUsers{
  margin-left: 30px;
  width: calc(50% - 15px);}

.fs-body-login .fs-c-newUsers{
  /*margin-left: 30px;*/
  width: calc(50% - 15px);}

.fs-body-wishlist-login .fs-c-registeredUsers,
.fs-body-login .fs-c-registeredUsers{
  width: calc(50% - 15px);}
.fs-c-otherServiceLogin{
  margin: 30px 0 0;}

@media screen and (max-width: 767px) {
  .fs-body-login .fs-c-newUsers,
  .fs-body-login .fs-c-registeredUsers,
  .fs-body-wishlist-login .fs-c-newUsers,
  .fs-body-wishlist-login .fs-c-registeredUsers{
    width: 100%;
    margin-left: 0;}
  .fs-c-fsLogin .fs-c-inputTable th,
  .fs-c-fsLogin .fs-c-inputTable td,
 .fs-body-wishlist-login .fs-c-inputTable th,
 .fs-body-wishlist-login .fs-c-inputTable td{
    padding: 0;}
  .fs-body-login .fs-c-inputInformation__field,
  .fs-body-wishlist-login .fs-c-inputInformation__field{
    margin: 0;}
  .fs-body-login .fs-c-inputTable th,
  .fs-body-login .fs-c-inputTable td,
  .fs-body-wishlist-login .fs-c-inputTable th,
  .fs-body-wishlist-login .fs-c-inputTable td{
    padding: 0;}
  .fs-c-inputInformation__button{
    margin-top: 10px;}
  .fs-c-inputInformation__field .fs-c-inputTable th{
    width: 100%;}
  
}


/* 会員登録
=====================================================================*/
.fs-c-inputInformation__field{
  max-width: 100%;}
.fs-c-inputInformation__field{
  max-width: 100%;}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark{
  border-color: #002039;}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before{
  background: #002039;}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark{
  border-color: #002039;
  background: #002039;}
.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell{
  font-size: inherit;}
.fs-c-inputField__field input[type="text"],
.fs-c-inputField__field input[type="password"]{
  width: 100%;}
.fs-c-specTable, .fs-c-specTable__headerCell, .fs-c-specTable__dataCell{
  background: #FFF;}
.fs-c-specTable__headerCell, .fs-c-specTable__dataCell{
  font-size: 1.4rem;}

@media screen and (max-width: 767px) {
  .fs-c-dropdownGroup > .fs-c-dropdown:not(:first-of-type){
    margin-left: 5px;}
}

/* マイページ
=====================================================================*/
.fs-body-my-top .fs-l-account{
  margin-bottom: 80px;}
.fs-p-accountInfo{
  background: transparent;
  color: #002039;
  padding: 0;}
.fs-c-accountService__page{
  flex-basis: 128px;
  margin: 5px 5px 5px 0;}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before{
  color: #FFF;}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink{
  background: #002039;
  box-shadow: none;}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink:hover{
  opacity: .7;}
.fs-p-accountInfo__header{
  margin-bottom: 10px;}
.fs-p-accountInfo__body{
  text-align: center;
  padding: 25px 22px;}
.fs-c-buttonContainer--myPageTop .fs-c-button--plain,
.fs-c-buttonContainer--back .fs-c-button--plain{
  text-decoration: underline;}
.fs-c-buttonContainer--myPageTop .fs-c-button--plain:hover,
.fs-c-buttonContainer--back .fs-c-button--plain:hover{
  text-decoration: none;}
.fs-c-accountService__page--accountDelete{
  display: none;}
.fs-c-wishlistProduct .fs-c-productListItem__control.fs-c-buttonContainer{
  display: none;}
.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title{
  font-size: 2.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-width: 1px;}



@media screen and (max-width: 767px) {
  .fs-c-wishlistProduct .fs-c-productListItem__productName{
    margin: 10px 0 8px;}
  .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl{
    display: none !important;}
  .fs-c-accountService__page{
    flex-basis: calc(50% - 5px);
    margin: 5px 10px 5px 0;}
  .fs-c-accountService__page:nth-child(2n){
    margin-right: 0;}
  .fs-c-wishlistProduct__title,
  .fs-c-featuredProduct__title{
    font-size: 1.8rem;}
  .fs-c-wishlistProduct__footer{
    padding-top: 20px;}
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label{
    font-size: 1.4rem;}
}




/* 商品一覧
=====================================================================*/
/* 詳細検索 */
.fs-p-productSearch{
  border: none;
  padding: 0;}
.fs-p-productSearch__form{
  background: #FFF;}
.fs-p-productSearch__searchButtonContainer .fs-c-button--secondary{
  background: #001F39;
  color: #FFF;
  box-shadow: none;}
.fs-p-productSearch__inputTable{
  border: none;}
.fs-p-productSearch__inputTable tr{
  display: block;
  margin-bottom: 20px;}
.fs-p-productSearch__inputTable th,
.fs-p-productSearch__inputTable td{
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  border: none;}
.fs-p-productSearch__inputTable .fs-c-inputTextGroup__item{
  width: calc(50% - 14px);
  flex:none;}
.fs-p-productSearch__inputTable .fs-c-inputTextGroup__item input{
  width: 100%;}
.fs-p-productSearch__inputTable .fs-c-inputTextGroup{
  justify-content:flex-start;}
#fs_input_productSearchKeyword{
  width: 100%;}
.fs-p-productSearch__formSwitch{
  background: #002039;
  color: #FFF;
  padding: 2px 22px 1px;
  border-radius: 2px;}

/* サブカテゴリ */
.fs-c-subgroup{
  margin: 0;}
.fs-c-subgroup .fs-c-listControl{
  margin: 5px 0;
  display: none;}
.fs-c-subgroupList{
  margin: 0;
  padding: 0;}
.fs-c-subgroupList__item{
  flex-grow: 0;
  flex-basis: auto;
  display: inline-block;
  margin: 0;}
.fs-c-subgroupList__link{
  position: relative;
  display: inline-block;
  border: none;
  padding: 0 23px 0 0;
  margin: 0;
  background: transparent;
  height: auto;
  text-decoration: underline;}
.fs-c-subgroupList__link:hover{
  text-decoration: none;}
.fs-c-subgroupList__link::after{
  content: "/";
  position: absolute;
  top: calc(50% - 9px);
  right: 9px;
  font-size: inherit;}

/* 並び替え・表示件数 */
.fs-c-productList__controller:nth-of-type(1) .fs-c-pagination{
  display: none;}
.fs-c-productList__controller:nth-of-type(1){
  background: #EAE4D7;
  padding: 0 24px;
  margin: 20px 0 10px;}
.fs-c-productList__controller:nth-of-type(3) .fs-c-sortItems,
.fs-c-productList__controller:nth-of-type(3) .fs-c-listControl__status{
  display: none;}
.fs-c-listControl__status__total{
  font-size: 3.0rem;}
.fs-c-listControl__status__total__label{
  display: inline-block;
  padding-left: 5px;
  font-size: 1.4rem;}
.fs-c-sortItems__list__item{
  font-size: 1.3rem;
  line-height: 1;
  padding: 2px 0;}
.fs-c-sortItems__list__item.is-active{
  background: #FFF;
  color: #002039;
  border: 1px solid #002039;}
.fs-c-sortItems__label{
  border: none;
  padding: 0;
  font-weight: bold;
  margin-right: 10px;}
.fs-c-listControl{
  flex-direction: column;
  order: 1;
  align-items: flex-start;}
.fs-c-sortItems{
  order: 2;}

/* ページャー */
.fs-c-pagination{
  width: 100%;
  align-items: center;
  justify-content: center;}
.fs-c-pagination__item{
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  flex:none;
  padding: 0;
  margin: 0 5px;
  border-radius: 2px;
  text-align: center;}
.fs-c-pagination__item[role="button"]{
  background: #F5F5F5;
  color: #002039;
  border: 1px solid #C0CAD6;
  text-decoration: none;}
.fs-c-pagination__item[role="button"]:hover{
  background: #C0CAD6;}
.fs-c-pagination__item.is-active{
  background: #002039;
  color: #FFF;
  border-color: #002039;}
.fs-c-pagination__item--prev,
.fs-c-pagination__item--next{
  width: 80px;}
.fs-c-pagination__item--prev::before,
.fs-c-pagination__item--next::before{
  position: absolute;
  top: calc(50% - 6.5px);
  left: calc(50% - 6.5px);}

/* 商品エリア */
.fs-c-productListItem__productName{
  margin: 16px 0 4px;}
.fs-c-productListItem__prices{
  margin: 0;
  line-height: 1.2;}
.fs-c-productListItem__viewMoreImageButton{
  display: none;}
.fs-c-productList{
  margin: 10px 0;}
.fs-c-productList__list__item{
  border: none;}
.fs-c-button--plain.fs-c-button--addToCart--list{
  background: #001f39;
  color: #FFF !important;
  padding: 3px 13px 2px;
  letter-spacing: 0;}
.fs-c-button--addToWishList--icon{
  color: #999999;}
.fs-c-productListItem a{
  text-decoration: none;}
.fs-c-productListItem__productName{
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;}
.fs-c-productListItem .fs-c-price__value{
  font-size: 20px;}
.fs-c-productListItem__productName{
  line-height: 1.5;
  text-align: left;}
.fs-p-scrollingCartButton{
  display: none;}
.fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock{
  background: #aaa;
  color: #FFF;
  border: none;
  font-size: 1.4rem;
  padding: 3px 10px 2px;
  line-height: 1.7;
  border-radius: 2px;}
.fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock + .fs-c-productListItem__control.fs-c-buttonContainer{
  display: none;}

@media screen and (max-width: 767px) {
  /* 詳細検索 */
  .fs-p-productSearch__form{
    padding: 20px;}
  .fs-c-radioGroup, .fs-c-checkboxGroup{
    display: block;}
  .fs-c-radio{
    display: inline-block;
    margin-right: 10px;}
  .fs-p-productSearch__inputTable input[type="text"], 
  .fs-p-productSearch__inputTable input[type="email"], 
  .fs-p-productSearch__inputTable input[type="password"], 
  .fs-p-productSearch__inputTable input[type="tel"], 
  .fs-p-productSearch__inputTable input[type="number"], 
  .fs-p-productSearch__inputTable select{
    background: #F5F5F5;}
  .fs-p-productSearch__inputTable tr{
    margin-bottom: 10px;}
  .fs-p-productSearch__inputTable td{
    line-height: 1.4;}
  .fs-p-productSearch__inputTable.fs-c-inputTable tr:last-child{
    margin-bottom: 10px;}
  
  /* サブカテゴリ */
  .fs-c-subgroupList__item{
    line-height: 1.9;}

  /* 並び替え・表示件数 */
  .fs-c-sortItems{
    display: block;
    border: none;
    order: 1;
    margin: 0 0 12px 0;
    border-bottom: 1px solid #f3f0e9;
    width: 100%;
    padding-bottom: 11px;}
  .fs-c-sortItems__label{
    display: inline-block;
    margin: 0 0 5px 0;}
  .fs-c-sortItems__list{
    border: none;}
  .fs-c-productList__controller:nth-of-type(1){
    margin: 5px 0 10px;
    padding: 12px 10px;}
  .fs-c-listControl{
    order:2;
    line-height: 1.2;
    margin: 0;}
  
  /* ページャー */
  .fs-c-pagination__item{
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 3px;}
  .fs-c-pagination__item--prev::before,
  .fs-c-pagination__item--next::before{
    top: calc(50% - 5px);
  }
  
  /* 商品エリア */
  .fs-c-productList{
    margin: 8px 0;}
  .fs-c-productName__name{
    font-size: 1.3rem;}
  .fs-c-button--plain.fs-c-button--addToCart--list{
    padding: 6px 0;
    width: calc(100% - 35px);
    margin-top: 3px;}
  .fs-c-button--plain.fs-c-button--addToCart--list::before{
    content: none;}
  .fs-c-button--particular.fs-c-button--addToWishList--icon::before,
  .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before{
    font-size: 2.6rem; }
}


/* 商品詳細
=====================================================================*/
.fs-l-product2 .fs-l-productLayout{
  grid-template-columns: calc(46% - 55px) 54%;
  grid-gap: 55px;}
.fs-c-productMainImage__expandButton,
.fs-c-productCarouselMainImage__expandButton{
  display: none;}
.fs-c-productMainImage{
  margin-bottom: 25px !important;}
.fs-c-productMainImage__image img{
  display: block;
  max-width: 470px;
  max-height: 470px;}
.fs-c-productThumbnail__image{
  margin: 0 10px 0 0;
  flex-basis: calc(25% - 7.5px);}
.fs-c-productThumbnail__image:nth-child(3n){
  margin-right: 0;}
.fs-c-productNameHeading.fs-c-heading{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 0;}
.fs-c-productNumber{
  color: #777;
  border: none;
  padding: 0;}
.fs-c-productPrice__main__price{
  padding-right: 5px;}
.fs-c-productPrices.fs-c-productPrices--productDetail{
  line-height: 1.2;
  margin-bottom: 0;}
.fs-c-productPrices--productDetail .fs-c-price__value{
  font-family: "Crimson Text", serif;
  font-size: 4.4rem;}
.fs-c-productPointDisplay{
  background: transparent;
  color: inherit;
  font-size: 1.3rem;
  padding: 0;
  margin-bottom: 35px !important;}
.fs-c-button--particular.fs-c-button--removeFromWishList--detail,
.fs-c-button--particular.fs-c-button--addToWishList--detail{
  background: transparent;
  padding: 0 !important;
  border: none;
  text-align: right;
  box-shadow: none;
  display: inline-block;
  color: inherit;
  font-size: 1.3rem;}
.fs-c-button--addToWishList--detail .fs-c-button__label{
  vertical-align: text-top;}
.fs-c-button--removeFromWishList--detail:hover,
.fs-c-button--addToWishList--detail:hover{
  color: inherit;
  opacity: .7;}
.fs-c-productQuantityAndWishlist__wishlist{
  align-self: end;
  padding: 0;}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after{
  margin-left:0;}
.fs-c-productQuantityAndWishlist__quantity{
  max-width: none;}
.fs-c-productQuantityAndWishlist__quantity:before{
  content: "数量："}
.fs-system-quantity-list{
  border: 1px solid #C0CAD6;
  background: #FCFCFC;
  padding: 0 5px;
  -webkit-appearance: menulist;}
.fs-c-productQuantityAndWishlist__quantity .fs-system-quantity-list{
  height: 40px;
  line-height: 40px;}
.fs-c-buttonContainer--inquiryAboutProduct,
.fs-c-buttonContainer--addReview--detail{
  text-align: right;
  display: block;
  padding: 0;
  font-size: 1.3rem;}
.fs-p-snsArea{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 5px;
  margin: 0;}
.fs-p-snsArea > *{
  margin: 0 0 0 8px;}
.fb_iframe_widget span{
  vertical-align: text-top !important;}
.fs-c-productMainImage{
  display: none;}
.fs-c-productPlainImage{
  text-align: center;
  margin-bottom: 30px !important;}
  .fs-c-productCarouselMainImage{
    display: none;}

@media screen and (max-width: 767px) {
  .fs-c-productThumbnail{
    margin-bottom: 20px;}
  .fs-l-product2 .fs-l-productLayout{
    display: block;}
  .fs-c-productNameHeading.fs-c-heading{
    font-size: 2.6rem;
    margin-bottom: 3px;}
  .fs-c-productPrices--productDetail .fs-c-price__value{
    font-size: 3.4rem;
    font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;}
  .fs-c-productPointDisplay{
    margin-bottom: 20px !important;
    font-size: 1.2rem;}
  .fs-c-productQuantityAndWishlist__quantity .fs-system-quantity-list{
    width: 60px;}
  .fs-c-productQuantityAndWishlist{
    grid-template-columns: 1.3fr 2fr;}
  .fs-c-cartTable__dataCell--subtotal,
  .fs-c-cartTable__dataCell--unitPrice{
    font-size: 1.3rem;}
  .fs-c-cartTable__headerCell,
  .fs-c-cartTable__dataCell{
    padding: 0;}
  .fs-c-productPlainImage{
    display: none;}
  .fs-c-productCarouselMainImage{
    margin-bottom: 25px !important;
    display: block;}
  .fs-c-productCarouselMainImage .slick-arrow{
    display: none !important; }
}

/* 商品詳細 パンくず調整 */
.fs-body-product nav.fs-c-breadcrumb{
  margin-top:30px;
}
.fs-body-product .fs-c-breadcrumb{
  width: 100%;
  padding: 0;
}
@media screen and (max-width:767px){
  .fs-c-breadcrumb__list{
    padding: 5px 0px;
  }
}


/* 商品についてのお問い合わせ
=====================================================================*/
.fs-c-modal--inquiry textarea{
  width: 500px;
  min-height: 150px;}
@media screen and (max-width: 767px) {
.fs-c-modal--inquiry textarea{
  width: 100%;
  min-height: 100px;}
  
}

/* ショッピングカート
=====================================================================*/
.fs-c-cartTable{
  border: none;}
.fs-c-cartTable__headerCell,
.fs-c-cartTable__dataCell{
  border-right: none;
  border-left: none;
  padding: 20px 15px;
  border-color: #e5e5e5;}
.fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container{
  display: none;}
.fs-c-cartTableContainer{
  background: #FFF;
  padding: 0;
  border: none;}
.fs-body-cart .fs-l-cart__sideColumn{
  background: #FFF;}
.fs-c-continueShopping{
  text-align: center;
  margin: 0 0 80px;}
.fs-c-orderTotalTable,
.fs-c-orderTotalTable > thead > tr > th,
.fs-c-orderTotalTable > tfoot > tr > th,
.fs-c-orderTotalTable > tbody > tr > th,
.fs-c-orderTotalTable > thead > tr:last-of-type,
.fs-c-orderTotalTable > tfoot > tr:last-of-type,
.fs-c-orderTotalTable > tbody > tr:last-of-type,
.fs-c-orderTotalTable > thead > tr > td,
.fs-c-orderTotalTable > tfoot > tr > td,
.fs-c-orderTotalTable > tbody > tr > td{
  border: none;
  background: transparent;
  padding: 0;}
.fs-c-orderTotalTable__itemPriceSummary.fs-c-orderTotalTable__mainRow th{
  vertical-align: middle;}
.fs-c-orderTotalTable__itemPriceSummary.fs-c-orderTotalTable__mainRow .fs-c-price{
  line-height: 1;}
.fs-c-cartPayment, .fs-c-payWithAmazon{
  margin-top: 7px;}
.fs-c-orderTotalTable__mainRow > td{
  font-size: 2.1rem;}
.fs-c-purchaseHere__message{
  display: none;}
input.fs-c-quantity__number{
  width: 66px;
  box-shadow: none;
  background: #fcfcfc;
}

@media screen and (max-width: 767px) {
  .fs-c-cartTable__row{
    border-bottom: 1px dotted #b5b5b5;
    grid-template-columns: 100px 1fr;
    margin-bottom: 19px;}
  .fs-c-cartTable__row:last-child{
    margin-bottom: 0;
    border: none;}
  .fs-c-cartTable__row:last-child .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--point{
    padding-bottom: 0;}
  .fs-c-cartTable__product > .fs-c-cartTable__productImage{
    padding: 0;}
  .fs-c-cartTable__product{
    grid-template-columns: 74px 1fr;
    grid-gap: 10px;}
  .fs-c-cartTable__productImage__image{
    padding-right: 0;}
  .fs-c-cartTable{
    padding: 20px 15px;}
  .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action{
    padding-top: 10px;
    height: 100%;
    display: flex;
    align-items: flex-start;}
  .fs-c-cartTable__dataCell--point::before, 
  .fs-c-cartTable__dataCell--quantity::before, 
  .fs-c-cartTable__dataCell--subtotal::before{
    font-size: 1.3rem;}
  .fs-c-cartTable__headerCell,
  .fs-c-cartTable__dataCell{
    padding: 0;}
  .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity{
    padding: 10px 0 8px;}
  .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--point{
    padding-bottom: 15px;}
  .fs-c-cartTable__actionButton__container.fs-c-cartTable__actionButton__container--cancel--cart button{
    width: 50px;
    background: #999999;
    color: #FFF;
    padding: 3px 8px;
    text-align: center;}
  .fs-c-cartTable__dataCell--quantity .fs-system-quantity-list,
  .fs-c-cartTable__dataCell--quantity input.fs-c-quantity__number{
    height: 30px;
    line-height: 30px;}
  .fs-c-cartDiscountInfo{
    margin: 16px 0 26px;}
  .fs-body-cart .fs-l-cart__sideColumn{
    padding: 15px;
    margin-bottom: 20px;}
  .fs-c-continueShopping{
    margin-left: 15px;
    margin-right: 15px;}
}

/* カートログイン
=====================================================================*/
.fs-body-cart-login .fs-c-loginForm{
  max-width: 100%;
}
.fs-body-cart-login .fs-c-registeredUsers.fs-c-subSection{
  display: flex;
}
.fs-body-cart-login .fs-c-guestPurchase{
  border: none;
  padding: 0;
  margin: 20px 0 15px;
}
.fs-body-cart-login .fs-p-banner--registration{
  margin-top: 10px;
}
.cartlogin-registeredUsers,
.cartlogin-newUsers{
  background: #FFF;
  padding: 25px;}
.cartlogin-registeredUsers{
  width: calc(50% - 15px);
}
.cartlogin-newUsers{
  margin-left: 30px;
  width: calc(50% - 15px);
}
.cartlogin-newUsers .fs-c-button--guestPurchase{
  position: relative;} 
.cartlogin-newUsers .fs-c-guestPurchase .fs-c-button__label{
  display: block;
  overflow: hidden;
  text-indent: 100%;}
.cartlogin-newUsers .fs-c-guestPurchase .fs-c-button__label:after{
  text-indent: 0;
  position: absolute;
  top: 0;
  left: calc(50% - 71px);
  content: "会員登録せずにご注文";}

@media screen and (max-width: 767px) {
  .fs-body-cart-login .fs-c-registeredUsers.fs-c-subSection{
    display: block;}
  .cartlogin-registeredUsers,
  .cartlogin-newUsers{
    width: 100%;
    margin-left: 0;}
  .cartlogin-registeredUsers{
    margin-bottom: 24px;}
}


/* ご注文手続き
=====================================================================*/
.fs-c-checkout-preview{
  padding: 36px 20px;
  color: inherit;}
.fs-c-checkout-preview__title{
  font-size: 2.6rem;
  font-weight: bold;
  text-align: left;
  margin: 0 0 18px;
  padding: 0 0 14px;
  border-bottom: 2px solid #e5e5e5;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.fs-c-agreementConfirmation__addon{
  margin: 10px 0;}
.fs-c-agreementConfirmation__addon .fs-c-inputGroup{
  padding: 10px;}

/* ご注文手続き
=====================================================================*/
.fs-c-inputTable--inModal .fs-c-inputTable__headerCell,
.fs-c-inputTable--inModal .fs-c-inputTable__dataCell{
  padding: 23px 20px;}
.fs-c-checkout-deliveryMethod__option__setting,
.fs-c-checkout-delivery__method,
.fs-c-checkout-paymentMethod__title{
  background: transparent;}
.fs-c-checkout-paymentMethod{
  border: none;}
.fs-c-checkout-deliveryMethod__option__title{
  font-size: 1.5rem;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-weight: bold;}
.fs-c-modal__inner{
  color: #002039;}
.fs-c-checkout-delivery__method__message{
  padding: 0;
  font-size: 1.3rem;
  border: none;
  background: transparent;
  color: #990000;
  margin: 3px 0 11px;}
.fs-c-checkout-orderInfo__body .fs-c-cartTable__headerCell{
  background: transparent;
  border-top: none;
  padding: 0 0 4px 15px;}
@media screen and (max-width: 767px) {
  .fs-c-checkout-preview__title{
    font-size: 2.0rem;
    margin: 0 0 15px;
    padding: 0 0 12px;}
  .fs-c-checkout-preview{
    padding: 26px 15px 21px;}
  [class^="fs-body-checkout"] .fs-l-checkout__mainColumn > * + *{
    margin-top: 10px;}
  .fs-c-inputTable.fs-c-inputTable--inModal input[type="text"], 
  .fs-c-inputTable.fs-c-inputTable--inModal input[type="email"], 
  .fs-c-inputTable.fs-c-inputTable--inModal input[type="password"],
  .fs-c-inputTable.fs-c-inputTable--inModal input[type="tel"],
  .fs-c-inputTable.fs-c-inputTable--inModal input[type="number"],
  .fs-c-inputTable.fs-c-inputTable--inModal select{
    background: #F5F5F5;
    border: solid 1px #ccc;}
  .fs-c-inputTable--inModal .fs-c-inputTable__headerCell,
  .fs-c-inputTable--inModal .fs-c-inputTable__dataCell{
    padding: 0;}
  fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField{
    margin: 0;}
  .fs-c-button--change--small.fs-c-button--standard{
    padding: .8em 1em .8em;}
  .fs-c-checkout-destination__button.fs-c-buttonContainer.fs-c-buttonContainer--changeSmall{
    margin-right: 5px;
    width: 70px;}
  .fs-c-checkout-destination__button.fs-c-buttonContainer.fs-c-buttonContainer--changeSmall button{
    padding-left: 0;
    padding-right: 0;}
  .fs-c-checkout-destination__button.fs-c-buttonContainer--chooseDestination{
    width: calc(100% - 70px);}
  .fs-c-checkout-destination__button.fs-c-buttonContainer--chooseDestination button{
    padding-left: 0;
    padding-right: 0;}
  .fs-c-checkout-deliveryMethod__option__setting select{
    background: #F5F5F5;}
  .fs-c-checkout-orderInfo .fs-c-cartTable{
    padding: 0;}
}

/* 送料とお支払い方法について
=====================================================================*/
.fs-c-postage__list > dt,
.fs-c-postage__list > dd{
  background: transparent;
  border: none;
  padding-bottom: 0;}
.fs-c-postage__table > tbody .fs-c-postage__table__dataCell{
  background: #FFF;}
.fs-c-postage__table{
  margin: 0;
  padding: 0;
  border: none;}

@media screen and (max-width: 767px) {
  .fs-c-postage__list{
    margin-top: 10px;}
  .fs-c-postage__table{
    width: 100%;}
  .fs-c-postage__table__headerCell{
    width: 160px;}
  .fs-c-postage__list > dt,
  .fs-c-postage__list > dd{
    padding: 0;}
}


/* ご利用ガイド
=====================================================================*/
.guide-linkarea li{
  width: calc(33% - 6.6666px);
  margin-right: 10px;
  margin-bottom: 10px;}
.guide-linkarea li:nth-child(3n){
  margin-right: 0;}
.guide-linkarea a{
  position: relative;
  padding: 20px 13px;
  display: block;
  background: #FFF;
  border: 1px solid #001F39;
  text-decoration: none;
  font-size: 1.6rem;}
.guide-linkarea a:after{
  position: absolute;
  right: 18px;
  top: calc(50% - 5px);
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #001F39;
  border-right: 1px solid #001F39;
  transform: rotate(45deg);}
.guide-flowarea li{
  padding-left: 16px;
  text-indent: -16px;}
.guide-pointarea li{
  list-style-type: disc;
  list-style-position: inside;}
.guide-boxarea{
  /*width: 710px;*/
  width: 800px;
  background: #FFF;
  padding: 30px 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;}
.guide-boxitem:first-child{
  border-right: 1px solid #001F39;
  padding-right: 25px;
  /*margin-right: 30px;*/
  margin-right: 60px;}
.guide-boxitem img{
  margin-bottom: 0;}
.guide-boxname{
  font-weight: bold;
  font-size: 1.6rem;
  display: block;}
.guide-telarea{
  background: #FFF;
  padding: 23px 26px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ccc;}
.guide-tel--number{
  line-height: 1;
  padding-top: 10px;
  margin-top: 13px;
  border-top: 1px solid #001F39;
  font-size: 2.0rem;}
.guide-tel--number span,
.guide-tel--number a{
  font-size: 4.4rem;
  line-height: 1;
  text-decoration: none;}
p.guide-tel--ttl{
  margin: 0;
  font-weight: bold;}
.guide-tel--date{
  font-size: 1.2rem;}
.guide-mailaddress{
  margin-top: 5px;}

@media screen and (max-width: 767px) {
  .guide-linkarea li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;}
  .guide-linkarea a{
    padding: 8px 12px;
    font-size: 1.3rem;}
  .guide-telarea,
  .guide-boxarea{
    width: 100%;}
  .guide-telarea{
    padding: 15px;}
  .guide-tel--number{
    width: 100%;}
  .guide-tel--number span, 
  .guide-tel--number a{
    font-size: 3.4rem;}
  p.guide-tel--ttl{
    font-size: 1.5rem;
    margin-bottom: 0;}
  .guide-boxarea{
    padding: 15px;}
  .guide-boxname{
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 5px;}
  .guide-boxitem{
    width: 100%;}
  .guide-boxitem:first-child{
    padding:0;
    margin: 0 0 15px;
    border: none;
    border-bottom: 1px solid #001F39;}
  .guide-boxitem:first-child img{
    margin-bottom: 20px;}
  .guide-boxitem img{
    width: 60%;}
}

/* 個人情報の取扱いについて
=====================================================================*/
.privacy-contactarea{
  background: #FFF;
  padding: 23px 26px;
  display: inline-block;
  border: 1px solid #ccc;
  margin-bottom: 30px;}
.privacy--contacthead{
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 5px;}
.privacy-info{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #002039;}

@media screen and (max-width: 767px) {
  .privacy-contactarea{
    padding: 15px;}
  .privacy--contacthead{
    font-size: 1.4rem;}
  .privacy-info{
    padding-bottom: 10px;
    margin-bottom: 10px;}
}

/* よくあるご質問
=====================================================================*/
.faq-item{
  margin-bottom: 30px;}
.faq-quest{
  font-size: 2.0rem;
  line-height: 1.5;
  padding: 50px 0 0 40px;
  background: url(https://sendagi.itembox.design/item/img/faq/ic_qustion.svg?t=20250221145139) no-repeat left top;
  background-size: 66px auto;}
.faq-answer{
  width: 530px;
  padding: 50px 0 0 40px;
  background: url(https://sendagi.itembox.design/item/img/faq/ic_answer.svg?t=20250221145139) no-repeat left top;
  background-size: 77px auto;}

@media screen and (max-width: 767px) {
  .faq-item{
    border-bottom: 1px solid #001F39;
    padding-bottom: 30px;
    margin-bottom: 20px;}
  .faq-item:last-child{
    padding-bottom: 0;
    border-bottom: none;}
  .faq-quest{
    font-size: 1.7rem;
    background-size: 35px;
    padding: 20px 0 0 20px;
    margin-bottom: 10px;}
  .faq-answer{
    width: 100%;
    background-size: 40px;
    padding: 20px 0 0 20px;}
}

/* 店長のおすすめ
=====================================================================*/
.recommendArticle{
	width: 720px;
    margin: 0 auto;}
.recommend-head{
  margin-bottom: 20px;}
.bg_recommend {
	padding: 30px 0;
	background: #F3EBD3;}
.bg_recommend .inner {
	margin: 0 30px;}
.bg_recommend .inner p {
	margin: 0 0px 20px 0px;
	color: #231F20;}
.recommendArticle .rightArea{
  float: right;}

@media screen and (max-width: 767px) {
  .recommendArticle{
    width: 100%;}
  .recommendArticle img{
    width: 100%;
    height: auto;
    display: block;}
  .bg_recommend{
    padding: 15px 0;}
  .bg_recommend .inner {
      margin: 0 15px;}
  .recommend-illust{
    width: 80px !important;}
}

/* 法人・飲食店のお客様
=====================================================================*/
.heading--business{
  font-size: 3.2rem;
  font-weight: normal;
  margin: 20px 0 60px;
  text-align: center;}
.business-introduction{
  text-align: center;
  font-size: 1.8rem;
  text-align: center;
  font-size: 2.2rem;
  margin: 0 0 66px;
  color: #948154;}
.business-attention{
  margin-bottom: 20px;}
.business-attention-imgarea{
  margin-right: 30px;
  width: 202px;}
.business-attention-txtarea{
  width: calc(100% - 232px);}
.business-attention-ttl{
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 2px solid #001F39;
  margin-bottom: 20px;
  padding-bottom: 10px; }
.business-faq li{
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #001F39;
  padding: 20px 15px; }
.business-faq li:nth-child(2n){
  margin-right: 0; }
.business-faq-question{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px !important; }
@media screen and (max-width: 767px) {
  .business-introduction{
    font-size: 1.6rem;
    margin-bottom: 35px; }
  .heading--business{
    font-size: 2.1rem;
    margin: 10px 0 30px; }
  .business-attention{
    position: relative; }
  .business-attention-imgarea{
    width: 50px;
    margin-right: 0;
    position: absolute; }
  .business-attention-txtarea{
    width: 100%;
    margin-bottom: 10px;}
  .business-attention-ttl{
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 6px 0 10px 60px;}
  .business-faq li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 7px; }
  .business-faq-question{
    font-size: 1.3rem;
    margin-bottom: 9px !important;
  }
}

/* メンテナンスページ
=====================================================================*/
.fs-p-closed{
  width: 92%;
  margin: 0 4%;
  padding: 0; }

/* WEB_0001-5549　フローティングバナー
=====================================================================*/
.floating-banner{
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  transition: opacity ease .7s,visibility ease .7s;}
.floating-banner a{
  text-decoration: none;
  display: block;}
.floating-banner img{
  width: 150px;
  height: auto;}
.floating-banner-close{
  position: absolute;
  right: 0;
  top: 0;
  /* color: #FFF; */
  font-size: 1.7rem;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 1;
  background: #ffffff;
  /* border-radius: 9px; */
  border: 1px solid #0020396e;
  text-align: center;
  cursor: pointer;
  transition: 0.7s;}
.floating-banner-close:hover{
  background: #d6dbdf82;
  color: #FFF;}
@media screen and (max-width: 767px) {
  .floating-banner{
    display: none;}
  .meatmenu-banner-area{
    margin-top: 13px;
    width: 100%;}
  .meatmenu-banner-area img{
    padding: 0 !important;}
  .hamburgermenu-banner-area{
    margin-top: 20px;
    width: 100%;}
}


/* 8.大量購入についてのページ
=====================================================================*/
body.fs-body-category-gr76 {
  background: #000;
}

body.fs-body-category-gr76 .fs-l-pageMain {
  width: 100%;
}

body.fs-body-category-gr76 .fs-c-productList {
  /*background: #FFF;*/
  background: #F2EFE8;
}

body.fs-body-category-gr76 #header .h-top-area {
  background: #F3F0E9;
}
body.fs-body-category-gr76 nav.fs-c-breadcrumb {
  background: #F3F0E9;
  width: 100%;
}
body.fs-body-category-gr76 nav.fs-c-breadcrumb .bulk_purchase_inner {
  width: 1130px;
  margin: 0 auto;
  padding: 0 30px 0 0;
}

#fs_ProductCategory.fs-body-category-gr76 .fs-l-main {
  /*background: #FFF;*/
  /*background: #000;*/
  width: 100%;
  /*margin-top: 50px;
  padding-top: 50px;*/
}
#fs_ProductCategory.fs-body-category-gr76 .fs-c-heading--page {
  margin: 0 0 40px;
}

#bulk-purchase .l-inner {
  width: 1120px;
  color: #FFF;
}

/* 見出し */

#fs_ProductCategory.fs-body-category-gr76 .fs-c-heading--page {
  color: #DBCB00;/*非対応のブラウザでの文字色を設定*/
  background: -webkit-linear-gradient(0deg, #D8C801, #948154);/*背景色にグラデーションを指定*/
  -webkit-background-clip: text;/*テキストでくり抜く*/
  -webkit-text-fill-color: transparent;/*くり抜いた部分は背景を表示*/
  font-size: 4.2rem;
  letter-spacing: 0;
  padding: 1em 0 0.5em;
  line-height: 1.5;
}

#fs_ProductCategory.fs-body-category-gr76 .fs-c-heading--page span {
  font-size: 5rem;
  padding: 1em 0 0.5em;
}


#fs_ProductCategory.fs-body-category-gr76 .con-head01 {
  font-size: 3.5rem;
  font-family: "EB Garamond", serif;
  line-height: 1.4;
  margin-bottom: 45px;
  letter-spacing: 3px;
  text-align: center;
  color: #948154;
}

#fs_ProductCategory.fs-body-category-gr76 .con-head01.-alignLeft {
  text-align: left;
  margin-bottom: 25px;
}

#fs_ProductCategory.fs-body-category-gr76 .con-head02 {
  font-size: 3.5rem;
  font-family: "EB Garamond", serif;
  line-height: 1.4;
  /*margin-bottom: 50px;*/
  letter-spacing: 3px;
  text-align: center;
}
.con-thumb-head01 {
  display: block;
  font-size: 1.5rem;
  color: #DBCB00;
  letter-spacing: 1px;
}

/*誘導ボタンエリア*/
.con-link-btnarea {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 110px auto;
  width: 60%;
}
.con-link-btn {
  width: 300px;
  height: 80px;
  line-height: 80px;
  font-size: 1.8rem;
  border: 1px solid #948154;
  color: #FFF;
  background-color: #948154;
  min-width: inherit;
}
.con-link-btn:hover {
  color: #FFF;
}
.bulk-purchase_con_imgs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 25px;
}
.bulk-purchase_con_imgs img {
  width: 49%;
}
.bulk-purchase_con_text {
  margin-bottom: 40px;
}
.bulk-purchase_con_text p {
  margin-bottom: 20px;
}
.bulk-purchase_con02 {
  margin: 0 auto;
}
.bulk-purchase_con_copy {
  width: 100%;
  /*color: #715000;*/
  color: #FFF;
  font-size: 2.0rem;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
  font-family: "EB Garamond", serif;
}
.bulk-purchase_con_copy.-alignLeft {
  text-align: left;
}
.bulk-purchase_listTitle {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: "EB Garamond", serif;
}
.bulk-purchase_con02.txt-center img {
  width: 35%;
  margin: 0 30px 0 auto;
}
.bulk-purchase_con_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.bulk-purchase_con_list .bulk-purchase_con_l, .bulk-purchase_con_list .bulk-purchase_con_r {
  width: 48%;
}
.bulk-purchase_con_list .bulk-purchase_con_l ul li, .bulk-purchase_con_list .bulk-purchase_con_r ul li {
  display: block;
}
.bulk-purchase_con_list.-torihiki .bulk-purchase_con_l {
  text-align: right;
}
.bulk-purchase_con_img {
  width: 27%;
}

.bulk-purchase_cons {
  width: 67%;
  display: block;
}

.bulk-purchase_con {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.bulk-purchase_con.mb50 {
  margin-bottom: 50px; 
}

.bulk-purchase_con03 {
  width: 70%;
  margin: 0 auto;
}

.itemListTitle_bulk_purchase_area {
  background: #F2EFE8;
}
.itemListTitle_bulk_purchase_area .con-head02 {
    margin-bottom: 0;
    padding: 40px 0;
}

#fs_ProductCategory.fs-body-category-gr76 .fs-c-productList__controller:nth-of-type(1) {
    margin: 0 10px 10px;
}

#fs_ProductCategory.fs-body-category-gr76 .fs-c-productList {
    margin: 0;
    padding: 0 25px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
  body.fs-body-category-gr76 .bulk_purchase_inner {
    width: 100%;
    padding: 0;
  }

  body.fs-body-category-gr76 nav.fs-c-breadcrumb .bulk_purchase_inner {
    width: 100%;
  }

  #fs_ProductCategory.fs-body-category-gr76 .fs-l-main {
    margin-top: 10px;
    padding-top: 0;
  }
  #bulk-purchase .l-inner {
    width: 92%;
  }
  #fs_ProductCategory.fs-body-category-gr76 .fs-c-heading--page {
    margin: 0 0 0px;
  }
  #fs_ProductCategory.fs-body-category-gr76 .fs-c-heading--page {
    font-size: 3.2rem;
  }
  #fs_ProductCategory.fs-body-category-gr76 .con-head01 {
    font-size: 2.8rem;
    letter-spacing: 2px;
  }

　#fs_ProductCategory.fs-body-category-gr76 .con-head01.-alignLeft {
    text-align: cecter;
  }

  #fs_ProductCategory.fs-body-category-gr76 .con-head02 {
    font-size: 2.8rem;
    /*margin-bottom: 30px;*/
    letter-spacing: 2px;
  }
  .con-thumb-head01 {
    font-size: 1.4rem;
  }
  .con-link-btnarea {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .con-link-btn {
    width: 80%;
    margin: 0 auto 10px auto;
  }
  .bulk-purchase_con_imgs {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
  }
  .bulk-purchase_con_imgs img {
    width: 100%;
    margin-bottom: 20px;
  }
  .bulk-purchase_con_text {
    margin-bottom: 0;
  }
  .bulk-purchase_con_copy {
    font-size: 1.8rem;
    font-family: "EB Garamond", serif;
  }
  .bulk-purchase_con_copy.-alignLeft {
    margin-bottom: 20px;
  }
  .bulk-purchase_con02 {
    width: 100%;
    margin: 0 auto;
  }
  .bulk-purchase_con02.txt-center img {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  .bulk-purchase_con03 {
    width: 100%;
    margin: 0 auto;
  }
  .bulk-purchase_con_list {
    display: block;
    margin-bottom: 50px;
    text-align: center;
  }
  /*.bulk-purchase_listTitle {
    width: 70%;
    margin: 0 auto 20px auto;
  }*/
  .bulk-purchase_con_text ul {
    /*width: 70%;*/
    margin: 0 auto 30px auto;
  }
  .bulk-purchase_con_list .bulk-purchase_con_l, .bulk-purchase_con_list .bulk-purchase_con_r {
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: left;
  }
  .bulk-purchase_con_list.-torihiki {
     display: flex;
  }
  .bulk-purchase_con_list.-torihiki .bulk-purchase_con_l {
    text-align: left;
  }
  #fs_ProductCategory.fs-body-category-gr76 .fs-c-productList__controller:nth-of-type(1) {
    margin: 0 0 10px;
  }

  #fs_ProductCategory.fs-body-category-gr76 .fs-c-productList {
    padding: 0;
  }

  .bulk-purchase_cons {
      width: 100%;
  }

  .bulk-purchase_con {
      display: block;
      width: 100%;
  }
  .bulk-purchase_con_img {
    width: 100%;
    margin-bottom: 30px;
  }
}

body.fs-body-category-gr76 .f-pagetop {
  color: #FFFFFF;
}
body.fs-body-category-gr76 .f-pagetop:after {
  background: #FFFFFF;
}

/* 9.グローバルメニュードロップダウンメニュー化
=====================================================================*/
@media screen and (min-width: 768px) {
  .menu {
      position: relative;
  }

  .menu > li {
  }

  .menu > li a {
      display: block;
  }

  .menu > li a:hover {
  }

  ul.menu__second-level {
      visibility: hidden;
      opacity: 0;
      z-index: 1;
  }

  ul.menu__third-level {
      visibility: hidden;
      opacity: 0;
  }

  ul.menu__fourth-level {
      visibility: hidden;
      opacity: 0;
  }

  .menu > li:hover {
      -webkit-transition: all .5s;
      transition: all .5s;
  }

  .menu__second-level li {
      border-top: 1px solid #948154;
      background: #F5F5F5;
  }
  .menu__second-level li a {
      height: 50px;
      line-height: 50px;
      font-size: 14px;
      letter-spacing: -1px;
  }

  .menu__second-level li a:hover {
      background: #F3F0E9;
  }

  /* グローバルメニュードロップダウンメニュー化 下矢印 */
  .init-bottom:after {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      margin: 0 0 0 15px;
      border-right: 1px solid #002039;
      border-bottom: 1px solid #002039;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  /* グローバルメニュードロップダウンメニュー化 floatクリア */
  .menu:before,
  .menu:after {
      content: " ";
      display: table;
  }

  .menu:after {
      clear: both;
  }

  .menu {
      *zoom: 1;
  }

  .menu > li.menu__single {
      position: relative;
  }

  li.menu__single ul.menu__second-level {
      position: absolute;
      top: 40px;
      width: 100%;
      background: #072A24;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
  }

  li.menu__single:hover ul.menu__second-level {
      top: 84px;
      visibility: visible;
      opacity: 1;
  }

  /* グローバルメニュードロップダウンメニュー化 ビジュアルとの重なり調整 */
  .h-gmenu-area {
      z-index: 10;
  }
  .mv-mainimg {
      z-index: 0;
  }

}


/* 10.カートページ以降の冷凍・通常商品の同梱チェック
=====================================================================*/
#no-checkout-message {
    padding: 10px;
    background: #F3F0E9;
    margin: 15px auto;
    border: 2px solid #990000;
}

.fs-body-checkout-multi #no-checkout-message {
    background: #FFF;
    margin: 0 auto 15px auto;
}

#no-checkout-message p.title {
    color: #990000;
    margin-bottom: 5px;
    font-size: 1.6rem;
}




/* 11.酒類販売関連
=====================================================================*/
/*フッター文言*/
.f-sake-area {
    padding: 60px 0 0;
    text-align: center;
    /*font-size: 22px;*/
    font-size: 44px !important;
    letter-spacing: -2px;
}

.f-sake-area-min .f-sake-area {
    padding: 60px 10px;
}

.fs-l-main .f-sake-area-min .f-sake-area {
    padding: 0 0 40px;
    letter-spacing: -3px;
}

.f-sake-area-cart {
    font-size: 24px;
    letter-spacing: -2px;
    margin-bottom: 30px;
    font-weight: 700;
}

.fs-l-checkout .f-sake-area-cart {
    margin-bottom: 0;
    padding: 20px 10px;
}

@media screen and (max-width: 767px) {
  .f-sake-area {
      /*font-size: 18px;*/
      font-size: 34px !important;
  }
}


/*特定商取引法に基づく表示 酒類販売管理者標識*/
.table_sake {
  margin-top: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_sake th {
  padding: 20px;
  text-align: left;
}
.table_sake td {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .table_sake {
    width: 100%;
    margin: 20px auto 60px;
  }
  .table_sake th,
  .table_sake td {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 10px;
  }
}


/*商品詳細ページ酒類販売*/
.mT5 {
  margin-top: 5px !important;
}
.liquorProduct-ageInput {
  display: inline-block;
}
.liquorProduct-ageInput input {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .liquorProduct-ageInput input {
    width: 65%;
  }
}


/* 12.トップ店舗情報リンク追加
=====================================================================*/
.columns-wrap-lCenter {
    -ms-display: flex;
    -webkit-display: flex;
    display: -webkit-box;
    display: flex;
    justify-content: center;
}

.columns-wrap-lCenter a {
    font-size: 1.8rem;
}


/* 13.メルマガ購読への導線
=====================================================================*/
.emailMagazine-wrap{
    background: #F2EFE8;
    padding: 50px 35px 50px;
}
.emailMagazine-inner {
    margin: 0 auto;
    background: #EAE4D7;
    padding: 40px 0;
    border: 10px solid #D3C7AB;
}
.emailMagazine-inner h3 {
    font-size: 2.5rem;
    font-family: "EB Garamond", serif;
    line-height: 1.4;
    margin-bottom: 20px;
    letter-spacing: 3px;
    text-align: center;
    color: #002039;
}
.emailMagazine-inner h3 br {
    display: none;
}
.emailMagazine-inner .buttonarea {
    margin-top: 0;
    text-align: center;
}
.emailMagazine-inner .btn.-long {
    min-width: 600px;
}
.emailMagazine-inner a.btn:hover {
    color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .emailMagazine-wrap{
     padding: 10px 0;
  }
  .emailMagazine-inner {
     margin: 20px auto;
     padding: 25px 15px;
     border: 5px solid #D3C7AB;
     width: 90%;
  }
  .emailMagazine-inner h3 {
    font-size: 1.6rem;
  }
  .emailMagazine-inner h3 br {
    display: block;
  }
  .emailMagazine-inner .btn.-long {
      min-width: 100%;
  }
}

/* 14.商品ページに独自コメント2追加
=====================================================================*/
.c-buttonContainer--commentAboutProduct {
  font-size: 1.3rem;
  margin-top: 15px;
  margin-bottom: 20px !important;
  padding-bottom: 15px;
  border-bottom: 1px dotted #001F39;
}

.c-buttonContainer--commentAboutProduct:empty {
  display: none;
}

/* 15.商品ページに独自コメント3追加  送料・発送・ラッピング
=====================================================================*/
.product-info{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0px;
  margin: 20px 0;
}
.product-info__box{
  border-right: 1px dotted #001F39;
  text-align: center;
}
.product-info__box:last-child{
  border-right: none;
}
.product-info__img{
  padding: 15px 0;
}
.product-info__img img{
  height: 36px;
  width: auto;
}
.product-info__ttl{
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.product-info__link{
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .product-info__ttl{
    font-size: 1.2rem;
  }
  .product-info__link{
    font-size: 1.0rem;
  }
}

/* 16.おすすめ商品
=====================================================================*/
.fs-c-featuredProduct{
  margin:50px 0 0;
}

/* おすすめ商品 スライドを解除してグリッド表示 */
.fs-body-product .fs-c-featuredProduct .fs-c-productListCarousel.fs-c-slick {
  display: block;
}
.fs-body-product .fs-c-featuredProduct span.fs-c-productListCarousel__ctrl {
  display: none !important;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListCarousel__list {
  display: block;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListCarousel.fs-c-slick div.slick-track {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr)!important;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  width: 100% !important;
  transform: none !important;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListCarousel.fs-c-slick div.slick-track::before {
  content: none !important;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListCarousel.fs-c-slick article.fs-c-productListCarousel__list__item.fs-c-productListItem {
  min-width: 100%;
  margin: 0;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListCarousel.fs-c-slick .fs-c-button--addToWishList--icon{
  flex: none;
}
@media screen and (max-width:767px){
  .fs-body-product .fs-c-featuredProduct .fs-c-button--plain.fs-c-button--addToCart--list{
    width: 100%;
  }
}
@media screen and (min-width:768px){
  .fs-body-product .fs-c-featuredProduct .fs-c-productListCarousel.fs-c-slick div.slick-track {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
    grid-gap: 25px;
  }
}