@charset 'utf-8';

.spContents {
margin-bottom: 0!important;
background-color: #cf936f;
}

@media screen and (min-width: 769px) { 
.spContents {
width: 950px;
}
}

div.item-list__item {
    width: 100%;
	margin-bottom: 20px;
	border-radius: 0 0 20px 20px;
}

@media screen and (min-width:1025px) { 
.item__text > picture {
display: block;
}
}

@media screen and (max-width:1024px) { 
.item__text > picture {
display: none;
}
}


.item-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	background-color: #cf936f;
}

.item-list__item {
	position: relative;
	width: 50%;
	margin-bottom: 25px;
	background-color: #fff;
	border: 10px solid #cf936f;
	box-sizing: border-box;
	border-radius: 0 0 20px 20px;
}

.item-list__item > a {
	display: block;
	margin-top: -10px;
	margin-left: -10px;
}

.item__text {
	margin-bottom: 110px;
	padding: 10px;
	color: #4c2104;
    font-size: larger;
	text-align: left;
/*	font-weight: bold;*/
}

.item__price {
	position: absolute;
	bottom: 80px;
	right: 10px;
	padding: 0 10px;
	color: #4c2104;
	font-size: 25px;
	font-weight: bold;
	text-align: right;
}

.item__price span {
	font-size: 12px;
}

.item-list__item form {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.item-list__item form > ul {
	width: auto;
	height: 60px;
	margin: 0 10px;
	list-style: none;
	font-size: 0;
}

.item-list__item form > ul li {
	display: inline-block;
	width: 50%;
	height: 60px;
	box-sizing: border-box;
	vertical-align: top;
}

.item-list__item form > ul li:first-child {
	padding-right: 5px;
}

.item-list__item form > ul li:last-child {
	padding-left: 5px;
}

.btn-add-to-cart,
a.btn-go-to-page {
	display: inline-block;
	width: 100%;
	height: 60px;
	color: #fff;
	background: #cc0000;
	font-family: "Yu Gothic",YuGothic,"MS UI Gothic",Meiryo,sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	border-radius: 3px;
}

.btn-add-to-cart {
	outline: 0;
	border: 0;
	cursor: cell;
}

a.btn-go-to-page {
	text-decoration: none;
	border: 0;
/*	box-shadow: 5px 5px 0px #310000;*/
}

/*　マウスをのせたときの色　*/

.btn-add-to-cart:hover,.btn-go-to-page:hover {
  background: #990000;
  color: #FFFFFF!important;
}

li>.btn-add-to-cart {
	font-weight: bolder;
/*	box-shadow: 5px 5px 0px #310000;*/
}


/*div.item-list__item {
    width: 100%!important;
	margin-bottom: 0!important;
}
*/

div.item-list__item form {
     width: 50%; 
    right: 0;
}

/*div.item-list__item .item__text span {
    width: 430px;
}*/


#page_top{
  width: 150px;
  height: 100px;
  position: fixed;
  right: 0;
  bottom: 10px;
/*  background-image: url(img/return.gif);*/
  display: none;
}


/*追従ボタン*/

nav{
width:950px;
}


ul#globalNavi{
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; 
 -webkit-justify-content: center;
 list-style-type:none;
}
/*@media all and (-ms-high-contrast:none){
nav{
width:950px;
};
}
*/
/*
nav.is-show{
width:100%;
}
*/

ul#globalNavi span.Txt {
    display: block;
	color: #4c2104;
    font-size: initial;
}
/*ul#globalNavi span.Txt {
    display: none;
}
*/

ul#globalNavi li a{
text-decoration: none;
display: block;
height: 100%;
box-sizing: border-box;
background: #cf936f;
font-weight: normal;
}

.clone-nav{
position:fixed;
top:0;
left:0;
width:100%!important;
z-index:1;
transition:.3s;
transform:translateY(-100%);
}


.clone-nav ul li{
/*display:table;*/
  width: 25%;
}

.clone-nav ul#globalNavi li img.spImg{
display:none
;}

/*ul#globalNavi li span.Txt{
display:none
;}
*/
.clone-nav ul#globalNavi li{
    text-decoration: none;
    transition: .4s;
    position: relative;
    /* box-sizing: border-box; */
    height: 80px;
    box-sizing: content-box;
}

