/** Shopify CDN: Minification failed

Line 99:3 Unexpected "font-size"
Line 300:3 Unexpected "zoom"
Line 6191:2 Expected identifier but found "<!--"
Line 6191:25 Expected identifier but found "-->"
Line 6698:2 "pading-left" is not a known CSS property

**/
@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i&display=swap");
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

body {
  overflow: visible;
}
body.modalOn {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Base style & container
==================================================== */
html {
  overflow-x: hidden;
}

html.nav-active {
  overflow: hidden;
}

body {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow: hidden;
}

a {
  color: #111;
  text-decoration: none;
}

.rollover {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  zoom: 1;
}

.txtlink {
  color: #9a0004;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    pointer-events: none;
    cursor: default;
    display: inline-block;
  }
}

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

.inner, .inner-1744 {
  display: block;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .inner, .inner-1744 {
    padding: 0 15px;
  }
}

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

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

input, button, textarea, select.custom-select {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

input, textarea, select.custom-select {
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
  font-size: 1.5rem;
  background: #fff;
}

.custom-select-box {
  position: relative;
  border: 1px solid #dedede;
  background: #fff;
}

.custom-select-box select {
  padding: 7px 30px 7px 10px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  border: 0;
}

.custom-select-box select::-ms-expand {
  display: none;
}

.custom-select-box:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #858585;
  border-right: 1px solid #858585;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .fixed:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
Header
==================================================== */
#header {
  width: 100%;
  position: fixed;
  padding: 20px 0;
  background-color: #FFF;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  #header {
    height: 50px;
    padding: 0;
  }
}

#header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .logo {
  width: 151px;
}

#header .logo a {
  display: block;
}

@media screen and (max-width: 768px) {
  #header .logo {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -13px;
  }
}

#header .gnavi {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #header .gnavi {
    display: block !important;
  }
}

@media screen and (max-width: 990px) {
  #header .gnavi {
  }
}

@media screen and (max-width: 768px) {
  #header .gnavi {
    display: none;
    width: 100%;
    background: #FFF;
    padding-left: 0;
  }
}

#header .gnavi li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 15px;
}

@media screen and (min-width: 769px) {
  #header .gnavi li:nth-child(2).site-nav--has-dropdown > a {
    display: inline-block;
    pointer-events: none;
  }
  #header .gnavi li.site-nav--has-dropdown .site-nav--dropdown li {
    margin: 0;
    width: 100%;
  }
  #header .gnavi li.site-nav--has-dropdown .site-nav--dropdown li a {
    display: block;
  }
}

@media screen and (max-width: 990px) {
  #header .gnavi li {
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  #header .gnavi li {
    display: block;
    margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
    border-top: 1px solid #CCC;
  }
}

#header .gnavi li:last-of-type {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  #header .gnavi li:last-of-type {
    border-bottom: 1px solid #CCC;
  }
}

@media screen and (max-width: 768px) {
  #header .gnavi li a {
    display: block;
    padding: 10px 15px;
  }
}

#header .gnavi li a:hover {
  color: #aaaaaa;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#header .gnavi li.site-nav--has-dropdown {
  position: relative;
}

#header .gnavi li.site-nav--has-dropdown::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  #header .gnavi li.site-nav--has-dropdown::after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -2px;
  }
}

#header .gnavi li.arrow a {
  position: relative;
}

#header .gnavi li.arrow a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  #header .gnavi li.arrow a::after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -2px;
  }
}

#header .gnavi li.large--hide {
  display: none;
}

#header .nav-bar {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFF;
  animation-name: fade-in;
  -moz-animation-duration: .35s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: .35s;
  -webkit-animation-name: fade-in;
}

#header .nav-bar .gnavi {
  display: block;
}

@media screen and (max-width: 768px) {
  #header .nav-bar {
    height: 100vh;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.6);
  }
  #header .nav-bar .icn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
    text-align: center;
  }
  #header .nav-bar .icn-box .icn-cart {
    margin: 0 10px;
  }
  #header .nav-bar .icn-box .icn-cart a {
    position: relative;
    display: inline-block;
  }
  #header .nav-bar .icn-box .icn-cart a img {
    width: 30px;
  }
  #header .nav-bar .icn-box .icn-cart a .cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    background: #9a0004;
    border: 1px solid #fff;
    border-radius: 50%;
  }
}

#header .icon-list {
  font-size: 0;
  width: 93px;
}

@media screen and (max-width: 768px) {
  #header .icon-list {
    display: none;
    text-align: center;
    width: 100%;
    padding: 20px 0;
  }
}

#header .icon-list .icn-search-bar,
#header .icon-list .icn-cart {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  margin-left: 43px;
}

@media screen and (max-width: 768px) {
  #header .icon-list .icn-search-bar,
  #header .icon-list .icn-cart {
    border: none !important;
    display: inline-block;
    margin: 0 15px;
  }
}

#header .icon-list .icn-search-bar a,
#header .icon-list .icn-cart a {
  position: relative;
  display: block;
}

#header .icon-list .icn-search-bar a .cart-badge--desktop,
#header .icon-list .icn-cart a .cart-badge--desktop {
  top: -10px;
  right: -10px;
}

@media screen and (max-width: 768px) {
  #header .icon-list .icn-search-bar a,
  #header .icon-list .icn-cart a {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #header .icon-list .icn-search-bar {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #header .icon-list .icn-search-bar .js-acc-btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #header .icon-list .icn-search-bar .search-bar {
    position: static;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 400px;
  }
}

#header .icon-list .icn-search-bar.pc-icn-search {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  #header .icon-list .icn-search-bar.pc-icn-search {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #header .icon-list .icn-cart {
    position: absolute;
    right: 45px;
    top: 0;
    width: 50px;
    margin: 0;
    text-align: center;
  }
  #header .icon-list .icn-cart a {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
  }
  #header .icon-list .icn-cart a .cart-badge--desktop {
    top: 3px;
    right: 0;
  }
  #header .icon-list .icn-cart img {
    width: 30px;
  }
}

#header .icon-list .js-acc-cont {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 20px 10px;
  width: 100vw;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

#header .icon-list .js-acc-cont .sarch-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .icon-list form {
  display: block;
  width: 100%;
  max-width: 700px;
}

#header .icon-list .search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
}

#header .icon-list .search-bar input {
  border: 0;
  padding-right: 0;
}

#header .icon-list .search-bar .search-box {
  width: calc(100% - 40px);
}

#header .icon-list .search-bar .search-bar--submit {
  width: 40px;
}

#header .icon-list .search-bar .search-bar--submit img {
  width: 25px;
}

#header .js-acc-close {
  display: inline-block;
  margin-left: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
}

#header .cart-badge--desktop {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  background: #9a0004;
  border: 1px solid #fff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  #header .js-acc-cont {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 20px 10px;
    width: 100vw;
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #CCC;
    z-index: 1;
  }
  #header .js-acc-cont .sarch-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .js-acc-cont form {
    display: block;
    width: 100%;
    max-width: 700px;
  }
}

@media screen and (max-width: 768px) {
  #header .js-acc-btn {
    display: inline-block;
    margin: 0 10px;
  }
  #header .js-acc-btn img {
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  #header .search-bar {
    position: static;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 400px;
    border: 1px solid #ddd;
    background: #fff;
  }
  #header .search-bar .search-box {
    width: calc(100% - 40px);
  }
  #header .search-bar .search-box input {
    border: 0;
  }
  #header .search-bar .search-bar--submit {
    width: 40px;
  }
  #header .search-bar .search-bar--submit img {
    width: 25px;
  }
}

.menu-trigger,
#mobileNavBar {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0px;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .menu-trigger,
  #mobileNavBar {
    display: none;
  }
}

.menu-trigger span,
#mobileNavBar span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: absolute;
  right: 12px;
  width: 25px;
  height: 2px;
  background-color: #222222;
}

.menu-trigger span:nth-of-type(1),
#mobileNavBar span:nth-of-type(1) {
  top: 16px;
}

.menu-trigger span:nth-of-type(2),
#mobileNavBar span:nth-of-type(2) {
  top: 23px;
}

.menu-trigger span:nth-of-type(3),
#mobileNavBar span:nth-of-type(3) {
  bottom: 18px;
}

.menu-trigger.active span:nth-of-type(1),
#mobileNavBar.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
      transform: translateY(7px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2),
#mobileNavBar.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3),
#mobileNavBar.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  -ms-transform: translateY(-7px) rotate(45deg);
      transform: translateY(-7px) rotate(45deg);
}

.menu-trigger .menu-toggle,
#mobileNavBar .menu-toggle {
  width: 50px;
  height: 50px;
}

#nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
}

.show-nav body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.show-nav .nav-bar {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .show-nav .nav-bar {
    display: none !important;
  }
}

.show-nav #mobileNavBar span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
      transform: translateY(7px) rotate(-45deg);
}

.show-nav #mobileNavBar span:nth-of-type(2) {
  opacity: 0;
}

.show-nav #mobileNavBar span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  -ms-transform: translateY(-7px) rotate(45deg);
      transform: translateY(-7px) rotate(45deg);
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

#moreMenu {
  position: relative;
}

#moreMenu.site-nav--has-dropdown:after {
  display: none !important;
}

#moreMenu button.site-nav--link {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 990px) {
  #moreMenu button.site-nav--link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#moreMenu button.site-nav--link:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -14px;
  margin-top: -7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

#moreMenu #moreMenu--list li {
  display: block;
  margin: 0;
}

.mobile-nav--dropdown .icon-arrow-down {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.mobile-nav--has-dropdown .icon-arrow-down {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  /*width: 50px;*/
  width: 100%;
  height: 41px;
}

.mobile-nav--has-dropdown .icon-arrow-down:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -3px auto 0;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #aaaaaa transparent transparent transparent;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

.mobile-nav--has-dropdown .icon-arrow-down.nav-active:before {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mobile-nav--dropdown {
  display: none;
}

.mobile-nav--dropdown li {
  text-indent: 1em;
}

.mobile-nav--dropdown li:last-child {
  border-bottom: 0 !important;
}

.site-nav--dropdown .icon-arrow-down {
  display: inline-block;
  line-height: 1;
  top: 0;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.site-nav--dropdown,
.site-nav--dropdown-grandchild {
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #dedede;
  background-color: #f3f3f3;
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  margin: 0;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
  width: 250px;
}

.site-nav--dropdown--more .site-nav--dropdown,
.site-nav--dropdown--more .site-nav--dropdown-grandchild {
  top: -1px;
  left: auto;
  right: 100%;
}

.no-touch .site-nav--has-dropdown:hover > .site-nav--dropdown,
.site-nav--has-dropdown.nav-hover > .site-nav--dropdown,
.nav-focus + .site-nav--dropdown,
.nav-hover > .site-nav--dropdown,
.no-touch .site-nav--has-dropdown:hover > .site-nav--dropdown-grandchild,
.site-nav--has-dropdown.nav-hover > .site-nav--dropdown-grandchild,
.nav-focus + .site-nav--dropdown-grandchild,
.nav-hover > .site-nav--dropdown-grandchild {
  opacity: 1;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
  -webkit-transition: all 90ms;
  -o-transition: all 90ms;
  transition: all 90ms;
}

.site-nav--dropdown a,
.site-nav--dropdown-grandchild a {
  display: block;
  text-transform: none;
  padding: 10px 15px;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .site-nav--dropdown li {
    border-bottom: 1px solid #dedede;
  }
  .site-nav--dropdown li:last-child {
    border-bottom: 0;
  }
  .site-nav--dropdown li a:hover:before {
    display: none;
  }
}

.site-nav--dropdown a:hover,
.site-nav--dropdown a:active,
.site-nav--dropdown a:focus,
.site-nav--dropdown-grandchild a:hover,
.site-nav--dropdown-grandchild a:active,
.site-nav--dropdown-grandchild a:focus {
  color: #805d58;
}

.site-nav--dropdown a:focus,
.site-nav--dropdown-grandchild a:focus {
  background-color: #e6e6e6;
}

.site-nav--dropdown-grandchild {
  top: -1px;
  left: 100%;
}

.site-nav--dropdown-grandchild.nav-outside {
  left: -100%;
}

/* ====================================================
Footer
==================================================== */
#footer {
  background-color: #333a43;
  color: #FFF;
  padding: 80px 0 55px;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 45px 0 20px;
    text-align: center;
  }
}

#footer .footer-inner {
  display: table;
  width: 100%;
}

#footer .logo-col,
#footer .menu-col {
  display: table-cell;
  vertical-align: top;
}

#footer .logo-col {
  width: 605px;
  padding-right: 20px;
}

@media screen and (max-width: 1200px) {
  #footer .logo-col {
    width: 420px;
  }
}

@media screen and (max-width: 990px) {
  #footer .logo-col {
    width: 250px;
  }
}

@media screen and (max-width: 768px) {
  #footer .logo-col {
    padding-right: 0;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #footer .menu-col {
    display: block;
    margin-top: 5rem;
  }
}

