@charset "utf-8";
/* 全体用 */	
*{margin:0;padding:0;	box-sizing: border-box;}	
article,header,footer,aside,figure,figcaption,nav,section,main{ 	display:block;}	
html{	height: 100%;}	
body{	
  font-size: 16px;	
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  width: 100%;	
  color: #333;	
  -ms-text-size-adjust: 100%;	
  -webkit-text-size-adjust: 100%;	
  background-color: #fff;	
  line-height: 1.6;	
}	
img{	
  max-width: 100%;	
  height: auto;	
  vertical-align: bottom;;	
}	
a{	
  text-decoration: none;	
  color: #222;	
  outline: none;	
	-webkit-transition: all 0.3s ease;	
  -moz-transition: all 0.3s ease;	
  -o-transition: all 0.3s ease;	
  transition: all  0.3s ease;	
}
ul li{	
  list-style: none;	
}	
ol,ul{	
  list-style: none;	
  list-style-type: none;	
}	
.inter{	
	font-family: 'Inter', sans-serif;	
}	
.center{	
	text-align: center;	
}	
.inner{	
	margin: 0 auto;	
	width: 90%;	
	max-width: 1100px;	
}	
.flex{	
	display: flex;	
}
.mgb0{
	margin-bottom:0;
}
.imgauto {
	height: auto;
	width: 100%;
	box-sizing: unset;
	line-height: 1rem;
	display: block;
	vertical-align: bottom;
}
/* ヘッダー */
@media screen and (min-width:768px) {
  body{
  	padding-top: 142px;
  }
  .gnav-pc{
	  display: none;
  }
}
@media screen and (max-width:767px) {
  body{
  	padding-top: 105px;
  }
  .topslider{
	  margin-bottom: 25px;
  }
}
.head-shop-menu li a {
  position: relative;
}
/* カート数字 */
span.fs-client-cart-count {
  position: absolute;
  right: -5px;
  top: 0;
  width: 20px;
  height: 20px;
  color: #fff !important;
  background: #fd7b40;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/* スクロールヘッダー */	
.scroll-header{	
  background: #fff;	
  position: fixed;	
  top: 0;	
  transition: .5s;	
  width: 100%;	
  z-index: 999;	
  display: block;	
}	
.scroll-header.hide{	
  transform: translateY(-100%);	
}
.head-info-text{
	color: #FEFCDA;
}	
.info-icon{	
	margin-right: 10px;	
}	
.head-con.inner{	
	width: 95%;	
	position: relative;
}
.productimg img{
	border-radius:8px;
}
.head-info{
	background: #F98A76;
}
/* タブ */
.area,
.ranktab,
.slidetab {
  opacity: 0;
  background: #fff;
}
.area.show{
  display: flex;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.ranktab.show{
  display: block;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.slidetab.show{
  display: block;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
/* タブ */	
.tab-menu {
  display: flex;
  align-items: center;
}
.area{	
	flex-wrap: wrap;	
  display: none;	
}	
.area > li{	
	margin-right: 2%;	
	position: relative;	
}	
/* カテゴリー */	
.category {	
  background: #f9f8f4;	
}	
.area.cat-list{	
	background: transparent;	
}	
.cat-list li{	
	background: #fff;	
  border-radius: 8px;	
  position: relative;	
  min-height: 57px;
  display: flex;
}
.cat-list > li a {	
  color: #222;	
  display: flex;	
  align-items: center;	
  width: 100%;
}	
.cat-name {	
  line-height: 1.4;	
}	
.cat-list li.w50-1,	
.cat-list li.w50-2{	
	width: 49.5%;	
}	
.cat-list li.w50-1{	
	margin-right: 1%;	
}	
.cat-list li.w50-2{	
	margin-right: 0;	
}	
/* ヘッダーインフォ */
@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* タグ色 */
.fs-c-productMark__mark {
  display: block;
  line-height: 1;
	background: #fff;
	border-radius: 15px;
	padding: 4px 8px 2px;
	margin: 2px 4px 2px 0;
}
.fs-c-productMark__mark--2 {
  color: #5c5c5c;
  border: 1px solid #5c5c5c;
}
.fs-c-productMark__mark--3 {
  color: #999999;
  border: 1px solid #999999;
}
.fs-c-productMark__mark--4 {
  color: #666666;
  border: 1px solid #666666;
}
.fs-c-productMark__mark--5 {
  color: #333333;
  border: 1px solid #333333;
}
.fs-c-productMark__mark--6 {
  color: #000000;
  border: 1px solid #000000;
}
.fs-c-productMark__mark--7 {
  color: #ffb3b3;
  border: 1px solid #ffb3b3;
}
.fs-c-productMark__mark--8 {
  color: #fab194;
  border: 1px solid #fab194;
}
.fs-c-productMark__mark--9 {
  color: #ffe6ad;
  border: 1px solid #ffe6ad;
}
.fs-c-productMark__mark--10 {
  color: #ffff98;
  border: 1px solid #ffff98;
}
.fs-c-productMark__mark--11 {
  color: #e0eaa2;
  border: 1px solid #e0eaa2;
}
.fs-c-productMark__mark--12 {
  color: #99cf9e;
  border: 1px solid #99cf9e;
}
.fs-c-productMark__mark--13 {
  color: #b0e1d6;
  border: 1px solid #b0e1d6;
}
.fs-c-productMark__mark--14 {
  color: #a5ecf7;
  border: 1px solid #a5ecf7;
}
.fs-c-productMark__mark--15 {
  color: #93c5f5;
  border: 1px solid #93c5f5;
}
.fs-c-productMark__mark--16 {
  color: #babaff;
  border: 1px solid #babaff;
}
.fs-c-productMark__mark--17 {
  color: #d9bae3;
  border: 1px solid #d9bae3;
}
.fs-c-productMark__mark--18 {
  color: #facddf;
  border: 1px solid #facddf;
}
.fs-c-productMark__mark--19 {
  color: #c93037;
  border: 1px solid #c93037;
}
.fs-c-productMark__mark--20 {
  color: #b85544;
  border: 1px solid #b85544;
}
.fs-c-productMark__mark--21 {
  color: #c98136;
  border: 1px solid #c98136;
}
.fs-c-productMark__mark--22 {
  color: #e3e516;
  border: 1px solid #e3e516;
}
.fs-c-productMark__mark--23 {
  color: #95af4b;
  border: 1px solid #95af4b;
}
.fs-c-productMark__mark--24 {
  color: #4f7f51;
  border: 1px solid #4f7f51;
}
.fs-c-productMark__mark--25 {
  color: #56928b;
  border: 1px solid #56928b;
}
.fs-c-productMark__mark--26 {
  color: #539cba;
  border: 1px solid #539cba;
}
.fs-c-productMark__mark--27 {
  color: #5572b2;
  border: 1px solid #5572b2;
}
.fs-c-productMark__mark--28 {
  color: #595582;
  border: 1px solid #595582;
}
.fs-c-productMark__mark--29 {
  color: #965491;
  border: 1px solid #965491;
}
.fs-c-productMark__mark--30 {
  color: #c97398;
  border: 1px solid #c97398;
}
.fs-c-productMark__mark--31 {
  color: #ef000a;
  border: 1px solid #ef000a;
}
.fs-c-productMark__mark--32 {
  color: #ff730c;
  border: 1px solid #ff730c;
}
.fs-c-productMark__mark--33 {
  color: #976532;
  border: 1px solid #976532;
}
.fs-c-productMark__mark--34 {
  color: #ffe102;
  border: 1px solid #ffe102;
}
.fs-c-productMark__mark--35 {
  color: #89c65c;
  border: 1px solid #89c65c;
}
.fs-c-productMark__mark--36 {
  color: #075727;
  border: 1px solid #075727;
}
.fs-c-productMark__mark--37 {
  color: #289ca1;
  border: 1px solid #289ca1;
}
.fs-c-productMark__mark--38 {
  color: #39bddb;
  border: 1px solid #39bddb;
}
.fs-c-productMark__mark--39 {
  color: #0046c9;
  border: 1px solid #0046c9;
}
.fs-c-productMark__mark--40 {
  color: #4f10b5;
  border: 1px solid #4f10b5;
}
.fs-c-productMark__mark--41 {
  color: #af0263;
  border: 1px solid #af0263;
}
.fs-c-productMark__mark--42 {
  color: #f35aa3;
  border: 1px solid #f35aa3;
}
/* youtube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* 検索ボックス小 */
.search-min-in{
	display: none;
  position: absolute;
  z-index: 10;
  background: #46260f;
  padding: 6px;
}
.search-form-min .search-box{
  width: 100%;
  height: 35px;
}
.search-form-min {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 5%;
}
.search-form-min input.submit {
  width: 50px;
  height: 35px;
  padding: 7px;
  transition: .3s;
  border-radius: 0;
}
.search-form-min input#name {
  padding: 6px 10px 3px;
  font-size: 12px;
  border: 1px solid #46260f;
  border-radius: 0;
}
/* フッター履歴 */
.foot-sec-title {
	margin-top: 60px;
	color: #765F4F;
  position: relative;
}
.historyimg img{
	border-radius:8px;
}
	/* サイドバー */
	.tag-list{
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 15px;
	}
	.tag-list li{
		width: 48.5%;
		margin-top: 5px;
	}
	.tag-list li a{
		display: block;
		padding: 5px 0 4px;
    color: #fff;
    text-align: center;
    background: #F98A76;
    font-size: 11px;
    border-radius: 3px;
	}



@media screen and (min-width: 768px){
  a:hover{	
    color: #fd7b40;	
    text-decoration: none;
  }	
  a:hover img{	
    opacity: 0.8;	
    filter:alpha(opacity=80);	
    -ms-filter: “alpha( opacity=80 )”;	
  }
  .inner{	
    max-width: 1100px;	
  }	
  .sp{	
    display: none !important;	
  }
	#wrapper{
		width: 90%;
		max-width: 1200px;
		margin: 150px auto 0;
	}
  main {	
    flex: 1;
  }
  /* ヘッダー */	
  .icon-wrap{
	  justify-content: space-between;
	  align-items: flex-end;
  }
  .head-info .inner{	
    max-width: 1400px;	
    justify-content: center;	
    align-items: flex-end;	
  }	
  .logo-wrap{
    width: 100%;
  }
  .head-info-text{	
    font-size: 14px;
    padding: 2px 0 1px;
  }	
  .info-icon{	
    width: 130px;	
  }	
  .info-icon img{	
    width: 100%;	
  }	
  .head-con{	
    justify-content: space-between;	
  }	
  .head-con.inner{	
    max-width: 1400px;	
    padding: 7px 0 5px;	
  }
  .top-title{
  	font-size: 13px;
  	letter-spacing:1px;
  	position: absolute;
  	top:4px;
  	left:0;
  }
  .logo {
    width: 216px;
    margin: 0;
    margin-top: 4px;
  }
  .logo img{
  	width: 100%;
  }
  .head-menu-list {
    justify-content: space-between;
  }
  .freedial {
	  width:	260px;
    margin: 5px 1em 0 0;
  }
  .freedial img {
    vertical-align: text-bottom;
  }
	.shop-menu-icon, .shop-menu-search {
	  width: 55px;
	  font-size: 10px;
	  margin-left: 2em;
	  position: relative;
	}
	.shop-menu-icon span, .shop-menu-search span {
	  display: block;
	  text-align: center;
	  color: #46260f;
	  font-weight: bold;
	}
	.icon-wrap .shop-menu-icon img, .icon-wrap .shop-menu-search img{
		width: 42px;
		display: block;
    margin: 0 auto;
	}
	.shop-menu-search{
		cursor: pointer;
	}
	.fix-search-btn:hover {
    opacity: .8;
	}
  .head-menu-list li a {
    padding: 0 15px;
    font-size: 14px;
    position: relative;
  }
  .head-menu-list li a::before {
    content: "";
    width: 100%;
    height: 65%;
    position: absolute;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
    border-right: 1px solid #000;
  }
  .head-menu-list li:first-child::before{
  	content: none;
  }
  .head-menu-list li:last-child a{
  	margin-right: 0;
  }
  .menu-wrap {
    display: flex !important;
    align-items: flex-end;
  }
  .head-shop-menu {
  	flex-direction: column;
    width: 60px;
    position: fixed;
    right: 0;
    top: 168px;
    background: rgba(250, 249, 245, 0.9);
    border-radius: 12px 0px 0px 12px;
  }
  .head-shop-menu li:nth-child(n+2)::before {
    content: "";
    width: 60%;
    border-top: 1px solid #c1a89d;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 5;
	}
	.head-shop-menu li:first-child a {
    padding-top: 15px;
	}
	.head-shop-menu li:last-child a {
    padding-bottom: 15px;
	}
	.head-shop-menu li:first-child a:hover {
    border-radius: 12px 0 0 0;
	}
	.head-shop-menu li:last-child a:hover {
    border-radius: 0 0 0 12px;
	}
  .head-shop-menu img{
	  width:36px;
	  margin:0 auto 3px;
  }
  .head-shop-menu li{
  	text-align: center;
  	position: relative;
  }
  .head-shop-menu li a{
  	color: #6f3a21;
  	display: block;
    padding: 7px 0;
  }
  .head-shop-menu li a:hover{
  	background: #f4efeb;
  }
  .head-shop-menu li span {
    display: block;
    font-size: 10px;
  	color: #6f3a21;
  }
  .head-shop-menu li:hover a{
    color: #fd7b40;
    transition: .3s;
  }
  
  .headserchbox{
	  background:#faf8f5;
	  padding:8px 0 6px;
  }
  /* 検索ボックス大 */
  .search-form-max {
    height: 34px;
    margin:0 auto;
  }
  .search-form-max input#name {
    flex: 1;
    padding: 6px 10px 3px;
    border: 1px solid #46260f;
    border-right: none;
    outline: none;
    font-size: 12px;
  }
  .search-form-max .submit {
    background: #fd7b40;
    width: 50px;
    height: 34px;
    padding: 6px;
  	transition: .3s;
  }
  .search-form-max .submit:hover{
  	background: #f98a76;
  	transition: .3s;
  }
  /* ナビ */
  .header nav {
    background: #fff;
    justify-content: center;
    align-items: center;
    height: 35px;
    margin:4px auto 0;
  }
  .header .gnavi {
    width: 100%;
    max-width: 1100px;
    justify-content: center;
    height: 35px;
  }
  .header .gnavi li.gnavi-child {
    width: 25%;
    text-align: center;
    position: relative;
    margin:0 1px;
  }
  .header .gnavi li.gnavi-child:hover{
	  background: #f9f8f4;
  }
  .header .gnavi li.gnavi-child::after {
    content: "";
    width: 100%;
    height: 57%;
    position: absolute;
    left: 0;
    top: 47%;
    transform: translateY(-50%);
    border-right: 1px solid #46260f;
  }
  .header .gnavi li.gnavi-child:last-child::after{
  	content: none;
  }
  .header .gnavi li .hvr-trg{
  	display: block;
  	padding: 5px 0 3px;
  	color: #46260f;
  	font-weight: bold;
  }
  .header .gnavi li a.hvr-link {
    padding: 0;
    position: relative;
    z-index: 10;
    height: 100%;
  }
  a.hvr-link:hover{
  	cursor: pointer;
  }
  a.hvr-link:hover span{
  	color: #46260f;
  }
  .gnavi li.gnavi-child > span::before{
	  content:"";
  	display: inline-block;
	  width: 7px;
	  height: 7px;
	  margin: 3px 11px 3px 0;
	  border-bottom: 2px solid #46260f;
	  border-right: 2px solid #46260f;
	  transform: rotate(45deg);
  }
  /* ナビホバー */
  .gnavi-child > a,
  .gnavi-child > span{
    font-size: 16px;
    display: block;
    padding: 20px 0;
    width: 100%;
    letter-spacing: .1em;
    text-align: center;
  }
  .hvr-list{
  	position: absolute;
  	left: 0;
  	top: 35px;
    width: 90vw;
    max-width: 1100px;
    background: #f9f8f4;
    flex-wrap: wrap;
    padding: 30px;
  	z-index: 2;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: .1s;
    border-radius: 0px 0px 10px 10px
  }
  .hvr-list a{
	  -webkit-transition: all 0s ease;	
  -moz-transition: all 0s ease;	
  -o-transition: all 0s ease;	
  transition: all  0s ease;	
  }
  .gnavi-child:hover .hvr-list {
    visibility: visible;
    opacity: 1;
    z-index: 998;
    transition: .1s;
  }
  .hvr-list2{
    left: 100%;
  	transform: translateX(-50%);
  }
  .hvr-list3{
  	max-width: 100%;
  	left: 0;
  }
  .hvr-list li {
    position: relative;
    width: calc(97% / 3);
  	padding: 3px 9px;
  }
  .hvr-list > li a {
    color: #222;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.86);
		border-radius: 8px;
    box-shadow: 3px 3px 5px #ddd;
    position: relative;
    border:3px solid rgba(255, 255, 255, 0.86);
  	padding: 6px 10px 4px;
  }
   .hvr-list > li a:hover{
	 border:3px solid #46260f;
   }
  .hvr-dn li.navi-none{
  	display: none;
  }
  .cat-img {
    width: 45px;
    margin-right: .5em;
  }
  .gnavi .cat-img img{
	  border-radius: 10px 0px 0px 10px;
  }
  .cat-name {
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 1.4;
  }
  .gnavi-child:hover{
  	cursor: pointer;
  }
  .hvr-list li:nth-child(3n){
  	margin-right: 0;
  }
  .hvr-list li:nth-child(n+4),
  .hvr-list3 li:nth-child(n+2){
  	margin-top: 12px;
  }
  .hvr-list3 li{
  	width: 100%;
  }
  .hvr-list li.w50-1,
  .hvr-list li.w50-2{
  	width: 49.5%;
  }
  .hvr-list li.w50-1{
  	margin-right: 1%;
  }
  .hvr-list li.w50-2{
  	margin-right: 0;
  }
  .cat-img img{
  	width: 100%;
  }
	.cat-text-link {
	  margin-right: 0 !important;
	  display: flex;
	  min-height: 57px;
}
	.cat-text-link a {
	  width: 100%;
	  margin: 0 auto;
	  justify-content: center;
	}
  .hvr-list > li.cat-text-link a {
	  justify-content: center !important;
  }
  /* ホバー */
  .hver-act li a:after{
  	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    border-radius: 8px;
  }
  .hver-act li a:hover::after {
    background-color: #96684f;
  }
  /* タブ */
  .slidetab {	
	  margin-top: 30px;	
  }
  .tab-menu {	
	  margin-top: 20px;
  }	
  .tab-menu li {	
    margin: 0 .35em;
    width:230px;
  }
  .tab-menu li span {
	  font-weight: bold;
    color: #fff;	
    font-size: 17px;	
    text-align: center;
    padding: 17px 20px 12px;	
    cursor: pointer;	
    background: #eee6de;
    color:#46260f;
  	line-height: 1;	
  	transition: .3s;	
  	display: block;
  	border-bottom:2px dashed #fd7b40;
  	border-radius: 4px 4px 0px 0px;
  }	
  .tab-menu li span:hover,	
  .tab-menu li.show span{	
  	background: #fd7b40;	
  	color: #fff;	
  	transition: .3s;	
  	position: relative;
  }
  .tab-menu li span:hover::before,   
  .tab-menu li.show span::before{ 
    background: #fff; 
    content: ""; 
    border-left: 12px dashed transparent; 
    border-right: 12px solid transparent; 
    border-top: 12px solid #fd7b40; 
    position: absolute; 
    left: 50%; 
    margin-left: -12px; 
    bottom: -14px;
  }
  .area{
  	margin-top: 22px;	
  }	
  .area > li{	
  	width: 23.5%;	
  }	
  .area > li:nth-child(4n){	
  	margin-right: 0;	
  }	
  .area > li:nth-child(n+5){	
  	margin-top: 22px;	
  }	
  /* フッター */
  footer {
    margin-top: 122px;
    background: #f4efea;
  }
  .foot-guide .inner{
  	padding-bottom: 60px;
  }
  .foot-guide-list{
  	justify-content: space-between;
  }
  .foot-guide-list li{
  	width: 25%;
  	text-align: center;
  	padding: 0 2%;
  }
  .foot-guide-img{
  	width: 60%;
  	max-width: 150px;
  	border-radius: 50%;
  	background: #fff;
  	border: 6px solid #f4efea;
  	margin: -40px auto 0;
  	padding: 20px;
  }
  .foot-guide-title{
  	color: #46260f;
  	font-size: 22px;
  	margin-top: 5px;
  	font-weight: 500;
  }
  .foot-guide-text{
  	margin-top: 15px;
  	font-size: 14px;
  	line-height: 1.4;
  }
  .foot-guide-list .view-more a{
  	font-size: 13px;
  	padding: 5px 0;
  	width: 160px;
  	margin-top: 30px;
  }
  .foot-guide-list .view-more a::after{
  	width: 12px;
  	height: 12px;
  }
  .foot-menu{
  	background: #fbfaf8;
  }
  .foot-inner1,
  .foot-inner2{
  	width: 88%;
    max-width: 1050px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .foot-inner1{
    padding: 40px 0 40px;
    align-items: center;
  }
  .foot-submenu{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 0 20px;
  }
  .foot-submenu .head-menu-list{
  	justify-content: flex-end;
  	align-items: center;
  }
  .foot-left {
    width: 350px;
  }
  .foot-logo-wrap{
	  display: flex;
	  flex-direction: column;
  }
  .foot-about{
	  margin-top: 23px;
	  line-height: 1.45;
  }
  .foot-about__title{
	  font-weight: bold;
	  margin-bottom: 7px;
	  font-size:1.1em;
  }
  .foot-right {
    flex: 1;
    margin-left: 4%;
  }
  .footnavlist{
  	display: flex;
  	flex-wrap: wrap;
  	margin-bottom: 30px;
  }
  .footnavlist li {
    margin: 0 10px;
  }
  .foot-menu-title{
  	margin-bottom: 6px;
  	font-size: 19px;
  	position: relative;
  	padding-left:15px;
  	color:#46260f;
  }
  .foot-menu-title::before{
	  content: "";
    width: 100%;
    height: 57%;
    position: absolute;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
    border-left: 4px solid #46260f;
  }
  .footnavlist li a{
  	display: block;
  	font-size: 16px;
  	margin-top: 5px;
  	margin-bottom: 3px;
  	position: relative;
  	padding-left:15px;
  }
  .footnavlist a:after{
	  content: "";
	  position: absolute;
	  left:0;
	  top:9px;
	  display: inline-block;
    width: 4px;
    height: 4px;
    border-top: 2px solid #46260f;
    border-right: 2px solid #46260f;
    transform: rotate(45deg);
  }
  .foot-inner2 {
    align-items: flex-end;
  }
  .followus {
    margin-top: 30px;
    text-align: center;
  }
  .follow-title {
    font-size: 14px;
  }
  .follow-list{
  	margin-top: 18px;
  }
  .follow-list li {
    margin: 0 6px;
  }
  .follow-list li img{
	  width:30px;
  }
  .follow-list li:last-child img{
	  width:28px;
  }
  .copy-wrap{
  	background: #46260f;
  	justify-content: space-between;
  	align-items: center;
  	color: #fff;
  	font-size: 13px;
    letter-spacing: .1em;
    padding:9px 0 ;
    text-align: center;
  }
  .copy-link a {
    color: #fff;
    font-size: 13px;
  }
  .copy-link span::after{
  	content: "/";
  	margin: 0 10px;
  }
  .copy-link span:last-child::after{
  	content: none;
  }
  .copy-wrap .foot-inner2{
  	padding: 5px 0;
  }
	/* サイドバー */
	#sidearea{
		width: 230px;
	  margin-right: 30px;
	}
	.tag-list{
		margin-top: 15px;
	}
	.tag-list li a:hover{
		background: #765F4F;
	}
	.side-bnrarea iframe {
    max-width: 100%;
	}
	.side-bnrarea img,
	.side-bnrarea iframe{
		display: block;
		margin-top: 10px;
	}
	.side-blog-bnr{
		margin-top: 10px;
	}
	.aside section.__block .__heading.__heading--default,
	.aside section.__block .__heading.__heading--custom,
	.side-title{
		margin-top: 20px;
		background: url(https://www.tcmart.jp/s/images/common/bg-orange.png);
		background-size: 43px 65px;
		color: #46260f;
		font-size: 16px;
		font-weight: 500;
    line-height: 1.4;
		text-align: center;
	}
	.aside section.__block .__heading.__heading--default:first-child{
		margin-top:0;
	}
	.side-title a,
	.side-title span{
		color: #46260f;
		display: block;
		padding: 10px 0 8px;
	}
	.side-title a:hover{
		color: #fd7b40;
	}
	.side-cat-list li{
		margin-top: 8px
	}
	.side-cat-list li a{
	  position: relative;
	  color: #222;
	  display: flex;
	  align-items: center;
	  padding: 5px .5em;
	  background: #f9f8f4;
	}
	.side-cat-list li a:hover{
	  background: #f4efeb;
	}
	.side-cat-list .navi-none {
    display: none;
	}
	.side-cat-list li a:hover img{
		opacity: 1;
	}
	.side-cat-list .cat-img {
	  width: 40px;
	}
	.side-cat-list .cat-name {
	  font-size: 13px;
	}
 #sidearea .cat-text-link{
	 display: none !important;
 }
  .side-cal {
    margin-top: 30px;
	}
	.side-cal iframe {
    width: 100%;
    height: 550px;
	}
	.__menu li a,.__to-cart a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    border: 1px solid #46260f;
    text-align: center;
    border-radius: 3px;
  }
  .aside section.__block.__block--search .__body{
	  padding-left:0;
	  padding-right: 0;
  }
  .aside .__form .__body {
    display: flex;
    gap: 5px;
    align-items: stretch;
  }
  .aside .__form .__body input[name="keyword"] {
      flex: 1;
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 14px;
  }
  .aside .__form .__body .__button {
      width: 70px;
      padding: 8px 0;
      border: none;
      border-radius: 4px;
      background-color: #46260f;
      color: white;
      cursor: pointer;
      font-size: 14px;
      flex-shrink: 0;
  }
  
	/* ヘッダー検索フォーム */
	.search-min-in{
	  left: 50%;
	  bottom: -47px;
	  width: 260px;
	  transform: translateX(-50%);
	  border-radius: 4px;
	}
	/* 	フッター履歴 */
	.foot-sec-title {
	  font-size: 28px;
	  line-height: 1.4;
	  letter-spacing: 2px;
	  border-bottom: solid 2px #c8c8c8;
	  padding-left: 10px;
	  padding-bottom: 3px;
	}
	.foot-sec-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #46260f;
    bottom: -2px;
    left: 0;
    width: 20%;
	}
	.foot-history-list {
    margin-top: 30px;
	}
	.foot-history-list li{
		width: calc( 92% / 9 );
		margin-right: 1%;
	}
	.foot-history-list li:nth-child(9){
		margin-right: 0;
	}
}



