@import url("https://use.typekit.net/wzn8vfr.css");
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  min-height: 100vh;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

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

button {
  text-align: inherit;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
}

img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

input {
  border: none;
}

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

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

.h2 {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h2 {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}

.h3 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

.h4 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.h5 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h5 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

p + p {
  margin-top: 10px;
}

small {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  small {
    font-size: 1rem;
  }
}

.title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .title {
    margin-bottom: 20px;
  }
}
.title_h3 {
  font-size: 4.2rem;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .title_h3 {
    font-size: 3.2rem;
  }
}
.title_h3 small {
  font-size: 0.8em;
}
.title_h4 {
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 0;
}
.title_ja {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .title_ja {
    font-size: 1.4rem;
  }
}

.link {
  text-decoration: underline;
  color: #3680E5;
}

.dib {
  display: inline-block;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 446px;
  height: 90px;
  padding-inline: 40px;
  border: 2px solid #000;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn {
    height: 70px;
  }
}
.btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  rotate: -45deg;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
.btn_none {
  background-color: #fff;
  color: #8c8c8c;
}
.btn_none::after {
  display: none;
}
.btn_small {
  width: 100%;
  max-width: 335px;
  height: 90px;
}
.btn_black {
  background-color: #000;
  color: #fff;
}
.btn_white {
  background-color: #fff;
}
.btn_orange {
  background-color: #f04000;
  border: none;
  color: #fff;
}
.btn_en {
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
  font-size: 3.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .btn_en {
    font-size: 2.8rem;
  }
}
.btn_ja_b {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .btn_ja_b {
    font-size: 1.8rem;
  }
}
.btn_ja {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .btn_ja {
    font-size: 1.4rem;
  }
}

.btn + .btn {
  margin-top: 20px;
}

@-webkit-keyframes event-link {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
}

