﻿@charset "utf-8";

/* CSS Document */

body {
    /*background: #aaaaaa;*/
    font-family: "Noto Sans TC", "黑體-繁", '微軟正黑體', Verdana, Geneva, sans-serif;
    overflow-x: hidden;
    padding-top: 50px;
}

body button {
    border: 0;
    box-shadow: none;
    cursor: pointer
}

.play_body_bg {
    background: #f5f5f5;
}

.game_content_list:after,
.game_content_list:before,
.game_content_list {
    display: table;
    content: " ";
}

.start_content_box_center:before {
    content: " ";
    /*height: 100%;
	background: #000;
	width: 10px;
	display:inline-block;*/
}


/*---------------------------------------
     字體              
  -----------------------------------------*/

.slick-lightbox-close:before {
    content: "";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans TC", "黑體-繁", '微軟正黑體', Verdana, Geneva, sans-serif;
    font-weight: bold;
    line-height: inherit;
}

h1 {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
}

h3 {
    font-size: 1.5em;
    margin-bottom: 0;
}

h3,
h3 a {
    color: #454545;
}

p {
    color: #757575;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    word-break: break-all;
}

h4 {
    color: #454545;
    font-size: 1.5em;
    margin-top: 60px;
    margin-bottom: 5px;
}

h5 {
    /*font-size: 36px;
	font-weight: 900;
	text-align: center;
	line-height: 50px;*/
}

h6 {
    font-size: 22px;
    text-align: center;
}


/*---------------------------------------
     用在全體的               
  -----------------------------------------*/

html {
    -webkit-font-smoothing: antialiased;
}

a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
}

a,
input,
button,
.form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #ff3399;
    outline: none;
}

 ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

 ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    margin: 0;
}

.section-title small {
    display: block;
}

.overlay {
    background: rgba(20, 20, 20, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entry-form {
    background: #252020;
    border-radius: 100%;
    text-align: center;
    padding: 6em;
    width: 450px;
    height: 450px;
}

section {
    position: relative;
    padding: 0px 0;
}

#team,
#testimonial {
    background: #f9f9f9;
}

#team,
#testimonial {
    text-align: center;
}


/*---------------------------------------
        LOADER  page            
  -----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    /*display: flex;*/
    display: none;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    margin-top: -50px;
    margin-left: -30px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../image/loading.gif);
    background-size: cover;
    /*border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;*/
}

.spinner_loading {
    width: 0px;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    padding-top: 50%;
}


/*---------------------------------------
     按鈕               
  -----------------------------------------*/

.btn-start {
    width: 100%;
    margin: 0 auto 16px auto;
}

.h6_box {
    margin: 0px 0 20px 0;
}

.h2_title {
    margin: 0px 0 20px 0;
    font-size: 22px;
    text-align: center;
}

.h2_smalltitle {
    margin: 0px 0 20px 0;
    font-size: 18px;
    text-align: center;
}

.h1_box {
    margin: 0px 0 0px 0;
    font-size: 34px;
    font-weight: 900;
    text-align: center;
    line-height: 50px;
}

