@charset "UTF-8";
/* CSS Document */
/* --------------------------
   CSSリセット
-------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

html,body{
    width: 100%;
    min-width: 380px;
}

body {
	line-height:1;
}


/******************************************************
おすすめカテゴリー
******************************************************/
@media screen and (min-width: 1200px) {
  #top_category {
    margin-bottom: 10rem;
  }
  #top_category .image {
    margin-bottom: 7rem;
  }
  #top_category .category_list ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #top_category .category_list li {
    width: 23.5%;
    margin-right: 2%;
  }
  #top_category .category_list li:nth-child(4n) {
    margin-right: 0;
  }
  #top_category .category_list li:nth-child(n+5) {
    margin-top: 2rem;
  }
  #top_category .category_list li a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; 
  }
  #top_category .category_list li a:hover {
    opacity: .75;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; 
  }
  #top_category .category_list li a img {
    width: auto;
    height: 4.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #top_category {
    margin-bottom: 10rem;
  }
  #top_category h2.top_title_1 br {
    display: none;
  }
  #top_category .image {
    margin-bottom: 7rem;
  }
  #top_category .category_list ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 2rem;
    padding: 0;
    list-style: none;
  }
  #top_category .category_list li {
    width: 32%;
    margin-right: 2%;
  }
  #top_category .category_list li:nth-child(3n) {
    margin-right: 0;
  }
  #top_category .category_list li:nth-child(n+4) {
    margin-top: 2rem;
  }
  #top_category .category_list li img {
    max-height: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #top_category {
    margin-bottom: 5rem;
  }
  #top_category .image_cover {
    position: relative;
    margin-bottom: 5rem;
  }
  #top_category .image_cover .top_btn {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    width: 100%;
    margin-top: 0;
  }
  #top_category .category_list ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 2.5rem;
    padding: 0;
    list-style: none;
  }
  #top_category .category_list li {
    width: 50%;
  }
  #top_category .category_list li:nth-child(n+3) {
    margin-top: 2rem;
  }
  #top_category .category_list li a img {
    width: 90%;
  }
}

/**-------- 全体 文字デザイン（200623改定麻美）　--------**/
p{
	font-size:1.3em;
	font-weight:500;
	line-height:1.5em;
	color:#333;
	font-family: "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: 5px 15px 5px 15px;
}
h2{
	font-size:1.8em;
	color:#986e42;
	font-weight:bold;
	font-family: "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: 30px 0 5px 0;
}
h3{
	font-size:1.5em;
	color:#986e42;
	font-weight:bold;
	font-family: "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: 30px 0 5px 0;
}

