@charset "utf-8";
/*---------------------------------------------------------
Theme Name: woo1.0
Description:
Author: JAMD STUDIO
License:
License URI:
Version: 1.0
---------------------------------------------------------*/
.modaal-close {
    right: 60px !important;
}

.glitch-kv {
	position: relative;
	margin-bottom: 110px;
	padding-top: 31.25%;
	--color-text: #fff;
	--color-bg: #000;
	--color-link: #f9d77e;
	--color-link-hover: #fff;
	--color-info: #efc453;
	--glitch-width: 100vw;
	--glitch-height: 100vh;
	--gap-horizontal: 10px;
	--gap-vertical: 5px;
	--time-anim: 4s;
	--delay-anim: 2s;
	--blend-mode-1: none;
	--blend-mode-2: none;
	--blend-mode-3: none;
	--blend-mode-4: none;
	--blend-mode-5: overlay;
	--blend-color-1: transparent;
	--blend-color-2: transparent;
	--blend-color-3: transparent;
	--blend-color-4: transparent;
	--blend-color-5: #af4949;
}
/* Glitch */
.glitch-kv__logo {
    position: absolute;
    top: 19%;
    left: 50%;
    width: 22.361111111%;
    text-align: center;
    transform: translate(-50%, 0);
    z-index: 2;
}
.glitch-kv__title {
    position: absolute;
    top: 68%;
    width: 100%;
    text-align: center;
    font-size: 5.75vw;
	font-weight: 600;
    letter-spacing: .04em;
    color: #03fe00;
    -webkit-text-stroke: .25px #000;
    text-stroke: 2px #000;
    z-index: 2;
}

.glitch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.glitch__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + var(--gap-vertical) * 2);
    /* background-color: var(--blend-color-1); */
    transform: translate3d(0,0,0);
    background-blend-mode: var(--blend-mode-1);
}
.glitch-kv.kv--page .glitch__img {
	background: url("assets/common/img/bg_kv01.jpg") no-repeat 50% 0 / 100%;
}
.glitch-kv.kv--area .glitch__img {
	background: url("assets/common/img/bg_kv02.jpg") no-repeat 50% 0 / 100%;
}
.glitch__img:nth-child(n+2) {
	opacity: 0;
}

.imgloaded .glitch__img:nth-child(n+2) {
	animation-duration: var(--time-anim);
	animation-delay: var(--delay-anim);
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.imgloaded .glitch__img:nth-child(2) {
	background-color: var(--blend-color-2);
	background-blend-mode: var(--blend-mode-2);
	animation-name: glitch-anim-1;
}

.imgloaded .glitch__img:nth-child(3) {
	background-color: var(--blend-color-3);
	background-blend-mode: var(--blend-mode-3);
	animation-name: glitch-anim-2;
}

.imgloaded .glitch__img:nth-child(4) {
	background-color: var(--blend-color-4);
	background-blend-mode: var(--blend-mode-4);
	animation-name: glitch-anim-3;
}

.imgloaded .glitch__img:nth-child(5) {
	background-color: var(--blend-color-5);
	background-blend-mode: var(--blend-mode-5);
	animation-name: glitch-anim-flash;
}


/* Animations */

@keyframes glitch-anim-1 {
	0% { 
		opacity: 1;
		transform: translate3d(var(--gap-horizontal),0,0);
		-webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
		clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
	}
	2% {
		-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
		clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
	}
	4% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
		clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
	}
	6% {
		-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
		clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
	}
	8% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	10% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	12% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	14% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	16% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	18% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	20% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}
	21.9% {
		opacity: 1;
		transform: translate3d(var(--gap-horizontal),0,0);
	}
	22%, 100% {
		opacity: 0;
		transform: translate3d(0,0,0);
		-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	}
}

@keyframes glitch-anim-2 {
	0% { 
		opacity: 1;
		transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0);
		-webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
		clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
	}
	3% {
		-webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
		clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
	}
	5% {
		-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
		clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
	}
	7% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
		clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
	}
	9% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
		clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
	}
	11% {
		-webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
		clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
	}
	13% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
		clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
	}
	15% {
		-webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
		clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
	}
	17% {
		-webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
		clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
	}
	19% {
		-webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
		clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
	}
	20% {
		-webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
		clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
	}
	21.9% {
		opacity: 1;
		transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0);
	}
	22%, 100% {
		opacity: 0;
		transform: translate3d(0,0,0);
		-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	}
}

