/* Text styles */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
html{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 20px; /* for rem */
    font-family: 'Microsoft JhengHei', "PingFang TC", Open Sans, sans-serif;
    line-height: 1.15;
}
body {
    line-height: 1.7;
    font-size: 16px;
}

body{
    background-color: #eef5ed;
}

.fc{
    display: flex;
    justify-content: center;
    align-items: center;
}
#app {
    margin: 100px 0 0px;
}
section h1 {
    font-size: 2.5em;
    color: rgb(158, 103, 0);
    position: relative;
    margin-bottom: 1em;
    text-transform:uppercase;
    padding: 0 15px 0 10px;
}
section h1::after {
    border-bottom: 3px solid rgb(158, 103, 0);
    content: "";
    display: block;
}
section h1 > span {
    position: absolute;
    top: 2.7em;
    left: 0;
    background-color: #eef5ed;
    font-size: .5em;
    padding: 0 20px 0 10px;
}
section p {
    line-height: 2;
}

h1.share-h1{
    padding: 0 50px;
}

.box-share{
    padding: 10px 0;
    white-space: nowrap;
    overflow-y:auto;
}

.box-share-wrap {
    position: relative;
}

.box-share-wrap span.left{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 40px;
    left: -20px;
    color: rgba(0,0,0,0.4);
    pointer-events: auto;
}
.box-share-wrap span.right::selection,
.box-share-wrap span.left::selection {
    color: none;
}
.box-share-wrap span.right{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 40px;
    right: -20px;
    color: rgba(0,0,0,0.4);
    pointer-events: auto;
}

.box-share::-webkit-scrollbar{
    display: none;
}
.box-share1{
    width: 205px;
    margin-left: 3%;
    display: inline-block;
}
.box-share1:last-child{
    margin-right: 3%;
}




section h1 > span.share-header {
    left: 50%;
    transform: translateX(-60%);
    top: 3em;
    border: 2px solid rgb(158, 103, 0);
    padding: 0 20px 0 20px;
    margin:  0 10px 0 10px;
}

.aa-1, .aa-2 { font-size: 2em; margin: 0; position: relative;}
.aa-2 { color: #7f4326; margin-top: -1.5em;}
.aa-1 > span {
    background-image: url(../img/index-1.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 100px;
    height: 35px;
    top: 7px;
    margin-left: 5px;
}
.aa-2 > span { font-size: 1.8em; }

.prdc-list{
    font-size: 1em;
    color: slategrey;
    border: 2px solid transparent;
    cursor: pointer;
    transition: .3s;
}
.prdc-list p {
    line-height: 1.6;
    /* margin-right: 20px; */
    overflow : hidden;
    height: 50px;
    padding: 0 10px;
}
.prdc-list .title{
    font-size: 1.5em;
    color: black;
    margin: 10px 0;
    padding: 0 10px;
}
.prdc-list::after{
    content: "- READ MORE";
    display: block;
    color: red;
    font-size: .6em;
    margin-top: -1em;
    padding: 0 10px;
    margin-bottom: 30px;
}
.prdc-list:hover{
    border-color: #b44872;
    background-color: #f6f6f6;
}
.prdc-list:hover::after{
    color: orange;
}



/* SHARE */
.share img { width: 100%; margin: 40px 0; cursor: pointer;}
.h1center { width: 100%; position: relative;}
.h1center > h1{
    text-align: center;
    font-size: 20px;
    letter-spacing: 15px;
}
.h1center h1::after{ margin-top: 16px;}
.h1center h1 > span{
    left: 50%;
    transform: translateX(-83px);
    border: 2px solid rgb(158, 103, 0);
    padding: 0 10px;
    top: 32px;
    font-size: 20px;
    letter-spacing: 5px;
}

.h1center h1 > span.faq{
    padding: 0 40px;
    transform: translateX(-81px);
}

.h1center h1 > span.information{
    transform: translateX(-111px);

}

section h1.information::after {
    border-bottom: none;
}

header .menu{
    list-style: none;
    margin-left: -10px;
    width: 860px;
}
.menu li {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
    text-align: center;
    color: #b2915c;
    font-weight: 550;
}
.menu li::after{
    display: inline-block;
    content: "";
}
.menu li:nth-child(1)::after, .menu li:nth-child(2)::after, .menu li:nth-child(5)::after, .menu li:nth-child(6)::after{
    content: "|";
    padding-left: 12.5px;
}

.menu li:nth-child(3){
    margin-right: 10px;
}

.menu li:nth-child(5){
    margin-left: 10px;
}

.logo {
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
    margin: 0 5px;
    width: 180px;
    height: 130px;
    background-color: #b2915c;
    padding: 45px 20px !important;
}

.logo > a > img {
    width:100%;
}

.item {
    padding-top: 35px;
}

li.item > a {
    color: #b2915c;
}
header .on {
    display: none;
}
.header-top {
    position: absolute;
    left: 50%;
    transform: translateX(-45%);
    top: -136px;
}
.header-bottom{
    margin-top: 136px;
    margin-bottom: 35px;
}

.header-rwd{
    /* position: absolute; */
    right: 5%;
    /* margin-top: -100%; */
    color: aqua;
}
#banner {
    margin-top: -20px;
}
.banner img{
    border: 10px solid white;
    box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.2);
    width: 920px;
    /* height: 630px; */
}
.banner-ul { list-style: none; margin-top: -40px;}
.banner-ul li {
    width: 180px;
    border: 4px solid white;
    margin: 0 10px;
    cursor: pointer;
}
.banner-ul li img {
    width: 172px;
    height: 117px;
    width: 100%;
}


