@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');

/* CSS Document */

/* color 
#E9FF2E
#313c49
rgba(255, 255, 255, .2)
*/

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.75em;
	margin: 0 auto;
	position: relative;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #fff;
	background: url(/common/images/nav_bg_moyo.svg) #313c49;
	background-size: 100px;
}
img {
	display: block;
	width: 100%;
}

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

    #scrl_logo

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

#scrl_logo {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 10;
	pointer-events: none;
	display: grid;
	place-items: center;
	mix-blend-mode: difference;
}
#scrl_logo h6 {
	width: 300px;
}

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

    #front_mov

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

#front_mov {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
    mix-blend-mode: multiply;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
#front_mov video {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}

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

    .frame

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

.frame {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 100;
}
.frame .inner {
    padding: 10px;
    width: 100%;
    height: 100%;
    max-width: 1600px;
    min-width: 1000px;
    margin: 0 auto;
}
.frame span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 8px;
}

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

	#wp_tp

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

#wp_tp {
	max-width: 1600px;
	min-width: 1000px;
	margin: 0 auto;
	background: url(/common/images/bg_bg.webp);
	background-size: 600px;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}

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

	#wp_sd

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

#wp_sd {
	max-width: 1600px;
	min-width: 1000px;
	margin: 0 auto;
	background: url(/common/images/bg_bg.webp);
	background-size: 600px;
	width: 100%;
}
#wp_sd .wp_sd_content {
	padding: 0 60px 60px 60px;
}

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

	page_ttl

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

.page_ttl {
}
.page_ttl h2 {
	font-family: "Cormorant Garamond", serif;
	font-size: 500%;
	line-height: 1em;
	padding: 140px 60px 100px 60px;
	letter-spacing: .1em;
}
.page_ttl h2 span {
	display: block;
	font-family: "Zen Old Mincho", serif;
	font-size: 20%;
	line-height: 1em;
	letter-spacing: .1em;
}

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

	bread

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

.bread {
	margin-bottom: 20px;
	display: block;
}
.bread ul {
	width: 100%;
	padding: 0 40px;
	margin: 0 auto;
}
.bread ul li {
	float: left;
}
.bread ul li:not(:last-of-type)::after {
	content: ">";
	margin: 0 .2em;
	color: #777;
}
.bread ul li a {
	color: #333;
	font-size: 90%;
	text-decoration: underline;
}
.bread ul li a:hover {
	text-decoration: none;
}
.bread ul li p {
	color: #333;
	font-size: 90%;
}



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

	btn

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

.btn {
}
.btn .learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    font-size: inherit;
    width: 12rem;
    height: auto;
    letter-spacing: .1em;
}
.btn .learn-more .circle {
    transition: all 0.1s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #E9FF2E;
    border-radius: 1.625rem;
}
.btn .learn-more .circle .icon {
    transition: all 0.1s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
.btn .learn-more .circle .icon.arrow {
    transition: all 0.1s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
.btn .learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #313c49;
    border-right: 0.125rem solid #313c49;
    transform: rotate(45deg);
}
.btn .learn-more .button-text {
    transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.5rem 0;
    margin: 0 0 0 4rem;
    color: #fff;
    font-weight: 700;
    text-align: left;
}
.btn .learn-more:hover .circle {
    width: 100%;
}
.btn .learn-more:hover .circle .icon.arrow {
    background: #313c49;
    transform: translate(1rem, 0);
}
.btn .learn-more:hover .button-text {
    color: #313c49;
}

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

	header

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

#header {
	position: fixed;
	top: 40px;
	left: 40px;
	width: 200px;
	z-index: 10;
}
#header a {
	display: block;
	width: 100%;
	z-index: 1;
}

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

	.news_list

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

