@charset "UTF-8";
/*--------------------------------------------------------------------------
reset
---------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,500");
/* line 6, ../sass/common.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td {
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}

/* line 10, ../sass/common.scss */
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

/* line 11, ../sass/common.scss */
ol, ul {
  list-style: none;
}

/* line 12, ../sass/common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 13, ../sass/common.scss */
:focus {
  outline: 0;
}

/* line 14, ../sass/common.scss */
a {
  text-decoration: none;
}

/* line 15, ../sass/common.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}

/*--------------------------------------------------------------------------
debug 
---------------------------------------------------------------------------*/
/* line 21, ../sass/common.scss */
.debug {
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  font-size: 10px;
}

/*--------------------------------------------------------------------------
common
---------------------------------------------------------------------------*/
/* line 34, ../sass/common.scss */
.cf:after,
ul:after,
ol:after,
.wrap:after {
  content: '';
  display: block;
  clear: both;
}

/*--------------------------------------------------------------------------
webfont
---------------------------------------------------------------------------*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/notosans_jp/NotoSansCJKjp-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/notosans_jp/NotoSansCJKjp-Medium.otf") format("opentype");
}
/*--------------------------------------------------------------------------
REGULATION
---------------------------------------------------------------------------*/
/* line 70, ../sass/common.scss */
* {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro","Hiragino Kakugo Pro","游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
}

/* line 71, ../sass/common.scss */
.serif {
  font-family: "Noto Serif", serif;
}

/* line 72, ../sass/common.scss */
a {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 73, ../sass/common.scss */
a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 74, ../sass/common.scss */
html, body {
  position: relative;
  height: auto;
}

/* line 75, ../sass/common.scss */
body {
  font-size: 12px;
  overflow-x: hidden;
  position: relative;
  background: #f3f3f3;
}

/* line 76, ../sass/common.scss */
.wrap {
  width: 1010px;
  margin: 0 auto;
}

/*--------------------------------------------------------------------------
COMMON
---------------------------------------------------------------------------*/
/* line 84, ../sass/common.scss */
#pagetop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 30px;
  height: auto;
}

/* line 85, ../sass/common.scss */
#pagetop img {
  width: 100%;
}

/* line 86, ../sass/common.scss */
#pagetop a {
  display: block;
}

/* line 88, ../sass/common.scss */
#wrapper {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

/* header */
/* line 96, ../sass/common.scss */
#header {
  min-width: 1010px;
  width: 100%;
  position: fixed;
  height: auto;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ccc;
  z-index: 9999;
  background: #f3f3f3;
}

/* line 109, ../sass/common.scss */
#header.fixed #nav .nav_inner {
  height: 64px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
/* line 113, ../sass/common.scss */
#header.fixed #nav .nav_inner > div {
  top: 24px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
/* line 121, ../sass/common.scss */
#header.fixed #nav .nav_inner #header_nav ul.nav_list > li > a {
  padding: 25px 0;
}
/* line 123, ../sass/common.scss */
#header.fixed #nav .nav_inner #header_nav ul.nav_list > li > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  top: -90px;
  left: 0;
  z-index: -1;
  -webkit-transition: background ease-in-out 0.3s, top ease-in-out 0.3s;
  transition: background ease-in-out 0.3s, top ease-in-out 0.3s;
}
/* line 134, ../sass/common.scss */
#header.fixed #nav .nav_inner #header_nav ul.nav_list > li > a:hover {
  opacity: 1;
}
/* line 135, ../sass/common.scss */
#header.fixed #nav .nav_inner #header_nav ul.nav_list > li > a:hover::before {
  top: -60px;
  background: #fff;
}

/* nav */
/* line 148, ../sass/common.scss */
#nav {
  min-width: 1010px;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  /*header_nav*/
  /*.nav_right*/
}
/* line 157, ../sass/common.scss */
#nav .nav_inner {
  width: 1010px;
  height: 34px;
  position: relative;
  margin: 0 auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
/* line 164, ../sass/common.scss */
#nav .nav_inner > div {
  position: absolute;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
