@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Comfortaa');

/* =================================
            main visual
================================= */

a {
  text-decoration:none!important; 
}

[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: 1rem;
}

@media(min-width:600px){/*PCのとき非表示*/
    .sp{
        display: none !important;
    }
}
@media(max-width:599px){/*スマホのとき非表示*/
    .pc{
        display: none !important;
    }
}

.fs-c-documentColumn__content{
  gap: 5px;
}

/* =================================
            main visual下テキスト
================================= */

.mainSlider_txt {
  background-color: #F5F5F5;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 8px;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  max-width: 100%;
}


/* =================================
            マイページ画面
================================= */
@media screen and (max-width: 768px){
    .fs-c-accountService__page{
        flex-basis:48%;
    }
    .fs-c-accountService__page--couponList{
        flex-basis:100%;
    }
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: 0 0 0px #b2b2b2;
}

.fs-p-accountInfo__header{
    margin: 10px;
}

.fs-c-couponName__discount{
    background: #c93037;
}
.fs-c-couponExpiration__notice,.fs-c-couponAppliedCondition__notice,.fs-p-accountInfo__point__point__available__number{
    color: #c93037;
}
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number{
    color: #c93037;
}

/* =================================
            ヘッダーナビゲーション改良
================================= */
.header-event-obi{
    background: #F7C8CE;
    color: #6E1D38;/*通常ver*/
    padding: 8px 16px;
    text-align: center;
    width: 100%;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 auto 8px;
}
@media screen and (max-width: 768px){
    .header-event-obi{
        font-size: 1.2rem;
    }

}
.fs-l-header{
    padding-top: 0px;
}
@media screen and (min-width: 960px){
  .fs-l-header__leftContainer {
    align-self: center;
  }
}

.fs-p-logo{
  padding: 2px;
}
.fs-p-drawerButton__icon{
  font-size: 2rem;
}
.fs-l-header__logo{
  align-self: center;
}
.fs-p-drawerButton__label{
  display:none;
}

.fs-l-header__welcomeMsg, .fs-l-header__welcomeMsg.is-ready{
  display:none;
}

.fs-p-headerNavigation{
  display:block;
}
.fs-p-headerNavBar{
  padding:10px 0;
  background:#fff;/*#f7f7f7;*/
  border-top: 1px solid #E9E7E9;
  border-bottom: 1px solid #E9E7E9;
}
@media screen and (max-width: 768px){
    .fs-p-headerNavBar{
        padding:0;
    }
    .fs-p-headerNavigation__link > i{
        font-size: 2rem;
    }
  .fs-p-logo__image {
      max-height: 32px;
  }
}

.fs-p-headerNavigation__link:link,
.fs-p-headerNavigation__link:visited{
  color:#333;
}
.fs-p-headerNavigation__list > li{
  text-align: center;
  justify-content: center;
}

@media screen and (min-width: 768px){
  .fs-l-header__contents{
    max-width: 1216px;
    margin: 0 auto;
  }
  .fs-p-headerNavigation__link{
    font-size: 1.2rem;
  }
  .fs-l-header__utility{
    grid-template-rows: 1fr;
  }

}

@media screen and (min-width: 768px){
  .fs-p-headerNavigation__listItem a{
    display: block;
    width: 100%;
    height: 100%;
  }
}

/* =================================
            パンくずリスト改良
================================= */
.fs-c-breadcrumb{
  max-width: 1216px;
  margin: 10px auto;
}

.fs-c-breadcrumb__list--subgroup{
  display: none;
}



/* =================================
            サイドバー改良
================================= */
.fs-l-sideArea{
  width: 240px;
}

.fs-p-drawer__heading{
  display:none;
}

.fs-p-heading{
  font-size: 15px;
  font-weight: bold;
}

