@charset "utf-8";
@import url(animate.css);
@import url(bootstrap.min.css);
@import url(jquery.fancybox.min.css);
@import url(owl.carousel.min.css);
*:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.25;
}
body {
	font-size: 16px;
	margin: 0;
	-webkit-overflow-scrolling: touch; /*非正規*/
	overflow-x: hidden;
	padding: 0;
	position: relative;
	text-justify: inter-ideograph;
	font-family: "Microsoft JhengHei", sans-serif;
}
a,
a:active,
a:focus,
a:visited,
.btn {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: unset;
	display: inline-block;
	outline: none;
	transition: all 0.25s ease;
}
a:hover,
a:active,
a:visited,
a:focus {
	text-decoration: none;
}
.btn,
.btn:active,
.btn:focus,
.btn:visited {
	background: #333;
	border-radius: 0;
	color: #fff;
}
.btn:hover {
	background: #000;
	color: #fff;
}
.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;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
nav h1,
nav h2,
nav h3 {
	color: inherit;
	font-size: inherit;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.page-content {
	font-size: 16px;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.page-content p {
	color: #333;
	line-height: 1.25;
}
.page-content h1 {
	font-size: 2rem;
}
.page-content h2 {
	font-size: 1.5rem;
}
.page-content h3 {
	font-size: 1.25rem;
}
.page-content h4 {
	font-size: 16px;
}
.page-content h5 {
	font-size: 0.75rem;
}
.page-content h6 {
	font-size: 0.5rem;
}
.page-content img {
	display: block;
	height: auto !important;
	margin: 0;
	max-width: 100%;
}
.page-content p {
	margin-bottom: 15px;
}

.page-content img + p,
.page-content p + img {
	margin-top: 30px;
}
.page-list,
.pagination {
	display: inline-block;
	font-size: 0.85rem;
	margin: 50px 0 0;
	vertical-align: middle;
}
.page-list > li,
.pagination > li {
	border: none;
	display: none;
	float: left;
	margin: 0;
	padding: 0;
}
.page-list > li {
	display: block;
}
.page-list > li a,
.page-list > li a:active,
.page-list > li a:focus,
.page-list > li a:visited,
.pagination > li a,
.pagination > li a:active,
.pagination > li a:focus,
.pagination > li a:visited,
.pagination > li:first-child a,
.pagination > li:last-child a {
	background: #333;
	border-radius: 8px;
	border: none;
	color: rgba(255, 255, 255, 1);
	float: none;
	line-height: 34px;
	min-width: 34px;
	padding: 0 10px;
	text-align: center;
}
.page-list > li a:hover,
.pagination > li a:hover,
.pagination > li.active a,
.pagination > li.active a:active,
.pagination > li.active a:focus,
.pagination > li.active a:hover,
.pagination > li.active a:visited {
	background: #003b90;
	color: rgba(255, 255, 255, 1);
}
.page-list > li + li,
.pagination > li + li {
	margin-left: 10px;
}
.pagination > li.active,
.pagination > li.arrow {
	display: block;
}
.pagination > li.arrow > a {
	line-height: 30px;
	padding-bottom: 4px;
}
.pagination:after {
	clear: both;
	content: '';
	display: block;
}
.text-justify {
	text-justify: inter-ideograph;
}
ul[class*='nav'],
ul[class*='list'] {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul[class*='nav']:after,
ul[class*='list']:after {
	clear: both;
	content: '';
	display: block;
}
#gotop {
	background: #333;
	border-radius: 5px;
	bottom: 15px;
	display: none;
	height: 40px;
	position: fixed;
	right: 15px;
	text-align: center;
	transition: background 0.5s ease;
	width: 40px;
	z-index: 10000;
}
#gotop:after {
	border: transparent 2px solid;
	border-left-color: #fff;
	border-top-color: #fff;
	content: '';
	display: block;
	height: 12px;
	left: calc(50% - 6px);
	position: absolute;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	width: 12px;
}
#gotop:active {
	background: #000;
}
#gotop.sticky {
	bottom: 74px;
	position: absolute;
	top: auto;
}
/* video */
.video__container {
    width: 100%;
    margin: 40px auto;
}
.video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*==============================*/
@keyframes ScrollLink {
	0% {
		opacity: 0;
		top: calc(100% - 10px);
	}
	50% {
		opacity: 1;
		top: calc(100% + 0px);
	}
	100% {
		opacity: 0;
		top: calc(100% + 10px);
	}
}

