@charset "UTF-8";
/* sp(320px) */


.splide {
	cursor: grab;
}
.splide:active {
	cursor: grabbing;
}
.splide__arrow {
	background: #555555;
	width: 2.4em;
	height: 2.4em;
	top: 40%;
	opacity: 1;
}
.splide__arrow:hover:not(:disabled){
	opacity: 1;
}
.splide__arrow:disabled{
	opacity:.3
}
.splide__arrow svg {
	fill: #fff;
	width: 1.0em;
	height: 1.0em;
}
.splide__arrow--prev {
	left: .4em;
}
.splide__arrow--next {
	right: .4em;
}
.splide__pagination {
	bottom: -30px;	
}
.splide__pagination__page {
	background-color: #c5c4c4;
	width: 8px;
	height: 8px;
}
.splide__pagination__page.is-active {
/*    transform: scale(1.4);*/
	transform: scale(1.0);
	background-color: #434343;
}

.splide__slide {
	position: relative;
}

.splide__slide a {
	display: block;
	color: #000;
}
.splide__slide a:hover {
	text-decoration: none;
}
.splide__slide figure {
	
	object-fit: cover;
}
.splide__slide figure img {
	display: block;
	aspect-ratio: 1/0.505263158;
	object-fit: cover;
	block-size: auto;
}
.splide__slide .no {
	font-size: 200%;
	font-weight: bold;

	position: absolute;
	inset-block-start: 43%;
	inset-inline-start: 50%;
	transform: translate(-50%, -50%);
}
.splide__slide .blog_title {
	font-size: 112.5%;
	font-weight: bold;
	margin-block-start: .8em;
}
.splide__slide .blog_date {
	font-size: 93.8%;
	color: #707070;
	margin-block-start: .2em;
}



@media handheld, print, screen and (min-width: 375px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 414px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 480px) {
/* tablet */





	@media (-webkit-min-device-pixel-ratio: 2){
		

	/* end of media query(retina) */	
	}

/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 620px) {
/* iPad */

.splide__arrow {
	width: 2.4em;
	height: 2.4em;
	top: 40%;
}
.splide__arrow svg {
	width: 1.0em;
	height: 1.0em;
}
.splide__arrow--prev {
	left: -1.0em;
}
.splide__arrow--next {
	right: -1.0em;
}

.splide__slide .no {
	font-size: 700%;
}


/* end of media query(iPad) */	
}


@media handheld, print, screen and (min-width: 900px) {
/* pc */



.splide__slide .no {
	font-size: 700%;
}

/* end of media query(pc) */
}

@media handheld, print, screen and (min-width: 1025px) {
/* pc */

.splide__arrow {
	width: 3.4em;
	height: 3.4em;
	top: 42%;
}
.splide__arrow svg {
	width: 1.0em;
	height: 1.0em;
}
.splide__arrow--prev {
	left: -1.6em;
}
.splide__arrow--next {
	right: -1.6em;
}


/* end of media query(pc) */
}