.section-btn-start {
    background: #ff004a;
    border-radius: 5px;
    border: 1px solid #ff004a;
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    width: 100%;
    padding: 10px 30px;
    transition: 0.5s;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.section-btn-yes {
    background: #fa82a7;
    border-radius: 5px;
    border: 1px solid #ff93bc;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    padding: 25px 30px;
    transition: 0.5s;
    margin-bottom: 10px;
}

.section-btn-no {
    background: #76b9f8;
    border-radius: 5px;
    border: 1px solid #76b9f8;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    padding: 25px 30px;
    transition: 0.5s;
    margin-bottom: 10px;
}

.playbtns {
    padding: 0 20px 0 20px;
}

.play-btn-web {
    background: #feab05;
    border-radius: 5px;
    border: 1px solid #fe8c05;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    padding: 10px 30px;
    transition: 0.5s;
    margin-bottom: 10px;
}

.play-btn-android {
    background: #369636;
    border-radius: 5px;
    border: 1px solid #3f983e;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    padding: 10px 30px;
    transition: 0.5s;
    margin-bottom: 10px;
}

.play-btn-pc {
    background: #2a97ef;
    border-radius: 5px;
    border: 1px solid #1f7fc9;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    padding: 10px 30px;
    transition: 0.5s;
    margin-bottom: 10px;
}

.play-btn-apple {
    background: #333333;
    border-radius: 5px;
    border: 1px solid #222222;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    padding: 10px 30px;
    transition: 0.5s;
    margin-bottom: 10px;
    text-align: center;
}

.section-btn-yes:hover {
    background: #ed3b71;
    border-color: transparent;
}

.section-btn-start:hover {
    background: #ff00b1;
    border-color: transparent;
}

.section-btn-no:hover {
    background: #2a8ce8;
    border-color: transparent;
}

.play-btn-web:hover {
    background: #e85700;
    border-color: transparent;
}

.play-btn-android:hover {
    background: #126f11;
    border-color: transparent;
}

.play-btn-pc:hover {
    background: #004ec4;
    border-color: transparent;
}

@media (min-width: 768px) {
    .section-btn-no {
        margin: 0 10% 0 0%;
        width: 30%;
    }
    .section-btn-yes {
        margin: 0 1% 0 19%;
        width: 30%;
    }
    .play-btn-apple {
        padding: 10px 30px;
    }
}

.fixed-btn {
    position: fixed;
    width: 52px;
    height: 52px;
    border-radius: 42px;
}

#btn__discord {
    right: 22px;
    bottom: 117px;
    background-color: #6888f0;
    color: #ffffff;
    font-size: 28px;
    padding-top: 2px;
    z-index: 999;
}

.scrollTop_btn {
    position: fixed;
    width: 56px;
    height: 56px;
    right: 20px;
    bottom: 50px;
    background: url(../images/btn_scrolltop.png);
    background-repeat: no-repeat;
    background-size: 100%;
    outline: none;
    opacity: 0.3;
    z-index: 100;
}

#btn__scrollTop:hover {
    opacity: 1;
}

@media screen and (max-width: 640px) {
    .scrollTop_btn {
        width: 50px;
        height: 50px;
    }
}


/*---------------------------------------
      MENU              
  -----------------------------------------*/

.custom-navbar {
    background: #ffffff;
    border-top: 0;
    border-bottom: 3px solid #ff3399;
    /*-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);影子*/
    /*padding: 12px 0;*/
    margin-bottom: 0;
    padding: 0;
}

.main_content {
    padding-right: 0px;
    padding-left: 0px;
    /*background: red;*/
    margin: 0 auto;
    min-height: 768px;
}

.container {
    /*background: red;*/
    padding-right: 0px;
    padding-left: 0px;
}

.container>.navbar-header {
    margin-right: 0px;
    margin-left: 5px;
}

@media (min-width: 768px) {
    .container {
        width: auto;
        max-width: 900px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar>.container .navbar-brand {
        margin-left: 0px;
    }
    .main_content {
        width: auto;
        max-width: 900px;
        padding-right: 0px;
        padding-left: 0px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .container {
        width: 900px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .main_content {
        width: 900px;
        padding-right: 0px;
        padding-left: 0px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1024px;
        max-width: 1024px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .main_content {
        width: 1024px;
        max-width: 1024px;
        padding-right: 0px;
        padding-left: 0px;
        margin: 0 auto;
    }
}

.custom-navbar .navbar-brand {
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    padding: 8px 8px;
    margin-left: 0px;
}

.custom-navbar .navbar-nav.navbar-nav-first {
    /*margin-left: 8em;*/
}

.navbar-right {
    margin-right: 12px;
    border-left: 1px solid #ccc;
}

.custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
    opacity: 0.5;
}

.custom-navbar .navbar-nav.navbar-right li a .fa {
    background: #ff3399;
    border-radius: 100%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}

.custom-navbar .nav li a {
    line-height: 40px;
    color: #575757;
    padding-right: 22px;
    padding-left: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.custom-navbar .navbar-nav.navbar-right li a:hover {
    opacity: 1;
}

.custom-navbar .navbar-nav>li>a:hover,
.custom-navbar .navbar-nav>li>a:focus {
    background-color: transparent;
}

.custom-navbar .nav li a:hover {
    color: #ff3399;
}

.custom-navbar .nav li.active>a {
    background-color: #29ca8e;
    color: #ffffff;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ff3399;
    border-color: transparent;
    width: 30px;
    height: 5px;
    margin-top: 5px;
}

.navbar-toggle>span {
    transition: all .3s ease;
}

.button-close>span:nth-child(2) {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.button-close>span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.button-close>span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.bottom-arrow {
    margin-left: 5px;
    padding-bottom: 4px;
}

.drop-down ul {
    display: none;
    position: absolute;
    left: 0px;
    padding: 15px 0;
    list-style: none;
    width: 220px;
    background: #FFF;
    border: 1px solid #ff3399;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .3);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .3);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .3);
    z-index: 200!important;
    margin-top: -5px;
}

.drop-down img {
    margin-right: 7px;
}

.drop-down:hover ul {
    display: block;
}


/*---------------------------------------
     mobile MENU              
  -----------------------------------------*/

.mobile_menu {
    display: none;
}

.modal-overlay-icon li {
    margin: 0 5px 0 5px;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .mobile_menu {
        display: block;
    }
    .nav {
        margin-top: 2px;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 9998!important;
        position: fixed;
        width: 100%;
        transition: all .5s;
        height: 100vh;
    }
    .modal-overlay-icon {
        margin: 15px auto 150% auto;
        max-width: 268px;
        padding: 0;
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .modal-overlay {
        margin-top: 30px;
        font-size: 2.7rem;
        font-weight: 600;
        padding: 0;
    }
    .modal-overlay a {
        font-size: 24px;
        color: #ff3399;
    }
    .modal-overlay li {
        margin: 0 auto;
        text-align: center;
    }
}


/*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/

#home {
    padding: 0;
    /*background: #f5f5f5;*/
    height: auto;
}

#home h1 {
    color: #333333;
}

.title_small {
    font-size: 14px;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .home-slider .col-md-6 {
        padding-left: 0;
    }
}

.home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20, 20, 20, 0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
}

.home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 400px;
}

.caption h3 a {
    color: #FFF;
}

.caption h3 a:hover {
    color: #FF3;
}

.home-slider .item-first {
    background-image: url(../image/slider-image1.jpg);
    background-position: center;
}

.home-slider .item-second {
    background-image: url(../image/slider-image2.jpg);
}

.home-slider .item-third {
    background-image: url(../image/slider-image3.jpg);
}

.row1 {}


/**************************************************************/

.flexslider ol {
    margin-bottom: 0px;
}

.flex-control-paging li a.flex-active {
    background: #FF3366;
}

.flexslider {
    height: 0;
    padding-bottom: 39.06%;
    overflow: hidden;
}


/**************************************************************/


/*---------------------------------------
      GAMEINFO           
  -----------------------------------------*/

#game_info {
    padding: 0;
    background: #FFF;
    height: 100%;
    background-image: url("../image/CQ_background1920x750.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 750px;
}

.game_info_container {
    /*background:#B09AD9;*/
    padding-right: 0px;
    padding-left: 0px;
}

.game_content_top {
    padding-top: 0px;
}

.game_content_top_box {
    background: rgb(255, 255, 255);
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-top: 10px;
    display: block;
}

.game_images_slides {
    padding-top: 0px;
}

.game_images_slides_box {
    /*background:#C00609;*/
    min-height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.h5-player {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
}

.game_name {
    display: none;
}

.game_name_m {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 10px 20px 0px 20px;
}

.triangle {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #ff7d00;
    display: inline-block;
    top: 3px;
    position: relative;
}

.playable_on_title {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 5px 20px 15px 20px;
}

.game_about {
    padding-top: 10px;
}

.game_about_box {
    background: #FFF;
    padding-bottom: 10px;
    border: 1px solid #8e8e8e;
}

.game_eventinfo {
    /*background:#c2c2c2;*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
}

.game_eventbanner {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 0px 0px 0px 0px;
    border: 1px solid #8e8e8e;
    /*background:#999999;*/
}

.game_eventbanner_more {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 0px 10px 0px;
    word-break: break-all;
}

.line-eventbanner {
    width: 100%;
    border-bottom: 0px solid #939192;
    padding: 6px 20px;
}

.game_content {
    padding-top: 10px;
    padding-bottom: 50px;
}

.game_content_box {
    background: #FFF;
    padding: 0 20px 20px 20px;
}

.game_content_list {
    width: 100%;
    /*background:#93a1cd;*/
}

.game_content_list_box li {
    padding: 10px 10px;
    display: inline-block;
}

.game_content_list_box li img {
    height: 54px;
    width: 54px;
}

.game_content_list_box a:hover {
    opacity: 1;
}

.game_content_list_box a {
    opacity: 0.5;
}

.game_content_list_box {
    max-width: 310px;
    margin: 0 auto 0 auto;
    padding: 20px 0 0 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*border-bottom: 1px solid #aaaaaa;*/
}

.line-game_content_more {
    width: 100%;
    /*border-bottom: 1px solid red;*/
    background-image: url("../image/line-game_content_more.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    padding: 0px 20px 0 20px;
    margin-top: 6px;
    height: 2px;
}

.game_content_more_txt {
    padding-top: 20px;
}

.game_eventbanner img {
    width: 100%;
}

.play-btn-android img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-left: -5px;
}

.play-btn-pc img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-left: -5px;
}

.play-btn-web img {
    width: 28px;
    height: 28px;
    margin-right: 5px;
    margin-left: -5px;
}

.play-btn-apple img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-left: -5px;
}

@media only screen and (max-width: 767px) {
    .game_images_slides_box {
        width: 100%;
        min-height: 100px;
    }
    #game_info {
        margin-top: 0px;
        background-image: none;
    }
}

