
body {
    position: relative
}

.element-invisible {
    margin: 0;
    padding: 0;
    width: 1px
}

input {
    max-width: 100%;
    width: auto
}

ul li.leaf {
    list-style: none;
    list-style-image: none
}

@font-face {
    font-family: 'arrowlightregular';
    src: url(../fonts/arrow/arrow-webfont.eot);
    src: url(../fonts/arrow/arrow-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/arrow/arrow-webfont.svg#arrowlightregular) format('svg'),url(../fonts/arrow/arrow-webfont.woff) format('woff'),url(../fonts/arrow/arrow-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'supergroteska_rgregular';
    src: url(../fonts/supergroteska/supergroteska-rg-webfont.eot);
    src: url(../fonts/supergroteska/supergroteska-rg-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/supergroteska/supergroteska-rg-webfont.svg#supergroteska_rgregular) format('svg'),url(../fonts/supergroteska/supergroteska-rg-webfont.woff) format('woff'),url(../fonts/supergroteska/supergroteska-rg-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'supergroteska_medregular';
    src: url(../fonts/supergroteska/supergroteska-med-webfont.eot);
    src: url(../fonts/supergroteska/supergroteska-med-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/supergroteska/supergroteska-med-webfont.svg#supergroteska_medregular) format('svg'),url(../fonts/supergroteska/supergroteska-med-webfont.woff) format('woff'),url(../fonts/supergroteska/supergroteska-med-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,body {
    height: 100%;
}

body {
    font-family: 'supergroteska_rgregular',Arial,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.428571429;
    letter-spacing: 1px;
    background: #e7e4e0;
    color: #6e6b66;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #00a693;
}

a,a:hover,a:active,a:focus {
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #d8a55c;
}


h1,h2,h3 {
    text-transform: uppercase;
    font-family: 'supergroteska_rgregular',Arial,sans-serif;
    font-weight: normal;
    color: #3d3933;
}

h1 {
    margin: 3.2255% 0;
    text-align: center;
    font-size: 21px;
    letter-spacing: 7px;
}

.front .with-tabs {
    display: none;
}

h2 {
    font-size: 20px;
    font-family: 'arrowlightregular',sans-serif;
    letter-spacing: 7px;
    margin-bottom: 20px;
}

.underline span:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -17px;
    width: 38px;
    height: 40px;
    border-bottom: 1px solid #fff;
}

.arrow {
    font-family: 'arrowlightregular',sans-serif;
}

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

.clear {
    clear: both;
}

.no-margin {
    margin: 0;
}

p {
    line-height: 1.8;
}

img {
    max-width: 100%;
}

div.link a,div.link span {
    padding-right: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 15px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'supergroteska_medregular',Arial,sans-serif;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

div.link-green a {
    color: #00a592;
    background: url(../images/arrow-sprite.png) no-repeat 70px -41px;
}

div.link-white span {
    color: #fff;
    background: url(../images/arrow-sprite.png) no-repeat 116px -64px;
}

div.link-black a {
    padding-right: 70px;
    color: #3d3934;
    background: url(../images/arrow-sprite.png) no-repeat 86px -63px;
}

#wrapper {
    max-width: 1585px;
    margin: 0 auto;
    background: #f3f1ef;
    position: relative;
}

.page-node ul {
    margin: 30px 0;
}

.page-node ul li {
    line-height: 1.8;
}

.green {
    background: url(../images/texture-green.jpg) repeat top left;
}

.black {
    background: url(../images/texture-black.jpg) repeat top left;
    color: #fff;
}

.grey {
    background: url(../images/texture-grey.jpg) repeat top left;
    color: #fff;
}

.col-md-4,.col-md-6,.col-md-8,.col-md-12,.col-sm-2,.col-sm-6 {
    padding: 0;
}

.display-table {
    display: table;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.col-title,.col-md-4-title {
    display: table;
}

.col-title div.content,.col-md-4-title div.content {
    display: table-cell;
    vertical-align: middle;
}

.col-md-4-title h2 {
    font-family: 'supergroteska_medregular',Arial,sans-serif;
    letter-spacing: 0;
}

.col-quote {
    padding: 6%;
}

.col-quote h2 {
    color: #00a592;
    margin: 30px 0;
}

.col-quote div.quote {
    max-width: 350px;
    margin: 0 auto;
}

.front .col-quote div.quote {
    padding: 0 0 3.0303% 0;
}

.front .col-quote .link {
    display: none;
}

a div.content div.link-border {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    margin: 0 20px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'supergroteska_medregular',Arial,sans-serif;
    letter-spacing: 1px;
    position: static\9;
}

a div.content div.link-border span {
    display: inline-block;
    vertical-align: baseline;
    zoom:1;*display: inline;
    *vertical-align: auto;
    position: relative;
    padding: 0 20px;
    position: static\9;
}

a div.content div.link-border span:before,a div.content div.link-border span:after {
    content: '';
    display: block;
    width: 500px;
    position: absolute;
    top: 0.73em;
    border-top: 1px solid;
    border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);
    display: none\9;
}

a div.content div.link-border span:before {
    right: 100%;
}

a div.content div.link-border span:after {
    left: 100%;
}

.carousel .item {
    left: 0 !important;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

div.col div.views-row {
    float: left;
    position: relative;
    min-height: 1px;
}

div.col-3 div.views-row {
    width: 33.33333333%;
}

.trans {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

div#header div.mobile-icons,div#header a.logo-tablet {
    display: none;
}



/*  ヘッダー  */

.lang-nav{
  display: block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background: #3d3935;
  height: 31px;
  overflow: hidden;
}
.lang-nav .float-right{
  padding: 0;
  margin: 0;
  float: right;
}
.lang-nav li{
  display: inline-block;
  list-style: none;
  margin: 0 20px 0 0;
  line-height: 1!important;
  padding-bottom: 2px;
}
.lang-nav li.active{
  border-bottom: 1px solid #FFF;
}
.lang-nav li a{
  color: #FFF;
}
.lang-nav li.last{
  margin-right: 0;
}


.block-menu {
    position: relative;
    z-index: 9;
    background: #f3f1ef;
    text-align: center;
}

#block-menu {
    position: relative;
}

#block-menu span,#block-menu span:before,#block-menu span:after {
    cursor: pointer;
    height: 2px;
    width: 30px;
    background: #3d3935;
    position: absolute;
    display: block;
    content: '';
}

#block-menu span {
    top: 12px;
    left: 4px;
}

