@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
.bg--page {
  background: url("/static/images/top/bg_fixed.jpg") no-repeat center 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
}
.bg--page #youtube-area {
  width: 100%;
  height: 100%;
  position: relative;
}
.bg--page #youtube-area::after {
  content: "";
  background: url("/static/images/common/bg_pat.png") repeat 0 0;
  background-size: 100px 100px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes header_item {
  0% {
    opacity: 0;
    transform: translate3d(0, 2rem, 0);
    color: #1262fb;
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.mainvisual {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  position: relative;
  display: block;
  overflow: hidden;
}
.mainvisual::after {
  content: "";
  background: url("/static/images/common/bg_pat.png") repeat 0 0;
  background-size: 100px 100px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .mainvisual {
    background-image: url("/static/images/top/mainvisual_sp.jpg");
    height: auto;
    padding: 28.0312907432vw 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .mainvisual {
    background-image: url("/static/images/top/mainvisual.jpg");
    min-height: 51.25vw;
    padding: 9.6875vw 0 0;
  }
}
@media only screen and (min-width: 1601px) {
  .mainvisual {
    min-height: 820px;
    padding: 155px 0 0;
  }
}
.mainvisual--title {
  width: 28.1616688396vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .mainvisual--title {
    width: 11.6875vw;
  }
}
@media only screen and (min-width: 1601px) {
  .mainvisual--title {
    width: 187px;
  }
}
.mainvisual--catch {
  letter-spacing: 0.1rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .mainvisual--catch {
    font-size: 1.9556714472vw;
    text-shadow: 0px 0px 1.8252933507vw rgba(0, 0, 0, 0.8);
    margin: 2.0860495437vw 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual--catch {
    font-size: 0.8125vw;
    text-shadow: 0px 0px 0.8125vw rgba(0, 0, 0, 0.8);
    margin: 1.25vw 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .mainvisual--catch {
    font-size: 13px;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.8);
    margin: 20px 0 0;
  }
}
.mainvisual--contents {
  padding: 0 0 8.4745762712vw;
  margin: 11.0821382008vw 0 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .mainvisual--contents {
    padding: 0 0 6.25vw;
    margin: 5vw 0 0;
  }
}
@media only screen and (min-width: 1601px) {
  .mainvisual--contents {
    padding: 0 0 100px;
    margin: 80px 0 0;
  }
}
.mainvisual--contents:before {
  display: block;
  content: "";
  background-color: rgba(157, 51, 255, 0.3);
  width: 100%;
  height: 92.5%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .mainvisual--contents:before {
    height: 90.5%;
  }
}
.mainvisual--bnr {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .mainvisual--bnr {
    width: 60.625vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.mainvisual--bnr a {
  width: 59.9739243807vw;
  margin: 5.2151238592vw auto 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .mainvisual--bnr a {
    width: 18.75vw;
    flex-basis: 18.75vw;
    margin: 1.25vw 0.625vw 0;
    transition: opacity 400ms;
  }
  .mainvisual--bnr a:hover {
    opacity: 0.8;
  }
}
.mainvisual--news {
  width: 94.9152542373vw;
  margin: 8.4745762712vw auto 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .mainvisual--news {
    width: 58.75vw;
    margin: 2.625vw auto 0;
  }
}
.mainvisual--news-tit {
  background-color: #1f1f1f;
  clip-path: polygon(0 2%, 82% 0, 100% 100%, 0% 100%);
  width: 22.1642764016vw;
  height: 8.0834419817vw;
  padding-left: 2.6075619296vw;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .mainvisual--news-tit {
    width: 6vw;
    height: 1.6875vw;
    padding-left: 0.75vw;
  }
}
.mainvisual--news-tit span {
  font-size: 4.6936114733vw;
  color: #9d33ff;
  line-height: 1;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .mainvisual--news-tit span {
    font-size: 1.25vw;
  }
}
.mainvisual--news-block {
  box-shadow: 0 1.3037809648vw 1.9556714472vw 0 rgba(0, 0, 0, 0.6);
  background-color: #1f1f1f;
  width: 100%;
  height: 33.8983050847vw;
  padding: 4.5632333768vw 4.5632333768vw 4.5632333768vw 7.8226857888vw;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .mainvisual--news-block {
    box-shadow: 0 0.3125vw 0.3125vw 0 rgba(0, 0, 0, 0.3);
    height: 8.4375vw;
    padding: 0.9375vw 1.25vw 1.25vw 3.75vw;
  }
}
.mainvisual--news-list {
  height: calc(33.8983050847vw - 9.1264667536vw);
  overflow-y: scroll;
}
@media only screen and (min-width: 768px) {
  .mainvisual--news-list {
    height: calc(8.4375vw - 2.1875vw);
  }
}
.mainvisual--news-list::-webkit-scrollbar {
  width: 3.9113428944vw;
}
@media only screen and (min-width: 768px) {
  .mainvisual--news-list::-webkit-scrollbar {
    width: 0.9375vw;
  }
}
.mainvisual--news-list::-webkit-scrollbar-track {
  background-color: #272727;
}
.mainvisual--news-list::-webkit-scrollbar-thumb {
  background-color: #9d33ff;
  width: 1.5645371578vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .mainvisual--news-list::-webkit-scrollbar-thumb {
    width: 0.4375vw;
  }
}
.mainvisual--news-list--item {
  font-size: 3.1290743155vw;
  padding: 1.9556714472vw 2.6075619296vw 1.9556714472vw 0;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .mainvisual--news-list--item {
    font-size: 0.875vw;
    padding: 0.4375vw 1.25vw 0.5vw 0;
  }
}
.mainvisual--news-list--date {
  width: 5em;
  font-weight: 500;
  line-height: 1;
  margin: 0 2.6075619296vw 0 0;
}
@media only screen and (min-width: 768px) {
  .mainvisual--news-list--date {
    margin: 0 1.0625vw 0 0;
  }
}
.mainvisual--news-list--text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #9d33ff;
  padding-bottom: 3px;
  line-height: 1.25;
  color: #9d33ff;
  transition: border-bottom 0.3s;
}
@media only screen and (min-width: 768px) {
  .mainvisual--news-list--text:hover {
    border-bottom: 1px solid transparent;
  }
}
.mainvisual--news-list--text a {
  color: #9d33ff;
}

@media only screen and (min-width: 768px) {
  .section--chara {
    background: url("/static/images/top/chara.png") no-repeat center/contain;
    width: 950px;
    height: 960px;
    margin: 0;
    position: absolute;
    top: 472px;
    left: 50%;
    margin-left: -153px;
  }
}
.section--contents.contents-pv {
  width: 100%;
  height: 156.4537157757vw;
  padding: 2.6075619296vw;
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-pv {
    height: 500px;
    padding: 30px;
  }
}
.section--contents.contents-pv .section--bg__pv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section--contents.contents-pv .section--inner {
  position: relative;
  height: 100%;
  padding: 1.9556714472vw;
  border: 0.5215123859vw solid #9d33ff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-pv .section--inner {
    padding: 10px;
    border-width: 4px;
  }
}
.section--contents.contents-pv .section--inner__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 78.2268578879vw;
  height: 13.5593220339vw;
  line-height: 13.5593220339vw;
  background: #000;
  font-size: 4.6936114733vw;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-pv .section--inner__btn {
    width: 400px;
    height: 55px;
    font-size: 20px;
    line-height: 55px;
  }
}
.section--contents.contents-pv .section--inner__btn a {
  display: block;
  color: #9d33ff;
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-pv .section--inner__btn {
    transition: all 300ms;
  }
  .section--contents.contents-pv .section--inner__btn a {
    transition: all 300ms;
  }
  .section--contents.contents-pv .section--inner__btn:hover {
    background: #9d33ff;
  }
  .section--contents.contents-pv .section--inner__btn:hover a {
    color: #000;
  }
  .section--contents.contents-pv .section--inner__btn:hover .section--inner__btn-icon {
    background: #000;
  }
  .section--contents.contents-pv .section--inner__btn:hover .section--inner__btn-icon::after {
    border-color: transparent transparent transparent #9d33ff;
  }
}
.section--contents.contents-pv .section--inner__btn-icon {
  content: "";
  position: absolute;
  right: 2.8683181226vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 7.8226857888vw;
  height: 7.8226857888vw;
  background: #9d33ff;
  border-radius: 7.8226857888vw;
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-pv .section--inner__btn-icon {
    right: 18px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    transition: all 300ms;
  }
}
.section--contents.contents-pv .section--inner__btn-icon::after {
  content: "";
  position: absolute;
  left: 2.998696219vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.8252933507vw 0 1.8252933507vw 2.6075619296vw;
  border-color: transparent transparent transparent #000;
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-pv .section--inner__btn-icon::after {
    left: 11px;
    border-width: 7px 0 7px 10px;
    transition: all 300ms;
  }
}
.section--contents.contents-pv .section--inner__frame-top, .section--contents.contents-pv .section--inner__frame-bottom {
  position: relative;
  width: 100%;
  height: 100%;
}
.section--contents.contents-pv .section--inner__frame-top::before, .section--contents.contents-pv .section--inner__frame-bottom::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.section--contents.contents-pv .section--inner__frame-top::after, .section--contents.contents-pv .section--inner__frame-bottom::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.section--contents.contents-pv .section--inner__frame-top::before {
  top: 0;
  left: 0;
  border-width: 5.2151238592vw 5.2151238592vw 0 0;
  border-color: #9d33ff transparent transparent transparent;
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-pv .section--inner__frame-top::before {
    border-width: 20px 20px 0 0;
  }
}
.section--contents.contents-pv .section--inner__frame-top::after {
  top: 0;
  right: 0;
  border-width: 0 5.2151238592vw 5.2151238592vw 0;
  border-color: transparent #9d33ff transparent transparent;
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-pv .section--inner__frame-top::after {
    border-width: 0 20px 20px 0;
  }
}
.section--contents.contents-pv .section--inner__frame-bottom::before {
  left: 0;
  bottom: 0;
  border-width: 5.2151238592vw 0 0 5.2151238592vw;
  border-color: transparent transparent transparent #9d33ff;
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-pv .section--inner__frame-bottom::before {
    border-width: 20px 0 0 20px;
  }
}
.section--contents.contents-pv .section--inner__frame-bottom::after {
  right: 0;
  bottom: 0;
  border-width: 0 0 5.2151238592vw 5.2151238592vw;
  border-color: transparent transparent #9d33ff transparent;
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-pv .section--inner__frame-bottom::after {
    border-width: 0 0 20px 20px;
  }
}
.section--contents.contents-01 {
  padding: 26.075619296vw 0 23.4680573664vw;
  z-index: 3;
}
.section--contents.contents-01::before {
  content: "";
  background: url("/static/images/top/txt_unite.png") no-repeat 0 0/contain;
  width: 21.6427640156vw;
  height: 90.8735332464vw;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.section--contents.contents-01 .main-ss {
  border: #555555 solid 0.260756193vw;
  padding: 0.9126466754vw;
  margin: 11.7340286832vw 0 0;
}
.section--contents.contents-01 .common--btn {
  margin: 26.075619296vw auto 0;
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-01 {
    padding: 185px 0 145px;
  }
  .section--contents.contents-01::before {
    width: 166px;
    height: 697px;
    right: 50%;
    top: 100px;
    margin-right: -525px;
  }
  .section--contents.contents-01 .main-ss {
    border: #555555 solid 2px;
    padding: 10px;
    width: 770px;
    margin: 85px auto 0;
  }
  .section--contents.contents-01 .common--btn {
    margin: 115px auto 0;
  }
}
.section--contents.contents-02 {
  padding: 26.075619296vw 0 4.5632333768vw;
  z-index: 4;
}
.section--contents.contents-02::before {
  content: "";
  background: url("/static/images/top/bg_diagonal01_sp.png") no-repeat 0 0/contain;
  width: 100vw;
  height: 156.4537157757vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-02 {
    padding: 110px 0 288px;
    z-index: 2;
  }
  .section--contents.contents-02::before {
    background: url("/static/images/top/bg_diagonal01.png") no-repeat 0 0/cover;
    width: 3840px;
    height: 2140px;
  }
}
.section--contents.contents-03 {
  background-color: #000;
  padding: 53.4550195567vw 0 39.1134289439vw;
  margin: -39.1134289439vw 0 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .section--contents.contents-03 .section--palla-img {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -26.075619296vw;
  }
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-03 {
    background-color: transparent;
    padding: 0;
    margin: 0;
    z-index: 3;
  }
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-03 .block-database {
    min-height: 420px;
    padding: 0 50px;
    display: flex;
    align-items: center;
  }
  .section--contents.contents-03 .block-database .section--flex-01 {
    margin: 0 46.875vw 0 0;
  }
  .section--contents.contents-03 .block-database .section--flex-02 {
    min-height: 420px;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(850px);
  }
  .section--contents.contents-03 .block-database .section--flex-02 .section--img {
    margin: 0;
  }
}
@media only screen and (min-width: 1601px) {
  .section--contents.contents-03 .block-database .section--flex-01 {
    margin: 0 750px 0 0;
  }
}
.section--contents.contents-04 {
  background-color: #000;
  padding: 0 0 14.9934810952vw;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-04 .section--palla-img {
    position: absolute;
    z-index: -1;
    left: auto;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 60.625vw;
    top: -200px;
    clip-path: polygon(0 43%, 100% 0, 100% 100%, 0 57%);
  }
}
@media only screen and (min-width: 1601px) {
  .section--contents.contents-04 .section--palla-img {
    height: 970px;
    top: -200px;
  }
}
.section--contents.contents-04 .section--caution {
  color: #fff;
  text-align: center;
  font-size: 2.8683181226vw;
  margin-top: 14.9934810952vw;
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-04 .section--caution {
    font-size: 16px;
    margin-top: 115px;
  }
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-04 {
    padding: 0 0 115px;
    margin: 0;
  }
  .section--contents.contents-04::before {
    content: "";
    background: url("/static/images/top/bg_diagonal03.png") no-repeat 0 0/cover;
    width: 3840px;
    height: 1278px;
    display: block;
    position: absolute;
    top: -1278px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
  }
}
.section--contents.contents-04 .block-event {
  padding: 26.075619296vw 0 0;
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-04 .block-event {
    padding: 460px 50px 0;
  }
  .section--contents.contents-04 .block-event .section--flex-01 {
    margin: 0 46.875vw 0 0;
  }
  .section--contents.contents-04 .block-event .section--flex-02,
  .section--contents.contents-04 .block-event .section--flex-03 {
    min-height: 420px;
    position: relative;
  }
  .section--contents.contents-04 .block-event .section--flex-02 .section--img,
  .section--contents.contents-04 .block-event .section--flex-03 .section--img {
    min-height: 420px;
    position: absolute;
    top: 0;
  }
  .section--contents.contents-04 .block-event .section--flex-02 {
    margin-top: 85px;
  }
  .section--contents.contents-04 .block-event .section--flex-02 .section--img {
    left: 50%;
    transform: translateX(-850px);
  }
  .section--contents.contents-04 .block-event .section--flex-03 {
    margin-top: 40px;
  }
  .section--contents.contents-04 .block-event .section--flex-03 .section--img {
    right: 50%;
    transform: translateX(850px);
  }
}
@media only screen and (min-width: 1601px) {
  .section--contents.contents-04 .block-event .section--flex-01 {
    margin: 0 750px 0 0;
  }
}
.section--contents.contents-04 .block-asset {
  padding: 15.6453715776vw 0 25.4237288136vw;
}
@media only screen and (min-width: 768px) {
  .section--contents.contents-04 .block-asset {
    min-height: 420px;
    padding: 0 50px;
    margin: 260px auto 200px;
  }
  .section--contents.contents-04 .block-asset .section--flex-01 {
    margin: 0 0 0 46.875vw;
  }
  .section--contents.contents-04 .block-asset .section--flex-02 {
    min-height: 420px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-850px);
  }
}
@media only screen and (min-width: 1601px) {
  .section--contents.contents-04 .block-asset .section--flex-01 {
    margin: 0 0 0 750px;
  }
}
.section--ex {
  background-color: #000;
  position: relative;
  z-index: 1;
}
.section--ex-title {
  width: 165.3194263364vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .section--ex-title {
    width: 79.375vw;
    left: 50%;
    margin-left: -39.6875vw;
  }
}
@media only screen and (min-width: 1601px) {
  .section--ex-title {
    width: 1270px;
    margin-left: -635px;
  }
}
.section--ex .block-ex {
  padding: 11.0821382008vw 0 26.075619296vw;
  position: relative;
}
.section--ex .block-ex .section--flex-01 {
  padding: 0 2.6075619296vw;
  pointer-events: none;
}
.section--ex .block-ex .section--flex-02 {
  padding: 7.1707953064vw 14.6023468057vw 0;
  display: flex;
}
.section--ex .block-ex .section--flex-02 .section--img {
  width: 56.0625814863vw;
  height: auto;
  margin: 0;
}
.section--ex .block-ex .section--flex-02 .section--character {
  width: 31.5514993481vw;
  margin: 0 0 0 -16.9491525424vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section--ex .block-ex {
    width: 87.5vw;
    padding: 4.5625vw 0 0;
    margin: 0 auto;
    display: flex;
  }
  .section--ex .block-ex .section--flex-01 {
    flex-basis: 43.75vw;
    padding: 0;
    margin-left: 4.0625vw;
    order: 2;
  }
  .section--ex .block-ex .section--flex-01 .section--h2-tit {
    font-size: 2.25vw;
    margin: 1.5625vw 0 2.1875vw;
  }
  .section--ex .block-ex .section--flex-01 .section--h2-tit span {
    padding: 0 0 1.875vw;
  }
  .section--ex .block-ex .section--flex-02 {
    flex-basis: 39.6875vw;
    padding: 0 0 0 3.625vw;
    order: 1;
  }
  .section--ex .block-ex .section--flex-02 .section--img {
    width: 26.875vw;
  }
  .section--ex .block-ex .section--flex-02 .section--character {
    width: 15.125vw;
    margin: 0 0 0 -6.0625vw;
    z-index: 2;
  }
  .section--ex .block-ex .common--btn {
    position: absolute;
    bottom: 13.4375vw;
    left: 43.75vw;
  }
  .section--ex .block-ex .common--btn a {
    width: 25vw;
    height: 3.75vw;
    font-size: 1.25vw;
    padding: 0 0.9375vw;
  }
}
@media only screen and (min-width: 1601px) {
  .section--ex .block-ex {
    width: 1400px;
    padding: 73px 0 0;
  }
  .section--ex .block-ex .section--flex-01 {
    flex-basis: 700px;
    margin-left: 65px;
  }
  .section--ex .block-ex .section--flex-01 .section--h2-tit {
    font-size: 36px;
    margin: 25px 0 35px;
  }
  .section--ex .block-ex .section--flex-01 .section--h2-tit span {
    padding: 0 0 30px;
  }
  .section--ex .block-ex .section--flex-02 {
    flex-basis: 635px;
  }
  .section--ex .block-ex .section--flex-02 .section--img {
    width: 430px;
  }
  .section--ex .block-ex .section--flex-02 .section--character {
    width: 242px;
    margin: 0 0 0 -97px;
  }
  .section--ex .block-ex .common--btn {
    position: absolute;
    bottom: 215px;
    left: 700px;
  }
  .section--ex .block-ex .common--btn a {
    width: 400px;
    height: 60px;
    font-size: 20px;
    padding: 0 15px;
  }
}
.section--fanhub {
  background: url("/static/images/top/bg_fanhub.jpg") no-repeat center 0;
  background-size: cover;
  background-color: #000;
  padding: 40.4172099087vw 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section--fanhub {
    background-size: contain;
    width: 100%;
    padding: 17.5vw 0;
  }
}
@media only screen and (min-width: 1601px) {
  .section--fanhub {
    padding: 280px 0;
  }
}
.section--forum {
  background: url("/static/images/common/bg_pat_p.png") repeat 0 0;
  background-size: 100px 100px;
  padding: 11.0821382008vw 2.6075619296vw 36.5058670143vw;
  position: relative;
}
.section--forum .section--h2-tit::after {
  content: none;
}
.section--forum .common--btn {
  margin: 7.8226857888vw 0 0;
}
@media only screen and (min-width: 768px) {
  .section--forum {
    text-align: center;
    padding: 55px 50px 55px;
  }
  .section--forum .common--btn {
    display: inline-block;
    margin: 0 20px;
  }
  .section--forum .common--btn a {
    width: 25vw;
  }
}
@media only screen and (min-width: 1601px) {
  .section--forum .common--btn a {
    width: 400px;
  }
}

.main-swiper {
  position: relative;
  width: 100vw;
  height: 34.1590612777vw;
  margin: 12.3859191656vw 0 0;
  overflow: hidden;
}
.main-swiper .swiper {
  width: 100%;
  height: 34.1590612777vw;
}
.main-swiper .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.main-swiper .swiper .swiper-slide {
  width: 61.147327249vw;
  height: 34.1590612777vw;
  margin: 0 1.3037809648vw;
}
@media only screen and (min-width: 768px) {
  .main-swiper {
    height: 264px;
    margin: 100px auto 0;
  }
  .main-swiper .swiper {
    width: 100%;
    height: 264px;
  }
  .main-swiper .swiper .swiper-wrapper {
    height: 264px;
  }
  .main-swiper .swiper .swiper-slide {
    width: 470px !important;
    height: 264px;
    margin: 0 5px;
  }
}

.sub-swiper {
  position: relative;
  overflow: hidden;
}
.sub-swiper .swiper .swiper-wrapper {
  transition-timing-function: ease;
  /* ease-in を指定する例 */
}
.sub-swiper .swiper .swiper-slide {
  filter: drop-shadow(2px 10px 18px rgba(0, 0, 0, 0.4));
}
@media only screen and (max-width: 767px) {
  .sub-swiper .swiper .swiper-slide .section--inner {
    margin: 0 0 12.3859191656vw;
  }
}
@media only screen and (min-width: 768px) {
  .sub-swiper .swiper .swiper-slide .section--inner {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-swiper .swiper {
    padding: 0 7.8226857888vw;
  }
  .sub-swiper .swiper .swiper-wrapper {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .sub-swiper {
    max-width: 1600px;
  }
  .sub-swiper .swiper {
    padding: 0 100px;
  }
  .sub-swiper .swiper .swiper-wrapper {
    height: auto;
  }
}
@media only screen and (min-width: 1601px) {
  .sub-swiper .swiper {
    padding: 0 150px;
  }
}

@keyframes line_top {
  0% {
    opacity: 1;
  }
  40% {
    transform: translateY(100%);
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  49% {
    opacity: 0;
    transform: translateY(-100%);
  }
  50% {
    opacity: 1;
    transform: translateY(-100%);
  }
}
@keyframes i {
  0% {
    transform: scale3d(0.9, 0.9, 0.9);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.common--scroll__text {
  overflow: hidden;
}
.common--scroll__text:after {
  animation: line_top 2s ease infinite;
}

.main-swiper--modal {
  display: flex;
}

.sub-swiper .swiper-slide {
  transform-style: preserve-3d;
  perspective: 500px;
  perspective-origin: bottom;
  position: relative;
}
.sub-swiper .swiper-slide .swiper-image {
  transform: rotateX(6deg) translateZ(1em);
  transition: transform 1s ease 0s;
}
.sub-swiper .swiper-slide .swiper-image:hover {
  transform: rotateX(2deg) translateZ(1em);
}

.section--inner {
  transition: 300ms;
}
.section--inner.off {
  opacity: 0;
  transform: translateY(20px);
}
.section--chara {
  opacity: 0;
  transition: 300ms;
}
.section--chara.on {
  opacity: 1;
}

.js--fade {
  opacity: 0;
}
.js--fade.on {
  animation-name: fadeUpAnime;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes fadeUpAnime {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
.js--scroll,
.js--scroll-scale {
  transform: scale3d(0.9, 0.9, 0.9);
  transform-origin: center;
  transition: 300ms;
  opacity: 0;
}
.js--scroll.on,
.js--scroll-scale.on {
  transform: scale3d(1, 1, 0.1);
  opacity: 1;
}

.swiper-wrapper.stop {
  transition-duration: 0ms !important;
}

@media only screen and (min-width: 768px) {
  .feature {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(1, 1fr);
    align-items: center;
    grid-auto-flow: dense;
  }
  .feature .feature-image {
    position: relative;
    grid-column-start: 6;
    grid-column-end: span 5;
    min-height: 420px;
    margin: 0;
  }
  .feature .feature-image img {
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    max-width: none;
    right: auto;
    left: 0;
  }
  .feature .feature-reversed .feature-body {
    grid-column-start: 1;
  }
}
.steam {
  background-color: #282e39;
  padding: 5.8670143416vw 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .steam {
    padding: 40px 0 45px;
  }
}

.machine-spec {
  font-size: 2.6075619296vw;
  line-height: 1.65;
  padding: 0 4.5632333768vw;
  margin: 0 0 3.9113428944vw;
}
@media only screen and (min-width: 768px) {
  .machine-spec {
    font-size: 12px;
    padding: 0 2.1875vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 900px) {
  .machine-spec {
    width: 830px;
    padding: 0;
  }
}
.machine-spec__tit {
  padding: 0 0 1.3037809648vw;
  margin: 0 0 1.9556714472vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .machine-spec__tit {
    padding: 0 0 10px;
    margin: 0 0 15px;
  }
}
.machine-spec__tit span {
  font-size: 3.3898305085vw;
  letter-spacing: 0.2rem;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .machine-spec__tit span {
    font-size: 16px;
  }
}
.machine-spec__tit::after {
  content: "";
  background: #9d33ff;
  width: 5.2151238592vw;
  height: 0.260756193vw;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .machine-spec__tit::after {
    width: 20px;
    height: 2px;
  }
}
.machine-spec__list {
  padding: 0 0 2.6075619296vw;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .machine-spec__list {
    padding: 0 0 20px;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .machine-spec__list-item {
    flex-basis: 48%;
  }
}
.machine-spec__list-item:last-child {
  margin: 2.6075619296vw 0 0;
}
@media only screen and (min-width: 768px) {
  .machine-spec__list-item:last-child {
    margin: 0 0 0 4%;
  }
}
.machine-spec__list-tit {
  font-size: 2.8683181226vw;
  font-weight: 900;
  margin: 0 0 0.6518904824vw;
}
@media only screen and (min-width: 768px) {
  .machine-spec__list-tit {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.machine-spec__list-text {
  padding: 0 0 0 0.5em;
}
.machine-spec__list-detail {
  padding: 0 0 0 0.5em;
}
.machine-spec__list-detail span {
  width: 7.5em;
  text-align: justify;
  margin-right: 0.5em;
  display: inline-block;
  position: relative;
}
.machine-spec__list-detail span::after {
  content: "：";
  display: inline-block;
  position: absolute;
  right: 0;
}

.buy-item--tit {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 3.259452412vw;
  margin: 5.2151238592vw auto 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .buy-item--tit {
    width: 830px;
    padding: 0 0 20px;
    margin: 40px auto 0;
  }
}
.buy-item--tit span {
  font-size: 3.9113428944vw;
  letter-spacing: 0.2rem;
  text-align: center;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .buy-item--tit span {
    font-size: 20px;
  }
}
.buy-item--tit::after {
  content: "";
  background: #9d33ff;
  width: 7.8226857888vw;
  height: 0.5215123859vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media only screen and (min-width: 768px) {
  .buy-item--tit::after {
    width: 35px;
    height: 3px;
  }
}
.buy-item--l-bnr {
  border: 1.0430247718vw solid #000;
  box-shadow: 0 0 1.3037809648vw rgba(0, 0, 0, 0.4);
  width: 80%;
  margin: 3.9113428944vw auto 0;
}
@media only screen and (min-width: 768px) {
  .buy-item--l-bnr {
    border: 4px solid #000;
    width: 830px;
    margin: 20px auto 0;
  }
}
.buy-item--l-bnr a {
  transition: 0.3s;
  display: block;
}
@media only screen and (min-width: 768px) {
  .buy-item--l-bnr a:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 768px) {
  .buy-item--list {
    width: 830px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
}
.buy-item--bnr {
  box-shadow: 0 0 1.9556714472vw rgba(0, 0, 0, 0.4);
  width: 80%;
  margin: 3.9113428944vw auto 0;
}
@media only screen and (max-width: 767px) {
  .buy-item--bnr:not(:first-child) {
    margin: 2.6075619296vw auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .buy-item--bnr {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    width: 400px;
    margin: 15px 0 0;
  }
  .buy-item--bnr:nth-child(even) {
    margin: 15px 0 0 30px;
  }
}
.buy-item--bnr a {
  transition: 0.3s;
  display: block;
}
@media only screen and (min-width: 768px) {
  .buy-item--bnr a:hover {
    opacity: 0.8;
  }
}

.en .machine-spec__list-detail span {
  width: 5.5em;
}
.en .machine-spec__list-detail span::after {
  content: ":";
}


/* container */
.buy-item--list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.3vw auto 0;
}

@media only screen and (min-width: 768px) {
  .buy-item--list2 {
    width: 860px;
    margin: 5px auto 0;
  }
}

/* wide banner */
.buy-item--list2 .buy-item--l-bnr2 {
  border: 1.0430247718vw solid #000;
  box-shadow: 0 0 1.3037809648vw rgba(0, 0, 0, 0.4);
  width: 80%;
  margin: 2.6vw auto 0;
}

@media only screen and (min-width: 768px) {
  .buy-item--list2 .buy-item--l-bnr2 {
    border: 4px solid #000;
    width: 830px;
    margin: 15px 15px 0;
  }
}

@media only screen and (min-width: 768px) {
  .buy-item--list2 .buy-item--l-bnr2 .small {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .buy-item--list2 .buy-item--l-bnr2 .large {
    display: none;
  }
}

.buy-item--list2 .buy-item--l-bnr2 a {
  transition: 0.3s;
  display: block;
}

.buy-item--list2 .buy-item--l-bnr2 a:hover {
  opacity: 0.8;
}

/* narrow banner */
.buy-item--list2 .buy-item--bnr2 {
  box-shadow: 0 0 1.9556714472vw rgba(0, 0, 0, 0.4);
  width: 80%;
  margin: 2.6vw auto 0;
}

@media only screen and (min-width: 768px) {
  .buy-item--list2 .buy-item--bnr2 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    width: 400px;
    margin: 15px 15px 0;
  }
}

.buy-item--list2 .buy-item--bnr2 a {
  transition: 0.3s;
  display: block;
}

.buy-item--list2 .buy-item--bnr2 a:hover {
  opacity: 0.8;
}

/* top-sections-background */

.bg-ss-01 {
  background-image: url("/static/images/top/ss_01.jpg");
}

.bg-ss-02 {
  background-image: url("/static/images/top/ss_02.jpg");
}

.bg-ss-03 {
  background-image: url("/static/images/top/ss_03.gif");
}

.bg-ss-02-en {
  background-image: url("/static/images/top/ss_02_en.jpg");
}