@charset "utf-8";
/*-----------------------------------------------
 * First
 * Ketframes
 * secondCont
 * Line up
-------------------------------------------------*/
/*-----------------------------------------------
 * Ketframes
-------------------------------------------------*/
@keyframes scrollDown {
	0%{ top: -100%; }
	70%,100%{ top: 100%; }
}

.main {
	position: relative;
}
@media screen and (max-width:767px){
	.main:before,
	.main:after {
		content: "";
		background-color: #2b2b2b;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		pointer-events: none;
		z-index: 100;
	}
	.main:before {
		left: 20px;
	}
	.main:after {
		right: 20px;
	}
}

/*-----------------------------------------------
 * First
-------------------------------------------------*/
/**
 * loading
 */
.loading {
	background-color: #000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
}


/**
 * first
 */
.first {
	height: 100vh;
	min-height: var(--common-min-height);
	position: relative;
	z-index: 2;
}
@media screen and (max-width:767px){
	.first {
		height: auto;
	}
}

/* inner */
.first__inner {
	display: flex;
	height: 100%;
}
@media screen and (max-width:767px){
	.first__inner {
		flex-direction: column;
		padding: 0 20px;
	}
}

.first__left,
.first__right {
	width: 50%;
	height: 100%;
}
@media screen and (max-width:767px){
	.first__left,
	.first__right {
		width: 100%;
		height: auto;
	}
}

/**
 * first__left
 */
.first__left {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
@media screen and (max-width:767px){
	.first__left {
		display: block;
		padding: 16px 0;
	}
}

/* title */
.first__title {
	background: url(../img/top/main_logo.png) no-repeat center / contain;
	width: 80%;
	height: 100%;
	margin-right: -12%;
}
@media screen and (max-width:767px){
	.first__title {
		background-image: url(../img/common/header_logo.png);
		width: 160px;
		height: 50px;
		margin-right: auto;
		margin-left: auto;
	}
}

/**
 * scrollBox
 */
.scrollBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 24px;
	position: absolute;
	bottom: 0;
	right: 48px;
	text-decoration: none;
}
@media screen and (max-width:767px){
	.scrollBox {
		display: none;
	}
}