#block-menu span:before {
    top: -8px;
}

#block-menu span:after {
    bottom: -8px;
}

#block-menu.active span, #block-menu.active span:before, #block-menu.active span:after {
    background-color: #00a592;
}

.block-menu_text{
  color: #000;
  font-size: 10px;
  bottom: 0px;
  position: absolute;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin: 0;
}
#block-menu.active .block-menu_text{
  color: #00a592;
}


div#header ul.nav {
    display:inline-block;
    margin: 0 auto;
    padding: 1% 0;
}

div#header ul.nav li {
    float: left;
    list-style: none;
    margin-right: 65px;
    padding: 20px 0;
}
div#header ul.nav li:last-of-type{
  margin-right: 0;
}

div#header ul.nav li.last {
    margin-right: 0;
    margin-top: 0px;
}

@media screen and (max-width: 991px) {
    div#header ul.nav li.last {
        margin-right:0;
    }
}

div#header ul.nav li a {
    margin-top: 68px;
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #3d3935;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

div#header ul.nav li a:hover,div#header ul.nav li a.active {
    border-color: #00a693;
    background: transparent;
}

div#header ul.nav li a.logo {
    text-indent: -888em;
    border-bottom: 0;
}

div#header ul.nav li a.logo {
    margin: 0 45px;
    width: 138px;
    height: 138px;
    background: url(../images/logo@x2.png) no-repeat center center;
    background-size: 138px 138px;
}


/*  ヘッダー固定  */
@media screen and (max-width: 767px) {
.sticky {
    height:80px !important;
}
.sticky .header-wrapper {
    margin: 0 auto;
    width: 100%;
    left: 0;
    height: 60px;
    right: 0;
    position: fixed;
    top: 0;
    z-index: 102;
    max-width: 1585px;
    background: #f3f1ef;
}

.sticky .menu .logo {
    display: none !important;
}

.sticky .menu li:nth-child(4) {
    display: none;
}

.sticky ul.nav {
    width: auto !important;
    padding: 0 !important;
    height: 60px;
    right: 0 !important;
    left: 0 !important;
    margin: 0 2% !important;
    margin-top: 0px !important;
}


.sticky ul.nav li a {
    margin-top: 0 !important;
    border-bottom: 3px solid transparent;
}

.sticky ul.nav li a.search {
    position: relative !important;
    top: -5px !important;
}

.search-link {
    margin-right: 0 !important;
}

.sticky .search-bar {
    width: 100% !important;
    top: -15px !important;
}

.sticky.sticky-shown .header-wrapper {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 0 !important;
}

.sticky.sticky-hidden .header-wrapper {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: -110px !important;
}



}

