@charset "utf-8";
@import (once) "../css/default.less";

/* eachtext バグ解除  ///////////////////////*/
.map{
.dn;
}

/* font  ///////////////////////*/
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Shippori+Mincho&display=swap');

.ffm{
font-family: "Shippori Mincho", serif;
font-weight: 400;
font-style: normal;
}

.ffm3{
font-family: "Dancing Script", cursive;
font-optical-sizing: auto;
font-weight:400;
font-style: normal;
}

@font-face {
font-family: "script";
src: url("../../css/font/script1.woff2") format('woff2');
}

.ffm4{
font-family: "script";
font-weight:500;
}

/* color  ///////////////////////*/
@text:#0A0B1A; 
@bg:#0A0B1A;

@c1:#0A0B1A; 
@c2:#A98C39; 
@c3:rgba(255,255,255,.85); 
@c4:#494949;

@object:#0A0B1A;
@active:#A98C39;

a{
.tdn;
color:#FFF;
}


/* body  ///////////////////////*/
body{
background:@bg;
color:#FFF;
}

body,div,td,th,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,address,a,p,sup,em,s.i,small,span{
.ffm;
}

.contents{
max-width:720px;
.center;
padding:0 1rem;
}


/* anime  ///////////////////////*/
.zoom{
opacity:0;
}
.fade{
opacity:0;
}
.flip{
opacity:0;
}


/* canvas  ///////////////////////*/
.canvas{
.pf;
top:0;
left:0;
width:100%;
height:100vh;
background:url(image/bg.jpg) no-repeat 0 100%;
background-size:cover;
z-index:0;
}


/* moon  ///////////////////////*/
.canvas{

.photo1{
.oh;
.pa;
top:5vw;
right:5vw;
.center;
width:35vw;
height:35vw;
max-width:200px;
max-height:200px;
z-index:1;
.r(50%);
background:rgba(255, 239, 175, 0.65) url(image/moon.png);
background-size:cover;
box-shadow: 0px 0px 30px 0px rgba(255, 239, 175, 0.85);
}

.photo1off{
.dn;
}

.photo2{
.dn;
.oh;
.pa;
top:10vw;
left:0;
right:0;
.center;
width:60vw;
height:60vw;
max-width:300px;
max-height:300px;
z-index:1;
.r(50%);
background:rgba(255, 239, 175, 0.65) url(image/moon.png);
background-size:cover;
box-shadow: 0px 0px 10px 0px rgba(255, 239, 175, 1);
}
.photo2 p{
.pa;
bottom:0;
width:100%;
height:100%;
.r(50%);
z-index:0;
filter: sepia(100%);
opacity:.75;
}

.photo2on{
.db;
}

}


/* silent  ///////////////////////*/
.silent{
.pf;
top:0;
left:0;
width:100%;
height:100vh;
background:url(image/silent3.svg) no-repeat 50% 100%;
background-size:cover;
}

.silent2{
background:url(image/silent2.svg) no-repeat 50% 100% !important;
background-size:cover !important;
}


/* particle  ///////////////////////*/
.particle{
.pf;
top:0;
width:100%;
height:100vh;
z-index:0;
pointer-events:none;
filter:blur(.5px);
}

.particle2{
.pf;
top:0;
width:100%;
height:90vh;
z-index:10;
pointer-events:none;
filter:blur(.5px);
}