@keyframes glitch-anim-3 {
	0% { 
		opacity: 1;
		transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1,-1,1);
		-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
		clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
	}
	1.5% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
		clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
	}
	2% {
		-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
		clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
	}
	2.5% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
		clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
	}
	3% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
		clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
	}
	5% {
		-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
		clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
	}
	5.5% {
		-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
		clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
	}
	7% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
		clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
	}
	8% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	9% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
		clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
	}
	10.5% {
		-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
		clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
	}
	11% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
		clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
	}
	13% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
		clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
	}
	14% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
		clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
	}
	14.5% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
		clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
	}
	15% {
		-webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
		clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
	}
	16% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
		clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
	}
	18% {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
		clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
	}
	20% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
		clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
	}
	21.9% {
		opacity: 1;
		transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1,-1,1);
	}
	22%, 100% {
		opacity: 0;
		transform: translate3d(0,0,0);
		-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	}
}

@keyframes glitch-anim-text {
	0% { 
		transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1);
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	2% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	4% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	5% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	6% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	7% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	8% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	9% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}
	9.9% {
		transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1);
	}
	10%, 100% {
		transform: translate3d(0,0,0) scale3d(1,1,1);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}

/* Flash */
@keyframes glitch-anim-flash { 
	0%, 5% { 
		opacity: 0.2; 
		transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
	}
	5.5%, 100% {
		opacity: 0;
		transform: translate3d(0, 0, 0);
	}
}

/*==========================================================================

   とりあえず

==========================================================================*/
#wpadminbar {
    width: 100%;
    z-index: 999;
}



.lazyload {
	opacity: 0;
	transition: .3s;
}
.lazyloaded {
	opacity: 1;
	transition: .3s;
}







.bogoflags {
    display: none;
}


.bogo-bar {
    position: absolute;
    right: -3px;
    bottom: 35px;
    transform: rotate(90deg);
}
.bogo-bar a {
    color: #000;
}
.bogo-language-switcher {
    display: flex;
    flex-direction: row-reverse;
    font-size: 15px;
    font-weight: 600;
}
.bogo-language-switcher li {
}
.bogo-language-switcher li:nth-child(2)::after {
    content: "/";
    margin: 0 .5em;
    color: #000;
}

.hover {
	transition: .3s;
}
.hover:hover,
.hover:active {
	opacity: .6;
}

.green-brend {
	position: relative;
	display: block;
	z-index: 1;
}
.green-brend::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #03fe00;
    z-index: 2;
    mix-blend-mode: color;
    transition: .3s;
}
.green-brend:hover::after {
	opacity: 0;
}


.header01 {
	margin-bottom: 30px;
    padding: 25px;
    font-size: 36px;
    letter-spacing: .1em;
    background: #282828;
}

.header01__title-sub {
    font-size: 20px;
    letter-spacing: .05em;
}




.top-message-wrapper {
	width: 100%;
	overflow: hidden;
}
.top-message {
    position: relative;
    left: 50%;
    width: 1000%;
    margin: 0 auto;
	padding: 0 0 0.1em;
    transform: translate(-50%, 0);
    font-size: 160px;
    text-align: center;
    overflow: hidden;
    color: #000;
    text-shadow: 0 0 3px #fff;
    mix-blend-mode: screen;
}

.top-concept {
    line-height: 2.75;
    text-align: center;
}

.top-thanks-archive__list {
    display: flex;
	flex-wrap: wrap;
}
.top-thanks-archive__item {
    width: 50%;
}

.top-kv {
    position: relative;
}
.area-top-kv {
    position: relative;
	margin-bottom: 125px;
}
.top-archive-news__item {
	position: relative;
    border-top: 1px solid #444;
	transition: .3s;
}
.top-archive-news__item:hover .top-archive-news__item__title,
.top-archive-news__item:active .top-archive-news__item__title {
    color: #03fe00;
}
.top-archive-news__item__icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
	transition: .3s;
}
.top-archive-news__item:hover .top-archive-news__item__icon,
.top-archive-news__item:active .top-archive-news__item__icon {
    right: -7px;
}


