@charset "UTF-8";



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

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
.top-kv::before {
	content: "";
	width: 100%;
	height: 20rem;
	background: linear-gradient(to bottom,#000,transparent);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
@media screen and (max-width: 768px) {
	.top-kv::before {
		height: 30rem;
	}
}
/* slider */
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#main,
.CMS-NOT-EDITABLE-AREA {
	height: 100vh;
}
@media screen and (max-width: 768px) {
	#main,
	.CMS-NOT-EDITABLE-AREA {
		height: 48rem;
	}
}



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

news

------------------------------------------- */
.top-news {
    padding: 8rem 0;
	background: url(../img/texture-1.jpg) center top;
	background-size: 100% auto;	
}
@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;
}



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

menu

------------------------------------------- */
.top-menu {
	padding: 10rem 0;
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	position: relative;
	color: #fff;
}
.top-menu > img {
	position: absolute;
	left: 0;
	top: 0;
	mix-blend-mode: screen;
	width: 44rem;
}
.top-menu .wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.top-menu .wrap > * {
	width: 50%;
}
.top-menu .wrap > div {
	padding: 0 6rem 0 12rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.top-menu h3 {
	font-size: 1.9rem;
}
.top-menu p {
	margin: 3rem 0 5rem 0;
}
@media screen and (max-width: 768px) {
	.top-menu {
		padding: 8rem 3rem;
	}
	.top-menu > img {
		top: -4rem;
		width: 28rem;
	}
	.top-menu .wrap {
		display: block;
	}
	.top-menu .wrap > * {
		width: 100%;
	}
	.top-menu .wrap > div {
		padding: 0;
		margin-top: 3rem;
		align-items: center;
	}
	.top-menu h3 {
		font-size: 1.9rem;
	}
	.top-menu p {
		margin: 2rem 0 4rem 0;
	}	
}



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

gallery

------------------------------------------- */
.top-gallery {
	padding: 10rem 0;
	background: url(../img/texture-1.jpg) center top;
	background-size: 100% auto;	
}
@media screen and (max-width: 768px) {
	.top-gallery {
		padding: 8rem 0;
	}
}
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
	height: 160px;
}
#loopslider ul li {
	width: 200px;
}
@media screen and (max-width: 768px) {
	#loopslider,
	#loopslider ul,
	#loopslider ul li,
	#loopslider img {
		height: 160px;
	}
	#loopslider ul li {
		width: 200px;
	}
}
#loopslider img {
	object-fit: cover;
}
#loopslider {
	margin: 0 auto 6rem auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}
#loopslider ul {
	display: inline;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#loopslider ul li {
	display: inline;
	float: left;
	overflow: hidden;
}
#loopslider ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#loopslider ul {
	display: inline-block;
	overflow: hidden;
}



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

cast

------------------------------------------- */
.top-cast {
	background: url(../img/top-bg-2.jpg) no-repeat center / cover;
	padding: 6rem 0 8rem 0;
	position: relative;
	color: #fff;
}
.top-cast .wrap {
	width: 64rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 10;
	margin-left: auto;
	margin-right: 8rem;
}
.top-cast .wrap h2 {
	width: 100%;
}
.top-cast p {
	text-align: center;
	margin-bottom: 3rem;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.top-cast {
		padding: 6rem 3rem;
	}
	.top-cast::before {
		content: "";
		width: 100%;
		height: 100%;
		background: #000;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0.5;
	}	
	.top-cast .wrap {
		width: 100%;
		margin: 0;
	}
}



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

store