/* star  ///////////////////////*/
.star1{
.pf;
top:0;
transform: rotate(-20deg);
width:640px;
height:20px;
background:url(image/star1.png) no-repeat 0 0;
background-size:cover;
}
.star2{ .dn;
.pf;
top:30%;
left:10%;
transform: rotate(-35deg);
width:640px;
height:20px;
background:url(image/star2.png) no-repeat 0 0;
background-size:cover;
}
.star3{ .dn;
.pf;
top:60%;
left:50%;
transform: rotate(-45deg);
width:640px;
height:20px;
background:url(image/star3.png) no-repeat 0 0;
background-size:cover;
}
.star4{ .dn;
.pf;
top:20%;
left:-5%;
transform: rotate(-55deg);
width:640px;
height:20px;
background:url(image/star4.png) no-repeat 0 0;
background-size:cover;
}
.star5{ .dn;
.pf;
top:50%;
left:0;
transform: rotate(-65deg);
width:640px;
height:20px;
background:url(image/star5.png) no-repeat 0 0;
background-size:cover;
}
.star6{ .dn;
.pf;
top:10%;
transform: rotate(-30deg);
width:640px;
height:20px;
background:url(image/star6.png) no-repeat 0 0;
background-size:cover;
}
.star7{
.pf;
top:40%;
left:-10%;
transform: rotate(-20deg);
width:640px;
height:20px;
background:url(image/star7.png) no-repeat 0 0;
background-size:cover;
}
.star8{ .dn;
.pf;
top:70%;
left:50%;
transform: rotate(-50deg);
width:640px;
height:20px;
background:url(image/star8.png) no-repeat 0 0;
background-size:cover;
}
.star9{ .dn;
.pf;
top:70%;
left:-80%;
transform: rotate(-80deg);
width:640px;
height:20px;
background:url(image/star9.png) no-repeat 0 0;
background-size:cover;
}
.star10{
.pf;
top:0;
left:0;
transform: rotate(-10deg);
width:640px;
height:20px;
background:url(image/star10.png) no-repeat 0 0;
background-size:cover;
}


/* top  ///////////////////////*/
.top{
.pr;
.oh;

.article{
.pr;
.jc;
height:100vh;
}

article{
}

.title{
.pr;
.center;
width:100%;
max-width:420px;
z-index:2;

svg{
width:100%;
height:auto;
filter:invert();
}
}

.contents{
.tac;
z-index:2;
}

h1{
padding:2rem 0 1rem 0;
}
h1 p{
.pr;
.nw;
.dib;
.vam;
font-size:1.3rem;
line-height:1.3rem;
letter-spacing:.1rem;
}

h1 p:before{
content:"";
.dib;
.pa;
background:@c2;
-webkit-mask-image:url(../image/ornament/edge3.svg);
-webkit-mask-repeat: no-repeat;
mask-image:url(../image/ornament/edge3.svg);
mask-repeat: no-repeat;
width:60px;
left:-70px;
.as(1/.1);
top:.6rem;
transform:scale(-1,1);
}

h1 p:after{
content:"";
.dib;
.pa;
background:@c2;
-webkit-mask-image:url(../image/ornament/edge3.svg);
-webkit-mask-repeat: no-repeat;
mask-image:url(../image/ornament/edge3.svg);
mask-repeat: no-repeat;
width:60px;
right:-70px;
top:.6rem;
.as(1/.1);
}

h2{
padding:1rem 0;
}
h2 p{
font-size:1.85rem;
line-height:1.85rem;
transform: scale(1.15, 1);
.ffm3;
.nw;
}

em p{
.nw;
.ffm3;
transform: scale(1.15, 1);
}

.scroll p{
.ffm3;
transform: scale(1.15, 1);
}

.scroll a{
.pr;
.db;
z-index:3;
width:60px;
height:60px;
margin:0 0 0 -2rem;
}

}


/* message  ///////////////////////*/
.message{
.pr;
.oh;
z-index:1;
padding:1rem 1rem 0 1rem;

.contents{
.pr;
.center;
padding:7rem 1rem 12rem 1rem;
background:rgba(255,255,255, .03);
box-shadow: inset 0px 0px 30px 0px rgba(255, 255, 255, 0.3);
}

.guest_name{
.tac;
span{
font-size:1.45rem;
line-height:2rem;
padding:0 1rem;
}
}

.text p{
.tac;
padding:2rem 0;
line-height:2rem;
}
.text span{
line-height:2rem;
}

.host_name p{
.tac;
font-size:1.3rem;
line-height:2rem;
}

}