@keyframes event-link {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
}
@-webkit-keyframes wave-title {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes wave-title {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}
.wave-ani {
  line-height: 1;
  height: 1em;
  overflow-y: hidden;
}
.wave-ani span {
  display: inline-block;
  translate: 0 100%;
}
.is-view .wave-ani span {
  -webkit-animation: 0.15s wave-title ease forwards;
          animation: 0.15s wave-title ease forwards;
}
.is-view .wave-ani span:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.is-view .wave-ani span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.is-view .wave-ani span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.is-view .wave-ani span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.is-view .wave-ani span:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.is-view .wave-ani span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.is-view .wave-ani span:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.is-view .wave-ani span:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.is-view .wave-ani span:nth-child(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.is-view .wave-ani span:nth-child(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.is-view .wave-ani span:nth-child(11) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.is-view .wave-ani span:nth-child(12) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.is-view .wave-ani span:nth-child(13) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.is-view .wave-ani span:nth-child(14) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.is-view .wave-ani span:nth-child(15) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.is-view .wave-ani span:nth-child(16) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.is-view .wave-ani span:nth-child(17) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
.is-view .wave-ani span:nth-child(18) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.is-view .wave-ani span:nth-child(19) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
.is-view .wave-ani span:nth-child(20) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.wave-ani + h3 {
  height: 1em;
  overflow-y: hidden;
}

.header {
  width: 100%;
  height: 70px;
  position: relative;
  z-index: 40;
}
@media screen and (max-width: 768px) {
  .header {
    height: 45px;
  }
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 2px);
  height: 70px;
  padding-left: 60px;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .header_inner {
    height: 45px;
    padding-left: 10px;
  }
}
.header_inner.is-fixed {
  position: fixed;
  translate: 0 -100%;
}
.header_logo {
  width: 100%;
}
.header_logo a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header_logo_default {
  width: 203.13px;
}
@media screen and (max-width: 768px) {
  .header_logo_default {
    width: 70%;
    max-width: 200px;
  }
}
.header_logo_tokyo {
  width: 274.87px;
}
@media screen and (max-width: 768px) {
  .header_logo_tokyo {
    width: 90%;
    max-width: 177.5px;
  }
}
.header_logo_osaka {
  width: 274.87px;
}
@media screen and (max-width: 768px) {
  .header_logo_osaka {
    width: 90%;
    max-width: 177.5px;
  }
}
.header_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_item_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_item_sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  margin-right: -2px;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .header_item_sns a {
    width: 45px;
    height: 45px;
  }
}
.header_item_sns a img {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .header_item_sns a img {
    width: 23px;
  }
}
.header_item_language {
  position: relative;
}
.header_item_language:has(#language-show:checked) .header_item_language_list {
  display: block;
}
.header_item_language_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 70px;
  padding: 0 20px;
  margin-right: -2px;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header_item_language_title:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .header_item_language_title {
    height: 45px;
    padding: 0 10px;
    font-size: 1.2rem;
  }
}
.header_item_language_title img {
  width: 29px;
}
@media screen and (max-width: 768px) {
  .header_item_language_title img {
    width: 24px;
  }
}
.header_item_language_title input {
  display: none;
}
.header_item_language_list {
  background-color: #000;
  padding: 16px;
  display: none;
  position: absolute;
  width: 100%;
  color: #fff;
  font-weight: 500;
}
.header_item_language_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header_item_language_item {
    font-size: 1.2rem;
  }
}
.header_item_language_item:hover {
  opacity: 0.7;
  scale: 0.95;
}
.header_item_language_item + .header_item_language_item {
  margin-top: 10px;
}
.header_item_language_item img {
  width: 29px;
}
@media screen and (max-width: 768px) {
  .header_item_language_item img {
    width: 24px;
  }
}
.header_item_language_item a {
  display: contents;
}
.header_item_language_item.current {
  pointer-events: none;
}
.header_item_menu {
  position: relative;
}
.header_item_menu input#main-menu {
  display: none;
}
.header_item_menu input#main-menu + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #000;
  cursor: pointer;
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 768px) {
  .header_item_menu input#main-menu + label {
    width: 45px;
    height: 45px;
  }
}
.header_item_menu input#main-menu + label:hover .line {
  scale: 0.9;
}
.header_item_menu input#main-menu + label .line {
  -webkit-transition: scale 0.2s ease;
  transition: scale 0.2s ease;
}
.header_item_menu input#main-menu + label .line span[class^=line] {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header_item_menu input#main-menu + label .line .line01 {
  top: calc(50% - 6.5px);
}
.header_item_menu input#main-menu + label .line .line02 {
  top: 50%;
}
.header_item_menu input#main-menu + label .line .line03 {
  top: calc(50% + 6.5px);
}
.header_item_menu input#main-menu:checked + label span[class^=line] {
  top: 50%;
}
.header_item_menu input#main-menu:checked + label + .menu {
  translate: 0;
}
body:has(.header_item_menu input#main-menu:checked) {
  overflow: hidden;
}
.header_item_menu .menu {
  position: absolute;
  width: 100vw;
  max-width: 450px;
  height: 100vh;
  overflow-y: scroll;
  right: 0;
  top: 0;
  background: #000;
  padding: 70px 30px 120px;
  color: #fff;
  z-index: 200;
  translate: calc(100% + 20px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header_item_menu .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.header_item_menu .menu_item_headline {
  font-size: 3.2rem;
  font-weight: bold;
}
.header_item_menu .menu_item > dl dt {
  font-size: 3.2rem;
  font-weight: bold;
}
.header_item_menu .menu_item > dl dt span {
  display: block;
  font-size: 1.4rem;
}
.header_item_menu .menu_item_links {
  padding-left: 24px;
}
.header_item_menu .menu_item_link {
  margin-top: 32px;
}
.header_item_menu .menu_item_link dl {
  margin-bottom: 16px;
}
.header_item_menu .menu_item_link dl dt {
  font-size: 2.4rem;
  font-weight: bold;
}
.header_item_menu .menu_item_link dl dt span {
  display: block;
  font-size: 1.4rem;
}
.header_item_menu .menu_item_link dl dd {
  font-size: 1.6rem;
  font-weight: bold;
}
.header_item_menu .menu_item_link dl dd .date {
  display: block;
}
.header_item_menu .menu_item_link dl dd .date .week {
  display: inline-block;
  font-size: 0.7em;
  margin-right: 2px;
}
.header_item_menu .menu_item_link_nav_item {
  padding-left: 32px;
  position: relative;
}
.header_item_menu .menu_item_link_nav_item::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.header_item_menu .menu_item_link_nav_item + * {
  margin-top: 8px;
}

.headline {
  display: block;
  background-color: #000;
  padding: 8px 0 8px 60px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .headline {
    padding-left: 0;
  }
}
.headline img, .headline picture {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .headline img, .headline picture {
    margin-inline: auto;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  padding-left: 60px;
  border: 2px solid #000;
  margin-top: 180px;
  position: relative;
  z-index: 30;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 120px;
  }
}
.footer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer_logo {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    padding-block: 20px;
  }
}
.footer_logo a {
  display: block;
  width: 200px;
}
.footer_copylight {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #777;
  margin-left: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer_copylight {
    text-align: center;
    margin: 0;
    font-size: 10px;
  }
}
.footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .footer_sns {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    border-bottom: 2px solid #000;
  }
}
.footer_sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  margin-right: -2px;
  border: 2px solid #000;
}
@media screen and (max-width: 1024px) {
  .footer_sns a {
    border: none;
  }
}
.footer_sns a img {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .footer_sns a img {
    width: 23px;
  }
}
.footer_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer_buttons {
    margin-left: -2px;
    margin-top: -2px;
    width: calc(100% + 2px);
  }
}
.footer_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #000;
  width: 180px;
  height: 70px;
  margin-right: -2px;
}
@media screen and (max-width: 1024px) {
  .footer_button {
    width: calc(50% + 2px);
    height: 70px;
  }
}
.footer_button_en {
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .footer_button_en {
    font-size: 2.4rem;
  }
}
.footer_button_ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 2px;
}
@media screen and (max-width: 1024px) {
  .footer_button_ja {
    font-size: 1.2rem;
  }
}

