@charset "UTF-8";
/*ベースフォント*/
body {
  background: #ffffff;
  color: #3c3c3c;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*画面サイズ1000px以下*/
@media screen and (max-width:1000px) {
.header-reco {display: none;}
.header-menu-pc {display: none;}
.index-pc {display: none;}
.anygift-gift-ui__container {
    padding: 0px 65px !important;
}
}

/*画面サイズ1000px以上*/
@media screen and (min-width:1000px) {
.index-sp {display: none;}
.header-menu-sp {display: none;}
}

/*商品説明画像調整*/
@media screen and (min-width:1000px) {
.fs-p-productDescription img{vertical-align:bottom; width:800px;}
}
@media screen and (max-width:1000px) {
.fs-p-productDescription img{vertical-align:bottom; width:100%;}
}

/*カテゴリページテーブル調整*/
@media screen and (min-width:800px) {
.og-cate table{width:800px;}
}
@media screen and (max-width:800px) {
.og-cate table{width:100%;}
}


/*カテゴリページ画像調整*/
.og-cate img{
vertical-align: bottom;
width:100%;
}

/*グループ表示枠調整*/
@media screen and (min-width: 960px) {
.fs-c-subgroupList__item {flex-basis: calc(33.3% + 1px);}
}

/*フッターナビ並び*/
@media screen and (min-width: 960px) {
.fs-p-footerNavigation {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr ;
}

/*パンくず位置*/
.fs-c-breadcrumb {
position:relative;
left:25%;
}

/*商品詳細エリア
.fs-l-productLayout__item fs-l-productLayout__item--1 {
width:500px;
min-with:100%;
}
*/

/*商品ページメイン画像*/
.fs-c-productMainImage__image {
width:500px;
min-with:100%;
}

/*項目選択肢サイズ*/
.fs-c-productSelection {
width:500px;
min-with:100%;
}

/*項目選択肢タイトルテキスト*/
.fs-c-productSelection__label {
color:#cc0000;
}

/*商品説明 小*/
.fs-l-productLayout__item fs-l-productLayout__item--2 {
width:400px;
min-with:100%;
}

/*カートボタン
.fs-c-buttonContainer {
width:500px;
min-with:100%;
}
*/

/*カートボタン*/
.fs-c-button--addToCart--detail {
width:500px;
min-with:100%;
}

/*お気に入りボタン
.fs-c-productQuantityAndWishlist .fs-c-button__label {
width:500px;
min-with:100%;
}
*/

/*一定金額以上送料*/
.fs-c-cartDiscountInfo {
display:none;
}


/*PCヘッダー用お知らせ制御*/
#toggle {
display: none;
cursor: pointer;
}

#toggle-label {
cursor: pointer;
}

#menu {
display: none;
padding:10px 0px 10px 10px;
}

#toggle:checked + #menu {
display: block;
background-color:#f6f4d7;
width:100%;
list-style:none;
}


/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }
