@charset 'UTF-8';

/* bodyArea
-------------------------------------------------- */
@media screen and (min-width: 960px) {
	body#index .bodyArea  {
		background: none!important;
	}
	.section {
		min-width: 1000px;
		margin: 0 auto;
		padding: 61px 0 65px;
		z-index: 10;
	}
}

@media screen and (max-width: 959px) {
	body#index .bodyArea  {
		background: none!important;
	}
}

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0 0 0 0;
	background:#fff;
	font-size:100%;
}

/* base
-------------------------------------------------- */
.line_container {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}
@media screen and (max-width: 959px) {
	.line_container {
		width: 100%;
		padding: 10px;
	}
}
.lineup img {
	max-width: 100%;
	height: auto;
}
.mainArea p,
.lineup p {
	margin: 0;
    font-size: 12px;
    line-height: 1;
}

/* keyvisual
-------------------------------------------------- */
.key_visual {
	width: 1420px;
	max-width: 100%;
	margin: 0 auto;
	background: url("/special/lineup/images/kv_bg.jpg") no-repeat top center;
	background-size: cover;
    padding: 100px 0;
}
.key_visual__logo {
	margin: 0 auto;
	text-align: center;
}
.key_visual__pc_image {
	display: initial;
}
.key_visual__sp_image {
	display: none;
}
@media screen and (max-width: 959px) {
	.key_visual {
		width: 100%;
		margin: 0 auto;
		background-image: url("/special/lineup/images/kv_bg_sp.jpg");
		padding: 40px 20px;
	}
	.key_visual__logo {
		width: calc(100% - 20px);
		height: auto;
		margin: 0 10px;
	}
	.key_visual__pc_image {
		display: none;
	}
	.key_visual__sp_image {
		display: initial;
	}
}
.lineup p.key_caution {
	margin: 10px 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}
@media screen and (max-width: 959px) {
	.lineup p.key_caution {
		margin: 0;
		font-size: 12px;
		font-weight: 400;
		line-height: 1.75;
	}
}


/* cnav
-------------------------------------------------- */

.cnav {
	display: flex;
	justify-content: center;
	margin: 40px 0 0;
	padding: 0 0 40px;
	gap: 30px;
	text-align: center;
}
.cnav__item a {
	position: relative;
	display: block;
	transition: all .5s;

	width: 303px;
	height: 50px;
	background-color: #000000;
	border: 1px solid #000000;
	padding: 7px 15px 25px;
	border-radius: 2px;

	font-size: 16px;
	font-weight: 700;
	color: #ffffff !important;
	line-height: 1.3;
	text-align: center;
}
.cnav__item a:after {
	content: "";
	position: absolute;
	bottom: 7px;
	left: 0;

	display: block;
	width: 100%;
	height: 9px;
	background: url('/special/lineup/images/cnav_arr_down.png') center no-repeat;
	background-size: 12px 8px;
}
@media screen and (min-width: 960px) {
	.cnav__item a:hover {
		border: 1px solid #a82626;
		background-color: #ffffff;
		color: #a82626 !important;
		text-decoration: none;
	}

	.cnav__item a:hover:after {
		content: "";
		position: absolute;
		bottom: 7px;
		left: 0;
	
		display: block;
		width: 100%;
		height: 9px;
		background: url('/special/lineup/images/cnav_arr_down-red.png') center no-repeat;
		background-size: 12px 8px;
	}
}
@media screen and (max-width: 959px) {
	.cnav {
		flex-direction: column;
		gap: 20px;
		width: 100%;
		margin: 0 auto;
		padding: 10px 0 20px;
	}
	.cnav__item a {
		width: 100%;
	}
	.cnav__item a:hover {
		text-decoration: none;
	}
	.cnav__item {
		width: 100%;
	}
}



/* sch__section
-------------------------------------------------- */

.sch__section {
	position: relative;
	margin: 0 0 40px;
    padding-top: 40px !important;
}
.sch__section:not(:first-of-type):before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #c4c4c4;
}
.sch__title {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 38px;
	margin: 0 0 50px;
}
@media screen and (max-width: 959px) {
	.sch__section {
		padding-top: 20px !important;
		margin-bottom: 20px;
	}
	.sch__title {
		margin: 0 0 5vw;
	}
}
.sch__nav {
	display: flex;
	margin: 0 0 8px;
}
.sch__nav--wrap {
	flex-wrap: wrap;
}
.sch__nav--wrap .sch__nav__item {
	width: 124px;
	height: auto;
	margin: 0 22px 22px 0;
}
.sch__nav--wrap .sch__nav__item:nth-child(7n) {
    margin-right: 0;
}
.sch__nav__item a {
	transition: all .5s;
}
.sch__nav__item a:hover {
	opacity: .6;
}
@media screen and (max-width: 959px) {
	.sch__nav {
		flex-wrap: wrap;
		margin: 0 auto 10px;
	}
	.sch__nav__item:nth-child(4n) {
		margin-right: 0;
	}
	.sch__nav--wrap .sch__nav__item,
	.sch__nav--wrap .sch__nav__item:nth-child(7n) {
		width: calc((100% - 30px) / 4);
		height: auto;
		margin: 0 10px 10px 0;
	}
	.sch__nav--wrap .sch__nav__item:nth-child(4n) {
		margin-right: 0;
	}
}


.sch__contents {
	margin: 0 0 30px;
}
.sch__desc {
	background-color: #efefef;
	padding: 30px 30px 10px;
}
.sch__desc p {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.5;
	color: #000000;
}
.sch__desc p strong{
	font-weight: bold;
	color: #a92626;
}
@media screen and (max-width: 959px) {
	.sch__contents {
		margin: 0 auto 20px;
	}
	.sch__desc {
		padding: 5vw 5vw 2vw;
	}
	.sch__desc {
		margin: 0 auto 4vw;
	}
	.sch__desc p {
		font-size: 12px;
		margin-bottom: 4vw;
	}
}

/* popupBoxBody
-------------------------------------------------- */
.popupBox {
    right: 30px;
}
.popupBoxBody {
	width: 100%;
    position: relative;
}
.popupPageTop {
    right: 0;
    bottom: 20px;
}
@media screen and (max-width: 959px) {
	.popupBox {
		right: 10px;
	}
	.popupBoxBody > .pageTop.popupPageTop {
		bottom: 30px;
	}
}