/* seating  ///////////////////////*/
.seating{
.pr;
.oh;
.tac;
z-index:2;
margin-top:-75px;

.article{
.pr;
.tac;
.center;
width:60%;
.as(1/1);
max-width:230px;
padding:3px;
background:rgba(0,0,0, .5);
box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, .9);
}

article{
.pr;
width:100%;
height:100%;
}

.title{
width:100%;
height:100%;
.jc;

h2 p{
.ffm3;
font-size:3rem;
line-height:3rem;
}
em p{
padding:1rem 0 0 0;
font-size:1.3rem;
}
}

}


/* desk ///////////////////////*/
.desk{
.pr;
.oh;
.tac;
padding:7rem 0 0 0;

header{
padding:0 0 2rem 0;

h3 p{
.tac;
.ffm3;
font-size:1.75rem;
line-height:1.75rem;
}
em p{
.tac;
font-size:.9rem;
line-height:.9rem;
padding:1rem 0 0 0;
}
}

.wrap{
.center;
background:rgba(255,255,255, .03);
box-shadow: inset 0px 0px 30px 0px rgba(255, 255, 255, 0.3);
padding:1rem 0 2rem 0;
}

}


/* floor ///////////////////////*/
.floor{
.pr;
.oh;
.tac;
padding:2rem 0 7rem 0;

header{
padding:0 0 2rem 0;

h3 p{
.tac;
.ffm3;
font-size:1.75rem;
line-height:1.75rem;
}
em p{
.tac;
font-size:.9rem;
line-height:.9rem;
padding:1rem 0 0 0;
}
}

.wrap{
.center;
background:rgba(255,255,255, .03);
box-shadow: inset 0px 0px 30px 0px rgba(255, 255, 255, 0.3);
}

.memo{
.tal;
padding:.3rem 0 0 1rem;
font-size:.85rem;
max-width:720px;
.center;
}

}


/* desklist ///////////////////////*/
.desklist{

dl{
.dn;
.pf;
top:0;
left:0;
z-index:3;
opacity:0;
transition:1s;
background:rgba(0,0,0,.9);
width:100%;
height:100%;
}

dd{
.pr;
width:100%;
height:100%;
display:flex;
align-items:center;
padding:0 15px;
}

.desk{
flex:1;
width:100%;
max-width:470px;
.center;
padding:0 0 120px 0;

h3 p{
font-size:4.5rem;
line-height:4.5rem;
}
em p{
.tac;
font-size:.85rem;
line-height:.85rem;
padding:10px 0 0 0;
}
}

.desk svg .num{
.dn;
}

.chart{
background:transparent;
}

}


/* svg ///////////////////////*/
.desk svg,
.floor svg{

.text1{
fill:#FFF;
font-size:7px;
}
.text2{
fill:#FFF;
font-size:12px;
}
.text3{
fill:#FFF;
font-size:7px;
text-anchor:middle;
}
.text4{
fill:#FFF;
font-size:12px;
text-anchor:middle;
}
.num{
fill:#FFF;
font-size:40px;
text-anchor:middle;
.ffm3;
}
.object{
fill:rgba(255,255,255,.1);
stroke:rgba(255,255,255,.1);
stroke-width:5px;
}
.active{
fill:rgba(255, 214, 42, 0.43);
stroke:rgba(255,214,42,.2);
stroke-width:5px;
}
a{
text-decoration:none;
}

.image{
.dn;
}
.object{
.ds;
}

}



/* menu  ///////////////////////*/
.menu:before,
.menu:after{
content:"";
.db;
height:5px;
background:@c2;
-webkit-mask-image:url(../image/ornament/line3.svg);
mask-image:url(../image/ornament/line3.svg);
}


/* menu  ///////////////////////*/
.menu{
.pr;
.oh;
.tac;
padding:.3rem 0;
background:rgba(255,255,255,.85);
box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.85);
color:@text;

.article{
padding:7rem 0;
}