.top-archive-news__item a {
    position: relative;
    display: flex;
	padding: 39px 0;
    text-decoration: none;
}


.top-archive-news__item-aside {
    width: 116px;
}
.top-archive-news__item-main {
	flex: 1;
}
.top-archive-news__item__area {
    color: #6a6c6b;
}
.top-archive-news__item__title {
	font-size: 18px;
    color: #fff;
	transition: .3s;
}
.top-archive-news__item__date {
	margin-top: 15px;
    font-size: 12px;
    color: #6a6c6b;
}
.top-archive-news-footer-btn {
    width: 302px;
    margin: 0 auto;
	font-size: 20px;
}


.option-archive {
    display: flex;
	flex-wrap: wrap;
    gap: 39px;
	margin-bottom: 50px;
}
.option-archive-col {
    width: calc((100% - 39px) / 2);
}
.option-term__item {
	font-size: 18px;
}
.option-term__item-content {
    display: flex;
    justify-content: space-between;
}
.option-att {
    margin-top: 25px;
    font-size: 12px;
}

.prohibited-archive__list {
    display: flex;
    gap: 30px 5px;
    flex-wrap: wrap;
}
.prohibited-archive__item {
    width: calc((100% - 5px) / 2);
    padding-left: 25px;
    position: relative;
    line-height: 2em;
}
.prohibited-archive__item:before {
    position: absolute;
    top: 1em;
    left: 0;
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #05ff00;
}


.menu-archive {
    margin-top: 50px;
}
.menu-archive__list {
    padding: 0 10px;
}
.menu-archive__item {
    padding: 20px 0 12px;
	font-size: 18px;
    border-bottom: 1px solid #282828;
}
.menu-archive__item-content {
    display: flex;
    justify-content: space-between;
}


.top-location-archive__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.top-location-archive__item {
    position: relative;
	width: 100%;
}
.top-location-archive__item:hover .green-brend::after {
	opacity: 0;
}
.top-location-archive__item__label {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    width: 6em;
    height: 1em;
    margin-left: -3em;
    color: #03ef00;
    transform: translate(0, -50%) rotate(90deg);
    z-index: 2;
}
.top-location-archive__item-row {
    position: relative;
}

.top-location-sns__list {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}
.top-location-sns__item {
    font-size: 24px;
}
.top-location-sns__item a {
    color: #fff;
}



.location-info {
    position: absolute;
    top: 50%;
    left: 50%;
	width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.location-info__name {
    margin-bottom: 15px;
    font-size: 15px;
}
.location-info__address {
    margin: 7px 0 10px;
}
.location-info__phone {
    margin-bottom: 10px;
}
.location-info-row {
    display: flex;
    justify-content: center;
}
.location-info-table {
    border-spacing: 10px;
	margin: -10px auto;
}
.location-info-table th {
    width: 5em;
    padding: 1px 15px 1px 0;
    border-right: 1px solid #fff;
}
.location-info-table td {
    padding: 1px 0 1px 15px;
    text-align: left;
}
.location-info__link {
    position: relative;
    margin-top: 20px;
}
.location-info__link .btn01 {
    margin-right: auto;
    margin-left: auto;
    width: 220px;
    height: 53px;
    font-size: 18px;
}
/*
.location-info__link::after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    margin-left: -10px;
    background: #03fe00;
}
*/




.top-slider01 {
    width: 100%;
    margin: -25px auto 0;
	padding-bottom: 11.35%;
	background: url("assets/img/top/bg_top_gallery01.png") no-repeat center bottom / 100%;
	overflow: hidden;
}
.top-slider01__list {
    padding: 25px 0;
}
.top-slider01 .slick-list {
	padding-left: 33%!important;
	padding-right: 33%!important;
	overflow: visible;
}
.top-slider01 .slick-dots {
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.top-slider01 .slick-track {
	max-width: 100%!important;
	transform: translate3d(0, 0, 0)!important;
	perspective: 100px;
}
.top-slider01 .slick-slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	width: 100%!important;
	transform: translate3d(0, 0, 0);
	transition: transform 1s, opacity 1s;
}
.top-slider01 .slick-snext,
.top-slider01 .slick-sprev,
.top-slider01 .slick-snext2,
.top-slider01 .slick-sprev2{
	display: block;
}
.top-slider01 .slick-current {
	opacity: 1;
	position: relative;
	display: block;
	z-index: 2;
}
.top-slider01 .slick-snext {
	opacity: 1;
	transform: translate3d(65%, 0, -10px);
	z-index: 1;
	perspective: 1000px;
}
.top-slider01 .slick-snext2 {
	opacity: 1;
	transform: translate3d(127%, 0, -20px);
	z-index: 0;
	perspective: 1000px;
}
.top-slider01 .slick-sprev {
	opacity: 1;
	transform: translate3d(-65%, 0, -10px);
}
.top-slider01 .slick-sprev2 {
	opacity: 1;
	transform: translate3d(-127%, 0, -20px);
}
.top-slider01 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
	z-index: 100;
}
.top-slider01 .slick-arrow__prev {
    left: 28%;
}
.top-slider01 .slick-arrow__next {
    right: 28%;
}
.top-slider01__item {
    padding-top: 66.667588878%;
}
.top-slider01__item-content {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background: #022904;
	box-shadow: inset 0px 0px 0px 3px #000;
}
.top-slider01 .slick-center .top-slider01__item-content {
    box-shadow: 0 0 35px 0 rgba(3, 254, 0, .3);
}
.top-slider01 .slick-center .green-brend::after {
	opacity: 0;
}
.top-slider01__item-content a {
    height: 100%;
}
.top-slider01__item-content img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