#footer .logo {
  overflow: hidden;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #footer .logo {
    margin-bottom: 30px;
  }
}

#footer .logo dt,
#footer .logo dd {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 990px) {
  #footer .logo dt {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #footer .logo dt {
    margin-bottom: 10px;
  }
}

#footer .logo dd {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 50px;
}

@media screen and (max-width: 990px) {
  #footer .logo dd {
    display: block;
    padding-left: 0;
  }
}

#footer .copyright {
  color: #aaaaaa;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  #footer .copyright {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

#footer .contact-btn {
  max-width: 390px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #footer .contact-btn {
    margin: 0 auto 20px;
    max-width: 300px;
  }
}

#footer .contact-btn .btn {
  color: #FFF;
}

#footer .contact-btn .btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 22px;
  height: 14px;
  background: url(/cdn/shop/files/icn_mail.png?121) no-repeat 0 0;
  background-size: 100% auto;
}

#footer .contact-btn .btn::after {
  display: none;
}

#footer .contact-btn .btn:hover {
  color: #333a43;
}

#footer .footer-banner {
  margin-bottom: 60px;
}
#footer .footer-banner.pc {
  display: block;
}
#footer .footer-banner.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #footer .footer-banner.pc {
    display: none;
  }
  #footer .footer-banner.sp {
    display: block;
    max-width: 300px;
    margin: 0 auto 45px;
  }
}
#footer .footer-banner a {
  transition: 0.2s;
}
#footer .footer-banner a:hover {
  opacity: 0.8;
  transition: 0.2s;
}


#footer .footer-menu {
  float: left;
  padding-right: 10px;
}

#footer .footer-menu:nth-of-type(1) {
  width: 42%;
}

#footer .footer-menu:nth-of-type(2) {
  width: 26%;
}

#footer .footer-menu:nth-of-type(3) {
  width: 32%;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  #footer .footer-menu {
    float: none;
    padding-right: 10px;
  }

  #footer .footer-menu:nth-of-type(1) {
    width: 100%;
    padding: 0 2rem;
  }
  #footer .footer-menu:nth-of-type(2),
  #footer .footer-menu:nth-of-type(3) {
    display: none;
  }
}

#footer .footer-menu li {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

#footer .footer-menu li a {
  color: #FFF;
}

#footer .footer-menu li a:hover {
  text-decoration: underline;
}

.mw-65 {
  min-width: 68px;
}

.mw-92 {
  min-width: 92px;
}

@media screen and (max-width: 768px) {
  .mw-92 {
    min-width: 82px;
  }
}

.mw-75 {
  min-width: 75px;
}

@media screen and (max-width: 768px) {
  .mw-75 {
    min-width: 70px;
  }
}

.mw-90 {
  min-width: 90px;
}

@media screen and (max-width: 768px) {
  .mw-90 {
    min-width: 85px;
  }
}

.mw-80 {
  min-width: 80px;
}

@media screen and (max-width: 768px) {
  .mw-80 {
    min-width: 70px;
  }
}

.mw-95 {
  min-width: 95px;
}

@media screen and (max-width: 768px) {
  .mw-95 {
    min-width: 85px;
  }
}

.js-acc-cont {
  display: none;
}

.breadcrumb {
  padding: 13px 0;
  background: #f3f3f3;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
}

.breadcrumb a {
  color: #999;
}

.breadcrumb .inner, .breadcrumb .inner-1744 {
  max-width: 1040px;
}

.pagination-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #dedede;
}

.pagination-custom li span, .pagination-custom li a {
  display: inline-block;
  min-width: 28px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  text-align: center;
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  border-left: 1px solid #ababab;
}

.pagination-custom li a {
  color: #9a0004;
}

.pagination-custom li a:hover {
  background: #eee;
}

.pagination-custom li:last-child span, .pagination-custom li:last-child a {
  border-right: 1px solid #ababab;
}

.pagination-custom li.arrow a, .pagination-custom li.arrow span {
  min-width: 34px;
}

/* おすすめ商品 */
.sec-product {
  padding: 35px 0 0;
  border-top: 1px solid #dedede;
}

.sec-product .product-list {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.sec-product .product-list-item {
  margin: 0;
  padding: 0 .43%;
  width: auto;
  outline: 0;
}

.sec-product .product-list-item a {
  outline: 0;
}

.sec-product .product-list .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.8);
  z-index: 1;
}

.sec-product .product-list .slick-arrow:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -6px auto 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.sec-product .product-list .slick-arrow:hover {
  opacity: 0.7;
}

.sec-product .product-list .slick-prev {
  left: 0;
}

