@charset "utf-8";
/* CSS Document */

.table{
  display: table;
  height: 100%;
  width: 100%;
}

.table .td{
  display: table-cell;
  vertical-align: middle;
}

.origins .more:after {
}

html.desktop .inner {
  background: #fff;
}

html.desktop .inner.active > * {
  -moz-transform: translate3d(0, 8em, 0);
  -ms-transform: translate3d(0, 8em, 0);
  -webkit-transform: translate3d(0, 8em, 0);
  transform: translate3d(0, 8em, 0);
}

html.desktop .inner > * {
  opacity: 0;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.desktop .inner > .active {
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.block + .inner {
  display: none;
  overflow: hidden;
}

.block .more b {
  -moz-transition: -moz-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.block .more.active b {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.block .more.active b:before {
  opacity: 0;
}

html.mobile .main .background.loaded b {
  opacity: 0.8;
}

.icon-home:before {
  content: "b";
}

#right_nav {
  width: 60px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-transform: translateZ(0);
}

#right_nav:after {
  position: absolute;
  right: 0;
  width: 300%;
  height: 100%;
  top: 0;
  content: '';
  -moz-transform: scaleX(0.33333);
  -ms-transform: scaleX(0.33333);
  -webkit-transform: scaleX(0.33333);
  transform: scaleX(0.33333);
  z-index: -1;
  opacity: 0.1;
  background: url("../images/gradient.png") no-repeat center/100% 100%;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  display: block;
}

#right_nav nav.desktop {
  width: 100%;
  padding: 1em 0;
  text-align: center;
}

#right_nav nav.desktop:hover .menu a span {
  opacity: 0.5;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#right_nav nav.desktop a.home {
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 0.8em;
  display: inline-block;
}

#right_nav nav.desktop .menu a {
  display: block;
  text-align: center;
  padding: 1em 0;
  position: relative;
}

#right_nav nav.desktop .menu a:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  -webkit-border-radius: 7.5px;
  -moz-border-radius: 7.5px;
  border-radius: 7.5px;
  content: "";
}

#right_nav nav.desktop .menu a:hover:before, #right_nav nav.desktop .menu a.active:before {
  background-color: #fff;
}

#right_nav nav.desktop .menu a span {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -12px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  -moz-transform: translate3d(1em, 0, 0);
  -webkit-transform: translate3d(1em, 0, 0);
  transform: translate3d(1em, 0, 0);
}

#right_nav nav.desktop .menu a:hover span {
  opacity: 1 !important;
}

#right_nav nav.desktop .menu div + a {
  margin: 1em auto 0 auto;
}

#right_nav nav.desktop .menu a.active + div {
  padding: 1em 0;
  opacity: 1;
}

#right_nav nav.desktop .socials {
  font-size: 1.5em;
  color: #fff;
  margin-top: 1em;
  position: relative;
  cursor: pointer;
}

#right_nav nav.mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  #right_nav {
    width: 100%;
    height: 4.5em;
  }

  #right_nav nav.desktop {
    display: none;
  }

  #right_nav nav.mobile {
    display: block;
  }
}

.main {
  height: 100vh;
  color: #fff;
  position: relative;
}

.block {
  width: 100%;
  display: block;
  position: relative;
}

.block .more {
  position: absolute;
  display: block;
  z-index: 100;
}

.block .more:after {
  position: absolute;
  width: 104%;
  height: 104%;
  border-radius: 50%;
  left: -2%;
  top: -2%;
  content: '';
  z-index: 1;
  display: block;
}

.block .more b, .block .more b:after, .block .more b:before {
  background: #fff;
  position: absolute;
  height: 1px;
  content: '';
  display: inline-block;
  left: 0;
  z-index: 2;
}

.block.full .content {
  width: 100%;
  position: relative;
}

.block.full .more {
  left: 50%;
  cursor: pointer;
}

.block.full .bt_open_bt{
	background: url(../images/bt_open_bt.png) no-repeat center bottom;
	width: 136px;
	height: 70px;
    margin-left: -68px;
}

.block.full .bt_open_r{
	background: url(../images/bt_open_r.png) no-repeat center right;
	height: 136px;
	width: 70px;
	margin-top: -475px;
}

.block.full .bt_open_tp{
	background: url(../images/bt_open_tp.png) no-repeat center top;
	width: 136px;
	height: 70px;
    margin-left: -68px;
	margin-top: -365px;
}

.block .bt_open_bt b {
  left: 35%;
  width: 30%;
  opacity: 0.7;
  background: transparent;
}

.block .bt_open_bt b:before {
  width: 100%;
  height: 100%;
}

.block .bt_open_bt b:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

.block .bt_open_r b {
  top: 49%;
  left: -17px;
  width: 50%;
  opacity: 0.7;
  background: transparent;
}

.block .bt_open_r b:before {
  width: 100%;
  height: 100%;
}

.block .bt_open_r b:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

.block .bt_open_tp b {
  left: 35%;
  width: 30%;
  bottom: 0;
  opacity: 0.7;
  background: transparent;
}

.block .bt_open_tp b:before {
  width: 100%;
  height: 100%;
}

.block .bt_open_tp b:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

.block.half {
  text-align: center;
}

.block.half .content {
  width: 50%;
  height: 100%;
  position: relative;
  float: left;
}

/* 1600 x 1200 , 1600 x 1024 , 1600 x 900 */
@media screen and (max-width: 1600px) {
}

/* 1400 x 900 , 1400 x 1050 */
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1334px) {
	.block.full .bt_open_tp{
		margin-top: -357px;
	}
}

@media screen and (max-width: 1136px) {
	.block.full .bt_open_tp{
		margin-top: -353px;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1029px) {
	.block.full .bt_open_tp{
		margin-top: -346px;
	}
}


/* 以下切換手機板*/
@media screen and (min-width: 1030px) and (max-width: 1080px) {
	#right_nav{
		display: none;
	}

	.block.full .bt_open_r{
		background: url(../images/bt_open_bt.png) no-repeat center bottom;
		width: 136px;
		height: 70px;
		margin-left: -68px;
		margin-top: -410px;
	}

	.block .bt_open_r b {
		left: 35%;
		top: 0;
		width: 30%;
		opacity: 0.7;
		background: transparent;
	}
	
	.block.full .bt_open_tp{
		margin-top: -395px;
	}
}

@media screen and (max-width: 1000px) {
	#right_nav{
		display: none;
	}

	.block.full .bt_open_r{
		background: url(../images/bt_open_bt.png) no-repeat center bottom;
		width: 136px;
		height: 70px;
		margin-left: -68px;
		margin-top: -410px;
	}

	.block .bt_open_r b {
		left: 35%;
		top: 0;
		width: 30%;
		opacity: 0.7;
		background: transparent;
	}
	
	.block.full .bt_open_tp{
		margin-top: -395px;
	}
}

@media screen and (max-width: 760px) {
}