@media screen and (min-width: 768px) and (max-width: 1100px){
  .head-menu-list li a {font-size: 13px;}
  .hvr-list1{
    left: 200%;
    transform: translateX(-50%);
  }
  .hvr-list li{
    padding: 6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 950px){
 .head-shop-menu{
  	top: 35vh;
  }
  .foot-guide-img{
	  width: 84%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px){
  .foot-logo-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .followus {
    margin-top: 0;
  }
  .foot-guide-title {
    font-size: 18px;
  }
  .foot-guide-text {
    font-size: 12px;
  }
}


@media screen and (min-width: 768px) and (max-width: 1000px){
  #sidearea{
	  display: none;
  }
  main{
	  max-width: 100%;
  }
  .top-title {
    font-size: 12px;
	}
  .logo {
    width: 185px;
  }
  .freedial {
    width: 230px;
  }
  .logo-wrap {
    margin-top: 10px;
	}
	.icon-wrap {
    align-items: center;
	}
  .shop-menu-icon, .shop-menu-search {
    margin-left: 1em;
	}
	.icon-wrap .shop-menu-icon img, .icon-wrap .shop-menu-search img{
		width: 40px;
	}
	.foot-left {
    width: 100%;
    margin: 0 auto;
  }
  .foot-right {
    width: 100%;
    margin: 0 auto;
  }
  .foot-inner1{
    flex-direction: column;
  }
  .foot-right{
    margin-top: 50px;
  }
}


@media screen and (min-width: 768px) and (max-width: 900px){	
  .freedial {
    width: 220px !important;
  }
  .logo-wrap {
    margin-top: 15px !important;
	}
}



@media screen and (max-width: 767px){
  .pc{
  	display: none !important;
  }
  .spinner {
    margin: 0 auto;
    width: 90%;
	}
	ul.head-shop-menu.head-shop-menu-pc.flex.fs-clientInfo {
    display: none;
	}
	#wrapper {
    margin-top: 100px;
	}
/*
  main {
    margin-top: 124px;
  }
*/
  /* ヘッダー */
  .head-info{
  	padding-top: 3px;
  	padding-bottom: 3px;
  }
  .head-info .inner{
  	width: 95%;
  	align-items: flex-end;
  	justify-content: center;
  }
  .info-icon{width:80px;}
  .head-info-text{
  	font-size: 10px;
  	line-height: 1.4;
  }
  .icon-wrap {
    justify-content: space-between;
  	align-items: center;
  }
  .head-con.inner{
  	flex-direction: column;
  	padding-top: 4px;
  }
  .logo {
    width: 38%;
    max-width:200px;
    margin: 0;
  }
  .top-title{
  	font-size: 10px;
  	line-height: 1.4;
  	width: 40%;
  	margin-left: 3%;
  	text-align: center;
  }
  .spmenu-wrap{
  	justify-content: flex-end;
  	align-items: center;
  	width: 15%;
  }
  .spmenu{
  	width: 100%;
  	text-align: center;
  	position: relative;
  }
  .spmenu img {
    width: 28px;
    margin-left:auto;
    margin-right: auto;
  }
  .spmenu span {
    display: block;
    font-size: 10px;
  	color: #6f3a21;
  }
	/*   ショップメニュー */
	.icon-wrap .shop-menu-icon, .icon-wrap .shop-menu-search {
    width: 55px;
    position: relative;
	}
	.icon-wrap .shop-menu-icon img, .icon-wrap .shop-menu-search img{
		width: 35px;
		display: block;
    margin: 0 auto;
	}
	.icon-wrap .shop-menu-icon span, .icon-wrap .shop-menu-search span {
    display: block;
    text-align: center;
    color: #46260f;
    font-weight: bold;
    font-size: 10px;
	}
	.head-shop-menu span.fs-client-cart-count {
    right: 20% !important;
	}
  /* ナビ */
  .headgnavarea{
/* 	  background:#faf8f5; */
	  padding:3px 8px 1px;
  }
  .gnavi {
    justify-content: center;
    align-items: center;
    padding: 5px 0 7px;
  }
  .gnavi li{
    margin: 0 2px;
    flex: 1;
  }
  .gnavi li a {
  	display: block;
  	padding: 5px 0 4px;
  	color: #fff;
    text-align: center;
    position: relative;
    background: #765F4F;
    font-size: 11px;
    border-radius: 3px;
  }
    /* タブ */
  .slidetab {	
	  margin-top: 18px;	
  }
  .tab-menu {
    margin-top: 15px;
    width: 100%;
  }
  .tab-menu li {
    width: calc(100% / 3);
    border-bottom: 2px solid #9d9d9d;
    color: #9d9d9d;
    font-size: 15px;
    letter-spacing:1px;
  	padding: 5px 0 0px;
  	margin:0 2px;
  	text-align: center;
  	font-weight: bold;
  	position: relative;
  }
  .tab-menu li.show{
  	color: #fd7b40;
    border-bottom: 2px solid #fd7b40;
  }
  .area{
  	margin-top: 18px;
  }
  .area > li{
  	width: 48%;
  	margin-right: 4%;
  }
  .area > li:nth-child(2n){
  	margin-right: 0;
  }
  .area > li:nth-child(n+3){
  	margin-top: 20px;
  }
/*
  .area > li:nth-child(n+7){
  	display: none;
  }
*/
  .product-title{	font-size: 12px;}
  .product-price{	font-size: 14px;}	
  /* カテゴリー */
  .category {
    margin-top: 45px;
    padding: 35px 0 50px;
  }
  .category .tab-menu li{
  	width: calc(100% / 2);
  }
  .area.cat-list{
  	justify-content: space-between;
  }
  .cat-list li{
  	width: 48.5%;
  	padding: 3px 5px 3px 2px;	
  	margin-right: 3%;
    box-shadow: 2px 2px 4px #ddd;
  }
  .cat-list li:nth-child(n+3){
  	margin-top: 12px;
  }
/*
  .cat-list li:nth-child(n+7){
  	display: block;
  }
*/
  .cat-img {
    width: 45px;
    margin-right: .3em;
  }
  .cat-name {
    font-size: 14px;
    flex: 1;
  }
  .cat-list li.w50-1,
  .cat-list li.w50-2{
  	width: 100%;
  }
  .cat-text-link {
    padding: 3px 10px;
	}
  /* フッター */
  footer {
    margin-top: 50px;
  }
  .foot-inner1,
  .foot-inner2{
    flex-direction: column;
  }
  .foot-logo-wrap .logo {
    width: 50%;
    max-width: 200px;
    margin: 0 auto;
  }
  .foot-about{
	  margin-top: 23px;
	  line-height: 1.45;
	  font-size: 14px;
	  text-align: center;
  }
  .foot-about__title{
	  font-weight: bold;
	  margin-bottom: 7px;
	  font-size:1.1em;
  }
  .copy-wrap{
  	text-align: center;
  	font-size: 13px;
    letter-spacing: .1em;
  }
  .copy-link {
    margin-top: 30px;
    text-align: center;
  }
  .copy-link a{
    font-size: 11px;
    color: #55463f;
  }
  .copy-link span::after{
  	content: "|";
  	margin: 0 10px;
  	color:#928582;
  }
  .copy-link span:last-child::after{
  	content: none;
  }
  .copy {
    background: #544643;
    color: #fff;
    padding: 5px;
    margin-top: 7px;
    font-size: 12px;
  }
  /* スマホ固定ナビ */
  /* ハンバーガーナビ */
  .sp-fixed-menu {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10000;
    background: #fffbf8;
    justify-content: space-between;
    box-shadow: 0 0 3px #ddd;
  }
  .sp-fixed-menu-list {
    width: 100%;
    justify-content: space-between;
  }
  .sp-fixed-menu-list li,
  .head-shop-menu li {
    font-size: 10px;
    text-align: center;
    position: relative;
  }
  .head-shop-menu{
	  padding-top: 6px;
  }
	.sp-fixed-menu-list span.fs-client-cart-count,
  .head-shop-menu.flex.fs-clientInfo.is-ready span.fs-client-cart-count {
    right: 10px;
	}
  .fs-clientInfo.is-ready{
	  display: flex;
  }
  .head-shop-menu li img{
	  width:31%;
	  margin:auto auto 5px;
  }
  .sp-fixed-menu-list li{
    width: 25%;
  }
  .sp-fixed-menu-list li img{
	  width:28px;
	  margin:auto;
  }
  .head-shop-menu{
	  width:75%;
	  margin:auto;
  }
  .head-shop-menu li {
    width: 33.33%;
  }
  .sp-fixed-menu-list li::after,
  .head-shop-menu li::after{
  	content: "";
  	background: rgba(113, 61, 33, 0.3);
  	width: 1px;
  	height: 60%;
  	display: inline-block;
  	position: absolute;
  	right: 0;
  	top: 20%;
  }
  .sp-fixed-menu-list li:last-child::after,
  .head-shop-menu li:last-child::after{
  	content: none;
  }
  .sp-fixed-menu-list li a,
  .sp-fixed-menu-list li p,
  .head-shop-menu li a{
  	color: #46260f;
    display: block;
    padding: 8px 0 4px;
  }
  .head-shop-menu li a{
	  font-weight: bold;
  }
  .sp-fixed-menu-list li span,
  .head-shop-menu li span{
  	display: block;
  	margin-top: 2px;
  }
  .hamburger {
    padding: 21px 0 0 !important;
  }
  span.ham-menu {
    display: block;
    margin-top: 13px !important;
  }
  /* 検索ボックス小 */
  .sub-search {
  	position: relative;
  	cursor: pointer;
  	display:	none;
  }
  .search-min-in{
    left: 0;
    top: -47px;
    width: 100%;
  }
  /* ハンバーガー */
  .fat-nav__wrapper{
	  padding:0px 0 100px !important;
  }
  .nav-con-warap {
    justify-content: space-between;
    margin-top: 10px;
  }
  .nav-con-warap p {
  	 justify-content: center;
    box-shadow: 2px 2px 4px #ddd;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-radius: 4px;
  }
  p.nav-mail a {
    display: flex;
    align-items: center;
	}
  .nav-con {
    background: #f3f3f1;
    padding: 16px 4% 20px;
  }
  .nav-con h3 {
    text-align: center;
    font-weight: bold;
    color: #2e2e2e;
  }
  .freedial {
    width: 49%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    flex-wrap: wrap;
  }
  .freedial img {
    width:88%;
    margin:0 auto;
  }
  .nav-mail {
    width: 49%;
  	font-size: 13px;
  	font-weight: bold;
  }
  .nav-mail img{
  	margin-right: .5em;
  	width:26px;
  }
  .head-menu-list {
    margin: 15px auto 0;
    justify-content: center;
    font-size: 11px;
  }
  .head-menu-list li{
	  flex:1;
	  text-align: center;
  }
  .head-menu-list li a{
	  padding:0 10px;
	  position: relative;
	  display: block;
  }
   .head-menu-list li a::before {
    content: "";
    width: 100%;
    height: 65%;
    position: absolute;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
    border-right: 1px solid #000;
  }
  .head-menu-list li:last-child a::before{
  	content: none;
  }
  .head-menu-list li:last-child a{
  	margin-right: 0;
  }
  .tab-menu li span:hover::before, .tab-menu li.show span::before {
    background: #fff;
    content: "";
    border-left: 9px dashed transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fd7b40;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: -11px;
    z-index:99;
  }
  /* 検索ボックス大 */
  .search-form-max {
    width: 90%;
    height: 34px;
    margin: 20px auto 0;
    justify-content: space-between;
  }
  .search-form-max input#name {
    flex: 1;
    padding: 6px 10px 3px;
    border: 1px solid #46260f;
    border-radius: 0;
  }
  .search-form-max .submit {
    background: #fd7b40;
    width: 50px;
    height: 34px;
    padding: 6px;
  	transition: .3s;
    border-radius: 0;
  }
  /* ハンバーガー内カテゴリ */
  .nav-cat {
    margin-top: 30px;
  }
  .nav-cat li.cat-text-link {
    display: flex;
	}
  .nav-cat .inner {
    width: 100%;
  }
  .nav-cat .tab-menu li{
  	width: 50%;
  }
  .nav-cat .area.cat-list{
  	flex-direction: column;
  }
  .nav-cat .area.cat-list li{
  	width: 100%;
  	margin-right: 0;
    border-radius: 0;
    box-shadow: none;;
    padding: 0;
  }
  .nav-cat .cat-list li:nth-child(n+3) {
    margin-top: 0;
  }
  .nav-cat .cat-list > li a{
  	padding: 10px 5% 8px;
    font-size: 16px;
  }
  .nav-cat .area{
  	margin-top: 0;
  }
  .nav-cat .area > li{
  	border-bottom: 1px dotted #eae9e9;
  }
  /* ブログリスト */
  .nav-linklist{
  	margin-top: 30px;
  	flex-direction: column;
  }
  .nav-linklist li{
  	margin-top: 20px;
    box-shadow: 2px 2px 4px #ddd;
    border-radius: 10px;
    overflow: hidden;
  }
  .nav-linklist li a{
    display: flex;
    align-items: center;
  }
  .nav-link-img{
    width: 35%;
  }
  .nav-link-img img{
  	width: 100%;
  }
  .nav-link-text-wrap{
  	width: 65%;
    padding: 10px;
  }
  .nav-link-title{
  	color: #46260f;
  	font-weight: 600;
  }
  .nav-link-text{
  	margin-top: 5px;
  	letter-spacing: .1em;
  	line-height: 1.4;
  	font-size: 12px;
  }
  /* バナー */
  .fat-nav__wrapper .catalog-bnr{
  	margin: 30px auto 0;
  }
  /* ハンバーガーフッターナビ */
  .nav-footlist{
  	margin-top: 30px;
  }
  .nav-footlist li {
    border-top: 1px solid rgba(113, 61, 33, 0.3);
    position: relative;
  }
  .nav-footlist li a{
  	padding: 15px 5% 13px;
    display: block;
    font-size: 16px;
    color: #46260f;
  }
  .nav-footlist li a::after{
  	content: "";
  	background: url(https://www.tcmart.jp/s/images/common/arrow-r-or.svg) no-repeat;
  	background-size: contain;
  	display: inline-block;
  	width: 14px;
  	height: 14px;
  	position: absolute;
  	right: 5%;
  	top: 20px;
  }
/* 	フッター履歴 */
	.foot-sec-title {
		margin-top: 50px;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
	}
	.foot-sec-title span {
    border-bottom: solid 2px #46260f;
    padding-bottom: 3px;
	}
	.foot-history-list {
    margin-top: 30px;
    flex-wrap: wrap;
	}
	.foot-history-list li{
		width: calc( 94% / 3);
		margin-right: 3%;
	}
	.foot-history-list li:nth-child(3n){
		margin-right: 0;
	}
	.foot-history-list li:nth-child(n+3){
		margin-top: 10px;;
	}

  /* サイドバー */
	#sidearea{
		display: none;
	}
	.tag-list{
		flex-wrap: wrap;
		justify-content: space-between;
		width: 90%;
    margin: 20px auto 0;
	}
	.tag-list li{
		width: 48.5%;
		margin-top: 5px;
	}
	.tag-list li a{
		display: block;
		padding: 5px 0 4px;
    color: #fff;
    text-align: center;
    background: #F98A76;
    font-size: 11px;
    border-radius: 3px;
	}

  /* メニュー切り替え時 */
  .after{
  	display: none;
  }
  footer {
    padding-bottom: 58px;
    padding-top: 38px;
    background: #f4efea;
  }
  /*
  .top-title.sp{
  	display: none;
  }
  .top-title.pc{
  	display: block;
  }
  .after{
  	display: block;
  }
  .spmenu-wrap {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
  }
  .spmenu{
  	width: 31%;
  	margin-left: 2%;
  }
  .spmenu img {
    width: 25px;
  }
  .spmenu .search-min{
    position: absolute;
    left: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    top: 45px;
  }
  */
}




