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

/* font  ///////////////////////*/
@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sedgwick+Ave&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Square+Peg&display=swap');

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

.ffm2{
font-family: "Noto Sans Display", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-variation-settings:
"wdth" 100;
}

.ffm3{
font-family: "Sedgwick Ave", cursive;
font-weight: 400;
font-style: normal;
}

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

.ffm4{
font-family: "Square Peg", cursive;
font-weight: 400;
font-style: normal;
}


/* color  ///////////////////////*/
@text:#fcfcfa;
@bg:#212120;

@c1:#363533;
@c2:#c4ad6a;
@c3:#c2b697;
@c4:#e3dccf;

a{
.tdn;
color:@text;
}


/* body  ///////////////////////*/
body{
background:@bg url(../image/texture/bg4.png);
color:@text;
}

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:@w2;
padding:0 1rem;
.center;
}


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


/* canvas  ///////////////////////*/
.canvas{
.pf;
width:100vw;
height:100vh;

/* photo */
.photo{
.pa;
z-index:0;
width:100%;
height:100%;
background:#000;
}

.photo p{
width:100%;
height:100%;
opacity:.7;
filter:grayscale(100%); 
}

}


/* top  ///////////////////////*/
.top{
.pr;
.oh;
width:100%;
height:100vh;

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

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

.pict{
.pa;
z-index:1;
width:20%;
}

.p1{
width:50%;
top:10%;
left:-20%;
max-width:400px;
}
.p2{
width:50%;
top:5%;
right:-20%;
max-width:400px;
}
.p3{
width:15%;
bottom:35%;
right:10%;
max-width:100px;
}
.p4{
width:15%;
left:45%;
top:3%;
max-width:100px;
}

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

.contents{
.pr;
.tac;
width:90%;
padding:0;
z-index:1;
color:@text;
}

/* title */
.title{
.tac;
padding:0 0 2rem 0;
transform:rotate(-7deg);
}

.title span{
.ffm3;
font-size:4.6rem;
line-height:4.6rem;
color:@c2;
.db;
}

.text{
.pa;
padding:2rem 0 0 0;
z-index:10;
}

/* name */
.name{
.tal;
.db;
.nw;
padding:0 0 2em 2rem;
transform:rotate(-7deg);
}

.name span{
font-size:3rem;
line-height:3rem;
.ffm3;
}

.name span:last-child{
padding:0 0 0 2rem;
}

/* read */
.read{
.tar;
padding:1rem 0 0 0;

span{
.ffm2;
font-size:.8rem;
line-height:1rem;
}
}

/* day */
.day{
.tar;
padding:2em 0 0 0;
}

.day span{
font-size:1.3rem;
line-height:1rem;
.ffm2;
letter-spacing:.04rem;
}

}

@media(min-width:600px){
.top{

.p1{
left:-100px;
}
.p2{
right:-100px;
}

}
}



/* message  ///////////////////////*/
.message{
.pr;
.oh;
z-index:10;
padding:0 0 7rem 0;
box-shadow:0 10px 5px rgba(0,0,0, .5);

/*
-webkit-text-stroke-width: .1px;
-webkit-text-stroke-color:@text;
text-stroke-width: .1px;
text-stroke-color:@text;
*/

.article{
.pr;
z-index:1;
}

article{
}

.contents{
.pr;
.center;
width:90%;
padding:7rem 0;
background:rgba(0,0,0,.5) url(../image/texture/bg4.png);
}

.guest_name{
.tac;

span{
font-size:1.3rem;
line-height:2rem;
padding:0 .5rem;
}
}

.guest_name:after{
content:"";
.db;
.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:2em auto 0 auto;
}

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

}
.text span{
line-height:2rem;
}

.host_name{
}

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

}


/* date ///////////////////////*/
.date .article{
.pf;
z-index:-1;
inset:0;
top:10vh;
width:100%;
height:80vh;
max-width:@w2;
.center;
/* box-shadow: inset 0 0 5px rgba(0,0,0, .8); */
}


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

/*
margin:-5rem auto 0 auto;
-webkit-text-stroke-width: .1px;
-webkit-text-stroke-color:@text;
text-stroke-width: .1px;
text-stroke-color:@text;
*/


