@charset "UTF-8";


/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
/* slider */
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#main,
.CMS-NOT-EDITABLE-AREA {
	height: 64rem;
}
@media screen and (max-width: 768px) {
	#main,
	.CMS-NOT-EDITABLE-AREA {
		height: 40rem;
	}
}



/* -------------------------------------------

news

------------------------------------------- */
.top-news {
    padding: 12rem 0;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 8rem 3rem;
    }   
}
.top-news .more {
    margin: 6rem auto 0 auto;
}
/* cms */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}



/* -------------------------------------------

concept

------------------------------------------- */
.top-concept {
	border-top: solid 1.5rem var(--prime);
	border-bottom: solid 1.5rem var(--prime);	
	padding: 12rem 0;
	background:
		url(../img/deco-1.png) no-repeat left top,
		url(../img/top-bg-1.jpg) no-repeat center right;
	background-size:
		24rem auto,
		auto 100%;
	background-color: #fff;
	padding-left: calc((100% - 88rem) / 2);
}
.top-concept .wrap {
	width: 40rem;
}
.top-concept h2 {
	line-height: 1;
	margin-bottom: 2.5rem;
	color: var(--prime);
	font-size: 6.4rem;
}
.top-concept h3 {
	margin-bottom: 3rem;
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.top-concept {
		padding: 8rem 3rem;
		background:
			url(../img/deco-1.png) no-repeat left top,
			url(../img/top-bg-1.jpg) no-repeat center right;
		background-size:
			16rem auto,
			auto 100%;
		background-color: #fff;
		position: relative;
	}
	.top-concept::before {
		content: "";
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0.8;
	}
	.top-concept .wrap {
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.top-concept h2 {
		font-size: 4.8rem;
		text-align: center;
	}
}



/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.9;
}
.back {
	text-align: center;
}
.back a {
	display: inline-block;
	padding: 1.2rem 2.4rem;
	border-radius: 999px;
	background: var(--prime);
	color: #fff;
	text-decoration: none;
}
.back a:hover {
	opacity: 0.85;
}
@media screen and (max-width: 768px) {
	.thanx {
		text-align: left;
	}
	.back a {
		width: 100%;
		max-width: 32rem;
	}
}


/* -------------------------------------------

cast

------------------------------------------- */
.top-cast {
	background: url(../img/top-bg-2.jpg) no-repeat center right / cover;
	padding-top: 6rem;
	padding-bottom: 6rem;
	padding-left: calc((100% - 88rem) / 2);
}
.top-cast .wrap {
	width: 53rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	position: relative;
	background: url(../img/deco-2.png) no-repeat center left 4rem;
	background-size: auto 85%;
	background-color: #2e2629;
	text-align: center;
	padding: 5rem 0;
}
.top-cast .wrap::before {
	content: "";
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	border: solid 0.15rem #fff;
	box-sizing: border-box;
	position: absolute;
	left: 1rem;
	top: 1rem;
	pointer-events: none;
}
.top-cast h2 {
	margin: 0;
}
.top-cast p {
	font-size: 1.3rem;
	margin: 2rem 0 3rem 0;
}
@media screen and (max-width: 768px) {
	.top-cast {
		padding: 6rem 3rem;
	}
	.top-cast .wrap {
		width: 100%;
		padding: 5rem 4rem;
	}
	.top-cast p {
		font-size: 1.3rem;
		margin: 2rem 0 3rem 0;
		text-align: left;
	}	
}



/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
	padding: 10rem 0;
	background:
		url(../img/deco-3.png) no-repeat right top,
		url(../img/deco-4.png) no-repeat left bottom;
	background-size:
		45% auto,
		45% auto;
}
.top-insta .wrap {
	margin: 0 auto;
	width: 80rem;
}
@media screen and (max-width: 768px) {
	.top-insta {
		padding: 8rem 0;
		background:
			url(../img/deco-3.png) no-repeat right top,
			url(../img/deco-4.png) no-repeat left bottom;
		background-size:
			60% auto,
			60% auto;
	}	
	.top-insta .wrap {
		padding: 0 3rem;
		width: auto;
	}
}
/* cms */
.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
	gap: 2rem;
}
.CMS-INSTAGRAM-LIST > * {
	width: calc((100% - 4rem) / 3);
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}



