@charset "utf-8";
/* CSS Document */
/* ここにSP～767px 
=======================================*/
h1#logo {
  display: none;
}
.mv-visual {
  background: #000 url("library/front/img/bg-mv.webp")no-repeat center top;
  background-attachment: fixed;
  background-size: contain;
  content: "";
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: -1;
}
.mv {
  position: relative;
  margin-inline: auto;
  width: 100%;
  margin: 0 0 0 auto;
  background-size: contain;
  height: 600px;
  max-height: 90vh;
}
.mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent linear-gradient(149deg, #790f0f 0%, #211e55 100%) 0% 0% no-repeat padding-box;
  display: block;
  opacity: 0.4;
}
.mv-catch_img {
  width: 50%;
  height: 100%;
  max-width: 252px;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 20%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
/* =======================================*/
.main {
  position: relative;
  overflow: hidden;
  background: rgb(8 8 8 / 80%);
  color: #fff;
}
body {
  position: relative;
}
.main section h2 {
  color: #160b1b;
  background: #a3a3a3;
}
.main .container p {
  margin: 1em 0;
}
.main a:link {
  color: #fff;
  text-decoration: none;
}
/* =======================================*/
.main ul {
  margin: 1em 0;
}
.main li {
  text-indent: -1em;
  margin-left: 1em;
}
.main li::before {
  content: "・";
}
/* 以下PC
=======================================
======================================= */
/* ここに768px以上の範囲のスタイルを記述 768~1024pxが適用範囲 */
@media screen and (min-width: 768px) {
  .mv-catch_img {
    left: 15%;
    right: auto;
    max-width: 252px;
    margin: 0 auto;
    align-items: center;
}
}
/* 
@media screen and (min-width: 1025px) {
  ここに1025px以上の範囲のスタイルを記述 1025以上適用範囲
}
 */