@charset "utf-8";
/*-----------------------------------------------
 * Loading
 * ArticleHeader
 * CM Section
-------------------------------------------------*/
/*-----------------------------------------------
 * Loading
-------------------------------------------------*/
.loading {
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
.loading:before {
	content: "";
	background: url(../img/common/lec2022_logo.svg) no-repeat 0 0 / 100%;
	width: 300px;
	height: 112px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
@media screen and (max-width:767px){
	.loading:before {
		width: 200px;
		height: 75px;
	}
}


/*-----------------------------------------------
 * ArticleHeader
-------------------------------------------------*/
/**
 * Visual
 */
.topArticle__header:before {
	content: "";
	background: url(../img/top/visual.jpg) no-repeat 0 0 / 100%;
	display: block;
	width: 100%;
	padding-top: 56.07%;
}
@media screen and (max-width:767px){
	.topArticle__header:before {
		background-image: url(../img/top/visual_sp.jpg);
		padding-top: 184.26%;
	}
}

/**
 * topNavLists
 */
.topNavLists {
	display: flex;
	padding: 0 10px;
}
@media screen and (max-width:767px){
	.topNavLists {
		flex-wrap: wrap;
		margin-top: 5px;
		padding: 0;
	}
}

/* item */
.topNavLists__item {
	width: calc((100% - 20px) / 3);
}
.topNavLists__item:not(:nth-child(3n + 1)) {
	margin-left: 10px;
}
@media screen and (max-width:767px){
	.topNavLists__item {
		width: calc((100% - 5px) / 2);
		margin-bottom: 5px;
	}
	.topNavLists__item:not(:nth-child(3n + 1)) {
		margin-left: 0;
	}
	.topNavLists__item:not(:nth-child(2n + 1)) {
		margin-left: 5px;
	}
}

/* link */
.topNavLists__link {
	background-color: #f29600;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 20px;
	position: relative;
	text-decoration: none;
	transition: background-color .3s ease-in-out;
}
.topNavLists__link:hover {
	background-color: #ed1e79;
}
@media screen and (max-width:767px){
	.topNavLists__link {
		font-size: 13px;
		font-size: 1.3rem;
		padding: 10px;
	}
}

.topNavLists__link:before {
	content: "";
	background: url(../img/common/icon_arrow_r.png) no-repeat 0 0 / 100%;
	width: 21px;
	height: 21px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	transition: transform .3s ease-in-out;
}
.topNavLists__link:hover:before {
	transform: translateX(10px);
}
@media screen and (max-width:767px){
	.topNavLists__link:before {
		width: 14px;
		height: 14px;
		right: 10px;
	}
}


/*-----------------------------------------------
 * CM Section
-------------------------------------------------*/
.cmSection {
	padding-top: 90px;
}
@media screen and (max-width:767px){
	.cmSection {
		padding-top: 50px;
	}
}

/**
 * cmSection__title
 */
.cmSection__title {
	background: url(../img/common/conttitle_cm.svg) no-repeat 0 0 / 100%;
	width: 59px;
	height: 51px;
	margin: 0 auto 40px;
	position: relative;
}
.cmSection__title:before {
	content: "";
	background: url(../img/common/deco_onpu.png) no-repeat 0 0 / 100%;
	width: 127px;
	height: 84px;
	position: absolute;
	top: -20px;
    left: 90px;
}
@media screen and (max-width:767px){
	.cmSection__title {
		width: 7.86%;
		height: auto;
		padding-top: 6.79%;
	}
	.cmSection__title:before {
		width: 77px;
		height: 52px;
		top: -14px;
		left: 65px;
	}
}

/**
 * cmSection__contWrap
 */
.cmSection__contWrap {
	padding: 0 10px;
}
@media screen and (max-width:767px){
	.cmSection__contWrap {
		padding: 0 20px 20px;
	}
}

/**
 * cmMovieIframeWrap
 */
.cmMovieIframeWrap {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.cmMovieIframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

/*-----------------------------------------------
 * Ft bnr
-------------------------------------------------*/
.ftBnr{
	padding: 30px 0;
}
@media screen and (max-width:767px){
	.ftBnr {
	padding: 10px 0 0 0;
	}
}

.ftBnr ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (max-width:767px){
	.ftBnr ul {
	display: flex;
	flex-wrap: nowrap;
	}
}

.ftBnr li{
	margin-left: 20px;
	padding-bottom: 20px;
}
@media screen and (max-width:767px){
	.ftBnr li{
		margin-right: 6px;
	}
	.ftBnr li:last-child{
		margin-right: 0px;
	}
	.ftBnr li img{
		width: 200px;
	}
}