/* line 170, ../sass/common.scss */
#nav #header_logo {
  left: 0;
  top: 14px;
  width: 176px;
}
/* line 174, ../sass/common.scss */
#nav #header_logo img {
  width: 176px;
  height: 11px;
}
/* line 179, ../sass/common.scss */
#nav #header_nav {
  left: 420px;
  top: 14px;
  /*ul*/
}
/* line 183, ../sass/common.scss */
#nav #header_nav ul.nav_list > li {
  float: left;
  line-height: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 0 15px;
  position: relative;
}
/* line 190, ../sass/common.scss */
#nav #header_nav ul.nav_list > li > a {
  font-size: 12px;
  font-family: "Noto Serif", serif;
  padding: 5px 0;
}
/* line 194, ../sass/common.scss */
#nav #header_nav ul.nav_list > li > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  top: -50px;
  left: 0;
  z-index: -1;
  -webkit-transition: background ease-in-out 0.3s, top ease-in-out 0.3s;
  transition: background ease-in-out 0.3s, top ease-in-out 0.3s;
}
/* line 205, ../sass/common.scss */
#nav #header_nav ul.nav_list > li > a:hover {
  opacity: 1;
}
/* line 206, ../sass/common.scss */
#nav #header_nav ul.nav_list > li > a:hover::before {
  top: -30px;
  background: #fff;
}
/* line 212, ../sass/common.scss */
#nav #header_nav ul.nav_list > li:nth-of-type(5) {
  padding-right: 28px;
}
/* line 215, ../sass/common.scss */
#nav #header_nav ul.nav_list > li.ec_shop {
  border-left: 1px solid;
  padding-left: 28px;
  padding-right: 28px;
}
/* line 221, ../sass/common.scss */
#nav #header_nav ul.nav_list > li.current > a span {
  content: '';
  width: 100%;
  height: 3px;
  background: url(../../images/shared/border.png) repeat-x;
  bottom: -5px;
  background-size: 3px;
  left: 0;
  z-index: 9999;
  display: block;
}
/* line 236, ../sass/common.scss */
#nav .nav_right {
  top: 14px;
  right: 0;
  display: table;
  /*ul.lang_btn*/
}
/* line 240, ../sass/common.scss */
#nav .nav_right > div {
  display: table-cell;
}
/* line 243, ../sass/common.scss */
#nav .nav_right ul.sns_list {
  margin-right: 32px;
}
/* line 245, ../sass/common.scss */
#nav .nav_right ul.sns_list li a {
  line-height: 1;
  display: inline-block;
  width: 13px;
  height: 13px;
}
/* line 250, ../sass/common.scss */
#nav .nav_right ul.sns_list li a img {
  width: 100%;
}
/* line 256, ../sass/common.scss */
#nav .nav_right ul.lang_btn li {
  float: left;
  line-height: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
/* line 261, ../sass/common.scss */
#nav .nav_right ul.lang_btn li a {
  font-family: "Noto Serif", serif;
  font-size: 12px;
  margin: 0px 10px;
}
/* line 266, ../sass/common.scss */
#nav .nav_right ul.lang_btn li.current a {
  background: url("../../images/shared/border.png") repeat-x;
  background-position: bottom;
  padding-bottom: 3px;
  background-size: 3px;
}
/* line 272, ../sass/common.scss */
#nav .nav_right ul.lang_btn li:first-of-type {
  position: relative;
}
/* line 274, ../sass/common.scss */
#nav .nav_right ul.lang_btn li:first-of-type::after {
  position: absolute;
  content: "/";
  font-size: 10px;
  top: 0;
  right: 0;
}

/*#nav*/
/* line 288, ../sass/common.scss */
#header_nav {
  left: 267px;
  top: 14px;
}
/* line 293, ../sass/common.scss */
#header_nav ul.nav_list li.sub_menu > ul.pull_down {
  position: absolute;
  width: 120px;
  top: 20px;
  background: #fff;
  left: 0;
}
/* line 299, ../sass/common.scss */
#header_nav ul.nav_list li.sub_menu > ul.pull_down > li {
  text-align: left;
}
/* line 301, ../sass/common.scss */
#header_nav ul.nav_list li.sub_menu > ul.pull_down > li a {
  font-family: "Noto Serif", serif;
  display: block;
  padding: 10px;
  text-align: left;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  color: #333;
}
/* line 309, ../sass/common.scss */
#header_nav ul.nav_list li.sub_menu > ul.pull_down > li a:hover {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background: #f3f3f3;
  opacity: 0.8;
}

