@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////////////////////////////////

    オリジナルCSSエリアに@importで読み込むCSSです。
    futureshop使用テーマがPC用とスマホ用でテーマが分かれているので、それぞれファイルを分けて指定しています。

/////////////////////////////////////////////////////////////////////////////////////*/

/*============================================================
 PCの指定 および SPと共通部分の指定 ここから
============================================================*/

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

body {
font-family: \+EqpB-游ゴシック体 Pr6N M,sans-serif;
/* font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif; */
font-feature-settings: "palt";
letter-spacing: 0.05em;
}

.red {
color: #f00;
}
.forestgreen {
color: forestgreen; 
}
/* fsののデフォルトのフォームを一部修正 */
/* [type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"],
[type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"],
[type="datetime-local"], [type="number"], select, textarea {
   padding: 8px 8px;
} */
/* 入力フォームのラベル文字のデザイン */
.fs-c-inputTable__label {
  font-size: 15px;
  color: #555;
}
/* 入力フォームの selectメニュー（プルダウンメニュー）のデザイン */
.fs-c-dropdown__menu {
    /* padding: 12px 8px;
    font-size: 15px; */
}

select#fs_input_birthdayYear {
  padding: 5px 5px;
  font-size: 14px;
  width: 6em;
}

select#fs_input_birthdayDay {
width: 5em;
padding: 5px 5px;
font-size: 14px;
}

select#fs_input_birthdayMonth {
width: 5em;
padding: 5px 5px;
font-size: 14px;
}

.fs-l-main {
/* 固定ヘッダーで上にずれた分padding-top確保 */
padding-top: 7rem;
margin-top: 0;
}

/* スマホTOP 余計な余白をなくす */
.fs-body-top .fs-l-main {
margin-bottom: 0;
}

/* reCAPTCHA v3（「会員登録」「メールマガジン申込」「ご注文手続き」「お申し込み手続き」画面に表示） */
.grecaptcha-badge {
box-shadow: gray 0px 0px 1px!important;
}

/* カートページのとき */
.fs-body-cart .fs-l-main {
  /* margin-top: 3px; */
  padding-top: 58px;
}

/* 商品ページのとき */
.fs-l-main fs-l-product2 {
  /* margin: 24px auto;
  padding: 8px; */
  max-width: 950px;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
} 

.fs-body-category .fs-l-main {
/* カテゴリページの時 */
padding-top: 2rem;
}

.fs-l-main.fs-l-product {
/* 商品ページの上 余白調整 */
padding-top: 2rem;
margin-top: 0;
}

/* ヘッダー大元 */
.fs-l-header__contents {
position: fixed;
background: #fff;
width: 100%;
height: 60px;
top: 0;
z-index: 999;
/*border-bottom: 1px solid #ccc;*/
/*box-shadow: 0 2px 2px #f1f1f1;*/
/*filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));*//* ドロワーバグるので不使用 */
}

/* ヘッダーロゴ */
.fs-p-logo {
  margin-top: 10px;

  max-width: 208px;
  margin-left: auto;
  margin-right: auto;
}

.fs-p-logo__image {
max-height: 29px;
height: auto;
min-height: 1px;
}

/* スマホ版 メインスライド商品画像 高さがガクンガクンならないように調整 */
.fs-c-productMainImage {
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: center;
align-items: center;
height: 360px;
}

.fs-c-productMainImage img {
object-fit: contain;    
max-height: 360px;
}

.fs-c-productThumbnail {
padding-top: 15px;
}
/* スマホ版 商品画像 拡大虫眼鏡アイコンの横にガイドテキストを表示 */
/* .fs-c-productMainImage__expandButton:before {
color: #900;
content: "↑上の写真はタップで拡大。左右の矢印で次の写真へ";
font-size: 12px;
position: absolute;
bottom: -135px;
right: 35px;
} */
/* スマホ版 商品画像 拡大虫眼鏡アイコン */
.fs-c-productMainImage__expandButton .fs-c-button--plain {
  display: none;
/* color: #900;
color: #999;
font-size: 12px; */
}

/* 虫眼鏡アイコン */
.fs-c-button--plain.fs-c-button--viewExtendedImage::before {
display: none;
}

/* スマホ 商品ページ 上部商品サムネイル画像を横スクロールで表示 */
.fs-c-productThumbnail {
flex-wrap: nowrap;
overflow-x: scroll;
}

.fs-c-productThumbnail__image {
flex-basis: 76px;
min-width: 76px;
}

/* スマホ商品ページ メイン商品画像スライド タップで次へ戻るボタンの指定 fsデフォの指定に追加スタイル */
.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
    background: rgba(255, 0, 0, 0.3);
}

/* デフォルト指定を上書き */
.fs-l-header__contents > * {
  padding: 0 0;
}
/* カート内商品数表示あり カートボタン */
.fs-p-scrollingCartButton {
top: 12px;
/* right: 5px; */
right: 13px!important;
height: 32px;
}

.fs-p-scrollingCartButton__button {
/*.fs-p-scrollingCartButton__icon {*/
background:#fff;
padding: 0;
width: 32px;
height: 32px;
/*
text-indent: -9999px;
background: url("https://sentire.itembox.design/item/_image/_icon/icon_cart_w100.png");
background-repeat: no-repeat;
*/
}

/*
.cartArroundUpSell__title は単純なアップセル
.cartArroundUpSellPostage__title のほうは送料無料ラインまでのアップセル */
.cartArroundUpSell__title,
.cartArroundUpSellPostage__title {
  margin-top: 10px;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    background-color: #f3f3f3;    
}

/* 一括変更しやすいように疑似要素で挿入しています */
.cartArroundUpSell__title::after {
    display: block;
    content: "よく同時に購入されています";
}

/* 送料無料ライン変更時に一括変更しやすいように疑似要素で挿入しています */
.cartArroundUpSellPostage__title::after {
    display: block;
    content: "こちらも同時購入(税込3,000円以上で送料無料)";
}

.cartArroundUpSell__productLink {/* a */
  display: flex;
  margin-top: 10px;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
  color: #333;
  line-height: 1.4;
}

.cartArroundUpSell__productLink + .cartArroundUpSell__productLink {
  margin-top: 10px;
}

.cartArroundUpSell__productImg {
  display: block;
  border-radius: 4px;
  width: 110px;
  min-width: 110px;
  height: auto;
  margin-right: 8px;
}

.cartArroundUpSell__productMeta > * + * {
  margin-top: 5px;
}

.cartArroundUpSell__productTitle {
  display: block;
  line-height: 1.3;
  font-weight: 600;
  font-size: 13px;
}

.cartArroundUpSell__productPrice {
  font-weight: 600;
  color: #900;
}

.cartArroundUpSell__attention {
  margin-top: 10px;
  line-height: 1.4;
  font-size: 11px;
  color: #777;
  text-indent: -1em;
  padding-left: 1em;
}

/* カート追加時メッセージを調整 */
.iziToast-wrapper-topCenter {
top: initial;
bottom: 0;
}

/* 価格を赤色にする */
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
color: #900;
}

/*===== お気に入りリストに入っている商品 エリアの指定 =====*/

/* キャッチコピー非表示 */
.wishlistProduct .fs-c-productName__copy {
display: none;
}

.wishlistProduct .fs-c-productName__name {
font-size: 12px;
}


.fs-p-scrollingCartButton__button .sentire_cart {
/*sentireカートimgタグのサイズ */
width:50px;
}

/* カート内商品数表示 */
.fs-p-cartItemNumber {
background: #E25B33;
border-radius: 1.2em;
color: #ffffff;
display: none;
font-size: 1.2rem;
line-height: 1;
padding: 0.25em 0.4em;
position: absolute;
top: -5px;
right: -6px;
}

/* 注文画面のクレジットカード各ブランドアイコンの指定 */
.fs-c-creditCardIcons__image {
    max-height: 32px;
    width: initial;
}
/*------------------------ 注文画面 （カート内 / カート画面） ------------------------*/

/* このサイトでお支払い ボタン */
.fs-c-button--purchaseHere {
  display: block;
  /*padding: 18px;*/
  line-height: 3.0;
  width: 77%;
  /* height: 50px; */
  height: initial;
  font-size: 1.6rem;
}

  /* display: block;
  padding: 13px;
  width: 77%;
  font-size: 1.6rem; */

/* 注文画面の各見出しサイズを大きく */
.fs-c-checkout-preview__title {
  font-size: 1.8rem;
}

/*  ショッピングを続ける ボタン */
.fs-c-continueShopping {
  text-align: center;
}
.fs-c-button--continueShopping {
  min-width: 85%;
  background-color: #990000!important;
  color: white!important;
  padding: 15px 0;
  border: none;
  border-radius: 5px;
  margin: 0 auto 30px;
  font-size: 1.5rem;
}

/* 注文画面の返品特約 色を薄く */
.fs-c-returnedSpecialContract__link a {
  color: #999;
}


/* 注文確定ボタン */
.fs-c-totalAndActions button:where(:not(.fs-c-button--image)) {
  margin-top: 0.5em;
  font-size: 1.6rem;
/* min-height: 3em;
  min-width: 100%;
  max-width: 100%; */
}


/* 注文確定ボタン 角丸 ドロップシャドウ */
/* バリエーションがない カートに入れるボタンの指定 */

/* .fs-c-button--primary */
.fs-c-button--primary,
.fs-c-button--secondary
/*,
.fs-l-product2 .fs-c-productActionButton .fs-c-button--primary,
.fs-l-product2 .fs-c-productActionButton .fs-c-button--secondary*/ 
{
min-width: 90%;
border-radius: 5px;
font-size: 1.3em;
/* line-height: 1.2; */
line-height: 2.7;
height: initial;
padding: initial;
/* padding-bottom: 15px; */
/* padding-bottom: 10px; */
box-shadow: none;
/* filter: drop-shadow(0 1px 1px rgba(0,0,0,0.2)); */
}

/* カート内 無駄な領域などの削減 */
.fs-c-cartDiscountInfo {
  margin: -7px 0 -15px;
}
.fs-c-cartPayment, .fs-c-payWithAmazon {
  margin-top: 14px;
}
.span.fs-c-cartTable__productName__name {
  font-size: .9em;
  font-weight: 600;
  line-height: 1.45;
}
.fs-c-cartTable__dataCell {
  padding: 4px 0 0;
}
.fs-c-cartTable__dataCell--point {
  margin: -4px 0 6px;
}
.fs-body-cart .fs-c-heading--page {
  margin: 0 0 0.85rem;
}
.fs-c-price {
  font-size: 15px;
}

.fs-c-string fs-c-string--label,
.fs-c-string fs-c-string--label,
.fs-c-string fs-c-string--label {
  font-size:.95em;
}

/* カート内 フッターの余白調整 */
.fs-pt-menu {
  padding: 15px;
}

/*------------------------ マイページ  ------------------------*/

/* 各アイコンボタンの並び */
.fs-c-accountService__page {
  flex-basis: 48%;
}

/* 退会手続き */
/* 退会する をワンカラムにしたいときは下記を採用
 .fs-c-accountService__page--accountDelete {
  flex-basis: 100%!important;
} */
.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink  {
  color: #aaa;
}

#appleid-signin,
.fs-c-anotherLogin__button--google {
  margin-top: 10px;
}
/*.amazonpay-button-view1*/
#AmazonPayButton {/* Amazonでログインボタンの調整 */
  max-width: 290px!important;
  margin-left: auto!important;
  margin-right: auto!important;
}

/*------------------------ ドロワーメニュー ------------------------*/

/* fsデフォのハンバーガーアイコンを打ち消し */
.fs-l-header__drawerOpener { display: none; }

.fs-p-drawer {
  -ms-flex-item-align: center;
  align-self: center;
		box-shadow: none;
		display: block;
		}
  @media (min-width: 769px) {
    .fs-p-drawer {
      display: none; } }

/*メニュー表示非表示切替用チェックボックス*/
.drawer-unshown {
  display: none; }

/*メニューを開く用ボタン*/
#drawer-open {
/* デフォルト値 */
/*
  display: inline-block;
  width: 25px;
  height: 18px;
  position: fixed;
  top: 20px;
  left: 10px;
  z-index: 999;
*/
/* カスタマイズ値 */
    display: inline-block;
    width: 46px;
    height: 40px;
    position: fixed;
    top: 9px;
    left: 10px;
    z-index: 999;
    padding: 10px;
    /* background: #fff;		 */
}

#drawer-open span, #drawer-open span:before, #drawer-open span:after {
  position: absolute;
  height: 1px;
  width: 25px;
  border-radius: 3px;
  background: #333333;
  display: block;
  content: ''; }

#drawer-open span:before {
  bottom: -8px; }
#drawer-open span:after {
  bottom: -16px; }

/*メニューを閉じるカバーエリア*/
#drawer-close {
  display: none;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out; }

/*メニューの内容*/
#drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 82%;
/*  max-width: 330px;*/
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 5px; }
  
 /* iOSのズームイン防止ハック */
#sentire-drawer-content input[type=text] {
font-size: 16px;
transform: scale(0.8);
}


#drawer-input:checked ~ #drawer-close {
  display: block;
  opacity: .5; }

#drawer-input:checked ~ #drawer-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15); }

/*bodyのスクロール防止*/
.drawer_fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

/*ウェルカムメッセージ*/
.fs-p-drawer .fs-p-welcomeMsg {
  font-size: 1.4rem; }
.fs-p-drawer .fs-l-header__welcomeMsg.fs-clientInfo {
  margin-bottom: 10px; }
