/* CSS Document */
#keyvisual {
  width: 100%;
  height: 120vw;
  background-image: url(../images/4_celceta/m/kv.webp?v2);
  background-size: 100%;
  background-position: top 40px left 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1000px) {
  #keyvisual {
    height: 70vw;
    background-image: url(../images/4_celceta/kv.webp);
    background-position: top center;
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  #keyvisual {
    height: 62vw;
  }
}
@media screen and (min-width: 1400px) {
  #keyvisual {
    height: 55vw;
  }
}
@media screen and (min-width: 1600px) {
  #keyvisual {
    height: 52vw;
  }
}
@media screen and (min-width: 2000px) {
  #keyvisual {
    height: 50vw;
  }
}
@media screen and (min-width: 2500px) {
  #keyvisual {
    width: 2400px;
    margin: 0 auto;
    height: 1200px;
  }
}
#keyvisual h2 {
  margin: 0;
  padding: 0;
}
#keyvisual h2 img.logo {
  width: 55vw;
  margin: 19vw 0 0 40vw;
}
@media screen and (min-width: 1000px) {
  #keyvisual h2 img.logo {
    width: 30vw;
    position: absolute;
    margin: 0;
    top: 16vw;
    left: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  #keyvisual h2 img.logo {
    width: 28vw;
    top: 15vw;
    left: 8vw;
  }
}
@media screen and (min-width: 1400px) {
  #keyvisual h2 img.logo {
    width: 25vw;
    top: 12vw;
    left: 10vw;
  }
}
@media screen and (min-width: 1600px) {
  #keyvisual h2 img.logo {
    width: 23vw;
    left: 15vw;
    top: 12vw;
  }
}
@media screen and (min-width: 2000px) {
  #keyvisual h2 img.logo {
    width: 24vw;
    left: 12vw;
    top: 10vw;
  }
}
@media screen and (min-width: 2500px) {
  #keyvisual h2 img.logo {
    width: 550px;
    top: 230px;
    left: 50%;
    margin-left: -900px;
  }
}
#keyvisual .pc_content {
  display: none;
}
@media screen and (min-width: 1000px) {
  #keyvisual .pc_content {
    display: block;
    width: 30vw;
    height: 150px;
    position: absolute;
    padding: 0 30px;
    left: 5vw;
    top: 43vw;
    font-size: "times new roman", arial;
    text-align: center;
    color: #000;
  }
  #keyvisual .pc_content .revisitfelghana img {
    width: 100%;
  }
  #keyvisual .pc_content .available_btn,
  #keyvisual .pc_content .comingsoon {
    margin-top: 20px;
    background-image: url(../images/common/preorder_btn_ov.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  #keyvisual .pc_content .available_btn img,
  #keyvisual .pc_content .comingsoon img {
    width: 100%;
    transition: opacity 0.3s ease;
  }
  #keyvisual .pc_content .available_btn img:hover,
  #keyvisual .pc_content .comingsoon img:hover {
    opacity: 0;
  }
  #keyvisual .pc_content .comingsoon {
    background-image: none !important;
  }
  #keyvisual .pc_content .comingsoon img:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  #keyvisual .pc_content {
    width: 28vw;
    top: 40vw;
    left: 8vw;
  }
}
@media screen and (min-width: 1400px) {
  #keyvisual .pc_content {
    width: 25vw;
    top: 35vw;
    left: 10vw;
  }
}
@media screen and (min-width: 1600px) {
  #keyvisual .pc_content {
    width: 23vw;
    left: 15vw;
    top: 33vw;
  }
}
@media screen and (min-width: 2000px) {
  #keyvisual .pc_content {
    width: 24vw;
    left: 12vw;
    top: 32vw;
  }
}
@media screen and (min-width: 2500px) {
  #keyvisual .pc_content {
    width: 550px;
    top: 750px;
    left: 50%;
    margin-left: -900px;
  }
}

