@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {
  background: #e9e9e9;
}

#main > .section {
  padding-top: 60px;
  padding-bottom: 60px;
}

#main div.body {
  max-width: 1280px;
	padding: 0 10px;
	margin: 0 auto;
	overflow: hidden;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main div.body {
   max-width: 100%;
	 padding:0 10px;
	 margin: 0 auto;
	 overflow: hidden;
	}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main div.body {
  max-width: 100%;
	padding:0 10px;
	margin: 0 auto;
	overflow: hidden;
}

#main .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * 商品
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.item {
  margin-top: 100px;
  padding-bottom: 120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .item {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.item .title {
  position: relative;
  font-size: 1.8rem;
  border-bottom: 5px solid #ffbe2e;
  color: #000;
  font-weight: bold;
  line-height: 1.6;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.item .title {
  position: relative;
  font-size: 1.4rem;
  border-bottom: 5px solid #ffbe2e;
  color: #000;
  font-weight: bold;
  line-height: 1.6;
}

}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.item ul.list {
  margin-top: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.item ul.list li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 30px; 
  transition: 0.3s;
  padding: 10px;
/*  max-width: 244px;*/
}
.item ul.list li:hover {
  background: #ffbe2e;
}
.item ul.list li .post {
  position: relative;
}

.item ul.list li .itemimg {
  position: relative;
  overflow: hidden;
  min-width: 224px;
  height: 0;
  padding-top: 100%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}


.item ul.list li img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  image-rendering: -webkit-optimize-contrast;
}

/* 在庫状態*/
.item ul.list li .itemsoldout {
  color: #fff;
  font-weight: bold;
  position: relative;
  width: 100%;
  text-align: center;
}
/* 売り切れ*/
.item ul.list li .itemsoldout .soldout {
  display: block;
  color: #fff;
  text-align: center;
  background: #ff0000;
}
/* 入荷待ち*/
.item ul.list li .itemsoldout .waiting {
  display: block;
  color: #fff;
  text-align: center;
  background: #f7b100;
}
/* 廃盤*/
.item ul.list li .itemsoldout .out {
  display: block;
  color: #fff;
  text-align: center;
  background: #888888;
}
/* 在庫僅少*/
.item ul.list li .itemsoldout .few {
  display: block;
  color: #fff;
  text-align: center;
  background: #052b8b;
}





.item ul.list li .price {
  font-size: 20px;
  font-weight: bold;
  color: #bc0a0a;
}
.item ul.list li .price .tax {
  display: inline-block;
  font-size: 0.6em;
}

.item ul.list li .meta {
  max-width: 200px;
}

.item ul.list li .meta > .layout-2 {
  margin-top: 5px;
  flex-wrap: wrap;
}

.item ul.list li .text {
  margin-top: 10px;
  font-size: 14px;
}


/* ----------------------------------------------------------------------------------------------------
   * カテゴリー（メーカー）
/* ------------------------------------------------------------------------------------------------- */

.item ul.list li .category:nth-child(3) {
  margin-top: 5px;
}

.item ul.list li .category {
  font-size: 12px;
  color:#fff;
  text-align: center;
/*  min-width: 80px;*/
  width: 48%;
  display: inline-block;
  background: #968530;
}

.item ul.list li .maker-1 {
  background: #ffbe2e;
  color: #000;
}



/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.item ul.list {
  display: flex;
  justify-content: space-between;
}

.item ul.list li {
  width: 47%;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 30px;
}
.item ul.list li .itemimg {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  height: 0;
  padding-top: 100%;
}

.item ul.list li img {
  max-width: 100%;
  width: 100%;
  margin-right: 0;
}

.item ul.list li .title {
  padding-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

.item ul.list li .price {
  font-size: 16px;
}

.item ul.list li .meta {
  width: 100%;
  margin-left: 0;
}

.item ul.list li .meta > .layout-2 {
  margin-top: 5px;
}

.item ul.list li .text {}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.item ul.list li {
  width: 48%;
  margin-right: 0;
  margin-bottom: 30px;
}

}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 詳細ページ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * タイトル
/* ---------------------------------------------------------------------------------------------- */

.single .header-area {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0.5em;
  border-bottom: 5px solid #ffbe2e;
}

.single .header-area .category {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
  display: inline-block;
  margin-right:20px;
  background: #968530;
}
.single .header-area .category.maker-1 {
  background: #ffbe2e;
  color: #000;
}


.single h1.item-name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.single .header-area .category {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
  display: inline-block;
  margin-right:20px;
}
.single h1.item-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

#itempage #img-box {
  width: 48%;
}

#itempage .itemimg img {
  image-rendering: -webkit-optimize-contrast;
}

#itempage .itemsubimg img {
  image-rendering: -webkit-optimize-contrast;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#itempage #img-box {
  width: 100%;
  display: none;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

/*---- dlseller ---*/

#itempage table.dlseller td {
  background: #fff;
}

#itempage .detail-box {
  width: 48%;
}

/* 価格エリア*/
#itempage .detail-box .item-info {
  background: #fff;
  padding: 30px;
}

#itempage .detail-box .item-info .field_price {
  font-size: 30px;
  font-weight: bold;
  color: #bc0a0a;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#itempage .detail-box {
  width: 100%;
}
#itempage .detail-box .item-info {
  background: #fff;
  padding: 20px;
}
#itempage .detail-box .item-info .field_price {
  font-size: 24px;
  font-weight: bold;
  color: #bc0a0a;
}
}

/* -------------------------------------------------------------------------------------------------
   * 項目
/* ---------------------------------------------------------------------------------------------- */

.single .item-description .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.single .item-description .item .title {
  width: 20%;
  padding: 10px;
  background: #ebebeb;
  box-shadow : 0 0 0 1px black;
}

.single .item-description .item .text {
  width: 80%;
  padding: 10px;
  box-shadow : 0 0 0 1px black;
}

/* -------------------------------------------------------------------------------------------------
   * カートへ入れるボタン
/* ---------------------------------------------------------------------------------------------- */

.item-info .skubutton {
  background: #000;
  color:#fff;
  border-radius: 6px;
  padding: 15px 50px;
  width: 320px;
}

.item-info .skubutton:hover {
  background: #ffbe2e;
  color:#000;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.item-info .field {
  overflow: inherit;
}

.item-info .skubutton {
  background: #000;
  color:#fff;
  border-radius: 6px;
  padding: 15px;
  width: 100%;
}
}
