@charset "UTF-8";



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

kv

------------------------------------------- */
.top-kv {
	position: relative;
	background: var(--prime);
	padding: 0 10rem 6rem 10rem;
}
@media screen and (max-width: 768px) {
	.top-kv {
		padding: 0
	}
}
/* slider */
.top-kv-slider > * {
	border-radius: 6rem;
	border: solid 0.8rem #fff;
}
.top-kv-slider > *,
.CMS-NOT-EDITABLE-AREA {
	height: 56rem;
}
.top-kv-slider > *:nth-of-type(1) {
	background: url(../img/top-kv-1.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(2) {
	background: url(../img/top-kv-2.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(3) {
	background: url(../img/top-kv-3.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
	.top-kv-slider > *,
	.CMS-NOT-EDITABLE-AREA {
		height: 40rem;
	}
	.top-kv-slider > * {
		border-radius: 0;
		border: none;
	}	
}



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

news

------------------------------------------- */
.top-news {
    padding: 8rem 0 30rem 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: 4rem auto 0 auto;
	/* index.html の「画像moreボタン」の背面に共通 .more のピンク背景が出るのを防ぐ */
	background-color: transparent;
}
.top-news .more img {
	display: block;
}
/* cms */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}



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

menu

------------------------------------------- */
.top-menu {
	position: relative;
	color: #fff;
	margin-top: -28rem;
}
.top-menu .img-1,
.top-menu .img-2 {
	position: absolute;
}
.top-menu .img-1 {
	width: 26rem;
	right: 2rem;
	top: 6rem;
}
.top-menu .img-2 {
	width: 32rem;
	left: 6rem;
	bottom: 10rem;
}
.top-menu .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(../img/bg-heart.png) no-repeat center top;
	background-size: 100% auto;
	height: 98rem;
	padding-top: 25rem;
}
.top-menu h2 {
	line-height: 1;
	text-align: center;
	font-size: 5.6rem;
	letter-spacing: 0.2em;
	margin-bottom: 4rem;
}
.top-menu section {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-menu h3 {
	text-align: center;
	font-size: 2rem;
}
.top-menu p {
	width: 56rem;
	margin: 3rem 0 5rem 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.top-menu {
		margin-top: 0;
		padding: 3rem;
		background: var(--prime);
	}
	.top-menu .img-1,
	.top-menu .img-2 {
		position: relative;
	}
	.top-menu .img-1 {
		width: 22rem;
		right: auto;
		top: -6rem;
		margin-bottom: -3rem;
		margin-left: auto;
	}
	.top-menu .img-2 {
		width: 26rem;
		left: auto;
		bottom: auto;
		margin-bottom: -6rem;
	}
	.top-menu .wrap {
		background: none;
		height: auto;
		padding-top: 0;
	}
	.top-menu section {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 3rem;
	}
	.top-menu h3 {
		text-align: left;
		font-size: 2rem;
	}
	.top-menu p {
		width: auto;
		margin: 2rem 0 4rem 0;
	}	
}



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

gallery

------------------------------------------- */
.top-gallery {
	padding-top: 3rem;
	background: linear-gradient(to bottom,transparent 50%,#fff 50%);
}
.top-gallery .wrap {
	padding-top: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: 
		url(../img/deco-2.png) no-repeat right 30rem top,
		url(../img/deco-3.png) no-repeat left 20rem bottom;
	background-size:
		10rem auto,
		12rem auto;
	background-color: var(--pink);		
}
@media screen and (max-width: 768px) {
	.top-gallery {
		padding: 6rem 0 0 0;
	}
	.top-gallery .wrap {
		background: 
			url(../img/deco-2.png) no-repeat right 2rem top 2rem,
			url(../img/deco-3.png) no-repeat left 2rem bottom 2rem;
		background-size:
			8rem auto,
			10rem auto;
		background-color: var(--pink);
		padding-bottom: 3rem;		
	}	
}
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
	height: 146px;
}
#loopslider ul li {
	width: 200px;
}
@media screen and (max-width: 768px) {
	#loopslider,
	#loopslider ul,
	#loopslider ul li,
	#loopslider img {
		height: 146px;
	}
	#loopslider ul li {
		width: 200px;
	}
}
#loopslider img {
	object-fit: cover;
}
#loopslider {
	margin: 0 auto 8rem auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}
