@charset "UTF-8";

/* =========================================================
 _reset
========================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
}
body {
  position: relative;
  min-height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
main, article, aside, figcaption, figure, footer, header, nav, section {
  display: block
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
  vertical-align: top;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
select::-ms-expand {
  display: none;
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}
label[for] {
  cursor: pointer;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
em {
  font-style: normal;
  font-weight: 700;
}
img[src$=".svg"] {
  width: 100%;
}

/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 62.5%;
}
body {
  color: #fff;
  line-height: 1.5;
  font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-style: normal;
  background-color: #070000;
}
a {
  text-decoration: underline;
  transition: color 0.3s linear, opacity 0.3s linear;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
button {
  font-family: inherit;
  font-size: inherit;
  box-sizing: inherit;
  border: 0;
}
button {
  cursor: pointer
}
li {
  list-style-type: none
}
figure {
  margin: 0
}
a {
  color: inherit;
  text-decoration: underline;
}
/*
 *  utility
 * ------------------------------------------------------------------- */
/* display */
@media screen and (min-width:769px) {
  .hide-pc.show-tb {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .hide-pc.show-tb {
    display: inline-block;
  }
}
@media screen and (min-width:601px) {
  .hide-pc {
    display: none;
  }
}
@media screen and (max-width:600px) {
  .hide-sp {
    display: none;
  }
}
.opa0 {
  opacity: 0;
}
/* フェードイン */
.fade-in {
  opacity: 0;
}
.fade-in.active {
  animation: fadeIn .8s ease-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* フェードイン・アップ */
.fade-in-up {
  opacity: 0;
}
.fade-in-up.active {
  animation: fadeInUp .8s ease-out forwards;
}
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 3rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/*
 *  layout
 * ------------------------------------------------------------------- */
 .stage::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: #16344c url('/internet/set/data/special/2025hkrup01/img/shared/body_bg.webp') repeat 50% 50%;
  background-size: contain;
}
@media screen and (min-width: 1440px) {
  .stage::before {
    background-size: 128rem auto;
  }
}
.wrap {
  position: relative;
  max-width: 96rem;
  margin: 0 auto;
  padding-right: 4.2rem;
  padding-left: 4.2rem;
}

/* header
 * ------------------------------------------------------------------- */
.lp-header {
  background-color: #fff;
}
.lp-header .wrap {
  display: flex;
  align-items: center;
  height: 6rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.header-logo {
  display: block;
  width: 17.2rem;
}

/* main
* ------------------------------------------------------------------- */
.main {
  position: relative;
}
/* mv */
.mv {
  margin-bottom: 5rem;
}
.mv .wrap {
  padding-right: 0;
  padding-left: 0;
}
.movie-block {
  position: relative;
}
.movie-block::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.movie-block video,
.movie-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie-block iframe{
  border: none;
}
.movie-block .movie-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.movie-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* feature */
.intro-text {
  max-width: 56.6rem;
  margin-bottom: 1rem;
}
.feature-block {
  padding: 2.2rem 2.2rem 4rem 2.2rem;
  border-radius: 1.25em;
  background-color: rgba(255, 255, 255, 0.65);
}
.appeal-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem;
  width: 100%;
}
.appeal-block .appeal-item {
  width: calc((100% - 2.5rem) / 2);
  text-align: center;
}
.appeal-block .appeal-item .appeal-img {
  position: relative;
  top: 3%;
  width: 56%;
  transform: scale(1.1);
}
.appeal-graph-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 2rem;
  padding-bottom: 3rem;
}
.appeal-graph-block .appeal-img {
  width: 61.13%;
}
.appeal-graph-block .appeal-text {
  flex: 1;
  transform: translate(1rem, 0) scale(1.03);
}
.appeal-graph-block:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background: radial-gradient(circle farthest-side, #666464, #666464 50%, transparent 50%, transparent);
  background-size: 1.2rem;
  height: 1.2rem;
  width: 100%;
}
.feature-case {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  width: 97%;
  margin: 1rem auto 0;
}
.feature-case .feature-case-item {
  flex: 1;
}
.feature-point-img1 {
  width: 102%;
  margin-top: 2.4rem;
}
.feature-point-img2 {
  position: relative;
  width: 97%;
  margin: -6.3% auto 0;
  overflow: hidden;
}
/* .feature-point-img2::before {
  content: "";
  display: block;
  padding-top: 32.3%;
} */
.feature-point-img2 .mask-anime {
  position: absolute;
  top: 0;
  left: 13%;
  width: 87%;
  height: 100%;
  overflow: hidden;
  /* background-color: rgba(0, 0, 0, 0.1); */
}
.feature-point-img2-10g-line {
  position: absolute;
  top: 22%;
  left: 0;
  width: 38.8%;
  transform: translate(-100%, 0);
}
.feature-point-img2-1g-line {
  position: absolute;
  top: 56.9%;
  left: 0;
  width: 98%;
  transform: translate(-100%, 0);
}
.feature-point-img2-10g {
  position: absolute;
  top: 34.5%;
  left: 12.2%;
  width: 24.5%;
}
.feature-point-img2-1g {
  position: absolute;
  top: 69.3%;
  left: 62.9%;
  width: 28.4%;
}
.feature-point-img2-balloon {
  position: absolute;
  top: 20.1%;
  left: 34.1%;
  width: 68.4%;
  /* mix-blend-mode: difference; */
}
.feature-point-img3 {
  position: relative;
  width: 96.5%;
  margin: 4.5rem 0 0 auto;
  overflow: hidden;
}
.feature-point-img3::before {
  content: "";
  display: block;
  padding-top: 35.77%;
}
.feature-point-img3-10g-line {
  position: absolute;
  top: 5.5%;
  left: 0;
  width: 100%;
  transform: translate(-100%, 0);
}
.feature-point-img3-1g-line {
  position: absolute;
  top: 59.3%;
  left: 0;
  width: 37%;
  transform: translate(-100%, 0);
}
.feature-point-img3-10g {
  position: absolute;
  top: 0%;
  left: -1.2%;
  width: 89.3%;
}
.feature-point-img3-1g {
  position: absolute;
  top: 54%;
  left: 2%;
  width: 70.3%;
}
.feature-point-img3-balloon {
  position: absolute;
  top: 47%;
  left: 81.7%;
  width: 18.3%;
  /* mix-blend-mode: difference; */
}