header.on > menu {
    display: none;
}
footer {
    background-color: white;
    padding: 2.5em 2em;
}
.footer_right > a {
    margin-right: 10px;
}
.hr {
    height: 5px;
    background: radial-gradient(circle,white,orange);
}




/* products.html */
.header {
    height: 28em;
    background-position:center top;
    background-size: cover;
}

.prds_header {
    background-image: url('../img/prds/p-image001.jpg');
}

.prds_bottom_header {
    background-position: center top;
    background-image: url('../img/prds/p-image002.jpg');
}

.panel-group input {
    visibility: hidden;
}

.tab-group label {
    border:  1px solid #dbb866;
    background: #eef5ed;
    color: black;
    cursor: pointer;
    font-size: .8em;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 1.5em;
    text-align: center;
}

.content{display:none;}

.content-group {
    margin-top: 40px;
}

#radio1:checked ~ .tab-group [for="radio1"],
#radio2:checked ~ .tab-group [for="radio2"],
#radio3:checked ~ .tab-group [for="radio3"]{
    background: #dbb866;
    color: white;
}


#radio1:checked ~ .content-group .content1,
#radio2:checked ~ .content-group .content2,
#radio3:checked ~ .content-group .content3 {display:block}

.tab-group label:hover {
    background: #dbb866;
    color: white;
}
/* end products.html */
/* end products_detail.php */
.prds_detail_header {
    background-position: center;
    background-image: url('../img/prds_detail/image-coffee02.jpg');
}

