<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin: 0;
	padding: 0;
}

a{
	color:#FFF;
	cursor:pointer;
	text-decoration:none;
}

.fix{
	width: auto;
}

/* bg */

.index_bg{
	background-color: #000;
	background-image: url(../images/index_bg.jpg);
	background-position: top center;
	background-size: auto ;
	background-repeat: no-repeat;
	background-attachment: initial;
}

body{
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* radius */
.radius{
	border-radius: 2px 0px 0px 0px; 
	-webkit-border-radius: 2px 0px 0px 0px; 
	-moz-border-radius: 2px 0px 0px 0px; 
}

/* button */

.btn{
	width: 480px;
	display: block;
	margin: 0 auto;
}

button{
	cursor: pointer;
	font-size: 26px;
	letter-spacing: 5px;
	border: 0;
	width: 230px;
	height: 70px;
}

button.pair{
	margin: 0 5px;
	float: left;
	width: 230px;
	color: #fff;
	background-color: rgba(71,18,18,1);
}

button.send{
	width: 230px;
	color: #fff;	
	margin: 0 auto;
	display: block;
	background-color: rgba(71,18,18,1);
}

button.start{
	font-weight: bolder;
	margin: 750px auto 100px auto;
	display: block;
	background-color: #ffe0ab;
	-moz-transition: background-color .5s ease-out;
	-webkit-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	-ms-transition: background-color .5s ease-out;
	-moz-transition: box-shadow .5s ease-out;
	-webkit-transition: box-shadow .5s ease-out;
	-o-transition: box-shadow .5s ease-out;
	-ms-transition: box-shadow .5s ease-out;
}

button.start:hover{
	background-color: #ffefd5;
	box-shadow: 0px 2px 100px rgba(255,224,171, 1); 
	-webkit-box-shadow: 0px 2px 100px rgba(255,224,171, 1); 
	-moz-box-shadow: 0px 2px 100px rgba(255,224,171, 1); 
}

.check{
	width: 324px;
	position: fixed;
	z-index: 1;
	top: 50%;
	left:50%;
	margin: -45px -162px;
}

.set,.reset{
	cursor: pointer;
	color: #fff;
	font-size: 30px;
	text-align: center;
	display: inline-block;
	width: 160px;
	height: 90px;
	line-height: 90px;
	letter-spacing: 3px;
	background: rgba(116,18,18,.95);
	-moz-transition: background .5s ease-out;
	-webkit-transition: background .5s ease-out;
	-o-transition: background .5s ease-out;
	-ms-transition: background .5s ease-out;
}

.set:hover,.reset:hover{
	background: rgba(160,18,18,.95);
}


/* nav */

ul.nav_btn {
	list-style-type: none;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	position: fixed;
	top: 0;
	z-index: 10;
	margin: 0;
	background: rgba(71,18,18,.9);
	padding: 12px 0;
	width: 100%;
}

ul.nav_btn li {
	float: left;
}

ul.nav_btn li a {
	display: inline-block;
	color: #f2f2f2;
	text-align: center;
	padding: 0 10px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 15px;
}

ul.nav_btn li a:hover {text-shadow: 0px 0px 20px #fff,0px 0px 20px #fff,0px 0px 20px #fff;}

ul.nav_btn li.icon {display: none;	background: rgba(71,18,18,.9);}

#nav ul li a.active{
	color:#fff;
	text-shadow: 0px 0px 20px #fff,0px 0px 20px #fff,0px 0px 20px #fff; 
}

/* content */

.content{
	margin: 0 auto 100px;
	width: 1000px;
}

/*  drink */

.drink{	
	text-align: center;
	color: #edcbbf;
	float: left;
	cursor: pointer;
	margin: -96px 28px;	
	height: 347px;	
	width: 110px;
}

.drink img{
	width: 100%;
}

.drink .count{
	position: absolute;
	background: rgba(71,18,18,1);
	width: 65px;
	padding: 10px;
	margin: 209px 0 0 -5px;
}

.drink h2{
	font-family: arial;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	font-size: 20px;
}

.drink b{
	font-size: 36px;
}

.drink_bar{
	height: 200px;
	background: rgba(71,18,18,1);
	width: 100%;
	float: left;
	margin: 0;
	top: 65%;
    position: relative;
}

.slide h1{
	/*font-weight: normal;
	color: #471212;
	font-size: 28px;
	height: 300px;
	letter-spacing: 6px;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;      
    writing-mode: tb-rl;
	width: auto;
	display: block; 
	line-height: 50px;
	margin: -480px 0 170px 100px;*/
	font-weight: normal;
	color: #471212;
	font-size: 28px;
	letter-spacing: 6px;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;      
    writing-mode: tb-rl;
	width: auto; 
    top: 16%;
	left: 50%;
	position: relative;
	float: left;
	height: 260px;
	display: block;
	line-height: 50px;
	margin: 0 0 0 -380px;

}


/* about */

.about{
	margin: 100px auto 0 13px;
}

.about h1{
	font-weight: normal;
	color: #471212;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-align: center;
}

.about ul{
	list-style:circle;
}

.about ul li{
	font-size:15px;
	letter-spacing: 1.2px;
	line-height:25px;
	padding-left: 12px;
	margin-bottom:30px;
	list-style: none;
}

.about h4{
	text-align: center;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
	background: #471212;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.about ol{
	margin: 20px 0;
}

.about ol li{
	font-size:16px;
	letter-spacing: 2px;
	line-height:25px;
	margin:20px 0 20px 25px;
	list-style-image: url(../images/list.gif);
}


/* rule */

.rule{
	margin: 100px auto 0 auto;
}

.rule h1{
	font-weight: normal;
	color: #471212;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-align: center;
}

.rule ul{
	list-style:cjk-ideographic;
	padding:20px 50px 0 50px;
}
.rule ul li{
	font-size:15px;
	letter-spacing: 1.2px;
	line-height:25px;
	padding-left: 12px;
	margin-bottom:30px;
}


/* cast_sel */

.cast_sel{
	margin: 100px auto 100px 13px;
}

.cast_sel h1{
	font-weight: normal;
	color: #471212;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-align: center;
}

.cast_item{
	cursor: pointer;
	width: 30%;
	margin: 1%;
	border: solid 3px rgba(255,255,255,0);
	-moz-transition: border .3s ease-out;
	-webkit-transition: border .3s ease-out;
	-o-transition: border .3s ease-out;
	-ms-transition: border .3s ease-out;
}

.cast_item:hover,.cast_item.active{
	border: solid 3px #C10;
}

/* cast */

#cast_01{
    background: url(../images/cast_01.png);
    background-repeat: no-repeat;
    background-position: center 25%;
    background-size: auto 100%;
    min-width: 1000px;
    height: 100%;
}