.fs-p-drawer .fs-p-memberInfo__points.is-loggedIn--false {
  display: none; }
  

/* ログイン・ログアウト切り替え */
.fs-p-drawer .drawer_login.fs-clientInfo.is-ready {
  display: flex;
  line-height: 1.6;
  margin-bottom: 20px; }
  .fs-p-drawer .drawer_login.fs-clientInfo.is-ready p a {
    color: #021d38;
    display: inline-block;
    border: 1px solid #021d38;
    border-radius: 3px;
    background: #fff;
    margin-right: 5px;
    padding: 3px 5px; }
.fs-p-drawer .regist.my-true {
  display: none; }





/* スマホ ドロワーメニュー内 最近チェックしたアイテム */
#drawer-content #_rcmdjp_display_1 {
  margin-top: 25px!important;
  width: 100%!important;
}
#drawer-content #_rcmdjp_display_1 img {
  border-radius: 0;
}

/* 矢印絶対出さない指定 */
#drawer-content #_rcmdjp_display_1 .rcmd-slick-next,
#drawer-content #_rcmdjp_display_1 .rcmd-slick-arrow {
  display: none!important;
}

/* 
#drawer-content #_rcmdjp_display_1 .fr2-listItem__imageContainer {
  width: 93%;
}
 */
#drawer-content #_rcmdjp_display_1 .fs-p-heading--lv2 {
/* margin: 25px 0 10px!important; */
text-align:center;
font-size: 16px!important;
}

#drawer-content #_rcmdjp_display_1 .fr2-listItem__productName {
  /* font-size: 1.0em; */
  margin: 6px 0;
}
/* 
#drawer-content #_rcmdjp_display_1 .rcmd-slick-list {
margin: 0 15px!important;
}
 */


/*検索窓*/
.fs-p-drawer .fs-p-productSearch__parameter {
  display: none; }
.fs-p-drawer .fs-p-productSearch__form input {
  background: #fff;
  padding: 5px; }
  .fs-p-drawer .fs-p-productSearch__form input#fs_input_productSearchKeyword_sp {
    margin-bottom: 5px; }
    @media (min-width: 481px) {
      .fs-p-drawer .fs-p-productSearch__form input#fs_input_productSearchKeyword_sp {
        margin-bottom: 10px; } }
.fs-p-drawer .fs-p-productSearch__form .fs-c-inputTextGroup {
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .fs-p-drawer .fs-p-productSearch__form .fs-c-inputTextGroup::after {
    content: '円';
    padding-left: 5px; }
.fs-p-drawer .fs-p-productSearch__form .fs-c-checkbox__label {
  margin-bottom: 10px; }
.fs-p-drawer .fs-p-productSearch__form .fs-p-productSearch__searchButtonContainer {
  text-align: center; }
.fs-p-drawer .fs-p-productSearch__form .fs-p-productSearch__searchButtonContainer .fs-p-productSearch__searchButton {
  background: #fff;
  border: 1px solid #021d38;
  border-radius: 3px;
  position: relative;
  margin: 10px 0 20px;
  padding: 3px 30px 3px 40px; }
  .fs-p-drawer .fs-p-productSearch__form .fs-p-productSearch__searchButtonContainer .fs-p-productSearch__searchButton::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -8px;
}




/*---------------
  検索結果画面
  例：https://shop.sentire-one.co.jp/p/search?keyword=Dakota
 ---------------*/
 .fs-c-buttonContainer {
  padding: 4px 0;
  font-size: .9em;
}

 /* 検索結果画面 での ヘッダー下 padding-topを調整 */
body#fs_ProductSearch .fs-l-main {
  padding-top: 3rem;
}

/* 検索結果画面の上に表示されるグレーの枠内 */
body#fs_ProductSearch .fs-p-productSearch__form {
  padding: 10px 12px;
}

/* 検索結果画面の上に表示されるグレーの枠内 検索後に出る 検索文字列表示 */
body#fs_ProductSearch .fs-p-productSearch__parameter {
  /* display: none; */
  color: #600;
  font-size: 12px;
  font-weight: 600;
}


input#fs_input_productSearchKeyword,
input#fs_input_productSearchPrice1,
input#fs_input_productSearchPrice2 {
  font-size: 14px!important;
}

.fs-c-radioGroup, .fs-c-checkboxGroup {
  /* display: flex; */
  flex-direction: row;
  flex-wrap: wrap;
}

.fs-c-radioGroup > *, .fs-c-checkboxGroup > * {
  /* flex-basis: 100%; */
  flex-basis: initial;
  /* min-height: calc(1em + 8px*0.5); */
  display: block;
  width: calc(100%/3);
}

.fs-c-radioGroup > * {
  margin-top: 3px;
  font-size: 13px;
}

.fs-c-checkbox__label {
  margin-top: 3px;
  font-size: 13px;
}


/* 検索結果画面の上に表示されるグレーの枠内 tr行間調整 */
body#fs_ProductSearch .fs-c-inputTable > tbody > tr + tr {
  margin-top: 10px;
}

/* 検索結果画面のページャーのパーツ */
.fs-c-listControl {
  font-size: 12px;
}

.fs-p-productSearch {
  align-items: center;
}

/* 検索結果画面の絞り込み検索するボタン */
.fs-p-productSearch__formSwitch {
 font-size: 12px;
 padding: 4px ​8px;
 /* border: 1px solid #ccc;
 border: 1px solid #ddd; */
 border: 1px solid #900;
 border-radius: 5px;
 background-color: #900;
 color: #fff;
}

/* 検索結果 商品名 */
.fs-c-productListItem__productName {
  /* display: flex; */
  /* flex-direction: column; */
  /* font-size: 1.4rem; */
  margin: 8px 0 0!important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;/* 3行以上は非表示 */
}
/* 価格上のマージンを調整 */
.fs-c-productPrice {
  margin: 0.35em 0 0.35em;
}

/* レビュー スター */
.fs-c-reviewStars::before {
  font-size: 1.35em;
}

/* 商品と商品の間の境界線を薄く */
.fs-c-productList__list__item {
  border-bottom: 1px solid #eee!important;
  padding: 16px 8px;
}

.fs-body-search .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price,
.fs-body-category .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  margin-top: 0.5rem!important;
}


.fs-p-drawer__buttonContainer {
/* デフォルトのドロワー用ハンバーガーを非表示に */
display:none;
}

/* スマホ ドロワーメニューの設定 */
.fs-p-drawer {
width: 90%;
}
/* スマホ ドロワーメニュー ログインログアウトボタン */
.fs-p-drawer__loginLogout {
width: 94%;
margin: 0 auto;
}
.fs-p-drawer__loginLogout__logout:link,
.fs-p-drawer__loginLogout__logout:visited,
.fs-p-drawer__loginLogout__logout:hover,
.fs-p-drawer__loginLogout__logout:active,
.fs-p-drawer__loginLogout__login:link,
.fs-p-drawer__loginLogout__login:visited,
.fs-p-drawer__loginLogout__login:hover,
.fs-p-drawer__loginLogout__login:active {
height: 38px;
color: #333;
background: #f9f9f9;
border: 1px solid #ddd;
box-shadow: 0 2px 0 #f3f3f3;
}

#sentire-drawer-content .mypage {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 8px;
margin-bottom: 8px;
}
#sentire-drawer-content .mypage p {
width: 48%;
margin: 3px 0;
}
#sentire-drawer-content .mypage a:link,
#sentire-drawer-content .mypage a:visited,
#sentire-drawer-content .mypage a:hover,
#sentire-drawer-content .mypage a:active {
font-size: 13px;
color: #555;
display: flex;
border: 1px solid #ddd;
border-radius: 20px;
justify-content: center;
align-items: center;
height: 38px;
box-shadow: 0 2px 0 #f3f3f3;
}

#sentire-drawer-content .header_search_keyword_sp {
 /* 検索テキスト入力欄 inputタグ */
background: #fff;
border: 1px solid #ccc;
font-size: 16px!important;/* iOSズーム防止ハック */
transform: scale(0.8);/* iOSズーム防止ハック */
width: 125%;/* iOSズーム防止ハック 見た目調整用 */
padding: 13px 10px 15px 10px;
box-sizing: border-box;
margin: 0 auto 0;
margin-left: -12.5%;/* iOSズーム防止ハック 見た目調整用 */
}
#sentire-drawer-content .header_search_submit_sp {
/* 送信ボタン  虫眼鏡アイコンと検索するテキスト */
background: #f5f5f5;
border: 1px solid #ccc;
border-radius: 6px;
box-sizing: border-box;
color: #666;
display: block;
margin: 6px auto 32px;
font-size: 13px;
width: 7em;
padding: 8px 8px 8px 8px;
line-height: 1.2;
box-shadow: 0 2px 0 #f3f3f3;
}
#sentire-drawer-content .header_search_submit_sp img {
width:13px;
display: inline-block;
margin-right: 5px;
}
/* ドロワーの中身のCSS */

#sentire-drawer-content ul,
#sentire-drawer-content ol,
#sentire-drawer-content li,
#sentire-drawer-content dt,
#sentire-drawer-content dd,
#sentire-drawer-content section,
#sentire-drawer-content div,
#sentire-drawer-content p,
#sentire-drawer-content nav,
#sentire-drawer-content header,
#sentire-drawer-content footer {
margin:0;
padding:0;
}
#sentire-drawer-content ul,
#sentire-drawer-content ol,
#sentire-drawer-content li {
list-style: none;
}

#sentire-drawer-content a:link,
#sentire-drawer-content a:visited,
#sentire-drawer-content a:hover,
#sentire-drawer-content a:active {
text-decoration: none;
color: #333;
}

#sentire-drawer-content {
font-size: 15px;
padding: 0 1rem 1rem 1rem;
}

#sentire-drawer-content .category_ttl {
/* color: #990000; */
color: #333;
font-weight: 600;
text-align: center;
font-size: 16px;
margin-top: 2rem;
margin-bottom: 0;
}

#sentire-drawer-content .category_list_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#sentire-drawer-content .ladies,
#sentire-drawer-content .mens,
#sentire-drawer-content .single {
text-align: center;
margin-bottom: 1rem;
/*border-top: 1px solid #ccc;*/
}

#sentire-drawer-content .ladies li,
#sentire-drawer-content .mens li,
#sentire-drawer-content .single li {
font-size: 12px;
border-top: 1px solid #ececec;
background: #fcfcfc;
padding: .8rem 0;
}
#sentire-drawer-content .ladies li:first-child,
#sentire-drawer-content .mens li:first-child {
 font-weight: bold;
}

/* #sentire-drawer-content ul li:last-child {
border-bottom: 1px solid #ececec;
} */

#sentire-drawer-content .ladies {
width: 48%;
}
#sentire-drawer-content .ladies li a {
display: block;
}

#sentire-drawer-content .ladies li:first-child a {
color: #D25A37;
font-size: 15px;
}
#sentire-drawer-content .mens {
width: 48%;
}
#sentire-drawer-content .mens li:first-child a {
color: #4B62B8;
font-size: 15px;
}

#sentire-drawer-content .single {
width: 100%;
}
#sentire-drawer-content .single li:first-child {
font-weight: normal;
}
#sentire-drawer-content .brands {
background-color: #f9f9f9;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
box-sizing: border-box;
padding: .8rem;
}
#sentire-drawer-content .brands li {
background: #fff;
box-sizing: border-box;
width: 48%;
border: none;
margin-bottom: .8rem;
line-height: 1;
}
#sentire-drawer-content .brands li img {
width: 100%;
aspect-ratio: 163 / 71;
height: initial;
}

/* SNS */
#sentire-drawer-content .sns {
background: #f9f9f9;
width: 100%;
display: flex;
flex-wrap: wrap;
/* justify-content: space-between; */
justify-content: center;
/* padding: 0 2rem 0 1rem; */
box-sizing: border-box;
}
#sentire-drawer-content .sns img {
/* width: 60%; */
width: 36px;
height: 36px;
}

#sentire-drawer-content .sns li {
width: 24%;
text-align: center;
padding: 0;
}
#sentire-drawer-content .sns li:nth-child(2) {
margin-left: -1.2rem;
}
#sentire-drawer-content .sns li:nth-child(3) {
margin-left: -1.2rem;
}
#sentire-drawer-content .sns li a {
width:100%;
display: flex;
padding: 1.3rem 1.3rem;
/* align-items: center; */
justify-content: center;
text-align: center;
}
#sentire-drawer-content .drawer-info {
width: 100%;
margin: 3rem auto 0;
text-align: center;
}
#sentire-drawer-content .drawer-info img {
width: 100%;
text-align: center;
}



/* スマホ TOPページのコンテンツ */

/*---------------------------------------------
ベーシック設定
---------------------------------------------*/
/*img { width: 100%; }*/

a {
  color: #3c3c3c ;
  text-decoration: none;
}

a:visited {
  color: #3c3c3c;
}

a:hover {
  color: #bb0000;
  text-decoration: underline;
}

a:active {
  color: #bb0000;
  text-decoration: underline;
}


/* 商品ページのリンクありテキストは色と下線表示 */
.fs-p-productDescription--full a:link,
.fs-p-productDescription--full a:visited,
.fs-p-productDescription--full a:hover,
.fs-p-productDescription--full a:active {
color: #04c ;
text-decoration: underline;
}

/*color*/
.pink {
color: #EE2D55;
}




/*
特集ページ 特集メイン画像下の補足テキスト
--------------------------------------------------*/
.feature_caption_gray {
background-color: #f7f7f7;
text-align: center;
font-size: 1.4rem;
margin-top: 1.5rem;
padding: 1.5rem;
}