@media (min-width: 768px) {
    .game_info_container {
        width: auto;
        max-width: 900px;
        padding-right: 0px;
        padding-left: 0px;
        margin: 0 auto;
        padding-bottom: 22px;
    }
    .game_images_slides {
        float: left;
        width: 100%;
        max-width: 57%;
        margin-right: 20px;
        padding-top: 10px;
    }
    .game_about {
        float: left;
        width: 100%;
        max-width: 40%;
    }
    .playable_on_title {
        padding: 10px 20px 5px 20px;
    }
    .play-btn-web,
    .play-btn-android,
    .play-btn-pc {
        line-height: 22px;
        height: 50px;
        font-size: 1em;
        padding: 0px 10px 0px 10px;
    }
    .play-btn-web {
        width: 100%;
        /*max-width: 26%;*/
    }
    .play-btn-android {
        width: 100%;
        /*max-width: 40%;*/
        padding: 0px 0px 0px 0px;
    }
    .play-btn-pc {
        width: 100%;
        /*max-width: 26%;margin: 3px 5px 0px 5px;*/
    }
    .playbtns {
        padding: 0 15px 0 15px;
        display: inline-flex;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
    }
    .playbtns a {
        width: 100%;
        min-width: 30%;
        margin: 0 5px 0 0;
    }
    .play-btn-apple {
        display: none;
    }
    .play-btn-android img {
        width: 22px;
        height: 22px;
        margin-right: 2px;
        margin-left: -2px;
    }
    .play-btn-pc img {
        width: 18px;
        height: 18px;
        margin-right: 5px;
        margin-left: -5px;
    }
    .play-btn-web img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        margin-left: -5px;
    }
    .play-btn-web p {
        margin-bottom: 5px;
    }
    .game_eventinfo {}
    .game_name_m {
        display: none;
    }
    .game_eventinfo {
        padding-left: 15px;
        padding-right: 15px;
    }
    .game_name {
        display: block;
        color: #333333;
        font-size: 24px;
        font-weight: 600;
        margin: 0;
        padding: 10px 20px 0px 0px;
    }
    .game_content_top {
        padding-top: 200px;
    }
    .game_content_box {
        padding: 0 15px 20px 15px;
    }
    .game_content_top_box {
        background: rgba(255, 255, 255, 0.8);
        width: auto;
        max-width: 900px;
        border: 1px solid #8e8e8e;
        padding-left: 11px;
        padding-top: 0px;
        padding-right: 11px;
    }
    .game_content {
        padding-top: 18px;
        padding-bottom: 50px;
    }
    .game_eventbanner_more {
        height: 130px;
        overflow: hidden;
        display: -webkit-box;
        box-sizing: border-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
    .game_content_list {
        width: 100%;
    }
    .game_content_list_box {
        padding: 0px 0px;
        float: right;
        margin-bottom: 0px;
    }
    .game_content_list_box li img {
        height: 20px;
        width: 20px;
    }
    .game_content_list_box a {
        opacity: 0.5;
    }
    .game_content_more_title h3 {
        margin: 0;
    }
    .line-eventbanner {
        border-bottom: 1px solid #939192;
    }
    .game_about_box {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        border: 1px solid #8e8e8e;
    }
    /*
	.game_about_box>div:nth-of-type(1){-webkit-order: 1;}
	.game_about_box>div:nth-of-type(2){-webkit-order: 3;}
	.game_about_box>div:nth-of-type(3){-webkit-order: 4;}
	.game_about_box>div:nth-of-type(4){-webkit-order: 2;}
	.game_about_box>div:nth-of-type(1){order: 1;}
	.game_about_box>div:nth-of-type(2){order: 3;}
	.game_about_box>div:nth-of-type(3){order: 4;}
	.game_about_box>div:nth-of-type(4){order: 2;}*/
}

