@charset 'UTF-8';
/* Slider */
/* .slick-loading .slick-list
{
	background: #fff url('../../img/ajax-loader.gif') center center no-repeat;
} */

/* Arrows */
.slick-prev,
.slick-next
{
	font-size: 0;
	line-height: 0;
	text-indent: -99999px;
	position: absolute;
	top: calc(50% - 3.3333333333333vw);
	display: block;
	width: 6.6666666666667vw;
	height: 6.6666666666667vw;
	cursor: pointer;
	border: none;
	outline: none;
	z-index: 100;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
	outline: none;
	opacity: .75;
}

.slick-prev
{
	left: 0;
	background: rgba(0, 0, 0, .6) url("/rtd/assets/img/ic_a_l.svg") no-repeat center center;
	background-size: 1.3333333333333vw auto;
}
[dir='rtl'] .slick-prev
{
	right: -25px;
	left: auto;
}
.slick-next
{
	right: 0;
	background: rgba(0, 0, 0, .6) url("/rtd/assets/img/ic_a_r.svg") no-repeat center center;
	background-size: 1.3333333333333vw auto;
}
[dir='rtl'] .slick-next
{
	right: auto;
	left: -25px;
}

/* Dots */
.slick-dotted.slick-slider
{
	margin-bottom: 4vw;
}

.slick-dots
{
	position: absolute;
	bottom:-6.4vw;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
#suntory_contents .slick-dots li
{
	position: relative;
	display: inline-block;
	margin: 0 1.3333333333333vw;
	width: 6.6666666666667vw;
	height: 1.2vw;
	padding: 0;
	cursor: pointer;
}
.slick-dots > li:first-child:last-child {
	display: none;
}
.slick-dots li button
{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 6.6666666666667vw;
    height: 1.2vw;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
	opacity: 1;
}
.slick-dots li button:before
{
	position: absolute;
	top: 0;
	left: 0;
	width: 6.6666666666667vw;
    height: 1.2vw;
	content: '';
	background: #e4e4e4;
	border: 0;
    border-radius: 0.5333333333333vw;
	text-align: center;
	opacity: 1;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
	opacity: 1;
	color: black;
	background: #00ccee;
    border: none;
    outline: none;
	height:1.3333333333333vw;
}


/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {
	/* Dots */
	.slick-dotted.slick-slider
	{
		margin-bottom: 45px;
	}
	.slick-dots
	{
		position: absolute;
		bottom: -34px;
	}
	#suntory_contents .slick-dots li
	{
		margin: 0 7.5px;
		width: 40px;
        height: 5px;
	}
	.slick-dots li button
	{
		width: 40px;
        height: 5px;
		padding: 5px;
	}
	.slick-dots li button:before
	{
		width: 40px;
        height: 5px;
		border-radius: 2px;
	}
	.slick-dots li.slick-active button:before
	{
		height: 6px;
	}

	/* Arrows */
	.slick-prev,
	.slick-next
	{
		top: calc(50% - 25px);
		width: 50px;
		height: 50px;
	}
	.slick-prev
	{
		left: 0;
		background: rgba(0, 0, 0, .6) url("/rtd/assets/img/ic_a_l.svg") no-repeat center center;
		background-size: 10px auto;
	}
	.slick-next
	{
		right: 0;
		background: rgba(0, 0, 0, .6) url("/rtd/assets/img/ic_a_r.svg") no-repeat center center;
		background-size: 10px auto;
	}

	.sub_section .slick-prev {
		left: calc(50% - 312px);
	}
	.sub_section .slick-next {
		right: calc(50% - 292px);
	}







}
