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

/* 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
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    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: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

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

    opacity: .75;
    color: white;

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

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

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

    display: block;

    width: 100%!important;
    padding: 0;
    margin: 0;

    list-style: none;

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

    display: inline-block;

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

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

    display: block;

    width: 20px;
    height: 20px;
    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
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

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

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* ドットのカスタム------------------------------------- */


.res-dots li.slick-active button:before
{
    opacity: 1!important;
    color: #262626!important;
}



.res-dots
{
    position: absolute;
    top: -92px;

    display: block;

    width: 100%!important;
	height: 60px;
	display: flex;
	justify-content:center;
    align-items: center;
    padding: 0 0 0 0;
    margin: 18px 0 0 0;

    list-style: none;

    text-align: center;
	border: solid #ccc;
	border-width: 1px 0;
	
}

.res-space {
	height: 100px;
}

@media (max-width:600px){
	.res-dots{
		width: 100%!important;
	}
}



.res-dots li
{
    position: relative;

    display: inline-block;

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

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

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.res-dots li button:hover,
.res-dots li button:focus
{
    outline: none;
	opacity: 1;
}
.res-dots li button:hover:before,
.res-dots li button:focus:before
{
    opacity: 1!important;
}
.res-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

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

    opacity: .15;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	transition: all .3s;
}
.res-dots li.res-active button:before
{
    color: #262626;
}

.res-dots li:nth-of-type(1) button:before{
  background: url("../images/res_2020.svg") no-repeat;
  background-size: contain!important;
}
.res-dots li:nth-of-type(2) button:before{
  background: url("../images/res_2021.svg") no-repeat;
  background-size: contain!important;
}
.res-dots li:nth-of-type(3) button:before{
  background: url("../images/res_2022.svg") no-repeat;
  background-size: contain!important;
}
.res-dots li:nth-of-type(4) button:before{
  background: url("../images/res_2023.svg") no-repeat;
  background-size: contain!important;
}

.res-dots li:nth-of-type(5) button:before{
  background: url("../images/res_2024.svg") no-repeat;
  background-size: contain!important;
}

.res-dots li:nth-of-type(6) button:before{
  background: url("../images/res_2025.svg") no-repeat;
  background-size: contain!important;
}

.res-dots li button:before{
  content: ''!important;
  height:100%!important;
  width: 100%!important;
}

.res-dots li{
  width: 70px!important;
	height:25px!important;
}
.res-dots li button{
  width:100%!important;
  height:100%!important;
}

@media (max-width:768px){
	
	.res-dots {
		margin-top: 20px;
	}
}


@media (max-width:600px){
	
	.res-dots {
		margin-top: 30px;
		height: 50px;
		padding: 0 0 0 0;	
	}
	
	.res-dots li{
		width: 46px!important;
		height:17px!important;
		margin: 0 10px;
	}
	
}

@media (max-width:350px){
	
	.res-dots {
		margin-top: 40px;
		height: 45px;
	}
	
	.res-dots li{
		width: 42px!important;
		height:13px!important;
	}
}

/* ---------------------------------------------- */

#slick-result {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0!important;
	box-sizing: border-box!important;
	margin-top: 92px;
	/*background-color: #fafafa;*/
}


.result-list {
	padding: 0;
}

.result-list img {
	width: 100%!important;
}

@media (max-width:768px){
	
	#slick-result {
		max-width: 600px;
		margin: auto;
		margin-top: 90px;
	}
}


@media (max-width:600px){
	
	#slick-result {
		margin-top: 75px;
	}
}

@media (max-width:350px){
	
	#slick-result {
		margin-top: 65px;
	}
}

.bg-boost-time {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:url("../images/logo_boost_time.svg");
	background-position: center bottom 35%;
	background-repeat: no-repeat;
	background-size: 70%;
	z-index: -1;
	opacity: .04;
}

@media (max-width:600px){
	
	.bg-boost-time {
		background-position: center bottom 35%;
		background-size: 85%;
	}
}