ul#globalNavi li:nth-last-child(2) {
    border-right: none;
}

.clone-nav ul#globalNavi li:nth-last-child(2) {
    border-right: 1px solid #4c2104;
}

.clone-nav ul#globalNavi li:last-child {
    border-right: none;
}


.clone-nav ul#globalNavi li a{
display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.is-show{
transform:translateY(0);
}

.is-hide{
transform:translateY(-100%);top:0;
}

.is-show ul#globalNavi li span.Txt {
position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    display: block;
}



ul#globalNavi li {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    position: relative;
    border-right: 1px solid #4c2104;
}

.headbutton ul#globalNavi li {
	border-radius: 10px 10px 0 0;
}

.downbutton ul#globalNavi li {
	border-radius:0 0 10px 10px;
}


.headbutton a, .downbutton a {
	color:#4c2104;
	font-size: large;
}

ul#globalNavi a span{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
white-space: nowrap;
}

.headbutton{
width: 100%;
    max-width: 950px;
    border-spacing: 0;
    margin-top: 10px;
}

/*.menu01 {
    margin-left: 8px;
}*/

/*
.menu01, .menu02, .menu03, .menu04 {
    margin-right: 8px;
}

*/
.gifBtn,.priceBtn,.cateBtn {
	  display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	padding: 1.5%;
		}
.priceBtn .pbbox,.cateBtn .cgbox {
    width: calc(97% / 3);
    height: 70px;
    margin: 0.5%;
    box-sizing: border-box;
    border: solid 1px #666666;
    /* background-color: #60051b; */
    text-align: center;
    /* line-height: 150px; */
    position: relative;
}

.priceBtn .pbbox:hover {
	background: #4c2104;
	transition: .5s;	
}

.priceBtn .pbbox a:hover {
	color: #fff;
	transition: .5s;	
}

.cateBtn .cgbox:hover {
	background: #4c2104;
	transition: .5s;
}

.cateBtn .cgbox a:hover {
	color: #fff;
	transition: .5s;	
}

.gifBtn .gfbox {
    width: calc(96% / 4);
    height: 70px;
    margin: 0.5%;
    box-sizing: border-box;
    border: solid 1px #4c2104;
    /* background-color: #60051b; */
    text-align: center;
    /* line-height: 150px; */
    position: relative;
}

.gfbox a,.pbbox a,.cgbox a {
    text-decoration: none;
    font-size: large;
    font-weight: normal;
    color: #666666;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 5% 0%;
    left: 50%;
    transform: translate(-50%,-50%);
}


/*.cgbox:nth-last-child(2) {
    display: none;
}
*/

ul#globalNavi li a:hover {
/*    background: #cf936f;*/
}

ul#globalNavi li img {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%) translateX(-10%);
    -webkit- transform: translateY(-50%) translateX(-10%);
}


ul#globalNavi li img {
      width: 15%;
}

ul#globalNavi li:first-child img {
    width: 60%;
    transform: translateY(-50%) translateX(0%);
    -webkit- transform: translateY(-50%) translateX(0%);
}

nav.clone-nav.is-show ul li.logo img {
    left: 20%!important;
}

nav ul li.top {
    display: none;
}
nav ul li.logo {
	display: none;
}


@media (min-width: 1450px) {
nav.clone-nav.is-show ul li.top {
    display: block;
}
nav.clone-nav.is-show ul li.logo {
	display: block;
}
}


@media (max-width: 1449px) {
nav.clone-nav .is-show ul li.top {
display: none!important;
}
nav.clone-nav .is-show ul li.logo {
display: none!important;
}


}


/*.priceBtn {
    padding: 10px;
}*/

h1 {
}
.header-wrap{
width:950px;
display: table;
}

.header-title{
text-align: left;
display: table-cell;
vertical-align: middle;
}

.header-shopname{
text-align:right;
display: table-cell;
vertical-align: middle;
}

.header-socialbtn{
float: right;
padding-top: 10px;
}

ul#globalNavi li:nth-of-type(2) {
    border-left: none;
}

p.titletxt {
    color: #4c2104;
    font-size: x-large;
    padding-top: 2%;
}

h2.Title {
    font-size: 40px;
    color: #4c2104;
/*    padding-top: 5%;*/
}

