@charset "UTF-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.mainframe {
    position: relative;
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-family: 'El Messiri', 'Noto Serif JP', 'Noto Serif TC', serif;
    font-size: 15px;
    display: flow-root;
}

.mainframe a {
    text-decoration: none;
}

.mainframe a:hover,
.mainframe a:focus {
    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-family: 'El Messiri', 'Noto Serif JP', 'Noto Serif TC', serif;
    color: #000000;
    margin: 0;
}

.mainframe h1 {
    font-family: 'El Messiri', 'Noto Serif JP', 'Noto Serif TC', serif;
    font-weight: 700;
}

/* 返回TOP按钮 */
#backtop {
    position: fixed;
    bottom: 100px;
    right: 15px;
    width: 35px;
    display: block;
    text-decoration: none;
    display: none;
    text-align: center;
    z-index: 5;
    transition: background-color 0.2s ease-in-out;
}

#backtop img {
    display: inline-block;
    width: 35px;
    margin-top: 9px;
}

/* 主視覺 */
.section__top {
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 1200px) {
    .section__top {
        padding: 0;
    }
}

.section__top img {
    width: 100%;
}

@media screen and (max-width: 600px) {
    .section__top img.top--db {
        display: none;
    }
}

.section__top img.top--dn {
    display: none;
}

@media screen and (max-width: 600px) {
    .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 0 2rem;
    }
}

.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: 18px;
    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: 15px;
    }
}

/* 手機平板區塊隱藏 */
@media screen and (max-width: 767px) {
    .qa .dsk {
        display: none;
    }
}

.qa .sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .qa .sp {
        display: block;
    }
    .qa .dsk {
        display: none;
    }
}
/* 圖片式Navigation */
.mainframe .nav-bg {
  background: #fff;
  padding: 0px 0 60px 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .mainframe .nav-bg {
    padding: 20px 0;
  }
}

.mainframe .nav {
 width:97%;
 max-width:800px;
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
 margin:0 auto;
}

.mainframe .nav .nav-black {
  width: 24%;
  display: block;
  margin:10px 1px;
}

.mainframe .nav .number{
margin-top: 8px;
}

.mainframe .nav .nav-black .nav__img {
  width: 100%;
}

.mainframe .nav .nav-black a {
  display: block;
  transition: 0.3s;
  text-align:center;
  font-size:15px;
}
.mainframe .nav .nav-black a:hover {
transform: translateY(3px);
filter: brightness(0.8);
}

/*順序*/
.order-2{
	order:2;
}

@media screen and (max-width: 768px) {
	.order-2{
		order:0;
	}
}
/* style */
.look-wrapper img {
    width: 100%;
    height: auto;
}

.style {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 150px auto 80px;
    max-width: 1105px;
    flex-direction: row;
    flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
    .style {
        width: calc(100% - 60px);
		margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .style {
        margin-top: calc(10%);
        display: block;
    }
}
.style__header {
        width:50%;
		max-width:400px;
		margin-bottom: 25px;
}
.style-name{
	font-size: 20px;
	text-align:center;
	margin:15px auto 0 auto;
}
.style-headline {
    margin-top: 25px;
    letter-spacing: 0.05em;
    line-height: 1.7778;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    font-feature-settings: "palt";
}
@media screen and (max-width: 900px) {
   .style__header {
		width:80%;
		max-width:500px;
		margin: 0 auto 25px;
	}
}
@media screen and (max-width: 767px) {
	.style-headline {
        margin-top: 22px;
        font-size: 16px;
    }
	.style-headline br{
		display: contents;
	}
}
.style-count {
    text-align: center;
    line-height: 1;
    font-family: 'El Messiri', 'Noto Serif JP', 'Noto Serif TC', serif;
}

.style-count__sub {
    display: block;
    font-size: 36px;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    .style-count__sub {
        font-size: 26px;
    }
}

.style-count__main {
    margin-top: 0.1em;
    display: block;
    font-size: 60px;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
    .style-count__main {
        font-size: 40px;
    }
}
/*LOOK圖片輪播區*/
.style__visual {
    position: relative;
    width: 80%;
	max-width: 500px;
}

@media screen and (max-width: 767px) {
    .style__visual {
        width: auto;
    }
}
/*===== slider setting =====*/
#mainframe .swiper-container{
	/*width: 48%;*/
	height: auto;
	margin: 0 auto;
}
#mainframe .swiper-pagination-bullet{
	display: block;
	margin-bottom: 7px;
}
#mainframe .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 0 8px;
}
#mainframe .swiper-container-horizontal > .swiper-pagination-bullets{
	left: 20px;
}