body.open_popup {
    overflow: hidden;
}
.bg_onetime-coupon {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
body.open_popup .bg_onetime-coupon {
    opacity: 1;
    visibility: visible;
}
.onetime-coupon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 40%;
    min-width: 200px;
}
.onetime-coupon-body {
    position: relative;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
}
.onetime-coupon__close {
    position: absolute;
	top: -10px;
	right: -10px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}
.onetime-coupon__close::before,
.onetime-coupon__close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
}
.onetime-coupon__close::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.onetime-coupon__close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
























.area-location-gmap-code {
    position: relative;
    width: 960px;
    margin: 0 auto 60px;
    padding-top: 39%;
}
.area-location-gmap-code iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}


















.swiper-container {
    overflow: hidden;
}


.banner-archive {
    width: 700px;
    margin: 100px auto;
    text-align: center;
}

.top-news-letter-row {
    display: flex;
    gap: 25px;
}
.top-news-letter-header {
    width: 360px;
    font-size: 56px;
}
.top-news-letter-body {
    flex: 1;
}


.form-letter {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.form-letter-row {
    width: 100%;
}
.form-letter-row input[type="text"],
.form-letter-row input[type="email"] {
    width: 100%;
    font-size: 18px;
}
.form-letter-btn {
    width: 100%;
	margin-top: 20px;
}
.form-letter-btn input[type="submit"] {
    width: 100%;
    padding: 0.5em 1em;
    font-family: 'Jost';
    font-size: 26px;
    font-weight: 600;
    letter-spacing: .05em;
    text-align: left;
}


.cur01 {
    position: relative;
	display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #03fe00;
    border-radius: 100%;
	transition: .3s;
}
.cur01:hover {
	cursor: pointer;
	background-color: #03fe00;
}
.cur01::before {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #03fe00;
}
.cur01.cur01--r::after {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: rotate(17deg);
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background: #03fe00;
}
.cur01.cur01--l::after {
    position: absolute;
    top: 48%;
    right: 50%;
    transform: rotate(-17deg);
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background: #03fe00;
}
.cur01.cur01--white {
	border-color: #fff;
}
.cur01.cur01--white:hover {
    border-color: #03fe00;
}
.cur01.cur01--white::before,
.cur01.cur01--white::after {
	background-color: #fff;
	transition: .3s;
}
.cur01.cur01--white:hover::before,
.cur01.cur01--white:hover::after {
    background-color: #000;
}

.top-archive-news__item:hover .cur01,
.top-archive-news__item:hover .cur01::before,
.top-archive-news__item:hover .cur01::after,
.top-archive-news__item:active .cur01,
.top-archive-news__item:active .cur01::before,
.top-archive-news__item:active .cur01::after {
    box-shadow: 0 0 3px #0fa, 0 0 7px #0fa;
	border-color: #6cff68;
}
.top-archive-news__item:hover .cur01::before,
.top-archive-news__item:hover .cur01::after,
.top-archive-news__item:active .cur01::before,
.top-archive-news__item:active .cur01::after {
    background: #6cff68;
}



.page-kv {
    margin-bottom: 110px;
}
.page-kv.kv--no-margin {
    margin-bottom: 0;
}


/* news archive */
.archive-news-header-nav {
	margin-bottom: 20px;
}
.archive-news-header-nav__list {
    display: flex;
    gap: 25px;
    justify-content: flex-end;
	margin-bottom: 40px;
}
.archive-news-header-nav__item.is-current a {
    color: #fff;
    text-shadow: 0 0 3px #0fa, 0 0 5px #0fa;
}

.archive-news__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
}
.archive-news__item {
    width: calc((100% - 30px * 2) / 3);
}
.archive-news__item-body {
    padding: 15px 0 0;
}
.archive-news__item__title {
    margin-bottom: 10px;
    line-height: 2;
}
.archive-news__item__title a {
    color: #fff;
}
.archive-news__item-option {
    display: flex;
}
.archive-news__item__area {
    width: 50%;
    text-align: left;
	color: #6b6b6b;
}
.archive-news__item__date {
    width: 50%;
	font-size: 12px;
    text-align: right;
	color: #03fe00;
}





