@charset "UTF-8";
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

ul, ul li, ol, ol li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

em {
  font-style: normal;
}

@font-face {
  font-family: "HankenGrotesk-Regular";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/HankenGrotesk-Regular.woff2") format("woff2"), url("../fonts/HankenGrotesk-Regular.woff") format("woff"), url("../fonts/HankenGrotesk-Regular.eot") format("eot"), url("../fonts/HankenGrotesk-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "HankenGrotesk-Bold";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/HankenGrotesk-Bold.woff2") format("woff2"), url("../fonts/HankenGrotesk-Bold.woff") format("woff"), url("../fonts/HankenGrotesk-Bold.eot") format("eot"), url("../fonts/HankenGrotesk-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Medium.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Medium.eot") format("eot"), url("../fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Bold.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Bold.eot") format("eot"), url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
}
* {
  min-height: 0vw;
}

body {
  font-family: "HankenGrotesk-Regular", "ZenKakuGothicNew-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.8;
  overflow-x: hidden;
  background: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(14px, 1.0606060606vw, 16px);
    line-height: 2;
  }
}
body.stop {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .middle {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
  .middle {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  svg {
    width: 100%;
  }
}
.wrap {
  overflow-x: hidden;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  cursor: pointer;
}

img {
  width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

main, main.inner {
  padding-top: min(3.7878787879vw, 50px);
}
@media screen and (max-width: 768px) {
  main, main.inner {
    padding-top: 12.7vw;
  }
}

.inner {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 0 min(4.5454545455%, 60px);
}
@media screen and (min-width: 1321px) {
  .inner {
    width: 1320px;
    padding: 0 60px;
  }
}
@media screen and (max-width: 1023px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 min(5.8651026393%, 60px);
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 5.4%;
  }
}

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

.en {
  font-family: "HankenGrotesk-Regular", sans-serif;
}

header {
  width: 100%;
}
@media screen and (min-width: 769px) {
  header {
    height: 150px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 20vw;
  }
}
header .header_inner {
  height: 100%;
  padding-left: 4vw;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header_inner .btn_contact {
  width: 260px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
header .header_inner .btn_contact a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  background: #286742;
  color: #fff;
  border: 1px solid #286742;
  border-radius: 0 0 0 8px;
}
header .header_inner .btn_contact a span::before {
  content: "";
  width: 16px;
  height: 9.85px;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url(../img/common/icon_envelope.svg);
          mask: url(../img/common/icon_envelope.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  margin: 0 9px 7px 0;
}
header .header_inner .btn_contact a:hover {
  background: #000;
}
@media screen and (min-width: 769px) {
  header .header_inner .logo {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  header .header_inner {
    width: 88.2697947214%;
    margin-inline: auto;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  header .header_inner {
    padding-top: 3.4vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header .header_inner .btn_contact {
    width: 12.8vw;
    height: 12.8vw;
    right: 12.8vw;
  }
  header .header_inner .btn_contact a {
    font-size: 0;
  }
  header .header_inner .btn_contact a span::before {
    width: 4.2666666667vw;
    height: 2.6266666667vw;
    margin: 0;
  }
}
header .ul_nav {
  padding-right: 1em;
}
header .ul_nav li.store {
  position: relative;
}
header .ul_nav li.store::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #286742;
  -webkit-mask: url(../img/common/icon_cart.svg);
          mask: url(../img/common/icon_cart.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  left: -25px;
}
header #js-hamburger {
  position: fixed;
  right: -126px;
  top: 80px;
  z-index: 10000;
}
@media screen and (max-width: 1245px) {
  header #js-hamburger {
    right: 0;
  }
}
header #js-hamburger.in {
  right: 0;
}
header #js-hamburger.open {
  top: 0;
}
@media screen and (max-width: 768px) {
  header #js-hamburger {
    top: 0;
  }
}
header .menu_trigger {
  width: 126px;
  height: 48px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50px 0 0 50px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .menu_trigger::after {
  content: "MENU";
  color: #000;
  font-family: "HankenGrotesk-Regular", sans-serif;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  top: 0;
  left: 56px;
  letter-spacing: 0.028em;
}
header .menu_trigger .box {
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
  position: absolute;
}
header .menu_trigger .box span {
  display: block;
  width: 100%;
  height: 2px;
  background: #286742;
  position: absolute;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .menu_trigger .box span:nth-of-type(1) {
  top: 2px;
}
header .menu_trigger .box span:nth-of-type(2) {
  top: 8px;
}
header .menu_trigger .box span:nth-of-type(3) {
  top: 14px;
}
@media screen and (min-width: 769px) {
  header .menu_trigger:hover {
    cursor: pointer;
    background: #286742;
  }
  header .menu_trigger:hover::after {
    color: #fff;
  }
  header .menu_trigger:hover .box span {
    background: #fff;
  }
}
header .menu_trigger.open {
  width: 60px;
  height: 60px;
  border-radius: 0 0 0 8px;
  background: #E1E1E1;
}
header .menu_trigger.open::after {
  content: none;
}
header .menu_trigger.open .box {
  width: 24px;
  left: 18px;
  top: 2px;
}
header .menu_trigger.open .box span {
  background: #9E9E9E;
  -webkit-transform-origin: center;
          transform-origin: center;
}
header .menu_trigger.open .box span:nth-of-type(1) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .menu_trigger.open .box span:nth-of-type(2) {
  opacity: 0;
}
header .menu_trigger.open .box span:nth-of-type(3) {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  header .menu_trigger.open:hover {
    background: #000;
  }
  header .menu_trigger.open:hover .box span {
    background: #fff;
  }
}
header .menu_trigger.notipad:hover .box span {
  background: #000;
}
header .menu_trigger.notipad:hover::after {
  color: #000;
}
@media screen and (max-width: 768px) {
  header .menu_trigger {
    width: 12.8vw;
    height: 12.8vw;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
  }
  header .menu_trigger::after {
    font-size: 2.6666666667vw;
    top: auto;
    left: 0;
    right: 0;
    bottom: 2.2vw;
    margin-inline: auto;
    position: absolute;
  }
  header .menu_trigger .box {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: -2vw;
    right: 0;
    left: 0;
  }
  header .menu_trigger .box span:nth-of-type(1) {
    top: 2px;
  }
  header .menu_trigger .box span:nth-of-type(2) {
    top: 7px;
  }
  header .menu_trigger .box span:nth-of-type(3) {
    top: 12px;
  }
  header .menu_trigger.open {
    width: 12.8vw;
    height: 12.8vw;
    border-radius: 0 0 0 4px;
  }
  header .menu_trigger.open .box {
    width: 5vw;
    left: 0;
    right: 0;
    top: 1.8vw;
  }
  header .menu_trigger.open .box span {
    height: 1px;
  }
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background: rgba(0, 0, 0, 0.5);
}
.overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}

#navi_flex.hide,
#navigation.hide {
  display: none;
}

@media screen and (min-width: 1246px) {
  #navi_flex.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1245px) {
  #navi_flex, #navi_flex.show {
    display: none;
  }
}

#navigation.show {
  display: block;
}
@media screen and (max-width: 1245px) {
  #navigation, #navigation.hide {
    display: block;
  }
}