/* 2,3,4カラムの共通設定 */
.items_col2,
.items_col3,
.items_col4,
.items_col4_product {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: .5rem;
}
/* PC 2カラム（SPでは2カラムとして記述） */
.items_col2 .item {
display: block;
width:48%;
text-align: center;
font-size: 1rem;
}

/* PC 2カラム 説明テキストあり（SPでは2カラムとして記述）
--------------------------------------------------*/
.items_col2 .item_and_caption:link,
.items_col2 .item_and_caption:visited,
.items_col2 .item_and_caption:hover,
.items_col2 .item_and_caption:active {
box-sizing: border-box;
color: #333;
display: block;
width:48.5%;
text-align: center;
background-color: #fff;
margin-top: 2rem;
margin-bottom: 2rem;
padding: 1rem;
box-shadow: 0 3px 6px #ccc;
text-decoration: none;
transition: all .2s;
}
.items_col2 .item_and_caption:hover,
.items_col2 .item_and_caption:active {
transform:translateY(2px);
box-shadow: 0 1px 1px #ddd;
}
.items_col2 .item_and_caption:link img,
.items_col2 .item_and_caption:visited img {
transition: all .3s;
}
.items_col2 .item_and_caption:hover img,
.items_col2 .item_and_caption:active img {
opacity: .8;
}
.items_col2 .item_and_caption img {
display: inline-block;
margin-bottom: .5rem;
}



/* PC 2カラム（SPでは1カラムとして記述） */
.items_col2_sp_col1 .item {
display: block;
width:100%;
text-align: center;
font-size: 1rem;
}

/* PC 2カラム 説明テキストあり（SPでは1カラムとして記述）
--------------------------------------------------*/
.items_col2_sp_col1 .item_and_caption:link,
.items_col2_sp_col1 .item_and_caption:visited,
.items_col2_sp_col1 .item_and_caption:hover,
.items_col2_sp_col1 .item_and_caption:active {
box-sizing: border-box;
color: #333;
display: block;
width: 100%;
text-align: center;
background-color: #fff;
margin-top: 2rem;
margin-bottom: 2rem;
padding: 1rem;
box-shadow: 0 3px 6px #ccc;
text-decoration: none;
transition: all .2s;
}
.items_col2_sp_col1 .item_and_caption:hover,
.items_col2_sp_col1 .item_and_caption:active {
transform:translateY(2px);
box-shadow: 0 1px 1px #ddd;
}
.items_col2_sp_col1 .item_and_caption:link img,
.items_col2_sp_col1 .item_and_caption:visited img {
transition: all .3s;
}
.items_col2_sp_col1 .item_and_caption:hover img,
.items_col2_sp_col1 .item_and_caption:active img {
opacity: .8;
}
.items_col2_sp_col1 .item_and_caption img {
display: inline-block;
margin-bottom: .5rem;
}






/* PC 3カラム 説明テキストあり（SPでは2カラムとして記述） */
.items_col3 .item_and_caption {
display: block;
width: 48.5%;
text-align: center;
}
.items_col3 .item img {
display: inline-block;
width: 100%;
}


/* PC 3カラム 説明テキストあり（SPでは2カラムとして記述） */
/*
.items_col3 .item_and_caption {
display: block;
width: 48.5%;
text-align: center;
}
.items_col3 .item_and_caption img {
display: inline-block;
width: 100%;
}
*/

.items_col3 .item_and_caption:link,
.items_col3 .item_and_caption:visited,
.items_col3 .item_and_caption:hover,
.items_col3 .item_and_caption:active {
box-sizing: border-box;
color: #333;
display: block;
width:48.5%;
text-align: center;
background-color: #fff;
font-size: 1rem;
margin-top: 1rem;
margin-bottom: 1rem;
padding: 1rem;
box-shadow: 0 2px 4px #ccc;
text-decoration: none;
transition: all .2s;
}
.items_col3 .item_and_caption:hover,
.items_col3 .item_and_caption:active {
transform:translateY(2px);
box-shadow: 0 1px 1px #ddd;
}
.items_col3 .item_and_caption:link img,
.items_col3 .item_and_caption:visited img {
transition: all .3s;
}
.items_col3 .item_and_caption:hover img,
.items_col3 .item_and_caption:active img {
opacity: .8;
}
.items_col3 .item_and_caption img {
display: inline-block;
margin-bottom: .5rem;
}



/*
PC 3カラム 商品陳列用 グレー背景（SPでは2カラムとして記述）
--------------------------------------------------*/
.items_col3_product_gray {
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.items_col3_product_gray .item:link,
.items_col3_product_gray .item:visited {
background-color:#fff;
box-sizing: border-box;
color: #555;
display: block;
font-size: .8em;
line-height: 1.7;
margin: 1.5rem 0 0 0;
padding: 1rem;
text-align: left;
width:48.5%;
text-decoration: none;
transition: all .1s;
filter: drop-shadow(0 2px 3px rgba(0,0,0,.08));
}
.items_col3_product_gray .item:nth-child(3n):link,
.items_col3_product_gray .item:nth-child(3n):visited,
.items_col3_product_gray .item:nth-child(3n):hover,
.items_col3_product_gray .item:nth-child(3n):active {
margin-right: 0;
}
.items_col3_product_gray .item:hover,
.items_col3_product_gray .item:active {
filter: drop-shadow(0 1px 1px rgba(0,0,0,.08));
transform:translateY(2px);
}



.items_col3_product_gray .item img {
display: inline-block;
width: 100%;
transition: all .2s;
margin-bottom: .6rem;
}
/*
.items_col4_product .item_product:hover,
.items_col4_product .item_product:active {
color: #333;
text-decoration: underline;
}
*/
.items_col3_product_gray .item:hover img,
.items_col3_product_gray .item:active img {
opacity: .8;
}







/* PC 4カラム（SPでは2カラムとして記述）  */
.items_col4 .item img {
margin-bottom:.5rem;
}
.items_col4 .item:link,
.items_col4 .item:visited {
display: block;
width:49%;
font-size: 1.3rem;
margin-top: 1.5rem;
text-align: center;
color: #333;
}
.items_col4 .item:hover,
.items_col4 .item:active {
color: #333;
text-decoration: underline;
}



/*
PC 4カラム 商品陳列用（SP 2カラム記述）
--------------------------------------------------*/
/*
.items_col4_product {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
box-sizing: border-box;
}

.items_col4_product .item img {
margin-bottom:.8rem;
}
.items_col4_product .item:link,
.items_col4_product .item:visited {
box-sizing: border-box;
display: block;
width:48%;
font-size: 1.1rem;
margin-top: 3.5rem;
margin-right: 0;
text-align: center;
color: #333;
}
.items_col4_product .item:hover,
.items_col4_product .item:active {
color: #333;
text-decoration: underline;
}


.items_col4_product .item_product_caption_il-block {
display: inline-block;
background-color:#f1f1f1;
}
*/

/*
PC 4カラム 商品陳列用（SP 3カラム記述）
--------------------------------------------------*/

.items_col4_product {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
box-sizing: border-box;
}

.items_col4_product .item img {
margin-bottom:.8rem;
}
.items_col4_product .item:link,
.items_col4_product .item:visited {
box-sizing: border-box;
display: block;
width:32.3%;
font-size: 1.1rem;
/* margin-top: 3.5rem; */
margin-top: 1.5rem;
margin-right: 1.5%;
text-align: center;
color: #333;
}
.items_col4_product .item:hover,
.items_col4_product .item:active {
color: #333;
text-decoration: underline;
}
.items_col4_product .item:nth-child(3n) {
margin-right: 0;
}

.items_col4_product .item_product_caption_il-block {
display: inline-block;
background-color:#f1f1f1;
}





/* PC 5カラム 商品陳列用（SPでは2カラムとして記述）  */
.items_col5_product {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
box-sizing: border-box;
}

.items_col5_product .item img {
margin-bottom:.8rem;
}
.items_col5_product .item:link,
.items_col5_product .item:visited {
box-sizing: border-box;
display: block;
width:48%;
font-size: 1.3rem;
margin-top: 3.5rem;
margin-right: 20px;
text-align: center;
color: #333;
}
.items_col5_product .item:hover,
.items_col5_product .item:active {
color: #333;
text-decoration: underline;
}

.topInfoSection {
margin-top: 15px;
}

.box_bg_gray {
background-color: #f6f6f6;
padding: 1.5rem 1.5rem 3rem ; 
}

.box_bg_gray_spinfo {
background-color: #f6f6f6;
padding: .5rem 1rem 1.8rem;
border-radius: 5px;
margin-right: 15px;
margin-left: 15px;
display: none;
}

.box_bg_gray2 {
background-color: #f6f6f6;
padding: 1rem 1rem 2rem ; 
}

.box_bg_white {
background-color: #fff;
padding-left: 15px;
padding-right: 15px;
}

.box_bg_white_pd0 {
background-color: #fff;
padding: 0; 
}
.box_bg_white_sppd0 {
background-color: #fff;
padding: 0;   
}

.box_bg_gradation_purple {
background: linear-gradient(-135deg, #E4A972, #9941D8);
padding: 1rem 3rem 1rem ;
margin-left: 15px;
margin-right: 15px;
}

div.mt2r.snsAttention {
margin-left: 15px;
margin-right: 15px;
}
/* メインスライド 画像サイズ指定 */
.swiper-area .container img {
width: 100%;
height: auto;
}

/* TOPページ メインコンテンツエリア の 日本語タイトル部分 */
.top_contents_tit {
color: #333;
font-family: 'Montserrat', sans-serif;
font-size: 2.5rem;
font-weight: 500;
text-align: center;
margin-top: 1.2rem;
}
.top_contents_tit_white {
color: #fff;
font-family: 'Montserrat', sans-serif;
font-size: 2.5rem;
font-weight: 500;
text-align: center;
margin-top: 1.2rem;
}

/* TOPページ メインコンテンツエリア の 英語キャプション部分 */
.top_contents_tit_desc {
color: #999;
font-weight: 600;
text-align: center;
font-size: 1.2rem;
margin-top: -2rem;
}
.top_contents_tit_desc_white {
color: #fff;
font-weight: 600;
text-align: center;
font-size: 1.2rem;
margin-top: -2rem;
}

/* クリスマス等 特別アナウンス用 */
.header_season_ba {
width:96%;
margin: 1rem auto;
}
.header_season_ba img {
width:100%;
}

/* Information お知らせエリア */
dl,dt,dd {
margin: 0;
padding: 0;
}
.info_date_text {
background-color: #fcfcfc;
border-radius: 5px;
box-shadow: 0 7px 8px #e9e9e9;
color: #444;
font-size: 1.2rem;
line-height: 1.2;
margin: 1.2rem auto 0;
overflow-y: scroll;
padding: .8rem 1.3rem;
/*border: 2px solid #ddd;*/
width: 95%;
height: 10em;
}

.info_date_text dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: .2em 0 .9em;
border-bottom: 1px solid #eee;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box; 
line-height: 1.5;
}

.info_date_text dl:last-child {
border-bottom: none;
}

.info_date_text dt {
color: #333;
padding-bottom: 0;
width: 100%;
}

.info_date_text dd {
width: 100%;
}

/* 年末年始アナウンス等 臨時のアナウンス */
.special_information {
width: 100%;
background-color: #f6f6f6;
color: #333;
padding: 0 1rem 1.5rem;
font-size: .85em;
}

.special_information .inner {
width: 100%;
margin: 0 auto;
}

.special_information .title {
font-weight: 600;
font-size: 1em;
display: block;
}

.special_information .red900 {
color: #900;
}

/* TOP新作 */
.top_newitem_date {
font-size: 1rem;
color: #777;
display: flex;
justify-content: flex-end;
/* width: 95%; */
width: 100%;
/*height: 6.4em;*/
}

.top_newitem_date span {
/*background: #fafafa;*/
padding: 1rem 1rem .8rem 1rem;
box-sizing: border-box;
/*border-radius: 5px;  */
display: inline-block;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

.top_newitems {
box-sizing: border-box;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px;
margin-top: 15px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}

.top_newitems .item:link,
.top_newitems .item:visited {
box-sizing: border-box;
display: block;
font-size: 12px;
text-align: center;
color: #333;
}
.top_newitems .item img {
border-radius: 0px;
}
/* レコメンド旧 */
/*
.top_recommend {
box-sizing: border-box;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
margin-top: 15px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
*/

/* SP(original_css_import_sp.cssに記載)*/
.top_recommend .item img {
        border-radius: 0px;
    }

.top_recommend {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 15px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.top_recommend2 {
    margin-left: 15px;
    margin-right: 15px;   
    box-sizing: border-box;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
	padding-top: 15px;
	padding-bottom: 30px
}


.top_recommend .item:link,
.top_recommend .item:visited {
box-sizing: border-box;
display: block;
font-size: 12px;/* いらない */
text-align: center;
color: #333;
}
.top_recommend2 .item:link,
.top_recommend2 .item:visited {
box-sizing: border-box;
display: block;
font-size: 12px;/* いらない */
text-align: center;
color: #333;
}

.top_recommend .item img {
border-radius: 0px;
}
.top_recommend2 .item img {
border-radius: 0px;
}

.top_recommend_title{
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    padding-top: 8px;
}
.top_recommend_text {
    font-size: 13px;
    text-align: left;
    padding-top: 1rem;
    padding-top: 5px;
}


/* TOP ランキング 10 */
/*PCでは 5列 5列 合計10点 スマホではスクロールする ※今は不使用にしています */ 
.ranking_horizontal_scroll_wrap {
/*width: 100%;*/
overflow-x: scroll;/* スマホでは横スクロール */
overflow-scrolling: touch;  /* スクロールを滑らかにする */
-webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
white-space: nowrap;/* スマホでは横スクロール */
margin: 0 -5.4% 20px 0px;
padding-bottom: 15px;
}

.ranking_horizontal_scroll {
box-sizing: border-box;
display: flex;/* スマホでは横スクロール */
padding: 6px 0 0 15px;
white-space: wrap;
width: 1400px;/* 横並びを実現するために強制ピクセル幅を指定 */
margin-top: 3rem;
}

.ranking_horizontal_scroll li {
display: block;/* スマホでは横スクロール */
width: 35%;
margin-right: 1.5%;
margin-bottom: 0;
list-style: none;
white-space: wrap;/* スマホでは横スクロール */
}
.ranking_horizontal_scroll li a:link,
.ranking_horizontal_scroll li a:visited,
.ranking_horizontal_scroll li a:hover,
.ranking_horizontal_scroll li a:active {
text-align: center;
display: block;
font-size: 11px;
text-decoration: none;
color: #555;
}
 .ranking_horizontal_scroll li img {
 max-width: 100%;
 display: block;/* ul white-space:wrapにしないといけないのでレイアウト崩れないように inline-blockをやめblockに */
 transition: all .2s; 
 }
.ranking_horizontal_scroll  li:hover img,
.ranking_horizontal_scroll li:active img {
opacity: .8;
box-sizing: border-box;
}
.ranking_horizontal_scroll li:last-child {
margin-right: 1.3%;
}

.ranking_horizontal_scroll li:not(:last-child) {
/*  margin-right: 35px;*/
}

.ranking_horizontal_scroll  li:nth-child(5n) {
/*  padding-right: 0;*/
}

.ranking_horizontal_scroll img {
display: inline-block;
margin-bottom: .5em;
vertical-align: bottom;
}


.ranking_horizontal_scroll .item {
position: relative;
overflow: visible;
}

.ranking_horizontal_scroll .item img {
border: 1px solid #f1f1f1;
}

.ranking_horizontal_scroll .item:nth-child(1) img {
border: 1px solid #E3AB00;
}
.ranking_horizontal_scroll .item:nth-child(2) img {
border: 1px solid #BCBCBC;
}
.ranking_horizontal_scroll .item:nth-child(3) img {
border: 1px solid #BA6E40;
}


.ranking_horizontal_scroll .item:nth-child(n)::before {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: -20px;
left: -15px;
background-color: #f1f1f1;
border-radius: 15px;
color:#555;
width:30px;
height:30px;
z-index: 1;
}
.ranking_horizontal_scroll .item:nth-child(1)::before { content: "1"; background-color: #E3AB00; color: #fff; }
.ranking_horizontal_scroll .item:nth-child(2)::before { content: "2"; background-color: #BCBCBC; color: #fff; }
.ranking_horizontal_scroll .item:nth-child(3)::before { content: "3"; background-color: #BA6E40; color: #fff; }
.ranking_horizontal_scroll .item:nth-child(4)::before { content: "4"; }
.ranking_horizontal_scroll .item:nth-child(5)::before { content: "5"; }
.ranking_horizontal_scroll .item:nth-child(6)::before { content: "6"; }
.ranking_horizontal_scroll .item:nth-child(7)::before { content: "7"; }
.ranking_horizontal_scroll .item:nth-child(8)::before { content: "8"; }
.ranking_horizontal_scroll .item:nth-child(9)::before { content: "9"; }
.ranking_horizontal_scroll .item:nth-child(10)::before { content: "10"; }

/* TOP ランキング 10 */

/*PCでは 5列 5列 合計10点
  SPでは 2列 2列 3列 3列 合計10点
*/ 
.ranking_col2233_wrap {
width: 100%;
padding-left: 10px;
padding-right: 10px;
}
.ranking_col2233 /* ul */ {
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 6px 0 0 15px;
width: 98%;
margin-top: 3rem;
}

.ranking_col2233 li {
width:47%;
display: block;
margin-bottom: 2.6rem;
list-style: none;
/*min-width:49%;  ここを追加 */
}
.ranking_col2233 li a:link,
.ranking_col2233 li a:visited,
.ranking_col2233 li a:hover,
.ranking_col2233 li a:active {
text-align: center;
display: block;
font-size: 12px;
text-decoration: none;
color: #555;
 }
 .ranking_col2233 li img {
 max-width: 100%;
 display: inline-block;/* ul white-space:wrapにしないといけないのでレイアウト崩れないように inline-blockをやめblockに */
 transition: all .2s; 
 }
.ranking_col2233 li:hover img,
.ranking_col2233 li:active img {
opacity: .8;
box-sizing: border-box;
}

.ranking_col2233 li:nth-child(n+5) {
width:calc(100%/3.3);
}

.ranking_col2233 li:last-child {
margin-right: 1.3%;
}

.ranking_col2233 li:not(:last-child) {
/*  margin-right: 35px;*/
}

.ranking_col2233 img {
display: inline-block;
margin-bottom: .5em;
vertical-align: bottom;
}


.ranking_col2233 .item {
position: relative;
overflow: visible;
}

.ranking_col2233 .item img {
border: 1px solid #f1f1f1;
}

.ranking_col2233 .item:nth-child(1) img {
border: 1px solid #E3AB00;
}
.ranking_col2233 .item:nth-child(2) img {
border: 1px solid #BCBCBC;
}
.ranking_col2233 .item:nth-child(3) img {
border: 1px solid #BA6E40;
}

/* 1位〜10位 順位アイコン */
.ranking_col2233 .item:nth-child(n)::before {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: -20px;
left: -13px;
background-color: #aaa;
border-radius: 14px;
color:#fff;
width:28px;
height:28px;
z-index: 1;
font-size: .98em;
}
/* 1位〜4位は順位アイコンを大きく */
.ranking_col2233 .item:nth-child(-n+4)::before {
border-radius: 18px;
width:36px;
height:36px;
}


.ranking_col2233 .item:nth-child(1)::before { content: "1"; background-color: #E3AB00; color: #fff; }
.ranking_col2233 .item:nth-child(2)::before { content: "2"; background-color: #BCBCBC; color: #fff; }
.ranking_col2233 .item:nth-child(3)::before { content: "3"; background-color: #BA6E40; color: #fff; }
.ranking_col2233 .item:nth-child(4)::before { content: "4"; }
.ranking_col2233 .item:nth-child(5)::before { content: "5"; }
.ranking_col2233 .item:nth-child(6)::before { content: "6"; }
.ranking_col2233 .item:nth-child(7)::before { content: "7"; }
.ranking_col2233 .item:nth-child(8)::before { content: "8"; }
.ranking_col2233 .item:nth-child(9)::before { content: "9"; }
.ranking_col2233 .item:nth-child(10)::before { content: "10"; }





/*  TOP パララックス sentire センティーレワン 紹介エリア */
#bg_sentire_intro_wrapper_relative {
  position: relative;
  width: 100%;
  box-sizing: border-box;	
		padding-top: 500px;
		margin-top: 0;
		margin-bottom: 0;
}
#bg_sentire_intro_wrapper {
  position: absolute;
		min-width: 100%;
		width: 100vw;
		top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
		 box-sizing: border-box;
/*
  margin-left: calc(((100vw - 1200px) / 2) * -1);
  margin-right: calc(((100vw - 1200px) / 2) * -1);
  padding: 0 calc((100vw - 1200px) / 2);
*/
		text-align: center;
}
#bg_sentire_intro_wrapper #content {
  margin: 10px 0;
}
#bg_sentire_intro_wrapper .text_area {
  position: relative;
  padding: 4em;
}
#bg_sentire_intro_wrapper .picture {
  position: relative;
  width: 100%;
		min-width: 100%;
  height: 450px;
  overflow: hidden;
}
#bg_sentire_intro_wrapper .picture {
  background: url(https://sentire.itembox.design/item/_image/sentire-image.webp) 0 0 no-repeat;
		background-size: cover;
}
#bg_sentire_intro_wrapper .inner {
  width: 100%;
  position: absolute;
		top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#bg_sentire_intro_wrapper .inner h2 {
  color: #fff;
  padding: 0 2rem 0;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
		line-height:1.7;
		}
#bg_sentire_intro_wrapper .inner div {
  padding-left: 0;
  font-size: 14px;
  color: #FFF;
  text-align: left;
  line-height: 1.6;
  padding: 0 2rem 0;}
#bg_sentire_intro_wrapper .picture_black {
    background-color: rgba(0,0,0,0.4);
    height: 450px;
				width: 100%;
}

#bg_sentire_intro_wrapper .inner_logo {
text-align: center;
width:220px;
margin: 0 auto;
}
#bg_sentire_intro_wrapper .inner_logo img {
width: 220px;
height: auto;
}



