/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  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 {
  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] {
  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;
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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 {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Aoto Gothic Bold", sans-serif;
  text-size-adjust: 100%;
  font-size: 1rem;
  line-height: 2;
  color: #001230;
  -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;
}

@media (any-hover: hover) {
  a {
    transition: opacity 0.5s ease;
  }
  a:hover {
    opacity: 0.7;
    transition: opacity 0.5s ease;
  }
}
a.blank[target=_blank]::after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: 0.8em;
  position: relative;
  top: -0.2em;
}

.header {
  --header-h-sp: 64px;
  --header-h: 96px;
  --header-inner-max: 1370px;
  --header-side-pad-sp: 20px;
  --header-side-pad-lg: clamp(20px, 2.2vw, 44px);
  z-index: 20;
  width: 100%;
  position: fixed;
  top: 0;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}
.header.hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
.menu-open .header {
  background-color: rgb(255, 255, 255);
}
.header-bar {
  position: relative;
  z-index: 10;
  height: var(--header-h-sp);
  background: linear-gradient(180deg, #D9EED9 -23.32%, #7BAB7B 119.22%);
  transition: all 0.35s ease-out;
}
@media (min-width: 992px) {
  .header-bar {
    height: var(--header-h);
  }
}
.header .header-inner {
  position: relative;
  max-width: var(--header-inner-max);
  width: 88.8vw;
  height: 100%;
  margin: 0 auto;
  padding-left: var(--header-side-pad-sp);
  padding-right: var(--header-side-pad-sp);
}
.header .navbar-brand {
  min-height: auto;
  position: absolute;
  z-index: 20;
  top: 15px;
  left: 0;
}
@media (min-width: 992px) {
  .header .navbar-brand {
    top: 30px;
  }
}
.header .navbar-brand p {
  display: none;
}
.header .navbar-brand a {
  display: block;
}
.header .navbar-brand img {
  width: 128px;
}
@media (min-width: 992px) {
  .header .navbar-brand img {
    width: 147px;
  }
}
.header .navbar-menu-link {
  position: absolute;
  right: 0;
  top: 16px;
}
@media (min-width: 992px) {
  .header .navbar-menu-link {
    display: none;
  }
}

.header-menu {
  position: fixed;
  top: var(--header-h-sp);
  left: auto;
  right: 0;
  background-color: rgba(255, 255, 255, 0.96);
  transition: all 0.35s ease-out;
  opacity: 0;
  transform: translateX(100%);
}
@media (min-width: 992px) {
  .header-menu {
    position: absolute;
    top: 18px;
    height: auto;
    opacity: 1;
    transform: translateX(0%);
    background-color: transparent;
    z-index: 11;
    padding: 0;
  }
}
.header-menu.open {
  opacity: 1;
  transform: translateX(0%);
}
.header-menu ul {
  display: flex;
  flex-direction: column;
  padding-top: 12px;
  padding-right: var(--header-side-pad-sp);
  padding-bottom: 12px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .header-menu ul {
    padding: 0;
    flex-direction: row;
    align-items: flex-end;
    gap: 25px;
  }
}
.header-menu ul li {
  padding: 4px 0;
}
@media (min-width: 992px) {
  .header-menu ul li {
    width: auto;
    padding: 12px 0;
  }
}
@media (min-width: 992px) {
  .header-menu ul li.featured img {
    width: 95px;
  }
}
@media (min-width: 992px) {
  .header-menu ul li.shop img {
    width: 130px;
  }
}
.header-menu ul a,
.header-menu ul .menu-label {
  font-family: "Aoto Gothic Extra Bold", sans-serif;
  color: currentColor;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 0 12px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .header-menu ul a,
  .header-menu ul .menu-label {
    font-size: 1.125rem;
    width: auto;
    gap: 6px;
  }
}
.header-menu ul a:before,
.header-menu ul .menu-label:before {
  content: "";
  display: block;
  background: url(/hobonichi_go/img/common/icon-flag.svg) no-repeat center;
  width: 28px;
  height: 32px;
  background-size: contain;
}
@media (min-width: 992px) {
  .header-menu ul a:before,
  .header-menu ul .menu-label:before {
    width: 38px;
    height: 42px;
  }
}
.header-menu ul li.is-coming {
  display: block;
}
.header-menu ul li.is-coming .menu-label::before {
  opacity: 0.6;
}
.header-menu ul li.is-coming .menu-text {
  opacity: 0.6;
}
.header-menu ul .menu-label {
  position: relative;
  display: flex;
  align-items: center;
}
.header-menu ul .menu-badge {
  display: block;
  padding: 6px 8px;
  border-radius: 999px;
  background-color: #F1945F;
  font-family: "Aoto Gothic Extra Bold", sans-serif;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.09em;
  text-box: trim-both cap alphabetic;
}

.hamburger {
  position: relative;
  width: 32px;
  height: 19px;
  transition: 0.5s;
  cursor: pointer;
}
.hamburger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  transform-origin: center;
  transition: all 0.35s ease-out;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 8px;
}
.hamburger span:nth-of-type(3) {
  top: 16px;
}
.hamburger.open span:nth-of-type(1) {
  top: 8px;
  transform: rotate(40deg);
}
.hamburger.open span:nth-of-type(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hamburger.open span:nth-of-type(3) {
  top: 8px;
  transform: rotate(-40deg);
}

.footer {
  font-family: "Midashi Go MB1", sans-serif;
  color: #001230;
}
.footer .wrapper {
  max-width: 1272px;
  width: 82vw;
  margin: 0 auto;
  padding: 50px 0;
  display: grid;
  grid-template-areas: "share" "hobo" "store" "copy";
}
.footer .footer-share {
  grid-area: share;
  display: flex;
  gap: 25px;
}
.footer .footer-share .title {
  margin-right: 5px;
}
.footer .footer-hobo {
  grid-area: hobo;
  line-height: 28px;
  letter-spacing: 0.16px;
  margin-top: 30px;
}
.footer .footer-store {
  grid-area: store;
  font-size: 0.75rem;
  line-height: 20px;
  letter-spacing: 0.12px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-store li::after {
  content: "/";
  display: inline-block;
  padding: 0 0.5em 0 0.2em;
}
.footer .footer-store li:last-of-type::after {
  display: none;
}
.footer .footer-copy {
  grid-area: copy;
  font-size: 0.875rem;
  line-height: 28px;
  letter-spacing: 0.14px;
  margin-top: 16px;
}
@media (min-width: 601px) {
  .footer .wrapper {
    width: 96%;
    padding: 75px 0 100px;
    grid-template-areas: "share hobo ." "store hobo copy";
    grid-template-columns: 1fr auto auto;
  }
  .footer .footer-share {
    gap: 20px;
  }
  .footer .footer-share .title {
    margin-right: 20px;
  }
  .footer .footer-store {
    margin-top: 24px;
    font-size: 0.875rem;
    line-height: 28px;
    letter-spacing: 0.14px;
  }
  .footer .footer-hobo {
    margin-top: 0;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.16px;
    display: flex;
    flex-wrap: wrap;
    align-self: end;
    width: 10.5em;
    margin-right: 5vw;
  }
  .footer .footer-copy {
    margin-top: 0;
    align-self: end;
  }
}
@media (min-width: 1200px) {
  .footer .footer-hobo {
    margin-right: 64px;
  }
}

.container {
  max-width: 1135px;
  width: 90vw;
  margin: 40px auto;
}
@media (min-width: 641px) {
  .container {
    width: 82vw;
  }
}
.container h2 {
  font-family: "Aoto Gothic Extra Bold", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 28px;
}
@media (min-width: 641px) {
  .container h2 {
    font-size: 2.25rem;
    margin-bottom: 38px;
    text-align: left;
  }
}
.container ul {
  display: grid;
}
.container ul li h3 {
  line-height: 1.5;
  margin: 16px 0;
}
@media (max-width: 640px) {
  .container ul li h3 {
    margin-bottom: 8px;
  }
}
.container ul li p {
  font-family: "Aoto Gothic Medium", sans-serif;
  line-height: 1.62;
}
@media (max-width: 640px) {
  .container ul li p {
    font-size: 0.9375rem;
    line-height: 1.46;
  }
}

#topics {
  padding: 4px 0;
  background-color: #F1EEEE;
}
@media (min-width: 641px) {
  #topics {
    padding: 100px 0;
  }
}
#topics ul {
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 641px) {
  #topics ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px 36px;
  }
}
@media (min-width: 992px) {
  #topics ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

#shop {
  padding: 4px 0;
  background-color: #FCF7EB;
}
@media (min-width: 641px) {
  #shop {
    padding: 100px 0;
  }
}
#shop ul {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}
@media (min-width: 641px) {
  #shop ul {
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
  }
}
#shop ul h3 {
  font-size: 1.125rem;
}
#shop ul h3 span {
  font-size: 0.875rem;
  display: block;
}

/*# sourceMappingURL=common.css.map */