@media screen and (max-width: 768px) {
	#loopslider {
		margin: 0 auto 4rem auto;
	}
}
#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 {
	padding: 10rem 0;
	background-color: #fff;
}
.top-cast .wrap {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	padding: 2rem 0 2rem 3rem;
}
.top-cast .wrap > div {
	width: 34rem;
	height: 34rem;
	background: url(../img/top-bg-2.png) no-repeat center / contain;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}
.top-cast h2 {
	margin: 0;
}
.top-cast p {
	margin: 2rem 0;
}
@media screen and (max-width: 768px) {
	.top-cast {
		padding: 4rem 0 0 0;
	}
	.top-cast .wrap {
		padding: 3rem 0;
		display: flex;
		justify-content: center;
	}
	.top-cast .wrap > div {
		width: 32rem;
		height: 32rem;
	}
}



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

store

------------------------------------------- */
.top-store {
	padding: 10rem 0;
	background: url(../img/top-bg-3.jpg) no-repeat center / cover;
	color: #fff;
}
.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.15rem #fff;
	border-radius: 1rem;
	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;
	border-radius: 1rem;
}
.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 {
	border: solid 0.2rem #bd32a4;
}
.top-store dd a.insta span {
	background: linear-gradient(to right,#fe2c55,#b832aa,#7638fa);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@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;
	}
}



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

recruit

------------------------------------------- */
.top-recruit {
	background: url(../img/texture-1.jpg) center top;
	background-size: 100% auto;
	padding: 10rem 0;
}
.top-recruit .wrap {
	display: flex;
	flex-direction: row-reverse;
	background: var(--pink);
	color: #fff;
	margin-bottom: 5rem;
}
.top-recruit .wrap > * {
	width: 50%;
	padding: 4rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-recruit .bg {
	background: url(../img/top-bg-4.jpg) no-repeat center / cover;
}
.top-recruit h2 {
	margin: 0;
}
.top-recruit p {
	margin: 2rem 0 3rem 0;
}
.top-recruit ul {
	display: flex;
	justify-content: center;
	gap: 2rem;
}
.top-recruit li {
	width: 20rem;
}
.top-recruit li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.6rem;
	color: #fff;
	border-radius: 0.6rem;
	background: var(--prime);
	padding-bottom: 0.15rem;
}
.top-recruit p {
	padding: 0 3rem;
}
@media screen and (max-width: 768px) {
	.top-recruit {
		padding: 0 0 6rem 0;
	}
	.top-recruit .wrap {
		display: block;
		color: #fff;
		margin-bottom: 3rem;
	}
	.top-recruit .wrap > * {
		width: 100%;
		padding: 4rem 3rem;
	}
	.top-recruit .bg {
		aspect-ratio: 3/2;
	}
	.top-recruit ul {
		gap: 1rem;
	}
	.top-recruit li {
		width: 16rem;
	}
}



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

instagram

------------------------------------------- */
.top-insta {
	padding: 8rem 0;
}
.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 {
	color: #fff;
}
.top-access > div {
	background: var(--pink);
	padding-bottom: 10rem;	
}
.top-access .wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.top-access .wrap > * {
	width: 47%;
}
.top-access .wrap > figure img {
	border-radius: 4rem;
}
.top-access ul {
	margin-bottom: 3rem;
}
.top-access ul li:not(:last-child) {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	background: url(../img/dot.png) repeat-x left bottom;
	background-size: auto 0.15rem;
}
.top-access ul dl {
	display: flex;
}
.top-access ul dt {
	width: 10rem;
}
.top-access ul dd {
	width: calc(100% - 10rem);
}
@media screen and (max-width: 768px) {
	.top-access > div {
		padding: 0 3rem 8rem 3rem;
	}
	.top-access .wrap {
		flex-direction: column;
		gap: 2rem
	}
	.top-access .wrap > * {
		width: 100%;
	}
	.top-access .wrap > figure img {
		border-radius: 4rem;
	}
	.top-access ul {
		margin-bottom: 3rem;
	}
	.top-access .more {
		margin: 0 auto;
	}
}



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

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;
	color: var(--prime);
	border: solid 0.1rem var(--prime);
	padding-bottom: 0.15rem;
	background: #fff;
	border-radius: 10rem;
}
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);
	}
}



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

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;
	border-radius: 1rem;
	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);
	}
}