/*------------------------------------------
■ページ全体の指定
------------------------------------------*/
#itemsale {
	background-color: #fff7e3;
	max-width: 900px;
	margin: auto;
  }

  #itemsale img{
	width: 100%;
  }
  #itemsale h4{
	text-align: center;
	color:#654335;
	padding-top: 3em;
	margin-top:-2em;
	display: flex;
     position: relative;
    align-items: center;
    font-size: 1.5em;
    margin-bottom: .5em;
  }
  #itemsale h4::before , #itemsale h4::after{
	content: "";
    height: 2px;
    flex-grow: 1;
    background: #654335;
  }
  #itemsale h4::before{
	margin-right: 1rem;
  }
  #itemsale h4::after{
	margin-left: 1rem;
  }
  #itemsale h5{
	text-align: center;
	color:#fff;
	font-weight: lighter;
  }
  
  #inner h3{
	color: #654335;
	font-size:2em;
	text-align: center;
  }
  #inner h2{
	color: #654335;
	margin-bottom: 5px;
	border-bottom: solid 1px;
	font-size: 16px;
	padding-bottom: .2em;
  }
  
  #inner a {
	display: block;
  }
  #inner .pc_none {
	display: none;
  }

    /* 項目ごと背景色変え */
	#page_inner section:nth-child(even){
		background-color: #fff7e3;
	  }
	  #page_inner section:nth-child(odd){
		background-color: #f4e5c3;
	  }

  /*------------------------------------------
  ■クーポン
  ------------------------------------------*/
  #itemsale .gentei{
	text-align: center;
	margin: 1rem auto 0.5rem;
    font-size: 1.3rem;
    color: #61483a;
	font-weight: bold;
  }
  #itemsale .coupon_area {
    display: grid;
    grid-template-columns: 1fr 1fr;
	width: 90%;
    margin: 0 auto 1rem;
}
  #itemsale .coupon_area .coupon {
    width: 90%!important;
    background-color: #61483a;
    border-radius: 5px;
	padding: 10px;
  }
  #itemsale .coupon ul{
	display: flex;
	justify-content: space-around;
	margin-top: 5px;
  }
  .coupon .action-cpget {
	background-color: #fff9eb;
	border: solid #fff9eb 1px;
	color:#61483a;
	padding: .4em 0 !important;
	width:95%;
	margin: auto;
	text-align: center;
	font-size:1.2em;
	display: flex;
  }
  .coupon .action-cpget.disabled {
	background-color: #c6c4c4;
	color: #f0eeee;
	border: 1px solid #c6c4c4;
	width:95%;
	margin: auto;
	text-align: center;
	font-size: 1vw;
	display: flex;
  }
  .coupon .action-cpge:hover {
	background-color: #fff;
	border: 1px solid #c22935;
	color: #c22935;
  }
  .coupon .namber{
	font-size: 27px;
	font-weight: bold;
  }
  .coupon .off{
	font-size: 23px;
	font-weight: bold;
  }
  .coupon .action-cpget:before {
	content: "\7372\5F97\3059\308B";
  }
  
  .action-cpget.status-1:before {
	content: "\7372\5F97\6E08\307F";
  }
  /*------------------------------------------
  ■カテゴリアコーディオン
  ------------------------------------------*/
  /* 最初にbuttonタグのCSSをリセット */

  .header-sticky {
    z-index: 988;
  }
  button {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	appearance: none;
  } 
  .fix-box__head {
	width: 100%;
	position: relative;
	background: #d7644b;
	/* border: #58c1bd solid 1px; */
	transition: border-radius 0.5s;
	color: #fff;
	margin-top: 5px;
	border-radius: 4px;
  }
  
  .fix-box__head-text {
	display: block;
	text-align: center;
	padding: 6px 0;
	font-size: 1.3em;
  }
  .fix-box__head::before,
  .fix-box__head::after {
	position: absolute;
	top: 50%;
	right: 2%;
	display: inline-block;
	content: "";
	width: 14px;
	height: 2px;
	margin-top: -2px;
	background-color: #fff;
  }
  .fix-box__head::after {
	transform: rotate(90deg);
	transition: transform 0.5s;
  }
  .fix-box__head.is-open::after {
	transform: rotate(0deg);
  }
  .fix-box__body {
	display: none;
	position: absolute;
	z-index: 2;
	background-color:#fff;
	width: 900px;
  }
  .fix-box__a {
	display: flex;
	align-items: flex-start;
	padding: 0 10px;
	justify-content: space-around;
	gap: .5em;
  }
  .fix-box__a-text {
	display: block;
	margin-top: 3px;
	width: 22%;
  }
  .fix-box__a-text:last-child {
	margin-bottom: 10px;
  }
  
  .fix-box__a-text ul li{
	margin-bottom: .6em;
  }
  .fix-box__a-text ul li p{
	font-size: 13px;
	color: #555;
	line-height: 1.2em;
  }
  .fix-box__a-text ul li p:hover{
	color: #654335;
  }
  
  /* fixedが付いたときのボタン*/
  #itemsale .fixed  {
	  position: fixed;
	  top: 186px;
	z-index: 200;
	width: 100%;
  }
  .close_box {
	text-align: center;
	background-color: #ededed;
	color: #666;
	margin: 10px auto 5px;
	padding: .2em 0;
  }
  /*------------------------------------------
  ■ページ
  ------------------------------------------*/
  #page_inner .grid_box{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 10px;
	row-gap: 10px;
	padding: 0 8px;
  }
  #page_inner ul .grid_item{
	text-align: center;
	position: relative;
	background-color: #fff;
	padding: 3px;
  }
  #page_inner ul .syousai_btn .spesicalprice,#page_inner ul .syousai_btn .intax{
	display: none;
  }
  #page_inner .cart_btn {
	position: absolute;
	width: 48px;
	top: 56%;
	right: 3%;
  }
  #page_inner .grid_item .item_title{
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  #page_inner .grid_item .item_title p{
	line-height: 1.2;
  }
  
  /* その他商品ボタン */
  #page_inner .sonota{
    margin: 15px auto;
    position: relative;
    z-index: 100;
	width: 80%;
  }
  #page_inner .sonota a{
	font-size: 1.1em;
	background-color: #634f4b;
	border: 1px solid #634f4b;
	color: #fff;
	text-align: center;
	padding: .5em 0;
	border-radius: 5px;
	display: block;
  }
  #page_inner .sonota a:hover{
	background-color: #fff;
	border: 1px solid #634f4b;
	color:#634f4b !important;
  }

	/* その他ボタン2カラム */
	#page_inner .sonota .col_2 {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap:20px;
	}

	/* その他ボタン3カラム */
	#page_inner .sonota .col_3 {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap:10px;
	}
  
  
  #page_inner section {
	padding:1em 1em 2em 1em;
  }

  
  .top_p {
	padding-top: 10px;
  }
  

  /*==============================================
 共通 ここから
================================================*/
/* 販売価格アイコン・税込削除 */
#itemsale .item .spesicalprice,
#itemsale .item .intax {
    display: none;
}
/*==============================================
 共通 ここまで
================================================*/