@media (min-width: 992px) {
    .game_info_container {
        width: 900px;
        padding-right: 0px;
        padding-left: 0px;
        margin: 0 auto;
        padding-bottom: 22px;
    }
    /*
		.play-btn-android img{width:24px; height:24px; margin-right: 5px;    margin-left: -5px;}
		.play-btn-pc img{width:22px; height:22px; margin-right: 5px;    margin-left: -5px;}
		.play-btn-web img{width:22px; height:22px; margin-right: 5px;    margin-left: -5px;}*/
}

@media (min-width: 1200px) {
    .game_info_container {
        width: 1024px;
        max-width: 1024px;
        padding-right: 0px;
        padding-left: 0px;
        margin: 0 auto;
        padding-bottom: 22px;
    }
    .game_images_slides {
        float: left;
        width: 100%;
        max-width: 578px;
        margin-right: 20px;
    }
    .game_content_top_box {
        width: 1024px;
        max-width: 1024px;
    }
    .play-btn-web,
    .play-btn-android,
    .play-btn-pc {
        line-height: 22px;
        padding: 0px 10px 0px 10px;
        height: 50px;
        font-size: 16px;
    }
    .play-btn-android img {
        width: 28px;
        height: 28px;
        margin-right: 5px;
        margin-left: -5px;
    }
    .play-btn-pc img {
        width: 24px;
        height: 24px;
        margin-right: 5px;
        margin-left: -5px;
    }
    .play-btn-web img {
        width: 24px;
        height: 24px;
        margin-right: 5px;
        margin-left: -5px;
    }
}


/*---------------------------------------
      GAMEPLAY           
  -----------------------------------------*/

#game_play {
    padding: 0;
    background: #FFF;
    height: 100%;
    background-image: url(../image/CQ_background1920x750.jpg);
    background-repeat: no-repeat;
    background-position: top;
    min-height: 750px;
    overflow: hidden;
}

.play_window {}

.play_window_box {
    width: 1136px;
    height: 640px;
    padding-bottom: 0;
    background: #000;
    margin: 0 auto;
    /*
	position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}

.gameicon_list {
    margin: 25px 0 25px 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translate(-50%, 0%);
    width: 310px;
}

.gameicon_list li {
    margin: 0 10px 0 10px;
    display: inline-block;
}

.gameicon_list li a {
    opacity: 0.5;
}

.gameicon_list li a:hover {
    opacity: 1;
}

.game-icon-fullscreen {
    background-image: url("../image/game-icon-fullscreen.png");
    /*background: #feab05;
    border-radius: 5px;
    border: 1px solid #fe8c05;*/
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    background-repeat: no-repeat;
    /*background-size:cover;*/
    width: 132px;
    height: 54px;
    margin: 25px 0 25px 0;
    line-height: 48px;
    padding: 0 0 0 18px;
    display: flex;
    float: right;
    opacity: 1;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 5px;
    /*left: 76%;
	bottom: 40px;
    transform: translate(-50%, 0%);
	position: absolute;*/
}