/* notes */
.notes {
  margin-top: 0.8em;
  padding-left: 1em;
  font-size: 1.8rem;
  font-weight: bold;
  text-indent: -1em;
  overflow-wrap: break-word;
}
.feature-block .notes {
  width: 97%;
  margin-right: auto;
  margin-left: auto;
  color: #211816;
}
.notes a{
  color: inherit;
  text-decoration: underline;
}
.matome-img1 {
  max-width: 90rem;
  margin: 0 auto;
}
.matome-img1 .notes {

  margin-left: 10%;
}
.matome-img1 .notes.n1{
  margin-top: -11%;
}
.matome {
  margin-top: 1rem;
  padding: 5rem 0 12rem;
  background-color: #070000;
}
.matome-img3 {
  margin-top: 5rem;
}
.matome-img4 {
  margin-top: 2.4rem;
}
.btn-detail{
  margin: 2.4rem auto 0;
  max-width: 60%;
  display: block;
}

/* floating */
.floating {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 1.5rem 0;
  transition: opacity .3s, visibility .3s;
}
.floating.is-hide {
  opacity: 0;
  visibility: hidden;
}
.floating-inner {
  width: 100%;
  margin: 1.4rem auto 0;
  max-width: 96rem;
  padding-right: 4.2rem;
  padding-left: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
.floating-img1{
  max-width: 400px;
  margin: 0 auto;
}
#nav-top-area a#nav-top-btn{
  display: none;
}

/* -----------------------------------------
 レスポンシブ
------------------------------------------- */
/* tablet size */
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw/72);
  }
  body {
    font-size: 1.6rem;
  }
  a:hover {
    opacity: 1;
  }
  .wrap {
    padding-right: 3rem;
    padding-left: 3rem;
  }
} /* query end */