/*==============================================
#itemsale .item 共通 ここから
================================================*/
/* 価格プロ アイコン削除 */
#itemsale .item-wrap .item-block .item-price .price {
    color: red;
}
#itemsale .item-wrap .item-block .item-price .price .spesicalprice {
    display: none;
}
#itemsale .item-wrap .item-block .item-price .intax {
    display: none;
}

/* グラデーション背景 */
#itemsale .item .back {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-bottom: 5%;
    /* background: rgb(67,232,127); */
    /* background: linear-gradient(-80deg, rgb(217 209 89) 0%, rgb(121 197 161) 55%, rgb(75 188 208) 100%); */
    
    /* background: rgb(217,209,89);
    background: linear-gradient(-80deg, rgba(217,209,89,1) 15%, rgba(239,159,34,1) 56%, rgba(217,44,44,1) 93%); */

    /* background-image: url(../IMAGE/itemsale .item/gggrain.svg);
    background-size: cover; */
}
#itemsale .item .back-inner {
    width: 900px;
    margin: 0 auto;
    box-shadow: 0px 2px 10px #4a5d5238;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    z-index: 1;
}
#itemsale .item .kanban {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
#itemsale .item .inner {
    width: 95%;
    margin: 0 auto;
}
#itemsale .item-wrap-title {
    width: 100%;
    text-align: center;
}
/*==============================================
#itemsale .item 共通 ここまで
================================================*/
 /*==============================================
ランキング ここから
================================================*/

#itemsale .item-wrap {
    box-sizing: border-box;
    padding: 0 0% .05%;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

/* 見出し */
#itemsale .item-wrap .section-title {
    padding: .7em 0 .7em;
}

/* 商品枠 */
#itemsale .item-wrap .item-wrap {
    width: 95%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}
#itemsale .item-wrap .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    margin: 0 auto 4%;
    padding-bottom: 1.5%;
}
#itemsale .item-wrap .item.cal1 {
    flex-direction: row;
}
#itemsale .item-wrap .item.cal2 {
    width: 45%;
    display: flex;
}
/* バナー */
#itemsale .item-wrap .item-banner {
    width: 95%;
    max-width: 800px;
    margin: 0 auto 3%;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #ff750054;
}

