@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

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 {
  min-width: 0;
  margin: 0;
  padding: 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;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --color-base: #FAF3F2;
  --color-text: #333333;
  --color-primary: #BE9C91;
  --color-primary-light: #EADDD9;
  --color-secondary: #9e8667;
  --color-secondary-dark: #402a22;
  --color-gray: #F5F5F5;
  --font-small: clamp(12px, 0.75rem + ((1vw - 3.2px) * 0.204), 14px);
  --font-medium: clamp(13.8px, 0.863rem + ((1vw - 3.2px) * 0.224), 16px);
  --font-large: clamp(18px, 1.125rem + ((1vw - 3.2px) * 0.204), 20px);
  --font-x-large: clamp(21px, 1.313rem + ((1vw - 3.2px) * 0.306), 24px);
  --font-xx-large: clamp(25px, 1.563rem + ((1vw - 3.2px) * 1.122), 36px);
  --lending-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --lending-trim: 0;
  }
}
*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  background-color: var(--color-primary);
  color: var(--color-white);
}

::selection {
  background-color: var(--color-primary);
  color: var(--color-white);
}

body {
  color: var(--color-text);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "halt";
  letter-spacing: 0.05em;
}

.vk_post:not(.has-post-thumbnail) .vk_post_imgOuter {
  background-image: url(../images/common/works-noimage.jpg) !important;
}
.p-site-header-brand_description {
  word-break: keep-all;
}

.smf-item__col--label {
  display: flex;
  flex: 0 0 16em !important;
  align-items: center;
  justify-content: space-between;
  max-width: 16em !important;
}
.smf-item__col--label label {
  margin-bottom: 0;
}
.smf-item__description {
  margin-top: 0;
  padding: 0.25em 0.5em;
  border-radius: 3px;
  background-color: var(--color-primary);
  color: #FFFFFF;
  font-size: 0.8em;
}

.smf-button-control__control {
  border: none !important;
  background-image: none !important;
  background-color: var(--color-primary) !important;
  color: #FFFFFF !important;
  font-size: 0.8em !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}

.single .p-entry-content * {
  margin-top: 1em;
}

