@charset "UTF-8";
html.side-menu-modal-view {
    overflow: hidden !important;
}
html.fsvs body,
html.main.side-menu-modal-view body {
    height: 100%;
}
.container.main-page {
    height: 100%;
}
.container:not(.main-page) {
    width: 100%;
    min-width: 320px;
    padding-bottom: 230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}
.container:not(.main-page) .menu + .header,
.container:not(.main-page) .menu + .content {
    padding-top: 55px;
}
.container .content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slide-back .slide-content {
    display: none;
}
.slide-wait {
    position: absolute;
    width: 100%;
    z-index: -1000;
    visibility: hidden;
}
.slide-wait.slide-back .slide-content {
    display: block;
    height: 0 !important;
    overflow: hidden;
}
.slide-front .btn-expanded {
    position: relative;
    width: 37px;
    height: 37px;
    border: 1px solid #fff;
    outline: none;
    z-index: 1;
}
.slide-front .btn-expanded:hover {
    background-color: #c2002f;
    border: 1px solid #c2002f;
}
.slide-front .btn-expanded:after,
.slide-front .btn-expanded:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
}
.slide-front .btn-expanded:after {
    top: 17px;
    width: 19px;
    height: 1px;
}
.slide-front .btn-expanded:before {
    top: 8px;
    width: 1px;
    height: 19px;
}
.slide-back .btn-hide {
    position: relative;
    width: 37px;
    height: 37px;
    border: none;
    background-color: #4b4a49;
    outline: none;
}
.slide-back .btn-hide:after,
.slide-back .btn-hide:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slide-back .btn-hide:after {
    top: 18px;
    width: 19px;
    height: 1px;
}
.slide-back .btn-hide:before {
    top: 9px;
    width: 1px;
    height: 19px;
}
@media screen and (max-width: 960px) {
    .container:not(.main-page) {
        padding-bottom: 210px;
    }
    .container:not(.main-page) .menu + .header,
    .container:not(.main-page) .menu + .content {
        padding-top: 50px;
    }
}
@media screen and (max-width: 768px) {
    .slide-front .btn-expanded,
    .slide-back .btn-hide {
        width: 33px;
        height: 33px;
    }
    .slide-front .btn-expanded:before {
        height: 17px;
        top: 7px;
    }
    .slide-back .btn-hide:before {
        height: 17px;
        top: 8px;
    }
    .slide-front .btn-expanded:after {
        width: 17px;
        top: 15px;
    }
    .slide-back .btn-hide:after {
        width: 17px;
        top: 16px;
    }
}
/* gnb start */
.gnb {
    position: fixed;
    width: 100%;
    height: 55px;
    z-index: 100;
}
.container.no-header .gnb {
    border-bottom: 1px solid #e1e1e1;
}
.gnb .gnb-inner {
    position: relative;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}