/*  ヘッダー  */





#container {
    overflow: hidden;
}
div.carousel-inner {
    position: relative;
}

div.carousel-inner img {
    width: 100%;
}

div.carousel-inner img.desktop-version {
    display: block;
}

div.carousel-inner img.mobile-version {
    display: none;
}

div.carousel-inner .link {
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
    div.carousel-inner img.desktop-version {
        display:none !important;
    }

    div.carousel-inner img.mobile-version {
        display: block !important;
    }

    div.carousel-inner .action-btn {
        display: block !important;
    }
}

div.slide-content {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

div.slide-content .display-table {
    margin: 0 auto;
    height: 100%;
    max-width: 70%;
}

div.slide-content h2 {
    padding: 20px 0 10px 0;
    margin: 0 0 20px 0;
    font-size: 82px;
    line-height: 86px;
    color: #fff;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #fff;
    border-color: rgba(255,255,255,0.35);
}

div.slide-content p {
  margin-bottom: 0;
  line-height: 1;
}

div.slide-content .link {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
}

div.slide-content.light .link {
    color: #fff !important;
}
div.slide-content h2 {
    line-height: 90px;
}
div.slide-content.light h2 {
    color: #fff !important;
    border-color: #fff !important;
}

.view-homepage-feature-discover-panel a .discover-panel {
    text-align: center;
    background: #3d3935;
    opacity: 1;
    zoom:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.view-homepage-feature-discover-panel a:hover .discover-panel {
    opacity: 0.8;
    zoom:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}


.view-homepage-feature-discover-panel a:hover .discover-panel .image .image_bg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: center;
}

.discover-panel div.image {
    overflow: hidden;
    height: 500px;
    position: relative;
}

.discover-panel div.image .image_bg{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
.discover-panel div.image,.discover-panel div.content {
    padding: 0;
}

.discover-panel div.content {
    position: relative;
    height: 500px;
}

.discover-panel div.content div.text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0,-50%);
    text-align: center;
    color: #fff;
}

.discover-panel div.content h2 {
    margin-top: 0;
    font-size: 70px;
    color: #fff;
    margin-bottom: 0;
    font-family: 'arrowlightregular',sans-serif;
    letter-spacing: 5px;
    text-indent: 5px;
}