@media screen and (min-width: 1246px) {
  header #navi_flex {
    height: 110px;
    position: absolute;
    right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header #navi_flex .ul_nav {
    margin: 3px 0 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header #navi_flex .ul_nav > li > a {
    color: #000;
  }
  header #navi_flex .ul_nav > li > a::before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #286742;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header #navi_flex .ul_nav > li > a:hover {
    color: #286742;
  }
  header #navi_flex .ul_nav > li > a:hover::before {
    width: 100%;
  }
  header #navi_flex .box_tel {
    display: none;
  }
  header #navi_flex .box_upper {
    padding: 38px 280px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  header #navi_flex .box_upper .ul_nav {
    gap: 0 31px;
  }
  header #navi_flex .box_upper .ul_nav li {
    line-height: 1;
    padding-bottom: 1px;
  }
  header #navi_flex .box_upper .ul_nav li a {
    font-size: 14px;
  }
  header #navi_flex .box_upper .ul_nav li a span::after {
    position: relative;
    right: -8px;
    top: -2px;
  }
  header #navi_flex .box_lower .ul_nav {
    margin: 10px 4.2vw 0 0;
  }
  header #navi_flex .box_lower .ul_nav > li {
    padding: 0 20px;
    line-height: 1;
    position: relative;
  }
  header #navi_flex .box_lower .ul_nav > li.top, header #navi_flex .box_lower .ul_nav > li.column {
    display: none;
  }
  header #navi_flex .box_lower .ul_nav > li:nth-child(n+3)::before {
    content: "";
    display: block;
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAAXNSR0IArs4c6QAAABpJREFUGFdjnDdv3v+kpCRGBgYGBjABAygcAI3ZBAQVheorAAAAAElFTkSuQmCC) repeat;
    width: 1px;
    height: 20px;
    left: 0;
  }
  header #navi_flex .box_lower .ul_nav > li > a {
    padding: 0 0 4px;
    display: block;
  }
  header #navi_flex .box_lower .ul_nav > li.targetnav {
    position: relative;
  }
  header #navi_flex .box_lower .ul_nav > li.targetnav > a {
    padding-right: 23px;
  }
  header #navi_flex .box_lower .ul_nav > li.targetnav > a::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 7px;
    -webkit-mask: url(../img/common/icon_chevron.svg);
            mask: url(../img/common/icon_chevron.svg);
    background-color: #286742;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    vertical-align: middle;
    position: absolute;
    bottom: 8px;
    right: 0;
  }
  header #navi_flex .box_lower .ul_nav > li.targetnav > a.pc {
    display: block;
  }
  header #navi_flex .box_lower .ul_nav > li.targetnav > a.sp {
    display: none;
  }
  header #navi_flex .box_lower .ul_nav > li.targetnav .box {
    width: 260px;
    height: 0;
    position: absolute;
    top: 13px;
    left: -20px;
    margin: auto;
    overflow: hidden;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header #navi_flex .box_lower .ul_nav > li.targetnav .box .in {
    padding: 12px 28px;
    background: #F6F6F6;
    border-radius: 8px;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header #navi_flex .box_lower .ul_nav > li.targetnav .box .in ul {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  header #navi_flex .box_lower .ul_nav > li.targetnav .box .in ul li {
    margin-left: 13px;
    position: relative;
  }
  header #navi_flex .box_lower .ul_nav > li.targetnav .box .in ul li a {
    padding: 12px 0;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
  }
  header #navi_flex .box_lower .ul_nav > li.targetnav .box .in ul li a::before {
    content: "";
    display: inline-block;
    width: 10.5px;
    height: 6.18px;
    -webkit-mask: url(../img/common/icon_chevron.svg);
            mask: url(../img/common/icon_chevron.svg);
    background-color: #9E9E9E;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-mask-size: 100%;
            mask-size: 100%;
    vertical-align: middle;
    position: absolute;
    bottom: 16px;
    left: -18px;
  }
  header #navi_flex .box_lower .ul_nav > li.targetnav .box .in ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #286742;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header #navi_flex .box_lower .ul_nav > li.targetnav .box .in ul li a:hover {
    color: #286742;
  }
  header #navi_flex .box_lower .ul_nav > li.targetnav .box .in ul li a:hover::after {
    width: 100%;
  }
  header #navi_flex .box_lower .ul_nav > li.targetnav:hover .box {
    height: auto;
    overflow: visible;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 24px;
  }
  header #navi_flex .box_lower .ul_nav > li.targetnav:hover .box .in::before {
    opacity: 1;
    top: -6px;
  }
  header #navi_flex .box_upper li.last,
  header #navi_flex .box_lower li.last {
    padding-right: 0;
  }
  header .box_menu {
    display: none;
  }
}
header #navigation {
  width: min(100%, 460px);
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(102%);
          transform: translateX(102%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  background: #F6F6F6;
}
@media screen and (max-width: 768px) {
  header #navigation {
    width: 95%;
  }
}
header #navigation.open {
  height: 100vh;
  overflow-y: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}
header #navigation .box_menu {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  header #navigation .box_menu .logo {
    position: absolute;
    top: 4.5vw;
    left: 7%;
  }
}
header #navigation .box_lower {
  width: min(98%, 340px);
  margin: 74px auto 0;
}
header #navigation .box_lower .ul_nav > li {
  border-bottom: 1px solid #E1E1E1;
}
header #navigation .box_lower .ul_nav > li > a {
  width: 100%;
  padding: 12px 0;
  font-size: 18px;
  display: block;
}
header #navigation .box_lower .ul_nav > li > a::before, header #navigation .box_lower .ul_nav > li > a::after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header #navigation .box_lower .ul_nav > li > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  background: #286742;
  position: absolute;
  left: 0;
  bottom: -1px;
}
header #navigation .box_lower .ul_nav > li > a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask: url(../img/common/icon_arrow_hori.svg);
          mask: url(../img/common/icon_arrow_hori.svg);
  background-color: #fff;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #286742;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  header #navigation .box_lower .ul_nav > li > a::after {
    width: min(3.7333333333vw, 16px);
    height: min(3.7333333333vw, 16px);
  }
}
@media screen and (min-width: 769px) {
  header #navigation .box_lower .ul_nav > li > a:hover::before {
    width: 100%;
  }
  header #navigation .box_lower .ul_nav > li > a:hover::after {
    right: 0;
  }
}
header #navigation .box_lower .ul_nav > li.targetnav > a {
  padding-right: 23px;
}
header #navigation .box_lower .ul_nav > li.targetnav > a::before {
  content: none;
}
header #navigation .box_lower .ul_nav > li.targetnav > a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 7px;
  -webkit-mask: url(../img/common/icon_chevron.svg);
          mask: url(../img/common/icon_chevron.svg);
  background-color: #286742;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  bottom: -1px;
  right: 15px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (max-width: 768px) {
  header #navigation .box_lower .ul_nav > li.targetnav > a::after {
    width: min(9vw, 9px);
    height: min(5vw, 5px);
  }
}
header #navigation .box_lower .ul_nav > li.targetnav > a.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header #navigation .box_lower .ul_nav > li.targetnav > a.sp {
  display: block;
}
header #navigation .box_lower .ul_nav > li.targetnav > a.pc {
  display: none;
}
header #navigation .box_lower .ul_nav > li.targetnav .box {
  display: none;
}
header #navigation .box_lower .ul_nav > li .box {
  margin-bottom: 16px;
}
header #navigation .box_lower .ul_nav > li .box .in {
  padding: 10px 40px;
  background: #fff;
  border-radius: 8px;
}
header #navigation .box_lower .ul_nav > li .box ul li a {
  padding: 6px 0;
  font-size: 16px;
  display: inline-block;
}
header #navigation .box_lower .ul_nav > li .box ul li a, header #navigation .box_lower .ul_nav > li .box ul li a::before, header #navigation .box_lower .ul_nav > li .box ul li a::after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header #navigation .box_lower .ul_nav > li .box ul li a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 7px;
  -webkit-mask: url(../img/common/icon_chevron.svg);
          mask: url(../img/common/icon_chevron.svg);
  background-color: #286742;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  rotate: -90deg;
  left: -1.2em;
  top: 1.1em;
  background-color: #9E9E9E;
}
@media screen and (max-width: 768px) {
  header #navigation .box_lower .ul_nav > li .box ul li a::before {
    width: min(9vw, 9px);
    height: min(5vw, 5px);
  }
}
header #navigation .box_lower .ul_nav > li .box ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  background: #286742;
  position: absolute;
  left: 0;
  bottom: 0.3em;
}
@media screen and (min-width: 769px) {
  header #navigation .box_lower .ul_nav > li .box ul li a:hover {
    color: #286742;
  }
  header #navigation .box_lower .ul_nav > li .box ul li a:hover::before {
    background-color: #286742;
  }
  header #navigation .box_lower .ul_nav > li .box ul li a:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header #navigation .box_lower {
    width: 82%;
    margin: 20.5vw auto 0;
  }
  header #navigation .box_lower .ul_nav > li {
    border-bottom: 1px solid #E1E1E1;
  }
  header #navigation .box_lower .ul_nav > li > a {
    width: 100%;
    padding: 2vw 0;
    font-size: min(3.7333333333vw, 18px);
  }
  header #navigation .box_lower .ul_nav > li > a::after {
    right: 2%;
  }
  header #navigation .box_lower .ul_nav > li.targetnav > a {
    padding-right: 4%;
  }
  header #navigation .box_lower .ul_nav > li.targetnav > a::after {
    width: 0.8em;
    height: 0.5em;
    bottom: 0.1em;
    right: 3%;
  }
  header #navigation .box_lower .ul_nav > li .box {
    margin-bottom: 4%;
  }
  header #navigation .box_lower .ul_nav > li .box .in {
    padding: 0 3% 0 4%;
  }
  header #navigation .box_lower .ul_nav > li .box ul li a {
    padding: 2.3vw 6%;
    display: block;
    font-size: min(3.2vw, 16px);
  }
  header #navigation .box_lower .ul_nav > li .box ul li a::before {
    width: 0.8em;
    height: 0.5em;
    left: 0;
    top: 1.55em;
  }
  header #navigation .box_lower .ul_nav > li .box ul li a::after {
    content: "";
    display: block;
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAAXNSR0IArs4c6QAAABpJREFUGFdjnDdv3v+kpCRGBgYGBjABAygcAI3ZBAQVheorAAAAAElFTkSuQmCC) repeat;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  header #navigation .box_lower .ul_nav > li .box ul li:last-child a::after {
    content: none;
  }
}
header #navigation .box_upper {
  width: min(98%, 340px);
  margin: 1em auto 0;
}
header #navigation .box_upper .ul_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header #navigation .box_upper .ul_nav li {
  width: 50%;
  padding-left: 1.1em;
}
header #navigation .box_upper .ul_nav li.last {
  display: none;
}
header #navigation .box_upper .ul_nav li a {
  font-size: 14px;
  padding-bottom: 2px;
}
header #navigation .box_upper .ul_nav li a span::after {
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  right: -1.1em;
  top: 0.3em;
}
header #navigation .box_upper .ul_nav li.store {
  padding-left: 1.7em;
}
header #navigation .box_upper .ul_nav li.store::before {
  left: 0.2em;
  top: 0.3em;
}
@media screen and (max-width: 768px) {
  header #navigation .box_upper {
    width: 82%;
    margin: 2.5vw auto 0;
  }
  header #navigation .box_upper .ul_nav li {
    padding-left: 1.1em;
  }
  header #navigation .box_upper .ul_nav li a {
    font-size: min(3.2vw, 14px);
    padding-bottom: 0;
  }
  header #navigation .box_upper .ul_nav li a span::after {
    width: 0.7em;
    height: 0.7em;
    right: -1.2em;
    top: 0.3em;
  }
  header #navigation .box_upper .ul_nav li.store {
    padding-left: 1.9em;
  }
  header #navigation .box_upper .ul_nav li.store::before {
    width: 0.9em;
    height: 0.9em;
    left: 0.8em;
    top: 0.6em;
  }
  header #navigation .box_upper .box_tel {
    max-width: 400px;
    margin: 1.8em auto 0;
  }
  header #navigation .box_upper .box_tel dl {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header #navigation .box_upper .box_tel dl dt, header #navigation .box_upper .box_tel dl dd {
    margin-bottom: 3vw;
  }
  header #navigation .box_upper .box_tel dl dt {
    width: 5.8em;
    font-size: min(3.2vw, 14px);
    border-radius: 3px;
  }
  header #navigation .box_upper .box_tel dl dd {
    margin-left: 0.8em;
  }
  header #navigation .box_upper .box_tel dl dd a {
    font-size: min(6.4vw, 28px);
  }
  header #navigation .box_upper .box_tel dl dd a span {
    font-size: min(4.2666666667vw, 24px);
  }
  header #navigation .box_upper .box_tel .time {
    margin-top: -1.8vw;
    font-size: min(3.2vw, 14px);
  }
}
header #navigation .btn_contact {
  width: min(90%, 320px);
  height: 60px;
  position: relative;
  margin: 18px auto 60px;
}
header #navigation .btn_contact a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  background: #286742;
  color: #fff;
  border: 1px solid #286742;
  border-radius: 50px;
}
header #navigation .btn_contact a span {
  margin-top: 3px;
}
header #navigation .btn_contact a span::before {
  content: "";
  width: 16px;
  height: 9.85px;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url(../img/common/icon_envelope.svg);
          mask: url(../img/common/icon_envelope.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  margin: 0 9px 3px 0;
}
header #navigation .btn_contact a:hover {
  background: #000;
}
@media screen and (max-width: 768px) {
  header #navigation .btn_contact {
    width: 78%;
    height: min(13.5vw, 60px);
    margin: 3.5vw auto 25vw;
  }
  header #navigation .btn_contact a {
    font-size: min(4.2666666667vw, 18px);
  }
  header #navigation .btn_contact a span::before {
    margin: 0 2.4vw 1vw 0;
  }
}