.sec-product .product-list .slick-prev:before {
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.sec-product .product-list .slick-next {
  right: 0;
}

.sec-product .product-list .slick-next:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* common */
.template-page .main-content,
.template-cart .main-content,
.template-search .main-content {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .template-page .main-content,
  .template-cart .main-content,
  .template-search .main-content {
    padding-top: 50px;
  }
}

.template-page .main-content .inner, .template-page .main-content .inner-1744,
.template-cart .main-content .inner,
.template-cart .main-content .inner-1744,
.template-search .main-content .inner,
.template-search .main-content .inner-1744 {
  max-width: 1040px;
}

/* ====================================================
MODULE
==================================================== */
/*パンくずMODULE*/
/*見出しMODULE*/
.ttlCom01 {
  margin-bottom: 35px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
}

.ttlCom02 {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ttlCom02 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.ttlCom02 small {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ttlCom02 small {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .ttlCom02 small {
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*テキストMODULE*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.errors {
  margin: 5px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.ft-lat {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

/*リンクMODULE*/
/*ボタンMODULE*/
.btn {
  position: relative;
  border: 1px solid #cccccc;
  text-align: center;
  color: #333333;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  height: 60px;
  line-height: 60px;
}

@media screen and (max-width: 768px) {
  .btn {
    height: 50px;
    line-height: 50px;
  }
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 30px;
  height: 1px;
  background: #111111;
}

@media screen and (max-width: 768px) {
  .btn::after {
    width: 24px;
    right: -12px;
  }
}

.btn:hover {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background: #cccccc;
}

.btn-small {
  padding: 8px 0;
  background: #858585;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

/*リストMODULE*/
/*ボックスMODULE*/
/*グリッドMODULE*/
/*フォームMODULE*/
.main-visual-page {
  background: url("/cdn/shop/files/bg.png?134") no-repeat center;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .main-visual-page {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .main-visual-page .inner, .main-visual-page .inner-1744 {
    padding: 0;
  }
}

.main-visual-page .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .main-visual-page .flex {
    position: relative;
  }
  .main-visual-page .flex:after {
    content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 10;
  }
}

.main-visual-page .flex .ttl-main-visual {
  width: 35%;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  margin-top: -30px;
  letter-spacing: 4px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .main-visual-page .flex .ttl-main-visual {
    width: 100%;
    margin-top: 0 !important;
    position: absolute;
    z-index: 11;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.main-visual-page .flex .ttl-main-visual small {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-visual-page .flex .ttl-main-visual small {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .main-visual-page .flex .ttl-main-visual small {
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.main-visual-page .flex .img {
  width: 65%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-visual-page .flex .img {
    width: 100%;
  }
}

.main-visual-page .flex .img span {
  font-size: 1.4rem;
  position: absolute;
  right: 0.5rem;
  top: calc(100% + 0.5rem);
}
@media screen and (max-width: 768px) {
  .main-visual-page .flex .img span {
    font-size: 1.2rem;
  }
}

.main-visual-page.style02 {
  background: none;
  min-height: 170px;
  padding-top: 0;
  margin-top: 80px;
  border-top: 1px solid #c2ccd1;
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .main-visual-page.style02 {
    min-height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .main-visual-page.style02 .flex:after {
    display: none;
  }
}

.main-visual-page.style02 .flex .ttl-main-visual {
  color: #333333;
  margin-top: 88px;
}

@media screen and (max-width: 768px) {
  .main-visual-page.style02 .flex .ttl-main-visual {
    width: 100%;
    position: static;
    margin-top: 50px !important;
  }
}

.ajaxify-modal {
  position: absolute;
  top: 170px;
  left: -200%;
  margin-left: -500px;
  width: 100%;
  max-width: 760px;
  height: auto;
  z-index: 99999999;
  visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  -o-transition: left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  -webkit-transition: left 0s linear 700ms, margin-top 200ms ease-in-out, -webkit-box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms;
  transition: left 0s linear 700ms, margin-top 200ms ease-in-out, -webkit-box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms;
  transition: left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  transition: left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out, -webkit-box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms;
}

@media only screen and (max-height: 645px) {
  .ajaxify-modal {
    top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .ajaxify-modal {
    max-width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .ajaxify-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0 !important;
    max-height: none;
    max-width: none;
  }
}

@media screen and (max-width: 480px) {
  body.ajaxify-modal--visible {
    overflow: hidden;
  }
}

.ajaxifyCart-loader {
  display: none;
  opacity: 0;
  position: absolute;
  left: -24px;
  top: 50%;
  margin-top: -8px;
  padding: 0;
  width: 16px;
  height: 16px;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  background-repeat: no-repeat;
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPYAAP///8zMzPX19enp6d7e3tjY2NnZ2eHh4evr6/f39+zs7NPT09PT09XV1dbW1tjY2ODg4PDw8NHR0eLi4vr6+vr6+vLy8ufn59vb297e3vHx8fT09NfX19DQ0Ofn5+3t7d7e3uTk5Pj4+Obm5s7OzuDg4Orq6uDg4O/v79nZ2c3Nze7u7unp6dDQ0M3Nzfn5+fz8/OPj4+Xl5fz8/OXl5e3t7f39/f39/fHx8fPz8/z8/Pb29u7u7vv7+/X19fj4+Pf39/T09PLy8vHx8fj4+Pb29vv7+/b29uTk5O/v7+/v79ra2tzc3N3d3d/f39jY2NfX1/Ly8uPj49XV1fr6+tTU1Ofn593d3dTU1NHR0evr69vb28/Pz+bm5t/f39bW1vPz8/T09Pn5+fDw8OTk5Ojo6Ovr69zc3Ojo6Nra2tra2tLS0uzs7M/Pz87Ozu3t7czMzOrq6tPT08/Pz9fX1+Li4tXV1c3NzeLi4tLS0tzc3OHh4eXl5QAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAHjYAAgoOEhYUbIykthoUIHCQqLoI2OjeFCgsdJSsvgjcwPTaDAgYSHoY2FBSWAAMLE4wAPT89ggQMEbEzQD+CBQ0UsQA7RYIGDhWxN0E+ggcPFrEUQjuCCAYXsT5DRIIJEBgfhjsrFkaDERkgJhswMwk4CDzdhBohJwcxNB4sPAmMIlCwkOGhRo5gwhIGAgAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYU7A1dYDFtdG4YAPBhVC1ktXCRfJoVKT1NIERRUSl4qXIRHBFCbhTKFCgYjkII3g0hLUbMAOjaCBEw9ukZGgidNxLMUFYIXTkGzOmLLAEkQCLNUQMEAPxdSGoYvAkS9gjkyNEkJOjovRWAb04NBJlYsWh9KQ2FUkFQ5SWqsEJIAhq6DAAIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhQkKE2kGXiwChgBDB0sGDw4NDGpshTheZ2hRFRVDUmsMCIMiZE48hmgtUBuCYxBmkAAQbV2CLBM+t0puaoIySDC3VC4tgh40M7eFNRdH0IRgZUO3NjqDFB9mv4U6Pc+DRzUfQVQ3NzAULxU2hUBDKENCQTtAL9yGRgkbcvggEq9atUAAIfkECQoAAAAsAAAAABAAEAAAB4+AAIKDhIWFPygeEE4hbEeGADkXBycZZ1tqTkqFQSNIbBtGPUJdD088g1QmMjiGZl9MO4I5ViiQAEgMA4JKLAm3EWtXgmxmOrcUElWCb2zHkFQdcoIWPGK3Sm1LgkcoPrdOKiOCRmA4IpBwDUGDL2A5IjCCN/QAcYUURQIJIlQ9MzZu6aAgRgwFGAFvKRwUCAAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYUUYW9lHiYRP4YACStxZRc0SBMyFoVEPAoWQDMzAgolEBqDRjg8O4ZKIBNAgkBjG5AAZVtsgj44VLdCanWCYUI3txUPS7xBx5AVDgazAjC3Q3ZeghUJv5B1cgOCNmI/1YUeWSkCgzNUFDODKydzCwqFNkYwOoIubnQIt244MzDC1q2DggIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhTBAOSgrEUEUhgBUQThjSh8IcQo+hRUbYEdUNjoiGlZWQYM2QD4vhkI0ZWKCPQmtkG9SEYJURDOQAD4HaLuyv0ZeB4IVj8ZNJ4IwRje/QkxkgjYz05BdamyDN9uFJg9OR4YEK1RUYzFTT0qGdnduXC1Zchg8kEEjaQsMzpTZ8avgoEAAIfkECQoAAAAsAAAAABAAEAAAB4iAAIKDhIWFNz0/Oz47IjCGADpURAkCQUI4USKFNhUvFTMANxU7KElAhDA9OoZHH0oVgjczrJBRZkGyNpCCRCw8vIUzHmXBhDM0HoIGLsCQAjEmgjIqXrxaBxGCGw5cF4Y8TnybglprLXhjFBUWVnpeOIUIT3lydg4PantDz2UZDwYOIEhgzFggACH5BAkKAAAALAAAAAAQABAAAAeLgACCg4SFhjc6RhUVRjaGgzYzRhRiREQ9hSaGOhRFOxSDQQ0uj1RBPjOCIypOjwAJFkSCSyQrrhRDOYILXFSuNkpjggwtvo86H7YAZ1korkRaEYJlC3WuESxBggJLWHGGFhcIxgBvUHQyUT1GQWwhFxuFKyBPakxNXgceYY9HCDEZTlxA8cOVwUGBAAA7AAAAAAAAAAAA);
}

.flip--is-loading .ajaxifyCart-loader {
  display: block;
  opacity: 1;
}

form[action="/cart/add"]:after, form[action^="/cart/add"]:after {
  content: "";
  display: table;
  clear: both;
}

.ajaxifyCart--content {
  position: relative;
  background-color: #fff;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -o-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: hidden;
}

.is-visible .ajaxifyCart--content {
  -webkit-transition: all 550ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -o-transition: all 550ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transition: all 550ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.ajaxifyCart--content form {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .ajaxifyCart--content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.ajaxifyCart--products {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.ajaxifyCart--product {
  position: relative;
  padding: 10px 0;
}

.ajaxifyCart--product:first-child {
  padding-top: 0;
}

.ajaxifyCart--product, .cart-row {
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -o-transition: all 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transition: all 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  max-height: 500px;
  visibility: visible;
}

.ajaxifyCart--product.is-removed, .cart-row.is-removed {
  overflow: hidden;
  opacity: 0;
  padding: 0;
  margin: -24px 0 0;
  visibility: hidden;
  -webkit-transform: rotateX(-92deg);
  -ms-transform: rotateX(-92deg);
  transform: rotateX(-92deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -o-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  max-height: 0;
}

.ajaxifyCart--row {
  clear: both;
}

.ajaxifyCart--row:after {
  content: "";
  display: table;
  clear: both;
}

.ajaxCart--product-image {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.ajaxCart--product-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.ajaxify-modal {
  position: absolute;
  top: 170px;
  left: -200%;
  margin-left: -500px;
  width: 100%;
  max-width: 760px;
  height: auto;
  z-index: 99999999;
  visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  -o-transition: left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  -webkit-transition: left 0s linear 700ms, margin-top 200ms ease-in-out, -webkit-box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms;
  transition: left 0s linear 700ms, margin-top 200ms ease-in-out, -webkit-box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms;
  transition: left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  transition: left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out, -webkit-box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms;
}

@media only screen and (max-height: 645px) {
  .ajaxify-modal {
    top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .ajaxify-modal {
    max-width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .ajaxify-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0 !important;
    max-height: none;
    max-width: none;
  }
}

.ajaxify-modal .ajaxifyCart--content {
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (max-width: 768px) {
  .ajaxify-modal .ajaxifyCart--content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .ajaxify-modal .ajaxifyCart--content {
    padding-bottom: 60px;
    min-height: 100%;
  }
}

.ajaxify-modal.is-visible {
  visibility: visible;
  left: 50%;
  -webkit-transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  -o-transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  -webkit-transition: left 0s linear, margin-top 200ms ease-in-out, -webkit-box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms;
  transition: left 0s linear, margin-top 200ms ease-in-out, -webkit-box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms;
  transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out, -webkit-box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms;
}

@media screen and (min-width: 769px) {
  .ajaxify-modal.is-visible {
    -webkit-box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.25);
  }
}

@media screen and (max-width: 480px) {
  .ajaxify-modal.is-visible {
    left: 0;
  }
}

.ajaxify-modal .ajaxifyCart--row > div {
  padding-left: 20px;
}

.ajaxify-modal .ajaxifyCart--row > div:first-child {
  padding-left: 0;
}

.ajaxify-modal .ajaxifyCart--product {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.ajaxify-modal .update-cart {
  display: none !important;
}

.ajaxify-modal.no-transforms {
  border: 1px solid #dedede;
}

#ajaxifyCart-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 99999998;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -o-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  background-color: #000;
}

@media screen and (min-width: 481px) {
  .is-visible ~ #ajaxifyCart-overlay {
    visibility: visible;
    -webkit-transition: all 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -o-transition: all 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    transition: all 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    opacity: 0.8;
  }
}

.ajaxify-modal .ajaxifyCart--content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

.ajaxify-modal.is-visible .ajaxifyCart--content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .ajaxify-modal input[type="text"] {
    border-color: #dedede;
  }
  .ajaxify-modal .ajaxifyCart--qty-adjuster {
    opacity: 1;
  }
}

.ajaxifyCart--content .cart-header__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
}

.ajaxifyCart--content .cart-row {
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #dedede;
}

.ajaxifyCart--content .cart-row:first-of-type {
  border-top: 1px solid #dedede;
}

.ajaxifyCart--content .cart-row .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ajaxifyCart--content .cart-item-left {
  width: calc(100% - 300px);
}

@media screen and (max-width: 768px) {
  .ajaxifyCart--content .cart-item-left {
    width: 100%;
  }
}

.ajaxifyCart--content .cart-item-price {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .ajaxifyCart--content .cart-item-price {
    margin-top: 20px;
    width: 100%;
  }
}

.ajaxifyCart--content .cart-item-img {
  width: 65px;
}

.ajaxifyCart--content .cart-item-img a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100% !important;
  width: 100%;
  height: 0;
}

.ajaxifyCart--content .cart-item-img a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.ajaxifyCart--content .cart-item-desc {
  padding: 0 20px;
  width: calc(100% - 65px);
}

@media screen and (max-width: 768px) {
  .ajaxifyCart--content .cart-item-desc {
    padding-right: 0;
  }
}

.ajaxifyCart--content .item-select-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
}

@media screen and (max-width: 768px) {
  .ajaxifyCart--content .item-select-num {
    margin-right: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.ajaxifyCart--content .item-select-num .ajaxifyCart--qty {
  position: relative;
}

.ajaxifyCart--content .item-select-num .ajaxifyCart--qty .ajaxifyCart--num {
  width: 60px;
  text-align: center;
}

.ajaxifyCart--content .item-select-num .ajaxifyCart--qty .ajaxifyCart--qty-adjuster {
  position: absolute;
  top: 0;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  width: 30px;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.ajaxifyCart--content .item-select-num .ajaxifyCart--qty .ajaxifyCart--qty-adjuster.ajaxifyCart--add {
  right: -30px;
}

.ajaxifyCart--content .item-select-num .ajaxifyCart--qty .ajaxifyCart--qty-adjuster.ajaxifyCart--minus {
  left: -30px;
}

.ajaxifyCart--content .txt-price {
  width: calc(100% - 190px);
  text-align: right;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .ajaxifyCart--content .txt-price {
    width: calc(100% - 200px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.ajaxifyCart--content .btn-delete {
  width: 70px;
}

@media screen and (max-width: 768px) {
  .ajaxifyCart--content .btn-delete {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.ajaxifyCart--content .btn-delete a {
  display: block;
  padding: 8px 0;
  background: #858585;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

.repair {
  margin-bottom: 76px;
}

@media screen and (max-width: 768px) {
  .repair {
    margin-bottom: 50px;
  }
}

.repair:last-child {
  margin-bottom: 113px;
}

@media screen and (max-width: 768px) {
  .repair:last-child {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 769px) {
  .repair .ttl_type01 {
    margin-bottom: 69px;
  }
}

.repair .product-item .item .txt-basic {
  padding-top: 0;
}

@media screen and (min-width: 769px) {
  .repair .product-item .item .txt-basic {
    line-height: 2;
    margin-top: -9px;
    padding-right: 0;
    padding-left: 50px;
  }
}

@media screen and (min-width: 991px) {
  .repair .product-item .item .txt-basic {
    padding-left: 110px;
  }
}

@media only screen and (min-width: 1441px) {
  .repair .product-item .item .img:after {
    width: 665px;
    height: 460px;
    top: 30.1%;
  }
}

.repair_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 6px;
  padding-bottom: 1px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .repair_list {
    padding: 0;
  }
}

.repair_list .item {
  width: 50%;
  margin: 30px 0;
  padding-right: 30px;
}

@media screen and (max-width: 990px) {
  .repair_list .item {
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .repair_list .item {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 !important;
  }
}

.repair_list .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 30px;
}

@media screen and (max-width: 990px) {
  .repair_list .item:nth-child(2n) {
    padding-right: 0;
    padding-left: 20px;
  }
}

.repair_list .item .img {
  margin-bottom: 21px;
}

@media screen and (max-width: 768px) {
  .repair_list .item .img {
    margin-bottom: 15px;
  }
}

.repair_list .item .img img {
  width: 100%;
}

.repair_box {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  margin-bottom: 51px;
}

@media screen and (max-width: 768px) {
  .repair_box {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

.repair_box:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .repair_box:last-child .note {
    padding-bottom: 22px;
  }
}

.repair_box p {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .repair_box p {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  .repair_box p + .note {
    padding-bottom: 0 !important;
    margin-bottom: 25px;
    margin-top: -7px;
  }
}

.repair_box > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .repair_box .product-news .item {
    margin-bottom: 25px;
  }
}

.repair_box.style02 {
  margin-bottom: 66px;
}

@media screen and (max-width: 768px) {
  .repair_box.style02 {
    margin-bottom: 25px;
  }
}

.repair_box.style02 p:first-child {
  margin-bottom: 67px;
}

@media screen and (max-width: 768px) {
  .repair_box.style02 p:first-child {
    margin-bottom: 15px;
  }
}

.repair_box .product-news .item .txt {
  padding-bottom: 0 !important;
}

.repair_box .more-btn {
  width: 50%;
}
.repair_box .btn {
    border: 1px solid #9a0004;
    color: #9a0004;
}
.repair_box .btn::after {
  content: none;
}
.repair_box .btn:hover {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background: #9a0004;
  color: #fff;
}

.tbl {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  margin: 43px 0 41px;
}

@media screen and (max-width: 768px) {
  .tbl {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 15px;
  }
}

.tbl th, .tbl td {
  width: 33.33%;
  padding: 10px 25px;
  text-align: left;
  border: 1px solid #c2ccd1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tbl th, .tbl td {
    padding: 13px 7px;
  }
}

@media screen and (max-width: 768px) {
  .tbl th, .tbl td {
    padding: 10px;
    letter-spacing: -0.7px;
  }
}

.tbl th {
  background: #333a43;
  color: #fff;
}

.tbl th:first-child {
  border-top: none;
  border-left: none;
  background: transparent;
}

.tbl td:first-child {
  background: #f8f8f8;
}

.tbl td:nth-of-type(2) {
  background: #f2f7f9;
}

.note {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  color: #888888;
}

@media screen and (min-width: 769px) {
  .note {
    padding-bottom: 34px;
  }
}

@media screen and (max-width: 768px) {
  .note {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.note span {
  color: #9a0004;
}

.ttl_type01.line {
  position: relative;
  line-height: 2.14;
  letter-spacing: 1.5px;
}

.ttl_type01.line:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background: #c2ccd1;
  left: 0;
  top: 61%;
}

.ttl_type01.line i {
  font-style: normal;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 42px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .ttl_type01.line i {
    padding: 0 20px;
  }
}

.ttl_type01.line span {
  letter-spacing: 3px;
}

.ttl_custom01 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  margin-bottom: 34px;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .ttl_custom01 {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 2px;
    padding-left: 24px;
    margin-bottom: 15px;
  }
}

.ttl_custom01:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  left: -2px;
  top: 9px;
  background: #9a0004;
}

@media screen and (max-width: 768px) {
  .ttl_custom01:before {
    width: 14px;
    height: 14px;
    left: 0;
    top: 7px;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .ttl_custom01:before {
    top: 8px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ttl_custom01:before {
    top: 10px;
  }
}

.ttl_custom02 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 15px;
  border-bottom: 1px solid #c2ccd1;
  margin-top: 41px;
  padding-left: 3px;
}

@media screen and (max-width: 768px) {
  .ttl_custom02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.txt_custom01 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  margin-bottom: 81px;
}

@media screen and (max-width: 768px) {
  .txt_custom01 {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.txt_custom02 {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 56px;
  text-indent: -56px;
}

@media screen and (max-width: 768px) {
  .txt_custom02 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* ====================================================
Index
==================================================== */
.wh-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  background: #FFF;
  display: inline-block;
  padding: 20px 10px;
  letter-spacing: 2px;
}

@media screen and (min-width: 769px) {
  .wh-ttl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 990px) {
  .wh-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px 5px;
  }
}

@media screen and (max-width: 768px) {
  .wh-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 25px;
  }
}

#index .main-visual .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 26px;
  height: 48px;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  font-size: 80px;
  font-size: 8rem;
  color: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  #index .main-visual .slick-arrow {
    width: 13px;
    height: 24px;
  }
}

#index .main-visual .slick-arrow.slick-next {
  right: 30px;
  background-image: url(/cdn/shop/files/top_sl_next.png?116);
}

@media screen and (max-width: 768px) {
  #index .main-visual .slick-arrow.slick-next {
    right: 15px;
  }
}

#index .main-visual .slick-arrow.slick-prev {
  left: 30px;
  background-image: url(/cdn/shop/files/top_sl_prev.png?116);
}

@media screen and (max-width: 768px) {
  #index .main-visual .slick-arrow.slick-prev {
    left: 15px;
  }
}

#index .main-visual .slick-dots {
  max-width: 1240px;
  padding: 0 20px;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #index .main-visual .slick-dots {
    bottom: 15px;
  }
}

#index .main-visual .slick-dots li {
  width: 50px;
  height: 4px;
}

@media screen and (max-width: 768px) {
  #index .main-visual .slick-dots li {
    width: 30px;
    height: 3px;
  }
}

#index .main-visual .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}

#index .main-visual .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#index .main-visual .slick-dots li.slick-active button::before, #index .main-visual .slick-dots li:hover button::before {
  background: #9a0004;
}

#index .sec-concept {
  padding: 200px 0;
  background: url(/cdn/shop/files/top_concept_bg.png?116) no-repeat center top 43%;
  background-size: 72% auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #index .sec-concept {
    padding: 50px 0;
  }
}

#index .sec-concept .txt-inner {
  margin: 0 auto 110px;
  text-align: left;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #index .sec-concept .txt-inner {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 769px) {
  #index .sec-concept .txt-inner {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

#index .sec-concept .txt-inner .concept-ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  margin-left: 70px;
}

@media screen and (max-width: 990px) {
  #index .sec-concept .txt-inner .concept-ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-left: 45px;
  }
}

@media screen and (max-width: 768px) {
  #index .sec-concept .txt-inner .concept-ttl {
    margin-left: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#index .sec-concept .txt-inner p {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2.8;
}

@media screen and (max-width: 990px) {
  #index .sec-concept .txt-inner p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.3;
  }
}

@media screen and (max-width: 768px) {
  #index .sec-concept .txt-inner p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

#index .sec-concept .more-btn {
  max-width: 300px;
  margin: 0 auto;
}

#index .sec-intro {
  padding: 80px 0 0;
  background: url(/cdn/shop/files/top_intro_bg01.png?116) no-repeat right top, url(/cdn/shop/files/top_intro_bg02.png?116) no-repeat left top 160px, url(/cdn/shop/files/top_intro_bg03.png?116) no-repeat right bottom 80px;
  margin-bottom: 140px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #index .sec-intro {
    padding: 35px 0;
    margin-bottom: 40px;
  }
}

#index .sec-intro .txt-inner {
  margin: 0 auto 40px;
  display: inline-block;
  text-align: left;
}

@media screen and (min-width: 769px) {
  #index .sec-intro .txt-inner {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

#index .sec-intro .txt-inner p {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2.6;
  color: #FFF;
}

@media screen and (max-width: 990px) {
  #index .sec-intro .txt-inner p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.3;
  }
}

@media screen and (max-width: 768px) {
  #index .sec-intro .txt-inner p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

#index .sec-intro .top-menu {
  margin-bottom: 215px;
}

@media screen and (max-width: 768px) {
  #index .sec-intro .top-menu {
    margin-bottom: 40px;
  }
}

#index .sec-intro .top-menu li {
  float: left;
  width: 21.65%;
  margin-left: 4.4%;
}

@media screen and (max-width: 768px) {
  #index .sec-intro .top-menu li {
    width: 48%;
    margin: 0 4% 25px 0 !important;
  }
  #index .sec-intro .top-menu li:nth-of-type(2n) {
    margin-right: 0% !important;
  }
}

#index .sec-intro .top-menu li:first-of-type {
  margin-left: 0;
}