.game-icon-fullscreen:hover {
    opacity: 0.7;
}

.game_container {
    width: 1136px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    #game_play {
        background-image: url(../image/CQ_background1920x750.jpg);
    }
    .game_container {
        margin: 0 auto;
    }
}


/*---------------------------------------
      NEW GAME             
  -----------------------------------------*/

.row2 {
    width: auto;
    max-width: 1024px;
    /*background: #aaaa00;*/
}

.feature-thumb {
    border: 0px solid #777777;
}

.newgamebox {
    vertical-align: top;
    display: inline-block;
    width: 30%;
    max-width: 320px;
    margin: 0 10px 50px 10px;
}

.newgamebox:hover {
    opacity: 0.7;
}

.newgamebox h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}


/*.newgamebox p{
	/*height: 100px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    color: #000;*/


/*}*/

.game_description {
    height: 70px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    word-break: break-all;
    /*強制換行*/
    display: -webkit-box;
    box-sizing: border-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.newgame_title {
    background: #FFF;
    max-width: 1000px;
    height: 50px;
    border: #cccccc solid 1px;
    border-left: #ff3366 solid 6px;
    margin: 18px 12px 20px 12px;
}

.headline {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 7px 0 40px 10px;
}

.newgameImageWrapper img {
    width: 100%;
    height: 100%;
    max-width: 320px;
    max-height: 267px;
    border: 1px solid #777777;
}

.feature-thumb h3 {
    margin: 10px 0;
}


/*---------------------------------------
     link-gamebg            
  -----------------------------------------*/

.link-gamebg {
    position: absolute;
    height: 1080px;
    background-image: url("../image/bg2.jpg");
    background-color: #FFFFFF;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    top: 0;
    left: 0;
    display: block;
    max-height: 1000px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .link-gamebg {
        display: none;
    }
}


/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {
    padding: 0px 0;
}

footer .section-title {
    padding-bottom: 10px;
}

footer h2 {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

footer a,
footer p {
    color: #333333;
    margin-top: 20px;
}

footer strong {
    color: #d9d9d9;
}

footer address p {
    margin-bottom: 0;
}

footer .footericon {
    background: #d5d5d5;
    border-bottom: 1px solid #aaaaaa;
}

footer .footercopyright {
    background: #f5f5f5;
}

footer .footericon p {
    color: #272425;
    margin-top: 10px;
    margin-bottom: -18px;
}

.footericon_list {
    max-width: 400px;
    margin: 25px auto 25px auto;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*border-bottom: 1px solid #aaaaaa;*/
}

.footer-info {
    margin-right: 2em;
}

.footer-info h2 {
    color: #ffffff;
    padding: 0;
}

.footer_menu h2 {
    margin-top: 2em;
}

.footer_menu ul {
    margin: 0;
    padding: 0;
}

.footer_menu li {
    display: inline-block;
    list-style: none;
    margin: 5px 10px 5px 0;
}

.newsletter-form .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #303030;
    height: 50px;
    margin: 5px 0;
}


/*---------------------------------------
     footericon              
  -----------------------------------------*/

.footericon {
    position: relative;
    padding: 0;
    margin: 0;
}

.footericon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
    text-align: center;
    margin: 0 5px 0 5px;
}

@media (min-width: 768px) {
    .footericon li {
        margin: 0 20px 0 20px;
    }
}

.footericon li a {
    border-radius: 100px;
    color: #29ca8e;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0;
}

.footericon li a:hover {
    background: #FFFFFF;
    color: #ffffff;
    opacity: 0.7;
    top: -3px;
}


/*---------------------------------------
     Copyright              
  -----------------------------------------*/

.footercopyright {
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
}

.open_agreement,
.open_privacy {
    text-decoration: underline;
    display: inline-block;
    padding-left: 0px;
    padding-right: 5px;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    line-height: 26px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 1;
}

.divider {
    display: inline-block;
    width: 1px;
    background: #fff;
    height: 20px;
    line-height: 45px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
}

.open_agreement:hover,
.open_privacy:hover {
    text-decoration: underline;
}

.footer_logo_wrapper {
    float: left;
    width: 66px;
    height: 74px;
    margin-right: 20px;
}

