.OpacityAnim {
  width: 100%;
  max-width: none;
  min-width: none;
  opacity: 0%;
  transition: opacity 0.2s linear;
}

@media (any-hover: hover) {
  .OpacityAnim:hover {
    opacity: 100%;
    transition: opacity 0.1s linear;
  }
}
.Box-openAnim_left {
  animation-name: Box-open_left;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes Box-open_left {
  0% {
    translate: -50px 0px;
    opacity: 0%;
  }
  100% {
    translate: 0px 0px;
    opacity: 100%;
  }
}
.Box-openAnim_right {
  animation-name: Box-open_right;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes Box-open_right {
  0% {
    translate: 50px 0px;
    opacity: 0%;
  }
  100% {
    translate: 0px 0px;
    opacity: 100%;
  }
}
#AnimOn {
  display: block;
}

#AnimOff {
  display: block;
}

.ButtonHover-brightness:hover {
  filter: brightness(1.2);
}

.ButtonHover-MoveUp {
  transition: all 0.2s ease-out;
  filter: brightness(1);
  translate: 0px 0px;
}

.ButtonHover-MoveUp:hover {
  transition: all 0.2s ease-out;
  filter: brightness(1.3);
  translate: 0px -20px;
}

@keyframes ccp {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
body {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}

#loading {
  position: fixed;
  height: 100%;
  max-height: none;
  min-height: none;
  width: 100%;
  max-width: none;
  min-width: none;
  background-image: rgb(31, 201, 71);
  background-color: rgb(31, 201, 71);
  background-clip: border-box;
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  z-index: 56;
  opacity: 1;
}

.hide {
  opacity: 0;
  visibility: hidden;
}

#SSscreen {
  display: none;
  box-sizing: border-box;
  position: fixed;
  background-image: rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.7);
  background-clip: border-box;
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  height: 100%;
  max-height: none;
  min-height: none;
  width: 100%;
  max-width: none;
  min-width: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
#SSscreen .ParentFlexBox16 {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
}
#SSscreen .ParentFlexBox16 .SSsize {
  width: 70%;
  max-width: none;
  min-width: none;
}
@media screen and (max-width: 480px) {
  #SSscreen .ParentFlexBox16 .SSsize {
    width: 95%;
    max-width: none;
    min-width: none;
  }
}
#SSscreen .ParentFlexBox16 .closebutton {
  position: absolute;
  right: 8%;
  height: auto;
  max-height: none;
  min-height: 10px;
}
@media screen and (max-width: 480px) {
  #SSscreen .ParentFlexBox16 .closebutton {
    right: 8%;
    top: 20%;
    height: auto;
    max-height: 50px;
    min-height: 25px;
  }
}

.Open_Close_SideMenuButton {
  position: fixed;
  right: 0;
  display: flex;
  box-sizing: border-box;
  align-items: flex-end;
  justify-content: flex-end;
  padding-left: none;
  padding-right: 1%;
  padding-top: 2%;
  padding-bottom: none;
  opacity: 0;
  transition: 0.5s;
}
.Open_Close_SideMenuButton #_01 {
  display: block;
}
.Open_Close_SideMenuButton #_02 {
  display: none;
}
.Open_Close_SideMenuButton .OpenCloseButton {
  height: 100%;
  max-height: 50px;
  min-height: 25px;
}

