@charset "UTF-8";


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

kv

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



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

news

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



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

concept

------------------------------------------- */
.top-concept {
	background: url(../img/top-bg-1.png) no-repeat center top;
	background-size: 100% auto;
	padding-bottom: 30rem;
}
.top-concept .wrap {
	position: relative;
}
.top-concept .wrap > figure {
	position: absolute;
	left: 0;
	top: 20rem;
	width: 50%;
}
.top-concept .wrap > div {
	width: 50%;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-right: 5rem;
}
.top-concept .wrap > div > div:nth-of-type(1) {
	display: flex;
	flex-direction: row-reverse;
	color: #000;
	padding-top: 20rem;
	margin-bottom: 4rem;
}
.top-concept h2 {
	width: 4.4rem;
}
.top-concept h3 {
	font-family: var(--font-jp);
	font-weight: normal;
	font-size: 1.8rem;
	margin: 0 2rem;
}
.top-concept p {
	height: 36rem;
	line-height: 2;
	font-weight: 500;
}
.top-concept .more-wrap {
	margin-left: -12rem;
}
@media screen and (max-width: 768px) {
	.top-concept {
		background: none;
		padding-bottom: 0;
	}
	.top-concept .wrap {
		background: url(../img/deco-2.png) no-repeat center bottom 10rem;
		background-size: 90% auto;
		background-color: var(--prime);
		padding: 2rem 3rem 4rem 3rem;
	}
	.top-concept .wrap > figure {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.top-concept .wrap > div {
		width: 100%;
		padding-right: 0;
	}
	.top-concept .wrap > div > div:nth-of-type(1) {
		justify-content: center;
		padding-top: 0;
		margin-bottom: 3rem;
	}
	.top-concept p {
		line-height: 1.8;
		font-size: 1.4rem;
	}
	.top-concept .more-wrap {
		margin-left: 0;
	}	
}



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

menu

------------------------------------------- */
.top-menu {
	position: relative;	
	margin-top: -6rem;
	padding-bottom: 8rem;
}
.top-menu .img-1 {
	position: absolute;
	right: 0;
	top: -30rem;
	width: 38rem;
	pointer-events: none;
}
.top-menu .img-2 {
	position: absolute;
	right: 1rem;
	bottom: -6rem;
	width: 38rem;
	pointer-events: none;	
}
.top-menu h2 {
	margin-bottom: 8rem;
}
.top-menu .wrap {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 8rem;
}
.top-menu .wrap > figure {
	width: 53%;
}
.top-menu .wrap > div {
	width: 47%;
	padding-right: 5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.top-menu h3 {
	font-weight: normal;
	font-size: 1.8rem;
	font-family: var(--font-jp);
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.top-menu {
		margin-top: 0;
		padding: 8rem 3rem 0 3rem;
	}
	.top-menu .img-1 {
		top: -6rem;
		width: 20rem;
	}
	.top-menu .img-2 {
		position: relative;
		right: auto;
		bottom: -4rem;
		width: 34rem;
		margin: 0 auto;
	}
	.top-menu h2 {
		margin-bottom: 4rem;
	}
	.top-menu .wrap {
		flex-direction: column;
		margin-bottom: 4rem;
	}
	.top-menu .wrap > figure {
		width: 100%;
		margin-bottom: 3rem;
	}
	.top-menu .wrap > div {
		width: 100%;
		padding-right: 0;
	}
	.top-menu .wrap > div > div {
		margin-bottom: 3rem;
	}
}



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

gallery

------------------------------------------- */
.top-gallery {
	padding: 8rem 0;
	background: url(../img/top-bg-2.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
	.top-gallery {
		padding: 8rem 0;
	}
}
#loopslider figure {
	padding: 0 0.5rem;
}
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
	height: 140px;
}
#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 5rem 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;
}



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

access

------------------------------------------- */
.top-access {
	position: relative;
	padding: 10rem 0;
	background: url(../img/deco-1.png) no-repeat right 2rem top 9rem;
	background-size: 50rem auto;
}
.top-access h2 {
	margin-bottom: 6rem;
}
.top-access > img {
	position: absolute;
	right: 15rem;
	top: -10rem;
	width: 20rem;
}
.top-access .wrap {
	margin-bottom: 6rem;
	display: flex;
	align-items: flex-start;
	gap: 6rem;
}
.top-access .wrap > * {
	flex: 1;
}
@media screen and (max-width: 768px) {
	.top-access {
		position: relative;
		padding: 4rem 3rem 8rem 3rem;
		background: url(../img/deco-1.png) no-repeat center bottom 9rem;
		background-size: 50rem auto;
	}
	.top-access h2 {
		margin-bottom: 4rem;
	}
	.top-access > img {
		position: relative;
		right: auto;
		top: auto;
		width: 24rem;
		margin: 0 auto 6rem auto;
		display: block;
	}
	.top-access .wrap {
		margin-bottom: 4rem;
		flex-direction: column;
		gap: 1rem;
	}
	.top-access .wrap > * {
		flex: none;
		width: 100%;
	}	
}



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

recruit

------------------------------------------- */
.top-recruit {
	display: flex;
	flex-direction: row-reverse;
}
.top-recruit > * {
	flex: 1;
}
.top-recruit > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: url(../img/ptn.png) center top / cover;
}
.top-recruit p {
	font-weight: bold;
	margin-bottom: 3.5rem;
	color: #000;
}
@media screen and (max-width: 768px) {
	.top-recruit {
		flex-direction: column;
	}
	.top-recruit > * {
		flex: none;
		width: 100%;
	}
	.top-recruit > div {
		padding: 4rem 0;
	}
}



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

instagram

------------------------------------------- */
.top-insta {
	padding: 10rem 0;
	background:
		url(../img/top-bg-3.png) no-repeat right top,
		url(../img/top-bg-4.png) no-repeat left bottom;
	background-size:
		45% auto,
		40% auto;
}
.top-insta .wrap {
	margin: 0 auto;
	width: 80rem;
}
@media screen and (max-width: 768px) {
	.top-insta {
		padding: 8rem 0;
	}	
	.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;
}



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

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;
    border: none;
    padding: 2rem;
    width: 70%;
}
.CMS-FORM-GROUP textarea {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: 70%;
    height: 16rem;
    padding: 2rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-INPUT,
    .CMS-FORM-EMAIL,
    .CMS-FORM-GROUP textarea {
        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: solid 1px #ddd;
    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: #000;
    display: block;
	font-weight: bold;
    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(--prime);
    color: #000;
    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: #333;
    font-size: 1.2rem;
    height: 20rem;
    overflow: auto;
    padding: 1.7rem 2rem;
}
.privacy-note {
    font-size: 1.2rem;
    margin: 5rem 0 2rem 0;
}



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

thanx

------------------------------------------- */
.thanx {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}
.back {
    display: block;
    text-align: center;
}
.back a {
    color: var(--prime);
}