/* ************************************************
*  topimage
* ************************************************ */
#topimage {
	height: 700px;
	overflow: hidden;
	position: relative;
	background-color: #929292;
}
#topimage video {
	width: 1920px;
	margin-top: -200px;
	text-align: center;
	position: absolute;
	margin-left: -960px;
	left: 50%;
}

/* ************************************************
*  topimage2
* ************************************************ */
#topimage2 { margin-bottom: 0px; height: 650px; overflow:hidden; }


/* ************************************************
*  box_free
* ************************************************ */
#box_free {
  padding: 20px;
  border: #aaa solid 1px;
	margin-bottom: 10px !important;
}
#box_free p {
  line-height: 20px;
}

/* ************************************************
*  index_pickup
* ************************************************ */
#index_pickup img { margin-bottom:10px; }
#index_pickup h2 { margin-bottom:10px; }
#index_pickup p { font-size:1.4rem; }

/* ************************************************
*  index_category
* ************************************************ */
#index_category .leftBox { float:left; width: 208px; }
#index_category .rightBox { float:right; width: 458px; }

#index_category p { margin-top: 2px; font-size: 1.2rem; }
#index_category li { float:left; height: 130px; margin-right:42px; }
#index_category li:nth-child(even) { margin-right:0px; }

/* ************************************************
*  index_index_bnr
* ************************************************ */
#index_bnr a { display: block; margin-top:10px; }

/* ************************************************
*  index_news
* ************************************************ */
#index_news .header_block{
  margin-bottom: 0;
}
#index_news ul{
  margin-left: 0;
  list-style: none;
}
#index_news ul li{
  border-top:#ddd solid 1px;
}
#index_news ul li:first-child{
  border-top:none;
}
#index_news  ul li div{
  padding: 10px 0;
}
#index_news  p.news_date{
  float: left;
  margin-right: 20px;
	font-size: 1.2rem;
  width: 90px;
}
#index_news  p.news_message{
  float: left;
}

/* ************************************************
*  index_insta
* ************************************************ */
#index_insta .header_block{
  margin-bottom: 20px;
}

/* ************************************************
*  index_fb
* ************************************************ */
#index_fb .header_block{
  margin-bottom: 20px;
}

/* ************************************************
*  index_ranking （ランキング）
* ************************************************ */
.index_ranking { margin-top: -40px; margin-bottom: 0px !important; }
.index_ranking .ebox { margin-bottom: 10px !important; }
.index_ranking .eInner { padding: 4px; border: 1px #97302d solid; }
.index_ranking .col { margin-bottom: 0px !important; padding-bottom: 0px !important;  }

.index_ranking .ranking_bg {
  background: url("https://file001.shop-pro.jp/PA01283/298/img/ranking_bg.jpg") top center no-repeat;
  padding: 73px 10px 10px;
}
.index_ranking .ranking_bg h2 {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 60px;
  line-height: 1.5;
}
.index_ranking .ranking_bg h2 span {
  font-size: 2.2rem;
}
.index_ranking .ranking_bg .cateLink {
  display: block;
  font-size: 1.4rem;
  background: #e6e1ce url("https://file001.shop-pro.jp/PA01283/298/img/icon_12.png") 20px 6px no-repeat;
  padding: 3px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}
.index_ranking .ranking_bg .cateLink:hover {
  background-color: #ffdd33;
}


.index_ranking .rankBox { }
.index_ranking .rankList { clear: both; }

/* item_box */
.index_ranking .item_box {
  margin: 10px 0 0 20px;
  width: 150px;
  padding: 0;
}
.index_ranking .item_box .item_image {
  margin: 0px auto;
  text-align: center;
	width: 125px;
	height: 125px;
  border: none;
}
.index_ranking .item_box .item_image img.item {
	max-height: 125px;
}
.index_ranking .item_badge {
  position: absolute;
  top: 0;
  left: -30px;
  width: 60px;
  height: 60px;
  z-index: 9999;
}
.index_ranking .item_box:first-child  .item_badge { background: url("https://file001.shop-pro.jp/PA01283/298/img/rank-1.png") no-repeat; background-size: cover; }
.index_ranking .item_box:nth-child(2) .item_badge { background: url("https://file001.shop-pro.jp/PA01283/298/img/rank-2.png") no-repeat; background-size: cover; }
.index_ranking .item_box:nth-child(3) .item_badge { background: url("https://file001.shop-pro.jp/PA01283/298/img/rank-3.png") no-repeat; background-size: cover; }

.index_ranking .item_box .item_detail {
  margin: 15px 0 0;
  padding: 0px;
  border-left: none;
}
.index_ranking .item_box .item_detail p.item_name {
  margin-bottom: 5px;
	font-size: 1.2rem;
  text-align: center;
}
.index_ranking p.item_price {
  margin-bottom: 0px;
	font-size: 1.2rem;
  text-align: center;
}
.index_ranking .sold_out { display: block; }

.index_ranking p.item_regular_price,
.index_ranking p.item_discount,
.index_ranking p.item_description { display: none; }
.index_ranking .box_last{ margin-right: 0; }


/*----------------------------------------*----------------------------------------
2021.11.01追加 ＞お役立ちコラム
----------------------------------------*----------------------------------------*/
.oyakukoramu {
    margin: 0 0;
    border: solid 1px #000000;
}
.oyakukoramu {
    margin: 4em 0;
    background: #FFFFFF;
}
.oyakukoramu .box-title {
    font-size: 1.5em;
    background: #2B3881;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.oyakukoramu h3 {
    padding: 10px 20px;
    margin: 0;
	font-weight: bold;
}
.oyakukoramu p {
    padding: 15px 20px;
    margin: 0;
}

.oyakukoramu hr {
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #706F6F;
	width: 100%;
}

/* ************************************************
*  index_voice （お客様の声）
* ************************************************ */
.index_voice {
  border: 1px #7a993d solid;
}
.index_voice .title {
  background-color: #7a993d;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 10px;
  text-align: center;
  margin-bottom: 0 !important;
}
.index_voice .flame {
  overflow: auto;
  height: 300px;
  width: 100%;
  padding: 20px;
}
.index_voice .more {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*----------------------------------------*----------------------------------------
2023.01.10追加 ＞よくある質問
----------------------------------------*----------------------------------------*/
.faq-box {
  margin: 25px auto;
}
.faq-box h3 {
  background-color: #e6deb8;
  font-size: 2.2rem;
  padding: 15px;
  font-weight: bold;
  text-align: center;
}
.faq-box h4 {
  padding: 15px 10px;
  margin-top: 25px;
  font-size: 2.2rem;
  font-weight: bold;
  border-left: 5px solid #7e654e;
  border-bottom: 1px solid #999;
}
.faq-box dt,
.faq-box dd {
  padding-left: 45px;
  line-height: 2;
}
.faq-box dt {
  margin-top: 15px;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
}
.faq-box dt::before {
  content: "Q";
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  background: #7e654e;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: normal;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.faq-box dd {
  margin-top: 15px;
}

/* 20241210 top リンク範囲 */
.top-banner-txtset {
 text-decoration: none;
}