@charset "utf-8";
/* ------------------------------
   ルート変数
   ------------------------------ */ :root {
  --color-n: #202020;
  --color-nl: #006036;
  --color-bg: #f6f6f6;
  --color-ge: #ededed;
  --color-w: #fff;
  --color-r: #c31616;
  --color-gd: #dddddd;
  --color-gb: #686868;
}
/* ------------------------------
  リセット（
------------------------------ */
html {
  line-height: 1.2;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
table {
  border-collapse: collapse;
  font-family: inherit;
}
th, td {
  border-collapse: collapse;
}
ul, ol, li {
  list-style: none;
}
input, textarea, select, button {
  font-family: inherit;
}
input[type="button"], input[type="text"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
}
/* ------------------------------
   フォント読み込み
   ------------------------------ */
@font-face {
  font-family: "Noto Serif JP";
  src: url(../fonts/NotoSerifJP-Regular.woff) format("woff"), url("../fonts/NotoSerifJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url(../fonts/NotoSerifJP-Medium.woff) format("woff"), url("../fonts/NotoSerifJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url(../fonts/NotoSerifJP-SemiBold.woff") format("woff"), url("../fonts/NotoSerifJP-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
/* ------------------------------
   基本スタイル
------------------------------ */
html {
  font-size: 10px;
}
@media (min-width: 1440px) {
  html {
    font-size: clamp(10px, 0.2vw + 7.1px, 11px);
  }
}
@media (max-width: 1023px) {
  html {
    font-size: clamp(9px, 0.15vw + 8.3px, 9.5px);
  }
}
@media (max-width: 767px) {
  html {
    font-size: clamp(8px, 1.2vw, 9px);
  }
}
body {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  background-color: var(--color-w);
  color: var(--color-n);
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 1.4;
}
a {
  color: var(--color-n);
  transition: 0.2s linear;
}
a:hover {
  text-decoration: none;
}
::selection {
  background-color: var(--color-nl);
  color: var(--color-w);
}
/* テキストユーティリティ */
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 600;
}
.red {
  color: var(--color-r);
}
.marker {
  background: linear-gradient(transparent 60%, var(--color-nl) 60%);
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}

p.line_l {
  line-height: 1.9 !important;
}
/* テキスト配置ユーティリティ */
.al_center {
  text-align: center !important;
}
.al_right {
  text-align: right !important;
}
.al_left {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width:1022.9px) {
  .main .wrapper, .main .wrapper-sm, .footer .wrapper {
    padding: 0 2.5rem;
  }
	.pc_s {
    display: none !important;
  }
}
@media screen and (max-width:766.9px) {
  .main .wrapper, .main .wrapper-sm, .footer .wrapper {
    padding: 0 2rem;
  }
	  .pc {
    display: none !important;
  }
}
@media screen and (min-width:420.9px) {
 .sp_ss {
    display: none !important;
  }
}
@media print, screen and (min-width:767px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width:1023px) {
  .main .wrapper, .main .wrapper-sm {
    padding: 0 1.7rem;
  }
  .main .wrapper {
    width: 96%;
    max-width: 126rem;
    margin: 0 auto;
  }
  .footer .wrapper {
    width: 96%;
    max-width: 140rem;
    padding: 1rem 0;
    margin: 0 auto;
  }
  .main .wrapper-sm {
    width: 96%;
    max-width: 110rem;
    margin: 0 auto;
  }
	  .sp_s {
    display: none !important;
  }
}
/* 印刷調整 */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html, body {
    margin: 0;
  }
}
/* ------------------------------
   共通ユーティリティ（ボトムマージンなど）
   ------------------------------ */
.btm10 {
  margin-bottom: 1rem;
}
.btm15 {
  margin-bottom: 1.5rem;
}
.btm20 {
  margin-bottom: 2rem;
}
.btm25 {
  margin-bottom: 2.5rem;
}
.btm30 {
  margin-bottom: 3rem;
}
.btm40 {
  margin-bottom: 4rem;
}
.btm50 {
  margin-bottom: 5rem;
}
.btm60 {
  margin-bottom: 6rem;
}
.btm70 {
  margin-bottom: 7rem;
}
.btm80 {
  margin-bottom: 8rem;
}
.btm90 {
  margin-bottom: 9rem;
}
/* サイズユーティリティ（レスポンシブ調整を縮約） */
.size13 {
  font-size: 1.3rem;
}
.size14 {
  font-size: 1.4rem;
}
.size15 {
  font-size: 1.5rem;
}
.size16 {
  font-size: 1.6rem;
}
.size18 {
  font-size: 1.8rem;
}
.size20 {
  font-size: 2.0rem;
}
.size22 {
  font-size: 2.2rem;
}
.size24 {
  font-size: 2.4rem;
}
.size26 {
  font-size: 2.6rem;
}
.size28 {
  font-size: 2.8rem;
}
.size32 {
  font-size: 3.2rem;
}
.size35 {
  font-size: 3.5rem;
}
.white {
  color: var(--color-w)
}
/* ------------------------------
   header（整理・冗長削除）
   ------------------------------ */
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}
#header .header-inner {
  width: 100%;
  z-index: 300;
  position: relative;
}
/* PC 用 */
@media screen and (min-width:1023px) {
  #header {
    position: absolute;
  }
  #header .header-inner {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  #header .header-logo {
    position: absolute;
    top: 1.4rem;
    left: 2.2rem;
  }
  #header .header-logo img {
    width: 29rem;
  }
}
/* SP */
@media screen and (max-width:1022.9px) {
  #header .header-inner {
    height: 6.8rem;
  }
  #header .header-logo {
    position: absolute;
    top: 1rem;
    left: 1rem;
}
  #header .header-logo img {
    width: 26rem;
  }
}
/* FIX：is-header-fixed state */
@media screen and (min-width:1023px) {
  #header:not(.is-header-fixed) .logo-fixed, #header:not(.is-header-fixed) .hamburger {
    display: none;
  }
}
/* ------------------------------
   hamburger
   ------------------------------ */
