@charset "utf-8";
/* CSS Document */
body {
	Font-family:微軟正黑體,Arial;
  	margin:0 auto;
  	padding:0;
	overflow-x:hidden;
	background: url(../images/bgPC.svg) top center no-repeat,#000;
	background-size:contain;}
	@media (max-width:600px){body {background: url(../images/bgMobi.svg) top center no-repeat,#000;
	background-size:contain}}
	
a{color:#de507d;text-decoration:none}
a:hover{ color:#0CC}
.gp{display:inline-block}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/*東立選單結束*/

/*主視覺*/
.pc{ display:block}
.mobi{ display:none}

	
	
/*雲霧*/
*,
*:before,
*:after {
  box-sizing: inherit;

  
}

figure {
  margin: 0;
}

.absolute-bg {
  position:fixed;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.fog {
  position:fixed;
  top:0;
  height: 100vh;
  width: 100%;
}
.fog__container {
  position:fixed;
  height: 100%;
  width: 100%;
  z-index:0;
  overflow: hidden;
}
.fog__img {
  position:fixed;
  height: 100vh;
  width: 300%;
}
.fog__img--first {
  background: url("../images/bgc1.png");
  background-size: contain;
  background-repeat:repeat;
          animation: marquee 600s linear infinite;
}
.fog__img--second {
  background: url("../images/bgc2.png");
  background-size: contain;
  background-repeat:repeat;
          animation: marquee 300s linear infinite;
}
@media (max-width:600px){.fog__img--first {animation: marquee 200s linear infinite;}.fog__img--second{ animation: marquee 100s linear infinite;}}

@keyframes marquee {
  0% { background-position:0 0;}
  100% {background-position:300% 0;}
}	

/*主視覺結束*/


/*各內容區塊樣式*/

.block{
		position:relative;
		display:block;
		margin:0 auto; 
		width:100%;
		min-height:90vh;
		text-align:left;
		text-indent:2em;
		padding:0;
		padding-top:1em;
		-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
		}
		.block h1{font-weight:900}
		.itembg{float:right; width:40%; margin:0}
		.name{background:#F03; color:#FFF; padding:0 1em}
		.info{ padding:1em 0; font-size:0.8em; width:100%;display:block; color:#FFF; margin-top:2em; vertical-align:middle}
		.list{max-width:300px; display:inline-block; margin:0; padding:0;}
		.info span{ background:#000; padding:0 0.5em; margin-right:0.5em}
		.buy a{ margin:1em auto; border:#FFF 1px solid; padding:0em 0.2em; margin-right:0.5em; color:#FFF}
		.buy a:hover{ color:#FF0; border:#FF0 1px solid;}
		
		#item1{ background:#000; color:#FFF}
		#item1 .carousel .carousel-item>img{max-width:400px; max-height:300px; box-shadow:#000 0 15px 15px}
		@media (max-width:600px){#item1 .carousel .carousel-item>img{max-width:320px; max-height:300px; box-shadow:#000 0 15px 15px}}
		#item2{ background:#EAD5B5; color:#000}
		#item2 .carousel .carousel-item>img{max-width:300px; max-height:400px; box-shadow:#000 0 15px 15px}
		#item3{ background:#666; color:#fff}
		#item3 .carousel .carousel-item>img{max-width:300px; max-height:400px; box-shadow:#000 0 15px 15px}
		
		
.b2{ padding:2em 2%;  border:8px solid #E8D0A6; background:rgba(0,0,0,.5); margin-bottom:10vh}
.b3{width:100%; max-width:100vw; min-height:80vh; vertical-align:middle;}
#tip p{ font-size:0.8em; width:80%; margin:0 auto}


#copy{position:relative;
    width:100%;
    text-align:center;
    font-size:.9em; color:#C96;}
#social{text-align:center; margin-bottom:0;z-index:9999; width:100%; position:relative}
#social a:hover{animation: 1s linear 0s normal none infinite jello-horizontal;}
#social a{ margin: 1% 2%;font-size:1em; display:inline-block;text-decoration:none}
#social a div{height:1.5em; width:1.5em;}

#SC #social a div{height:6em; width:6em; margin:0 auto; margin-left:1em; margin-right:1em; margin-top:2em}
#SC #social a:hover{ transform:scale(1.5); animation:none}
#SC #social a{ color:#fff}
@media (max-width:900px){

}
@media (max-width:600px){

}
@media (max-width:700px){
	.mobi{ display:block}
	.pc{ display:none}
	

}	
/*連結樣式*/		
	.bn{color: #F7D595; font-weight:bold; text-align:center; padding:0.5em 1.5em; border:1px solid #F7D595; cursor:pointer; margin:1em auto; margin-left:1em; margin-right:1em;  display:inline-block; text-shadow:#000 0 0 10px; font-weight:300; background:rgba(0,0,0,.8); z-index:90; position:relative}
	.bn:hover{ animation:bnhover 0.3s linear forwards}
	@keyframes bnhover{
		0%{}
		100%{ transform: scale(1.1);font-weight:bold; text-shadow: none; text-decoration:none}
		}
/*連結樣式結束*/	
/*按鈕效果*/
.readlink{
    color:#3CC;
	display:inline-block;
	font-weight:bold;
    font-size: 1.5em;
    text-transform: uppercase;
    border:1px solid #3CC;
	margin-left:0.5em;
	margin-right:0.5em;
	margin:2em auto;
    padding:1% 5%;
    border-radius: 20px 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}
.readlink:hover{
    color: #fff;
    background:linear-gradient(to right,rgba(0, 230, 210,.5),rgba(0, 230, 210,1));
    border-radius: 0;
	text-shadow: #09C 0 0 20px;
}
.readlink:before,
.readlink:after,
.readlink span:before,
.readlink span:after{
    content: "";
    background-color: #3CC;
    width: 0;
    height: 2px;
    position: absolute;
    top: -2px;
    right: 0;
    transition: all 0.3s ease;
}
.readlink:after,
.readlink span:after{
    width: 2px;
    height: 0;
    right: -2px;
    transition: 0.45s ease;
}
.readlink span:before{
    width: 0;
    top: auto;
    bottom: -2px;
    right: auto;
    left: 0;
}
.readlink span:after{
    right: auto;
    left: -2px;
    bottom: -2px;
    top: auto;
}
.readlink:hover:before,
.readlink:hover span:before{
    width: 100%;
}
.readlink:hover:after,
.readlink:hover span:after{
    height: 108%;
}
/*neon link*/
.neonlink
{
	position: relative;
	display: inline-block;
	padding: 0.2em 1em;
	margin: 2em  auto;
	color: #E6CA97;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	transition: 0.5s;
	letter-spacing: 0.2em;
	-webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}
.neonlink:hover
{
	background: #E6CA97;
	color: #050801;
	box-shadow: 0 0 5px #E6CA97,
				0 0 25px #E6CA97,
				0 0 50px #E6CA97,
				0 0 200px #E6CA97;
				text-shadow:none;
}
.neonlink span
{
	position: absolute;
	display: block;
}
.neonlink span:nth-child(1)
{
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #E6CA97);
	animation: animate1 1s linear infinite;
}
@keyframes animate1
{
	0%
	{
		left: -100%;
	}
	50%, 100%
	{
		left: 100%;
	}
}
.neonlink span:nth-child(2)
{
	top: -100px;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #E6CA97);
	animation: animate2 1s linear infinite;
	animation-delay: 0.25s;
}
@keyframes animate2
{
	0%
	{
		top: -100%;
	}
	50%, 100%
	{
		top: 100%;
	}
}
.neonlink span:nth-child(3)
{
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, transparent, #E6CA97);
	animation: animate3 1s linear infinite;
	animation-delay: 0.5s;
}
@keyframes animate3
{
	0%
	{
		right: -100%;
	}
	50%, 100%
	{
		right: 100%;
	}
}
.neonlink span:nth-child(4)
{
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg, transparent, #E6CA97);
	animation: animate4 1s linear infinite;
	animation-delay: 0.75s;
}
@keyframes animate4
{
	0%
	{
		bottom: -100%;
	}
	50%, 100%
	{
		bottom: 100%;
	}
}
.neontitle
{
	position: relative;
	display: inline-block;
	padding: 0.2em 1em;
	color:#EED9B0;
	margin: 1em  auto;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	transition: 0.5s;
	letter-spacing: 0.2em;
}
.neontitle span
{
	position: absolute;
	display: block;
}
.neontitle span:nth-child(3)
{
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #E6CA97);
	animation: animate1 1s linear infinite;
}

.neontitle span:nth-child(2)
{
	top: -100px;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #E6CA97);
	animation: animate2 1s linear infinite;
	animation-delay: 0.25s;
}

.neontitle span:nth-child(1)
{
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, transparent, #E6CA97);
	animation: animate3 1s linear infinite;
	animation-delay: 0.5s;
}

.neontitle span:nth-child(4)
{
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg, transparent, #E6CA97);
	animation: animate4 1s linear infinite;
	animation-delay: 0.75s;
}

/*下方隱藏*/
#ui-gallery-main-nav{position:fixed;height:75px;width:98%;padding:0 1%;left:0;background:#fff;z-index:4;-moz-transition:bottom .35s cubic-bezier(0.645,.045,.355,1);-webkit-transition:bottom .35s cubic-bezier(0.645,.045,.355,1);-o-transition:bottom .35s cubic-bezier(0.645,.045,.355,1);transition:bottom .35s cubic-bezier(0.645,.045,.355,1)}

#ui-gallery-main-nav-menu{position:absolute;top:-75px;right:0}
.ui-gallery-main-nav-closed{bottom:-75px}
.ui-gallery-main-nav-open{bottom:0}
#ui-gallery-main-nav p{font-size:1.5em;font-weight:700;position:absolute;left:1%}
#ui-gallery-main-nav nav{position:absolute;right:1%;font-size:1.5em;padding-top:25px}
#ui-gallery-main-nav nav{}
#ui-gallery-main-nav nav a{text-decoration:none; display:inline-block}
#ui-gallery-main-nav nav a div{ display:inline-block; margin-left:1em; margin-right:1em;}
