﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Abel');
@import url('//fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');


/*-------------------------
ページタイトル・見出し他
--------------------------*/
.itempage_main h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.8em;
}
@media screen and (max-width: 480px) {
.itempage_main h2 {
  font-size: 1.5em;
  }
}
.itempage_main .engtitle{
  font-family: 'Abel', sans-serif;
  font-size: 1.6em;
  line-height: 100%;
  color: #BDBDAD;
  margin-top: 6px;
}
@media screen and (max-width: 480px) {
.itempage_main .engtitle{
  font-size: 1.3em;
  }
}

/* 値引き */
.priceoff {
  font-size: 1.25em;
  color: #CB6A41;
  font-weight: 700;
  margin-top: 6px;
}
.priceoff span{
  font-size: 1.3em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
.priceoff {
  font-size: 1.15em;
  }
}

.itempage_main h4 {
  font-size: 1.25em;
  color: #CB6A41;
  font-weight: 700;
  margin-top: 6px;
}
.itempage_main h4 span{
  font-size: 1.3em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
.itempage_main h4 {
  font-size: 1.15em;
  }
}

/*-------------------------
記事詳細ページ
--------------------------*/
/* カテゴリアイコン */
.catthumb {
  margin-bottom: 12px;
}
.catthumb span{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 100%;
  white-space: nowrap;
  background: #D1B349;
  color: #FFF;
  padding: 3px 8px 5px;
}
.catthumb a{
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
.iteminfopage h2 {
  font-size: 1.4em;
  }
.catthumb span{
  font-weight: 600;
  font-size: 0.85em;
  padding: 2px 6px 3px;
  }
}
/* 情報更新日 */
.iteminfopage .date{
  text-align: right;
  margin-top: 12px;
}
.iteminfopage .date span{
  letter-spacing: 0.08em;
}
@media screen and (max-width: 480px) {
.iteminfopage .date{
  font-size: 0.9em;
  }
}
/* 記事内容 */
.iteminfopage .detail {
  margin: 42px 0;
}
.iteminfopage .detail img{
  margin: 20px 0;
}
@media screen and (max-width: 480px) {
.iteminfopage .detail {
  margin: 32px 0;
  }
.iteminfopage .detail img{
  margin: 15px 0;
  }
}

/* 記事下部インフォメーション */
.iteminfopagefooter {
  border-top: 2px solid #243046;
  padding: 32px 0 0;
  text-align: center;
}
.iteminfopagefooter h5{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.15em;
  font-weight: 700;
  color: #243046;
}
@media screen and (max-width: 480px) {
.iteminfopagefooter {
  padding: 20px 0 12px;
  }
}

/*-------------------------
２カラムレイアウト
--------------------------*/
.itempage {
  width:100%;
  max-width: 1240px;
  height: auto;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
  padding-top: 180px;
}
.itempage_main {
  box-sizing: border-box;
  flex: 1;
  margin:0;
  padding: 0 40px 64px 32px;
}
.itempage_category {
  width:340px;
  padding: 0 32px 64px 0;
}
article {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1240px) {
.itempage_category {
  width:320px;
  }
}
@media screen and (max-width: 1000px) {
.itempage {
  padding-top: 142px;
  }
}
@media screen and (max-width: 960px) {
.itempage {
  flex-direction: column;
  display:block;
  }
.itempage_main {
  margin:0 auto;
  padding: 0;
  }
.itempage_category {
  width:100%;
  position: static;
  padding: 0;
  }
article {
  padding: 0 32px 64px;
  }
}
@media screen and (max-width: 767px) {
.itempage {
  padding-top: 100px;
  }
article {
  padding: 0 24px 48px;
  }
}

/*-------------------------
サムネイル付きカテゴリリンク
--------------------------*/
.catparts_title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2em;
  line-height: 100%;
  color: #D8BF6C;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
@media screen and (max-width: 960px) {
.catparts_title {
  padding: 0 0 0 12px;
  }
}

