@charset "UTF-8";
/*==================================================*/
/* 前提css */
/*==================================================*/
a, article, blockquote, body, caption, dd, div, dl, dt, footer, h1, h2, h3, h4, h5, h6, header, html, iframe, img, li, nav, ol, p, pre, section, small, span, strong, table, td, th, tr, ul, figure {
  background: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: bottom; }

a, small, span, strong {
  vertical-align: baseline; }

article, footer, header, nav, section {
  display: block; }

li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address, th {
  font-style: normal; }

:focus, a:focus {
  outline: 0; }

br {
  letter-spacing: normal; }

textarea {
  resize: none; }

a {
  text-decoration: none; }

main img {
  height: auto;
  width: 100%; }

/*==================================================*/
/* レスポンシブ用css */
/*==================================================*/
.pc {
  display: block; }
  .pc.inline {
    display: inline; }
  .pc.flex {
    display: flex; }

.sp {
  display: none; }
  .sp.inline {
    display: none; }
  .sp.flex {
    display: none; }

@media (max-width: 750px) {
  .pc {
    display: none; }
    .pc.inline {
      display: none; }
    .pc.flex {
      display: none; }

  .sp {
    display: block; }
    .sp.inline {
      display: inline; }
    .sp.flex {
      display: flex; } }
/*==================================================*/
/* アニメーション用css */
/*==================================================*/
/*==================================================*/
/*==============================================================*/
/* アニメーション */
/*==============================================================*/
@-webkit-keyframes bright {
  0% {
    filter: brightness(0.2); }
  100% {
    filter: brightness(1); } }
@-moz-keyframes bright {
  0% {
    filter: brightness(0.2); }
  100% {
    filter: brightness(1); } }
@keyframes bright {
  0% {
    filter: brightness(0.2); }
  100% {
    filter: brightness(1); } }
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(30%); }
  100% {
    transform: translateY(0%); } }
@-moz-keyframes scroll {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(30%); }
  100% {
    transform: translateY(0%); } }
@keyframes scroll {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(30%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes scroll_mozi {
  0% {
    transform: translateY(0%) rotateZ(90deg) scaleX(0.8); }
  50% {
    transform: translateY(12%) rotateZ(90deg) scaleX(0.8); }
  100% {
    transform: translateY(0%) rotateZ(90deg) scaleX(0.8); } }
@-moz-keyframes scroll_mozi {
  0% {
    transform: translateY(0%) rotateZ(90deg) scaleX(0.8); }
  50% {
    transform: translateY(12%) rotateZ(90deg) scaleX(0.8); }
  100% {
    transform: translateY(0%) rotateZ(90deg) scaleX(0.8); } }
@keyframes scroll_mozi {
  0% {
    transform: translateY(0%) rotateZ(90deg) scaleX(0.8); }
  50% {
    transform: translateY(12%) rotateZ(90deg) scaleX(0.8); }
  100% {
    transform: translateY(0%) rotateZ(90deg) scaleX(0.8); } }
@-webkit-keyframes text_on {
  0% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-moz-keyframes text_on {
  0% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes text_on {
  0% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes text-eff_on {
  0% {
    left: -100%; }
  50% {
    left: 0%; }
  100% {
    left: 100%; } }
@-moz-keyframes text-eff_on {
  0% {
    left: -100%; }
  50% {
    left: 0%; }
  100% {
    left: 100%; } }
@keyframes text-eff_on {
  0% {
    left: -100%; }
  50% {
    left: 0%; }
  100% {
    left: 100%; } }
.bright {
  -webkit-animation: bright 1s ease;
  -moz-animation: bright 1s ease;
  animation: bright 1s ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

.InVfadeIn {
  opacity: 0;
  animation-duration: 1s;
  animation-delay: .2s; }

.InVfadeInRight {
  opacity: 0;
  animation-duration: 1s;
  animation-delay: .2s; }

.InVfadeInUp {
  opacity: 0;
  animation-duration: 4s;
  animation-delay: .2s; }

body {
  background: #29313a;
  letter-spacing: 0.05em;
  font-family: tbudgothic-std, sans-serif;
  min-width: 1280px;
  overflow-x: hidden; }
  @media (max-width: 1280px) {
    body {
      overflow-x: scroll; } }
  @media (max-width: 750px) {
    body {
      overflow-x: hidden; } }

.hidden_wrap {
  overflow: hidden;
  height: 100%;
  position: relative; }

.link_fade, header nav ul.pc li a, footer > .wrap .wrap .button .block_button div, footer > .wrap .wrap .button .sns .flex a img, footer > .wrap .wrap .flex.logo .logo_group a {
  transition: opacity .3s; }
  .link_fade:hover, header nav ul.pc li a:hover, footer > .wrap .wrap .button .block_button div:hover, footer > .wrap .wrap .button .sns .flex a img:hover, footer > .wrap .wrap .flex.logo .logo_group a:hover {
    opacity: .7; }
    @media (max-width: 750px) {
      .link_fade:hover, header nav ul.pc li a:hover, footer > .wrap .wrap .button .block_button div:hover, footer > .wrap .wrap .button .sns .flex a img:hover, footer > .wrap .wrap .flex.logo .logo_group a:hover {
        opacity: 1; } }

li {
  list-style: none; }

a {
  text-decoration: none; }

a.off {
  opacity: 0.6; }

.flex {
  display: flex; }

.pc {
  display: inline; }

.sp {
  display: none; }

.top_visual {
  position: relative;
  width: 100%;
  height: 43.75vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #d7beb1; }
  @media (max-width: 1280px) {
    .top_visual {
      height: 560px; } }

.animated {
  animation-duration: .2s; }

.with-frame {
  box-sizing: border-box;
  position: relative; }
  .with-frame_before, .with-frame_after, .with-frame_before-re, .with-frame_after-re {
    display: block;
    position: absolute;
    letter-spacing: .2rem;
    font-size: 0.8854166667vw;
    padding: 0.5208333333vw; }
    @media (max-width: 1280px) {
      .with-frame_before, .with-frame_after, .with-frame_before-re, .with-frame_after-re {
        font-size: 11.3333333333px; } }
    @media (max-width: 1280px) {
      .with-frame_before, .with-frame_after, .with-frame_before-re, .with-frame_after-re {
        padding: 6.6666666667px; } }
    @media (max-width: 750px) {
      .with-frame_before, .with-frame_after, .with-frame_before-re, .with-frame_after-re {
        font-size: 2.6666666667vw;
        padding: 1.3333333333vw; } }
    .with-frame_before::before, .with-frame_after::before, .with-frame_before-re::before, .with-frame_after-re::before {
      background: #29313a;
      content: "";
      display: block;
      position: absolute;
      width: 0.46875vw;
      height: 2.6041666667vw; }
      @media (max-width: 1280px) {
        .with-frame_before::before, .with-frame_after::before, .with-frame_before-re::before, .with-frame_after-re::before {
          width: 6px; } }
      @media (max-width: 1280px) {
        .with-frame_before::before, .with-frame_after::before, .with-frame_before-re::before, .with-frame_after-re::before {
          height: 33.3333333333px; } }
      @media (max-width: 750px) {
        .with-frame_before::before, .with-frame_after::before, .with-frame_before-re::before, .with-frame_after-re::before {
          width: 1.2vw;
          height: 6.6666666667vw; } }
    .with-frame_before::after, .with-frame_after::after, .with-frame_before-re::after, .with-frame_after-re::after {
      background: #29313a;
      content: "";
      display: block;
      position: absolute;
      height: 0.46875vw;
      width: 2.6041666667vw; }
      @media (max-width: 1280px) {
        .with-frame_before::after, .with-frame_after::after, .with-frame_before-re::after, .with-frame_after-re::after {
          height: 6px; } }
      @media (max-width: 1280px) {
        .with-frame_before::after, .with-frame_after::after, .with-frame_before-re::after, .with-frame_after-re::after {
          width: 33.3333333333px; } }
      @media (max-width: 750px) {
        .with-frame_before::after, .with-frame_after::after, .with-frame_before-re::after, .with-frame_after-re::after {
          height: 1.2vw;
          width: 6.6666666667vw; } }
  .with-frame_before {
    top: 0;
    left: 0; }
    .with-frame_before::before, .with-frame_before::after {
      left: -0.46875vw;
      top: -0.46875vw; }
      @media (max-width: 1280px) {
        .with-frame_before::before, .with-frame_before::after {
          left: -6px; } }
      @media (max-width: 1280px) {
        .with-frame_before::before, .with-frame_before::after {
          top: -6px; } }
      @media (max-width: 750px) {
        .with-frame_before::before, .with-frame_before::after {
          left: -1.2vw;
          top: -1.2vw; } }
  .with-frame_after {
    bottom: 0;
    right: 0; }
    .with-frame_after::before, .with-frame_after::after {
      right: -0.46875vw;
      bottom: -0.46875vw; }
      @media (max-width: 1280px) {
        .with-frame_after::before, .with-frame_after::after {
          right: -6px; } }
      @media (max-width: 1280px) {
        .with-frame_after::before, .with-frame_after::after {
          bottom: -6px; } }
      @media (max-width: 750px) {
        .with-frame_after::before, .with-frame_after::after {
          right: -1.2vw;
          bottom: -1.2vw; } }
  .with-frame_before-re {
    bottom: 0;
    left: 0; }
    .with-frame_before-re::before, .with-frame_before-re::after {
      left: -0.46875vw;
      bottom: -0.46875vw; }
      @media (max-width: 1280px) {
        .with-frame_before-re::before, .with-frame_before-re::after {
          left: -6px; } }
      @media (max-width: 1280px) {
        .with-frame_before-re::before, .with-frame_before-re::after {
          bottom: -6px; } }
      @media (max-width: 750px) {
        .with-frame_before-re::before, .with-frame_before-re::after {
          left: -1.2vw;
          bottom: -1.2vw; } }
  .with-frame_after-re {
    top: 0;
    right: 0; }
    .with-frame_after-re::before, .with-frame_after-re::after {
      right: -0.46875vw;
      top: -0.46875vw; }
      @media (max-width: 1280px) {
        .with-frame_after-re::before, .with-frame_after-re::after {
          right: -6px; } }
      @media (max-width: 1280px) {
        .with-frame_after-re::before, .with-frame_after-re::after {
          top: -6px; } }
      @media (max-width: 750px) {
        .with-frame_after-re::before, .with-frame_after-re::after {
          right: -1.2vw;
          top: -1.2vw; } }

header {
  min-width: 1280px;
  height: 66px;
  width: 100%;
  border-bottom: 1px solid #d6d2c0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  @media (max-width: 750px) {
    header {
      min-width: inherit; } }
  header nav {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 11.6666666667vw; }
    @media (max-width: 1280px) {
      header nav {
        padding-right: 149.3333333333px; } }
    header nav ul.pc {
      display: flex !important;
      justify-content: flex-end;
      padding: 0; }
      header nav ul.pc li a {
        display: block;
        font-weight: 900;
        color: #f0ece0;
        font-size: 14px;
        text-align: center;
        padding: 32px 34px 22px; }
        header nav ul.pc li a i {
          font-size: 75.5%;
          vertical-align: top;
          position: relative;
          top: -0.1em;
          right: -0.1em; }
    header nav .faq,
    header nav .buy,
    header nav .event,
    header nav .guide {
      width: 136px;
      height: 126px;
      margin-top: 5px;
      margin-left: 10px;
      background: rgba(239, 148, 14, 0.8);
      border: solid 2px #f0ece0;
      border-radius: 3px;
      transition: 0.3s ease; }
      header nav .faq a,
      header nav .buy a,
      header nav .event a,
      header nav .guide a {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        font-weight: bold;
        color: #f0ece0;
        height: 100%; }
        header nav .faq a .icon,
        header nav .buy a .icon,
        header nav .event a .icon,
        header nav .guide a .icon {
          width: 75px;
          height: 75px;
          margin-bottom: 4px; }
        header nav .faq a img,
        header nav .buy a img,
        header nav .event a img,
        header nav .guide a img {
          width: 100%;
          height: auto; }
        header nav .faq a p,
        header nav .buy a p,
        header nav .event a p,
        header nav .guide a p {
          transform: scale(0.8, 1);
          font-size: 18px;
          font-weight: 900;
          margin-top: 5px; }
      header nav .faq:hover,
      header nav .buy:hover,
      header nav .event:hover,
      header nav .guide:hover {
        background: #ef940e; }
    header nav .event a p {
      font-size: 20px; }

#main {
  background: url(https://www.arcsystemworks.jp/kowloon/assets/img/main-bg-pc.jpg) no-repeat center/cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 2.0833333333vw;
  padding-bottom: 4.6875vw; }
  @media (max-width: 1280px) {
    #main {
      padding-left: 26.6666666667px; } }
  @media (max-width: 1280px) {
    #main {
      padding-bottom: 60px; } }
  #main .logoArea {
    display: flex;
    align-items: center; }
    #main .logoArea figure {
      margin-bottom: 0.625vw; }
      @media (max-width: 1280px) {
        #main .logoArea figure {
          margin-bottom: 8px; } }
      #main .logoArea figure.switch img {
        width: 3.4375vw;
        height: auto; }
        @media (max-width: 1280px) {
          #main .logoArea figure.switch img {
            width: 44px; } }
      #main .logoArea figure.ps4 img {
        width: 9.8958333333vw;
        height: auto;
        margin-left: 1.0416666667vw; }
        @media (max-width: 1280px) {
          #main .logoArea figure.ps4 img {
            width: 126.6666666667px; } }
        @media (max-width: 1280px) {
          #main .logoArea figure.ps4 img {
            margin-left: 13.3333333333px; } } 
	  #main .logoArea figure.steam img {
        width: 9.8958333333vw;
        height: auto;
        margin-left: 1.0416666667vw; }
        @media (max-width: 1280px) {
          #main .logoArea figure.steam img {
            width: 126.6666666667px; } }
        @media (max-width: 1280px) {
          #main .logoArea figure.steam img {
            margin-left: 13.3333333333px; } }
  #main .inr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #main .inr h1 img {
      width: 23.8020833333vw;
      height: auto;
      margin-left: -0.625vw; }
      @media (max-width: 1280px) {
        #main .inr h1 img {
          width: 304.6666666667px; } }
      @media (max-width: 1280px) {
        #main .inr h1 img {
          margin-left: -8px; } }
    #main .inr > p {
      font-size: 2.34375vw;
      margin-top: 0.5208333333vw;
      color: #f0ece0;
      letter-spacing: .02em;
      line-height: 120%;
      font-weight: bold;
      text-align: center; }
      @media (max-width: 1280px) {
        #main .inr > p {
          font-size: 30px; } }
      @media (max-width: 1280px) {
        #main .inr > p {
          margin-top: 6.6666666667px; } }