.discover-panel div.content p {
    font-size: 19px;
    line-height: 25px;
    font-family: 'supergroteska_rgregular',Arial,sans-serif;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.discover-panel div.content br.pc{
  display: none;
}
@media (max-width: 1250px) {
.discover-panel div.content div.text{
}
.discover-panel div.content br.pc{
  display: block;
}
.discover-panel div.content .b-pc{
  display: none;
}
.discover-panel div.content h2 {
    font-size: 55px;
}

}

.discover-panel div.content div.link-white span,div.link-white span {
    background-position: 126px -193px;
}

div.view-home-product-category div.views-row .products-grid {
    float: left;
    width: 100%;
}

div.view-home-product-category div.views-row div.col-md-4 {
    padding: 0;
    text-align: center;
    font-family: 'supergroteska_rgregular',Arial,sans-serif;
    background: url(../images/texture-lightgrey.jpg) repeat top left;
}

div.view-home-product-category div.views-row div.col-title {
    background: transparent;
    width: 100%;
    height: 380px;
    display: table;
}

div.view-home-product-category div.views-row div.col-title h2 {
    font-size: 19px;
    font-family: 'supergroteska_rgregular',Arial,sans-serif;
    font-weight: normal;
    letter-spacing: 3px;
    color: #3d3934;
}

div.view-home-product-category div.views-row div.col-md-4 h2.title {
    margin: 20px auto 60px auto;
    padding: 20px 0;
    width: 145px;
    font-size: 26px;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #3d3934;
    border-bottom: 1px solid #3d3934;
}

div.view-home-product-category div.views-row div.col-md-4 .link a {
    background-position: 93px -63px;
}

div.pane-explore-ed-g-first-col h2.title {
    margin: 60px;
    text-align: center;
    position: relative;
}

div.pane-explore-ed-g-first-col h2.title:before {
    border-top: 1px solid;
    border-top-color: #6e6b66;
    border-top-color: rgba(61,57,53,0.2);
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 55%;
}

div.pane-explore-ed-g-first-col h2.title span {
    padding: 0 20px;
    position: relative;
    background: #f3f1ef;
}

div.explore-panel div.content h2 {
    padding: 18.1818% 0;
    margin: 0;
    font-size: 21px;
    line-height: 27px;
    color: #fff;
}

div.explore-panel a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

div.explore-panel a img {
    width: 100%;
}

div.explore-panel a div.green {
    background: url(../images/texture-green.jpg) repeat top left;
    -webkit-transition: background-image 300ms;
     -moz-transition:background-image 300ms;
    transition: background-image 300ms;
}

div.explore-panel a div.black {
    background: url(../images/texture-black.jpg) repeat top left;
    -webkit-transition: background-image 300ms;
     -moz-transition:background-image 300ms;
    transition: background-image 300ms;
}

div.explore-panel a div.grey {
    background: url(../images/texture-grey.jpg) repeat top left;
    -webkit-transition: background-image 300ms;
    -moz-transition:background-image 300ms;
    transition: background-image 300ms;
}

div.explore-panel a:hover div.colour,div.explore-panel a:hover div.green,div.explore-panel a:hover div.black,div.explore-panel a:hover div.grey {
    background-image: url(../images/texture-gold.jpg);
}

div.view-explore-ed-g-first-col div.views-row-2 div.explore-panel div.content h2 {
    font-family: 'supergroteska_rgregular',Arial,sans-serif;
    display: block;
}

div.view-explore-ed-g-first-col div.views-row-2 div.explore-panel div.content h2 span {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    background-image: url(../images/blank_icon.png);
    background-position: center bottom;
    background-size: 20px auto;
    background-repeat: no-repeat;
}

div.view-explore-ed-g-first-col div.views-row-2 div.explore-panel div.content h2 span:before,div.view-explore-ed-g-first-col div.views-row-2 div.explore-panel div.content h2 span:after {
    position: absolute;
    top: 50%;
    margin-top: -33.5px;
    width: 9px;
    height: 67px;
    border-bottom: 0;
}

div.view-explore-ed-g-first-col div.views-row-2 div.explore-panel div.content h2 span:before {
    content: '';
    left: -38px;
    background: url(../images/home-journal-quotemarks.png) no-repeat -6px -2px;
}

div.view-explore-ed-g-first-col div.views-row-2 div.explore-panel div.content h2 span:after {
    content: '';
    background: url(../images/home-journal-quotemarks.png) no-repeat -6px -90px;
    right: -30px;
    left: auto;
    margin-left: 0;
    border-bottom: 0;
}

.regular-price .price {
    color: #00a693;
    font-weight: normal;
}

.block {
    margin: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.price-box {
    margin-bottom: 13px;
}

@-moz-document url-prefix() {
}

@-moz-document url-prefix() {
}

div.load-sidecart {
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 100;
}

.page-node .products-grid {
    margin: 0;
}

.products-grid {
    margin: 0;
    padding: 0;
    clear: both;
    border-right: 1px solid #e7e4e0;
    width: 1587px;
    margin-left: -1px;
    background-color: #fff;
}

.products-grid .item {
    position: relative;
    float: left;
    width: 33.3333%;
    padding: 0;
    list-style: none;
    border-left: 1px solid #fff;
    background: #fff;
}

.products-grid .product-image {
    margin: 0;
}

.products-grid .product-image img {
    max-height: 460px;
    width: 100%;
}

.products-grid .product-image img {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.products-grid .product-image:hover img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.products-grid .item .product-text {
    position: relative;
    bottom: 13px;
    padding: 13px 0 0 0;
    background: url(../images/product-arrow-icon-white.png) no-repeat top center;
}

.products-grid .item .product-text .product-text-wrapper {
    padding: 0 30px 0 30px;
    margin: 30px 0 0 0;
    border-right: 1px solid #e7e4e0;
}

@media (max-width: 900px) {
  .discover-panel div.content p{
    font-size: 15px;
  }
  .discover-panel div.content h2{
    font-size: 45px;
  }
}

@media (max-width: 480px) {
    .products-grid .item .product-text .product-text-wrapper {
        padding:0 10px 0 10px;
    }
}

.category-products .products-grid .item-2 .product-text .product-text-wrapper {
    border-right: 0;
}

.products-grid .item .product-text h2 {
    margin: 0 0 10px 0;
    min-height: 0;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    font-family: 'supergroteska_rgregular',Arial,sans-serif;
}

.product-text .description {
    margin: 0 auto;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: rgb(61,57,51);
    color: rgba(61,57,51,0.75);
}

.product-text .description span {
    display: inline-block;
    min-height: 38px;
}

.products-grid .item .product-text .price-box {
    position: relative;
    text-align: right;
}

.products-grid .item .product-text .price-box:before {
    border-top: 1px solid #e7e4e0;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
}

.products-grid .item .product-text .price-box .price {
    padding: 0 20px;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-family: 'supergroteska_rgregular',Arial,sans-serif;
    font-weight: normal;
    color: rgb(61,57,51);
    color: rgba(61,57,51,0.66);
    background: #fff;
}

.products-grid .item .product-text .price-box .price {
    padding: 0 10px;
}

div.slide-content .action-btn {
    display: none;
}

.carousel-indicators li,.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px 5px;
}

div#trailer {
    padding: 5% 0;
    text-align: center;
    background-color: #edeae6;
}






/* footer  */



div#footer {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
    background: url(../images/texture-black.jpg) repeat top left;
    position: relative;
}