.title p{
font-size:3rem;
line-height:3rem;
transform: scale(1.15, 1);
.ffm3;
}

.contents{
padding:3rem 1rem 0 1rem;
}

.food, .drink{
header{
.dn;
padding:1rem 0 2rem 0;
}
h3 p{
font-size:2rem;
}
em p{
padding:1rem 0 0 0;
font-size:1.2rem;
}
}

.food{
padding:5px;
background:rgba(255, 255, 255, .5);
}

.drink{
margin:1rem 0 0 0;
padding:5px;
background:rgba(255, 255, 255, .5);
}

dl{
padding:1rem 1rem 3rem 1rem;
background:rgba(255, 255, 255, .5);
}

dt{
.pr;
padding:5rem 0 0 0;
}
dt p{
font-size:1.3rem;
.ffm3;
}
dt:before{
content:"";
.pa;
top:35px;
left:0;
right:0;
.center;
.db;
background:@c2;
-webkit-mask-image:url(../image/ornament/line3.svg);
-webkit-mask-repeat: no-repeat;
mask-image:url(../image/ornament/line3.svg);
mask-repeat: no-repeat;
width:75px;
.as(1/1);
opacity:.3;
}
dt:first-child{
padding:2rem 0 0 0;
}
dt:first-child:before{
.dn;
}

dd{
opacity:0;
padding:1rem 0 0 0;
}
dd p{
line-height:1.45rem;
}


.image{
.pr;
padding:1rem 0 0 0;
}

.memo{
.tal;
padding:1rem 0 0 0;
p{
font-size:.85rem;
line-height:1.3rem;
}
}

}



/* profile ///////////////////////*/
.profile{
.pr;
.oh;
.tac;
padding:7rem 0;
background:@c1;
min-height:100vh;

.title{
padding:0 0 3rem 0;
}
.title p{
font-size:3rem;
line-height:3rem;
transform: scale(1.15, 1);
.ffm3;
}

.contents{
padding:2rem 1rem 0 1rem;
}

.data{
max-width:260px;
.center;

h4 p{
.ffm4;
font-size:2.3rem;
line-height:2.3rem;
text-stroke-width: .5px;
text-stroke-color:#FFF;
-webkit-text-stroke-width: .5px;
-webkit-text-stroke-color:#FFF;
padding:1rem 0;
}
.name{
.pr;
font-size:1.15rem;
padding:0 0 1rem 0;
}
.name:before{
content:"";
.pa;
top:15px;
left:0;
right:0;
.center;
.db;
background:@c2;
-webkit-mask-image:url(../image/ornament/point1.svg);
-webkit-mask-repeat: no-repeat;
mask-image:url(../image/ornament/point1.svg);
mask-repeat: no-repeat;
width:90px;
.as(1/1);
opacity:.3;
}
span{
font-size:.85rem;
line-height:1.6rem;
}
}

.sns{
padding:1rem 0 0 0;

ul{
.dt;
.center;
}
li{
.dtc;
padding:3px;
}
img{
width:25px;
filter:invert();
}
a{
.pr;
.jc;
}
a:before{
content:"";
.db;
.pa;
width:200%;
height:200%;
.r(50%);
box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 1);
}
}

}


/* profile photo ///////////////////////*/
.profile{

.host1{
opacity:0;
.dib;
.tac;
.left;
width:50%;
padding:0 .5rem 0 0;
}

.host2{
opacity:0;
.dib;
.tac;
.right;
width:50%;
padding:0 0 0 .5rem;
}

.host3{
opacity:0;
.tac;
.dib;
.center;
width:80%;
}

.photo p{
.pr;
.oh;
width:100%;
padding-top:100%;
.r(50%);
}
.photo img{
.of;
.pa;
top:0;
left:0;
width:100%;
height:100%;
}

}



/* memory ///////////////////////*/
.memory .article{
z-index:-1;
inset:0;
width:100vw;
height:100vh;
position:fixed;
background:rgba(0,0,0,.85);
background:@c1;
}