.top-floor-map {
    margin: 55px auto;
}



.page-top {
    position: relative;
    width: 60px;
	height: 31px;
    margin: 0 auto;
    border-top: 2px solid #fff;
	z-index: 2;
	transition: .3s;
}
.page-top:hover {
	cursor: pointer;
}
.page-top::before,
.page-top::after {
    position: absolute;
    bottom: 8px;
    content: "";
    display: block;
    width: 31px;
    height: 1px;
    background: #fff;
	transition: .2s;
}
.page-top::before {
	right: 1px;
    transform: translateY(25%) rotate(33deg);
}
.page-top::after {
	left: 1px;
    transform: translateY(25%) rotate(-33deg);
}
.page-top:hover::before,
.page-top:hover::after,
.page-top:active::before,
.page-top:active::after {
	bottom: 12px;
	box-shadow: 0 0 3px #fff, 0 0 7px #fff, 0 0 10px #fff;
}



/*==========================================================================

   frontpage

==========================================================================*/
.area-reservation {
    text-align: center;
}
.area-reservation-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 60px;
    font-size: 39px;
    letter-spacing: .05em;
    color: #03fe00;
}
.area-reservation-header::before,
.area-reservation-header::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #03fe00;
}
.area-reservation__title {
    padding: 0 30px;
}
.area-reservation__desc {
    margin-bottom: 35px;
}
.area-reservation__phone {
    letter-spacing: .05em;
}
.area-reservation__phone__label {
    margin-right: 0.5em;
    font-size: 20px;
    color: #636363;
}
.area-reservation__phone__number {
	font-size: 28px;
    color: #03fe00;
}
.area-reservation-form {
    margin-top: 39px;
}
.area-reservation-form-row {
    display: flex;
	flex-wrap: wrap;
    gap: 40px;
}
.area-reservation-form-row + .area-reservation-form-row {
    margin-top: 40px;
}
.area-reservation-form__name,
.area-reservation-form__email {
    flex: 1;
}
.area-reservation-form__content {
    width: 100%;
}
.area-reservation-form-row input[type="text"],
.area-reservation-form-row input[type="email"],
.area-reservation-form-row textarea {
    width: 100%;
}




.area-reservation-form__btn {
    width: 100%;
    margin-top: 30px;
}

.area-location-row {
    display: flex;
}
.area-location__label {
    position: absolute;
    bottom: -0.15em;
    left: 0;
    font-size: 160px;
    color: #000;
    text-shadow: 0 0 3px #fff;
    mix-blend-mode: screen;
    z-index: 2;
}
.area-location-col {
    position: relative;
    flex: 1;
}
/*
.area-location-info {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.area-location__list {
    display: flex;
    gap: 20px;
    justify-content: center;
}
*/
.area-gallery {
    width: 100%;
}
.area-gallery__item {
	position: relative;
    padding: 31.266666666vw 2vw 0;
    overflow: hidden;
}
.area-gallery__item-content {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	width: 91.6%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background: #022904;
	/*box-shadow: inset 0px 0px 0px 3px #000;*/
}
.area-gallery__item-content a {
    height: 100%;
}
.area-gallery__item-content img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.area-gallery__list .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
	width: 6.9444444444%;
    z-index: 100;
}
.area-gallery__list .slick-arrow__prev {
    left: 19.7916666658%;
}
.area-gallery__list .slick-arrow__next {
    right: 19.7916666658%;
}
.area-gallery__list .slick-arrow .cur01 {
	margin: 0 auto;
}
.area-gallery__list .slick-center .green-brend::after {
	opacity: 0;
}