#index .sec-intro .top-menu li:nth-of-type(2) {
  margin-top: 50px;
}

#index .sec-intro .top-menu li:nth-of-type(3) {
  margin-top: 105px;
}

#index .sec-intro .top-menu li:nth-of-type(4) {
  margin-top: 50px;
}

#index .sec-intro .top-menu li a {
  position: relative;
  display: block;
  background: #000;
}

@media screen and (max-width: 768px) {
  #index .sec-intro .top-menu li a {
    background: none;
  }
}

@media screen and (max-width: 768px) {
  #index .sec-intro .top-menu li a img {
    width: 100%;
  }
}

#index .sec-intro .top-menu li a:hover img {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  zoom: 1;
}

#index .sec-intro .top-menu li a .wh-ttl {
  position: absolute;
  top: -20px;
  right: 20px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #index .sec-intro .top-menu li a .wh-ttl {
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 10px 5px;
    right: 10px;
    top: -10px;
  }
}

#index .sec-intro .type-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 130px;
}

@media screen and (max-width: 768px) {
  #index .sec-intro .type-wrap {
    display: block !important;
    margin-bottom: 50px;
  }
}

#index .sec-intro .type-wrap .ttl-col {
  width: 180px;
}

@media screen and (max-width: 990px) {
  #index .sec-intro .type-wrap .ttl-col {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  #index .sec-intro .type-wrap .ttl-col {
    width: 100%;
  }
}

#index .sec-intro .type-wrap .img-col {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  #index .sec-intro .type-wrap .wh-ttl {
    margin-bottom: 15px;
  }
}

#index .sec-intro .type-wrap .type-item {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #index .sec-intro .type-wrap .type-item {
    width: 50%;
    margin-bottom: 30px;
  }
}

#index .sec-intro .type-wrap .type-item .type-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #index .sec-intro .type-wrap .type-item .type-ttl {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

#index .sec-intro .top-bnr {
  margin: 0 -20px;
}

#index .sec-intro .top-bnr .bnr {
  padding: 0 20px;
  float: left;
  width: 50%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #index .sec-intro .top-bnr .bnr {
    width: 100%;
    float: none;
  }
}

#index .sec-intro .top-bnr .bnr a {
  position: relative;
  display: block;
  background-position: center;
  background-size: cover;
  border: 1px solid #c2ccd1;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 25px 25px 25px 135px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  #index .sec-intro .top-bnr .bnr a {
    padding: 20px 20px 20px 80px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#index .sec-intro .top-bnr .bnr a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -33px;
  width: 67px;
  height: 67px;
  background: url(/cdn/shop/files/top_question.png?116) no-repeat 0 0;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  #index .sec-intro .top-bnr .bnr a::before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    left: 18px;
  }
}

#index .sec-intro .top-bnr .bnr a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 30px;
  height: 1px;
  background: #c2ccd1;
}

@media screen and (max-width: 768px) {
  #index .sec-intro .top-bnr .bnr a::after {
    width: 24px;
    right: -12px;
  }
}

#index .sec-intro .top-bnr .bnr a .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #index .sec-intro .top-bnr .bnr a .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  #index .sec-intro .top-bnr .bnr.bnr01 {
    margin-bottom: 15px;
  }
}

#index .sec-intro .top-bnr .bnr.bnr01 a {
  background-image: url(/cdn/shop/files/top_bnr_bg01.png?116);
}

#index .sec-intro .top-bnr .bnr.bnr02 a {
  background-image: url(/cdn/shop/files/top_bnr_bg02.jpg?1599);
}

#index .sec-map {
  background: url(/cdn/shop/files/pattern_bg.png?116);
  padding: 70px 0 0;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  #index .sec-map {
    padding: 60px 0 0;
    margin-bottom: 60px;
  }
}

#index .sec-map .wh-box {
  position: relative;
  background: #FFF;
  margin-left: 30px;
  padding: 50px 10.7% 0;
}

@media screen and (max-width: 768px) {
  #index .sec-map .wh-box {
    padding: 35px 5% 0;
    margin-left: 15px;
  }
}

#index .sec-map .wh-box .wh-ttl {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #index .sec-map .wh-box .wh-ttl {
    left: -15px;
  }
}

#index .sec-map .wh-box .map-col {
  width: 44%;
  float: left;
}

@media screen and (max-width: 768px) {
  #index .sec-map .wh-box .map-col {
    width: 100%;
    float: none;
    margin-bottom: 35px;
  }
  #index .sec-map .wh-box .map-col:last-of-type {
    margin-bottom: 0;
  }
}

#index .sec-map .wh-box .map-col:first-of-type {
  margin-right: 12%;
}

#index .sec-map .wh-box .map-col p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

#index .sec-map .wh-box .map-col .shop-name {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #index .sec-map .wh-box .map-col .shop-name {
    margin-bottom: 10px;
  }
}

#index .sec-map .wh-box .map-col .img {
  margin-top: 15px;
}

#index .sec-map .wh-box .map-col .g-map iframe {
  width: 100%;
  height: 240px;
  margin-top: 25px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.product-item {
  margin-bottom: 255px;
}

@media screen and (max-width: 768px) {
  .product-item {
    margin-bottom: 50px;
  }
}

.product-item .item {
  margin-bottom: 250px;
}

.product-item .item:before {
  content: "";
  display: table;
}