/* -------------------------------------------

system

------------------------------------------- */
.top-system {
	padding: 10rem 0;
	color: #fff;
	background:
		url(../img/deco-5.png) no-repeat left 3rem top 4rem,
		url(../img/deco-6.png) no-repeat right 2rem top 2.5rem,
		url(../img/top-bg-3.jpg) no-repeat center;
	background-size:
		20rem auto,
		24rem auto,
		cover;
}
.top-system .wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.top-system .wrap > * {
	width: 50%;
}
.top-system .wrap > div {
	padding-right: 5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.top-system h3 {
	font-size: 1.8rem;
}
.top-system p {
	margin: 2.5rem 0 5rem 0;
}
.top-system figure img:nth-of-type(2) {
	width: 50%;
	margin-top: -8rem;
	margin-left: -8rem;
}
@media screen and (max-width: 768px) {
	.top-system {
		padding: 8rem 3rem;
		background:
			url(../img/deco-5.png) no-repeat left 1rem top 1rem,
			url(../img/deco-6.png) no-repeat right 1rem bottom 1rem,
			url(../img/top-bg-3.jpg) no-repeat center;
		background-size:
			12rem auto,
			15rem auto,
			cover;
	}
	.top-system .wrap {
		flex-direction: column;
	}
	.top-system .wrap > * {
		width: 100%;
	}
	.top-system .wrap > div {
		padding-right: 0;
	}
	.top-system figure {
		margin-bottom: 3rem;
	}
	.top-system figure img:nth-of-type(2) {
		width: 50%;
		margin-top: -8rem;
		margin-left: -3rem;
	}	
}


/* -------------------------------------------

recruit

------------------------------------------- */
.top-recruit {
	padding-top: 10rem;
	padding-bottom: 10rem;
	padding-left: calc((100% - 88rem) / 2);
	background: url(../img/top-bg-4.png) no-repeat center right;
	background-size: auto 100%;
}
.top-recruit .wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 36rem;
}
.top-recruit h2 {
	margin: 0;
	flex-direction: row;
	align-items: flex-end;
}
.top-recruit h2 span {
	margin: 0 1rem 0 0;
}
.top-recruit h2 i {
	margin-bottom: 0.3rem;
}
.top-recruit p {
	margin: 2.5rem 0 5rem 0;
}
@media screen and (max-width: 768px) {
	.top-recruit {
		padding: 6rem 3rem;
		background: url(../img/top-bg-4.png) no-repeat center right -8rem;
		background-size: auto 100%;
		position: relative;
	}
	.top-recruit .wrap {
		position: relative;
		z-index: 10;
		width: 100%;
	}
	.top-recruit::before {
		content: "";
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0.8;
	}	
}



/* -------------------------------------------

access

------------------------------------------- */
.top-access {
	padding: 10rem 0;
	background: url(../img/texture-2.jpg) center top;
	background-size: 100% auto;
	color: #fff;
}
.top-access h2 {
	margin-bottom: 6rem;
}
.top-access dl a {
	color: #fff;
}
.top-access .wrap {
	margin-bottom: 8rem;
	display: flex;
	gap: 6rem
}
.top-access .wrap > * {
	flex: 1;
}
@media screen and (max-width: 768px) {
	.top-access {
		padding: 8rem 3rem;
	}
	.top-access h2 {
		margin-bottom: 4rem;
	}
	.top-access .wrap {
		flex-direction: column;
		margin-bottom: 3rem;
		gap: 1rem
	}
	.top-access .wrap > * {
		flex: none;
		width: 100%;
	}	
}



/* -------------------------------------------

system

------------------------------------------- */
.system p {
	width: 56rem;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.system p {
		width: 100%;
	}
}



