@charset "utf-8";
@import url(bootstrap.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*============= Static Style =============*/
*:focus,
a:focus,
.btn:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', 'Noto Sans TC', 'Apple LiGothic Medium', '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-justify: inter-ideograph;
}
body {
	-webkit-overflow-scrolling: touch; /*非正規*/
	overflow-x: hidden;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
}
a,
a:active,
a:focus,
a:visited,
.btn {
	background: transparent;
	color: inherit;
	display: inline-block;
	outline: none;
}
a,
button {
	transition: all 0.25s ease;
}
a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
}
a:hover {
	color: inherit;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
.text-justify {
	text-justify: inter-ideograph;
}
#gotop {
	background: #f3b5b6;
	border-radius: 20px;
	bottom: 90px;
	color: #fff;
	display: none;
	font-size: 0.75em;
	height: 65px;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 15px;
	text-align: center;
	transition: background 0.5s ease;
	width: 65px;
	z-index: 100;
}
#gotop > img {
	display: block;
	height: 30px;
	margin: 0 auto;
	width: 30px;
}
#gotop:active,
#gotop:hover {
	background-color: #fbe695;
}
/*============= CSS Animation =============*/

/*============= Local Style =============*/
:root {
	background: url(../images/bg_body.jpg);
}
body {
	background: url(../images/bg_body_r.png) right top no-repeat, url(../images/bg_body_rt.png) right top no-repeat,
		url(../images/bg_body_l.png) left top no-repeat, url(../images/bg_body_lt.png) left top no-repeat, transparent;
	background-size: 50% auto, 32% auto, 50% auto, 35% auto, auto;
	margin: 0 auto;
	max-width: 1920px;
	min-height: 100vh;
	padding-bottom: 35px;
}
body:after {
	background: url(../images/bg_body_b.png) center bottom no-repeat;
	background-size: 100% auto;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.content {
	background: repeating-linear-gradient(45deg, #fbe695 0px, #fbe695 10px, #fbe9a2 10px, #fbe9a2 20px, #fbe695 20px)
			center top no-repeat,
		repeating-linear-gradient(45deg, #fbe695 0px, #fbe695 10px, #fbe9a2 10px, #fbe9a2 20px, #fbe695 20px) center
			bottom no-repeat,
		#fff;
	background-size: 100% 45px, 100% 45px, auto;
	border: #c89385 solid;
	border-width: 10px 0;
	margin: 0 15px;
	padding: 85px 15px 0;
	width: calc(100vw - 30px);
}
.content a {
	word-break: break-all;
}
.content .btn {
	background: #f4aeb6;
	border: none;
	border-radius: 3em;
	color: #fff;
	display: block;
	font-size: 1.37em;
	font-weight: 300;
	line-height: 3;
	margin: 20px auto 0;
	padding: 0;
	text-align: center;
	width: 280px;
}
.content .btn:after {
	border: transparent solid;
	border-left-color: #fff;
	border-width: 4px 0 4px 6px;
	content: '';
	display: inline-block;
	margin-left: 10px;
	vertical-align: 3px;
}
.content .btn:hover {
	background: #fbe695;
	text-shadow: #c4a530 0 0 3px;
}
.content .btn:disabled,
.content .btn.disabled {
	background: #ccc;
	opacity: 1;
}
.content .btn:disabled:hover,
.content .btn.disabled:hover {
	background: #999;
}
.content form {
	margin: 25px auto 0;
}
.content form .checkbox {
	text-align: center;
}
.content form .checkbox > label,
.content form .checkbox-inline > label,
.content form .radio > label,
.content form .radio-inline > label {
	position: relative;
}
.content form .checkbox input[type='checkbox'],
.content form .checkbox-inline input[type='checkbox'],
.content form .radio input[type='radio'],
.content form .radio-inline input[type='radio'] {
	height: 14px;
	left: 0;
	margin: 0;
	top: calc(50% - 6px);
	width: 14px;
}
.content form .checkbox > label {
	display: inline-block;
}
.content form .checkbox-inline,
.content form .form-control-static,
.content form .radio-inline {
	line-height: 1.5;
	min-height: auto;
}
.content form .form-control {
	background: #fef7f1;
	border-color: transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px;
}
.content form .form-control:disabled {
	background: #eee;
}
.content form .form-control-static {
	padding: 0;
}
.content form .form-group label:not([class]) {
	display: block;
	font-weight: inherit;
}
.content form .has-error .form-control {
	border-color: #a94442;
}
.content form .has-success .form-control {
	border-color: #3c763d;
}
.content form .help-block {
	display: block;
	font-size: 0.85em;
	line-height: 1.25;
	text-align: right;
}
.content form hr {
	margin: 30px 0;
}
.content form .select-group {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.content form .select-group .form-control {
	width: calc((100% - 30px) / 3);
}
.content form textarea {
	min-height: 200px;
}
.content h1 {
	color: #231815;
	font-size: 2em;
	line-height: 1;
	margin-bottom: 1.25em;
	text-align: center;
}
.content h1 > span {
	border-bottom: #f4b5b7 3px solid;
	display: inline-block;
	padding-bottom: 10px;
}
.content h2 {
	/*border-left: #fed42e 5px solid;*/
	color: #000;
	font-size: 1.37em;
	line-height: 1;
	margin: 2em 0 0.75em;
	padding-left: 15px;
}
.content .highlight {
	border-bottom: #f09391 1px solid;
	color: #f09391;
	display: inline;
}
.content hr {
	border-top-color: #ddd;
	margin: 50px 0;
}
.content li {
	line-height: 1.75;
}
.content li + li {
	margin-top: 0.5em;
}
.content li > ol,
.content li > ul {
	margin-top: 1em;
	padding-left: 20px;
}
.content .list-small {
	color: #666;
	font-size: 0.85em;
}
.content .narrow {
	margin: 0 auto;
	max-width: 800px;
}
.content p + .btn {
	margin-top: 100px;
}
.content p.large,
.content p.middle,
.content p.semi-middle {
	color: #604d3f;
	line-height: 1.5;
	text-align: center;
}
.content p.large {
	font-size: 6.5em;
}
.content p.middle {
	font-size: 2.5em;
}
.content p.semi-middle {
	font-size: 1.25em;
}
.content .price {
	color: #ef8da6;
	font-size: 1.5em;
	font-style: italic;
	padding: 4px 0 5px;
}
.content .price:before {
	content: 'NT$';
	display: inline-block;
	font-size: 0.5em;
	font-style: normal;
	line-height: 1;
	margin-right: 5px;
	vertical-align: baseline;
}
.content:after,
.content:before {
	bottom: 0;
	content: '';
	left: auto;
	position: absolute;
	right: auto;
	top: 0px;
	width: calc(50vw - 50%);
	z-index: -1;
}
.content:after {
	background: url(../images/bg_wrap_l.png) right -360px repeat-y;
	background-size: 50px auto;
	right: 100%;
}
.content:before {
	background: url(../images/bg_wrap_r.png) left -360px repeat-y;
	background-size: 50px auto;
	left: 100%;
}
footer {
	margin-top: 40px;
}
footer .copyright {
	color: #683c00;
	font-size: 0.85em;
	text-align: center;
}
footer .copyright > span {
	display: none;
}
footer .doll-group {
	margin-bottom: 25px;
	text-align: center;
}
footer .doll-group > img {
	height: 150px;
}
/*.grecaptcha-badge{
	opacity: .1;
}*/
header {
	height: 180px;
}
header a {
	display: block;
}
header .brand {
	float: left;
	position: relative;
	top: 35px;
	width: 60px;
	z-index: 5;
}
header .brand-kid {
	bottom: -73px;
	left: calc(50% - 145px);
	position: absolute;
	transition: none;
	width: 290px;
	z-index: 1;
}
header .brand-kid > img {
	display: block;
	width: 100%;
}
header .facebook {
	float: right;
	font-size: 0;
	position: relative;
	top: 55px;
	z-index: 5;
}
header .facebook > img {
	display: block;
	height: 40px;
	width: 40px;
}
header .facebook:hover {
	transform: translateY(-5px);
}
@media (min-width: 544px) {
	.content {
		background: repeating-linear-gradient(
					45deg,
					#fbe695 0px,
					#fbe695 20px,
					#fbe9a2 20px,
					#fbe9a2 40px,
					#fbe695 40px
				)
				center top no-repeat,
			repeating-linear-gradient(45deg, #fbe695 0px, #fbe695 20px, #fbe9a2 20px, #fbe9a2 40px, #fbe695 40px) center
				bottom no-repeat,
			#fff;
		background-size: 100% 80px, 100% 60px, auto;
		border-width: 17px 0;
		padding-top: 125px;
	}
	.content form .checkbox input[type='checkbox'],
	.content form .checkbox-inline input[type='checkbox'],
	.content form .radio input[type='radio'],
	.content form .radio-inline input[type='radio'] {
		top: calc(50% - 7px);
	}
	.content form .checkbox-inline,
	.content form .form-control-static,
	.content form .radio-inline {
		line-height: 40px;
	}
	.content form .form-group {
		margin: 0;
		padding-left: 6em;
		position: relative;
	}
	.content form .form-group + .form-group {
		margin-top: 25px;
	}
	.content form .form-group + .form-static,
	.content form .form-static + .form-group {
		margin-top: 10px;
	}
	.content form .form-static + .form-static {
		margin-top: 0;
	}
	.content form .form-group label:not([class]) {
		left: 0;
		margin: 0;
		position: absolute;
		top: 8px;
	}
	.content:after,
	.content:before {
		background-position-y: -150px;
		background-size: 100px auto;
	}
	footer .copyright > a {
		display: block;
	}
	footer .copyright > span {
		display: inline;
	}
	header {
		height: 280px;
	}
	header .brand {
		top: 70px;
		width: 88px;
	}
	header .brand-kid {
		bottom: -122px;
		left: calc(50% - 240px);
		width: 480px;
	}
	header .facebook {
		color: #40210f;
		font-size: 14px;
		top: 100px;
	}
	header .facebook > img {
		display: inline-block;
		margin-right: 5px;
	}
	header .facebook:hover {
		color: #000;
	}
	#gotop {
		bottom: 110px;
	}
}
@media (min-width: 768px) {
	body {
		font-size: 16px;
		padding-bottom: 105px;
	}
	.content {
		background-size: 100% 80px, 100% 80px, auto;
		margin: 0;
		width: 100%;
	}
	.content .price {
		padding: 2px 0;
	}
	footer {
		margin-top: 110px;
		position: relative;
	}
	footer .copyright {
		margin-bottom: 15px;
	}
	footer .doll-group {
		bottom: 30px;
		margin: 0;
		position: absolute;
		right: 0;
	}
	#gotop {
		bottom: 105px;
	}
}
@media (min-width: 992px) {
	body {
		background-size: auto, 30% auto, auto, 35% auto, auto;
	}
	.content:after,
	.content:before {
		background-position-y: -300px;
		background-size: auto;
	}
	footer {
		margin-top: 220px;
	}
	footer .doll-group {
		bottom: 0;
	}
	footer .doll-group > img {
		height: 300px;
	}
}
@media (min-width: 1200px) {
	body {
		background-size: auto, auto, auto, auto, auto;
	}
}
@keyframes HotBubble {
	from {
		transform: translateY(-5px);
	}
	to {
		transform: translateY(5px);
	}
}
body.in-open {
	overflow: hidden;
}
.hot-news {
	background: repeating-linear-gradient(
			-45deg,
			rgba(0, 0, 0, 0.25) 0px,
			rgba(0, 0, 0, 0) 1px,
			rgba(0, 0, 0, 0) 4px,
			rgba(0, 0, 0, 0.25) 5px
		),
		rgba(0, 0, 0, 0.75);
	bottom: 0;
	border-radius: 50%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	right: 0;
	position: fixed;
	top: 0;
	transform: scale(0);
	transform-origin: calc(100% - 40px) 40px;
	transition: all 0.25s ease;
	z-index: 1000;
}
.hot-news-content {
	background: repeating-linear-gradient(45deg, #fbe695 0px, #fbe695 20px, #fbe9a2 20px, #fbe9a2 40px, #fbe695 40px)
			center top no-repeat,
		repeating-linear-gradient(45deg, #fbe695 0px, #fbe695 20px, #fbe9a2 20px, #fbe9a2 40px, #fbe695 40px) center
			bottom no-repeat,
		#fff;
	background-size: 100% 30px, 100% 30px, auto auto;
	border: #f194ad solid;
	border-width: 5px 0;
	bottom: 0;
	font-size: 16px;
	height: auto;
	left: 50%;
	line-height: 1.5;
	margin: auto;
	max-height: 80%;
	max-width: 90%;
	padding: 45px 0;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 600px;
}
.hot-news-wrap {
	max-height: 100%;
	overflow: auto;
	padding: 0 15px;
}
.hot-news-wrap::-webkit-scrollbar {
	background: transparent;
	border-radius: 10px;
	width: 10px;
}
.hot-news-wrap::-webkit-scrollbar-thumb {
	background: #eee;
	display: block;
	border-radius: 5px;
}
.hot-news-title {
	color: #b11;
	font-size: 1.5em;
	text-align: center;
}
.hot-news-subtitle {
	border-left: #fed42e 5px solid;
	color: #000;
	font-size: 1.37em;
	line-height: 1;
	margin: 2em 0 0.75em;
	padding-left: 10px;
}
.hot-news-highlight {
	color: #f55;
	display: block;
	font-size: 1.25em;
}
.hot-news-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hot-news-list > li {
	padding-left: 25px;
	position: relative;
}
.hot-news-list > li:before {
	background: #fed42e;
	content: '';
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0.75em;
	transform: translateY(-50%);
	width: 5px;
}
.hot-news-toggle {
	animation: HotBubble 1s ease-in-out -0.5s infinite alternate both;
	background: #40210f;
	border: none;
	border-radius: 50%;
	color: #fff;
	height: 60px;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 15px;
	top: 15px;
	width: 75px;
	z-index: 1010;
}
.hot-news-toggle:after {
	border: transparent solid;
	border-bottom-color: #40210f;
	border-width: 15px 20px;
	bottom: 0;
	content: '';
	display: block;
	left: 50%;
	position: absolute;
	transition: all 0.25s ease;
	z-index: -1;
}
.hot-news-toggle > span {
	background: #fff;
	border-radius: 30px;
	display: block;
	margin: 0 auto;
	transition: all 0.25s ease;
	width: 4px;
}
.hot-news-toggle > span:first-child {
	height: 25px;
}
.hot-news-toggle > span:last-child {
	height: 4px;
	margin-top: 5px;
}
.in-open .hot-news {
	border-radius: 0;
	opacity: 1;
	transform: scale(1);
}
.in-open .hot-news-toggle {
	background: #a28977;
}
.in-open .hot-news-toggle:after {
	border-bottom-color: #a28977;
}
.in-open .hot-news-toggle > span {
	left: calc(50% - 2px);
	position: absolute;
	top: calc(50% - 15px);
}
.in-open .hot-news-toggle > span:first-child {
	height: 30px;
	transform: rotate(-135deg);
}
.in-open .hot-news-toggle > span:last-child {
	height: 30px;
	margin-top: 0;
	transform: rotate(135deg);
}
@media (min-width: 768px) {
	.hot-news-content {
		border-width: 10px 0;
		background-size: 100% 50px, 100% 50px, auto auto;
		font-size: 18px;
		padding: 75px 0;
	}
	.hot-news-wrap {
		padding: 0 30px;
	}
	.hot-news-list br {
		display: none;
	}
}