/*---------------------------------------------
SNSアイコン CSS
---------------------------------------------*/
.icons_sns {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 0;
}
.icons_sns a:link,
.icons_sns a:visited {
width: 24%;
height: auto;
box-sizing: border-box;
display: block;
text-align: center;
transition: all .2s;
padding: 15px;
border-radius: 10px;
background-color: rgba(255,255,255,0.0);
filter: drop-shadow(0 3px 3px rgba(0,0,0,.1));
}
.icons_sns a:hover,
.icons_sns a:active {
/*background-color: rgba(255,255,255,0.2);*/
/*transform: scale(1);*/
}
.icons_sns a img {
width: 40px;
height: auto;
filter: drop-shadow(0 3px 3px rgba(0,0,0,.1));
/*filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);*/
}

/*---------------------------------------------
汎用アイコン のCSS
---------------------------------------------*/

/* フッターの決済アイコン */
.icons_payment_footer {
margin: 1rem auto 0;
}




/* 楽天ペイ */
.icon_rpay_footer { display:block; margin-top:1.5rem; }
.icon_rpay_footer img { width:25%; height:auto; }


/*icon_gizamaru_grad_yellow.png*/
/*
.icon_gizamaru_grad_pink_yellow {
position:relative;
display: inline-block;
*/
/*
width: 50px;
height: 50px;
*/
/*}*/
/* .icon_gizamaru_grad_pink_yellow::before {
color: #fff;
content: 'NEW';
display: inline-block;
font-size: 8px;
line-height: 4.5;
width: 34px;
height: 34px;
background-image: url(https://sentire.itembox.design/item/_image/_icon/icon_gizamaru_grad_pink_yellow.webp);
background-size: contain;
vertical-align: middle;
position: absolute;
text-indent: 2px;
top: -27px;
left: -42px;
} */

.icon_gizamaru_new {
  position:relative;
  display: inline-block;
}

.icon_gizamaru_new::before {
  margin-right: 6px;
  content: '';
  display: inline-block;
  font-size: 8px;
  line-height: 4.5;
  width: 34px;/*画像の幅*/
  height: 34px;/*画像の高さ*/
  background-image: url(https://sentire.itembox.design/item/_image/_icon/icon_gizamaru_new.webp);
  background-size: contain;
  vertical-align: middle;
  /* position: absolute; */
  /* text-indent: 2px;
  top: -27px;
  left: -42px; */
  }

/*=========================
会員規約ページ  https://shop.sentire-one.co.jp/p/about/member-agreement
=========================*/

/* 会員規約ページ 見出し */
.fs-c-documentColumn__heading {
color: #3c3c3c;
border: none;
}

/* リストの番号 背景等*/
.fs-c-orderedList > li .fs-c-orderedList {
border: none;
/* border-left: 2px solid #7c8790; */
background-color: #f3f3f3;
margin: 0 0 0 1em;
padding: 2rem;
}

.fs-c-orderedList > li::before {
/*color: #3c3c3c;*/
color: #900;
}

/* 会員規約ページは黒いリスト番号で */
.fs-p-memberAgreement .fs-c-orderedList > li::before {
color: #3c3c3c;
}




/*---------------------------------------------
タイトル等のCSS
---------------------------------------------*/

/* 会員ページの見出しなど */
.fs-c-subSection__title {
border-bottom: 1px solid currentColor;
color: #990000;
padding-bottom: 6px;
}


/*  会員登録ペ−ジ や カートページの中見出しなど */
.fs-p-announcement__title {
color: #900;
font-weight: 600;
}
.fs-c-orderedList > li::before {
/*color: #3c3c3c;*/
color: #900;
}


/* 会員登録ページの電話番号入力 */
label#fs_label_phoneNumber::after {
  display: inline;
  content: "ご注文やお問い合わせへのご回答以外で、当店からご連絡することはございません。";
  color: rgb(92, 131, 92);
  font-size: 12px;
  font-weight: normal;
}

/* 会員登録ページの生年月日入力 */
label#fs_label_birthday::after {
  display: inline;
  content: "ご登録で、お誕生日月の初旬にお誕生日ポイントを付与いたします。";
  color: rgb(92, 131, 92);
  font-size: 12px;
  font-weight: normal;
}

/* 会員登録ページ メルマガ購読チェック */
.fs-c-agreementConfirmation__message {
  background: rgba(255, 155, 0, 0.1);
  padding: 8px;
}  

.fs-p-listWithCheckmark > li {
  background: rgba(255, 255, 255, 1);
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 1.3;
}

/* 会員登録ページ メルマガ購読チェック */
.fs-c-agreementConfirmation__message.fs-c-agreementConfirmation__message--newsletterChecked {
  /* background: rgba(126, 126, 126, 1.08); */
  margin: 2rem 0;
}

/*---------------------------------------------
ボタンのCSS
---------------------------------------------*/