/*==========================================================================

   Concept

==========================================================================*/
.glitch-kv.kv--concept {
    margin-bottom: 0;
}
.concept-message {
	margin-bottom: 140px;
}
.concept-message-row {
    display: flex;
}
.concept-thanks-row:nth-child(2n) {
    flex-direction: row-reverse;
}
.concept-message-aside, .concept-message-main {
    width: 50%;
}
.concept-message-aside {
    text-align: right;
}
.concept-message-main {
    padding-top: 95px;
    padding-left: 50px;
}
.concept-message-main-header {
    margin-bottom: 65px;
    font-size: 60px;
}
.concept-message-main-body {
    line-height: 2.75;
}
.concept-thanks-row {
    display: flex;
}
.concept-thanks-row + .concept-thanks-row {
	margin-top: 60px;
}
.concept-thanks-aside, .concept-thanks-main {
    width: 50%;
}
.concept-thanks-main {
    position: relative;
    padding: 10px 80px;
}
.concept-thanks-card {
    width: 420px;
	margin-right: auto;
}
.concept-thanks-row:nth-child(2n) .concept-thanks-card {
	margin-right: 0;
    margin-left: auto;
}
.concept-thanks__logo {
    margin-bottom: 50px;
}
.concept-thanks__text {
    line-height: 1.75;
}
.concept-thanks__link {
    margin-top: 50px;
}













/*==========================================================================

   news

==========================================================================*/
.article-header {
    margin: 3em 0 .75em;
    padding-bottom: .5em;
    font-size: 24px;
    border-bottom: 2px solid #fff;
}
.article-date {
    margin-bottom: 2.5em;
    font-size: 13px;
    color: #03fe00;
}
.article-body {
    line-height: 1.75;
}
.article-body h1 {
    font-size: 22px;
}
.article-body h2 {
    font-size: 20px;
}
.article-body h3 {
    font-size: 18px;
}
.article-body h4 {
    font-size: 16px;
}
.article-body h5 {
    font-size: 14px;
}
.article-body h6 {
    font-size: 16px;
}
.article-body p {
    margin-bottom: 1.5em;
}
.article-body ul,
.article-body ol {
    margin-bottom: 1.5em;
    margin-left: 1.75em;
}
.article-body ul {
    list-style: disc;
}
.article-body ol {
    list-style: decimal;
}
.article-body a {
    text-decoration: underline;
    transition: .3s;
}
.article-body a:hover,
.article-body a:active {
    color: #fff;
}


/*==========================================================================

   news letter,form

==========================================================================*/
.news-letter {
    margin-top: 100px;
}
.news-letter-body {
    min-height: 200px;
}




/*==========================================================================

   404

==========================================================================*/
.not-found {
	text-align: center;
}
.not-found__title {
	font-size: 60px;
}
.not-found__text {
	margin-top: 39px;
	line-height: 2;
}
.not-found__btn {
    margin: 55px auto 0;
}
.not-found__btn .btn-outer {
	width: 260px;
	height: 62px;
	margin: 0 auto;
}





















@media screen and (max-width: 767px) {
html #wpadminbar {
    top: auto;
    bottom: 0;
    width: 100%;
	overflow: hidden;
}
body {
    min-width: 100%;
	margin: 0;
	padding: 0 10px;
}
#header {
    left: 0;
    bottom: auto;
    width: 100%;
    height: 35px;
}
#footer {
	min-height: 150px;
    margin: 100px -10px 0;
    padding: 50px 0 30px;
}
#footer::after {
    top: -175px;
    width: 207px;
    height: 324px;
	background: url(assets/common/img/img_footer_icon_sp01.png) no-repeat top right;
}
.modaal-close {
    top: 50px !important;
    right: 20px !important;
}