#cast_02{
    background: url(../images/cast_02.png);
    background-repeat: no-repeat;
    background-position: center 25%;
    background-size: auto 100%;
    min-width: 1000px;
    height: 100%;
}

#cast_03{
    background: url(../images/cast_03.png);
    background-repeat: no-repeat;
    background-position: center 25%;
    background-size: auto 100%;
    min-width: 1000px;
    height: 100%;
}

#cast_04{
    background: url(../images/cast_04.png);
    background-repeat: no-repeat;
    background-position: center 25%;
    background-size: auto 100%;
    min-width: 1000px;
    height: 100%;
}

#cast_05{
    background: url(../images/cast_05.png);
    background-repeat: no-repeat;
    background-position: center 25%;
    background-size: auto 100%;
    min-width: 1000px;
    height: 100%;
}

#cast_06{
    background: url(../images/cast_06.png);
    background-repeat: no-repeat;
    background-position: center 25%;
    background-size: auto 100%;
    min-width: 1000px;
    height: 100%;
}

/*  footer */

#footer{
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 10;
	margin: 0;
	background: rgba(71,18,18,.9);
	padding: 12px 0;
	width: 100%;
}

/* plugin layout*/

.lity{
	background-color: rgba(255,255,255,0.97);
}

.lity-content:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lity-close {
	width: 50px;
	height: 50px;
	font-size: 40px;
	line-height: 25px;
	text-shadow: none;
	background: rgba(71,18,18,1);
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	width: 50px;
	height: 50px;
	font-size: 40px;
	line-height: 25px;
	text-shadow: none;
	background: rgba(71,18,18,1);
}
.lity-close:active {
  top: 0;
}