#pagetop {
  width: 160px;
  height: 48px;
  padding-right: 18px;
  background: #F6F6F6;
  position: absolute;
  top: -48px;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px 4px 0 0;
}
#pagetop, #pagetop span, #pagetop span::after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#pagetop span {
  display: inline-block;
  position: relative;
  font-family: "HankenGrotesk-Regular", sans-serif;
  letter-spacing: 0.05em;
}
#pagetop span::after {
  content: "";
  display: block;
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 5px 6px 5px;
  border-color: transparent transparent #286742 transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.1em;
  margin: auto;
}
#pagetop:hover {
  cursor: pointer;
  background: #286742;
}
#pagetop:hover span {
  color: #fff;
}
#pagetop:hover span::after {
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 1023px) {
  #pagetop {
    right: 6%;
  }
}
@media screen and (max-width: 768px) {
  #pagetop {
    width: 32.5vw;
    height: 8.5vw;
    top: -8.5vw;
    right: 0;
    border-radius: 4px 0 0 0;
  }
  #pagetop span {
    font-size: 3.2vw;
  }
  #pagetop span::after {
    border-width: 0px 4px 5px 4px;
  }
}

.area_corporate {
  background: #F6F6F6;
}
.area_corporate .inner {
  position: relative;
}
.area_corporate .link {
  width: 50%;
  position: relative;
}
.area_corporate .link .img {
  width: min(10.6060606061vw, 140px);
  height: min(10.6060606061vw, 140px);
  border-radius: 50%;
  -webkit-box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.17) inset;
          box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.17) inset;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1023px) {
  .area_corporate .link .img {
    width: min(13.6852394917vw, 140px);
    height: min(13.6852394917vw, 140px);
  }
}
.area_corporate .link .text {
  margin-left: 1.2em;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.area_corporate .link .text .en {
  font-size: 32px;
  letter-spacing: 0.05em;
}
.area_corporate .link .text .jp {
  margin-top: 1em;
}
.area_corporate .link.area_showroom {
  border-right: 1px solid #fff;
}
.area_corporate .link.area_showroom a {
  padding-right: 40px;
}
.area_corporate .link.area_showroom a::before {
  right: 39px;
}
.area_corporate .link.area_showroom a::after {
  right: 54px;
}
.area_corporate .link.area_showroom .img {
  background: url(../img/common/footer/corporate01.jpg) no-repeat center top;
  background-size: 100%;
}
.area_corporate .link.area_store {
  border-left: 1px solid #fff;
}
.area_corporate .link.area_store a {
  padding-left: min(3.0303030303vw, 40px);
}
.area_corporate .link.area_store a::before {
  right: 0;
}
.area_corporate .link.area_store a::after {
  right: 15px;
}
.area_corporate .link.area_store .img {
  background: url(../img/common/footer/corporate02.jpg) no-repeat center top;
  background-size: 100%;
}
.area_corporate .link.area_store .text .en::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #286742;
  -webkit-mask: url(../img/common/icon_cart.svg);
          mask: url(../img/common/icon_cart.svg);
  -webkit-mask-size: 24px;
          mask-size: 24px;
  vertical-align: middle;
  position: relative;
  margin: 0 10px 10px 0;
}
.area_corporate .link a {
  padding: 40px 0;
  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;
}
.area_corporate .link a::before, .area_corporate .link a::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.area_corporate .link a::before {
  width: 40px;
  height: 40px;
  background: #E1E1E1;
  border-radius: 50%;
}
.area_corporate .link a::after {
  content: "";
  display: inline-block;
  width: 8.75px;
  height: 8.75px;
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  background-color: #9E9E9E;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  width: 0.65em;
  height: 0.65em;
}
@media screen and (max-width: 768px) {
  .area_corporate .link a::after {
    width: 0.7em;
    height: 0.7em;
  }
}
.area_corporate .link a:hover .img {
  -webkit-box-shadow: 0px 0px 0px 2px #286742 inset;
          box-shadow: 0px 0px 0px 2px #286742 inset;
}
.area_corporate .link a:hover .text {
  color: #286742;
}
.area_corporate .link a:hover::before {
  background: #286742;
}
.area_corporate .link a:hover::after {
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .area_corporate .inner {
    padding: 0;
  }
  .area_corporate .box_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .area_corporate .box_wrap .link {
    width: 100%;
    border: none;
  }
  .area_corporate .box_wrap .link.area_showroom a, .area_corporate .box_wrap .link.area_store a {
    padding: 40px min(5.8651026393%, 60px);
  }
  .area_corporate .box_wrap .link.area_showroom a .text, .area_corporate .box_wrap .link.area_store a .text {
    margin-left: 1.8em;
  }
  .area_corporate .box_wrap .link.area_showroom a::before, .area_corporate .box_wrap .link.area_store a::before {
    right: 60px;
  }
  .area_corporate .box_wrap .link.area_showroom a::after, .area_corporate .box_wrap .link.area_store a::after {
    right: 76px;
  }
  .area_corporate .box_wrap .link.area_store {
    border-top: 4px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .area_corporate .box_wrap .link .img {
    width: 18.1333333333vw;
    height: 18.1333333333vw;
  }
  .area_corporate .box_wrap .link .text {
    margin-left: 1.2em;
  }
  .area_corporate .box_wrap .link .text .en {
    font-size: 6.4vw;
  }
  .area_corporate .box_wrap .link .text .jp {
    margin-top: 0.8em;
  }
  .area_corporate .box_wrap .link.area_showroom a, .area_corporate .box_wrap .link.area_store a {
    padding: 7.5vw min(5.8651026393%, 60px);
  }
  .area_corporate .box_wrap .link.area_showroom a .text, .area_corporate .box_wrap .link.area_store a .text {
    margin-left: 1.05em;
  }
  .area_corporate .box_wrap .link.area_showroom a::before, .area_corporate .box_wrap .link.area_store a::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    right: 5%;
  }
  .area_corporate .box_wrap .link.area_showroom a::after, .area_corporate .box_wrap .link.area_store a::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: calc(5% + 2.5vw);
  }
  .area_corporate .box_wrap .link.area_store .text .en {
    font-size: 6.4vw;
  }
  .area_corporate .box_wrap .link.area_store .text .en::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    -webkit-mask-size: 5.3333333333vw;
            mask-size: 5.3333333333vw;
  }
  .area_corporate .box_wrap .link.area_store .text .jp {
    margin-top: 0em;
    line-height: 1.8;
  }
}