.header-title-img {
    max-width: 100%;
}

.fixed-menu__list {
    gap: 0;
    align-items: center;
}
.fixed-menu__item__label {
    display: none;
}
.fixed-menu__item {
    flex: unset;
    font-size: 24px;
}
.fixed-menu__item.item--form,
.fixed-menu__item.item--instagram,
.fixed-menu__item.item--coupon {
    width: 37px;
    padding: 0;
	text-align: center;
}
.fixed-menu__item.item--form a,
.fixed-menu__item.item--instagram a,
.fixed-menu__item.item--coupon a {
    display: block;
    padding: 10px 7px;
}



.cur01 {
    width: 30px;
    height: 30px;
}
.cur01::before {
    width: 18px;
}
.cur01.cur01--l::after {
    width: 10px;
    transform: rotate(-24deg);
}
.cur01.cur01--r::after {
    width: 10px;
    transform: rotate(24deg);
}

.js-gnav-toggle {
    margin: 7.5px;
}
.gnav {
    right: 0;
}
body.is-gnav .gnav {
    top: 35px;
    width: 100%;
}
.bogo-bar {
    top: 50%;
    bottom: auto;
    right: 10px;
    transform: rotate(0) translate(0, -55%);
}
.footer-number {
    text-align: center;
}
.footer-number__label {
    font-size: 22px;
    color: #fff;
    margin-right: 0;
}
.footer-number__label__icon.fa-solid {
    display: inline-block;
}
.footer-number__label__value {
    display: none;
}
.footer-number__value {
    font-size: 17px;
}
.footer-social {
    margin-top: 20px;
}
.footer-social__list {
    justify-content: center;
}
.footer-social__item {
    font-size: 22px;
}




.container {
    width: 100%;
}
.section01 + .section01 {
    margin-top: 100px;
}
.section-header {
	margin-bottom: 60px;
    font-size: 42px;
}
.section-footer {
    margin-top: 30px;
}
.header01 {
    margin-bottom: 15px;
    padding: 12px;
    font-size: 24px;
}
.header01__title-sub {
    font-size: 13px;
}



.btn01 {
    min-width: 200px;
	width: 100%;
    height: 50px;
    font-size: 18px;
}
.page-top {
    width: 30px;
    height: 15px;
	border-width: 1px;
}
.page-top::before,
.page-top::after {
    bottom: 3px;
    width: 14.5px;
}
.page-top::before {
    transform: translateY(25%) rotate(27deg);
}
.page-top::after {
    transform: translateY(25%) rotate(-27deg);
}
.page-top:hover::before,
.page-top:hover::after,
.page-top:active::before,
.page-top:active::after {
	bottom: 6px;
}
.onetime-coupon {
	width: 88%;
}
.area-top-kv {
    margin-bottom: 0;
}
.glitch-kv {
	margin: 0 -10px 50px;
    padding-top: 80%;
}
.glitch-kv__logo {
	top: 28%;
    width: 38.666666666%;
}
.glitch-kv__title {
	top: 63%;
    font-size: 12.75vw;
}
.glitch-kv.kv--page .glitch__img {
	background: url("assets/common/img/bg_kv_sp01.jpg") no-repeat 50% 0 / 100%;
}
.glitch-kv.kv--area .glitch__img {
	background: url("assets/common/img/bg_kv_sp02.jpg") no-repeat 50% 0 / 100%;
}

.top-kv {
    margin: 0 -10px;
}
.top-message {
    font-size: 120px;
}
.top-archive-news__item-aside {
    width: 96px;
    font-size: 16px;
}
.top-archive-news__item a {
    padding: 17px 0;
}
.top-archive-news__item__icon {
    display: none;
}
.top-archive-news-footer-btn {
	width: 200px;
}

.top-thanks-archive__list {
    flex-direction: column;
    gap: 10px;
}
.top-thanks-archive__item {
    width: 100%;
}
.top-location-archive__list {
    margin-right: -10px;
    margin-left: -10px;
}
.top-location-archive__item__label {
    left: .25em;
}
#top-gallery {
	margin-right: -10px;
	margin-left: -10px;
}
.top-slider01 {
    padding-bottom: 18%;
}
.top-slider01 .slick-arrow {
    top: auto;
    bottom: -13%;
}
.top-slider01 .slick-list {
    padding-right: 12.5%!important;
    padding-left: 12.5%!important;
}
.top-slider01 .slick-center .green-brend::after {
	opacity: 0;
	z-index: -3;
}
.area-gallery__list .slick-center .green-brend::after {
	opacity: 0;
	z-index: -3;
}

