@charset "UTF-8";

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 196px;
  z-index: 100;
}

.p-header__logo {
  position: absolute;
  top: clamp(20px, 3.90625vw, 40px);
  left: clamp(20px, 3.80859375vw, 39px);
  width: clamp(80px, 13vw, 156px);
  aspect-ratio: 1/1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-header__menu {
  display: none;
}
@media screen and (min-width:1024px) {
  .p-header__menu {
    position: absolute;
    top: 63px;
    right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 25px;
    padding-left: clamp(20px, 3.6603221083vw, 50px);
    padding-right: clamp(20px, 2.9282576867vw, 40px);
    gap: clamp(24px, 2.9282576867vw, 40px);
    background: #ffffff;
    border-radius: 45px;
  }
  .p-header__menu::after {
    content: "";
    position: absolute;
    border: 1px solid #e60013;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 40px;
    pointer-events: none;
  }
}

.p-header__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-header__link .text-ja {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.48px;
  font-weight: 500;
  text-align: center;
}
.p-header__link .text-en {
  margin-top: 4px;
  font-family: "Lato", sans-serif;
  color: #B5251A;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.77px;
  text-align: center;
}