footer {
  padding: 40px 0 80px;
}
footer .box_status,
footer .area_copyright {
  width: 50%;
}
footer .box_status a:hover {
  opacity: 0.5;
}
footer .box_status .ul_sns {
  margin-top: 20px;
  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;
  gap: 0 12px;
}
footer .box_status .ul_sns li {
  width: 24px;
}
@media screen and (max-width: 1023px) {
  footer {
    padding: 63px 0 80px 20px;
  }
  footer .box_status,
  footer .area_copyright {
    width: 100%;
  }
  footer .box_status .logo a,
  footer .box_status .ul_sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .box_status .ul_sns {
    margin-top: 20px;
    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;
    gap: 0 12px;
  }
  footer .box_status .ul_sns li {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 7.5vw 0 10vw;
  }
  footer .box_status .logo {
    margin-left: 6.3vw;
  }
  footer .box_status .ul_sns {
    margin-top: 2.4vw;
    gap: 0 1.2em;
  }
  footer .box_status .ul_sns li {
    width: 5.3333333333vw;
  }
}
footer .area_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  top: 5px;
}
footer .area_copyright .ul_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
footer .area_copyright .ul_nav li a {
  font-size: 14px;
}
footer .area_copyright .ul_nav li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  background: #286742;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .area_copyright .ul_nav li a:hover {
  color: #286742;
}
footer .area_copyright .ul_nav li a:hover::before {
  width: 100%;
}
footer .area_copyright .ul_nav li a[target=_blank] {
  padding-right: 1.4em;
}
footer .area_copyright .ul_nav li a[target=_blank] span::after {
  width: 0.8em;
  height: 0.8em;
  right: 0.2em;
  top: 0.35em;
}
footer .area_copyright .copyright {
  margin-top: 7px;
  text-align: right;
}
footer .area_copyright .copyright small {
  font-size: 12px;
  font-family: "HankenGrotesk-Regular", sans-serif;
  color: #9E9E9E;
}
@media screen and (max-width: 1023px) {
  footer .area_copyright {
    margin-top: 55px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
  }
  footer .area_copyright .copyright {
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  footer .area_copyright {
    margin-top: 9vw;
  }
  footer .area_copyright .ul_nav li a {
    font-size: min(3.2vw, 14px);
  }
  footer .area_copyright .ul_nav li a[target=_blank] span::after {
    width: 0.65em;
    height: 0.65em;
  }
  footer .area_copyright .copyright {
    margin-top: 1.5vw;
    font-size: 2.6666666667vw;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.logo a img {
  width: 128px;
}
.logo a p {
  margin: 0 0 0 20px;
  line-height: 1;
}
.logo a p span, .logo a p em {
  display: block;
}
.logo a p .subtitle {
  font-size: 12px;
  text-align: center;
}
.logo a p em {
  margin-top: 5px;
  font-size: 26px;
  letter-spacing: -0.05em;
  font-family: "HankenGrotesk-Bold", "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .logo a img {
    width: 23vw;
  }
  .logo a .osmocolor {
    margin: 0 0 0 3.6vw;
    line-height: 1;
  }
  .logo a .osmocolor .subtitle {
    padding-left: 2em;
    font-size: 2.6666666667vw;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .logo a .osmocolor .name {
    margin-top: 0.5vw;
    font-size: 4.8vw;
  }
}

.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*-----------------------------------------------------------*/
/* $ タイトル
/*-----------------------------------------------------------*/
.tit_content .en {
  font-size: min(9.6vw, 44px);
  letter-spacing: 0.055em;
}
.tit_content .jp {
  margin-left: 0.9em;
  font-size: min(4.2666666667vw, 18px);
}

.tit_left {
  position: relative;
  padding-left: 15px;
  font-size: min(5.3333333333vw, 24px);
  line-height: 1.4;
}
.tit_left::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 24px;
  background: #286742;
  top: 0.25em;
  left: 0px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .tit_left {
    padding-left: 0.5em;
  }
  .tit_left::before {
    width: 3px;
    height: 1em;
    top: 0.2em;
  }
}

.tit_simple {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .tit_simple {
    font-size: min(6.4vw, 28px);
  }
}

.tit_enjp,
.tit_voice {
  margin-top: 19px;
  text-align: center;
}
.tit_enjp span,
.tit_voice span {
  display: block;
  line-height: 1;
}
.tit_enjp .jp,
.tit_voice .jp {
  font-size: min(6.9333333333vw, 32px);
}
.tit_enjp .en,
.tit_voice .en {
  margin-top: 18px;
  color: #286742;
  letter-spacing: 0.05em;
  font-size: min(3.7333333333vw, 18px);
}
@media screen and (max-width: 768px) {
  .tit_enjp,
  .tit_voice {
    margin-top: 3.7vw;
  }
  .tit_enjp .en,
  .tit_voice .en {
    margin-top: 3vw;
  }
}

.tit_gray,
.title_lineup {
  padding: 15px 22px 15px 18px;
  background: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.tit_gray em,
.title_lineup em {
  font-size: min(6.4vw, 28px);
}
@media screen and (max-width: 1023px) {
  .tit_gray,
  .title_lineup {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .tit_gray,
  .title_lineup {
    height: auto;
    padding: 1.2em 1em;
    background: #F6F6F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tit_gray .count,
  .title_lineup .count {
    display: none;
  }
}

/*-----------------------------------------------------------*/
/* $ ボタン リンク
/*-----------------------------------------------------------*/
a {
  position: relative;
}
a[target=_blank] span::after {
  content: "";
  display: inline-block;
  width: 8.75px;
  height: 8.75px;
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  background-color: #9E9E9E;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
}
@media screen and (max-width: 768px) {
  a[target=_blank] span::after {
    width: 0.7em;
    height: 0.7em;
  }
}
a.link::before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  background: #286742;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a.link:hover {
  color: #286742;
}
a.link:hover::before {
  width: 100%;
}

.box_btn {
  height: 60px;
}
.box_btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  font-size: min(4.2666666667vw, 18px);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.box_btn a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 8.75px;
  height: 8.75px;
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  background-color: #9E9E9E;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  right: 1em;
}
@media screen and (max-width: 768px) {
  .box_btn a[target=_blank]::after {
    width: 0.7em;
    height: 0.7em;
  }
}
.box_btn a span {
  font-size: min(4.2666666667vw, 18px);
}
.box_btn a span::after {
  content: none;
}
.box_btn a:hover {
  background: #286742;
  color: #fff;
  border: 1px solid #286742;
}
@media screen and (max-width: 768px) {
  .box_btn {
    height: min(13.5vw, 60px);
  }
}
.box_btn.green a {
  background: #286742;
  color: #fff;
  border: 1px solid #286742;
}
.box_btn.green a:hover {
  background: #000;
}
.box_btn.contact a {
  background: #286742;
  color: #fff;
  border: 1px solid #286742;
}
.box_btn.contact a span::before {
  content: "";
  width: 16px;
  height: 9.85px;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url(../img/common/icon_envelope.svg);
          mask: url(../img/common/icon_envelope.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  margin: 0 9px 7px 0;
}
.box_btn.contact a:hover {
  background: #000;
}
.box_btn.cart a {
  background: #000;
  color: #fff;
}
.box_btn.cart a span::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url(../img/common/icon_cart.svg);
          mask: url(../img/common/icon_cart.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  margin: 0 9px 7px 0;
}
.box_btn.cart a:hover {
  background: #286742;
  color: #fff;
  border: 1px solid #286742;
}

.viewmore {
  padding-right: 36px;
  position: relative;
  display: inline-block;
}
.viewmore::before, .viewmore::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.viewmore::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #286742;
  right: 0;
}
.viewmore::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask: url(../img/common/icon_arrow_hori.svg);
          mask: url(../img/common/icon_arrow_hori.svg);
  background-color: #fff;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 4px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .viewmore::after {
    width: min(3.7333333333vw, 16px);
    height: min(3.7333333333vw, 16px);
  }
}
.viewmore a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  background: #286742;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.viewmore a:hover {
  color: #286742;
}
.viewmore a:hover::before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .viewmore {
    padding-right: 7vw;
  }
  .viewmore::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .viewmore::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    right: 0.85vw;
  }
}