.lity_info h1{
	font-size: 40px;
	margin: 16px;
	letter-spacing: 8px;
	text-align: center;
	color: #471212;
}

.lity_info p{
	text-align: center;
	letter-spacing: 3px;
	color: #555;
}

.lity_info button{
	margin-top: 40px;
	border: 1px #471212 solid;
}

.lity_form{
	padding: 50px 0;
	margin: 30px 0;
	background: rgba(71,18,18,1);
	float: left;
	width: 100%;
}

.lity_form input{
	font-size: 16px;
	letter-spacing: 1px;
	border: 0;
	width: 80%;
	display: block;
	margin: 15px auto;
	padding: 12px;
}

.g-recaptcha{
	width: 80%;
	display: block;
	margin: 15px auto;
	padding: 0;
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #000 transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #000;
}

.fb-like{
	z-index:999;
	position:absolute;
	margin-left:10px;
}

#popup img{
	width: 100%;
	height: auto;
}

.fb-like.mobile{
	display: none;
}



@media (max-width: 1280px) {

	.btn{
		width: auto;
		display: block;
		margin: 0 auto;
	}

	body{
		/*display: none;*/
	}
	/* bg */

	/*.index_bg{
		background-color: #000;
		background-image: url(../images/index_bg.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	/* button */

	/*button.start{
		font-weight: bolder;
		margin: 42% auto 5% auto;
		display: block;
		font-size: 26px;
		letter-spacing: 5px;
		border: 0;
		width: 230px;
		height: 70px;
	}

	/* cast */

	#cast_01{
	    background-size: auto 100%;
	    background: url(../images/cast_01.png);
	    background-repeat: no-repeat;
	    background-position: 50% 30%;
		height: 100%;
	    min-width: 1000px;
	}

	#cast_02{
	    background-size: auto 100%;
	    background: url(../images/cast_02.png);
	    background-repeat: no-repeat;
	    background-position: 50% 30%;
		height: 100%;
	    min-width: 1000px;
	}

	#cast_03{
	    background-size: auto 100%;
	    background: url(../images/cast_03.png);
	    background-repeat: no-repeat;
	    background-position: 50% 30%;
		height: 100%;
	    min-width: 1000px;
	}

	#cast_04{
	    background-size: auto 100%;
	    background: url(../images/cast_04.png);
	    background-repeat: no-repeat;
	    background-position: 50% 30%;
		height: 100%;
	    min-width: 1000px;
	}

	#cast_05{
	    background-size: auto 100%;
	    background: url(../images/cast_05.png);
	    background-repeat: no-repeat;
	    background-position: 50% 30%;
		height: 100%;
	    min-width: 1000px;
	}

	#cast_06{
	    background-size: auto 100%;
	    background: url(../images/cast_06.png);
	    background-repeat: no-repeat;
	    background-position: 50% 30%;
		height: 100%;
	    min-width: 1000px;
	}

	/* content */

	.content{
		margin: 0 auto 100px;
		width: 750px;
	}

	/*  drink */

	.drink{	
		text-align: center;
		color: #edcbbf;
		float: left;
		cursor: pointer;
		margin: -50px 20px;	
		height: 347px;	
		width: 80px;
	}

	.drink .count{
		position: absolute;
		background: rgba(71,18,18,1);
		width: 50px;
		padding: 10px;
		margin: 135px 0 0 -5px;
	}

	.drink h2{
		font-family: arial;
		font-weight: normal;
		letter-spacing: 1px;
		margin: 0;
		font-size: 16px;
	}

	.drink b{
		font-size: 30px;
	}

	.drink_bar{
		height: 160px;
		background: rgba(71,18,18,1);
		width: 100%;
		float: left;
		margin: 0;
		top: 62%;
	    position: relative;
	}

	.drink_bar h1{
		font-weight: normal;
		color: #471212;
		font-size: 28px;
		height: 300px;
		letter-spacing: 6px;
	    writing-mode: tb-rl;
	    -webkit-writing-mode: vertical-rl;      
	    writing-mode: tb-rl;
		width: auto; 
		line-height: 50px;
		margin: -420px 0 0 -400px;      
	    display: block;
	    left: 50%;
	    top: 50%;      
	    position: absolute;
	}



}

