/*
Theme Name: original Child
Version: 1.0
Template: original
*/
:root {
  --viewport-width: min(100vw, 1600px);
  --b: calc(var(--viewport-width) / 160);
}

/* manrope-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("./dist/fonts/manrope-v19-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("./dist/fonts/manrope-v19-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("./dist/fonts/noto-sans-jp-v54-japanese_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("./dist/fonts/noto-sans-jp-v54-japanese_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("./dist/fonts/noto-sans-jp-v54-japanese_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("./dist/fonts/noto-sans-jp-v54-japanese_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  color: #00041B;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: max(1.6rem, 14px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}

html {
  background: #00041B;
}

main {
  min-height: 100vh;
}

a > *,
button > * {
  pointer-events: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

a,
button {
  display: block;
}

span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

span.attention {
  font-size: max(1.2rem, 10px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
span.attention small {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

h2 {
  position: relative;
  color: #C30404;
  font-size: max(4.3rem, 26px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: max(9%, 50px);
  height: 3px;
  background-image: repeating-radial-gradient(circle, #C30404 0px, #C30404 1.5px, transparent 1.5px, transparent 10px);
  background-repeat: space;
  background-size: 10px 3px;
  pointer-events: none;
  z-index: 1;
}

h3 {
  font-size: max(2.7rem, 20px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#fixed-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(150deg, rgb(255, 0, 0), rgb(195, 4, 3) 50%);
}
#fixed-bg .circle {
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: transparent;
  opacity: 0.6;
  border: max(2.1rem, 16px) solid #FF0000;
  -webkit-filter: blur(max(0.7rem, 5px));
          filter: blur(max(0.7rem, 5px));
  z-index: -1;
}
#fixed-bg .circle.circle1 {
  top: max(-10vw, -100px);
  left: -10%;
  width: max(50vw, 400px);
}
#fixed-bg .circle.circle2 {
  top: -10vw;
  right: 4%;
  width: max(20vw, 150px);
}
#fixed-bg .circle.circle3 {
  top: calc(100% - max(10vw, 125px));
  right: calc(30% - max(10vw, 125px));
  width: max(20vw, 250px);
}
#fixed-bg .circle.circle4 {
  left: max(-10vw, -75px);
  top: 70%;
  width: max(20vw, 150px);
  background-color: #FF0000;
}
#fixed-bg .circle.circle5 {
  top: calc(80% - max(6.5vw, 50px));
  right: 25%;
  width: max(12.5vw, 100px);
  background-color: #FF0000;
}

#header {
  position: fixed;
  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;
  gap: max(3rem, 30px);
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: max(8rem, 80px);
  padding: 0 max(3rem, 30px);
  z-index: 9999;
}
@media screen and (max-width: 550px) {
  #header {
    height: 65px;
  }
}
#header .header__logo {
  width: max(20rem, 160px);
}

#footer {
  background: #fff;
  width: 100%;
}
#footer .footer__wrapper {
  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;
  padding: max(1.5rem, 15px) 0;
}
@media screen and (max-width: 550px) {
  #footer .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .footer__nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(1rem, 10px);
}
#footer .footer__nav--item a {
  font-size: max(1.2rem, 10px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#footer .footer__copyright p {
  font-size: max(1.2rem, 10px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.breadcrumb {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(1rem, 10px);
}

a.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;
  gap: max(1.5rem, 10px);
  width: min(80%, 1000px);
  margin: auto;
  padding-top: max(4.3rem, 30px);
  padding-bottom: max(4rem, 25px);
  background: linear-gradient(45deg, #F07D1A, #E80101, #FFC700);
  -webkit-box-shadow: inset 0 0 6px #FFE200, 0 3px 56px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px #FFE200, 0 3px 56px rgba(0, 0, 0, 0.1);
  border-radius: max(7.5rem, 50px);
}
@media screen and (max-width: 550px) {
  a.btn {
    width: 90%;
  }
}
a.btn img {
  height: 0.8lh;
  width: auto;
}
a.btn p {
  color: #fff;
  font-size: clamp(15px, 1.55vw, 25px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.05em;
}