.container {
  width: calc(100% - 80px);
  max-width: 990px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 30px);
    max-width: 660px;
  }
}
.container-s {
  width: 670px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .container-s {
    width: calc(100% - 30px);
    max-width: 480px;
  }
}

main {
  min-height: calc(100vh - 380px);
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main {
    min-height: calc(100vh - 378px);
    margin-top: 40px;
  }
}

.popup {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 768px) {
  .popup {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.popup.is-show {
  opacity: 1;
}
.popup.is-hide {
  pointer-events: none;
  opacity: 0;
}
.popup_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  min-height: 80px;
  padding-block: 10px;
  background-color: #fff;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .popup_link {
    width: calc(50% + 1px);
    min-height: 62px;
  }
}
.popup_link.black {
  background-color: #000;
  color: #fff;
}
.popup_link.orange_border {
  border: 1px solid #f04000;
  background-color: #fff;
  color: #f04000;
}
.popup_link.orange {
  border: 1px solid #f04000;
  background-color: #f04000;
  color: #fff;
}
.popup_link + .popup_link {
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .popup_link + .popup_link {
    margin-top: 0;
    margin-left: -2px;
  }
}
.popup_link_en {
  display: block;
  text-align: center;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .popup_link_en {
    font-size: 2.4rem;
  }
}
.popup_link_ja {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .popup_link_ja {
    font-size: 1.2rem;
  }
}
.popup_link_ja_b {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .popup_link_ja_b {
    font-size: 1.6rem;
  }
}

.popupbnr {
  position: fixed;
  width: 100%;
  height: 100vh;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.popupbnr input#popupbnr-bg {
  display: none;
}
.popupbnr input#popupbnr-bg + label {
  content: "";
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  inset: 0;
}
.popupbnr:has(input#popupbnr-close:checked), .popupbnr:has(input#popupbnr-bg:checked) {
  display: none;
}
.popupbnr input#popupbnr-close {
  display: none;
}
.popupbnr input#popupbnr-close + label {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  translate: 50% -50%;
  cursor: pointer;
}
.popupbnr input#popupbnr-close + label::before, .popupbnr input#popupbnr-close + label::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  inset: 50%;
  translate: -50% -50%;
}
.popupbnr input#popupbnr-close + label::before {
  rotate: 45deg;
}
.popupbnr input#popupbnr-close + label::after {
  rotate: -45deg;
}
.popupbnr a {
  display: block;
  border: 2px solid #000;
  width: 90%;
  max-width: 530px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  inset: 50%;
  translate: -50% -50%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}