.fs-p-sideMenu .fs-pt-menu__heading--lv1{
  border: 0px solid #999999;
  border-bottom: 1px solid #E9E7E9;
  font-size: 14px;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv2{
  border-bottom: 0px solid #999999;
  background: #F2F2F2;
  padding: 8px 0 8px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px){
  .fs-clientInfo.is-ready{
    margin-bottom: 30px;
  }
}

.fs-p-inputGroup{
  border: 1px solid #0d223f;
  background: #0d223f;
}
.fs-p-inputGroup__button{
  background: #0d223f;
  color: #fff;
}
.fs-p-searchForm__button::before{
  padding: 8px 0;
}

/* =================================
            フッター改良
================================= */
.fs-l-footer{
  border-top: 1px solid #fff;
}
@media screen and (max-width: 960px){
.fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a {
  border-top: 1px solid #999;
}
.fs-p-footerUtilityMenu__list > li:not(:first-child) a {
  border-top: 1px solid #999;
}
}
.fs-l-footer__utility .fs-p-footerUtilityMenu{
  font-size: 1.2rem;
}

@media screen and (max-width: 768px){
  .fs-p-footerCopyright{
    padding:15px 0 68px 0;
  }
}
/* =================================
      トップページ改良
================================= */
.fs-p-dateList > li:last-child{
  padding-bottom: 15px;
}
.fs-p-dateList > li{
  padding: 15px 0 0;
}
.fs-p-dateList > li time:first-child {
  padding: 5px 20px 5px;
  background: #c0c0c0;
  color: #333;
}
/*H2見出し*/
.fs-p-heading--lv2{
  font-size: 2rem;
  font-weight:bold;
  font-family: 'Comfortaa';
  letter-spacing: .1em;
  color:#0d223f;
  text-align: center;
  border-bottom: 0px solid currentColor;
  background: linear-gradient(90deg, #0d223f 0% 33%, #0d223f 33% 66%, #0d223f 66%);
  background-repeat: no-repeat;
  background-size: 4rem 0.1rem;
  background-position: bottom;
  padding-bottom: 1.2rem;
}
/*ピックアップブランド*/
.pickup-brand .fs-pt-column__heading{
  text-align: center;
  font-size: 1em;
}

.pickup-brand .fs-pt-column__image > img{
  padding: 18px 20px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 599px){
  .fs-pt-column--4{
    grid-template-columns:1fr 1fr;
  }
.fs-pt-column--2{
    grid-template-columns:1fr 1fr;
  }
}
}

/* =================================
            カート画面改良
================================= */
.fs-p-announcement__title{
  font-weight: bold;
  padding: 12px 12px;
  background: #F2F2F2;
  color: #000000;
  font-size: 14px;
}
.fs-c-list li{
  padding-top: 5px;
}
.fs-c-continueShopping{
  text-align: center;
}
.fs-p-linkButton{
  line-height: 1;
  padding: 12px 15px;
  background: #333;
  border: 1px solid #333;
  border-radius: 20px;
  color: #fff;
  transition: 0.5s;
}

a.fs-p-linkButton,
a.fs-p-linkButton:hover,
a.fs-p-linkButton:visited,
a.fs-p-linkButton:active{
  color: #fff;
}

.fs-p-linkButton:hover{
  opacity: 0.8;
}

.fs-c-button--continueShopping.fs-c-button--standard{
  font-size: 1.5rem;
  display: block;
  padding: 16px 0px;
  box-shadow: 0 0 0px #b2b2b2;
  background: #333;
  border-radius: 20px;
  color:#fff;
}

.fs-c-button--standard:visited{
  color:#fff;
}

.fs-c-button--secondary{
  width: 100%;
}


/* =================================
            ここから金子
================================= */

/* =================================
       サブカテゴリーボタン　リスト変形8/9
================================= */
.fs-c-subgroupList__link { 
　　　　　　　/*ボタンの形状*/
    display: inline-block;
    padding: 10px 25px;  
    border-radius:30px;
    text-decoration: none;
    border:1px solid #0c0c0c;
    color: #0c0c0c;
    outline: none;

    /*アニメーションの指定*/ 
    transition: all 0.4s ease-out;
}
.fs-c-subgroupList__link:hover{
    /*ボタンの形状*/
    border-color:transparent;
    color: #0c0c0c;
}

/* =================================
カテゴリーページ（カテゴリーのテキスト下線消す）
================================= */
.fs-c-heading--page {
  border-bottom: 0px solid currentColor;
}

/* =================================
            ヘッダー幅
================================= */
.fs-l-header__contents {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 40％　20％　40％;
    align-items: start;
}/**　ヘッダー幅　**/

/**.fs-p-logo{  
 max-height: 80px;
}　ヘッダーロゴサイズ　**/

.fs-l-header__contents {
height: 50px;
}/**　ヘッダーサイズ　**/

.fs-p-footerCopyright {
padding: 20px;
}/**　フッターサイズ　**/

.fs-p-logo{
  margin-left: 20px;
}
/*topロゴ左余白 */

.fs-c-productNameHeading{
  font-weight :normal;
 }/* サブコメント文字細く */

.fs-p-footerCopyright{
  color: black;
 }

.fs-p-snsArea{
  text-align: center;
  margin: 0 auto;
}/*アイコン中心に*/

.text-decoration{
  none;important; 
}/*カーソルを合わせると、下線が表示されるのを防ぐ*/

.fs-p-headerNavBar{
  padding: 10px 0;
}/*ナビゲーションバーの太さを変える*/

.fs-p-headerNavigation {
 flex-wrap: nowrap;
}/*ナビゲーションバーの太さを変える*/

.fs-p-headerNavBar{
  border-bottom: 0px solid #6e6e6e;
}/*ナビゲーションバー下の灰色の線を非表示*/

.fs-l-sideArea{
  width: 240px;
}/*サイドバーの幅を少し広げる*/

.fs-l-header__welcomeMsg fs-clientInfo is-ready{
  max-width: 1400px;
}/*画面最大幅*/

/*.fs-pt-carousel img {
   max-width: 30vw;
}インティメイトカルーセル画像*/


.header-event-obi{
  background: #bcb8b7;
  color: black;
  padding: 8px 16px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 0 auto 8px;
}

.fs-l-header{
padding-top: 0px;
}

@media screen and (max-width: 768px){
  .header-event-obi{
    font-size: 1.2rem;
  }

}/*ヘッダー送料無料*/

/*---------- ここから送料無料文字を点滅させる ---------- */
.blinking{
　　　　　　　　-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
/*---------- ここまで送料無料文字を点滅させる ---------- */

/*---------- ショッピングを続けるボタンを中心に---------- */
.fs-c-continueShopping{
  color: #black;
  padding: 8px 16px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 auto;
}
@media screen and (max-width: 768px){
  .fs-c-continueShopping{
    font-size: 1.2rem;
  }
.fs-c-continueShopping{
      padding-top: 0px;
      }
 }

/*---------- 画面最大幅---------- 

.fs-body-top{
    max-width: 1600px;
    margin: 0 auto;
}*/

.fs-p-headerNavigation{
　　　　flex-wrap: flex-wrap: nowrap;
}

/*---------- 商品ページ買いたい個数---------- */
.fs-c-quantity{
max-width: none;
width: 90%;
}
/*---------- お気に入り幅---------- */
.fs-c-productQuantityAndWishlist__wishlist{
width: 100%;
}
/*---------- 個数選べる矢印---------- */
.fs-c-quantity__select, select[name="quantity"] {
-webkit-appearance: menulist;
}

/*---------- 画像ロック（PC)画像の右クリック持ち出し禁止---------
img{
  pointer-events: none;
}*/

/*---------- 画像ロック（モバイル)画像の右クリック持ち出し禁止---------- 
img{
   webkit-touch-callout:none;
   webkit-user-select:none;
   moz-touch-callout:none;
   moz-user-select:none;
   user-select:none;
}　　　*/

/* カテゴリ部分背景色 */
.ffs-p-sideMenu .fs-pt-menu .fs-pt-menu--lv1{
  background-color:#f6eaea
  }

.fs-c-button--primary{
  font-size: 1.4rem;
  padding: 1.7em 1em; /*ボタンはこ余白*/
  width: 100%;
  font-weight: bold;
}/*カートに入れるボタン大きさ　色はコマースクリエーターで*/

.fs-c-button--primary::before {
  font-family: 'fs-icon' !important; /*フォント　重要*/
  content: "\e91e";/*文字種類*/
  margin-right: 7px;
  }/*かごアイコン表示*/

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
  font-weight: bold;/*販売価格文字太さ*/
  color: black;
  }/*販売価格文字*/


/*-------高額購入割引特典の調整-------※送料変更時必ずこちらチェックする！！！--------*/
#fs_anchor_aboutPostage .fs-c-documentColumn:last-child .fs-c-documentColumn__content p:nth-of-type(2),
#fs_anchor_aboutPostage .fs-c-documentColumn:last-child .fs-c-documentColumn__content p:nth-of-type(3) {
    display: none;
}
 
 
#fs_anchor_aboutPostage .fs-c-documentColumn:last-child .fs-c-documentColumn__content::after {
    content: "※沖縄、北海道、離島などの一部地域に関しましては、お買上げ金額に関わらず、送料1100円（税込）頂戴致します。";
}