.FrontBox {
  position: fixed;
  top: 0px;
  right: 0px;
  display: flex;
  box-sizing: border-box;
  justify-content: flex-end;
  height: 100%;
  max-height: none;
  min-height: none;
  overflow: hidden;
}
.FrontBox .SideMenu {
  position: relative;
  display: flex;
  box-sizing: border-box;
  justify-content: flex-end;
  background-image: url(../IMG/SideMenuBG.png);
  background-color: url(../IMG/SideMenuBG.png);
  background-clip: border-box;
  background-size: cover;
  background-repeat: repeat;
  background-position: left;
  height: 100%;
  max-height: auto;
  min-height: auto;
}
.FrontBox .SideMenu .ParentFlexBox14 {
  display: flex;
  box-sizing: border;
  flex-direction: column;
  width: 80%;
  max-width: none;
  min-width: none;
  padding-left: none;
  padding-right: 5%;
  padding-top: none;
  padding-bottom: none;
}
.FrontBox .SideMenu .ParentFlexBox14 .SideMenu_Logo {
  width: 100%;
  max-width: 286px;
  min-width: 143px;
  padding-left: auto;
  padding-right: auto;
  padding-top: 100px;
  padding-bottom: none;
}
.FrontBox .SideMenu .ParentFlexBox14 .ParentFlexBox15 {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  max-width: none;
  min-width: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.FrontBox .SideMenu .ParentFlexBox14 .ParentFlexBox15 .SideMenuButton {
  width: 100%;
  max-width: 280px;
  min-width: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.FrontBox .SideMenu .ParentFlexBox14 .ParentFlexBox15 .SideMenuButton:hover {
  transition: all 0.5s;
  margin-left: -10px;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

#displayInit {
  display: none;
  box-sizing: border-box;
}

#displayClose {
  animation-name: ocsm-close;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes ocsm-close {
  0% {
    margin-right: 0%;
    display: flex;
    box-sizing: border-box;
  }
  100% {
    display: none;
    box-sizing: border-box;
    margin-right: -100%;
  }
}
#displayOpen {
  animation-name: ocsm-open;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes ocsm-open {
  0% {
    margin-right: -100%;
    display: none;
    box-sizing: border-box;
  }
  100% {
    margin-right: 0%;
    display: flex;
    box-sizing: border-box;
  }
}
.Top {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-content: flex-start;
  width: 100%;
  max-width: none;
  min-width: 1024px;
  height: 100vh;
  max-height: 1080px;
  min-height: 900px;
  background-image: url(../IMG/MainVisualSky.jpg);
  background-color: url(../IMG/MainVisualSky.jpg);
  background-clip: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1460px) {
  .Top {
    height: 100vh;
    max-height: 900px;
    min-height: 850px;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .Top {
    width: 100%;
    max-width: none;
    min-width: 450px;
    height: 100%;
    max-height: none;
    min-height: none;
  }
}
.Top .Header {
  display: flex;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .Top .Header {
    display: none;
    box-sizing: border-box;
  }
}
.Top .langBox {
  display: flex;
  box-sizing: border-box;
  justify-content: end;
  margin-left: none;
  margin-right: 1%;
  margin-top: none;
  margin-bottom: none;
}
@media screen and (max-width: 480px) {
  .Top .langBox {
    display: none;
    box-sizing: border-box;
  }
}
.Top .Logo_Media-SmartPhonePos {
  display: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 750px;
  min-width: 400px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .Top .Logo_Media-SmartPhonePos {
    display: flex;
    box-sizing: border-box;
  }
}
.Top .ParentFlexBox01 {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  height: 100%;
  max-height: none;
  min-height: none;
}
@media screen and (max-width: 480px) {
  .Top .ParentFlexBox01 {
    flex-direction: column;
  }
}
.Top .ParentFlexBox01 .MainVisual {
  display: flex;
  box-sizing: border-box;
  background-image: url(../IMG/MainVisual.png);
  background-color: url(../IMG/MainVisual.png);
  background-clip: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  max-width: 900px;
  min-width: 640px;
  height: 100%;
  max-height: auto;
  min-height: 600px;
  margin-left: 5%;
  margin-right: auto;
  margin-top: none;
  margin-bottom: none;
}
@media screen and (max-width: 480px) {
  .Top .ParentFlexBox01 .MainVisual {
    background-image: url(../IMG/MainVisualSky.jpg);
    background-color: url(../IMG/MainVisualSky.jpg);
    background-clip: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 480px) {
  .Top .ParentFlexBox01 .MainVisual {
    height: 100%;
    max-height: 800px;
    min-height: 400px;
    width: 100%;
    max-width: 900px;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: none;
    margin-bottom: none;
    flex-direction: column;
  }
}
.Top .ParentFlexBox01 .MainVisual .ChatchCopy {
  display: flex;
  box-sizing: border-box;
  align-self: flex-end;
  width: 80%;
  max-width: none;
  min-width: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: none;
  margin-bottom: 15px;
  transform: rotate(8deg);
  animation-name: ccp;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
}
@media screen and (max-width: 480px) {
  .Top .ParentFlexBox01 .MainVisual .ChatchCopy {
    display: none;
    box-sizing: border-box;
  }
}
.Top .ParentFlexBox01 .MainVisual .Rideon_Media-SmartPhonePos {
  display: none;
  box-sizing: border-box;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .Top .ParentFlexBox01 .MainVisual .Rideon_Media-SmartPhonePos {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-width: none;
    padding-left: none;
    padding-right: none;
    padding-top: calc(100% - 80px);
    padding-bottom: none;
    justify-content: flex-end;
    background-image: url(../IMG/MainVisual.png);
    background-color: url(../IMG/MainVisual.png);
    background-clip: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
.Top .ParentFlexBox01 .MainVisual .Rideon_Media-SmartPhonePos .ChatchCopy_Media-SmartPhonePos {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-width: none;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: none;
  padding-bottom: none;
  animation-name: ccp;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
}
.Top .ParentFlexBox01 .MainVisual .Rideon_Media-SmartPhonePos .ComLogo_sp {
  height: 10px;
  max-height: none;
  min-height: 25px;
  margin-left: none;
  margin-right: 5px;
  margin-top: none;
  margin-bottom: 5px;
}
.Top .ParentFlexBox01 .MainVisual .Header_Media-SmartPhonePos {
  display: none;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .Top .ParentFlexBox01 .MainVisual .Header_Media-SmartPhonePos {
    display: flex;
    box-sizing: border-box;
  }
}
.Top .ParentFlexBox01 .MainVisual .langBox_Media-SmartPhonePos {
  display: none;
  box-sizing: border-box;
  justify-content: end;
  margin-left: none;
  margin-right: 1%;
  margin-top: none;
  margin-bottom: none;
}
@media screen and (max-width: 480px) {
  .Top .ParentFlexBox01 .MainVisual .langBox_Media-SmartPhonePos {
    display: flex;
    box-sizing: border-box;
  }
}
.Top .ParentFlexBox01 .ParentFlexBox02 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  max-width: none;
  min-width: 400px;
  margin-left: auto;
  margin-right: 7%;
  margin-top: none;
  margin-bottom: none;
  position: relative;
}
@media screen and (max-width: 480px) {
  .Top .ParentFlexBox01 .ParentFlexBox02 {
    background-image: url(../IMG/MainVisualSky.jpg);
    background-color: url(../IMG/MainVisualSky.jpg);
    background-clip: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.Top .ParentFlexBox01 .ParentFlexBox02 .Logo {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 750px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .Top .ParentFlexBox01 .ParentFlexBox02 .Logo {
    display: none;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1460px) {
  .Top .ParentFlexBox01 .ParentFlexBox02 .Logo {
    width: 100%;
    max-width: 550px;
    min-width: 400px;
  }
}
.Top .ParentFlexBox01 .ParentFlexBox02 .ParentFlexBox03 {
  display: flex;
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: none;
  margin-bottom: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .Top .ParentFlexBox01 .ParentFlexBox02 .ParentFlexBox03 {
    background-image: white;
    background-color: white;
    background-clip: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.Top .ParentFlexBox01 .ParentFlexBox02 .ParentFlexBox03 .MenuBoard {
  display: flex;
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: none;
  margin-bottom: 10px;
  background-image: url(../IMG/MenuBoard.png);
  background-color: url(../IMG/MenuBoard.png);
  background-clip: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 1460px) {
  .Top .ParentFlexBox01 .ParentFlexBox02 .ParentFlexBox03 .MenuBoard {
    width: 100%;
    max-width: 400px;
    min-width: 300px;
  }
}
.Top .ParentFlexBox01 .ParentFlexBox02 .ParentFlexBox03 .MenuBoard .MenuButtonBox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 500px;
  min-width: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1460px) {
  .Top .ParentFlexBox01 .ParentFlexBox02 .ParentFlexBox03 .MenuBoard .MenuButtonBox {
    margin-left: auto;
    margin-right: auto;
    margin-top: 66px;
    margin-bottom: 39px;
  }
}
.Top .ParentFlexBox01 .ParentFlexBox02 .ParentFlexBox03 .MenuBoard .MenuButtonBox .MenuButton {
  width: 80%;
  max-width: 394px;
  min-width: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: none;
  margin-bottom: none;
}
@media screen and (max-width: 480px) {
  .Top .ParentFlexBox01 .ParentFlexBox02 .ParentFlexBox03 .MenuBoard .MenuButtonBox .MenuButton {
    margin-left: auto;
    margin-right: auto;
    margin-top: -3px;
    margin-bottom: 6px;
  }
}
.Top .ParentFlexBox01 .ParentFlexBox02 .ParentFlexBox03 .ButtonBox {
  display: inline-flex;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-width: none;
}
@media screen and (max-width: 1024px) {
  .Top .ParentFlexBox01 .ParentFlexBox02 .ParentFlexBox03 .ButtonBox {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1460px) {
  .Top .ParentFlexBox01 .ParentFlexBox02 .ParentFlexBox03 .ButtonBox {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .Top .ParentFlexBox01 .ParentFlexBox02 .ParentFlexBox03 .ButtonBox {
    justify-content: center;
    width: 100%;
    max-width: none;
    min-width: none;
    margin-left: none;
    margin-right: none;
    margin-top: none;
    margin-bottom: 10px;
  }
}
.Top .ParentFlexBox01 .ParentFlexBox02 .ParentFlexBox03 .ButtonBox .PVButton {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-width: none;
}
@media screen and (max-width: 1460px) {
  .Top .ParentFlexBox01 .ParentFlexBox02 .ParentFlexBox03 .ButtonBox .PVButton {
    width: auto;
    max-width: none;
    min-width: none;
    height: 100px;
    max-height: none;
    min-height: none;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .Top .ParentFlexBox01 .ParentFlexBox02 .ParentFlexBox03 .ButtonBox .PVButton {
    width: auto;
    max-width: none;
    min-width: none;
    height: 75px;
    max-height: none;
    min-height: none;
  }
}
.Top .ParentFlexBox01 .ParentFlexBox02 .ParentFlexBox03 .ButtonBox .TwButton {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  max-height: 122px;
  min-height: 60px;
}
@media screen and (max-width: 1460px) {
  .Top .ParentFlexBox01 .ParentFlexBox02 .ParentFlexBox03 .ButtonBox .TwButton {
    width: auto;
    max-width: none;
    min-width: none;
    height: 100px;
    max-height: none;
    min-height: none;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .Top .ParentFlexBox01 .ParentFlexBox02 .ParentFlexBox03 .ButtonBox .TwButton {
    width: auto;
    max-width: none;
    min-width: none;
    height: 75px;
    max-height: none;
    min-height: none;
  }
}
.Top .ParentFlexBox01 .ParentFlexBox02 .RideOn {
  right: 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  max-height: none;
  min-height: none;
}
@media screen and (max-width: 480px) {
  .Top .ParentFlexBox01 .ParentFlexBox02 .RideOn {
    left: 0px;
    display: none;
    box-sizing: border-box;
  }
}
.Top .ParentFlexBox01 .ParentFlexBox02 .RideOn .ComLogo {
  align-self: flex-end;
  height: 30px;
  max-height: 75px;
  min-height: 37.5px;
  margin-left: none;
  margin-right: 20px;
  margin-top: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .Top .ParentFlexBox01 .ParentFlexBox02 .RideOn .ComLogo {
    height: 10px;
    max-height: none;
    min-height: 25px;
  }
}

#StoryButton_BG {
  background-image: url(../IMG/MenuButton_StoryNonAc_en.png);
  background-color: url(../IMG/MenuButton_StoryNonAc_en.png);
  background-clip: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

#GameSystemButton_BG {
  background-image: url(../IMG/MenuButton_GamesystemNonAc_en.png);
  background-color: url(../IMG/MenuButton_GamesystemNonAc_en.png);
  background-clip: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

#CharacterButton_BG {
  background-image: url(../IMG/MenuButton_CharacterNonAc_en.png);
  background-color: url(../IMG/MenuButton_CharacterNonAc_en.png);
  background-clip: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

#SalespointButton_BG {
  background-image: url(../IMG/MenuButton_SalesPointNonAc_en.png);
  background-color: url(../IMG/MenuButton_SalesPointNonAc_en.png);
  background-clip: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.ScrollBG {
  display: flex;
  box-sizing: border-box;
  background-image: url(../IMG/SS_scroll.jpg);
  background-color: url(../IMG/SS_scroll.jpg);
  background-clip: padding-box;
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  max-width: none;
  min-width: 1024px;
  height: 100%;
  max-height: 267px;
  min-height: 267px;
  animation-name: ScrollBG;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
}
@media screen and (max-width: 480px) {
  .ScrollBG {
    display: none;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-width: 450px;
  }
}

@keyframes ScrollBG {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2251px 0;
  }
}
* {
  cursor: url(../IMG/Cursor.png), auto;
}

.ScrollBG_Media-SmartPhonePos {
  display: none;
  box-sizing: border-box;
  background-image: url(../IMG/SS_scroll.jpg);
  background-color: url(../IMG/SS_scroll.jpg);
  background-clip: padding-box;
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  max-width: none;
  min-width: none;
  height: 100%;
  max-height: 100px;
  min-height: 100px;
  animation-name: ScrollBG;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
}
@media screen and (max-width: 480px) {
  .ScrollBG_Media-SmartPhonePos {
    display: flex;
    box-sizing: border-box;
  }
}

#ID_Text1 {
  display: block;
}

#ID_Text2 {
  display: none;
}

#ID_Text3 {
  display: none;
}

#ID_Text4 {
  display: none;
}

#ID_Text5 {
  display: block;
}

#ID_Text6 {
  display: none;
}

#ID_Text7 {
  display: none;
}

#ID_Text8 {
  display: none;
}

#ID_Text9 {
  display: none;
}

.Platform-Info {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  background-image: url(../IMG/SpecBG.jpg);
  background-color: url(../IMG/SpecBG.jpg);
  background-clip: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  max-width: none;
  min-width: 1024px;
}
@media screen and (max-width: 480px) {
  .Platform-Info {
    width: 100%;
    max-width: none;
    min-width: 450px;
  }
}
.Platform-Info .ParentFlexBox04 {
  display: flex;
  box-sizing: border-box;
}
.Platform-Info .ParentFlexBox04 .ButtonGroup {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  width: 100%;
  max-width: none;
  min-width: none;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .Platform-Info .ParentFlexBox04 .ButtonGroup {
    flex-direction: column;
  }
}
.Platform-Info .ParentFlexBox04 .ButtonGroup .PlatButtonSetting {
  width: 100%;
  max-width: 300px;
  min-width: 150px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .Platform-Info .ParentFlexBox04 .ButtonGroup .PlatButtonSetting {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1460px) {
  .Platform-Info .ParentFlexBox04 .ButtonGroup .PlatButtonSetting {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.Platform-Info .ParentFlexBox05 {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-width: none;
}
.Platform-Info .ParentFlexBox05 .ImgSetting01 {
  width: 100%;
  max-width: 892px;
  min-width: 446px;
}
.Platform-Info .ParentFlexBox05 .ImgSetting02 {
  width: 100%;
  max-width: 480px;
  min-width: 240px;
}
@media screen and (max-width: 480px) {
  .Platform-Info .ParentFlexBox05 .ImgSetting02 {
    width: 100%;
    max-width: 350px;
    min-width: 175px;
  }
}
.Platform-Info .ContactButton {
  width: 100%;
  max-width: 360px;
  min-width: 180px;
  margin-left: none;
  margin-right: none;
  margin-top: 25px;
  margin-bottom: 25px;
}
.Platform-Info .KOTIRAGroup {
  text-align: center;
}
.Platform-Info .KOTIRAGroup > div {
  max-width: 1200px;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1460px) {
  .Platform-Info .KOTIRAGroup > div {
    max-width: 1000px;
  }
}
.Platform-Info .KOTIRAGroup .KOTIRA {
  display: inline-block;
  height: 100%;
  max-height: 34px;
  min-height: 17px;
}
@media screen and (max-width: 1460px) {
  .Platform-Info .KOTIRAGroup .KOTIRA {
    height: 100%;
    max-height: 28px;
    min-height: 10px;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .Platform-Info .KOTIRAGroup .KOTIRA {
    height: 100%;
    max-height: 13px;
    min-height: 10px;
  }
}
.Platform-Info .BunnerBox {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 4px 0 4px 0;
  border-color: white;
  width: 80%;
  max-width: none;
  min-width: none;
  padding-left: none;
  padding-right: none;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: none;
  margin-right: none;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .Platform-Info .BunnerBox {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .Platform-Info .BunnerBox {
    width: 95%;
    max-width: none;
    min-width: none;
    padding-left: none;
    padding-right: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: none;
    margin-right: none;
    margin-top: 50px;
    margin-bottom: 0px;
  }
}
.Platform-Info .BunnerBox .BunnerButtonSetting {
  width: 100%;
  max-width: 480px;
  min-width: 240px;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: none;
  margin-bottom: none;
  box-shadow: rgba(6, 52, 101, 0.7) 3px 3px 10px;
}
@media screen and (max-width: 480px) {
  .Platform-Info .BunnerBox .BunnerButtonSetting {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1460px) {
  .Platform-Info .BunnerBox .BunnerButtonSetting {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.Platform-Info .NewsFlexBox {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 80%;
  max-width: none;
  min-width: 900px;
  height: 500px;
  max-height: none;
  min-height: 500px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 480px) {
  .Platform-Info .NewsFlexBox {
    width: 100%;
    max-width: 500px;
    min-width: 400px;
  }
}
.Platform-Info .NewsFlexBox .ImgGroup {
  display: flex;
  box-sizing: border-box;
  flex-wrap: nowrap;
  position: relative;
  height: 100%;
  max-height: none;
  min-height: none;
}
.Platform-Info .NewsFlexBox .ImgGroup .SignBorad {
  position: absolute;
  translate: -50% 0;
  bottom: 0px;
  left: 50%;
  height: 100%;
  max-height: 63px;
  min-height: 31.5px;
}
.Platform-Info .NewsFlexBox .ImgGroup .HolizontalCenter {
  height: 64px;
  max-height: 100%;
  min-height: none;
  width: 100%;
  max-width: none;
  min-width: none;
}
.Platform-Info .NewsFlexBox .ImgGroup .VerticalCenter {
  width: 64px;
  max-width: none;
  min-width: none;
  height: 100%;
  max-height: none;
  min-height: none;
}
.Platform-Info .NewsFlexBox .ImgGroup .Center {
  height: 100%;
  max-height: none;
  min-height: none;
  width: 100%;
  max-width: none;
  min-width: none;
}
.Platform-Info .NewsFlexBox .ParentFlexBox06 {
  display: flex;
  box-sizing: border-box;
  align-items: flex-end;
  position: absolute;
  height: calc(100% - 64px);
  max-height: none;
  min-height: none;
  width: 100%;
  max-width: none;
  min-width: none;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: none;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .Platform-Info .NewsFlexBox .ParentFlexBox06 {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.Platform-Info .NewsFlexBox .ParentFlexBox06 .TextBoxGroup {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  height: calc(100% - 32px);
  max-height: none;
  min-height: none;
  width: 100%;
  max-width: none;
  min-width: none;
  margin-left: 10px;
  margin-right: 5px;
  margin-top: none;
  margin-bottom: none;
  padding-left: none;
  padding-right: 7px;
  padding-top: none;
  padding-bottom: none;
  overflow-y: scroll;
}
.Platform-Info .NewsFlexBox .ParentFlexBox06 .TextBoxGroup .TextBox {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-width: none;
  flex-wrap: nowrap;
}
.Platform-Info .NewsFlexBox .ParentFlexBox06 .TextBoxGroup .TextBox .DayText {
  margin-left: none;
  margin-right: 1em;
  margin-top: none;
  margin-bottom: none;
}
.Platform-Info .NewsFlexBox .ParentFlexBox06 .TextBoxGroup .TextBox .MainText {
  width: 100%;
  max-width: none;
  min-width: none;
}
.Platform-Info .NewsFlexBox .ParentFlexBox06 .TextBoxGroup .UnderLine {
  border-style: dashed;
  border-width: 0 0 2px 0;
  border-color: rgba(98, 66, 47, 0.5);
}
.Platform-Info .NewsFlexBox .ParentFlexBox06 .TextBoxGroup::-webkit-scrollbar {
  width: 5px;
  border-radius: 100px;
}
.Platform-Info .NewsFlexBox .ParentFlexBox06 .TextBoxGroup::-webkit-scrollbar-track {
  background-color: rgb(115, 82, 46);
  border-radius: 100px;
}
.Platform-Info .NewsFlexBox .ParentFlexBox06 .TextBoxGroup::-webkit-scrollbar-thumb {
  background-color: rgb(236, 129, 152);
  border-radius: 100px;
}
.Platform-Info .Gradient_B {
  display: flex;
  box-sizing: border-box;
  background-image: url(../IMG/Gradient_BtoT.png);
  background-color: url(../IMG/Gradient_BtoT.png);
  background-clip: border-box;
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  max-width: none;
  min-width: none;
  height: 100%;
  max-height: none;
  min-height: 200px;
}
@media screen and (max-width: 480px) {
  .Platform-Info .Gradient_B {
    height: 100%;
    max-height: none;
    min-height: 100px;
  }
}

#NS_BG {
  background-image: url(../IMG/Platform_NS_Button.png);
  background-color: url(../IMG/Platform_NS_Button.png);
  background-clip: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

#PS4_BG {
  background-image: url(../IMG/Platform_PS4_Button.png);
  background-color: url(../IMG/Platform_PS4_Button.png);
  background-clip: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

#PS5_BG {
  background-image: url(../IMG/Platform_PS5_Button.png);
  background-color: url(../IMG/Platform_PS5_Button.png);
  background-clip: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

#Steam_BG {
  background-image: url(../IMG/Platform_Steam_Button.png);
  background-color: url(../IMG/Platform_Steam_Button.png);
  background-clip: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

#Contact_BG {
  background-image: url(../IMG/Contact_Button.png);
  background-color: url(../IMG/Contact_Button.png);
  background-clip: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

#Story {
  display: flex;
  box-sizing: border-box;
  position: relative;
  justify-content: center;
  flex-direction: column;
  background-image: url(../IMG/StoryBG.jpg);
  background-color: url(../IMG/StoryBG.jpg);
  background-clip: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  transition-property: background-position;
  transition-timing-function: linear;
  transition-duration: 0.07s;
  width: 100%;
  max-width: none;
  min-width: 1024px;
}
@media screen and (max-width: 1460px) {
  #Story {
    background-image: url(../IMG/StoryBG_sp.jpg);
    background-color: url(../IMG/StoryBG_sp.jpg);
    background-clip: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 130%;
    transition-property: background-position;
    transition-timing-function: linear;
    transition-duration: 0.05s;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  #Story {
    background-image: url(../IMG/StoryBG_sp.jpg);
    background-color: url(../IMG/StoryBG_sp.jpg);
    background-clip: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 180%;
    transition-property: background-position;
    transition-timing-function: linear;
    transition-duration: 0.05s;
  }
}
@media screen and (max-width: 480px) {
  #Story {
    width: 100%;
    max-width: none;
    min-width: 450px;
  }
}
#Story .Gradient_T {
  display: flex;
  box-sizing: border-box;
  background-image: url(../IMG/Gradient_TtoB.png);
  background-color: url(../IMG/Gradient_TtoB.png);
  background-clip: border-box;
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  max-width: none;
  min-width: none;
  height: 100%;
  max-height: none;
  min-height: 300px;
  margin-left: none;
  margin-right: none;
  margin-top: -5px;
  margin-bottom: none;
}
@media screen and (max-width: 480px) {
  #Story .Gradient_T {
    height: 100%;
    max-height: none;
    min-height: 150px;
  }
}
#Story .ContentHeader-Story {
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  margin-bottom: 100px;
  height: 100%;
  max-height: 80px;
  min-height: 40px;
}
#Story .StoryText {
  width: 100%;
  max-width: 1106px;
  min-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  #Story .StoryText {
    width: 95%;
    max-width: 1106px;
    min-width: 400px;
  }
}
@media screen and (max-width: 1460px) {
  #Story .StoryText {
    width: 95%;
    max-width: 1106px;
    min-width: 400px;
  }
}
#Story .Gradient_B {
  display: flex;
  box-sizing: border-box;
  background-image: url(../IMG/Gradient_BtoT.png);
  background-color: url(../IMG/Gradient_BtoT.png);
  background-clip: border-box;
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  max-width: none;
  min-width: none;
  height: 100%;
  max-height: none;
  min-height: 200px;
}
@media screen and (max-width: 480px) {
  #Story .Gradient_B {
    height: 100%;
    max-height: none;
    min-height: 100px;
  }
}

.Gamesystem {
  position: relative;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  background-image: url(../IMG/DotPattern.png);
  background-color: url(../IMG/DotPattern.png);
  background-clip: border-box;
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  background-attachment: scroll;
  width: 100%;
  max-width: none;
  min-width: 1024px;
  padding-left: none;
  padding-right: none;
  padding-top: none;
  padding-bottom: 100px;
}
.Gamesystem .ContentHeader-GameSystem {
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  margin-bottom: 80px;
  height: 100%;
  max-height: 80px;
  min-height: 40px;
}
@media screen and (max-width: 480px) {
  .Gamesystem {
    width: 100%;
    max-width: none;
    min-width: 450px;
  }
}
.Gamesystem .Gradient_T {
  display: flex;
  box-sizing: border-box;
  background-image: url(../IMG/Gradient_TtoB.png);
  background-color: url(../IMG/Gradient_TtoB.png);
  background-clip: border-box;
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  max-width: none;
  min-width: none;
  height: 100%;
  max-height: none;
  min-height: 200px;
  margin-left: none;
  margin-right: none;
  margin-top: -5px;
  margin-bottom: none;
}
@media screen and (max-width: 480px) {
  .Gamesystem .Gradient_T {
    height: 100%;
    max-height: none;
    min-height: 100px;
  }
}
.Gamesystem .movieBG {
  position: fixed;
  top: -10%;
  left: -10%;
  overflow: hidden;
  width: 120%;
  max-width: none;
  min-width: none;
}
@media screen and (max-width: 1024px) {
  .Gamesystem .movieBG {
    top: -10%;
    left: -80%;
    width: 150%;
    max-width: none;
    min-width: 5000px;
  }
}
@media screen and (max-width: 480px) {
  .Gamesystem .movieBG {
    top: 0;
    left: -150%;
    width: 100%;
    max-width: none;
    min-width: 2000px;
  }
}
@media screen and (max-width: 1460px) {
  .Gamesystem .movieBG {
    top: 0;
    left: -100%;
    width: 100%;
    max-width: none;
    min-width: 3000px;
  }
}
.Gamesystem .TopText {
  width: 100%;
  max-width: 1024px;
  min-width: 300px;
  box-shadow: rgba(0, 0, 0, 0.7) 3px 3px 10px;
}
@media screen and (max-width: 480px) {
  .Gamesystem .TopText {
    width: 90%;
    max-width: 1024px;
    min-width: 300px;
  }
}
@media screen and (max-width: 1460px) {
  .Gamesystem .TopText {
    width: 90%;
    max-width: 1024px;
    min-width: 300px;
  }
}
.Gamesystem .ParentFlexBox07 {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: none;
  min-width: none;
}
@media screen and (max-width: 1460px) {
  .Gamesystem .ParentFlexBox07 {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .Gamesystem .ParentFlexBox07 {
    flex-direction: column;
  }
}
.Gamesystem .ParentFlexBox07 .SSbig {
  height: 100%;
  max-height: 350px;
  min-height: 175px;
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 4%;
  margin-bottom: 1%;
  box-shadow: rgba(0, 0, 0, 0.7) 3px 3px 10px;
}
@media screen and (max-width: 1460px) {
  .Gamesystem .ParentFlexBox07 .SSbig {
    width: 100%;
    max-width: 480px;
    min-width: 400px;
    height: 100%;
    max-height: none;
    min-height: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4%;
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .Gamesystem .ParentFlexBox07 .SSbig {
    width: 100%;
    max-width: 430px;
    min-width: 350px;
  }
}
.Gamesystem .ParentFlexBox07 .SSbig:hover {
  transition: all 0.1s;
  transform: scale(1.05);
}
.Gamesystem .ParentFlexBox08 {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-width: 1024px;
  margin-left: none;
  margin-right: none;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .Gamesystem .ParentFlexBox08 {
    width: 100%;
    max-width: none;
    min-width: 450px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1460px) {
  .Gamesystem .ParentFlexBox08 {
    width: 100%;
    max-width: none;
    min-width: 450px;
    flex-direction: column;
    align-items: center;
  }
}
.Gamesystem .ParentFlexBox08 .SSBox-right {
  display: flex;
  box-sizing: border-box;
  justify-content: flex-start;
  width: 50%;
  max-width: auto;
  min-width: auto;
}
@media screen and (max-width: 480px) {
  .Gamesystem .ParentFlexBox08 .SSBox-right {
    width: 100%;
    max-width: none;
    min-width: none;
    justify-content: center;
  }
}
@media screen and (max-width: 1460px) {
  .Gamesystem .ParentFlexBox08 .SSBox-right {
    width: 100%;
    max-width: none;
    min-width: none;
    justify-content: center;
  }
}
.Gamesystem .ParentFlexBox08 .SSBox-right .ParentFlexBox09 {
  display: block;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: none;
  margin-top: none;
  margin-bottom: none;
}
@media screen and (max-width: 480px) {
  .Gamesystem .ParentFlexBox08 .SSBox-right .ParentFlexBox09 {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (max-width: 1460px) {
  .Gamesystem .ParentFlexBox08 .SSBox-right .ParentFlexBox09 {
    display: flex;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 95%;
    max-width: none;
    min-width: none;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.Gamesystem .ParentFlexBox08 .SSBox-right .ParentFlexBox09 .SS1 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  min-width: 225px;
  box-shadow: rgba(0, 0, 0, 0.7) 3px 3px 10px;
}
@media screen and (max-width: 1460px) {
  .Gamesystem .ParentFlexBox08 .SSBox-right .ParentFlexBox09 .SS1 {
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 500px;
    min-width: 400px;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .Gamesystem .ParentFlexBox08 .SSBox-right .ParentFlexBox09 .SS1 {
    display: flex;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 370px;
    min-width: 350px;
  }
}
.Gamesystem .ParentFlexBox08 .SSBox-right .ParentFlexBox09 .SS1:hover {
  transition: all 0.1s;
  transform: scale(1.05);
}
.Gamesystem .ParentFlexBox08 .SSBox-right .ParentFlexBox09 .SS2 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  min-width: 225px;
  margin-left: 60%;
  margin-right: none;
  margin-top: -40%;
  margin-bottom: none;
  box-shadow: rgba(0, 0, 0, 0.7) 3px 3px 10px;
}
@media screen and (max-width: 1460px) {
  .Gamesystem .ParentFlexBox08 .SSBox-right .ParentFlexBox09 .SS2 {
    margin-left: 10px;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 500px;
    min-width: 400px;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .Gamesystem .ParentFlexBox08 .SSBox-right .ParentFlexBox09 .SS2 {
    display: flex;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 370px;
    min-width: 350px;
  }
}
.Gamesystem .ParentFlexBox08 .SSBox-right .ParentFlexBox09 .SS2:hover {
  transition: all 0.1s;
  transform: scale(1.05);
}
.Gamesystem .ParentFlexBox08 .InfoBox-left {
  display: flex;
  box-sizing: border-box;
  justify-content: flex-end;
  width: 50%;
  max-width: auto;
  min-width: auto;
}
@media screen and (max-width: 1460px) {
  .Gamesystem .ParentFlexBox08 .InfoBox-left {
    justify-content: center;
    width: 100%;
    max-width: auto;
    min-width: auto;
  }
}
.Gamesystem .ParentFlexBox08 .InfoBox-left .InfoText {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  max-height: 350px;
  min-height: 175px;
  margin-left: none;
  margin-right: 0px;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 1460px) {
  .Gamesystem .ParentFlexBox08 .InfoBox-left .InfoText {
    height: 100%;
    max-height: 600px;
    min-height: 400px;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .Gamesystem .ParentFlexBox08 .InfoBox-left .InfoText {
    height: 100%;
    max-height: 245px;
    min-height: 200px;
  }
}
.Gamesystem .ParentFlexBox08-Direction-ColumnReverse {
  display: flex;
  box-sizing: border-box;
  flex-wrap: nowrap;
  width: 100%;
  max-width: none;
  min-width: 1024px;
  margin-left: none;
  margin-right: none;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .Gamesystem .ParentFlexBox08-Direction-ColumnReverse {
    width: 100%;
    max-width: none;
    min-width: 450px;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1460px) {
  .Gamesystem .ParentFlexBox08-Direction-ColumnReverse {
    width: 100%;
    max-width: none;
    min-width: 450px;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.Gamesystem .ParentFlexBox08-Direction-ColumnReverse .SSBox-left {
  display: flex;
  box-sizing: border-box;
  justify-content: flex-end;
  width: 50%;
  max-width: auto;
  min-width: auto;
}
@media screen and (max-width: 1460px) {
  .Gamesystem .ParentFlexBox08-Direction-ColumnReverse .SSBox-left {
    justify-content: center;
    width: 100%;
    max-width: auto;
    min-width: auto;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .Gamesystem .ParentFlexBox08-Direction-ColumnReverse .SSBox-left {
    justify-content: center;
    width: 100%;
    max-width: auto;
    min-width: auto;
  }
}
.Gamesystem .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 {
  display: block;
  box-sizing: border-box;
  margin-left: none;
  margin-right: 20px;
  margin-top: none;
  margin-bottom: none;
}
@media screen and (max-width: 480px) {
  .Gamesystem .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (max-width: 1460px) {
  .Gamesystem .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 {
    display: flex;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 95%;
    max-width: none;
    min-width: none;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.Gamesystem .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 .SS1 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  min-width: 225px;
  margin-left: -60%;
  margin-right: none;
  margin-top: none;
  margin-bottom: -40%;
  box-shadow: rgba(0, 0, 0, 0.7) 3px 3px 10px;
}
@media screen and (max-width: 1460px) {
  .Gamesystem .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 .SS1 {
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 500px;
    min-width: 400px;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .Gamesystem .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 .SS1 {
    display: flex;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 370px;
    min-width: 350px;
  }
}
.Gamesystem .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 .SS1:hover {
  transition: all 0.1s;
  transform: scale(1.05);
}
.Gamesystem .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 .SS2 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  min-width: 225px;
  box-shadow: rgba(0, 0, 0, 0.7) 3px 3px 10px;
}
@media screen and (max-width: 1460px) {
  .Gamesystem .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 .SS2 {
    margin-left: 10px;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 500px;
    min-width: 400px;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .Gamesystem .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 .SS2 {
    display: flex;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 370px;
    min-width: 350px;
  }
}
.Gamesystem .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 .SS2:hover {
  transition: all 0.1s;
  transform: scale(1.05);
}
.Gamesystem .ParentFlexBox08-Direction-ColumnReverse .InfoBox-right {
  display: flex;
  box-sizing: border-box;
  justify-content: flex-start;
  width: 50%;
  max-width: auto;
  min-width: auto;
}
@media screen and (max-width: 1460px) {
  .Gamesystem .ParentFlexBox08-Direction-ColumnReverse .InfoBox-right {
    justify-content: center;
    width: 100%;
    max-width: auto;
    min-width: auto;
  }
}
.Gamesystem .ParentFlexBox08-Direction-ColumnReverse .InfoBox-right .InfoText {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  max-height: 350px;
  min-height: 175px;
  margin-left: 0px;
  margin-right: none;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 1460px) {
  .Gamesystem .ParentFlexBox08-Direction-ColumnReverse .InfoBox-right .InfoText {
    height: 100%;
    max-height: 600px;
    min-height: 400px;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .Gamesystem .ParentFlexBox08-Direction-ColumnReverse .InfoBox-right .InfoText {
    height: 100%;
    max-height: 245px;
    min-height: 200px;
  }
}

.Character {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  background-image: url(../IMG/CharacterBG.jpg);
  background-color: url(../IMG/CharacterBG.jpg);
  background-clip: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: none;
  min-width: 1024px;
  padding-left: auto;
  padding-right: auto;
  padding-top: none;
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .Character {
    width: 100%;
    max-width: none;
    min-width: 450px;
  }
}
.Character .ContentHeader-Character {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 80px;
  height: 100%;
  max-height: 80px;
  min-height: 40px;
}
@media screen and (max-width: 480px) {
  .Character .ContentHeader-Character {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
.Character .ParentFlexBox10 {
  display: flex;
  box-sizing: border-box;
}
@media screen and (max-width: 1460px) {
  .Character .ParentFlexBox10 {
    width: 100%;
    max-width: none;
    min-width: none;
    justify-content: center;
  }
}
.Character .ParentFlexBox10 .ParentFlexBox12 {
  position: absolute;
  width: 100%;
  max-width: none;
  min-width: 1024px;
}
@media screen and (max-width: 480px) {
  .Character .ParentFlexBox10 .ParentFlexBox12 {
    width: 100%;
    max-width: 440px;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: none;
    margin-bottom: none;
  }
}
.Character .ParentFlexBox10 .ParentFlexBox12 .SelectButtonGroup {
  display: flex;
  box-sizing: border-box;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  width: 50%;
  max-width: none;
  min-width: none;
  margin-left: 15px;
  margin-right: none;
  margin-top: none;
  margin-bottom: none;
}
@media screen and (max-width: 1460px) {
  .Character .ParentFlexBox10 .ParentFlexBox12 .SelectButtonGroup {
    width: 100%;
    max-width: none;
    min-width: none;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: none;
    margin-bottom: none;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .Character .ParentFlexBox10 .ParentFlexBox12 .SelectButtonGroup {
    width: 100%;
    max-width: none;
    min-width: none;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: none;
    margin-bottom: none;
  }
}
.Character .ParentFlexBox10 .ParentFlexBox12 .SelectButtonGroup .SelectButton {
  height: auto;
  max-height: 406px;
  min-height: 203px;
}
@media screen and (max-width: 480px) {
  .Character .ParentFlexBox10 .ParentFlexBox12 .SelectButtonGroup .SelectButton {
    height: auto;
    max-height: 250px;
    min-height: 200px;
  }
}
.Character .ParentFlexBox10 .ParentFlexBox11 {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-width: 1024px;
  overflow: hidden;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1460px) {
  .Character .ParentFlexBox10 .ParentFlexBox11 {
    width: 100%;
    max-width: none;
    min-width: none;
    padding-left: none;
    padding-right: none;
    padding-top: 400px;
    padding-bottom: none;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .Character .ParentFlexBox10 .ParentFlexBox11 {
    width: 100%;
    max-width: 450px;
    min-width: 400px;
    padding-left: none;
    padding-right: none;
    padding-top: 250px;
    padding-bottom: none;
  }
}
@media screen and (max-width: 1460px) {
  .Character .ParentFlexBox10 .ParentFlexBox11 {
    flex-direction: column;
    align-items: center;
  }
}
.Character .ParentFlexBox10 .ParentFlexBox11 .Characterimage {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  max-height: 900px;
  min-height: 450px;
  display: flex;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .Character .ParentFlexBox10 .ParentFlexBox11 .Characterimage {
    height: 100%;
    max-height: 590px;
    min-height: 540px;
  }
}
.Character .ParentFlexBox10 .ParentFlexBox11 .CharaText {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  max-height: 450px;
  min-height: 225px;
  padding-left: none;
  padding-right: none;
  padding-top: none;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .Character .ParentFlexBox10 .ParentFlexBox11 .CharaText {
    height: 100%;
    max-height: 270px;
    min-height: 200px;
  }
}

.SalesPoint {
  position: relative;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  background-image: url(../IMG/SalesPointBG.jpg);
  background-color: url(../IMG/SalesPointBG.jpg);
  background-clip: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  max-width: none;
  min-width: 1024px;
  padding-left: none;
  padding-right: none;
  padding-top: none;
  padding-bottom: 100px;
}
.SalesPoint .ContentHeader-SalesPoint {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 30px;
  height: 100%;
  max-height: 80px;
  min-height: 40px;
}
@media screen and (max-width: 480px) {
  .SalesPoint {
    width: 100%;
    max-width: none;
    min-width: 450px;
  }
}
.SalesPoint .Gradient_T {
  display: flex;
  box-sizing: border-box;
  background-image: url(../IMG/Gradient_TtoB.png);
  background-color: url(../IMG/Gradient_TtoB.png);
  background-clip: border-box;
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  max-width: none;
  min-width: none;
  height: 100%;
  max-height: none;
  min-height: 200px;
  margin-left: none;
  margin-right: none;
  margin-top: -5px;
  margin-bottom: none;
}
@media screen and (max-width: 480px) {
  .SalesPoint .Gradient_T {
    height: 100%;
    max-height: none;
    min-height: 100px;
  }
}
.SalesPoint .movieBG {
  position: fixed;
  top: -10%;
  left: -10%;
  overflow: hidden;
  width: 120%;
  max-width: none;
  min-width: none;
}
@media screen and (max-width: 1024px) {
  .SalesPoint .movieBG {
    top: -10%;
    left: -80%;
    width: 150%;
    max-width: none;
    min-width: 5000px;
  }
}
@media screen and (max-width: 480px) {
  .SalesPoint .movieBG {
    top: 0;
    left: -150%;
    width: 100%;
    max-width: none;
    min-width: 2000px;
  }
}
@media screen and (max-width: 1460px) {
  .SalesPoint .movieBG {
    top: 0;
    left: -100%;
    width: 100%;
    max-width: none;
    min-width: 3000px;
  }
}
.SalesPoint .TopText {
  width: 100%;
  max-width: 1024px;
  min-width: 300px;
  box-shadow: rgba(0, 0, 0, 0.7) 3px 3px 10px;
}
@media screen and (max-width: 480px) {
  .SalesPoint .TopText {
    width: 90%;
    max-width: 1024px;
    min-width: 300px;
  }
}
@media screen and (max-width: 1460px) {
  .SalesPoint .TopText {
    width: 90%;
    max-width: 1024px;
    min-width: 300px;
  }
}
.SalesPoint .ParentFlexBox07 {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: none;
  min-width: none;
}
@media screen and (max-width: 1460px) {
  .SalesPoint .ParentFlexBox07 {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .SalesPoint .ParentFlexBox07 {
    flex-direction: column;
  }
}
.SalesPoint .ParentFlexBox07 .SSbig {
  height: 100%;
  max-height: 350px;
  min-height: 175px;
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 4%;
  margin-bottom: 1%;
  box-shadow: rgba(0, 0, 0, 0.7) 3px 3px 10px;
}
@media screen and (max-width: 1460px) {
  .SalesPoint .ParentFlexBox07 .SSbig {
    width: 100%;
    max-width: 480px;
    min-width: 400px;
    height: 100%;
    max-height: none;
    min-height: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4%;
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .SalesPoint .ParentFlexBox07 .SSbig {
    width: 100%;
    max-width: 430px;
    min-width: 350px;
  }
}
.SalesPoint .ParentFlexBox07 .SSbig:hover {
  transition: all 0.1s;
  transform: scale(1.05);
}
.SalesPoint .ParentFlexBox08 {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-width: 1024px;
  margin-left: none;
  margin-right: none;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .SalesPoint .ParentFlexBox08 {
    width: 100%;
    max-width: none;
    min-width: 450px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1460px) {
  .SalesPoint .ParentFlexBox08 {
    width: 100%;
    max-width: none;
    min-width: 450px;
    flex-direction: column;
    align-items: center;
  }
}
.SalesPoint .ParentFlexBox08 .SSBox-right {
  display: flex;
  box-sizing: border-box;
  justify-content: flex-start;
  width: 50%;
  max-width: auto;
  min-width: auto;
}
@media screen and (max-width: 480px) {
  .SalesPoint .ParentFlexBox08 .SSBox-right {
    width: 100%;
    max-width: none;
    min-width: none;
    justify-content: center;
  }
}
@media screen and (max-width: 1460px) {
  .SalesPoint .ParentFlexBox08 .SSBox-right {
    width: 100%;
    max-width: none;
    min-width: none;
    justify-content: center;
  }
}
.SalesPoint .ParentFlexBox08 .SSBox-right .ParentFlexBox09 {
  display: block;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: none;
  margin-top: none;
  margin-bottom: none;
}
@media screen and (max-width: 480px) {
  .SalesPoint .ParentFlexBox08 .SSBox-right .ParentFlexBox09 {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (max-width: 1460px) {
  .SalesPoint .ParentFlexBox08 .SSBox-right .ParentFlexBox09 {
    display: flex;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 95%;
    max-width: none;
    min-width: none;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.SalesPoint .ParentFlexBox08 .SSBox-right .ParentFlexBox09 .SS1 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  min-width: 225px;
  box-shadow: rgba(0, 0, 0, 0.7) 3px 3px 10px;
}
@media screen and (max-width: 1460px) {
  .SalesPoint .ParentFlexBox08 .SSBox-right .ParentFlexBox09 .SS1 {
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 500px;
    min-width: 400px;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .SalesPoint .ParentFlexBox08 .SSBox-right .ParentFlexBox09 .SS1 {
    display: flex;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 370px;
    min-width: 350px;
  }
}
.SalesPoint .ParentFlexBox08 .SSBox-right .ParentFlexBox09 .SS1:hover {
  transition: all 0.1s;
  transform: scale(1.05);
}
.SalesPoint .ParentFlexBox08 .SSBox-right .ParentFlexBox09 .SS2 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  min-width: 225px;
  margin-left: 60%;
  margin-right: none;
  margin-top: -40%;
  margin-bottom: none;
  box-shadow: rgba(0, 0, 0, 0.7) 3px 3px 10px;
}
@media screen and (max-width: 1460px) {
  .SalesPoint .ParentFlexBox08 .SSBox-right .ParentFlexBox09 .SS2 {
    margin-left: 10px;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 500px;
    min-width: 400px;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .SalesPoint .ParentFlexBox08 .SSBox-right .ParentFlexBox09 .SS2 {
    display: flex;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 370px;
    min-width: 350px;
  }
}
.SalesPoint .ParentFlexBox08 .SSBox-right .ParentFlexBox09 .SS2:hover {
  transition: all 0.1s;
  transform: scale(1.05);
}
.SalesPoint .ParentFlexBox08 .InfoBox-left {
  display: flex;
  box-sizing: border-box;
  justify-content: flex-end;
  width: 50%;
  max-width: auto;
  min-width: auto;
}
@media screen and (max-width: 1460px) {
  .SalesPoint .ParentFlexBox08 .InfoBox-left {
    justify-content: center;
    width: 100%;
    max-width: auto;
    min-width: auto;
  }
}
.SalesPoint .ParentFlexBox08 .InfoBox-left .InfoText {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  max-height: 350px;
  min-height: 175px;
  margin-left: none;
  margin-right: 0px;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 1460px) {
  .SalesPoint .ParentFlexBox08 .InfoBox-left .InfoText {
    height: 100%;
    max-height: 600px;
    min-height: 400px;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .SalesPoint .ParentFlexBox08 .InfoBox-left .InfoText {
    height: 100%;
    max-height: 245px;
    min-height: 200px;
  }
}
.SalesPoint .ParentFlexBox08-Direction-ColumnReverse {
  display: flex;
  box-sizing: border-box;
  flex-wrap: nowrap;
  width: 100%;
  max-width: none;
  min-width: 1024px;
  margin-left: none;
  margin-right: none;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .SalesPoint .ParentFlexBox08-Direction-ColumnReverse {
    width: 100%;
    max-width: none;
    min-width: 450px;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1460px) {
  .SalesPoint .ParentFlexBox08-Direction-ColumnReverse {
    width: 100%;
    max-width: none;
    min-width: 450px;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.SalesPoint .ParentFlexBox08-Direction-ColumnReverse .SSBox-left {
  display: flex;
  box-sizing: border-box;
  justify-content: flex-end;
  width: 50%;
  max-width: auto;
  min-width: auto;
}
@media screen and (max-width: 1460px) {
  .SalesPoint .ParentFlexBox08-Direction-ColumnReverse .SSBox-left {
    justify-content: center;
    width: 100%;
    max-width: auto;
    min-width: auto;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .SalesPoint .ParentFlexBox08-Direction-ColumnReverse .SSBox-left {
    justify-content: center;
    width: 100%;
    max-width: auto;
    min-width: auto;
  }
}
.SalesPoint .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 {
  display: block;
  box-sizing: border-box;
  margin-left: none;
  margin-right: 20px;
  margin-top: none;
  margin-bottom: none;
}
@media screen and (max-width: 480px) {
  .SalesPoint .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (max-width: 1460px) {
  .SalesPoint .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 {
    display: flex;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 95%;
    max-width: none;
    min-width: none;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.SalesPoint .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 .SS1 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  min-width: 225px;
  margin-left: -60%;
  margin-right: none;
  margin-top: none;
  margin-bottom: -40%;
  box-shadow: rgba(0, 0, 0, 0.7) 3px 3px 10px;
}
@media screen and (max-width: 1460px) {
  .SalesPoint .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 .SS1 {
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 500px;
    min-width: 400px;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .SalesPoint .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 .SS1 {
    display: flex;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 370px;
    min-width: 350px;
  }
}
.SalesPoint .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 .SS1:hover {
  transition: all 0.1s;
  transform: scale(1.05);
}
.SalesPoint .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 .SS2 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  min-width: 225px;
  box-shadow: rgba(0, 0, 0, 0.7) 3px 3px 10px;
}
@media screen and (max-width: 1460px) {
  .SalesPoint .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 .SS2 {
    margin-left: 10px;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 500px;
    min-width: 400px;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .SalesPoint .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 .SS2 {
    display: flex;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 370px;
    min-width: 350px;
  }
}
.SalesPoint .ParentFlexBox08-Direction-ColumnReverse .SSBox-left .ParentFlexBox09 .SS2:hover {
  transition: all 0.1s;
  transform: scale(1.05);
}
.SalesPoint .ParentFlexBox08-Direction-ColumnReverse .InfoBox-right {
  display: flex;
  box-sizing: border-box;
  justify-content: flex-start;
  width: 50%;
  max-width: auto;
  min-width: auto;
}
@media screen and (max-width: 1460px) {
  .SalesPoint .ParentFlexBox08-Direction-ColumnReverse .InfoBox-right {
    justify-content: center;
    width: 100%;
    max-width: auto;
    min-width: auto;
  }
}
.SalesPoint .ParentFlexBox08-Direction-ColumnReverse .InfoBox-right .InfoText {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  max-height: 350px;
  min-height: 175px;
  margin-left: 0px;
  margin-right: none;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 1460px) {
  .SalesPoint .ParentFlexBox08-Direction-ColumnReverse .InfoBox-right .InfoText {
    height: 100%;
    max-height: 600px;
    min-height: 400px;
  }
}
@media screen and (max-width: 1460px) and (max-width: 480px) {
  .SalesPoint .ParentFlexBox08-Direction-ColumnReverse .InfoBox-right .InfoText {
    height: 100%;
    max-height: 245px;
    min-height: 200px;
  }
}

.Footer {
  background-image: url(../IMG/FooterIMG.png);
  background-color: url(../IMG/FooterIMG.png);
  background-clip: border-box;
  background-size: contain;
  background-repeat: repeat;
  background-position: top left;
  width: 100%;
  max-width: none;
  min-width: 1024px;
  margin-left: none;
  margin-right: none;
  margin-top: -5px;
  margin-bottom: none;
}
@media screen and (max-width: 480px) {
  .Footer {
    background-image: url(../IMG/FooterIMG.png);
    background-color: url(../IMG/FooterIMG.png);
    background-clip: border-box;
    background-size: cover;
    background-repeat: repeat;
    background-position: top left;
  }
}
@media screen and (max-width: 480px) {
  .Footer {
    width: 100%;
    max-width: none;
    min-width: 450px;
  }
}
.Footer .ParentFlexBox13 {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-end;
  margin-left: none;
  margin-right: none;
  margin-top: 5px;
  margin-bottom: none;
}
.Footer .ParentFlexBox13 .F_KOTIRAGroup {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: none;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.Footer .ParentFlexBox13 .F_KOTIRAGroup .F_KOTIRA {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  max-height: 22px;
  min-height: 11px;
}
.Footer .ParentFlexBox13 .F_RIDEONGroup {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.Footer .ParentFlexBox13 .F_RIDEONGroup .F_RIDEON {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  max-height: 36px;
  min-height: 18px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.Footer .ParentFlexBox13 .Copyright {
  height: 100%;
  max-height: 18px;
  min-height: 9px;
  justify-content: flex-end;
  margin-left: none;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}/*# sourceMappingURL=Top.css.map */