#news {
  position: absolute;
  background: #29313a;
  color: #f0ece0;
  left: 2.0833333333vw;
  bottom: 0.78125vw;
  font-size: 0.625vw;
  padding-top: 0.5729166667vw;
  padding-right: 1.6666666667vw;
  padding-bottom: 0.5729166667vw;
  padding-left: 0.46875vw;
  display: flex;
  align-items: center;
  width: 23.1770833333vw;
  box-sizing: border-box; }
  @media (max-width: 1280px) {
    #news {
      left: 26.6666666667px; } }
  @media (max-width: 1280px) {
    #news {
      bottom: 10px; } }
  @media (max-width: 1280px) {
    #news {
      font-size: 8px; } }
  @media (max-width: 1280px) {
    #news {
      padding-top: 7.3333333333px; } }
  @media (max-width: 1280px) {
    #news {
      padding-right: 21.3333333333px; } }
  @media (max-width: 1280px) {
    #news {
      padding-bottom: 7.3333333333px; } }
  @media (max-width: 1280px) {
    #news {
      padding-left: 6px; } }
  @media (max-width: 1280px) {
    #news {
      width: 296.6666666667px; } }
  #news .pc {
    display: flex;
    align-items: center; }
    #news .pc .news {
      color: #ee9e0d;
      font-weight: bold;
      font-family: aktiv-grotesk-condensed, sans-serif;
      padding-right: 24px; }
    #news .pc .inner {
      position: relative;
      overflow: hidden;
      width: 18.2291666667vw;
      height: 20px; }
      @media (max-width: 1280px) {
        #news .pc .inner {
          width: 233.3333333333px; } }
      #news .pc .inner dl {
        position: absolute;
        top: 5px;
        display: flex;
        align-items: center;
        white-space: nowrap; }
        #news .pc .inner dl dt {
          padding-right: 20px; }
        #news .pc .inner dl dd {
          padding-right: 20px; }
    #news .pc img {
      position: absolute;
      top: 0.5208333333vw;
      right: -2.34375vw; }
      @media (max-width: 1280px) {
        #news .pc img {
          top: 6.6666666667px; } }
      @media (max-width: 1280px) {
        #news .pc img {
          right: -30px; } }
    #news .pc .modal_open img {
      transition: all .2s; }
      #news .pc .modal_open img:hover {
        right: -2.8645833333vw; }
        @media (max-width: 1280px) {
          #news .pc .modal_open img:hover {
            right: -36.6666666667px; } }

#feature {
  background-image: url(https://www.arcsystemworks.jp/kowloon/assets/img/feature-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  color: #29313a;
  position: relative;
  padding-bottom: 29.6875vw; }
  @media (max-width: 1280px) {
    #feature {
      padding-bottom: 380px; } }
  #feature > .flex {
    margin: 0 auto;
    border-bottom: 1px solid #d7beb1; }
  #feature .wrap {
    margin-left: 8.8541666667vw;
    padding-left: 2.6041666667vw;
    padding-top: 4.2708333333vw;
    position: relative; }
    @media (max-width: 1280px) {
      #feature .wrap {
        margin-left: 113.3333333333px; } }
    @media (max-width: 1280px) {
      #feature .wrap {
        padding-left: 33.3333333333px; } }
    @media (max-width: 1280px) {
      #feature .wrap {
        padding-top: 54.6666666667px; } }
    #feature .wrap .box_title {
      font-family: aktiv-grotesk-condensed, sans-serif;
      color: #d7beb1;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 0.8854166667vw;
      letter-spacing: 0.25em;
      padding-top: 4.4270833333vw;
      position: absolute;
      top: 0;
      left: -1.0416666667vw; }
      @media (max-width: 1280px) {
        #feature .wrap .box_title {
          font-size: 11.3333333333px; } }
      @media (max-width: 1280px) {
        #feature .wrap .box_title {
          padding-top: 56.6666666667px; } }
      @media (max-width: 1280px) {
        #feature .wrap .box_title {
          left: -13.3333333333px; } }
  #feature h2 {
    width: 38.0208333333vw; }
    @media (max-width: 1280px) {
      #feature h2 {
        width: 486.6666666667px; } }
    #feature h2 img {
      width: 100%; }
  #feature ul {
    margin-top: 6.25vw; }
    @media (max-width: 1280px) {
      #feature ul {
        margin-top: 80px; } }
    #feature ul li {
      font-size: 2.0833333333vw;
      letter-spacing: 0.25em;
      transform: scaleX(0.8);
      transform-origin: left;
      margin-bottom: 1.71875vw; }
      @media (max-width: 1280px) {
        #feature ul li {
          font-size: 26.6666666667px; } }
      @media (max-width: 1280px) {
        #feature ul li {
          margin-bottom: 22px; } }
      #feature ul li.note {
        font-size: 0.9375vw; }
        @media (max-width: 1280px) {
          #feature ul li.note {
            font-size: 12px; } }
        #feature ul li.note span {
          line-height: 160%; }
      #feature ul li span {
        background: #ee9e0d;
        line-height: 1;
        display: inline-block;
        padding: 1px; }
        @media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
          #feature ul li span {
            /* IE向けのCSS～START */
            padding-top: .2em;
            /* IE向けのCSS～END */ }
            #feature ul li span .selector {
              property: value; } }
    #feature ul li:last-child {
      margin-bottom: 0; }
  #feature figure {
    margin-top: 5.2083333333vw;
    width: 40.0520833333vw; }
    @media (max-width: 1280px) {
      #feature figure {
        margin-top: 66.6666666667px; } }
    @media (max-width: 1280px) {
      #feature figure {
        width: 512.6666666667px; } }
    #feature figure img {
      width: 100%;
      height: auto; }
  #feature::after {
    position: absolute;
    top: 0;
    content: "";
    width: 1px;
    height: 70.3125vw;
    margin-left: 8.8541666667vw;
    background: #d7beb1; }
    @media (max-width: 1280px) {
      #feature::after {
        height: 900px; } }
    @media (max-width: 1280px) {
      #feature::after {
        margin-left: 113.3333333333px; } }

