html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
figure {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: "SVN LastParadise";
    src: url("fonts/SVN-LastParadise.eot");
    src: url("fonts/SVN-LastParadise.woff") format("woff"),
    url("fonts/SVN-LastParadise.ttf") format("truetype"),
    url("fonts/SVN-LastParadise.svg#iciel") format("svg"),
    url("fonts/SVN-LastParadised41d.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    background: #000;
    color: #fff;
}
.no-spacing {
    margin: 0;
    padding: 0;
}
.show {
    display: block;
}
.hide {
    display: none !important;
}
.icon {
    display: inline-block;
}
#app {
    position: relative;
    overflow: hidden;
}
.disabled {
    pointer-events: none !important;
}
.modal {
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 34.84375vw;
    height: 25.416666666666664vw;
    background-image: url(../images/bg-modal.png);
    background-size: 100% 100%;
}
.modal .modal-inner {
    color: #7c1900;
    font-weight: bold;
    text-align: center;
    width: 21.354166666666664vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 2.5vw;
}
.modal .modal-inner .text {
    font-size: 0.8333333333333334vw;
    color: #5d0000;
    font-weight: 700;
    text-transform: uppercase;
}
.modal .title {
    color: #ce0000;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.4583333333333333vw;
    padding-left: 1.5vw;
    padding-top: 0.65vw;
}
@media (min-width: 1366px) {
    .modal .title {
        font-size: 1.4583333333333333vw;
        padding-left: 1.5vw;
        padding-top: 0.65vw;
    }
}
.modal .content {
    font-size: 1.6666666666666667vw;
    min-height: 10vw;
    margin-top: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal .form {
    position: relative;
    font-size: 0.8333333333333334vw;
    padding-top: 0.8333333333333334vw;
}
.modal .form .error {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.modal .form .error.show {
    display: block;
}
.modal .form .error.hide {
    display: none;
}
.modal .form .form-group .form-control {
    color: #fff;
    display: block;
    border: 0;
    border-radius: 0;
    padding: 0.8333333333333334vw 1.1458333333333333vw;
    background: #fff;
    border-radius: 0;
    border: 0;
    outline: none;
    margin-top: 0.8333333333333334vw;
    width: 100%;
    background: #4f3a2a;
}
.modal .group-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -0.5208333333333333vw;
    margin-right: -0.5208333333333333vw;
    margin-top: 1.4583333333333333vw;
}
.modal .group-btn .btn {
    width: calc(50% - 1.0416666666666665vw);
    background-color: #50281c;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3020833333333335vw;
    font-weight: 700;
    margin: 0 0.5208333333333333vw;
    text-decoration: none;
    outline: none;
    padding: 0.625vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.modal .group-btn .btn:hover {
    background-color: #d14219;
    color: #fbdf72;
}
.modal.modal-active {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 1;
}
@media (max-width: 1199px) {
    .modal.modal-active {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(2.5);
        transform: translate3d(-50%, -50%, 0) scale(2.5);
    }
}
.modal-over-body {
    display: none;
    position: fixed;
    z-index: 999998;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}
.modal-over-body.modal-over-body-active {
    display: block;
}
.header .menu-fix {
    position: absolute;
    z-index: 999;
    top: 17.5vw;
    right: 2.3437vw;
    padding: 0 0.9375vw;
    background-color: #193272;
    border-radius: 1.4vw;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    pointer-events: none;
    border: 1px solid #87a8fe;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 1366px) {
    .header .menu-fix {
        display: none;
    }
}
.header .menu-fix .link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2vw 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #87a8fe;
    font-size: 2.8125vw;
    min-width: 22.5vw;
}
.header .menu-fix .link-item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 6.5625vw;
    margin-right: 0.78125vw;
    color: #fff;
}
.header .menu-fix .link-item .icon svg {
    height: 3.438vw;
}
@media (min-width: 1366px) {
    .header .menu-fix .link-item {
        width: auto;
        height: auto;
        font-size: 0.834vw;
        line-height: 1;
        border-top: 0;
        border-bottom: 0;
    }
}
.header .menu-fix .link-item:last-of-type {
    border-bottom: 0;
}
.header .download-game {
    display: none;
    position: fixed;
    z-index: 99;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    right: 0;
    width: 9.947916666666666vw;
    height: 20.416666666666668vw;
    background-image: url(../images/bg-fix.png);
    background-size: 100% 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 1366px) {
    .header .download-game {
        display: block;
    }
}
.header .download-game .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7.083333333333333vw;
    border: 2px solid #3e79f6;
    border-radius: 1.3020833333333335vw;
    overflow: hidden;
    -webkit-box-shadow: 0 0.1em 1em 0.25em rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.1em 1em 0.25em rgba(0, 0, 0, 0.3);
}
.header .download-game .logo img {
    display: block;
    width: 100%;
    height: auto;
}
.header .download-game .btn-group {
    margin-top: 4.6875vw;
    margin-left: 0.78125vw;
}
.header .download-game .btn-group .btn {
    position: relative;
    display: block;
    text-decoration: none;
    outline: none;
    height: 3.854166666666667vw;
    margin-bottom: 0.9375vw;
}
.header .download-game .btn-group .btn img {
    display: block;
    width: auto;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.header .download-game .btn-group .btn img.statu {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.header .download-game .btn-group .btn:hover img {
    opacity: 0;
}
.header .download-game .btn-group .btn:hover img.statu {
    opacity: 1;
}
.header .download-game .back-top {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    width: 4.322916666666667vw;
}
.header .download-game .back-top img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.header .download-game .back-top img.statu {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.header .download-game.active {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.header .download-game.active .trigger {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.menu-fix_active .menu-fix {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto;
}
.c-topbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1a3375;
    padding: 1.25vw 2.3437vw;
}
@media (min-width: 1366px) {
    .c-topbar {
        display: none;
    }
}
.c-topbar .branb {
    height: 14.21875vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
.c-topbar .branb img {
    height: 100%;
    width: auto;
}
.c-topbar .branb h1 {
    margin: 0 0 0 2.3437vw;
    font-size: 3.125vw;
    line-height: 4.6875vw;
}
.c-topbar > .btn,
.c-topbar .btn-group {
    margin-right: 10.5vw;
}
.c-topbar > .btn {
    -webkit-transform: translateX(-6vw);
    transform: translateX(-6vw);
}
.c-topbar .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-topbar .btn-group .btn {
    margin-left: 1.25vw;
}
.c-topbar .btn {
    display: block;
    position: relative;
    z-index: 4;
    text-decoration: none;
    outline: none;
}
.c-topbar .btn img {
    display: block;
    width: auto;
    height: 10.15625vw;
}
.c-topbar .nav-trigger {
    position: absolute;
    width: 16.71875vw;
    height: 16.71875vw;
    top: 0;
    right: 0;
}
.c-topbar .nav-trigger .bar {
    position: absolute;
    width: 8.75vw;
    height: 0.9375vw;
    border-radius: 999px;
    background: #87a8fe;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: 2.34375vw;
}
.c-topbar .nav-trigger .bar:nth-child(1) {
    top: 4.53125vw;
}
.c-topbar .nav-trigger .bar:nth-child(2) {
    top: 7.8125vw;
}
.c-topbar .nav-trigger .bar:nth-child(3) {
    top: 11.09375vw;
}
.menu-fix_active .c-topbar .nav-trigger .bar:nth-child(1) {
    top: 7.8125vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-fix_active .c-topbar .nav-trigger .bar:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.menu-fix_active .c-topbar .nav-trigger .bar:nth-child(3) {
    top: 7.8125vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-section-1 {
    position: relative;
    height: 93vh;
    z-index: 4;
}
@media (min-width: 1366px) {
    .c-section-1 {
        overflow: hidden;
    }
}
.c-section-1 .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
@media (min-width: 1366px) {
    .c-section-1 .bg {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.c-section-1 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
@media (min-width: 1366px) {
    .c-section-1 .bg img {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (min-width: 1366px) {
    .c-section-1 .bg img.wap {
        display: none;
    }
}
.c-section-1 .bg img.pc {
    display: none;
}
@media (min-width: 1366px) {
    .c-section-1 .bg img.pc {
        display: block;
    }
}
.c-section-1 .top-section {
    display: none;
}
@media (min-width: 1366px) {
    .c-section-1 .top-section {
        display: block;
        position: absolute;
        z-index: 2;
        top: 1vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.c-section-1 .top-section .logo {
    height: 9.427083333333334vw;
    text-align: center;
}
.c-section-1 .top-section .logo img {
    width: auto;
    height: 100%;
}
.c-section-1 .top-section .group-link {
    text-align: center;
    font-size: 0.9375vw;
    padding: 0.234375vw 1.875vw;
    color: #ffe14d;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgba(0, 0, 0, 0)),
            color-stop(rgba(0, 0, 0, 0.6)),
            color-stop(rgba(0, 0, 0, 0.8)),
            color-stop(rgba(0, 0, 0, 0.6)),
            to(rgba(0, 0, 0, 0))
    );
    background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0)
    );
}
.c-section-1 .top-section .group-link a {
    text-decoration: none;
    outline: none;
    color: #ffe14d;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.c-section-1 .top-section .group-link a:hover {
    color: #fff;
}
.c-section-1 .top-section .group-link span {
    margin: 0 0.5729166666666666vw;
}
.c-section-2 {
    position: relative;
    height: 145.625vw;
    z-index: 3;
}
.c-section-2 .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 1366px) {
    .c-section-2 .bg {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.c-section-2 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
@media (min-width: 1366px) {
    .c-section-2 .bg img {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (min-width: 1366px) {
    .c-section-2 .bg img.wap {
        display: none;
    }
}
.c-section-2 .bg img.pc {
    display: none;
}
@media (min-width: 1366px) {
    .c-section-2 .bg img.pc {
        display: block;
    }
}
.c-section-2 .title {
    position: absolute;
    top: 4.6875vw;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 18.28125vw;
}
@media (min-width: 1366px) {
    .c-section-2 .title {
        height: 3.3854166666666665vw;
        top: 2.6vw;
    }
}
.c-section-2 .title img {
    width: auto;
    height: 100%;
}
.c-section-2 .title img.wap {
    display: block;
}
@media (min-width: 1366px) {
    .c-section-2 .title img.wap {
        display: none;
    }
}
.c-section-2 .title img.pc {
    display: none;
}
@media (min-width: 1366px) {
    .c-section-2 .title img.pc {
        display: block;
    }
}
.c-section-2 .group-moc {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 61.875vw;
}
@media (min-width: 1366px) {
    .c-section-2 .group-moc {
        width: 536px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.c-section-2 .group-moc .moc {
    width: 50%;
    margin-top: 2.34375vw;
}
@media (min-width: 1366px) {
    .c-section-2 .group-moc .moc {
        width: 198px;
        margin: 15px 35px 0 35px;
    }
}
.c-section-2 .group-moc .moc:nth-child(1),
.c-section-2 .group-moc .moc:nth-child(2) {
    margin-top: 0;
}
.c-section-2 .group-moc .moc img {
    width: 100%;
}
.c-section-2 .group-moc .moc img.no-active {
    display: block;
}
.c-section-2 .group-moc .moc img.yes-active {
    display: none;
}
.c-section-2 .group-moc .moc.active img.no-active {
    display: none;
}
.c-section-2 .group-moc .moc.active img.yes-active {
    display: block;
}
.c-section-2 .btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    bottom: 9.0625vw;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 1366px) {
    .c-section-2 .btn {
        bottom: 3.0208333333333335vw;
    }
}
.c-section-2 .btn:hover {
    -webkit-transform: translateX(-50%) scale(1.05);
    transform: translateX(-50%) scale(1.05);
}
.c-section-2 .btn img {
    display: block;
    height: 19.0625vw;
    width: auto;
}
@media (min-width: 1366px) {
    .c-section-2 .btn img {
        height: 6.354166666666666vw;
    }
}
@media (min-width: 1366px) {
    .c-section-2 .btn img {
        height: 4.84375vw;
    }
}
.c-section-3 {
    position: relative;
    position: relative;
    height: 7vh;
    z-index: 3;
}
.c-section-3 .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 150.46875vw;
}
@media (min-width: 1366px) {
    .c-section-3 .bg {
        height: 89.50980392156863vh;
    }
}
.c-section-3 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
@media (min-width: 1366px) {
    .c-section-3 .bg img.wap {
        display: none;
    }
}
.c-section-3 .bg img.pc {
    display: none;
}
@media (min-width: 1366px) {
    .c-section-3 .bg img.pc {
        display: block;
    }
}
.c-section-3 .title {
    position: absolute;
    top: 4.6875vw;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 15.625vw;
}
@media (min-width: 1366px) {
    .c-section-3 .title {
        height: 2.8125vw;
        top: 2.6vw;
    }
}
.c-section-3 .title img {
    width: auto;
    height: 100%;
}
.c-section-3 .title img.wap {
    display: block;
}
@media (min-width: 1366px) {
    .c-section-3 .title img.wap {
        display: none;
    }
}
.c-section-3 .title img.pc {
    display: none;
}
@media (min-width: 1366px) {
    .c-section-3 .title img.pc {
        display: block;
    }
}
.c-section-3 .time {
    position: absolute;
    top: 53.5vw;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 41.25vw;
}
@media (min-width: 1366px) {
    .c-section-3 .time {
        height: 14.739583333333334vw;
        top: 9.895833333333332vw;
    }
}
.c-section-3 .time img {
    display: block;
    width: auto;
    height: 100%;
}
.c-section-3 .block {
    position: absolute;
    left: 50%;
    top: 95vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    padding-left: 21.40625vw;
}
@media (min-width: 1366px) {
    .c-section-3 .block {
        top: 27vw;
        padding-left: 7.864583333333333vw;
    }
}
.c-section-3 .block .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 19.375vw;
    border-radius: 5vw;
    border: 2px solid #fff;
    overflow: hidden;
}
@media (min-width: 1366px) {
    .c-section-3 .block .logo {
        width: 7.083333333333333vw;
        border-radius: 1.2vw;
    }
}
.c-section-3 .block .logo img {
    display: block;
    width: 100%;
    height: auto;
}
.c-section-3 .block .search {
    width: 54.21875vw;
}
@media (min-width: 1366px) {
    .c-section-3 .block .search {
        width: 19.739583333333332vw;
    }
}
.c-section-3 .block .search img {
    display: block;
    width: 100%;
    height: auto;
}
.c-section-3 .block .group-btn {
    width: 54.21875vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3.28125vw;
}
@media (min-width: 1366px) {
    .c-section-3 .block .group-btn {
        width: 19.739583333333332vw;
        margin-top: 1.1979166666666667vw;
    }
}
.c-section-3 .block .group-btn .btn {
    display: block;
    text-decoration: none;
    outline: none;
    height: 7.34375vw;
    margin: 0 0.78125vw;
}
@media (min-width: 1366px) {
    .c-section-3 .block .group-btn .btn {
        height: 2.7083333333333335vw;
        margin: 0 0.26041666666666663vw;
    }
}
.c-section-3 .block .group-btn .btn img {
    display: block;
    height: 100%;
    width: auto;
}
.c-section-3 .info {
    color: #ffffff;
    font-size: 2.5vw;
    padding: 3.90625vw 4vw;
    position: absolute;
    text-align: center;
    z-index: 2;
    bottom: 0;
    width: 100%;
}
.c-section-3 .info a {
    text-decoration: none;
    outline: none;
    color: #ffd800;
}
@media (min-width: 1366px) {
    .c-section-3 .info {
        font-size: 0.8333333333333334vw;
        padding: 0.78125vw 15px;
    }
}
/*# sourceMappingURL=main.min.css.map */