/* メルマガページなどのボタン */
.fs-c-button--primary {
background-color: #900;
border: none;
color: #fff;
box-shadow: 0 2px 0 #ddd;
}

.fs-c-button--secondary {
background-color: #fff;
border: 1px solid #900 ;
color: #900;
transition: all .2s;
}
.fs-c-button--secondary:hover,
.fs-c-button--secondary:visited,
.fs-c-button--secondary:active {
background-color: #900;
/*border: 1px solid #900;*/
color: #fff;
}

/* チェックボタン */
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
background: #900;
border-color: #800;
}

/* 独自コメント2 （商品ページSEOと簡易解説用） */
.original_comment_2 {
    margin: 15px 0;
    background-color: #f9f9f9;
    padding: 15px;
    border: 2px solid #eee;
}
.original_comment_2 h2 {
font-size: 16px;
margin: 2px 0 12px;
}
.original_comment_2 p {
margin-bottom: 3px;
} 

/*----- 商品ページ毎の個別のレビュー一覧 -----*/
.fs-c-aggregateRating {
  margin-bottom: 1em;
  padding-bottom: .6em;
  border-bottom: 1px solid #aaa;
}

.fs-c-productReview__reviewList {
  display: flex;
  flex-wrap: nowrap;/* 重要 */
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  overflow-x: scroll;
}

.fs-c-reviewList__item:first-child {
  border-top: none;
}
.fs-c-reviewList--productDescription .fs-c-reviewList__item {
  grid-template: none;
  flex-shrink: 0;
  margin-right: 15px;
  padding: 10px;
  width: 300px;
  border-bottom: none;
  border-radius: 5px;
  background-color: #f8f8f8;
}
.fs-c-reviewList--productDescription .fs-c-reviewList__item:last-child {
  margin-right: 0;
}

.fs-body-product .fs-c-aggregateRating__rating::before {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 5px;
}

/* お名前 購入者 ●代 男性女性 項目を縦に積む指定 */
/* .fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer { */
    /* flex-direction: column;
    align-items: left!important; */
/* } */

.fs-c-reviewList--productDescription .fs-c-reviewList__item__body {
  background-color:#fff;
  padding: 11px;
  margin: 8px 0 0;
  border-radius: 5px;
}

/* すべてのレビューを見る の上に ※2件目以降のレビューは右にフリックで表示 を表示 */
.fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews::before {
  color: #999;
  font-size: 11px;
  content: "※2件目以降のレビューは右フリックで表示できます。";
  display: block;
  margin-bottom: 20px;
}

/* 返品 */
.fs-c-returnedSpecialContract__link {

}
/* 商品についてのお問い合わせ */
.fs-c-inquiryAboutProduct .fs-c-button--plain {
color: #3c3c3c;
text-decoration: none;
}

/* レビューを書くボタン */
.fs-c-productReview .fs-c-button--plain {
color: #3c3c3c;
text-decoration: none;
}
.fs-c-productReview .fs-c-button--plain:hover,
.fs-c-productReview .fs-c-button--plain:active {
color: #900;
text-decoration: underline;
}

/* LINE ボタン iframeの設定 */
.line-it-button {
  width: 73px;
}
.shareEl .btn {
  padding: 0 5px;
 }

 /* buttonタグ 商品についてのお問い合わせ */
/*
.fs-body-product .fs-c-button--inquiryAboutProduct {
color: #3f3f3f;
}
.fs-body-product .fs-c-button--inquiryAboutProduct:visited,
.fs-body-product .fs-c-button--inquiryAboutProduct:hover,
.fs-body-product .fs-c-button--inquiryAboutProduct:active {
color:  #bb0000;
text-decoration: underline;
}
*/

/* ポイント付与分 表示 */
.fs-body-product .fs-c-productPointDisplay {
background-color: #900;
background-image: linear-gradient(45deg, #ff5a5d 0%, #FBDA61 100%);
font-size: 1.5rem;
padding: 1.3rem;
margin-bottom: 1rem;
}

/* TOPに戻るボタン CSS */
.fs-p-footerPageTop {
display: none;
/*display: none;*/
}
/* オリジナル TOPへ戻るボタン トップへ戻る */
.btn_page_top_wrap {
position: relative;
}
.btn_page_top {
display: inline-block;
color: #fff;
text-decoration: none;
background-color: #f6f6f6;
/*filter: drop-shadow(0 3px 3px  rgba(0, 0, 0, 0.1));*/
border-radius: 30px;
position: fixed;
right: 30px;
bottom: 30px;
opacity: 1;
transition: all .2s;
height: 60px;
width: 60px;
}
.btn_page_top:hover,
.btn_page_top:active {
/*background-color: #333;*/
transform: scale(1.1);
/*opacity: 1;*/
}

.btn_page_top::before {
content:  '';
width: 10px;
height: 10px;
display:  block;
border-top: 1px solid #333;
border-right: 1px solid #333;
transform: rotate(-45deg);
position:  absolute;
top: 5px;
bottom:  0;
left:  0;
right:  0;
margin:  auto;
}

.btn_page_top:hover::before {
/*
border-top: 2px solid #fff;
border-right: 2px solid #fff;
*/
}





/* カートに入れるの位置まで移動 */
.c-cartPositionButton {
  /*display: none;*/
  /* right: 30px;
  bottom: 160px;
  opacity: 1; */
  position: relative;
  }
  
.c-cartPositionButton__button {/* aタグ */
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #f6f6f6;
  border-radius: 30px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: .75;
  transition: all .2s;
  height: 40px;
  width: 40px;
  z-index: 100;
}
.c-cartPositionButton__button img {
  width: 40px!important;
  height: 40px!important;
}


.c-cartPositionButton__button:hover,
.c-cartPositionButton__button:active {
  transform: scale(1.1);
}

/* TOP もっと新作を見る ボタンに使っています */
.btn_square_thin_arrow:link,
.btn_square_thin_arrow:visited {
    border: 1px solid #EE2D55;
    box-sizing: border-box;
    color: #EE2D55;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 15px;
    margin: 30px auto 15px;
    position: relative;
    text-decoration: none;
    transition: all .2s;
    width: 60%;
    height: 45px;
}
.btn_square_thin_arrow:hover,
.btn_square_thin_arrow:active {
background-color: #EE2D55;
color: #fff;
}
.btn_square_thin_arrow:before,
.btn_square_thin_arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #e2264d;
}
.btn_square_thin_arrow:before {
  width: 60px;
  transform: translate(30px, 0px);
}
.btn_square_thin_arrow:after {
  width: 15px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(25deg);
}


/* ラジオボタン */
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
 border-color: #900;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
background: #900;
}







/* 店舗の特徴 強み 訴求バナーエリア （会員登録で●●ポイント、●●円以上 送料無料、最短翌日配送など） */
.feature_bnr_items {
/* margin-top: 0;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between; */
margin-top: 0/*1.5rem;; */;
width: 100%;
display: grid;
gap: 5px;
box-sizing: border-box;
grid-template-columns: 1fr 1fr;
}
.feature_bnr_items .item {
/* 3カラム */ /* スマホでは4つに */
display: block;
width: 100%;
margin-top: 0;
}

/* Amazon Pay 画像 */
.amazonpay-button-inner-image {
max-width: 174px;
height: 46px;
}


/*
スマホ フッターの指定
*/

/*
.fs-pt-menu {
width:100%;
display: flex;
flex-wrap: nowrap;
justify-content: left;
}
.fs-pt-menu__item {
width: 33%;
display: inline-block;
font-size: .9rem;
border-top: none;
}
.fs-pt-menu__item:nth-child(1) {
width: 6em;
}
.fs-pt-menu__item:nth-child(4) {
display: none;
}
.fs-l-footer__utility .fs-p-footerUtilityMenu__list li {
border-top: none;
}


.fs-l-footer__utility .fs-p-footerUtilityMenu__list a::after {
font-size: 1rem;
left: 2px;
}
*/


footer {
color: #fff;
background: #f9f9f9;
}
footer a {
color: #fff;
}
footer a:hover {
color: #fff;
}
footer .fs-l-footer__contents {
max-width: 1024px;
margin: 2rem auto 0;
}
footer .fs-l-footer__contents .fs-p-footerNavigation {
margin: 2rem auto 0;
max-width: 1024px;
grid-gap: 50px;
}

/*買い物かご右端固定
.fs-p-fixedCartButton{
	position:fixed;
	right:0;
	bottom:50px;
	z-index:2;
	@include tab{
		bottom:70px;
	}
	&__button{
		display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
		width:50px;
		height:40px;
    background: rgba(999,999,999,0.9);
    border-radius: 5px 0 0 5px / 5px 0 0 5px;
		padding-left: 5px;
		@include tab{
			width:70px;
			height:60px;
		}
    .fs-p-fixedCartButton__icon{
      width: 30px;
      line-height: 0;
			@include tab{
				width: 40px;
			}
    }
	}
	.fs-p-cartItemNumber{
		position:absolute;
		top:4px;
		left:5px;
		font-size: 1rem;
		color:#fff;
		text-align: center;
		line-height: 1.5;
		width:15px;
		height:15px;
		background: $fontcolor_red;
		border-radius:50%;
		@include tab{
			font-size: 1.2rem;
			top:6px;
			left:8px;
			width:20px;
			height:20px;
		}
	}
}
*/
.fs-l-footer {
margin-top: 50px;
border-top: 1px solid #ccc;
}
.fs-l-footer a,
.fs-l-footer a:visited,
.fs-l-footer a:hover,
.fs-l-footer a:active {
color: #3c3c3c;
}

/*トップへ戻るボタン*/
.fs-p-footerPageTop {
line-height: 0;
position: fixed;
bottom: 5px;
left: auto;
right: 5px;
margin: 0;
padding: 0;
z-index: 4;
}
.fs-p-footerPageTop img {
width: 40px;
}
								
.fs-p-footerNavigation {
margin-top: 2rem;
}



.fs-p-footerNavigationItem a,
.fs-p-footerNavigationItem a:visited,
.fs-p-footerNavigationItem a:hover,
.fs-p-footerNavigationItem a:active {
text-decoration: underline;
}
.fs-p-footerNavigationItem ul li a,
.fs-p-footerNavigationItem ul li a:visited,
.fs-p-footerNavigationItem ul li a:hover,
.fs-p-footerNavigationItem ul li a:active {
text-decoration: none;
}
.fs-p-footerNavigationItem__title {
/* トグルのタイトル */
font-size: 1.35rem;
text-align: left;
padding: 1rem;
border-top: 1px solid #666;
border-bottom: none;
border-collapse: collapse;
}
.fs-p-footerNavigationItem:last-child .fs-p-footerNavigationItem__title {
border-bottom: 1px solid #666;
border-collapse: collapse;
}

.fs-p-footerNavigationItem__ctrlIcon {
position: relative;
}
/* デフォルトのダサい矢印アイコンをいけてる矢印に */
.fs-p-footerNavigationItem__ctrlIcon::before {
content: "";
position: absolute;
top: -36px;
bottom: 0;
right: 1em;
width: 6px;
height: 6px;
border-top: 1px solid #999;
border-right: 1px solid #666;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
margin: auto;
transition: all 0.5s ease 0s;
/*
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e937';
  display: block;
  font-size: 2.2rem;
  margin-top: -1.2em;
  transform: rotate(180deg);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
*/
}

/* オープン時の矢印 */
.fs-p-footerNavigationItem__ctrl:checked + .fs-p-footerNavigationItem__ctrlIcon::before {
transform: rotate(-45deg);
top:-36px;
border-top: 1px solid #666;
border-right: 1px solid #999;
}

.fs-p-footerNavigationItem__ctrl:checked + .fs-p-footerNavigationItem__ctrlIcon + .fs-p-footerNavigationItem__body {
display: block;
}

/*
.accordion > li .acc__title.acc__open::after {
 -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

*/


footer .fs-l-footer__contents .fs-p-footerNavigation {
grid-gap: 0;
}
.fs-p-footerNavigationItem__body {
background-color: #ececec;
font-size: 1.35rem;
padding: 1.5rem;
}
.fs-p-footerNavigationItem__body ul {
/*
magin-top:0;
margin-bottom: 0;
*/
}

.fs-p-footerNavigationItem__nav {
margin-left: 1.5rem;
list-style: disc;
}


/* 会員登録ページ、ログインページではフッター営業日カレンダーエリア非表示 calendarのjsきかないの対策 */
.fs-body-register .footer-calendar ,
.fs-body-login .footer-calendar {
    display: none;
}




/*フッターユーティリティ*/
.fs-l-footer__utility {
padding: .7rem 0;
background-color: #ccc;
margin-top: 4rem;
}

.fs-l-footer__utility .fs-p-footerUtilityMenu {
width: 100%;
max-width: 1024px;
margin: .4rem auto 0;
}
.fs-l-footer__utility .fs-p-footerUtilityMenu a {
text-decoration: underline;
}
.fs-l-footer__utility .fs-p-footerUtilityMenu a:hover {
text-decoration: none;
}
.fs-l-footer__utility .fs-p-footerUtilityMenu__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
font-size: 1rem;
}

.fs-l-footer__utility .fs-p-footerUtilityMenu__list li {
margin-right: 0;
}
.fs-l-footer__utility .fs-p-footerUtilityMenu__list li:nth-child(4) {
/* お問い合わせ非表示 */
display:none;
}
.fs-p-footerUtilityMenu__list > li a:link,
.fs-p-footerUtilityMenu__list > li a:visited,
.fs-p-footerUtilityMenu__list > li a:hover,
.fs-p-footerUtilityMenu__list > li a:active,
.fs-p-footerUtilityMenu__list li:first-child a:link,
.fs-p-footerUtilityMenu__list li:first-child a:visited,
.fs-p-footerUtilityMenu__list li:first-child a:hover,
.fs-p-footerUtilityMenu__list li:first-child a:active {
border-top: none;
text-decoration: none;
}

