#space {
  min-width: 950px;
  padding-bottom: 130px;
  background-image: url(../img/pc/ph.png), url(../img/pc/bg.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center top, center;
}
#space .sp {
  display: none;
}
#space p {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  color: #fff;
}
#space .bold {
  font-weight: bold;
}
#space .inner {
  width: 950px;
  margin: 0 auto;
  position: relative;
  display: block;
}
#space #mv {
  margin-bottom: 100px;
}
#space #mv .inner {
  height: 725px;
}
#space #mv .copy {
  width: calc(1188px / 2);
  height: calc(140px / 2);
  display: block;
  background-image: url(../img/pc/copy.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 95px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#space #mv h2 {
  width: calc(1006px / 2);
  height: calc(240px / 2);
  display: block;
  background-image: url(../img/pc/h2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#space #mv .lead {
  font-size: 16px;
  font-weight: bold;
  line-height: calc(32 / 16);
  text-align: center;
  letter-spacing: 0.1em;
  position: absolute;
  top: 370px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#space #main h3 {
  width: calc(1380px / 2);
  height: calc(114px / 2);
  display: block;
  background-image: url(../img/pc/h3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#space #main .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
#space #main p {
  width: 380px;
}
#space #main .graph {
  margin: 0;
  width: calc(1056px / 2);
}
#space #main .graph img {
  width: 100%;
}
#space #main .graph figcaption {
  font-size: 11px;
  color: #fff;
  line-height: calc(28 / 11);
  text-align: right;
  margin-top: 20px;
}
#space #main ul {
  display: flex;
  flex-wrap: wrap;
}
#space #main ul li {
  width: calc(900px / 2);
  margin: 0 50px 70px 0;
  position: relative;
  transition: all 0.4s;
}
#space #main ul li:nth-of-type(2n) {
  margin-right: 0;
}
#space #main ul li.large {
  width: 100%;
  margin: 0;
}
#space #main ul li:not(.comingsoon):hover {
  box-shadow: 0 0 16px rgba(71, 218, 255, 0.5);
  background-color: rgba(71, 218, 255, 0.25);
}
#space #main ul li.large:not(.comingsoon):hover {
  box-shadow: 0 0 16px #47daff;
  background-color: rgba(71, 218, 255, 0.5);
}
#space #main ul li.comingsoon::after {
  content: "Coming Soon";
  position: absolute;
  left: 0;
  margin: 0 auto;
  bottom: -2.5em;
  font-size: 12px;
  line-height: 2.5em;
  text-align: right;
  color: #fff;
}
#space #main ul li.comingsoon a {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.75;
}
#space #main ul li img {
  width: 100%;
}