div#footer a {
    color: #d7d2cb;
}

div#footer a:hover {
    color: #fff;
}

div#footer div.title {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 16px;
    font-family: 'supergroteska_medregular',Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f3f1ef;
}

div#footer .col-sm-2 {
    padding: 30px 1.3535%;
}

div#footer .first {
    padding-left: 5%;
}

div#footer ul.links {
    float: left;
    margin: 0;
    padding: 0;
}

div#footer ul.links li {
    list-style: none;
    line-height: 24px;
}

div#footer div.social {
    padding: 0;
    position: absolute;
    right:0;
    top: 0;
}

div#footer div.social ul {
    margin: 0;
    padding: 0;
}

div#footer div.social ul li {
    list-style: none;
    float: right;
    border-bottom: 1px solid #403831;
    border-left: 1px solid #403831;
}

div#footer div.social ul li a {
    display: block;
    width: 102px;
    height: 102px;
    background: url(../images/texture-darkgrey.jpg) repeat top left;
    -webit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

div#footer div.social ul li a:hover {
    background-image: url(../images/texture-black.jpg);
}

@media (min-width: 1600px) {
    .products-grid .item {
        min-height:617px;
    }
}

@media (max-width: 1600px) {
    .products-grid {
        width:auto;
        margin-left: 0;
    }

    .products-grid .item {
        min-height: 0;
    }

    div.discover-panel div.image {
        overflow: hidden;
    }

    div.discover-panel div.image img {
        max-width: none;
    }

    div.load-sidecart {
        right: 0;
    }
}

@media (max-width: 1255px) {
    div#footer div.col-sm-2 {
        width:20%;
    }

    div#footer div.col-sm-2:last-child {
        padding-right: 0;
    }

    div#footer div.social {
        width: 100%;
        float: left;
        clear: both;
        background: url(../images/texture-darkgrey.jpg) repeat top left;
        position: static;
    }

    div#footer div.social ul li {
        border-bottom: 0;
        border-left: 0;
        border-right: 1px solid #403831;
    }
}

@media (max-width: 1250px) {
    div#header ul.nav {
    }

    div#header ul.nav li {
        margin-right: 45px;
    }

    div#header ul.nav li a.logo {
        margin: 0 25px;
    }
}

@media (max-width: 1198px) {

    div.view-home-product-category div.views-row div.col-md-4 {
        min-height: 0;
    }

    div.view-home-product-category div.views-row div.col-title {
        height: 478;
    }
}

@media (max-width: 1054px) {
    div#header ul.nav {
        right: 0;
    }

    div#header ul.nav li {
        padding: 0;
    }

    div#header ul.nav li a {
        margin-top: 0;
        font-size: 16px;
    }

    div#header ul.nav li a.logo {
        display: none;
    }

    div#header a.logo-tablet {
        max-width: 175px;
        margin: 3.0303% auto 0 auto;
        display: block;
        text-align: center;
    }
}

@media (max-width: 1000px) {
    div.slide-content h2 {
        font-size:64px;
        line-height: 64px;
    }
}

