@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");

@media screen and (max-width: 767px) {
  [data-media]:not([data-media~=sp]) {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  [data-media]:not([data-media~=pc]) {
    display: none !important;
  }
  .hoverFill {
    transition: all 0.3s linear;
  }
  .hoverFill:not(:disabled):hover {
    background-color: #000000 !important;
    color: #ffffff !important;
  }
  .hoverStroke {
    transition: all 0.3s linear;
  }
  .hoverStroke:not(:disabled):hover {
    background-color: #ffffff !important;
    color: #000000 !important;
  }
  .hoverOpacity {
    transition: opacity 0.2s linear;
  }
  .hoverOpacity:not(:disabled):hover {
    opacity: 0.5;
  }
}
body {
  font-family: Nobel, "Lexus Rodin", Meiryo, sans-serif;
  font-weight: 500;
}
html {
  --fw: 100vw;
  scroll-behavior: smooth;
  font-size: 2.6666666667vw !important;
}
@media screen and (min-width: 768px) {
  .lds {
    --lds-rem: calc(var(--lds-basis-desktop-large) / 1400 * 100vw);
  }
  html {
    font-size: 0.6944444444vw !important;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-feature-settings: "palt";
}
html:has(dialog[open]) {
  overflow: hidden;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
a {
  text-decoration: none;
}
li {
  list-style-type: none;
}
iframe {
  border: none;
  overflow: hidden;
}
button {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  font-family: Nobel, "Lexus Rodin", Meiryo, sans-serif;
}
hr {
  border: none;
  border-top: 1px solid;
}
.no-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.st-main {
  padding-top: 0;
}
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-overlay: rgba(0, 0, 0, 0.8);
  --color-border02: #cbcbcb;
  --color-object03: #999999;
}
.noticeModal {
  position: fixed;
  z-index: 2000;
  inset: 0;
  background-color: var(--color-overlay);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.noticeModal button {
  cursor: pointer;
}
.noticeModal[data-open=true] {
  opacity: 1;
  visibility: visible;
}
.noticeModal .noticeModal__note {
  margin-top: 1.6rem;
}
.noticeModal .noticeModal__note .noticeModal__note--highlight {
  color: #FF0000;
}
.noticeModal .noticeModal__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.noticeModal .noticeModal__wrapper {
  overflow: auto;
  z-index: 10;
  height: 100vh;
}
@media (min-width: 768px) {
  .noticeModal .noticeModal__wrapper {
    padding: 14rem 0;
  }
}
.noticeModal .noticeModal__wrapper .noticeModal__inner {
  width: 100%;
  padding: 9.5rem 2.4rem 4.5rem;
  background-color: var(--color-white);
  margin: auto;
  position: relative;
}
@media (min-width: 768px) {
  .noticeModal .noticeModal__wrapper .noticeModal__inner {
    width: 100rem;
    padding: 9rem 5rem 5rem;
  }
}
.noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__mClose {
  cursor: pointer;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media (min-width: 768px) {
  .noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__mClose {
    transition: opacity 0.2s ease-in-out;
  }
  .noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__mClose:hover {
    opacity: 0.75;
  }
}
.noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__mClose svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
.noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__title {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.75;
}
.noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__contents {
  margin-top: 4rem;
  padding: 4rem;
  border: 1px solid var(--color-border02);
}
@media (min-width: 768px) {
  .noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__contents {
    padding: 5.2rem;
  }
}
.noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__contents .noticeModal__contentTitle {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__contents .noticeModal__contentTitle {
    font-size: 1.8rem;
  }
}
.noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__contents .noticeModal__contentSubTitle {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: baseline;
  width: fit-content;
}
@media (min-width: 768px) {
  .noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__contents .noticeModal__contentSubTitle {
    transition: opacity 0.2s ease-in-out;
  }
  .noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__contents .noticeModal__contentSubTitle:hover {
    opacity: 0.5;
  }
}
.noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__contents .noticeModal__contentSubTitle::before {
  content: "";
  display: block;
  width: 1.2rem;
  border-top: 1px solid var(--color-object03);
  margin-right: 0.8rem;
}
.noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__contents .noticeModal__contentList {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__contents .noticeModal__contentList .noticeModal__contentItem {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.75;
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__contents .noticeModal__contentList .noticeModal__contentItem {
    font-size: 1.4rem;
  }
}
.noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__contents .noticeModal__contentList .noticeModal__contentItem::before {
  content: attr(data-before);
}
.noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__contents .noticeModal__hr {
  margin: 4rem 0;
  border-top: none;
  border-color: var(--color-border02);
}
.noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__contents .noticeModal__contentCaptions {
  margin-top: 3rem;
  color: var(--color-object03);
}
.noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__contents .noticeModal__contentCaptions .noticeModal__contentCaptionItem {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}
@media (min-width: 768px) {
  .noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__contents .noticeModal__contentCaptions .noticeModal__contentCaptionItem {
    font-size: 1.2rem;
  }
}
.noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__contents .noticeModal__contentCaptions .noticeModal__contentCaptionItem::before {
  content: "※";
}
.noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__footer {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__footer .noticeModal__viewMore {
  width: 100%;
  height: 6rem;
  background-color: var(--color-black);
  color: var(--color-white) !important;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__footer .noticeModal__viewMore {
    width: 40.5rem;
    height: 6rem;
    transition: opacity 0.2s ease-in-out;
  }
  .noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__footer .noticeModal__viewMore:hover {
    opacity: 0.75;
  }
}
.noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__footer .noticeModal__sClose {
  cursor: pointer;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 1.2rem;
  line-height: 2;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__footer .noticeModal__sClose {
    transition: opacity 0.2s ease-in-out;
    font-weight: 1.4rem;
  }
  .noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__footer .noticeModal__sClose:hover {
    opacity: 0.75;
  }
}
.noticeModal .noticeModal__wrapper .noticeModal__inner .noticeModal__footer .noticeModal__sClose svg {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
}