@charset "UTF-8";


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

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
@media screen and (max-width: 768px) {

}



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

news

------------------------------------------- */
.top-news {
    padding: 8rem 0;
}
.top-news .wrap {
	display: flex;
}
.top-news .wrap > div:nth-of-type(1) {
	width: 18rem;
}
.top-news .wrap > div:nth-of-type(2) {
	width: calc(100% - 18rem);
	padding-left: 2rem;
}
.top-news .more {
    margin: 4rem auto 0 auto;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 8rem 3rem;
    }  
	.top-news .wrap {
		flex-direction: column;
	}
	.top-news .wrap > div:nth-of-type(1) {
		width: 100%;
		display: contents;
	}
	.top-news .wrap > div:nth-of-type(2) {
		width: 100%;
		padding-left: 0;
	}
	.top-news .more-wrap {
		order: 3;
	}	 
}
/* cms */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}



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

about

------------------------------------------- */
.top-about {
	position: relative;
	padding: 0 0 8rem 0;
	background: url(../img/deco-2.png) no-repeat left -14rem bottom 4rem;
	background-size: 36rem auto;
	background-color: #202020;
}
.top-about .deco {
	position: absolute;
	right: 0;
	top: -18rem;
	width: 20rem;
	pointer-events: none;
}
.top-about::before {
	content: "";
	width: 100%;
	height: 8rem;
	background: linear-gradient(to bottom,#000,transparent);
	position: absolute;
	left: 0;
	top: 0;
}
.top-about > * {
	position: relative;
	z-index: 10;
}
.top-about .img {
	position: absolute;
	right: 12rem;
	bottom: -5rem;
	width: 20rem;
}
.top-about .wrap {
	display: flex;
	
}
.top-about .wrap > * {
	width: 50%;
}
.top-about .wrap > figure {
	position: relative;
	left: -3rem;
	top: 3rem
}
.top-about .wrap > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.top-about .wrap > div section {
	padding-left: 1.5rem;
}
.top-about h3 {
	font-size: 1.8rem;
	margin-bottom: 2.5rem;
}
.top-about h3 strong {
	font-size: 2.4rem;
}
.top-about h3 + p + p {
	margin-top: 2rem;
	padding-right: 14rem;
}
@media screen and (max-width: 768px) {
	.top-about {
		position: relative;
		padding: 4rem 3rem 0 3rem;
		background: url(../img/deco-2.png) no-repeat left -14rem bottom 4rem;
		background-size: 36rem auto;
		background-color: #202020;
	}
	.top-about .deco {
		top: -6rem;
		width: 14rem;
	}
	.top-about .img {
		position: relative;
		right: auto;
		bottom: -5rem;
		width: 18rem;
		margin: 0 auto;
	}
	.top-about .wrap {
		flex-direction: column;
	}
	.top-about .wrap > * {
		width: 100%;
	}
	.top-about .wrap > figure {
		position: relative;
		left: auto;
		top: auto;
		margin-bottom: 2rem;
	}
	.top-about .wrap > div {
		display: contents;
	}
	.top-about h2 {
		order: -1;
	}
	.top-about .wrap > div section {
		padding-left: 0;
	}
	.top-about h3 + p + p {
		padding-right: 0;
	}	
}



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

store

------------------------------------------- */
.top-store {
	background: 
		url(../img/deco-3.png) no-repeat right -15rem top 12rem,
		url(../img/bg-tri-1.png) no-repeat center bottom,
		url(../img/bg-deco-1.png) no-repeat center top;
	background-size:
		36rem auto, 
		100% auto,
		100% auto;
	background-color: #fff;
	padding: 10rem 0 4rem 0;
	position: relative;
}
.top-store .deco {
	position: absolute;
	left: -5rem;
	bottom: -12rem;
	width: 34rem;
	z-index: 10;
	pointer-events: none;
}
.store-list {
	position: relative;
	z-index: 10;
	display: flex;
	column-gap: 1.5rem;
	row-gap: 4rem;
	flex-wrap: wrap;
}
.store-list > li {
	width: calc((100% - 3rem) / 3);
	position: relative;
}
.store-list > li:not(:last-child) {
	padding: 0.5rem;
}
.store-list > li:not(:last-child) > div {
	background: #000;
	border-radius: 1.5rem;
	position: relative;	
	z-index: 10;
	padding: 1.5rem;
	height: 100%;
}
.store-list > li:not(:last-child):before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 2rem;
	position: absolute;
	left: 0;
	top:0;
}
.store-list > li:nth-child(1) .shop-img div,
.store-list > li:nth-child(1) .shop-logo,
.store-list > li:nth-child(1)::before {
	background: linear-gradient(to right,#55baf9,#fcfebb);
}
.store-list > li:nth-child(2) .shop-img div,
.store-list > li:nth-child(2) .shop-logo,
.store-list > li:nth-child(2)::before {
	background: linear-gradient(to right,#74ccdb,#6633c7);
}
.store-list > li:nth-child(3) .shop-img div,
.store-list > li:nth-child(3) .shop-logo,
.store-list > li:nth-child(3)::before {
	background: linear-gradient(to right,#c685e0,#6632c7);
}
.store-list > li:nth-child(4) .shop-img div,
.store-list > li:nth-child(4) .shop-logo,
.store-list > li:nth-child(4)::before {
	background: linear-gradient(to right,#111,#454545);
}
.store-list > li:nth-child(5) .shop-img div,
.store-list > li:nth-child(5) .shop-logo,
.store-list > li:nth-child(5)::before {
	background: linear-gradient(to right,#a42116,#b37026);
}
.shop-logo {
	width: 8.8rem;
	display: block;
	padding: 0.5rem;
	position: absolute;
	left: -0.5rem;
	top: -2rem;
	border-radius: 50%;
	z-index: 10;
}
.shop-img {
	position: relative;
}
.shop-img div {
	position: absolute;
	right: -2rem;
	font-weight: bold;
	width: 70%;
	bottom: 1.5rem;
	border-radius: 10rem 0 0 10rem;
	padding: 0.2rem 0 0.2rem 1.5rem;
}
.store-list > li p {
	margin: 1.2rem 0;
	font-size: 1.2rem;
	border-bottom: solid 0.12rem #fff;
	padding-bottom: 1rem;
}
.store-list > li:last-child {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding-top: 3rem;
	padding-bottom: 1rem;
}
.shop-detail li {
	display: flex;
	align-items: flex-start;
}
.shop-detail li img {
	width: 1.5rem;
	margin-top: 0.36rem;
}
.shop-detail li span {
	width: calc(100% - 1.5rem);
	padding-left: 0.4rem
}
.shop-detail li:not(:last-child) {
	margin-bottom: 0.3rem;
}
.shop-sns {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 1rem;
	line-height: 1;
	font-size: 2rem;
}
.shop-sns img {
	width: 2rem;
	margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
	.top-store {
		background: 
			url(../img/deco-3.png) no-repeat right -15rem top 6rem,
			url(../img/bg-tri-1.png) no-repeat center bottom,
			url(../img/bg-deco-1.png) no-repeat center top;
		background-size:
			25rem auto, 
			100% auto,
			100% auto;
		background-color: #fff;
		padding: 8rem 3rem 4rem 3rem;
		position: relative;
	}
	.top-store .deco {
		left: -4rem;
		bottom: -9rem;
		width: 20rem;
	}
	.store-list {
		flex-direction: column;
		column-gap: 0;
		row-gap: 3rem;
	}
	.store-list > li {
		width: 100%;
	}
	.store-list > li:last-child {
		padding-top: 0;
		padding-bottom: 4rem;
	}
	.store-list .more-wrap {
		margin-top: 1rem;
	}
}



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

gallery

------------------------------------------- */
.top-gallery {
	padding: 3rem 0 16rem 0;
	background: 
		url(../img/bg-tri-3.png) no-repeat center bottom,
		url(../img/bg-tri-2.jpg) no-repeat center top;
	background-size: 
		100% auto;
	background-color: #202020;
	position: relative;
}
.top-gallery .deco {
	position: absolute;
	right: 0;
	bottom: -1rem;
	width: 36rem;
	overflow: hidden;
}
.top-gallery .deco img {
	position: relative;
	right: -5.5rem;
}
.top-gallery .more {
	margin: 0 auto;
}
.top-gallery .img {
	position: absolute;
	left: 15rem;
	bottom: 1rem;
	width: 14rem;
}
@media screen and (max-width: 768px) {
	.top-gallery {
		padding: 8rem 0;
	}
	.top-gallery .deco {
		width: 20rem;
	}
	.top-gallery .img {
		left: 1.5rem;
		bottom: -3rem;
		width: 9rem;
		pointer-events: none;
	}	
}
#loopslider figure {
	padding: 0 0.5rem;
}
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
	height: 150px;
	border-radius: 3rem;
}
#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;
}



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

aside

------------------------------------------- */
aside {
	padding: 5rem 0;
}
aside ul {
	display: flex;
	gap: 5rem;
}
aside ul li {
	flex: 1;
	color: #000;
	background: #fff;
	border-radius: 2.5rem;
	padding: 3rem;
	border: solid 0.12rem #fff;
	box-shadow: inset 0 0 0.6rem var(--prime),0 0 0.6rem var(--prime);
}
aside p {
	margin: 1.5rem 0 2rem 0;
}
aside .more {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	aside {
		padding: 8rem 3rem 6rem 3rem;
	}
	aside ul {
		flex-direction: column;
		gap: 3rem;
	}
}



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

instagram

------------------------------------------- */
.top-insta {
	padding: 6rem 0 8rem 0;
	background:
		url(../img/deco-5.png) no-repeat left -15rem bottom 5rem,
		url(../img/deco-6.png) no-repeat right -10rem top 12rem,
		url(../img/bg-deco-2.png) no-repeat center top;
	background-size:
		32rem auto,
		32rem auto,
		100% auto;
	background-color: #fff;
}
.top-insta .wrap {
	margin: 0 auto;
	width: 80rem;
}
@media screen and (max-width: 768px) {
	.top-insta {
		padding: 6rem 0 8rem 0;
		background:
			url(../img/deco-5.png) no-repeat left -8rem bottom 3rem,
			url(../img/deco-6.png) no-repeat right -8rem top 6rem,
			url(../img/bg-deco-2.png) no-repeat center top;
		background-size:
			20rem auto,
			20rem auto,
			100% auto;
		background-color: #fff;
	}	
	.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;
}



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

contact

------------------------------------------- */
.contact-tel a,
.contact-line a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-Potta);
	font-size: 3.2rem;
	line-height: 1;
	text-decoration: none;
}
.contact-tel a i,
.contact-line a i {
	margin-right: 1rem;
	font-size: 2.4rem;
	margin-top: 0.5rem;
}
.contact-line a {
	color: #02ba06;
}



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

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: #ddd solid 1px;
    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: 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;
	border-radius: 10rem;
	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: #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;
	border-radius: 10rem;
}
/* <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);
}