.banner-archive {
    width: 100%;
}

.area-top-kv {
    margin-bottom: 100px;
}
.area-location-row {
    position: relative;
    text-align: center;
	gap: 30px;
    flex-direction: column-reverse;
}
.area-location__label {
    width: 100%;
    font-size: 80px;
    text-align: center;
	overflow: hidden;
}
.area-location-col.col--info {
    position: static;
    transform: translate(0);
}
.area-location-col.col--info .location-info {
    position: static;
    transform: translate(0);
    padding-bottom: 55px;
}
.area-reservation-form-row + .area-reservation-form-row {
    margin-top: 10px;
}

#area-gallery {
    margin-right: -10px;
	margin-left: -10px;
}
.area-gallery__list .slick-arrow {
    width: 10%;
}
.area-gallery__list .slick-arrow__prev {
    left: 7.5%;
}
.area-gallery__list .slick-arrow__next {
    right: 7.5%;
}
.area-gallery__item {
    /*padding: 0 1%;*/
	padding: 43.754vw 3.5vw 0;
}

.thanks-archive__item {
    width: 100%;
}
.area-gallery__item-content {
    width: 90.36%;
}


.option-archive {
    margin-bottom: 40px;
}
.option-archive-col {
    width: 100%;
}
.option-term__item {
    font-size: 15px;
}
.option-att {
    margin-top: 18px;
    font-size: 15px;
}




.prohibited-archive__list {
    gap: 15px 0;
}
.prohibited-archive__item {
    width: 100%;
	padding-left: 20px;
}
.prohibited-archive__item:before {
    width: 10px;
}
.menu-archive__item {
    font-size: 15px;
}

.location-info {
    font-size: 13px;
}
.location-info__term {
    width: 70%;
}
.top-location-sns__item {
    font-size: 22px;
}
.location-info__link {
	margin-top: 13px;
}
.location-info__link .btn01 {
    margin-right: auto;
    margin-left: auto;
	min-width: auto;
    width: 134px;
    height: 33px;
    font-size: 12px;
}
.location-info__link .btn01.btn01--plus:before,
.location-info__link .btn01.btn01--plus:after {
	width: 6px;
	height: 1px;
}
.top-news-letter-header {
    width: 100%;
    text-align: center;
    font-size: 42px;
}
.top-news-letter-row {
    flex-direction: column;
}

.form-letter {
    gap: 15px;
}

.form-letter-btn {
    margin-top: 15px;
}

input[type="text"], input[type="email"] {
    padding: .5em 1em;
}




.area-reservation-header {
    margin-bottom: 30px;
    font-size: 22px;
}
.area-reservation__title {
    font-size: 32px;
    padding: 0 20px;
}
.area-reservation__desc {
    margin-bottom: 17px;
}
.area-reservation-form-row {
    gap: 10px;
}
.area-reservation-form__name,
.area-reservation-form__email {
    width: 100%;
    flex: none;
}
.area-location-gmap-code {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 70%;
}


.archive-news__item {
    display: flex;
    gap: 20px;
    width: 100%;
}
.archive-news__item-aside {
    width: 140px;
}
.archive-news__item-body {
    flex: 1;
    padding: 0;
}




.concept-message {
	margin-bottom: 60px;
}
.concept-message-row {
    flex-direction: column-reverse;
}
.concept-message-aside {
    width: 100%;
	padding: 0 10.66666%;
}
.concept-message-main {
    width: 100%;
	padding: 0;
	text-align: center;
}
.concept-thanks-row,
.concept-thanks-row:nth-child(2n) {
    flex-direction: column;
}
.concept-thanks-aside,
.concept-thanks-main {
    width: 100%;
    padding: 0;
}
.concept-thanks-card {
    width: 100%;
    padding: 30px 10px;
    text-align: center;
}
.concept-thanks__logo {
    margin-bottom: 39px;
}
.concept-thanks__link {
    margin-top: 25px;
}

.news-letter {
    margin-top: 60px;
}
.news-letter-body {
    min-height: 160px;
}








}