#header .hamburger {
  top: -3rem;
  right: -3rem;
  cursor: pointer;
  z-index: 350;
  position: absolute;
  background: var(--color-w);
  width: 11rem;
  height: 11rem;
  border-radius: 5.5rem;
}
@media screen and (min-width:1023px) {
  #header .hamburger {
    position: fixed;
  }
}
@media screen and (max-width:1022.9px) {
  #header .hamburger {
    position: absolute;
  }
}
#header .hamburger > span {
  position: absolute;
  top: calc(50% + 1rem);
  left: calc(50% - 1rem);
  border-bottom: 2px solid var(--color-nl);
  transition: .26s;
  transform-origin: center;
}
#header .hamburger > span:nth-child(2) {
  margin-top: -.1rem;
}
#header .hamburger > span {
  width: 3.4rem;
  margin-left: -1.5rem;
}
#header .hamburger > span:first-child {
  margin-top: -1.1rem;
}
#header .hamburger > span:last-child {
  margin-top: .9rem;
}
#header .hamburger.is-active > span {
  margin-top: 0;
}
#header .hamburger.is-active > span:first-child {
  transform: rotate(45deg);
}
#header .hamburger.is-active > span:nth-child(2) {
  opacity: 0;
}
#header .hamburger.is-active > span:last-child {
  transform: rotate(-45deg);
}
/* ------------------------------
   navigation
   ------------------------------ */