/* -------------------------------------------

recruit

------------------------------------------- */
.recruit-summary {
	margin-bottom: 6rem;
}
.recruit-summary h3 {
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 2.5rem;
	color: var(--prime);
	font-weight: normal;
}
.recruit-summary p {
	text-align: center;
	font-size: 1.6rem;
}
.recruit-detail {
	background: #fff;
	padding: 5rem 6rem;
	box-shadow: 0 0 1.5rem rgba(0,0,0,0.03);
}
.recruit-detail .CMS-FORM {
	margin-top: 3rem;
}
.recruit-detail .CMS-FORM-GROUP + .CMS-FORM-GROUP {
	margin-top: 2rem;
}
.recruit-detail .CMS-FORM-INPUT-LABEL,
.recruit-detail .CMS-FORM-EMAIL-LABEL,
.recruit-detail .CMS-FORM-TEXTAREA-LABEL,
.recruit-detail .CMS-FORM-RADIO-LABEL {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 0.8rem;
}
.recruit-detail .required {
	display: inline-block;
	margin-left: 0.8rem;
	padding: 0.15rem 0.6rem 0.2rem;
	border-radius: 0.4rem;
	background: var(--prime);
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.2;
	vertical-align: middle;
}
.recruit-detail .CMS-FORM-INPUT,
.recruit-detail .CMS-FORM-EMAIL,
.recruit-detail .CMS-FORM-TEXTAREA {
	width: 100%;
	border: 1px solid #d7d7d7;
	border-radius: 0.6rem;
	background: #fff;
	padding: 1.2rem 1.4rem;
	font-size: 1.6rem;
	line-height: 1.6;
	box-sizing: border-box;
}
.recruit-detail .CMS-FORM-TEXTAREA {
	min-height: 16rem;
	resize: vertical;
}
.recruit-detail .CMS-FORM-GROUP input[type="submit"] {
	width: 100%;
	max-width: 28rem;
	height: 5.6rem;
	display: block;
	margin: 3rem auto 0;
	border: none;
	border-radius: 999px;
	background: var(--prime);
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	cursor: pointer;
	transition: opacity 0.2s ease;
	-webkit-appearance: none;
	appearance: none;
}
.recruit-detail .CMS-FORM-GROUP input[type="submit"]:hover {
	opacity: 0.85;
}

.recruit-detail .privacy-note {
	margin-top: 2.5rem;
	font-size: 1.3rem;
	color: #555;
	line-height: 1.7;
	text-align: center;
}
.recruit-detail .privacy {
	margin-top: 1.5rem;
	border: 1px solid #e6e6e6;
	border-radius: 0.8rem;
	background: #fafafa;
	padding: 1.6rem 1.8rem;
	max-height: 24rem;
	overflow: auto;
}
.recruit-detail .privacy {
	font-size: 1.3rem;
	line-height: 1.8;
	color: #333;
}
.recruit-detail .privacy ol {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.recruit-detail ul {
	margin-top: 4rem;
	display: flex;
	justify-content: center;
	gap: 2rem;
}
.recruit-detail #recruit-form {
	margin-top: 5rem;
	scroll-margin-top: 2rem;
}
.recruit-detail ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	min-width: 24rem;
	height: 5.6rem;
	color: #fff;
	background: var(--prime);
	box-sizing: border-box;
	padding: 0 1.8rem;
	padding-bottom: 0.15rem;
}
.recruit-detail ul li a.mail-apply {
	white-space: nowrap;
	font-size: 1.7rem;
}
.recruit-detail ul li a i {
	font-size: 1.4rem;
	margin-top: 0.2rem;
	margin-left: 1rem;
}
.recruit-detail ul li:last-child a {
	background: #53b635;
}
@media screen and (max-width: 768px) {
	.recruit-summary {
		padding: 0;
		margin-bottom: 3rem;
	}
	.recruit-summary h3 {
		font-size: 2.4rem;
	}
	.recruit-summary p {
		text-align: left;
	}
	.recruit-detail {
		padding: 3rem;
	}
	.recruit-detail .CMS-FORM-GROUP input[type="submit"] {
		max-width: 100%;
	}
	.recruit-detail .privacy-note {
		text-align: left;
	}
	.recruit-detail .privacy {
		padding: 1.4rem 1.4rem;
		max-height: 20rem;
	}
	.recruit-detail ul {
		flex-direction: column;
		gap: 1rem;
	}
	.recruit-detail ul li {
		width: 100%;
	}
	.recruit-detail ul li a {
		width: 100%;
	}
}



/* -------------------------------------------

cast

------------------------------------------- */
.cast-list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 3rem;
	row-gap: 5rem;
}
.cast-list > li {
	width: calc((100% - 6rem) / 3);
}
.cast-list dt {
	text-align: center;
	font-size: 2rem;
	margin: 2rem 0 1.6rem 0;
}
.cast-list .sns {
	margin-top: 1.5rem;
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	font-size: 2.4rem;
}
.cast-list img {
	aspect-ratio: 3/4;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	.cast-list {
		flex-direction: column;
		column-gap: 0;
		row-gap: 5rem;
	}
	.cast-list > li {
		width: 100%;
	}
	.cast-list dt {
		font-size: 2.4rem;
	}
	.cast-list .sns {
		font-size: 2.8rem;
	}
}

.cast-coming-soon {
	width: 100%;
	min-height: 40vh;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.cast-coming-soon {
		min-height: 30vh;
		font-size: 3rem;
	}
}