.footer_bottom_left_content {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 0px;
}

.footer_bottom_left_content p {
    box-sizing: border-box;
    width: 95%;
    padding-left: 65px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 4px;
    margin: 0;
    color: #333333;
}

.footer_links_text {
    text-align: right;
    float: right;
}


/*---------------------------------------
     LINKS             
  -----------------------------------------*/

.links {
    padding-top: 5px;
}

.links a {
    margin: 0;
    color: #333333;
}

.links:hover {
    text-decoration: underline;
}


/*---------------------------------------
     privacy           
  -----------------------------------------*/

.privacy {
    padding-left: 15px;
    padding-bottom: 60px;
    padding-right: 15px;
}

.privacy h2 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 0;
    padding-bottom: 5px;
}


/*---------------------------------------
     18x Age_certification           
  -----------------------------------------*/

.start_content {
    width: 100%;
    height: 0;
    padding: 80% 0 100% 0;
}

.start_content_box {
    border: 8px solid #ff93bc;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    zoom: 1;
    /*height: 60vh;*/
    margin: 0 auto;
    padding: 10px 10px 10px 10px;
    position: relative;
}

.age_bg {
    background: url("../image/age18bg-m.jpg") top center no-repeat;
    background-size: contain;
    height: auto;
    width: 100%;
    min-height: 800px;
    margin-top: 0px;
}

.age_content {
    padding: 200px 0 0 0;
}

.age_certification {
    border: 8px solid #ff93bc;
    background: #FFF;
    width: 100%;
    zoom: 1;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

.age_certification p {
    text-align: center;
    font-size: 20px;
    color: #343434;
    line-height: 1.3em;
    margin-top: 8px;
}

.age_certification h4 {
    text-align: center;
    margin: 0px 10px 10px 10px;
    padding-top: 0px;
    width: auto;
}

.color-Pink {
    color: #e7297f;
}

.color-blue {
    color: #1043e7;
    text-decoration: underline;
}

.age_certification img {
    width: 70px;
    height: 70px;
    margin-top: -5px;
}

.age18x_icon {
    width: 70px;
    margin: 0 auto;
}

.age18x_content {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.age18x_content h2 {
    padding-top: 0;
    margin-top: 0px;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
}

.age18x {
    margin: 0px auto 0 auto;
}

@media (min-width: 480px) {
    .age_bg {
        background-size: cover;
    }
    .age18x_content {
        margin-top: 20px;
    }
    .age_content {
        /*padding:260px 60px 60px 60px;*/
    }
    .start_content {
        /*padding:230px 60px 60px 60px;*/
        padding-top: 230px;
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 90%;
    }
    .h1_box {
        margin: 0px 0 10px 0;
        font-size: 36px;
        font-weight: 600;
    }
    .h2_title {
        margin: 15px 0 15px 0;
        font-size: 22px;
        text-align: center;
        font-weight: 600;
    }
    .h2_smalltitle {
        margin: 0px 0 30px 0;
        font-size: 22px;
        text-align: center;
        font-weight: 600;
    }
    .h6_box {
        margin: 0px 0 30px 0;
    }
    .btn-start {
        max-width: 230px;
    }
    /*h5{font-size: 36px;font-weight:600;}*/
}

@media (min-width: 768px) {
    .age_bg {
        background: url("../image/age18bg.jpg") top center no-repeat;
        margin-top: 0;
        background-size: auto;
        background-attachment: scroll;
    }
    .age_certification {
        border: 15px solid #ff93bc;
    }
    .age_certification img {
        width: 80px;
        height: 80px;
    }
    .age18x_icon {
        width: 80px;
        margin: 50px auto 30px auto;
    }
    .btnbox {
        margin-bottom: 50px;
        margin-top: 40px;
    }
    .age_certification p {
        line-height: 1em;
        margin-bottom: 60px;
    }
    .age_content {
        max-width: 1024px;
        margin: 0 auto;
        padding: 60px;
    }
    .start_content {
        max-width: 1024px;
        margin: 0 auto;
        padding: 0px 60px 1000px 60px;
    }
    .h2_title {
        margin: 10% 0 20px 0;
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        text-shadow: 0px 0px 10px #fff;
    }
    .h2_smalltitle {
        margin: 10px 0 20px 0;
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        text-shadow: 0px 0px 10px #fff;
    }
    .h1_box {
        margin: 100px 0 40px 0;
        font-size: 60px;
        font-weight: 900;
        line-height: 90px;
        text-shadow: 0px 0px 10px #fff;
    }
    .btn-start {
        width: 100%;
        margin: 80px auto 16px auto;
    }
    .section-btn-start {
        padding: 20px 30px;
    }
    /*h5{font-size: 53px;font-weight:600;}*/
    .start_content_box {
        border: 0px solid #ff93bc;
        background: rgba(0, 0, 0, 0);
        width: 100%;
        zoom: 1;
        margin: 0 auto;
        padding: 10px 10px 10px 10px;
        position: relative;
    }
}

@media only screen and (min-width: 992px) {
    .h1_box {
        margin: 15vh 0 40px 0;
        font-size: 80px;
        font-weight: 900;
        line-height: 90px;
        text-shadow: 0px 0px 10px #fff;
    }
    .h2_smalltitle {
        margin: 5vh 0 20px 0;
        font-size: 36px;
        text-align: center;
        font-weight: 600;
        text-shadow: 0px 0px 10px #fff;
    }
    .h2_title {
        margin: 10vh 0 20px 0;
        font-size: 36px;
        text-align: center;
        font-weight: 600;
        text-shadow: 0px 0px 10px #fff;
    }
    .start_content {
        max-width: 1024px;
        margin: 0 auto;
        padding: 0px 60px 1200px 60px;
    }
    .btn-start {
        width: 100%;
        margin: 10vh auto 16px auto;
    }
}


/*---------------------------------------
     RWD STYLES              
  -----------------------------------------*/

@media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
        margin-left: inherit;
    }
}

