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

.top-banner img{width:100%;}

* {
	text-decoration: none;
	box-sizing: border-box;
	list-style: none;
}

html{
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;  
}

a:hover img {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s  
}

ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}


.big{font-size: 120%;}
.red{color:var(--fs-color-font--productPrice)}
.bold{font-weight: bold;}


.fs-c-productPrice__main__label{display: none;}


body{
	width:100%;
	margin: 0 auto;
	font-family: YuGothic,'Yu Gothic','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic' ;
	font-size: 16px;
    font-weight: 500;
}

.sp{display: none;}
.pc{display: block;}


.fs-c-featuredProduct .fs-c-salesPeriod__date{
    display: none;
}


/*====================色=====================*/
.bgcolor1{
	background-color:var(--fs-color-subcolor1);
	color:var(--fs-color-subcolor1__font);
}
.bgcolor1 a{color:var(--fs-color-subcolor1__font);}


.bgcolor2{
	background-color:var(--fs-color-subcolor2);
	color:var(--fs-color-subcolor2__font);
}


.fs-pt-column--3 a{color:var(--fs-color-subcolor2__font);}
.fs-pt-column--2 a{color:var(--fs-color-subcolor2__font);}

.fs-pt-column--3 a:visited{color:var(--fs-color-subcolor2__font);}
.fs-pt-column--2 a:visited{color:var(--fs-color-subcolor2__font);}

/*===============================================*/



/*====================空白=====================*/
.top-back{
	max-width: 100%;
}

.top-padding{
	padding: 50px 0;
}

.top-padding2{
	padding: 0 0 30px;
}

@media screen and (max-width : 752px ){
	.top-padding{
		padding: 30px 0;
	}

	.top-padding2{
		padding: 0 0 15px;
	}
}
/*===============================================*/



/*====================トップページスライダー=====================*/
@media screen and (max-width : 752px ){
	.top-slider img{
		width: 100%;
		height: 400px;
		object-fit: cover;
	 }
 }
/*===============================================*/



/*====================トップページ見出し=====================*/
.top-heading{
	color: var(--fs-color-subcolor1);
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 50px;
	height: 2rem;
}

.top-heading_min{
	text-align: center;
	margin: 0 0 0.5em;
	font-size: 100%;
}

@media screen and (max-width : 752px ){
	.top-heading{
		margin: 0 0 30px;
	}
}

/*===============================================*/






/*====================ヘッダー=====================*/


.fs-l-header {
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #FFF;
}


#headernavi{
  position: relative;
  list-style-type: none;
  width: 100%;
  height: 48px;
  margin: 0 auto;
  padding: 0;
  background-color:var(--fs-color-subcolor1);
  color:var(--fs-color-subcolor1__font);
  display: flex;
  justify-content: center;
}
#headernavi li{
  margin: 0;
  padding: 0 3%;
  text-align: center;
}
#headernavi li a{
  display: block;
  margin: 0;
  padding: 16px 0;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

#headernavi li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

#headernavi li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  background-color:rgba(255,255,255,0.9);
  color:var(--fs-color-subcolor2__font);
  display: flex;
  flex-wrap: wrap;
}
#headernavi li ul li a{
  padding: 16px 15px;
  text-align: left;
  color:var(--fs-color-subcolor2__font);
  max-width: 780px;
  margin: 0 auto;
}

#headernavi li:hover ul li{
  overflow: visible;
  height: auto;
  border-bottom: 1px solid #fff;
}
#headernavi li:hover ul li:first-child{
  border-top: 0;
}
#headernavi li:hover ul li:last-child{
  border-bottom: 0;
}

#headernavi img{
	width: 65px;
	margin-right: 10px;
}

.sub-menu{
	width: 25%;
    display: flex;
	align-items: center;
}

.sub-menu span{
    color:var(--fs-color-font--productPrice);
    margin-right: 0.5em;
}

.sub-menu_img{
    max-width: 65px;
    width: 30%;
}

.sub-menu_name{
    flex: 1;
}




.fs-preview-header { display: none; }

/*==ページ内リンク・固定ヘッダー高さ分下げる==*/ 
 @media screen and (max-width : 753px ){
 .contents_inner{
 	padding-top: 160px;
    margin-top:-160px;
 }
 
.contents_inner2{
 	margin-top: 20px;
 }
 
.fs-l-header__contents{
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #FFF;
}
}

/*===============================================*/	




/*======================レフトナビ=========================*/
.leftnavi{
	margin: 0 auto;
	width: 100%;
}

.leftnavi-label{
	padding: 0.5rem;
	background-color: #969696;
	color: #FFF;
}

.leftnavi ul{
	margin-left: 0;
	list-style :none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3em;
}

