@charset "utf-8";


/*--------------------parallax--------------------*/

div.container {
max-width: 700px;
margin: 0px auto;
}

div.parallax {
width: 100%;
max-width: 700px;
height: 100vh;
position: fixed;
top: 0px;
left: 50%;
transform: translateX(-50%);
overflow: hidden;
z-index: -1
}

video.top_movie{
width: 100%;
height: 100%;
object-fit: cover
}

div.message{
position: fixed;
width: 100%;
height:100%;
top:0%;
left:50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background: rgba(0,0,0,0.8);
z-index: 999;
text-align: center;
}

div.message_inner{
width: 100%;
max-width: 800px;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
}

p.message_title{
font-size:30px;
font-family: 'Pathway Gothic One', sans-serif;
margin-bottom: 20px;
text-align: center;
}

p.message_txt{
font-size:11px;
text-align: center;
margin-bottom: 20px;
}

img.message{
width: 94%;
margin: 0px auto;
margin-bottom: 40px
}

p.message_close{
width: 70%;
max-width: 300px;
margin: 0px auto;
background: #fff;
padding: 10px 0px 10px 0px;
color:#000;
font-size:13px;
text-decoration: underline;
}


/*--------------------nav--------------------*/

nav.nav{
width: 100%;
max-width: 700px;
position: fixed;
min-height: 60px;
background: #000;
top: 0px;
left: 50%;
transform: translateX(-50%);
z-index: 10;
display: flex;
align-items: center;
padding: 0px 4%;
color: #fff;
z-index: 11
}

article.nav_left{
width: 60%
}

a.nav_left{
display: block;
width: 50%
}

h1.nav{
font-size:12px
}

div.nav{
width: 40%;
display: flex;
align-items: center;
justify-content: right;
gap: 10px
}

a.nav{
width: 34px;
height: 34px;
border-radius: 50%;
display: block;
background: #fff;
color: #4b4b4b;
text-align: center;
line-height: 36px;
font-family: "Bebas Neue", sans-serif;
font-weight: 400;
font-style: normal;
font-size:14px
}

a.selected{
background: #a5222b;
color: #fff
}

a.menu_selected{
text-decoration: underline
}

/*--------------------menu--------------------*/

menu.menu {
width: 100%;
height: 100%;
background: #000;
position: fixed;
top: 0;
right: 0;
z-index: 10;
transform: translateX(100%);
transition: transform 0.5s ease;
}

menu.menu.menuIn {
transform: translateX(0);
}

li.menu{
width: 100%;
position: absolute;
top:50%;
transform: translateY(-50%);
}

a.menu{
display: block;
background: #111 url(../img/icon/right.png) no-repeat center right 30px;
background-size: 12px;
border-bottom: solid 1px #444;
padding: 15px 0px 15px 25px;
color: #fff
}

a.menu_select{
text-decoration: underline;
color: #7ea5cb;
}

/*--------------------menu-trigger--------------------*/

a.menu-trigger,
a.menu-trigger span {
display: block;
transition: all .4s;
position: relative;
}

a.menu-trigger {
width: 32px;
height: 18px;
margin-left: 20px
}

a.menu-trigger span {
position: absolute;
right:0px;
width: 100%;
height: 1.5px;
background: #fff;
}

a.menu-trigger span:nth-of-type(1) {
top: 0;
}
a.menu-trigger span:nth-of-type(2) {
top: 8px;
}
a.menu-trigger span:nth-of-type(3) {
bottom: 0;
}

a.menu-trigger.active span:nth-of-type(1) {
-webkit-transform: translateY(8px) rotate(-45deg);
transform: translateY(8px) rotate(-45deg);
}

a.menu-trigger.active span:nth-of-type(2) {
opacity: 0;
}

a.menu-trigger.active span:nth-of-type(3) {
-webkit-transform: translateY(-8px) rotate(45deg);
transform: translateY(-8px) rotate(45deg);
}

.menuIn {
animation-fill-mode: both;
animation-duration: 0.5s;
animation-name: slideInFromRight;
display: block !important;
position: fixed;
right: 0;
top: 0;
box-shadow: -4px 0 10px rgba(0,0,0,0.2);
z-index: 9;
}

@keyframes slideInFromRight {
0% {
transform: translateX(100%);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}

/*--------------------header--------------------*/

header.header{
position: relative;
color: #fff
}

header.header:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: #000000;
background: linear-gradient(90deg,rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 100%);
top:0px;
left: 0px
}

header.header:after {
content: "";
position: absolute;
width: 100%;
height: 40vh;
background: #000000;
background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
bottom:-30px;
left: 0px
}

article.header{
width: 100%;
display: flex;
align-items: start;
justify-content: right;
padding-top: 20vh;
margin-bottom: 20px;
position: relative;
overflow: hidden
}

h2.header{
font-size:26px;
writing-mode: vertical-rl;
text-orientation: upright;
letter-spacing: 0.2em;
position: relative;
z-index: 2;
left: 30%;
transform: translateX(-50%);
top:-60px;
line-height: 1.5;
text-shadow: 2px 2px 4px #000;
}

