/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "A1 Gothic M JIS2004", sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 1.6rem;
  line-height: 2;
  color: rgb(69, 69, 69);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

@media (max-width: 640px) {
  br:not(.sp) {
    display: none;
  }
}

@media (min-width: 641px) {
  .spOnly {
    display: none;
  }
}

img {
  max-width: 100%;
}

@media (min-width: 641px) {
  .device-sp {
    display: none;
  }
}

@media (max-width: 640px) {
  .device-pc {
    display: none;
  }
}

html.menu-open {
  overflow: hidden;
}

a.blank[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: 0.8em;
  position: relative;
  top: -0.2em;
}

@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}
.header {
  --header-h: 60px;
  z-index: 20;
  width: 100%;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.menu-open .header {
  background-color: rgb(255, 255, 255);
}
.header .navbar-brand {
  min-height: auto;
  position: absolute;
  z-index: 20;
  top: 15px;
  left: 28px;
}
@media (min-width: 992px) {
  .header .navbar-brand {
    top: 10px;
  }
}
.header .navbar-brand img {
  width: 118px;
}
@media (min-width: 992px) {
  .header .navbar-brand img {
    width: 147px;
    -webkit-filter: none;
            filter: none;
  }
}
.header-bar {
  position: relative;
  z-index: 10;
  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;
  height: var(--header-h);
  padding: 0 28px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.header-bar img {
  width: 100%;
  height: auto;
}
.header-bar p:last-of-type {
  width: 22px;
}
.header-bar .navbar-menu-link {
  position: absolute;
  right: 28px;
  top: 12px;
}
@media (min-width: 992px) {
  .header-bar .navbar-menu-link {
    display: none;
  }
}
.header-bar .navbar-cart img {
  -webkit-filter: invert(22%) sepia(10%) saturate(16%) hue-rotate(325deg) brightness(98%) contrast(87%);
          filter: invert(22%) sepia(10%) saturate(16%) hue-rotate(325deg) brightness(98%) contrast(87%);
}
.header-menu {
  position: absolute;
  height: calc(100vh - 60px);
  left: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 0 8px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  padding: 32px 7.6vw;
}
@media (min-width: 992px) {
  .header-menu {
    height: auto;
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    background-color: transparent;
    top: 16px;
    right: 35px;
    z-index: 11;
    padding: 0;
  }
}
.header-menu.open {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media (min-width: 992px) {
  .header-menu ul:not(.sns) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 38px;
  }
}
.header-menu ul:not(.sns) li {
  padding: 24px 13vw;
  border-bottom: 1px solid #D6D6D6;
}
@media (min-width: 992px) {
  .header-menu ul:not(.sns) li {
    padding: 0;
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .header-menu ul:not(.sns) li:first-of-type {
    display: none;
  }
}
.header-menu ul a {
  font-family: "A1 Gothic B JIS2004", sans-serif;
  color: currentColor;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .header-menu ul a {
    font-family: "A1 Gothic M JIS2004", sans-serif;
    font-size: 1.6rem;
    gap: 6px;
  }
}
.header-menu ul span {
  display: inline-block;
  width: 40px;
}
@media (min-width: 992px) {
  .header-menu ul span {
    width: initial;
  }
}
.header-menu ul.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  padding: 28px 0;
}
@media (min-width: 992px) {
  .header-menu ul.sns {
    display: none;
  }
}
.header-menu ul.sns a {
  display: inline-block;
}
.header-menu ul.sns a i {
  font-size: 3rem;
  background-color: #454545;
  border-radius: 50%;
  color: #fff;
  width: 44px;
  height: 44px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-menu p {
  font-size: 1.4rem;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .header-menu p {
    display: none;
  }
}

.hamburger {
  position: relative;
  width: 32px;
  height: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(120, 177, 213);
  -webkit-filter: drop-shadow(0 1.5px 1.5px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 1.5px 1.5px rgba(0, 0, 0, 0.4));
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.hamburger span:first-of-type {
  top: 0;
}
.hamburger span:last-of-type {
  top: 100%;
}
.hamburger.open span:first-of-type {
  top: 50%;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
}
.hamburger.open span:last-of-type {
  top: 50%;
  bottom: unset;
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
}

footer {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  color: #2E2E2E;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #FFFCF9 !important;
  border: 1px solid #FFFCF9;
  -webkit-font-smoothing: subpixel-antialiased;
  z-index: 1;
  position: relative;
}
footer dl {
  margin: 0;
}
footer dd {
  margin-left: 0;
}
footer a {
  color: #2E2E2E;
  text-decoration: none;
}
footer p {
  margin: 0;
}
footer .footer-inner {
  width: min(100% - 0px, 1280px);
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 641px) {
  footer .footer-inner {
    width: min(100% - 44px, 1280px);
  }
}
@media (min-width: 992px) {
  footer .footer-inner {
    width: min(100% - 80px, 1280px);
  }
}
footer .footer-inner hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0.5px solid #D9D9D9;
  height: 0;
}
footer .footer-link {
  width: 18em;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 641px) {
  footer .footer-link {
    width: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  footer .footer-link {
    width: 100%;
  }
}
footer .footer-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 641px) {
  footer .footer-link ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 32px;
  }
}
footer .footer-link a {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 600;
}
@media (min-width: 641px) {
  footer .footer-link + hr {
    border-color: transparent !important;
    background-color: transparent !important;
    margin-top: 0;
  }
}
footer .footer-sns {
  text-align: center;
  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;
  gap: 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  z-index: 10;
}
@media (min-width: 641px) {
  footer .footer-sns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  footer .footer-sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 72px;
  }
}
footer .footer-sns.show {
  opacity: 1;
  pointer-events: auto;
}
footer .footer-sns .hb-facebook {
  color: rgb(53, 120, 229);
}
footer .footer-sns .hb-line {
  color: rgb(6, 199, 85);
}
footer .footer-sns dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media (min-width: 641px) {
  footer .footer-sns dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
footer .footer-sns dt {
  font-weight: 600;
}
@media (min-width: 992px) {
  footer .footer-sns dt {
    font-size: 13px;
  }
}
footer .footer-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
}
@media (min-width: 992px) {
  footer .footer-sns ul {
    padding-top: 0;
  }
}
footer .footer-sns ul img {
  width: 36px;
  padding: 0 2px;
}
@media (min-width: 641px) {
  footer .footer-sns ul img {
    padding: 0;
  }
}
@media (min-width: 992px) {
  footer .footer-sns ul img {
    width: 36px;
  }
}
footer .footer-sns ul .hb-twitter img {
  width: 31px;
}
footer .footer-sns span {
  display: none;
}
footer .footer-sns .hb-email {
  font-weight: 600;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 14px;
}
@media (min-width: 641px) {
  footer .footer-sns .hb-email {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  footer .footer-sns .hb-email {
    font-size: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
footer .footer-sns .hb-email:before {
  font-size: 40px;
}
@media (min-width: 641px) {
  footer .footer-sns .hb-email:before {
    font-size: 24px;
  }
}
footer .footer-copyright {
  width: min(100% - 32px, 1280px);
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  color: #767676;
}
@media (min-width: 641px) {
  footer .footer-copyright {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  footer .footer-copyright {
    grid-column: 1/-1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    width: 100%;
  }
}
footer .footer-copyright a {
  color: #767676;
}
footer .footer-copyright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  footer .footer-copyright ul {
    margin-bottom: 0;
  }
}
footer .footer-copyright ul li {
  white-space: nowrap;
}
footer .footer-copyright ul li:not(:last-child):after {
  content: "|";
  position: relative;
  bottom: 1px;
  margin-left: 1em;
  margin-right: 1em;
}
footer .footer-copyright .footer-copyright-name {
  font-size: 10px;
  text-align: center;
}

.akagi-sns {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
  z-index: 10;
}
.akagi-sns.show {
  opacity: 1;
  pointer-events: auto;
}
.akagi-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.akagi-sns i {
  font-size: 3rem;
  background-color: #454545;
  border-radius: 50%;
  color: #fff;
  width: 38px;
  height: 38px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}/*# sourceMappingURL=common.css.map */