#available {
  background-color: #000;
  background-image: url(../images/4_celceta/products_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 12px;
  padding: 5vw 5vw 10vw 5vw;
  text-align: center;
}
#available img {
  width: 60%;
  margin: 12px 0 0 0;
}
@media screen and (min-width: 1000px) {
  #available {
    display: none;
  }
}

#journal_nav {
  width: 100%;
  height: 3vw;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  #journal_nav {
    background-image: url(../images/common/bg_light_01.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat;
    height: 20px;
  }
}
#journal_nav .journal_prev, #journal_nav .journal_next {
  width: 40%;
  position: absolute;
  z-index: 1;
  left: 5vw;
  top: -1.4vw;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
#journal_nav .journal_prev img, #journal_nav .journal_next img {
  width: 100%;
  transition: 0.3s all ease;
}
#journal_nav .journal_prev img:hover, #journal_nav .journal_next img:hover {
  opacity: 0;
}
#journal_nav .journal_prev.bw_pastjournal, #journal_nav .journal_next.bw_pastjournal {
  background-image: url(../images/common/journal_nav/bw_pastjournal_ov.webp);
}
#journal_nav .journal_prev.fw_nextjournal, #journal_nav .journal_next.fw_nextjournal {
  background-image: url(../images/common/journal_nav/fw_nextjournal_ov.webp);
}
@media screen and (min-width: 1000px) {
  #journal_nav .journal_prev, #journal_nav .journal_next {
    width: 330px;
    left: 50%;
    margin-left: -380px;
    top: -14px;
  }
}
#journal_nav .journal_next {
  left: auto;
  right: 5vw;
}
@media screen and (min-width: 1000px) {
  #journal_nav .journal_next {
    left: auto;
    right: 50%;
    margin-right: -380px;
  }
}
#journal_nav .journal_current {
  z-index: 2;
  position: absolute;
  width: 24%;
  top: -9vw;
  left: 50%;
  margin-left: -12%;
}
@media screen and (min-width: 1000px) {
  #journal_nav .journal_current {
    width: 200px;
    top: -80px;
    margin-left: -100px;
  }
}
#journal_nav .journal_current img {
  width: 100%;
}

#story {
  width: 100%;
  background-image: url(../images/4_celceta/story_bg.webp);
  background-size: cover;
  background-position: 50% 40%;
  background-repeat: no-repeat;
}
#story .inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 10%;
}
@media screen and (min-width: 1000px) {
  #story .inner {
    padding: 100px;
  }
}
#story .inner h3 {
  color: #fff;
  font-family: "Calligraffitti", arial;
  font-size: 6vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #story .inner h3 {
    font-size: 2.3em;
  }
}
#story .inner p {
  color: #fff;
  font-family: "Calligraffitti", arial;
  font-size: 5vw;
  text-align: justify;
}
@media screen and (min-width: 600px) {
  #story .inner p {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1000px) {
  #story .inner p {
    font-size: 1.7em;
  }
}
#story .inner #adol_sig {
  width: 100%;
  margin: 0;
  text-align: right;
}
#story .inner #adol_sig img {
  width: 50%;
}
@media screen and (min-width: 1000px) {
  #story .inner #adol_sig img {
    width: 400px;
  }
}