@media screen and (max-width: 600px) {
  html {
    font-size: calc(100vw/37.5);
  }
  body {
    font-size: 1.4rem;
  }
  .wrap {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  /* header */
  .lp-header .wrap {
    height: 4.4rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .header-logo {
    width: 10.8rem;
    margin-top: 0.4rem;
  }
  /* mv */
  .mv {
    margin-bottom: 3rem;
  }
  /* feature */
  .intro-text {
    width: 90%;
    margin-bottom: 0.6rem;
  }
  .feature-block {
    padding: 2rem 1.5rem 3rem 1.5rem;
  }
  .appeal-block {
    gap: 1rem;
  }
  .appeal-block .appeal-item {
    width: 100%;
  }
  .appeal-block .appeal-item .appeal-img {
    top: 0;
    width: 48%;
    transform: scale(1);
  }
  .appeal-graph-block {
    flex-direction: column;
    margin-top: 3rem;
    padding-bottom: 2rem;
  }
  .appeal-graph-block .appeal-img {
    width: 100%;
  }
  .appeal-graph-block .appeal-text {
    width: 83%;
    margin: 1.5rem auto 0;
    transform: translate(0.3em, 0) scale(1);
  }
  .appeal-graph-block:after {
    background-size: 0.8rem;
    height: 0.8rem;
  }
  .feature-case {
    display: block;
    width: 87%;
    margin: 1rem auto 0;
  }
  .feature-case .feature-case-item:not(:first-child) {
    margin-top: 1.5rem;
  }
  .feature-point-img1 {
    width: 101%;
    margin-top: 2.4rem;
  }
  .feature-point-img2 {
    width: 100%;
    margin: 0.5rem auto 0;
  }
  /* .feature-point-img2::before {
    padding-top: 59.62%;
  } */
  .feature-point-img2 .mask-anime {
    left: 16.2%;
    width: 83.8%;
  }
  .feature-point-img2-10g-line {
    top: 41.4%;
    left: 0;
    width: 50.6%;
  }
  .feature-point-img2-1g-line {
    top: 64.4%;
    left: 0;
    width: 97.1%;
  }
  .feature-point-img2-10g {
    top: 49.8%;
    left: 14.4%;
    width: 31.7%;
  }
  .feature-point-img2-1g {
    top: 73.6%;
    left: 51.3%;
    width: 37%;
  }
  .feature-point-img2-balloon {
    top: 14.2%;
    left: -1.2%;
    width: 86.3%;
  }
  .feature-point-img3 {
    width: 100%;
    margin: 2.5rem 0 0 auto;
  }
  .feature-point-img3::before {
    padding-top: 61.16%;
  }
  .feature-point-img3-10g-line {
    top: 0%;
    left: 0;
    width: 100%;
  }
  .feature-point-img3-1g-line {
    top: 38.6%;
    left: 0;
    width: 39.4%;
  }
  .feature-point-img3-10g {
    top: 0.4%;
    left: 0.4%;
    width: 75.9%;
  }
  .feature-point-img3-1g {
    top: 40%;
    left: 3.3%;
    width: 68.8%;
  }
  .feature-point-img3-balloon {
    top: 77%;
    left: 11.7%;
    width: 78.1%;
  }
  /* notes */
  .notes {
    font-size: 1.2rem;
  }
  .feature-block .notes {
    width: 100%;
  }
  .matome-img1 {
    max-width: 90rem;
    margin: 1rem auto 0;
  }
  .matome-img1 .notes {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .matome-img1 .notes.n1{
    margin-top: -2rem;
  }
  .matome {
    padding: 2rem 0 10rem;
  }
  .matome-img3 {
    margin-top: 3rem;
  }
  .matome-img4 {
    margin-top: 1.4rem;
  }
  .btn-detail{
    margin: 1.4rem auto 0;
    max-width: 80%;
  }
  /* floating */
  .floating {
    padding: 1rem 1.5rem;
  }
  .floating-inner {
    margin: 1rem auto 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-direction: column;
    gap: 1rem;
  }
  .floating-img1{
    max-width: 320px;
  }
}

/* -----------------------------------------
 20251210
------------------------------------------- */
.header-2019 {
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:769px) {
  #contents-area, .lyt-col-1 #contents-body {
    width: 100%;
  }
  .stage {
    padding-top: 72px;
  }
}
@media screen and (max-width:768px) {
  #str-contents {
    padding: 0;
  }
}