#mainframe .itemsSwiper{
	width: 85%;
	margin: 0 auto;
	overflow: hidden;
}
#mainframe .itemsSwiper .swiper-pagination-items .swiper-pagination-bullet{
	display: inline-block;
	margin: 0 4px;
}
#mainframe .swiper-pagination.swiper-pagination-items.swiper-pagination-black.swiper-pagination-clickable.swiper-pagination-bullets{
	left: 0;
	bottom: -30px;
}
#mainframe .swiper-button-prev:after, #mainframe .swiper-button-next:after{
	font-size: 20px;
}
#mainframe .swiper-button-prev, #mainframe .swiper-button-next{
	color: #222;
}
#mainframe .swiper-button-prev, #mainframe .swiper-button-next{
	width: calc(var(--swiper-navigation-size) / 20 * 27);
}

#mainframe .swiper-button-next, #mainframe .swiper-container-rtl .swiper-button-prev,
#mainframe .swiper-button-prev, #mainframe .swiper-container-rtl .swiper-button-next{
	background-image: none!important;
}

/*===== slider setting END =====*/
/*其他商品*/
.other-items {
    clear: both;
    width: 100%;
	max-width:1080px;
    margin: 40px auto 80px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	justify-content:center;
}

@media screen and (max-width: 640px) {
    .other-items {
        margin: 0 auto 80px auto;
        justify-content: space-around;
    }
}

.other-items h2 {
    width: 100%;
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 800;
    line-height: 1.8;
    margin: 20px 0;
}

.other-items .list {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: center;
    flex-wrap: wrap;
}

.other-items .list a {
    width: 32%;
    display: block;
    margin: 0 2px 20px 0;
}
@media screen and (max-width: 768px) {
    .other-items .list a {
        width: 30%;
    }
}
@media screen and (max-width: 640px) {
    .other-items .list a {
        width: 48vw;
        min-width: 48vw;
    }
}

.other-items .list .items {
    width: 100%;
    height: 100%;
    padding: 3px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.other-items .list .items .items-img {
    width: 100%;
}

.other-items .list .items .items-info {
    width: 100%;
    height: 100%;
    display: flex;
    font-weight: 400;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    text-align: center;
}

.other-items .list .items .items-info span {
    width: 100%;
    height: 100%;
    line-height: 1.5;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.other-items .list a .items .items-info .shop-now {
    transition: all 0.2s ease-in-out;
    background-color: #000000;
	border: 1px #ffffff solid;
    font-size: 12px;
    font-weight: 800;
    color: #ffffff;
    padding: 5px 10px;
    margin: 0px auto 10px;
    display: block;
}

.other-items .list a .items .items-info .shop-now:hover {
    background-color: #ffffff;
    color: #000000;
	border: 1px #000000 solid;
}

/* MORE BTN */
.section__more {
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    margin: 5rem auto 10rem;
}

@media screen and (max-width: 400px) {
    .section__more {
        margin: 0 auto 8rem;
    }
}

.section__more a .button{
    transition: all 0.2s ease-in-out;
    background-color: #000000;
    color: #FFFFFF;
    padding: 1rem 2.5rem 0.9rem;
    margin: 0 auto;
    width: 50%;
    max-width: 180px;
}

.section__more a .button:after {
    content: "→";
    margin-left: 0.5rem;
    top: 1px;
    position: relative;
}

.section__more a .button:hover {
    transform: translateX(3px);
    color: #FFFFFF;
}
/*圖片載入特效*/
img.lazyload-fadein {
    filter: blur(0) !important;
    opacity: 1 !important;
}