.para_style2 {
  position: relative;
}
.para_style2 .para_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  margin: 10px 0 0 0;
}
.para_style2 .para_inner .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.section {
  width: 100%;
}
.section .section_group span {
  font-weight: 900;
}
@media screen and (min-width: 1200px) {
  .section .section_group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .section .section_group .order1 {
    order: 1;
  }
  .section .section_group .order2 {
    order: 2;
  }
}
.section .section_group .section_img {
  width: 90%;
  margin: 10vw 5% 0 5%;
}
.section .section_group .section_img img {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .section .section_group .section_img {
    width: 80%;
    margin: 5vw 10% 0 10%;
  }
}
@media screen and (min-width: 1000px) {
  .section .section_group .section_img {
    width: 64%;
    margin: 5vw 18% 0 18%;
  }
}
@media screen and (min-width: 1200px) {
  .section .section_group .section_img {
    width: 45%;
    margin: 0;
    position: relative;
  }
}
.section .section_group .textbox {
  width: 90%;
  margin: 6vw auto 0 auto;
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 800px) {
  .section .section_group .textbox {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .section .section_group .textbox {
    width: 45%;
  }
}
.section .section_group .textbox .textbox_top,
.section .section_group .textbox .textbox_bottom,
.section .section_group .textbox .textbox_mid {
  background-image: url(../images/common/textbox/textbox_top.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 15vw;
}
@media screen and (min-width: 1200px) {
  .section .section_group .textbox .textbox_top,
  .section .section_group .textbox .textbox_bottom,
  .section .section_group .textbox .textbox_mid {
    height: 150px;
  }
}
.section .section_group .textbox .textbox_mid {
  background-image: url(../images/common/textbox/textbox_mid.webp);
  background-repeat: repeat-y;
  background-size: 100%;
  height: auto;
  padding: 2vw 6vw 3vw 6vw;
  text-align: left;
  font-family: "Lato", sans-serif;
  margin-top: -6.5vw;
}
.section .section_group .textbox .textbox_mid h3 {
  margin: 5vw 0 0 0;
  padding: 0;
  text-align: center;
  font-size: 4vw;
  font-style: italic;
}
@media screen and (min-width: 800px) {
  .section .section_group .textbox .textbox_mid h3 {
    margin: 2vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .section .section_group .textbox .textbox_mid h3 {
    font-size: 1.6em;
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 800px) {
  .section .section_group .textbox .textbox_mid {
    margin-top: -9vw;
  }
}
@media screen and (min-width: 1200px) {
  .section .section_group .textbox .textbox_mid {
    padding: 2% 8%;
  }
}
.section .section_group .textbox .textbox_mid ul {
  margin-top: 5vw;
  list-style: square;
  padding-left: 14px;
}
@media screen and (min-width: 800px) {
  .section .section_group .textbox .textbox_mid ul {
    margin-top: 2vw;
  }
}
.section .section_group .textbox .textbox_mid ul li {
  font-size: 0.9em;
  text-align: justify;
  padding-bottom: 14px;
}
@media screen and (min-width: 1200px) {
  .section .section_group .textbox .textbox_mid ul {
    list-style: none;
    text-align: center;
    padding: 0;
  }
  .section .section_group .textbox .textbox_mid ul li {
    font-size: 1em;
  }
}
.section .section_group .textbox .textbox_bottom {
  background-image: url(../images/common/textbox/textbox_bottom.webp);
  background-position: 50% bottom;
  margin-top: -8.2vw;
}
@media screen and (min-width: 800px) {
  .section .section_group .textbox .textbox_bottom {
    margin-top: -10vw;
  }
}
@media screen and (min-width: 1200px) {
  .section .section_group .textbox .textbox_top {
    margin-top: -90px;
  }
  .section .section_group .textbox .textbox_mid {
    margin-top: 0;
    margin-top: -100px;
  }
  .section .section_group .textbox .textbox_bottom {
    margin-top: 0;
    margin-top: -110px;
  }
}
@media screen and (min-width: 1400px) {
  .section .section_group .textbox .textbox_top {
    margin-top: -110px;
  }
  .section .section_group .textbox .textbox_mid {
    margin-top: -90px;
  }
  .section .section_group .textbox .textbox_bottom {
    margin-top: -110px;
  }
}

@media screen and (min-width: 1200px) {
  .posi_left {
    margin-left: 5% !important;
  }
  .posi_right {
    margin-right: 5% !important;
  }
}
#features {
  background-color: #fff;
  background-image: url(../images/4_celceta/features_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 20px;
}
#features .inner {
  padding: 10% 0;
  max-width: 1600px;
  margin: 0 auto;
}

#gameplay {
  background-color: #fff;
  background-image: url(../images/4_celceta/gameplay_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 12px;
}
#gameplay .inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 10% 0 5% 0;
}
#gameplay .inner p {
  text-align: justify;
}
#gameplay .inner .section_group {
  margin-bottom: 10vw;
}

