@charset "UTF-8";
:root {
  --pagetop-bottom: 90px;
  --menu-toggle-pb: 90px;
  --footer-pb: 30vw;
}

html.iphone {
  --pagetop-bottom: 120px;
  --menu-toggle-pb: 200px;
  --footer-pb: 40vw;
}

html:not(.responsive) {
  min-width: 1000px; /* viewport */
}

@media screen and (max-width: 767px) {
  html.responsive {
    --paddingWrap: 4vw;
    --paddingWrap-negative: calc(var(--paddingWrap) * -1);
  }
}


/*=============================================
 * body
 *=============================================*/
body {
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background: #ece8de;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #000;
}
body.navOpen .menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
@media screen and (max-width: 767px) {
  body {
    text-align: justify;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.05em;
  }
  body.navOpen .nav-fixed .gr1, body.navOpen .nav-fixed .nav-customer {
    display: none;
  }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-old-mincho-black {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-flex-regular {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712;
}

.roboto-flex-medium {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712;
}

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bg-parallax {
  position: relative;
  z-index: -1;
}
.bg-parallax .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bg-parallax .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.copy.copied {
  pointer-events: none;
  cursor: default;
}

.mt0 {
  margin-top: 0 !important;
}

@media all and (-ms-high-contrast: none) {
  p.btn a img, header .nav-fl a img {
    transition: opacity 0s ease !important;
    -moz-transition: opacity 0s ease !important;
    -webkit-transition: opacity 0s ease !important;
  }
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img {
    opacity: 1;
    transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -webkit-transform: translateX(0) translateZ(0);
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
}
@media screen and (max-width: 767px) {
  html.responsive .wrap {
    width: auto;
    padding: 0 var(--paddingWrap);
  }
  .txt:not(.except) br:not(.except):not(.sp) {
    display: none;
  }
  .pc {
    display: none !important;
  }
  #pagetop {
    width: 50px;
    bottom: var(--pagetop-bottom);
    z-index: 99;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.ttl-style-1 {
  border-bottom: 1px solid;
  font-size: 6vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.ttl-style-2 {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #b52929;
  color: #fff;
  font-size: 3.5vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.ttl-style-3 {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b52929;
  font-size: 3.2vw;
  letter-spacing: 0;
  text-align: center;
}
.ttl-style-3 > span {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 0;
}
.ttl-style-3 > span::before {
  content: "";
  background: url("../img/index/deco1.png") center left/contain no-repeat, url("../img/index/deco1.png") center right/contain no-repeat;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.ttl-style-4 {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000;
  color: #fff;
  font-weight: 500;
  font-size: 5vw;
  letter-spacing: 0.05em;
}

.btn-style-1 {
  width: 80vw;
  display: block;
  margin: 0 auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #8d8d8d;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.btn-style-1:hover,.btn-style-1:focus
 {
    color:#FFF !important;
    text-decoration: none !important;
}
.btn-style-1::after {
  content: "";
  width: 20px;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 13 17'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M2.498,13.340 L8.748,7.854 L2.498,2.368 '/%3E%3C/svg%3E") center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 20px;
}

.marquee-yaki {
  color: #275014;
  font-size: 13vw;
  line-height: 1;
  letter-spacing: 0;
}
.marquee-yaki p {
  padding-right: 5vw;
}

@media screen and (min-width: 768px) {
  .ttl-style-1 {
    border-bottom-width: 2px;
    font-size: 40px;
    line-height: 67px;
  }
  .ttl-style-2 {
    padding: 0 10px;
    font-size: 26px;
    line-height: 46px;
  }
  .ttl-style-3 {
    padding: 0 20px;
    border-width: 2px;
    font-size: 26px;
    line-height: 42px;
  }
  .ttl-style-3 > span {
    width: auto;
    padding: 0 40px;
  }
  .ttl-style-4 {
    padding: 0 20px;
    font-size: 24px;
    line-height: 40px;
  }
  .btn-style-1 {
    width: 400px;
    padding: 20px 20px 20px;
  }
  .btn-style-1:hover::before {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  .btn-style-1::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #595959;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .btn-style-1::after {
    width: 10px;
    right: 28px;
  }
  .marquee-yaki {
    font-size: 130px;
  }
  .marquee-yaki p {
    padding-right: 60px;
  }
}
/*=============================================
 * <header>
 *=============================================*/
header {
  padding-top: 3vw;
}
header h1 {
  font-size: 12px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
header .logo {
  width: 55vw;
}
header .form-search .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #b0b0b0;
}
header .form-search .input input {
  width: 100%;
  display: block;
  border: 0;
  padding: 10px 20px;
  font-weight: 300;
  letter-spacing: 0;
}
header .form-search .input button {
  width: 38px;
  background: #2f2f2f;
  border: 0;
}
header .set .gr2 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  header h1 {
    width: 100%;
    padding: 6vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media screen and (min-width: 768px) {
  header {
    padding-top: 39px;
  }
  header h1 {
    color: #000;
    font-size: 14px;
    line-height: 29px;
    text-align: left;
  }
  header .logo {
    width: 30vw;
    max-width: 370px;
  }
  header .form-search {
    width: 40%;
    max-width: 382px;
  }
  header .form-search .input input {
    padding: 7px 20px;
    font-size: 16px;
  }
  header .form-search .input button {
    width: 34px;
  }
  header .mainnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #000;
    color: #fff;
  }
  header .mainnav .nav-link {
    display: block;
    padding: 18px 20px 23px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
  }
  header .mainnav .nav-link:hover, header .mainnav .nav-link.active {
    background: #295516;
    text-decoration: none;
    color: #fff !important;
  }
  header .mainnav .has-child {
    position: relative;
  }
  header .mainnav .has-child > .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .mainnav .has-child > .nav-link::after {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    margin: 8px 0 0 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 13'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M13.994,2.623 L7.947,8.670 L1.900,2.623 '/%3E%3C/svg%3E") center/contain no-repeat;
  }
  header .mainnav .has-child:hover .dropdown {
    opacity: 1;
    visibility: visible;
  }
  header .mainnav .dropdown {
    background: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  header .mainnav .dropdown .nav-link {
    min-width: 170px;
    padding: 6px 20px;
    border-top: 1px solid #999999;
    font-size: 18px;
    color: #000;
  }
  header .nav-header {
    margin-top: 21px;
  }
  header .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
  header .set .gr2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 49px;
  }
}
@media screen and (min-width: 1200px) {
  header .mainnav .nav-link {
    font-size: 20px;
  }
}

.menu_toggle {
  width: 100% !important;
  height: 100vh;
  min-height: 100%;
  display: block;
  margin-top: 0;
  padding: 3vw 0 var(--menu-toggle-pb);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  float: right;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease, height 0s !important;
  transition: 0.5s ease, height 0s !important;
}
.menu_toggle .logo {
  width: 55vw;
}
.menu_toggle .mainnav .nav-link {
  display: inline-block;
  font-size: 6vw;
  letter-spacing: 0;
  text-align: left;
}
.menu_toggle .mainnav .nav-link:hover {
  text-decoration: none;
}
.menu_toggle .mainnav .nav-link.active {
  color: #295217;
}
.menu_toggle .mainnav .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2vw -6vw 0 3vw;
}
.menu_toggle .mainnav .dropdown .nav-link {
  font-size: 5vw;
}
.menu_toggle .mainnav .dropdown > li + li::before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.menu_toggle .mainnav > li + li {
  margin-top: 3vw;
}
.menu_toggle .subnav {
  margin-top: 10vw;
}
.menu_toggle .subnav .nav-link {
  display: inline-block;
  letter-spacing: 0.1em;
  text-align: left;
}
.menu_toggle .nav {
  padding: 0 6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu_toggle .set .gr2 {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  .menu_toggle {
    padding: 40px 20px;
  }
  .menu_toggle .logo {
    width: auto;
  }
  .menu_toggle .mainnav {
    margin: 93px 0 0 97px;
  }
  .menu_toggle .mainnav .nav-link {
    font-size: 36px;
  }
  .menu_toggle .mainnav .nav-link:hover {
    color: #295217;
  }
  .menu_toggle .mainnav .dropdown {
    margin: 26px 0 0 22px;
  }
  .menu_toggle .mainnav .dropdown .nav-link {
    font-size: 30px;
  }
  .menu_toggle .mainnav > li + li {
    margin-top: 33px;
  }
  .menu_toggle .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-left: 31px;
  }
  .menu_toggle .subnav .nav-link {
    font-size: 16px;
    letter-spacing: 0;
  }
  .menu_toggle .subnav .nav-link::before {
    content: "／";
    display: inline-block;
    margin: 0 5px;
  }
  .menu_toggle .subnav li:first-child .nav-link::before {
    display: none;
  }
  .menu_toggle .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
  .menu_toggle .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu_toggle .set .gr1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .menu_toggle .set .gr1 .img {
    margin-top: 49px;
  }
  .menu_toggle .set .gr2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    min-width: 600px;
    margin-top: 12px;
  }
}

.hamburger {
  background: #000;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  margin: 0;
  overflow: visible;
}
.hamburger .hamburger-box {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}
.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger .hamburger-inner::before {
  top: -10px;
}
.hamburger .hamburger-inner::after {
  bottom: -10px;
}
.hamburger.is-active {
  background: transparent;
  top: 5px;
  right: 5px;
}
.hamburger.is-active .hamburger-box {
  width: 50px;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background: #262427;
}
@media screen and (min-width: 768px) {
  .hamburger {
    width: auto;
    height: auto;
    background: none;
    position: relative;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
  .hamburger .hamburger-box {
    width: 39px;
    height: 25px;
  }
  .hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
    background-color: #262427;
  }
  .hamburger.is-active {
    position: fixed;
    top: 10px;
    right: 0;
  }
  .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    height: 3px;
  }
}
@media screen and (min-width: 1300px) {
  .hamburger.is-active {
    top: 55px;
    right: 46px;
  }
  .hamburger.is-active .hamburger-box {
    width: 57px;
  }
}

/** Vortex Reverse **/
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*=============================================
 * nav-fixed
 *=============================================*/
@media screen and (min-width: 768px) {
  .nav-fixed {
    width: 100%;
    padding: 12px 0 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  .nav-fixed.show {
    background: #fff;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .nav-fixed.show .set .gr1 {
    opacity: 1;
    visibility: visible;
  }
  .nav-fixed.fixed {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: fixed;
  }
  .nav-fixed .wrap {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 34px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav-fixed .logo {
    width: 200px;
  }
  .nav-fixed .nav-customer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .nav-fixed .nav-customer .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 0 11px;
    font-size: 15px;
    letter-spacing: 0;
    position: relative;
    z-index: 0;
  }
  .nav-fixed .nav-customer .nav-link:hover {
    text-decoration: none;
    color: #938f8f;
  }
  .nav-fixed .nav-customer .nav-link::after {
    content: "";
    width: 100%;
    border-right: 1px solid #b0b0b0;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    z-index: -1;
  }
  .nav-fixed .nav-customer .nav-cart::before {
    content: "";
    width: 20px;
    height: 21px;
    background: url("../img/shared/icon_cart.png") center/contain no-repeat;
  }
  .nav-fixed .nav-customer .nav-login::before {
    content: "";
    width: 17px;
    height: 19px;
    background: url("../img/shared/icon_user.png") center/contain no-repeat;
  }
  .nav-fixed .nav-customer .nav-mail::before {
    content: "";
    width: 19px;
    height: 14px;
    background: url("../img/shared/icon_mail.png") center/contain no-repeat;
  }
  .nav-fixed .nav-customer li:first-child .nav-link::after {
    border-left: 1px solid #b0b0b0;
  }
  .nav-fixed .set {
    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;
  }
  .nav-fixed .set .gr1 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    opacity: 0;
    visibility: hidden;
  }
  .nav-fixed .set .gr2 {
    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;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-fixed .set .gr2 {
    -webkit-column-gap: 77px;
       -moz-column-gap: 77px;
            column-gap: 77px;
  }
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
  padding: 10vw 0 var(--footer-pb);
  background: #1c1818;
  color: #fff;
}
footer .ft-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .ft-nav a {
  display: block;
  font-weight: 400;
  font-size: 13px;
  text-align: left;
}
footer .ft-nav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .ft-nav li:nth-child(1) {
  padding-right: 15px;
}
footer .ft-nav li:nth-child(2) {
  padding-left: 5px;
}
footer .logo img {
  width: 70vw;
}
footer .address {
  margin-top: 10vw;
  font-weight: 400;
}
footer .tel {
  margin-top: 10vw;
}
footer .tel .tel-number {
  color: #f1850d;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0;
}
footer .tel .tel-number::before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  margin: 0 10px 0 0;
  background: url("../img/shared/icon_tel.png") center/contain no-repeat, #f1850d;
  border-radius: 100%;
}
footer .tel .tel-note {
  margin-top: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
}
footer .sns img {
  width: 45px;
}
footer .sns li {
  background: #fff;
  border-radius: 100%;
}
footer address {
  margin-top: 10vw;
  color: #8f8c89;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}
footer .set1 {
  padding-bottom: 15vw;
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
}
footer .set1::before {
  content: "";
  border-bottom: 1px solid;
  opacity: 0.4;
  position: absolute;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  z-index: -1;
}
footer .set1 .ttl {
  margin-bottom: 10vw;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-size: 18px;
  letter-spacing: 0.1em;
}
footer .set1 .txt + .txt {
  margin-top: 7vw;
}
footer .set1 dl .ml {
  margin-left: 20px;
}
footer .set1 .gr2 {
  margin-top: 15vw;
}
footer .set1 .gr3 {
  margin-top: 15vw;
}
footer .set2 {
  margin-top: 10vw;
}
footer .set2 .gr2 {
  margin-top: 20vw;
  text-align: center;
}
footer .set3 {
  margin-top: 15vw;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 90px 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .ft-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer .ft-nav a {
    font-size: 15px;
  }
  footer .ft-nav li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  footer .ft-nav li:nth-child(1) {
    padding-right: 25px;
  }
  footer .logo img {
    width: auto;
  }
  footer .address {
    margin-top: 0;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.1em;
  }
  footer .tel {
    margin-top: 15px;
  }
  footer .tel .tel-number {
    font-size: 32px;
  }
  footer .tel .tel-number::before {
    width: 23px;
    height: 24px;
    margin: 0 10px 0 0;
  }
  footer .tel .tel-note {
    margin-top: 4px;
    font-size: 13px;
  }
  footer .sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }
  footer .sns img {
    width: auto;
  }
  footer address {
    margin-top: 37px;
    font-size: 12px;
    text-align: right;
  }
  footer .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    padding-bottom: 92px;
    font-size: 16px;
    line-height: 30px;
  }
  footer .set1 .ttl {
    margin-bottom: 35px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  footer .set1 .txt + .txt {
    margin-top: 30px;
  }
  footer .set1 dl .ml {
    margin-left: 20px;
  }
  footer .set1 .gr1, footer .set1 .gr2, footer .set1 .gr3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.3333333333% - 14px);
            flex: 0 1 calc(33.3333333333% - 14px);
    margin-top: 0;
  }
  footer .set2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 63px;
  }
  footer .set2 .gr1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
  }
  footer .set2 .gr2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 52%;
            flex: 0 1 52%;
    min-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-top: 7px;
    text-align: left;
  }
  footer .set3 {
    margin-top: -40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  footer address {
    margin-left: 110px;
    margin-right: 110px;
  }
}

/*=============================================
 * ft_fixed
 *=============================================*/
#ft_fixed {
  z-index: 97;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.ft_fixed_shared {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  background: #fff;
  border-top: 1px solid #c6c6c6;
  text-align: center;
}
.ft_fixed_shared li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #c6c6c6;
}
.ft_fixed_shared li:last-child {
  border-right: 0;
}
.ft_fixed_shared li a {
  display: block;
  position: relative;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer::after {
    height: 36px;
    content: "";
    background: #fff;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 7;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer::after {
    height: 36px;
    content: "";
    background: #fff;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 7;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 4.770833333333333), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
  footer::after {
    height: 36px;
    content: "";
    background: #fff;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 7;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
@media screen and (min-width: 768px) {
  footer::after, #ft_fixed {
    display: none;
  }
}
/*=============================================
 * slick
 *=============================================*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/shared/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -30px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev:before, .slick-next:before {
  content: "";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-family: "fontello";
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  background-color: #b83a00;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: "\f105";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -22px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  color: transparent;
  outline: none;
  border-radius: 50%;
  border: 1px solid #000;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #000;
}
@media (hover: hover) {
  .slick-dots li:hover button {
    background: #000;
  }
}
@media screen and (min-width: 768px) {
  .slick-dots {
    bottom: -40px;
  }
  .slick-dots li {
    margin: 0 11px;
  }
  .slick-dots li button {
    width: 23px;
    height: 23px;
    border-width: 2px;
  }
}