/* top */
.scrollBox__top {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 12px;
	width: 100%;
	height: 80px;
	position: relative;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

/* bottom */
.scrollBox__bottom {
	width: 2px;
	height: 60px;
	overflow: hidden;
	position: relative;
}
.scrollBox__bottom:before {
	content: "";
	background-color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	animation: scrollDown 1.5s ease-in-out infinite;
}

/**
 * firstVisualWrap
 */
.firstVisualWrap {
	position: relative;
	height: 100%;
}
@media screen and (max-width:767px){
	.firstVisualWrap {
		background-color: transparent;
		height: auto;
		padding-top: 140.3%;
	}
}


.firstVisual {
	background-image: url(../img/top/main_visual.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 60px;
    top: 60px;
    right: 60px;
    bottom: 60px;
}
@media screen and (max-width:767px){
	.firstVisual {
		background-image: url(../img/top/main_visual_p.jpg);
		background-position: 0 0;
    	background-size: 100%;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
}

/**
 * firstMovLinkWrap
 */
@media screen and (max-width:767px){
	.firstMovLinkFullWrap {
		padding: 0 20px;
	}
	.firstMovLinkWrap {
		width: 100%;
		padding-top: 56.25%;
		position: relative;
	}

	/* link */
	.firstMovLink {
		background-color: #000;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		display: block;
		width: 100%;
		height: 100%;
		padding: 8px;
		position: absolute;
		top: 0;
	}

	/* line */
	.firstMovLink:before {
		content: "";
		border: 1px solid #3a3a3a;
		box-sizing: border-box;
		display: block;
		width: 100%;
		height: 100%;
	}

	/* arrow */
	.firstMovLink:after {
		content: "";
		background: url(../img/common/icon_play.png) no-repeat 0 0 / 100%;
		width: 20px;
		height: 14px;
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	/* inner */
	.firstMovLink__inner {
		width: calc(100% - 16px);
		height: calc(100% - 16px);
		pointer-events: none;
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	/* in line */
	.firstMovLink__inner:before,
	.firstMovLink__inner:after {
		content: "";
		background-color: #fff;
		width: 6px;
		height: 1px;
		position: absolute;
	}

	.firstMovLink__inner:before {
		top: 0;
		right: 0;
	}
	.firstMovLink__inner:after {
		bottom: 0;
		left: 0;
	}
}

/**
 * first__left__inner
 */
.first__left__inner {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

/**
 * movInfoLinkWrap
 */
.movInfoLinkWrap {
	width: 474px;
	margin-top: 30px;
	position: absolute;
	bottom: 60px;
}
@media screen and (max-width:767px){
	.movInfoLinkWrap {
		width: 100%;
		margin-top: 0;
		position: relative;
		bottom: auto;
	}
}

/* link */
.movInfoLink {
	background-color: rgb(var(--color-keycolor));
    color: #fff;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 16px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
@media screen and (max-width:767px){
	.movInfoLink {
		padding: 10px 0;
	}
}

/* arrow */
.movInfoLink:after {
	content: "";
	background-color: #fff;
	display: block;
	width: 35px;
	height: 32px;
	-webkit-mask-image: url(../img/common/arrow_right.svg);
	mask-image: url(../img/common/arrow_right.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: transform .4s cubic-bezier(.25,1,.5,1);
}
.movInfoLink:hover:after {
	transform: translateX(10px);
}
@media screen and (max-width:767px){
	.movInfoLink:after {
		width: 20px;
		height: 20px;
	}
}

/* bg */
.movInfoLink:before {
	content: "";
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transform: scale(0,1);
    transform-origin: right top;
    transition: transform .4s cubic-bezier(.25,1,.5,1);
}
.movInfoLink:hover:before {
	transform-origin: left top;
    transform: scale(1,1);
}

/* inner */
.movInfoLink__inner {
	font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    line-height: 1.3;
}
@media screen and (max-width:767px){
	.movInfoLink__inner {
		font-size: 13px;
		line-height: 1.3;
	}
}

/**
 * 10thLink
 */
@media screen and (max-width:767px){
	.first__10thLink {
		border-top: 1px solid #2b2b2b;
		border-bottom: 1px solid #2b2b2b;
	}
	.first__10thLink > a {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: min(5.33333vw, 40px) 0;
		position: relative;
	}
	.first__10thLink > a > img {
		width: 65%;
	}
	.first__10thLink > a:before {
		content: "";
		background-color: #fff;
		-webkit-mask-image: url(../img/common/arrow2_right.svg);
		mask-image: url(../img/common/arrow2_right.svg);
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-size: 100%;
		mask-size: 100%;
		width: min(3.66666vw, 20px);
		height: min(2.86666vw, 14px);
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
	}
}


/*-----------------------------------------------
 * secondCont
-------------------------------------------------*/
.secondCont {
	position: relative;
	z-index: 1;
}

/* inner */
.secondCont__inner {
	position: relative;
	z-index: 1;
}

/**
 * movieInfo
 */
.movieInfo {
	width: var(--common-in-width);
	margin: 0 auto 60px;
	padding-top: 100px;
	padding-left: 120px;
}
@media screen and (max-width:767px){
	.movieInfo {
		margin: 0 auto 0;
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* title */
.movieInfo__title {
	font-size: 12px;
	letter-spacing: 0.01em;
}
@media screen and (max-width:767px){
	.movieInfo__title {
		font-size: 10px;
	}
}

/**
 * movieInfoLists
 */
.movieInfoLists {
	margin-top: 4px;
}

/* item */
.movieInfoLists__item:not(:first-child) {
	margin-top: 10px;
}

/* a */
.movieInfoLists__item a {
	background-color: rgb(var(--color-keycolor));
	color: #fff;
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 20px 40px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
@media screen and (max-width:767px){
	.movieInfoLists__item a {
		padding: 20px 20px;
	}
}

/* arrow */
.movieInfoLists__item a:after {
	content: "";
	background-color: #fff;
	display: block;
	width: 35px;
	height: 32px;
	-webkit-mask-image: url(../img/common/arrow_right.svg);
	mask-image: url(../img/common/arrow_right.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: transform .4s cubic-bezier(.25,1,.5,1);
}
.movieInfoLists__item a:hover:after {
	transform: translateX(10px);
}
@media screen and (max-width:767px){
	.movieInfoLists__item a:after {
		width: 20px;
		height: 20px;
	}
}

/* bg */
.movieInfoLists__item a:before {
	content: "";
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transform: scale(0,1);
    transform-origin: right top;
    transition: transform .4s cubic-bezier(.25,1,.5,1);
}
.movieInfoLists__item a:hover:before {
	transform-origin: left top;
    transform: scale(1,1);
}

/* inner */
.movieInfoLists__inner {
	font-size: 26px;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:767px){
	.movieInfoLists__inner {
		font-size: 16px;
		line-height: 1.3;
	}
}

/**
 * news
 */
.news {
	width: var(--common-in-width);
    margin: 0 auto;
	padding-top: 66px;
	padding-left: 120px;
	position: relative;
}
@media screen and (max-width:767px){
	.news {
		padding-top: 60px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 80px;
	}
}

/* inner */
.news__inner {
	display: flex;
}
@media screen and (max-width:767px){
	.news__inner {
		display: block;
	}
}

/* newsListsWrap */
.newsListsWrap {
	display: flex;
	flex-direction: column;
	width: 600px;
}
@media screen and (max-width:767px){
	.newsListsWrap {
		width: 100%;
	}
}

/**
 * news__titleWrap
 */
.news__titleWrap {
	width: calc(100% - 600px);
	position: relative;
	white-space: nowrap;
}
@media screen and (max-width:767px){
	.news__titleWrap {
		width: 100%;
	}
}

/* bg text */
.news__titleWrap:before {
	content: "";
	background: url(../img/common/pstext.png) no-repeat 0 0 / 100%;
	width: 181px;
	height: 177px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: .6;
}
@media screen and (max-width:767px){
	.news__titleWrap:before {
		content: none;
	}
}

/* news__title */
.news__title {
	color: #fff;
	font-size: 40px;
	letter-spacing: 1.03em;
	line-height: 1;
	margin-top: -4px;
	margin-left: -3px;
	position: relative;
}
@media screen and (max-width:767px){
	.news__title {
		font-size: 16px;
		margin-top: -4px;
		margin-left: 0;
		padding-bottom: 16px;
	}
}

/* line */
.news__title:before {
	content: "";
	background-color: #fff;
	width: 60px;
	height: 2px;
	position: absolute;
	right: 52px;
    bottom: -30px;
}
@media screen and (max-width:767px){
	.news__title:before {
		width: 100%;
		bottom: 0;
		right: 0;
	}
}

/**
 * newsLists
 */
/* item */
.newsLists__item {
	height: 120px;
}
.newsLists__item:not(:first-child) {
	margin-top: 30px;
}
@media screen and (max-width:767px){
	.newsLists__item {
		border-bottom: 1px solid #2b2b2b;
		height: auto;
	}
	.newsLists__item:not(:first-child) {
		margin-top: 0;
	}
}

/* a */
.newsLists__item > a {
	background-color: #333;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
}
@media screen and (max-width:767px){
	.newsLists__item > a {
		background-color: transparent;
		height: auto;
	}
}

/* arrow */
.newsLists__item > a:after {
	content: "";
	background-color: #000;
	display: block;
	width: 62px;
	height: 62px;
	-webkit-mask-image: url(../img/common/arrow_right.svg);
	mask-image: url(../img/common/arrow_right.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: transform .4s cubic-bezier(.25,1,.5,1);
}
.newsLists__item > a:hover:after {
    transform: translateX(10px);
}
@media screen and (max-width:767px){
	.newsLists__item > a:after {
		content: none;
	}
}

/* bg */
.newsLists__item a:before {
	content: "";
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transform: scale(0,1);
    transform-origin: right top;
    transition: transform .4s cubic-bezier(.25,1,.5,1);
}
.newsLists__item a:hover:before {
	transform-origin: left top;
    transform: scale(1,1);
}
@media screen and (max-width:767px){
	.newsLists__item a:before {
		content: none;
	}
}

/**
 * newsLists__inner
 */
.newsLists__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
@media screen and (max-width:767px){
	.newsLists__inner {
		display: block;
		height: auto;
		position: relative;
		padding: 20px 0;
	}
}

/* date */
.newsLists__date {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	letter-spacing: 0.01em;
	position: absolute;
	top: -10px;
	left: 30px;
}
@media screen and (max-width:767px){
	.newsLists__date {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
	}
}

/* title */
.newsLists__title {
	color: #fff;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	font-size: 16px;
	transition: color .3s ease;
}
.newsLists__item a:hover .newsLists__title {
	color: #fff;
}
@media screen and (max-width:767px){
	.newsLists__title {
		font-size: 12px;
	}
	.newsLists__item a:hover .newsLists__title {
		color: #fff;
	}
}

/* newsMore */
.newsMore {
	width: 200px;
	margin-top: 60px;
	margin-left: auto;
}
@media screen and (max-width:767px){
	.newsMore {
		width: 100%;
		margin-top: 20px;
	}
}

.newsMore a {
	background-color: #fff;
    color: #000;
    display: block;
    font-size: 12px;
    overflow: hidden;
    padding: 6px 0 6px 30px;
    position: relative;
    text-decoration: none;
}
@media screen and (max-width:767px){
	.newsMore a {
		padding: 10px 0;
		text-align: center;
	}
}

.newsMore a:before {
    content: "";
    background-color: #000;
    display: block;
    width: 14px;
    height: 13px;
    -webkit-mask-image: url(../img/common/arrow_right.svg);
    mask-image: url(../img/common/arrow_right.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    transition: background-color .3s ease;
    position: absolute;
    right: 0;
    bottom: 0;
}


/*-----------------------------------------------
 * Line up
-------------------------------------------------*/
.lineup {
	padding-top: 120px;
}
@media screen and (max-width:767px){
	.lineup {
		padding-top: 80px;
		padding-bottom: 40px;
	}
}

/**
 * lineupHeader
 */
.lineupHeader {
	width: var(--common-in-width);
    margin: 0 auto 100px;
    padding-left: 60px;
    position: relative;
}
@media screen and (max-width:767px){
	.lineupHeader {
		margin: 0 auto 10px;
		padding-left: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* lineup__title */
.lineup__titleWrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.lineup__title {
	display: inline-block;
	color: #000;
	font-size: 40px;
	letter-spacing: 1.1em;
	line-height: 1;
	margin-top: -4px;
	margin-left: -3px;
	position: relative;
}
@media screen and (max-width:767px){
	.lineup__titleWrap {
		display: block;
	}
	.lineup__title {
		font-size: 16px;
		margin-top: -4px;
		margin-left: 0;
		padding-bottom: 16px;
		width: 100%;
	}
}

/* line */
.lineup__title:before {
	content: "";
	background-color: #000;
	width: 60px;
	height: 2px;
	position: absolute;
	right: 48px;
    bottom: -30px;
}
@media screen and (max-width:767px){
	.lineup__title:before {
		width: 100%;
		bottom: 0;
		right: 0;
	}
}

/**
 * lineupNav
 */
.lineupNav {
	margin-top: 80px;
}
@media screen and (max-width:767px){
	.lineupNav {
		margin-top: 20px;
	}
}

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

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

/* a */
.lineupNavLists__item > a {
	background-color: #000;
	display: block;
	padding-top: 100%;
	width: 100%;
	position: relative;
}
@media screen and (max-width:767px){
	.lineupNavLists__item > a {
		padding-top: 84%;
	}
}

/* bg */
.lineupNavLists__item > a:before {
	content: "";
	background-color: rgb(var(--color-keycolor));
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transform: scale(0,1);
    transform-origin: right top;
    transition: transform .4s cubic-bezier(.25,1,.5,1);
}
.lineupNavLists__item > a:hover:before {
	transform-origin: left top;
    transform: scale(1,1);
}

/* inner */
.lineupNavLists__item__inner {
	border: 1px solid rgb(var(--color-keycolor));
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	margin: auto;
	padding: 17px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
@media screen and (max-width:767px){
	.lineupNavLists__item__inner {
		width: calc(100% - 8px);
		height: calc(100% - 8px);
		padding: 20px 10px;
	}
}

/* update */
.lineupNavLists__item.is-update .lineupNavLists__item__inner:before {
	content: "UP DATE";
	background-color: rgb(var(--color-keycolor));
	color: #fff;
	font-size: 10px;
	padding: 0 6px;
	position: absolute;
	top: 0;
	right: 0;
}

/* line up */
.lineupNavLists__lineup {
	color: rgb(var(--color-keycolor));
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	transform: scaleY(1.15);
	transition: color .4s cubic-bezier(.25,1,.5,1);
}
.lineupNavLists__item > a:hover .lineupNavLists__lineup {
	color: #fff;
}
@media screen and (max-width:767px){
	.lineupNavLists__lineup {
		font-size: 12px;
	}
}

.lineupNavLists__lineup > span {
	font-size: 26px;
}
@media screen and (max-width:767px){
	.lineupNavLists__lineup > span {
		font-size: 16px;
	}
}

/* title */
.lineupNavLists__title {
	margin-top: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}
@media screen and (max-width:767px){
	.lineupNavLists__title {
		margin-top: 10px;
		font-size: 12px;
	}
}

/* arrow */
.lineupNavLists__item > a .lineupNavLists__item__inner:after {
	content: "";
	background-color: rgb(var(--color-keycolor));
	display: block;
	width: 35px;
	height: 32px;
	-webkit-mask-image: url(../img/common/arrow_right.svg);
	mask-image: url(../img/common/arrow_right.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: all .4s cubic-bezier(.25,1,.5,1);
}
@media screen and (max-width:767px){
	.lineupNavLists__item > a .lineupNavLists__item__inner:after {
		width: 20px;
    	height: 20px;
	}
}

.lineupNavLists__item > a:hover .lineupNavLists__item__inner:after {
	background-color: #fff;
    transform: translateX(8px);
}


/**
 * lineupSection
 */
.lineupSection {
	padding-bottom: 80px;
	position: relative;
	z-index: 1;
}
.lineupSection:not(:first-child) {
	margin-top: 60px;
}
@media screen and (max-width:767px){
	.lineupSection {
		padding-bottom: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.lineupSection:not(:first-child) {
		margin-top: 30px;
	}
}

/* bg */
.lineupSection:before {
	content: "";
	background-color: rgb(var(--color-offgray));
	width: calc(100% - 60px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 60px;
	z-index: 0;
}
@media screen and (max-width:767px){
	.lineupSection:before {
		width: 100%;
		left: 0;
	}
}

/* inner */
.lineupSection__inner {
	width: var(--common-in-width);
    margin: 0 auto;
    padding-top: 100px;
    padding-left: 120px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:767px){
	.lineupSection__inner {
		padding-top: 60px;
    	padding-left: 0;
	}
}

/**
 * lineupSection__title
 */
.lineupSection__title {
	margin-bottom: 40px;
}
@media screen and (max-width:767px){
	.lineupSection__title {
		margin-bottom: 20px;
	}
}

/* num */
.lineupSection__title--num {
	font-size: 12px;
	letter-spacing: 0.01em;
}
@media screen and (max-width:767px){
	.lineupSection__title--num {
		font-size: 10px;
	}
}

/* text */
.lineupSection__title--text {
    background-color: rgb(var(--color-keycolor));
    color: #fff;
    display: block;
    width: 100%;
	font-size: 26px;
    font-weight: 500;
    padding: 20px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
@media screen and (max-width:767px){
	.lineupSection__title--text {
		font-size: 16px;
    	line-height: 1.6;
		padding: 16px 16px;
	}
}

/**
 * lineupSection__detailWrap
 */
.lineupSection__detailWrap {
	background-color: #fff;
	padding: 46px 46px 80px 46px;
	position: relative;
}
@media screen and (max-width:767px){
	.lineupSection__detailWrap {
		padding: 20px 20px 60px 20px;
	}
}

/* lineupSection__textWrap */
.lineupSection__textWrap p {
	color: #000;
	font-size: 16px;
	line-height: 2;
}
@media screen and (max-width:767px){
	.lineupSection__textWrap p {
		font-size: 12px;
	}
}

.lineupSection__textWrap img {
	max-width: 100%;
	margin-top: 10px;
}

/**
 * detailLinkWrap
 */
.detailLinkWrap {
	width: 300px;
	height: 64px;
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -32px;
}
@media screen and (max-width:767px){
	.detailLinkWrap {
		width: 200px;
		height: 40px;
		bottom: -20px;
	}
}

/* link */
.detailLink {
	background-color: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	text-align: center;
}

/* arrow */
.detailLink:after {
	content: "";
	background-color: #fff;
	display: block;
	width: 35px;
	height: 32px;
	-webkit-mask-image: url(../img/common/arrow_right.svg);
	mask-image: url(../img/common/arrow_right.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: transform .4s cubic-bezier(.25,1,.5,1);
}
@media screen and (max-width:767px){
	.detailLink:after {
		width: 20px;
		height: 20px;
	}
}
.detailLink:hover:after {
	transform: translateX(10px);
}

/* bg */
.detailLink:before {
	content: "";
	background-color: rgb(var(--color-keycolor));
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transform: scale(0,1);
    transform-origin: right top;
    transition: transform .4s cubic-bezier(.25,1,.5,1);
}
.detailLink:hover:before {
	transform-origin: left top;
    transform: scale(1,1);
}

/* span */
.detailLink > span {
	font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
@media screen and (max-width:767px){
	.detailLink > span {
		font-size: 14px;
	}
}

/* Lineup contents */
.lineup__em{
	color: #27a9ac;
	font-weight: 700;
}
.lineup__bgBlack{
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5px 10px;
}
.lineup__bggreen{
	background-color: #27a9ac;
	color: #fff;
	padding: 5px 10px;
}
@media screen and (max-width: 768px) {
    .lineup__bggreen {
        display: block;
		padding: 10px;
    }
}
.lineup__item{
	display: block;
    padding-left: 0.6em;
    text-indent: -0.6em;
}
.lineup__info{
	font-size: smaller;
	display: block;
    padding-left: 1em;
    text-indent: -1em;
}

/**
 * modal info
 */
.movieInfoWrap {
	display: flex;
	flex-direction: row-reverse;
	width: 1200px;
}
.movieInfoVisual {
	width: 600px;
}
.movieInfoVisual img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.movieInfoWrap {
		display: block;
		width: 100%;
		padding: 0 20px;
	}
	.movieInfoVisual {
		width: 100%;
	}
}

.movieInfoTextWrap {
	width: calc(100% - 600px);
	padding-right: 50px;
}
.movieInfoText {
	color: #000;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
.movieInfoText__day{
	font-weight: 700;
	font-size: 23px;
}
@media screen and (max-width: 768px) {
	.movieInfoTextWrap {
		width: 100%;
		margin-top: 20px;
		padding-right: 0;
	}
	.movieInfoText {
		font-size: 12px;
	}
	.movieInfoText__day{
		font-size: 17px;
	}
}
