@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/noto-sans-jp-v55-japanese_latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/noto-sans-jp-v55-japanese_latin-600.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/noto-sans-jp-v55-japanese_latin-700.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/noto-sans-jp-v55-japanese_latin-800.woff2") format("woff2");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
main,
.top-important-notice {
  min-height: 100%;
}

html,
body {
  margin: 0;
}

body {
  min-height: 100vh;
  background: #f6f6f6;
  color: #212121;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Arial, Meiryo,
    sans-serif;
}

p,
h1 {
  margin: 0;
}

.top-important-notice {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  background: #f7f7f7;
}

.top-important-notice::before,
.top-important-notice::after,
.top-important-notice__inner::before,
.top-important-notice__inner::after {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.01);
  content: "";
  pointer-events: none;
}

.top-important-notice::before {
  top: -170px;
  left: -95px;
  width: 240px;
  height: 300px;
}

.top-important-notice::after {
  top: -360px;
  right: 30px;
  width: 410px;
  height: 450px;
}

.top-important-notice__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 64px;
  align-items: center;
  margin: 0 auto;
  padding: 16px;
}

.top-important-notice__inner::before {
  z-index: -1;
  bottom: -240px;
  left: -10px;
  width: 410px;
  height: 410px;
}

.top-important-notice__inner::after {
  z-index: -1;
  right: -150px;
  bottom: -130px;
  width: 260px;
  height: 260px;
}

.top-important-notice__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.top-important-notice__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.top-important-notice__title {
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
}

.top-important-notice__description {
  margin-top: -16px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.top-important-notice__site-link,
.top-important-notice__detail-link {
  display: inline-flex;
  align-items: center;
  color: #212121;
  font-weight: 800;
  text-decoration: none;
}

.top-important-notice__site-link {
  gap: 12px;
  width: fit-content;
  padding: 8px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  background: #fff;
  font-size: 16px;
}

.btn-allow {
  position: relative;
  display: inline-block;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}

.btn-allow::before {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #333;
  content: "";
}

.btn-allow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: translate(-75%, -50%) rotate(45deg);
}

.top-important-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.top-important-notice__note {
  color: #707070;
  font-size: 14px;
  line-height: 1.6;
}

.top-important-notice__detail-link {
  gap: 10px;
  padding-left: 16px;
  font-size: 12px;
}

.top-important-notice__detail-link .about-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 50%;
  background: #333;
}

.top-important-notice__symbol img {
  display: block;
  width: 100%;
  max-width: 320px;
}

@media screen and (max-width: 768px) {
  .top-important-notice__inner {
    grid-template-columns: 1fr;
    gap: 36px;
    width: 100%;
    padding: 88px 24px 56px;
  }

  .top-important-notice__title {
    font-size: 22px;
  }

  .top-important-notice__description {
    font-size: 14px;
  }

  .top-important-notice__site-link {
    max-width: 100%;
    font-size: 10px;
  }

  .top-important-notice__symbol {
    justify-self: center;
  }
}