/* line 326, ../sass/common.scss */
#header_nav ul.nav_list li.sub_menu > ul.pull_down {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}
/* line 333, ../sass/common.scss */
#header_nav ul.nav_list li.sub_menu:hover > ul.pull_down {
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}

/* contents */
/* line 346, ../sass/common.scss */
#contents {
  padding: 100px 0 150px;
  width: 1010px;
  margin: 0 auto;
}
/* line 350, ../sass/common.scss */
#contents .section-box {
  width: 1010px;
  margin: 0 auto;
}

/* line 357, ../sass/common.scss */
#footer {
  border-top: 1px solid #b4b4b4;
}
/* line 359, ../sass/common.scss */
#footer .footer_inner {
  padding: 16px 0;
  vertical-align: top;
}
/* line 363, ../sass/common.scss */
#footer .footer_inner .footer_nav {
  float: left;
}
/* line 365, ../sass/common.scss */
#footer .footer_inner .footer_nav ul {
  display: table;
}
/* line 368, ../sass/common.scss */
#footer .footer_inner .footer_nav ul li {
  display: table-cell;
  text-align: left;
  line-height: 2;
  color: #888;
  font-size: 11px;
}
/* line 374, ../sass/common.scss */
#footer .footer_inner .footer_nav ul li p {
  color: #333;
  display: inline-block;
}
/* line 377, ../sass/common.scss */
#footer .footer_inner .footer_nav ul li p a {
  padding: 0 16px;
}
/* line 380, ../sass/common.scss */
#footer .footer_inner .footer_nav ul li p:first-of-type a {
  padding-left: 0;
}
/* line 385, ../sass/common.scss */
#footer .footer_inner .footer_nav ul li:first-of-type {
  width: 70px;
}
/* line 390, ../sass/common.scss */
#footer .footer_inner .footer_nav ul.company > li > p {
  margin-right: 16px;
}
/* line 396, ../sass/common.scss */
#footer .footer_inner .footer_nav ul.brands li.footnav_ttl {
  width: 95px;
}
/* line 401, ../sass/common.scss */
#footer .footer_inner .footer_nav ul.brands li p::after {
  content: '/';
}
/* line 404, ../sass/common.scss */
#footer .footer_inner .footer_nav ul.brands li p:last-of-type::after {
  content: '';
}
/* line 411, ../sass/common.scss */
#footer .footer_inner .copyright {
  float: right;
}
/* line 413, ../sass/common.scss */
#footer .footer_inner .copyright .shop_blog {
  display: none;
}
/* line 416, ../sass/common.scss */
#footer .footer_inner .copyright small {
  font-size: 11px;
  font-weight: normal;
}

/* line 424, ../sass/common.scss */
.swiper-container {
  width: auto;
  height: 100%;
}

/* line 429, ../sass/common.scss */
ul#slider li {
  width: 100% !important;
  height: 100vh;
  background: center / cover no-repeat;
}

/* breadcrumb */
/* line 437, ../sass/common.scss */
.l-breadcrumb {
  margin-bottom: 15px;
}
/* line 439, ../sass/common.scss */
.l-breadcrumb ol.breadcrumb {
  text-align: left;
}
/* line 441, ../sass/common.scss */
.l-breadcrumb ol.breadcrumb > li {
  display: inline;
  position: relative;
  margin-right: 24px;
}
/* line 445, ../sass/common.scss */
.l-breadcrumb ol.breadcrumb > li::before, .l-breadcrumb ol.breadcrumb > li::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 1px;
  background: #333;
  right: -14px;
}
/* line 455, ../sass/common.scss */
.l-breadcrumb ol.breadcrumb > li::before {
  transform: rotate(45deg);
  top: 7px;
}
/* line 459, ../sass/common.scss */
.l-breadcrumb ol.breadcrumb > li::after {
  transform: rotate(-45deg);
  top: 11px;
}
/* line 463, ../sass/common.scss */
.l-breadcrumb ol.breadcrumb > li:last-of-type::before, .l-breadcrumb ol.breadcrumb > li:last-of-type::after {
  display: none;
}