@media screen and (max-width: 320px){
  .gnavi li a {
    font-size: 10px;
  }
  .nav-con-warap {
    flex-direction: column;
  }
  .nav-con {
      padding: 20px 7%;
  }
  .freedial{
    width: 100%;
    font-size: 24px;
  }
  .freedial-text {
      font-size: 13px;
  }
  .nav-mail {
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
  }
  .nav-mail img{
    width: 30px;
  }
  .head-menu-list li a{
	  padding:0 10px;
  }
	.head-menu-list {
    font-size: 10px;
	}
}

/* AIレコメンド */
.airec-area {
  padding: 30px 0;
}
.airec-title {
  color: #765F4F;
  position: relative;
  margin-bottom: 20px;
}
.newitem h2.fs-p-heading--lv2,
.cat-ranking h2.fs-p-heading--lv2,
.airec h2.fs-p-heading--lv2 {
display: none;
}
.cat-ranking article.fr3-item {
  position: relative;
}
.cat-ranking .fr3-item__rankContainer {
  position: absolute;
  top: 8px;
  left: 8px;
}
.cat-ranking article.fr3-item:nth-of-type(1) .fr3-item__rankContainer span {
  background: #ecc902;
  color: #fff;
}
.cat-ranking article.fr3-item:nth-of-type(2) .fr3-item__rankContainer span {
  background: #b6b6b6;
  color: #fff;
}
.cat-ranking article.fr3-item:nth-of-type(3) .fr3-item__rankContainer span {
  background: #C47222;
  color: #fff;
}
.cat-ranking article.fr3-item:nth-of-type(4) .fr3-item__rankContainer span {
  background: rgba(255, 255, 255, 0.9);
  color: #a67c6b;
}
.airec .fr3-item__productName {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}
.airec span.fr3-item__productPrice__price {
  font-size: 13px;
}
.airec span.fr3-item__productPrice__addon {
  font-size: 11px;
}
@media screen and (min-width: 768px){
	.airec-title {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 2px;
    border-bottom: solid 2px #c8c8c8;
    padding-left: 10px;
    padding-bottom: 3px;
	}
	.airec-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #46260f;
    bottom: -2px;
    left: 0;
    width: 20%;
	}
	.cat-ranking article .fr3-item__rank {
	    width: 33px;
	    height: 33px;
	}
	.cat-ranking article.fr3-item .fr3-item__rankContainer span {
		font-size: 20px;
		font-weight: bold;
	}
}
@media screen and (max-width: 767px){
	.airec-title {
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
    border-bottom: 2px solid #765F4F;
	}
	.cat-ranking article .fr3-item__rank {
	    width: 26px;
	    height: 26px;
	}
	.cat-ranking article.fr3-item .fr3-item__rankContainer span {
		font-size: 16px;
		font-weight: bold;
	}
	.airec-title {
	  text-align: left !important;
	}
}