/* ディアフル　about */

/* =================================
           カテゴリーテキスト "Roboto Mono",'Comfortaa'　monospace;
 "Varela Round", sans-serif;
================================= */
.fs-p-heading--lv2 {
    font-size: 2rem;
    font-weight: bold;
    font-family:"Dancing Script", cursive;
    letter-spacing: .1em;
    color: #6e6e6e;
    text-align: center;
    border-bottom: 0px solid currentColor;
    background: linear-gradient(90deg, #0d223f 0% 33%, #0d223f 33% 66%, #0d223f 66%);
    background-repeat: no-repeat;
    background-size: 4rem 0.1rem;
    background-position: bottom;
    padding-bottom: 1.2rem;
　　　　　　　font-optical-sizing: auto;
 　　　 font-weight: <weight>;
  　　　font-style: normal;
}

@media screen and (max-width: 768px){
 .fs-p-footerCopyright{
            margin-bottom: 53px;
        }
 }

/* =================================
            追従フッターメニュー
=================================  */ 
@media screen and (max-width: 768px){
    .fs-p-footerNavBar{
        padding: 0;
        background: #fff;
        border-top: 1px solid #E9E7E9;
        border-bottom: 1px solid #E9E7E9;
        color: #ffffff;
        position: fixed;
        bottom: -53px;
        width: 100%;
        z-index:10000;
}

.fs-p-footerNavigation{
    display: block;
    margin: auto;
    max-width: 1216px;
}
.fs-p-footerNavigation__list{
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.fs-p-footerNavigation__listItem{
    flex-grow: 1;
}
.fs-p-footerNavigation__listItem > li{
    text-align: center;
    box-sizing: border-box;
}
.fs-p-footerNavigation__link{
    background: transparent;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    padding: 8px;
}
.fs-p-footerNavigation__link:link,
.fs-p-footerNavigation__link:visited{
    color: #333;
}
.fs-p-footerNavigation__link > i {
    font-size: 2rem;
}
}

/* 金額を赤字にする */
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #000000;
}


/* コラム並び方 */
/*@media screen and (min-width: 600px)
.fs-pt-column--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.fs-pt-column {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    align-items: flex-start;
}
.fs-pt-column__item {
  color: inherit;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  padding: 8px;
  text-decoration: none;
}*/

.grid{
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) ;
    margin-top: 6px;
    margin-bottom: 50px;
}


