@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;
}

}


/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#visual {
  background: linear-gradient(#fdc503, #ffa10b);
  position: relative;
  z-index: 1;
}

/** ***************************************************************************
 * 画像
 */

#visual div.image {
  position: relative;
  height: 700px;
  max-width: none;
  text-align: right;
  visibility: hidden;
  margin-right: 0;
  margin-left: auto;
}
#visual div.image img {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #visual div.image {
    width: 1600px;
    max-width: 200vw;
    visibility: visible;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #visual div.image {
  position: relative;
  height: 150px;
  max-width: none;
  text-align: right;
  visibility: inherit;
  margin-right: 0;
  margin-left: auto;
}
}


/* ****************************************************************************************************
   * 商品
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.item {
  padding-top: 100px;
  padding-bottom: 120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .item {
    padding-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;
}

}
