*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    font-family:
        /*Meiryo, 'Microsoft YaHei',*/
        Arial, '微軟正黑體', 'Microsoft JhengHei', Helvetica, sans-serif;
}

a {
    text-decoration: none;
    outline: none;
}

a.btn {
    overflow: hidden;
    background-repeat: no-repeat;

    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}

.for-desktop a:hover.btn {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;

    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}

sup {
    font-size: 14px;
}

.page-products-health .mobile-show {
    display: none;
}



@media(max-width: 480px) {
    .page-products-health .mobile-show {
        display: block;
    }

    .page-products-health .desktop-show {
        display: none;
    }

}





html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-color: #daf4ff;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
}


h1 {}

h2 {
    font-size: 36px;
    line-height: 0.7;
    text-align: center;
    color: #007bc5;
    margin: 30px 0;
}

h2 span {
    font-size: 16px;
    color: #434343;
}

h3 {}

h4 {}

h5 {}

p {
    font-size: 16px;
    line-height: 1.5;
    color: #434343;
    /*text-align:justify; word-break: break-all;*/
}

ul {
    list-style: none;
}

li {
    /*text-align:justify; word-break: break-all;*/
}



#loader {}

#wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.container {
    width: 100%;
    position: relative;
    clear: both;
}


.alpha {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}




/*    /// header ///    */
#header {
    background-color: #FFF;
    border-bottom: #007bc5 solid 4px;
}

#header .container {
    width: 100%;
    max-width: 1000px;
    height: 76px;
    margin: 0 auto;
    position: relative;
}

#header .mobile-menu-toggle {
    display: none;
    position: relative;
    z-index: 99;
}

#header .logo {
    width: 121px;
    height: 100%;
    background: url(../images/logo.svg) 50% 50% no-repeat;
    /* background-size: 121px 54px; */
    background-size: contain;
    display: block;
    top: 0px;
    left: 10px;
    position: absolute;
    z-index: 100;
}

#header .nav {
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 99;
}

#header .nav li {
    float: left;
    border-left: #badbef solid 1px;
    height: 100%;
}

#header .nav li>a {
    display: block;
    color: #007bc5;
    font-size: 18px;
    font-weight: 500;
    padding: 29px 20px;
    letter-spacing: 1px;
    line-height: 1;
    position: relative;
    overflow: hidden;
}



#header .nav li.fb-share>a {
    background: url(../images/ic_facebook.png) 50% 50% no-repeat;
    height: 76px;
    width: 76px;
}

#header .nav li.btn-cart {
    position: relative;
}

/* start:: 購物車樣式 */
#header .nav li.btn-cart>a {
    background: url(../images/ic_cart.svg) 50% 50% no-repeat;
    background-size: 32px 32px;
    height: 76px;
    width: 76px;

}

#header .nav li.btn-cart:hover .cart-wrap {
    top: 76px;
    opacity: 1;
    pointer-events: auto;
}

.mobile-cart-toggle {
    display: none;
}

.cart-wrap {
    position: absolute;
    top: 76px;
    left: 0;
    padding-top: 20px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

#header .nav li.btn-cart .cart-wrap .cart-list {
    position: relative;
    width: 200px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 0 20px;
}

.cart-wrap.show {
    top: 100px;
    opacity: 1;
    pointer-events: auto;
}

#header .nav li.btn-cart .cart-wrap .cart-list:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 12px 9px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 32px;
    top: -9px;
}

.cart-wrap .cart-item {}

.cart-wrap .cart-item+.cart-item {
    border-top: #90d4fd dashed 1px;
}

.cart-wrap .cart-item a {
    display: block;
    line-height: 1;
    height: 60px;
    transition: all 0.3s ease-in-out;
}

.cart-wrap .cart-item a:hover {
    opacity: .8;
}

.cart-wrap .cart-item a img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

/* end:: 購物車樣式 */
#header .nav li.fb-share>a span,
#header .nav li.btn-cart>a span {
    display: none;
}

.desktop .anim {
    position: relative;
    z-index: 1;
}

.desktop .anim::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 253, 227, 1);
    content: '';
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.desktop .anim:hover::before,
.desktop .anim:focus::before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


.page-concept #header .nav li a.m0,
.page-hyaluronic #header .nav li a.m1,
.page-news #header .nav li a.m2,
.page-products #header .nav li a.m3,
.page-sustainability #header .nav li a.m4 {
    background-color: rgba(255, 253, 227, 1);
}




#content {
    background: url(../images/bg-content.jpg) center bottom repeat-x;
    min-height: 100vh;
}

#content .container {
    background: url(../images/bg-waterdrop.png) center top;
    padding-bottom: 100px;
}

#content .main {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


#crumbs {
    border-bottom: #6db7e2 solid 1px;
    padding: 20px 0px 5px 0px;
}

#crumbs ul {
    margin: 0 0 0 10px;
}

#crumbs ul li {
    display: inline-block;
    border-right: #6db7e2 solid 1px;
    color: #007bc5;
    font-size: 16px;
    line-height: 0.8;
    padding-right: 13px;
    margin-right: 13px;
}

#crumbs ul li:last-child {
    border-right: 0px;
}

#crumbs ul li a {
    color: #007bc5;
}

#crumbs ul li h3 {
    font-size: 16px;
}

#crumbs ul li h3 br {
    display: none;
}

.water-wave {
    background: url(../images/bg-water-index.png) center center no-repeat;
    width: 100%;
    height: 270px;
    margin: 0 auto;
}

.page-index {}

/* .page-index #header .nav li:first-child {
    display: none;
} */

.page-index .arena {
    margin-bottom: 90px;
}

.page-index .arena li.banner {
    /*max-height:640px;*/
}

.page-index .arena li.banner img {
    margin: 0 auto;
    width: 100%;
    /*max-width:1660px;*/
}

/*.for-desktop .arena.mobile{ display:none;}
.for-mobile .arena.desktop{ display:none;}*/

.desktop .arena.mobile,
.desktop .arena-box.mobile,
.tablet.landscape .arena.mobile {
    display: none;
}

.mobile .arena.desktop,
.mobile .arena-box.desktop,
.tablet.portrait .arena.desktop {
    display: none;
}

/*.for-desktop .tvcf-list-mobile{ display:none;}
.for-mobile .tvcf-list-desktop{ display:none;}*/

/*.desktop .tvcf-list-mobile,
.tablet .tvcf-list-mobile{ display:none;}
.mobile .tvcf-list-desktop{ display:none;}
*/

.arena-box {
    position: relative;
}

.arena-box .btn-next,
.arena-box .btn-prev {
    display: block;
    width: 50px;
    height: 100px;
    position: absolute;
    top: 40%;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}

.arena-box .btn-next:hover,
.arena-box .btn-prev:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}

.arena-box .btn-next {
    right: 10px;
    background: url(../images/ic_arena_next.png) 50% 50% no-repeat;
}

.arena-box .btn-prev {
    left: 10px;
    background: url(../images/ic_arena_prev.png) 50% 50% no-repeat;
}






.page-index .water-wave {
    background: url(../images/bg-water-index.png) center center no-repeat;
    width: 100%;
    height: 270px;
    margin: 0 auto;
}

.product-catalog-list {}