/* memory ///////////////////////*/
.memory{
.pr;
.oh;
.tac;
height:100vh;
z-index:2;
clip-path: polygon(0 0,0 100%,100% 100%,100% 0);

.triggar{
.db;
height:8vh;
pointer-events:none;
}

.shadow{
.pa;
width:100vw;
height:100vh;
z-index:5;
box-shadow: inset 0px 0px 100px 0 rgba(0, 0, 0, 1);
pointer-events:none;
}

article{
.pa;
.jc;
width:100vw;
height:100vh;
}
.title{
h3 p{
.ffm4;
font-size:4.5rem;
line-height:4.5rem;
text-stroke-width: .3px;
text-stroke-color:#FFF;
-webkit-text-stroke-width: .3px;
-webkit-text-stroke-color:#FFF;
}
p{
line-height:2rem;
}
}


ul{
.pr;
.db;
width:116vw;
margin-left:-8vw;
max-width:600px;
.nw;
}
li{
.dib;
width:33%;
}

dt{
background:#FFF;
padding:5px;
opacity:0;

p{
.jc;
.as(1/1);
}
p:before{
content:"";
.db;
.pa;
width:120%;
height:120%;
z-index:2;
.r(50%);
box-shadow: inset 0px 0px 20px 0px rgba(255, 255, 255, 1);
}
img{
.of;
width:100%;
height:100%;
}
}

.host1{
.pa;
top:0;

li:nth-child(even) dt{
transform:rotate(10deg);
}
li:nth-child(odd) dt{
transform:rotate(-5deg);
}

li:nth-child(4){
.pa;
left:-5vw;
top:20vh;
}
li:nth-child(5){
.pa;
left:-10vw;
top:40vh;
}
li:nth-child(6){
.pa;
left:-5vw;
top:60vh;
}
}


.host2{
.pa;
bottom:0;

li:nth-child(odd) dt{
transform:rotate(10deg);
}
li:nth-child(even) dt{
transform:rotate(-5deg);
}

li:nth-child(4){
.pa;
right:-10vw;
bottom:20vh;
}
li:nth-child(5){
.pa;
right:-15vw;
bottom:40vh;

}
li:nth-child(6){
.pa;
right:-10vw;
bottom:60vh;
}
}


dd{
.dn;
transition:1s;
background:rgba(0,0,0,.95);
width:100%;
height:100%;
.pf;
top:0;
left:0;
z-index:99;
opacity:0;
}

.wrap{
width:100%;
height:100%;
.db;
.jc;
.pr;
}

.photo{
width:80%;
padding:5px;
background:#FFF;

p{
padding:10px;
color:@text;
line-height:1.45rem;
}
}

}


/* question  ///////////////////////*/
.question{
.pr;
.tac;
.oh;
padding:7rem 0 1rem 0;

header{
.pr;
padding:4rem 0 0 0;
}
header:before{
content:"";
.pa;
top:45px;
left:0;
right:0;
.center;
.db;
background:#FFF;
-webkit-mask-image:url(../image/icon/profile1.svg);
-webkit-mask-repeat: no-repeat;
mask-image:url(../image/icon/profile1.svg);
mask-repeat: no-repeat;
width:60px;
.as(1/1);
}

.q2 header:before{
-webkit-mask-image:url(../image/icon/profile2.svg);
mask-image:url(../image/icon/profile2.svg);
}
.q3 header:before{
-webkit-mask-image:url(../image/icon/profile3.svg);
mask-image:url(../image/icon/profile3.svg);
}
.q4 header:before{
-webkit-mask-image:url(../image/icon/profile4.svg);
mask-image:url(../image/icon/profile4.svg);
}

h3 p{
padding:3rem 0;
}

dl{
border-top:1px #999 dotted;
}

dt p{
.db;
cursor:pointer;
padding:1rem 0;
}
dt a{
.jc;
.pr;
border-bottom:1px #999 dotted;
}
dt a:before{
content:"";
.db;
.pa;
width:80px;
.as(1/1);
.r(50%);
box-shadow: inset 0px 0px 10px 0px rgba(255,255,255, 1);
}

}


