.SecEvent:last-child {
	padding-bottom: 0;
}
.SecEvent .leadSec {
	max-width: 850px;
	margin: auto;
}

.ankPage li a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	background-color: #F7F4F0;
}
.ankPage li a:hover {
	opacity: .6;
}
.ankPage li a > span {
	padding-bottom: 1.2em;
	position: relative;
	text-align: center;
}
.ankPage li a > span:after {
	background: url(../../commons/img/icn_arrow_05.svg) no-repeat center center / contain;
	content: "";
	display: inline-block;
	width: 17.5px;
	height: 10px;
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(50%) rotate(180deg);
	    transform-origin: left center;
}
.SecInfo {
	border-top: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;
	padding-bottom: 25px;
}
.SecInfo.borderB0 {
	border-bottom: none;
	padding-bottom: 0;
}
.SecInfo .btn_02 {
	border-radius: 5px !important;
	background: #54A7AE !important;
}
.SecInfo .txt {
	margin-top: 25px;
	text-align: center;
}
.SecInfo .ttl04 {
	border-top: 1px solid #BABABA;
	margin-top: 25px;
	padding-top: 25px;
}
.SecInfo .note {
	margin-top: .2em;
}
.SecDetail .note {
	margin-top: .5em;
}
#detail-1 {
	background: #86CBBB;
}
#detail-3 {
	background: #F2D55A;
}
#detail-5 {
	background: #F7F4F0;
	position: relative;
}
#detail-5::after {
	content: "";
	background: url("../img/lineup251130/bg01.png") 50% 100% no-repeat;
	width: 47px;
	height: 44px;
	display: block;
	position: absolute;
}
#detail-5 .ttl03 {
	color: #4C6F33;
}
#detail-5 .ttl03::before {
	content: "";
	background: url("../img/lineup251130/im06.png") 50% 0% no-repeat;
	background-size: contain;
	width: 49px;
	height: 89px;
	display: block;
	margin: 0 auto .5em;
}
.slide__photo {
	overflow: hidden;
		margin-top: 150px
}
.slide__photo__loop {
    display: flex;
    height: 17.85vw;
    min-height: 250px;
    width: 100vw;
}
.slide__photo__loop .photo__list {
		display: flex
}

.slide__photo__loop .photo__list:first-child {
		-webkit-animation: photoLoop 100s linear -50s infinite;
		animation: photoLoop 100s linear -50s infinite
}

.slide__photo__loop .photo__list:last-child {
		-webkit-animation: photoLoop2 100s linear infinite;
		animation: photoLoop2 100s linear infinite
}

.slide__photo__loop.slide__photo__loop1 .photo__list:first-child {
		animation: photoLoop 100s linear -50s infinite
}

.slide__photo__loop.slide__photo__loop1 .photo__list:last-child {
		animation: photoLoop2 100s linear infinite
}

.slide__photo__loop.slide__photo__loop2 {
		margin-top: 25px
}

.slide__photo__loop.slide__photo__loop2 .photo__list:first-child {
		animation: photoLoopRe 100s linear -50s infinite
}

.slide__photo__loop.slide__photo__loop2 .photo__list:last-child {
		animation: photoLoopRe2 100s linear infinite
}