.news_list {
	z-index: 1;
	position: relative;
}
.news_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.news_list ul li {
    width: 48%;
    margin-bottom: 60px;
}
.news_list ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
}
.news_list ul li a .ph {
    border-radius: 100px 0 0 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.news_list ul li a .txt {
}
.news_list ul li a .txt .date {
    display: block;
}
.news_list ul li a .txt .date span {
    display: inline-block;
    font-size: 80%;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 20px;
    font-family: "Zen Old Mincho", serif;
    line-height: 1em;
    padding: .4em 1.5em;
    margin-bottom: 10px;
}
.news_list ul li a:hover .txt .date span {
    background: #E9FF2E;
    color: #000;
}
.news_list ul li a .txt p {
    position: relative;
    display: inline-block;
}
.news_list ul li a p::after {
    background: #E9FF2E;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .1s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.news_list ul li a:hover p {
    color: #000;
}
.news_list ul li a:hover p::after {
    transform: scale(1, 1);
}

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

	.lineup_list

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

.lineup_list {
	position: relative;
	z-index: 1;
}
.lineup_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.lineup_list ul:after {
    content: "";
    display: block;
    width: 31%;
}
.lineup_list ul li {
    width: 31%;
    margin-bottom: 40px;
}
.lineup_list ul li a {
    display: block;
    text-decoration: none;
    font-family: "Cormorant Garamond", serif;
    font-size: 90%;
    color: #333;
}
.lineup_list ul li a .ph {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 100px 0 0 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    display: inline-block;
}
.lineup_list ul li a:hover .ph {
    box-shadow: 0 0 0 4px #E9FF2E,0 0 0 10px #E9FF2E inset,0 0 0 10px #E9FF2E inset;
}
.lineup_list ul li a .txt {
}
.lineup_list ul li a .txt h4 {
    margin-bottom: 10px;
}
.lineup_list ul li a .txt h4 span {
    font-size: 200%;
    letter-spacing: .1em;
    position: relative;
    line-height: 1em;
    color: #fff;
    display: inline-block;
}
.lineup_list ul li a .txt h5 {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    padding-bottom: 10px;
}
.lineup_list ul li a .txt h5 span {
    font-size: 100%;
    letter-spacing: .2em;
    position: relative;
    line-height: 1em;
    color: #fff;
}
.lineup_list ul li a .txt h4 span::after,
.lineup_list ul li a .txt h5 span::after {
    background: #E9FF2E;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .1s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.lineup_list ul li a:hover h4 span,
.lineup_list ul li a:hover h5 span {
    color: #000;
}
.lineup_list ul li a:hover h4 span::after,
.lineup_list ul li a:hover h5 span::after {
    transform: scale(1, 1);
}
.lineup_list ul li a .txt .ex {
    line-height: 1.85em;
    margin-bottom: 20px;
    letter-spacing: .2em;
    color: #fff;
    font-size: 90%;
}
.lineup_list ul li a:hover .txt .ex {
    color: #E9FF2E;
}
.lineup_list ul li a .txt .hsk {
}
.lineup_list ul li a .txt .hsk p {
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 30px;
	display: inline-block;
	line-height: 1em;
	padding: .4em 1em;
	margin-right: 10px;
	color: #fff;
}
.lineup_list ul li a:hover .txt .hsk p {
	background: #E9FF2E;
	color: #333;
}

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

	.lineup_detail

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

.lineup_detail {
	width: 100%;
	display: table;
	margin-bottom: 80px;
}
.lineup_detail .ph {
	width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    border-radius: 400px 400px 0 0;
    overflow: hidden;
}
.lineup_detail .ph:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 400px 400px 0 0;
	box-shadow: inset 2px 2px 2px 2px rgb(0, 0, 0, .6);
}
.lineup_detail .text {
	display: table-cell;
	position: sticky;
	width: 55%;
	padding-left: 100px;
	vertical-align: top;
}
.lineup_detail .text .ttl {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 0 0 40px 0 ;
}
.lineup_detail .text .ttl h2 {
	font-family: "Cormorant Garamond", serif;
	font-size: 200%;
	line-height: 1em;
	letter-spacing: .1em;
}
.lineup_detail .text .ttl h2 span {
	display: block;
	font-family: "Zen Old Mincho", serif;
	font-size: 50%;
	line-height: 1em;
	letter-spacing: .1em;
	padding-top: 1em;
}
.lineup_detail .text .ex {
	line-height: 2em;
    letter-spacing: .1em;
    color: #fff;
    font-size: 90%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 40px 0;
}
.lineup_detail .text .sub_list {
	padding: 40px 0 0 0;
}
.lineup_detail .text .sub_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: -20px;
}
.lineup_detail .text .sub_list ul li {
	width: 48%;
	margin-bottom: 20px;
}
.lineup_detail .text .sub_list ul li a {
	display: block;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.lineup_detail .text .sub_list ul li a:hover {
	box-shadow: 0 0 0 4px #E9FF2E,0 0 0 10px #E9FF2E inset,0 0 0 10px #E9FF2E inset;
}

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

	pager

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

.pager {
}
.pager .pagination {
	text-align: right;
}
.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
}
.pager .pagination li a {
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display:table;
	color: #fff;
	text-decoration: none;
}
.pager .pagination li a span {
	display:table-cell;
	vertical-align:middle;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
	color: #fff;
	border-bottom: 1px solid #E9FF2E;
}
.pager .pagination .pre a,
.pager .pagination .next a {
	font-size: 50%;
}

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

	parent_col3

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

.parent_col3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.parent_col3::after {
	content: "";
	display: block;
	width: 31%;
}
.parent_col3 li {
	width: 31%;
	border: 1px solid #ccc;
}

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

	parent_col4

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

.parent_col4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.parent_col4::before,
.parent_col4::after {
	content: "";
	display: block;
	width: 23%;
}
.parent_col4::before {
	order: 1;
}
.parent_col4 li {
	width: 23%;
	border: 1px solid #ddd;
}

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

	parent_col5

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

.parent_col5 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.parent_col5::after {
	content: "";
	width: 18%;
}
.parent_col5::before {
	order: 1;
	content: "";
	width: 18%;
}
.parent_col5 li {
	display: block;
	width: 18%;
	border: 1px solid #000;
	margin-bottom: 5px;
}
.parent_col5 .flex__item-empty {
	display: block;
	width: 18%;
}

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

	parent_row

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

.parent_row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
}
.parent_row li {
	width: 50%;
}

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

	parent_row_reverse

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

.parent_row_reverse {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.parent_row_reverse li {
	width: 50%;
}

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

    pagetop

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

.pagetop {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}
.pagetop a {
    width: 30px;
    display: block;
}
.pagetop a:hover {
}

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

    #wp_map

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

#wp_map {
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    background: #313c49;
}
#wp_map iframe {
    width: 100%;
    height: 500px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}

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

	#footer

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

#footer {
	background: rgba(0, 0, 0, .5);
	padding: 30px;
}
#footer .inner {
}
#footer .inner .holiday {
	font-size: 90%;
	letter-spacing: .2em;
	margin-bottom: 10px;
}
#footer .inner p {
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 100%;
	font-family: "Cormorant Garamond", serif;
}

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

	jojo-ni

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

/*{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}*/

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

	opacity

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

/*.opacity a:hover {
	filter: alpha(opacity=80);
 	-moz-opacity:0.8;
 	opacity:0.8;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	zoom:1;
}*/

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

	reserved

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

.reserved {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 150px;
	z-index: 100;
	display: none;
}
.reserved .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.reserved .back img {
	animation: spin 20s linear infinite;
}
@keyframes spin{
  0% {
    transform: rotate(0deg);
  }
    100% {
    transform: rotate(360deg);
  }
}