@media (max-width: 992px) {

    .col-md-4,.col-md-6,.col-md-8 {
        float: left;
    }

    .col-md-12 {
        float: none;
    }

    .col-md-4 {
        width: 33.3333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    div.discover-panel div.col-md-6 {
        float: left;
        width: 50%;
        overflow: hidden;
    }
}

@media (max-width: 920px) {
    div.col-3 div.views-row {
        width:50%;
    }

    div.col-3 div.views-row-3 {
        width: 100%;
    }

    div.col-3 div.views-row-3 div.image,div.col-3 div.views-row-3 div.content {
        float: left;
        width: 50%;
        position: relative;
    }

    div.col-3 div.views-row-3 div.image img {
        width: 100%;
    }

    div.views-row-3 div.explore-panel div.grey {
        float: left;
        width: 100%;
    }
}

@media (max-width: 860px) {

    div.slide-content h2 {
        font-size: 52px;
        padding: 10px 0 10px 0;
        margin: 0 0 10px 0;
        line-height: 56px;
    }

    div.slide-content .link {
        font-size: 14px;
    }
    .discover-panel div.image {
        height: 400px;

    }
    .discover-panel div.content {
      height: 400px;
    }

}

@media (max-width: 768px) {
    div#header a.logo-tablet {
        display:none;
    }

    div#header div.mobile-icons {
        position: relative;
        z-index: 11;
        display: block;
        background: #f3f1ef;
    }

    div#header div.mobile-icons-wrapper {
        padding: 16px 0;
        width: 119px;
        margin: 0 auto;
    }

    div#header div.mobile-icons a#logo {
        width: 119px;
    }

    div#header div.mobile-icons div.icon {
        width: 40px;
        height: 43px;
        float: left;
        cursor: pointer;
        overflow: hidden;
        text-align: right;
        font-size: 12px;
    }

    div#header div.mobile-icons div.menu {
        margin-right:0;
        position: absolute;
        right: 10px;
    }

    div#header div.mobile-icons div.shop {
        padding-right: 0px;
        font-size: 13px;
        line-height: 21px;
        text-align: center;
        text-indent: -2px;
        background: url(../images/mobile-menu-cart.png) no-repeat center center;
        background-size: 22px auto;
    }

    div#header div.mobile-icons div.search {
        background: url(../images/mobile-menu-search-sprite.png) no-repeat center 10px;
        background-size: 22px auto;
    }

    div#header .section {
        background: url(../images/texture-black.jpg) repeat top left;
    }
    html.js div#header .section {
        position:absolute;
        z-index: 8;
        height: 0;
        visibility: hidden;
        overflow: hidden;
        width: 100%;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

    html.js div#header .block-menu.open {
        height: 306px!important;
        visibility: visible;
        top: 104px;
    }
    html.js div#header .block-menu.open.en{
        height:217px!important; 
    }

    div#header ul.nav {
        padding: 0;
        margin: 0;
        width: auto;
        display: block;
    }

    div#header ul.nav li a {
        padding: 10px;
        display: block;
        color: #fff;
        border: none;
    }

    div#header ul.nav li a:hover,div#header ul.nav li a.active {
        background: #00a693;
    }

    div#header ul.nav li {
        margin-right: 0;
        clear: left;
        width: 100%;
    }

    div#header ul.nav li a.logo {
        display: none;
    }

    div.slide-content h2 {
        margin-bottom: 0;
    }

    div.slide-content .action-btn {
        display: block;
    }

    div.explore-panel div.content h2 {
        font-size: 21px;
        line-height: 28px;
    }


    div.pane-explore-ed-g-first-col h2.title:before {
        display: none;
    }

    div.view-home-product-category div.views-row .item-title {
        display: block;
    }

    div.view-home-product-category div.views-row div.col-md-4 {
        min-height: 0;
        width: 50%;
        float: left;
        margin: 0;
    }

    .products-grid .item {
        width: 50%;
    }

    .view-home-product-category .products-grid {
        min-height: 390px;
    }

    .view-home-product-category .products-grid li:nth-child(odd) {
        clear: none;
    }


    div#footer div.col-sm-2 {
        margin: 20px 5%;
        padding: 0;
        width: 90%;
        clear: both;
    }

    div#footer div.col-menu {
        margin: 0 5%;
        border-bottom: 1px solid #6e6b66;
    }

    div#footer div.col-menu div.title {
        margin: 0;
        padding: 20px 0;
        line-height: 25px;
        background: url(../images/mobile-menu-footer-expand.png) no-repeat center right;
        background-image: url(../images/mobile-menu-footer-expand.svg),none;
        cursor: pointer;
    }

    div#footer ul.links {
        width: 100%;
        margin-bottom: 20px;
    }

    div#footer ul.links li {
        float: left;
        clear: both;
        padding: 10px 0 0 0;
    }

    div#footer ul.links li,div#footer ul.links li a {
        display: block;
    }

    div#footer div.social {
        display: inline-block;
        margin: 0;
        width: 100%;
        margin:20px 0 40px;
    }

    div#footer div.social ul li {
        border: 0;
    }

    div.view-home-product-category div.views-row .item-title > div {
        margin: 0 auto;
        float: none;
    }

    .item .product-text .description {
        display: none !important;
    }

    .item.type-shoes .product-text .description {
        display: block !important;
    }




}