#media,
#media2 {
  width: 100%;
  height: 190vw;
  background: #fff;
}
@media screen and (min-width: 800px) {
  #media,
  #media2 {
    height: 100vw;
  }
}
@media screen and (min-width: 1000px) {
  #media,
  #media2 {
    height: 60vw;
  }
}
@media screen and (min-width: 1200px) {
  #media,
  #media2 {
    height: 57vw;
  }
}
@media screen and (min-width: 2000px) {
  #media,
  #media2 {
    height: 1000px;
  }
}
#media .bg,
#media2 .bg {
  background-image: url(../images/4_celceta/media_bg.webp);
  background-size: cover;
  background-position: 50% 50%;
}
#media h4,
#media2 h4 {
  font-family: "Calligraffitti", arial;
  margin: 10vw 0 0 0;
  padding: 0;
  color: #000;
  font-size: 8vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #media h4,
  #media2 h4 {
    font-size: 3.4em;
    margin-top: 5vw;
  }
}
#media ul.screenshot,
#media ul.videos,
#media2 ul.screenshot,
#media2 ul.videos {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto 10vw auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
@media screen and (min-width: 1000px) {
  #media ul.screenshot,
  #media ul.videos,
  #media2 ul.screenshot,
  #media2 ul.videos {
    gap: 1%;
    margin: 0 auto 5vw auto;
  }
}
#media ul.screenshot li,
#media ul.videos li,
#media2 ul.screenshot li,
#media2 ul.videos li {
  width: 48%;
  margin: 2% 0 0 0;
  padding: 0;
}
#media ul.screenshot li img,
#media ul.videos li img,
#media2 ul.screenshot li img,
#media2 ul.videos li img {
  width: 100%;
  border: 1px solid #666;
  box-sizing: border-box;
  transition: 0.3s all ease;
}
#media ul.screenshot li img:hover,
#media ul.videos li img:hover,
#media2 ul.screenshot li img:hover,
#media2 ul.videos li img:hover {
  position: relative;
  margin-top: -5px;
  box-shadow: -2px -2px 12px rgba(51, 153, 255, 0.4), -2px 2px 12px rgba(51, 153, 255, 0.4), 2px -2px 12px rgba(51, 153, 255, 0.4), 2px 2px 12px rgba(51, 153, 255, 0.4);
}
@media screen and (min-width: 800px) {
  #media ul.screenshot li,
  #media ul.videos li,
  #media2 ul.screenshot li,
  #media2 ul.videos li {
    width: 31%;
  }
}
@media screen and (min-width: 1000px) {
  #media ul.screenshot li,
  #media ul.videos li,
  #media2 ul.screenshot li,
  #media2 ul.videos li {
    width: 23%;
  }
}
@media screen and (min-width: 1000px) {
  #media ul.screenshot li,
  #media ul.videos li,
  #media2 ul.screenshot li,
  #media2 ul.videos li {
    margin: 1% 0 0 0;
  }
}
#media ul.videos,
#media2 ul.videos {
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  #media ul.videos li,
  #media2 ul.videos li {
    width: 48%;
  }
}
@media screen and (min-width: 1000px) {
  #media ul.videos li,
  #media2 ul.videos li {
    width: 33%;
  }
}