img.header_logo{
width: 48%;
mix-blend-mode:screen;
position: absolute;
opacity: 0.9;
z-index: 1;
bottom: 80px;
left: 0px;
transform: translateX(-20%)
}

p.header_image{
width: 90%;
aspect-ratio: 5/4.5;
border-radius: 15px 0px 0px 15px;
overflow: hidden;
margin: 0px 0px 20px auto;
}

p.header{
color: #fff;
font-size: 10px;
position: relative;
z-index: 1;
text-align: right;
line-height: 2;
letter-spacing: 0.1em;
padding-right: 5%
}

div.header_link{
width: 84%;
margin: 0px auto 40px auto;
display: flex;
align-items: center;
gap: 10px;
position: relative;
z-index: 1;
}

a.header_link{
min-width: 49%;
max-width: 80%;
height: 50px;
border:solid 0.6px #fff;
border-radius: 25px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
font-size: 12px;
gap: 10px;
margin: 0px auto 20px auto
}

a.header_link:after{
content: "＋";
font-size: 14px
}

h2.event_link{
font-size: 18px;
letter-spacing: 0.05em
}

h2.event_link i{
display: block;
font-size: 10px;
}

div.header_banner{
width: 84%;
margin: 0px auto;
position: relative;
z-index: 1;
}

a.header_banner{
display: block;
margin-bottom: 20px
}

/*--------------------welcome--------------------*/

section#welcome{
padding: 30px 0px;
background: url(../img/welcome/back.jpg) no-repeat center;
background-size: cover;
text-align: center;
position: relative
}

section#welcome:before{
content: "";
width: 100%;
height: 100%;
position: absolute;
top:0px;
left: 0px;
background: #000000;
background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
}

h2.section{
font-size: 24px;
position: relative;
z-index: 1;
margin-bottom: 30px
}

h2.section i{
font-size: 12px;
margin-top: 10px
}

img.welcome_logo{
width: 20%;
margin: 0px auto 20px auto;
position: relative;
z-index: 1;
}

p.welcome{
font-size: 12px;
line-height: 2;
position: relative;
z-index: 1;
}

/*--------------------gallery--------------------*/

section#gallery{
padding: 30px 0px;
text-align: center;
background: rgba(0,0,0,0.8)
}

h3.preparation{
text-align: center;
color: #fff
}

div.gallery{
width: 94%;
margin: 0px auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
}

a.gallery{
display: block;
aspect-ratio: 1 / 1;
border-radius: 8px;
overflow: hidden
}

a.gallery img{
width: 100%;
height: 100%;
object-fit: cover
}

/*--------------------event--------------------*/

section#event{
padding: 30px 0px;
background: #000;
text-align: center;
}

article.event{
width: 84%;
margin: 0px auto 20px auto;
background: #333;
padding: 20px;
border-radius: 15px
}

h3.event{
font-size: 16px;
margin-bottom: 20px
}

a.event{
width: 94%;
display: block;
margin: 0px auto;
}

/*--------------------footer--------------------*/

footer.footer{
padding: 30px 0px;
text-align: center;
position: relative
}

footer.footer:before{
content: "";
width: 100%;
height: 100%;
background: #000000;
background: linear-gradient(0deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
position: absolute;
top:0px;
left: 0px;
}

iframe.map{
width: 100%;
height: 100%
}

footer.footer *{
position: relative;
z-index: 1
}

h3.footer{
font-size:15px;
margin-bottom: 20px
}

div.map{
width: 100%;
height: 25vh;
background: #fff;
margin-bottom: 20px
}

p.access{
font-size: 24px;
margin-bottom: 10px
}

h4.access{
font-size: 14px;
margin-bottom: 10px;
line-height: 1.4
}

p.footer{
font-size: 11px;
line-height: 1.8;
margin-bottom: 30px
}

div.footer_link{
display: flex;
align-items: center;
flex-wrap: wrap;
border-top: solid 1px #666;
margin-bottom: 30px
}

a.footer_link{
display: block;
text-align: center;
width: 50%;
border-bottom: solid 1px #666;
border-right: solid 1px #666;
padding: 15px 0px
}

a.footer_link:nth-of-type(2n){
border-right: none;
}

/*--------------------footer nav--------------------*/

div.footer_nav{
width: 100%;
max-width: 700px;
position: fixed;
bottom:0px;
left: 50%;
transform: translateX(-50%);
display: flex;
align-items: center;
justify-content: space-between;
background: #000;
z-index: 9;
padding: 10px 1% 15px 1%
}

a.footer_nav{
text-align: center;
}

a.nav_selected{
text-decoration: underline
}

img.footer_nav{
width: 28%;
max-width: 90px;
margin: 0px auto 5px auto;
}

h3.footer_nav{
color: #fff;
font-size:11px;
font-weight: 400
}