.fs-l-footer__utility .fs-p-footerUtilityMenu__list li a::before {
display: inline-block;
content: '';
border: 4px solid transparent;
border-left-color: currentColor;
}
.fs-l-footer__utility .fs-pt-menu__item::after {
display: none;
}

/*コピーライト*/
.fs-p-footerCopyright {
background-color: #333;
}

.fs-p-footerCopyright__text {
font-size: 1.1rem;
padding: 1.2rem;
}


#eventBanner-close_btn {
  display: none;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  position: fixed;
  z-index: 3;
  right: 0;
  transition: .9s;
  padding: 5px;
  background: rgba(255, 255, 255, 0.9); }
 
#eventBanner-close_btn.closeBanner {
-webkit-transform: translateY(150px);
transform: translateY(150px);
}

.fs-l-header__eventBanner {
transition: .9s;
}

.fs-l-header__eventBanner.closeBanner {
-webkit-transform: translateY(150px);
transform: translateY(150px);
}


.fs-p-footerUtilityMenu__list a::after {
/* デフォルトの右矢印を削除 */
display:none; 
}

/*=====
marginを追加する指定
=====*/
/* class併記でmargin-topを追加。margin-topの値を上書きするので、
   PC・スマホ各CSSの一番下のあたりの記述が望ましいです
	  スマホではPCより実際の値は少し小さくしています。		
	*/
.mt1r { margin-top:1rem; }
.mt15r { margin-top:1.5rem; }
.mt2r { margin-top:1.75rem; }
.mt25r { margin-top:2rem; }
.mt3r { margin-top:2.25rem; }
.mt35r { margin-top:2.5rem; }
.mt4r { margin-top:3rem; }
.mt5r { margin-top:4rem; }





/*---------- PCヘッダーの指定 ----------*/
.fs-p-headerNavBar {
 background-color:#f6f6f6;
 border-bottom: none;
 color: #333333;
 margin-bottom:30px;
}

.fs-p-headerNavigation__link:link,
.fs-p-headerNavigation__link:visited,
.fs-p-headerNavigation__link:hover,
.fs-p-headerNavigation__link:active {
 color: #333333;
 transition:all .2s;
 font-size: 1.2em;
}
.fs-p-headerNavigation__link:hover,
.fs-p-headerNavigation__link:active {
background-color:#cccccc;
}

fs-p-headerNavigation__listItem { /* liタグ */
padding: 0; margin: 0; flex-grow: 1; min-width:0;
}
.fs-p-headerNavigation__link i {
display:none; /* 不要なアイコンを非表示に */
}

.fs-p-headerNavBar a {
display:block;
padding:20px;
text-align: center;
}

.fs-p-headerNavigation__search { /* 検索窓の設定 */
flex-grow: 0;
width: 25em;
padding-right: 10px;
}

.fs-p-inputGroup__input { /* 検索窓の高さの設定 */
line-height: 2.2;
}

.fs-p-searchForm__button {
width: 2.6em; /* 検索虫眼鏡アイコンのボタン幅の調整 */
}
.fs-p-searchForm__button::before {
line-height: 1.6; /* 検索虫眼鏡アイコンの縦位置調整 */
}
.fs-p-inputGroup {
border: 2px solid #444444; /* 検索窓の境界線デザイン調整 */
}

/* 会員様へのご挨拶とポイント数表示 */
.fs-p-welcomeMsg {
display:block;
margin-left: 1rem;
}

.fs-p-memberInfo__points  {
display: inline-block;
margin-left: 1rem;
color: #900;
}

.fs-p-logo__lead { display:none; }
.fs-p-phoneOrder { display:none; }

/*---------------------------------------------
商品ページのCSS
---------------------------------------------*/

/* PC 商品ページのメインカラムを720pxに固定 */
/*
@media screen and (min-width: 960px) {
.fs-l-product2 .fs-l-productLayout {
    grid-template-columns: 720px auto;
 }
}
*/


.fs-c-breadcrumb__listItem > a,
.fs-c-breadcrumb__listItem > a:visited,
.fs-c-breadcrumb__listItem > a:hover,
.fs-c-breadcrumb__listItem > a:active {
text-decoration: none;
color: #666;
}
/* パンくずの商品名だけ冗長なので非表示 */
.fs-c-breadcrumb__list>.fs-c-breadcrumb__listItem:last-child,
.fs-c-breadcrumb__list--subgroup>.fs-c-breadcrumb__listItem:last-child {
 display: none;
}

.fs-c-breadcrumb__list {
  padding: 3px!important;/* デフォルトの5pxだと広がりすぎるので調整しています */
}

/* キャッチコピー 周りの調整 */
.fs-c-productNameHeading__copy {
font-size: 0.7em;
display: block;
margin-bottom: 0;
color: #777;
line-height: 1.4;
}

/* 商品名 周りの調整 */
.fs-c-productNameHeading__name {
  line-height: 1.4;
}

/*
.fs-c-productNameHeading__name::before {
  content: "本日ご購入で、ポイント10倍プレゼント！";
  font-size: 12px;
  background-color: #fff1f1;
  padding: 6px 10px;
  color: #900;
  display: block;
  border-radius: 99em;
  white-space: pre;
  width: 32em;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  margin-bottom: 0.5em;
}
*/


/* 返品・交換について 入荷お知らせメールについて ブロックのデザイン変更 */
.fs-p-card {
  background: rgba(126, 126, 126, 0.08);
  /* border: 1px solid #dfdfdf; */
  border: 2px solid #ddd;
  margin: 8px 0;
  padding: 12px;
  border-radius: 6px;
}

.fs-p-card__title {
  /* border-bottom: 1px solid currentColor; */
  border-bottom: none;
  font-size: 1.6rem;
  margin-top: 8px;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  margin-top: 0;
  border-radius: 5px 5px 2px 2px;
  box-shadow: 0 2px 1px #eee;
  font-weight: 600;
  color: #595959;
}

.fs-c-list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 1rem 0 .2rem;
}

/*
バリエーション毎の価格表示を、デフォルトの青からオレンジへ 
例：https://shop.sentire-one.co.jp/c/item/pm-te007sl
*/
.fs-c-productVariationPrice__price {
  color: #f39800;
}

.fs-c-productVariationPrice__addon,/* 税込 */
.fs-c-productVariationPrice__addon:not(.fs-c-productVariationPrice__addon--listed)::before,
.fs-c-productVariationPrice__addon:not(.fs-c-productVariationPrice__addon--listed)::after {
  color: #f39800;
}


/* 在庫切れ 表示 */
.fs-c-variationCart__variationName__stock--outOfStock {
  /* color: #555!important;
  font-weight: 500;   */
  color: #777!important;
  font-weight: 600;
}
.fs-c-variationCart__variationName__stock--outOfStock::before {
  content: "\02715";/* 在庫切れ の前に「✕」を表示 */
  display: inline-block;
  padding-right: 2px;
}

/* 在庫 残りわずか 表示 */
.fs-c-variationCart__variationName__stock--lowInStock {
font-size: 1.2rem;
color: #800;
font-weight: 600;
}
.fs-c-variationCart__variationName__stock--lowInStock::before {
  content: "\025b3";/* 在庫 残りわずかの前に「△」を表示 */
  display: inline-block;
  padding-right: 2px;
}


/* 商品ページ内 返品・交換について 入荷お知らせメールについて ブロックの リストスタイルの指定 */
.fs-c-list li::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin: auto 4px auto -8px;
  /* border: 4px solid #7c8790; */ 
  border-radius: 50%;
  box-sizing: content-box;
  background-color: #bbb;  
  border: none;
}


/*---------------------------------------------
検索・グループ ページのCSS
---------------------------------------------*/

.fs-c-productList {
  /* 新着順とかボタン */
  margin: 0 0;
}

/*詳細商品検索フォームをデフォルトで表示*/
/* .fs-p-productSearch__search {
  max-height: initial;
}
.fs-p-productSearch__form {
  transform: translateY(0);
}
.fs-p-productSearch__formSwitch {
  display: none;
} */

/*
検索ページのbodyタグ = .fs-body-search
カテゴリ（商品グループページ）のbodyタグ = .fs-body-category
*/

.fs-c-sortItems__label {
/*
text-align: center;
align-self: center;
color: inherit;
line-height: 1.4;
padding: 4px 8px;
*/
border: 1px solid currentColor;
}

.fs-c-sortItems {
border: none;
}
.fs-c-sortItems__list {
border-left: none;
}
/* 現在のページ */
.fs-c-pagination__item.is-active,
.fs-c-sortItems__list__item.is-active {
background-color: #900;
color: #fff;
}

/* 画像拡大虫めがね */
.fs-body-search .fs-c-productListItem__viewMoreImageButton,
.fs-body-category .fs-c-productListItem__viewMoreImageButton {
display: none;
}

/*
.fs-body-search .fs-c-productImageModalCarousel__figure,
.fs-body-category .fs-c-productImageModalCarousel__figure {
width: 100vw;
max-width: 100vw;
}
.fs-body-search .fs-c-productImageModalCarousel__figure__image,
.fs-body-category .fs-c-productImageModalCarousel__figure__image {
max-height: auto;
max-width: 100vw;
}
*/

.fs-body-search .fs-c-productName a,
.fs-body-search .fs-c-productName a:visited,
.fs-body-search .fs-c-productName a:hover,
.fs-body-search .fs-c-productName a:active,
.fs-body-category .fs-c-productName a,
.fs-body-category .fs-c-productName a:visited,
.fs-body-category .fs-c-productName a:hover,
.fs-body-category .fs-c-productName a:active {
color: #777;
}

/*商品一覧ページの不要なキャッチコピー表示を非表示に*/
.fs-body-search .fs-c-productName__copy,
.fs-body-category .fs-c-productName__copy {
display:none;
}
.fs-body-search .fs-c-productName__name,
.fs-body-category .fs-c-productName__name {
line-height: 1.5;
color: #777;
font-size: 12px;
}

.fs-body-search .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price,
.fs-body-category .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
color: #900;
font-size: 1.5rem;
margin-top: 1rem;
}
.fs-body-search .fs-c-productListItem__lowInStock,
.fs-body-search .fs-c-productListItem__outOfStock,
.fs-body-search .fs-c-productListItem__numberOfStock,
.fs-body-category .fs-c-productListItem__lowInStock,
.fs-body-category .fs-c-productListItem__outOfStock,
.fs-body-category .fs-c-productListItem__numberOfStock {
background: #f3f3f3;
border: 1px solid #eee;
color: #666;
padding:1rem 1rem;
}

/* 詳細を見るアイコン */
.fs-body-search .fs-c-button--plain.fs-c-button--viewProductDetail::before,
.fs-body-category .fs-c-button--plain.fs-c-button--viewProductDetail::before {
content: "\e92b";
color: #777;
}
/* カートアイコン */
.fs-body-search .fs-c-button--plain.fs-c-button--addToCart--list::before,
.fs-body-category .fs-c-button--plain.fs-c-button--addToCart--list::before {
content: "\e91f";
color: #777;
}



.fs-body-search .fs-c-button__label:link,
.fs-body-search .fs-c-button__label:visited,
.fs-body-search .fs-c-button__label:hover,
.fs-body-search .fs-c-button__label:active,
.fs-body-category .fs-c-button__label:link,
.fs-body-category .fs-c-button__label:visited,
.fs-body-category .fs-c-button__label:hover,
.fs-body-category .fs-c-button__label:active {
color:#777;
}



/* お気に入りに追加した商品 SP用 */
.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
color: #333;
padding-bottom: .5rem;
margin: 3rem auto 2rem;
}


/* レコメンドタグ スマホ */
#_rcmdjp_display_1,/* この商品を見たお客様はこれも見ています */
#_rcmdjp_display_2,/* 最近チェックした商品 */
#_rcmdjp_display_3/* レコメンドタグ 人気のお手入れ用品 */ {
width: 96%;
margin-left: 2%;
}


/* 見出し */
.fs-p-heading--lv2 {
  /* border-bottom: 2px solid currentColor; */
  color: #7c8790;
  font-size: 1.65rem;
}
#_rcmdjp_display_1 .fs-p-heading--lv2,/* この商品を見たお客様はこれも見ています */
#_rcmdjp_display_2 .fs-p-heading--lv2,/* 最近チェックした商品 */
#_rcmdjp_display_3 .fs-p-heading--lv2/* レコメンドタグ 人気のお手入れ用品 */ {
  margin: 2.5rem auto 1.25rem;
  border-bottom: none;
  font-weight: 600;
  color: #333;
}

#_rcmdjp_display_1 .fr2-listItem,
#_rcmdjp_display_2 .fr2-listItem,
#_rcmdjp_display_3 .fr2-listItem {
  font-size: 10px;
  line-height: 2.4;
}

/* img 角丸 */
#_rcmdjp_display_1 .fr2-listItem img,
#_rcmdjp_display_2 .fr2-listItem img,
#_rcmdjp_display_3 .fr2-listItem img {
  border-radius: 5px;
}
/* 10番目を非表示 */
#_rcmdjp_display_1 .fr2-listItem:nth-child(10) {
  display: none;
}

/* #_rcmdjp_display_1 .fr2-listItem__productName { */
  /* 商品名長いので非表示 */