.product-catalog-list .product-catalog {
    cursor: pointer;
    float: left;
    width: 47%;
    margin: 15px 1.5%;
    padding: 20px 20px 0px 20px;
    background-color: #FFF;
    position: relative;
    min-height: 340px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.product-catalog-list .product-catalog section {
    float: left;
    width: 65%;
}

.product-catalog-list .product-catalog h3 {
    margin-bottom: 5px;
    font-size: 34px;
    color: #007bc5;
}

.product-catalog-list .product-catalog h3 img {
    height: 34px;
}

.product-catalog-list .product-catalog h4 {
    color: #007bc5;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.2;
}

.product-catalog-list .product-catalog p {
    color: #434343;
}

.product-catalog-list .product-catalog .pic-box {
    float: right;
    width: 30%;
    height: 300px;
    position: relative;
}

.product-catalog-list .product-catalog .pic-box img {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.product-catalog-list .product-catalog .btn-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.desktop .product-catalog-list .product-catalog:hover {}

.product-catalog-list .product-catalog-1:hover,
.product-catalog-list .product-catalog-2:hover,
.product-catalog-list .product-catalog-3:hover,
.product-catalog-list .product-catalog-4:hover,
.product-catalog-list .product-catalog-5:hover {
    cursor: pointer;
    border: #4ea7dc solid 1px;
}

.more {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 30px;
    text-align: center;
    overflow: hidden;
    padding-left: 13px;
    font-size: 14px;
    line-height: 28px;
    border: #707070 solid 1px;
    color: #707070;
}

.more.more-show {
    color: #007bc5;
    border-color: #007bc5;
    font-weight: bold;
}

.more span {
    background: url(../images/ic_arr.png) right center no-repeat;
    padding-right: 20px;
    background-size: 24px 24px;
}

.more.more-show span {
    background-image: url(../images/ic_arr-2.png);
}

.product-catalog-list .product-catalog .btn-box .more {}

.product-catalog-list .product-catalog-video {
    padding: 20px 20px 55px 20px;
}

.product-catalog-list .product-catalog-video iframe {
    width: 100%;
    height: 230px;
}

/*.for-desktop .product-catalog-list .product-catalog-video iframe{ display:none;}
.for-desktop .product-catalog-list .product-catalog-video .youtube{ display:block;}

.for-mobile .product-catalog-list .product-catalog-video iframe{ display:block; }
.for-mobile .product-catalog-list .product-catalog-video .youtube{ display:none;}*/


.product-catalog-list .product-catalog-video .thumb {
    width: 100%;
    max-width: 100%;
    display: block
}

.product-catalog-list .product-catalog-2 section {
    width: 60%;
}

.product-catalog-list .product-catalog-2 .pic-box {
    width: 35%;
}

.product-catalog-list .product-catalog-1 .pic-box img {
    margin-left: -40px;
}

.product-catalog-list .product-catalog-2 .pic-box img {
    margin-left: -87px;
}

.product-catalog-list .product-catalog-3 .pic-box img {
    margin-left: -40px;
}

.product-catalog-list .product-catalog-4 .pic-box img {
    margin-left: -40px;
}

.product-catalog-list .product-catalog-5 .pic-box img {
    margin-left: -40px;
}

.product-catalog-list .product-catalog-6 .pic-box img {
    margin-left: -40px;
}

.product-catalog-list .product-catalog-7 .pic-box img {
    margin-left: -40px;
}

/* start:: 新版2023肌膚研究所卡片樣式 */
.product-catalog-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 0 15px;
}

.product-catalog-list-grid .product-catalog-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px;
    border-radius: 7px;
    border: #90d4fd solid 1px;
    background-color: #fff;
    overflow: hidden;
}

.product-catalog-list-grid .product-catalog-item * {
    -ms-flex: 0 1 auto;
}

.product-catalog-list-grid .product-catalog-item:hover {
    cursor: pointer;
    border: #4ea7dc solid 1px;
}

.product-catalog-list-grid .product-catalog-item .pic-box {
    width: 200px;
    height: 300px;
    padding-left: 20px;
    align-self: center;
}

.product-catalog-list-grid .product-catalog-item .pic-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-catalog-list-grid .product-catalog-item section {
    width: calc(100% - 200px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.product-catalog-list-grid .product-catalog-item section * {
    -ms-flex: 0 1 auto;
}

.product-catalog-list-grid .product-catalog-item section h3 {
    margin-bottom: 5px;
    font-size: 34px;
    color: #007bc5;
    white-space: nowrap;
}

.product-catalog-list-grid .product-catalog-item section h4 {
    color: #007bc5;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.2;
}

.product-catalog-list-grid .product-catalog-item section p {
    text-align: justify;
    color: #434343;
}

@media (max-width: 992px) {
    .product-catalog-list-grid {
        grid-template-columns: 1fr;
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .product-catalog-list-grid {
        width: 100%;
    }

    .product-catalog-list-grid .product-catalog-item {
        -webkit-align-items: center;
        align-items: center;
        padding: 15px;
        padding-bottom: 55px;
    }

    .product-catalog-list-grid .product-catalog-item .pic-box {
        width: 130px;
        height: auto;
        padding-left: 15px;
    }

    .product-catalog-list-grid .product-catalog-item .pic-box img {
        max-height: 200px;
    }

    .product-catalog-list-grid .product-catalog-item section {
        width: calc(100% - 130px);
    }

    .product-catalog-list-grid .product-catalog-item section h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .product-catalog-list-grid .product-catalog-item section p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .product-catalog-list-grid .product-catalog-item .btn-box {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }
}

/* end:: 新版2023肌膚研究所卡片樣式 */
.page-index .news-box .btn-box {
    width: 100%;
    margin: 0 auto;
}

.page-index .news-box .btn-box .more {
    float: right;
    background-color: rgba(218, 244, 255, 1);
}

.news-box {
    width: 97%;
    margin: 0 auto;
}

.news-list {
    margin-bottom: 20px;
    border-top: #007bc5 dotted 1px;
    background-color: rgba(218, 244, 255, 0.7);
}

.news-list .news-item {
    border-bottom: #007bc5 dotted 1px;
}

.news-list .news-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}

.news-list .news-item .thumb {
    float: left;
    width: 60px;
    height: 60px;
    border: #007bc5 solid 1px;
    margin: 0 20px;
}

.news-list .news-item section {
    float: left;
    width: 85%;
}

.news-list .news-item section h6 {
    font-size: 15px;
    line-height: 1.7;
    color: #007bc5;
    margin-bottom: 3px;
}

.news-list .news-item section h4 {
    font-size: 20px;
    line-height: 1.3;
    color: #434343;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.news-list .news-item section p {
    font-size: 15px;
    line-height: 1.4;
    color: #434343;
    width: 100%;
}

.news-list .news-item section p sup {
    font-size: 12px;
}

.desktop .news-list .news-item a:hover h4 {
    color: #007bc5;
}

.page-news .news-list .news-item section h6 {
    line-height: 1.2;
}

.page-news .news-list .news-item section h4 {
    font-weight: 300;
    margin-bottom: 3px;
    color: #007bc5;
}

.page-news .news-list .news-item .thumb {
    width: 120px;
    height: 120px;
}

.page-news .news-list .news-item section {
    width: 78%;
}

.news-detail {
    width: 100%;
    max-width: 840px;
    margin: 40px auto;
    padding: 20px;
    line-height: 2;
    color: #434343;
}

.news-detail .header {
    text-align: center;
}

.news-detail .header .pic-big {
    width: 800px;
    height: 300px;
    margin-bottom: 0px;
    display: block;
}

.news-detail .header .pic-small {
    max-width: 100%;
    max-height: 300px;
    margin-bottom: 15px;
}

.news-detail .header .for-small-size {
    display: none;
}

.news-detail .header h3 {
    color: #007bc5;
    text-align: left;
}

.news-detail .header h3.pre-title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 7px;
}

.news-detail .header h3.title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 7px;
}

.news-detail .header h3.sub-title {
    color: #434343;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 50px;
}

.news-detail section {
    padding: 0 15px 30px 20px;
}

.news-detail section h4 {
    color: #007bc5;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.5;
}

.news-detail section ul,
.news-detail section ol {
    margin-bottom: 15px;
}

.news-detail section ul {}

.news-detail section ol {}

.news-detail section li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 15px;
    background: url(../images/ic_dot-for-news.png) left 8px no-repeat;
    background-size: 8px 8px;
}

.news-detail section p {
    margin-bottom: 20px;
    /*font-size:16px; line-height:1.5;*/
}

.news-detail section a {
    color: #434343;
    text-decoration: none;
}

.news-detail section a:hover {
    color: #000;
    text-decoration: underline;
}

.news-detail section .launch {}

.news-detail section .data-info {
    font-size: 13px;
}

.news-detail section .data-src {
    font-size: 13px;
    background-color: #eeeeee;
    color: #707070;
    border-radius: 10px;
    padding: 15px;
}

.news-detail .btn-box {
    width: 100%;
    margin: 0 auto;
}

.news-detail .btn-box .more {
    float: right;
    background-color: transparent;
    border: #007bc5 solid 1px;
    color: #007bc5;
}



h2.title {
    background: url(../images/bg-water.png) center bottom no-repeat;
    height: 300px;
    padding-top: 50px;
    margin: 0px;
}