/*-----------------------------------------------------------*/
/* $ 電話番号部分
/*-----------------------------------------------------------*/
.box_tel {
  margin-top: 2.3em;
}
.box_tel dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box_tel dl dt, .box_tel dl dd {
  margin-bottom: 0.3em;
}
.box_tel dl dt {
  width: 5.8em;
  padding: 0.42em 0 0.4em;
  background: #E1E1E1;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  line-height: 1;
}
.box_tel dl dd {
  padding-left: 0.6em;
  white-space: nowrap;
}
.box_tel dl dd a {
  padding-top: 0.15em;
  color: #286742;
  font-family: "HankenGrotesk-Regular", sans-serif;
  font-size: 28px;
  line-height: 0.8;
  letter-spacing: 0.04em;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .box_tel dl dd a {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .box_tel dl dd a {
    border-bottom: 1px solid #286742;
  }
}
.box_tel dl dd a span {
  font-size: 24px;
}
.box_tel .time {
  text-align: center;
  font-size: 14px;
}

.box_sns .ul_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1em;
}
.box_sns .ul_sns li {
  width: min(6.5909090909vw, 87px);
}
.box_sns .ul_sns li a {
  border-radius: 2px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 1023px) {
  .box_sns .ul_sns li {
    width: min(23.2vw, 87px);
  }
}
@media screen and (max-width: 768px) {
  .box_sns {
    position: relative;
  }
  .box_sns .ul_sns {
    gap: 0 0.6em;
  }
  .box_sns .ul_sns li {
    width: 26%;
    line-height: 1;
  }
}

#pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pagelink .box_btn {
  width: 200px;
  height: 44px;
}
#pagelink .box_btn a {
  font-size: min(3.7333333333vw, 18px);
}
#pagelink .box_btn a span {
  padding-left: 14px;
}
#pagelink .box_btn a span::before {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  background-color: #286742;
  -webkit-mask: url(../img/common/icon_golist.svg);
          mask: url(../img/common/icon_golist.svg);
  -webkit-mask-size: 11px;
          mask-size: 11px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: -13px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#pagelink .box_btn a:hover span::before {
  background-color: #fff;
}
#pagelink .back,
#pagelink .next {
  width: 66px;
}
#pagelink .back a,
#pagelink .next a {
  display: block;
  font-family: "HankenGrotesk-Regular", sans-serif;
  position: relative;
  line-height: 40px;
}
#pagelink .back a::before, #pagelink .back a::after,
#pagelink .next a::before,
#pagelink .next a::after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#pagelink .back a::before,
#pagelink .next a::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
}
#pagelink .back a::after,
#pagelink .next a::after {
  content: "";
  display: inline-block;
  width: 8.75px;
  height: 8.75px;
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  background-color: #9E9E9E;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #pagelink .back a::after,
  #pagelink .next a::after {
    width: 0.7em;
    height: 0.7em;
  }
}
#pagelink .back a:hover::before,
#pagelink .next a:hover::before {
  width: 100%;
}
#pagelink .next a {
  padding-right: 24px;
}
#pagelink .next a::before {
  left: 0;
}
#pagelink .next a::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#pagelink .next a:hover::after {
  right: -4px;
}
#pagelink .back a {
  padding-left: 2em;
}
#pagelink .back a::before {
  right: 0;
}
#pagelink .back a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: auto;
  left: 0;
}
#pagelink .back a:hover::after {
  left: -4px;
}
@media screen and (max-width: 768px) {
  #pagelink {
    padding-bottom: 13.5vw;
    position: relative;
  }
  #pagelink .box_btn {
    width: 54%;
    height: 10vw;
    position: absolute;
    margin-inline: auto;
    left: 0;
    bottom: 0;
    right: 0;
  }
  #pagelink .back,
  #pagelink .next {
    width: 5em;
  }
  #pagelink .back a,
  #pagelink .next a {
    font-size: 3.7333333333vw;
  }
  #pagelink .next a {
    padding-right: 1.4em;
    text-align: right;
  }
  #pagelink .back a {
    padding-left: 1.4em;
  }
}