.flexslider
{
    border: 4px solid #eef5ed;
    margin: 0 0 15px;
    background: #eef5ed;
}
/* 霈𧗽mg�虾隞亙��凒蝵桐葉 */
.flexslider .slides {
    zoom: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.flex-direction-nav a  {
    line-height: 40px;
}

.prds_detail_others {
    color: #808080;
}

.prds-text .price
{
    color: #808080;
    font-size: 	2.5em;
    margin-bottom: 0;
}

.prds-text .phone
{
    color: red;
    font-size: 	2em;
    font-weight: normal;
}

.prds_detail
{
    margin: 50px 0 0 0;
    margin-bottom: 0;
}

section .point p {
    line-height: 1.4;
}

.prds_detail_bold {
    font-size: 1.4em;
    margin-bottom: 0;
}

.prds_detail_bold span{
    font-weight: normal;
}

.hr_style_green {
    height: 2px;
    background: #5ca29a;
    margin-top: 0;
    border: 0px;
}

.prd-banner {
    /* height: 20em; */
    margin-bottom: 2em;
}

.prd-banner-img {
    height: 100%;
    background-repeat: no-repeat;
}

.prd-banner-img > img {
    width: 100%;
    height: auto;
}

.prd-context > h3 {
    font-size: 50px;
    font-weight: 300;
    position: relative;
}

.prd-context > h2 {
    font-size: 55px;
    margin-top: -25px;
}

prd-context > p {
    margin-bottom: 40px;
}

.prd-tags {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}

.prd-tag {
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px 30px;
    margin: 0 5px;
}

.prd-raws {
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
}

.prd-raw {
    margin: 0 20px;
    flex: 1;
    position: relative;
}

.prd-raw::after{
    content: '/';
    position: absolute;
    right: -30px;
    top: 40px;
    font-size: 99px;
    font-weight: 100;
    color: #ad6f25;
}

.prd-raw:last-child::after{
    content: '';
}

.prd-raw > img {
    height: 260px;
}

.prd-raw > h2 {
    font-size: 20px;
}
.prds_detail_title {
    font-size: 2.5em;
    color: #808080;
    margin-bottom: 0;
}

.prds_detail_subtitle {
    font-size: 1.5em;
    margin-bottom: 0;
}
/* end products_detail.php */
/* brand.html */
.brand_header {
    /* background-image: url('../img/brand/brand01.jpg'); */
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.div_fit{
    width: 100%;
    /* height: 100%; */
    object-fit:cover;
}

.brand_content1{
    padding-top: 50px;
}

.brand_content2{
    padding-top: 70px;
}

.brand_title {
    color: #b2915c;
    font-weight: normal;
    font-size: 40px;
    margin-bottom: 0;
}

.blocks {
    margin: 50px 0;
    position: relative;
}

.block_title {
    color:;
    font-weight: normal;
    margin-bottom: 0;
}

.block_subtitle {
    color: #9FB22C;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 20px;
}

.block_hr {
    position: absolute;
    width: 40px;
    background: gray;
    height: 2px;
    border: 0px;
    transform: translateY(-3px);
    margin-bottom: 10px;
}

.block_content {
    margin-top: 20px;
}
/*  end brand.html */

.a-display {
    display: none;
}

.cp4 {
    margin: 30px 0 -20px 0;
    width: 100%;
}

/* home banner */
.flexslider  li img {
    height: 244.66px;
}

.h1center h1 > .pointer  {
    border: 1px solid rgb(158, 103, 0);
    padding: 2px 5px 2px 10px;
    top: 15px;
    font-size: 15px;
    letter-spacing: 5px;
    cursor: pointer;
}
.h1center h1 > .pointer.right {
    left: 103%;
}

.h1center h1 > .pointer.left {
    left: 99%;
}

/* footer */
footer p {
    font-size: 14px;
}
.footer-icon {
    max-width: 40px;
    max-height: 40px;
}
.footer_center {
    padding-left: 30px;
    padding-top: 10px;
}
.bigger-brown {
    font-size: 1.4em;
    color: rgb(158, 103, 0);
}
.footer_left {
    text-align: right;
    position: relative;
}

.footer_center::before {
    position: absolute;
    display: block;
    content: " ";
    border-right: 3px rgb(255, 189, 70) solid;
    height: 60%;
    left: 10px;
}
.footer_right {
    text-align: left;
}

nav{
    height: 115px;
    background: rgb(0,0,0,0);
}
nav ul{
    padding-inline-start: 0;
}
.nav-links{
    display: flex;
    list-style: none;
    width: 30%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
    margin-top: 0;
}
.nav-links li a{
    color: #b2915c;
    text-decoration: none;
    font-size: 14px;

}

/* share box */
/* 摨閗𠧧���box銝� */
.box {
    display: flex;
    flex-direction: row;
    margin: 2.5em 0;
}

#shares {
    /* margin-bottom: 3rem; */
}

.box a{
    color: black;
}
.shares_img{
    width: 30%;
    padding-left: 50px;
}

.shares_img > a > img {
    margin-top: -50px;
    margin-bottom: 50px;
}
.shares_content{
    width: calc(100% - 30% - 20px);
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.shares_content a {
    padding: 30px 50px;
    height: 100%;
}

.odd{
    flex-direction: row-reverse;
}
.odd > .shares_img {
    padding-left: 0;
    padding-right: 50px;
}

.box .odd {
    /* background-color: #7ebda3; */
}



.odd .shares_content{
    justify-content: flex-end;
}
/* .odd .shares_content a {
} */
.shares_section{
    margin-top: -65px;
}

/* QA */
/* .QA_section{
    margin-top: -35px;
} */

.box.faq {
    display: block;
    margin: 2.5em 0 0;
}

.box.information {
    display: block;
    margin-right: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 750px;
    margin-bottom: 40px;
    border: 2px solid #b2915c;
    padding: 15px 15px 30px 15px;
    position: relative;
}

.faq_content {
    background-color: #eee;
    padding: 20px 30px;
    min-height: 150px;
    font-weight: 400;
    font-size: 1.2em;
}

.inoformation_content {
    font-size: 1.2em;
}

.white {
    background-color: #fff;
    text-align: center;
    font-size: 1.2em;
}

.faq > h2 {
    font-weight: 500;
    font-size: 1.5em;
}

h2 > span {
    color: #ff758c;
}

.faq_content > h2 {
    color: #df0954;
    font-size: 1.6em;
}

.contact_01 {
    width:50%;
    max-width:500px;
}

.contact_02 {
    width:80%;
    max-width:850px;
}

.banner > .section {
    margin-top: -20px;
}

.prd-context > h3 > span {
    background-repeat: no-repeat;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 20px;
    margin-left: 60px;
}

.prd-context > p {
    font-size: 18px;
}

.location-img > img {
    margin: 0 0 20px 0;
}

.location-info > .aa-1 {
    font-weight: bold;
    font-size: 30px;
}

.button-map {
    border: 2px solid #DBB866;
    border-radius: 3px;
    color: #DBB866;
    background-color: white;
    padding: 1px 25px;
    margin-left: 20px;
    cursor: pointer;
    font-weight: 600;
}

.button-map:hover {
    background-color: #DBB866;
    color: white;
}

.topic {
    position: relative;
}

.topic > h3 {
    position: absolute;
    font-size: 32px;
    border-bottom: 2px solid black;
    display: inline-block;
    padding: 5px 10px;
    left: 200px;
    top: 40px;
    font-weight: 500;
}

.topic > h2 {
    position: absolute;
    font-size: 60px;
    left: 200px;
    top: 100px;
    font-weight: 350;
}

.button-topic {
    position: absolute;
    border: 2px solid rgb(233, 134, 215);
    color: white;
    background-color: rgb(233, 134, 215);
    padding: 5px 20px;
    cursor: pointer;
    left: 200px;
    top: 210px;
    font-weight: 400;
}

.grid .container-fluid{
    padding:  20px 0 50px 0;
    position: relative;
}

.grid .s-ti {
    font-size: 28px;
    line-height: 32px;
    margin: 25px 0 25px;
    position: relative;
    text-align: center;
    font-weight: 400;
}

.grid .s-ti span {
    font-size: 18px;
    display: block;
    color: #6a9905;
    font-family: 'CrimsonText-Roman','Microsoft JhengHei',sans-serif;
    text-transform: uppercase;
}

.grid .s-ti:after {
    margin: 5px auto 0;
}
.grid .s-ti:after {
    content: '';
    position: relative;
    display: block;
    width: 30px;
    height: 1px;
    background: #aaa;
}


.grid.animated .list-box .items.open {
    transition-delay: 1.5s;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}


.grid .list-box .items {
    width: 240px;
    height: 240px;
    position: relative;
    background: #fff;
    max-width: 20%;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}

.grid .list-box .items >div {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    left: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.grid .list-box .items >div img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    max-height: 100px;
}

.grid .list-box .items >div span {
    font-size: 18px;
    display: block;
    margin: 15px 0 0;
    padding: 0 5%;
    line-height: 25px;
}

.grid .list-box .items:nth-child(1) {
    margin: 45px 0 0;
}
.grid .list-box .items:nth-child(2) {
    margin: 200px 0 0;
    background: #fbffe7;
}

.grid .list-box .items:nth-child(3) {
    margin: 50px 0 0;
}

.grid .list-box .items:nth-child(4) {
    margin: 180px 0 0;
    background: #fbffe7;
}

.grid .list-box .items:nth-child(5) {
    margin: 250px 0 0;
}

.h1center .QA {
    margin: 80px 0 0;
}
.grid .container-fluid:before {
    content: '';
    position: absolute;
    width: 355px;
    height: 555px;
    background: url(/~/public/img/brand/bg1.png)no-repeat 0 bottom;
    background-size: 100% 475px;
    top: -200px;
    left: 0;
}

.grid .container-fluid{
    padding: 70px 0;
    background: url(/~/public/img/brand/bg2.png) no-repeat right center #f5f5f5;
    background-size: 200px;
    position: relative;
}

.location-icon{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 25px;
    cursor: pointer;
}
div.box.information{
    -webkit-transition: max-height .5s ease;
    -moz-transition: max-height .5s ease;
    transition: max-height .5s ease;
}

.location-icon{
    transition-duration: 0.5s;
}
.rotated{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    transition-duration: 0.5s;
}
.information-share {
    color: rgb(158, 103, 0);
    text-align: right;
    right: 10px;
    margin-bottom: 5px;
}
.information-share > a {
    padding-left: 5px;
}
.information-share > a > img {
    height: 35px;
    width: 35px;
}

.information-share >  .icon {
    position: relative;
    top: 7px;
    display: inline-block;
    width: 23px; height: 25px;
    overflow: hidden;
}

.i{
    background: url('/~/public/img/icon/share.svg');
    background-size: cover;
}
.information-share >  .icon > .icon {
    position: relative;
    left: -25px;
    border-right: 25px solid transparent;
    -webkit-filter: drop-shadow(rgb(158, 103, 0) 25px 0);
    filter: drop-shadow(rgb(158, 103, 0) 25px 0);
}

/* ��閧𧞄 */


/* brand��閧𧞄 */
.animated .animate-pop-in {
    animation: no-transform 1s cubic-bezier(0, 0.9, 0.3, 1) forwards;
    opacity: 0;
    transform: scale(.3);
}

.animate-left-in,
.animated .animate-left-in2 {
    animation: no-transform 1s cubic-bezier(0, 0.9, 0.3, 1) forwards;
    opacity: 0;
    transform: translateX(-20rem);
}

.animate-right-in,
.animated .animate-right-in2 {
    animation: no-transform 1s cubic-bezier(0, 0.9, 0.3, 1) forwards;
    opacity: 0;
    transform: translateX(20rem);
}

.div_fit.brand_img1,
.animated .div_fit.brand_img2 {
    animation-delay: 1s;
}

.brand_content1,
.animated .brand_content2 {
    animation-delay: 1.8s !important;
}

.animated .s-ti {
    animation-delay: 1.7s;
}

.animated .col.b-4.a-12.blocks:nth-child(1) {
    animation-delay: 1s;
}

.animated .col.b-4.a-12.blocks:nth-child(2) {
    animation-delay: 1.4s;
}

.animated .col.b-4.a-12.blocks:nth-child(3) {
    animation-delay: 1.8s;
}


/* home��閧𧞄 */
.animated .aa-1 {
    animation-delay: 1s;
}

.animated .aa-2 {
    animation-delay: 1.4s;
}

.animated .aa-3 {
    animation-delay: 1.8s;
}

.animated .aa-4 {
    animation-delay: 2.2s;
}

.animated .prd:nth-child(2) {
    animation-delay: 1.5s;
}

.animated .prd:nth-child(3) {
    animation-delay: 2s;
}

.animated .prd:nth-child(4) {
    animation-delay: 2.5s;
}

.animated .prd:nth-child(5) {
    animation-delay: 3s;
}

.animated .box-share-wrap {
    animation-delay: 1.5s;
}

/* �𤩎��隞讠晶��閧𧞄 */
.animated .panel-group {
    animation-delay: 1.2s;
}

.animated .T {
    animation-delay: 1.2s;
}

/* 瘣餃�閗���𠰴�閧𧞄 */
.animated .row.info {
    animation-delay: .8s;
}

.qa {
    animation-delay: .6s;
}

.animated .box.faq {
    animation-delay: 1s;
}

/* 雿輻鍂��鈭怠�閧𧞄 */
.sh {
    animation-delay: .6s;
}

.animated .box.sh.odd,
.animated .box.sh {
    animation-delay: 1s;
}

/* �啹�睸��𡁻�𧼮�閧𧞄 */
.animated .col.a-12.location-img {
    animation-delay: 1s;
}

.animated .aa-1.l{
    animation-delay: 1.3s;
}

.animated .aa-3.l{
    animation-delay: 1.6s;
}

.animated .div_fit.l {
    animation-delay: 2s;
}

/* �𤩎��閰喟敦�� */
.animated .flexslider {
    animation-delay: 1s;
}

.animated .flexslider.p2 {
    animation-delay: 1.3s;
}

.animated .other_prds {
    animation-delay: 1.5s;
}

.animated .prds-text {
    animation-delay: 2s;
}

.animated .prd-banner {
    animation-delay: 1.2s;
}

.animated .aa-1.p  {
    animation-delay: 1.5s;
}

.animated .aa-2.p  {
    animation-delay: 1.8s;
}

.animated .aa-3.p  {
    animation-delay: 2.1s;
}

.animated .prd-tags  {
    animation-delay: 2.4s;
}

.animated .div_fit.p   {
    animation-delay: 2.7s;
}

.animated .prd-raw:nth-child(1) {
    animation-delay: 1.3s;
}
.animated .prd-raw:nth-child(2) {
    animation-delay: 1.7s;
}
.animated .prd-raw:nth-child(3) {
    animation-delay: 2.1s;
}

.animated .cp4 {
    animation-delay: 1.6s;
}

.animated .box-share-wrap.p {
    animation-delay: 1.6s;
}

.animate-banner-in {
    animation: no-transform 1s cubic-bezier(0, 0.9, 0.3, 1) forwards;
    opacity: 0;
    transform: translateY(-8rem) scale(.3);
}

@keyframes no-transform {
    100% {
        opacity: 1;
        transform: none;
        filter: none;
    }
}

/* header menu雿輻鍂 */
.animate-header-top-in {
    animation: header-no-transform 1s cubic-bezier(0, 0.9, 0.3, 1) forwards;
    opacity: 0;
    transform: translateX(-46%) translateY(-130%);
}

@keyframes header-no-transform {
    100% {
        opacity: 1;
        transform: translateX(-46%) translateY(0);
        filter: none;
    }
}
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.youtube iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 40em) {
    #app {
        margin: 70px 0 0px;
    }
    .shares_img {
        width: 70%;
        padding: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }

    section h1 {
        padding: 0 40px;
        margin-top: 10px;
    }
    section .h1center h1 {
        margin-top: 0px;
    }
    section h1 > span {
        padding: 0 40px;
    }

    .aa-1{margin-bottom: .8em;}
    .aa-1, .aa-2 { font-size: 1.5em;}
    .aa-2 > span { font-size: 1.7em; }
    .prdc-list {
        text-align: center;
        /* margin: 10px 12%; */
        padding: 3px 0 0 0;
    }


    .item {
        display: none !important;
    }
    ul.menu{
        padding-left: 0px;
        margin-left: -175px !important;
        width: 100%;
    }
    .share-list{
        text-align: center;
    }
    .header-top {
        transform: translateX(-60%);
        top: 0;
    }

    .header-bottom {
        margin-top: 0;
    }

    .prds_header {
        height: 12em;
    }

    .prds_bottom_header {
        height: 12em;
    }

    .prds_detail_header {
        height: 12em;
    }


    .prds-text .price
    {
        font-size: 	2em;
        margin-bottom: 0;
    }

    .prds-text .phone
    {
        color: red;
        font-size: 	1.6em;
        font-weight: normal;
    }

    .prds_detail
    {
        margin: 50px 0 0 0;
    }

    section .point p {
        line-height: 1.6;
    }

    .prds_detail_bold {
        font-size: 1em;
    }

    .prds_detail_bold span{
        font-weight: normal;
    }

    .prds_detail_title {
        font-size: 2em;
        margin-bottom: 0;
    }

    .prds_detail_subtitle {
        font-size: 1em;
    }

    .brand_header {
        height: 12em;
    }

    .brand_title {
        font-size: 30px;
        margin-bottom: 0;
    }

    .brand_content2{
        padding-top: 40px;
    }

    .blocks {
        padding-left: 10%;
        padding-right: 10%;
        margin-bottom: 0;
    }

    .a-none {
        display: none;
    }

    .a-display {
        display: block;
    }

    .col .share_img {
        padding-left: 0;
        padding-right: 0;
    }
    footer {
        background-color: white;
        padding: 1.5em .7em;
    }

    h1.share-h1 {
        padding: 0 25px;
    }

    /*NAV RWD*/

    .hamburger .line{
        display: block;
        width: 30px;
        height: 3px;
        background: #b2915c;
        margin: 5px;
        transition: 0.5s;
    }
    .hamburger.active .line:nth-child(1) {
        transform: translateX(0%) translateY(275%) rotate(45deg);
    }
    .hamburger.active .line:nth-child(3) {
        transform: translateX(0%) translateY(-275%) rotate(-45deg);
    }
    .hamburger.active .line:nth-child(2) {
        opacity: 0;
    }

    nav{
        position: relative;
    }
    .hamburger{
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 55%;
        transform: translate(-5%, -50%);
        display: block;
        z-index: 1000;
    }

    .nav-links{
        position: fixed;
        background: #eef5ed;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(100px at 100% -15%);
        -webkit-clip-path: circle(100px at 100% -15%);
        transition: all 1s ease-out;

        pointer-events: none;
        z-index: 999;
    }
    .nav-links.open{
        clip-path: circle(2000px at 95% -10%);
        -webkit-clip-path: circle(2000px at 95% -10%);
        pointer-events: all;
        z-index: 999;
        padding-top: 15%;
        padding-bottom: 15%;
    }

    .nav-links li {
        opacity: 0;
    }

    .nav-links li a {
        font-size: 22px;
    }
    .nav-links li:nth-child(1) {
        transition: all 0.5s ease 0.1s;
    }
    .nav-links li:nth-child(2) {
        transition: all 0.5s ease 0.2s;
    }
    .nav-links li:nth-child(3) {
        transition: all 0.5s ease 0.3s;
    }
    .nav-links li:nth-child(4) {
        transition: all 0.5s ease 0.4s;
    }
    .nav-links li:nth-child(5) {
        transition: all 0.5s ease 0.5s;
    }
    .nav-links li:nth-child(6) {
        transition: all 0.5s ease 0.6s;
    }
    li.fade{
        opacity: 1;
    }

    .box{
        display:block;
    }


    .share img {
        width: 180px;
        height: 180px;
        margin: 20px 0;
        cursor: pointer;
    }

    .faq_content {
        padding: 10px 15px;
        font-size: 1em;
    }
    .faq > h2 {
        font-size: 1.2em;
    }

    .faq_content > h2 {
        font-size: 1.3em;
    }

    .contact_01 {
        width:60%;
    }

    .contact_02 {
        width:100%;
    }
    .shares_content {
        width: auto;
    }
    .box-share-wrap span.right,
    .box-share-wrap span.left {
        display: none;
    }

    .cp4 {
        margin: 20px 0 20px 0;
        width: 100%;
    }
    .prd-context > h3 {
        font-size: 28px;
    }

    .prd-context > h2 {
        font-size: 35px;
        margin-top: -30px;
    }

    .prd-tag {
        padding: 10px 10px;
        margin: 0 5px;
    }

    .prd-raws {
        display: flex;
        flex-direction: column;
    }
    .prd-raw::after{
        content: '';
    }

    .prd-raw {
        text-align: center;
    }

    .prd-img {
        text-align: center;
    }

    .prd-img > img {
        width: 90%;
        height: 90%;

    }

    .banner > .section {
        margin-top: 0;
    }

    .prd-context > h3 > span {
        width: 80px;
        height: 90px;
        top: -25px;
        margin-left: 35px;
    }

    .prd-context > p {
        font-size: 16px;
    }
    .topic > h3 {
        position: absolute;
        font-size: 14px;
        border-bottom: 2px solid black;
        display: inline-block;
        padding: 5px 5px;
        left: 20px;
        top: 20px;
        font-weight: 500;
    }

    .topic > h2 {
        position: absolute;
        font-size: 24px;
        left: 20px;
        top: 60px;
        font-weight: 350;
    }

    .button-topic {
        position: absolute;
        font-size: 10px;
        border: 2px solid rgb(233, 134, 215);
        color: white;
        background-color: rgb(233, 134, 215);
        padding: 5px 10px;
        cursor: pointer;
        left: 20px;
        top: 100px;
        font-weight: 400;
    }

    ul.slides.banner li > img {
        height: 244.66px !important;
    }

    .grid .s-ti {
        font-size: 25px;
    }

    .grid .container-fluid {
        padding: 20px 40px;
    }

    .grid .list-box .items {
        width: calc(33.333% - 20px);
        max-width: none;
        margin: 0 10px 20px !important;
        position: relative;
        transform: scale(1) translateY(20%);
        -ms-transform: scale(1) translateY(20%);
        -moz-transform: scale(1) translateY(20%);
        height: auto;
        padding: 20px 0;
        width: 100%;
        margin: 0 0 10px !important;
    }
    .grid .list-box .items >div {
        position: relative;
        left: auto;
        top: auto;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .grid .list-box .items.open {
        transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        -moz-transform: scale(1) translateY(0);
        -webkit-transform: scale(1) translateY(0);
    }

    .grid .list-box .items:before {
        content: '';
        position: absolute;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        top: 5px;
        left: 5px;
        border: 1px solid #c6e091;
    }


    .prd-app {
        margin-top: -70px;
    }

    .flex-direction-nav a:before {
        font-size: 30px;
    }

    .shares_section{
        margin-top: -35px;
    }
    .grid .container-fluid:before {
        background: rgba(255,255,255,0);
    }

    .grid .container-fluid{
        background: #f5f5f5;
    }
    .location-icon {
        width: 20px;
        height: 25px;
    }

    .header {
        background-position: 45% bottom;
    }
    .a-block{
        display: block;
    }

}

@media (max-width: 64em) {
    .footer_left {
        border-right: 0px;
    }
    .footer_right,
    .footer_center,
    .footer_left {
        width: 100%;
        text-align: center;
    }

    .footer_left::after {
        display: none;
    }
}