.pager {
    text-align: center;
}

.pager a {
    display: inline-block;
    margin: 0px 5px 0 5px;
    font-size: 15px;
    line-height: 28px;
    color: #007bc5;
}

.desktop .pager a:hover {
    text-decoration: underline;
    color: #007bc5;
}

.pager a.prev,
.pager a.next {
    width: 30px;
    height: 30px;
    margin-top: 0;
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999em;
}

.desktop .pager a:hover.prev,
.desktop .pager a:hover.next {
    text-decoration: none;
}

.pager a.prev {
    background-image: url(../images/ic_arr_prev.png);
}

.pager a.next {
    background-image: url(../images/ic_arr_next.png);
}

.pager a.now {
    color: #000;
}


.about-box {
    width: 97%;
    max-width: 840px;
    padding: 0 0 0px 0;
    overflow: hidden;
    background-color: #FFF;
}

.about-box h3 {
    background-color: #007bc5;
    color: #FFF;
    font-size: 30px;
    line-height: 1.8;
    padding-left: 30px;
}

.about-box section {
    background-repeat: no-repeat;
}

.about-box section h4 {
    color: #007bc5;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
}

.about-box section p {
    /*font-size:15px;*/
    line-height: 2;
    color: #434343;
}

.about-box section p br {}

.brand-spirit {
    margin: 0 auto 40px auto;
}

.brand-story {
    margin: 0 auto;
}

.brand-spirit .section-1 {
    background-image: url(../images/about-pic-1.png);
    background-position: 95% bottom;
    padding: 50px 3.5%;
}

.brand-spirit .section-2 {
    background-image: url(../images/about-pic-2.png);
    background-size: 145px;
    background-position: 55px center;
    padding: 50px 3.5% 50px 30%;
}

.brand-story .section-1 {
    background-image: url(../images/about-pic-3.png);
    background-position: 90% 50%;
    padding: 50px 3.5%;
}

.brand-story .section-2 {
    background-image: url(../images/about-pic-4.png);
    background-position: 90% bottom;
    padding: 50px 3.5% 100px 3.5%;
}


.glory-box {
    width: 97%;
    max-width: 840px;
    margin: 0 auto 50px auto;
    background-color: #daf4ff;
}

.glory-box h3 {
    font-size: 36px;
    line-height: 1.3;
    color: #007bc5;
    margin-bottom: 5px;
    padding: 0 15px;
}

.glory-box p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 15px;
    padding: 0 15px;
}

.glory-box-1 {}

.glory-box-1 .pic {
    width: 100%;
    border-radius: 10px;
}

.glory-box-2 {}

.glory-box-2 ul {}

