/* Minification failed. Returning unminified contents.
(149,26): run-time error CSS1030: Expected identifier, found ''.not-hover''
(149,38): run-time error CSS1031: Expected selector, found ')'
(149,38): run-time error CSS1025: Expected comma or open brace, found ')'
(711,5): run-time error CSS1036: Expected expression, found '}'
(1173,6): run-time error CSS1031: Expected selector, found '/'
(1173,6): run-time error CSS1025: Expected comma or open brace, found '/'
 */
@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.cfix:before,.cfix:after{
	content:"";display:table;
}
.cfix:after{clear:both;}
.cfix{zoom:1;}
@charset "UTF-8";

/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
body {
	text-justify:inter-ideograph;
	-webkit-text-size-adjust:100%;
 	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; 
	color:#4D4D4D;
	font-size:13px;
	font-weight:400;
	line-height:1;	
}


.lato{
	font-family: 'Lato', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; ;
}

.oswald{
	font-family: 'Oswald', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; ;
}

a {
	color: inherit;
	text-decoration:none;
}

img {
	width:100%;
	height:auto;
}

.italic{
	font-style: italic;
}

/* Reset input[type="search"] */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
input[type="search"]:focus {

}
input[type="search"]::-webkit-search-decoration {
  display: none;
}



@media screen and (min-width: 960px) {
	.sp_view {
		display:none ;
	}
	
	.pc_view {
		display:block ;
	}
	
	.pc_none{
		display: none !important;
	}
}

@media screen and (max-width: 959px) {
	/*
	html {
		font-size:calc(100vw / 0.768);
	}
  body {
  	font-size:0.024rem;
  }
  */
	.sp_view {
		display:block ;
	}
	.pc_view {
		display:none ;
	}
	.sp_none{
		display: none !important;
	}
}



@media print,screen and (min-width:960px) {
	a:hover,a:hover img:not('.not-hover') {
		opacity:.85;
	}
}




.sis-pata .font-orange {
    color: #e67f2b;
}

.sis-pata .font-blue {
    color: #50b1d5;
}