.photo__list__item {
    height: auto;
    min-width: 400px;
			width: 28.57vw;
			margin: 0 12.5px;
}
.photo__list__item img {
    width: 100%;
}
.bnr {
	position: fixed;
	z-index: 10;
}
.bnr .bnr-close {
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	right: 5px;
	top: 5px;
	transform: translate(50%,-50%);
	position: absolute;
	display: block;
	cursor: pointer;
}
.bnr .bnr-close:after,
.bnr .bnr-close:before {
	content: "";
	background-color: #333333;
	display: block;
	width: 18px;
	height: 2px;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.bnr .bnr-close:after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.bnr p {
	background: #fff;
	border-radius: 10px;
	padding: 5px;
	position: relative;
	transition: transform .5s linear;
}
.bnr.-close p {
	transform: translateY(120%);}
.bnr p a {
	width: 220px;
	height: 115px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	background: #54A7AE url("../img/lineup251130/bg02.png") 50% 50% no-repeat;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}


@keyframes photoLoop {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes photoLoop2 {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-200%)
    }
}
@keyframes photoLoopRe {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(100%)
    }
}
@keyframes photoLoopRe2 {
    0% {
        transform: translateX(-200%)
    }

    to {
        transform: translateX(0)
    }
}
@media print, screen and (min-width: 768px){
	.secBlock .wrapInner.-max1140 {
		max-width: 1140px;
	}
	.mainTtl {
		background-image: url("../img/lineup251130/main_im01.jpg");
	}
	.SecEvent .ttl05 + .List {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.SecDetail {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 100px 0 0;
	}
	.SecDetail .ttl03 {
		font-size: 30px;
	}
	.SecDetail:nth-child(2n) .-img,
	.SecDetail:nth-child(2n) .txt{
		width: 50%;
	}
	.SecDetail:nth-child(2n+1) .txt{
		padding-left: 0;
	}
	.SecDetail .-img .note {
		position: absolute;
	}
	.SecDetail .txt {
		margin: 0;
		padding: 0 50px;
	}
	.SecDetail:nth-child(2n+1) {
		flex-direction: row-reverse;
	}
	#detail-5::after {
		right: 14px;
		bottom: 0;
	}
	#detail-5 .ttl03 {
		text-align: center;
	}
	.ankPage {
		display: flex;
		justify-content: space-between;
		margin: 100px 0 145px;
	}
	.ankPage li a {
		width: 270px;
		height: 253px;
		    /*flex-direction: column;
		    justify-content: start;*/
	}
	.ankPage li a > span {
		height: 103px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bnr {
		bottom: 22px;
		right: 22px;
	}
}
@media screen and (max-width: 767px) {
	.mainTtl {
		background-image: url("../img/lineup251130/main_im01_sp.jpg");
	}
	.SecInfo .txt :not(:last-child) {
		margin-bottom: 1em;
	}
	.SecInfo .txt .ttl06 + .layoutL {
		margin-left: 1em;
		margin-right: 1em;
	}
	.SecDetail {
		margin: 75px 0 0;
	}
	.SecDetail .ttl03 {
		font-size: 20px;
		margin-bottom: .5em;
	}
	.SecDetail .txt {
		margin: 0;
		padding: 25px;
	}
	.SecDetail:nth-child(2n+1) .txt {
		padding-bottom: 0;
	}
	.SecDetail .-img .note {
		margin-left: 25px;
	}

	#detail-5 {
		padding-bottom: 21px;
	}
	#detail-5::after {
		width: 23.5px;
		height: 22px;
		background-size: contain;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}
	#detail-5 .ttl03::before {
		width: 35px;
		height: 63px;
	}
	.ankPage {
		margin: 50px 0 75px;
	}
	.ankPage li + li {
		margin-top: 12.5px;
	}
	.ankPage li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.ankPage li a > img {
		width: 46.8%;
	}
	.ankPage li a > span {
		font-size: 13px;
		width: 53.2%;
	}
	.ankPage li a > span:after {
		bottom: 2px;
		width: 13px;
		height: 7.5px;
	}
	.ankPage li a > span > span {
		text-align: left;
		display: inline-block;
	}
	.slide__photo {
			margin-top: 100px
	}
	.slide__photo__loop {
			height: 33.33vw;
			min-height: 125px;
	}

	.slide__photo__loop.slide__photo__loop2 {
			margin-top: 12.5px
	}
	.photo__list__item {
			min-width: 200px;
			width: 53.33vw;
			margin: 0 6.75px;
	}
	.bnr {
		right: 50%;
		transform: translateX(50%);
		bottom: 10px;
	}
	.bnr .bnr-close {
		width: 38px;
		height: 38px;
		right: 3px;
		top: 3px;
	}
	.bnr .bnr-close:after,
	.bnr .bnr-close:before {
		width: 23px;
		height: 2px;
	}
	.bnr p {
		border-radius: 6px;
		padding: 3px;
	}
	.bnr p a {
		width: 275px;
		height: 125px;
		border-radius: 3px;
		font-size: 25px;
		background-size: auto 108px;
	}
}