<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
*,
:before,
:after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.15;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

h1 {
  font-size: 5em;
  margin: 0.67em 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
}

pre {
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
html {
  font-size: 62.5%;
  width: 100%;
  color: #4D4D4D;
  font-family: "Aoto Gothic Light", YuGothic, "Yu Gothic", sans-serif;
}

body {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
}

html, body {
  min-width: 100%;
}

a {
  text-decoration: none;
  word-break: break-all;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
  color: #222222;
}

h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, small {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #222222;
  list-style-type: none;
  line-break: strict;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Aoto Gothic Medium", YuGothic, "Yu Gothic", sans-serif;
  font-weight: normal;
}

img {
  width: 100%;
}

.u-pc {
  display: none;
}
@media (min-width: 769px) {
  .u-pc {
    display: block;
  }
}

.u-tab {
  display: none;
}
@media screen and (min-width: 610px) {
  .u-tab {
    display: block;
  }
}

.u-sp {
  display: block;
}
@media (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

.menu {
  width: 330px;
  margin: 25px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  z-index: 10;
  position: relative;
}
@media (min-width: 500px) {
  .menu {
    width: 355px;
  }
}
@media (min-width: 769px) {
  .menu {
    gap: 40px;
    margin: 40px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.menu__item {
  width: 150px;
  height: 150px;
}
@media (min-width: 500px) {
  .menu__item {
    width: 160px;
    height: 160px;
  }
}
@media (min-width: 960px) {
  .menu__item {
    width: 173px;
    height: 173px;
  }
}
.menu__item:first-child .menu__item-link span {
  padding-top: 10px;
}
.menu__item-link {
  display: block;
  width: 150px;
  height: 150px;
  background: url("../img/common/bg_menu.svg") no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 500px) {
  .menu__item-link {
    width: 160px;
    height: 160px;
  }
}
@media (min-width: 960px) {
  .menu__item-link {
    width: 173px;
    height: 173px;
  }
}
.menu__item-link span {
  color: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Shuei NijimiMGo B", YuGothic, "Yu Gothic", sans-serif;
}
@media (min-width: 960px) {
  .menu__item-link span {
    font-size: 1.8rem;
  }
}
.menu__item-link span img {
  display: block;
  margin: 0 auto 5px;
}
.menu__item-link span img.insta {
  width: 29px;
}
@media (min-width: 960px) {
  .menu__item-link span img.insta {
    width: 41px;
  }
}
.menu__item-link span img.mail {
  width: 27px;
}
@media (min-width: 960px) {
  .menu__item-link span img.mail {
    width: 38px;
    height: 41px;
  }
}

.share {
  display: grid;
  grid-template-columns: 65px 70%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  margin: 44px auto 50px;
  -webkit-column-gap: 8vw;
     -moz-column-gap: 8vw;
          column-gap: 8vw;
  z-index: 15;
  position: relative;
}
@media (min-width: 769px) {
  .share {
    max-width: 360px;
    margin: 60px auto;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
}
.share-ttl {
  font-size: 1.3rem;
  text-align: right;
  border-top: solid 2px #4D4D4D;
  border-bottom: solid 2px #4D4D4D;
  padding: 15px 0;
  text-align: center;
  font-family: "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", sans-serif;
}
.share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer {
  background: #FCD000;
  padding: 45px 0 55px;
  z-index: 10;
  position: relative;
}
@media (min-width: 769px) {
  .footer {
    padding: 75px 0 85px;
  }
}
.footer-inner {
  margin: 0 auto;
  width: calc(100% - 70px);
}
@media (min-width: 769px) {
  .footer-inner {
    max-width: 740px;
    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;
  }
}
.footer .footer-contents:last-child {
  margin-top: 35px;
}
@media (min-width: 769px) {
  .footer .footer-contents:last-child {
    margin-top: 0;
  }
}
.footer .hobo-link {
  font-family: "Aoto Gothic Bold", YuGothic, "Yu Gothic", sans-serif;
}
.footer .hobo-link__item + .hobo-link__item {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .footer .hobo-link__item + .hobo-link__item {
    margin-top: 23px;
  }
}
.footer .hobo-link__item a {
  color: #4D4D4D;
  font-size: 1.5rem;
}
.footer .hobo-link__item-s {
  font-size: 1.2rem;
}
.footer .other-link {
  font-family: "Aoto Gothic Regular", YuGothic, "Yu Gothic", sans-serif;
}
.footer .other-link__item + .other-link__item {
  margin-top: 15px;
}
.footer .other-link__item a {
  color: #4D4D4D;
  font-size: 1.2rem;
}
.footer .link-list-right .link-list__item + .link-list__item {
  margin-top: 15px;
}
.footer .sns {
  border-top: dashed 1px #4D4D4D;
  border-bottom: dashed 1px #4D4D4D;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  margin-top: 35px;
  gap: 25px;
}
@media (min-width: 769px) {
  .footer .sns {
    -ms-flex-preferred-size: 396px;
        flex-basis: 396px;
    padding: 28px 0;
    gap: 35px;
    margin-top: 40px;
  }
}
.footer .sns__item {
  width: 7vw;
}
@media (min-width: 500px) {
  .footer .sns__item {
    width: 25px;
  }
}
@media (min-width: 769px) {
  .footer .sns__item {
    width: 30px;
  }
}
.footer .sns__item a img {
  width: 100%;
}
.footer .sns__ttl {
  font-size: 1.1rem;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .footer .sns__ttl {
    font-size: 1.3rem;
  }
}
.footer .sns__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5vw;
}
@media (min-width: 769px) {
  .footer .sns__link {
    gap: 30px;
  }
}
.footer .copyright {
  display: block;
  margin-top: 3em;
  font-weight: 300;
  font-size: 1.2rem;
}/*# sourceMappingURL=common.css.map */</pre></body></html>