------------------------------------------- */
.top-store {
	padding: 12rem 0;
	background: 
		url(../img/line.jpg) no-repeat center top,
		url(../img/top-bg-5.jpg) no-repeat center;
	background-size:
		100% auto,
		cover;
	position: relative;
	color: #fff;
}
.top-store .img-1,
.top-store .img-2 {
	position: absolute;
	mix-blend-mode: screen;
}
.top-store .img-1 {
	left: 0;
	top: 0;
	width: 38rem;
}
.top-store .img-2 {
	right: 0;
	bottom: -8rem;
	width: 38rem;
}
.top-store ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4rem
}
.top-store ul li {
	width: calc((100% - 8rem) / 3);
	border: solid 0.13rem;
	border-image: linear-gradient(to right,#f0c233,#f7e7a3,#bd8f32,#f4e59c) 1;
	padding: 2.5rem;
}
.top-store dl {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.top-store dl > * {
	width: 100%;
}
.top-store dt {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 2rem;
}
.top-store dd {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}
.top-store dd a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	background-color: #fff;
	font-size: 1.3rem;
	height: 4.6rem;
}
.top-store dd img {
	width: 1.8rem;
	margin-top: 0.2rem;
	margin-right: 0.8rem;
}
.top-store dd a.line {
	color: #06c755;
	border: solid 0.2rem #06c755;	
}
.top-store dd a.insta {
	background: url(../img/bg-insta.jpg) no-repeat center / cover;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.top-store {
		padding: 8rem 3rem;
	}
	.top-store ul {
		flex-direction: column;
		gap: 3rem
	}
	.top-store ul li {
		width: 100%;
		padding: 2.5rem;
	}
	.top-store dt {
		font-size: 2.4rem;
	}
	.top-store dd a {
		font-size: 1.5rem;
		height: 5.6rem;
	}
	.top-store dd img {
		width: 2.4rem;
	}
	.top-store .img-1 {
		left: 0;
		top: 0;
		width: 24rem;
	}
	.top-store .img-2 {
		bottom: -4rem;
		width: 25rem;
	}	
}



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

recruit

------------------------------------------- */
.top-recruit {
	background: 
		url(../img/line.jpg) no-repeat center top,
		url(../img/top-bg-3.jpg) center top;
	background-size: 
		100% auto,
		100% auto;
	padding: 9rem 0 10rem 0;
	color: #fff;
}
.top-recruit h2 {
	margin: 0;
}
.top-recruit p {
	margin: 2rem 0 3rem 0;
	text-align: center;
	padding: 0 3rem;
}
.top-recruit ul {
	display: flex;
	justify-content: center;
	gap: 2rem;
}
.top-recruit li {
	width: 18rem;
}
.top-recruit li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.6rem;
	color: #fff;
	padding-bottom: 0.15rem;
	border: solid 0.13rem;
	border-image: linear-gradient(to right,#f0c233,#f7e7a3,#bd8f32,#f4e59c) 1;
}
.top-recruit .more-wrap + div {
	text-align: center;
	margin: 3rem 0;
}
@media screen and (max-width: 768px) {
	.top-recruit {
		padding: 8rem 3rem;
	}
	.top-recruit p {
		text-align: left;
		padding: 0;
	}
	.top-recruit ul {
		flex-wrap: wrap;
		gap: 1rem;
	}
	.top-recruit li {
		width: calc((100% - 1rem) / 2);
	}
}



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

instagram

------------------------------------------- */
.top-insta {
	padding: 8rem 0;
	background: url(../img/texture-1.jpg) center top;
	background-size: 100% auto;	
}
.top-insta .wrap {
	margin: 0 auto;
	width: 80rem;
}
@media screen and (max-width: 768px) {
	.top-insta .wrap {
		padding: 0 3rem;
		width: auto;
	}
}
/* cms */
.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.CMS-INSTAGRAM-LIST > * {
    margin-right: 1rem;
	width: calc((100% - 2rem) / 3);
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(3n) {
    margin-right: 0;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 4) {
    margin-top: 1rem;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}



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

access

------------------------------------------- */
.top-access {
	padding: 10rem 0;
	background: url(../img/top-bg-4.jpg) center top;
	background-size: 100% auto;
	color: #fff;	
}
.top-access .wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
}
.top-access .wrap > * {
	width: 48%;
}
.top-access .wrap > div {
	padding-left: 12rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.top-access .more-wrap {
	margin-top: 3rem;
}
.top-access dl a {
	color: #fff;
}
@media screen and (max-width: 768px) {
	.top-access {
		padding: 8rem 3rem;
	}
	.top-access .wrap {
		display: block;
	}
	.top-access .wrap > * {
		width: 100%;
	}
	.top-access .wrap > div {
		flex-direction: column;
		align-items: center;
		padding: 0;
	}
}



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

cast

------------------------------------------- */
.cast-list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 3rem;
	row-gap: 4rem;
}
.cast-list li {
	width: calc((100% - 9rem) / 4);
}
.cast-list figure img {
	aspect-ratio: 3/4;
	object-fit: cover;
	margin-bottom: 0.7rem;
	border: solid 0.25rem var(--prime);
}
.cast-list figcaption {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.cast-list {
		column-gap: 2rem;
		row-gap: 3rem;
	}
	.cast-list li {
		width: calc((100% - 4rem) / 2);
	}
}



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

recruit

------------------------------------------- */
ul.lcmenu {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 8rem;
    gap: 1rem;
}
ul.lcmenu li {
    width: calc((100% - 3rem) / 4);
}
ul.lcmenu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    transition: all .3s;
	padding-bottom: 0.15rem;
	color: var(--prime);
	border: solid 0.12rem var(--prime);
}
ul.lcmenu li a:hover {
    cursor: pointer;
    background: var(--prime);
    color: #fff;
    opacity: 1;
}
@media screen and (max-width: 768px) {
	ul.lcmenu {
		margin-bottom: 6rem;
	}
	ul.lcmenu li {
		width: calc((100% - 1rem) / 2);
	}
}



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

