<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* { box-sizing: border-box; }
.carousel {
  background: transparent;
}
.carousel-cell {
  width: 100%;
  height: auto;
  margin-right: 10px;
  background: #ffffff;
  border-radius: 5px;
  counter-increment: carousel-cell;
}
.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}
/*.carousel-cell img {
  display: block;
  max-height: 100%;
}*/

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  /*content: counter(carousel-cell);*/
  line-height: 200px;
  font-size: 80px;
  color: white;
}
/**************[slider]**************/

.carousel-cell-inner-box{
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.carousel-cell-inner-box &gt; .carousel-cell-inner-left{
	padding-right:31px;
	width:771px;
	height:635px;
}
.carousel-cell-inner-box &gt; .carousel-cell-inner-left &gt; .carousel-cell-inner-left-top{
	width:100%;
}
.carousel-cell-inner-box &gt; .carousel-cell-inner-left &gt; .carousel-cell-inner-left-top &gt; img{
	width:100%;
	height:635px;
	object-fit: cover;
}
.carousel-cell-inner-box &gt; .carousel-cell-inner-right{
	width:278px;
}
.carousel-cell-inner-box &gt; .carousel-cell-inner-right &gt; .carousel-cell-inner-right-top{
	display:block;
	position: absolute;
	top:0;
	width:278px;
	height:239px;
}
.carousel-cell-inner-box &gt; .carousel-cell-inner-right &gt; .carousel-cell-inner-right-top &gt; img{
	width:100%;
	height:239px;
	object-fit: cover;
}
.carousel-cell-inner-box &gt; .carousel-cell-inner-right &gt; .carousel-cell-inner-right-bottom{
	display:block;
	position: absolute;
	bottom:0;
	width:278px;
	height:239px;
}
.carousel-cell-inner-box &gt; .carousel-cell-inner-right &gt; .carousel-cell-inner-right-bottom &gt; img{
	width:100%;
	height:239px;
	object-fit: cover;
}
.carousel-cell-inner-box &gt; .carousel-cell-inner-textbox{
	display:block;
	position: absolute;
	top:30%;
	width: 483px;
	height: 241px;
	right: 99px;
	background: rgba(255, 255, 255, 0.8);
}

.carousel-cell-inner-box &gt; .carousel-cell-inner-textbox &gt; .carousel-cell-inner-little_title{
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #4C372B;
	margin:27px 27px 14px 27px;
}
.carousel-cell-inner-box &gt; .carousel-cell-inner-textbox &gt; .carousel-cell-inner-big_title{
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #4C372B;
	margin:0px auto 20px auto;

}
.carousel-cell-inner-box &gt; .carousel-cell-inner-textbox &gt; .carousel-cell-inner-text{
	font-size: 16px;
	line-height: 148.8%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #333333;
	margin:0px auto 31px auto;

}
.carousel-cell-inner-box &gt; .carousel-cell-inner-textbox &gt; .carousel-cell-inner-viewmore{
	color: #4C372B;
	border: 1px solid #4C372B;
	box-sizing: border-box;
	padding:13px 0;
	position: absolute;
	text-align: center;
	bottom:13px;
	width:170px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.carousel-cell-inner-box &gt; .carousel-cell-inner-textbox &gt; .carousel-cell-inner-viewmore &gt; a{
	display:block;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.07em;
	color: #4C372B;
	text-decoration:none;
}
.slider &gt; .carousel &gt; ol.flickity-page-dots{
	bottom:-96px;
}
.slider.sliderheight &gt; .carousel &gt; ol.flickity-page-dots{
	bottom:-25px;
}
/************[feature]**************/
.carousel-cell-feature {
  width: 460px;
  height: 210px;
  margin-right: 24px;
  border-radius: 4px;
  counter-increment: carousel-cell;

	background: #FFFFFF;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
}
.carousel-cell-feature:before {
  display: block;
  text-align: center;
  /*content: counter(carousel-cell);*/
  line-height: 200px;
  font-size: 80px;
  color: white;
}
.carousel-cell-feature &gt; a{
  text-decoration: none;
}
.sliderheight &gt; .carousel &gt; .flickity-viewport{
	height:340px !important;
}

.sliderheight &gt; .carousel &gt; ol.flickity-page-dots &gt; .dot{
	margin:-6px 0 !important;
}
/**[dot]**/
.flickity-page-dots .dot:first-child{
	border-radius: 10px 0 0 10px;
}
.flickity-page-dots .dot:last-child{
	border-radius: 0 10px 10px 0;
}
/**[search]**/
.slider_search &gt; .carousel &gt; .flickity-viewport &gt; .flickity-slider &gt; .carousel-cell &gt; .carousel-cell_inner_pic{
	position:relative;
}
.slider_search &gt; .carousel &gt; .flickity-viewport &gt; .flickity-slider &gt; .carousel-cell &gt; .carousel-cell_inner_pic img.search_pic_top{
	width:100%;
	height:auto;
	max-height:290px;
	object-fit: cover;
	object-position: 100% 0;
}
.slider_search &gt; .carousel &gt; .flickity-page-dots{
	position: absolute;
	top:calc(350px + 48px) !important;
	bottom:auto;
	z-index:10;

}

/**[search slider arrow no]**/
.slider_search &gt; .carousel &gt; .flickity-button {
	/*position:static;*/
	display:none;
}

/**[search-reslt]**/
.slider-reselt &gt; .carousel &gt; .flickity-viewport &gt; .flickity-slider &gt; .carousel-cell-reselt{
	margin:0 15px;
}
.slider-reselt &gt; .carousel &gt; .flickity-viewport &gt; .flickity-slider &gt; .carousel-cell-reselt &gt; img{
	width:640px;
	height:480px;
	object-fit: cover;
}
/**[search-reslt]**/
.slider-family &gt; .carousel &gt; .flickity-viewport &gt; .flickity-slider &gt; .carousel-cell-family{
	/*margin:0 15px;*/
	width:100%;
	height:auto;
}
.slider-family &gt; .carousel &gt; .flickity-viewport &gt; .flickity-slider &gt; .carousel-cell-family &gt; img{
	width:100%;
	height:auto;
}
/**[ペッツファーストの想い]**/
.Transparency_twobox_slider &gt; .carousel &gt; .flickity-viewport &gt; .flickity-slider &gt; .carousel-cell-reselt{
	margin:0 15px;
}
.Transparency_twobox_slider &gt; .carousel &gt; .flickity-viewport &gt; .flickity-slider &gt; .carousel-cell-reselt &gt; img{
	width:455px;
	height:336px;
	object-fit: cover;
}
.Transparency_twobox_slider &gt; .flickity-enabled &gt; .flickity-page-dots{
  position: absolute;
  width: 100%;
  bottom: -80px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;

}

/**/</pre></body></html>