/*display:none;*/
/* } */


/* レコメンドタグ 人気のお手入れ用品 スマホ */
/* #_rcmdjp_display_3 {
width: 96%;
margin-left: 2%;
} */

/* 見出し */
/* #_rcmdjp_display_3 .fs-p-heading--lv2 {
color: #333;
padding-bottom: .5rem;
margin: 2.5rem auto 2rem;
} */

/* #_rcmdjp_display_3 .fr2-listItem {
font-size: 10px;
line-height: 2.4;
} */

#_rcmdjp_display_3 .fr2-listItem:nth-child(n+7) {/* 7個目以上はスマホでは非表示 */
display: none;
}
 
#_rcmdjp_display_3 .fr2-listItem__productName {/* 商品名長いので非表示 */
display:none;
}

#_rcmdjp_display_3 .fr2-listItem__productPrice {/* プライス表示の上のマージンを少なく */
margin-top: -.6rem;
}




/* レコメンドタグ 閲覧数デイリーランキング スマホ */

.FS2_Recommend2_ranking_vertical caption {/* 見出し */
font-weight: bold;
font-size: 120%;
color: #333!important;
text-align: left;
padding: 1rem 1rem 1rem 1rem!important;
background: #f1f1f1!important;
border-radius: 5px!important;
margin-bottom: 1.5rem;
}

.FS2_Recommend2_ranking_vertical td {
/*
border-top: 1px solid #ddd;
background: #fff;*/
padding: 10px;
line-height: 1.3;
font-size: 11px;
}
.FS2_Recommend2_ranking_vertical a img {
width: 200px!important;
height: auto!important;
}

.FS2_Recommend2_ranking_vertical td .itemPrice {
color: #999;
display: block;
margin-top:-1rem;
}  

/*============================================================
 スマホの指定 ここから
============================================================*/
/*@media screen and (max-width: 768px) {*/

/*---------- スマホヘッダーの指定 ----------*/

.fs-p-headerNavigation__link:link,
.fs-p-headerNavigation__link:visited,
.fs-p-headerNavigation__link:hover,
.fs-p-headerNavigation__link:active {
font-size: 1em;
text-align: center;
}

.fs-p-headerNavBar a {
display:block;
padding:20px 0;
}

.fs-p-headerNavigation__search {
padding: 0 10px; /* スマホヘッダー検索の左右に余白を追加 */
}
/*}*/

nav.fs-c-breadcrumb,
div.fs-c-breadcrumb {
font-size: 1.2rem;
padding-left: 10px;
} 
nav.fs-c-breadcrumb {
/* 固定ヘッダーを使うため上に余白。ぱんくずリストが隠れないように指定しています。*/
margin-top: 1rem!important;
}


/*---------------------------------------------
ページ見出しのCSS
---------------------------------------------*/
.fs-c-heading--page {
background: #f3f3f3;
border-bottom: none;
color: #555;
font-weight: 500;
font-size: 1.4rem;
line-height: 1.2;
margin: 0 0 1.5rem;
padding: 1rem;
text-align: center;
}
 
/*---------------------------------------------
カテゴリページのCSS
---------------------------------------------*/

/* 独自コメント1内 新作一覧はこちら ボタン用 */
.category_page_new_icon {
  display: block;
  padding: .5em;
  border: 1px solid #900;
  color: #900;
  margin: 1em auto 0;
}

.dakota_newitem_list_link {
  display: block;
  width: 14em;
  margin-left: auto;
  margin-right: 0;
}


.fs-c-subgroupList {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
margin: 8px 0;
padding: 1px 0 0 1px;
justify-content: space-between;
}
.fs-c-subgroupList__item {/* li */
flex-grow: 0;
flex-basis: auto;
/*margin-top: -1px;*/
margin-bottom: 1rem;
width: 48.5%;
border-radius: 5px;
}


.fs-c-subgroupList__link,
.fs-c-subgroupList__link:visited,
.fs-c-subgroupList__link:hover,
.fs-c-subgroupList__link:active {
background-color: #f9f9f9;
border: 1px solid #dddddd;
border-radius: 3px;
font-size: 1.1rem;
padding: 1rem 1rem 1rem 1rem;
text-align: center;
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
transition-delay: 0s;
display: -ms-grid;
display: grid;
-ms-grid-columns: auto 1fr 1.2em;
grid-template-columns: auto 1fr 1.2em;
-ms-grid-rows: 1fr auto;
grid-template-rows: 1fr auto;
align-items: center;
height: 100%;
text-decoration: none;
}

/* カテゴリページ（グループページ） 詳細を見る テキスト */
.fs-c-productList__list .fs-c-button__label {
  color:#777;
}





/*---------------------------------------------
商品ページのCSS
---------------------------------------------*/

.fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
.fs-c-button--particular.fs-c-button--displayPassword::before,
.fs-c-button--particular.fs-c-button--hidePassword::before { 
 color: #990000;
}

/* お気に入りを見る 詳細を見る */
.fs-c-wishlistProduct .fs-c-button--plain {
color: #3c3c3c;
}

/* カラー カートに入れるボタンの上の見出し */
.fs-c-variationLabel {
  margin-top: .7em;
  padding: .4em .6em;
  background-color: #f3f3f3;  
}

/* バリエーション カートに入れるボタンの指定 */
.fs-c-button--primary.fs-c-button--addToCart--variation {
background: #990000;
border: none;
color: #fff;
font-size: 1.25rem;
min-width: 100%;
/* padding: 1.3rem 1.3rem 1.2rem 1.3rem; */
height: 41px
}

/*@media screen and (min-width:415px) and (max-width:719px) {*/
/* ブランド毎ランキング iframe の幅等を調節 */
.fs-p-productDescription .dakota_rank,
.fs-p-productDescription--full .dakota_rank {
width: 100%;
height: 1390px;
}

.fs-p-productDescription .dakota_rank,
.fs-p-productDescription--full .dakota_rank,
.fs-p-productDescription .pmo_rank,
.fs-p-productDescription--full .pmo_rank,
.fs-p-productDescription .corbo_rank,
.fs-p-productDescription--full .corbo_rank {
display: none; /* スマホでは縦幅使いすぎるので非表示にしておく場合に display:noneを使用 */
}



.fs-p-productDescription .dakota_fair,
.fs-p-productDescription--full .dakota_fair {
width: 100%;
height: 560px;
display: none;
}

.welcome_rank {
  height: 1390px;
}

/* ====================
商品ページ内

  こちらも見られています
  同じ●●シリーズをもっと見る
==================== */

.soc-relatedItems__title {
  padding: .5em 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;    
}
.soc-relatedItems__productListItemLink:link,
.soc-relatedItems__productListItemLink:visited,
.soc-relatedItems__productListItemLink:hover,
.soc-relatedItems__productListItemLink:active {
  text-decoration: none;
  color: #900;
}
.soc-relatedItems__productListItemLink > * {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .75em;
  gap: 10px;
  text-decoration: none;
  font-size: .9em;
}
.soc-relatedItems__productListItemLink + .relatedItems__productListItemLink {
  margin-top: .75em;
}
.soc-relatedItems__productListItemLink > * > *:nth-child(1) {
  /* flex-shrink: 1.5; */
  width: 120px;
}
.soc-relatedItems__productListItemLink > * > *:nth-child(2) {
  /* flex-shrink: 1.5; */
  width: calc(100% - 120px);
}
.soc-relatedItems__productListItemLink > * > * > img {
  display: block;
  /* flex-shrink: 2.5; */
  border-radius: 5px;
  width: 100%;
  height: auto;
  /* vertical-align: top; */
}

.soc-relatedItems__productListItemLinkDesc {
  display: block;
  margin-top: .25em;
  font-size: .9em;
  text-decoration: none;
  line-height: 1.4;
  color: #555;
}

.soc-button__sameSeries {
  margin-top: 1em;
}

.soc-button__sameSeriesLink {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 1em;
  border-radius: 99em;
  width: 75%;
  font-size: .9em;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  color: #fff!important;
  background: #333;
}

