@charset "utf-8";
/*===========================================
スライドバナー
===========================================*/
.swiper-container {
	font-size: 1.1rem;
	line-height: 1.25;
	max-width: 1000px;
	margin: 0 auto;
	overflow: visible;
	width: 100%;
}
.swiper-container ul,
.swiper-container ol {
	padding: 0 !important;
}
#slider {
	display:none;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

#slider .swiper-slide {
	max-width: 1000px;
	height: auto;
	line-height: 0;
	margin: 0 10px;
}
#slider .swiper-slide a{
	line-height:0;
}
#slider .swiper-slide img{
	width:100%;
}
#slider .swiper-slide-prev,
#slider .swiper-slide-next {
	position: relative;
}
#slider .swiper-slide-prev::after,
#slider .swiper-slide-next::after {
	content: '';
	display: block;
	/*background-color: black;*/
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.4;
}
.swiper-container-horizontal > .swiper-pagination {
	list-style: none;
	line-height: 40px;
	padding: 0;
	margin-top: 0;
	text-align: center;
	position: relative;
	/* background: #f2f0ed; */
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	cursor: pointer;
	background-color: #f6f0d5;
	font-size: 0;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	margin: 0 8px !important;
	border: none;
	border-radius: 50%;
	box-sizing: border-box;
	opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #65401f;
}
.swiper-button-next, .swiper-button-prev {
	background: transparent;
	width: 50px;
	height: 50px;
	text-align: center;
	margin-top: -22px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-prev {
	left: 50%;
}
.swiper-button-next {
	right: 50%;
}



/*スクロールボタン調整
======================*/
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("https://www.cuddlybrown.com/img/arrow-left.svg");
  left: 10px;
  right: auto;
  top: 45%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-size: 30px;
  opacity: 0.1;
  display: none;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("https://www.cuddlybrown.com/img/arrow-right.svg");
  right: 10px;
  left: auto;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-size: 30px;
  top: 45%;
  opacity: 0.1;
  display: none;
}
@media screen and (max-width:768px){
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
	  background-image: url("https://www.cuddlybrown.com/img/arrow-left.svg");
	  left: 10px;
	  right: auto;
	  top: 50%;
	  width: 30px;
	  height: 30px;
	  cursor: pointer;
	  background-size: 30px;
	  opacity:0.1;
	  display: block;
	}
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
	  background-image: url("https://www.cuddlybrown.com/img/arrow-right.svg");
	  right: 10px;
	  left: auto;
	  top:50%;
	  width: 30px;
	  height: 30px;
	  cursor: pointer;
	  background-size: 30px;
	  opacity:0.1;
	  display: block;
	}
}
@media screen and (max-width:580px){
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
	  background-image: url("https://www.cuddlybrown.com/img/arrow-left.svg");
	  left: 10px;
	  right: auto;
	  top: 50%;
	  width: 15px;
	  height: 15px;
	  cursor: pointer;
	  background-size: 15px;
	  opacity:0.1;
	  display: block;
	}
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
	  background-image: url("https://www.cuddlybrown.com/img/arrow-right.svg");
	  right: 10px;
	  left: auto;
	  top: 50%;
	  width: 15px;
	  height: 15px;
	  cursor: pointer;
	  background-size: 15px;
	  opacity:0.1;
	  display: block;
	}
}






/*フリーページ　特集一覧スライダー*/
/*===========================================
スライドバナー
===========================================*/
#slider-free-feature .swiper-container {
	font-size: 1.1rem;
	line-height: 1.25;
	max-width: 100%;
	margin: 0 auto;
	overflow: visible;
	width: 100%;
}
#slider-free-feature .swiper-container ul,
#slider-free-feature .swiper-container ol {
	padding: 0 !important;
}
#slider-free-feature  {
	/* display:none; */
	position: relative;
	overflow: hidden;
	z-index: 0;
}

#slider-free-feature .swiper-slide {
	max-width: 1000px;
	height: auto;
	line-height: 0;
	margin: 0 10px;
}
#slider-free-feature .swiper-slide a{
	line-height:0;
}
#slider-free-feature .swiper-slide a img{
	width:100%;
}
#slider-free-feature .swiper-slide-prev,
#slider-free-feature .swiper-slide-next {
	position: relative;
}
#slider-free-feature .swiper-slide-prev::after,
#slider-free-feature .swiper-slide-next::after {
	content: '';
	display: block;
	/*background-color: black;*/
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.4;
}
#slider-free-feature .swiper-container-horizontal > .swiper-pagination {
	list-style: none;
	line-height: 40px;
	padding: 0;
	margin-top: 0;
	text-align: center;
	position: relative;
	/* background: #f2f0ed; */
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}
#slider-free-feature .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	cursor: pointer;
	background-color: #f6f0d5;
	font-size: 0;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	margin: 0 6px !important;
	border: none;
	border-radius: 50%;
	box-sizing: border-box;
	opacity: 1;
}
#slider-free-feature .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #65401f;
}
#slider-free-feature .swiper-button-next,
#slider-free-feature .swiper-button-prev {
	background: transparent;
	width: 50px;
	height: 50px;
	text-align: center;
	margin-top: -22px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
#slider-free-feature .swiper-button-prev {
	left: 50%;
}
#slider-free-feature .swiper-button-next {
	right: 50%;
}



/*スクロールボタン調整
======================*/
#slider-free-feature .swiper-button-prev,
#slider-free-feature .swiper-container-rtl .swiper-button-next {
  background:#fff url("https://www.cuddlybrown.com/img/arrow-left.svg")no-repeat;
  left: 0;
  right: auto;
  top: 47%;
  width: 5px;
  height: 5px;
  cursor: pointer;
  display: block;
  opacity:1;
  padding:12px;
  background-size:15px;
  background-position:center;
}
#slider-free-feature .swiper-button-next,
#slider-free-feature .swiper-container-rtl .swiper-button-prev {
  background: #fff url("https://www.cuddlybrown.com/img/arrow-right.svg")no-repeat;
  right: 0;
  left: auto;
  top: 47%;
  width: 5px;
  height: 5px;
  cursor: pointer;
  display: block;
  opacity:1;
  padding:12px;
  background-size:15px;
  background-position:center;
}
