html:has(body.is-fixed) {
  overscroll-behavior: none;
}

body {
  background: #000;
  color: #fff;
  font-family: 'Helvetica Neue', 'Helvetica', 'Roboto', Arial, 'Noto Sans JP', sans-serif;
}

body.is-fixed {
  overflow: hidden;
  overflow: clip;
  overscroll-behavior: none;
}

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

button {
  appearance: none;
  color: inherit;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
}

figure img {
  width: 100%;
}

ul, ol {
  list-style: none;
}

main {
  width: 100%;
  overflow: hidden;
}

.btn, .btn--bgwhite {
  display: block;
  padding: 12px 24px;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 9999px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .btn, .btn--bgwhite {
    padding: 8px 16px;
  }
}

@media (hover: hover) {
  .btn, .btn--bgwhite {
    transition: opacity 0.5s ease;
  }
  .btn:hover, .btn--bgwhite:hover {
    opacity: 0.5;
  }
}

.btn--bgwhite {
  background: #fff;
  color: #000;
}

.btn_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.1;
}

.btn_titleEn {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 1024px) {
  .btn_titleEn {
    font-size: min(3.56234vw, 14px);
  }
}

.btn_titleJa {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .btn_titleJa {
    font-size: min(3.56234vw, 14px);
  }
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