#about {
  position: relative;
  /*background-color: $orange;*/
  background-image: url(https://www.arcsystemworks.jp/kowloon/assets/img/about-bg-pc.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  /*@include all_pc(height,1471);*/
  color: #29313a;
  margin-top: -1.5625vw;
  z-index: 2; }
  @media (max-width: 1280px) {
    #about {
      margin-top: -20px; } }
  #about .border {
    border-bottom: 1px solid #29313a; }
  #about .wrap {
    width: 63.5416666667vw;
    margin: 0 auto;
    position: relative;
    z-index: 3; }
    @media (max-width: 1280px) {
      #about .wrap {
        width: 813.3333333333px; } }
  #about .limited_edition {
    position: relative;
    margin-top: -18.75vw;
    padding-bottom: 1.71875vw;
    /*border-right: 1px solid $black;*/
    /*		&::after { //左下鉤括弧
    			position: absolute;
    			@include all_pc(right,-8);
    			@include all_pc(bottom,-8);
    			content: "";
    			@include all_pc(width,40);
    			@include all_pc(height,40);
    			border-right: vw_pc(8) solid $black;
    			border-bottom: vw_pc(8) solid $black;
    			@include laptop {
    				border-right: lt(8) solid $black;
    				border-bottom: lt(8) solid $black;
    			}
    			
    		}*/ }
    @media (max-width: 1280px) {
      #about .limited_edition {
        margin-top: -240px; } }
    @media (max-width: 1280px) {
      #about .limited_edition {
        padding-bottom: 22px; } }
    #about .limited_edition .box_title {
      font-family: aktiv-grotesk-condensed, sans-serif;
      position: absolute;
      top: 7.8125vw;
      right: -1.0416666667vw;
      color: #29313a;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 0.8854166667vw;
      letter-spacing: 0.25em; }
      @media (max-width: 1280px) {
        #about .limited_edition .box_title {
          top: 100px; } }
      @media (max-width: 1280px) {
        #about .limited_edition .box_title {
          right: -13.3333333333px; } }
      @media (max-width: 1280px) {
        #about .limited_edition .box_title {
          font-size: 11.3333333333px; } }
    #about .limited_edition figure {
      width: 23.9583333333vw;
      position: relative; }
      @media (max-width: 1280px) {
        #about .limited_edition figure {
          width: 306.6666666667px; } }
      #about .limited_edition figure img {
        position: absolute;
        top: -5.2083333333vw;
        width: 100%; }
        @media (max-width: 1280px) {
          #about .limited_edition figure img {
            top: -66.6666666667px; } }
    #about .limited_edition div {
      width: 50%;
      margin-top: -6.7708333333vw;
      margin-left: 3.125vw;
      padding-top: 15.8854166667vw; }
      @media (max-width: 1280px) {
        #about .limited_edition div {
          margin-top: -86.6666666667px; } }
      @media (max-width: 1280px) {
        #about .limited_edition div {
          margin-left: 40px; } }
      @media (max-width: 1280px) {
        #about .limited_edition div {
          padding-top: 203.3333333333px; } }
      #about .limited_edition div h3 {
        font-size: 4.0625vw;
        letter-spacing: 0.45em;
        font-weight: 900;
        text-shadow: 4px 3px 0px #ee9e0d;
        white-space: nowrap;
        margin-bottom: 2.6041666667vw; }
        @media (max-width: 1280px) {
          #about .limited_edition div h3 {
            font-size: 52px; } }
        @media (max-width: 1280px) {
          #about .limited_edition div h3 {
            margin-bottom: 33.3333333333px; } }
        #about .limited_edition div h3 span.limited {
          font-size: 2.0833333333vw;
          letter-spacing: 0.45em; }
          @media (max-width: 1280px) {
            #about .limited_edition div h3 span.limited {
              font-size: 26.6666666667px; } }
        #about .limited_edition div h3 span.Subtitle {
          font-size: 1.875vw;
          letter-spacing: 0.28em;
          transform: scaleX(0.8);
          transform-origin: left;
          display: block; }
          @media (max-width: 1280px) {
            #about .limited_edition div h3 span.Subtitle {
              font-size: 24px; } }
        #about .limited_edition div h3 span.title {
          margin-top: -2.6041666667vw;
          margin-left: -1.5625vw;
          transform: scaleX(0.8);
          transform-origin: left;
          display: block; }
          @media (max-width: 1280px) {
            #about .limited_edition div h3 span.title {
              margin-top: -33.3333333333px; } }
          @media (max-width: 1280px) {
            #about .limited_edition div h3 span.title {
              margin-left: -20px; } }
      #about .limited_edition div ul {
        position: relative;
        font-size: 1.6666666667vw;
        letter-spacing: 0.3em;
        transform-origin: left; }
        @media (max-width: 1280px) {
          #about .limited_edition div ul {
            font-size: 21.3333333333px; } }
        #about .limited_edition div ul li {
          line-height: 2;
          transform: scaleX(0.8);
          white-space: nowrap;
          transform-origin: left; }
          #about .limited_edition div ul li span {
            font-size: 1.25vw; }
            @media (max-width: 1280px) {
              #about .limited_edition div ul li span {
                font-size: 16px; } }
        #about .limited_edition div ul::before {
          position: absolute;
          /*top: 30px;*/
          top: 1.5625vw;
          /*left: 55px;*/
          left: 2.34375vw;
          content: '';
          /*width: calc( 411px / 0.8 );*/
          width: 21.3020833333vw;
          /*height: 272px;*/
          height: 14.1666666667vw;
          background: #eec60d;
          transform: initial;
          z-index: -1; }
          @media (max-width: 1280px) {
            #about .limited_edition div ul::before {
              top: 20px; } }
          @media (max-width: 1280px) {
            #about .limited_edition div ul::before {
              left: 30px; } }
          @media (max-width: 1280px) {
            #about .limited_edition div ul::before {
              width: 272.6666666667px; } }
          @media (max-width: 1280px) {
            #about .limited_edition div ul::before {
              height: 181.3333333333px; } }
        #about .limited_edition div ul::after {
          position: absolute;
          top: 14.3229166667vw;
          left: 21.3541666667vw;
          content: '';
          width: 4.1666666667vw;
          height: 4.1666666667vw;
          background: #e6c945;
          transform: none;
          z-index: -2; }
          @media (max-width: 1280px) {
            #about .limited_edition div ul::after {
              top: 183.3333333333px; } }
          @media (max-width: 1280px) {
            #about .limited_edition div ul::after {
              left: 273.3333333333px; } }
          @media (max-width: 1280px) {
            #about .limited_edition div ul::after {
              width: 53.3333333333px; } }
          @media (max-width: 1280px) {
            #about .limited_edition div ul::after {
              height: 53.3333333333px; } }
      #about .limited_edition div button {
        margin-top: 4.1666666667vw;
        margin-bottom: 5.2083333333vw;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        background-color: #29313a;
        color: #f0ece0;
        border: none;
        cursor: pointer;
        outline: none;
        appearance: none;
        font-size: 0.8333333333vw;
        padding-right: 0.8333333333vw;
        padding-left: 0.8333333333vw;
        box-sizing: border-box;
        width: 13.5416666667vw;
        height: 2.6041666667vw; }
        @media (max-width: 1280px) {
          #about .limited_edition div button {
            margin-top: 53.3333333333px; } }
        @media (max-width: 1280px) {
          #about .limited_edition div button {
            margin-bottom: 66.6666666667px; } }
        @media (max-width: 1280px) {
          #about .limited_edition div button {
            font-size: 10.6666666667px; } }
        @media (max-width: 1280px) {
          #about .limited_edition div button {
            padding-right: 10.6666666667px; } }
        @media (max-width: 1280px) {
          #about .limited_edition div button {
            padding-left: 10.6666666667px; } }
        @media (max-width: 1280px) {
          #about .limited_edition div button {
            width: 173.3333333333px; } }
        @media (max-width: 1280px) {
          #about .limited_edition div button {
            height: 33.3333333333px; } }
        #about .limited_edition div button a {
          box-sizing: border-box;
          position: absolute;
          padding: 0 1em;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          color: #f0ece0;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          #about .limited_edition div button a img {
            position: relative;
            transition: all .2s; }
          #about .limited_edition div button a:hover img {
            transform: translateX(10%); }
        #about .limited_edition div button span.prev::before {
          position: absolute;
          content: "";
          top: 0;
          left: -1.0416666667vw;
          width: 15.625vw;
          height: 1px;
          background: #29313a; }
          @media (max-width: 1280px) {
            #about .limited_edition div button span.prev::before {
              left: -13.3333333333px; } }
          @media (max-width: 1280px) {
            #about .limited_edition div button span.prev::before {
              width: 200px; } }
        #about .limited_edition div button span.prev::after {
          position: absolute;
          content: "";
          bottom: 0;
          left: -1.0416666667vw;
          width: 15.625vw;
          height: 1px;
          background: #29313a; }
          @media (max-width: 1280px) {
            #about .limited_edition div button span.prev::after {
              left: -13.3333333333px; } }
          @media (max-width: 1280px) {
            #about .limited_edition div button span.prev::after {
              width: 200px; } }
        #about .limited_edition div button span.next::before {
          position: absolute;
          content: "";
          top: -1.0416666667vw;
          left: 0;
          width: 1px;
          height: 4.6875vw;
          background: #29313a; }
          @media (max-width: 1280px) {
            #about .limited_edition div button span.next::before {
              top: -13.3333333333px; } }
          @media (max-width: 1280px) {
            #about .limited_edition div button span.next::before {
              height: 60px; } }
        #about .limited_edition div button span.next::after {
          position: absolute;
          content: "";
          top: -1.0416666667vw;
          right: 0;
          width: 1px;
          height: 4.6875vw;
          background: #29313a; }
          @media (max-width: 1280px) {
            #about .limited_edition div button span.next::after {
              top: -13.3333333333px; } }
          @media (max-width: 1280px) {
            #about .limited_edition div button span.next::after {
              height: 60px; } }
    #about .limited_edition::before {
      position: absolute;
      content: "";
      background: #29313a;
      width: 1px;
      height: 1000px;
      top: 5.2083333333vw;
      right: 0; }
      @media (max-width: 1280px) {
        #about .limited_edition::before {
          top: 66.6666666667px; } }
  #about .introduction {
    position: relative;
    padding-top: 70px;
    border-right: 1px solid #29313a; }
    #about .introduction .border_box {
      position: absolute;
      top: 8.3333333333vw;
      left: 4.3229166667vw;
      width: 49.4791666667vw;
      height: 24.4791666667vw;
      border: 1px solid #29313a;
      z-index: -1; }
      @media (max-width: 1280px) {
        #about .introduction .border_box {
          top: 106.6666666667px; } }
      @media (max-width: 1280px) {
        #about .introduction .border_box {
          left: 55.3333333333px; } }
      @media (max-width: 1280px) {
        #about .introduction .border_box {
          width: 633.3333333333px; } }
      @media (max-width: 1280px) {
        #about .introduction .border_box {
          height: 313.3333333333px; } }
      #about .introduction .border_box .brackets {
        position: relative;
        width: 100%;
        height: 100%;
        /*				&:before { // 右上鉤括弧
        					position: absolute;
        					@include all_pc(top,-8);
        					@include all_pc(right,-8);
        					content: "";
        					@include all_pc(width,40);
        					@include all_pc(height,40);
        					border-top: vw_pc(8) solid $black;
        					border-right: vw_pc(8) solid $black;
        					@include laptop {
        						border-top: lt(8) solid $black;
        						border-right: lt(8) solid $black;
        					}
        				}
        				&:after { // 左下鉤括弧
        					position: absolute;
        					@include all_pc(bottom,-8);
        					@include all_pc(left,-8);
        					content: "";
        					@include all_pc(width,40);
        					@include all_pc(height,40);
        					border-bottom: vw_pc(8) solid $black;
        					border-left: vw_pc(8) solid $black;
        					@include laptop {
        						border-bottom: lt(8) solid $black;
        						border-left: lt(8) solid $black;
        					}
        				}*/ }
        #about .introduction .border_box .brackets .box_title {
          font-family: aktiv-grotesk-condensed, sans-serif;
          position: absolute;
          top: -1.0416666667vw;
          right: -9.1145833333vw;
          color: #29313a;
          font-size: 0.8854166667vw;
          letter-spacing: 0.25em; }
          @media (max-width: 1280px) {
            #about .introduction .border_box .brackets .box_title {
              top: -13.3333333333px; } }
          @media (max-width: 1280px) {
            #about .introduction .border_box .brackets .box_title {
              right: -116.6666666667px; } }
          @media (max-width: 1280px) {
            #about .introduction .border_box .brackets .box_title {
              font-size: 11.3333333333px; } }
        #about .introduction .border_box .brackets span.prev::before {
          position: absolute;
          content: "";
          top: -1px;
          left: 0;
          width: 1250px;
          height: 1px;
          background: #29313a; }
        #about .introduction .border_box .brackets span.prev::after {
          position: absolute;
          content: "";
          bottom: -1px;
          left: -200px;
          width: 200px;
          height: 1px;
          background: #29313a; }
        #about .introduction .border_box .brackets span.next::before {
          position: absolute;
          content: "";
          left: -1px;
          bottom: -40px;
          width: 1px;
          height: 200px;
          background: #29313a; }
        #about .introduction .border_box .brackets span.next::after {
          position: absolute;
          content: "";
          right: -1px;
          top: -40px;
          width: 1px;
          height: 200px;
          background: #29313a; }
    #about .introduction h3 img {
      width: 38.5416666667vw; }
      @media (max-width: 1280px) {
        #about .introduction h3 img {
          width: 493.3333333333px; } }
    #about .introduction > div > p {
      position: relative;
      margin-top: 1.0416666667vw;
      margin-left: 10.4166666667vw;
      font-size: 0.8333333333vw;
      line-height: 2.8;
      display: inline-block;
      width: auto;
      background: #eec60d;
      padding: 2px;
      /*			&::after { //黄色枠
      				position: absolute;
      				@include all_pc(top,16);
      				left: 0;
      				content: '';
      				@include all_pc(width,455);
      				@include all_pc(height,343);
      				transform: initial;
      				z-index: -1;
      			}*/ }
      @media (max-width: 1280px) {
        #about .introduction > div > p {
          margin-top: 13.3333333333px; } }
      @media (max-width: 1280px) {
        #about .introduction > div > p {
          margin-left: 133.3333333333px; } }
      @media (max-width: 1280px) {
        #about .introduction > div > p {
          font-size: 10.6666666667px; } }
      @media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
        #about .introduction > div > p {
          /* IE向けのCSS～START */
          padding-top: .3em;
          /* IE向けのCSS～END */ }
          #about .introduction > div > p .selector {
            property: value; } }
      #about .introduction > div > p::before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-top: calc((1 - 3) * 0.5em); }
      #about .introduction > div > p::after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-bottom: calc((1 - 3) * 0.5em); }
    #about .introduction figure {
      box-shadow: 1.9791666667vw 1.9791666667vw 2.3958333333vw -0.0520833333vw rgba(0, 0, 0, 0.5);
      margin-top: 8.3333333333vw;
      width: 23.1770833333vw; }
      @media (max-width: 1280px) {
        #about .introduction figure {
          box-shadow: 38px 38px 46px -1px rgba(0, 0, 0, 0.63); } }
      @media (max-width: 750px) {
        #about .introduction figure {
          box-shadow: 5.0666666667vw 5.0666666667vw 6.1333333333vw -0.1333333333vw rgba(0, 0, 0, 0.5); } }
      @media (max-width: 1280px) {
        #about .introduction figure {
          margin-top: 106.6666666667px; } }
      @media (max-width: 1280px) {
        #about .introduction figure {
          width: 296.6666666667px; } }
      #about .introduction figure img {
        width: 100%;
        z-index: 3; }
  #about::after {
    content: "";
    position: absolute;
    bottom: -5.2083333333vw;
    width: 100%;
    height: 9.1145833333vw;
    background-image: url(https://www.arcsystemworks.jp/kowloon/assets/img/about-bg-bottom-pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2; }
    @media (max-width: 1280px) {
      #about::after {
        bottom: -66.6666666667px; } }
    @media (max-width: 1280px) {
      #about::after {
        height: 116.6666666667px; } }