.navigation .navigation-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navigation .navigation-list a {
  text-decoration: none;
  /*display: block;*/
  color: var(--color-n);
}
@media screen and (min-width:1023px) {
  .navigation {
    max-width: 100rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .navigation .navigation-top {
    width: 31%;
  }
  .navigation .navigation-list > li {
    margin-bottom: 1.6rem;
    width: 100%;
    font-size: 1.6rem;
  }
  .navigation .navigation-list {
    display: block;
  }
}
@media screen and (max-width:1022.9px) {
  .navigation .navigation-list li {
    width: 48%;
    font-size: 1.7rem;
  }
  .navigation .navigation-top:not(.last) li {
    border-bottom: var(--color-gd) solid 1px;
  }
  .navigation .navigation-top.last {
    margin-top: 3rem;
  }
  .navigation .navigation-list a {
    text-align: center;
  }
  .navigation .navigation-list > li {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
}
@media screen and (max-width:420px) {
  .navigation .navigation-list li {
    width: 100%;
  }
}
.navigation .navigation-list > li.bana {
  padding-top: 0;
  padding-bottom: 0;
}
.bana {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.bana a {
  text-decoration: none;
}
.bana.cart {
  background-color: var(--color-nl);
}
.bana.cart a span {
  color: var(--color-w);
  font-size: 2.2rem;
}
.bana.cart a span::before {
  content: url("../img/common/cart.svg");
  vertical-align: middle;
  padding-right: 5px;
}
.bana.tuku {
  border: var(--color-n) solid 1px;
}
@media screen and (min-width:1023px) {
  .bana.cart a {
    padding: 1.4rem 1.4rem;
  }
  .bana.tuku a {
    padding: 1rem 2.3rem;
  }
  .bana {
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .bana:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
  }
}
@media screen and (max-width:1022.9px) {
  .bana.cart a {
    padding: 1.2rem 1rem;
  }
  .bana.tuku a {
    padding: 0.8rem 2rem;
  }
}
/* ------------------------------
   main menu
   ------------------------------ */
@media screen and (min-width:1023px) {
  .header-navigation .navigation-link, .header-navigation .navigation-button {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
/* navigation-link spacing */
.header-navigation .navigation-link {
  font-size: 1.5rem;
  margin-right: 2.5rem;
}
.header-navigation .navigation-link > li {
  padding: 3.8rem .8rem 0;
  font-weight: 500;
  cursor: pointer;
}
.header-navigation .navigation-link > li a {
  text-decoration: none;
  color: var(--color-n);
}
@media screen and (min-width:1440px) {
  .header-navigation .navigation-link > li {
    padding: 3.8rem 1.7rem 0;
  }
}
/* ------------------------------
   open menu
   ------------------------------ */
.header-wrapper {
  padding-top: 8rem;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  background: var(--color-w);
  z-index: 100;
  display: none;
}
.header-wrapper .navigation {
  margin-bottom: 2rem;
}
@media screen and (min-width:1023px) {
  .header-wrapper .navigation {
    margin-bottom: 4rem;
    padding: 5rem 0 3rem 3.9rem;
    border-bottom: .2rem solid var(--color-ge);
  }
}
.header-wrapper .wrapper-inner {
  padding: 2.8rem 2rem 3rem;
}
@media screen and (min-width:1023px) {
  .header-wrapper .wrapper-inner {
    padding-top: 5.2rem;
    padding-bottom: 5.2rem;
  }
}
/* ------------------------------
   footer（
   ------------------------------ */
.footer {
  border-top: var(--color-gd) solid 1px;
}
.footer .footer-logo .logo-img {
  margin-bottom: 1.5rem;
}
.footer .footer-logo .company {
  font-size: 1.8rem;
  margin-bottom: 0.35rem;
}
.footer .footer-logo .address {
  font-size: 1.6rem;
  margin-bottom: .35rem;
}
.footer .footer-logo .ft_contact {
  font-size: 1.6rem;
  letter-spacing: 0;
}
.footer .footer-logo .ft_contact .tel_n {
  font-size: 1.8rem;
  font-weight: 600;
  padding-right: 1rem;
}
.footer .footer-menu > div {
  display: flex;
  justify-content: space-between;
}
.footer .footer-menu ul {
  width: 46%;
}
@media screen and (min-width:1023px) {
  .footer .footer-top {
    padding: 7rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer-logo .logo-img img {
    max-width: 28rem;
  }
  .footer .footer-logo {
    width: 29.5%;
    padding-right: 0.5%;
  }
  .footer .footer-menu {
    width: 45%;
    padding-left: 2%;
    padding-right: 1%;
    border-left: var(--color-gd) solid 1px;
    border-right: var(--color-gd) solid 1px;
  }
  .footer .footer-menu ul li {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
  .footer .footer-menu ul li a {
    font-size: 1.5rem;
  }
  .footer .footer-bana {
    width: 22.5%;
    padding-left: 0.5%;
  }
  .footer .footer-bana .bana.cart a span {
    font-size: 1.9rem;
  }
}
@media screen and (min-width:1440px) {
  .footer .footer-logo .ft_company {
    display: inline-block;
    text-align: center;
  }
  .footer .footer-logo .logo-img img {
    max-width: 30rem;
  }
  .footer .footer-logo {
    width: 29%;
    padding-right: 1%;
  }
  .footer .footer-menu {
    width: 45%;
    padding-left: 3%;
    padding-right: 2%;
  }
  .footer .footer-bana {
    width: 19%;
    padding-left: 1%;
  }
}
@media screen and (max-width:1022.9px) {
  .footer .footer-top {
    padding: 6rem 0;
  }
  .footer .footer-logo {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  .footer .footer-menu {
    margin-bottom: 2.5rem;
  }
  .footer .footer-menu ul li {
    text-align: center;
    border-bottom: var(--color-ge) solid 1px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .footer .footer-menu ul li a {
    font-size: 1.6rem;
    text-decoration: none;
  }
  .footer .footer-bana ul {
    display: flex;
    justify-content: space-between;
  }
  .footer .footer-bana ul li {
    width: 48.5%;
  }
}
@media screen and (max-width:766.9px) {
  .footer .footer-menu > div {
    display: block;
    text-align: center;
  }
  .footer .footer-menu ul {
    width: 100%;
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer-bana ul {
    display: block;
    text-align: center;
  }
  .footer .footer-bana ul li {
    width: 100%;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ------------------------------
   info-list
   ------------------------------ */
@media screen and (max-width:766.9px) {
  .footer-info .info-list li a {
    text-decoration: none;
    color: var(--color-w);
    transition: letter-spacing .26s;
    font-size: 2rem;
  }
  .footer-info .info-list {
    background-color: var(--color-nl);
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    z-index: 99;
  }
  .footer-info .info-list {
    border-top: var(--color-nl) solid 4px;
    border-bottom: var(--color-nl) solid 4px;
  }
  .footer-info .info-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: rgba(255, 255, 255, 0.3) solid 1px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .footer-info .info-list li.is-shop {
    width: calc(54% - 7rem);
  }
  .footer-info .info-list li.is-shop span::before {
    content: url("../img/common/cart.svg");
    vertical-align: middle;
    padding-right: 3px;
  }
  .footer-info .info-list li.is-tel {
    width: 23%;
  }
  .footer-info .info-list li.is-inquiry {
    width: 23%;
  }
  .footer-info .info-list li.is-top {
    width: 7rem;
  }
}
@media screen and (max-width:420px) {
  .footer-info .info-list li.is-shop {
    width: 21rem;
  }
  .footer-info .info-list li.is-tel {
    width: calc((100% - 28rem) / 2);
  }
  .footer-info .info-list li.is-inquiry {
    width: calc((100% - 28rem) / 2);
  }
  .footer-info .info-list li.is-top {
    width: 7rem;
  }
}
/* ------------------------------
   copyright
  ------------------------------ */
.footer-copyright {
  color: var(--color-n);
  text-align: center;
}
@media print, screen and (min-width:767px) {
  .footer-copyright {
    padding: 2rem .4rem 6rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:766.9px) {
  .footer-copyright {
    padding: 2rem .4rem 12rem;
    font-size: 1.4rem;
  }
}
/* ------------------------------
  cart(pc)
   ------------------------------ */
@media print, screen and (min-width:767px) {
  #js_cart {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 8;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  #js_cart.is-show {
    opacity: 1;
    transform: translateY(0);
  }
  .fix_cart {
    display: inline-block;
    background-color: var(--color-nl);
    text-align: center;
    text-decoration: none;
    color: var(--color-w);
    font-size: 2rem;
    padding: 2rem 0.8rem 2rem 1.4rem;
  }
  .fix_cart span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .fix_cart span::before {
    content: '';
    display: inline-block;
    width: 2.8rem;
    height: 3.4rem;
    background-image: url("../img/common/cart.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .fix_cart {
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .fix_cart:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
  }
}
/* ------------------------------
  pagetop(pc)
   ------------------------------ */
@media print, screen and (min-width:767px) {
  .button-to-top {
    width: 5.5rem;
    height: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-nl);
    text-align: center;
    text-decoration: none;
    transition: transform .26s;
    cursor: pointer;
  }
  #pageTop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
  }
  .button-to-top:hover {
    transform: translateY(-0.5rem);
  }
}
/* ------------------------------
   cookie
   ------------------------------ */
.cookie-consent {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: -200px;
  font-size: 1.4rem;
  font-weight: 400;
  background: rgba(0, 0, 0, .85);
  padding: 1.6rem 1.9rem;
  color: var(--color-w);
  visibility: visible;
  transition: 0.5s;
  z-index: 100;
}
.cookie-consent.is-show {
  bottom: 0;
}
.cookie-text {
  width: 88%;
  line-height: 1.5;
  padding-right: 2%;
}
.cookie-text a {
  color: var(--color-ge);
}
.cookie-agree {
  color: var(--color-w);
  background-color: var(--color-nl);
  padding: .8rem 2.4rem;
}
.cookie-agree:hover {
  cursor: pointer;
  color: var(--color-n);
  background: var(--color-w);
}
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hide {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    visibility: hidden
  }
}
@media screen and (max-width:1022.9px) {
  .cookie-consent {
    flex-direction: column;
    width: 90%;
    left: 5%;
  }
  .cookie-text {
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 0;
  }
  .cookie-consent.is-show {
    bottom: 1.5rem;
  }
}
/* ------------------------------
   underline
   ------------------------------ */
@media screen and (min-width:1023px) {
  .underline a {
    text-decoration: none;
    position: relative;
    transition: .3s;
  }
  .underline a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: var(--color-n);
    transition: .3s;
  }
  .underline a:hover::after {
    width: 100%;
  }
}
/* ------------------------------
   btn_arrow（ボタン矢印）
   ------------------------------ */
.button-n {
  -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1.5rem 2rem;
  width: 23rem;
  font-weight: 500;
  line-height: 1;
  font-size: 1.5rem;
}
.button-n.bk {
  color: var(--color-n);
  border: 1px solid var(--color-gb);
}
.button-n.wh {
  color: var(--color-w);
  border: 1px solid var(--color-w);
}
.button-n::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  height: 1px;
  right: -2rem;
  width: 4rem;
  background: var(--color-nl);
/*  -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s;
  transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s*/
}
@media print, screen and (min-width:767px) {
  .button-n.bk:hover {
    color: var(--color-w);
  }
  .button-n.wh:hover {
    color: var(--color-n);
  }
  .button-n .inner {
    position: relative;
    z-index: 1;
    display: block;
    -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97)
  }
  .button-n .bg {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .button-n .bg:after {
    -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 100%
  }
  .button-n.bk .bg:after {
    background: var(--color-n);
  }
  .button-n.wh .bg:after {
    background: var(--color-w);
  }
  .button-n:hover .bg:after {
    right: 0;
    width: 100%
  }
}