@charset "utf-8";

/******
フォント

Metal Mania
Zen Antique Soft Regular
異世ゴ
Noto Sans JP
*******/

.f-metal {
  font-family: "Metal Mania", system-ui;
  font-weight: 400;
  font-style: normal;
}
.f-zen {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
}
.f-isego {
  font-family: isego, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fgo {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Zen Antique Soft", serif;
  font-size: clamp(16px, 2.08vw, 20px);
  font-weight: 400;
  font-style: normal;
  line-height: 1.84;
  letter-spacing: 0;
  color: #fff;
  background: #000;
}
main {
  overflow-x: clip;
}
.img {
  width: 100%;
  height: auto;
}
.img-cnt {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.img-cvr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

.inner-1200 {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner-1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.secttl {
  font-family: "isego", sans-serif;
  font-size: clamp(36px, 4.69vw, 45px);
  font-weight: 700;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.txt-c {
  text-align: center;
}
.txt-c span {
  display: inline-block;
}
.txtclr-bk {
  color: #000;
}
.txtclr-wh {
  color: #fff;
}
.bg-red {
  background: #c3140a;
}
.bg-bk {
  background: #000;
}
.p-rltv {
  position: relative;
}
.btn {
  font-size: clamp(18px, 4.8vw, 25px);
  line-height: 1.2;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  width: 100%;
  max-width: 400px;
  padding: 30px 1em;
  background-color: #c3140a;
  border-radius: 45px;
  position: relative;
  transition: all 0.3s;
}
.btn:hover {
  color: #000;
  background: #fff !important;
}
.btn span {
  width: 100%;
  max-width: 298px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.12em;
}

.btn span::after {
  content: "";
  width: 6.5%;
  height: 1.2em;
  background: url("../imgs/btn_arrow.png") center center / contain no-repeat;
  display: block;
  transition: all 0.3s;
}
.btn:hover span::after {
  background: url("../imgs/btn_arrow_hv.png") center center / contain no-repeat;
}
/* ===========
inview
============== */
.inv_mov {
  opacity: 0;
  /* transition: opacity 1s, transform 1s; */
}

.tl_yb {
  transform: translate(0, 60px);
}
.tl_yt {
  transform: translate(0, -60px);
}
.tl_xl {
  transform: translate(-60px, 0);
}
.tl_xr {
  transform: translate(60px, 0);
}
.tl_rol {
  transform: rotate(-10deg);
}
.tl_ror {
  transform: rotate(10deg);
}
.tl_xt {
  transform: rotateX(180deg);
}
/*.tl_yt {
  transform: rotateY(180deg);
}*/

.mov {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: opacity 1s, transform 0.8s;
}
.mov.delay100 {
  transition-delay: 100ms;
}
.mov.delay200 {
  transition-delay: 200ms;
}
.mov.delay300 {
  transition-delay: 300ms;
}
.mov.delay400 {
  transition-delay: 400ms;
}
.mov.delay500 {
  transition-delay: 500ms;
}
.mov.delay600 {
  transition-delay: 600ms;
}
.mov.delay700 {
  transition-delay: 700ms;
}
.inv_bld img {
  opacity: 0;
}
.inv_bld img.paint {
  opacity: 1;
}
@media screen and (max-width: 750px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}