h2.Title+span {
    color: #4c2104;
	width: 90%;
    display: block;
	padding: 1% 0;
}

h3.Title-3col {
    font-size: 30px!important;
    color: #4c2104;
	padding:10px 0;
}

h3.Title {
    font-size: 30px!important;
    color: #4c2104;
	padding:10px 0;
/*	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", serif, "ＭＳ Ｐ明朝"*/
}

h4.Title {
	font-size: 25px !important;
    color: #4c2104;
/*	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", serif, "ＭＳ Ｐ明朝"*/

}

ul.item-3col {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

ul.item-3col li {
    width: 33.3%;
    list-style: none;
    box-sizing: border-box;
    margin-bottom: 1%;
}

ul.item-3col li picture {
    width: 100%;
}

ul.item-3col li img {
    width: 100%;
}

ul#globalNavi li:nth-child(6) {
    border-color: #cf936f;
}

.clone-nav ul#globalNavi li:nth-child(6){
    border-color: #4c2104!important;	
}


ul.button-3col {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0;
}

/*ul.button-3col li img {
    width: 90%;
}*/

p.item__text.boxchoise {
    margin-bottom: auto;
}



p.sale {
    position: inherit;
    bottom: 105px;
    background-color: #310000;
    border-radius: 15px;
    padding: 1% 2%;
    float: right;
    right: 3%;
    width: fit-content;
    color: #FFF;
}



p.sale ~ p.item__price {
    bottom: 70px;
}


.item-list__item::after {
    content: "";
    display: block;
    clear: both;
}

img.spImg.menu01, img.spImg.menu02, img.spImg.menu03 {
    width: 90%;
}

div.Fvcontents{
	background-color:#d3bc97;
	padding:10px;
	max-width: 950px;
	box-sizing: border-box;
}

div.Fvcontents ul{
	list-style: none;
}

a .Fvlink-box {
    font-weight: normal;
}

.Fvlink-box {
    border: 1px solid #fff;
    background: #FFF;
    padding: 10px;
    display: flex;
    margin: 10px;
}


.Fvimg-box {
    width: 25%;
    float: left;
}

.Fvimg-box div {
    width: 200px;
    min-height: 90px;
    background-size: cover;
    background-position: center center;
}

.Fvtext-box {
    width: 75%;
    float: left;
    text-align: left;
    padding-left: 20px;
    line-height: 1.7;
    margin: 0;
}

.Fvtext-box .Fvtitle {
    font-size: 18px;
    font-weight: 600;
    color: #400303;
    padding: 0;
    margin: 0;
}

.Fvdescription {
    color: #7B7B7B;
}
.Fvtext-box .Fvdescription {
    color: #333;
    padding: 0;
    margin-bottom: 0;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
a.sonota {
    display: block;
    padding: 2%;
    margin: 0 3% 3% 3%;
    width: 94%;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    font-size: large;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    background-color: #f45a3b;
}

.sonota:hover {
    background-color: #CC0000;
    transition: .5s;
}
/*
.nyukamachi1,.nyukamachi2{
visibility: hidden;
}
*/

/*カテゴリボタン変更追加↓2024/12/19*/
.categoriResWrap {
    display: flex;
    flex-wrap: wrap;
}
.categoriResDiv {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 100%;
}

.categoriResA {
  display: flex;
  text-decoration: none !important;
  background: white;
  flex-direction: row;
  align-items: center;
}

.categoriResP {
    color: #333;
    padding: 12px;
    font-size: 14px;
    text-align: left;
	width: 100%;
}
.priceBtn{
	justify-content: center;
}
.cateBtn{
	display: block;
}


/*入荷お知らせ登録ボタン*/
#btn-arrival-to-cart{
	display: inline-block;
	width: 100%;
	height: 60px;
	font-family: "Yu Gothic",YuGothic,"MS UI Gothic",Meiryo,sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	border-radius: 3px;
	text-decoration: none;
	background: #ffd814;
	color: #424312;
	outline: 0;
	border: 0;
	cursor: cell;
}


.pcHide{
	display: none;
}

.ranking1st {
    position: absolute;
    top:0;
}

.rankingoth {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: left;
}

.rankingoth img {
    width: 35%;
}