@charset "UTF-8";
/* global.scss */
@media screen and (min-width: 1023px) {
  html {
    font-size: 1.3020833333vw;
  }
  header.mobile_view {
    display: none;
  }
  header.pc_view {
    position: fixed;
    width: 100%;
    height: 11.5625vw;
    z-index: 10000;
    background-image: url("/img/header/header_bg.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  header.pc_view a {
    width: fit-content;
    height: fit-content;
  }
  header.pc_view #header_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 7.5vw;
  }
  header.pc_view #header_box #logo_box {
    padding-top: 2.2916vw;
    padding-left: 11.9791667vw;
  }
  header.pc_view #header_box #logo_box img {
    width: 10.9375vw;
  }
  header.pc_view #header_box #header_button {
    display: flex;
    justify-content: center;
    align-content: center;
    padding-right: 10.41666vw;
  }
  header.pc_view #header_box #header_button #nav {
    display: flex;
    justify-content: space-between;
    gap: 2.23958vw;
    margin-right: 2.23958vw;
  }
  header.pc_view #header_box #header_button #nav li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header.pc_view #header_box #header_button #nav li a {
    display: block;
    font-size: 1.3020833333vw;
    white-space: nowrap; /* 改行を禁止 */
  }
  header.pc_view #header_box #header_button #instagram {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2.23958vw;
  }
  header.pc_view #header_box #header_button .store_button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 373px) and (max-width: 1022px) {
  header.pc_view {
    display: none;
  }
  header.mobile_view {
    display: block;
  }
  header.header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1000;
    background-color: #f0e0c8;
    background-image: none;
    height: fit-content;
    padding: 0;
  }
  header.header .logo_box {
    padding: 3vw 8vw;
    height: 18.666vw;
  }
  header.header .logo_box img {
    display: inline-block;
    height: 12.2666vw;
  }
  header.header .menu_button {
    display: flex;
    height: 100%;
  }
  header.header .menu_button img {
    width: 18.66666vw;
  }
  header.header #hum {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(200%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #8C795E;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 5.333vw;
    color: #FAFAFA;
    overflow: scroll;
    padding-top: 16vw;
    padding-bottom: 18vw;
  }
  header.header #hum #btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 3.46vw;
    padding-right: 4.3vw;
    margin-bottom: 4.3vw;
  }
  header.header #hum #menuNav {
    text-align: center;
  }
  header.header #hum #menuNav li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 2.1vw;
  }
  header.header #hum #menuNav li img {
    marginbottom: 1vw;
  }
  header.header #hum #logo {
    margin-top: 10vw;
    width: 32.27vw;
  }
  header.header #hum.active-menu {
    transform: translateX(0);
    opacity: 1;
    z-index: 10000;
  }
  .hum_btn {
    width: 18.66666vw;
    height: 18.66666vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    cursor: pointer;
    z-index: 10001;
    background-color: #8C795E;
  }
  .hum_btn .line {
    display: block;
    width: 50%;
    height: 4%;
    margin: 0 auto;
    background-color: #FAFAFA;
    border-radius: 2vw;
    transition: all 0.3s ease;
  }
  #humBtnText {
    font-family: "Futura", serif;
    font-size: 3.2vw;
    color: #FAFAFA;
  }
  /* active時にバッテンに変身 */
  .hum_btn .line {
    transform-origin: center; /* ここで回転軸を中央に */
  }
  .hum_btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(2vw, 2vw);
  }
  .hum_btn.active span:nth-child(2) {
    opacity: 0;
  }
  .hum_btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(2vw, -2vw);
  }
  .no-scroll {
    overflow: hidden;
    height: 100vh;
  }
}
@font-face {
  font-display: swap;
}

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