@charset 'UTF-8';
/* Slider */
.slick-slider
{
    margin-bottom: 0px;
}
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{

    position: absolute;
    top: 50%;
	z-index:3;

	width:24px;
	height:24px;
	margin-top:-12px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	
	cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 0.5;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 15px;
    line-height: 1;

    opacity: 1;
	transition: 0.8s opacity;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left:  -12px;
}
[dir=rtl] .slick-prev
{
    right: -12px;
}
.slick-prev:before
{
    content: '';
	display:inline-block;
	width:24px;
	height:24px;
	background-image: url("../img/common/slide-left.png");
	background-repeat:no-repeat;
	background-size: contain;
    transition: 0.5s;
}
[dir=rtl] .slick-prev:before
{
    content: '';
	display:inline-block;
	width:24px;
	height:24px;
	background-image: url("../img/common/slide-left.png");
	background-repeat:no-repeat;
	background-size: contain;
    transition: 0.5s;
}

.slick-next
{
    right: -12px;
}
[dir=rtl] .slick-next
{
    left:  -12px;
}
.slick-next:before
{
     content: '';
	display:block;
	width:24px;
	height:24px;
	background-image: url("../img/common/slide-right.png");
	background-repeat:no-repeat;
	background-size: contain;
    transition: 0.5s;
}
[dir=rtl] .slick-next:before
{
     content: '';
	display:block;
	width:24px;
	height:24px;
	background-image: url("../img/common/slide-right.png");
	background-repeat:no-repeat;
	background-size: contain;
    transition: 0.5s;
}
/* Dots */

.slick-dots
{
    position: absolute;
    bottom: 20px;

    display: inline-block;

    width: auto;
	height:25px;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: right;
}
#slideGallery .slick-dots
{
	right:10px;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 25px;
    height: 25px;
    margin: 0;

    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:before
{
    font-family: 'slick';
    font-size: 25px;
    line-height: 25px;

    position: absolute;
    top: 0;
    left: 0;
	z-index:99;

    content: '●';
    text-align: center;

    opacity: 1;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    color: #534741;
}
/*授賞式の様子用スライド
--------------------------------------*/
/* Dots */

.award-slide .slick-dots
{
    position: absolute;
    bottom: -30px;
	left: 0;

    display: inline-block;

    width: 100%;
	height:30px;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.award-slide .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;

    cursor: pointer;
}
.award-slide .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 30px;
    height: 30px;
    margin: 0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.award-slide .slick-dots li button:hover,
.award-slide .slick-dots li button:focus
{
    outline: none;
}
.award-slide .slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;
	z-index:99;
	width:20px;
	height:20px;

    content: '';
    text-align: center;

    opacity: 1;
    background-color: #bde3f2;
	border-radius:30px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.award-slide .slick-dots li.slick-active button:before
{
    background-color: #006cb8;
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 768px){
	.slick-dots
{
	right:5px;
	bottom:15px;
	height:32px;
}
	.slick-dots li
{
		width: 30px;
		height: 30px;
	}
	.slick-dots li button
	{
		width: 30px;
		height: 30px;
	}
	.slick-dots li button:before
	{
    font-size: 30px;
    line-height: 30px;
	
	}
}