/******************************/
/* SLIDER */
/******************************/
.bx-controls.bx-has-pager {
    /*display: none;*/
}
.bx-pager-item{
  display: none !important;
}
#slider div {
  width: 100% !important;
  /*max-width: 100%;*/

  height: 100%;
}
.bx-wrapper {
    height: 80vh;
}
.bx-viewport {
    height:100% !important;
}

div#slider {
    height: 80vh;
    position: relative;
}
#slider > div {
/*  display: none;*/
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
  height: 80vh;
  width: 100%;
  object-fit: cover;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
.slick-slide img{
  display: inline !important;
}
ul#recomend_test li{
  text-align: center;
}
/******************************/
/* category */
/******************************/
h3.subcategory {
    color: #464e54;
    font-weight: normal;
}
.p-category__ttl {
  margin: 10px 0 20px 0;
  line-height: 1.4;
  font-size: 20px;
  font-weight: normal;
}
.p-category-free {
  margin-bottom: 60px;
  line-height: 2;
}
/***** カテゴリ一覧 *****/
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
/*  margin-left: -15px;
  margin-right: -15px;*/
}
@media screen and (max-width: 767px) {
  .p-category-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-category-list__item {
  box-sizing: border-box;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    text-align: center;
/*  width: 33.3333%;*/
}
@media screen and (max-width: 767px) {
  .p-category-list__item {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    text-align: left;
  }
}
.p-category-list__link {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-category-list__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-category-list__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-category-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.p-category-list__img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-category-list__img {
    margin-right: 10px;
    margin-bottom: 0;
    width: 75px;
  }
}
.p-category-list__name:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-category-list__name:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-category-list__name {
    flex: 1;
  }
}
/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-top: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    padding: 30px 0;
  }
}
.p-item-list-num {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-item-list-num {
    font-size: 14px;
  }
}
.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
}
.p-item-sort-list__item {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 25px;
  }
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}
.p-item-sort-list__item span {
  text-decoration: underline;
}
.l-contents-wrap.u-container {
    display: block;
}
.l-contents-main {
    width: 90%;
    margin: 0 5%;
}
.infinite-scroll-request {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  text-align: center;
  background-color: #0000006e;
  right: 0;
  left: 0;
}
.fade_image_effect {
	position: relative;
	overflow: hidden;
	padding: 0 1px 0 0;
}
.fade_image_effect:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: #000;
	transform: translate3d(0%,0,0);
}
.fade_image_effect.active:after {
	animation: swipeRight .8s cubic-bezier(0.6,0,0.4,1);
	animation-fill-mode: forwards;
}
.list_styling,
.list_blog{
    display: flex !important;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.list_blog:before, .list_blog:after,
.list_styling:before, .list_styling:after {
  border-top: 0.1px solid #fff;
  content: "";
}
.list_blog:before, .list_blog:after{
  width: 35%;
}
.list_styling:before, .list_styling:after {
  width: 23%;
}
.list_blog:before,
.list_styling:before {
  margin-right: 5%;
}
.list_blog:after,
.list_styling:after {
  margin-left: 5%;
}
@keyframes swipeRight {
	0% {
		transform: translate(0);
	}
	50%, 60% {
		transform: translate3d(100%,0,0);
	}
	100% {
		transform: translate3d(100%,0,0);
	}
}
@media screen and (max-width: 640px) {
	.fade_image {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.fade_image_effect {
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0 0 1px 0;
	}
	.fade_image .fade_image_effect:last-child {
		margin: 0;
	}
}
.product_fadein{
  transform: translateY(20px);
  opacity: 0;
  transition: opacity 1s,transform .5s;
}
.fade_in{
  transform: translateY(0px) !important;
  opacity: 1 !important;
}
p.infinite-scroll-last {
    text-align: center;
    font-size: 20px;
}
.l-main.product_list {
    position: relative;
}
div#target {
    position: absolute;
    top: -100px;
}
p.no_infinity {
    text-align: center;
    font-size: 20px;
}
div#top_logo {
    height: 30% !important;
}
.top_category_name {
    position: absolute;
    top: 65%;
    height: 10% !important;
    text-align: center;
    color: white;
    font-size: 30px;
}
.c-item-list__txt {
    width: 80%;
    margin: 0 10%;
}
.c-item-list__price.is-soldout {
    color: red;
}
.c-item-list__price.is-soldout {
    color: red;
}
.c-item-list__price s {
    color: #ffffff7d;
}
.bx-wrapper {
    margin-top: 60px !important;
}
div#Verthandi_top{
    height: 100vh;
    background: url(https://mall.schrein.net/belphegol/img/Verthandi.jpeg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
div#Verthandi_top p {
  position: absolute;
    top: 40%;
    width: 90%;
    margin: 0 5%;
    text-align: center;
    line-height: 30px;
    color: #ffffff82;
}
@media screen and (max-width: 1030px) {
  .l-header-main__in > ul > li {
      padding: 0 !important;
  }
  ul.c-breadcrumbs-list {
    top: 35px !important;
}
btn.styling_morelink {
    font-size: 12px;
}
}
@media screen and (max-width: 1030px){
  .l-header-main__in ul li {
      width: 60% !important;
      position: relative;
      top: -10px;
  }
}
