@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

html,
body {
  height: 100%;
  font-size: 14px;
}

body {
  background: #f5f6f4;
  color: #656464;
  cursor: auto;
  font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img:hover {
  opacity: 0.7;
}

ul, ol {
  list-style: none;
}

.sp {
  display: none;
}

.ico_base, .ico_instagram:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
}

.ico_instagram {
  position: relative;
}
.ico_instagram:before {
  content: "\f16d";
  color: #575353;
  font-size: 14px;
  padding-right: 0.714rem;
}

.ico_cart {
  position: relative;
}
.ico_cart:before {
  position: absolute;
  left: 0;
  content: url(../img/common/ico_cart.png);
  padding-right: 0.714rem;
  top: -8px;
}

.txt_center {
  text-align: center;
}

.header_sp {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0% 0%;
  padding: 12px 0px;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .header_sp {
    /*display: table;*/
      display: block;
    width: 100%;
    table-layout: fixed;
    padding: 12px 10px;
      position: relative;
  }
  .header_sp .ico_cart_sp {
    display: block;
      float: left;
    vertical-align: middle;
      width:10%;
  }
  .header_sp .logo_sp {
    display: block;
      position: absolute;
      margin: 0 auto;
      left:0;
      right:0;
      width:25%;
  }
  .header_sp .btn_spnavs {
    display: block;
      float: right;
    text-align: right;
    vertical-align: middle;
    width:10%;  
  }
  .header_sp .btn_spnavs .fa-bars {
    color: #94918d;
    font-size: 22px;
  }
}
.box_main_center {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.nav_sp {
  display: none;
}

.header_sp .zozo_sp {
    display: block;
    float: left;
    /*vertical-align: middle;*/
    width: 21%;
    padding-top: 2px;
}

.sp_ico_insta{
        display: block;
float: right;
    width: 6%;
    vertical-align: middle;
}


@media screen and (max-width: 768px) {
  .nav_pc {
    display: none;
  }

  .nav_sp {
    display: block;
      position: fixed;
      top:0;
      z-index: 99999;
      width:100%
  }
  .nav_sp .logo_sp {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .nav_sp .logo_sp img {
    width: 88%;
  }
}
.box_pager {
  border-top: 1px solid #D0D0CF;
  border-bottom: 1px solid #D0D0CF;
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.071rem 0px;
}
.box_pager .box_paer_left {
  float: left;
}
.box_pager .box_paer_left a {
  color: #807E7E;
  font-family: "Montserrat",sans-serif;
}
.box_pager .box_paer_right {
  float: right;
}
.box_pager .box_paer_right .box_pgnumber {
  float: left;
}
.box_pager .box_paer_right .box_pgnumber ol {
  display: table;
}
.box_pager .box_paer_right .box_pgnumber ol li {
  display: table-cell;
}
.box_pager .box_paer_right .box_pgnumber ol li:not(:last-child) {
  padding: 0px 1rem 0px 0px;
}
.box_pager .box_paer_right .box_pgnumber ol li a {
  color: #807E7E;
  font-family: "Montserrat",sans-serif;
}
.box_pager .box_paer_right .box_pgnumber ol:after {
  content: "|";
  color: #525252;
  font-weight: bold;
  padding: 0px 1.071rem 0px 1.786rem;
}
.box_pager .box_paer_right .box_nextpage_link {
  float: right;
}
.box_pager .box_paer_right .box_nextpage_link a {
  color: #807E7E;
  font-family: "Montserrat",sans-serif;
  padding: 0px 25px 0px 0px;
  position: relative;
}

.box_pager .box_paer_right .box_nextpage_link a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #929090;
  padding-right: 0.5em;
  position: absolute;
  top: -1px;
  right: 0;
}
.box_pager .box_prevpage_link {
  float: left;
  padding: 0px 10px 0px 0px;
}
.box_pager .box_prevpage_link a {
  position: relative;
  padding: 0px 0px 0px 25px;
}
.box_pager .box_prevpage_link a:before {
  content: "\f053";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #929090;
  padding-right: 0.5em;
  position: absolute;
  top: -1px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .box_pager {
    padding: 1.429rem 0.714rem;
  }
}
.content {
  margin: 0 0 80px;
}

@media screen and (max-width: 768px) {
  .content {
    margin: 0 0 44px;
  }
}
footer {
  clear: both;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.429rem 0 0;
}

@media screen and (max-width: 768px) {
  footer {
    border-top: 0;
  }
}
.box_footer {
  display: table;
  padding: 0 0 200px;
  width: 100%;
}
.box_footer .box_copyright_footer {
  display: table-cell;
}
.box_footer .box_copyright_footer small {
  color: #8f8d8d;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.714rem;
}
.box_footer .box_utilnav_footer {
  display: table-cell;
}
.box_footer .box_utilnav_footer .utilnav_footer {
  display: table;
  width: 100%;
}
.box_footer .box_utilnav_footer .utilnav_footer li {
  display: table-cell;
  text-align: right;
}
.box_footer .box_utilnav_footer .utilnav_footer li a {
  color: #525252;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.786rem;
}

@media screen and (max-width: 768px) {
  footer {
    max-width: 100%;
    margin: auto;
    padding: 0 0 70px;
  }
  footer .box_footer {
    display: block;
    padding: 0;
  }
  footer .box_footer .box_copyright_footer {
    display: block;
    text-align: center;
  }
  footer .box_footer .box_utilnav_footer {
    display: none;
  }
}
.btn_lined {
  border: solid 1px #9b9a9a;
  display: inline-block;
  padding: 0.714rem;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .fixed_menu {
    display: none;
  }
}
.wrapper_fixed_menu {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  width: 100%;
}

.fixed_menu {
  padding: 24px 0 0;
  max-width: 1100px;
  margin: 0 auto;
}
.fixed_menu .box_global_nav {
  padding: 0;
}
.fixed_menu .box_global_nav {
  clear: both;
  padding: 0;
  position: static;
}
.fixed_menu .box_global_nav .global_nav li {
  display: table-cell;
  line-height: 2.4;
}
.fixed_menu .box_global_nav .global_nav li a {
  color: #525252;
}
.fixed_menu .box_global_nav .global_nav li a:hover {
  text-decoration: underline;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1;
}

.fixed_nav_left {
  float: left;
}
.fixed_nav_left ul {
  display: table;
}
.fixed_nav_left ul li {
  display: table-cell;
  padding: 0px 20px 0px 0px;
}
.fixed_nav_left ul li a {
  color: #807E7E;
  font-family: "Montserrat",sans-serif;
}

.fixed_nav_right {
  float: right;
}
.fixed_nav_right ul {
  display: table;
}
.fixed_nav_right ul li {
  display: table-cell;
  padding: 0px 20px 0px 0px;
}
.fixed_nav_right ul li a {
  color: #807E7E;
  font-family: "Montserrat",sans-serif;
  line-height: 1;
  padding-left: 1.5rem;
  vertical-align: top;
}
.fixed_nav_right .ico_cart {
  padding-left: 2em;
}

.fixed_nav_right a.zozo{
    vertical-align: top;
}
a.zozo img{
    padding-bottom: 2px;
}
.logo_center {
  clear: both;
  text-align: center;
  padding: 4px 0;
}
.logo_center img {
  width: 8%;
}

.fixed {
  position: fixed;
  top: 0;
}

@media screen and (max-width: 768px) {
  .nav_sp_fixed {
    position: fixed;
    display: none;
    top: 0;
    z-index: 1;
  }
  .nav_sp_fixed .nav_sp {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .sp_navs {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0% 0%;
    display: none;
    margin: 1px 0px 0px;
  }
  .sp_navs .globalnav_sp li {
    line-height: 2.6;
    text-align: center;
  }
  .sp_navs .globalnav_sp li a {
    color: #000;
    display: block;
    font-size: 1.071rem;
    font-family: "Montserrat",sans-serif;
  }
  .sp_navs .utilnav_sp {
    padding: 10px 0px;
  }
  .sp_navs .utilnav_sp li {
    line-height: 2.4;
    text-align: center;
  }
  .sp_navs .utilnav_sp li a {
    color: #000;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 0.857rem;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .sp_navs .globalnav_sp li {
    line-height: 1.4;
  }
}


/* dealer list */
.list_dealer {
  position: relative;
}

.list_dealer ul {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  position: absolute;
  top: 102%;
  left: 0;
  right: 0;
}

.fixed_menu .box_global_nav .global_nav .list_dealer ul li {
  display: block;
  font-family: 'Montserrat', sans-serif;
}

.list_dealer_link {
  text-decoration: none;
}

.list_dealer_link:hover {
  text-decoration: underline;
}

.box_global_nav .global_nav .list_dealer ul {
  top: 90%;
}

.box_global_nav .global_nav .list_dealer ul li {
  display: block;
  font-family: 'Montserrat', sans-serif;
}

.box_global_nav .global_nav .list_dealer ul li a {
  color: #807e7e;
}

@media screen and (max-width: 768px) {
    .list_dealer {
        position: static;
    }
    .list_dealer ul {
      background: rgba(0,0,0,0.1);
      position: static;
    }
    .sp_navs .globalnav_sp .list_dealer ul li a {
      font-size: 0.857rem;
    }
}