/*
.slider {
   width: 100%;
	text-align: left;
	margin:0!important;
}

.slider, .slick-slide {
    margin:0!important;
}


@media (max-width:900px){
	
	.slider, .slick-slide {
		margin:0 0px!important;
	}
	
	.slide-arrow {
		width: 12px;
		margin-top: -20px;
	}
	
	.prev-arrow {
		left: -15px;
	}
	
	.next-arrow {
		right: -15px!important;
	}
}
*/

.slide-wrap {
	width: 100%;
	padding: 0 0;
	box-sizing: border-box!important;
	margin-bottom: 3em;
}

.slick-cmp {
	width: 100%;
	height: 70px;
	margin: auto;
	box-sizing: border-box;
	opacity: .35;
	animation: scroll 20s linear infinite;
}

.capp {
	position: relative;
	margin: 0;
	box-sizing: border-box;
}

.capp img {
}

@keyframes scroll {
    0% {
        transform: translateX(0) scale(1, 0.4);
    }
	
	25% {
		transform: translateX(0)  scale(1, 0.9);
    }
	
	50% {
		transform: translateX(0)  scale(1, 0.4);
    }
	
	75% {
		transform: translateX(0)  scale(1, 0.9);
    }
	
    100% {
        transform: translateX(0) scale(1, 0.4);
    }
	
}


.capp-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	opacity: 0.65;
}

.capp p {
	font-size: 0.9em;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 10px 0 0 0;
	color: #fff;
}

.capp img {
	width: 100%!important;
}

.capp a {
	transition: 0.3s;
	width: 100%;
	height: 100%!important;
	
}

.capp a:hover {
	cursor: pointer;
	cursor: hand;
	opacity: .8;
}

.capp-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 5%;
}

.capp-cts {
	width: 65%;
	margin-top: 5%;
}

.capp-cts img {
	margin-bottom: 10px;
}

.capp-date {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family:'Oswald', sans-serif;
	font-weight: 600;
	font-size: 1.2em;
	margin-bottom: 1.3em;
}

.capp-mon {
	font-size: 2.5em;
	margin-right: 0.1em;
}

.capp-mon i {
	font-weight: 200;
}

.capp-yer {
	line-height: 0.6em;
}

.capp-yer p {
	font-size: 1.2em;
}

.capp-bt {
	display: inline-block;
	padding: 1% 3%;
	min-width: 110px;
	border: solid 1px #fff;
	background: rgba(0,0,0,.6);
	font-size: 0.9em;
	font-weight: 500;
	white-space: nowrap;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}

.capp-label-green,
.capp-label-orange {
	position: absolute;
	top: 10px;
	right: -3px;
	padding: 0.8% 2.5% 0.6% 2.5%;
	background-color: #06acb0;
	color: #fff;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: 0.03em;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.capp-label-green {
	background-color: #06acb0;
	border-top: solid 1px #28c2c6;
	border-left: solid 1px #28c2c6;
}

.capp-label-orange {
	background-color: #fe7a20;
	border-top: solid 1px #fb954f;
	border-left: solid 1px #fb954f;
}

.capp-label-green i,
.capp-label-orange i {
	font-family:'Poppins', sans-serif;
	margin: 0 0.15em;
	font-size: 1.1em;
}



@media (max-width:768px){
	
	.capp {
		height: 290px;
	}
	
	.capp-cts {
		width: 80%;
		margin-top: 7%;
	}
	
	.capp-mon {
		font-size: 2.6em;
	}
	
	.capp-yer {
	line-height: 0.5em;
}

	
}


@media (max-width:600px){
	
	.capp {
		height: 240px;
	}
	
	.capp-cts {
		width: 70%;
		margin-top: 7%;
	}
	
}

@media (max-width:350px){
	
	.capp {
		height: 210px;
	}
	
	.capp-cts {
		width: 80%;
	}
	
}












