/*タイトル100％用*/

.top_page_title {
	text-align: center;
	font-size: 2.25rem;
	border-bottom: 1px solid #575757;
	margin-bottom: 15px;
	padding-bottom: 15px;
	letter-spacing: 0.30rem;
	font-weight: 500;	
}

.top_page_subtitle {
	text-align: center;
	letter-spacing: 0.25em;
	padding-bottom: 15px;
	font-size: 0.75rem;
	font-weight: 300;
}


/*bx-slider 用*/

.slider {
	width: 100% !important;
	max-width: 1200px;
	margin-top: 3rem;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2rem;
	text-align: center;	
}


.slider img {
	  margin: 0 auto;
}

.bx-pager {
  bottom: 10px;
  padding-top: 0;
}



.bx-wrapper .bx-viewport {
	left: -1px !important;
	border: none !important;
}

/*bx-slider thumbnail用*/
.bx-custom-pager{
	bottom: -75px !important;
}

.bx-custom-pager .bx-pager-item{
	width: 133px;
	padding-right: 10px;
}

.bx-pager-item .active img{opacity: 0.5}

.slider div {
max-width: 100%;
}


.bx-wrapper .bx-caption {
	background: none !important;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	text-align: center;
}


@media (max-width: 768px) {
  /* ~768px */

.slider {
	margin: 0 !important;
	padding: 0 !important;
	}
	
.slider img {
}

	
.bx-custom-pager{
		display: none;
	}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .9em;
	padding: 2.5px;
	text-align: center;
	letter-spacing: 0rem;
	background-image: none;
}
	
.bx-wrapper .bx-viewport {
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
	height: 10rem !important;  /*スマホ表示時のスライダーの全体の高さ*/
}

}

/*　おススメ用　*/

.top_ossume_box {
	border: 1px solid rgba(172,172,172,0.63);
	padding: 1.2rem;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 25rem;
}

.top_ossume_img {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.shohin_name {
	font-weight: 500;
	margin-bottom: 15px;
	font-size: 0.8rem;
}

.price_moji {
	font-size: .8rem;
	text-align: right;
}

.shohin_kanisetsumei {
	margin-bottom: 15px;
	font-size: 0.7rem;
	line-height: 1.25rem;
	text-align: left;
}

/*　ＮＥＷＳ用　*/
.news_area {
	width: 50%;
	float: left;
	border-bottom: 1px solid #575757;
}


.news_comment {
	font-size: 0.8rem;
	padding-bottom: 3rem;

}
.news_infomation ul {
	font-size: 0.8rem;
	margin-top: 1rem;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
}

.news_infomation li {
	margin-bottom: 5px;
}

.news_img {
	margin-top: 1.5rem;
}


.info_date {

}


/*　ＮＥＷＳ横の売れ筋用　*/
ul.uresuji_shohin {
	margin-top: 4rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	list-style-type: none;
	float: right;
	text-align: center;
	width: 45%;
	background-color: rgba(245,245,245,0.8);
}

.uresuji_shohin img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.shohin_name_ichioshi {
	width: 75%;
	margin-bottom: 15px;
	font-size: 0.9rem;
	color: rgba(227,121,123,1.00);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



@media (max-width: 768px) {
  /* ~768px */
.top_page_title {
	text-align: center;
	font-size: 1.80rem;
	border-bottom: 1px solid #575757;
	margin-bottom: 1rem;
	padding-bottom: 15px;
	letter-spacing: 0.30rem;
	font-weight: 500;	
}
	
.news_area {
	width: 90%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

ul.uresuji_shohin {
	width: 95%;
	margin: 0px;
	padding: 0px;
	float: none;
	text-align: center;
	background-color: #FFFFFF;
}

.uresuji_shohin img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
	
	
.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: <{$setting-custom-textColor}>;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: <{$setting-custom-textColor}>;
  background: <{$setting-custom-bgColor}>;
}

.p-custom-banner__unit--text a {
  color: <{$setting-custom-textColor}>;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}
	
	/*　ランキング用　smp */

.ranking_box {

	height: auto;
}
	
}

@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
}


/*　ランキング用　*/

.ranking_box {
	text-align: center;
	padding: 2rem;
	margin-bottom: 0rem;
	height: 20rem;
	min-height: auto;
}

.ranking_img_box {
  position: relative;
}

.c-product-list__index {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	line-height: 32px;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 32px;
	height: 32px;
	text-align: center;
	color: rgba(0, 0, 0, .6);
	background-image: url(https://file003.shop-pro.jp/PA01426/740/img/4i_ika.png);
	background-repeat: no-repeat;
	font-weight: 600;
}

.c-product-list__index--1 {
	color: #DC0003;
	background-image: url(https://file003.shop-pro.jp/PA01426/740/img/1i.png);
	background-repeat: no-repeat;
}

.c-product-list__index--2 {
	color: #7A7A7A;
	background-image: url(https://file003.shop-pro.jp/PA01426/740/img/2i.png);
	background-repeat: no-repeat;
}

.c-product-list__index--3 {
	color: #D8842F;
	background-image: url(https://file003.shop-pro.jp/PA01426/740/img/3i.png);
	background-repeat: no-repeat;
}

.insta_banner {

	text-align: center;
	width: 45%;	
}
.insta_banner img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {
.insta_banner {
	float: none;
	width: 95%;
	margin-top: 2rem;
	padding: 0px;
	text-align: center;
}
.insta_banner img {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}
	
}