.glory-box-2 li {
    margin-bottom: 15px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.glory-box-2 .pic-box {
    width: 33%;
    text-align: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.glory-box-2 .pic-box .pic {}

.glory-box-2 .item-1 .pic {
    margin-top: 0;
}


.glory-box li:nth-child(odd) .pic-box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.glory-box li:nth-child(even) .pic-box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.glory-box li:nth-child(odd)>section {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.glory-box li:nth-child(even)>section {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}


@media (max-width: 480px) {
    .glory-box-2 li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .glory-box li:nth-child(odd)>section {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .glory-box li:nth-child(odd) .pic-box {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.glory-box-2 .item-1 .pic-box {}

.glory-box-2 .item-2 .pic-box {}

.glory-box-2 .item-3 .pic-box {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.glory-box-2 .item-4 .pic-box {
    position: relative;
}

.glory-box-2 .item-4 .pic-box .cus-box {
    position: absolute;
    right: 50px;
    width: 90px;
    height: 50px;
    bottom: 25px;
}

@media(max-width: 768px) {
    .glory-box-2 .item-4 .pic-box {
        margin-top: 30px;
    }

    .glory-box-2 .item-4 .pic-box .cus-box {
        right: 10px;
        bottom: 20px;
    }
}

@media(max-width: 480px) {
    .glory-box-2 .item-4 .pic-box {
        margin-top: 0;
        width: 180px;
        margin: 0 auto;
        float: inherit;
    }
}


.glory-box-2 section {
    width: 67%;
    padding-left: 2%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.glory-box-2 section h4 {
    color: #007bc5;
    font-size: 28px;
    margin-top: 15px;
}

.glory-box-2 section p {
    padding: 0;
}


.bg-gradient {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(236, 249, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(236, 249, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(236, 249, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ecf9ff', GradientType=0);
}

.border-radius {
    border-radius: 7px;
    border: #90d4fd solid 1px;
    overflow: hidden;
}





.glory-box-3 {}

.glory-box-3 h5 {
    font-size: 20px;
    line-height: 1.5;
    color: #007bc5;
    margin-left: 15px;
    border-top: #fff solid 1px;
    padding-top: 15px;
}

.glory-box-3 ul {
    margin-bottom: 20px;
    margin-left: 15px;
}

.glory-box-3 li {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 5px;
    padding-left: 15px;
    background: url(../images/ic_dot-for-news.png) left 6px no-repeat;
    background-size: 8px 8px;
}



.glory-box-4 {
    color: #2a2a2a;
    font-size: 11px;
    line-height: 1.3;
    background-color: #f2fbff;
    padding: 20px;
    border-radius: 10px;
}

.glory-box-4 ul {
    margin-bottom: 10px;
}

.glory-box-4 li {
    list-style: outside;
    margin-left: 13px;
}

.glory-box-4 .btn-toggle {
    display: none;
}

.for-mobile .glory-box-4 .btn-toggle {
    display: inline;
    font-size: 18px;
    line-height: 2;
    background-color: #007bc5;
    border-radius: 20px;
    color: #FFF;
    padding: 5px 20px 4px 30px;
    letter-spacing: 1px;
}

.for-mobile .glory-box-4 .btn-toggle span {
    background: url(../images/ic_arr_down_white.png) right 50% no-repeat;
    background-size: 24px 24px;
    padding-right: 24px;
}

.for-mobile .glory-box-4 .btn-toggle.active span {
    background: url(../images/ic_arr_top_white.png) right 50% no-repeat;
    background-size: 24px 24px;
    padding-right: 24px;
}

.for-mobile .glory-box-4 .inner-box {
    display: none;
    margin-top: 10px;
}


.tvcf-list {
    width: 97%;
    margin: 0 auto;
}

.tvcf-list li {
    float: left;
    width: 32%;
    margin: 0 2% 30px 0;
}

/*.tvcf-list li:first-child{ width:100%; margin:0 0% 30px 0;}
.tvcf-list li:nth-child(3n+1){margin:0 0% 30px 0;}*/
.tvcf-list li:nth-child(3n) {
    margin: 0 0% 30px 0;
}

.tvcf-list li iframe {
    width: 100%;
    border: #007bc5 solid 1px;
}

.tvcf-list li h4 {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #434343;
}

.tvcf-list li img {
    max-width: 100%;
    height: auto;
    border: #007bc5 solid 1px;
}

.video-intro {
    width: 97%;
    margin: 20px auto;
}

.video-intro h4 {
    color: #007bc5;
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0;
    padding: 0 15px;
}

.video-intro .youtube-iframe{
    position: relative;
}
.video-intro .youtube-iframe:before{
    content: "";
    display: block;
    pointer-events: none;
    content: "";
    padding-top: 56.25%;
}
.video-intro .youtube-iframe iframe{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
}
a.youtube {
    display: block;
    position: relative;
    z-index: 100;

}

a.youtube img {
    width: 100%;
    object-fit: contain;
}

a.youtube::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    background: url(../images/ic_play.png) 50% 50% no-repeat;
    background-size: 70px 70px;
    -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

a:hover.youtube::before {
    background-size: 80px 80px;
}

h4.pd-title {
    margin: 30px 0 10px 1.5%;
    font-size: 24px;
    line-height: 1.3;
    color: #007bc5;
    background: url(../images/ic_dot-title.png) left center no-repeat;
    background-size: 7px 7px;
    padding-left: 15px;
}


.product-detail {
    width: 97%;
    margin: 20px auto;
    padding: 50px 0% 20px 0px;
}

.product-detail .pic-warp {
    float: left;
    width: 45%;
    display: table;
    border: #000 solid 0px;
}

.product-detail .pic-warp .pic-box {
    display: table-cell;
    height: 450px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-detail .pic-warp .pic-box .pic {
    margin-top: 0px;
    max-width: 55%;
    max-height: 80%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.product-detail .pic-warp .pic-box .icon-1 {
    position: absolute;
    top: 15px;
    right: 30px;
    max-width: 130px;
}

.product-detail .pic-warp .pic-box .icon-2 {
    position: absolute;
    bottom: 10px;
    left: 30px;
}


.product-detail .detail-content {
    float: left;
    width: 55%;
    padding-right: 4%;
}

.product-detail .detail-content h4.name {
    color: #007bc5;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 10px;
}

.product-detail .detail-content h4.name br {
    display: none;
}

.product-detail .detail-content h5.sub-title {
    color: #007bc5;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.product-detail .detail-content h6 {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.product-detail .detail-content ul {
    margin-bottom: 20px;
}

.product-detail .detail-content ul.features {
    color: #007bc5;
}

.product-detail .detail-content ul.features li {
    float: left;
    border: #007bc5 solid 1px;
    border-right: 0;
    background-color: #FFF;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1;
    padding: 6px 0px 6px 0px;
    text-align: center;
}

.product-detail .detail-content ul.features li:nth-child(1) {
    width: 20%;
}

.product-detail .detail-content ul.features li:nth-child(2) {
    width: 20%;
}

.product-detail .detail-content ul.features li:nth-child(3) {
    width: 60%;
    border-right: #007bc5 solid 1px;
}

.product-detail .detail-content ul.tags {}

.product-detail .detail-content ul.tags li {
    float: left;
    background-color: #12b5b2;
    color: #FFF;
    font-size: 14px;
    line-height: 1;
    border-radius: 20px;
    padding: 6px 13px 6px 13px;
    margin: 0 7px 7px 0;
}

.product-detail .detail-content p {
    text-align: justify;
    margin-bottom: 20px;
}

.product-detail .detail-content .info,
.product-detail .detail-content .instructions,
.product-detail .detail-content .source {
    font-size: 16px;
    line-height: 1.5;
    color: #434343;
    margin-bottom: 20px;
    /*text-align:justify; word-break: break-all;*/
}

.product-detail .detail-content .info{
    text-align:justify;
}

.product-detail .detail-content .instructions {
    font-size: 14px;
}

.product-detail .detail-content ol {
    margin-left: 22px;
}

.product-detail .detail-content li {
    margin-bottom: 4px;
    line-height: 1.2;
}

.product-detail .detail-content .sp {
    max-width: 100%;
}

.product-detail .detail-content .source {
    font-size: 13px;
}

.product-detail .extra-box {
    width: 90%;
    margin: 30px auto 0 auto;
}

.product-detail .extra-box h4 {
    background: #007bc5;
    color: #FFF;
    font-size: 18px;
    line-height: 1;
    padding: 7px 15px 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.product-detail .extra-box .half-box {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.product-detail .extra-box .full-box {
    float: left;
    width: 100%;
}



.product-list {
    width: 97%;
    margin: 0px auto;
}

.product-list li {
    float: left;
    width: 24.2%;
    padding: 10px 0px 10px 0px;
    margin: 0 1% 20px 0%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.product-list li:nth-child(4n) {
    margin: 0 0% 20px 0%;
}

.desktop .product-list li:hover {
    border: #4ea7dc solid 1px;
}

.product-list li a {
    display: block;
}

.product-list li .pic-warp {}

.product-list li .pic-warp .pic-box {}

.product-list li .pic-warp .pic-box .pic {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.product-list li .name-warp {
    display: table;
    width: 100%;
}

.product-list li .name-warp .name-box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    /*height:60px;*/
    height: 60px;
}

.product-list li .name-warp .name-box h5 {
    font-size: 16px;
    line-height: 1.4;
    color: #434343;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.desktop .product-list li:hover .name-warp .name-box h5 {
    color: #007bc5;
}


.for-desktop iframe#anim-box,
.for-desktop iframe#anim-box-2,
.tablet.landscape iframe#anim-box {
    width: 100%;
    max-width: 900px;
    display: block;
    border: 0;
}

.for-mobile iframe#anim-box,
.for-mobile iframe#anim-box-2,
.tablet.portrait iframe#anim-box {
    display: none;
}

.for-desktop .pic-gif,
.tablet.landscape .pic-gif {
    display: none;
}

.for-mobile .pic-gif,
.tablet.portrait .pic-gif {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0px auto;
}


.page-products-gokujyun iframe#anim-box {
    height: 420px;
    margin: 0 auto 20px auto;
}

.page-products-shirojyun-pr iframe#anim-box {
    height: 420px;
    margin: 0 auto 20px auto;
}

.page-products-gokujyun_a iframe#anim-box {
    height: 520px;
    margin: 10px auto 0px auto;
}

.page-products-gokujyun_a iframe#anim-box-2 {
    height: 426px;
    margin: 15px auto 15px auto;
}

.page-products-tamagohada iframe#anim-box {
    height: 380px;
    margin: 0 auto 50px auto;
}

.series-box {
    width: 97%;
    margin: 0 auto;
}

.series-box h3 {
    background-color: #007bc5;
    color: #FFF;
    font-size: 18px;
    line-height: 1.3;
    padding: 10px 5px 10px 15px;
}

.series-box p {
    padding: 15px;
    color: #434343;
}

.page-products-gokujyun_a .series-box {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fbe7e7+35,f7c6c5+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fbe7e7 35%, #f7c6c5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #fbe7e7 35%, #f7c6c5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #fbe7e7 35%, #f7c6c5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7c6c5', GradientType=0);
    /* IE6-9 */
}

.page-products-gokujyun_a .series-box p {
    font-size: 18px;
    padding: 15px 40px 0 40px;
}

.page-products-gokujyun_pg .series-box {}

.page-products-gokujyun_pg .series-box p.title {
    color: #e51284;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}

.page-products-gokujyun_pg .series-box .five-in-1 {
    max-width: 95%;
    margin: 30px auto 30px auto;
    display: block;
}

.page-products-gokujyun_pg .series-box .txt-box {}

.page-products-gokujyun_pg .series-box .txt-box p {
    text-align: center;
    color: #434343;
}

.page-products-gokujyun_pg .series-box .txt-box p.info {
    margin-bottom: 30px;
}

.page-products-gokujyun_pg .series-box .txt-box p.note {
    font-size: 12px;
}

.page-products-shirojyun .series-box P {
    padding-bottom: 0;
}

.page-products-shirojyun .series-box .txt-box {
    width: 97%;
    margin: 0 auto;
}

.page-products-shirojyun .series-box .txt-box .pic-box {
    float: left;
    width: 50%;
    text-align: center;
}

.page-products-shirojyun .series-box .txt-box .pic-box img {
    max-width: 100%;
}

.page-products-shirojyun .series-box .txt-box section {
    float: left;
    width: 50%;
}

.page-products-shirojyun .series-box .txt-box section ul {
    margin-top: 0;
}

.page-products-shirojyun .series-box .txt-box section li {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 30px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: top left;
}

/*.page-products-shirojyun .series-box .txt-box section li:nth-child(1){ background-image:url(../images/products/shirojyun/icon-1.png);}*/
/*.page-products-shirojyun .series-box .txt-box section li:nth-child(2){ background-image:url(../images/products/shirojyun/icon-2.png);}*/
/*.page-products-shirojyun .series-box .txt-box section li:nth-child(3){ background-image:url(../images/products/shirojyun/icon-3.png);}*/
.page-products-shirojyun .series-box .txt-box section h5 {
    font-size: 20px;
    color: #0081cd;
    line-height: 1.3;
    margin-bottom: 7px;
}

.page-products-shirojyun .series-box .txt-box section h5 span {
    font-size: 12px;
}

.page-products-shirojyun .series-box .txt-box section p {
    color: #434343;
    padding: 0;
}



.tips {
    width: 97%;
    margin: 0 auto;
}

.tips li {
    float: left;
    width: 24.25%;
    margin: 0 1% 0 0;
}

.tips li:nth-child(4n) {
    margin: 0 0% 0 0;
}

.tips li .pic-box {
    text-align: center;
    background-color: #FFF;
}

.tips li .pic-box img {
    max-width: 100%;
    display: block;
    margin: 0px auto;
}

.page-products-health .tips li .pic-box img.max-width {
    width: 100%;
    max-height: 214px;
}


.tips li h5 {
    width: 100%;
    color: #fffbc8;
    font-size: 18px;
    line-height: 2;
    background-color: #0081cb;
    text-align: center;
}

.page-products-health .tips li h5 {
    color: white;
}

.tips li .txt-warp {
    display: table;
    background-color: #cfeffe;
}

.tips li .txt-warp .txt-box {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    /*height:110px;*/
}

.tips li .txt-box p {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 10px;
}

.page-products-health .tips li .txt-box p {
    min-height: 86px;
}

@media(max-width: 480px) {
    .tips li .txt-warp {
        display: block;
    }

    .page-products-health .tips li .txt-box p {
        min-height: inherit;
        width: 100%;
    }

    .page-products-health .tips li .pic-box img.max-width {
        width: inherit;
    }

}

.page-products-health .tips.illustration li .txt-warp {
    display: block;

}

.page-products-health .tips.illustration li .txt-warp .txt-box {
    display: block;
}

.page-products-health .tips.illustration li .txt-box p {
    min-height: inherit;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.page-products-health .tips {
    padding: 0 40px;
    width: 100%;
}

.page-products-health .tips.illustration {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 20px;
}

@media(max-width: 1000px) {
    .page-products-health .tips.illustration {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


/*.tips li.circle-box{ background-color:transparent; padding:0px 10px 0 10px;}
.tips li.circle-box .circle{ width:100%; position:relative;}
.tips li.circle-box .circle img{ max-width:100%; height:auto; border:#90d4fd solid 1px; background-color:#FFF; border-radius:50%; margin-top:30%;}
*/

/*.page-products-tamagohada .tips li,*/
.page-products-shirojyun .tips li,
.page-products-gokujyun_pg .tips li,
.page-products-gokujyun_a .tips li {
    width: 32%;
    margin: 0 2% 0 0;
}

.page-products-health .tips.illustration li {
    width: 100%;
    max-width: 270px;
    margin: 10px;
}

.page-products-tamagohada .tips-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-products-tamagohada .tips-flex .step {
    width: 475px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border: 1px solid #90d4fd;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-products-tamagohada .tips-flex .step-title {
    width: 100%;
    margin: 0;
    font-size: 26px;
    line-height: 1.8;
    background: white;
}

.page-products-tamagohada .tips-flex .step li {
    width: 49%;
    margin: 0;
    border-radius: 0;
    border: 0;
}

@media(max-width: 1000px) {
    .page-products-tamagohada .tips-flex .step {
        width: 100%;
    }
}

@media(max-width: 480px) {
    .page-products-health .tips.illustration li {
        margin: 10px 0;
    }

    .page-products-tamagohada .tips-flex .step li {
        width: 100%;
    }

    .shirojyun_pr-special p {
        padding: 15px !important;
    }

}

.page-products-gokujyun_a .tips li .txt-warp .txt-box {
    height: 90px;
}

.page-products-shirojyun .tips li .txt-warp .txt-box {
    height: 90px;
}

.page-products-tamagohada .tips li:last-child,
.page-products-shirojyun .tips li:last-child,
.page-products-gokujyun_pg .tips li:last-child,
.page-products-gokujyun_a .tips li:last-child {
    margin: 0;
}





.page-products-gokujyun .steps {
    width: 97%;
    margin: 0 auto;
}

.page-products-gokujyun .steps li {
    /*float:left; width:13.3%; margin:0 0.4%;*/
    margin-right: 6px;
    padding-top: 0px;
}

.page-products-gokujyun .steps li .pic-box {
    padding: 15px 0;
}

.page-products-gokujyun .steps li .pic-box img {
    max-width: 100%;
    display: block;
}

.page-products-gokujyun .steps li h5 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 7px 0;
    background-color: #0081cb;
    text-align: center;
}

.page-products-gokujyun .steps li h5 span {
    color: #0081cb;
    background-color: #FFF;
    border-radius: 20px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    display: inline-block;
}


.page-products-tamagohada .tips li .pic-box {
    background-color: #d8e3f5;
}


#footer {
    background-color: #eeeeee;
    color: #707070;
}

#footer .container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0px;
}

#footer .container .left-box {
    float: left;
    width: 85%;
    padding-left: 10px;
}

#footer .container .left-box p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 6px;
}

#footer .container .left-box p.numbers {}

#footer .container .left-box p.copyright {}

#footer .container .left-box p.copyright br {
    display: none;
}

#footer .container .left-box p.copyright a.tel {
    color: #707070;
}

#footer .container .right-box {
    float: left;
    width: 15%;
    text-align: right;
}

#footer .container .right-box .logo {
    width: 100%;
    max-width: 100px;
    height: auto;
}



.none {
    display: none !important;
}


#gotop {
    display: none;
    position: fixed;
    z-index: 9;
    width: 50px;
    height: 50px;
    padding-top: 14px;
    font-size: 15px;
    text-align: center;
    color: #007bc5;
    cursor: pointer;
    background: url(../images/go-top.png) 50% 50% no-repeat;
    background-size: 50px 50px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.for-desktop #gotop {
    bottom: 100px;
    right: 5%;
}

.for-mobile #gotop {
    bottom: 10px;
    left: 50%;
    margin-left: -25px;
}


/*-----------------------------------          -----------------------------------*/

/* Clear Fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
    display: block;
}

/* End hide from IE Mac */
/* end of clearfix */



/*-----------------------------------   alpha  -----------------------------------*/

.a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    line-height: 0.4;
}

.product-catalog-list .product-catalog h3 .a {
    font-size: 50px;
}

#crumbs ul li .a {
    /*font-size:18px;*/
    font-size: 24px;
}

