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

/* font  ///////////////////////*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

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

/* 見出し */
.ffm2{
font-family: "Cormorant", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}

.ffm3{
font-family: "Cormorant", serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}

/* host サイン */
@font-face {
font-family: "script";
src: url("../../css/font/script3.woff2") format('woff2');
}

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


/* color  ///////////////////////*/
@text:#222;
@text2:#57514d;

@bg:#FFF;

@c1:#f0cc9e; /* オレンジ */
@c2:#9c9a98; /* グレー */
@c3:#ebb69b; /* ローズ hover */
@c4:#F3E6DC;  /* ベージュ */

a{
.tdn;
color:@text;
}


/* body  ///////////////////////*/
body{
background:@bg;
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:720px;
padding:0 1rem;
.center;
}


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


/* canvas  ///////////////////////*/
.canvas{
.pf;
.oh;
top:0;
left:0;
width:100%;
height:100vh;
z-index:0;

.pict{
.pa;
width:25%;
margin-top:-12.5%;
max-width:180px;
}

.p1{
width:20%;
top:10%;
left:0%;
}
.p2{
top:10%;
left:20%;
}
.p3{
top:5%;
right:30%;
}
.p4{
width:20%;
top:10%;
right:3%;
}

.p5{
top:27%;
left:-5%;
}
.p6{
width:18%;
top:22%;
right:18%;
}
.p7{
top:28%;
right:-5%;
}

.p8{
top:45%;
left:0%;
}
.p9{
top:50%;
right:0%;
}

.p10{
width:18%;
top:65%;
left:-2%;
}
.p11{
top:65%;
right:-5%;
}

.p12{
top:80%;
left:0%;
}
.p13{
width:28%;
top:83%;
right:8%;
}

.p14{
width:23%;
bottom:0%;
left:20%;
}
.p15{
bottom:-3%;
right:30%;
}
.p16{
width:15%;
bottom:5%;
right:10%;
}
}


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

.p12{
top:90%;
left:0%;
}
.p13{
width:28%;
top:83%;
right:8%;
}

.p14{
width:23%;
bottom:-5%;
left:20%;
}
.p15{
bottom:-15%;
right:30%;
}
.p16{
width:15%;
bottom:-5%;
right:10%;
}

}
}


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

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

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

article{
}

.contents{
.pr;
.tac;
width:100%;
padding:3rem 1rem 0 1rem;
}

/* title */
.title{
.nw;
.tac;
padding:0 0 1rem 0;

span{
.ffm3;
font-size:1.6rem;
line-height:1.6rem;
padding:0 5px;
}
}

/* name */
.name{
.db;
.nw;
padding:1.5rem 0;
}

.name p{
.nw;
.ffm3;
font-size:2.45rem;
line-height:2.45rem;
letter-spacing:.15rem;
}

.and{
.center;
width:5rem;
padding:.5rem 0;
}

/* day */
.day{
padding:1.5rem 0 0 0;
}
.day p{
.nw;
.ffm3;
font-size:1rem;
line-height:1.5rem;
}

/* read */
.read{
.db;
.center;
padding:2rem 0 0 0;
width:13rem;
}
.read p{
.nw;
.ffm4;
font-size:3rem;
line-height:1rem;
}

}


/* message  ///////////////////////*/
.message{
.pr;
.oh;
z-index:1;
padding:7rem 0 15rem 0;
background:@c1 url(../image/texture/bg5.png);
color:@text2;

.article{
}

article{
width:100%;
}

.contents{
.pr;
.center;
}

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

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

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

}



/* date  ///////////////////////*/
.date{
.pr;
z-index:1;
color:#FFF;
background:#FFF;

.title p{
font-size:3rem;
line-height:3rem;
.ffm2;
color:#FFF;
}

.article{
.pr;
.tac;
.center;
width:80%;
max-width:480px;
top:-5rem;
}

article{
margin:-5rem auto 0 auto;
padding:5rem 1rem 4rem 1rem;
background:@c2 url(../image/texture/bg4.png);
}

.contents{
padding:30px 0 0 0;
}

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

.event{
.nw;
padding:15px 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:2rem 0 7rem 0;
background:#FFF;

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{
.ffm2;
font-size:1.5rem;
padding:0 0 0 0;
letter-spacing:.3rem;
}
h3{
line-height:1rem;
}
h3 em{
font-size:4.5rem;
line-height:4.5rem;
padding:0 1rem 0 0;
.ffm2;
}
h3 p{
.ffm2;
font-size:2rem;
line-height:2rem;
}
}

.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:2rem 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;
}
em{
.db;
.ffm2;
font-size:2.5rem;
line-height:2.5rem;
padding:0 0 1rem 0;
}
}

}



/* gallery  ///////////////////////*/
.gallery{
.pr;
z-index:1;
background:@c1;

.bg{
top: 0 ;
height:100vh;
position:sticky;
opacity:.8;
filter: grayscale(100%);
}

}


/* host  ///////////////////////*/
.host{
.pr;
.oh;
.tac;
z-index:1;
background:rgba(201, 200, 195,.9) url(../image/texture/bg4.png);
color:@text;

.article{
padding:7rem 0;
}

.title p{
font-size:3rem;
line-height:3rem;
.ffm2;
}

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

.profile{
.cr;
}

.data{
max-width:300px;
}

h4 p{
padding:1rem 0;
font-size:3rem;
line-height:3rem;
.ffm4;
color:#FFF;
}
.name{
font-size:1.3rem;
}


.comment{
.cr;
}

.sign{
.pr;
padding:4rem 0 1rem 0;
font-size:3rem;
line-height:3rem;
.ffm4;
color:#FFF;
margin-left:-45px;
}
.sign:after{
content:"";
.pa;
background:#FFF;
-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%, #DDD 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;
background:#FFF;

.title p{
font-size:3rem;
line-height:3rem;
.ffm2;
}

.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:@c1;
-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:@c1;
-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:.3rem 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:1rem 0;
line-height:1.5rem;
background:@c2 url(../image/texture/bg4.png);
color:#FFF;
}

.access{
margin:1rem 0 0 0;
padding:1rem;
background:#FFF 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:@c4 url(../image/texture/bg4.png);

.article{
padding:7rem 0;
}

.title p{
font-size:3rem;
line-height:3rem;
.ffm2;
}

.contents{
padding:0 1rem;
}

dl{
.pr;
padding:3rem 0 1rem 0;
}
dl:after{
content:"";
.pa;
.dib;
.vam;
background:@c3;
-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;
}

}


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

.title p{
.ffm2;
}

}


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

article{
padding:1rem 1rem 3rem 1rem;
border-top:6px @c1 solid;
border-bottom:6px @c1 solid;
background:rgba(255,255,255,.8);
}

.submit a{
background:@c1 url(../image/texture/bg4.png);
color:@text2;
}
.submit p{
font-size:1.45rem;
line-height:1.45rem;
}
.submit a:hover{
background:@c3 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;
}
}