/* 商品画像 */
#itemsale .item-wrap .item-img {
    width: 100%;
    position: relative;
}
#itemsale .item-wrap .item.cal1 .item-img {
    width: 80%;
    max-width: 450px;
}
#itemsale .item-wrap .item-img .rank-icon {
    position: absolute;
    top: -4%;
    left: 2%;
    width: 20%;
}
#itemsale .item-wrap .item-img__img {
    border-radius: 5px 5px 0 0;
}

/* 商品内容 */
#itemsale .item-wrap .item-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 4%;
}

/* 商品名 */
#itemsale .item-wrap .item-title {
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
}
#itemsale .item-wrap .item-title h3 {
    font-size: 1.5rem;
}
#itemsale .item-wrap .item.cal1 .item-title h3 {
    font-size: 1.7rem;
	color: #000000;
}
#itemsale .item-wrap .item.cal2 .item-title h3 {
    font-size: 1.5rem;
    margin-top: 3%;
	color: #000000;
}

/* 訴求アイコン */
#itemsale .item-wrap .item-icon {
    display: flex;
    gap: 2%;
    justify-content: center;
    margin-bottom: 3%;
}
#itemsale .item-wrap .item-icon__tag {
    display: inline-block;
    background-color: #959595;
}
#itemsale .item-wrap .item-icon__tag p {
    font-size: 1rem;
    padding: 0.3em .7em;
    color: #FFF;
}

/* 商品ブロック */
#itemsale .item-wrap .item-block {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    grid-column-gap: 2%;
    margin-bottom: 1%;
}

/* 商品価格 */
#itemsale .item-wrap .item-block .item-price {
    grid-column: 1 / 6;
    grid-row: 1 / 2;
    padding-left: 15%;
    margin-bottom: 2%;
    text-align: center;
}
#itemsale .item-wrap .item-block .item-price.flex {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 16px;
}
#itemsale .item-wrap .item-block .item-price.flex span {
    color: #ea0012;
    font-size: 5.5vw;
}
/* セット内容 */
#itemsale .item-wrap .item-content .item-block .item-sumprice {
    grid-column: 1 / 7;
    grid-row: 2 / 3;
    text-align: center;
}
#itemsale .item-wrap .item-content .item-block .item-sumprice {
    font-size: 1rem;
}
/* 単品合計価格 */
#itemsale .item-wrap .item-block .item-price__n {
    font-size: 2.8vw;
    width: 100%;
    margin-bottom: 2%;
}
#itemsale .item-wrap .item-block .item-price__t {
    line-height: 1;
    margin-bottom: 0%;
    color: #ea0012;
    background-color: #FFF;
    border: 1px solid #ea0012;
    font-weight: bold;
    margin-right: 3%;
}
#itemsale .item-wrap .item-block .item-price__t p {
    padding: 0.2em .3em .2em 0.3em;
    font-size: 1rem;
}
#itemsale .item-wrap .item-block .item-price .buy_price {
    text-align: center;

}
#itemsale .item-wrap .item-block .item-price .price{
    font-size: 1.7rem;
}

/* お気に入りボタン */
#itemsale .item-wrap .item-block .item-favo {
    grid-column: 6 / 7;
    grid-row: 1 / 2;
    position: relative;
}
#itemsale .item-wrap .item-block .item-favo a{
    display: inline;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
}
#itemsale .item-wrap .item-block .item-favo.set a{
    top: 48%;
}
#itemsale .item-wrap .cal1 .item-block .item-favo.set a{
    top: 40%;
}
#itemsale .item-wrap .item-block .item-favo .action-wish:after, #itemsale .item-wrap .item-block .item-favo .action-wish:before{
    font-size: 1.7rem;
}

/* 商品リンク */
#itemsale .item-wrap .item-block .item-link {
    grid-column: 1 / 4;
    grid-row: 3 / 4;
}
#itemsale .item-wrap .item.cal2 .item-block .item-link {
    grid-column: 1 / 7;
    grid-row: 3 / 4;
    margin-bottom: 3%;
}
#itemsale .item-wrap .item-block .item-link a {
    width: 100%;
    background-color: #ea0012;
}
#itemsale .item-wrap .item-block .item-link a {
    position: relative;
    width: 100%;
    background: #272727;
    text-align: center;
    border-radius: 5px;
}
#itemsale .item-wrap .item-block .item-link a:after,
#itemsale .item-wrap .item-block .item-cart a:after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 3%;
    bottom: 0;
    right: 8%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#itemsale .item-wrap .item-block .item-link a p {
    color: #fff;
    padding: .4em 0 .5em;
    font-size: 3.8vw;

}
#itemsale .item-wrap .item-block .item-cart a p,
#itemsale .item-wrap .item-block .item-link a p {
    padding: .4em 0 .5em;
    font-size: 1rem;
}