h4.pd-title .a {
    /*font-size:24px;*/
    font-size: 36px;
}

.product-list li .name-warp .name-box h5 .a {
    /*font-size:16px;*/
    font-size: 23px;
}

.product-detail .detail-content h4.name .a {
    /*font-size:36px;*/
    font-size: 56px;
}

.glory-box-3 h5 .a {
    font-size: 30px;
}

.news-detail .header h3.pre-title .a {
    /*font-size:30px;*/
    font-size: 48px;
}

.news-detail .header h3.title .a {
    /*font-size:36px;*/
    font-size: 56px;
}

.news-detail .header h3.sub-title .a {
    /*font-size:24px;*/
    font-size: 40px;
}

.news-detail section p .a {
    font-size: 25px;
}

/*-----------------------------------          -----------------------------------*/


/*	RESPONSIVE:  */
@media only screen and (max-width:1000px) {

    /* header */
    #header {}

    #header .mobile-menu-toggle {
        top: 0;
        right: 10px;
        position: absolute;
        cursor: pointer;
        width: 40px;
        height: 35px;
        padding-top: 11px;
        cursor: pointer;
        display: block;
        z-index: 999;

    }

    span.bar-1,
    span.bar-2,
    span.bar-3 {
        display: block;
        width: 35px;
        height: 5px;
        border-radius: 0px;
        margin: 0 auto;
        background-color: #007bc5;
        margin-bottom: 6px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: rotate(0deg) translate3d(0px, 0px, 0px);
        transform: rotate(0deg) translate3d(0px, 0px, 0px);
    }

    .mobile-menu-toggle.active {
        border: #727171 solid 0px;
    }

    .mobile-menu-toggle.active span.bar-1 {
        -webkit-transform: rotate(45deg) translate3d(10px, 10px, 0px);
        transform: rotate(45deg) translate3d(10px, 10px, 0px);
        background-color: #007bc5;
    }

    .mobile-menu-toggle.active span.bar-2 {
        width: 50px;
        opacity: 0;
    }

    .mobile-menu-toggle.active span.bar-3 {
        -webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0px);
        transform: rotate(-45deg) translate3d(5px, -5px, 0px);
        background-color: #007bc5;
    }

    /* start:: 手機版 購物車樣式 */
    .mobile-cart-toggle {
        top: 50%;
        right: 60px;
        position: absolute;
        cursor: pointer;
        width: 40px;
        height: 30px;
        cursor: pointer;
        display: block;
        z-index: 999;
        transform: translateY(-50%);
    }

    .cart-wrap {
        background-color: rgba(0, 0, 0, .2);
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        padding-top: 80%;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease-in-out;
        z-index: 9999;
        overflow: hidden;
    }

    .cart-wrap:before {
        display: none;
    }

    .cart-wrap.show {
        top: 50px;
    }

    .cart-wrap.show .cart-list {
        right: 0;
    }

    .cart-wrap .cart-list {
        position: absolute;
        top: 0;
        right: -100%;
        width: 50%;
        height: 100%;
        background-color: #fff;
        transition: all 0.3s ease-in-out;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
    }

    .cart-wrap .cart-list .cart-item {
        height: 100%;
    }

    .cart-wrap .cart-item a {
        height: 100%;
    }

    .cart-wrap .cart-item a img {
        height: 100%;
    }

    .mobile-cart-toggle a.btn {
        display: inline-block;
        background: url(../images/ic_cart.svg) left center no-repeat;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
    }

    .mobile-cart-toggle a.btn>span {
        display: none;
    }

    /* end:: 手機版 購物車樣式 */
    #header .container {
        height: 50px;
    }

    #header .logo {
        background-size: 90px 40px;
        width: 90px;
        height: 50px;
        z-index: 998;
    }

    #header .nav {
        top: 0px;
        right: 0;
        width: 100%;
        background-color: #FFF;
        border-bottom: #007bc5 solid 4px;
        padding: 50px 0 20px 0;
        display: none;
        z-index: 997;
    }

    #header .nav li {
        float: none;
        padding: 0px;
        width: 70%;
        height: auto;
        margin: 0 auto;
        border-left: 0;
        border-bottom: #90d4fd dashed 1px;
        text-align: center;
    }

    #header .nav li a {
        font-size: 20px;
        margin: 0px;
        padding: 15px 0;
    }

    #header .nav li.fb-share,
    #header .nav li.btn-cart {
        border: 0;
    }

    #header .nav li.fb-share>a,
    #header .nav li.btn-cart a {
        background: none;
        width: auto;
        height: auto;
        margin: 0;
    }

    #header .nav li.fb-share>a span {
        display: inline-block;
        background: url(../images/ic_facebook.png) left center no-repeat;
        background-size: 18px 18px;
        padding-left: 23px;
    }

    #header .nav li.btn-cart {
        display: none;
    }

    #content {
        background-size: 830px 130px;
    }

    #content .container {
        background-size: 1300px auto;
        padding-bottom: 70px;
    }


    .news-detail .header .pic-big {
        display: none;
    }

    .news-detail .header .for-small-size {
        display: block;
    }

    .news-detail section {
        padding: 0 0px 20px 0px;
    }

    #footer .container .left-box {
        float: left;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    #footer .container .right-box {
        float: left;
        width: 100%;
        text-align: center;
    }


    .product-detail .detail-content ul.features {
        max-width: 400px;
    }

    .product-detail .detail-content ul.features li:nth-child(1) {
        width: 50%;
    }

    .product-detail .detail-content ul.features li:nth-child(2) {
        width: 50%;
        border-right: #007bc5 solid 1px;
    }

    .product-detail .detail-content ul.features li:nth-child(3) {
        width: 100%;
        border-right: #007bc5 solid 1px;
        border-top: 0;
    }

    .page-products-gokujyun_pg .series-box .txt-box p {
        text-align: left;
    }

    .page-products-gokujyun_pg .series-box .txt-box p.info {
        margin-bottom: 0px;
    }

    .page-products-gokujyun_pg .series-box .txt-box p.info br {
        display: none;
    }

}