@media only screen and (max-width: 992px) {
    section,
    footer {
        padding: 0px 0;
    }
    .home-slider .item {
        background-position: center center;
    }
    .feature-thumb,
    .about-info,
    .team-thumb,
    .footer-info {
        margin-bottom: 50px;
    }
    .contact-image {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .menu-layout {
        display: none;
    }
    #home {
        margin-top: 0px;
    }
    .footericon_list {
        max-width: 300px;
    }
    .row2 {
        max-width: 100%;
        margin: 0 10px;
    }
    .newgamebox {
        vertical-align: top;
        display: inline-block;
        width: 100%;
        max-width: 100%;
        margin: 0 0px 0 0px;
    }
    .newgameImageWrapper img {
        max-width: 100%;
        max-height: 100%;
    }
    .newgame_title {
        width: 100%;
        margin: 18px 0px 20px 0px;
    }
    .footer_links_text {
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .copyright-text {
        float: right;
        text-align: center;
    }
    .footer_logo_wrapper {
        float: none;
        margin: 0 auto;
    }
    .footer_bottom_left_content {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 0px;
    }
    .footer_bottom_left_content p {
        margin-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
    .open_agreement,
    .open_privacy {
        padding-left: 5px;
    }
    h1 {
        font-size: 24px;
    }
    h1,
    h2,
    h3 {
        line-height: normal;
    }
    .custom-navbar {
        background: #ffffff;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        text-align: center;
        z-index: 9999;
    }
    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
        line-height: normal;
    }
    .custom-navbar .nav li a {
        padding: 10px;
    }
    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
        color: #252525;
        font-weight: 600;
    }
    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
        color: #575757;
    }
    .custom-navbar .navbar-nav.navbar-right li {
        display: inline-block;
    }
    .footer-info {
        margin-right: 0;
    }
    .footer-info.newsletter-form {
        margin-bottom: 0;
    }
    .entry-form {
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 580px) {
    h2 {
        font-size: 1.8em;
    }
    #testimonial .item {
        padding: 2em;
    }
    .contact-image {
        margin-top: 0;
    }
}

@media only screen and (max-width: 480px) {
    h1 {}
    #home h3 {
        font-size: 14px;
    }
    .entry-form {
        border-radius: 0;
        padding: 2em;
        max-width: 100%;
        max-height: 100%;
        width: inherit;
        height: inherit;
    }
}