/* TCマートってどんなお店？ */
.page-prduct{
  width: 90%;
  margin: 0 auto;
  color:#222;
}
.page-prduct__flex{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.content_detail .title,
.content_detail .main{
  text-align: center;
}
.content_detail .title{
  font-weight: 600;
	font-size: 30px;
}
.content_detail .main{
  font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}
.content_button a{
  display: block;
  background-color: #555;
  color: #fff;
  padding: 10px 10px;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.content_button a:hover{
	opacity: .7;
}
.content_title .ja{
	font-weight: 600;
  text-align: center;
	font-size: 32px;
}
.montserrat{
font-family: 'Montserrat', sans-serif;
}
.content_title .en span{
  display: block;
  font-size: 18px;
	letter-spacing: 0.15em;
}
.page-prduct__flex .text{
  line-height: 1.8;
}
.page-prduct__flex .text{
	margin-bottom: 20px;
}
.page-prduct__flex{
	padding: 40px 0;
}
@media screen and (min-width: 768px){
	.page-prduct__flex .image,
	.page-prduct__flex .content_detail{
		width: 50%;
	}
	.page-prduct{
		padding: 80px 0 0;
	}
}
@media screen and (max-width: 767px){
	.page-prduct__flex{
		flex-direction: column;
		gap: 15px;
		padding: 10px 0 20px;
	}
	.content_detail .title{
		font-size: 22px;
		font-weight: 700;
	}
	.content_detail .main{
		font-size: 18px;
		margin-bottom: 10px;
		font-weight: 600;
	}
	.content_button a{
		width: 80%;
	}
	.content_title .ja{
		font-size: 24px;
	}
	.content_title .en span{
		font-size: 14px;
	}
	.page-prduct{
		padding: 50px 0 0;
	}
}

.c-heading-main{
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 2px;
	border-bottom: solid 2px #c8c8c8;
	padding-left: 10px;
	padding-bottom: 3px;
	background: none;
	font-weight: normal;
	position: relative;
	color: #46260f;
}
.p-product-block ul.__product li.__item a .__title{
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 4px;
}
.p-product-block ul.__product li.__item a .__description dl.__price{
	font-size:0.8em;
}
.p-product-block ul.__product li.__item a .__title{
	font-size:0.76em;
}
.__price.__price--default dd{
	font-size:1.16em;
}
.c-h1{
	font-weight: normal;
	border-bottom: 2px solid #46260f;
}
.main.main--product-list section.__child ul li a,.main.main--product-list section.__child ul li:last-child a{
	padding-right: 1em;
	margin-right: 1em;
	border-right: none;
	border:none;
	padding:6px 13px;
	font-size:0.77em;
	border-radius:4px;
	background:#f9f8f4;
}
.main.main--product-list section.__child ul li{
	margin: 2px 0;
}
.__description table{
	border-collapse:separate
}
.__description table td{
	padding:	10px;
}
.__description table tr:first-child td{
	padding:0px;
}
.__set.p-product-set .__option-heading{
	display: none;
}
.p-product-option{
	border-radius:0;
}
.c-button-submit{
	background: #fd7b40;
}
.__navigation.p-mypage-navi ul li{
	margin-right: 5px;
}
.p-mypage-navi nav.__menu .__body ul li a{
	border: 1px solid #46260f;
	padding-top: 4px;
}
.p-mypage-navi nav.__menu .__body ul li:last-child a{
	border: 1px solid #46260f;
}
@media screen and (min-width:768px) {
  .c-heading-main:after {
  	position: absolute;
  	content: " ";
  	display: block;
  	border-bottom: solid 2px #855842;
  	bottom: -2px;
  	left: 0;
  	width: 20%;
  }
  .p-product-block ul.__product{
	  display: flex;
	  flex-wrap:wrap;
  }
  .p-product-block ul.__product li.__item {
      width: 20%;
      position:relative;
      padding-bottom: 30px;
  }
  .p-product-block ul.__product li.__item a .__description{
	  position: absolute;
	  bottom:0;
	  right: .5em;
  }
  .p-product-block ul.__product{
  	margin-bottom: 40px;
  }
  .c-button-submit{
	  width:60%;
	  padding: .9em 1em;
  }
  .__content-bottom{
	  max-width:700px;
	  margin:100px auto 40px !important;
  }
  .main.main--product-detail section.__information .__secondary h1.__title{
	  font-size:28px;
	  font-weight: normal;
  }
  .__breadcrumb{
	  margin-bottom: 14px;
  }
}
@media screen and (max-width:767px) {
  .p-product-block ul.__product{
  	margin-bottom: 20px;
  }
  .category.tab-wrap{
	  margin-bottom: 40px;
  }
  .aside{
	  margin-top: 40px;
  }
  .c-pagetop {
    bottom: 5em;
  }
  .aside section.__block.__block--search .__body{
	  padding-left:0;
	  padding-right: 0;
  }
  .aside .__form .__body {
    display: flex;
    gap: 5px;
    align-items: stretch;
    width:80%;
    margin:auto;
  }
  
  .aside .__form .__body input[name="keyword"] {
      flex: 1;
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 14px;
  }
  .aside .__form .__body .__button {
      width: 70px;
      padding: 8px 0;
      border: none;
      border-radius: 4px;
      background-color: #46260f;
      color: white;
      cursor: pointer;
      font-size: 14px;
      flex-shrink: 0;
  }
  .footer{
	  background: #f4efea;
  }
  .main.main--product-detail section.__information .__secondary h1.__title{
	  font-weight: normal;
	  margin-top: 50px;
  }
  .__content-bottom{
	  margin-top: 80px !important;
  }
}