/*	RESPONSIVE:  */
@media only screen and (max-width:900px) {}

/*	RESPONSIVE:  */
@media only screen and (max-width:768px) {

    #header {
        border-bottom: 0px;
    }

    #crumbs {
        background-color: #007bc5;
        border-bottom: 0;
        position: relative;
        margin: 0;
        padding: 0px 0px 0px 0px;
    }

    #crumbs ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #crumbs ul li {
        display: block;
        color: #FFF;
        font-size: 18px;
        line-height: 40px;
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.2s ease-in;
        transition: height 0.2s ease-in;
        background: url(../images/ic_arr_down_white.png) left 50% no-repeat;
        background-size: 30px 30px;
        padding-left: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        border: 0;
    }

    #crumbs ul li:last-child {
        height: auto;
        background: url(../images/ic_arr_right_white.png) left 50% no-repeat;
        background-size: 30px 30px;
        border: 0;
    }

    #crumbs ul li a {
        color: #FFF;
        background: url(../images/ic_arr_drop_down_circle_white.png) right 50% no-repeat;
        background-size: 16px 16px;
        padding-right: 18px;
    }

    #crumbs ul li h3 {
        font-weight: normal;
        font-size: 18px;
        position: relative;
    }

    #crumbs li h3::after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0;
        width: 30px;
        height: 40px;
        background: -moz-linear-gradient(left, rgba(0, 123, 197, 0) 0%, rgba(0, 123, 197, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 123, 197, 0) 0%, rgba(0, 123, 197, 1) 100%);
        background: linear-gradient(to right, rgba(0, 123, 197, 0) 0%, rgba(0, 123, 197, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00007bc5', endColorstr='#007bc5', GradientType=1);

    }

    #crumbs ul.expanded {}

    #crumbs ul.expanded li {
        height: 40px;
        border-bottom: #4575b7 solid 1px;
        border-right: 0;
        -webkit-transition: height 0.3s ease-out;
        transition: height 0.3s ease-out;
    }

    #crumbs ul.expanded li:last-child {
        border: 0;
    }

    #crumbs .toggle {
        display: block;
        width: 35px;
        height: 40px;
        right: 0px;
        position: absolute;
        z-index: 99;
        background: #007bc5 url(../images/ic_more_white.png) 50% 50% no-repeat;
        background-size: 30px 30px;
    }


    #content .container {
        background-size: 1000px auto;
    }

    h2.title {
        height: 200px;
        background-size: cover;
        font-size: 30px;
        padding-top: 30px;
    }

    h2.title span {
        display: none;
    }

    .page-index .water-wave {
        height: 170px;
        background-size: cover;
    }

    .product-catalog-list .product-catalog {
        float: none;
        width: 92%;
        max-width: 600px;
        margin: 10px auto;
    }

    .news-box {
        width: 95%;
        max-width: 700px;
    }

    .news-list .news-item a {
        padding: 10px;
    }

    .news-list .news-item section {
        float: none;
        width: 100%;
    }

    .news-list .news-item .thumb {
        width: 100px;
        height: 100px;
        margin: 0 10px;
    }

    .news-list .news-item section h6 {
        font-size: 13px;
    }

    .news-list .news-item section h4 {
        font-size: 15px;
        white-space: normal;
        overflow: visible;
        width: 100%;
    }

    .page-news .news-list .news-item .thumb {
        width: 100px;
        height: 100px;
    }

    .page-news .news-list .news-item section {
        float: none;
        width: 100%;
    }

    .page-news .news-list .news-item section h4 {
        font-weight: normal;
        color: #434343;
    }

    .page-news .news-list .news-item section p {
        display: none;
    }

    .news-detail .header h3.pre-title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .news-detail .header h3.title {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .news-detail .header h3.sub-title {
        font-size: 18px;
    }


    .about-box {
        width: 95%;
        max-width: 700px;
    }

    .about-box h3 {
        font-size: 24px;
    }

    .about-box section h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .about-box section p br {
        display: none;
    }

    .brand-spirit .section-1 {
        background-image: url(../images/about-pic-1.png);
        background-position: 90% bottom;
        padding: 50px 3.5% 130px 3.5%;
        background-size: 230px auto;
    }

    .brand-spirit .section-2 {
        background-image: url(../images/about-pic-2.png);
        background-position: 5% 60%;
        padding: 50px 3.5% 50px 30%;
        background-size: 115px auto;
    }

    .brand-story .section-1 {
        background-image: url(../images/about-pic-3.png);
        background-position: 95% 50%;
        padding: 50px 160px 0px 3.5%;
        background-size: 120px auto;
    }

    .brand-story .section-2 {
        background-image: url(../images/about-pic-4.png);
        background-position: 100% bottom;
        padding: 50px 3.5% 160px 3.5%;
        background-size: 100% auto;
    }


    .glory-box {
        width: 92%;
        max-width: 600px;
        margin: 0 auto 30px auto;
    }

    .glory-box h3 {
        font-size: 24px;
        margin-bottom: 5px;
        padding: 0;
    }

    .glory-box p {
        padding: 0;
    }

    .glory-box-2 section p {
        /*line-height:1.5;*/
        padding-right: 20px;
    }

    .glory-box-2 section br {
        display: none;
    }

    .glory-box-2 .item-3 section p {}

    /*.glory-box-2 .pic-box{ float:left; width:100%;}
.glory-box-2 .item-1 .pic{ margin-top:0;}
.glory-box-2 .item-2 .pic{ margin-top:0;}
.glory-box-2 .item-3 .pic{ margin-top:0;}
.glory-box-2 section{ float:left; width:100%;}

.glory-box-2 section h4{ color:#007bc5; font-size:20px;}
*/
    .glory-box-1 br {
        display: none;
    }

    .glory-box-3 h5 {
        font-size: 18px;
        margin-left: 0px;
    }

    .glory-box-3 ul {
        margin-bottom: 10px;
        margin-left: 0px;
    }


    .tvcf-list {
        width: 92%;
        max-width: 600px;
        margin: 0 auto;
    }

    .tvcf-list li {
        float: none;
        width: 100%;
        margin: 0 0% 30px 0;
    }

    .tvcf-list li:nth-child(3n) {
        margin: 0 0% 30px 0;
    }


    .product-list {
        width: 92%;
        margin: 0 auto;
    }

    .video-intro {
        width: 92%;
        margin: 40px auto 0;
    }

    .product-list li,
    .product-list li:nth-child(4n) {
        width: 32%;
        margin: 0 2% 15px 0%;
    }

    .product-list li:nth-child(3n) {
        margin: 0 0% 15px 0%;
    }

    .product-list li .pic-warp {}

    .product-list li .pic-warp .pic-box {}

    .product-list li .pic-warp .pic-box .pic {}

    h4.pd-title {
        margin: 20px 0 10px 4%;
        font-size: 20px;
    }


    .product-detail {
        width: 92%;
        padding: 20px 5% 10px 5%;
    }

    .product-detail .pic-warp {
        width: 100%;
        margin-bottom: 30px;
    }

    .product-detail .pic-warp .pic-box {
        height: 380px;
    }

    .product-detail .pic-warp .pic-box .pic {
        max-width: 65%;
        max-height: 85%;
    }

    .product-detail .pic-warp .pic-box .icon-1 {
        top: 0px;
        right: 0px;
        /*max-width:25%;*/
    }

    .product-detail .pic-warp .pic-box .icon-2 {}

    .product-detail .detail-content {
        width: 100%;
        padding-right: 0%;
    }

    .product-detail .detail-content h4.name {
        font-size: 30px;
        line-height: 1.1;
    }

    .product-detail .detail-content h4.name br {
        display: none;
    }

    .product-detail .detail-content h5.sub-title {
        font-size: 24px;
    }

    .product-detail .detail-content ul {
        margin-bottom: 20px;
    }

    .product-detail .detail-content ul.features {}

    .product-detail .detail-content ul.features li {}

    .product-detail .detail-content ul.features li:last-child {}

    .product-detail .detail-content ul.tags {}

    .product-detail .detail-content ul.tags li {}

    .product-detail .detail-content p {}

    .product-detail .detail-content p.info {}

    .product-detail .detail-content p.instructions {}

    .product-detail .detail-content p.source {}

    .product-detail .extra-box {
        width: 100%;
        margin: 0px auto 0 auto;
    }

    .product-detail .extra-box .half-box {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }

    .product-detail .extra-box .full-box {
        float: left;
        width: 100%;
    }


    .series-box {
        width: 92%;
    }


    .tips {
        width: 92%;
    }


    .page-products-gokujyun .steps {
        width: 100%;
    }

    .page-products-gokujyun .steps li {
        margin: 0px 0.2%;
    }

    .page-products-shirojyun .series-box .txt-box .pic-box {
        width: 100%;
    }

    .page-products-shirojyun .series-box .txt-box section {
        width: 100%;
    }

    .page-products-shirojyun .series-box .txt-box section ul {
        margin-top: 0px;
        margin-left: 10px;
    }

    .page-products-shirojyun .series-box .txt-box section ul li {
        padding-right: 10px;
    }

    .page-products-shirojyun .series-box .txt-box section h5 span {
        display: block;
    }

    #footer .container .left-box p.copyright br {
        display: block;
    }



    /*-----------------------------------   alpha  -----------------------------------*/

    #crumbs ul li .a {
        /*font-size:18px;*/
        font-size: 24px;
    }

    h4.pd-title .a {
        /*font-size:20px;*/
        font-size: 30px;
    }

    .product-detail .detail-content h4.name .a {
        /*font-size:30px;*/
        font-size: 48px;
    }

    .news-detail .header h3.pre-title .a {
        /*font-size:22px;*/
        font-size: 38px;
    }

    .news-detail .header h3.title .a {
        /*font-size:26px;*/
        font-size: 42px;
    }

    .news-detail .header h3.sub-title .a {
        /*font-size:18px;*/
        font-size: 30px;
    }
}