footer {
  position: relative;
  z-index: 999;
  color: #f0ece0;
  font-size: 0.7291666667vw;
  margin-top: 5.2083333333vw;
  padding-top: 3.5416666667vw; }
  @media (max-width: 1280px) {
    footer {
      font-size: 9.3333333333px; } }
  @media (max-width: 1280px) {
    footer {
      margin-top: 66.6666666667px; } }
  @media (max-width: 1280px) {
    footer {
      padding-top: 45.3333333333px; } }
  footer > .wrap {
    width: 1120px;
    margin: 0 auto; }
    footer > .wrap table {
      text-align: left;
      width: 50%;
      white-space: nowrap;
      /*vertical-align: top;*/ }
      footer > .wrap table th {
        padding-right: 1.0416666667vw;
        font-weight: normal;
        vertical-align: top; }
        @media (max-width: 1280px) {
          footer > .wrap table th {
            padding-right: 13.3333333333px; } }
      footer > .wrap table td {
        vertical-align: top;
        padding-bottom: 26px; }
      footer > .wrap table tr:last-child td {
        padding-bottom: 0; }
      footer > .wrap table .release {
        line-height: 1.75; }
      footer > .wrap table .price {
        font-size: 0.8333333333vw;
        line-height: 1.75; }
        @media (max-width: 1280px) {
          footer > .wrap table .price {
            font-size: 10.6666666667px; } }
      footer > .wrap table img {
        width: 37px;
        height: auto; }
    footer > .wrap .wrap {
      width: 50%;
      padding-left: 1.875vw;
      padding-right: 1.875vw;
      box-sizing: border-box; }
      @media (max-width: 1280px) {
        footer > .wrap .wrap {
          padding-left: 24px; } }
      @media (max-width: 1280px) {
        footer > .wrap .wrap {
          padding-right: 24px; } }
      footer > .wrap .wrap .button {
        display: flex;
        justify-content: space-between; }
        footer > .wrap .wrap .button .block_button {
          display: flex;
          justify-content: space-between;
          width: 296.5px; }
          footer > .wrap .wrap .button .block_button div {
            font-size: 16px;
            letter-spacing: 0.12em;
            width: 120px;
            height: 120px;
            border: 1px #f0ece0 solid; }
            footer > .wrap .wrap .button .block_button div a {
              display: flex;
              text-align: center;
              justify-content: center;
              align-items: center;
              text-decoration: none;
              color: #f0ece0;
              width: 100%;
              height: 100%; }
            footer > .wrap .wrap .button .block_button div span {
              line-height: 2; }
        footer > .wrap .wrap .button .sns {
          border: none;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: 135px; }
          footer > .wrap .wrap .button .sns p {
            padding: 10px 20px 30px;
            font-size: 24px;
            letter-spacing: 0.12em;
            line-height: 1; }
          footer > .wrap .wrap .button .sns .flex {
            width: 100%;
            justify-content: space-between; }
            footer > .wrap .wrap .button .sns .flex a img {
              width: 54px; }
      footer > .wrap .wrap .flex.logo {
        margin-top: 29px;
        justify-content: space-between;
        align-items: center; }
        footer > .wrap .wrap .flex.logo .logo_group {
          display: flex;
          justify-content: space-between;
          width: 119px; }
          footer > .wrap .wrap .flex.logo .logo_group a {
            display: block;
            width: 54px;
            height: 54px; }
            footer > .wrap .wrap .flex.logo .logo_group a img {
              width: 54px;
              height: 54px; }
        footer > .wrap .wrap .flex.logo p {
          font-size: 10px;
          line-height: 1.8; }
  footer small {
    text-align: center; }
    footer small p {
      font-size: 10px;
      line-height: 97px; }

@media (max-width: 750px) {
  body {
    /*min-width: vw_pad(750);*/
    min-width: inherit;
    overflow-x: hidden; }

  .pc {
    display: none; }

  .sp {
    display: inline; }

  .top_visual {
    height: auto;
    position: relative; }

  header {
    border: none; }
    header nav {
      padding-right: 0;
      flex-direction: row-reverse;
      justify-content: flex-start; }
      header nav ul {
        transition: 0.3 ease; }
      header nav ul.pc {
        display: none !important; }
      header nav ul.active {
        display: block !important;
        position: fixed;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        z-index: 4;
        background: rgba(41, 49, 58, 0.9); }
        header nav ul.active li {
          width: 100%; }
          header nav ul.active li:first-child {
            matgin-top: 13.3333333333vw; }
          header nav ul.active li a {
            display: block;
            text-align: left;
            width: 100%;
            font-size: 4.8vw !important;
            letter-spacing: 0.275em;
            line-height: 2;
            transform: scaleX(0.8);
            transform-origin: left; }
      header nav .guide,
      header nav .buy,
      header nav .event,
      header nav .faq {
        margin-top: -1px;
        margin-left: 0;
        border-top: 0;
        width: 18.1333333333vw;
        height: 16.8vw;
        border: solid 1px #f0ece0;
        border-radius: 0 0 3px 3px; }
        header nav .guide a,
        header nav .buy a,
        header nav .event a,
        header nav .faq a {
          padding: 0;
          font-weight: bold;
          color: #f0ece0; }
          header nav .guide a .icon,
          header nav .buy a .icon,
          header nav .event a .icon,
          header nav .faq a .icon {
            width: 11.6vw;
            height: 11.6vw;
            margin-bottom: 0; }
          header nav .guide a img,
          header nav .buy a img,
          header nav .event a img,
          header nav .faq a img {
            width: 100%; }
          header nav .guide a p,
          header nav .buy a p,
          header nav .event a p,
          header nav .faq a p {
            transform: scale(0.8, 1);
            font-size: 2.4vw;
            white-space: nowrap;
            margin-top: 0; }
        header nav .guide:hover,
        header nav .buy:hover,
        header nav .event:hover,
        header nav .faq:hover {
          background: #ef940e; }
      header nav .hamburger {
        width: 16.8vw;
        height: 16.8vw;
        background: rgba(41, 49, 58, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: solid 0.2666666667vw #f0ece0;
        z-index: 5; }
        header nav .hamburger .hamburger_button {
          position: relative;
          width: 7.4666666667vw;
          height: 1.2vw;
          background: #f0ece0;
          transition: .3s ease;
          z-index: 10; }
          header nav .hamburger .hamburger_button:before, header nav .hamburger .hamburger_button:after {
            position: absolute;
            content: "";
            left: 0;
            width: 7.4666666667vw;
            height: 1.2vw;
            background: #f0ece0;
            transition: .3s ease; }
          header nav .hamburger .hamburger_button:before {
            top: 2.6666666667vw; }
          header nav .hamburger .hamburger_button:after {
            bottom: 2.6666666667vw; }
        header nav .hamburger .hamburger_button.active {
          background: transparent;
          position: fixed; }
          header nav .hamburger .hamburger_button.active:before {
            transform: rotate(-45deg);
            top: 0;
            z-index: 10; }
          header nav .hamburger .hamburger_button.active:after {
            transform: rotate(45deg);
            bottom: 0;
            z-index: 10; }
        header nav .hamburger.active {
          border-bottom: solid 0.2666666667vw #3d434a; }

  #main {
    background: url(https://www.arcsystemworks.jp/kowloon/assets/img/main-bg-sp.jpg) no-repeat center/cover;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    height: 170.6666666667vw; }
    #main .wrap {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center; }
      #main .wrap h1 {
        width: 86.2666666667vw; }
        #main .wrap h1 img {
          width: 100%; }
      #main .wrap p {
        font-size: 6vw;
        font-weight: bold;
        margin-top: 4vw;
        margin-bottom: 3.3333333333vw; }
    #main figure img {
      margin-bottom: 3.3333333333vw;
      width: 13.3333333333vw; }

  #news {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%; }
    #news .pc {
      display: none; }
    #news .sp {
      padding: 6.4vw 6.9333333333vw 0vw 6.9333333333vw;
      width: 100vw; }
      #news .sp .flex {
        width: 38vw;
        justify-content: space-between;
        align-items: center; }
      #news .sp .news {
        font-size: 4.2666666667vw;
        font-family: aktiv-grotesk-condensed, sans-serif;
        color: #ee9e0d; }
      #news .sp p {
        font-size: 3.2vw; }
      #news .sp > p {
        margin-top: 6.4vw;
        margin-bottom: 6.4vw;
        line-height: 2; }
    #news .wrap {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      font-size: 3.2vw;
      height: 12vw;
      padding: 0; }
      #news .wrap::before {
        position: absolute;
        top: 0;
        left: -33.3333333333vw;
        content: "";
        width: 1000px;
        height: 2px;
        background: #7a7372; }
      #news .wrap p {
        transform: scaleX(0.8);
        transform-origin: left;
        white-space: nowrap; }
      #news .wrap .arw {
        display: block;
        width: 11.4666666667vw; }
        #news .wrap .arw img {
          width: 100%;
          height: auto; }

  #feature {
    background: url(https://www.arcsystemworks.jp/kowloon/assets/img/feature-bg-sp.jpg) no-repeat center/cover;
    position: relative;
    height: 261.3333333333vw;
    z-index: -1;
    padding: 0; }
    #feature .flex {
      position: relative; }
      #feature .flex .wrap {
        margin: 10.6666666667vw auto 0;
        padding: 0;
        width: 86.2666666667vw;
        position: relative; }
        #feature .flex .wrap .box_title {
          font-size: 2.6666666667vw;
          letter-spacing: 0.25em;
          position: absolute;
          top: 0.4vw;
          left: -6.4vw;
          padding: 0; }
        #feature .flex .wrap h2 {
          width: 100%; }
        #feature .flex .wrap ul {
          margin-top: 5.3333333333vw;
          padding-bottom: 36vw; }
          #feature .flex .wrap ul li {
            white-space: nowrap;
            font-size: 4.2666666667vw;
            margin: 0; }
            #feature .flex .wrap ul li + li {
              margin-top: 4vw; }
            #feature .flex .wrap ul li.note {
              font-size: 2.4vw; }
              #feature .flex .wrap ul li.note span {
                line-height: 160%; }
      #feature .flex figure {
        margin: 0;
        width: 68vw;
        position: absolute;
        bottom: 0;
        right: -6.6666666667vw;
        z-index: -3; }
        #feature .flex figure img {
          width: 100%;
          height: auto; }
    #feature::after {
      position: absolute;
      top: 0;
      content: "";
      width: 0.1333333333vw;
      height: 261.3333333333vw;
      margin-left: 3.4666666667vw;
      background: #d7beb1; }

  #about {
    background: url(https://www.arcsystemworks.jp/kowloon/assets/img/about-bg-sp.png) no-repeat center/cover;
    margin-top: -126.6666666667vw;
    padding-bottom: 18.6666666667vw; }
    #about .wrap {
      width: 86.2666666667vw;
      margin: 0 auto; }
      #about .wrap .with-frame_after {
        right: -2.6666666667vw; }
    #about .limited_edition {
      flex-direction: column;
      align-items: center; }
      #about .limited_edition .box_title {
        font-size: 2.6666666667vw;
        letter-spacing: 0.25em;
        top: 93.0666666667vw;
        right: -5.3333333333vw; }
      #about .limited_edition figure {
        width: 57.3333333333vw;
        margin: 0 auto; }
        #about .limited_edition figure img {
          top: -10vw;
          width: 57.3333333333vw; }
      #about .limited_edition div {
        padding: 0;
        margin-top: 93.3333333333vw;
        margin-left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        #about .limited_edition div h3 {
          font-size: 9.8666666667vw;
          margin-bottom: 5.3333333333vw; }
          #about .limited_edition div h3 span.limited {
            font-size: 6.4vw;
            margin-left: 6.6666666667vw;
            margin-bottom: 2.6666666667vw; }
          #about .limited_edition div h3 span.Subtitle {
            font-size: 4.2666666667vw;
            margin-left: 0;
            transform-origin: center;
            text-align: center; }
          #about .limited_edition div h3 span.title {
            margin-top: -28px;
            margin-left: 0;
            transform-origin: center; }
        #about .limited_edition div ul {
          transform-origin: center;
          font-size: 5.0666666667vw; }
          #about .limited_edition div ul li {
            letter-spacing: 0.25em;
            transform-origin: center; }
            #about .limited_edition div ul li span {
              font-size: 70%; }
          #about .limited_edition div ul::before {
            position: absolute;
            top: 6vw;
            left: 21.0666666667vw;
            width: 54.8vw;
            height: 36.2666666667vw; }
          #about .limited_edition div ul::after {
            top: 37.3333333333vw;
            left: 71.2vw;
            width: 13.3333333333vw;
            height: 10.6666666667vw; }
        #about .limited_edition div button {
          margin-top: 14.6666666667vw;
          margin-bottom: 9.3333333333vw;
          font-size: 3.7333333333vw;
          padding: 0 5.3333333333vw;
          box-sizing: border-box;
          width: 56vw;
          height: 10.6666666667vw; }
          #about .limited_edition div button span.prev::before {
            position: absolute;
            content: "";
            top: 0;
            left: -2vw;
            width: 60vw;
            height: 1px;
            background: #29313a; }
          #about .limited_edition div button span.prev::after {
            position: absolute;
            content: "";
            bottom: 0;
            left: -2vw;
            width: 60vw;
            height: 1px;
            background: #29313a; }
          #about .limited_edition div button span.next::before {
            position: absolute;
            content: "";
            top: -3.4666666667vw;
            left: 0;
            width: 1px;
            height: 17.6vw;
            background: #29313a; }
          #about .limited_edition div button span.next::after {
            position: absolute;
            content: "";
            top: -3.4666666667vw;
            right: 0;
            width: 1px;
            height: 17.6vw;
            background: #29313a; }
      #about .limited_edition::before {
        width: 1px;
        height: 2550px;
        top: 26vw;
        right: -2.6666666667vw; }
      #about .limited_edition::after {
        bottom: -1.2vw;
        right: -3.7333333333vw;
        border-right: 1.0666666667vw solid #29313a;
        border-bottom: 1.0666666667vw solid #29313a; }
    #about .introduction {
      position: relative;
      border: none;
      padding-top: 12.8vw; }
      #about .introduction .border_box {
        width: 88.1333333333vw;
        width: 88.1333333333vw;
        height: 122vw;
        top: 26.6666666667vw;
        left: 0.6666666667vw;
        border-right: none; }
        #about .introduction .border_box .brackets .box_title {
          top: -5.3333333333vw;
          right: 2.6666666667vw;
          font-size: 2.6666666667vw; }
        #about .introduction .border_box .brackets span.prev::before {
          left: -26.6666666667vw;
          width: 133.3333333333vw; }
        #about .introduction .border_box .brackets span.prev::after {
          width: 160vw; }
        #about .introduction .border_box .brackets span.next::before {
          top: -1px;
          left: -1px;
          height: 146.6666666667vw; }
        #about .introduction .border_box .brackets span.next::after {
          content: none; }
        #about .introduction .border_box .brackets::before {
          right: -0.5333333333vw;
          border-top: 1.0666666667vw solid #29313a;
          border-right: 1.0666666667vw solid #29313a; }
      #about .introduction div h3 {
        width: 100%; }
        #about .introduction div h3 img {
          width: 100%; }
      #about .introduction div > p {
        font-size: 3.7333333333vw;
        font-weight: bold;
        margin-top: 6.6666666667vw;
        margin-left: 3.3333333333vw;
        line-height: 2.185; }
        #about .introduction div > p::before {
          content: '';
          display: block;
          height: 0;
          width: 0;
          margin-top: calc((1 - 2.285) * 0.5em); }
        #about .introduction div > p::after {
          content: '';
          display: block;
          height: 0;
          width: 0;
          margin-bottom: calc((1 - 2.285) * 0.5em); }
      #about .introduction figure {
        position: absolute;
        bottom: -8vw;
        right: -6.9333333333vw;
        width: 44.5333333333vw; }
    #about::after {
      height: 15.3333333333vw;
      bottom: -15.3333333333vw; }

  footer {
    width: 86.2666666667vw;
    margin: 16vw auto 0; }
    footer .wrap.flex {
      width: 86.2666666667vw;
      margin: 0 auto;
      flex-direction: column; }
      footer .wrap.flex table {
        width: 100%;
        position: relative; }
        footer .wrap.flex table tr {
          display: flex;
          flex-direction: column;
          white-space: normal; }
          footer .wrap.flex table tr th {
            font-size: 3.7333333333vw;
            font-weight: normal;
            padding-bottom: 3.4666666667vw; }
          footer .wrap.flex table tr td, footer .wrap.flex table tr .price {
            line-height: 1.5;
            font-size: 4.2666666667vw;
            font-weight: bold; }
          footer .wrap.flex table tr td {
            padding-bottom: 10.6666666667vw; }
        footer .wrap.flex table img {
          width: 10.8vw; }
        footer .wrap.flex table::after {
          position: absolute;
          content: "";
          bottom: 0;
          left: -13.3333333333vw;
          width: 133.3333333333vw;
          height: 1px;
          background: #f0ece0; }
      footer .wrap.flex .wrap {
        width: 86.2666666667vw;
        margin-top: 10vw !important;
        margin: 0 auto; }
        footer .wrap.flex .wrap .button {
          width: 100%;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          footer .wrap.flex .wrap .button .block_button {
            width: 100%;
            justify-content: space-around; }
            footer .wrap.flex .wrap .button .block_button div {
              width: 26.6666666667vw;
              height: 26.6666666667vw;
              font-size: 3.7333333333vw; }
          footer .wrap.flex .wrap .button .sns {
            margin-top: 8.5333333333vw;
            width: 61.3333333333vw;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between; }
            footer .wrap.flex .wrap .button .sns p {
              padding: 0;
              font-size: 4.8vw; }
            footer .wrap.flex .wrap .button .sns .flex {
              justify-content: space-between;
              width: 33.4666666667vw; }
              footer .wrap.flex .wrap .button .sns .flex img {
                width: 13.3333333333vw;
                height: auto; }
        footer .wrap.flex .wrap .flex.logo {
          margin-top: 9.3333333333vw;
          flex-direction: column;
          /*justify-content: center;
          align-items: center;*/ }
          footer .wrap.flex .wrap .flex.logo .logo_group {
            width: 34.1333333333vw;
            justify-content: space-between; }
            footer .wrap.flex .wrap .flex.logo .logo_group a {
              width: auto; }
              footer .wrap.flex .wrap .flex.logo .logo_group a img {
                width: 12vw;
                height: auto; }
              footer .wrap.flex .wrap .flex.logo .logo_group a:last-child {
                width: 13.3333333333vw;
                height: auto; }
          footer .wrap.flex .wrap .flex.logo p {
            text-align: left; }
    footer small {
      display: block;
      margin: 0 auto;
      margin-top: 8vw;
      padding-bottom: 8vw;
      width: 98%; }
      footer small p {
        display: block !important;
        font-size: 2.6666666667vw;
        line-height: 1;
        text-align: left;
        line-height: 1.5; } }
.modal_open {
  cursor: pointer; }

#modal_box {
  display: none;
  background: rgba(41, 49, 58, 0.9);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0; }
  #modal_box #modal_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%; }
  #modal_box .modal_close {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0vw;
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    cursor: pointer; }
    @media (max-width: 1280px) {
      #modal_box .modal_close {
        top: 0px; } }
    @media (max-width: 1280px) {
      #modal_box .modal_close {
        width: 66.6666666667px; } }
    @media (max-width: 1280px) {
      #modal_box .modal_close {
        height: 66.6666666667px; } }
    @media (max-width: 750px) {
      #modal_box .modal_close {
        top: 16vw; } }
    #modal_box .modal_close .close_icon::before,
    #modal_box .modal_close .close_icon::after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 1px;
      margin: -8% 0 0 -42%;
      background: #fff; }
    #modal_box .modal_close .close_icon::before {
      transform: rotate(-45deg); }
    #modal_box .modal_close .close_icon::after {
      transform: rotate(45deg); }
  #modal_box #modal_list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
  #modal_box .modal {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    opacity: 0;
    display: none;
    line-height: 2.2;
    width: 47.9166666667vw;
    max-height: 40em; }
    @media (max-width: 1280px) {
      #modal_box .modal {
        width: 613.3333333333px; } }
    @media (max-width: 750px) {
      #modal_box .modal {
        width: 80vw; } }
    #modal_box .modal .scroll_inr {
      width: 100%;
      height: 100%;
      overflow-y: scroll;
      -ms-overflow-style: none;
      /* IE, Edge 対応 */
      scrollbar-width: none;
      /* Firefox 対応 */ }
      #modal_box .modal .scroll_inr::-webkit-scrollbar {
        /* Chrome, Safari 対応 */
        display: none; }
    #modal_box .modal h4 {
      font-size: 3.3333333333vw;
      margin-bottom: 3.125vw;
      font-weight: bold;
      color: #ee9e0d;
      font-family: aktiv-grotesk-condensed, sans-serif; }
      @media (max-width: 1280px) {
        #modal_box .modal h4 {
          font-size: 42.6666666667px; } }
      @media (max-width: 1280px) {
        #modal_box .modal h4 {
          margin-bottom: 40px; } }
    #modal_box .modal dl {
      color: #fff;
      display: flex;
      font-size: 0.9375vw; }
      @media (max-width: 1280px) {
        #modal_box .modal dl {
          font-size: 12px; } }
      @media (max-width: 750px) {
        #modal_box .modal dl {
          display: block; } }
      #modal_box .modal dl dt, #modal_box .modal dl dd {
        line-height: 2.2; }
      #modal_box .modal dl dd {
        margin-left: 1.5625vw; }
        @media (max-width: 1280px) {
          #modal_box .modal dl dd {
            margin-left: 20px; } }
      #modal_box .modal dl + dl {
        margin-top: 2.0833333333vw; }
        @media (max-width: 1280px) {
          #modal_box .modal dl + dl {
            margin-top: 26.6666666667px; } }

/*# sourceMappingURL=style.css.map */
