@charset "UTF-8";
html {
	color: #333;
    background-color: #fff;
}
body {
	min-width: 960px;
	display: none;
}
html.loading {
    background: url(/img/loading_small_blue.gif) 50% 50% no-repeat;
}
html.loading body {
    
}
#main-wrap {
	width: 100%;
	position: relative;
	height: auto;
	min-height: 100%;
	overflow: hidden;
}
#main-wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 1;
	overflow: hidden;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
background: #f0190f;
}


header {
	position: relative;
	width: 100%;
	text-align: center;
}
header .logo {
	display: inline-block;
	/*width: 230px;
	height: 32px;*/
    width: 371px;
	height: 51px;
	margin: 48px 0 14px;
}
header.home .logo {
	width: 371px;
	height: 51px;
}
header .logo img {
	width: 100%;
	height: 100%;
}
header #main-nav {
	width: 100%;
	height: 54px;
	font-size: 0;
	color: rgb(51, 51, 51);
	vertical-align: bottom;
}
header #main-nav li {
	display: inline-block;
	padding: 0 15px;
	line-height: 32px;
	margin-top: 21px;
	border-radius: 20px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	transition: background-color 200ms linear;
}
header #main-nav li:last-of-type {
    position: relative;
}
header #main-nav li:last-of-type .nav_cart {
    position: absolute;
	top: -21px;
	right: -50px;
    width: 65px;
    height: 55px;
}
header #main-nav li.active:nth-child(1),header #main-nav li:nth-child(1):hover{
	background-color: #f0190f;
    color: #fff;
}
header #main-nav li.active:nth-child(2),header #main-nav li:nth-child(2):hover{
	background-color: #ff4191;
    color: #fff;
}
header #main-nav li.active:nth-child(3),header #main-nav li:nth-child(3):hover{
	background-color: #ffe100;
}
header #main-nav li.active:nth-child(4),header #main-nav li:nth-child(4):hover{
	background-color: #64d200;
    color: #fff;
}
header #main-nav li.active:nth-child(5),header #main-nav li:nth-child(5):hover{
	background-color: #00b9ff;
    color: #fff;
}
header #main-nav li.active:nth-child(6),header #main-nav li:nth-child(6):hover{
	background-color: #ff7f00;
    color: #fff;
}

footer {
	position: relative;
	width: 100%;
	height: 250px;
}
#footer-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 960px;
	padding: 99px 0 0 65px;
	margin: 0 auto;
}
#footer-wrap .logo {
	position: absolute;
	right: 63px;
	top: 78px;
	width: 180px;
	height: 83px;
}
#footer-wrap .wording {
	font-size: 15px;
	color: #fff;
	margin-bottom: 13px;
}
#footer-wrap a {
	font-size: 13px;
}
#footer-wrap input[type="email"] {
	float: left;
    width: 120px;
    height: 20px;
    border: solid 1px #fff;
    border-radius: 10px;
    padding: 0 10px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
}
#footer-wrap input::-webkit-input-placeholder {
    color:    #fff;
}
#footer-wrap input::-moz-placeholder {
    color:    #fff;
}
#footer-wrap .subbtn {
	float: left;
    border-radius: 10px;
    padding: 0 12px;
    margin-left: 4px;
    font-size: 10px;
    line-height: 20px;
    color: #f0190f;
    background-color: #fff;
}

.bg_red #footer-wrap .subbtn {
	color: #f0190f;
}
.bg_pink #footer-wrap .subbtn {
	color: #ff4191;
}
.bg_orange #footer-wrap .subbtn {
	color: #ff7f00;
}
.bg_yellow #footer-wrap .subbtn {
	color: #ffe100;
}
.bg_green #footer-wrap .subbtn {
	color: #64d200;
}
.bg_blue #footer-wrap .subbtn {
	color: #00b9ff;
}
#footer-wrap .combtn {
	display: inline-block;
	position: relative;
	width: 35px;
	height: 35px;
	margin-left: 8px;
	margin-bottom: -17px;
	top: -13px;
}
#footer-wrap .combtn>img {
	width: 100%;
	height: 100%;
}

#bg-wrap {
	position: absolute;
	top: 0;
	left: 50%;
}
#bg-wrap .ball{
	position: absolute;
    border-radius: 50%;
	pointer-events: none;
	transform: translateZ(0);
}
.content_wrap {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.issuu-embed-container {
  position: relative;
  width: 100%;
  /*padding-top: 56.25%;*/
  padding-top: 65%;
  height: 0;
  overflow: hidden;
}
.issuu-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#to-top {
	position: absolute;
	right: 60px;
	bottom: 310px;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background-color: rgba(240,25,15,.4);
	font-size: 0;
    z-index: 99;
}
#to-top img {
	width: 34px;
	height: 34px;
	margin-top: 25px;
	margin-left: 27px;
}