/* カートに入れる */
#itemsale .item-wrap .item-block .item-cart {
    width: 100%;
    height: 100%;
    grid-column: 4 / 7;
    grid-row: 3 / 4;
}
#itemsale .item-wrap .item.cal2 .item-block .item-cart {
    grid-column: 1 / 7;
    grid-row: 4 / 5;
}
#itemsale .item-wrap .item-block .item-cart a {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ea0012;
    text-align: center;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
#itemsale .item-wrap .item-block .item-cart a:hover {
    color: #fff !important;
}
#itemsale .item-wrap .item-block .item-cart a .plazaicon-cart:before {
    display: none;
    font-size: 7vw;
}

/* ハッシュタグリンク */
#itemsale .item-wrap .hash-wrap {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 1%;
}
#itemsale .item-wrap .hash-inner {
    box-sizing: border-box;
    padding: 4% 2% 0%;
    border-radius: 5px;
    margin-bottom: 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5%;
}
#itemsale .item-wrap .hash-tag {
    border: 1px solid #000;
    border-radius: 50px;
    background-color: #FFF;
    display: inline-block;
    margin-bottom: 4%;
}
#itemsale .item-wrap .hash-tag p {
    font-size: 1rem;
    padding: .3em 1em;
}

#itemsale .item-wrap .hash-wrap .hash-btn-inner {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 2% 0;
}
#itemsale .item-wrap .hash-wrap .hash-btn {
    position: relative;
    border-radius: 5px;
    background-color: #FFF;
    display: inline-block;
    background-color: #272727;
    width: 100%;
    margin-bottom: 3%;
}
#itemsale .item-wrap .hash-wrap .hash-btn:after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    top: 3%;
    bottom: 0;
    right: 8%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#itemsale .item-wrap .hash-wrap .hash-btn p {
    font-size: 1rem;
    padding: .7em 0.2em .6em 0em;
    text-align: center;
    color: #FFF;
}
#itemsale .item-wrap .hash-wrap .hash-comment {
    position: relative;
    background-color: #ff668c;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    width: 70%;
    margin: 0 auto 2%;
}
#itemsale .item-wrap .hash-wrap .hash-comment p {
    font-size: 3.8vw;
    color: #FFF;
    padding: 0.55em 0.2em .6em 0em;
    border-radius: 5px;
}
#itemsale .item-wrap .hash-wrap .hash-comment:before {
    content: "";
    position: absolute;
    top: 80%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ff668c;
}

/* カテゴリリンク */
#itemsale .item-wrap .cate-wrap {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #f2ebd2;
}
#itemsale .item-wrap .cate-wrap h3{
    text-align: center;
    padding: 2.5% 0 0%;
    font-size: 1.5rem;
    margin-bottom: 2%;
}
#itemsale .item-wrap .cate-inner {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0% 1.5% 2%;
    margin-bottom: 2%;
    display: flex;
    flex-wrap: wrap;
}
#itemsale .item-wrap .cate-inner .cate-tag {
    box-sizing: border-box;
    padding: 2% 2% 1.5%;
    width: 31%;
    background: #FFF;
    margin: 0% 1% 2%;
    border-radius: 5px;
    overflow: hidden;
}
#itemsale .item-wrap .cate-inner .cate-tag p {
    font-size: 1rem;
    text-align: center;
}
#itemsale .item-wrap .cate-wrap .cate-btn-inner {
    width: 80%;
    margin: 0 auto;
}
#itemsale .item-wrap .cate-wrap .cate-btn {
    position: relative;
    border-radius: 5px;
    background-color: #FFF;
    display: inline-block;
    background-color: #272727;
    width: 100%;
    margin-bottom: 5%;
}
#itemsale .item-wrap .cate-wrap .cate-btn:after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    top: 3%;
    bottom: 0;
    right: 8%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#itemsale .item-wrap .cate-wrap .cate-btn p {
    font-size: 1rem;
    padding: .7em 0.2em .6em 0em;
    text-align: center;
    color: #FFF;
}
#itemsale .item-wrap {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}
#itemsale .item-wrap .section-title  {
    font-size: 2rem;
    padding: .7em 0 .3em;
    color: #654335;
    display: inline-block;
	text-align: center;
	margin: 0 auto;
	font-weight: 700;
}
/*==============================================
ランキング ここまで
================================================*/
/* セットに含まれる商品名 */
#itemsale .item-wrap .item-title .item-type {
    display: flex;
    flex-wrap: wrap;
    gap: .3em;
    justify-content: center;
}
#itemsale .item-wrap .item-title .item-type span {
    background-color: #383838;
    color: #FFF;
    padding: 0 .5em;
    font-size: 13px;
    font-weight: 300;
}
/* 高さ合わせ */
#itemsale .item-wrap .item-title .item-type {
    margin-bottom: 0.8em;
	margin-top: 1em;
}
