@charset "UTF-8";
/* CSS Document */
body {
	font-family: "微軟正黑體", "黑體", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
img {
	object-fit: contain;
	-ms-interpolation-mode: bicubic;
	flex: 0 0 auto;  /* IE */
	object-fit: scale-down; /* FF */
}
.top_bar {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 9999;
}
.top_menu {
	position: relatives;	
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.navbar {
	padding: .0rem 1rem;
}
.navbar-brand {
	width: 11%;
    padding: 10px 0;
	max-width: 140px;
	min-width: 100px;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.navbar-toggler {
    padding: .20rem 0rem;
    background-color: transparent;
    border: 0px solid transparent;
}
#nav-icon{
  width: 40px;
  height: 30px;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #005ba6;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 0px;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 12px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 24px;
}

#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 17px;
}

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 17px;
}
.m_menu {
	display: none;
}
.collapse.show {
    border-top: 1px dotted #ccc;
}
.top_banner {
	margin: 0 auto 20px auto;
	width: 100%;
	max-width: 1600px;
	position: relative;
}
.carousel-inner {
    max-height: 750px;
}
.carousel.carousel-fade .carousel-item {
    transition: opacity ease-out 2s;
}
.main_kv {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    z-index: 2;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1200px;
}
.card-group, .card-deck {
	margin: 0 0 20px 0;
	position: relative;
}
.carousel-caption {
	top: 25%;
}
.carousel-caption h3:first-child {
	animation-delay: 0s;
}
.carousel-caption h3:nth-child(2) {
	animation-delay: 0.2s;
}
.carousel-caption button {
	animation-delay: 0.4s;
}
.main_menu {
	display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
    width: 40%;
    max-width: 500px;
}
.btn_menu {
	display: inline-block;
    width: 13%;
    max-width: 85px;
    position: relative;
	opacity: 0.6;
}
.btn_menu:hover {
	opacity: 1;
}
.main_menu .active {
	opacity: 1;
	width: 16%;
}
.main_menu .spactive {
	opacity: 1;
	width: 28%;
}
.btn_sp {
	width: 24%;
    max-width: 160px;
}
.page_title {
	position: relative;
    margin: 20px auto 20px auto;
    width: 98%;
}
.card-deck {
	position: relative;
	width: 100%;
}
.card-deck .card {
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
	background: transparent;
    border-radius: 0;
	max-width: 370px;
	border: 0;
}
.card_entry {
	opacity: 0;
	display: none;
}
.card {
	width: 33.3%;
	min-width: 31.333%;
	max-width: 33.3%;
	padding-left: 0;
	padding-right: 0;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.card-img-top {
    width: 100%;
    height: auto;
	height: inherit;
}
.card-body {
	padding: 0px 10px 10px 10px;
}
.card-head {
	border-bottom: 1px dotted #aaa;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.card-title {
    color: #84176d;
    text-align: center;
    font-size: 20px;
	margin-bottom: 2px;
}
h5{
	font-size: 18px;
	color: #000;
	text-align: center;
}
h5 span{
	font-size: 15px;
	color: #666;
	text-align: center;
}
.sub_content {
	padding-bottom: 45px;
}
.sub_content ul {
	padding-left: 20px;
	font-size: 13px;
	color: #666;
}
.sp_onsen {
	position: relative;
    width: 96%;
    background: #fce7e5;
    border: 1px solid #840405;
    border-radius: 40px;
    margin: 0px auto 20px auto;
}
.sp_onsen_img {
	position: relative;
    float: left;
    width: 19%;
    padding: 1% 0% 1% 1%;
}
.sp_onsen_content {
	position: relative;
    float: right;
    color: #840405;
    font-size: 13px;
    width: 80%;
    padding: 10px 11px 10px 5px;
}
.card-date {
	font-size: 12px;
	color: #4d267f;
}
.btn-block {
    display: block;
    width: 94%;
    position: absolute;
    left: 3%;
    right: 3%;
    bottom: 1.5%;
    background: #8e0c75;
    border: 0;
    font-size: 18px;
    border-radius: 8px;
    outline: 0;
}
.btn-block:hover {
	background: #56044b;
}
.btn_pop {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 display: block;
	 width: 100%;
	 height: 100%;
}
.btn_close {
	 position: absolute;
	 top: 5px;
   right: 5px;
   z-index: 1;
}
.tnc ul li {
	font-size: 12px;
	color: #999;
}
.foot_bg {
	position: relative;
	width: 100%;
	background: #fff;
}
footer {
	position: relative;
    margin: 0px auto 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 1140px;
    background: #fff;
    font-size: 11px;
    text-align: center;
    /* color: #666; */
    border-top: 1px solid #ccc;
}
footer span {
	white-space: nowrap;
}
.footer01 {
	position: relative;
    float: left;
	margin-right: 3%;
    width: 12%;
    max-width: 141px;
}
.footer02 {
	position: relative;
    float: left;
    padding-top: 12px;
    width: 25%;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    font-weight: 400;
}
.footer03 {
	position: relative;
    float: right;
    width: 50%;
    max-width: 590px;
}
@media (max-width: 1024px) {
	.footer02 {
		position: relative;
		float: left;
		padding-top: 5px;
		width: 25%;
		text-align: left;
		font-size: 10px;
		color: #666;
		line-height: 12px;
		font-weight: 400;
	}
	.copyright {
		text-align:center;
	}
	.stock {
		text-align:center;
	}
	.term {
		text-align:center;
	}
}
@media (max-width: 968px) {
	.copyright {
		text-align:center;
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.stock {
		text-align:center;
		float: none;
		width: 100%;
	}
	.term {
		text-align:center;
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.product_spec {
		min-height: 130px;
	}
	.product_info {
		min-height: 305px;
	}
}
@media (max-width: 768px) {
	.navbar {
		padding: .0rem 5px;
	}
	.navbar-brand {
		width: 10%;
		padding: 5px 0;
		max-width: 140px;
		min-width: 60px;
	}
	.main_menu {
		display: none;
	}
	.m_menu {
		display: block;
		position: relative;
		width: 100%;
		font-size: 16px;
	}
	.m_menu_sp {
		position: relative;
		width: 100%;
		background: #8e0c75;
		text-align: center;
		display: inline-block;
		
	}
	.m_menu_sp .active {
		background: #af4ea1;
	}
	.btn_m_menu_sp, .btn_m_menu_n {
		position: relative;
		display: inline-block;
		color: #fff;
		
	}
	.btn_m_menu_sp a {
		padding: 5px 10px;
		display: block;
		color: #fff;
	}
	.m_menu_n {
		position: relative;
		width: 100%;
		background: #eacce5;
		text-align: center;
		display: inline-block;
	}
	.m_menu_n .active {
		background: #fff;
	}
	.btn_m_menu_n a {
		padding: 5px 10px;
		display: block;
		color: #540348;
	}
	.top_banner {
		padding-top: 80px;
		margin-bottom: 0;
		overflow: hidden;
	}
	.carousel-inner {
		width: 150%;
		margin: 0 -25% 0 -25%;
	}
	.main_kv {
		top: 0px;
		left: -25%;
		right: -25%;
		margin: 0 auto;
		padding-top: 60px;
		width: 150%;
	}
	.page_title {
		position: relative;
		margin: 0px auto 20px auto;
		width: 98%;
		overflow: hidden;
	}
	.page_title img {
		width: 200%;
		margin: 0 -50%;
	}
	.card {
		min-width: 48%;
	}
	.card-deck .card {
		max-width: none;
	}
	.carousel-caption {
		top: 32%;
	}
	.nav {
		display: -webkit-inline-box;
	}
	.footer01 {
		display: none;
	}
	.footer02 {
		position: relative;
		float: none;
		padding-top: 12px;
		width: 100%;
		text-align: left;
		font-size: 12px;
		color: #666;
		line-height: 14px;
		font-weight: 300;
		text-align: center;
	}
	.footer03 {
		position: relative;
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 590px;
	}
}
@media (max-width: 576px) {
	body {
		width: 100vw;
		height: 100vh;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin: 0;
	}
	.top_banner {
		padding-top: 60px;
	}
	.carousel-inner {
		width: 240%;
		margin: 0 -70% 0 -70%;
	}
	.main_kv {
		top: 0px;
		left: -70%;
		right: -70%;
		margin: 0 auto;
		padding-top: 60px;
		width: 240%;
	}
	.card {
		width: 98%;
	}
	.sp_onsen_content {
		font-size: 12px;
	}
}