body {
  color: #fff;
  background-color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-feature-settings: "palt";
}

a {
  color: #4c00ff;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: #4c00ff;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

a.tn_link {
  font-family: "owners-xwide", sans-serif;
  font-weight: 800;
  color: #aa9dab;
  text-decoration: none;
  transition: all 0.3s ease;
}

a.tn_link:hover {
  color: #fff;
  text-decoration: none;
}

a.map_link {
  padding: 0 0 0 0.3em;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}

a.map_link:hover {
  color: #4c00ff;
  text-decoration: none;
  vertical-align: middle;
}

.bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/common/bg-black.png);
  background-repeat: repeat-y;
  background-position: top left;
  background-size: 100% auto;
  z-index: -1;
  pointer-events: none;
}

.scene {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
  animation: flip 6s ease-in-out infinite;
  animation-delay: 1s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  transform-style: preserve-3d;
  z-index: 1;
}

@keyframes flip {
  0% {
    transform: translate(-50%, -50%) rotateY(0deg);
  }

  20% {
    transform: translate(-50%, -50%) rotateY(360deg);
  }

  100% {
    transform: translate(-50%, -50%) rotateY(360deg);
  }
}

.wrap {
  position: relative;
  overflow: hidden;
}

.sec-bg {
  background-image: url(../img/common/bg-purple.png);
  background-position: top right;
  background-repeat: repeat-y;
  background-size: 50% auto;
  background-color: #aa9dab;
}

.sec-bg-z {
  position: relative;
  z-index: 3;
}

.content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.inner {
  position: relative;
  width: 100%;
}

.inner-btm {
  padding: 0 0 6rem;
}

.heading {
  position: relative;
  top: -0.1em;
  width: 100%;
  margin: 0 0 4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "owners-xwide", sans-serif;
  font-weight: 900;
  font-size: 70px;
  letter-spacing: 0.02em;
  vertical-align: middle;
  line-height: 1;
}

.t-b {
  color: #000;
}

.t-w {
  color: #aa9dab;
}

.t-p {
  color: #aa9dab;
}

.bg-b {
  background-color: #000;
}

.bg-p {
  background-color: #aa9dab;
}

.border-b {
  border-left: #000 solid 10px;
}

.border-p {
  border-left: #aa9dab solid 10px;
}

.border-none {
  border-left: transparent solid 10px;
}

.frame-wrap {
  width: 100%;
}