#media2 {
  width: 100%;
  position: relative;
  height: 77vw;
  height: 68vw;
}
@media screen and (min-width: 800px) {
  #media2 {
    height: 70vw;
    height: 62.5vw;
  }
}
@media screen and (min-width: 1000px) {
  #media2 {
    height: 605px;
  }
}
#media2 .bg {
  background-position: top center;
}
#media2 #video-carousel {
  width: 100%;
  margin: 8vw auto 0 auto;
  /* Pagination */
}
@media screen and (min-width: 800px) {
  #media2 #video-carousel {
    width: 90%;
  }
}
@media screen and (min-width: 1000px) {
  #media2 #video-carousel {
    margin: 70px auto 0 auto;
    width: 900px;
  }
}
#media2 #video-carousel .swiper-slide {
  margin: 0;
  padding: 0;
}
#media2 #video-carousel .swiper-slide div {
  width: 80%;
  margin: 0 auto;
  transition: 0.3s all ease;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#media2 #video-carousel .swiper-slide div.vid2, #media2 #video-carousel .swiper-slide div.vid1 {
  width: 80%;
  margin: 0 auto;
  padding: 0 !important;
  background-image: url(../images/4_celceta/vWqxCnLRPvo_ov.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 105%;
}
#media2 #video-carousel .swiper-slide div.vid2 img, #media2 #video-carousel .swiper-slide div.vid1 img {
  width: 100%;
  transition: 0.3s opacity ease;
}
#media2 #video-carousel .swiper-slide div.vid2 img:hover, #media2 #video-carousel .swiper-slide div.vid1 img:hover {
  opacity: 0;
}
#media2 #video-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
#media2 #video-carousel .swiper-pagination-custom,
#media2 #video-carousel .swiper-pagination-fraction {
  bottom: 50px !important;
}
@media screen and (min-width: 800px) {
  #media2 #video-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
  #media2 #video-carousel .swiper-pagination-custom,
  #media2 #video-carousel .swiper-pagination-fraction {
    bottom: 60px !important;
  }
}

#logospace {
  width: 100%;
  height: 14vw;
  margin: 0;
  background-image: url(../images/common/bg_light_01.webp);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1000px) {
  #logospace {
    height: 10vw;
  }
}
#logospace ul {
  width: 90%;
  max-width: 900px;
  height: 14vw;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4%;
}
@media screen and (min-width: 1000px) {
  #logospace ul {
    height: 10vw;
  }
}
#logospace ul li {
  width: 24%;
  padding-top: 2%;
}
@media screen and (min-width: 800px) {
  #logospace ul li {
    padding-top: 1%;
  }
}
#logospace ul li img {
  width: 100%;
  vertical-align: bottom;
}

#system {
  font-family: "lato", sans-serif;
  padding: 10vw;
  width: 100%;
  background-image: url(../images/common/bg_dark_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (min-width: 600px) {
  #system {
    padding: 5vw;
  }
}
#system h5 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 5vw;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 600px) {
  #system h5 {
    font-size: 2em;
  }
}
#system h6 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 2vw;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 600px) {
  #system h6 {
    font-size: 1.5em;
  }
}
#system div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  #system div {
    max-width: 1000px;
    margin: 0 auto;
  }
}
#system div ul {
  width: 100%;
  margin: 5vw 0 0 0;
  padding: 0;
}
@media screen and (min-width: 600px) {
  #system div ul {
    width: 48%;
  }
}
@media screen and (min-width: 1000px) {
  #system div ul {
    margin: 50px 0 0 0;
  }
}
#system div ul li {
  color: #fff;
  padding-bottom: 10px;
  font-size: 3vw;
}
@media screen and (min-width: 600px) {
  #system div ul li {
    font-size: 0.9em;
  }
}
#system div ul li span {
  font-weight: 900;
  text-transform: uppercase;
}
#system div ul li:first-child {
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  padding: 5px;
  margin-bottom: 10px;
}