.modal_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.modal_contents {
  background: #fff;
  position: relative;
  max-width: 960px;
  width: calc(100% - 120px);
  margin: 60px auto;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .modal_contents {
    width: calc(100% - 40px);
    margin: 60px auto 120px;
  }
}
.modal_contents_close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 20px;
  translate: 100% -100%;
}
@media screen and (max-width: 768px) {
  .modal_contents_close {
    top: -20px;
    right: 0;
    translate: 0 -100%;
  }
}
.modal_contents_close::before, .modal_contents_close::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #fff;
  inset: 50%;
  translate: -50% -50%;
}
.modal_contents_close::before {
  rotate: 26deg;
}
.modal_contents_close::after {
  rotate: -26deg;
}
.modal_contents_main {
  padding: 20px 40px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .modal_contents_main {
    padding: 20px;
  }
}
.modal_contents_main_title {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .modal_contents_main_title {
    font-size: 1.6rem;
  }
}
.modal_contents_main_info {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.modal_contents_main_info_date {
  font-size: 1.4rem;
  font-weight: 400;
}
.modal_contents_main_info_category {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 90px;
  padding-inline: 20px;
  height: 28px;
}
.modal_contents_detail {
  padding: 40px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .modal_contents_detail {
    padding: 20px 20px 40px;
  }
}
.modal_contents_detail > * {
  margin-top: 20px;
}
.modal_contents_detail > *:nth-child(1) {
  margin-top: 0;
}
.modal_contents_detail h4 {
  font-weight: bold;
  margin-top: 40px;
  font-size: 1.6rem;
}
.modal_contents_detail .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.modal_contents_detail .p-center {
  text-align: center;
}
.modal_contents_detail .pd-l {
  padding-left: 1em;
  display: block;
}
.modal_contents_detail ul li {
  padding-left: 20px;
  position: relative;
}
.modal_contents_detail > ul > li:nth-child(1)::before {
  content: "1. ";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li:nth-child(2)::before {
  content: "2. ";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li:nth-child(3)::before {
  content: "3. ";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li:nth-child(4)::before {
  content: "4. ";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li:nth-child(5)::before {
  content: "5. ";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li:nth-child(6)::before {
  content: "6. ";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li:nth-child(7)::before {
  content: "7. ";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li:nth-child(8)::before {
  content: "8. ";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li:nth-child(9)::before {
  content: "9. ";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li:nth-child(10)::before {
  content: "10. ";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li:nth-child(1)::before {
  content: "(1)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li:nth-child(2)::before {
  content: "(2)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li:nth-child(3)::before {
  content: "(3)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li:nth-child(4)::before {
  content: "(4)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li:nth-child(5)::before {
  content: "(5)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li:nth-child(6)::before {
  content: "(6)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li:nth-child(7)::before {
  content: "(7)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li:nth-child(8)::before {
  content: "(8)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li:nth-child(9)::before {
  content: "(9)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li:nth-child(10)::before {
  content: "(10)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li > ul > li:nth-child(1)::before {
  content: "A)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li > ul > li:nth-child(2)::before {
  content: "B)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li > ul > li:nth-child(3)::before {
  content: "C)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li > ul > li:nth-child(4)::before {
  content: "D)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li > ul > li:nth-child(5)::before {
  content: "E)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li > ul > li:nth-child(6)::before {
  content: "F)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li > ul > li:nth-child(7)::before {
  content: "G)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li > ul > li:nth-child(8)::before {
  content: "H)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li > ul > li:nth-child(9)::before {
  content: "I)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li > ul > li:nth-child(10)::before {
  content: "J)";
  position: absolute;
  left: 0;
}
.modal_contents_detail > ul > li > ul > li > ul > li:nth-child(11)::before {
  content: "K)";
  position: absolute;
  left: 0;
}

.error404_title {
  padding-top: 60px;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .error404_title {
    margin-bottom: 50px;
  }
}
.error404_title_en {
  text-align: center;
  line-height: 1;
  font-size: 6.2rem;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
}
@media screen and (max-width: 768px) {
  .error404_title_en {
    font-size: 4.8rem;
  }
}
.error404_title_ja {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 10px;
  font-weight: 400;
}

html {
  scroll-padding-top: 100px;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #000;
  width: 100%;
  overflow-x: hidden;
}
body:before, body::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000;
  display: block;
  position: fixed;
  top: 0;
}
body:before {
  left: 0;
}
body::after {
  right: 0;
}

.wrapper {
  width: 100%;
  overflow-x: hidden;
}

a, button {
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
a:hover, button:hover {
  opacity: 0.5;
}/*# sourceMappingURL=common.css.map */