/* footer  */





@media (max-width: 665px) {
    h1 {
        margin:0;
        padding: 60px 0;
    }

    #wrapper {
        overflow-x: hidden;
    }

    #jSplash img {
        width: 50%;
        max-width: 100px;
    }

    .col-md-4,.col-md-6,.col-md-8 {
        float: none;
        width: auto;
        margin: 0 0 10% 0;
    }

    .col:last-of-type {
        margin: 0;
    }

    div.view-explore-ed-g-first-col div.views-row-2 div.explore-panel div.content h2 span:before {
        left: -30px;
    }

    div.view-explore-ed-g-first-col div.views-row-3 div.image {
        overflow: hidden;
    }

    div.view-explore-ed-g-first-col div.views-row-3 div.image img {
        width: 110%;
        max-width: none;
    }

    .col-quote {
        padding: 10% 5%;
    }

    div.col-quote div.image img {
        max-width: 120px;
        width: 25%;
    }

    div.load-sidecart {
        right: auto;
        background: none;
        width: 90%;
        margin: 0 5%;
    }

    div#trailer {
        padding: 10% 0;
    }

    div#footer div.social ul li a {
        height: 56px;
        width: 56px;
    }

    div.view-home-product-category div.views-row .item-title {
        max-height: 230px;
    }

    div.view-home-product-category div.views-row .item-title > div {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        transform: scale(0.7);
        margin: 0px auto !important;
        float: none;
    }

    div.discover-panel div.col-md-6 {
        float: none;
        width: auto;
    }
    .discover-panel div.image{
      height: auto;
      padding-top: 65%;
    }

    div.discover-panel div.image img {
        max-width: 100%;
    }

    div.discover-panel div.content {
        height:auto;
    }

    div.discover-panel div.content div.text {
        height:auto;
        transform: none;
        color: #fff;
        transform:none;
        position:static;
    }
    .discover-panel div.content h2{
      font-size: 40px;
      line-height: 28px;
    }
    .discover-panel div.content p{
      font-size: 15px;
    }

}

@media (max-width: 580px) {
    div.slide-content h2 {
        font-size:40px;
        padding-bottom: 8px;
        line-height: 44px;
    }
}

@media (max-width: 540px) {

    div.col-3 div.views-row,div.col-3 div.views-row-3 {
        width: 100%;
    }

    div.col-3 div.views-row-3 div.image,div.col-3 div.views-row-3 div.content {
        float: none;
        width: auto;
    }

    div.col-3 div.views-row-3 div.image img {
        width: auto;
        max-width: 100%;
    }

    div.views-row-3 div.explore-panel div.grey {
        float: none;
        width: auto;
    }
}

@media (max-width: 480px) {
    body {
        font-size:16px;
        line-height: 1.428571429;
    }

    h1,h2,h3 {
        line-height: 1.5;
    }

    h2 {
        margin: 5% 0;
    }

    div.slide-content {
    }

    div.slide-content h2 {
        font-size: 18px;
        line-height: 22px;
    }

    div.view-home-product-category div.views-row div.col-title {
        display: block;
        height: auto;
        padding: 10% 5%;
        margin-top: -20px !important;
    }

    div.view-home-product-category div.views-row div.col-md-4 {
        width: auto;
        float: none;
        margin: 0;
    }

    div.view-home-product-category div.views-row div.col-title div.content {
        display: block;
    }

    div.col-3 div.views-row {
        width: auto;
        float: none;
    }

    div.discover-panel div.content {
        height: auto;
    }

    div.discover-panel div.content div.text {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        margin: 0;
        transform:none;
        margin-bottom: 25px;
    }

    div.pane-explore-ed-g-first-col h2.title span {
        margin: 5% 0;
        padding: 0;
    }

    div.pane-explore-ed-g-first-col h2.title:before {
        border: 0;
    }

    div.load-sidecart {
        right: auto;
        margin: 0 2.5%;
        width: 95%;
    }

    .products-grid .item {
        width: 50%;
        margin: 0;
        min-height: 0;
    }

    .products-grid .item .product-text h2 {
        font-size: 16px;
    }

    .products-grid .item-title {
        width: 50%;
        height: auto;
        max-height: 260px;
    }

    div.view-home-product-category div.views-row .item-title {
        display: block;
    }

    div.view-home-product-category div.views-row div.col-md-4-title {
        margin: 0 auto;
    }

    .products-grid .item .product-text .product-text-wrapper {
        border-right: 0;
    }

    div.view-home-product-category div.views-row div.col-md-4 h2.title {
        margin-top: 25%;
    }

    div#trailer img {
        width: 25%;
    }
}