#products {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
  background-image: url(../images/4_celceta/products_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 20px;
}
#products .inner {
  padding: 10vw;
}
#products .inner h4 {
  font-family: "Calligraffitti", arial;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 8vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #products .inner h4 {
    font-size: 3.4em;
  }
}
#products .inner .product_img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#products .inner .product_img img {
  width: 100%;
}
#products .inner .productlinks_container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#products .inner .productlinks_container ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  #products .inner .productlinks_container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#products .inner .productlinks_container ul li {
  width: 100%;
  margin: 4vw 0 0 0;
  padding: 8vw 5vw;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #products .inner .productlinks_container ul li {
    width: 48%;
    padding: 3% 5% 5% 5%;
    margin-top: 30px;
  }
}
#products .inner .productlinks_container ul li img {
  width: 100%;
}
#products .inner .productlinks_container ul li .console_logo {
  width: 100%;
}
@media screen and (min-width: 600px) {
  #products .inner .productlinks_container ul li .console_logo {
    width: 300px;
  }
}
#products .inner .productlinks_container ul li .available_btn,
#products .inner .productlinks_container ul li .comingsoon {
  width: 70%;
  margin: 0 auto;
  background-image: url(../images/common/preorder_btn_ov.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (min-width: 1000px) {
  #products .inner .productlinks_container ul li .available_btn,
  #products .inner .productlinks_container ul li .comingsoon {
    width: 90%;
  }
}
#products .inner .productlinks_container ul li .available_btn img,
#products .inner .productlinks_container ul li .comingsoon img {
  width: 100%;
  transition: opacity 0.3s ease;
}
#products .inner .productlinks_container ul li .available_btn img:hover,
#products .inner .productlinks_container ul li .comingsoon img:hover {
  opacity: 0;
}
#products .inner .productlinks_container ul li .comingsoon {
  background: none;
  pointer-events: none;
}
#products .inner .productlinks_container ul li .comingsoon img {
  opacity: 0.5;
}
#products .inner .productlinks_container ul li h5.country_lbl {
  font-family: "Lato", sans-serif;
  font-size: 5vw;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px) {
  #products .inner .productlinks_container ul li h5.country_lbl {
    font-size: 1.6em;
  }
}
#products .inner .productlinks_container ul li .console_icon_sw {
  width: 100%;
  margin: 0;
  padding: 5px 0;
  background: #d12d24;
}
#products .inner .productlinks_container ul li .console_icon_sw img {
  width: 40px;
}
#products .inner .productlinks_container ul li h6 {
  font-size: 4vw;
  margin: 5vw 0 2vw 0;
  padding: 0;
}
@media screen and (min-width: 800px) {
  #products .inner .productlinks_container ul li h6 {
    font-size: 2em;
  }
}
@media screen and (min-width: 1000px) {
  #products .inner .productlinks_container ul li h6 {
    margin: 40px 0 10px 0;
    font-size: 1.4em;
  }
}
#products .inner .productlinks_container ul li hr {
  border: 0;
  border-bottom: 1px dashed #666;
  background: none;
  margin-top: 5vw;
}
@media screen and (min-width: 1000px) {
  #products .inner .productlinks_container ul li hr {
    margin-top: 40px;
  }
}

#celceta_footer .esrb {
  width: 50%;
  max-width: 240px;
  margin: 30px auto;
}
#celceta_footer .esrb img {
  width: 100%;
}
#celceta_footer #footerlogos1 ul,
#celceta_footer #footerlogos2 ul {
  width: 70vw;
  max-width: 420px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#celceta_footer #footerlogos1 ul li,
#celceta_footer #footerlogos2 ul li {
  width: 30.3%;
}
#celceta_footer #footerlogos1 ul li img,
#celceta_footer #footerlogos2 ul li img {
  width: 100%;
}
#celceta_footer #footerlogos1 ul li.marvelous,
#celceta_footer #footerlogos2 ul li.marvelous {
  width: 27.3%;
}
#celceta_footer #footerlogos1 ul li.falcom,
#celceta_footer #footerlogos2 ul li.falcom {
  width: 34.3%;
}
#celceta_footer #footerlogos2 ul {
  width: 96vw;
  max-width: 900px;
  margin-top: 5vw;
  justify-content: center;
  gap: 1%;
}
@media screen and (min-width: 1000px) {
  #celceta_footer #footerlogos2 ul {
    margin-top: 20px;
  }
}
#celceta_footer #footerlogos2 ul li {
  width: 30%;
}
@media screen and (min-width: 800px) {
  #celceta_footer #footerlogos2 ul li {
    width: 18%;
  }
}/*# sourceMappingURL=4_celceta.css.map */