/*	RESPONSIVE:  */
@media only screen and (max-width:480px) {

    p {
        font-size: 18px;
        line-height: 1.7;
    }

    #content .container {
        /*background-size:600px auto;*/
        background: none;
    }

    h2.title {
        height: 75px;
        font-size: 24px;
        padding: 0;
        text-indent: -999em;
    }

    .page-index .water-wave {
        height: 100px;
    }

    .product-catalog-list .product-catalog {
        padding: 15px 0px 50px 15px;
        min-height: 250px;
    }

    /*.product-catalog-list .product-catalog .pic-box{ !*float:left;*! width:40%; height:auto; position:relative; }*/
    .product-catalog-list .product-catalog section {
        width: 60%;
    }

    .product-catalog-list .product-catalog section p {
        font-size: 16px;
        line-height: 1.5;
    }

    .product-catalog-list .product-catalog h3 {
        margin-bottom: 5px;
    }

    .product-catalog-list .product-catalog h3 img {
        height: 30px;
    }

    .product-catalog-list .product-catalog h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .product-catalog-list .product-catalog-video {
        padding: 10px 10px 50px 10px;
    }

    .product-catalog-list .product-catalog-video iframe {
        height: 200px;
    }

    .product-catalog-list .product-catalog .pic-box img {
        display: block;
        position: static;
        left: inherit;
        max-height: 200px;
    }


    .product-catalog-list .product-catalog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 600px;
        margin: 10px auto;
        padding: 15px 0 15px 15px;
    }

    .product-catalog-list .product-catalog .btn-box {
        position: static;
        display: block;
        width: 100%;
        text-align: right;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 20px;
        margin-right: 15px;
    }

    .product-catalog-list .product-catalog section {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 60%;
        float: none;
    }

    .product-catalog-list .product-catalog .pic-box {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        float: none;
        width: calc(40% - 5px);
        height: inherit;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .product-catalog-list .product-catalog .pic-box img {
        margin: 0 auto;
    }


    /*.product-catalog-list .product-catalog-2 section{ width:60%;}*/
    /*.product-catalog-list .product-catalog-2 .pic-box{ width:40%; }*/
    .product-catalog-list .product-catalog-2 .pic-box img {
        max-width: 80%;
    }

    .product-catalog-list .product-catalog-5 .pic-box img {
        max-width: 60%;
    }

    .product-catalog-list .product-catalog-6 .pic-box img {
        max-width: 80%;
    }


    /*.product-catalog-list .product-catalog .btn-box{ left:auto; bottom:10px; right:10px; margin-top: 5px;}*/


    .news-list .news-item a {
        padding: 10px 0;
    }

    .news-list .news-item .thumb {
        margin: 0 10px 0 0;
    }

    .news-list .news-item section h6 {
        margin-bottom: 0px;
    }

    .news-list .news-item section h4 {
        font-size: 17px;
    }

    .news-detail {
        margin: 20px auto;
        padding: 10px 15px;
    }

    .news-detail .header .pic-small {
        max-height: 200px;
    }

    .news-detail .header h3.pre-title {
        font-size: 22px;
    }

    .news-detail .header h3.title {
        font-size: 26px;
    }

    .news-detail .header h3.sub-title {
        font-size: 18px;
    }

    .news-detail section p {
        font-size: 18px;
    }

    .news-detail section h4 {
        font-size: 20px;
    }

    .news-detail section ul,
    .news-detail section ol {
        font-size: 18px;
        border-bottom: 20px;
    }

    .news-detail section li {
        font-size: 18px;
        background: url(../images/ic_dot-for-news.png) left 8px no-repeat;
        background-size: 8px 8px;
    }


    .about-box h3 {
        padding-left: 0px;
        text-align: center;
    }

    .about-box section p {
        line-height: 1.5;
    }

    .brand-spirit .section-1 {
        background-image: url(../images/about-pic-1.png);
        background-position: 50% bottom;
        padding: 50px 5% 115px 5%;
        background-size: 200px auto;
    }

    .brand-spirit .section-2 {
        background-image: url(../images/about-pic-2.png);
        background-position: 50% 90%;
        padding: 50px 5% 380px 5%;
        background-size: 35% auto;
    }

    .brand-story .section-1 {
        background-image: url(../images/about-pic-3_mobile.png);
        background-position: 50% 100%;
        padding: 30px 5% 130px 5%;
        background-size: 100% auto;
    }

    .brand-story .section-2 {
        background-image: url(../images/about-pic-4.png);
        background-position: 100% bottom;
        padding: 50px 5% 140px 5%;
        background-size: 100% auto;
    }

    .glory-box p {
        font-size: 18px;
        line-height: 1.7;
    }

    .glory-box-4 {
        padding: 10px;
    }


    .glory-box-2 .pic-box {
        float: left;
        width: 100%;
    }

    .glory-box-2 .item-1 .pic {
        margin-top: 0;
    }

    .glory-box-2 .item-2 .pic {
        margin-top: 0;
    }

    .glory-box-2 .item-3 .pic {
        margin-top: 0;
    }

    .glory-box-2 section {
        float: left;
        width: 100%;
        padding-left: 0%;
    }

    .glory-box-2 section br {
        display: none;
    }

    .glory-box-2 section h4 {
        color: #007bc5;
        font-size: 20px;
    }

    .glory-box-2 .item-2 section h4 {
        margin-top: 20px;
    }

    .glory-box-2 section p {
        /*line-height:1.5;*/
        padding-right: 0px;
    }

    /*.glory-box-2 .item-1 .pic{ width:50px;}
.glory-box-2 .item-2 .pic{ width:30px;}
.glory-box-2 .item-3 .pic{ width:93px;}*/

    .product-list li,
    .product-list li:nth-child(3n),
    .product-list li:nth-child(4n) {
        width: 49%;
        margin: 0 2% 10px 0%;
    }

    .product-list li:nth-child(2n) {
        margin: 0 0% 10px 0%;
    }

    .product-list li .pic-warp {}

    .product-list li .pic-warp .pic-box {}

    .product-list li .pic-warp .pic-box .pic {}


    .product-detail .pic-warp .pic-box {
        height: 300px;
    }

    .product-detail .pic-warp .pic-box .pic {
        max-width: 70%;
        max-height: 95%;
    }

    .product-detail .pic-warp .pic-box .icon-1 {
        max-width: 30%;
    }

    .product-detail .pic-warp .pic-box .icon-2 {}

    .product-detail .detail-content h4.name {
        font-size: 30px;
    }

    .product-detail .detail-content h4.name br {
        display: block;
    }

    .product-detail .detail-content h5.sub-title {
        font-size: 24px;
    }

    .page-products-tamagohada .tips li,
    .page-products-shirojyun .tips li,
    .page-products-gokujyun_pg .tips li,
    .page-products-gokujyun_a .tips li,
    .tips li {
        width: 49%;
        margin: 0 2% 15px 0;
    }

    .page-products-health .tips li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .page-products-tamagohada .tips li:nth-child(2n),
    .page-products-shirojyun .tips li:nth-child(2n),
    .page-products-gokujyun_pg .tips li:nth-child(2n),
    .page-products-gokujyun_a .tips li:nth-child(2n),
    .tips li:nth-child(2n) {
        margin: 0 0% 15px 0;
    }

    .page-products-shirojyun .tips li .txt-warp .txt-box {
        height: 130px;
    }

    .page-products-gokujyun_pg .tips li .txt-warp .txt-box,
    .page-products-gokujyun_a .tips li .txt-warp .txt-box {
        height: 120px;
    }

    .page-products-gokujyun_a .tips li:last-child .txt-warp .txt-box {
        height: 80px;
    }

    .page-products-tamagohada .tips li .txt-warp .txt-box,
    /*.tips li .txt-warp .txt-box{ height:115px;}*/
    .page-products-health .tips.illustration .txt-warp .txt-box {
        height: inherit;
    }

    .page-products-gokujyun_a .series-box p {
        font-size: 16px;
        padding: 15px;
    }

    .page-products-gokujyun_a .series-box-1 {
        background: #FFF;
    }

    .page-products-gokujyun_a .series-box-1 p {
        background: #FFF;
        padding: 15px 15px 0 15px;
    }

    .page-products-gokujyun_a .series-box-2 {}


    .tips li .txt-box p {
        padding: 10px 5%;
    }



    /*.page-products-shirojyun .tips li,
.page-products-gokujyun_pg .tips li,
.page-products-gokujyun_a .tips li{ width:100%; margin:0 auto 15px auto;}*/

    .page-products-gokujyun .steps {
        width: 100%;
    }

    .page-products-gokujyun .steps li {
        margin: 0px 0.2%;
    }

    .page-products-gokujyun .steps li .pic-box {
        padding: 10px 0;
    }

    .page-products-shirojyun .series-box .txt-box section ul li {
        padding-right: 10px;
        padding-left: 0;
        background-size: 43px auto;
    }

    .page-products-gokujyun_pg .series-box .five-in-1 {
        max-width: 85%;
        margin: 20px auto 10px auto;
    }


    .arena-box .btn-next,
    .arena-box .btn-prev {
        width: 25px;
        height: 50px;
        top: 40%;
        background-size: 25px 50px;
    }

    .arena-box .btn-next {
        right: 0;
    }

    .arena-box .btn-prev {
        left: 0;
    }

}