/*==============================*/
footer {
	padding: 25px 0 15px;
}
footer .copyright {
	color: #666;
	font-size: 0.8rem;
	margin: 0;
	padding: 0 15px;
	text-align: center;
}
header {
	display: none;
	padding: 15px 0;
	position: relative;
}
header a.brand {
	background: center center no-repeat;
	background-size: contain;
	display: block;
	margin: 0 auto;
	max-height: 150px;
	width: 75%;
}
header a.brand > img {
	height: 100%;
	opacity: 0;
	width: 100%;
}
header .social-nav {
	bottom: 15px;
	left: -90px;
	overflow: hidden;
	/*padding-left: 44px;*/
	padding-right: 44px;
	position: fixed;
	/*right: -90px;*/
	transition: left 0.25s ease;
	z-index: 100;
}
header .social-nav img[src*='.svg'] {
	display: block;
}
header .social-nav li {
	/*float: left;*/
	float: right;
	height: 44px;
	overflow: hidden;
	width: 44px;
}
header .social-nav li > a {
	display: block;
	height: 100%;
	width: 100%;
}
header .social-nav .share-btn {
	background: #333 url(../images/icon_share.svg) center center no-repeat;
	background-size: 25px 25px;
	/*border-radius: 10px 0 0 10px;*/
	border-radius: 0 10px 10px 0;
	bottom: 0;
	display: block;
	/*left: 0;*/
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
}
header .social-nav.active {
	left: 0;
	/*right: 0;*/
}
header .social-nav.sticky {
	bottom: 74px;
}
section.banner {
	position: relative;
}
section.banner .owl-carousel .item {
	background: center center no-repeat;
	background-size: cover;
	height: 250px;
}
section.banner .owl-carousel .item a,
section.banner .owl-carousel .item img {
	display: block;
	height: 100%;
	opacity: 0;
	width: 100%;
}
section.banner .owl-dots {
	text-align: center;
}
section.banner .owl-dots .owl-dot {
	background: #fff;
	border: #aaa 1px solid;
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	width: 15px;
}
section.banner .owl-dots .owl-dot + .owl-dot {
	margin-left: 15px;
}
section.banner .owl-dots .owl-dot.active {
	background: #585858;
}
section.banner .owl-nav .owl-next,
section.banner .owl-nav .owl-prev {
	background: #474746;
	border-radius: 50%;
	box-shadow: #fff 0 0 0 2px;
	font-size: 0rem;
	height: 30px;
	left: auto;
	opacity: 0.5;
	position: absolute;
	right: auto;
	top: calc(50% - 15px);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	width: 30px;
}
section.banner .owl-nav .owl-next {
	right: 5px;
}
section.banner .owl-nav .owl-prev {
	left: 5px;
}
section.banner .owl-nav .owl-next:before,
section.banner .owl-nav .owl-prev:before {
	border: #fff solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: block;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	width: 10px;
}
section.banner .owl-nav .owl-next:before {
	right: 12px;
	transform: rotate(45deg);
}
section.banner .owl-nav .owl-prev:before {
	left: 12px;
	transform: rotate(-135deg);
}
section.banner .owl-nav .owl-next:hover,
section.banner .owl-nav .owl-prev:hover {
	opacity: 1;
}
section.banner .title {
	color: #fff;
	left: 50px;
	position: absolute;
	right: 50px;
	text-align: center;
	top: calc(50% - 7vw);
	z-index: 10;
}
section.banner .title h1,
section.banner .title h2 {
	margin: 0;
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
}
section.banner .title h1 {
	font-size: 7vw;
}
section.banner .title h2 {
	font-size: 3.6vw;
}