.main-page .gnb .gnb-inner {
    background-color: transparent;
}
.gnb .link-home {
    position: absolute;
    display: block;
    width: 260px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.gnb .link-home img {
    margin-top: 13px;
}
.main-page .gnb .link-home .logo-black,
.gnb .link-home .logo-white {
    display: none;
}
.main-page .gnb .link-home .logo-white,
.gnb .link-home .logo-black {
    display: block;
}
.gnb .link-home .img-mobile {
    display: none !important;
}
.gnb .btn-gnb {
    position: absolute;
    font-size: 12px;
    color: #222;
    letter-spacing: 0.1em;
    border: none;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    outline: none;
}
.main-page .gnb .btn-gnb {
    color: #fff;
}
.gnb .btn-product-list {
    width: 95px;
    height: 22px;
    top: 15px;
    left: 30px;
    text-align: right;
    background-image: url(//img.stronghold.coffee/sht-images/images/en/common/gnb/large/icon_gnb_product_b_.png);
    background-position: 0 0;
}
.main-page .gnb .btn-product-list {
    background-image: url(//img.stronghold.coffee/sht-images/images/en/common/gnb/large/icon_gnb_product_w_.png);
}
.gnb .btn-menu-list {
    width: 73px;
    height: 18px;
    top: 18px;
    right: 30px;
    text-align: left;
    background-image: url(//img.stronghold.coffee/sht-images/images/en/common/gnb/large/icon_gnb_menu_b_.png);
    background-position: right 0;
}
.main-page .gnb .btn-menu-list {
    background-image: url(//img.stronghold.coffee/sht-images/images/en/common/gnb/large/icon_gnb_menu_w_.png);
}
.gnb .lang-wrap {
    position: absolute;
    top: 50%;
    right: 152px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gnb .lang-wrap > * {
    vertical-align: top;
}
.gnb .lang-wrap li {
    position: relative;
    float: left;
    font-size: 15px;
    line-height: 18px;
    font-family: 'notokr-bold', sans-serif;
    color: #aaa;
    letter-spacing: 0.05em;
}
.gnb .lang-wrap li.active {
    color: #000;
}
.main-page .gnb .lang-wrap li {
    /*color: #767676;*/
    color: rgba(255, 255, 255, 0.3);
}
.main-page .gnb .lang-wrap li.active {
    color: #fff;
}
.gnb .lang-wrap li a {
    display: inline-block;
}
.gnb .lang-wrap li + li {
    margin-left: 8px;
}
.gnb .lang-wrap li + li:before {
    content: '/';
    display: inline-block;
    margin-right: 8px;
}
@media screen and (max-width: 960px) {
    .gnb {
        height: 50px;
    }
    .gnb .link-home {
        position: absolute;
        display: block;
        width: 167px;
        height: 17px;
    }
    .gnb .link-home img {
        margin-top: 16px;
    }
    .main-page .gnb .link-home .logo-white.img-mobile,
    .container:not(.main-page) .gnb .link-home .logo-black.img-mobile {
        display: block !important;
    }
    .gnb .link-home .img-pc {
        display: none !important;
    }
    .gnb .btn-gnb {
        text-align: left !important;
        text-indent: -99999px;
        white-space: nowrap;
        overflow: hidden;
    }
    .gnb .btn-product-list {
        width: 18px;
        height: 18px;
        top: 16px;
        left: 15px;
        background-image: url(//img.stronghold.coffee/sht-images/images/en/common/gnb/small/icon_gnb_product_b.png);
    }
    .main-page .gnb .btn-product-list {
        background-image: url(//img.stronghold.coffee/sht-images/images/en/common/gnb/small/icon_gnb_product_w.png);
    }
    .gnb .btn-menu-list {
        width: 18px;
        height: 16px;
        top: 17px;
        right: 15px;
        background-image: url(//img.stronghold.coffee/sht-images/images/en/common/gnb/small/icon_gnb_menu_b.png);
    }
    .main-page .gnb .btn-menu-list {
        background-image: url(//img.stronghold.coffee/sht-images/images/en/common/gnb/small/icon_gnb_menu_w.png);
    }
    .gnb .lang-wrap {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .main-page .gnb .gnb-inner {
        background-color: #fff;
    }
    .main-page .gnb .link-home .logo-white.img-mobile {
        display: none !important;
    }
    .main-page .gnb .link-home .logo-black.img-mobile {
        display: block !important;
    }
    .main-page .gnb .btn-product-list {
        background-image: url(//img.stronghold.coffee/sht-images/images/en/common/gnb/small/icon_gnb_product_b.png);
    }
    .main-page .gnb .btn-menu-list {
        background-image: url(//img.stronghold.coffee/sht-images/images/en/common/gnb/small/icon_gnb_menu_b.png);
    }
}
/* gnb end */
/* menu start */
.menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
    z-index: 1000;
    -webkit-transition: transform 0.5s ;
    -moz-transition: transform 0.5s ;
    -ms-transition: transform 0.5s ;
    -o-transition: transform 0.5s ;
    transition: transform 0.5s ;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.menu.expanded {
    display: block;
}
.menu.expanded.menu-left-open {
    /*left: -100%;*/
}
.menu.expanded.menu-right-open {
    /*right: -100%;*/
}
.menu.expanded.menu-left-open.animate-transform {
    -webkit-animation-name: animateMenuLeft;
    -o-animation-name: animateMenuLeft;
    animation-name: animateMenuLeft;
}
.menu.expanded.menu-right-open.animate-transform {
    -webkit-animation-name: animateMenuRight;
    -o-animation-name: animateMenuRight;
    animation-name: animateMenuRight;
}
.menu.expanded.menu-left-open.animate-close {
    -webkit-animation-name: animateMenuLeftClose;
    -o-animation-name: animateMenuLeftClose;
    animation-name: animateMenuLeftClose;
}
.menu.expanded.menu-right-open.animate-close {
    -webkit-animation-name: animateMenuRightClose;
    -o-animation-name: animateMenuRightClose;
    animation-name: animateMenuRightClose;
}
@keyframes animateMenuLeft {
    0% {-webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);}
    100% {-webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);}
}
@keyframes animateMenuRight {
    0% {-webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);}
    100% {-webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);}
}
@keyframes animateMenuLeftClose {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);}
    100% {-webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);}
}
@keyframes animateMenuRightClose {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);}
    100% {-webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);}
}
.menu .menu-inner {
    height: 100%;
    font-size: 0;
    white-space: nowrap;
    -webkit-transition: margin 0.5s ;
    -moz-transition: margin 0.5s ;
    -ms-transition: margin 0.5s ;
    -o-transition: margin 0.5s ;
    transition: margin 0.5s ;
}
.menu .menu-inner > * {
    vertical-align: top;
}
.menu.expanded.menu-left-open .menu-inner {
    margin-left: 0;
}
.menu.expanded.menu-right-open .menu-inner {
    margin-left: -100%;
}
.menu .menu-scroll {
    display: inline-block;
    width: 50%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.menu .btn-menu-close {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50px;
    right: 50px;
    border: none;
    background-image: url(//img.stronghold.coffee/sht-images/images/en/common/menu/large/icon_menu_close.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    outline: none;
}
.menu.menu-left-open .btn-menu-close {
    background-image: url(//img.stronghold.coffee/sht-images/images/en/common/menu/large/icon_menu_close_b.png);
}
.menu .menu-list {
    background-color: #1c1b1b;
}
.menu .product-list {
    background-color: #fff;
}
.menu .menu-content {
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
}
.menu .menu-list .menu-content {
  	width: 1142px;
    padding: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu .product-list .menu-content {
    max-width: 1140px;
    width: 100%;
    padding: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu h1 {
    font-size: 18px;
    color: #c71c2d;
}
.menu h1 span {
    font-family: 'notokr-bold', sans-serif;
}
.menu h1:before {
    content: '';
    display: inline-block;
    width: 48px;
    height: 47px;
    margin-right: 15px;
    background-image: url(//img.stronghold.coffee/sht-images/images/en/common/menu/large/menu_logo.png);
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.menu .menu-list-inner {
    margin-top: 30px;
}
.menu .product-list .menu-list-inner {
    border-top: 1px solid #bbb;
}
.menu .menu-list .menu-list-inner > ul {
    position: relative;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    font-size: 0;
    overflow: hidden;
}
.menu .menu-list .menu-list-inner > ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 90px;
    left: 0;
    background-color: rgba(85, 85, 85, 0.3);
}
.menu .menu-list .menu-list-inner .menu-part {
    float: left;
}
.menu .menu-list .menu-list-inner .menu-part-01 {
    width: 170px;
}
.menu .menu-list .menu-list-inner .menu-part-02 {
    width: 117px;
}
.menu .menu-list .menu-list-inner .menu-part-03 {
    width: 112px;
}
.menu .menu-list .menu-list-inner .menu-part-04 {
    width: 118px;
}
.menu .menu-list .menu-list-inner .menu-part-05 {
    width: 74px;
}
.menu .menu-list .menu-list-inner .menu-part-06 {
    width: 104px;
}
.menu .menu-list .menu-list-inner .menu-part + .menu-part {
    margin-left: 80px;
}
.menu .menu-list .menu-list-title {
    display: inline-block;
    padding: 36px 0;
    font-size: 14px;
    font-family: 'notokr-medium', sans-serif;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
}
.menu .menu-list .menu-list-content > ul {
    padding: 36px 0 40px 0;
}
.menu .menu-list .menu-list-content a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #999;
}
.menu .menu-list .menu-list-content .link-wrap + .link-wrap a {
    margin-top: 13px;
}
.device-type-desktop .menu .menu-list .menu-list-content .link-wrap a:hover,
.menu .menu-list .menu-list-content .link-wrap.active a {
    color: #c71c2d;
}
.device-type-desktop .menu .menu-list .menu-list-content .link-wrap a:hover:after,
.menu .menu-list .menu-list-content .link-wrap.active a:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 10px;
    top: 0;
    right: -12px;
    margin-top: 3px;
    background: url(//img.stronghold.coffee/sht-images/images/en/common/menu/large/icon_menu_sel.png) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: top;
}
.menu .menu-list .sns-wrap {
    margin-top: 30px;
    text-align: right;
}
.menu .menu-list .sns-wrap span {
    font-size: 12px;
    font-family: 'notokr-bold', sans-serif;
    color: #727272;
}
.menu .menu-list .sns-wrap ul,
.menu .menu-list .lang-wrap ul {
    display: inline-block;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: bottom;
}
.menu .menu-list .sns-wrap li,
.menu .menu-list .lang-wrap li {
    float: left;
}
.menu .menu-list .sns-wrap li + li {
    margin-left: 14px;
}
.menu .menu-list .sns-wrap a,
.menu .menu-list .lang-wrap a {
    display: inline-block;
}
.menu .menu-list .sns-wrap a img {
    width: 26px;
    height: 26px;
    vertical-align: top;
}
.menu .menu-list .lang-wrap {
    display: none;
    margin-top: 10px;
    text-align: right;
}
.menu .menu-list .lang-wrap span {
    font-size: 12px;
    font-family: 'notokr-bold', sans-serif;
    color: #727272;
}
.menu .menu-list .lang-wrap li + li {
    margin-left: 10px;
}
.menu .menu-list .lang-wrap a {
    font-size: 16px;
    font-family: 'notokr-bold', sans-serif;
    color: #999;
}
.menu .menu-list .lang-wrap li.active a {
    color: #fff;
}
.menu .menu-list .lang-wrap li + li:before {
    content: '/';
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    font-family: 'notokr-bold', sans-serif;
    color: #999;
}
.menu .product-list .product-category {
    margin-top: 30px;
}
.menu .product-list h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.menu .product-list ul {
    display: table;
    margin: 30px auto 0;
    overflow: hidden;
}
.menu .product-list ul li {
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
    background-color: #f1f1f1;
    overflow: hidden;
}
.menu .product-list ul li + li {
    margin-left: 40px;
}
.menu .product-list ul li .img-wrap {
    width: 100%;
    height: 100%;
}
.menu .product-list ul li .img-wrap img {
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.menu .product-list ul li .front-box {
    position: relative;
    height: 100%;
    text-align: center;
}
.menu .product-list ul li .front-box span {
    position: absolute;
    display: inline-block;
    bottom: 16px;
    left: 0;
    right: 0;
    font-size: 14px;
    color: #666;
    letter-spacing: -0.05em;
}
.menu .product-list ul li .hover-box {
    display: table;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.menu .product-list ul li a:hover .img-wrap img,
.menu .product-list ul li a:focus .img-wrap img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}
.menu .product-list ul li a:hover .hover-box,
.menu .product-list ul li a:focus .hover-box {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
}
.menu .product-list ul li .hover-box .name {
    display: block;
    font-size: 18px;
    font-family: 'notokr-bold', sans-serif;
    color: #fff;
}
.menu .product-list ul li .hover-box .capacity,
.menu .product-list ul li .hover-box .production {
    display: block;
    height: 18px;
    padding: 0 24px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: left;
}
.menu .product-list ul li .hover-box .capacity {
    margin-top: 18px;
}
.menu .product-list ul li .hover-box .production {
    margin-top: 10px;
}
.menu .product-list ul li .hover-box .capacity:before,
.menu .product-list ul li .hover-box .production:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-background-size: auto;
    background-size: auto;
    vertical-align: top;
}
.menu .product-list ul li .hover-box .capacity:before {
    background-image: url(//img.stronghold.coffee/sht-images/images/en/common/menu/large/icon_capacity.png);
}
.menu .product-list ul li .hover-box .production:before {
    background-image: url(//img.stronghold.coffee/sht-images/images/en/common/menu/large/icon_production.png);
}
@media screen and (max-width: 1140px) {
    .menu .menu-list .menu-content {
        width: 606px;
    }
    .menu .menu-list .menu-list-inner .menu-part {
        height: 240px;
    }
    .menu .menu-list .menu-list-inner .menu-part.menu-part-first {
        margin-left: 0;
    }
    .menu .menu-list .menu-list-inner .menu-part.menu-part-first:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: 240px;
        left: 0;
        background-color: #555;
    }
    .menu .menu-list .menu-list-inner > ul:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: 330px;
        left: 0;
        background-color: rgba(85, 85, 85, 0.3);
    }
}
@media screen and (max-width: 960px) {
    .menu {
        -webkit-transition: transform 0.3s linear;
        -moz-transition: transform 0.3s linear;
        -ms-transition: transform 0.3s linear;
        -o-transition: transform 0.3s linear;
        transition: transform 0.3s linear;
        -webkit-animation-duration: 0.3s;
        -moz-animation-duration: 0.3s;
        -o-animation-duration: 0.3s;
        animation-duration: 0.3s;
    }
    .menu .menu-inner {
        -webkit-transition: margin 0.3s linear;
        -moz-transition: margin 0.3s linear;
        -ms-transition: margin 0.3s linear;
        -o-transition: margin 0.3s linear;
        transition: margin 0.3s linear;
    }
    .menu .menu-list .lang-wrap {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .menu .btn-menu-close {
        z-index: 10;
        width: 20px;
        height: 20px;
        top: 40px;
        right: 25px;
        background-image: url(//img.stronghold.coffee/sht-images/images/en/common/menu/small/icon_menu_close.png);
    }
    .menu.menu-left-open .btn-menu-close {
        background-image: url(//img.stronghold.coffee/sht-images/images/en/common/menu/small/icon_menu_close_b.png);
    }
    .menu .menu-list .menu-content {
        width: 100%;
        padding-top: 85px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .menu .menu-list .cell {
        vertical-align: baseline;
    }
    .menu .menu-list-inner {
        margin-top: 20px;
    }
    .menu h1 {
        font-size: 14px;
    }
    .menu h1:before {
        width: 38px;
        height: 37px;
        margin-right: 12px;
        background-image: url(//img.stronghold.coffee/sht-images/images/en/common/menu/small/menu_logo.png);
    }
    .menu .menu-list .menu-list-inner > ul {
        padding: 20px 0;
    }
    .menu .menu-list .menu-list-inner > ul:before,
    .menu .menu-list .menu-list-inner > ul:after,
    .menu .menu-list .menu-list-inner .menu-part.menu-part-first:before,
    .menu .menu-list .menu-list-content .link-wrap.active a:after {
        content: none;
    }
    .menu .menu-list .menu-list-content {
        display: none;
    }
    .menu .menu-list .menu-list-inner .menu-part {
        width: auto;
        height: auto;
        float: none;
        margin-left: 0 !important;
    }
    .menu .menu-list .menu-list-title {
        padding: 0;
        font-size: 16px;
        line-height: 45px;
        cursor: pointer;
    }
    .menu .menu-list .menu-list-title:after {
        content: '';
        display: inline-block;
        width: 18px;
        height: 9px;
        margin-left: 15px;
        background-image: url(//img.stronghold.coffee/sht-images/images/en/common/menu/small/menu_arrow_down.png);
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center;
        vertical-align: top;
        margin-top: 18px;
    }
    .menu .menu-list .menu-part.expanded .menu-list-title:after {
        background-image: url(//img.stronghold.coffee/sht-images/images/en/common/menu/small/menu_arrow_up.png);
    }
    .menu .menu-list .menu-part.expanded .menu-list-content {
        display: block;
    }
    .menu .menu-list .menu-list-content .link-wrap + .link-wrap a {
        margin-top: 18px;
    }
    .menu .menu-list .menu-list-content > ul {
        padding: 6px 0 20px 0;
    }
    .menu .menu-list .sns-wrap {
        text-align: left;
    }
    .menu .menu-list .lang-wrap {
        margin-top: 20px;
        text-align: left;
    }
    .menu .menu-list .sns-wrap span,
    .menu .menu-list .lang-wrap span {
        font-family: 'notokr-regular', sans-serif;
    }
    .menu .menu-list .sns-wrap ul,
    .menu .menu-list .lang-wrap ul {
        display: block;
        margin-top: 8px;
        margin-left: 0;
    }
    .menu .menu-list .lang-wrap li + li {
        margin-left: 15px;
    }
    .menu .menu-list .lang-wrap li + li:before {
        margin-right: 15px;
    }
    .menu .product-list .menu-content {
        width: 305px;
        padding: 85px 0;
    }
    .menu .product-list h2 {
        font-size: 16px;
    }
    .menu .product-list ul {
        margin-top: 22px;
    }
    .menu .product-list ul li {
        width: 145px;
        height: 145px;
        margin-bottom: 15px;
    }
    .menu .product-list ul li + li {
        margin-left: 14px;
    }
    .menu .product-list ul li:nth-child(2n-1) {
        margin-left: 0;
    }
    .menu .product-list ul li .front-box span {
        font-size: 12px;
        bottom: 8px;
    }
    .menu .product-list ul li a:hover .hover-box,
    .menu .product-list ul li a:focus .hover-box {
        -webkit-transform: translateY(-145px);
        -moz-transform: translateY(-145px);
        -ms-transform: translateY(-145px);
        -o-transform: translateY(-145px);
        transform: translateY(-145px);
    }
    .menu .product-list ul li .hover-box .name {
        font-size: 15px;
    }
    .menu .product-list ul li .hover-box .capacity,
    .menu .product-list ul li .hover-box .production {
        font-size: 13px;
        padding: 0 16px;
    }
    .menu .product-list ul li .hover-box .capacity {
        margin-top: 14px;
    }
    .menu .product-list ul li .hover-box .production {
        margin-top: 4px;
    }
    .menu .product-list ul li .hover-box .capacity:before,
    .menu .product-list ul li .hover-box .production:before {
        content: none;
    }
    .menu .product-list .product-category {
        margin-top: 15px;
    }
}
/* menu end */
/* side menu start */
.side-menu {
    position: fixed;
    top: 55%;
    right: 0;
    z-index: 80;
}
.buy-demo-page .side-menu {
    /*display: none;*/
}
.main-page .side-menu {
    /*top: 215px;*/
}
.side-menu .side-item {
    width: 84px;
    height: 84px;
}
.side-menu .side-item.item-1 {
    background-color: #63c4cf;
}
.side-menu .side-item.item-2 {
    background-color: #1c1a1b;
}
.side-menu .side-item button {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
.side-menu .side-item span {
    display: inline-block;
    padding-top: 40px;
    font-size: 11px;
    line-height: 15px;
    font-family: 'notokr-medium', sans-serif;
    color: #fff;
    letter-spacing: -0.02em;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: auto;
    background-size: auto;
}
.side-menu .side-item.item-1 span {
    background-image: url('//img.stronghold.coffee/sht-images/images/en/common/side/icon_contact.png');
}
.side-menu .side-item.item-2 span {
    background-image: url('//img.stronghold.coffee/sht-images/images/en/common/side/icon_request.png');
}
@media screen and (max-width: 960px) {
    html.side-menu-modal-view .side-menu {
        z-index: 10000;
    }
    .side-menu {
        width: 100%;
        top: auto;
        bottom: 0;
        left: 0;
    }
    .side-menu ul {
        width: 100%;
        overflow: hidden;
    }
    .side-menu .side-item {
        position: relative;
        float: left;
        width: 100%;
        height: 45px;
        background-color: #333 !important;
    }
    .side-menu .side-item + .side-item:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 1px;
        height: 13px;
        top: 16px;
        left: 0;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .side-menu .side-item span {
        padding-top: 0;
        padding-left: 24px;
        font-size: 13px;
        line-height: 22px;
        font-family: 'notokr-regular', sans-serif;
        background-size: auto 19px;
        background-position: left center;
    }
    .side-menu .side-item.item-1 span {
        background-image: url(//img.stronghold.coffee/sht-images/images/en/common/side/icon_contact_s.png);
    }
    .side-menu .side-item.item-2 span {
        background-image: url(//img.stronghold.coffee/sht-images/images/en/common/side/icon_request_s.png);
    }
}
/* side menu end */
/* side menu content start */
.dialog-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
html.side-menu-modal-view .dialog-bg {
    display: block;
}
.device-type-desktop .dialog-bg {
    cursor: url(//img.stronghold.coffee/sht-images/images/en/common/side/small/btn_side_close.png), default;
}
.dialog-group {
    position: absolute;
    width: 730px;
    height: 90%;
    right: 0;
    bottom: 0;
    cursor: auto;
}
.dialog-group.side-motion-up {
    -webkit-animation: sideView 300ms;
    -o-animation: sideView 300ms;
    animation: sideView 300ms;
}
.dialog-group.side-motion-down {
    -webkit-animation: sideHide 300ms;
    -o-animation: sideHide 300ms;
    animation: sideHide 300ms;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
@-webkit-keyframes sideView {
    0% {-webkit-transform: translateX(100%);}
    100% {-webkit-transform: translateX(0);}
}
@keyframes sideView {
    0% {transform: translateX(100%);}
    100% {transform: translateX(0);}
}
@-moz-keyframes sideView {
    0% {   -moz-transform: translateX(100%); }
    100% {   -moz-transform: translateX(0); }
}

@-webkit-keyframes sideHide {
    0% {-webkit-transform: translateX(0);}
    100% {-webkit-transform: translateX(100%);}
}
@keyframes sideHide {
    0% {transform: translateX(0);}
    100% {transform: translateX(100%);}
}
@-moz-keyframes sideHide {
    0% {   -moz-transform: translateX(0); }
    100% {   -moz-transform: translateX(100%); }
}


@-webkit-keyframes sideUp {
    0% {-webkit-transform: translateY(100%);}
    100% {-webkit-transform: translateY(0);}
}
@keyframes sideUp {
    0% {transform: translateY(100%);}
    100% {transform: translateY(0);}
}
@-moz-keyframes sideDown {
    0% {   -moz-transform: translateY(100%); }
    100% {   -moz-transform: translateY(0); }
}

@-webkit-keyframes sideDown {
    0% {-webkit-transform: translateY(0);}
    100% {-webkit-transform: translateY(100%);}
}
@keyframes sideDown {
    0% {transform: translateY(0);}
    100% {transform: translateY(100%);}
}
@-moz-keyframes sideDown {
    0% {   -moz-transform: translateY(0); }
    100% {   -moz-transform: translateY(100%); }
}
@media screen and (max-width: 960px) {
    .dialog-group.side-motion-up {
        -webkit-animation: sideUp 300ms;
        -o-animation: sideUp 300ms;
        animation: sideUp 300ms;
    }
    .dialog-group.side-motion-down {
        -webkit-animation: sideDown 300ms;
        -o-animation: sideDown 300ms;
        animation: sideDown 300ms;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.dialog-category-btn-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.dialog-category-btn-wrap button {
    width: 38px;
    height: 140px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    border: none;
    outline: none;
}
.dialog-category-btn-wrap .btn-contact-open button {
    background-image: url(//img.stronghold.coffee/sht-images/images/en/common/side/btn_contact.png);
}
.dialog-category-btn-wrap .btn-demo-open button {
    background-image: url(//img.stronghold.coffee/sht-images/images/en/common/side/btn_demo.png);
}
.dialog-category-btn-wrap .btn-item.on button {
    width: 50px;
    margin-left: -12px;
    box-shadow: -2px 3px 9px 0 rgba(0, 0, 0, 0.35);
}
.dialog-category-btn-wrap .btn-contact-open.on button {
    background-image: url(//img.stronghold.coffee/sht-images/images/en/common/side/btn_contact_sel.png);
}
.dialog-category-btn-wrap .btn-demo-open.on button {
    background-image: url(//img.stronghold.coffee/sht-images/images/en/common/side/btn_demo_sel.png);
}
.side-menu-content textarea {
    width: 100%;
    font-size: 14px;
}
.side-menu-content .btn-submit-wrap {
    margin-top: 45px;
    text-align: center;
}
.side-menu-content .btn-submit-wrap button {
    width: 130px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #c2002f;
    border: none;
    outline: none;
}
.dialog-wrap {
    position: relative;
    display: none;
    height: 100%;
    padding: 70px 85px;
    font-size: 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
}
.dialog-wrap.active {
    display: block;
}
.dialog-header {
    text-align: center;
}
.dialog-header .btn-wrap {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}
.dialog-header .btn-wrap button {
    width: 20px;
    height: 20px;
    background: url(//img.stronghold.coffee/sht-images/images/en/common/side/small/btn_side_close.png) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    border: none;
    outline: none;
}
.dialog-wrap input,
.dialog-wrap textarea {
    border: 1px solid #ccc;
}
.dialog-header h1 {
    font-size: 20px;
    font-family: 'notokr-bold', sans-serif;
    color: #4b4a49;
}
.dialog-header .description {
    margin-top: 18px;
    font-size: 14px;
    color: #666;
}
.dialog-header .link-wrap {
    margin-top: 40px;
    text-align: right;
}
.dialog-header .link-wrap a {
    display: inline-block;
    font-size: 12px;
    color: #c2002f;
}
.dialog-header .link-wrap a:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 9px;
    margin-top: 3px;
    background: url(//img.stronghold.coffee/sht-images/images/en/common/side/icon_arrow.png) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: top;
}
.dialog-header .link-wrap a.txt-mobile {
    display: none;
}
.dialog-body {
    margin-top: 42px;
}
.dialog-body .input-full {
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    padding: 0 8px;
}
.dialog-body .input-full + .input-full {
    margin-top: 10px;
}
.dialog-body textarea {
    min-height: 180px;
    padding: 12px 8px;
    overflow: hidden;
}
.dialog-contact textarea {
    margin-top: 30px;
}
.dialog-contact .section-content {
    margin-bottom: 10px;
}
.dialog-contact .section-content h2 {
    display: inline-block;
}
.dialog-contact .section-content .select-box {
    display: inline-block;
    width: 150px;
    margin-left: 12px;
}
.dialog-contact .component-wrap {
    margin-top: 20px;
}
.dialog-contact .component-wrap + .component-wrap {
    margin-left: 30px;
}
.dialog-wrap ::-webkit-input-placeholder {
    color: #a8a8a8;
    opacity: 1;
}
.dialog-wrap ::-moz-placeholder {
    color: #a8a8a8;
    opacity: 1;
}
.dialog-wrap :-ms-input-placeholder {
    color: #a8a8a8;
    opacity: 1;
}
.dialog-wrap :-moz-placeholder {
    color: #a8a8a8;
    opacity: 1;
}
.dialog-wrap .agree-text {
    margin-top: 20px;
}
.dialog-wrap .bar {
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}
.dialog-wrap .bar:before {
    content: '-';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.dialog-demo .section-content,
.dialog-demo textarea {
    margin-top: 30px;
}
.dialog-demo .personal-data {
    margin-top: 20px;
}
.dialog-wrap .section-content h2 {
    font-size: 14px;
    font-family: 'notokr-bold', sans-serif;
    color: #666;
}
.dialog-wrap .section-content h2:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 3px;
    margin-right: 6px;
    background-image: url(//img.stronghold.coffee/sht-images/images/en/common/side/large/icon_bean.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
}
.dialog-demo .section-content > div {
    margin-top: 20px;
    margin-left: 16px;
}
.dialog-demo .section-content .point {
    position: relative;
    padding-left: 8px;
}
.dialog-demo .section-content .point:before {
    content: '*';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    font-size: inherit;
    line-height: inherit;
    color: #c2002f;
}
.dialog-demo .section-content .description {
    font-size: 12px;
    line-height: 16px;
    color: #58595b;
    letter-spacing: -0.025em;
}
.dialog-demo .section-content .description.first {
    margin-top: 18px;
}
.select-box {
    position: relative;
    height: 30px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select-box svg {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
    background: #fff url(//img.stronghold.coffee/sht-images/images/en/common/side/select_down.png) center no-repeat;
    -webkit-background-size: 9px 5px;
    background-size: 9px 5px;
    pointer-events: none;
}
.dialog-demo .section-content-01 ul,
.dialog-demo .section-content-02 ul {
    position: relative;
    overflow: hidden;
}
.dialog-demo .section-content-01 li,
.dialog-demo .section-content-02 li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dialog-demo .section-content-01 li.select-item {
    position: relative;
    width: 94px;
    z-index: 1;
}
.dialog-demo .section-content-01 li.input-item {
    position: absolute;
    width: 100%;
    margin-left: 0;
    padding-left: 312px;
}
.dialog-demo .section-content-01 li.input-item input {
    width: 100%;
    height: 30px;
    padding: 0 8px;
    font-size: 14px;
    line-height: 28px;
    color: #58595b;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dialog-demo .section-content-01 li + li {
    margin-left: 10px;
}
.dialog-wrap .select-box select {
    width: 100%;
    height: 100%;
    padding: 0 0 0 8px;
    font-size: 14px;
    color: #58595b;
    border: none;
    outline: none;
}
.dialog-demo .section-content-02 li > span {
    font-size: 14px;
    color: #666;
    letter-spacing: -0.02em;
}
.dialog-demo .section-content-02 li + li:not(.item-full) {
    margin-left: 45px;
}
.dialog-demo .section-content-02 li > * {
    float: left;
    vertical-align: top;
}
.dialog-demo .section-content-02 .component-group {
    margin-left: 12px;
}
.dialog-demo .section-content-02 .component-group .component-wrap {
    display: block;
}
.dialog-demo .section-content-02 .component-group .component-wrap + .component-wrap {
    margin-top: 10px;
}
.dialog-demo .section-content-02 .component-group .component-wrap input[type=checkbox] + label {
    color: #989898;
}
.dialog-demo .section-content-02 .item-full {
    position: relative;
    width: 100%;
    margin-top: 16px;
}
.dialog-demo .section-content-02 .item-full > span {
    line-height: 40px;
}
.dialog-demo .section-content-02 .item-full .component-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-left: 56px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dialog-demo .section-content-02 .item-full .component-wrap span {
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 0;
    left: 0;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dialog-demo .section-content-02 .item-full input[type=text] {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    padding: 0 8px;
}
.dialog-demo .section-content-02 .item-full .component-wrap input[type=checkbox] + label {
    position: relative;
    width: 100%;
    height: 40px;
}
.dialog-demo .section-content-02 .item-full .component-wrap input[type=checkbox] + label:before {
    position: relative;
    margin-top: 10px;
    z-index: 1;
}
@media screen and (max-width: 960px) {
    .dialog-bg {
        cursor: auto !important;
    }
    html.side-menu-modal-view .dialog-bg {
        background-color: transparent;
    }
    .dialog-group {
        position: relative;
        width: 100%;
        height: 100%;
        top: auto;
        right: auto;
    }
    .dialog-wrap {
        padding: 17px 30px 75px;
    }
    .dialog-wrap .agree-text {
        margin-top: 15px;
    }
    .dialog-contact .section-content {
        margin-bottom: 12px;
    }
    .dialog-category-btn-wrap {
        display: none;
    }
    .dialog-header .btn-wrap {
        position: static;
        padding: 0;
    }
    .dialog-header .btn-wrap button {
        margin-right: -13px;
    }
    .dialog-header h1 {
        margin-top: 10px;
    }
    .dialog-body {
        margin-top: 35px;
    }
    .dialog-body .input-full {
        height: 35px;
        font-size: 15px;
        line-height: 33px;
    }
    .dialog-body .input-full + .input-full {
        margin-top: 12px;
    }
    .dialog-contact .component-wrap,
    .dialog-demo .personal-data {
        margin-top: 15px;
    }
    .dialog-contact .component-wrap + .component-wrap {
        margin-left: 13px;
    }
    .dialog-body .component-wrap:not(.personal-data) input[type=checkbox] + label {
        font-size: 15px;
    }
    .side-menu-content textarea {
        font-size: 15px;
    }
    .dialog-contact textarea {
        margin-top: 25px;
    }
    .side-menu-content .btn-submit-wrap {
        margin-top: 26px;
    }
    .dialog-header .link-wrap {
        margin-top: 20px;
    }
    .dialog-header .link-wrap a.txt-pc {
        display: none;
    }
    .dialog-header .link-wrap a.txt-mobile {
        display: inline-block;
    }
    .dialog-demo .section-content > div {
        margin-top: 13px;
        margin-left: 0;
    }
    .dialog-wrap .section-content h2 {
        font-size: 15px;
    }
    .dialog-wrap .section-content h2:before {
        width: 14px;
        height: 14px;
        margin-top: 2px;
        background-image: url(//img.stronghold.coffee/sht-images/images/en/common/side/small/icon_bean.png);
    }
    .dialog-demo .section-content-01 li {
        width: 50% !important;
        margin-left: 0 !important;
    }
    .dialog-demo .section-content-01 li:nth-child(1),
    .dialog-demo .section-content-01 li:nth-child(3) {
        padding-right: 6px;
    }
    .dialog-demo .section-content-01 li:nth-child(2),
    .dialog-demo .section-content-01 li:nth-child(4) {
        padding-left: 6px;
    }
    .dialog-demo .section-content-01 li:nth-child(3),
    .dialog-demo .section-content-01 li:nth-child(4) {
        margin-top: 12px;
    }
    .dialog-demo .section-content-01 li.input-item {
        position: relative;
    }
    .dialog-wrap .select-box select {
        font-size: 15px;
    }
    .dialog-demo .section-content .description.first {
        margin-top: 16px;
    }
    .dialog-demo .section-content-02 li {
        width: 33.3333%;
        margin-left: 0 !important;
    }
    .dialog-demo .section-content-02 li > * {
        width: 100%;
    }
    .dialog-demo .section-content-02 .component-group {
        margin-top: 14px;
        margin-left: 0;
    }
    .dialog-demo .section-content-02 li > span {
        font-size: 15px;
    }
    .dialog-demo .section-content-02 .item-full > span {
        width: auto;
        line-height: 35px;
    }
    .dialog-demo .section-content-02 .item-full {
        margin-top: 19px;
    }
    .dialog-demo .section-content-02 .item-full .component-wrap {
        padding-left: 59px;
    }
    .dialog-demo .section-content-02 .item-full .component-wrap span {
        padding-left: 33px;
    }
    .dialog-demo .section-content-02 .item-full .component-wrap input[type=checkbox] + label {
        height: 35px;
    }
    .dialog-demo .section-content-02 .item-full .component-wrap input[type=checkbox] + label:before {
        margin-top: 6px;
    }
    .dialog-demo .section-content-02 .item-full input[type=text] {
        font-size: 15px;
        line-height: 33px;
        height: 35px;
    }
}
@media screen and (max-width: 360px) {
    .dialog-wrap {
        padding: 17px 15px 62px;
    }
    .dialog-header .btn-wrap button {
        margin-right: 0;
    }
}
/* side menu content end */
/* footer start */
.footer {
    position: absolute;
    width: 100%;
    height: 230px;
    bottom: 0;
    text-align: center;
    background-color: #f7f7f7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer .link-wrap {
    width: 300px;
    height: 29px;
    margin: 0 auto;
}
.footer .link-wrap > * {
    vertical-align: top;
}
.footer .footer-link {
    margin-top: 4px;
}
.footer .footer-link,
.footer .footer-sns {
    font-size: 0;
    overflow: hidden;
}
.footer .footer-link li,
.footer .footer-sns li {
    float: left;
}
.footer .footer-link a,
.footer .footer-sns a {
    display: inline-block;
    color: #444;
}
.footer .footer-sns a {
    width: 29px;
    height: 29px;
}
.footer .img-mobile {
    display: none;
}
.footer .footer-link li + li {
    margin-left: 12px;
}
.footer .footer-link li + li:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    margin-top: 4px;
    margin-right: 12px;
    background-color: #d1d1d1;
    vertical-align: top;
}
.footer .footer-link a {
    font-size: 16px;
    font-family: 'notokr-bold', sans-serif;
    line-height: 21px;
}
.footer .footer-sns li + li {
    margin-left: 20px;
}
.footer .footer-sns a img {
    vertical-align: top;
}
.footer .person-in-charge {
    display: block;
    margin-top: 32px;
    font-size: 12px;
    font-family: 'notokr-bold', sans-serif;
    color: #444;
    letter-spacing: -0.02em;
    text-align: center;
}
.footer .copyright {
    margin-top: 16px;
    font-size: 12px;
    font-family: 'notokr-regular', sans-serif;
    line-height: 20px;
    color: #444;
}
.footer .copyright span {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
}
@media screen and (max-width: 960px) {
    .footer {
        height: 210px;
    }
    .footer .footer-inner {
        padding-top: 25px;
        vertical-align: baseline;
    }
    .footer .link-wrap {
        width: 215px;
        height: 20px;
    }
    .footer .footer-link {
        margin-top: 2px;
    }
    .footer .footer-link li + li {
        margin-left: 10px;
    }
    .footer .footer-link li + li:before {
        height: 10px;
        margin-top: 3px;
        margin-right: 10px;
    }
    .footer .footer-link a {
        font-size: 13px;
        line-height: 16px;
    }
    .footer .footer-sns a {
        width: 20px;
        height: 20px;
    }
    .footer .img-mobile {
        display: block;
    }
    .footer .img-pc {
        display: none;
    }
    .footer .person-in-charge {
        margin-top: 28px;
    }
    .footer .copyright {
        margin-top: 14px;
        padding: 0 30px;
        letter-spacing: -0.03em;
    }
}
/* footer end */
/* scroll top start */
.btn-scroll-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 62px;
    font-size: 10px;
    line-height: 50px;
    font-family: 'notokr-bold', sans-serif;
    color: #3e3e3e;
    border: 1px solid #aaa;
    background: #fdfdfd url(//img.stronghold.coffee/sht-images/images/en/common/icon_top_arrow.png) center 8px no-repeat;
    background-size: 17px auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    z-index: 200;
}
/* scroll top end */
/* header start */
.container > .header .header-bg {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.container > .header-normal .header-bg {
    height: 180px;
}
.container > .header .header-inner {
    position: relative;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.container > .header .title-wrap {
    position: absolute;
    height: 130px;
    top: 130px;
    left: 0;
    padding-top: 24px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
.container > .header .title-wrap-small {
    width: 300px;
    background-image: url(//img.stronghold.coffee/sht-images/images/en/common/content/large/header_title_bg_s.png);
}
.container > .header .title-wrap-medium {
    width: 340px;
    background-image: url(//img.stronghold.coffee/sht-images/images/en/common/content/large/header_title_bg_m.png);
}
.container > .header .title-wrap-large {
    width: 460px;
    background-image: url(//img.stronghold.coffee/sht-images/images/en/common/content/large/header_title_bg_l.png);
}
.container > .header .title-wrap .title-intro {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.05em;
    vertical-align: top;
}
.container > .header .title-wrap h1 {
    position: absolute;
    left: 40px;
    bottom: 20px;
    font-size: 36px;
    line-height: 40px;
    font-family: 'notokr-medium', sans-serif;
    color: #fff;
    letter-spacing: -0.05em;
}
.container > .header .title-wrap-large h1 {
    letter-spacing: -0.07em;
}
.container > .header-big .header-bg {
    height: 560px;
}
.container > .header-big .title-wrap-rel {
    padding-top: 112px;
    text-align: center;
}
.container > .header-big .title-wrap-rel p {
    margin-top: 20px;
    font-size: 28px;
    line-height: 36px;
    font-family: 'notokr-demilight', sans-serif;
    color: #fff;
    letter-spacing: -0.01em;
}
.container .header .title-wrap-eva {
    padding-top: 180px;
    padding-left: 65px;
    text-align: left;
}
.container .header .title-wrap-eva p {
    margin-top: 35px;
    font-size: 21px;
    line-height: 32px;
    color: #333;
}
@media screen and (max-width: 1260px) {
    .container > .header .title-wrap {
        left: 30px;
    }
}
@media screen and (max-width: 768px) {
    .container > .header-normal .header-bg {
        height: 90px;
    }
    .container > .header .title-wrap {
        height: 80px;
        top: 63px;
        left: 15px;
        padding-top: 18px;
        padding-left: 18px;
    }
    .container > .header .title-wrap-small {
        width: 150px;
        background-image: url(//img.stronghold.coffee/sht-images/images/en/common/content/small/header_title_bg_s.png);
    }
    .container > .header .title-wrap-medium {
        width: 170px;
        background-image: url(//img.stronghold.coffee/sht-images/images/en/common/content/small/header_title_bg_m.png);
    }
    .container > .header .title-wrap-large {
        width: 230px;
        background-image: url(//img.stronghold.coffee/sht-images/images/en/common/content/small/header_title_bg_l.png);
    }
    .container > .header .title-wrap .title-intro {
        font-size: 10px;
    }
    .container > .header .title-wrap h1 {
        font-size: 18px;
        line-height: 24px;
        left: 18px;
        bottom: 19px;
    }
    .container > .header .title-wrap-small h1 {
        letter-spacing: -0.05em
    }
    .container > .header .title-wrap-medium h1 {
        letter-spacing: -0.07em
    }
    .container > .header-big .header-bg {
        height: 285px;
    }
    .container.evacuator-page > .header-big .header-bg {
        height: 375px;
    }
    .container > .header-big .title-wrap-rel {
        padding-top: 50px;
    }
    .container > .header-big .title-wrap-rel p {
        margin-top: 12px;
        font-size: 19px;
        line-height: 25px;
    }
    .container .header .title-wrap-eva {
        padding-top: 45px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .container .header .title-wrap-eva p {
        margin-top: 15px;
        font-size: 18px;
        line-height: 27px;
    }
}
/* header end */
/* content start */
.container > .content-normal {
    padding: 0 65px;
}
.container .h2-nor {
    font-size: 24px;
    font-family: 'notokr-bold', sans-serif;
    color: #333;
    letter-spacing: -0.05em;
}
.container .h2-nor .color-red {
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    color: #c2002f;
    letter-spacing: inherit;
}
.container > .content-wide-nor {
    background-color: #fff;
}
.container > .content-wide-nor .section,
.container > .content-wide-nor .content-bg {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 65px;
    padding-right: 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container > .content-wide-nor .content-bg {
    text-align: center;
}
.container > .content-wide-nor .content-bg > img {
    vertical-align: top;
}
@media screen and (max-width: 768px) {
    .container > .content-normal {
        padding: 0 15px;
    }
    .container > .content-wide-nor .section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container > .content-wide-nor .content-bg {
        padding-left: 0;
        padding-right: 0;
    }
    .container .h2-nor {
        font-size: 18px;
    }
}
/* content end */
/* nav start */
.nav {
    position: absolute;
    width: 100%;
    top: 360px;
    left: 0;
    z-index: 99;
}
.nav .nav-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav.fixed {
    position: fixed;
    top: 55px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.9);
}
.nav ul {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
.nav ul li {
    float: left;
}
.nav ul li + li {
    margin-left: 30px;
}
.nav a {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    vertical-align: top;
}
.nav li.on {
    border-bottom: 2px solid #c2002f;
}
.nav li.on a {
    font-family: 'notokr-bold', sans-serif;
    color: #c2002f;
}
.nav.fixed a {
    line-height: 40px;
    color: #fff;
}
.nav.fixed li.on {
    border-bottom: none;
}
.nav.fixed li.on a {
    font-family: 'notokr-bold', sans-serif;
}
@media screen and (max-width: 1260px) {
    .nav .nav-inner {
        padding: 0 30px;
    }
}
@media screen and (max-width: 960px) {
    .nav {
        display: none !important;
    }
}
/* nav end */
/* modal start */
.modal-bg {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
html.modal-view .modal-bg {
    display: block;
}
.modal-popup {
    position: absolute;
    display: none;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1001;
}
.modal-popup.show {
    display: block;
}
.modal-popup .popup-inner {
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
}
.modal-popup .btn-wrap {
    text-align: right;
}
.modal-popup .btn-popup-close-nor {
    width: 16px;
    height: 16px;
    border: none;
    background: url(//img.stronghold.coffee/sht-images/images/en/common/btn_popup_close.png) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.product-page .modal-popup .btn-popup-close-nor {
    width: 28px;
    height: 28px;
    margin-right: -40px;
    background-image: url(//img.stronghold.coffee/sht-images/images/en/common/btn_popup_close_.png);
}
@media screen and (max-width: 768px) {
    .product-page .modal-popup .btn-popup-close-nor {
        width: 16px;
        height: 16px;
        background-image: url(//img.stronghold.coffee/sht-images/images/en/common/btn_popup_close_.png);
    }
}

/* modal end */