@media (max-width: 1024px) {

	/* bg */

	.index_bg{
		background-color: #000;
		background-image: url(../images/index_bg_1280.jpg);
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat;
		min-height: 930px;
	}

	/* button */

	button.start{
		font-weight: bolder;
		left: 50%;
		font-size: 26px;
		letter-spacing: 5px;
		border: 0;
		width: 230px;
		height: 70px;
		float: left;
		margin: 700px -115px 150px;
		display: block;
		position: absolute;
	}

}

@media (max-width: 1023px) {

	/* bg */

	.index_bg{
		background-color: #000;
		background-image: url(../images/index_bg_1280.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}

	/* cast */

	#cast_01{
	    background-size: auto 100%;
	    background: url(../images/cast_01.png);
	    background-repeat: no-repeat;
	    background-position: 52% center;
		height: 100%;
	    min-width: 500px;
	}

	#cast_02{
	    background-size: auto 100%;
	    background: url(../images/cast_02.png);
	    background-repeat: no-repeat;
	    background-position: center;
		height: 100%;
	    min-width: 200px;
	}

	#cast_03{
	    background-size: auto 100%;
	    background: url(../images/cast_03.png);
	    background-repeat: no-repeat;
	    background-position: center;
		height: 100%;
	    min-width: 200px;
	}

	#cast_04{
	    background-size: auto 100%;
	    background: url(../images/cast_04.png);
	    background-repeat: no-repeat;
	    background-position: center;
		height: 100%;
	    min-width: 200px;
	}

	#cast_05{
	    background-size: auto 100%;
	    background: url(../images/cast_05.png);
	    background-repeat: no-repeat;
	    background-position: center;
		height: 100%;
	    min-width: 200px;
	}

	#cast_06{
	    background-size: auto 100%;
	    background: url(../images/cast_06.png);
	    background-repeat: no-repeat;
	    background-position: center;
		height: 100%;
	    min-width: 200px;
	}

	/*  drink */

	.drink_bar h1{
		font-weight: normal;
		color: #471212;
		font-size: 28px;
		height: 300px;
		letter-spacing: 6px;
	    writing-mode: tb-rl;
	    -webkit-writing-mode: vertical-rl;      
	    writing-mode: tb-rl;
		width: auto; 
		line-height: 50px;
		margin: -550px 0 0 -360px;      
	    display: block;
	    left: 50%;
	    top: 50%;      
	    position: absolute;
	}

}