.card-noborder.card {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

@keyframes pathmove {
  0% {
    top: 130%;
    height: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  70% {
    top: 180%;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline {
  z-index: 0;
  position: relative;
  min-width: 11em;
  padding: 0.5em 2em;
  border-radius: 0;
  letter-spacing: 0.1em;
}

.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: currentColor;
  content: "";
  transition: 0.3s;
}

.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline:hover::before {
  width: 100%;
}

.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline .vk_button_link_caption::before {
  display: block;
  position: absolute;
  right: -1em;
  bottom: 50%;
  width: 3em;
  height: 1px;
  border-bottom: solid 1px currentColor;
  content: "";
}

.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline .vk_button_link_caption:after {
  display: block;
  position: absolute;
  right: -1.1em;
  bottom: calc(50% + 5px);
  width: 14px;
  height: 1px;
  transform: rotate(45deg);
  background: currentColor;
  content: "";
}

.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline:hover {
  border: solid 1px;
  background-color: transparent !important;
  box-shadow: unset;
  opacity: unset;
}

.is-style-vk_faq-border-circle .vk_faq_title:before,
.is-style-vk_faq-border-square .vk_faq_title:before,
.is-style-vk_faq-border-rounded .vk_faq_title:before {
  border: 1px solid var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--primary) !important;
}

.is-style-vk_faq-border-circle .vk_faq_content:before,
.is-style-vk_faq-border-square .vk_faq_content:before,
.is-style-vk_faq-border-rounded .vk_faq_content:before {
  border: 1px solid #A8B2A1 !important;
  color: #A8B2A1 !important;
}

.c-cta {
  position: relative;
}
.c-cta__text {
  position: absolute;
  top: 70%;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-50%);
  background-color: var(--color-base);
}

.u-d-inline {
  display: inline;
}
.u-d-block {
  display: block;
}
.u-d-flex {
  display: flex;
}
.u-d-inline-block {
  display: inline-block;
}

.u-dn-pc {
  display: none;
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.u-mt-10 {
  margin-top: 1.3020833333vw;
}
.u-mt-20 {
  margin-top: 2.6041666667vw;
}
.u-mt-30 {
  margin-top: 3.90625vw;
}
.u-mt-40 {
  margin-top: 5.2083333333vw;
}
.u-mt-50 {
  margin-top: 6.5104166667vw;
}
.u-mt-60 {
  margin-top: 7.8125vw;
}
.u-mt-70 {
  margin-top: 9.1145833333vw;
}
.u-mt-80 {
  margin-top: 10.4166666667vw;
}
.u-mt-90 {
  margin-top: 11.71875vw;
}
.u-mt-100 {
  margin-top: 13.0208333333vw;
}
.u-mt-110 {
  margin-top: 14.3229166667vw;
}
.u-mt-120 {
  margin-top: 15.625vw;
}
.u-mb-10 {
  margin-bottom: 1.3020833333vw;
}
.u-mb-20 {
  margin-bottom: 2.6041666667vw;
}
.u-mb-30 {
  margin-bottom: 3.90625vw;
}
.u-mb-40 {
  margin-bottom: 5.2083333333vw;
}
.u-mb-50 {
  margin-bottom: 6.5104166667vw;
}
.u-mb-60 {
  margin-bottom: 7.8125vw;
}
.u-mb-70 {
  margin-bottom: 9.1145833333vw;
}
.u-mb-80 {
  margin-bottom: 10.4166666667vw;
}
.u-mb-90 {
  margin-bottom: 11.71875vw;
}
.u-mb-100 {
  margin-bottom: 13.0208333333vw;
}
.u-mb-110 {
  margin-bottom: 14.3229166667vw;
}
.u-mb-120 {
  margin-bottom: 15.625vw;
}

.u-pt-10 {
  padding-top: 1.3020833333vw;
}
.u-pt-20 {
  padding-top: 2.6041666667vw;
}
.u-pt-30 {
  padding-top: 3.90625vw;
}
.u-pt-40 {
  padding-top: 5.2083333333vw;
}
.u-pt-50 {
  padding-top: 6.5104166667vw;
}
.u-pt-60 {
  padding-top: 7.8125vw;
}
.u-pt-70 {
  padding-top: 9.1145833333vw;
}
.u-pt-80 {
  padding-top: 10.4166666667vw;
}
.u-pt-90 {
  padding-top: 11.71875vw;
}
.u-pt-100 {
  padding-top: 13.0208333333vw;
}
.u-pt-110 {
  padding-top: 14.3229166667vw;
}
.u-pt-120 {
  padding-top: 15.625vw;
}
.u-pb-10 {
  padding-bottom: 1.3020833333vw;
}
.u-pb-20 {
  padding-bottom: 2.6041666667vw;
}
.u-pb-30 {
  padding-bottom: 3.90625vw;
}
.u-pb-40 {
  padding-bottom: 5.2083333333vw;
}
.u-pb-50 {
  padding-bottom: 6.5104166667vw;
}
.u-pb-60 {
  padding-bottom: 7.8125vw;
}
.u-pb-70 {
  padding-bottom: 9.1145833333vw;
}
.u-pb-80 {
  padding-bottom: 10.4166666667vw;
}
.u-pb-90 {
  padding-bottom: 11.71875vw;
}
.u-pb-100 {
  padding-bottom: 13.0208333333vw;
}
.u-pb-110 {
  padding-bottom: 14.3229166667vw;
}
.u-pb-120 {
  padding-bottom: 15.625vw;
}

.u-ta-l {
  text-align: left;
}
.u-ta-c {
  text-align: center;
}
.u-ta-r {
  text-align: right;
}
.u-ta-j {
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.u-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.l-site-footer {
  padding: 0 !important;
}
.l-site-footer .p-copyright {
  padding-top: 5px;
  padding-bottom: 5px;
}

.l-hamburger {
  display: none;
}

.l-drawerNav {
  display: none;
  z-index: 1500;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100dvh;
  overflow: hidden;
  background-position: center bottom 50px;
  background-size: 767px;
  background-repeat: no-repeat;
  background-color: var(--color-white);
  box-shadow: -1px 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: all 0.3s;
}
.l-drawerNav__wrapper {
  display: none;
  margin-top: 20vh;
  white-space: nowrap;
}
.l-drawerNav__list {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  width: -moz-max-content;
  width: max-content;
  height: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  color: var(--color-text);
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  text-align: left;
}
.l-drawerNav__item {
  font-size: 2rem;
}
.l-drawerNav__button {
  margin: 0 auto;
  font-size: 1.8rem;
}
.l-drawerNav__sublistMenu {
  display: flex;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  align-items: center;
}
.l-drawerNav__sublistMenu::after {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
  border-right: solid 1px var(--color-gray-dark);
  border-bottom: solid 1px var(--color-gray-dark);
  content: "";
  transition: all 0.3s;
}
.l-drawerNav__sublistMenu[aria-expanded=true]::after {
  transform: rotate(225deg);
  transform-origin: 50% 80%;
}
.l-drawerNav__sublist {
  max-height: 0px;
  padding-left: 10px;
  overflow: hidden;
  font-size: 1.8rem;
  transition: all 0.3s;
}
.l-drawerNav__sublist[aria-hidden=false] {
  max-height: 150px;
}
.l-drawerNav__subitem {
  margin-top: 10px;
}
.l-drawerNav__subitem::before {
  content: "－";
}
.l-drawerNav.is-active {
  width: 70%;
}

.l-drawerBackground {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 0%;
  height: 100%;
}
.l-drawerBackground.is-active {
  width: 100%;
}

.p-widget-footer ul.sub-menu > li {
  display: flex;
  align-items: center;
  padding: 10px 10px 8px;
  border-bottom: 1px solid var(--color-footer-border, #ccc);
}
.p-widget-footer ul.sub-menu > li::before {
  display: inline-block;
  margin-right: 0.5em;
  content: "-";
}
.p-widget-footer ul.sub-menu > li > a {
  padding: 0;
  border-bottom: 0;
}

.p-fv {
  position: relative;
  color: var(--color-text);
}
.p-fv__content {
  z-index: 10;
  position: relative;
  margin-left: 5.2083333333%;
  padding-top: 223px;
  font-weight: 400;
}
.p-fv__pre-title {
  margin-bottom: 5px;
  font-size: var(--font-large);
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-fv__title {
  margin-bottom: 15px;
  font-size: var(--font-xx-large);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-fv__subtitle {
  margin-bottom: 222px;
  color: var(--color-primary);
  font-size: var(--font-medium);
  line-height: 1;
  font-family: "Urbanist", sans-serif;
}
.p-fv__scroll {
  position: relative;
  padding-left: 5%;
}
.p-fv__scroll > img {
  width: 11px;
}
.p-fv__scroll::after {
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: calc(5% + 0.3em);
  width: 1px;
  height: 30px;
  background: #939393;
  content: "";
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
.p-fv__image-area {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 79%;
  height: 704px;
}
.p-fv__image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-fv__image-area::after {
  z-index: -1;
  position: absolute;
  bottom: -5%;
  left: -5%;
  width: 27.4774774775%;
  height: 39.4886363636%;
  background-color: var(--color-base);
  content: "";
}
@media only screen and (max-width: 767px) {
  .is-style-sp-columns-reverse {
    flex-direction: column-reverse;
  }
  .c-cta {
    margin-bottom: 80px;
  }
  .c-cta__text {
    top: 90%;
    padding: 1.5em 3em 1.5em 1.5em !important;
  }
  .c-cta__btn a {
    padding: 6px 35px 6px 20px !important;
    font-size: 14px !important;
  }
  .u-dn-pc {
    display: block;
  }
  .u-dn-mobile {
    display: none;
  }
  .u-mt-10 {
    margin-top: 0.6944444444vw;
  }
  .u-mt-20 {
    margin-top: 1.3888888889vw;
  }
  .u-mt-30 {
    margin-top: 2.0833333333vw;
  }
  .u-mt-40 {
    margin-top: 2.7777777778vw;
  }
  .u-mt-50 {
    margin-top: 3.4722222222vw;
  }
  .u-mt-60 {
    margin-top: 4.1666666667vw;
  }
  .u-mt-70 {
    margin-top: 4.8611111111vw;
  }
  .u-mt-80 {
    margin-top: 5.5555555556vw;
  }
  .u-mt-90 {
    margin-top: 6.25vw;
  }
  .u-mt-100 {
    margin-top: 6.9444444444vw;
  }
  .u-mt-110 {
    margin-top: 7.6388888889vw;
  }
  .u-mt-120 {
    margin-top: 8.3333333333vw;
  }
  .u-mb-10 {
    margin-bottom: 0.6944444444vw;
  }
  .u-mb-20 {
    margin-bottom: 1.3888888889vw;
  }
  .u-mb-30 {
    margin-bottom: 2.0833333333vw;
  }
  .u-mb-40 {
    margin-bottom: 2.7777777778vw;
  }
  .u-mb-50 {
    margin-bottom: 3.4722222222vw;
  }
  .u-mb-60 {
    margin-bottom: 4.1666666667vw;
  }
  .u-mb-70 {
    margin-bottom: 4.8611111111vw;
  }
  .u-mb-80 {
    margin-bottom: 5.5555555556vw;
  }
  .u-mb-90 {
    margin-bottom: 6.25vw;
  }
  .u-mb-100 {
    margin-bottom: 6.9444444444vw;
  }
  .u-mb-110 {
    margin-bottom: 7.6388888889vw;
  }
  .u-mb-120 {
    margin-bottom: 8.3333333333vw;
  }
  .u-pt-10 {
    padding-top: 0.6944444444vw;
  }
  .u-pt-20 {
    padding-top: 1.3888888889vw;
  }
  .u-pt-30 {
    padding-top: 2.0833333333vw;
  }
  .u-pt-40 {
    padding-top: 2.7777777778vw;
  }
  .u-pt-50 {
    padding-top: 3.4722222222vw;
  }
  .u-pt-60 {
    padding-top: 4.1666666667vw;
  }
  .u-pt-70 {
    padding-top: 4.8611111111vw;
  }
  .u-pt-80 {
    padding-top: 5.5555555556vw;
  }
  .u-pt-90 {
    padding-top: 6.25vw;
  }
  .u-pt-100 {
    padding-top: 6.9444444444vw;
  }
  .u-pt-110 {
    padding-top: 7.6388888889vw;
  }
  .u-pt-120 {
    padding-top: 8.3333333333vw;
  }
  .u-pb-10 {
    padding-bottom: 0.6944444444vw;
  }
  .u-pb-20 {
    padding-bottom: 1.3888888889vw;
  }
  .u-pb-30 {
    padding-bottom: 2.0833333333vw;
  }
  .u-pb-40 {
    padding-bottom: 2.7777777778vw;
  }
  .u-pb-50 {
    padding-bottom: 3.4722222222vw;
  }
  .u-pb-60 {
    padding-bottom: 4.1666666667vw;
  }
  .u-pb-70 {
    padding-bottom: 4.8611111111vw;
  }
  .u-pb-80 {
    padding-bottom: 5.5555555556vw;
  }
  .u-pb-90 {
    padding-bottom: 6.25vw;
  }
  .u-pb-100 {
    padding-bottom: 6.9444444444vw;
  }
  .u-pb-110 {
    padding-bottom: 7.6388888889vw;
  }
  .u-pb-120 {
    padding-bottom: 8.3333333333vw;
  }
  .l-hamburger {
    display: none;
    z-index: 2000;
    position: fixed;
    top: 20px;
    right: 1rem;
    width: 42px;
    height: 12px;
    margin-left: 1rem;
    transition: all 0.3s ease-in-out;
  }
  .l-hamburger__line {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 1px;
    margin: auto;
    background-color: transparent;
  }
  .l-hamburger__line::before, .l-hamburger__line::after {
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    height: 100%;
    background-color: var(--color-gray-dark);
    content: "";
    transition: all 0.3s;
  }
  .l-hamburger__line::before {
    top: 0;
    width: 100%;
  }
  .l-hamburger__line::after {
    top: 12px;
    width: 71%;
  }
  .l-hamburger[aria-expanded=true] .l-hamburger__line::before {
    transform: translateY(-2px) rotate(22.5deg);
    transform-origin: left;
  }
  .l-hamburger[aria-expanded=true] .l-hamburger__line::after {
    width: 100%;
    transform: translateY(2px) rotate(-22.5deg);
    transform-origin: left;
  }
  .p-blog {
    width: 95% !important;
    margin-inline: auto !important;
  }
  .p-fv__content {
    margin-left: 4.5333333333vw;
    padding-top: 30.4vw;
  }
  .p-fv__pre-title {
    margin-bottom: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .p-fv__title {
    margin-bottom: 4vw;
    font-size: 6.1333333333vw;
  }
  .p-fv__subtitle {
    margin-bottom: 29.6vw;
    font-size: 4vw;
    font-family: "Urbanist", sans-serif;
  }
  .p-fv__scroll {
    position: relative;
    padding-left: 5%;
  }
  .p-fv__scroll > img {
    width: 2.6666666667vw;
  }
  .p-fv__scroll::after {
    bottom: -8vw;
    left: calc(5% + 0.3em);
    height: 8vw;
  }
  .p-fv__image-area {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    aspect-ratio: 270/450;
    width: 72vw;
    height: auto;
  }
  .p-fv__image-area::after {
    z-index: -1;
    position: absolute;
    bottom: -4%;
    left: -7%;
    width: 70%;
    height: 44.4444444444%;
    background-color: var(--color-base);
    content: "";
  }
}
@media (max-width: 991px) {
  .l-site-header .p-site-header-brand {
    padding-block: 15px;
  }
  .l-site-header .p-site-header-brand_logo a img {
    max-height: 50px;
  }
  .vk-mobile-nav-menu-btn {
    aspect-ratio: 42/45;
    width: auto;
    height: max(45px, 9vw);
    font-size: max(10px, 2vw);
  }
  .l-site-header {
    display: none;
  }
}
@media screen and (max-width: 365px) {
  .l-hamburger {
    width: 9.5vw;
    height: 9.5vw;
  }
}/*# sourceMappingURL=main.css.map */