menu

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



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

form

------------------------------------------- */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 30%;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    padding: 2rem;
    width: 70%;
}
.CMS-FORM-GROUP textarea {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    width: 70%;
    height: 16rem;
    padding: 2rem;
}
.CMS-FORM-SELECT {
    width: 70%;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-INPUT,
    .CMS-FORM-EMAIL,
    .CMS-FORM-GROUP textarea,
    .CMS-FORM-SELECT {
        width: 100%;
    }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    width: 70%;
}
.CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-right: 2.5rem;
    margin-bottom: 1.2rem;
}
.CMS-FORM-RADIO > div {
    display: flex;
    align-items: center;
    width: calc(100% - 18px);
}
.CMS-FORM-RADIO > div label {
    margin-left: 0.5rem;
    margin-top: 0.3rem;
}
_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-RADIO {
        display: block;
        width: 100%;
        white-space:unset;
    }
    .CMS-FORM-RADIO > div:not(:last-of-type) {
        margin-bottom: 1.2rem;
    }
    .CMS-FORM-RADIO > div label {
        width: calc(100% - 24px);
    }
    _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
        margin-top: 0.7rem;
    }   
}
input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    background: rgba(245,245,245,1);
    border: none;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type="radio"]:checked:before {
    content: "";
    background: var(--prime);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
}
@media screen and (max-width: 768px) {
    input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    input[type="radio"]:checked:before {
        width: 12px;
        height: 12px;
    }
}


/* ---- submit ---- */
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--prime);
    color: #fff;
    display: block;
	font-family: "Zen Old Mincho", serif;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.75rem 0;
    transition: all .3s;
    width: 24rem;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        font-size: 1.7rem;
    }   
}
/* ---- calendar ---- */
input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: #ddd solid 1px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 2rem;
    width: 70%;
}
@media screen and (max-width: 768px) {
    input[type="date"] {
        width: 100%;
    }
}
/* ---- select ---- */
.select-wrap {
    position: relative;
    width: 70%;
}
.select-wrap::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-right: solid 0.15rem #333;
    border-bottom: solid 0.15rem #333;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2rem;
    top: calc(50% - 0.6rem);
    z-index: 10;
}
select {
    appearance: none;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    color: #000;
    font-size: 1.4rem;
    padding: 1.6rem 4rem 1.5rem 1.5rem;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .select-wrap {
        width: 100%;
    }
}
/* ---- required ---- */
.required {
    background: var(--red);
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin-left: 1.0rem;
    padding: 0.2rem 0.7rem 0.35rem 0.7rem;
    vertical-align: 0.1rem;
}
/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input:focus,
    .CMS-FORM-GROUP textarea:focus {
        font-size: 16px;
    }
}



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

privacy

------------------------------------------- */
.privacy {
    background: #444;
    font-size: 1.2rem;
    height: 20rem;
    overflow: auto;
    padding: 1.7rem 2rem;
}
.privacy-note {
    font-size: 1.2rem;
    margin: 5rem 0 2rem 0;
}
/* recruit form privacy */
.privacy-consent-note {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    width: 100%;
}
.privacy-ttl {
    font-size: 1.6rem;
    margin: 4rem 0 2rem 0;
    font-weight: bold;
}
.privacy-policy {
    margin-bottom: 0;
}
.privacy-policy-scroll {
    max-height: 36rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}
.privacy-policy-scroll dl.bk dt,
.privacy-policy-scroll dl.bk dd {
    border-bottom: none;
}



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

thanx

------------------------------------------- */
.thanx {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}
.back {
    display: block;
    text-align: center;
}
.thanx .back {
    margin-top: 3rem;
}
.back a {
	text-decoration: underline;
}
.thanx .back a.more {
	text-decoration: none;
}