.leftnavi-label a:link{color: #FFF;}
.leftnavi-label a:visited{color: #FFF;}
.leftnavi-label a:active{color: #FFF;}

.leftnavi-list img{
	width: 100%;
	padding-right: 0.5em;
}

.leftnavi-list li{
	display: flex;
	align-items:center;
	margin: 1em 0;
}


.leftnavi-list li{
	margin-left: 0;
}

.leftnavi-list a:link{color: var(--fs-color-maincolor);}
.leftnavi-list a:visited{color: var(--fs-color-maincolor);}
.leftnavi-list a:active{color: var(--fs-color-maincolor);}

.leftnavi-list span{
    color:var(--fs-color-font--productPrice);
    margin-right: 0.5em;
}

.leftnavi_img{
    max-width: 55px;
    width: 30%;
}

.leftnavi_name{
    flex: 1;
}

 @media screen and (max-width : 753px ){
 .fs-p-drawer,.fs-l-sideArea{
     width: 70%;
 }
}


/*===============================================*/



/*======================トップ_ランキング=========================*/

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
 }

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid var(--fs-color-subcolor1);
  background-color: #FFF;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: var(--fs-color-subcolor1);
  color: #fff;
}
	

.ranking{
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto;
}
	
.ranking_item{
	width: 28%;
	position: relative;
}

.ranking_img{
	width: 100%;
}

.ranking_icon{
	position: absolute;
	top: -25px;
	right: -12px;
	width: 50px;
}


 @media screen and (max-width : 753px ){
/*タブ切り替えの中身のスタイル*/
    .tab_content {
      padding: 40px 0px 0;
    }

    .ranking{
        display: flex;
        justify-content: space-around;
        width: 95%;
        margin: 0 auto;
    }

    .ranking_item{
        width: 28%;
    }

    .ranking_icon{
        position: absolute;
        top: -25px;
        right: -12px;
        width: 40px;
    }
}

/*===============================================*/




/*======================トップ_SNS=========================*/	
#social-icon{
	display: flex;
	width: 90%;
	max-width: 680px;
	justify-content: space-between;
	margin: 0 auto;
	flex-wrap: wrap;
}

#social-icon li {
  	width: 80px;

 	height: 80px;
  	margin: 0;
  	border-radius: 50%;
  	text-align: center;
  	background-color:var(--fs-color-subcolor1);
	position:relative;
	display:inline-block;
}

#social-icon i{
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	color:var(--fs-color-subcolor1__font);
}


@media screen and (max-width : 752px ){
	#social-icon{
		width: 97%;
		font-size: 80%;
	}

	#social-icon li{
		width: 50px;
		height: 50px;
	}
}

/*===============================================*/	





/*====================カテゴリ一覧バナー=====================*/
.category_bnr{
	width: 80%;
	margin: 0 auto;
}
/*===============================================*/	



/*======================AnyGiftボタンデザイン=========================*/
.anygift-gift-ui__container {
    width: 100% !important;
}

.anygift-gift-ui__main-button {
    border-radius: 0px !important;
    font-family: YuGothic !important; 
    font-size: 14px !important;
}
.anygift-gift-ui__main-button {
    --tw-gradient-from: rgba(218,54,59,1) !important;
    --tw-gradient-to: rgba(218,54,59,1) !important;
}
/*===============================================*/



/*====================商品詳細画像=====================*/
@media screen and (min-width: 960px){ .slick-list.draggable {  width: 550px;  margin: auto; }
.fs-c-productCarouselMainImage__image > img {　width: 550px; } 
.fs-l-pageMain .fs-c-productCarouselMainImage__image > img {  max-width: 100vw; }


/*===============================================*/		

/*======================商品詳細_商品説明小=========================*/
#rl_hyouji{
	margin: 50px 0;
    width: 100%;
}
	
.fs-p-productDescription--short table{
  border-collapse: collapse;
  border-spacing: 0;
}

.fs-p-productDescription--short th,.fs-p-productDescription--short td{
  padding: 10px 1em;
}

.fs-p-productDescription--short th{
  width: 40%;
}
	
.fs-p-productDescription--short td{
  text-align: left;
}

.fs-p-productDescription--short tr:nth-child(odd){
  background-color: #eee
}

#rl_hyouji table {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

/*===============================================*/



/* 送料一覧
-------------------------------- */
table#souryo {
	width:80%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	line-height:1.8em;
	font-size:0.8em;
	margin:5px auto;
}



table#souryo td {
	padding: 4px;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table#souryo td.midashi {
	background-color: #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


table#souryo tr th {
	width: 15%;
	padding: 4px;
	text-align: left;
	vertical-align:middle;
	color: #444;
	background-color: #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*===============================================*/



/*====================フッター=====================*/

.fs-p-footerNavigation{
	font-size: 80%;
}

.fs-l-footer{
	border: none;
	padding-top: 50px;
}

.fs-p-footerCopyright{
	width:100%;
}

/*===============================================*/	



/*====================スマホ用=====================*/
@media screen and (max-width : 752px ){
	body {
		font-size:16px;
	}
	
	.pc{display: none;}
	
	.sp{display: block;}
	
	#header_event,#footer_event{
		font-size: 80%;
	}
	
	.footer_navi li{
	margin: 0 0.5em;
	}
}
/*===============================================*/


.fs-p-scrollingCartButton__button{
    position: fixed;
    bottom: 150px;
    right: 0;
}

#page-top {
    position: fixed;
    bottom: 50px;
    right: 10px;
    font-size: 200%;
	z-index: 999999;
	opacity: 0.8;
}
#page-top a {
    background: #d9d9d9;
    text-decoration: none;
    color: #FFF;
	width: 60px;
	height: 60px;
    text-align: center;
    display: block;
    border-radius: 50%;
	text-align:center;
	line-height: 60px;
}



@media screen and (max-width : 752px ){
.fs-p-scrollingCartButton__button{
    position: fixed;
    bottom: 80px;
    right: 0;
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 200%;
	z-index: 999999;
	opacity: 0.8;
}
#page-top a {
	width: 45px;
	height: 45px;
	line-height:45px;
}
}