.article{
width:100%;
height:80vh;
padding:1rem;
.jc;
}

article{
.tac;
width:100%;
border:5px @c3 solid;
padding:5rem 1rem 2rem 1rem;
background:@c2 url(../image/texture/bg1.png);
}

.title p{
font-size:4rem;
line-height:4rem;
transform:rotate(-5deg);
.ffm3;
color:@text;
}


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

.day p{
.nw;
font-size:1.3rem;
line-height:1.3rem;
padding:0 0 2rem 0;
}

.event{
.nw;
padding:1rem 0;
.oh;
}
.event p{
.pr;
font-size:1.3rem;
line-height:1.3rem;
.dib;
}

.event p:before{
content:"";
.dib;
.pa;
background:@c4;
-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);
}

.event p:after{
content:"";
.dib;
.pa;
background:@c4;
-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);
}

.time p{
.nw;
font-size:1.15rem;
line-height:1.5rem;
padding:0 0 1rem 0;
}

}


/* count  ///////////////////////*/
.count{
.pr;
.oh;
.tac;
z-index:1;
padding:7rem 0;

article:after{
content:"";
.db;
background:@c2;
-webkit-mask-image:url(../image/ornament/object1.svg);
-webkit-mask-repeat: no-repeat;
mask-image:url(../image/ornament/object1.svg);
mask-repeat: no-repeat;
width:100px;
.as(2.6/1);
margin:5rem auto 0 auto;
}

.title{

h2 p{
font-size:1.5rem;
padding:0 0 1rem 0;
letter-spacing:.3rem;
.ffm2;
}
h3{
line-height:1rem;
}
h3 em{
font-size:5rem;
line-height:5rem;
padding:0 1rem 0 0;
.ffm3;
}
h3 p{
font-size:2rem;
line-height:2rem;
.ffm2;
}
}

.title:before{
content:"";
.db;
width:160px;
aspect-ratio:20/1;
-webkit-mask-image:url(../image/ornament/line2.svg);
-webkit-mask-repeat:no-repeat;
-webkit-mask-position: center;
-webkit-mask-size:contain;
mask-image:url(../image/ornament/line2.svg);
mask-repeat:no-repeat;
mask-position: center;
mask-size:contain;
margin:0 auto 3rem auto;
background:@c2;
}
.title:after{
content:"";
.db;
width:160px;
aspect-ratio:20/1;
-webkit-mask-image:url(../image/ornament/line2.svg);
-webkit-mask-repeat:no-repeat;
-webkit-mask-position: center;
-webkit-mask-size:contain;
mask-image:url(../image/ornament/line2.svg);
mask-repeat:no-repeat;
mask-position: center;
mask-size:contain;
margin:2em auto 0 auto;
background:@c2;
}

.contents{
padding:3rem 0 0 0;

ul{
.dt;
.center;
}
li{
.tac;
.dtc;
padding:0 1rem;
}
}

.timer{
p{
font-size:.85rem;
.ffm2;
}
em{
.db;
font-size:3rem;
line-height:3rem;
padding:0 0 1rem 0;
.ffm3;
}
}

}