@media (max-width: 500px) {


	html, body {
		background: initial;
		height: auto;
	} 

	.fix{
		width: 100%;
	}

	/* bg */

	.index_bg{
		background-color: #000;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		background-image: url(../images/index_bg_m.jpg);
		min-height: 100%;
	}

	/* nav */

	ul.nav_btn {
		list-style-type: none;
		color: #fff;
		font-size: 16px;
		letter-spacing: 1px;
		position: fixed;
		top: 0;
		z-index: 10;
		margin: 0;
		background: rgba(71,18,18,.9);
		padding: 0 0;
		width: 100%;
	}
	ul.nav_btn li:not(:first-child) {display: none;}
	ul.nav_btn li{
		height:auto;
	}
	ul.nav_btn li.icon {
		float: right;
		display: inline-block;
	}
	ul.nav_btn li a{
		padding:15px 12px;
		letter-spacing:1px;
		font-size:16px;
	}
	ul.nav_btn.responsive {
		position:fixed;
	}
	ul.nav_btn.responsive li.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	ul.nav_btn.responsive li {
		float: none;
		display: inline;
	}
	ul.nav_btn.responsive li a {
		display: block;
		text-align: center;
	}

	/* button */

	button{
		cursor: pointer;
		font-size: 26px;
		letter-spacing: 5px;
		border: 0;
		width: 230px;
		height: 60px;
		margin: 0 auto;
		display: block;
	}

	button.pair{
		margin: 5px;
		float: left;
		width: 100%;
		color: #fff;
		background-color: rgba(71,18,18,1);
	}

	button.send{
		width: 230px;
		color: #fff;	
		margin: 0 auto;
		display: block;
		background-color: rgba(71,18,18,1);
	}

	button.start{
		left: 50%;
		height: 60px;
		margin: 125% 0 100px -115px;
		display: block;
	}


	.check{
		width: 250px;
		position: fixed;
		z-index: 1;
		left:50%;
		margin: 0 -125px;
		top: 50%;
	}

	.set,.reset{
		text-align: center;
		display: inline-block;
		width: 123px;
		height: 80px;
		line-height: 80px;
	}

	.set:hover,.reset:hover{
		background: rgba(160,18,18,.95);
	}

	/* cast */

	
	#cast_01{
        background: url(../images/cast_01.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        min-width: 100%;
        height: 100%;
	}

	#cast_02{
        background: url(../images/cast_02.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        min-width: 100%;
        height: 100%;
	}

	#cast_03{
        background: url(../images/cast_03.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        min-width: 100%;
        height: 100%;
	}

	#cast_04{
        background: url(../images/cast_04.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        min-width: 100%;
        height: 100%;
	}

	#cast_05{
        background: url(../images/cast_05.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        min-width: 100%;
        height: 100%;
	}

	#cast_06{
        background: url(../images/cast_06.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        min-width: 100%;
        height: 100%;
	}


	/* content */

	.content{
		margin: 0 5%;
		width: 90%;
		display: block;
	}

	#form .content p{
		display: none;
	}

	.slide{
		display: block;
		margin: 0;
		width: 100%;
	}

	/* cast_sel */

	.cast_sel{
		margin: 0;
		padding-top: 30%;
		height: 70%;

	}

	.cast_sel h1{
		font-size: 28px;
		width: 90%;
		font-weight: normal;
		color: #471212;
		letter-spacing: 2px;
		text-align: center;
		margin: 5%;
	}

	.cast_item{
		margin: 0;
		border: solid 3px rgba(255,255,255,0.5);
		width: 30%;
	}

	.cast_item.active{
		border: solid 3px #C10;
	}

	/*  drink */

	.drink{	
		text-align: center;
		color: #edcbbf;
		float: left;
		cursor: pointer;	
		max-width: 13%;	
		margin: -33px 5px;
	}

	.drink .count{
		background: rgba(71,18,18,1);
		position: absolute;
		width: 40px;
		padding: 5px;
		margin: 65px 15px 0 0;
	}

	.drink h2{
		font-size: 12px;
		font-family: arial;
		font-weight: normal;
		letter-spacing: 0px;
	}

	.drink b{
		font-size: 20px;
	}

	.drink_bar{
		background: rgba(71,18,18,1);
		display: block;
		width: 100%;
    		position: initial;
		height: 80px;
		margin: 95% 0 0 0;
	}

	.slide h1 {
		font-weight: normal;
		color: #471212;
		font-size: 15px;
		height: auto;
		letter-spacing: 2px;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		width: auto;
		line-height: 25px;
		left: 25%;
		margin: -10px 0 0 -60px;

	}

	/* about &amp; rule */

	.about ul,.rule ul{
		display: inline-block;
	}

	.about ul li{
		padding-left:0;
	}

	/*  footer */

	#footer{
		display: none;
	}

	/* plugin layout*/

	.lity_info{
		width: 90%;
		margin: 0 auto;
	}

	.lity_info h1{
		font-size: 28px;
		letter-spacing: 3px;
		text-align: center;
		color: #471212;
		margin: 15px;
	}

	.lity_info p{
		margin-bottom: 5%;
		text-align: center;
		letter-spacing: 2px;
		line-height: 25px;
		color: #555;
	}

	.lity_form{
		padding: 10px 0 0;
		margin: 0 0 20px 0;
		background: rgba(71,18,18,1);
		float: left;
		width: 100%;
	}

	.lity_form input{
		font-size: 16px;
		letter-spacing: 1px;
		border: 0;
		width: 80%;
		display: block;
		margin: 15px auto;
		padding: 8px;
	}

	.g-recaptcha {
		width:200px;
		transform:scale(0.66);
		-webkit-transform:scale(0.66);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}

	.fb-like.mobile{
		display: inline;
		position: fixed;
		top: 65px;
		right: 10px;
		z-index: 10;
	}


}</pre></body></html>