.line_yellow {
    background: linear-gradient(transparent 70%, #FFDC73 10%);
    font-weight: bold;

}

/*ヘッダー*/
.fs-l-header {
display: block;
padding-top: 0;
}
.fs-p-logo__lead {
font-size: 11px;
font-weight:bold;
color:#3F200E;
margin: 4px 0 0;
}


@media screen and (min-width: 768px) {
.fs-l-header__contents {
}
.fs-l-header__utility {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: 1fr 1fr;
grid-template-rows: 0 0;
grid-template-rows: 20px 0;
}
}

/* ここから 幅640px以下 スマホ表示用  */
@media screen and (max-width:640px) { 
.pco{display: none;}
.spo{display: inherit;}

	ul.bekkan{
		list-style: none;
		width: 100%;
		display: -webkit-flex; 
		display: -moz-flex; 
		display: -ms-flex; 
		display: -o-flex; 
		display: flex;
		position: fixed;
		bottom: 0;
	}
	
	ul.bekkan li{
		width: 20%;
		height: 50px;
		text-align: center;
		background: #ff4500;
		color: #fff;
		font-size: 12px;
		line-height: 17px;
		vertical-align: middle;
		padding: 8px 2px 2px 2px;
		box-sizing: border-box;
		border-right: 1px solid #fff;
	}
	
	ul.bekkan li:last-of-type{
		border-right: none;
	}
	
	ul.bekkan li a:link{color: #fff; text-decoration: none;}
	ul.bekkan li a:active{color: #fff; text-decoration: none;}
	ul.bekkan li a:hover{color: #fff; text-decoration: none;}
	ul.bekkan li a:visited{color: #fff; text-decoration: none;}

	ul.bekkan li a {
	    display: block;
	    width: 100%;
	    height: 100%;
	}

}
/* --------------------------
   サイドメニュー
-------------------------- */
.fs-p-sideMenu .fs-pt-menu__heading {
display: block;
margin: 0 0 10px 0;
padding: 4px;
}
.fs-p-drawer .fs-pt-menu__link--lv1,
.fs-l-sideArea .fs-pt-menu__link--lv1{
background:#fff;
border:1px solid #d8bfd8;
}
@media screen and (min-width: 1200px) {
.fs-l-sideArea {
max-width: 240px;
background:#fff1f1;
color:#000;
}
}
/* --------------------------
   CVP
-------------------------- */
h2.cvp_h2{
	font-size:20px;
	color:#986e42;
	font-weight:bold;
	font-family: "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: 30px 0 5px 20px;
}

.cvp{
	margin:0 30px 30px 0px;
	overflow:hidden;
	font-size:16px;
	line-height:1.8em;
}

h3.cvp_h3{
	font-size:17px;
	line-height:1.8em;
	color:#333;
	font-family: "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: 30px 10px 30px 10px;
}

.cvp img{
	float: left;
	margin: 10px 10px 10px 10px;
}

.cvp{
	background-color: #f5f4f1;
	width: 100%;	
}

.cvp .inner{
	width: 1000px;
	margin: 0 auto;
	padding: 1rem 0;
	text-align: center;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.cvp .inner .left{
	color: #0084cb;
	font-size: 1.1rem;
	text-align: center;
	padding: 0 2rem 0 1rem;
}

.cvp .inner .right{
	color: #1a1a1a;
	font-size: .8rem;
	line-height: 1.8;
	text-align: left;
}



/* －－－－－－－－－－－－－－－－－－－－－－－－－－－*/

/* ここから 幅640px以下 スマホ表示用  */
@media screen and (max-width:640px) { 
	.gnav{display: none;}
}

.sp-only{display: none;}
.pc-only{display: inherit;}

@media screen and (max-width:640px) { 
	.pc-only{display: none;}
	.sp-only{display: inherit;}
}


@media screen and (min-width: 768px) {
	.fs-l-header__contents {
	-ms-grid-columns: 20% 40% 40%;
	grid-template-columns: 20% 40% 40%;
  }

.fs-l-header__logo {
	-ms-grid-column: 1;
	grid-column: 1;
}
.fs-p-logo__image{
	width: 100%;
	float: center;
	margin: 10px 30px 10px 30px;
}


.fs-l-header__leftContainer {
	-ms-grid-column: 2;
	grid-column: 2;
}

/**--------サムネイル2列表示--------**/
.fs_goods_container{
  width: 47%;
  margin: 1%;
  border: none;
  float: left;
  position: relative;
}
.fs_goods_container th{
  width:100%;
  float:left;
}
.fs_goods_container td{
  width:96%;
  float:left;
  text-align:center;
  padding:0 2%;
  font-size:50%;
}
.fs_goods_container th img{
  width:95%;
}
.FS2_Alternateness_bg {
  background:#fff;
}
.FS2_body_Goods_BundleGoodsList .fs_goods_container:nth-of-type(2n+1),
#FS2_GoodsSearchList .fs_goods_container:nth-of-type(2n+1),
#FS2_CategoryList .fs_goods_container:nth-of-type(2n+1) {
  clear: left;
}

/**--------おすすめ商品　サムネイル3列表示--------**/
#FS2_body_Cart .fs_sp_read_more_item{
  width: 31%;
  margin: 1%;
  border: none;
  float: left;
  position: relative;
}
#FS2_body_Cart .fs_sp_read_more_item th{
  width:100%;
  float:left;
}
#FS2_body_Cart .fs_sp_read_more_item td{
  width:96%;
  float:left;
  text-align:center;
  padding:0 2%;
  font-size:50%;
}
#FS2_body_Cart .fs_sp_read_more_item th img{
  width:95%;
}
.FS2_Alternateness_bg {
  background:#fff;
}
#FS2_body_Cart .fs_sp_read_more_item:nth-of-type(3n+1) {
  clear: left;
}

/**--------おすすめ商品(商品ページ内)　サムネイル2列表示--------**/
#FS2_ItemDetail .fs_sp_read_more_item{
  width: 31%;
  margin: 1%;
  border: none;
  float: left;
  position: relative;
}
#FS2_ItemDetail .fs_sp_read_more_item th{
  width:100%;
  float:left;
}
#FS2_ItemDetail .fs_sp_read_more_item td{
  width:96%;
  float:left;
  text-align:center;
  padding:0 2%;
  font-size:50%;
}
#FS2_ItemDetail .fs_sp_read_more_item th img{
  width:95%;
}
.FS2_Alternateness_bg {
  background:#fff;
}
#FS2_ItemDetail .fs_sp_read_more_item:nth-of-type(3n+1) {
  clear: left;
}

/**--------フリーページ(削氷LPデザイン)　--------**/
.main1 h3{
    font-size: 1.9em;
    color: #0000cd;
    font-weight: 600;
    border-bottom: dotted 2px gray;
    text-align: center;
}

.main1 p{
    font-size: 1.2em;
}

.main1 img{
　　　float:center;
}

.bold{
    font-size: 1.2em;
    font-weight: bold;
    color: red;
}

/**--------麻美おためし4カラム　--------**/
ul.list4{
    list-style: none;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;

}
ul.list4 li {
    width: 25%;
}

/* ここから 幅640px以下 スマホ表示用  */
@media screen and (max-width:640px) {  
    ul.list4{
    list-style: none!important;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    }
ul.list4 li {
    width: 50%!important;
}
}

/**--------麻美おためし2カラム　--------**/
ul.list2{
    list-style: none;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;

}
ul.list2 li {
    width: 50%;
}