.product-item .item:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 1440px) {
  .product-item .item {
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 768px) {
  .product-item .item {
    margin-bottom: 50px;
  }
}

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

.product-item .item:last-child {
  margin-bottom: 0;
}

.product-item .item .img {
  width: 41.7%;
  position: relative;
  float: left;
}

@media screen and (max-width: 768px) {
  .product-item .item .img {
    width: 100%;
    margin-bottom: 12vw;
  }
}

.product-item .item .img img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.product-item .item .img:after {
  content: "";
  width: 665px;
  height: 480px;
  position: absolute;
  background: url(/cdn/shop/files/product_bg-02.jpg?968) no-repeat;
  background-size: 100% 100%;
  top: 25%;
  right: 39%;
}

@media screen and (max-width: 1440px) {
  .product-item .item .img:after {
    top: 10%;
    right: 10%;
  }
}

@media screen and (max-width: 1440px) {
  .product-item .item .img:after {
    width: 100%;
    height: 100%;
  }
}

.product-item .item .txt-basic {
  width: 58.3%;
  padding: 29px 30px 0 85px;
  float: left;
}

@media screen and (max-width: 1440px) {
  .product-item .item .txt-basic {
    padding-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .product-item .item .txt-basic {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .product-item .item .txt-basic {
    width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .product-item .item.right-item .img {
    float: right;
  }
}

.product-item .item.right-item .img:after {
  background: url(/cdn/shop/files/product_bg-01.jpg?968) no-repeat;
  background-size: 100% 100%;
  top: 28%;
  left: 39%;
  right: auto;
}

@media screen and (max-width: 1440px) {
  .product-item .item.right-item .img:after {
    top: 10%;
    left: 10%;
  }
}

@media screen and (min-width: 769px) {
  .product-item .item.right-item .txt-basic {
    padding: 31px 80px 0 35px;
  }
}

@media screen and (max-width: 1440px) {
  .product-item .item.right-item .txt-basic {
    padding-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .product-item .item.right-item .txt-basic {
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .product-item .item.right-item .txt-basic {
    padding: 0;
  }
}

.txt-basic {
  line-height: 1.9;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .txt-basic {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.txt-basic .ttl {
  display: block;
  font-weight: 500;
  margin-bottom: 32px;
  letter-spacing: 4px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1024px) {
  .txt-basic .ttl {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .txt-basic .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.txt-basic p {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .txt-basic p {
    margin-bottom: 20px;
  }
}

.txt-basic p:last-child {
  margin-bottom: 0;
}

.product-news {
  margin: 152px 0 150px;
}

@media screen and (max-width: 768px) {
  .product-news {
    margin: 50px 0 100px;
  }
}

.product-news .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .product-news .item {
    display: block;
    margin-bottom: 30px;
  }
}

.product-news .item:last-child {
  margin-bottom: 0;
}

.product-news .item .img {
  width: 500px;
}

.product-news .item .img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .product-news .item .img {
    width: 100%;
    margin-bottom: 10px;
  }
}

.product-news .item .txt {
  width: calc(100% - 332px);
  padding-left: 45px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .product-news .item .txt {
    padding-left: 0;
    width: 100%;
  }
}

.product-news .item .txt .ttl {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 19px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .product-news .item .txt .ttl {
    margin-bottom: 10px;
  }
}

.product-news .item .txt .btn {
  max-width: 302px;
  margin: 31px 3px 0;
}

@media screen and (max-width: 768px) {
  .product-news .item .txt .btn {
    margin: 20px auto 0;
    max-width: 270px;
  }
}

.ttl_type01 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 3.214;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
  font-weight: 400;
}

.ttl_type01 span {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.923;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .ttl_type01 {
    margin-bottom: 15px;
  }
}

.list-history {
  padding-top: 72px;
}

@media screen and (max-width: 768px) {
  .list-history {
    padding-top: 15px;
  }
}

.list-history .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 67px;
}

@media screen and (max-width: 768px) {
  .list-history .item {
    margin-bottom: 30px;
  }
}

.list-history .item_time {
  width: 140px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 3px;
  color: #333;
}

.list-history .item_time b {
  font-weight: 500;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5625;
}

@media screen and (max-width: 768px) {
  .list-history .item_time {
    width: 75px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .list-history .item_time b {
    font-size: 20px;
    font-size: 2rem;
  }
}

.list-history .item_txt {
  width: calc(100% - 140px);
  padding-left: 115px;
  border-left: solid 1px #333333;
  padding-top: 15px;
  margin-top: 10px;
}

.list-history .item_txt_ttl {
  color: #9a0004;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.08;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  position: relative;
  margin-bottom: 27px;
}

.list-history .item_txt_ttl:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 15px;
  left: -48px;
  background: #9a0004;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list-history .item_txt_ttl:before {
    top: 13px;
  }
}

@media screen and (max-width: 990px) {
  .list-history .item_txt_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .list-history .item_txt_ttl:before {
    width: 20px;
    height: 20px;
    top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .list-history .item_txt_ttl {
    margin-top: 0;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .list-history .item_txt_ttl:before {
    left: 0;
    width: 15px;
    height: 15px;
    top: 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 340px) {
  .list-history .item_txt_ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.list-history .item_txt .txtBase {
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.list-history .item_txt .txtBase.style02 {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .list-history .item_txt .txtBase.style02 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 990px) {
  .list-history .item_txt .txtBase {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .list-history .item_txt .txtBase {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.list-history .item_txt .txtBase li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-history .item_txt .txtBase li span {
  display: inline-block;
}

.list-history .item_txt .box-img {
  margin-top: 67px;
  position: relative;
}

.list-history .item_txt .box-img .ttl {
  margin-top: 0.5rem;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333;
}

@media screen and (max-width: 768px) {
  .list-history .item_txt .box-img .ttl {
    position: static;
    font-size: 12px;
    font-size: 1.2rem;
    left: auto;
    bottom: auto;
  }
}

@media screen and (max-width: 768px) {
  .list-history .item_txt .box-img {
    margin-top: 20px;
    padding-left: 20px;
  }
}

.list-history .item_txt .box-img .sp {
  margin-bottom: 10px;
}

.list-history .item_txt .box-img.style02 {
  padding-bottom: 53px;
}

.list-history .item_txt .box-img.style02:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .list-history .item_txt .box-img.style02 {
    padding-bottom: 0;
  }
}

.list-history .item_txt .box-img.style02 img {
  margin-top: -86px;
}

@media screen and (max-width: 768px) {
  .list-history .item_txt .box-img.style02 img {
    margin-top: 0;
    width: 100%;
  }
}

.list-history .item_txt .box-img.style02 .ttl {
  bottom: -4px;
}

@media screen and (max-width: 768px) {
  .list-history .item_txt .box-img.style02 .ttl {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 0;
    padding-top: 0;
  }
}

.list-history .item_txt > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 990px) {
  .list-history .item_txt {
    padding-left: 80px;
  }
}

@media screen and (max-width: 768px) {
  .list-history .item_txt {
    width: calc(100% - 75px);
    padding-left: 15px;
    margin-top: 7px;
    padding-top: 0;
    padding-bottom: 15px;
  }
  .list-history .item_txt .item_txt_ttl {
    margin-top: 12px;
  }
  .list-history .item_txt .txtBase {
    padding-left: 20px;
  }
}

.list-history .item:last-child .item_txt {
  padding-bottom: 21px;
}

.txtBase {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.78;
  font-family: "Noto Serif JP", serif;
}

.menu-style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -23px;
  margin-right: -23px;
}

@media screen and (max-width: 768px) {
  .menu-style02 {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -20px;
  }
}

.menu-style02 li {
  width: 25%;
  padding: 0 23px;
}

@media screen and (max-width: 768px) {
  .menu-style02 li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .menu-style02 li:last-child {
    margin-bottom: 0;
  }
}

.menu-style02 li a {
  display: block;
  position: relative;
}

.menu-style02 li a p {
  position: absolute;
  top: -15px;
  right: 15px;
  z-index: 2;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 20px 8px;
  letter-spacing: 3.1px;
  font-weight: 500;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
}

@media screen and (max-width: 768px) {
  .menu-style02 li a p {
    right: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 2px;
    top: 5px;
    padding: 10px 5px;
  }
}

.menu-style02 li a img {
  width: 100%;
}

.sec-history {
  margin-bottom: 155px;
}

@media screen and (max-width: 768px) {
  .sec-history {
    margin-bottom: 50px;
  }
}

.menu-bottom {
  padding: 111px 0 111px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .menu-bottom {
    padding: 50px 0 100px;
  }
}

.menu-bottom .inner, .menu-bottom .inner-1744 {
  max-width: 1040px;
}

.menu-bottom:before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  background: url(/cdn/shop/files/about_bg-01.jpg?130) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .menu-bottom:before {
    height: 200px;
  }
}

@media screen and (min-width: 769px) {
  .menu-bottom a:hover img {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";
    /* ie 8 */
    -moz-opacity: 0.7;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;
    /* Safari 1.x */
    zoom: 1;
  }
}

.list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px -40px -20px;
}

@media screen and (max-width: 768px) {
  .list-img {
    margin-left: 0;
    margin-right: 0;
  }
}

.list-img .item {
  width: 50%;
  max-width: 442px;
  /*
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  */
  display: block;
  margin-bottom: 37px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .list-img .item {
    max-width: 100%;
  }
}

/*
.list-img .item:nth-child(2) {
  position: relative;
}

.list-img .item:nth-child(2):before {
  content: "";
  width: 200px;
  height: 200px;
  background: #f1f5f8;
  position: absolute;
  top: -84px;
  right: -70px;
  z-index: -1;
}

@media (max-width: 1240px) {
  .list-img .item:nth-child(2):before {
    width: 70px;
    height: 70px;
    top: -31px;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .list-img .item:nth-child(2):before {
    display: none;
  }
}

.list-img .item:nth-child(2) img {
  position: relative;
}

*/

@media screen and (max-width: 768px) {
  .list-img .item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.list-img .item img {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .list-img .item img {
    width: 100%;
  }
}

.list-img .item .ttl {
  bottom: auto;
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .list-img .item .ttl {
    margin-top: 10px;
  }
}

.page-voice_index {
  padding-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .page-voice_index {
    padding-bottom: 100px;
  }
}

.page-voice_index .main-visual-page {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .page-voice_index .main-visual-page {
    margin-bottom: 30px;
  }
}

.page-voice_index .main-visual-page .flex .ttl-main-visual {
  margin-top: -15px;
}

.page-voice_index .sec-content-voice {
  padding-top: 85px;
  padding-bottom: 115px;
}

@media screen and (max-width: 768px) {
  .page-voice_index .sec-content-voice {
    padding: 25px 0;
  }
}

.page-voice_index .sec-content-voice .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page-voice_index .sec-content-voice .flex .slider-voice {
  width: 41.67%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .page-voice_index .sec-content-voice .flex .slider-voice {
    margin-bottom: 45px;
  }
}

.page-voice_index .sec-content-voice .flex .slider-voice .slick-dots {
  bottom: -45px;
}

@media screen and (max-width: 768px) {
  .page-voice_index .sec-content-voice .flex .slider-voice .slick-dots {
    bottom: -35px;
  }
}

.page-voice_index .sec-content-voice .flex .slider-voice .slick-dots li button:before {
  font-size: 10px;
  color: #d2d2d2;
  opacity: 1;
}

.page-voice_index .sec-content-voice .flex .slider-voice .slick-dots li.slick-active button:before {
  font-size: 10px;
  color: #333a43;
}

@media screen and (max-width: 768px) {
  .page-voice_index .sec-content-voice .flex .slider-voice {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.page-voice_index .sec-content-voice .flex .box-content {
  width: calc(100% - 41.67%);
  padding-left: 0;
  padding-right: 90px;
  padding-top: 50px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 990px) {
  .page-voice_index .sec-content-voice .flex .box-content {
    padding-top: 0;
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .page-voice_index .sec-content-voice .flex .box-content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
}

.page-voice_index .sec-content-voice .flex .box-content .ttlCom01 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 42px;
  color: #333;
  letter-spacing: 3px;
}

@media screen and (max-width: 990px) {
  .page-voice_index .sec-content-voice .flex .box-content .ttlCom01 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .page-voice_index .sec-content-voice .flex .box-content .ttlCom01 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.page-voice_index .sec-content-voice .flex .box-content .txt-des {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  margin-bottom: 40px;
}

@media screen and (max-width: 990px) {
  .page-voice_index .sec-content-voice .flex .box-content .txt-des {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .page-voice_index .sec-content-voice .flex .box-content .txt-des {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.page-voice_index .sec-content-voice .flex .box-content .box-info p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

@media screen and (max-width: 768px) {
  .page-voice_index .sec-content-voice .flex .box-content .box-info p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.page-voice_index .sec-content-voice .flex .box-content .box-info .name {
  margin-bottom: 10px;
}

.page-voice_index .sec-content-voice .flex .box-content .box-info .address {
  margin-bottom: 2px;
}

.page-voice_index .bg {
  background: #f8f8f8;
}

.page-voice_index .bg .flex .slider-voice {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.page-voice_index .bg .flex .box-content {
  padding-left: 90px;
  padding-right: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 990px) {
  .page-voice_index .bg .flex .box-content {
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .page-voice_index .bg .flex .box-content {
    padding: 0;
  }
}

.page-guide_index {
  padding-bottom: 143px;
}

@media screen and (max-width: 768px) {
  .page-guide_index {
    padding-bottom: 100px;
  }
}

.page-guide_index .main-visual-page {
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .page-guide_index .main-visual-page {
    margin-bottom: 50px;
  }
}

.sec-link-page {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .sec-link-page {
    margin-bottom: 50px;
  }
}

.sec-link-page .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-link-page .flex .list-link {
  width: 258px;
}

@media screen and (max-width: 990px) {
  .sec-link-page .flex .list-link {
    width: 33.33%;
  }
}

@media screen and (max-width: 640px) {
  .sec-link-page .flex .list-link {
    width: 50%;
  }
}

.sec-link-page .flex .list-link li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  margin-bottom: 30px;
  padding-left: 23px;
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec-link-page .flex .list-link li a {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 321px) {
  .sec-link-page .flex .list-link li a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.sec-link-page .flex .list-link li a:before {
  content: '';
  width: 9px;
  height: 6px;
  background: url("/cdn/shop/files/guide_ico-down.png?158") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 7px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .sec-link-page .flex .list-link li a:before {
    top: 4px;
  }
}

.sec-content-guide .item-guide {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide {
    margin-bottom: 50px;
  }
}

.sec-content-guide .item-guide:last-child {
  margin-bottom: 0;
}

.sec-content-guide .item-guide .ttl-guide {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid #c2ccd1;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .ttl-guide {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 321px) {
  .sec-content-guide .item-guide .ttl-guide {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}

.sec-content-guide .item-guide .ttl-guide img {
  margin-top: -5px;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .ttl-guide img {
    width: 25px;
    margin-right: 0;
  }
}

.sec-content-guide .item-guide .content-item .txt-des {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .txt-des {
    margin-bottom: 20px;
  }
}

.sec-content-guide .item-guide .content-item .txt-des.flex {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .txt-des.flex {
    display: block;
  }
}

.sec-content-guide .item-guide .content-item .txt-des .img {
  width: 300px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .txt-des .img {
    width: auto;
    margin: 20px auto 0;
  }
}

.sec-content-guide .item-guide .content-item .txt-des p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: #333;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .txt-des p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec-content-guide .item-guide .content-item .txt-des ol {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  list-style: none;
  color: #333;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .txt-des ol {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec-content-guide .item-guide .content-item .txt-des p span {
  color: #9a0004;
}

.sec-content-guide .item-guide .content-item .custom-01 p {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .custom-01 p {
    margin-bottom: 15px;
  }
}

.sec-content-guide .item-guide .content-item .custom-01 p:last-child {
  margin-bottom: 0;
}

.sec-content-guide .item-guide .content-item .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 57px;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .list {
    margin-top: 20px;
  }
}

.sec-content-guide .item-guide .content-item .list .item {
  width: 270px;
  border: 1px solid #c2ccd1;
  margin-right: 40px;
  padding-top: 25px;
  padding-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 990px) {
  .sec-content-guide .item-guide .content-item .list .item {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .sec-content-guide .item-guide .content-item .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px 0;
  }
}

.sec-content-guide .item-guide .content-item .list .item a[href^="mailto:"] {
  display: block;
  height: 100%;
  margin: 0;
}

.sec-content-guide .item-guide .content-item .list .item:nth-child(2) img {
  margin-top: 12px;
}

.sec-content-guide .item-guide .content-item .list .item:last-child {
  margin-right: 0;
}

.sec-content-guide .item-guide .content-item .list .item .ttl-item {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 30px;
}

.sec-content-guide .item-guide .content-item .list .item a {
  display: block;
  width: 100%;
  margin-top: 30px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .list .item a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .table .scroll-table {
    overflow-x: scroll;
    margin-right: -15px;
  }
}

.sec-content-guide .item-guide .content-item .table table {
  width: 100%;
  border: 1px solid #c2ccd1;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .table table {
    margin-bottom: 20px;
    width: 800px;
  }
}

.sec-content-guide .item-guide .content-item .table table tr th {
  background: #333a43;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  border-bottom: 1px solid #c2ccd1;
  border-right: 1px solid #c2ccd1;
  text-align: center;
  padding: 5px 0;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .table table tr th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-content-guide .item-guide .content-item .table table tr th:last-child {
  border-right: none;
}

.sec-content-guide .item-guide .content-item .table table tr td {
  width: 200px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 22px 0;
  border-right: 1px solid #c2ccd1;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .table table tr td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 0;
  }
}

.sec-content-guide .item-guide .content-item .table table tr td:last-child {
  border-right: none;
}

.sec-content-guide .item-guide .content-item .box-note p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #888888;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .box-note p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.sec-content-guide .item-guide .content-item .img {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .img {
    margin-bottom: 20px;
  }
}

.sec-content-guide .item-guide .content-item ul.list-address li {
  padding-left: 22px;
  margin-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item ul.list-address li {
    margin-bottom: 20px;
  }
}

.sec-content-guide .item-guide .content-item ul.list-address li:last-child {
  margin-bottom: 0;
}

.sec-content-guide .item-guide .content-item ul.list-address li:before {
  content: '';
  width: 11px;
  height: 7px;
  background: url("/cdn/shop/files/guide_ico-down.png?158") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 5px;
  left: 0;
}

.sec-content-guide .item-guide .content-item ul.list-address li .name-company {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item ul.list-address li .name-company {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec-content-guide .item-guide .content-item ul.list-address li .info {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item ul.list-address li .info {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.sec-content-guide .item-guide .content-item .accordion .item {
  margin-bottom: 2px;
}

.sec-content-guide .item-guide .content-item .accordion .item .ttl-accordion {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 2;
  display: block;
  padding: 18px 30px 22px;
  background: #f5f5f5;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .accordion .item .ttl-accordion {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 20px;
    padding-right: 30px;
  }
}

.sec-content-guide .item-guide .content-item .accordion .item .ttl-accordion .ttl-q {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .accordion .item .ttl-accordion .ttl-q {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 5px;
  }
}

.sec-content-guide .item-guide .content-item .accordion .item .ttl-accordion .showSubmenu {
  position: absolute;
  right: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .accordion .item .ttl-accordion .showSubmenu {
    right: 15px;
  }
}

.sec-content-guide .item-guide .content-item .accordion .item .ttl-accordion .showSubmenu:before {
  content: "\f107";
  font-family: "FontAwesome";
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .accordion .item .ttl-accordion .showSubmenu:before {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-content-guide .item-guide .content-item .accordion .item .on .showSubmenu {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.sec-content-guide .item-guide .content-item .accordion .item .sub-content {
  display: none;
}

.sec-content-guide .item-guide .content-item .accordion .item .sub-content li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 2;
  padding: 18px 30px 22px;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .accordion .item .sub-content li {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 20px;
  }
}

.sec-content-guide .item-guide .content-item .accordion .item .sub-content li .ttl-a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  color: #9a0004;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .sec-content-guide .item-guide .content-item .accordion .item .sub-content li .ttl-a {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 5px;
  }
}

.page-privacy_index {
  padding-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .page-privacy_index {
    padding-bottom: 100px;
  }
}

.page-privacy_index .main-visual-page {
  margin-bottom: 43px;
}

@media screen and (max-width: 768px) {
  .page-privacy_index .main-visual-page {
    margin-bottom: 50px;
  }
}

.page-privacy_index .sec-privacy .txt-intro {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: #333;
  margin-bottom: 73px;
}

@media screen and (max-width: 768px) {
  .page-privacy_index .sec-privacy .txt-intro {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}

.page-privacy_index .sec-privacy .list-item-privacy .item-privacy {
  padding-top: 34px;
  padding-bottom: 43px;
  border-bottom: 1px solid #c2ccd1;
}

@media screen and (max-width: 768px) {
  .page-privacy_index .sec-privacy .list-item-privacy .item-privacy {
    padding: 25px 0px;
  }
}

.page-privacy_index .sec-privacy .list-item-privacy .item-privacy:first-child {
  border-top: 1px solid #c2ccd1;
}

.page-privacy_index .sec-privacy .list-item-privacy .item-privacy .ttl-privacy {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.5;
  margin-bottom: 9px;
  position: relative;
  padding-left: 30px;
  color: #333;
  font-weight: 500;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .page-privacy_index .sec-privacy .list-item-privacy .item-privacy .ttl-privacy {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}

.page-privacy_index .sec-privacy .list-item-privacy .item-privacy .ttl-privacy:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #9a0004;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@supports (-ms-ime-align: auto) {
  .page-privacy_index .sec-privacy .list-item-privacy .item-privacy .ttl-privacy:before {
    top: 54%;
  }
}

@media screen and (max-width: 768px) {
  .page-privacy_index .sec-privacy .list-item-privacy .item-privacy .ttl-privacy:before {
    width: 12px;
    height: 12px;
    top: 13px;
  }
}

.page-privacy_index .sec-privacy .list-item-privacy .item-privacy .item-content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: #333;
}

.page-privacy_index .sec-privacy .list-item-privacy .item-privacy .item-content a {
  color: #333;
}

@media screen and (max-width: 768px) {
  .page-privacy_index .sec-privacy .list-item-privacy .item-privacy .item-content {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 450px) {
  .sp-450 {
    display: none;
  }
}

.sp-ip6 {
  display: none;
}

@media only screen and (max-width: 450px) and (min-width: 373px) {
  .sp-ip6 {
    display: block;
  }
}

.sec_law {
  padding-bottom: 164px;
}

@media screen and (max-width: 768px) {
  .sec_law {
    padding-bottom: 100px;
  }
}

.tbl_info, .tbl_info02 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: calc(30 / 14);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .tbl_info, .tbl_info02 {
    line-height: 1.5;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 374px) {
  .tbl_info, .tbl_info02 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tbl_info, .tbl_info02 {
    line-height: 2.14;
  }
}

.tbl_info tr td, .tbl_info02 tr td {
  border-top: 1px solid #ccc;
  width: calc(100% - 200px);
  padding: 14px 20px 16px 65px;
}

@media screen and (max-width: 990px) {
  .tbl_info tr td, .tbl_info02 tr td {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .tbl_info tr td, .tbl_info02 tr td {
    padding: 12px 0 12px 12px !important;
    width: calc(100% - 130px);
  }
}

@media only screen and (max-width: 374px) {
  .tbl_info tr td, .tbl_info02 tr td {
    width: calc(100% - 120px);
  }
}

.tbl_info tr td:first-child, .tbl_info02 tr td:first-child {
  border-color: #9a0004;
  width: 200px;
  padding-left: 44px;
}

@media screen and (max-width: 768px) {
  .tbl_info tr td:first-child, .tbl_info02 tr td:first-child {
    width: 130px;
  }
}

@media only screen and (max-width: 374px) {
  .tbl_info tr td:first-child, .tbl_info02 tr td:first-child {
    width: 120px;
  }
}

.tbl_info tr td ul li, .tbl_info02 tr td ul li {
  padding-left: 14px;
  text-indent: -14px;
}

.tbl_info tr td ul li:before, .tbl_info02 tr td ul li:before {
  content: '*';
}

.tbl_info tr:last-child td, .tbl_info02 tr:last-child td {
  border-bottom: 1px solid #ccc;
}

.tbl_info tr:last-child td:first-child, .tbl_info02 tr:last-child td:first-child {
  border-color: #9a0004;
}

.inner-1744 {
  max-width: 1784px;
}

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

.ttl_custom03 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .ttl_custom03 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.ttl_custom04 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: calc(50 / 24);
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 3.3px;
  margin-bottom: 47px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ttl_custom04 {
    line-height: 2.08;
  }
}

@media screen and (max-width: 768px) {
  .ttl_custom04 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 25px;
  }
}

.sec_company {
  padding-top: 69px;
  padding-bottom: 47px;
}

@media only screen and (max-width: 1440px) {
  .sec_company {
    padding-top: 30px;
  }
}

@media screen and (max-width: 990px) {
  .sec_company {
    padding-bottom: 0;
  }
}

.sec_company .product-item {
  margin-bottom: 153px;
}

@media screen and (max-width: 990px) {
  .sec_company .product-item {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .sec_company .product-item {
    margin-bottom: 50px;
  }
}

.sec_company .product-item .item .img {
  width: 49.1%;
}
@media screen and (max-width: 768px) {
  .sec_company .product-item .item .img {
      width: 100%;
      margin-bottom: 12vw;
  }
}
@media screen and (min-width: 769px) {
  .sec_company .product-item .item .img {
    margin-top: 1rem;
  }
}

.sec_company .product-item .item .img:after {
  background: #f8f8f8;
}

@media only screen and (min-width: 1441px) {
  .sec_company .product-item .item .img:after {
    width: 778px;
    height: 500px;
    top: -16.5%;
    right: 16.4%;
  }
}

@media only screen and (max-width: 1440px) {
  .sec_company .product-item .item .img:after {
    top: -10%;
  }
}

.sec_company .product-item .item .txt-basic {
    width: 48.3%;
  	padding: 29px 0 0 85px;
}
@media screen and (min-width: 769px) {
  .sec_company .product-item .item .txt-basic {
    line-height: 2.5;
    padding-left: 60px;
    padding-top: 0;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 768px) {
  .sec_company .product-item .item .txt-basic {
    width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 991px) {
  .sec_company .product-item .item .txt-basic {
    padding-left: 80px;
  }
}

.company_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company_info .item {
  width: 47.5%;
  margin-right: 5%;
}

@media screen and (max-width: 990px) {
  .company_info .item {
    width: 100%;
    margin-right: 0;
  }
}

.company_info .item:nth-child(2n) {
  margin-right: 0;
}

.tbl_info02 {
  margin-bottom: 100px;
  line-height: calc(26 / 14);
}

@media screen and (max-width: 990px) {
  .tbl_info02 {
    margin-bottom: 50px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tbl_info02 {
    line-height: 1.86;
  }
}

.tbl_info02 tr td {
  vertical-align: top;
}

@media only screen and (min-width: 991px) {
  .tbl_info02 tr td {
    padding: 16px 10px 18px 15px;
    width: calc(100% - 140px);
  }
  .tbl_info02 tr td:first-child {
    width: 140px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .tbl_info02 tr td {
    padding: 16px 10px 18px 49px;
    width: calc(100% - 160px);
  }
  .tbl_info02 tr td:first-child {
    width: 160px;
    padding-left: 25px;
  }
}

.sec_map {
  background: url(/cdn/shop/files/company_bg.png?968) no-repeat;
  padding-top: 128px;
  padding-bottom: 108px;
  background-size: 100% auto;
}

@media screen and (max-width: 990px) {
  .sec_map {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .sec_map {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}

.map_box {
  background: #fff;
  position: relative;
  padding: 45px 146px 37px 123px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 86px;
}

@media screen and (max-width: 1200px) {
  .map_box {
    padding: 40px 100px;
  }
}

@media screen and (max-width: 990px) {
  .map_box {
    padding: 30px 60px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .map_box {
    padding: 30px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .map_box {
    padding: 30px 15px 25px;
  }
}

@media screen and (min-width: 1201px) {
  .map_box .wh-ttl {
    position: absolute;
    top: -30px;
    left: -58px;
    padding: 27px 14px 27px 14px;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 1200px) {
  .map_box .wh-ttl {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 0;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .map_box .wh-ttl {
    margin-bottom: 0;
  }
}

.list_map .item {
  padding: 30px 0 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .list_map .item {
    padding: 25px 0;
  }
}

.list_map .item .img {
  width: calc(100% - 450px);
  margin-right: 50px;
}

@media screen and (max-width: 990px) {
  .list_map .item .img {
    width: calc(100% - 430px);
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .list_map .item .img {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
}

.list_map .item .img img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .list_map .item .img img {
    min-height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

.list_map .item .content {
  width: 400px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: calc(24 / 14);
  letter-spacing: -0.1px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list_map .item .content {
    line-height: 1.7;
  }
}

@media screen and (max-width: 768px) {
  .list_map .item .content {
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%;
  }
}

.list_map .item .content a:not([href^=tel]) {
  color: #9a0004;
}
.list_map .item .content a:not([href^=tel]):hover {
  text-decoration: underline;
}

.list_map .item .content iframe {
  max-width: 100%;
  max-height: 170px;
  margin-top: 21px;
  display: block;
}

@media screen and (max-width: 768px) {
  .list_map .item .content iframe {
    width: 100%;
    margin-top: 15px;
    max-height: 300px;
  }
}

.list_map .item .content .ttl_custom03 {
  margin-top: -3px;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .list_map .item .content .ttl_custom03 {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.list_map .item .content .address {
  padding-left: 3em;
}

@media screen and (max-width: 768px) {
  .list_map .item .content .address {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .agency .ttl_type01 {
    margin-bottom: 0;
  }
}

.agency .ttl_type01:before {
  top: 52%;
}

.agency_notice {
  margin-bottom: 15px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .agency_notice {
    margin-bottom: 78px;
    text-align: center;
  }
}


.list_agency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -60px;
}

@media only screen and (max-width: 1319px) {
  .list_agency {
    margin: 0 -30px;
  }
}

@media screen and (max-width: 990px) {
  .list_agency {
    margin: 0;
  }
}

.list_agency .item {
  padding: 0 60px;
}

@media only screen and (max-width: 1319px) {
  .list_agency .item {
    padding: 0 30px;
  }
}

@media screen and (max-width: 990px) {
  .list_agency .item {
    padding: 0 20px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .list_agency .item {
    width: 100%;
  }
}

.list_agency .item .list_agency_box {
  margin-bottom: 82px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: calc(26 / 14);
  letter-spacing: 0.4px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list_agency .item .list_agency_box {
    line-height: 1.86;
  }
}

@media screen and (max-width: 990px) {
  .list_agency .item .list_agency_box {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .list_agency .item .list_agency_box {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}

.list_agency .ttl_custom03 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .list_agency .ttl_custom03 {
    margin-bottom: 10px;
  }
}

.sec_example {
  background: url(/cdn/shop/files/company_bg02.png?968);
  padding: 46px 0 55px;
}

@media screen and (max-width: 768px) {
  .sec_example {
    padding: 45px 0;
  }
}

.list_example {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: calc(26 / 12);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list_example {
    line-height: 2.17;
  }
}

@media screen and (max-width: 768px) {
  .list_example {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.list_example .item {
  margin-right: 84px !important;
}

@media screen and (max-width: 768px) {
  .list_example .item {
    margin-right: 30px !important;
  }
}

.list_example img {
  width: auto;
  margin-bottom: 28px;
}

.list_example .ttl_custom03 {
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}

.list_example p {
  letter-spacing: 0.2px;
}

.list_example .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.8);
  z-index: 1;
}

.list_example .slick-arrow:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -6px auto 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.list_example .slick-arrow:hover {
  opacity: 0.7;
}

.list_example .slick-prev {
  left: 0;
}

.list_example .slick-prev:before {
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.list_example .slick-next {
  right: 0;
}

.list_example .slick-next:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-care_index .box-youtobe {
  margin: 107px auto 15px;
}

@media screen and (max-width: 768px) {
  .page-care_index .box-youtobe {
    margin: 50px auto 10px;
  }
}

.page-care_index .box-youtobe .mov {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.page-care_index .box-youtobe .mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-care_index .list-wheel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .page-care_index .list-wheel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.page-care_index .list-wheel .item {
  width: calc(100%/3 - 20px);
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .page-care_index .list-wheel .item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 25px;
  }
}

.page-care_index .list-wheel .item:nth-child(3) {
  margin-right: 0;
}

.page-care_index .list-wheel .item img {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .page-care_index .list-wheel .item img {
    margin-bottom: 15px;
  }
}

.page-care_index .list-wheel .item .title {
  color: #333333;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .page-care_index .list-wheel .item .title {
    line-height: 1.5;
  }
}

.page-care_index .desc-wheel {
  color: #888888;
  line-height: 2;
  margin-bottom: 25px !important;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (min-width: 769px) {
  .content-care01 .ttl_type01 {
    margin-bottom: 83px;
  }
}

@media screen and (min-width: 769px) {
  .content-care01 .ttl_custom01 {
    margin-bottom: 22px;
  }
}

.content-care01 .care-products {
  margin-top: 33px;
}

.content-care01 .care-products .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .content-care01 .care-products .item {
    margin-bottom: 70px;
  }
}

.content-care01 .care-products .item .txt {
  padding-bottom: 25px;
}

.content-care01 .care-products .item .txt .ttl {
  margin-bottom: 15px;
}

.content-care01 .care-products .item .txt p {
  line-height: 2;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .content-care01 .care-products .item .txt p {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .content-care01 .repair_box {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 769px) {
  .content-care01 .repair_box p {
    margin-bottom: 71px;
  }
}

.content-care01 .repair_box.style02 p {
  margin-bottom: 30px;
}

.content-care02 {
  margin-bottom: 74px;
  margin-top: 103px;
}

@media screen and (max-width: 768px) {
  .content-care02 {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

@media screen and (min-width: 769px) {
  .content-care02 .ttl_type01 {
    margin-bottom: 66px;
  }
}

.box-care {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .box-care {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box-care .box-img {
  width: 35%;
}

@media screen and (max-width: 768px) {
  .box-care .box-img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.box-care .box-text {
  width: 100%;
  <!--padding-left: 60px;-->
}

@media screen and (max-width: 768px) {
  .box-care .box-text {
    padding-left: 0;
    width: 100%;
  }
}

.box-care .box-text .ttl-care {
  color: #333333;
  font-weight: 500;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 17px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .box-care .box-text .ttl-care {
    line-height: 1.6;
    margin-bottom: 12px;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}

.box-care .box-text p {
  line-height: 2;
  margin-bottom: 32px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .box-care .box-text p {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-care .box-text p:last-child {
  margin-bottom: 5px;
}

.sp-ip6 {
  display: none;
}

@media screen and (min-width: 321px) and (max-width: 480px) {
  .sp-ip6 {
    display: block;
  }
}

.template-list-collections .main-content,
.template-collection .main-content {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .template-list-collections .main-content,
  .template-collection .main-content {
    padding-top: 50px;
  }
}

.template-list-collections .main-content .inner, .template-list-collections .main-content .inner-1744,
.template-collection .main-content .inner,
.template-collection .main-content .inner-1744 {
  max-width: 1040px;
}

.template-list-collections .section-header-wrap,
.template-collection .section-header-wrap {
  margin-bottom: 55px;
  padding: 73px 0 70px;
  color: #fff;
  background: #333a43;
}

@media screen and (max-width: 768px) {
  .template-list-collections .section-header-wrap,
  .template-collection .section-header-wrap {
    padding: 30px 0;
  }
}

.template-list-collections .section-header-wrap .section-header--title,
.template-collection .section-header-wrap .section-header--title {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .template-list-collections .section-header-wrap .section-header--title,
  .template-collection .section-header-wrap .section-header--title {
    margin-bottom: 15px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.template-list-collections .section-header-wrap .rte--header,
.template-collection .section-header-wrap .rte--header {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .template-list-collections .section-header-wrap .rte--header,
  .template-collection .section-header-wrap .rte--header {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.template-list-collections .sort-box,
.template-list-collections .form-horizontal,
.template-collection .sort-box,
.template-collection .form-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
  font-size: 1.4rem;
}

.template-list-collections .form-horizontal label,
.template-collection .form-horizontal label {
  display: inline-block;
}

.template-list-collections .select-sort,
.template-collection .select-sort {
  margin: 0 20px;
  width: 180px;
}

@media screen and (max-width: 768px) {
  .template-list-collections .select-sort,
  .template-collection .select-sort {
    margin: 0 10px;
    width: 100%;
    max-width: 160px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.template-list-collections .toggle-filters,
.template-collection .toggle-filters {
  width: 80px;
}

.product-list {
  margin-top: 20px;
  margin-left: -3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .product-list {
    margin-left: -2.66%;
  }
}

@media screen and (max-width: 640px) {
  .product-list {
    margin-left: -4%;
  }
}

.product-list-item {
  margin-left: 2.3%;
  margin-bottom: 46px;
  width: 22.7%;
}

@media screen and (max-width: 768px) {
  .product-list-item {
    margin-left: 2%;
    width: 31%;
  }
}

@media screen and (max-width: 640px) {
  .product-list-item {
    width: 48%;
  }
}

.product-list-item a {
  display: block;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.product-list-item a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  zoom: 1;
}

.product-list-item .product-name {
  margin: 15px 0 22px;
  color: #858585;
}

.product-list-item .sale-tag,
.product-list-item .visually-hidden {
  display: none;
}

.product-list-item .product-item--price {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.product-list .product-list-img .lazyload__image-wrapper {
  max-width: 100% !important;
}

.product-list-img-box {
  position: relative;
  overflow: hidden;
  padding-top: 100% !important;
  width: 100%;
  height: 0;
}

.product-list-img-box img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.template-product .main-content {
  padding: 80px 0;
  background: #f3f3f3;
}

@media screen and (max-width: 768px) {
  .template-product .main-content {
    padding-top: 50px;
  }
}

.template-product .main-content .inner, .template-product .main-content .inner-1744 {
  max-width: 1040px;
}

.template-product .product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 120px;
  padding: 60px 0 0;
  border-top: 1px solid #dedede;
}

@media screen and (max-width: 768px) {
  .template-product .product-detail {
    margin-bottom: 70px;
  }
}

.template-product .product-detail-image {
  width: 35%;
}

@media screen and (max-width: 768px) {
  .template-product .product-detail-image {
    margin-bottom: 30px;
    width: 100%;
  }
}

.template-product .product-detail-image .product__image-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 100% !important;
  width: 100%;
  height: 0;
}

.template-product .product-detail-image .product__image-wrapper img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.template-product .product-detail-image .product-photo-container {
  margin-bottom: 30px;
}

.template-product .product-detail-image .product-photo-container .slick-slide {
  max-width: 100% !important;
}

.template-product .product-detail-image .product-photo-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8.57%;
}

@media screen and (max-width: 768px) {
  .template-product .product-detail-image .product-photo-thumbs {
    margin-left: -2.66%;
  }
}

.template-product .product-detail-image .product-photo-thumbs li {
  margin-left: 6.7%;
  margin-bottom: 6.7%;
  width: 18.2857%;
}

@media screen and (max-width: 768px) {
  .template-product .product-detail-image .product-photo-thumbs li {
    margin-left: 2%;
    width: 23%;
  }
}

.template-product .product-detail-image .product-photo-thumbs li a {
  position: relative;
  overflow: hidden;
  padding-top: 100% !important;
  width: 100%;
  height: 0;
}

.template-product .product-detail-image .product-photo-thumbs li a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.template-product .product-detail-image .product-photo-thumbs li.thumbnail-current {
  opacity: .6;
}

.template-product .product-detail-desc {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .template-product .product-detail-desc {
    width: 100%;
  }
}

.template-product .product-detail-desc .product-name {
  margin-bottom: 28px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .template-product .product-detail-desc .product-name {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.template-product .product-detail-desc .product-meta {
  color: #9a0004;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .template-product .product-detail-desc .product-meta {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.template-product .product-detail-desc .product-meta .visually-hidden,
.template-product .product-detail-desc .product-meta #comparePrice-product-template {
  display: none !important;
}

.template-product .product-detail-desc .note {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .template-product .product-detail-desc .note {
    margin: 10px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.template-product .product-detail-desc .product-description {
  margin: 25px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .template-product .product-detail-desc .product-description {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.product-description.rte td {
  border: 1px solid #999;
  pading-left:5px
}

.template-product .product-detail-desc .txt-note {
  margin-top: -10px;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

.template-product .product-detail-desc .btn--add-to-cart {
  padding: 18px 10px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  background: #9a0004;
  border-radius: 5px;
  cursor: pointer;
}

.template-product .product-detail-desc .btn--add-to-cart.disabled {
  background: #909090;
  cursor: default;
}

.template-product .product-detail-desc .btn--add-to-cart.disabled:hover {
  opacity: 1;
}

.template-product .product-detail-desc #addToCartForm-product-template .selector-wrapper {
  margin-bottom: 20px;
}

.template-product .product-detail-desc #addToCartForm-product-template .selector-wrapper .custom-select-box {
  max-width: 240px;
  border-radius: 5px;
}

.template-product .product-detail-desc #addToCartForm-product-template .selector-wrapper select {
  margin-bottom: 0;
  padding: 8px 10px;
  border-radius: 5px;
}

.template-product .product-detail-desc #addToCartForm-product-template .selector-wrapper:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #858585;
  border-right: 1px solid #858585;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

.template-product .product-detail-desc #addToCartForm-product-template label {
  display: block;
  margin-bottom: 8px;
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .template-product .product-detail-desc #addToCartForm-product-template label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.template-product .product-detail-desc #addToCartForm-product-template .payment-buttons {
  margin-top: 30px;
}

.template-product .product-detail-desc #infiniteoptions-container > div {
  margin-bottom: 20px;
}

.template-product .product-detail-desc #infiniteoptions-container .spb-select {
  position: relative;
  border: 1px solid #dedede;
  background: #fff;
  max-width: 240px;
  border-radius: 5px;
}

.template-product .product-detail-desc #infiniteoptions-container .spb-select select {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 15px;
  font-size: 1.5rem;
  background: #fff;
  padding: 8px 10px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  border-radius: 5px;
}

.template-product .product-detail-desc #infiniteoptions-container .spb-select select::-ms-expand {
  display: none;
}

.template-product .product-detail-desc #infiniteoptions-container .spb-select:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #858585;
  border-right: 1px solid #858585;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

.template-product .product-detail-desc #infiniteoptions-container .input-InsertName input {
  padding: 7px 10px;
  max-width: 240px;
  border-radius: 5px;
}

/*================ Product photos ================*/
.product-photo-container a, .product-photo-container img,
.product-photo-thumbs a,
.product-photo-thumbs img {
  display: block;
  margin: 0 auto;
}

.image-zoom {
  display: inline-block;
  cursor: move;
}

.modal-btn {
  margin-bottom: 20px;
}

.modal-caution {
  max-width: 800px;
  text-align: left;
  color: #111;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.modal-caution .ttl {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.modal-caution .caution-item {
  margin-bottom: 20px;
}
.modal-caution .caution-item:last-child {
  margin-bottom: 0;
}

.modal-caution .caution-item .head {
  font-weight: bold;
}

/*================ Product name note modal ================*/
#modalOpen {
  cursor: pointer;
}

#modalClose {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #333;
  font-size: 20px;
  font-size: 2rem;
  cursor: pointer;
}

#modalMask {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#modalContent {
  background: #fff;
  width: 100%;
  max-width: 860px;
  padding: 30px 25px;
  border-radius: 4px;
  /*
  position: fixed;
  */
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 5rem auto;
  z-index: 10001;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #modalContent {
    width: calc(100% - 30px);
  }
}

#modalMask.hidden {
  display: none;
}

#modalContent.hidden {
  display: none;
  opacity: 0;
}

.page-contact .contact-form-cont {
  padding: 80px 0 90px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .page-contact .contact-form-cont {
    padding: 55px 0 70px;
  }
}

.page-contact .ttlCom02 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .page-contact .ttlCom02 {
    margin-bottom: 30px;
  }
}

.page-contact #contactFormWrapper {
  margin: 65px auto;
  max-width: 700px;
}

@media screen and (max-width: 768px) {
  .page-contact #contactFormWrapper {
    margin: 45px auto;
  }
}

.page-contact .contact-tel {
  margin: 0 auto;
  padding: 24px 0;
  max-width: 480px;
  color: #333;
  border: 5px solid #f1f5f7;
}

.page-contact .contact-tel .txt-tel {
  margin-top: 15px;
}

.page-contact .contact-tel .txt-tel a {
  color: #333a43;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

#contactFormWrapper {
  margin: 65px 0;
}

#contactFormWrapper input[type="text"],
#contactFormWrapper input[type="email"],
#contactFormWrapper input[type="tel"],
#contactFormWrapper textarea {
  border-color: #c2ccd1;
  background: #f9f9f9;
  resize: none;
}

#contactFormWrapper .form-item {
  margin-bottom: 15px;
}

#contactFormWrapper .form-img-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

#contactFormWrapper .form-img-upload #filename {
  padding: 0 0 0 10px;
  width: calc(100% - 190px);
  background: none;
  border: 0;
}

@media screen and (max-width: 768px) {
  #contactFormWrapper .form-img-upload #filename {
    margin-top: 10px;
    width: 100%;
  }
}

#contactFormWrapper .form-img-upload p {
  margin-top: 10px;
  width: 100%;
  color: #999;
}

#contactFormWrapper .img-upload {
  border: 1px solid #c2ccd1;
  background: #fff;
  max-width: 190px;
  display: block;
  width: 100%;
  padding: 13px 5px 13px 45px;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  background: url("/cdn/shop/files/icn-paper-clip.png?428") no-repeat left 15px center;
  background-size: 18px auto;
}

#contactFormWrapper .img-upload input {
  border: 0;
  cursor: pointer;
  display: none;
}

#contactFormWrapper .btn-submit {
  padding: 18px 10px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  background: #333a43;
  cursor: pointer;
  max-width: 300px;
  border: 0;
}

.cart-total {
  font-size: 14px;
  font-size: 1.4rem;
}

.cart-total .grid {
  display: block !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.cart-total .text-right {
  text-align: right;
}

.cart-total .cart-subtotal {
  margin: 0 0 10px;
}

.cart-total .cart-subtotal .cart-subtotal--price {
  margin-left: 10px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}

.cart-total .cart-subtotal .visually-hidden {
  display: none;
}

.cart-total .cart__policies {
  margin-bottom: 15px;
}

.cart-total .btn-box {
  margin: 20px 0 0;
  padding: 20px 0 0;
  text-align: center;
  border-top: 1px solid #e8e9eb;
}

.cart-total .update-cart {
  padding: 6px 10px;
  color: #fff;
  background: #333a43;
  max-width: 220px;
  border: 0;
  border-radius: 5px;
}

.cart-total .btn-purchase {
  margin-bottom: 15px;
  padding: 18px 10px;
  max-width: 400px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  background: #9a0004;
  border-radius: 5px;
  cursor: pointer;
}

.template-cart .main-content {
  padding-bottom: 80px;
}

.template-cart .main-content > .inner, .template-cart .main-content > .inner-1744 {
  padding-top: 55px;
}

@media screen and (max-width: 768px) {
  .template-cart .main-content > .inner, .template-cart .main-content > .inner-1744 {
    padding-top: 35px;
  }
}

.template-cart .cart-header__title {
  margin-bottom: 30px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .template-cart .cart-header__title {
    margin-bottom: 20px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.template-cart .cart-row:first-of-type {
  border-top: 1px solid #e8e9eb;
}

.template-cart .cart-row .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.template-cart .cart-row > .grid {
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #e8e9eb;
}

.template-cart .cart-row .cart-item-left {
  width: calc(100% - 350px);
}

@media screen and (max-width: 768px) {
  .template-cart .cart-row .cart-item-left {
    width: 100%;
  }
}

.template-cart .cart-row .cart-item-left > .grid {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.template-cart .cart-row .cart-item-img {
  width: 130px;
}

@media screen and (max-width: 768px) {
  .template-cart .cart-row .cart-item-img {
    width: 110px;
  }
}

.template-cart .cart-row .cart-item-img a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100% !important;
  width: 100%;
  height: 0;
}

.template-cart .cart-row .cart-item-img a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.template-cart .cart-row .cart-item-desc {
  padding: 0 20px;
  width: calc(100% - 130px);
}

@media screen and (max-width: 768px) {
  .template-cart .cart-row .cart-item-desc {
    width: calc(100% - 110px);
  }
}

.template-cart .cart-row .cart-item-desc a {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .template-cart .cart-row .cart-item-desc a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.template-cart .cart-row .cart-item-desc small {
  font-size: 14px;
  font-size: 1.4rem;
}

.template-cart .cart-row .cart-item-price {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .template-cart .cart-row .cart-item-price {
    margin-top: 20px;
    width: 100%;
  }
}

.template-cart .cart-row .item-select-num {
  width: 140px;
}

@media screen and (max-width: 768px) {
  .template-cart .cart-row .item-select-num {
    margin-right: 5px;
    width: 120px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.template-cart .cart-row .item-select-num .js-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.template-cart .cart-row .item-select-num .js-qty input {
  width: 70px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .template-cart .cart-row .item-select-num .js-qty input {
    width: 60px;
  }
}

.template-cart .cart-row .item-select-num .js-qty .js--qty-adjuster {
  position: absolute;
  top: 0;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  width: 35px;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .template-cart .cart-row .item-select-num .js-qty .js--qty-adjuster {
    width: 30px;
  }
}

.template-cart .cart-row .item-select-num .js-qty .js--minus {
  left: 0;
}

.template-cart .cart-row .item-select-num .js-qty .js--add {
  right: 0;
}

.template-cart .cart-row .txt-price {
  width: calc(100% - 210px);
  text-align: right;
  padding: 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .template-cart .cart-row .txt-price {
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 185px);
  }
}

.template-cart .cart-row .btn-delete {
  width: 70px;
}

@media screen and (max-width: 768px) {
  .template-cart .cart-row .btn-delete {
    width: 60px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.template-cart .cart-row .btn-delete a {
  display: block;
  padding: 8px 0;
  background: #858585;
  text-align: center;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

.template-cart .cart-row .btn-delete a span {
  color: #fff;
}

.ajaxifyCart--close {
  position: absolute;
  top: 24px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  border: 0 none;
  width: 30px;
  height: 25px;
  cursor: pointer;
  background-color: transparent;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkMzRUY2REVBNDY1QjExRTM4ODdCODU0OEQ4MDA1MjgwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkMzRUY2REVCNDY1QjExRTM4ODdCODU0OEQ4MDA1MjgwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzNFRjZERTg0NjVCMTFFMzg4N0I4NTQ4RDgwMDUyODAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzNFRjZERTk0NjVCMTFFMzg4N0I4NTQ4RDgwMDUyODAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7sdZ8fAAAAp0lEQVR42nSPQQ6CMBBFx4ZEj+DSY8BGt9SVwRP1QBDdULeygaN4BFzpn+Q3mZCW5DFk/uvQ2YUQfiIygYuUnzc4O7wW/QCxIEbmi8oNG23mgO03js0reDF4gCNry77mUpkpHvSgo7QHA7gnwW1+q8FKcbViTtbJB/Bl7Uty5BWe4MTa2aWTPJplbuDDmpYe04IzqBn4zbU8J2udHcUpI9oDmtd/AQYAX20mtnhTCxQAAAAASUVORK5CYII=);
  z-index: 999999999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -o-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.is-visible .ajaxifyCart--close {
  opacity: 0.8;
  visibility: visible;
  -webkit-transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
  -o-transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
  transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
}

.ajaxifyCart--close:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .ajaxifyCart--close {
    top: 15px;
    right: 8px;
  }
}

#shopify-section-search-template {
  padding: 55px 0 80px;
}

@media screen and (max-width: 768px) {
  #shopify-section-search-template {
    padding: 40px 0 80px;
  }
}

#shopify-section-search-template .search-result-ttl {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #shopify-section-search-template .search-result-ttl {
    margin-bottom: 50px;
  }
}

#shopify-section-search-template .search-result-ttl .h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

#shopify-section-search-template .js-acc-btn,
#shopify-section-search-template .js-acc-close {
  display: none;
}

#shopify-section-search-template .js-acc-cont {
  display: block;
}

#shopify-section-search-template .search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 420px;
  border: 1px solid #ddd;
}

#shopify-section-search-template .search-bar .search-bar--submit {
  width: 50px;
  line-height: 42px;
  text-align: center;
}

#shopify-section-search-template .search-bar .search-bar--submit img {
  width: 30px;
}

#shopify-section-search-template .search-bar input {
  border: 0;
}

#shopify-section-search-template .search-bar .search-box {
  width: calc(100% - 50px);
}

#shopify-section-search-template .grid-uniform .grid-item {
  padding: 20px 0;
  border-bottom: 1px solid #e8e9eb;
}

#shopify-section-search-template .grid-uniform .grid-item:first-of-type {
  border-top: 1px solid #e8e9eb;
}

#shopify-section-search-template .grid-uniform .grid-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  font-size: 1.4rem;
}

#shopify-section-search-template .grid-uniform .grid-item a > p {
  padding: 0 20px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  #shopify-section-search-template .grid-uniform .grid-item a > p {
    padding: 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#shopify-section-search-template .grid-uniform .grid-item a .visually-hidden {
  display: none;
}

#shopify-section-search-template .grid-uniform .grid-item .product-grid-image {
  position: relative;
  width: 100px;
}

@media screen and (max-width: 640px) {
  #shopify-section-search-template .grid-uniform .grid-item .product-grid-image {
    width: 70px;
  }
}

#shopify-section-search-template .grid-uniform .grid-item .product-grid-image .lazyload__image-wrapper {
  max-width: 100% !important;
}

#shopify-section-search-template .grid-uniform .grid-item .product-grid-image .lazyload__image-wrapper > div {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100% !important;
  width: 100%;
  height: 0;
}

#shopify-section-search-template .grid-uniform .grid-item .product-grid-image .lazyload__image-wrapper > div img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

#shopify-section-search-template .grid-uniform .grid-item .product-grid-image .badge-label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  background: #9a0004;
  z-index: 1;
}

#shopify-section-search-template .grid-uniform .grid-item .product-item--price {
  margin-left: auto;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 640px) {
  #shopify-section-search-template .grid-uniform .grid-item .product-item--price {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=maps/styles.css.map */