.frame {
  position: relative;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0 0 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.frame-btm {
  margin: 0 0 4rem;
}

.frame:last-child {
  margin: 0;
}

.frame-text {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 2rem;
}

.cat {
  width: 20%;
  margin: 0 3% 0 0;
  padding: 0.2em 1em;
  font-size: 10px;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.cont {
  width: 77%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 500;
  transform: translateY(-0.4em);
}

.note {
  width: 100%;
  margin: .6rem 0 0;
}

.note p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}

.int {
  padding-left: 1em;
  text-indent: -1em;
}

.btn-box {
  width: 100%;
  margin: 2rem 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.button {
  position: relative;
  width: 240px;
  margin: 0 2rem 0 0;
  padding: .5rem;
  border: #000 solid 2px;
  background-color: #fff;
  transition: all 0.3s;
}

.button a::before {
  content: "";
  display: block;
  padding-top: 22%;
}

.button a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 0 0 1em;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border: #000 solid 1px;
  background-image:
    url(../img/common/btn-bg.png),
    url(../img/common/btn-bg.png),
    url(../img/common/btn-bg.png),
    url(../img/common/btn-bg.png),
    url(../img/common/btn-arrow.png);
  background-position:
    top 4% left 1%,
    top 4% right 1%,
    bottom 4% left 1%,
    bottom 4% right 1%,
    center right 6%;
  background-size:
    1.5% auto,
    1.5% auto,
    1.5% auto,
    1.5% auto,
    3% auto;
  background-repeat: no-repeat;
}

.button-off {
  position: relative;
  width: 240px;
  margin: 0 1rem 0 0;
  padding: .5rem;
  border: #000 solid 2px;
  background-color: #777;
  transition: all 0.3s;
}

.off {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 0 0 1em;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border: #000 solid 1px;
  background-image:
    url(../img/common/btn-bg.png),
    url(../img/common/btn-bg.png),
    url(../img/common/btn-bg.png),
    url(../img/common/btn-bg.png),
    url(../img/common/btn-arrow.png);
  background-position:
    top 4% left 1%,
    top 4% right 1%,
    bottom 4% left 1%,
    bottom 4% right 1%,
    center right 6%;
  background-size:
    1.5% auto,
    1.5% auto,
    1.5% auto,
    1.5% auto,
    3% auto;
  background-repeat: no-repeat;
}

.off::before {
  content: "";
  display: block;
  padding-top: 22%;
}

.comingsoon {
  height: 180px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: rgba(255, 255, 255, 0.3);
  font-family: "owners-xwide", sans-serif;
  font-weight: 900;
  font-size: 50px;
}


@media screen and (min-width: 1px) and (max-width: 743px) {
  .pc_display {
    display: none;
  }

  .pc {
    display: none;
  }

  .bg-fixed {
    width: 100%;
    background-size: 100% auto;
  }

  .symbol {
    width: 90%;
  }

  .sec-bg {
    background-size: 100% auto;
  }

  .sec-bg-z {
    position: relative;
    z-index: 3;
  }

  .content {
    width: 100%;
  }

  .inner {
    position: relative;
    width: 100%;
  }

  .inner-btm {
    padding: 0 5% 3rem 0;
  }

  .heading {
    top: -0.1em;
    margin: 0 0 3rem;
    font-size: 11vw;
  }

  .border-b {
    border-left: #000 solid 8px;
  }

  .border-p {
    border-left: #aa9dab solid 8px;
  }

  .border-none {
    border-left: transparent solid 8px;
  }

  .frame-wrap {
    width: 100%;
  }

  .frame {
    margin: 0 0 1rem;
    padding: 0 0 0 1.5rem;
  }

  .frame-btm {
    margin: 0 0 4rem;
  }

  .frame-text {
    font-size: 4.6vw;
    margin: 0 0 1.5rem;
  }

  .cat {
    width: 50%;
    margin: 0 0 1em 0;
    padding: 0.1em 1em;
    font-size: 3vw;
  }

  .cont {
    width: 100%;
    font-size: 4.2vw;
    transform: translateY(0);
  }

  .note {
    width: 100%;
    margin: .6rem 0 0;
  }

  .note p {
    margin: 0;
    font-size: 2.8vw;

  }

  .int {
    padding-left: 1em;
    text-indent: -1em;
  }

  .btn-box {
    margin: 1.5rem 0 0;
  }

  .button {
    width: 80%;
    margin: 0;
    padding: .5rem;
  }

  .button-top {
    margin: 1rem 0 0;
  }

  .button a::before {
    content: "";
    display: block;
    padding-top: 18%;
  }

  .button a {
    padding: 0 0 0 1em;
    font-size: 3.6vw;
    background-position:
      top 5% left 1%,
      top 5% right 1%,
      bottom 5% left 1%,
      bottom 5% right 1%,
      center right 6%;
  }

  .button-off {
    width: 80%;
    margin: 0;
    padding: .6rem;
  }

  .off {
    padding: 0 0 0 1em;
    font-size: 3.6vw;
    background-position:
      top 5% left 1%,
      top 5% right 1%,
      bottom 5% left 1%,
      bottom 5% right 1%,
      center right 6%;
  }

  .off::before {
    content: "";
    display: block;
    padding-top: 20%;
  }

  .comingsoon {
    height: 80px;
    padding: 0 0 0 8%;
    font-size: 8vw;
    text-align: center;
  }

}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .sp_display {
    display: none;
  }

  .sp {
    display: none;
  }

  .symbol {
    width: 80%;
  }

  .cont {
    font-size: 2vw;
    transform: translateY(-0.28em);
  }

  .heading {
    top: -0.15em;
    margin: 0 0 4rem;
    font-size: 7vw;
  }

  .comingsoon {
    min-height: 100px;
    font-size: 5vw;
  }

}

@media screen and (min-width: 1025px) {
  .sp_display {
    display: none;
  }

  .sp {
    display: none;
  }

  .sp_br {
    display: none;
  }

  .button:hover {
    background-color: #c7afc9;
  }

  .alpha a {
    display: block;
  }

  .alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  .alpha a {
    display: block;
  }

  .alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  a.btn-hover img {
    -webkit-transition: -weblit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  a.btn-hover img:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}