/* question 回答  ///////////////////////*/
.question{

dd{
.dn;
.pf;
top:0;
left:0;
opacity:0;
transition:1s;
background:@c1;
width:100%;
height:100%;
z-index:9;
}

.wrap{
width:100%;
height:100%;
.db;
.pr;
}

.text{
.pa;
width:60vw;
z-index:1;
padding:15px;

em{
.db;
.tal;
color:#FFF;
.ffm4;
font-size:3.6rem;
text-stroke-width: .3px;
text-stroke-color:#FFF;
-webkit-text-stroke-width: .3px;
-webkit-text-stroke-color:#FFF;
padding:1rem 0 2rem 0;
}
p{
.tal;
color:#FFF;
font-size:1.15em;
line-height:1.4em;
}
}

.photo{
.pa;
top:0;
width:50%;
height:50vh;
z-index:0;
filter:grayscale(100%);

img{
.of;
width:100%;
height:100%;
}
}

.host1,
.host3{
.pa;
top:0;
left:0;
width:100%;
height:50vh;

.text{
bottom:10%;
right:15px;
}
.photo{
-webkit-mask-image:url(../image/mask/mask1.svg);
-webkit-mask-size:cover;
-webkit-mask-position: top right;
mask-image:url(../image/mask/mask1.svg);
mask-size:cover;
mask-position: top right;

}
}

.host2{
.pa;
.tac;
width:100%;
height:50vh;
bottom:0;
right:0;

.text{
top:10%;
left:15px;
}
.photo{
-webkit-mask-image:url(../image/mask/mask2.svg);
-webkit-mask-size:cover;
-webkit-mask-position: top left;
mask-image:url(../image/mask/mask2.svg);
mask-size:cover;
mask-position: top left;

right:0;
}
}

}


/* request  ///////////////////////*/
.request:before,
.request:after{
content:"";
.db;
height:5px;
background:@c2;
-webkit-mask-image:url(../image/ornament/line3.svg);
mask-image:url(../image/ornament/line3.svg);
}


/* request  ///////////////////////*/
.request{
.pr;
.oh;
.tac;
color:@text;
padding:5px 0;
background:rgba(255,255,255,.85);
box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.85);
margin-top:7rem;

.article{
padding:7rem 0;
}

.title p{
font-size:3rem;
line-height:3rem;
transform: scale(1.15, 1);
.ffm3;
}

.contents{
padding:0 1rem;
}

dl{
.pr;
padding:3rem 0 2rem 0;
}
dl:after{
content:"";
.pa;
.dib;
.vam;
background:@c2;
-webkit-mask-image:url(../image/ornament/point1.svg);
-webkit-mask-repeat: no-repeat;
mask-image:url(../image/ornament/point1.svg);
mask-repeat: no-repeat;
width:10px;
.as(1/1);
margin:2rem 0 0 -5px;
}

dd{
line-height:1.6rem;
}

}


/* event  ///////////////////////*/
.event{

.title p{
font-size:3rem;
line-height:3rem;
transform: scale(1.15, 1);
.ffm3;
}

}


/* footer  ///////////////////////*/
.footer{
.pr;
.tac;
padding:45vh 0 45vh 0;

.logo{
.center;
width:120px;
.as(1/.6);
background:#FFF;
-webkit-mask-image:url(../../image/logo.svg);
-webkit-mask-repeat:no-repeat;
-webkit-mask-size:contain;
mask-image:url(../../image/logo.svg);
mask-repeat:no-repeat;
mask-size:contain;
}

.copy{
.ffg;
font-size:.8em;
}

}


.pagetop{
a:before{
border-top:2px #FFF solid;
border-right:2px #FFF solid;
}
}
