@charset "utf-8";
/*-----------------------------------------------
 * Lists
-------------------------------------------------*/
/**
 * specialLists
 */
 .specialListsWrap {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:767px){
	.specialListsWrap {
		width: 100%;
		margin-top: 26px;
		padding: 0 20px;
	}
}

/* lists */
.specialLists {
	display: flex;
	flex-wrap: wrap;
}

/* item */
.specialLists__item {
	width: calc((100% - 40px) / 2);
	margin-bottom: 40px;
}
.specialLists__item:not(:nth-child(2n + 1)) {
	margin-left: 40px;
}
@media screen and (max-width:767px){
	.specialLists__item {
		width: 100%;
		margin-bottom: 30px;
	}
	.specialLists__item:not(:nth-child(2n + 1)) {
		margin-left: 0;
	}
}

/* link */
.specialLists__link {
	display: block;
	text-decoration: none;
}

/* imgWrap */
.specialLists__imgWrap {
	overflow: hidden;
}
.specialLists__imgWrap img {
	width: 100%;
	transition: transform .3s ease;
}
.specialLists__link:hover .specialLists__imgWrap img {
	transform: scale(1.15);
}

/* caption */
.specialLists__figure--cap {
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width:767px){
	.specialLists__figure--cap {
		font-size: 14px;
		margin-top: 10px;
	}
}

/**
 * specialBack
 */
.backTo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}
.backTo a {
	display: flex;
	align-items: center;
}
.backTo a:before {
	content: "";
	background-color: #fff;
	width: 30px;
	height: 1px;
	display: block;
	margin-right: 10px;
}
@media screen and (max-width:767px){
	.backTo {
		margin-top: 40px;
	}
}


/*-----------------------------------------------
 * special 1
-------------------------------------------------*/
/**
 * galleryLists
 */
.galleryListsWrap {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:767px){
	.galleryListsWrap {
		width: 100%;
		margin-top: 26px;
		padding: 0 20px;
	}
}

/* lists */
.galleryLists {
	display: flex;
	flex-wrap: wrap;
}

/* item */
.galleryLists__item {
	width: calc((100% - 40px) / 3);
	margin-bottom: 40px;
}
.galleryLists__item:not(:nth-child(3n + 1)) {
	margin-left: 20px;
}
@media screen and (max-width:767px){
	.galleryLists__item {
		width: calc((100% - 10px) / 2);
		margin-bottom: 10px;
	}
	.galleryLists__item:not(:nth-child(3n + 1)) {
		margin-left: 0;
	}
	.galleryLists__item:not(:nth-child(2n + 1)) {
		margin-left: 10px;
	}
}

/* link */
.galleryLists__link {
	display: block;
	text-decoration: none;
}

/* imgWrap */
.galleryLists__imgWrap {
	overflow: hidden;
}
.galleryLists__imgWrap img {
	width: 100%;
	transition: transform .3s ease;
}
.galleryLists__link:hover .galleryLists__imgWrap img {
	/* animation: .2s linear 0s flashAni; */
	transform: scale(1.15);
}


/* caption */
.galleryLists__figure--cap {
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width:767px){
	.galleryLists__figure--cap {
		font-size: 12px;
		margin-top: 10px;
	}
}

/* special5 */
.special5_c{
	justify-content: center;
}

a{
	color: rgb(var(--main-color-red));
}



/* specialDetail [newsスタイル] */
.specialDetailWrap {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.specialDetail{
	width: 100%;
	padding: 40px;
	background-color: rgba(0,0,0,60%);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	font-size: 16px;
}
@media screen and (max-width:767px){
	.specialDetailWrap {
		width: 100%;
		margin-top: 26px;
		padding: 0 20px;
	}
	.specialDetail{
		padding: 40px 20px;
		font-size: 12px;
	}
}

.specialDetail__ttl{
	border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 40px;
    position: relative;
	color: #FFF;
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px){
	.specialDetail__ttl{
		font-size: 14px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}


/* special 19 */
.special19Lists{
	width: 100%;
}
.special19List:not(:last-child){
	padding-bottom: 50px;
}
.special19 img{
	-webkit-touch-callout: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
	touch-callout: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	user-drag: none;
}
.special19_charattl{
	font-size: 20px;
    font-weight: 700;
    background-color: rgb(var(--main-color-red));
    padding: 0 8px;
    margin-bottom: 30px;
}
.special19_charaDetail{
	display: flex;
	align-items: center;
}
.special19_charaDetail__img{
	width: 50%;
	padding-top: 56%;
	position: relative;
	flex-shrink: 0;
}
.special19_charaDetail__img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.special19_comment{
	padding-top: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.special19_comment_ttl{
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 30px;
}
.special19_comment_ttl span{
	display: inline-block;
	background-color: rgb(var(--main-color-red));
}
.special19_comment__img{
	width: 35%;
	flex-shrink: 0;
	order: 2;
	padding-right: 5%;
}
.special19_comment__img img{
	width: 100%;
}

.special19_comment__text{
	width: 60%;
	padding-top: 5%;
	padding-left: 5%;
}

@media screen and (max-width: 767px){
	.special19List:not(:last-child){
		padding-bottom: 30px;
	}
	.special19_charattl{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.special19_charaDetail{
		flex-direction: column;
		align-items: unset;
	}
	.special19_charaDetail__img{
		width: 100%;
		padding-top: 100%;
	}
	.special19_charaDetail__text{
		margin-top: 20px;
	}
	.special19_comment{
		padding-top: 20px;
	}
	.special19_comment_ttl{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.special19_comment__img{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		order: unset;
	}
	.special19_comment__img img{
		width: 80%;
	}
	.special19_comment__text{
		width: 100%;
		padding-top: 0;
		padding-left: 0;
	}
}