.catparts {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.catparts li {
  width: 100%;
  background-color: #FFF;
  border-top: 1px solid #BDBDAE;
  padding: 5px;
}
.catparts li:last-child{
  border-bottom: 1px solid #BDBDAE;
}
.catparts li:hover{
  background-color: #F7F2E1;
  cursor: pointer;
}
.catparts li a{
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
.catparts {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
  flex-wrap: wrap;
  }
.catparts li{
  width:50%;
  padding: 8px;
  }
.catparts li:last-child{
  border-bottom: none;
  }
.catparts li:nth-child(even){
  border-left: 1px solid #BDBDAE;
  }
}
@media screen and (max-width: 540px) {
.catparts {
  flex-direction: column;
  display:block;
  }
.catparts li{
  width:100%;
  padding: 5px;
  }
.catparts li:nth-child(even){
  border-left: none;
  }
}

/* 中身 */
.catpartsbox {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
  position: relative;
}
.catpartsbox_img {
  max-width: 96px;
  margin: 0 12px 0 0;
}
.catpartsbox_text {
  flex: 1;
}
.catpartsbox::before,
.catpartsbox::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: top;
  margin-right: 6px;
}
.catpartsbox::before{
  right: 0;
  width: 18px;
  height: 18px;
  border-top: 2px solid #DAC06C;
  border-right: 2px solid #DAC06C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.catpartsbox_text h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 100%;
  font-size: 0.85em;
  margin-bottom: 6px;
  padding: 0;
}
.catpartsbox_text h5 {
  font-family: 'Abel', sans-serif;
  line-height: 100%;
  font-size: 0.9em;
  color: #BDBDAD;
  padding: 0;
}
@media screen and (max-width: 1240px) {
.catpartsbox_img {
  max-width: 84px;
  }
}
@media screen and (max-width: 640px) {
.catpartsbox_img {
  max-width: 74px;
  }
}
@media screen and (max-width: 540px) {
.catpartsbox_text h4 {
  font-size: 0.9em;
  }
.catpartsbox::before,
.catpartsbox::after{
  margin-right: 12px;
  }
}

/*-------------------------
商品一覧枠
--------------------------*/
.itemcolumn {
  width:100%;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:stretch;
  flex-wrap: wrap;
  margin-top: 42px;
}
.itemcolumn li{
  width:50%;
  height: auto;
  padding: 0 12px 24px;
}
@media screen and (max-width: 640px) {
.itemcolumn {
  flex-direction: column;
  display:block;
  margin-top: 24px;
  }
.itemcolumn li {
  width: 100%;
  padding:0 0 18px;
  }
}

/*商品ボックス*/
.itembox {
  width:100%;
  height: 100%;
  margin: auto;
  padding:12px 12px 15px;
  flex-direction: column;
  display:block;
  background: #F9F5EA;
  border: 1px solid #BDBDAE;
  position: relative;
}
.itembox_detail,
.itembox_detail2 {
  padding: 10px 10px 0;
}
.itembox_detail a,
.itembox_detail2 a{
  display: inline-block;
  text-decoration: none;
}
.itembox_detail span{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 100%;
  white-space: nowrap;
  background: #D1B349;
  color: #FFF;
  padding: 2px 5px 3px;
}
.itembox_detail h4{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.5;
  margin: 8px 0 5px;
  color: #222;
}
.itembox_detail2 h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.5;
  margin: 3px 0 5px;
  color: #222;
}
.itembox_detail p,
.itembox_detail2 p {
  font-size: 0.85em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
.itembox {
  padding:8px 8px 12px;
  }
}
@media screen and (max-width: 640px) {
.itembox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  }
.itembox_img {
  width: 100%;
  flex: 2;
  }
.itembox_detail,
.itembox_detail2 {
  width: 100%;
  flex: 4;
  margin: 0 5px 0 12px;
  padding: 0;
  }
.itembox_detail h4{
  margin: 3px 0 3px;
  }
.itembox_detail2 h4 {
  margin: 3px 0 5px;
  }
}
@media screen and (max-width: 480px) {
.itembox {
  padding:5px;
  }
.itembox_detail h4,
.itembox_detail2 h4 {
  font-size: 0.9em;
  }
.itembox_detail p {
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  }
.itembox_detail2 p {
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  }
.itembox_detail span{
  font-weight: 600;
  font-size: 0.7em;
  }
}

/* 画像トリミング */
.itembox_img{
  position: relative;
  width: 100%;
  padding-top: 74%;
  margin: 0 auto;
}
.itembox_img img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
.itembox_img{
  padding-top: 26%;
  }
}
@media screen and (max-width: 480px) {
.itembox_img{
  padding-top: 32%;
  }
}

/* NEWアイコン */
.itemcolumn li{
  position: relative;
}
.itemcolumn .new {
  position: absolute;
  top: 0;
  left: 12px;
  max-width: 64px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
.itemcolumn .new {
  left: 0;
  max-width: 42px;
  }
}

/*-------------------------
ページャー
--------------------------*/
/* ページャー */
.pager{
	text-align:center;
	padding:0;
	clear:both;
  margin-top: 24px;
}
/*ページャーボタン*/
.pager a{
  color: #353526;
  font-size: 1.1em;
  padding: 5px 12px 5px;
  text-decoration: none;
  line-height: 100%;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  margin:2px;
}
/*現在のページのボタン*/
.pager a.current{
  background: #DB997C;
  color: #FFF;
}
.pager a:hover{
  background:#DB997C;
  color: #FFF !important;
}
.overPagerPattern{
  padding:0 2px ;	
}
@media screen and (max-width: 480px) {
.pager a{
  font-size: 1em;
  padding: 5px 10px 5px;
  margin:2px;
  }
}