.wp-pagenavi {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 0 20px;
  font-family: "HankenGrotesk-Regular", sans-serif;
}
.wp-pagenavi > span,
.wp-pagenavi > a:not(.nextpostslink, .previouspostslink) {
  width: 40px;
  height: 40px;
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  color: #9E9E9E;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi > span,
  .wp-pagenavi > a:not(.nextpostslink, .previouspostslink) {
    width: min(9.6vw, 36px);
    height: min(9.6vw, 36px);
    padding-top: 0;
    font-size: min(3.7333333333vw, 14px);
  }
}
.wp-pagenavi > span.current, .wp-pagenavi > span:hover,
.wp-pagenavi > a:not(.nextpostslink, .previouspostslink).current,
.wp-pagenavi > a:not(.nextpostslink, .previouspostslink):hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: absolute;
  line-height: 24px;
}
.wp-pagenavi .previouspostslink::before, .wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .nextpostslink::after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #286742;
  position: absolute;
  bottom: 0;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(../img/common/icon_arrow_hori.svg) no-repeat center #286742;
  background-size: 16px;
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  color: #286742;
}
.wp-pagenavi .previouspostslink:hover::before,
.wp-pagenavi .nextpostslink:hover::before {
  width: 100%;
}
.wp-pagenavi .nextpostslink {
  margin-right: 2.3em;
  right: 0;
}
.wp-pagenavi .nextpostslink::before {
  left: 0;
}
.wp-pagenavi .nextpostslink::after {
  right: -2.3em;
}
.wp-pagenavi .previouspostslink {
  left: 0;
  margin-left: 2.3em;
}
.wp-pagenavi .previouspostslink::before {
  right: 0;
}
.wp-pagenavi .previouspostslink::after {
  left: -2.3em;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 2.8em;
    padding-bottom: 3em;
    gap: 0 4%;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    bottom: 0;
  }
  .wp-pagenavi .previouspostslink::after,
  .wp-pagenavi .nextpostslink::after {
    width: 1.5em;
    height: 1.5em;
  }
  .wp-pagenavi .nextpostslink {
    margin-right: 2.1em;
  }
  .wp-pagenavi .nextpostslink::after {
    right: -2.1em;
  }
  .wp-pagenavi .previouspostslink {
    margin-left: 2.1em;
  }
  .wp-pagenavi .previouspostslink::after {
    left: -2.1em;
  }
}
/*# sourceMappingURL=common.css.map */