@charset "utf-8";

/***
font
font-family: "westsac", sans-serif;
font-weight: 400;

font-family: "isego", sans-serif;
font-weight: 700;

****/

body {
  color: #fff;
  font-family: "zen-antique-soft", sans-serif;
  background-color: #000;
}
.siteContent {
  overflow: hidden;
}

.img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ilblk {
  display: inline-block;
}

*:focus {
  outline: none;
}

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

.inner-1240 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.inner-1100 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

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

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

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
  .inner-1440 {
    width: 92%;
  }
}