.soc-button__sameSeriesLink::before {
  display: block;
  position: absolute;
  right: 10%;
  top: calc(50% - 0.35em);
  content: "";
width: 8px;
height: 8px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

/*============================================================
 スマホの指定 ここまで
============================================================*/




/*============================================================
/* ノベルティフェアとランキングのアイフレームの高さ調節ここから
(スマホ以上PC以下の指定)
============================================================*/

/*@media screen and (min-width:720px) {*/

/* ノベルティ iframe の幅・高さを調節*/

/*  Dakotaランキングとノベルティ アイフレームの幅と高さ調節*/
.fs-p-productDescription .dakota_rank,
.fs-p-productDescription--full .dakota_rank {
width: 100%;
height: 370vw;
display: none;/* スマホ長すぎるので非表示 */
}

.fs-p-productDescription .dakota_fair,
.fs-p-productDescription--full .dakota_fair {
width: 100%;
height: 150vw;
display: block;
}

/*  Dakota_BLACK_LABELランキングとノベルティ アイフレームの幅と高さ調節　*/
.dakota-bkl_rank {
width: 100%;
height: 378vw;
display: block;
}

.dakota-bkl_fair {
width: 100%;
height: 150vw;
display: block;
}

/*  corbo.ランキングとノベルティ アイフレームの幅と高さ調節*/
.corbo_rank {
width: 100%;
height: 370vw;
display: block;
}

.corbo_fair {
width: 100%;
height: 150vw;
display: block;
}

/*  alberoランキングとノベルティ アイフレームの幅と高さ調節　*/
.albero_rank {
width: 100%;
height: 370vw;
display: block;
}

.albero_fair {
width: 100%;
height: 150vw;
display: block;
}

/*  ALBERO da Liberoランキングとノベルティ アイフレームの幅と高さ調節 */
.albero_dli_rank {
width: 100%;
height:360px;
display: block;
}

.albero_dli_fair {
width: 100%;
height: 150vw;
display: block;
}

/*  HERGOPOCHランキングとノベルティ アイフレームの幅と高さ調節　*/
.hergopoch_rank {
width: 100%;
height: 370vw;
display: block;
}

.hergopoch_fair {
display: block;
width: 100%;
height: 150vw;
}

/* gentenノベルティ アイフレームの高さ調節　*/
.genten_rank {
width: 100%;
height: 370vw;
display: block;
}

.genten_fair {
width: 100%;
height: 150vw;
display: block;
}

/*  dangentenランキングとノベルティ アイフレームの幅と高さ調節　*/
.dangenten_rank {
width: 100%;
height: 200vw;
display: block;
}

.dangenten_fair {
width: 100%;
height: 150vw;
display: block;
}

/*  beaudessinランキングとノベルティ アイフレームの幅と高さ調節　*/
.beaudessin_rank {
width: 100%;
height: 370vw;
display: block;
}

.beaudessin_fair {
width: 100%;
height: 150vw;
display: block;
}

/*  PELLE MORBIDAランキングとノベルティ アイフレームの幅と高さ調節　*/
.pmo_rank {
width: 100%;
height: 370vw;
display: block;
}

.pmo_fair {
width: 100%;
height: 150vw;
display: block;
}

.pmo_fair2, .pmo_fair2a {
width: 100%;
height: 150vw;
display: block;
}


/*  PELLE MORBIDA LCランキングとノベルティ アイフレームの幅と高さ調節　*/
.pmo_lc_rank {
width: 100%;
height:360px;
display: block;
}

.pmo_lc_fair {
width: 100%;
height: 150vw;
display: block;
}

.pmo_lc_fair2, .pmo_lc_fair2a {
width: 100%;
height: 150vw;
display: block;
}

/*  SONNEランキングとノベルティ アイフレームの幅と高さ調節　*/
.sonne_rank {
width: 100%;
height: 90vw;
display: block;
}

.sonne_fair {
width: 100%;
height: 150vw;
display: block;
}

/*  BAGGYPORTノベルティ ランキング アイフレームの高さ調節　*/
.baggy_rank {
width: 100%;
height:370vw;
display: block;
margin:0 auto 1em;
}

.baggy_fair {
width: 100%;
height: 150vw;
display: block;
margin:0 auto 1em;
}

/*  BAGGYPORT KON&ACR プレゼント用（×2：1700px　×2+アメダス：2410px）　*/
.baggy_fair3 {
width: 100%;
height: 150vw;
display: block;
}

/*  BAGGY'S ANNEXノベルティ ランキング アイフレームの高さ調節　*/
.baggysannex_rank {
width: 100%;
height:370vw;
display: block;
margin:0 auto 1em;
}

/*  SEAGULL SHIPノベルティ ランキング アイフレームの高さ調節　*/
.seagullship_rank {
width: 100%;
height: 370vw;
display: block;
}

.seagullship_fair {
width: 100%;
height: 150vw;
display: block;
}

/*  Mondランキングとノベルティ アイフレームの幅と高さ調節　*/
.mond_rank {
width: 100%;
height: 200vw;
display: block;
}

.mond_fair {
width: 100%;
height: 150vw;
display: block;
}

/*  CLEDRANランキングとノベルティ アイフレームの幅と高さ調節　*/
.cledran_rank {
width: 100%;
height:370vw;
display: block;
}

.cledran_fair {
width: 100%;
height: 150vw;
display: block;
}

/*  FRAME WORKランキングとノベルティ アイフレームの幅と高さ調節　*/
.framework_rank {
width: 100%;
height:370vw;
display: block;
}

.framework_fair {
width: 100%;
height: 150vw;
display: block;
}

/*  Lujanランキングとノベルティ アイフレームの幅と高さ調節　*/
.lujan_rank {
width: 100%;
height:370vw;
display: block;
}

.lujan_fair {
width: 100%;
height: 150vw;
display: block;
}

/*  Rucca di Luceノベルティ アイフレームの高さ調節　*/
.rucca_rank {
width: 100%;
height: 200vw;
display: block;
}

.rucca_fair {
/* 新スクエアサイズ */
width: 100%;
height: 150vw;
/*height:760px;*/
display: block;
}

/*  TIDEWAYランキング アイフレームの幅と高さ調節　*/
.tideway_rank {
width: 100%;
height:90vw;
display: block;
}

/*  ACATEランキング アイフレームの幅と高さ調節　*/
.acate_rank {
width: 100%;
height:90vw;
display: block;
}

/*  airlistランキングとノベルティ アイフレームの幅と高さ調節　*/
.airlist_rank {
width: 100%;
height:90vw;
display: block;
}

/*  Ficoランキングとノベルティ アイフレームの幅と高さ調節　*/
.fico_rank {
width: 100%;
height:90vw;
display: block;
}

/*  POMTATAランキングとノベルティ アイフレームの幅と高さ調節　*/
.pomtata_rank {
width: 100%;
height:90vw;
display: block;
}

/*  VIA DOANランキング アイフレームの幅と高さ調節　*/
.viadoan_rank {
width: 100%;
height:90vw;
display: block;
}

/*  VIOLAd'OROランキング アイフレームの幅と高さ調節　*/
.violadoro_rank {
width: 100%;
height:90vw;
display: block;
}

/*  BASARA TYOランキング アイフレームの幅と高さ調節　*/
.basara-tyo_rank {
width: 100%;
height:90vw;
display: block;
}

/*  box21ランキング アイフレームの幅と高さ調節　*/
.box21_rank {
width: 100%;
height:90vw;
display: block;
}

/*  TRIONランキング アイフレームの幅と高さ調節　*/
.trion_rank {
width: 100%;
height:90vw;
display: block;
}

/*  CIEランキング アイフレームの幅と高さ調節　*/
.cie_rank {
width: 100%;
height:90vw;
display: block;
}

/*  AS2OVランキング アイフレームの幅と高さ調節　*/
.as2ov_rank {
width: 100%;
height:90vw;
display: block;
}

/*  CABIN ZEROランキング アイフレームの幅と高さ調節　*/
.cabinzero_rank {
width: 100%;
height:90vw;
display: block;
}

/*  MAKAVELICランキング アイフレームの幅と高さ調節　*/
.makavelic_rank {
width: 100%;
height:90vw;
display: block;
}

/*  beruf baggageランキング アイフレームの幅と高さ調節　*/
.berufbaggage_rank {
width: 100%;
height:90vw;
display: block;
}

/*  WONDER BAGGAGEランキング アイフレームの幅と高さ調節　*/
.wonderbaggage_rank {
width: 100%;
height:90vw;
display: block;
}

/*  SMLランキング アイフレームの幅と高さ調節　*/
.sml_rank {
width: 100%;
height:90vw;
display: block;
}

/*  Un coeurランキング アイフレームの幅と高さ調節　*/
.uncoeur_rank {
width: 100%;
height:90vw;
display: block;
}

/*  BRIEFINGランキング アイフレームの幅と高さ調節　*/
.briefing_rank {
width: 100%;
height:90vw;
display: block;
}


/*  オリジナルのノベルティ アイフレームの高さ調節　*/
.original_fair {
width: 100%;
height: 150vw;
display: block;
}
/*}*/
/*============================================================
/* ノベルティフェアとランキングのアイフレームの高さ調節ここまで
(スマホ以上PC以下の指定)
============================================================*/


/*============================================================
/* sentire アイテム QRコードパターン item_qr.html用ここから
============================================================*/

/* iframe周りの指定 ※classで一括指定しています。 */
.item_qr_iframe {
display: none; /* スマホでは不要 */
}

.item_qr_iframe_wide {
display: none; /* スマホでは不要 */
}
/* w720 PC商品ページ 幅指定とフォント指定（PC商品ページで子要素の100%=720pxにするための大ボックス） */

/*============================================================
/* sentire アイテム QRコードパターン item_qr.html用ここまで
============================================================*/


/*============================================================
/* 幅720px　商品ページレイアウト用ここから
============================================================*/

/* 幅720px商品ページの大枠 */
/*.item_main_box {
width:720px;
}*/
.item_width_box {
font-family: Meiryo,"Hiragino Kaku Gothic ProN","MS PGothic"/*,sans-serif !important*/;
width:100%;
}

/* 商品ページの商品タイトルとキャッチ用 */
.item_tit {
width: 100%;
text-align: center;
color: #f60;
font-size: 1.3em;
font-weight: bold;
margin:0 auto 2em;
}


/*===== W720 メインイメージ1～3のスタイル =====*/
.item_img_wrap { /* メインイメージ画像1～3を囲むwrap */
 width: 100%; height: auto;/*720px*/ margin: 0 auto 1em; background: #f9f9f9; position: relative;
}
.item_img_wrap img { width:100%; height:auto;/*720px;*/ }
/* メインイメージ画像1～3を囲むwrapの中のイメージを縮小して縦横センター揃え */
/* 縮小したい画像にclass="mini600"を記述 */
.item_img_wrap img.mini600 {
 width: 100%; height: 600px; position: absolute; top: 50%; left: 50%;
 -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}
/* メインイメージ3がシリーズ説明イメージのとき用 */
.item_series_wrap img { width:720px; height:auto; }

/* イメージ スライドショー iframe を display:blockに、かつセンター揃え */
.slide_iframe {
 width: 100%;
 display: block;
 margin:2em auto;
 text-align:center;
}
/* イメージ スライドショー iframe をdisplay:blockに、かつ左揃え */
.slide_iframe_left {
 width: 100%;
 display: block;
 margin:2em auto 2em 0;
 text-align:left;
}

/* イメージ スライドショー iframe をdisplay:blockに、かつセンター揃え */
.slide_iframe_720 {
 width: 100%x;
 display: block;
 margin:2em auto;
 text-align:left;
}

/* イメージ スライドショー iframe をdisplay:blockに、かつ左揃え */
.slide_iframe_720_left {
 width: 100%;
 display: block;
 margin:2em auto 2em 0;
 text-align:left;
}


/*===== W720 カラー画像とディテール画像 =====*/
.item_code_wrap {
 width: 100%;
 margin:0 auto 1em;
}
.item_code_wrap img {
 width: 100%;
 border: none;
}

/*===== W720 商品サイズ画像とアイコン欄 =====*/
.size_table {
 font-family: Meiryo,"Hiragino Kaku Gothic ProN","MS PGothic",sans-serif !important;
 background: #fff;
 width: 100%;
 margin:0 auto 1em;
}
.size_table img {
 width: 100%;
}
.size_table table font {
 font-size: 16px/*20px*/!important ;
 line-height: 1.5;
}
/* スマホではbold、PCではnormalに */
.size_table table font b {
 font-weight: bold /*normal*/;
}

/*===== W720 商品スペック欄 =====*/
.spec_table {
 width: 100%;
 margin: 0 auto 3em;
 display: block;
 font-family: Meiryo,"Hiragino Kaku Gothic ProN","MS PGothic",sans-serif !important;
 background: #fff;
}
.spec_table table {
 width: 100%;
 border-collapse: collapse;
 font-size: 15px;
 line-height: 1.5;
}
.spec_table table td {
 border: 1px solid #ccc;
 padding: 10px
}

.spec_table table tr td:first-child { width:140px; }
.spec_table table tr td:last-child { width:540px; }

/* ※印等で始まる複数行テキストの見栄えを整えています .spec_table tabel の pタグの中の一行目だけ1字下げ */
.spec_table table p { text-indent:-1em; padding-left:1em; margin-bottom:8px; }
.spec_table table p:last-child { text-indent:-1em; padding-left:1em; margin-bottom:0; }

.spec_table table td a{
 text-decoration:underline;
 color:#04c;
}

/* 素材・シリーズ・回遊・その他バナー を包むようにdivタグに指定。 ※width="100%"を幅720pxに合わせる */
/* spはclass指定できないので注意 */
.item_w720ba {
display: block;
width: 100%;
margin: 0 auto 1em;
}
.item_w720ba img {
width: 100%;
border:none;
text-align: center;
}
/* PELLE MORBIDA ブランドページへバナー */
.item_pellemorbida_ba {
display: block;
width: 100%;
height:230px;
margin: 0 auto 2em;
}

/* PELLE MORBIDA LC ブランドページへバナー */
.item_pellemorbida_lc_ba {
display: block;
width: 100%;
height:230px;
margin: 0 auto 2em;
}

/* コルボキュリアスインタビュー バナー */
.curious_intv {
 font-size:12px;
 line-height:1.5em;
 text-decoration:underline;}

/* ギフトラッピング バナー */
/* 幅570px */
.p_wrap {
 width: 100%;
 height:auto;
 margin:20px auto 20px 0;
}

/* 幅720px  ※.item_width_boxを幅720pxの際のトリガーにしています。 */
.item_width_box .p_wrap {
 width: 100%;
 height:auto;
 margin:20px auto;
}

/* 幅720px ※トリガーなし分  */
.p_wrap_720 {
 width: 100%;
 height:auto;
 margin:20px auto 40px;
}


/* 商品ページ オリジナルチャーム バナー */

/* 幅570px */
/*.charm_bnr {
 width:570px;
 height:auto;
 margin:20px auto 20px 0;
}*/
/* 幅720px */
.charm_bnr {
 width:100%;
 height:auto;
 margin:20px auto;
}


/* 商品ページ PELLE MORBIDA バッグインバッグ リンクバナー */

/* 幅570px */
.pm_case001_bnr {
 width:100%;
 height:auto;
 margin:20px auto 20px 0;
}
/* 幅720px  ※.item_width_boxを幅720pxの際のトリガーにしています。 */
.item_width_box .pm_case001_bnr {
 width:100%;
 height:auto;
 margin:20px auto;
}

/* 商品ページ内ブランドの詳細はこちら */
.brand_info {
width: 100%;
margin: 0 auto 2em;
text-align: right;
}
/*
===== 商品ページカート下 商品説明文をいじってます（主にtableスペック表記の調整用) =====
*/
.item_desc .spec_table table {
width: 100%;
border-collapse: collapse;
font-size: 12px;
line-height: 1.5;
margin: 1em 0 .5em;
}
.item_desc .spec_table table td {
border: 1px solid #ccc;
padding: 6px;
}

.item_desc .spec_table table tr td:first-child { width: 20%; }
.item_desc .spec_table table tr td:last-child { width: 80%; }

/* ※印複数行などの見栄えを整える .spec_table tabel の pタグの中の一行目だけ1字下げ */
.item_desc .spec_table table p { text-indent:-1em; padding-left:1em; }

/* PELLE MORBIDA 商品ページ内 インタビューと動画 クロコとリザード */
.intv_pelle {
width:100%;
margin:50px auto 80px;
}
.intv_pelle img {
width:100%;
}
.intv_pelle span {
font-size:15px; line-height:1.5em; text-decoration:underline;
}
/* 干場義雅氏 動画コメント */
.movie_yoshimasa_hoshiba_pc {
width: 100%;
padding: 19px;
background-color: #c7bda9;
}
.movie_yoshimasa_hoshiba_pc iframe {
 border:1px solid #000000;
}
.movie_yoshimasa_hoshiba_pc img {
width: 100%;
}

/*=== ヌメ革のお手入れへのリンクバナーW720用 ===*/
.ba_numelink { width:100%; margin:20px 0; }
.ba_numelink img { width:100%; }
.ba_numelink p { text-align:right; }

/*=== ヌメ革のお手入れへのリンクバナーW580用(リッチ対応後削除) ===*/
.ba_numelink_580 { width:100%; margin:20px 0; }
.ba_numelink_580 img { width:100%; }
.ba_numelink_580 p { text-align:right; }

/*============================================================
/* 幅720px　商品ページレイアウト用ここまで
============================================================*/




/*============================================================
/* youtube（iframe）レイアウト用ここから
============================================================*/

/* 商品ページのYouTube動画 自由に指定したやつ */
.item_page_movie {
width:100%;
margin: 0 auto;
height: 405px
}

.item_page_movie iframe {
width:100%;
height: 405px
}

/*============================================================
/* youtube（iframe）レイアウト用ここまで
============================================================*/
fs-l-header {
display: none;
}

/*============================================================
/* class併記で特定の装飾をプラス  例 <a class="btn_hoge bdrdus-5px">
============================================================*/

/* boxshadow */
.bxshadow-2px { box-shadow: 0 2px 2px #ddd; }
.bxshadow-3px { box-shadow: 0 3px 3px #ddd; }
.bxshadow-5px { box-shadow: 0 5px 5px #ddd; }
.bxshadow-8px { box-shadow: 0 8px 8px #ddd; }
.bxshadow-10px { box-shadow: 0 10px 10px #ddd; }
.bxshadow-15px { box-shadow: 0 15px 15px #ddd; }

.round-3px { border-radius: 3px; }
.round-5px { border-radius: 5px; }
.round-8px { border-radius: 8px; }
.round-10px { border-radius: 10px; }
.round-15px { border-radius: 15px; }
.round-20px { border-radius: 20px; }
.round-25px { border-radius: 25px; }
.round-30px { border-radius: 30px; }
.round-40px { border-radius: 40px; }
.round-50px { border-radius: 50px; }

/*============================================================
/* PC スマホ 表示非表示
============================================================*/

.pc_show { display: none; }
.sp_show { display: block; }