@media (min-width: 992px) {
	.page,
	.content {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	
}


section.content {
	padding: 120px 0 60px;
}
section.content a.scrol {
	color: #333;
	display: block;
	font-size: 1.5rem;
	margin: 100px auto 0;
	position: relative;
	text-align: center;
	width: 120px;
}
section.content a.scrol:after {
	animation: ScrollLink 1s linear infinite;
	animation-fill-mode: both;
	border: #333 solid;
	border-width: 3px 3px 0 0;
	content: '';
	display: block;
	height: 20px;
	left: calc(50% - 10px);
	position: absolute;
	transform: rotate(135deg);
	width: 20px;
}
section.content .atm-list {
	display: inline-block;
	margin: 25px 0 50px;
	text-align: left;
}
section.content .atm-list li {
	padding: 0 15px 10px;
	position: relative;
	text-align: left;
}
section.content .atm-list li + li {
	border-top: rgba(0, 0, 0, 0.1) 1px solid;
	margin-top: 0px;
	padding-top: 10px;
}
section.content .atm-list li:before {
	content: attr(data-title) '：';
	display: inline-block;
	vertical-align: baseline;
}
section.content .atm-list li + li:before {
	top: 10px;
}
/*section.content .atm-list .price{
	font-size: 1em;
}
section.content .atm-list .price:before{
	font-size: .85em;
}*/
section.content .back-index {
	margin: 50px 0 0;
}
section.content .back-index > a {
	color: #fff;
	display: block;
	font-size: 16px;
	margin: 0 auto;
	width: 200px;
}
section.content form {
	display: block;
	margin: 60px auto 0;
	max-width: 550px;
}
section.content form .btn {
	font-size: 18px;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
section.content form .checkbox a {
	border-bottom: #666 1px solid;
	color: #666;
	display: inline-block;
}
section.content form .checkbox a:hover {
	border-bottom-color: #000;
	color: #000;
}
section.content form .form-control,
section.content form #twzipcode > select {
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
	height: auto;
	padding: 0.375rem 0.75rem;
}
section.content form h2 {
	font-size: 1.75rem;
	margin: 70px 0 20px;
	text-align: center;
}
section.content form .help-block {
	display: block;
	font-size: 0.85rem;
	text-align: right;
}
section.content form textarea {
	min-height: 150px;
}
section.content form #twzipcode {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
section.content form #twzipcode > select {
	background: transparent;
	border-color: #ccc;
	width: calc((100% - 20px) / 2);
}
section.content form #twzipcode > select + select {
	margin-left: 20px;
}
section.content h1 {
	font-size: 2.75rem;
	margin: 0 0 35px;
	overflow: hidden;
	text-align: center;
}
section.content h1 > span {
	display: inline-block;
	padding: 0 15px;
	position: relative;
}
section.content h1 > span:after,
section.content h1 > span:before {
	border-top: #333 3px solid;
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	width: 100px;
}
section.content h1 > span:after {
	left: 100%;
}
section.content h1 > span:before {
	right: 100%;
}
section.content h1[data-extra] {
	position: relative;
}
section.content h1[data-extra]:after {
	color: #999;
	content: attr(data-extra);
	display: block;
	font-size: 16px;
	line-height: 1;
	margin-top: 15px;
}
section.content h3.line {
	color: #999;
	font-size: 16px;
	margin-top: 50px;
	overflow: hidden;
	text-align: center;
}
section.content h3.line > span {
	display: inline-block;
	padding: 0px 5px;
	position: relative;
}
section.content h3.line > span:after,
section.content h3.line > span:before {
	border-top: rgba(0, 0, 0, 0.1) 1px dashed;
	content: '';
	position: absolute;
	top: 50%;
	width: 100vw;
}
section.content h3.line > span:after {
	right: 100%;
}
section.content h3.line > span:before {
	left: 100%;
}
section.content > hr {
	border-top-color: #ccc;
	margin: 75px 0;
}
section.content .price {
	color: #ea0000;
	font-size: 1.4rem;
	margin: 0;
}
section.content .price:before {
	color: #333;
	content: 'NT';
	display: inline-block;
	font-size: 0.85rem;
	line-height: 1;
	margin-right: 5px;
	vertical-align: baseline;
}
section.content .price.mute {
	color: #999;
	font-size: 1.25rem;
}
section.content .product-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 75px;
	text-align: center;
}
section.content .product-list h2,
section.content .product-list h3 {
	margin: 0;
}
section.content .product-list h2 {
	font-size: 1.4rem;
	margin-top: 20px;
}
section.content .product-list h3 {
	color: #999;
	font-size: 0.85rem;
	margin-top: 10px;
}
section.content .product-list li {
	margin-right: 15px;
	margin-top: 50px;
	width: calc((100% - 15px) / 2);
}
section.content .product-list li:nth-child(2n) {
	margin-right: 0;
}
section.content .product-list li:nth-child(1),
section.content .product-list li:nth-child(2) {
	margin-top: 0;
}
section.content .product-list .preview {
	background: #f8f8f8 center center no-repeat;
	background-size: cover;
}
section.content .product-list .preview > img {
	display: block;
	opacity: 0;
	width: 100%;
}
section.content .product-list .price {
	margin-top: 15px;
}
section.content .product-list:after {
	content: none;
}
section.content .totle-list {
	text-align: right;
}
section.content .totle-list > li {
	margin-bottom: 10px;
}
section.content .totle-list > li[data-title]:before {
	display: inline-block;
	content: attr(data-title);
	font-size: 1.1rem;
	line-height: 1;
	vertical-align: baseline;
}
section.content .totle-list .price {
	display: inline-block;
	vertical-align: baseline;
	width: 120px;
}
section.content:only-of-type {
	min-height: calc(100vh - 280px);
	padding-top: 40px;
	text-align: center;
}
section.page *:last-child {
	margin-bottom: 0;
}
section.page:nth-of-type(even) {
	background: #fff;
}
section.page:nth-of-type(odd) {
	background: #f9f9f9;
}
#notice {
	box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
	display: none;
	margin: 40px 25px;
	max-width: 650px;
	overflow: visible;
}
.fancybox-close-small {
	right: -22px;
	top: -22px;
}
.fancybox-close-small:after {
	background: #666;
	color: #fff;
}
.fancybox-close-small:active:after,
.fancybox-close-small:hover:after {
	background: #000;
	color: #fff;
}
.fancybox-container--ready .fancybox-bg {
	opacity: 0.75;
}

