@charset "UTF-8";
:root {
  --main: #FF7C00;
}

html {
  font-size: 4vw;
  color-scheme: light;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  background: #000;
}

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

button {
  padding: 0;
  cursor: pointer;
}

input,
textarea {
  color: #000; /* 明示的に指定 */
  background-color: #fff; /* これもセットで */
}

img {
  max-width: 100%;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: auto;
}

p {
  line-height: 1.5;
}

em {
  font-style: normal;
}

ul, ol {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

dl {
  margin: 0;
}

dl > dd {
  margin-left: 0;
}

.wrap {
  overflow: hidden;
}

.inner {
  padding: 1rem;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

h1, h2, h3 {
  font-weight: bold;
}

button, a {
  cursor: pointer !important;
  transition: 0.3s;
}

.left_txt {
  display: none;
}

h1 {
  width: 12rem;
  margin: 1rem 1rem 0;
}
h1 img {
  height: auto;
  width: 100%;
}

picture {
  display: block;
}

.fv .fv_cnt_a .inner {
  padding-bottom: 0;
}
.fv .fv_cnt_a h2 {
  width: 23rem;
  position: relative;
}
.fv .fv_cnt_a h2 img {
  width: 100%;
  height: auto;
}
.fv .fv_cnt_a h2::before {
  content: "";
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  background-image: url(../img/fv_catch_icon.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: -0.9rem;
  top: -3rem;
}
.fv .fv_cnt_b {
  background: linear-gradient(170deg, #000 0 23%, #F4E320 24%);
}
.fv .fv_cnt_b figure {
  margin: 0 auto;
  position: relative;
}
.fv .fv_cnt_b figure::before {
  content: "";
  width: 24rem;
  height: 20rem;
  position: absolute;
  left: 0;
  top: 7.8rem;
  background-image: url(../img/fv_cnt_b.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  opacity: 0;
  transition-delay: 0.3s;
  transition-duration: 0.3s;
  transform: translateX(3rem);
}
.fv .fv_cnt_b figure img {
  transform: scale(1.1);
}
.fv.active .fv_cnt_b figure::before {
  opacity: 1;
  transform: translate(0);
}/*# sourceMappingURL=hdarea.css.map */