@charset "UTF-8";
.mainframe {
	position: relative;
	padding: 0;
	margin: 0;
	background-color: #f5f4f2;
	font-size: 15px;
	display: flow-root;
}
.mainframe a {
	text-decoration: none;
}
.mainframe img {
	max-width: 100%;
	display: block;
}
.mainframe button {
	background: none;
	border: none;
}
.mainframe button:hover {
	cursor: pointer;
}
.mainframe p, .mainframe a, .mainframe p a, .mainframe p span {
	font-size: 15px;
	font-family: "Work Sans", "Noto Sans TC", Helvetica, Arial, sans-serif;
	color: #000000;
	margin: 0;
}
.mainframe h1 {
	font-family: "Work Sans", "Noto Sans TC", Helvetica, Arial, sans-serif;
	font-weight: 700;
}
.mainframe .section__top {
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width: 1200px) {
	.mainframe .section__top {
		padding: 0;
	}
}
.mainframe .section__top img {
	width: 100%;
}
@media screen and (max-width: 600px) {
	.mainframe .section__top img.top--db {
		display: none;
	}
}
.mainframe .section__top img.top--dn {
	display: none;
}
@media screen and (max-width: 600px) {
	.mainframe .section__top img.top--dn {
		display: block;
	}
}
.mainframe .section__desc {
	padding: 5rem 3rem 4rem;
	text-align: center;
}
@media screen and (max-width: 600px) {
	.mainframe .section__desc {
		padding: 3rem 2.5rem 2rem;
	}
}
.mainframe .section__desc h1 {
	font-size: 30px;
	margin-bottom: 1.5rem;
	line-height: 1.75;
}
@media screen and (max-width: 600px) {
	.mainframe .section__desc h1 {
		font-size: 22.5px;
	}
}
.mainframe .section__desc p {
	text-align: center;
}
@media screen and (max-width: 500px) {
	.mainframe .section__desc p {
		text-align: justify;
	}
}
.mainframe .section__desc p span {
	font-size: 15px;
	letter-spacing: 0.04em;
	display: block;
	line-height: 2.5;
}
@media screen and (max-width: 500px) {
	.mainframe .section__desc p span {
		display: inline;
		font-size: 12.75px;
	}
}
.mainframe .section__desc p.special {
	display: inline-block;
	padding: 1.3rem 1.5rem;
	color: #FFFFFF;
	background-color: #eb3e7e;
	font-size: 17.25px;
	margin-top: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
}
@media screen and (max-width: 500px) {
	.mainframe .section__desc p.special {
		width: 100%;
		text-align: center;
		font-size: 12px;
	}
}
@media screen and (max-width: 320px) {
	.mainframe .section__desc p.special {
		width: calc(100% - 1.5rem);
		padding: 0.75rem;
		font-size: 12.75px;
	}
}
.mainframe .section__desc p.special2 {
	text-align: center;
	margin-top: 0.5rem;
}
.mainframe .section__desc p.special2 span {
	color: #651018;
	font-size: 12.75px;
	line-height: 1.5;
}
.mainframe .section__nav {
	position: relative;
	width: 100%;
}
.mainframe .section__nav .menu-nav {
	position: relative;
	padding: 0;
	width: 100%;
	z-index: 3;
}
@media screen and (max-width: 600px) {
	.mainframe .section__nav .menu-nav {
		padding: 0.5rem 0;
	}
}
.mainframe .section__nav .menu-nav .inner {
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 0 auto;
}
@media screen and (max-width: 600px) {
	.mainframe .section__nav .menu-nav .inner {
		padding: 0 0.2rem;
		width: 95%;
	}
}
.mainframe .section__nav .menu-nav .inner .menu-item {
	display: flex;
	justify-content: center;
	width: calc(25% - 10px);
	margin: 4px;
	text-align: center;
	padding: 1rem 0;
}
@media screen and (max-width: 600px) {
	.mainframe .section__nav .menu-nav .inner .menu-item {
		width: calc(50% - 6px);
		padding: 0.08rem 0;
		margin: 2px;
	}
}
.mainframe .section__nav .menu-nav .inner .menu-item p {
	display: flex;
	color: #333333;
	margin: 0;
}
@media screen and (max-width: 600px) {
	.mainframe .section__nav .menu-nav .inner .menu-item p {
		font-size: 0.9em;
	}
}
.mainframe .section__nav .menu-nav .inner .menu-item p:after {
	content: url("../images/arrow.svg");
	display: block;
	top: 0px;
	left: 6px;
	zoom: 80%;
	position: relative;
}
@media screen and (max-width: 600px) {
	.mainframe .section__nav .menu-nav .inner .menu-item p:after {
		zoom: 60%;
		top: 4px;
	}
}
.mainframe .section__nav.cloned {
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
	background-color: #f5f4f2b8;
}
.mainframe .section__nav.original {
	margin-bottom: 2rem;
}
.mainframe .section__items {
	position: relative;
}
.mainframe .section__items .item {
	max-width: 1100px;
	margin: 0 auto 6rem;
	padding-bottom: 2rem;
	border: 1px solid #eb3e7e;
	background: #fff;
}
@media screen and (max-width: 1200px) {
	.mainframe .section__items .item {
		width: 94%;
	}
}
@media screen and (max-width: 600px) {
	.mainframe .section__items .item {
		width: 94%;
		margin: 0 auto 4rem;
	}
}
.mainframe .section__items .item .title {
	text-align: center;
	display: flex;
    justify-content: center;
    width: 100%;
}
.mainframe .section__items .item .title h1 {
	font-weight: 800;
	font-size: 40px;
	color: #eb3e7e;
	line-height: 1.5;
	letter-spacing: 0.02em;
	display: inline-block;
	padding: 20px;
	max-width: 200px;
}
@media screen and (max-width: 600px) {
	.mainframe .section__items .item .title h1 {
		font-size: 30px;
	}
}
.mainframe .section__items .item .inner {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: stretch;
}
.mainframe .section__items .item .inner a.col {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: calc(29% - 1rem);
	margin: 0 0.4rem 0.9rem;
	flex-direction: column;
	align-items: center;
	position: relative;
	text-align: center;
	/*background: #fff;
  padding: 10px;*/
}
.mainframe .section__items .item .inner a.col:hover {
	transform: translateY(5px);
}
@media screen and (max-width: 600px) {
	.mainframe .section__items .item .inner a.col:hover {
		transform: none;
	}
}
@media screen and (max-width: 800px) {
	.mainframe .section__items .item .inner a.col {
		width: calc(33.3333% - 1rem);
		margin: 0 0.5rem 0.5rem;
	}
}
@media screen and (max-width: 600px) {
	.mainframe .section__items .item .inner a.col {
		width: calc(48% - 1rem);
		margin: 0 0.25rem 0.5rem;
	}
}
.mainframe .section__items .item .inner a.col p {
	margin-top: 0.75rem;
	font-size: 12px;
}
@media screen and (max-width: 800px) {
	.mainframe .section__items .item .inner a.col p {
		font-size: 12px;
	}
}
.mainframe .section__items .item .inner a.col .item-bot {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mainframe .section__items .item .inner a.col .item-bot p.item-name {
	font-size: 15px;
	margin-top: 1.5rem;
	text-align: center;
	line-height: 1.5;
}
@media screen and (max-width: 800px) {
	.mainframe .section__items .item .inner a.col .item-bot p.item-name {
		font-size: 12.75px;
	}
}
.mainframe .section__items .item .inner a.col .item-bot p.item-price {
	color: #666666;
}
.mainframe .section__items .item .inner a.col .item-bot p.item-price--discount {
	max-height: 57px;
}
.mainframe .section__items .item .inner a.col .item-bot p.item-price--discount span {
	font-size: 13.5px;
}
@media screen and (max-width: 800px) {
	.mainframe .section__items .item .inner a.col .item-bot p.item-price--discount span {
		font-size: 12px;
	}
}
.mainframe .section__items .item .inner a.col .item-bot p.item-price--discount span:first-child {
	color: #666666;
	text-decoration: line-through;
	margin-right: 0.15rem;
}
.mainframe .section__items .item .inner a.col .item-bot p.item-price--discount span:nth-child(2) {
	color: #fc1212;
	text-decoration: line-through;
}
.mainframe .section__items .item .inner a.col .item-bot p.item-price--discount span:nth-child(2):before {
	color: #666666;
	content: "→";
	margin-right: 0.45rem;
	position: relative;
	top: 1px;
	text-decoration: inherit;
}
.mainframe .section__items .item .inner a.col .item-bot p.item-price--discount span:last-child {
	color: #fc1212;
	font-weight: 600;
	display: block;
	margin-top: 5px;
	width: 100%;
}
.mainframe .section__items .item .inner a.col .item-bot p.item-discount {
	color: #fc1212;
}
.mainframe .section__items .item .inner a.col .shop-button {
	background-color: #000000;
	color: #FFFFFF;
	padding: 0.8rem;
	margin: 1.25rem 0;
	font-size: 15px;
}
.mainframe .section__items .item .inner a.col .shop-button:after {
	font-size: 9px;
	content: "Shop Now";
	text-transform: uppercase;
	display: block;
	color: #FFFFFF;
}
.mainframe .section__items .item .small-img {
	width: 180px;
	margin-top: -8%;
	margin-right: -5%;
	z-index: 2;
	float: right;
}
.mainframe .section__items .item .small-img2 {
	width: 140px;
	margin-top: -12%;
	margin-right: -5%;
	z-index: 2;
	float: right;
}

@media screen and (max-width: 600px) {
	.mainframe .section__items .item .small-img {
		width: 100px;
	}
	.mainframe .section__items .item .small-img2 {
		width: 90px;
	}
}
.mainframe .section__more {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4rem auto 8rem auto;
	text-align: center;
    width: 100%;
}
@media screen and (max-width: 400px) {
	.mainframe .section__more {
		margin: 6rem auto 8rem;
	}
}
.mainframe .section__more .button {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	color: #FFFFFF;
	padding: 1.2rem 3rem 1rem;
}
.mainframe .section__more .button:after {
	content: "→";
	margin-left: 0.5rem;
	top: 1px;
	position: relative;
}
.mainframe .section__more .button:hover {
	transform: translateX(3px);
}
.mainframe #backtop {
	position: fixed;
	bottom: 100px;
	right: 15px;
	width: 35px;
	display: block;
	text-decoration: none;
	display: none;
	text-align: center;
	z-index: 5;
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
.mainframe #backtop img {
	display: inline-block;
	width: 35px;
	margin-top: 9px;
}
.mainframe #backtop:hover {
	/*background-color: #000000;*/
}