/* ************ よくある質問QA ************ */
.Qa-Box {
    margin: 0 auto;
}
.Qa-Box .Qa {
    padding: 20px 0;
    border-bottom: 1px solid #c8c8c8;
}
.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
    display: flex;
    align-items: baseline;
    margin: 15px 0;
}
.Qa-Box .Qa dt p {
    margin: 0;
    padding-left: 15px;
    font-weight: bold;
    width: 100%;
    font-size: 14px;
}
.Qa-Box .Qa dd p {
    margin: 0;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
}
.Qa-Box .Qa:last-of-type {
    border-bottom: none;
}
.Qa-Box .Qa dt::before {
    content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #a5c7db;
    width: 2em;
    height: 2em;
}
.Qa-Box .Qa dd::before {
    content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #9c4a94;
    width: 2em;
    height: 2em;
}

@media screen and (max-width: 960px) {
    .Qa-Box {
    width: 95%;
    }
}

/* ************ 動画関係 ************ */
video{
  width: 100%;
}

/* ************ WEBフォント ************ */
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 700

.roboto-mono-<uniquifier> {*/
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* ************ 画像をホバーしたら薄くなる************ */
 a img:hover{
  opacity:0.5;
  transition:0.3s;
}

/* ************ チャート背景グレー************ */
.period_button{
  background-color: #f2f2f2
}

/* ************ 商品名文字太さ************ */
.fs-c-productNameHeading__name{
  font-weight: bold;
  }