ul.list2 p {
	font-size:17px;
	line-height:1.4em;
	color:#333;
	font-weight:500; 
	font-family: "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: 5px 15px 5px 15px;
}

/**--------麻美おためし3カラム　--------**/
ul.list3{
    list-style: none;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;

}
ul.list3 li {
    width: 30%;
}

/**--------フリーページ(はらまきパンツLPデザイン)　--------**/

.main2 h3{
    font-size: 1.9em;
    color: #0000cd;
    font-weight: 600;
    text-align: center;
}

.main2 p{
    font-size: 1.2em;
}

.main1 img{
　　　float:center;
}

.bold{
    font-size: 1.2em;
    font-weight: bold;
    color: red;
}

/**--------テーブルタグ　--------**/
table.bn{
	font-size:18px;
	color:#986e42;
	font-weight:bold;
	font-family: "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: 30px 0 5px 0;
}

/**-------- 独自コメント説明分 文字デザイン（200415麻美）　--------**/
#coment p{
        font-size: 1.2em;
	line-height:1.5em;
	color:#333;
	font-weight:500; 
	font-family: "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: 5px 15px 5px 15px;
}

#coment h2,h3{
	font-size:20px;
	color:#986e42;
	font-weight:bold;
	font-family: "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: 30px 0 5px 0;
}


/**-------- しうさん　--------**/

@media only screen and (max-width: 700px) {
	.btn8 {
		margin: 10px 0 30px 0;
		padding: 5px 20px;
		font-size: 14px;
	}
}
/*btn_cart_カートボタン*/
.btn_cart{
	background: url(https://tekuteku.itembox.design/item/common/icn_cart01.png) no-repeat left 20px center #233048;
	background-size: 26px;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	max-width: 400px;
	border:none;
}
.btn_cart:hover{
	background: url(https://tekuteku.itembox.design/item/common/icn_cart01.png) no-repeat left 20px center #2D3F66;
	background-size: 26px;
	transition:all 0.5s ease 0s;
}
@media only screen and (max-width: 700px) {
	.btn_cart{
		font-size: 14px;
		max-width: 100%;
	}
}

.fix_box{
	position: fixed;
	right: 0;
	bottom:50px;
	display: none;
}
.fix_box2{
	position: fixed;
	right: 0;
	bottom:50px;
	display: none;
}
.fix_box .cart a,
.fix_box .pagetop a{
	width: 80px;
	height: 80px;
	margin: 0 0 2px 0;
	text-indent: -99999px;
	display: block;
}
.fix_box .cart a:hover,
.fix_box .pagetop a:hover{
	opacity: 0.6;
	transition:all 0.5s ease 0s;
}
.fix_box .cart a{
	background: url(https://tekuteku.itembox.design/item/common/icn_cart02.png) rgba(221,221,221,0.9) no-repeat center center;
	background-size: 26px;
}
.fix_box .pagetop a{
	background: url(https://tekuteku.itembox.design/item/common/pagetop.png) rgba(221,221,221,0.9) no-repeat center center;
	background-size: 59px;
}
@media only screen and (max-width: 700px) {
	.fix_box{
		bottom:60px;
	}
	.fix_box .cart a,
	.fix_box .pagetop a{
		width: 50px;
		height: 50px;
	}
	.fix_box .cart a{
		background: url(https://tekuteku.itembox.design/item/common/icn_cart02.png) rgba(221,221,221,0.9) no-repeat center center;
		background-size: 20px;
	}
	.fix_box .pagetop a{
		background: url(https://tekuteku.itembox.design/item/common/pagetop.png) rgba(221,221,221,0.9) no-repeat center center;
		background-size: 38px;
	}
}


@media only screen and (max-width: 1130px) 
.page-top
{
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.move-page-top
{
	display: block ;
	background: #D36015 ;
	width: 50px ;
	height: 50px ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

.move-page-top:hover
{
	opacity: 0.85 ;
}

/**-------- 動画サイズリサイズ　--------**/
.video{
width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
}
.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.fs-p-snsArea {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 8px 0;
}

/**-------- ともみ　レコメンド設定　--------**/

.FS2_Recommend2_container_history{
margin-bottom:15px;
width:728px; /*閲覧履歴一覧ページの幅*/
}
.FS2_Recommend2_container_history a{
font-weight:bold;
text-decoration:none;
}
.FS2_Recommend2_container_history a img{
border:none;
}
.FS2_Recommend2_container_history ul{
padding:0px;
}
.FS2_Recommend2_container_history ul li{
display:block;
float:left;
padding:10px;
width:200px; /*閲覧履歴一覧ページの商品エリアの幅*/
height:310px; /*閲覧履歴一覧ページの商品エリアの高さ*/
margin:0 10px 5px 10px;
line-height:1.5em;
}
.FS2_Recommend2_container_history img{
margin-bottom:10px;
}
.recommend2_itemprice {
color:#DE4B47;
font-weight:bold;
}
.recommend2_price {
color:#999999;
}

/**-------- まみ　Youtube設定　--------**/

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