/*	RESPONSIVE:  */
@media only screen and (max-width:320px) {

    .brand-spirit .section-2 {
        padding: 50px 5% 315px 5%;
    }

}






.img-responsive {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 40px;
    max-width: 100%;
}

@media(max-width: 1000px) {
    .health-special .img-responsive {
        margin-top: 70px;
    }
}

@media(max-width: 768px) {
    .health-special .img-responsive {
        margin-top: 100px;
    }
}

@media(max-width: 480px) {
    .health-special .img-responsive {
        margin-top: 200px;
    }

    .health-special p {
        padding-top: 30px !important;
    }
}

@media(max-width: 320px) {
    .health-special p {
        font-size: 14px !important;
    }
}

.tvc-pd .img-responsive {
    max-width: 750px;
    padding-top: 40px;
}

@media (max-width:768px) {
    .tvc-pd .img-responsive {
        padding: 20px;
        width: 100%;
        max-width: 100%
    }

}

.pic-box-kotojyun {
    width: 40% !important;
}

.pic-box-kotojyun img {
    margin-left: 0;
    width: 100%;
}

.pic-box-cleansing img {
    position: static !important;
    margin: 0 auto;
    margin-left: 0 !important;
    height: auto !important;
    max-height: 300px;
}

@media (min-width:992px) {
    .pic-box-kotojyun img {
        margin-left: 0;
        width: 90%;
        left: 50%;
        top: 50%;
        bottom: inherit;
        transform: translate(-50%, -50%);
    }
}

@media (min-width:992px) {
    .tips-5Step .step1 {
        width: 380px !important;
    }

    .tips-5Step .step2 {
        width: 570px !important;
    }

    .tips-5Step .step li {
        width: 185px !important;
    }
}

@media (max-width:992px) {
    .pic-box-kotojyun img {

        left: 0 !important;
    }
}

@media (max-width:767px) {
    .pic-box-kotojyun img {
        width: 80%;
    }

    .pic-box-cleansing img {
        max-height: 200px;
        margin-left: 15px !important;
    }
}