@charset "utf-8";
@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url(icon-font.css);
@import url(jquery.fancybox.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body, h1, h2, h3, h4, h5, h6{
	font-family: "Lato", "Apple LiGothic Medium", "微軟正黑體", "Microsoft Jhenghei", "Noto Sans TC",sans-serif;
}
body{
	color: #666;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 150%;
	margin: 0;
	-webkit-overflow-scrolling: touch;/*非正規*/
	overflow-x: hidden;
	padding: 0;
	position: relative;
	text-justify:inter-ideograph;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 150%;
}
a, a:active, a:focus, a:visited, .btn{
	background: transparent;
	display: inline-block;
	transition: all .25s ease;
}
a:hover, a:active, a:visited, a:focus{
	text-decoration: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	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;
	margin: 0;
	padding: 0;
}
.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: #6e6b66;
	border-radius: 5px;
	bottom: 15px;
	display: none;
	height: 40px;
	position: fixed;
	right: 15px;
	text-align: center;
	transition: background .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: #333;
}
#gotop.sticky{
	bottom: 310px;
	position: absolute;
	top: auto;
}
/*==============================*/
body{
	//background: #fef8ee url(../images/bg.jpg) center center;
	position: relative;
}
body.active{
	overflow: hidden;
}
body.active>*{
	overflow: hidden;
	width: 100vw;
}
.btn,
.btn:active,
.btn:focus,
.btn:visited{
	background: #6e6b66;
	border: none;
	border-radius: 5px;
	color: rgba(255, 255, 255, .5);
	font-weight: 100;
	padding: 5px 15px;
}
.btn:hover{
	background: #333333;
	color: rgba(255, 255, 255, 1);
}
.btn.nav-toggle,
.btn.nav-toggle:active,
.btn.nav-toggle:focus,
.btn.nav-toggle:hover,
.btn.nav-toggle:visited{
	background: transparent;
	border: none;
	border-radius: 0;
	bottom: auto;
	height: 30px;
	left: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 25px;
	width: 30px;
	z-index: 200;
}
.btn.nav-toggle>span{
	background: #333;
	//border-radius: 3px;
	display: block;
	height: 2px;
	transition: all .25s ease-in;
}
.btn.nav-toggle>span+span{
	margin-top: 5px;
}
.btn.nav-toggle.clicked>span{
	background: #eee;
	bottom: auto;
	left: auto;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 12px;
	width: 100%;
}
.btn.nav-toggle.clicked>span:first-child,
.btn.nav-toggle.clicked>span:last-child{
	opacity: 1;
}
.btn.nav-toggle.clicked>span:first-child{
	transform: rotate(-135deg);
}
.btn.nav-toggle.clicked>span:last-child{
	transform: rotate(135deg);
}
footer{
	margin-top: 100px;
}
footer .copyright{
	color: #999;
	font-size: 14px;
	margin-bottom: 25px;
	text-align: center;
}
footer .copyright a{
	color: #999;
	display: block;
}
footer .copyright a:hover{
	color: #333;
}
footer .footer-nav{
	border-bottom: #ddd 1px solid;
	border-top: #ddd 1px solid;
	padding: 15px 0;
}
footer .footer-nav a{
	//color: #999;
}
footer .footer-nav a:hover{
	color: #3ed1ec;
}
footer .footer-nav h2{
	color: inherit;
	font-size: inherit;
	margin: 0;
	padding: 0;
}
footer .footer-nav>li{
	display: inline-block;
	margin: 0 10px;
}
footer ul{
	color: #666;
	font-size: 0;
	margin: 15px 0 5px;
	padding: 0;
	text-align: center;
}
footer ul a{
	color: #666;
}
footer ul a:hover{
	color: #094;
}
footer ul>li{
	font-size: 16px;
	list-style: none;
	vertical-align: middle;
}
.grecaptcha-badge{
	opacity: .1;
}
header{
	padding: 10px 0;
}
header ul.share-list{
	text-align: right;
}
header ul.share-list li{
	display: inline-block;
	margin: 0;
}
header ul.share-list li>a{
	color: #fff;
	display: block;
}
header ul.share-list li+li{
	margin-left: 5px;
}
header ul.share-list li[class*=share-]>a{
	border: 0;
	border-radius: 5px;
	font-size: 14px;
	padding: 0px 5px;
}
header ul.share-list li.share-fb>a{
	background: #3b5998;
}
header ul.share-list li.share-fb>a:hover{
	background: #29487d;
}
header ul.share-list li.share-line>a{
	background: #00b900;
}
header ul.share-list li.share-line>a:hover{
	background: #059305;
}
nav{
	position: relative;
	text-align: center;
}
nav .brand{
	display: inline-block;
	margin-bottom: 35px;
}
nav .brand img[src$='.svg']{
	height: 82.53px;
	width: 150px;
}
nav .nav{
	background: rgba(0,0,0,.85);
	bottom: 100%;
	left: 100%;
	opacity: 0;
	overflow: hidden;
	padding-top: 20vh;
	position: fixed;
	right: 0;
	top: 0;
	transition: all .5s cubic-bezier(1,0,1,.25);
	z-index: 99;
}
nav .nav li{
	position: relative;
}
nav .nav li>a{
	color: #eee;
	overflow: hidden;
	padding: 10px 15px;
}
nav .nav li>a:focus,
nav .nav li>a:hover{
	background: transparent;
	outline: none;
}
nav .nav.active{
	bottom: 0;
	left: 0;
	opacity: 1;
	transition: all .5s cubic-bezier(0,.5,.5,1);
}
ol.breadcrumb{
	background: transparent;
	color: #666;
	display: none;
	font-size: 0px;
	margin: 0px 0 45px;
	overflow: hidden;
	padding: 0;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ol.breadcrumb h1,
ol.breadcrumb h2{
	color: inherit;
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
ol.breadcrumb li{
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
}
ol.breadcrumb li>a{
	color: #666;
	display: inline-block;
}
ol.breadcrumb li>a:hover{
	color: #333;
}
ol.breadcrumb li i{
	display: inline-block;
	margin-right: 5px;
	transform: scaleX(-1);
	vertical-align: -1px;
}
ol.breadcrumb li+li:before{
	color: #666;
	content: '>';
	display: inline-block;
	line-height: 1;
	vertical-align: 0;
}
ol.breadcrumb li.active{
	color: inherit;
}
section.content{
	color: #666;
}
section.content [class*=banner]{
	background: center center no-repeat;
	background-size: cover;
	height: 200px;
	margin-bottom: 45px;
}
section.content [class*=col-]>h2{
	font-size: 22px;
	font-weight: 400;
	margin: 35px 0 15px;
	text-align: center;
}
section.content [class*=col-]>h2:first-child:only-of-type{
	margin: 0 0 25px;
}
section.content .banner>h1,
section.content .banner>h1:after{
	color: #fff;
	font-weight: 400;
	text-shadow: rgba(0,0,0,1) 0 0 4px;
}
section.content .banner>h1{
	margin: 0;
	padding: 90px 0 0px;
}
section.content .banner.embed-responsive{
	height: 300px;
}
section.content .btn-back{
	margin-top: 50px;
}
section.content form{
	color: #888;
	text-align: center;
}
section.content form .form-group{
	background: #f8f8f8;
	border-bottom: transparent 2px solid;
	font-size: 0;
}
section.content form .form-group>*{
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	width: auto;
}
section.content form .form-group>.form-control{
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #888;
	width: calc(100% - 40px);
}
section.content form .form-group>label{
	margin: 0;
	padding: 4px 0 0;
	text-align: right;
	width: 30px;
}
section.content form .form-group>textarea.form-control{
	min-height: 150px;
}
section.content form .form-group.has-error{
	border-bottom-color: #a94442;
	margin-bottom: 30px;
	position: relative;
}
section.content form .form-group.has-error:after{
	color: #a94442;
	content: attr(data-error);
	display: block;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	right: 0;
	top: 100%;
}
section.content form .form-group.has-success{
	border-bottom-color: #3c763d;
}
section.content form .form-required{
	border-left: #3ed1ec 3px solid;
}
section.content h1{
	font-size: 26px;
	line-height: 1;
	margin: 0px 0 40px;
	text-align: center;
}
section.content h1:after{
	color: #9b9b9b;
	content: attr(data-en);
	display: block;
	font-size: 16px;
	line-height: 1;
	margin-top: 5px;
}
section.content .index-banner{
	background: center -250px no-repeat;
	margin: 0 -15px 5px;
}
section.content .index-banner .cover{
	background: url(../images/banner_index_top.png) center center no-repeat;
	background-size: auto 100%;
	height: 100%;
	width: 100%;
}
section.content .page-content img,
section.content .page-content p{
	margin-bottom: 15px;
}
section.content .page-content img{
	display: block;
	height: auto;
	max-width: 100%;
}
section.content .page-content img+p,
section.content .page-content p+img{
	margin-top: 30px;
}
section.content .page-list,
section.content .pagination{
	display: inline-block;
	font-size: 14px;
	margin: 50px 0  0;
	vertical-align: middle;
}
section.content .page-list>li,
section.content .pagination>li{
	border: none;
	display: none;
	float: left;
	margin: 0;
	padding: 0;
}
section.content .page-list>li{
	display: block;
}
section.content .page-list>li a,
section.content .page-list>li a:active,
section.content .page-list>li a:focus,
section.content .page-list>li a:visited,
section.content .pagination>li a,
section.content .pagination>li a:active,
section.content .pagination>li a:focus,
section.content .pagination>li a:visited,
section.content .pagination>li:first-child a,
section.content .pagination>li:last-child a{
	background: #666;
	border-radius: 5px;
	border: none;
	color: rgba(255,255,255,1);
	float: none;
	line-height: 34px;
	min-width: 34px;
	padding: 0 10px;
	text-align: center;
}
section.content .page-list>li a:hover,
section.content .pagination>li a:hover,
section.content .pagination>li.active a,
section.content .pagination>li.active a:active,
section.content .pagination>li.active a:focus,
section.content .pagination>li.active a:hover,
section.content .pagination>li.active a:visited{
	background: #3ed1ec;
	color: rgba(255,255,255,1);
}
section.content .page-list>li+li,
section.content .pagination>li+li{
	margin-left: 10px;
}
section.content .pagination>li.active,
section.content .pagination>li.arrow{
	display: block;
}
section.content .pagination>li.arrow>a{
	line-height: 30px;
	padding-bottom: 4px;
}
section.content .pagination:after{
	clear: both;
	content: '';
	display: block;
}
section.content ul.about-list{
	margin-top: 50px;
}
section.content ul.about-list li{
	display: none;
}
section.content ul.about-list li:first-child{
	display: block;
}
section.content ul.about-list+p{
	cursor: pointer;
	margin: 15px 0 0;
}
section.content ul.about-list+p:before{
	border: transparent solid;
	border-bottom-color: #666;
	border-width: 0 4px 6px 4px;
	content: '';
	display: inline-block;
	line-height: 1;
	margin: 0 5px 0 0;
	vertical-align: 2px;
}
section.content ul.about-list .preview{
	height: calc((100vw - 30px) / 3 * 4);
}
section.content ul.news-list a{
	color: #666;
	display: block;
	font-size: 18px;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 10px 65px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
section.content ul.news-list a:after,
section.content ul.news-list a:before{
	border-radius: 50px;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 1;
	padding: 3px 5px 5px;
	position: absolute;
	text-align: center;
	text-transform: lowercase;
	top: calc(50% - 10px);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	width: 50px;
}
section.content ul.news-list a:after{
	background: #666;
	content: 'more';
	right: 0;
}
section.content ul.news-list a:before{
	background: #3ed1ec;
	content: 'news';
	left: 0;
}
section.content ul.news-list a:hover{
	color: #333;
}
section.content ul.news-list a:hover:after{
	background: #333;
}
section.content ul.news-list h2{
	color: inherit;
	font-size: inherit;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
section.content ul.news-list>li{
	border-top: #eee 1px solid;
	margin-top: 0px;
	position: relative;
}
section.content ul.news-list li:before{
	content: attr(data-date);
	display: block;
	margin: 30px 0 0px;
}
section.content ul.news-list .album-list li{
	display: none;
	float: left;
	margin-top: 0;
	width: calc((100vw - 50px) / 2);
}
section.content ul.news-list .album-list li+li{
	margin-left: 20px;
}
section.content ul.news-list .album-list li:nth-child(2),
section.content ul.news-list .album-list li:nth-child(1){
	display: block;
}
section.content ul.news-list .album-list .preview{
	height: calc((100vw - 50px) / 2 / 4 * 3);
}
section.content ul.product-list .cover{
	background: center center no-repeat;
	background-size: cover;
	height: 200px;
	margin: 0 auto;
	width: 200px;
}
section.content ul.product-list h2{
	font-size: 18px;
	margin: 10px 0 15px;
	text-align: center;
}
section.content ul.product-list>li{
	margin-top: 100px;
	padding: 0px;
}
section.content ul.product-list>li:first-child{
	margin-top: 0;
}
section.content ul.service-list+h2{
	margin-top: 45px;
}
section.content ul.service-list+h2{
	margin-top: 45px;
}
section.content ul.service-list h3{
	font-size: inherit;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}
section.content ul.service-list h3:before{
	border: transparent solid;
	border-left-color: #333;
	border-width: 4px 0 4px 6px;
	content: '';
	display: inline-block;
	line-height: 1;
	margin-right: 10px;
	vertical-align: 2px;
}
section.content ul.service-list+p{
	margin: 50px 0 0;
}
section.content ul.service-list .preview>a{
	background: rgba(0, 116, 190, .75);
	color: #fff;
	font-size: 18px;
	opacity: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
section.content ul.service-list .preview>a:after{
	content: 'view';
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: calc(50% - 12px);
}
section.content ul.service-list .preview>a:hover{
	opacity: 1;
	transform: none;
}
section.content ul.store-list a i{
	display: none;
}
section.content ul.store-list h2 i{
	color: #50c0d8;
}
section.content ul.store-list li{
	float: left;
	margin-right: 25px;
	width: calc((100vw - 55px) / 2);
}
section.content ul.store-list .preview{
	height: calc((100vw - 55px) / 2 * 3 / 4);
}
section.content ul.store-list li:nth-child(2n){
	margin-right: 0;
}
section.content ul.store-list li:nth-child(2){
	margin-top: 0;
}
ul[class*=list]>li{
	margin-top: 40px;
}
ul[class*=list]>li:first-child{
	margin-top: 0px;
}
ul[class*=list] .preview{
	background: center center no-repeat;
	background-size: cover;
	border: #666 1px solid;
	height: calc((100vw - 30px) / 4 * 3);
	overflow: hidden;
}
ul[class*=list] .preview>a{
	background: center center no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}
ul[class*=list] .preview+h2,
ul[class*=list] .preview+p:not([class]){
	margin: 10px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul[class*=list] .preview+h2{
	font-size: 18px;
	text-align: center;
}
@media (min-width: 768px){
	.btn.nav-toggle{
		display: none;
	}
	footer .copyright a{
		display: inline;
	}
	footer .copyright a:before{
		color: #ccc;
		content: '-';
		display: inline-block;
		margin: 0 5px;
		vertical-align: middle;
	}
	footer .footer-nav>li{
		position: relative;
	}
	footer .footer-nav>li+li:before{
		background: #999;
		border-radius: 50%;
		content: '';
		height: 2px;
		left: -12px;
		position: absolute;
		top: calc(50% - 1px);
		width: 2px;
	}
	footer ul{
		margin-bottom: 15px;
	}
	footer ul>li{
		display: inline-block;
		margin: 0 15px;
		vertical-align: middle;
	}
	header{
		padding-bottom: 0;
	}
	nav .brand img[src$='.svg']{
		height: 148.5px;
		width: 270px;
	}
	nav .nav{
		background: none;
		border-radius: 0;
		font-size: 0;
		opacity: 1;
		padding: 0;
		position: static;
		text-align: center;
	}
	nav .nav>li{
		display: inline-block;
		font-size: 18px;
		vertical-align: top;
	}
	nav .nav li>a{
		color: #333;
		height: auto;
		overflow: visible;
		padding: 0 20px 10px;
	}
	nav .nav li>a:after{
		color: #9b9b9b;
		content: attr(data-title);
		display: block;
		font-size: 14px;
		line-height: 1;
		text-transform: lowercase;
	}
	nav .nav li+li:before{
		border-top: #666 1px solid;
		content: '';
		display: block;
		left: -9px;
		position: absolute;
		top: calc(50% - 6px);
		transform: rotate(-45deg);
		width: 16px;
	}
	nav .nav li:after{
		background: #28a7e1;
		bottom: 0px;
		content: '';
		display: inline-block;
		height: 3px;
		left: 50%;
		opacity: 0;
		position: absolute;
		right: 50%;
		transition: all .25s ease;
	}
	nav .nav li:hover:after,
	nav .nav li.active:after{
		left: 20px;
		right: 20px;
		opacity: 1;
	}
	ol.breadcrumb{
		display: block;
	}
	section.content [class*=banner]{
		height: 300px;
		margin-bottom: 5px;
	}
	section.content .banner>h1{
		padding-top: 150px;
	}
	section.content .index-banner{
		margin-left: calc((750px - 100vw) / 4);
		margin-right: calc((750px - 100vw) / 4);
	}
	section.content .pagination li{
		display: block;
	}
	section.content ul.about-list li:nth-child(2){
		display: block;
	}
	section.content ul.about-list .preview{
		height: calc(347.5px / 3 * 4);
	}
	section.content ul.news-list>li{
		padding-left: 160px;
	}
	section.content ul.news-list li:before{
		left: 0;
		margin: 0;
		position: absolute;
		text-align: center;
		top: calc(50% - 12px);
		width: 160px;
	}
	section.content ul.news-list .album-list li{
		width: calc((100% - 40px) / 3);
	}
	section.content ul.news-list .album-list li:nth-child(3){
		display: block;
	}
	section.content ul.news-list .album-list .preview{
		height: calc(173.33px / 4 * 3);
	}
	section.content ul.product-list .cover{
		height: 220px;
		margin: 0 auto;
		width: 220px;
	}
	section.content ul.product-list h2,
	section.content ul.product-list p,
	section.content ul.product-list ul{
		position: relative;
	}
	section.content ul.product-list h2:before,
	section.content ul.product-list p:before,
	section.content ul.product-list ul:before{
		display: inline-block;
		left: 0;
		margin: 0;
		position: absolute;
		top: 0;
	}
	section.content ul.product-list h2:before{
		top: calc(50% - 12px);
	}
	section.content ul.product-list>li{
		margin-top: 40px;
	}
	section.content ul.product-list>li:nth-child(2){
		margin-top: 0;
	}
	section.content ul.store-list a{
		background: rgba(0,0,0,.85);
		color: #fff;
		opacity: 0;
		position: relative;
	}
	section.content ul.store-list a i{
		display: block;
		font-size: 46px;
		left: calc(50% - 23px);
		position: absolute;
		top: calc(50% - 23px);
	}
	section.content ul.store-list a:hover{
		opacity: 1;
		transform: none;
	}
	section.content ul.store-list li{
		width: calc((100% - 25px) / 2);
	}
	section.content ul.store-list .preview{
		height: calc(347.5px / 4 * 3);
	}
	ul[class*=list] .preview>a{
		transform: scale(1);
	}
	ul[class*=list] .preview>a:hover{
		transform: scale(1.1);
	}
	ul.col-03 li,
	ul.col-04 li{
		float: left;
		margin-right: 25px;
		width: calc((100% - 25px) / 2);
	}
	ul.col-03 li:nth-child(2n),
	ul.col-04 li:nth-child(2n){
		margin-right: 0;
	}
	ul.col-03 li:nth-child(2),
	ul.col-04 li:nth-child(2){
		margin-top: 0;
	}
	ul.col-03 .preview,
	ul.col-04 .preview{
		height: calc(347.5px / 4 * 3);
	}
	#gotop.sticky{
		bottom: 175px;
	}
}
@media (min-width: 992px){
	nav .nav li>a{
		padding: 0 35px 10px;
	}
	nav .nav li:hover:after,
	nav .nav li.active:after{
		left: 35px;
		right: 35px;
	}
	section.content .index-banner{
		height: 450px;
		margin-left: calc((970px - 100vw) / 4);
		margin-right: calc((970px - 100vw) / 4);
	}
	section.content ul.about-list li{
		display: block;
	}
	section.content ul.about-list+p{
		display: none;
	}
	section.content ul.about-list .preview{
		height: calc(175.83px / 3 * 4);
	}
	section.content ul.news-list .album-list li{
		width: calc((100% - 60px) / 4);
	}
	section.content ul.news-list .album-list li:nth-child(4){
		display: block;
	}
	section.content ul.news-list .album-list .preview{
		height: calc(137.58px / 4 * 3);
	}
	section.content ul.product-list>li:nth-child(3){
		margin-top: 0;
	}
	section.content ul.store-list li{
		width: calc((100% - 50px) / 3);
	}
	section.content ul.store-list li:nth-child(2n){
		margin-right: 25px;
	}
	section.content ul.store-list li:nth-child(3n){
		margin-right: 0px;
	}
	section.content ul.store-list .preview{
		height: calc(296.66px / 4 * 3);
	}
	ul.col-03 li{
		width: calc((100% - 50px) / 3);
	}
	ul.col-03 li:nth-child(2n){
		margin-right: 25px;
	}
	ul.col-03 li:nth-child(3n){
		margin-right: 0;
	}
	ul.col-03 li:nth-child(3){
		margin-top: 0;
	}
	ul.col-03 .preview{
		height: calc(296.66px / 4 * 3);
	}
	ul.col-04 li{
		width: calc((100% - 75px) / 4);
	}
	ul.col-04 li:nth-child(2n){
		margin-right: 25px;
	}
	ul.col-04 li:nth-child(4n){
		margin-right: 0;
	}
	ul.col-04 li:nth-child(3),
	ul.col-04 li:nth-child(4){
		margin-top: 0;
	}
	ul.col-04 .preview{
		height: calc(216.25px / 4 * 3);
	}
}
@media (min-width: 1200px){
	nav .nav li>a{
		padding: 0 45px 10px;
	}
	nav .nav li:hover:after,
	nav .nav li.active:after{
		left: 45px;
		right: 45px;
	}
	section.content .index-banner{
		margin-left: calc((1170px - 100vw) / 4);
		margin-right: calc((1170px - 100vw) / 4);
	}
	section.content ul.about-list .preview{
		height: calc(217.5px / 3 * 4);
	}
	section.content ul.news-list .album-list .preview{
		height: calc(179.25px / 4 * 3);
	}
	section.content ul.store-list .preview{
		height: calc(363.33px / 4 * 3);
	}
	ul.col-03 .preview{
		height: calc(363.33px / 4 * 3);
	}
	ul.col-04 .preview{
		height: calc(266.25px / 4 * 3);
	}
}