@media (max-width: 400px) {

    .button,input[type="submit"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .item .product-text-wrapper .description {
        display: none;
    }

    .product-text-wrapper h2 {
        font-size: 16px;
    }

    div.view-home-product-category div.views-row div.col-title div.content {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {

    div.view-explore-ed-g-first-col div.views-row-2 div.explore-panel div.content h2 span:before {
        background-image: url(../images/home-journal-quotemark-left-x2.png);
        background-size: 9px 67px;
        background-position: -1px 0px;
    }

    div.view-explore-ed-g-first-col div.views-row-2 div.explore-panel div.content h2 span:after {
        background-image: url(../images/home-journal-quotemark-right-x2.png);
        background-size: 9px 67px;
        background-position: -2px 0px;
    }

    .products-grid .item .product-text {
        background-image: url(../images/product-arrow-icon@x2.png);
        background-size: 30px 13px;
    }

    div#footer form input[type="submit"] {
        background-image: url(../images/mailing-arw@x2.png);
        background-size: 10px 10px;
        background-position: center center;
    }

    div.link-black a {
        background-image: url(../images/link-arrow-med-black@x2.png);
        background-size: 38px 12px;
        background-position: center right;
    }

    div.link-white span {
        background-image: url(../images/link-arrow-med-white@x2.png);
        background-size: 28px 12px;
        background-position: center right;
    }

    .discover-panel div.content div.link-white span,div.view-home-product-category div.views-row div.col-md-4 .link a {
        background-position: center right;
    }

    div.link-green a {
        background-image: url(../images/link-arrow-med-green@x2.png);
        background-size: 38px 11px;
        background-position: center right;
    }
}

@media screen and (max-width: 767px) {

    div#header ul.nav li a {
        padding: 15px 20px !important;
    }
}

.action-btn {
    background: #19a694;
    border-radius: 4px;
    height: auto;
    padding: 0 !important;
    min-width: 120px !important;
    width: auto !important;
    max-width: 180px !important;
    display: inline-block !important;
    margin: 0 auto;
    padding: 7px 0 6px !important;
    margin-top: 165px;
}

.action-btn span {
    padding: 0 !important;
    padding: 8px 0 !important;
    background: none !important;
    font-size: 12px !important;
}

@media screen and (min-width: 768px) {
    .action-btn {
        display:none !important;
    }
}

@media screen and (max-width: 767px) {
    .section.block-menu {
        height:0 !important;
        overflow: hidden !important;
    }
}



/* スプラッシュ画面 */

#jpreOverlay {
    background-color: #e7e4e0;
}

#jpreSlide {
    text-align: center;
    width: 50%;
    height: 100%;
}

#jpreLoader {
    width: 100%;
    height: 15px;
    left: 0!important;
    top: auto!important;
    bottom: 0!important;
}

#jpreBar {
    background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    -o-background-size: 30px 30px;
    background-color: #00AA93;
    animation: progress 2s linear infinite;
    -moz-animation: progress 2s linear infinite;
    -webkit-animation: progress 2s linear infinite;
    -ms-animation: progress 2s linear infinite;
    -o-animation: progress 2s linear infinite;
}

#jprePercentage {
    text-align: center;
    top: 0;
}

@-webkit-keyframes progress {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -60px -60px;
    }
}

@-moz-keyframes progress {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -60px -60px;
    }
}

@-ms-keyframes progress {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -60px -60px;
    }
}

@-o-keyframes progress {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -60px -60px;
    }
}

@keyframes progress {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -60px -60px;
    }
}



/*  スライダ  */

.carousel .item {
    left: 0 !important;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.active.left,.active.right {
    opacity: 0;
    z-index: 2;
}