/* host  ///////////////////////*/
.host{
.pr;
.oh;
.tac;
z-index:1;
background:rgba(0,0,0,.5) url(../image/texture/bg4.png);

.article{
padding:7rem 0;
}

.title p{
font-size:4rem;
line-height:4rem;
transform:rotate(-5deg);
.ffm3;
}

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

.profile{
.cr;
}

.data{
max-width:300px;
}

h4 p{
padding:1rem 0;
font-size:1rem;
.ffm2;
}
.name{
font-size:1.3rem;
}

.comment{
.cr;
}

.sign{
.pr;
padding:4rem 0 1rem 0;
font-size:2.6rem;
line-height:2.6rem;
.ffm4;
color:@c2;
margin-left:-45px;
}
.sign:after{
content:"";
.pa;
background:@c2;
-webkit-mask-image:url(../image/cut/hand1.svg?001);
-webkit-mask-repeat: no-repeat;
mask-image:url(../image/cut/hand1.svg?001);
mask-repeat: no-repeat;
width:75px;
.as(1/.6);
bottom:2rem;
margin-left:5px;
}

.text{
.db;
.tal;
line-height: 3em;
background: repeating-linear-gradient(transparent 0, transparent 97%, #ABC 100%);
background-size:100% 2rem;
line-height:2rem;
}

}


/* host photo ///////////////////////*/
.host{

.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{
.pr;
width:100%;
.as(1/1);
background: rgba(255, 255, 255, 1);
padding:5px;
}
.photo p{
.oh;
width:100%;
height:100%;
}
.photo img{
.of;
width:100%;
height:100%;
}

}


/* venue  ///////////////////////*/
.venue{
.pr;
.oh;
.tac;
z-index:10;
padding:7rem 0;


.title p{
font-size:4rem;
line-height:4rem;
transform:rotate(-5deg);
.ffm3;
}

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

.event{
.nw;
.oh;
padding:0 0 1rem 0;
}
.event p{
.pr;
.dib;
font-size:1.3rem;
line-height:1.3rem;
}

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

.event p:after{
content:"";
.dib;
background:@c3;
-webkit-mask-image:url(../image/ornament/edge6.svg);
-webkit-mask-repeat: no-repeat;
mask-image:url(../image/ornament/edge6.svg);
mask-repeat: no-repeat;
width:60px;
.as(1/.3);
.vam;
.pa;
right:-70px;
top:.3rem;
}

.place{
padding:1rem 0;
}
.place p{
font-size:1.3rem;
line-height:1.6rem;
}
.time{
padding:0 0 1rem 0;
}
.time p{
padding:5px 0;
}
.tel p{
.dib;
.vam;
font-size:1.45rem;
padding:0 0 1rem 0;
letter-spacing:.1rem;
}
.tel:before{
content:"";
width:1rem;
height:1rem;
margin:0 5px 2px 0;
.dib;
-webkit-mask-image:url(../../image/icon/tel.svg);
-webkit-mask-repeat: no-repeat;
-webkit-mask-size:contain;
mask-image:url(../../image/icon/tel.svg);
mask-repeat: no-repeat;
mask-size:contain;
background:@text;
}
.tel small{
.db;
padding:0 0 1rem 0;
}
.url p{
font-size:110%;
padding:0 0 1rem 0;
}
.map{
margin:1rem 0 0 0;
border:2px @c2 solid;
}
iframe{
border:0;
width:100%;
height:50vw;
max-height:300px;
}
.map p{
padding:10px 0;
line-height:1.5rem;
background:@c2 url(../image/texture/bg1.png);
color:@text;
}

.access{
margin:1rem 0 0 0;
padding:1rem;
background:rgba(0,0,0, .5) url(../image/texture/bg4.png);
}
.access p{
.tal;
font-size:.85rem;
line-height:1.45rem;
}

.venue2{
padding:4rem 0 0 0;
}
.venue3{
padding:4rem 0 0 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(0,0,0,.5) url(../image/texture/bg4.png);

.article{
padding:7rem 0;
}

.title p{
font-size:4rem;
line-height:4rem;
transform:rotate(-5deg);
.ffm3;
}

.contents{
padding:0 1rem;
}

dl{
.pr;
padding:3rem 0 1rem 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:2em 0 0 -5px;
}

dd{
line-height:1.6rem;
}

}


/* responce  ///////////////////////*/
.responce{

.title p{
font-size:4rem;
line-height:4rem;
transform:rotate(-5deg);
.ffm3;
}

}


/* form  ///////////////////////*/
.form{
.pr;
color:@c1;
padding:0 1rem;

article{
padding:0 15px 45px 15px;
background:rgba(255,255,255, .85);
box-shadow: inset 0px 0px 30px 0px rgba(255, 255, 255, 1);
border-top:6px @c1 solid;
border-bottom:6px @c1 solid;
}

.submit a{
background:@c1 url(../image/texture/bg4.png);
color:@text;
}
.submit p{
font-size:1.45rem;
line-height:1.45rem;
}
.submit a:hover{
background:@c2 url(../image/texture/bg4.png);
}

}


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

.logo{
.center;
width:120px;
.as(1/.6);
background:@text;
-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:.8rem;
}

}


.pagetop{
a:before{
border-top:2px @text solid;
border-right:2px @text solid;
}
}