.sis-pata .product-labels {
    width: 100%;
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sis-pata .label-ship {
    display: inline-block;
    background: #e62b2b;
    color: #FFFFFF;
    padding: 4px 10px;
    font-size: 11px;
}

.sis-pata .label-point {
    display: inline-block;
    background: #ff8502;
    color: #FFFFFF;
    padding: 4px 10px;
    font-size: 11px;
}

.sis-pata .caption {
    display: inline-block;
    width: 100%;
    background: #7a7a7a;
    color: #FFFFFF;
    padding: 2px 10px;
    font-size: 15px;
    text-align: center;
}

.sis-pata .item-rating {
    font-size: 0;
}

    .sis-pata .item-rating i {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(/images/sis/patagonia/common/star_none.svg) 0 0 no-repeat;
        background-size: 100%;
    }

        .sis-pata .item-rating i.star {
            display: inline-block;
            width: 16px;
            height: 16px;
            background: url(/images/sis/patagonia/common/star.svg) 0 0 no-repeat;
            background-size: 100%;
        }

        .sis-pata .item-rating i.star-half {
            display: inline-block;
            width: 16px;
            height: 16px;
            background: url(/images/sis/patagonia/common/star_half.svg) 0 0 no-repeat;
            background-size: 100%;
        }

    .sis-pata .item-rating span {
        display: inline-block;
        font-size: 13px;
        margin-left: 2px;
        position: relative;
        top: -2px;
    }





@media screen and (min-width: 960px) {


    /*---------------------------------------
	 * Header
	---------------------------------------*/

    .sis-pata header {
        width: 100%;
        background: #FFFFFF;
        padding: 10px 0;
        /*border-bottom: 3px solid #F7F7F7;*/
    }

        .sis-pata header .inner {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 25px;
            position: relative;
        }

            .sis-pata header .inner .logo {
                width: 80px;
            }

            .sis-pata header .inner nav {
                position: absolute;
                top: 2px;
                right: 25px;
            }

                .sis-pata header .inner nav ul li {
                    display: inline-block;
                    font-size: 12px;
                    margin-left: 20px;
                    margin-top: 5px;
                }

                    .sis-pata header .inner nav ul li .icon {
                        width: 20px;
                        height: 20px;
                        display: inline-block;
                        vertical-align: middle;
                        margin-right: 5px;
                        margin-top: -5px;
                    }

    .sis-pata li .float-trigger {
        position: relative;
    }

        .sis-pata li .float-trigger > p {
            padding-bottom: 20px;
            cursor: pointer;
        }

    .sis-pata li .in-cart {
        position: relative;
    }

        .sis-pata li .in-cart .badge {
            position: absolute;
            top: -15px;
            left: 10px;
            color: #FFFFFF;
            font-weight: 700;
            border-radius: 50%;
            background: #F7284C;
            text-align: center;
            line-height: 22px;
            width: 22px;
            height: 22px;
            display: inline-block;
        }

    /*---------------------------------------
	 * Header Campaign Area
	---------------------------------------*/
    .sis-pata .campaign {
        height: 40px;
        background-color: #ff0000;
        color: white;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
    }

    /* Search Input
	---------------------------------------*/

    .sis-pata header .inner nav ul li .search-box {
        position: relative;
    }

        .sis-pata header .inner nav ul li .search-box .textbox {
            border: none;
            background: #F7F7F7;
            padding: 7px 30px 7px 7px;
            border-radius: 3px;
        }

        .sis-pata header .inner nav ul li .search-box .label {
            display: inline-block;
            width: 20px;
            height: 20px;
            position: absolute;
            top: 4px;
            right: 3px;
            border: none;
            background: url(/images/sis/patagonia/common/search.svg) 0 0 no-repeat;
            background-size: 20px;
            text-indent: -9999px;
        }

    .safari.sis-pata header .inner nav ul li .search-box .label {
        top: 8px;
    }

    .sis-pata .sp-menubox {
        display: none;
    }



    /*---------------------------------------
	 * Category Link
	---------------------------------------*/

    .sis-pata .category-link {
        width: 100%;
        margin-bottom: 60px;
    }

        .sis-pata .category-link .inner {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 25px;
        }

            .sis-pata .category-link .inner ul {
                width: 100%;
                font-size: 0;
            }

                .sis-pata .category-link .inner ul li {
                    display: inline-block;
                    font-size: 13px;
                    width: 23.75%;
                    margin-right: 1.6666%;
                    text-align: center;
                }

                    .sis-pata .category-link .inner ul li a {
                        padding: 24px 0;
                    }

                    .sis-pata .category-link .inner ul li:nth-child(4n) {
                        margin-right: 0;
                    }





    /*---------------------------------------
	 * Other Contents
	---------------------------------------*/

    .sis-pata .other-contents {
        width: 100%;
    }

        .sis-pata .other-contents .inner {
            width: 100%;
            margin: 0 auto;
        }

            .sis-pata .other-contents .inner ul {
                width: 100%;
                font-size: 0;
            }

                .sis-pata .other-contents .inner ul li {
                    font-size: 13px;
                    height: auto;
                    padding: 55px 0;
                    display: inline-block;
                    position: relative;
                }

                    .sis-pata .other-contents .inner ul li .photo {
                        width: 100%;
                        height: 100%;
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: 50%;
                        position: absolute;
                        top: 0;
                        left: 0;
                    }

                        .sis-pata .other-contents .inner ul li .photo::after {
                            content: "";
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            background: rgba(0,0,0,0.3);
                        }

                    .sis-pata .other-contents .inner ul li .box {
                        width: 464px; /*42%*/
                        /*max-width: 464px;*/
                        background: #FFFFFF;
                        padding: 55px 3% 40px;
                        border-top: 12px solid #8a5f8d;
                        z-index: 1;
                        position: relative;
                    }

                        .sis-pata .other-contents .inner ul li .box .midashi-ja {
                            font-size: 15px;
                            margin-bottom: 8px;
                        }

                        .sis-pata .other-contents .inner ul li .box .midashi-en {
                            font-size: 48px;
                            letter-spacing: 1px;
                            display: inline-block;
                            margin-bottom: 20px;
                        }

                        .sis-pata .other-contents .inner ul li .box .read {
                            line-height: 2;
                            margin-bottom: 70px;
                        }




                    /* 2Column
	---------------------------------------*/

                    .sis-pata .other-contents .inner ul li.col2 {
                        padding: 0;
                    }

                        .sis-pata .other-contents .inner ul li.col2 .photo::after {
                            content: "";
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            background: rgba(0,0,0,0.3);
                        }

                        .sis-pata .other-contents .inner ul li.col2 .photo {
                            width: 100%;
                            height: 260px;
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: 50% 0;
                            position: static;
                        }

                        .sis-pata .other-contents .inner ul li.col2 .box {
                            width: 100%;
                            background: #FFFFFF;
                            padding: 55px;
                            border-top: 12px solid #8a5f8d;
                            z-index: 1;
                            position: relative;
                        }

                            .sis-pata .other-contents .inner ul li.col2 .box .midashi-ja {
                                font-size: 15px;
                                margin-bottom: 8px;
                            }

                            .sis-pata .other-contents .inner ul li.col2 .box .midashi-en {
                                font-size: 48px;
                                letter-spacing: 1px;
                                margin-bottom: 50px;
                            }

                            .sis-pata .other-contents .inner ul li.col2 .box .read {
                                display: none;
                                line-height: 2;
                                margin-bottom: 20px;
                            }

                            .sis-pata .other-contents .inner ul li.col2 .box .link-area {
                                text-align: left;
                            }



                    /* 4Column
	---------------------------------------*/

                    .sis-pata .other-contents .inner ul li.col4 {
                        padding: 0;
                    }

                        .sis-pata .other-contents .inner ul li.col4 .photo::after {
                            content: "";
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            background: rgba(0,0,0,0.3);
                        }

                        .sis-pata .other-contents .inner ul li.col4 .photo {
                            width: 100%;
                            height: 260px;
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: 50% 0;
                            position: static;
                        }

                        .sis-pata .other-contents .inner ul li.col4 .box {
                            width: 100%;
                            background: #FFFFFF;
                            padding: 55px 30px;
                            border-top: 12px solid #8a5f8d;
                            z-index: 1;
                            position: relative;
                        }

                            .sis-pata .other-contents .inner ul li.col4 .box .midashi-ja {
                                font-size: 15px;
                                margin-bottom: 8px;
                            }

                            .sis-pata .other-contents .inner ul li.col4 .box .midashi-en {
                                font-size: 38px;
                                letter-spacing: 1px;
                                margin-bottom: 50px;
                            }

                            .sis-pata .other-contents .inner ul li.col4 .box .read {
                                display: none;
                                line-height: 2;
                                margin-bottom: 20px;
                            }

                            .sis-pata .other-contents .inner ul li.col4 .box .link-area {
                                text-align: left;
                                font-size: 12px;
                            }




    /* Box Pos
	---------------------------------------*/

    .sis-pata .col1.box-right .box {
        left: calc(100% - 485px);
    }

    .sis-pata .col1.box-left .box {
        left: 25px;
    }


    /* Line 
	---------------------------------------*/

    .sis-pata .border {
        border-right: 1px solid #CCCCCC;
    }

    /* Column
	---------------------------------------*/

    .sis-pata .col1 {
        width: 100%;
    }

    .sis-pata .col2 {
        width: 50%;
    }

    .sis-pata .col4 {
        width: 25%;
    }


    /*---------------------------------------
	 * Tokuten
	---------------------------------------*/

    .sis-pata .tokuten {
        width: 100%;
        border: 28px solid #00803d;
        border-right: 0;
        border-left: 0;
        padding: 60px 0;
    }

        .sis-pata .tokuten .inner {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }

            .sis-pata .tokuten .inner .midashi {
                text-align: center;
                font-size: 24px;
                margin-bottom: 60px;
            }

            .sis-pata .tokuten .inner ul {
                text-align: center;
            }

                .sis-pata .tokuten .inner ul li {
                    display: inline-block;
                    padding: 0 7%;
                    font-size: 18px;
                    line-height: 1.6;
                    position: relative;
                    margin-bottom: 70px;
                }

                    .sis-pata .tokuten .inner ul li::after {
                        content: "";
                        width: 2px;
                        height: 100px;
                        display: block;
                        background: #EEEEEE;
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        right: 0;
                        margin: auto;
                    }

                    .sis-pata .tokuten .inner ul li.last::after {
                        display: none;
                    }

                    .sis-pata .tokuten .inner ul li .icon {
                        width: 102px;
                        margin: 0 auto;
                    }

            .sis-pata .tokuten .inner .tokuten-link {
                width: 220px;
                padding: 20px 0;
                text-align: center;
                display: block;
                margin: 0 auto;
            }



    /*---------------------------------------
	 * Footer
	---------------------------------------*/

    .sis-pata footer {
        width: 100%;
        border-top:
    }







    /*---------------------------------------
	 * Parts
	---------------------------------------*/


    /* Hover PurpleMask
	---------------------------------------*/

    a.hover-purple {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

        a.hover-purple::before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            background: rgba(138,95,141,0);
            z-index: 10;
            position: absolute;
            top: 0;
            left: 0;
            transition: all .2s;
        }

        a.hover-purple:hover::before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            background: rgba(138,95,141,0.7);
            z-index: 1;
        }

        a.hover-purple .link-message {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            top: 0px;
            left: -30px;
            bottom: 0;
            right: 0;
            margin: auto;
            width: 157px;
            height: 35px;
            z-index: 3;
            font-weight: 500;
            font-size: 15px;
            padding-right: 60px;
            /*border-bottom: 3px solid #FFFFFF;*/
            color: #FFFFFF;
            background: url(/images/sis/patagonia/common/btn_arr_white.svg) 100% -3px no-repeat;
            background-size: 24px;
            transition: all .3s;
        }

        a.hover-purple:hover .link-message {
            visibility: visible;
            opacity: 1;
            left: 0;
        }

        a.hover-purple img {
            display: block;
        }

        a.hover-purple .link-message::after {
            content: "";
            display: block;
            width: 100%;
            height: 3px;
            background: #FFFFFF;
            position: absolute;
            bottom: 0px;
            left: 0;
            transform: scale(0, 1);
            transform-origin: left top;
            transition: transform .3s;
        }

        a.hover-purple:hover .link-message::after {
            transform: scale(1, 1);
        }


    /* Hover Keisen
	---------------------------------------*/

    .sis-pata .hover-keisen {
        width: 100%;
        position: relative;
        display: block;
        box-sizing: border-box;
        border: 2px solid transparent;
        transition: border .3s;
    }

        .sis-pata .hover-keisen img {
            display: block;
        }

        .sis-pata .hover-keisen:hover {
            border: 2px solid #bfbfbf;
        }




    /* Link Btn
	---------------------------------------*/

    .sis-pata a.links {
        position: relative;
        display: inline-block;
        height: 35px;
        font-weight: 500;
        font-size: 15px;
        padding-right: 60px;
        /*border-bottom: 3px solid #333333;*/
        background: url(/images/sis/patagonia/common/btn_arr.svg) 100% -3px no-repeat;
        background-size: 24px 24px;
        text-align: right;
    }

        .sis-pata a.links::before {
            position: absolute;
            display: block;
            bottom: 0px;
            left: 0;
            content: '';
            width: 100%;
            height: 3px;
            background: #333;
            transform: scale(0, 1);
            transform-origin: left top;
            transition: transform .2s;
            transition-delay: .3s;
        }

        .sis-pata a.links::after {
            position: absolute;
            display: block;
            bottom: 0px;
            left: 0;
            content: '';
            width: 100%;
            height: 3px;
            background: #333;
            transform-origin: right top;
            transition: transform .2s;
        }

        .sis-pata a.links:hover::before {
            transform: scale(1, 1);
        }

        .sis-pata a.links:hover::after {
            transform: scale(0, 1);
        }


    /* Square Btn - purple
	---------------------------------------*/

    .sis-pata a.square-btn {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        outline: none;
    }

        .sis-pata a.square-btn::before,
        .sis-pata a.square-btn::after {
            position: absolute;
            z-index: -1;
            display: block;
            content: '';
        }

        .sis-pata a.square-btn,
        .sis-pata a.square-btn::before,
        .sis-pata a.square-btn::after {
            box-sizing: border-box;
            transition: all .2s;
        }

    .sis-pata a.square-btn {
        position: relative;
        z-index: 2;
        background-color: #fff;
        border: 2px solid #8a5f8d;
        color: #333;
        overflow: hidden;
    }

        .sis-pata a.square-btn:hover {
            color: #fff;
        }

        .sis-pata a.square-btn::after {
            top: -100%;
            width: 100%;
            height: 100%;
        }

        .sis-pata a.square-btn:hover::after {
            top: 0;
            background-color: #333;
        }


        /* purple */

        .sis-pata a.square-btn.purple {
            color: #8a5f8d;
            border: 2px solid #8a5f8d;
        }

            .sis-pata a.square-btn.purple:hover {
                color: #FFFFFF;
            }

                .sis-pata a.square-btn.purple:hover::after {
                    top: 0;
                    color: #FFFFFF;
                    background-color: #8a5f8d;
                }


        /* orange */

        .sis-pata a.square-btn.orange {
            color: #FFFFFF;
            background: #ff8502;
            border: 2px solid #ff8502;
        }

            .sis-pata a.square-btn.orange:hover {
                color: #ff8502;
            }

                .sis-pata a.square-btn.orange:hover::after {
                    top: 0;
                    background-color: #FFFFFF;
                }


    /* Top List Item
	---------------------------------------*/

    .sis-pata .item-cell {
        width: 47.5%;
        font-size: 13px;
        display: inline-block;
        vertical-align: top;
    }

        .sis-pata .item-cell .product-brand {
            font-size: 10px;
            margin-top: 15px;
        }

        .sis-pata .item-cell .name {
            font-size: 15px;
            line-height: 1.6;
            margin: 5px 0 5px;
        }

        .sis-pata .item-cell .price {
            font-size: 20px;
            margin-bottom: 10px;
        }

            .sis-pata .item-cell .price .tax {
                font-size: 12px;
            }

        .sis-pata .item-cell .service {
            font-size: 12px;
            margin-bottom: 15px;
        }

        .sis-pata .item-cell .rating {
            margin-bottom: 10px;
        }




    /* Category List Item
	---------------------------------------*/

    .sis-pata .category-item-cell {
        width: 288px;
        font-size: 13px;
        display: table;
        margin: 0 8px 50px;
        vertical-align: top;
        opacity: 0;
        transition: border .3s;
    }

        .sis-pata .category-item-cell .wrap {
            position: relative;
            display: block;
        }

        .sis-pata .category-item-cell .img {
            width: 100%;
            position: relative;
            display: block;
            box-sizing: border-box;
        }

        .sis-pata .category-item-cell .wrap .img .new-lavel {
            display: block;
            width: 59px;
            height: 59px;
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 1;
        }

        .sis-pata .category-item-cell .wrap .img .color-lavel {
            display: inline-block;
            padding: 6px 18px;
            font-size: 12px;
            background: #000000;
            color: #FFFFFF;
            position: absolute;
            top: 0px;
            right: 0px;
            z-index: 1;
        }

        .sis-pata .category-item-cell .product-brand {
            font-size: 10px;
            margin-top: 10px;
        }

        .sis-pata .category-item-cell .name {
            font-size: 15px;
            line-height: 1.6;
            margin: 5px 0 5px;
            width: 280px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .sis-pata .category-item-cell .price {
            font-size: 20px;
            margin-bottom: 10px;
            display: inline-block;
        }

            .sis-pata .category-item-cell .price.down .yen {
                text-decoration: line-through;
            }

        .sis-pata .category-item-cell .down-price {
            color: #FF0000;
            display: inline-block;
            font-size: 20px;
            margin-bottom: 10px;
        }

        .sis-pata .category-item-cell .price .tax {
            font-size: 12px;
        }

        .sis-pata .category-item-cell .service {
            font-size: 12px;
            margin-bottom: 15px;
        }

        .sis-pata .category-item-cell .rating {
            margin-bottom: 10px;
        }

        .sis-pata .category-item-cell .catch {
            display: none;
        }

        /**/

        .sis-pata .category-item-cell.big {
            width: 592px; /*48.25%*/
            height: 100%;
            font-size: 13px;
            display: table;
            margin: 0 8px 50px;
            vertical-align: top;
            text-align: center;
        }

            .sis-pata .category-item-cell.big.on {
                border: 2px solid #BFBFBF;
            }

            .sis-pata .category-item-cell.big .wrap {
                display: table-cell;
                vertical-align: middle;
                width: 100%;
                height: 943px;
            }

            .sis-pata .category-item-cell.big .img {
                width: 60%;
                margin: 0 auto;
            }

            .sis-pata .category-item-cell.big.on .img {
                border: 2px solid #FFFFFF;
            }

            .sis-pata .category-item-cell.big .catch {
                display: block;
                width: 100%;
                font-size: 20px;
                line-height: 1.6;
                margin-bottom: 20px;
                background: url(/images/sis/patagonia/itemlist/recommend.svg) 100px 0 no-repeat;
                background-size: 77px 30px;
                padding-top: 30px;
            }

            .sis-pata .category-item-cell.big a img {
                /*width: 60%;*/
                display: block;
                margin: 0 auto;
            }

            .sis-pata .category-item-cell.big .name {
                width: inherit;
                overflow: hidden;
                white-space: inherit;
                text-overflow: inherit;
            }

            .sis-pata .category-item-cell.big .price {
                font-size: 20px;
                margin-bottom: 10px;
            }

                .sis-pata .category-item-cell.big .price .tax {
                    font-size: 12px;
                }

    */ .sis-pata .category-item-cell.big .service {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .sis-pata .category-item-cell.big .rating {
        margin-bottom: 10px;
    }



    /*---------------------------------------
	 * Float Block
	---------------------------------------*/

    .float-block {
        display: none;
        font-size: 14px;
        line-height: 1.8;
        position: absolute;
        top: 30px;
        right: -40px;
        padding: 20px;
        color: #000000;
        background: #FFFFFF;
        border-bottom: 4px solid #037435;
        box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    }

        .float-block.open {
            display: block;
        }

        .float-block .block-title {
            font-weight: 700;
            margin-bottom: 20px;
        }

    .sis-pata .float-block .block-close {
        display: none;
    }



    /* 履歴
	---------------------------------------*/

    .float-rireki-block {
        min-width: 335px;
    }

        .float-rireki-block .item-history a {
            display: inline-block;
            width: 95px;
        }


    /* ログイン
	---------------------------------------*/

    .float-login-block {
        min-width: 250px;
    }

        .float-login-block a {
            display: block;
        }


    /* カート
	---------------------------------------*/

    .float-cart-block {
        min-width: 430px;
    }
}


@media screen and (min-width: 1200px) {


    /*---------------------------------------
	 * Header
	---------------------------------------*/

    .sis-pata .sis-pata header .inner {
        padding: 0;
    }

        .sis-pata .sis-pata header .inner nav {
            right: 0;
        }



    /*---------------------------------------
	 * Category Link
	---------------------------------------*/

    .sis-pata .category-link .inner {
        padding: 0;
    }



    /*---------------------------------------
	 * Other Contents
	---------------------------------------*/

    /* Box Pos
	---------------------------------------*/

    .sis-pata .col1.box-right .box {
        left: 50%;
        margin-left: 90px;
    }

    .sis-pata .col1.box-left .box {
        left: 50%;
        margin-left: -554px;
    }

    .sis-pata .col2.box-right .box {
    }

    .sis-pata .col2.box-left .box {
    }
}



@media screen and (max-width: 959px) {

    /*---------------------------------------
	 * Header
	---------------------------------------*/

    .sis-pata header {
        width: 100%;
        background: #FFFFFF;
        padding: 8px 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

        .sis-pata header .inner {
            width: 100%;
            margin: 0 auto;
        }

            .sis-pata header .inner .logo {
                width: 60px;
                margin-left: 18px;
            }

            .sis-pata header .inner nav {
                position: absolute;
                top: 9px;
                right: 50px;
            }

                .sis-pata header .inner nav ul li {
                    display: inline-block;
                    font-size: 12px;
                    margin-left: 3px;
                    margin-top: 5px;
                }

                    .sis-pata header .inner nav ul li a {
                        display: block;
                    }

                    .sis-pata header .inner nav ul li span:not(.product-image-container):not(.price-wrapper):not(.price-excluding-tax):not(.minicart-price):not(.price):not(.product-image-wrapper):not(.others):not(#mini-cart-subtotal) {
                        display: none;
                    }

                    .sis-pata header .inner nav ul li .icon {
                        width: 35px;
                        height: 30px;
                        display: inline-block;
                        vertical-align: middle;
                        margin-right: 0px;
                        margin-top: -3px;
                    }

    .sis-pata li .in-cart {
        position: relative;
    }

    .sis-pata li .float-trigger > p {
        padding-bottom: 20px;
    }

    .sis-pata .in-cart .badge {
        position: absolute;
        top: -10px;
        right: -10px;
        color: #FFFFFF;
        font-weight: 700;
        border-radius: 50%;
        background: #F7284C;
        text-align: center;
        line-height: 22px;
        width: 22px;
        height: 22px;
        display: inline-block;
    }

    .sis-pata header .inner nav ul li label {
        display: none;
    }

    .sis-pata header .inner nav ul li a[href="/info/guide/"] {
        display: none;
    }

    /*---------------------------------------
	 * Header Campaign Area
	---------------------------------------*/
    .sis-pata .campaign {
        height: 40px;
        margin-top: 46px;
        background-color: #ff0000;
        color: white;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
    }

    /* Search Input
	---------------------------------------*/

    .sis-pata header .inner nav ul li .search-box {
        position: fixed;
        top: 45px;
        left: -100%;
        background: #FFFFFF;
        width: 100%;
        transition: all .3s;
    }

        .sis-pata header .inner nav ul li .search-box.on {
            left: 0;
        }

        .sis-pata header .inner nav ul li .search-box .textbox {
            width: 100%;
            border: none;
            background: #FFFFFF;
            padding: 12px 50px 12px 10px;
            font-size: 16px;
            box-sizing: border-box;
        }

        .sis-pata header .inner nav ul li .search-box .label {
            display: inline-block;
            width: 26px;
            height: 26px;
            position: absolute;
            top: 7px;
            right: 3px;
            border: none;
            background: url(/images/sis/patagonia/common/search_black.svg) 0 0 no-repeat;
            background-size: 26px;
            text-indent: -9999px;
        }

    .safari.sis-pata header .inner nav ul li .search-box .label {
        top: 11px;
    }


    /* Menu
	---------------------------------------*/

    /* MenuBtn
	---------------------------------------*/

    .sis-pata .menu-btn {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 10;
        background: #007f3c;
        width: 46px;
        height: 46px;
    }

        .sis-pata .menu-btn.start .menu-trigger span {
            background-color: #FFFFFF;
        }

    .sis-pata .menu-trigger,
    .sis-pata .menu-trigger span {
        display: inline-block;
        transition: all .3s;
        box-sizing: border-box;
    }

    .sis-pata .menu-trigger {
        position: relative;
        width: 24px;
        height: 18px;
        top: 14px;
        left: 13px;
    }

        .sis-pata .menu-trigger span {
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #FFFFFF;
        }

            .sis-pata .menu-trigger span:nth-of-type(1) {
                top: 0;
            }

            .sis-pata .menu-trigger span:nth-of-type(2) {
                top: 8px;
            }

            .sis-pata .menu-trigger span:nth-of-type(3) {
                bottom: 0;
            }

        /* action */

        .sis-pata .menu-trigger.active span:nth-of-type(1) {
            -webkit-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
        }

        .sis-pata .menu-trigger.active span:nth-of-type(2) {
            opacity: 0;
        }

        .sis-pata .menu-trigger.active span:nth-of-type(3) {
            -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
        }

        .sis-pata .menu-trigger.active span {
            background-color: #FFFFFF;
        }


    /* Menu Box
	---------------------------------------*/

    .sis-pata .sp-menubox {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #CCCCCC;
        overflow: scroll;
        transition: left .3s;
    }

        .sis-pata .sp-menubox.active {
            left: 0;
        }



    /*---------------------------------------
	 * Tokuten
	---------------------------------------*/

    .sis-pata .tokuten {
        width: 100%;
        border: 28px solid #00803d;
        border-right: 0;
        border-left: 0;
        padding: 30px 0;
    }

        .sis-pata .tokuten .inner {
            width: 100%;
            margin: 0 auto;
        }

            .sis-pata .tokuten .inner .midashi {
                text-align: center;
                font-size: 20px;
                line-height: 1.8;
                font-weight: 700;
                margin-bottom: 20px;
            }

            .sis-pata .tokuten .inner ul li {
                margin: 0 55px;
                font-size: 18px;
                line-height: 1.6;
                position: relative;
                margin-bottom: 20px;
                border-bottom: 1px solid #eeeeee;
            }

                .sis-pata .tokuten .inner ul li.last {
                    border-bottom: none;
                }

                .sis-pata .tokuten .inner ul li dl {
                    display: table;
                    width: 100%;
                    margin: 0 auto;
                }

                .sis-pata .tokuten .inner ul li .icon {
                    display: table-cell;
                    vertical-align: middle;
                    width: 32%;
                    margin: 0 auto;
                }

                    .sis-pata .tokuten .inner ul li .icon img {
                        width: 65px;
                    }

                .sis-pata .tokuten .inner ul li .text {
                    display: table-cell;
                    vertical-align: middle;
                    width: 68%;
                    margin: 0 0 0 2%;
                    font-size: 14px;
                }

                    .sis-pata .tokuten .inner ul li .text span {
                        font-size: 15px;
                        font-weight: 700;
                    }

            .sis-pata .tokuten .inner .tokuten-link {
                background: #ff8502;
                width: 70%;
                padding: 17px 0;
                color: #FFFFFF;
                text-align: center;
                display: block;
                margin: 0 auto;
            }



    /*---------------------------------------
	 * Category Link
	---------------------------------------*/

    .sis-pata .category-link {
        width: 100%;
        margin-bottom: 30px;
    }

        .sis-pata .category-link .inner {
            width: calc(100% - 36px);
            margin: 0 auto;
        }

            .sis-pata .category-link .inner ul {
                width: 100%;
                font-size: 0;
            }

                .sis-pata .category-link .inner ul li {
                    display: inline-block;
                    font-size: 13px;
                    width: 48.5%;
                    margin-right: 3%;
                    margin-bottom: 10px;
                    text-align: center;
                }

                    .sis-pata .category-link .inner ul li:nth-child(2n) {
                        margin-right: 0;
                    }

                    .sis-pata .category-link .inner ul li a {
                        display: block;
                        width: 100%;
                        height: 100%;
                        border: 1px solid #8a5f8d;
                        padding: 12px 0;
                        color: #8a5f8d;
                        background: #FFFFFF;
                    }

                        .sis-pata .category-link .inner ul li a:hover {
                            background: #8a5f8d;
                            color: #FFFFFF;
                        }



    /*---------------------------------------
	 * Other Contents
	---------------------------------------*/

    .sis-pata .other-contents {
        width: 100%;
    }

        .sis-pata .other-contents .inner {
            width: 100%;
            margin: 0 auto;
        }

            .sis-pata .other-contents .inner ul {
                width: 100%;
                font-size: 0;
            }

                .sis-pata .other-contents .inner ul li {
                    font-size: 13px;
                    height: auto;
                    position: relative;
                }

                    .sis-pata .other-contents .inner ul li .photo::after {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: rgba(0,0,0,0.3);
                    }

                    .sis-pata .other-contents .inner ul li .photo {
                        width: 100%;
                        height: 190px;
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: 50% 0;
                    }

                    .sis-pata .other-contents .inner ul li .box {
                        width: 100%;
                        background: #FFFFFF;
                        padding: 30px 18px;
                        border-top: 12px solid #8a5f8d;
                        z-index: 1;
                        position: relative;
                    }

                        .sis-pata .other-contents .inner ul li .box .midashi-ja {
                            font-size: 12px;
                            margin-bottom: 8px;
                        }

                        .sis-pata .other-contents .inner ul li .box .midashi-en {
                            font-size: 26px;
                            letter-spacing: 1px;
                            margin-bottom: 20px;
                        }

                        .sis-pata .other-contents .inner ul li .box .read {
                            display: none;
                        }


    /* Box Pos
	---------------------------------------*/
    /*
	.sis-pata .col1.box-right .box{
		left: calc(100% - 485px);
		
	}
	.sis-pata .col1.box-left .box{
		left: 25px;
		
	}
	.sis-pata .col2.box-right .box{
		left:100%;
		margin-left: calc(-464px - 10%);
	}
	.sis-pata .col2.box-left .box{
		left: 10%;
	}
	*/

    /* Column
	---------------------------------------*/





    /*---------------------------------------
	 * Parts
	---------------------------------------*/

    /* Hover PurpleMask
	---------------------------------------*/

    a.hover-purple {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

        a.hover-purple:hover::before {
            /*
		content:"";
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(138,95,141,0.7);
		z-index: 1;
		position: absolute;
		top:0;
		left:0;
		*/
        }

        a.hover-purple .link-message {
            display: none;
            /*
		position: absolute;
		top:0;
		left:0;
		bottom:0;
		right: 0;
		margin: auto;
		width: 157px;
		height: 35px;
		z-index: 3;
		font-weight: 500;
		font-size: 15px;
		padding-right: 60px;
		border-bottom: 3px solid #FFFFFF;
		color: #FFFFFF;
		background: url(/images/sis/patagonia/common/btn_arr_white.svg) 100% -3px no-repeat;
		background-size: 24px;	
		*/
        }
    /*
	a.hover-purple:hover .link-message{
		display: block;
	}
	a.hover-purple img{
		display: block;
	}
	*/


    /* Hover Keisen
	---------------------------------------*/

    .sis-pata .hover-keisen {
        width: 100%;
        position: relative;
        display: block;
        box-sizing: border-box;
    }

        .sis-pata .hover-keisen img {
            display: block;
        }




    /* Link Btn
	---------------------------------------*/

    a.links {
        display: inline-block;
        height: 30px;
        font-weight: 500;
        font-size: 13px;
        padding-right: 40px;
        border-bottom: 3px solid #333333;
        background: url(/images/sis/patagonia/common/btn_arr.svg) 100% -3px no-repeat;
        background-size: 24px 24px;
        text-align: right;
    }



    /* TOP List Item
	---------------------------------------*/

    .sis-pata .item-cell {
        width: 49.5%;
        font-size: 13px;
        display: inline-block;
        margin-right: 1%;
        margin-bottom: 10%;
        vertical-align: top;
    }

        .sis-pata .item-cell:nth-child(2n) {
            margin-right: 0;
        }

        .sis-pata .item-cell .product-brand {
            font-size: 10px;
            margin-top: 15px;
        }

        .sis-pata .item-cell .name {
            font-size: 14px;
            line-height: 1.4;
            margin: 5px 0 8px;
        }

        .sis-pata .item-cell .price {
            font-size: 18px;
            margin-bottom: 8px;
        }

            .sis-pata .item-cell .price span {
                font-size: 12px;
            }



    /* Category List Item
	---------------------------------------*/



    .sis-pata .category-item-cell {
        width: calc(49.999% - 10px);
        font-size: 13px;
        display: table;
        margin: 0 5px 10%;
        vertical-align: top;
        /*border: 2px solid #FFFFFF;*/
        border: 0;
        box-sizing: border-box;
    }

    .sis-pata .post-sizer {
        width: 50%;
    }

    .sis-pata .category-item-cell .wrap {
        position: relative;
        display: block;
    }

    .sis-pata .category-item-cell .img {
        width: 100%;
        position: relative;
        display: block;
        box-sizing: border-box;
        /*border: 2px solid #FFFFFF;*/
    }
    /*
	.sis-pata .category-item-cell.on .img{
		border: 2px solid #bfbfbf;
	}
	*/
    .sis-pata .category-item-cell .wrap .img .new-lavel {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
    }

    .sis-pata .category-item-cell .wrap .img .color-lavel {
        display: inline-block;
        padding: 3px 10px;
        font-size: 11px;
        background: #000000;
        color: #FFFFFF;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 1;
    }

    .sis-pata .category-item-cell .product-brand {
        font-size: 10px;
        margin-top: 10px;
    }

    .sis-pata .category-item-cell .name {
        font-size: 15px;
        line-height: 1.4;
        margin: 5px 0 5px;
        width: 400px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .sis-pata .category-item-cell .price {
        font-size: 16px;
        margin-bottom: 10px;
        display: inline-block;
        margin-right: -7px;
    }

        .sis-pata .category-item-cell .price.down .yen {
            text-decoration: line-through;
        }

        .sis-pata .category-item-cell .price .tax {
            font-size: 12px;
        }

    .sis-pata .category-item-cell .down-price {
        color: #dc4153;
        margin-bottom: 10px;
        font-size: 16px;
        display: inline-block;
    }

    .sis-pata .category-item-cell .service {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .sis-pata .category-item-cell .rating {
        margin-bottom: 10px;
    }

    .sis-pata .category-item-cell .catch {
        display: none;
    }

    /**/

    .sis-pata .category-item-cell.big {
        width: calc(100% - 10px);
        height: auto;
        font-size: 13px;
        display: table;
        margin: 0 5px 10%;
        vertical-align: top;
    }

        .sis-pata .category-item-cell.big .wrap {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            height: auto;
        }

        .sis-pata .category-item-cell.big .img {
            width: 100%;
            margin: 0 auto;
        }

        .sis-pata .category-item-cell.big .catch {
            display: block;
            width: 100%;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.6;
            background: url(/images/sis/patagonia/itemlist/recommend.svg) 0 0 no-repeat;
            background-size: 77px 30px;
            padding-top: 40px;
            margin-top: 20px;
        }

        .sis-pata .category-item-cell.big a img {
            /*width: 60%;*/
            display: block;
            margin: 0 auto;
        }

        .sis-pata .category-item-cell.big .name {
            font-size: 15px;
            line-height: 1.6;
            margin: 5px 0;
        }

        .sis-pata .category-item-cell.big .price {
            font-size: 20px;
            margin-bottom: 10px;
        }

            .sis-pata .category-item-cell.big .price .yen {
                font-size: 12px;
            }

        .sis-pata .category-item-cell.big .service {
            font-size: 12px;
            margin-bottom: 15px;
        }

        .sis-pata .category-item-cell.big .rating {
            margin-bottom: 10px;
        }



    /*---------------------------------------
	 * Float Block
	---------------------------------------*/

    .sis-pata .float-block {
        width: 100%;
        height: 100%;
        font-size: 14px;
        line-height: 1.8;
        position: fixed;
        top: 0px;
        left: -100%;
        padding: 20px;
        color: #000000;
        background: #FFFFFF;
        border-bottom: 4px solid #037435;
        transition: left .3s;
        z-index: 200;
    }

        .sis-pata .float-block.open {
            left: 0;
        }

        .sis-pata .float-block .block-title {
            font-weight: 700;
            margin-bottom: 20px;
        }

        .sis-pata .float-block .block-close {
            width: 20px;
            height: 20px;
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 1;
        }



    /* 履歴
	---------------------------------------*/

    .float-rireki-block .item-history a {
        display: inline-block;
        width: 95px;
    }


    /* ログイン
	---------------------------------------*/

    .float-login-block a {
        display: block;
    }


    /* カート
	---------------------------------------*/

    .float-cart-block {
    }
}

@media screen and (max-width: 859px) {
    .sis-pata .category-item-cell .name {
        width: 350px;
    }
}

@media screen and (max-width: 767px) {
    .sis-pata .category-item-cell .name {
        width: 320px;
    }
}

@media screen and (max-width: 689px) {
    .sis-pata .category-item-cell .name {
        width: 290px;
    }
}

@media screen and (max-width: 639px) {
    .sis-pata .category-item-cell .name {
        width: 250px;
    }
}

@media screen and (max-width: 539px) {
    .sis-pata .category-item-cell .name {
        width: 200px;
    }
}

@media screen and (max-width: 449px) {
    .sis-pata .category-item-cell .name {
        width: 150px;
    }
}
/* footer内部のh3 */
footer h3 {
    font-size: 22px;
}

.text_color-red {
    color: #ff0000;
}
.text_colorweight-redbold {
    color: #ff0000;
    font-weight: bold;
}

/* dividers */
.divider {
    height: 35px;
}
    .divider::before,
    .divider::after {
        content: " ";
        display: table;
    }

    .divider::after {
        clear: both;
    }

    .divider::before,
    .divider::after {
        content: " ";
        display: table;
    }

    .divider::after {
        clear: both;
    }

.divider-sm {
    height: 20px;
}

.divider-xs {
    height: 10px;
}

/* 5.11 flexbox フレックスボックス
-----------------------------------------------------------------*/
.container-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-content: flex-start;
    -webkit-align-content: flex-start;
    width: 100%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
/* 5.12 ブロックの幅を規定する要素
-----------------------------------------------------------------*/
.container_width-narrow,
.container_width-medium,
.container_width-wide,
.container_width-full {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (min-width: 768px) {
    .container_width-narrow {
        width: 700px;
    }
}
@media screen and (min-width: 992px) {
    .container_width-medium {
        width: 970px;
    }
}
@media screen and (min-width: 1200px) {
    .container_width-wide {
        width: 1170px;
    }
}

/* イメージ幅*/
.image_width-full {
    width: 100%;
    height: auto;
}
/* 共通フッター部分 */
.privilege .container-flex > div {
    -ms-flex-basis: calc(100% / 5 - 5px);
    -webkit-flex-basis: calc(100% / 5 - 5px);
    flex-basis: calc(100% / 5 - 5px);
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0.5vh;
    overflow: hidden;
}
.privilege p {
    font-size: 1.2vw;
    text-align: left;
    padding: 3% 3% 0;
}
.privilege .text-l {
    font-size: 1.5vw;
}
.privilege .text-s {
    font-size: 1vw;
}

@media (max-width: 768px) {
    /* .form-card.privilege h3 {
        font-size: 6vw;
    } */

    .privilege .container-flex > div {
        -ms-flex-basis: calc(100% / 2 - 5px);
        -webkit-flex-basis: calc(100% / 2 - 5px);
        flex-basis: calc(100% / 2 - 5px);
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 0.5vh;
        overflow: hidden;
    }

    .privilege p {
        font-size: 14px;
    }

    .privilege .text-l {
        font-size: 15px;
    }
}
.btn.btn-lg,
.btn.btn-primary-lg,
button.action-lg {
    padding: 4px 25px 3px;
    font-size: 16.5px;
    height: auto;
    border-width: 1px;
}
h3 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    padding: 0;
    margin: 0 0 5px 0;
    color: #333745;
}
.br-sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .br-sp {
        display: block;
    }
}
/* ボタンまわりの基本設定
-----------------------------------------------------------------*/
.btn.btn-naturum, .btn.btn-naturum:focus, .btn.btn-naturum:active {
	background: #007f3c;
	color: #fff;
    border: 1px solid #007f3c;
    border-radius: 5px;
}
.btn.btn-naturum:hover {
    background: #fff;
    color: #007f3c;
    border: 1px solid #007f3c;
}
.btn i.icon, .btn-primary i.icon, button.action i.icon {
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-right: .2em;
	position: relative;
	bottom: -1px;
}
a.btn, .btn, .btn-primary, button.action, .btn.focus, .btn-primary.focus, button.action.focus, .btn:focus, .btn-primary:focus, button.action:focus, .btn:active, .btn-primary:active, button.action:active {
	background: #f60;
	color: #fff;
    border-color: #f60;
    border-radius: 5px;
}
.btn:hover, .btn-primary:hover, button.action:hover {
	background: transparent;
	color: #f60;
	border-color: #f60;
}
body.sis-pata .cart-btns .btn-settlement {
    border: 1px solid #e09636;
}
.sis-pata .cart-btns .btn-settlement:hover {
    background: transparent;
    color: #e09636;
}
body.sis-pata .cart-btns .btn-cart {
    border: 1px solid #e86d1a;
}
.sis-pata .cart-btns .btn-cart:hover {
    background: transparent;
    color: #e86d1a;
}

.footer-top .btn.btn-naturum,
.footer-top .btn.btn-naturum:focus,
.footer-top .btn.btn-naturum:active {
    border-radius: 0;
}

/* メインの幅設定
-----------------------------------------------------------------*/
body.boxed .page-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    body.boxed .page-wrapper {
        width: 750px;
    }
}
@media (min-width: 992px) {
    body.boxed .page-wrapper {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    body.boxed .page-wrapper {
        width: 1170px;
    }
}
@media (min-width: 1400px) {
    body.boxed .page-wrapper {
        width: 1370px;
    }
}
@media screen and (min-width: 960px) {
    .sis-pata .float-block.open {
        z-index: 5000;
        overflow: hidden;
    }
}

/* 商品レビューまわり
-----------------------------------------------------------------*/
.review-area {
    margin-top: 15px;
    padding: 10px;
    background: #fff;
    -moz-box-shadow: 1px 1px 3px 0px #f0f0f0;
    -webkit-box-shadow: 1px 1px 3px 0px #f0f0f0;
    box-shadow: 1px 1px 3px 0px #f0f0f0;
}

@media screen and (min-width:992px) {
    .review-area {
        padding: 20px 30px;
    }
        .review-area .container:first-child {
            padding-left: 0;
        }
}

.review-area .review-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333745;
}

.review-area .review-star span:first-child {
    display: block;
    color: #333745;
    font-size: 56px;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
}

.review-area .review-star span:last-child {
    display: block;
    font-size: 10px;
    text-align: center;
}

.review-area .star-rating {
    font-size: 24px;
    line-height: 1.4;
    color: #ffa500;
    text-align: center;
}

    .review-area .star-rating i.icon.fill {
        color: #ffa500;
    }

    .review-area .star-rating i.icon.blank {
        color: #ccc;
    }

.review-area .breakdown {
    font-size: 12px;
    color: #333745;
    text-align: center;
}

.review-area .items-total {
    margin: 10px 0;
}

.stars {
    margin: 2px auto;
}

    .stars .starrate {
        float: left;
        margin-right: 5px;
    }

.progress {
    height: 20px;
    width: 67%;
    margin-bottom: 1px;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    display: inline-block;
}

.progress-bar-success {
    background: #666;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #ffa500;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.stars > span.headcount {
    display: inline-block;
    float: right;
}

.review-submit {
    vertical-align: middle;
    text-align: center;
    margin: 10px auto 20px;
}

    .review-submit .btn {
        margin-bottom: 10px;
        height: 60px;
        line-height: 60px;
        min-width: 250px;
        width: 30%;
        padding: 0 15px;
    }

        .review-submit .btn > .icon-pen::before {
            font-family: 'icomoon-reg';
            content: "\e908";
        }

    .review-submit div:last-child {
        font-size: 12px;
    }


.individual {
    border-top: dotted 2px #999;
    margin-top: 5px;
    padding: 15px 1px 5px;
}

    .individual .firstline {
        display: block;
        overflow: hidden;
        height: auto;
        width: 100%;
        line-height: 28px;
    }

        .individual .firstline .star-rating {
            float: left;
            font-size: 20px;
            display: inline-block;
        }

        .individual .firstline .star-score {
            float: left;
            display: inline-block;
            position: relative;
            top: 3px;
            margin-left: 8px;
            margin-right: 20px;
        }

@media screen and (max-width: 991px) {
    .individual .firstline .star-score {
        height: 28px;
    }
}

.individual .firstline .userstag {
    float: left;
    vertical-align: middle;
}

    .individual .firstline .userstag ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 5px;
    }

        .individual .firstline .userstag ul > li {
            display: inline-block;
            font-size: 11px;
            line-height: 12px;
            font-weight: normal;
            padding: 5px 8px;
            margin-right: 5px;
            margin-bottom: 4px;
            background: #ff6600;
            color: #fff;
            vertical-align: middle;
        }

.individual .secondline {
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
}

    .individual .secondline div {
        float: left;
        margin-right: 20px;
    }

.individual .thirdline {
    position: relative;
}

    .individual .thirdline p {
        text-align: justify;
        color: #000;
        margin-bottom: 2px;
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*3.30 �ʒm�֘A
-----------------------------------------------------------------*/
div.notifit_confirm {
    color: #333745;
    text-align: center;
    background: #fff;
    box-shadow: 4px 4px 10px rgba(0,0,0,.2);
    z-index: 10000;
}
div.notifit_confirm_message {
    margin-bottom: 5px;
}
button.notifit_confirm_accept,
button.notifit_confirm_cancel {
    background: #ff6600;
    border-radius: 2px;
    padding-top: 7px;
    padding-bottom: 7px;
}
    button.notifit_confirm_accept:hover,
    button.notifit_confirm_cancel:hover {
        background: #fff;
        color: #ff6600;
        border: 1px solid #ff6600;
    }

/* patagonia shop-in-shop adjustment
-----------------------------------------------------------------*/
    @media screen and (min-width: 960px) {
        .sis-pata .float-block.open {
            z-index: 5000;
            overflow: hidden;
        }
    }

/* bootstrapとbootstrapに関連した調整
-----------------------------------------------------------------*/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}
.container .container {
    width: 100%;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left;
}
.col-xs-12 {width: 100%;}
.col-xs-11 {width: 91.66666667%;}
.col-xs-10 {width: 83.33333333%;}
.col-xs-9 {width: 75%;}
.col-xs-8 {width: 66.66666667%;}
.col-xs-7 {width: 58.33333333%;}
.col-xs-6 {width: 50%;}
.col-xs-5 {width: 41.66666667%;}
.col-xs-4 {width: 33.33333333%;}
.col-xs-3 {width: 25%;}
.col-xs-2 {width: 16.66666667%;}
.col-xs-1 {width: 8.33333333%;}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float: left;
    }
    .col-sm-12 {width: 100%;}
    .col-sm-11 {width: 91.66666667%;}
    .col-sm-10 {width: 83.33333333%;}
    .col-sm-9 {width: 75%;}
    .col-sm-8 {width: 66.66666667%;}
    .col-sm-7 {width: 58.33333333%;}
    .col-sm-6 {width: 50%;}
    .col-sm-5 {width: 41.66666667%;}
    .col-sm-4 {width: 33.33333333%;}
    .col-sm-3 {width: 25%;}
    .col-sm-2 {width: 16.66666667%;}
    .col-sm-1 {width: 8.33333333%;}
}

@media (min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
}

.dl-horizontal dd::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical>.btn-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .panel-body::after, .modal-footer::after, body.boxed .page-wrapper::after, body.boxed .block.fullboxed .container::after, body.boxed .page-header::after, body.boxed .page-header.fullboxed .container::after, body.boxed .page-footer.fullboxed .container::after, body.fullwidth .block.boxed::after, body.fullwidth .block.fullboxed .container::after, body.fullwidth .page-header.boxed::after, body.fullwidth .page-header.fullboxed .container::after, body.fullwidth .page-footer.boxed::after, body.fullwidth .page-footer.fullboxed>.container::after {
    clear: both;
}
.dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical>.btn-group::before, .btn-group-vertical>.btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after, body.boxed .page-wrapper::before, body.boxed .page-wrapper::after, body.boxed .block.fullboxed .container::before, body.boxed .block.fullboxed .container::after, body.boxed .page-header::before, body.boxed .page-header::after, body.boxed .page-header.fullboxed .container::before, body.boxed .page-header.fullboxed .container::after, body.boxed .page-footer.fullboxed .container::before, body.boxed .page-footer.fullboxed .container::after, body.fullwidth .block.boxed::before, body.fullwidth .block.boxed::after, body.fullwidth .block.fullboxed .container::before, body.fullwidth .block.fullboxed .container::after, body.fullwidth .page-header.boxed::before, body.fullwidth .page-header.boxed::after, body.fullwidth .page-header.fullboxed .container::before, body.fullwidth .page-header.fullboxed .container::after, body.fullwidth .page-footer.boxed::before, body.fullwidth .page-footer.boxed::after, body.fullwidth .page-footer.fullboxed>.container::before, body.fullwidth .page-footer.fullboxed>.container::after {
    content: " ";
    display: table;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.divider-sm {
    height: 20px;
}

/* アイコン、ボタンまわり */
.review-submit .btn > .icon-pen::before {
	font-family: 'icomoon-reg';
	content: "";
}
.icon-pen::before {
    content: "\e908";
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon-reg' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ヘッダー
-----------------------------------------------------------------*/
/* ミニカート */
.float-trigger .float-block.open {
    /* visibility: hidden; */
    /* opacity: 0; */
    display: block;
    z-index: 5000;
}

/* .float-trigger:hover > .float-cart-block {
    opacity: 1;
    visibility: visible;
} */

/* ミニカートの画像 */
.float-trigger .float-cart-block.open .minicart-items {
    margin: 0 0 10px;
    padding: 0;
}
.float-trigger .float-cart-block.open .product-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #f0f0f0;
}
.float-trigger .float-cart-block.open .product-item {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-left: 0;
}
.sis-pata .main-visual .head .wrap nav ul li.product-item {
    margin-left: 0;
}

.float-trigger .float-cart-block.open .product {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.float-trigger .float-cart-block.open .product-item-photo {
    width: 60px;
    min-width: 60px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    float: left;
    padding: 0;
}
.float-trigger .float-cart-block.open .product-item-photo span.product-image-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
}
.float-trigger .float-cart-block.open .product-item-photo .product-image-wrapper img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
.float-trigger .float-cart-block.open .product-item-photo span.product-image-wrapper::before {
    display: block;
    content: "";
    padding-top: 100%;
}
.sis-pata li .in-cart i.badge:empty,
.sis-pata header li .in-cart .badge:empty {
    display: none;
}
/* カートの詳細 */
.float-trigger .float-cart-block.open .product-item-details {
    width: calc(100% - 83px);
    float: left;
    padding: 0;
}
.float-trigger .float-cart-block.open .product-item-name {
    width: 48%;
    margin-top: 6px;
    overflow: hidden;
    font-size: 12px;
}
.float-trigger .float-cart-block.open .product-item-name,
.float-trigger .float-cart-block.open .product-item-qty,
.float-trigger .float-cart-block.open .product-item-pricing {
    float: left;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    max-height: 4.9em;
}
.float-trigger .float-cart-block.open .product-item-qty {
    width: 28%;
}
.float-trigger .float-cart-block.open .product-item-qty input {
    width: 33%;
    padding: 5px 2px;
    text-align: center;
    background: transparent;
    border: 0;
    font-size: 14px;
    font-weight: 600;
}
/* カートの価格まわり */
.float-trigger .float-cart-block.open .product-item-pricing {
    width: 30%;
}
.float-trigger .float-cart-block.open .product-item-pricing .price-container {
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 2em;
    color: #e30000;
    text-align: left;
    margin-right: -5px;
}
.float-trigger .float-cart-block.open .product.actions {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 60px;
    text-align: right;
    clear: both;
    overflow: hidden;
    display: table;
    table-layout: fixed;
}
.float-trigger .float-cart-block.open .product.actions>div {
    display: inline-block;
    margin: 0 2px;
}
@media screen and (max-width: 767px) {
    .float-trigger .float-cart-block.open .block-content .actions > .secondary,
    .float-trigger .float-cart-block.open .block-content .actions > .primary {
        display: block;
    }
}
@media screen and (max-width: 959px) {
    .sis-pata header .inner nav ul li .actions a.btn i.icon + span {
        display: inline-block !important;
    }
}

.float-trigger .float-cart-block.open .product.actions .action.edit::after,
.float-trigger .float-cart-block.open .product.actions .action.delete::after {
    display: block;
    font-family: 'icomoon-reg';
    content: "";
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.float-trigger .float-cart-block.open .product.actions a {
    display: block;
    color: #191919;
    text-decoration: none;
    margin: 5px 0;
}
.float-trigger .float-cart-block.open .product.actions .action.edit span,
.float-trigger .float-cart-block.open .product.actions .action.delete span {
    display: none;
}
/* 小計 */
.float-trigger .float-cart-block.open .block-content .subtotal {
    display: block;
    width: 85%;
    float: right;
    text-align: right;
}
.float-trigger .float-cart-block.open .block-content .subtotal .others {
    float: left;
    text-align: left;
}
.float-trigger .float-cart-block.open .block-content .subtotal .price-container {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    color: #e30000;
    display: inline-block;
}
/* CTAまわり */
.float-trigger .float-cart-block.open .block-content .actions {
    clear: both;
    padding: 10px 0 0;
    text-align: right;
}
.float-trigger .float-cart-block.open .block-content .actions>div {
    display: inline-block;
    margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
    body.sis-pata header .inner nav ul li {
        display: inline-block;
        font-size: 12px;
        margin-left: 20px;
        margin-top: 5px;
    }
}
@media screen and (max-width: 767px) {
    body.sis-pata header .inner nav ul li {
        margin-left: 10px;
    }
}
/* ポイント表示 */
.float-login-block p.header-point {
    background: #efefef;
    color: #333745;
    font-size: 12px;
    padding: 3px 6px;
}

.float-login-block span.user-point {
    font-weight: bold;
    color: #fe2e56;
    font-size: 14px;
}

.float-login-block span.user-point-time {
    font-size: 10px;
    padding-left: 5px;
}

/* スマホ・モバイルメニュー */
.title {
    position: relative;
}
@media screen and (max-width: 991px) {
    .mobilemenu .mobilemenu-toggle::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .mobilemenu .mobilemenu-toggle::before,
    .mobilemenu .mobilemenu-toggle::after {
        content: '';
        position: absolute;
        top: 22px;
        right: 20px;
        height: 3px;
        width: 20px;
        background: #fff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .mobilemenu .mobilemenu-toggle::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .mobilemenu .mobilemenu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        color: #fff;
    }
    .mobilemenu-toggle {
        text-decoration: none;
    }
    .mobilemenu-header {
        position: fixed;
        left: 0;
        top: -50px;
        width: 100%;
        max-width: 480px;
        height: 50px;
        font-size: 16px;
        font-weight: bold;
        line-height: 50px;
        padding: 0 20px;
        background: #007f3c;
        color: #fff;
        text-transform: uppercase;
        z-index: 2000;
        -webkit-transition: top .3s ease 0s;
        transition: top .3s ease 0s;
    }
    .mobilemenu.active .mobilemenu-header {
        top: 0;
        -webkit-transition: top .3s ease .5s;
        transition: top .3s ease .5s;
    }
    .sp-menubox.active .mobilemenu-header {
        top: 0;
        -webkit-transition: top .3s ease .5s;
        transition: top .3s ease .5s;
    }
    .mobilemenu.active {
        visibility: visible;
        -webkit-transition: visibility 0s ease 0s;
        transition: visibility 0s ease 0s;
    }
    .sp-menubox.active {
        visibility: visible;
        -webkit-transition: visibility 0s ease 0s;
        transition: visibility 0s ease 0s;
    }
    .mobilemenu.active .mobilemenu-content {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all .5s cubic-bezier(.25, 1, .3, 1) 0s;
        transition: all .5s cubic-bezier(.25, 1, .3, 1) 0s;
    }
    .sp-menubox.active .mobilemenu-content {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all .5s cubic-bezier(.25, 1, .3, 1) 0s;
        transition: all .5s cubic-bezier(.25, 1, .3, 1) 0s;
    }
    .mobilemenu-content {
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 480px;
        line-height: 50px;
        font-weight: bold;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
        background: #fff;
        -webkit-transition: all .5s cubic-bezier(.25, 1, .3, 1) .3s;
        transition: all .5s cubic-bezier(.25, 1, .3, 1) .3s;
    }
    .mobilemenu-content ul.nav {
        display: block;
        padding-top: 50px;
    }
    .mobilemenu-content ul.nav li a {
        display: block;
        font-size: 15px;
        line-height: 20px;
        padding: 12px 50px 12px 15px;
        font-weight: bold;
        color: #333745;
        background: transparent;
        text-decoration: none;
        border-bottom: 1px solid #f0f0f0;
        -webkit-transition: all .1s ease;
        transition: all .1s ease;
    }
    .mobilemenu-content ul.nav li:hover > a,
    .mobilemenu-content ul.nav li.submenu-open > a {
        background: #f8f8f8;
        color: #007f3c;
        text-decoration: none;
    }
    .mobilemenu-content ul.nav li ul {
        display: none;
        padding: 0;
        margin: 0;
        /* opacity: 0; */
        list-style: none;
        -webkit-transition: opacity .1s ease;
        transition: opacity .1s ease;
    }

}


/* Text
---------------------------------------*/
@media screen and (min-width: 960px) {
    .sis-pata .item-main .inner .text .coupon-use {
        color: #E00512;
        line-height: 1.8;
        margin-bottom: 15px;
    }
}

.item-option input.increase,
.item-option input.decrease {
    background: #e86d1a;
    border: 1px solid #e86d1a;
    color: #fff;
    height: 30px;
    width: 55px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 20px;
    line-height: 28px;
}
.item-option input.increase:hover,
.item-option input.decrease:hover {
    background: #ffffff;
    color: #e86d1a;
    border: 1px solid #e86d1a;
}
.item-option .qty-input {
    line-height: 30px;
    height: 30px;
    text-align: center;
    padding-top: 6px;
}

@media screen and (max-width: 959px) {
    .sis-pata header .inner nav ul li .float-rireki-block .item-history a {
        display: inline-block;
        width: calc(30% - 6px);
        margin: 6px 3px;
    }
}

/* footer */
.page-footer.fullboxed {
    width: 100%; /* seikoオリジナルから改変 */
    margin-left: -50vw;
    left: 50%;
    background: #ffffff;
    position: relative;
}

@media screen and (min-width: 768px) {
    .page-footer.fullboxed .container {
        width: 750px;
    }
}
@media screen and (min-width: 992px) {
    .page-footer.fullboxed .container {
        width: 970px;
    }
}
@media screen and (min-width: 1200px) {
    .page-footer.fullboxed .container {
        width: 1170px;
    }
}
@media screen and (min-width: 1400px) {
    .page-footer.fullboxed .container {
        width: 1370px;
    }
}

.page-footer.fullboxed .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* footerの検索まわり */
footer.variant2 .footer-top {
	padding: 40px 0;
}
@media screen and (min-width: 992px) {
    footer.variant2 .footer-top .row {
        display: table;
        width: calc(100% + 30px);
    }
}
.newsletter.variant2 {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .newsletter.variant2.row img {
        display: block;
        height: auto;
        margin: 0 auto 5px;
        width: 70%;
    }
}
@media screen and (min-width: 992px) {
    footer .footer-top .row [class*="col-"] {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-control {
    box-shadow: none;
    margin-bottom: 25px;
    background: #f7f7f7;
    border-radius: 0;
    color: #333745;
    height: 41px;
    padding: 6px 12px;
    font-size: 15px;
    border: 1px solid #e8e8e8;
}
.page-footer.variant2 div.input-group span {
    visibility: visible;
}
div.input-group span {
	font-weight: bold;
	line-height: 39px;
	margin-left: 15px;
	visibility: hidden;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}


footer.variant2 .footer-middle {
	padding: 40px 0 10px;
}
footer.variant2 .footer-bot {
	padding: 40px 0 40px;
	margin: 0;
	border: 0;
	background: #f9f9f9;
}
.footer-bot .row {
    display: table;
    width: calc(100% + 30px);
}
@media screen and (min-width: 992px) {
    .footer-bot .row [class*="col-"] {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}
.text-center {
    text-align: center;
}
.text-center .img-responsive {
    display: inline-block;
}
footer.variant2 .footer-copyright {
    padding: 0 0 10px;
    font-size: 14px;
    line-height: 16px;
    color: #333745;
}

footer .title {
    position: relative;
}
footer h4 {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 700;
    padding: 0;
    margin: 0 0 8px 0;
    color: #333745;
}
ul.marker-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.marker-list li {
    font-size: 16px;
    line-height: 20px;
    color: #333745;
}
ul.marker-list li a {
    color: #333745;
    display: inline-block;
    position: relative;
    padding: 5px 0 5px 12px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
ul.marker-list li a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 4px;
    background: #e4e4e4;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
ul.marker-list li a:hover::before {
    top: 12px;
    width: 10px;
    height: 4px;
    background: #f82e56;
}
ul.marker-list li a:hover {
    padding-left: 20px;
    margin-right: -8px;
    color: #f82e56;
    text-decoration: none;
}
.footer-block {
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .footer-block {
        margin-bottom: 30px;
    }
}

/* social icons */
.footer-social a,
.icons-social a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #f82e56;
}
.footer-social i.icon,
.icons-social i.icon {
    font-size: 20px;
    line-height: 30px;
}
footer .footer-social i.icon,
footer .icons-social i.icon {
    line-height: 40px;
}
.footer-social a:hover i.icon.icon-circled,
.icons-social a:hover i.icon.icon-circled {
    color: #fff;
    background: #f82e56;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.icons-social.colors a i.icon.icon-circled.facebook {
    color: #1877f2;
    border-color: #1877f2;
}
.icons-social.colors a i.icon.icon-circled.twitter {
    color: #00aced;
    border-color: #00aced;
}
.icons-social.colors a i.icon.icon-circled.instagram {
    color: #d93175;
    border-color: #d93175;
}
.footer-social i.icon.icon-circled,
.icons-social i.icon.icon-circled {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    border: 1px solid #f82e56;
    vertical-align: top;
    margin-right: -4px;
    text-align: center;
}
.icons-social.colors a:hover i.icon.icon-circled.facebook {
    background: #1877f2;
}
.icons-social.colors a:hover i.icon.icon-circled.twitter {
    background: #00aced;
}
.icons-social.colors a:hover i.icon.icon-circled.instagram {
    background: #d93175;
}
.icons-social.colors a:hover i.icon.icon-circled {
    color: #fff !important;
}

/*Xアイコン　フッター表示用　240808追加*/
.footer_x-link {
    display: inline-block;
    color: #040000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #040000;
    border-radius: 50%;
    vertical-align: top;
    margin-right: 1px;
    text-align: center;
    font-size: 20px;
}  
.footer_x-link .footer_x-icon {
    width: 18px;
    height: 18px;
    vertical-align: -2px;
    text-align: center;
}  
.footer_x-link .footer_x-icon .x-icon-path {
    width: 18px;
    height: auto;
}  
.footer_x-link:hover {
    background-color: #040000;
}   
.footer_x-link:hover .footer_x-icon .x-icon-path {
    fill: #FFFFFF;
}

.item-slide {
    display: none;
}

    .item-slide.matchheight.slick-initialized {
        display: block;
    }

.fitting-slide {
    display: none;
}

    .fitting-slide.slick-initialized {
        display: block;
    }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; /*overflow:hidden;*/ -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:40px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:0; background:transparent;}
        /*#cboxLoadedContent{border:5px solid #000; background:#fff;}*/
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{display: none;}
        /*#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}*/
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-16px; background:url(/images/sis/patagonia/common/slider_arr_left.svg) no-repeat top left; width:18px; height:33px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-16px; background:url(/images/sis/patagonia/common/slider_arr_right.svg) no-repeat 0 0; width:18px; height:33px; text-indent:-9999px;}
        /*#cboxNext:hover{background-position:bottom right;}*/
        #cboxClose{position:absolute; top:-30px; right:0px; display:block; background:url(/images/sis/patagonia/common/close.svg) no-repeat 0 0; width:20px; height:20px; text-indent:-9999px;}
       /* #cboxClose:hover{background-position:bottom center;}*/

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    /*
    width: 20px;
    height: 20px;
    */
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    text-indent: -9999px;
}

.slick-prev {
    background-image: url(/images/sis/patagonia/common/slider_arr_left.svg);
    background-repeat: no-repeat !important;
    background-size: 52px 94px !important;
    background-color: transparent !important;
    width: 52px;
    height: 94px;
    position: absolute;
    top: 50%;
    margin-top: -47px;
    left: 5px;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.slick-next {
    background: url(/images/sis/patagonia/common/slider_arr_right.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 52px 94px !important;
    background-color: transparent !important;
    width: 52px;
    height: 94px;
    position: absolute;
    top: 50%;
    margin-top: -47px;
    right: 5px;
    border: none;
    cursor: pointer;
    z-index: 1;
}
/*
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
*/
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 2px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 2px;
                left: 2px;
                width: 16px;
                height: 16px;
                content: '';
                background: #000000;
                border-radius: 50%;
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }

#ui_notifIt{position:fixed;top:10px;right:10px;cursor:pointer;overflow:hidden;-webkit-box-shadow:0 3px 5px rgba(0,0,0,.3);-moz-box-shadow:0 3px 5px rgba(0,0,0,.3);-o-box-shadow:0 3px 5px rgba(0,0,0,.3);box-shadow:0 3px 5px rgba(0,0,0,.3);-wekbit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;z-index:2000}#ui_notifIt:hover{opacity:1!important}#ui_notifIt p{text-align:center;font-family:sans-serif;font-size:17px;padding:0;margin:0}#notifIt_close{position:absolute;color:#FFF;top:0;padding:0 5px;right:0}#notifIt_close:hover{background-color:rgba(255,255,255,.3)}#ui_notifIt.success{background-color:#f60;color:white}#ui_notifIt.error{background-color:red;color:white}#ui_notifIt.warning{background-color:orange;color:white}#ui_notifIt.info{background-color:deepskyblue;color:white}#ui_notifIt.default{background-color:#EEE;color:#444}.notifit_confirm_bg,.notifit_prompt_bg{position:fixed;top:0;left:0;height:100%;width:100%;background-color:rgba(255,255,255,.8)}.notifit_confirm *,.notifit_prompt *{font-family:sans-serif}.notifit_confirm,.notifit_prompt{position:fixed;top:0;left:0;padding:30px 30px 0 30px;background-color:#EEE;border:1px solid rgba(0,0,0,.1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.2);box-shadow:0 2px 10px rgba(0,0,0,.2)}.notifit_confirm_accept,.notifit_confirm_cancel,.notifit_prompt_accept,.notifit_prompt_cancel{padding:10px 20px;color:#FFF;border:1px solid rgba(0,0,0,.1);background-color:#444;margin:10px;outline:0;cursor:pointer;display:inline-block;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.notifit_prompt_accept:hover,.notifit_prompt_cancel:hover{background-color:#666}.notifit_confirm_accept{background-color:#9ACD32}.notifit_confirm_accept:hover{background-color:#ABDE43}.notifit_confirm_cancel{background-color:#FF4500}.notifit_confirm_cancel:hover{background-color:#FF5611}.notifit_confirm_message{text-align:center;margin-bottom:20px}.notifit_prompt_message{color:#444;margin-top:0;text-align:center}.notifit_prompt_input{text-align:center;font-family:sans-serif;font-size:14px;width:100%;padding:10px;outline:none;border:1px solid #AAA;color:#444;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.notifit_prompt{text-align:center}