.page .desktop {
	display: none;
}
.page .mobile {
	display: block;
}


@media (min-width: 544px) {
	section.banner .owl-carousel .item {
		height: 400px;
	}
	section.banner .owl-dots {
		bottom: 10px;
		left: 0;
		position: absolute;
		right: 0;
	}
	section.banner .owl-nav .owl-next,
	section.banner .owl-nav .owl-prev {
		top: calc((100% - 34px) / 2 - 15px);
	}
	section.content .product-list li {
		margin-right: 30px;
		width: calc((100% - 30px) / 2);
	}
}
@media (min-width: 768px) {
	header {
		padding: 10px 0;
	}
	header a.brand {
		background-position-x: left;
		margin-left: 0;
		width: 50%;
	}
	header .social-nav {
		bottom: auto;
		left: auto;
		padding-left: 90px;
		padding-right: 0;
		position: absolute;
		right: 20px;
		top: calc(50% - 22px);
	}
	header .social-nav img[src*='svg'] {
		border-radius: 50%;
	}
	header .social-nav li {
		float: left;
		margin-right: 20px;
	}
	header .social-nav li:first-child {
		display: none;
	}
	header .social-nav li:last-child {
		margin-right: 0;
	}
	header .social-nav:before {
		content: '社群分享';
		font-size: 16px;
		left: 0;
		line-height: 1;
		position: absolute;
		top: calc(50% - 0.5rem);
	}
	header .social-nav.sticky {
		bottom: auto;
	}
	section.banner .owl-carousel .item {
		height: 500px;
	}
	section.banner .title {
		top: calc(50% - 3.5rem);
	}
	section.banner .title h1 {
		font-size: 3.25rem;
	}
	section.banner .title h2 {
		font-size: 1.4rem;
	}
	section.content .product-list h2,
	section.content .price {
		font-size: 1.75rem;
	}
	section.content .product-list h3,
	section.content .price:before {
		font-size: 1.1rem;
	}
	section.content .price.mute {
		font-size: 1.4rem;
	}
	section.content .product-list li {
		margin-right: 60px;
		width: calc((100% - 60px) / 2);
	}
}
@media (min-width: 992px) {
	header .social-nav {
		right: 60px;
	}
	section.banner .owl-carousel .item {
		height: 600px;
	}
	section.banner .owl-nav .owl-next,
	section.banner .owl-nav .owl-prev {
		box-shadow: #fff 0 0 0 3px;
		height: 60px;
		top: calc((100% - 34px) / 2 - 30px);
		width: 60px;
	}
	section.banner .owl-nav .owl-next:before,
	section.banner .owl-nav .owl-prev:before {
		border-width: 3px 3px 0 0;
		height: 16px;
		top: calc(50% - 8px);
		width: 16px;
	}
	section.banner .owl-nav .owl-next {
		right: 15px;
	}
	section.banner .owl-nav .owl-next:before {
		right: 24px;
	}
	section.banner .owl-nav .owl-prev {
		left: 15px;
	}
	section.banner .owl-nav .owl-prev:before {
		left: 24px;
	}
	section.banner .title {
		left: 100px;
		right: 100px;
	}
	.page .desktop {
		display: block;
	}
	.page .mobile {
		display: none;
	}
	section.content .product-list li {
		width: calc((100% - 120px) / 3);
	}
	section.content .product-list li:nth-child(2n) {
		margin-right: 60px;
	}
	section.content .product-list li:nth-child(3n) {
		margin-right: 0;
	}
	section.content .product-list li:nth-child(3) {
		margin-top: 0;
	}
}
@media (min-width: 1200px) {
	header a.brand {
		background-position-x: center;
		margin-left: auto;
	}
	section.banner .owl-carousel .item {
		height: 700px;
	}
	section.content .product-list li {
		margin-right: 120px;
		width: calc((100% - 240px) / 3);
	}
	section.content .product-list li:nth-child(2n) {
		margin-right: 120px;
	}
	section.content .product-list li:nth-child(3n) {
		margin-right: 0;
	}
}

#goshopping {
	/* background: rgba(255, 255, 255, 1); */
	/* border-radius: 5px 0 0 5px; */
	/* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25); */
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 5px;
	line-height: 25px;
	overflow: hidden;
	position: fixed;
	right: 0;
	text-align: center;
	top: 20%;
	/* transform: translateY(-50%); */
	z-index: 5;
}
#goshopping > img {
	display: block;
	height: 90px;
	width: 90px;
	object-fit: contain;
}
/* #goshopping > span {
	background: #688b39;
	display: block;
	padding: 5px 0px 5px 5px;
} */

