@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,500,700, 800, 900&subset=vietnamese");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-transition: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
    -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

h1 {
    font-size: 2em;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bold !important;
}

code,
kbd,
pre,
samp,
tt {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    position: relative;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
}

button,
input {
    /* 1 */
    overflow: visible;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

button,
select {
    /* 1 */
    text-transform: none;
}

input,
select {
    vertical-align: middle;
}

input:focus {
    outline: 0;
}

textarea {
    overflow: auto;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

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

progress {
    vertical-align: baseline;
}

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;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

summary {
    display: list-item;
}

template,
[hidden],
.hidden {
    display: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

img {
    vertical-align: top;
    border-style: none;
    line-height: 0;
    font-size: 0;
    -ms-interpolation-mode: bicubic;
    background: 0 0;
    zoom: 1;
}

ol,
ul {
    list-style: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    background: 0 0;
}

a:focus {
    outline: 0;
}

a img {
    opacity: 1;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

a img:hover {
    opacity: 0.7;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

a,
button,
input {
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

/*====================================================================================
■01.MARGIN DEFAULT
====================================================================================*/
.m00 {
    margin: 0px !important;
}

.m05 {
    margin: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.m30 {
    margin: 30px !important;
}

.m35 {
    margin: 35px !important;
}

.m40 {
    margin: 40px !important;
}

.m45 {
    margin: 45px !important;
}

.m50 {
    margin: 50px !important;
}

.m55 {
    margin: 55px !important;
}

.m60 {
    margin: 60px !important;
}

.mt00 {
    margin-top: 0px !important;
}

.mt01 {
    margin-top: 1px !important;
}

.mt02 {
    margin-top: 2px !important;
}

.mt03 {
    margin-top: 3px !important;
}

.mt04 {
    margin-top: 4px !important;
}

.mt05 {
    margin-top: 5px !important;
}

.mt06 {
    margin-top: 6px !important;
}

.mt07 {
    margin-top: 7px !important;
}

.mt08 {
    margin-top: 8px !important;
}

.mt09 {
    margin-top: 9px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mr00 {
    margin-right: 0px !important;
}

.mr05 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr55 {
    margin-right: 55px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mb00 {
    margin-bottom: 0px !important;
}

.mb01 {
    margin-bottom: 1px !important;
}

.mb02 {
    margin-bottom: 2px !important;
}

.mb03 {
    margin-bottom: 3px !important;
}

.mb04 {
    margin-bottom: 4px !important;
}

.mb05 {
    margin-bottom: 5px !important;
}

.mb06 {
    margin-bottom: 6px !important;
}

.mb07 {
    margin-bottom: 7px !important;
}

.mb08 {
    margin-bottom: 8px !important;
}

.mb09 {
    margin-bottom: 9px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.ml00 {
    margin-left: 0px !important;
}

.ml05 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.ml60 {
    margin-left: 60px !important;
}

/*====================================================================================
■PADDING DEFAULT
====================================================================================*/
.p00 {
    padding: 0px !important;
}

.p01 {
    padding: 1px !important;
}

.p02 {
    padding: 2px !important;
}

.p03 {
    padding: 3px !important;
}

.p04 {
    padding: 4px !important;
}

.p05 {
    padding: 5px !important;
}

.p06 {
    padding: 6px !important;
}

.p07 {
    padding: 7px !important;
}

.p08 {
    padding: 8px !important;
}

.p09 {
    padding: 9px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p25 {
    padding: 25px !important;
}

.p30 {
    padding: 30px !important;
}

.p35 {
    padding: 35px !important;
}

.p40 {
    padding: 40px !important;
}

.p45 {
    padding: 45px !important;
}

.p50 {
    padding: 50px !important;
}

.p55 {
    padding: 55px !important;
}

.p60 {
    padding: 60px !important;
}

.pl00 {
    padding-left: 0px !important;
}

.pl05 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl55 {
    padding-left: 55px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.pr00 {
    padding-right: 0px !important;
}

.pr05 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pr55 {
    padding-right: 55px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pb00 {
    padding-bottom: 0px !important;
}

.pb05 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb55 {
    padding-bottom: 55px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pt00 {
    padding-top: 0px !important;
}

.pt05 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt55 {
    padding-top: 55px !important;
}

.pt60 {
    padding-top: 60px !important;
}

/*====================================================================================
■WIDTH DEFAULT
====================================================================================*/
.w5 {
    width: 5% !important;
}

.w10 {
    width: 10% !important;
}

.w15 {
    width: 15% !important;
}

.w20 {
    width: 20% !important;
}

.w25 {
    width: 25% !important;
}

.w30 {
    width: 30% !important;
}

.w35 {
    width: 35% !important;
}

.w40 {
    width: 40% !important;
}

.w45 {
    width: 45% !important;
}

.w49 {
    width: 49% !important;
}

.w50 {
    width: 50% !important;
}

.w55 {
    width: 55% !important;
}

.w59 {
    width: 59% !important;
}

.w60 {
    width: 60% !important;
}

.w65 {
    width: 65% !important;
}

.w70 {
    width: 70% !important;
}

.w80 {
    width: 80% !important;
}

.w90 {
    width: 90% !important;
}

.w100 {
    width: 100% !important;
}

/*====================================================================================
■MARGIN% DEFAULT
====================================================================================*/
.ml1per {
    margin-left: 1%;
}

.ml2per {
    margin-left: 2%;
}

.ml3per {
    margin-left: 3%;
}

.ml4per {
    margin-left: 4%;
}

.mr1per {
    margin-right: 1%;
}

.mr2per {
    margin-right: 2%;
}

.mr3per {
    margin-right: 3%;
}

.mr4per {
    margin-right: 4%;
}

.mt1per {
    margin-top: 1%;
}

.mt2per {
    margin-top: 2%;
}

.mt3per {
    margin-top: 3%;
}

.mt4per {
    margin-top: 4%;
}

.mt5per {
    margin-top: 5%;
}

.mt6per {
    margin-top: 6%;
}

.mt7per {
    margin-top: 7%;
}

.mt8per {
    margin-top: 8%;
}

.mt9per {
    margin-top: 9%;
}

.mt10per {
    margin-top: 10%;
}

.pd1per {
    padding: 1%;
}

.pd2per {
    padding: 2%;
}

.pd3per {
    padding: 3%;
}

.pd4per {
    padding: 4%;
}

.pull_left {
    float: left;
}

.pull_right {
    float: right;
}

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}

.text_center {
    text-align: center !important;
}

.text_justify {
    text-align: justify !important;
}

.text_nowrap {
    white-space: nowrap !important;
}

.text_lower {
    text-transform: lowercase !important;
}

.text_upper {
    text-transform: uppercase !important;
}

.text_capitalize {
    text-transform: capitalize !important;
}

.text_normal {
    font-weight: normal !important;
}

.text_bold {
    font-weight: bold !important;
}

.text_line {
    text-decoration: underline;
}

.text_noline {
    text-decoration: none !important;
}

.text_over {
    overflow: hidden !important;
}

.fz10 {
    font-size: 10px !important;
}

.fz11 {
    font-size: 11px !important;
}

.fz12 {
    font-size: 12px !important;
}

.fz13 {
    font-size: 13px !important;
}

.fz14 {
    font-size: 14px !important;
}

.fz15 {
    font-size: 15px !important;
}

.fz16 {
    font-size: 16px !important;
}

.fz17 {
    font-size: 17px !important;
}

.fz18 {
    font-size: 18px !important;
}

.fz19 {
    font-size: 19px !important;
}

.fz20 {
    font-size: 20px !important;
}

.fz22 {
    font-size: 22px !important;
}

.fz24 {
    font-size: 24px !important;
}

.lhnm {
    line-height: normal !important;
}

.lh00 {
    line-height: 0 !important;
}

.lh12 {
    line-height: 1.2 !important;
}

.lh13 {
    line-height: 1.3 !important;
}

.lh14 {
    line-height: 1.4 !important;
}

.lh15 {
    line-height: 1.5 !important;
}

.lh16 {
    line-height: 1.6 !important;
}

.lh17 {
    line-height: 1.7 !important;
}

.lh18 {
    line-height: 1.8 !important;
}

.lh20 {
    line-height: 2 !important;
}

.lh23 {
    line-height: 2.3 !important;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.visible {
    visibility: visible;
}

.visible-hidden {
    visibility: hidden;
}

.dispc,
.breakpc {
    display: block;
}

@media all and (max-width: 768px) {

    .dispc,
    .breakpc {
        display: none;
    }
}

.dissp,
.breaksp {
    display: block;
}

@media all and (min-width: 769px) {

    .dissp,
    .breaksp {
        display: none;
    }
}

.flexFont {
    font-size: 100%;
}

.obj__fit,
.imgfit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.overflow {
    overflow: hidden;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
        transform: translateY(200px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
        transform: translateY(200px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/* purgecss start ignore */
/* purgecss end ignore */
@media all and (max-width: 768px) {
    .menu-open.navstate_show .type1 .nav-list>.nav-list-item {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 0.6s;
        animation-duration: 0.6s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
        animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

.menu-open.navstate_show .type1 .nav-list>.nav-list-item:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.menu-open.navstate_show .type1 .nav-list>.nav-list-item:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.menu-open.navstate_show .type1 .nav-list>.nav-list-item:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.menu-open.navstate_show .type1 .nav-list>.nav-list-item:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.menu-open.navstate_show .type1 .nav-list>.nav-list-item:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.menu-open.navstate_show .type1 .nav-list>.nav-list-item:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.menu-open.navstate_show .type1 .nav-list>.nav-list-item:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.menu-open.navstate_show .type1 .nav-list>.nav-list-item:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.menu-open.navstate_show .type1 .nav-list>.nav-list-item:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.menu-open.navstate_show .type1 .nav-list>.nav-list-item:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.menu-open.navstate_show .type1 .nav-list>.nav-list-item:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.menu-open.navstate_show .type1 .nav-list>.nav-list-item:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.menu-open.navstate_show .type1 .nav-list>.nav-list-item:nth-child(13) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.menu-open.navstate_show .type1 .nav-list>.nav-list-item:nth-child(14) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.menu-open.navstate_show .type1 .nav-list>.nav-list-item:nth-child(15) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@media all and (max-width: 768px) {
    .menu-open.navstate_show .type2 .nav-list>.nav-list-item {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 0.6s;
        animation-duration: 0.6s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

.menu-open.navstate_show .type2 .nav-list>.nav-list-item:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.menu-open.navstate_show .type2 .nav-list>.nav-list-item:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.menu-open.navstate_show .type2 .nav-list>.nav-list-item:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.menu-open.navstate_show .type2 .nav-list>.nav-list-item:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.menu-open.navstate_show .type2 .nav-list>.nav-list-item:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.menu-open.navstate_show .type2 .nav-list>.nav-list-item:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.menu-open.navstate_show .type2 .nav-list>.nav-list-item:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.menu-open.navstate_show .type2 .nav-list>.nav-list-item:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.menu-open.navstate_show .type2 .nav-list>.nav-list-item:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.menu-open.navstate_show .type2 .nav-list>.nav-list-item:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.menu-open.navstate_show .type2 .nav-list>.nav-list-item:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.menu-open.navstate_show .type2 .nav-list>.nav-list-item:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.menu-open.navstate_show .type2 .nav-list>.nav-list-item:nth-child(13) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.menu-open.navstate_show .type2 .nav-list>.nav-list-item:nth-child(14) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.menu-open.navstate_show .type2 .nav-list>.nav-list-item:nth-child(15) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@media all and (max-width: 768px) {
    .menu-open.navstate_show .type3 .nav-list>.nav-list-item>a {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
        animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

.menu-open.navstate_show .type3 .nav-list>.nav-list-item:nth-child(1) a {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.menu-open.navstate_show .type3 .nav-list>.nav-list-item:nth-child(2) a {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.menu-open.navstate_show .type3 .nav-list>.nav-list-item:nth-child(3) a {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.menu-open.navstate_show .type3 .nav-list>.nav-list-item:nth-child(4) a {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.menu-open.navstate_show .type3 .nav-list>.nav-list-item:nth-child(5) a {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.menu-open.navstate_show .type3 .nav-list>.nav-list-item:nth-child(6) a {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.menu-open.navstate_show .type3 .nav-list>.nav-list-item:nth-child(7) a {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.menu-open.navstate_show .type3 .nav-list>.nav-list-item:nth-child(8) a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.menu-open.navstate_show .type3 .nav-list>.nav-list-item:nth-child(9) a {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.menu-open.navstate_show .type3 .nav-list>.nav-list-item:nth-child(10) a {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.menu-open.navstate_show .type3 .nav-list>.nav-list-item:nth-child(11) a {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.menu-open.navstate_show .type3 .nav-list>.nav-list-item:nth-child(12) a {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.menu-open.navstate_show .type3 .nav-list>.nav-list-item:nth-child(13) a {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

.menu-open.navstate_show .type3 .nav-list>.nav-list-item:nth-child(14) a {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.menu-open.navstate_show .type3 .nav-list>.nav-list-item:nth-child(15) a {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.menu-open.navstate_hide .type1 .nav-list>.nav-list-item>a {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.menu-open.navstate_hide .type1 .nav-list>.nav-list-item:nth-child(1) a {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.menu-open.navstate_hide .type1 .nav-list>.nav-list-item:nth-child(2) a {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.menu-open.navstate_hide .type1 .nav-list>.nav-list-item:nth-child(3) a {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.menu-open.navstate_hide .type1 .nav-list>.nav-list-item:nth-child(4) a {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.menu-open.navstate_hide .type1 .nav-list>.nav-list-item:nth-child(5) a {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.menu-open.navstate_hide .type1 .nav-list>.nav-list-item:nth-child(6) a {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.menu-open.navstate_hide .type1 .nav-list>.nav-list-item:nth-child(7) a {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.menu-open.navstate_hide .type1 .nav-list>.nav-list-item:nth-child(8) a {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.menu-open.navstate_hide .type1 .nav-list>.nav-list-item:nth-child(9) a {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.menu-open.navstate_hide .type1 .nav-list>.nav-list-item:nth-child(10) a {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.menu-open.navstate_hide .type1 .nav-list>.nav-list-item:nth-child(11) a {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.menu-open.navstate_hide .type1 .nav-list>.nav-list-item:nth-child(12) a {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.menu-open.navstate_hide .type1 .nav-list>.nav-list-item:nth-child(13) a {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.menu-open.navstate_hide .type1 .nav-list>.nav-list-item:nth-child(14) a {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.menu-open.navstate_hide .type1 .nav-list>.nav-list-item:nth-child(15) a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.menu-open.navstate_hide .type2 .nav-list>.nav-list-item>a {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.menu-open.navstate_hide .type2 .nav-list>.nav-list-item:nth-child(1) a {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.menu-open.navstate_hide .type2 .nav-list>.nav-list-item:nth-child(2) a {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.menu-open.navstate_hide .type2 .nav-list>.nav-list-item:nth-child(3) a {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.menu-open.navstate_hide .type2 .nav-list>.nav-list-item:nth-child(4) a {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.menu-open.navstate_hide .type2 .nav-list>.nav-list-item:nth-child(5) a {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.menu-open.navstate_hide .type2 .nav-list>.nav-list-item:nth-child(6) a {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.menu-open.navstate_hide .type2 .nav-list>.nav-list-item:nth-child(7) a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.menu-open.navstate_hide .type2 .nav-list>.nav-list-item:nth-child(8) a {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.menu-open.navstate_hide .type2 .nav-list>.nav-list-item:nth-child(9) a {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.menu-open.navstate_hide .type2 .nav-list>.nav-list-item:nth-child(10) a {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.menu-open.navstate_hide .type2 .nav-list>.nav-list-item:nth-child(11) a {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}

.menu-open.navstate_hide .type2 .nav-list>.nav-list-item:nth-child(12) a {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.menu-open.navstate_hide .type2 .nav-list>.nav-list-item:nth-child(13) a {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.menu-open.navstate_hide .type2 .nav-list>.nav-list-item:nth-child(14) a {
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s;
}

.menu-open.navstate_hide .type2 .nav-list>.nav-list-item:nth-child(15) a {
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
}

.modal {
    display: none;
    position: fixed;
    background: rgba(134, 126, 122, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

.modal.showthis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.modal-content {
    position: relative;
    background: #fff;
    border-radius: 14px;
}

@media all and (min-width: 769px) {
    .modal-content {
        padding: 70px 100px;
        max-width: 900px;
    }
}

@media all and (max-width: 768px) {
    .modal-content {
        width: 90%;
        margin: 0 auto;
        padding: 40px 23px;
    }
}

.modal-content .title {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
}

@media all and (min-width: 769px) {
    .modal-content .title {
        font-size: 22px;
        margin-bottom: 35px;
    }
}

.modal-content .btn_close {
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    background: url(../common_img/close-button.png) no-repeat center center;
    background-size: 15px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.modal-content-box .buttonclose {
    display: block;
    text-align: center;
}

.modal-content-box .buttonclose a {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    background: #333 url(../common_img/close-button.png) no-repeat left 50px center;
    background-size: 10px;
    width: 160px;
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
    text-shadow: 0px 0px 0px #fff;
}

.modal .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal .btn a,
.modal .btn button,
.modal .btn span {
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #000;
    color: #000;
    height: 40px;
    width: 200px;
    background: #fff;
}

.modal .btn a:hover,
.modal .btn button:hover,
.modal .btn span:hover {
    background: #000;
    color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.delay1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@media all and (max-width: 768px) {
    .delay1 {
        -webkit-animation-delay: 0.15s;
        animation-delay: 0.15s;
    }
}

.delay2 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@media all and (max-width: 768px) {
    .delay2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }
}

.delay3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@media all and (max-width: 768px) {
    .delay3 {
        -webkit-animation-delay: 0.45s;
        animation-delay: 0.45s;
    }
}

.delay4 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@media all and (max-width: 768px) {
    .delay4 {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }
}

.delay5 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@media all and (max-width: 768px) {
    .delay5 {
        -webkit-animation-delay: 0.75s;
        animation-delay: 0.75s;
    }
}

.delay6 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@media all and (max-width: 768px) {
    .delay6 {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }
}

.delay7 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

@media all and (max-width: 768px) {
    .delay7 {
        -webkit-animation-delay: 1.05s;
        animation-delay: 1.05s;
    }
}

.delay8 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

@media all and (max-width: 768px) {
    .delay8 {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }
}

.delay9 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

@media all and (max-width: 768px) {
    .delay9 {
        -webkit-animation-delay: 1.35s;
        animation-delay: 1.35s;
    }
}

.fixie body {
    overflow: visible;
}

.fixie .custom-object-fit,
.fixie .custom-object-contain {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}

.fixie .custom-object-fit img,
.fixie .custom-object-contain img {
    opacity: 0;
}

.fixie .custom-object-fit {
    background-size: cover;
}

.fixie .custom-object-contain {
    background-size: contain;
}

.header_top_logo {
    position: relative;
    z-index: 1;
}

.header_top_logo a {
    line-height: 0;
}

@media all and (max-width: 768px) {
    .header_top_logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }
}

.header_top_icon {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_top_menu .header_nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: inherit;
}

.header_nav {
    position: relative;
    z-index: 98;
}

@media all and (min-width: 769px) {
    .header_nav .header_nav_inside {
        min-width: inherit;
    }
}

.header .icon {
    margin-left: 5px;
}

@media all and (max-width: 768px) {
    .header .icon {
        margin-left: 10px;
    }
}

.header .icon_inside,
.header .icon-hamburger {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 57px;
    height: 57px;
    background: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media all and (min-width: 769px) {

    .header .icon_inside:hover,
    .header .icon-hamburger:hover {
        background: #1a1a1a;
        -webkit-transition: -webkit-background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        transition: -webkit-background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        -webkit-transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        transition-delay: 0;
        -webkit-transition-delay: 0;
    }
}

@media all and (max-width: 520px) {

    .header .icon_inside,
    .header .icon-hamburger {
        width: 44px;
        height: 44px;
    }
}

.header .icon-hamburger {
    z-index: 99;
}

.header .icon-hamburger .icon-bar span {
    left: 0;
    height: 2px;
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.header .icon-hamburger .icon-bar span:first-child {
    top: 0;
}

.header .icon-hamburger .icon-bar span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.header .icon-hamburger .icon-bar span:last-child {
    bottom: 0;
}

.header .icon-hamburger.type3 .icon-bar span:nth-child(1) {
    left: 0;
}

.header .icon-hamburger.type3 .icon-bar span:nth-child(1),
.header .icon-hamburger.type3 .icon-bar span:nth-child(3) {
    width: 70%;
}

.header .icon-hamburger.type3 .icon-bar span:nth-child(3) {
    right: 0;
}

.header .icon-img,
.header .icon-bar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38%;
    width: 56%;
}

.header .icon-img img,
.header .icon-bar img {
    max-width: 30px;
}

.header .icon-txt {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
}

@media all and (max-width: 768px) {
    .header .icon-txt {
        font-size: 11px;
    }
}

@media all and (max-width: 420px) {
    .header .icon-txt {
        font-size: 9px;
    }
}

.header .hastext_true .icon-img,
.header .hastext_true .icon-bar {
    top: -6px;
}

.header .hastext_true .icon-img img,
.header .hastext_true .icon-bar img {
    max-height: 25px;
}

@media all and (max-width: 520px) {

    .header .hastext_true .icon-img img,
    .header .hastext_true .icon-bar img {
        max-width: 24px;
    }
}

.header-fixed {
    position: fixed;
    width: 100%;
    z-index: 97;
}

.menu-open {
    position: relative;
}

.menu-open.navstate_show .header_nav.show .header_nav_inside {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.menu-open.navstate_show .header_nav.type2 .header_nav_inside {
    top: 0;
}

.menu-open.navstate_show .header_nav.type3 .header_nav_inside {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.menu-open.navstate_show .icon-hamburger .icon-bar span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-225deg);
    -ms-transform: translateY(9px) rotate(-225deg);
    transform: translateY(9px) rotate(-225deg);
}

@media all and (max-width: 520px) {
    .menu-open.navstate_show .icon-hamburger .icon-bar span:nth-child(1) {
        -webkit-transform: translateY(7px) rotate(-225deg);
        -ms-transform: translateY(7px) rotate(-225deg);
        transform: translateY(7px) rotate(-225deg);
    }
}

.menu-open.navstate_show .icon-hamburger .icon-bar span:nth-child(2) {
    -webkit-transform: translateY(0) rotate(225deg);
    -ms-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
    width: 100%;
}

.menu-open.navstate_show .icon-hamburger .icon-bar span:nth-child(3) {
    opacity: 0;
}

.menu-open.navstate_show .icon-hamburger.type2 .icon-bar span:nth-child(2) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.menu-open.navstate_show .icon-hamburger.type2 .icon-bar span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(225deg);
    -ms-transform: translateY(-9px) rotate(225deg);
    transform: translateY(-9px) rotate(225deg);
    opacity: 1;
}

@media all and (max-width: 520px) {
    .menu-open.navstate_show .icon-hamburger.type2 .icon-bar span:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(225deg);
        -ms-transform: translateY(-7px) rotate(225deg);
        transform: translateY(-7px) rotate(225deg);
    }
}

.menu-open.navstate_show .icon-hamburger.type3 .icon-bar span {
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.menu-open.navstate_show .icon-hamburger.type3 .icon-bar span:nth-child(1) {
    width: 100%;
}

.menu-open.navstate_hide .header_nav {
    opacity: 1;
    visibility: visible;
}

.menu-open.navstate_hide .header_nav.type1:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.menu-open.navstate_hide .header_nav.type2 {
    right: 0;
}

.menu-open.navstate_hide .header_nav.type3 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-225deg);
    -ms-transform: translateY(9px) rotate(-225deg);
    transform: translateY(9px) rotate(-225deg);
}

@media all and (max-width: 520px) {
    .menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(1) {
        -webkit-transform: translateY(7px) rotate(-225deg);
        -ms-transform: translateY(7px) rotate(-225deg);
        transform: translateY(7px) rotate(-225deg);
    }
}

.menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(2) {
    -webkit-transform: translateY(0) rotate(225deg);
    -ms-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
    width: 100%;
}

.menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(3) {
    opacity: 0;
}

.menu-open.navstate_hide .icon-hamburger.type2 .icon-bar span:nth-child(2) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.menu-open.navstate_hide .icon-hamburger.type2 .icon-bar span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(225deg);
    -ms-transform: translateY(-9px) rotate(225deg);
    transform: translateY(-9px) rotate(225deg);
    opacity: 1;
}

@media all and (max-width: 520px) {
    .menu-open.navstate_hide .icon-hamburger.type2 .icon-bar span:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(225deg);
        -ms-transform: translateY(-7px) rotate(225deg);
        transform: translateY(-7px) rotate(225deg);
    }
}

@media all and (min-width: 769px) {
    .menu-open.navstate_hide .icon-hamburger.type2 .icon-bar span:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(225deg);
        -ms-transform: translateY(-10px) rotate(225deg);
        transform: translateY(-10px) rotate(225deg);
    }
}

.menu-open.navstate_hide .icon-hamburger.type3 .icon-bar span {
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.menu-open.navstate_hide .icon-hamburger.type3 .icon-bar span:nth-child(1) {
    width: 100%;
}

@media all and (min-width: 769px) {
    .nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media all and (max-width: 768px) {
    .nav-list {
        height: auto;
        padding: 0 3%;
        overflow: hidden;
    }
}

@media all and (max-width: 768px) {
    .nav-list-item {
        border-bottom: 1px solid #ccc;
    }
}

.nav-list-item a {
    font-size: 15px;
    line-height: 1;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    text-align: center;
}

@media all and (max-width: 768px) {
    .nav-list-item a {
        padding: 20px 0;
        text-align: left;
    }
}

@media all and (min-width: 769px) {
    .nav-list-item a:hover {
        opacity: 0.8;
    }
}

.header_nav_dropdown .nav-list>li.dropdown {
    position: relative;
}

.header_nav_dropdown .nav-list .childmenu {
    display: none;
    overflow: hidden;
}

@media all and (min-width: 769px) {
    .header_nav_dropdown .nav-list .childmenu {
        position: absolute;
        left: 0;
        z-index: 9;
        background: #f1f1f1;
        min-width: 200px;
    }
}

@media all and (max-width: 768px) {
    .header_nav_dropdown .nav-list .childmenu li:first-child {
        border-top: 1px solid #ccc;
    }

    .header_nav_dropdown .nav-list .childmenu li:last-child {
        border-bottom: none;
    }
}

.header_nav_dropdown .nav-list .childmenu li a {
    text-align: left;
    padding: 15px 10px;
}

@media all and (max-width: 768px) {
    .header_nav_dropdown .nav-list .megamenu>a {
        position: relative;
    }

    .header_nav_dropdown .nav-list .megamenu>a::before,
    .header_nav_dropdown .nav-list .megamenu>a::after {
        position: absolute;
        content: "";
        background: #000;
        right: 40px;
        display: block;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .header_nav_dropdown .nav-list .megamenu>a::before {
        width: 14px;
        height: 2px;
        right: 21px;
    }

    .header_nav_dropdown .nav-list .megamenu>a::after {
        height: 14px;
        width: 2px;
        right: 27px;
    }

    .header_nav_dropdown .nav-list .megamenu>a.open::after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.header_nav_dropdown .nav-list .megamenu_inside {
    width: 100%;
}

@media all and (min-width: 769px) {
    .header_nav_dropdown .nav-list .megamenu_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media all and (min-width: 769px) {
    .header_nav_dropdown .nav-list .megamenu_col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        padding: 10px 20px;
    }
}

@media all and (max-width: 768px) {
    .header_nav_dropdown .nav-list .megamenu_col li a {
        padding-left: 20px;
    }
}

.header_nav_dropdown .nav-list .megamenu_title {
    color: #000;
    font-size: 16px;
    display: block;
    line-height: 1;
    text-align: left;
}

@media all and (min-width: 769px) {
    .header_nav_dropdown .nav-list .megamenu_title {
        padding: 10px 0;
    }
}

@media all and (max-width: 768px) {
    .header_nav_dropdown .nav-list .megamenu_title {
        padding: 15px 10px;
    }
}

.navstate_show .header_nav .nav-list {
    background: rgba(0, 0, 0, 0.75);
}

@media all and (min-width: 769px) {
    .navstate_show .header_nav .nav-list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media all and (max-width: 768px) {
    .navstate_show .header_nav_inside {
        position: absolute;
        left: -100%;
        top: 0;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
}

@media all and (max-width: 768px) {
    .navstate_show .header_nav.type2 .header_nav_inside {
        left: 0;
        top: -10vh;
        right: 0;
        -webkit-transition-timing-function: cubic-bezier(-0.6, -0.28, 0.735, 0.045);
        transition-timing-function: cubic-bezier(-0.6, -0.28, 0.735, 0.045);
    }
}

@media all and (max-width: 768px) {
    .navstate_show .header_nav.type3 .header_nav_inside {
        left: 0;
        right: 0;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: ease-in-out .4s;
        transition: ease-in-out .4s;
    }
}

@media all and (max-width: 768px) {
    .navstate_show .header_nav.type3 .nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: auto;
        background: #000;
        padding: 5vh 0 20vh;
        height: calc(100vh - 60px);
    }
}

@media all and (max-width: 768px) and (max-width: 520px) {
    .navstate_show .header_nav.type3 .nav-list {
        height: calc(100vh - 44px);
    }
}

@media all and (max-width: 768px) {
    .navstate_show .header_nav.type3 .nav-list-item {
        overflow: hidden;
        border: none;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media all and (max-width: 768px) {
    .navstate_show .header_nav.type3 .nav-list-item a {
        font-weight: bold;
        font-size: 24px;
        text-align: center;
        color: #fff;
    }
}

@media all and (min-width: 769px) {
    .navstate_show .icon-hamburger {
        display: none;
    }
}

.navstate_hide {
    overflow: hidden;
}

/* body.ios {
    overflow-y: hidden;
} */

.navstate_hide .header_nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navstate_hide .header_nav .nav-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navstate_hide .header_nav .nav-list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    overflow: hidden;
    margin: 30px 0;
    border: 0;
}

.navstate_hide .header_nav .nav-list-item a {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    padding-top: 5px;
}

.navstate_hide .header_nav_inside {
    position: relative;
    z-index: 9;
}

.navstate_hide .header_nav.type1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navstate_hide .header_nav.type1:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.navstate_hide .header_nav.type2 {
    left: inherit;
    right: -35%;
    width: 35%;
    background: #000;
    -webkit-transition: -webkit-all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    transition: -webkit-all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    -webkit-transition: all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    transition: all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    transition-delay: 0;
    -webkit-transition-delay: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (min-width: 769px) {
    .navstate_hide .header_nav.type2 {
        max-width: 400px;
    }
}

@media all and (max-width: 768px) {
    .navstate_hide .header_nav.type2 {
        width: 100%;
        right: -100%;
    }
}

.navstate_hide .header_nav.type2 .header_nav_inside:before {
    content: '';
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: -1;
}

.navstate_hide .header_nav.type3 {
    -webkit-transition: -webkit-all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    transition: -webkit-all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    -webkit-transition: all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    transition: all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    transition-delay: 0;
    -webkit-transition-delay: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.navstate_hide.menu_fixed header .icon-hamburger.type1,
.navstate_hide.menu_fixed header .icon-hamburger.type2 {
    position: fixed;
    right: 0;
    top: 0;
}

.footer-bottom p {
    font-size: 14px;
    background: #e8e8e8;
    text-align: center;
    padding: 10px 0;
}

.footer .backtop {
    width: 100%;
    max-width: 100%;
    position: fixed;
    z-index: 8;
    bottom: 15px;
    right: 0;
}

.footer .backtop-icon {
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 0;
    right: 15px;
    zoom: 1;
    text-align: right;
    z-index: 8;
}

.footer .backtop-icon img {
    width: 45px;
    height: 45px;
    border: 1px solid #000;
    border-radius: 100%;
}

@media all and (max-width: 768px) {
    .footer .backtop-icon img {
        width: 30px;
        height: 30px;
    }
}

.ahover {
    position: relative;
}

.ahover a {
    position: relative;
}

.ahover a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.ahover a:after {
    bottom: -1px;
    display: block;
    height: 1px;
    width: 0%;
    content: "";
    background-color: #000;
    left: 50%;
}

@media all and (min-width: 960px) {
    .ahover a:hover {
        opacity: 1;
        color: #000;
    }

    .ahover a:hover:after {
        opacity: 1;
        width: 100%;
        left: 0;
    }
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

.btnpage {
    margin: 0 auto;
    width: 100%;
    max-width: 210px;
    margin-top: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media all and (max-width: 768px) {
    .btnpage {
        margin-top: 20px;
        max-width: 180px;
    }
}

.btnpage a,
.btnpage button {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    position: relative;
    position: relative;
    background-image: -webkit-linear-gradient(-3deg, #f89b00 0%, #f8c600 100%);
    background-image: -ms-linear-gradient(-3deg, #f89b00 0%, #f8c600 100%);
    z-index: 0;
    overflow: hidden;
}

.btnpage a::after,
.btnpage button::after {
    position: absolute;
    content: '';
    background-color: #000;
    width: 0;
    height: 60px;
    right: 0;
    top: 0;
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@media all and (min-width: 960px) {

    .btnpage a:hover::after,
    .btnpage a:focus::after,
    .btnpage a:active::after,
    .btnpage button:hover::after,
    .btnpage button:focus::after,
    .btnpage button:active::after {
        right: inherit;
        left: 0;
        width: 100%;
        z-index: 0;
    }
}

@media all and (max-width: 768px) {

    .btnpage a,
    .btnpage button {
        font-size: 18px;
        padding: 5px 0;
    }
}

.btnpage a span,
.btnpage button span {
    position: relative;
    z-index: 2;
    position: relative;
}

.btnpage a span::before,
.btnpage button span::before {
    content: '';
    background: transparent;
    position: absolute;
    width: 8px;
    height: 8px;
    right: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btnpage a span::before,
.btnpage button span::before {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    right: 50%;
    margin-right: -50px;
}

.btnpage.btnback {
    margin-top: 0;
    margin-left: 0;
}

.btnpage.btnback a span {
    position: relative;
}

.btnpage.btnback a span::before {
    content: '';
    background: transparent;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btnpage.btnback a span::before {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    right: inherit;
    left: 0%;
    margin-left: -50px;
    -webkit-transform: rotate(-135deg) !important;
    -ms-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important;
}

.btnpage.btnnext {
    margin-top: 0;
    margin-right: 0;
}

/*! purgecss start ignore */
.fss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.fsc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fcc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fsp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.fwb {
    font-weight: bold;
}

.fwn {
    font-weight: normal;
}

.fwl {
    font-weight: 300;
}

.ctboth {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.ctver {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.cthor {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.relative {
    position: relative;
}

.lsp05 {
    letter-spacing: 0.5px;
}

.lsp1 {
    letter-spacing: 1px;
}

.lsp15 {
    letter-spacing: 1.5px;
}

.lsp2 {
    letter-spacing: 2px;
}

body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, 'MS UI Gothic', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

body .maincl {
    color: #000;
}

body .fontnoto {
    font-family: 'Noto Sans JP';
}

body .fontmin {
    font-family: "Yu Mincho", "YuMincho", "YuMin-medium", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝', '游明朝体', 'MS 明朝', 'MS Mincho', HiraMinProN-W3, 'TakaoEx明朝', TakaoExMincho, 'MotoyaLCedar', 'Droid Sans Japanese', serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0.05deg);
    -ms-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}

body p {
    font-size: 13px;
    line-height: 1.8;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, 'MS UI Gothic', sans-serif !important;
    color: #000;
}

@media all and (min-width: 769px) {
    body p {
        font-size: 14px;
    }
}

body a {
    color: #000;
    line-height: normal;
}

body img,
body iframe {
    max-width: 100%;
    line-height: 0;
}

body .img {
    overflow: hidden;
    line-height: 0;
}

body .img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 4s;
    transition-duration: 4s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform, -webkit-transform;
}

.logined .header_top_search {
    margin-left: 0;
}

.logined .accounts .accounts_new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logined .accounts .accounts_new span {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}

@media all and (max-width: 1000px) {
    .logined .accounts .accounts_new span {
        font-size: 16px;
    }
}

.logined .accounts .accounts_new span i {
    font-style: normal !important;
    font-size: 14px;
    font-weight: normal;
}

@media all and (max-width: 1000px) {
    .logined .accounts .accounts_new span i {
        font-size: 12px;
    }
}

.logined .accounts .accounts_e:last-child {
    margin-left: 20px;
}

@media all and (max-width: 1100px) {
    .logined .header_top_search .searchbox {
        margin-left: 10px;
    }
}

@media all and (max-width: 1050px) {
    .logined .header_top_search .searchbox {
        padding-right: 20px;
    }

    .logined .social {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .logined .header_top_search {
        display: none;
    }

    .logined .accounts_new span {
        display: block;
    }

    .logined .searchsp {
        display: block;
        margin-right: 20px;
    }

    .logined .accounts .accounts_e:last-child {
        margin-left: 15px !important;
    }

    .logined .accounts_e.accounts_new img {
        height: 45px;
    }

    .logined .accounts .accounts_new span {
        display: block !important;
    }

    .logined .header_top_search.dissp.flex {
        display: block !important;
        margin-bottom: 10px !important;
    }
}

@media all and (max-width: 600px) {
    .logined .accounts_login {
        display: none;
    }

    .logined .accounts_new {
        margin-left: 5px !important;
    }

    .logined .searchsp {
        margin-right: 0px !important;
    }

    .logined .searchsp img {
        height: 20px;
        position: relative;
        top: 2px;
    }

    .logined .accounts_new.accounts_e:last-child {
        margin-left: 0px !important;
    }

    .logined .accounts {
        margin-right: 0px !important;
    }

    .logined .header_top_logo a img {
        height: 44px;
    }

    .logined .accounts .accounts_new span {
        font-size: 14px;
    }

    .logined .accounts .accounts_new span i {
        font-size: 11px;
    }

    .logined .accounts .accounts_new span i {
        font-size: 10px;
    }

    .logined .accounts_e.accounts_new img {
        height: 32px;
    }
}

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexbox_start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flexbox_end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flexbox_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

@media all and (max-width: 768px) {
    .container {
        padding: 0 3%;
    }
}

@media all and (min-width: 1200px) {
    .header_top_logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 24%;
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        margin-right: 2%;
    }
    .header_top_logo_2{
        display:none ;
    } 
}

@media all and (max-width: 770px) {
    .header_top_logo{
        display:none ;
    } 
    .header_top_logo_2{
        display:block ;
    } 
    /* ipad_miniのときだけ何やっても上手くいかない */
}

@media all and (max-width: 1100px) {
    .header_top_logo_2{
        display:none ;
    } 
}

.header_top_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_top_logo a .logotext {
    margin-left: 20px;
}

@media all and (max-width: 1201px) {
    .header_top_logo a img {
        height: 60px;
    }
}

@media all and (max-width: 520px) {
    .header_top_logo a img {
        height: 50px;
    }
}

@media all and (max-width: 768px) {
    .header_top_logo {
        -webkit-box-flex: 0 !important;
        -webkit-flex: none !important;
        -ms-flex: none !important;
        flex: none !important;
    }
}


@media all and (min-width: 300px) {
    .header {
        position: fixed;
        width: 100%;
        z-index: 99;
        background: #fff;
        height: 78px;
    }
}

@media all and (min-width: 769px) {
    .header_top {
        padding: 20px 0px;
    }
    .header {
        height: 108px;
    }
}

@media all and (max-width: 768px) {
    .header_top {
        padding: 10px 0px;
    }
}




.header_top_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 2%;
}

@media all and (max-width: 900px) {
    .header_top_search {
        margin-left: 10px;
    }
}

.header_top_search .social {
    margin-left: 0px;
}

@media all and (max-width: 1000px) {
    .header_top_search .social {
        display: none !important;
    }
}

.header_top_search .social a {
    margin-left: 25px;
}

.header_top_search .social a:first-child {
    margin-left: 0px;
}

.header_top_search .searchbox {
    margin-left: 20px;
    background: #F8FAFB;
    border-radius: 5px;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 670px) {
    .header_top_search .searchbox {
        display: none;
    }
    .header_top .header_top_logo{
        display: none;
        /* height: 55px;
        width: 100px; */
    }
    .header_top .header_top_logo_2{
        display: block;
    }
}


@media all and (max-width: 325px) {
    .header_top .header_top_logo_2{
        /* display:none ; */
        width: 50px ;
        height: auto ;
    } 
}



@media all and (max-width: 900px) {
    .header_top_search .searchbox {
        margin-left: 10px;
        padding-right: 10px;
        height: 40px;
    }
}



.header_top_search .searchbox button {
    cursor: pointer;
    background: none;
}

.header_top_search .searchbox input::-webkit-input-placeholder {
    color: #000 !important;
}

.header_top_search .searchbox input:-moz-placeholder {
    color: #000 !important;
}

.header_top_search .searchbox input::-moz-placeholder {
    color: #000 !important;
}

.header_top_search .searchbox input:-ms-input-placeholder {
    color: #000 !important;
}

.header_top_search .searchbox img {
    height: 26px;
    margin-left: 20px;
    margin-right: 0;
    cursor: pointer;
}

@media all and (max-width: 768px) {
    .header_top_search .searchbox img {
        height: 20px;
    }
}

.header_top_search .searchbox input {
    border: none;
    background: transparent !important;
}

.header_top_search.dissp .searchbox {
    padding-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.header_top_search.dissp .searchbox img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 10px;
    float: right;
}

.header_top_search.dissp .searchbox input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.accounts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
}

@media all and (max-width: 1201px) {
    .accounts {
        font-size: 14px;
        margin-right: 10px;
    }
}

.accounts_e img {
    margin-right: 5px;
}

.accounts_e:last-child {
    margin-left: 20px;
}

@media all and (min-width: 1200px) {
    .accounts_e:last-child {
        max-width: 169px;
    }
}

@media all and (max-width: 800px) {
    .accounts_e span.coin-box {
        display: none;
    }
}

.header .icon-txt {
    font-size: 11px;
    bottom: 3px;
    color: #000 !important;
    font-weight: bold;
}

@media all and (max-width: 520px) {
    .header .icon-txt {
        font-size: 9px;
    }
}

.header .icon-bar,
.header .icon-img {
    height: 30%;
}

.header .icon-bar span,
.header .icon-img span {
    background: #222 !important;
    height: 2px !important;
}

.header .icon-hamburger,
.header .icon_inside {
    height: 50px;
    width: 50px;
    border: 1px solid #000;
    border-radius: 8px;
    background: #fff !important;
}

@media all and (max-width: 520px) {

    .header .icon-hamburger,
    .header .icon_inside {
        height: 44px !important;
        width: 44px !important;
    }
}

.navstate_hide.menu_fixed header .icon-hamburger.type1 {
    position: relative;
}

@media all and (max-width: 1200px) {
    .menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(1) {
        -webkit-transform: translateY(7px) rotate(-225deg);
        -ms-transform: translateY(7px) rotate(-225deg);
        transform: translateY(7px) rotate(-225deg);
    }
}

@media all and (min-width: 769px) {
    .menu-open.navstate_hide .icon-hamburger .icon-bar span:first-child {
        -webkit-transform: translateY(6px) rotate(-225deg);
        -ms-transform: translateY(6px) rotate(-225deg);
        transform: translateY(6px) rotate(-225deg);
    }
}

@media all and (max-width: 520px) {
    .menu-open .header .icon-hamburger .icon-bar span {
        background: #000 !important;
    }

    .menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(1) {
        -webkit-transform: translateY(5px) rotate(-225deg);
        -ms-transform: translateY(5px) rotate(-225deg);
        transform: translateY(5px) rotate(-225deg);
    }
}

.navstate_hide .header_nav.type1:before {
    right: 0;
    left: auto;
    width: 40%;
    max-width: 400px;
    background-color: rgba(0, 0, 0, 0.7);
}

@media all and (max-width: 640px) {
    .navstate_hide .header_nav.type1:before {
        width: 100%;
        max-width: 100%;
    }
}

.navstate_hide .header_nav.type1:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media all and (max-width: 768px) {
    .navstate_hide .header_nav.type1 {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.warningmsg {
    background-color: #BA2626;
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 768px) {
    .warningmsg {
        padding: 10px 0px;
    }
}

.warningmsg .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.warningmsg .container p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.warningmsg .container p img {
    margin-right: 10px;
}

@media all and (max-width: 768px) {
    .warningmsg .container p img {
        height: 20px;
    }
}

.warningmsg .container p span {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}

@media all and (max-width: 768px) {
    .warningmsg .container p span {
        font-size: 14px;
    }
}

.header_nav_inside {
    width: 40%;
    margin-left: auto;
    margin-right: 0;
}

@media all and (max-width: 640px) {
    .header_nav_inside {
        width: 100%;
    }
}

.header_nav_inside .social {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 20px;
    display: block !important;
}

@media all and (min-width: 769px) {
    .header_nav_inside .social {
        display: none !important;
    }
}

.header_nav_inside .social a {
    margin-right: 30px;
}

.header_nav_inside .social a:last-child {
    margin-right: 0;
}

.header_nav_inside .logout {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.header_nav_inside .logout .accounts_login {
    margin: 0 auto !important;
}

.header_nav_inside .logout img {
    margin-right: 5px;
}

@media all and (max-width: 768px) {
    .header_nav_inside .logout img {
        height: 20px !important;
    }
}

.header_nav_inside .logout * {
    display: inline-block !important;
    color: #fff !important;
}

@media all and (min-width: 769px) {
    .header_nav_inside .logout {
        display: none !important;
    }
}

.navstate_hide .header_nav .nav-list-item {
    padding: 10px 0px;
    margin: 0;
}

.navstate_hide .header_nav .nav-list-item a {
    font-size: 16px;
    font-weight: 400;
}

@media all and (max-width: 768px) {
    .navstate_hide .header_nav .nav-list-item a {
        font-size: 16px;
        text-align: center;
    }
}

.langlist {
    position: absolute;
    bottom: -50px;
    width: 100%;
    right: 0;
    left: auto;
}

.langlist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.langlist ul li {
    margin-right: 20px;
}

.langlist ul li:last-child {
    margin-right: 0px;
}

.langlist ul li img {
    margin-right: 5px;
}

.langlist ul li a {
    color: #fff;
    font-weight: 300;
}

.langlist ul li a.current {
    text-decoration: underline;
    font-weight: bold;
}

@media all and (min-width: 769px) {
    .navstate_hide .header_nav_inside {
        margin-top: 0;
        max-width: 400px;
        position: absolute;
        right: 0;
        top: 100px;
    }
}

@media all and (max-width: 768px) {
    .navstate_hide .header_nav_inside {
        padding-top: 70px;
    }
}

.bgmv {
    max-height: 780px;
    min-height: 650px;
    height: 41vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

@media all and (max-width: 768px) {
    .main_body {
        margin-top: 78px;
    }
}

@media all and (max-width: 768px) {
    .bgmv {
        min-height: 460px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-position: center;
        background-size: cover;
    }
}

@media all and (max-width: 520px) {
    .bgmv {
        min-height: 420px;
    }
}


.bgmv_center {
    position: relative;
    top: -30px;
    text-align: center;
}

@media all and (max-width: 768px) {
    .bgmv_center {
        top: 50px;
    }
}

@media all and (max-width: 480px) {
    .bgmv_center {
        top: 58px;
    }
}

.bgmv_center * {
    color: #fff;
}

.bgmv_center h2 {
    font-size: 28px;
}

@media all and (max-width: 960px) {
    .bgmv_center h2 {
        font-size: 20px;
    }
}

@media all and (max-width: 520px) {
    .bgmv_center h2 {
        font-size: 16px;
    }
}

.bgmv_center h1 {
    margin-top: 30px;
}

@media all and (max-width: 1400px) {
    .bgmv_center h1 {
        margin-top: 15px;
    }
}

@media all and (max-width: 960px) {
    .bgmv_center h1 {
        margin-top: 10px;
    }

    .bgmv_center h1 img {
        height: 45px;
    }
}

.bgmv_center .txtmv {
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
}

@media all and (max-width: 1400px) {
    .bgmv_center .txtmv {
        margin-top: 15px;
    }
}

@media all and (max-width: 960px) {
    .bgmv_center .txtmv {
        margin-top: 10px;
        font-size: 24px;
    }
}

@media all and (max-width: 520px) {
    .bgmv_center .txtmv {
        font-size: 18px;
    }
}

.bgmv_center .txtmv:before,
.bgmv_center .txtmv:after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: -10px;
    top: 25px;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

@media all and (max-width: 960px) {

    .bgmv_center .txtmv:before,
    .bgmv_center .txtmv:after {
        left: -30px;
        width: 30px;
        top: 20px;
    }
}

@media all and (max-width: 768px) {

    .bgmv_center .txtmv:before,
    .bgmv_center .txtmv:after {
        top: 15px;
        height: 2px;
        width: 25px;
        left: -25px;
    }
}

.bgmv_center .txtmv:after {
    right: -8px;
    left: auto;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

@media all and (max-width: 960px) {
    .bgmv_center .txtmv:after {
        right: -25px;
    }
}

@media all and (max-width: 768px) {
    .bgmv_center .txtmv:after {
        right: -20px;
    }
}

.bgmv_center .mv_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

@media all and (max-width: 1400px) {
    .bgmv_center .mv_price {
        margin-top: 20px;
    }
}

@media all and (max-width: 960px) {
    .bgmv_center .mv_price {
        margin-top: 10px;
    }
}

@media all and (max-width: 480px) {
    .bgmv_center .mv_price {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.bgmv_center .mv_price .mv_price_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff;
    background: #040634;
    border-radius: 100%;
    margin-right: 15px;
}

.bgmv_center .mv_price .mv_price_1 a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 97px;
    height: 97px;
}

.bgmv_center .mv_price .mv_price_1 a:hover {
    opacity: 0.7;
}

@media all and (max-width: 960px) {
    .bgmv_center .mv_price .mv_price_1 a {
        height: 80px;
        width: 80px;
    }
}

@media all and (max-width: 480px) {
    .bgmv_center .mv_price .mv_price_1 a {
        height: 70px;
        width: 70px;
    }
}

.bgmv_center .mv_price .mv_price_1 span {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
}

@media all and (max-width: 960px) {
    .bgmv_center .mv_price .mv_price_1 span {
        font-size: 16px;
    }
}

@media all and (max-width: 480px) {
    .bgmv_center .mv_price .mv_price_1 span {
        font-size: 15px;
    }
}

.bgmv_center .mv_price .mv_price_2 {
    font-size: 28px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    top: -10px;
}

@media all and (max-width: 960px) {
    .bgmv_center .mv_price .mv_price_2 {
        font-size: 20px;
    }
}

@media all and (max-width: 480px) {
    .bgmv_center .mv_price .mv_price_2 {
        font-size: 18px;
    }
}

.bgmv_center .mv_price .mv_price_2 .pricebig {
    font-size: 60px;
    font-weight: 800;
    font-family: Lato;
    margin-left: 10px;
    margin-right: 5px;
    bottom: -10px;
}

@media all and (max-width: 960px) {
    .bgmv_center .mv_price .mv_price_2 .pricebig {
        font-size: 42px;
        bottom: -4px;
    }
}

@media all and (max-width: 480px) {
    .bgmv_center .mv_price .mv_price_2 .pricebig {
        font-size: 34px;
    }
}

.bgmv_center .mv_price .mv_price_2 .pricebig,
.bgmv_center .mv_price .mv_price_2 .symb {
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
    position: relative;
}

.bgmv_center .mv_price .mv_price_2 span:last-child {
    margin-left: 10px;
}

.bgmv .start-date,
.bgmv .selectpeople select,
.bgmv .end-date {
    cursor: pointer;
}

.bgmv .searchbar {
    width: 930px;
    margin: 0 auto;
    bottom: 100px;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 7px;
    height: 72px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 960px) {
    .bgmv .searchbar {
        max-width: 94%;
        padding: 0 20px;
    }
}

@media all and (max-width: 768px) {
    .bgmv .searchbar {
        height: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
        background: rgba(255, 255, 255, 0.9);
        bottom: 20px;
    }
}

@media all and (max-width: 520px) {
    .bgmv .searchbar {
        padding: 10px;
    }
}

.bgmv .searchbar .searchbar_e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 28%;
}

@media all and (max-width: 768px) {
    .bgmv .searchbar .searchbar_e {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.bgmv .searchbar .searchbar_e img {
    margin-right: 5px;
    max-height: 26px;
}

@media all and (max-width: 520px) {
    .bgmv .searchbar .searchbar_e img {
        height: 20px;
    }
}

.bgmv .searchbar span {
    font-weight: bold;
    font-size: 16px;
}

@media all and (max-width: 960px) {
    .bgmv .searchbar span {
        font-size: 14px;
        white-space: nowrap;
    }
}

@media all and (max-width: 768px) {
    .bgmv .searchbar span {
        font-size: 13px;
    }
}

@media all and (max-width: 480px) {
    .bgmv .searchbar span {
        font-size: 12px;
    }
}

.bgmv .searchbar button {
    background: transparent;
}

.bgmv .searchbar button span {
    display: none;
}

@media all and (max-width: 768px) {
    .bgmv .searchbar button {
        background-color: #D7C2A5;
        padding: 5px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 15px;
    }

    .bgmv .searchbar button span {
        display: inline-block;
        margin-right: 10px;
    }

    .bgmv .searchbar button img {
        height: 20px;
    }
}

.bgmv .locationsearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.bgmv .locationsearch span {
    display: inline-block;
    width: calc(100% - 32px);
}

@media all and (max-width: 768px) {
    .bgmv .locationsearch span {
        padding: 1px 0;
        padding-left: 5px;
    }
}

.header_top_search.dissp {
    display: none;
}

.accounts_e.accounts_login img {
    max-width: 24px;
}

.accounts_e.accounts_new img {
    height: 25px;
}

@media all and (max-width: 768px) {
    .accounts_e.accounts_new img {
        height: 24px;
    }
}

@media all and (max-width: 1201px) {
    .container {
        padding: 0px 3%;
    }

    .header_top_search .social a {
        margin-left: 10px;
    }

    .header_top_search .social a img {
        height: 20px;
    }

    .accounts_e:last-child {
        margin-left: 20px;
    }
}

.searchsp {
    display: none;
}

.searchsp img {
    height: 24px;
}

@media all and (max-width: 670px) {
    .searchsp {
        display: block;
        margin-right: 10px;
        cursor: pointer;
    }

    .header .icon-hamburger,
    .header .icon_inside {
        margin-left: 5px !important;
    }

    .accounts_e img {
        margin-right: 0px;
    }

    .header_top_search.dissp,
    .header_top_search.dissp .searchbox {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
    }

    .header_top_search.dissp form,
    .header_top_search.dissp .searchbox,
    .header_top_search.dissp .searchbox form,
    .header_top_search.dissp .searchbox .searchbox {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
    }

    .searchbox {
        border: 1px solid #ddd !important;
    }

    .header_top_search.dissp.flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .header_top_search.dissp.flex .searchbox {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .accounts_e:last-child {
        margin-left: 15px;
    }

    .header_top_search {
        margin-left: 0 !important;
    }

    .searchbox {
        width: 94% !important;
        margin: 0 auto !important;
        margin-bottom: 10px !important;
    }
}

.pagetitle {
    text-align: center;
    margin-bottom: 70px;
}

@media all and (max-width: 960px) {
    .pagetitle {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 768px) {
    .pagetitle {
        margin-bottom: 30px;
    }
}

.pagetitle span {
    display: block;
}

.pagetitle span:first-child {
    font-size: 35px;
}

@media all and (max-width: 960px) {
    .pagetitle span:first-child {
        font-size: 30px;
    }
}

@media all and (max-width: 768px) {
    .pagetitle span:first-child {
        font-size: 24px;
    }
}

.pagetitle span:last-child {
    font-size: 20px;
    color: #8e8d8a;
    display: inline-block;
    border-top: 1px solid #E4E4E4;
    padding-top: 15px;
}

@media all and (max-width: 960px) {
    .pagetitle span:last-child {
        font-size: 18px;
        padding-top: 5px;
    }
}

@media all and (max-width: 768px) {
    .pagetitle span:last-child {
        font-size: 15px;
    }
}

.section {
    padding: 80px 0px;
}

@media all and (max-width: 960px) {
    .section {
        padding: 60px 0px;
    }
}

@media all and (max-width: 768px) {
    .section {
        padding: 40px 0px;
    }
}

.normalbtn {
    height: 60px;
    width: 280px;
    background-color: #040734;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

@media all and (max-width: 768px) {
    .normalbtn {
        height: 46px;
        font-size: 16px;
        bottom: 20px;
    }
}

@media all and (max-width: 480px) {
    .normalbtn {
        height: 40px;
        font-size: 15px;
        width: 240px;
    }
}

.normalbtn.btnborder {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

@media all and (min-width: 769px) {
    .normalbtn.btnborder {
        height: 80px;
        width: 400px;
    }
}

.normalbtn.btnborder:hover {
    background: #000;
    color: #fff;
}

p.btne3 {
    background-color: #ECEBE8;
}

@media all and (max-width: 768px) {
    p.btne3 {
        padding-bottom: 20px;
    }
}

p.closebtn {
    text-align: center;
    padding-bottom: 30px;
}

@media all and (max-width: 768px) {
    p.closebtn img {
        height: 25px;
    }
}

@media all and (max-width: 480px) {
    p.closebtn img {
        height: 20px;
    }
}

.beginner_ct {
    display: none;
}

.beginner_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.beginner_tab a {
    width: calc(33.3% - 0px);
    width: -ms-calc(33.3% - 0px);
    width: -o-calc(33.3% - 0px);
    margin-right: 0px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #f0f0f0;
    height: 70px;
    text-align: center;
    position: relative;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.beginner_tab a::before {
    content: '';
    background: transparent;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.beginner_tab a.active {
    background: #F5F5F5;
}

@media all and (max-width: 960px) {
    .beginner_tab a {
        font-size: 16px;
        position: relative;
    }

    .beginner_tab a::before {
        content: '';
        background: transparent;
        position: absolute;
        width: 8px;
        height: 8px;
        right: 0;
        top: 50%;
        margin-top: -4px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
}

@media all and (max-width: 768px) {
    .beginner_tab a {
        font-size: 14px;
        letter-spacing: -1px;
        height: auto;
        padding: 10px 5px;
        padding-bottom: 15px;
    }
}

@media all and (max-width: 520px) {
    .beginner_tab a {
        position: relative;
    }

    .beginner_tab a::before {
        content: '';
        background: transparent;
        position: absolute;
        width: 6px;
        height: 6px;
        right: 0;
        top: 50%;
        margin-top: -4px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
}

@media all and (max-width: 480px) {
    .beginner_tab a {
        font-size: 13px;
    }
}

.beginner_tab a:hover {
    background-color: #F5F5F5;
}

.beginner_tab a:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: -2px;
}

@media all and (max-width: 768px) {
    .beginner_tab a:before {
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        bottom: 7px !important;
        top: auto !important;
    }
     /* body.open-pop{
       bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
    } */
    .btn_close_pupcheck{
        right: 5px !important;
        top: 5px !important;
    }
}

.beginner_tab a:first-child {
    border-right: none;
}

.beginner_tab a:last-child {
    border-left: none;
}

.beginner_tab a img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 20px;
    max-height: 37px;
}

@media all and (max-width: 960px) {
    .beginner_tab a img {
        height: 30px;
    }
}

@media all and (max-width: 768px) {
    .beginner_tab a img {
        position: relative;
        display: block;
        left: 0;
        height: 20px;
    }
}

.beginner_tab a span {
    width: 100%;
}

.beginner_ct {
    background: #F5F5F5;
    font-size: 20px;
}

@media all and (max-width: 960px) {
    .beginner_ct {
        font-size: 16px;
    }

    .beginner_ct h3.h3title {
        padding: 0px 3%;
    }
}

@media all and (max-width: 768px) {
    .beginner_ct {
        font-size: 14px;
    }
}

.beginner_ct .medalsec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 100px;
}

@media all and (max-width: 768px) {
    .beginner_ct .medalsec {
        margin-top: 50px;
    }
}

@media all and (max-width: 480px) {
    .beginner_ct .medalsec {
        margin-top: 40px;
    }
}

.beginner_ct .medalsec_e {
    border-radius: 100%;
    border: 3px solid #BB262C;
    background: #fff;
    width: 285px;
    height: 285px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 60px;
}

@media all and (max-width: 960px) {
    .beginner_ct .medalsec_e {
        margin-right: 10px;
        height: 270px;
        width: 270px;
    }
}

@media all and (max-width: 768px) {
    .beginner_ct .medalsec_e {
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-bottom: 40px;
    }

    .beginner_ct .medalsec_e:first-child {
        margin-right: 20px !important;
    }
}

@media all and (max-width: 520px) {
    .beginner_ct .medalsec_e:first-child {
        margin-right: 0px !important;
    }
}

@media all and (max-width: 480px) {
    .beginner_ct .medalsec_e {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        margin-bottom: 0;
        margin-top: -20px;
    }
}

.beginner_ct .medalsec_e:last-child {
    margin-right: 0px;
}

@media all and (max-width: 768px) {
    .beginner_ct .medalsec_e:last-child {
        margin-bottom: 0px;
    }
}

.beginner_ct .medalsec_e:before {
    content: '';
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    display: block;
    background: #BB262C;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    border-radius: 100%;
}

.beginner_ct .medalsec_e .ins {
    text-align: center;
    z-index: 4;
    color: #fff;
}

.beginner_ct .medalsec_e .ins>img.medalic {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.beginner_ct .medalsec_e .ins h4 {
    background: #F5F5F5;
    border-radius: 30px;
    color: #BB262C;
    margin-top: 20px;
}

.beginner_ct .medalsec_e .ins .plan {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
}

.beginner_ct .medalsec_e .ins * {
    font-weight: bold;
}

.beginner_ct .medalsec_e .ins .medalsec_price {
    margin-bottom: 10px;
}

.beginner_ct .medalsec_e .ins .medalsec_price .p {
    font-size: 30px;
    font-weight: black;
    font-family: Lato;
}

.beginner_ct .medalsec_e .ins .medalcam {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.beginner_ct .medalsec_e .ins .medalcam img {
    height: 25px;
}

.beginner_ct .medalsec_e .ins .medalcam span.fct {
    font-weight: bold;
    font-size: 30px;
    margin: 0px 5px;
    line-height: 1;
}

.beginner_ct .medalsec_e:nth-child(2) {
    border-color: #0A6196;
}

.beginner_ct .medalsec_e:nth-child(2):before {
    background: #0A6196;
}

.beginner_ct .medalsec_e:nth-child(2) .ins h4 {
    color: #0A6196;
}

.beginner_ct .medalsec_e:nth-child(3) {
    border-color: #F9A332;
}

.beginner_ct .medalsec_e:nth-child(3):before {
    background: #F9A332;
}

.beginner_ct .medalsec_e:nth-child(3) .ins h4 {
    color: #F9A332;
}

.beginner_ct#camp1,
.beginner_ct#camp2,
.beginner_ct#camp3 {
    padding-top: 100px;
}

@media all and (max-width: 960px) {

    .beginner_ct#camp1,
    .beginner_ct#camp2,
    .beginner_ct#camp3 {
        padding-top: 60px;
    }
}

@media all and (max-width: 768px) {

    .beginner_ct#camp1,
    .beginner_ct#camp2,
    .beginner_ct#camp3 {
        padding-top: 40px;
    }
}

.beginner_ct#camp1 .beginner_ct_e {
    padding: 40px 60px;
    text-align: left;
    color: #4f4f4f;
}

@media all and (max-width: 960px) {
    .beginner_ct#camp1 .beginner_ct_e {
        padding: 20px 40px;
    }
}

@media all and (max-width: 768px) {
    .beginner_ct#camp1 .beginner_ct_e {
        padding: 20px;
    }
}

@media all and (max-width: 520px) {
    .beginner_ct#camp1 .beginner_ct_e {
        padding: 15px 10px;
    }
}

.beginner_ct#camp1 .beginner_ct_e .tabtitle {
    padding-left: 250px;
    padding-right: 50px;
    position: relative;
}

@media all and (max-width: 960px) {
    .beginner_ct#camp1 .beginner_ct_e .tabtitle {
        padding-left: 150px;
        padding-right: 30px;
    }
}

@media all and (max-width: 768px) {
    .beginner_ct#camp1 .beginner_ct_e .tabtitle {
        padding-left: 80px;
        padding-right: 10px;
    }
}

.beginner_ct#camp1 .beginner_ct_e .tabtitle:before {
    font-size: 150px;
    font-weight: bold;
    color: #191c25;
    font-family: Lato;
    position: absolute;
    left: 0;
    top: -70px;
}

@media all and (max-width: 960px) {
    .beginner_ct#camp1 .beginner_ct_e .tabtitle:before {
        font-size: 100px;
        top: -40px;
    }
}

@media all and (max-width: 768px) {
    .beginner_ct#camp1 .beginner_ct_e .tabtitle:before {
        font-size: 60px;
        top: -10px;
    }
}

.beginner_ct#camp1 .beginner_ct_e .tabtitle * {
    text-align: left;
}

.beginner_ct#camp1 .beginner_ct_e .tabtitle h3 {
    font-size: 30px;
}

@media all and (max-width: 768px) {
    .beginner_ct#camp1 .beginner_ct_e .tabtitle h3 {
        font-size: 20px;
        line-height: 1.4;
    }
}

.beginner_ct#camp1 .beginner_ct_e .tabtitle p {
    font-size: 20px;
    color: #4f4f4f;
}

@media all and (max-width: 960px) {
    .beginner_ct#camp1 .beginner_ct_e .tabtitle p {
        font-size: 16px;
    }
}

@media all and (max-width: 768px) {
    .beginner_ct#camp1 .beginner_ct_e .tabtitle p {
        font-size: 14px;
    }
}

.beginner_ct#camp1 .medalsec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 100px;
}

@media all and (max-width: 768px) {
    .beginner_ct#camp1 .medalsec {
        margin-top: 50px;
    }
}

@media all and (max-width: 480px) {
    .beginner_ct#camp1 .medalsec {
        margin-top: 40px;
    }
}

.beginner_ct#camp1 .medalsec_e {
    border-radius: 100%;
    border: 3px solid #BB262C;
    background: #fff;
    width: 285px;
    height: 285px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 60px;
}

@media all and (max-width: 960px) {
    .beginner_ct#camp1 .medalsec_e {
        margin-right: 10px;
        height: 270px;
        width: 270px;
    }
}

@media all and (max-width: 768px) {
    .beginner_ct#camp1 .medalsec_e {
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-bottom: 40px;
    }

    .beginner_ct#camp1 .medalsec_e:first-child {
        margin-right: 20px !important;
    }
}

@media all and (max-width: 520px) {
    .beginner_ct#camp1 .medalsec_e:first-child {
        margin-right: 0px !important;
    }
}

@media all and (max-width: 480px) {
    .beginner_ct#camp1 .medalsec_e {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        margin-bottom: 0;
        margin-top: -20px;
    }
}

.beginner_ct#camp1 .medalsec_e:last-child {
    margin-right: 0px;
}

@media all and (max-width: 768px) {
    .beginner_ct#camp1 .medalsec_e:last-child {
        margin-bottom: 0px;
    }
}

.beginner_ct#camp1 .medalsec_e:before {
    content: '';
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    display: block;
    background: #BB262C;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    border-radius: 100%;
}

.beginner_ct#camp1 .medalsec_e .ins {
    text-align: center;
    z-index: 4;
    color: #fff;
}

.beginner_ct#camp1 .medalsec_e .ins>img.medalic {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.beginner_ct#camp1 .medalsec_e .ins h4 {
    background: #F5F5F5;
    border-radius: 30px;
    color: #BB262C;
    margin-top: 20px;
}

.beginner_ct#camp1 .medalsec_e .ins .plan {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
}

.beginner_ct#camp1 .medalsec_e .ins * {
    font-weight: bold;
}

.beginner_ct#camp1 .medalsec_e .ins .medalsec_price {
    margin-bottom: 10px;
}

.beginner_ct#camp1 .medalsec_e .ins .medalsec_price .p {
    font-size: 30px;
    font-weight: black;
    font-family: Lato;
}

.beginner_ct#camp1 .medalsec_e .ins .medalcam {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.beginner_ct#camp1 .medalsec_e .ins .medalcam img {
    height: 25px;
}

.beginner_ct#camp1 .medalsec_e .ins .medalcam span.fct {
    font-weight: bold;
    font-size: 30px;
    margin: 0px 5px;
    line-height: 1;
}

.beginner_ct#camp1 .medalsec_e:nth-child(2) {
    border-color: #0A6196;
}

.beginner_ct#camp1 .medalsec_e:nth-child(2):before {
    background: #0A6196;
}

.beginner_ct#camp1 .medalsec_e:nth-child(2) .ins h4 {
    color: #0A6196;
}

.beginner_ct#camp1 .medalsec_e:nth-child(3) {
    border-color: #F9A332;
}

.beginner_ct#camp1 .medalsec_e:nth-child(3):before {
    background: #F9A332;
}

.beginner_ct#camp1 .medalsec_e:nth-child(3) .ins h4 {
    color: #F9A332;
}

.beginner_ct#camp1 .e1 {
    background-color: #ECEBE8;
}

.beginner_ct#camp1 .e1 .tabtitle:before {
    content: '01';
}

.beginner_ct#camp1 .e2 .tabtitle:before {
    content: '02';
}

.beginner_ct#camp1 .e3 {
    background: #ECEBE8;
}

.beginner_ct#camp1 .e3 .tabtitle:before {
    content: '03';
}

.beginner_ct#camp1 h3 {
    text-align: center;
}

.beginner_ct#camp1 h3 img {
    display: block;
    margin: 0 auto;
}

.beginner_ct#camp1 h3 span {
    margin-top: 20px;
    display: block;
    font-weight: normal;
}

.beginner_ct p {
    font-size: 16px;
}

@media all and (max-width: 480px) {
    .beginner_ct p {
        font-size: 14px;
    }
}

.beginner_ct#camp2 .center {
    text-align: center;
}

.beginner_ct#camp2 .tab2ct {
    background: #ECEBE8;
    padding: 10px 70px;
    height: 270px;
}

@media all and (max-width: 768px) {
    .beginner_ct#camp2 .tab2ct {
        padding: 10px 20px;
        height: auto;
    }
}

@media all and (min-width: 769px) {
    .beginner_ct#camp2 .tab2ct {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.beginner_ct#camp2 .tab2ct img {
    margin-right: 20px;
    position: relative;
    top: -50px;
    max-width: 50%;
}

@media all and (max-width: 768px) {
    .beginner_ct#camp2 .tab2ct img {
        top: 0px;
        width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.beginner_ct#camp2 .tab2ct_e h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

@media all and (max-width: 960px) {
    .beginner_ct#camp2 .tab2ct_e h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 768px) {
    .beginner_ct#camp2 .tab2ct_e h3 {
        font-size: 20px;
        line-height: 1.4;
    }
}

@media all and (max-width: 480px) {
    .beginner_ct#camp2 .tab2ct_e h3 {
        font-size: 17px;
    }
}

.beginner_ct#camp2 .tab2ct.revert {
    background-color: #F5F5F5;
}

.beginner_ct#camp2 .tab2ct.revert img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 20px;
}

.beginner_ct#camp2 .tab2ct.revert .tab2ct_e {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media all and (max-width: 960px) {
    .beginner_ct#camp2 a.normalbtn.mt40 {
        margin-top: 0px !important;
    }
}

.beginner_ct#camp2 .closebtn2 {
    background: #ECEBE8;
}

.beginner_ct#camp3 .item {
    margin: 0 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 360px;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
}

.beginner_ct#camp3 .item .medalsec_e {
    margin: 0 auto;
    border-color: #F9A332;
}

.beginner_ct#camp3 .item .medalsec_e::before {
    background: #F9A332;
}

.beginner_ct#camp3 .item .medalsec_e .ins h4 {
    color: #F9A332;
}

@media all and (max-width: 768px) {
    .beginner_ct#camp3 .item .medalsec_e {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

.beginner_ct#camp3 .item:nth-child(2) .medalsec_e {
    border-color: #BB262C;
}

.beginner_ct#camp3 .item:nth-child(2) .medalsec_e::before {
    background: #BB262C;
}

.beginner_ct#camp3 .item:nth-child(2) .medalsec_e .ins h4 {
    color: #BB262C;
}

@media all and (max-width: 768px) {
    .beginner_ct#camp3 .item:last-child {
        margin-top: 50px;
    }
}

.beginner_ct#camp3 .titlecenter {
    font-size: 30px;
}

.beginner_ct#camp3 .titlecenter h3 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.beginner_ct#camp3 .titlecenter h3:before {
    content: '';
    height: 1px;
    width: 110px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 0px;
}

.beginner_ct#camp3 .decor-circle {
    margin-top: 50px;
}

.beginner_ct#camp3 .decor-circle h3 {
    text-align: center;
    font-size: 14px;
    background: url("../images/decor-bg.png") no-repeat center center;
    padding: 14px 0 25px;
    background-size: contain;
    margin-bottom: 40px;
}

@media all and (max-width: 768px) {
    .beginner_ct#camp3 .decor-circle h3 {
        font-size: 14px;
        background-size: 100%;
        padding: 10px 0 15px;
    }
}

.center {
    text-align: center;
}

.titleright {
    text-align: right;
    position: relative;
}

.titleright::after {
    content: '';
    background: transparent;
    position: absolute;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    top: -4px;
}

@media all and (max-width: 480px) {
    .titleright::after {
        width: 6px;
        height: 6px;
    }
}

.titleright select {
    height: 50px;
    cursor: pointer;
    width: 190px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #000;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

@media all and (max-width: 960px) {
    .titleright select {
        height: 46px;
        font-size: 16px;
    }
}

@media all and (max-width: 480px) {
    .titleright select {
        height: 40px;
        width: 140px;
        font-size: 14px;
        padding-left: 10px;
    }
}

.members_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}

.members_c_e {
    width: calc(25% - 22.5px);
    width: -ms-calc(25% - 22.5px);
    width: -o-calc(25% - 22.5px);
    margin-right: 30px;
    float: left;
    margin-bottom: 40px;
}

.members_c_e .mark {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1;
    text-align: center;
    background: #BA2626;
    color: #fff;
    padding: 5px 10px;
}

@media all and (max-width: 1200px) {
    .members_c_e {
        width: calc(25% - 15px);
        width: -ms-calc(25% - 15px);
        width: -o-calc(25% - 15px);
        margin-right: 20px;
        float: left;
    }
}

@media all and (max-width: 768px) {
    .members_c_e {
        width: calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -o-calc(50% - 10px);
        margin-right: 20px;
        float: left;
        margin-bottom: 20px;
    }

    .members_c_e:nth-child(2n) {
        margin-right: 0px;
    }
}

.members_c_e h3 {
    font-size: 18px;
    margin-top: 10px;
}

@media all and (max-width: 1200px) {
    .members_c_e h3 {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media all and (max-width: 420px) {
    .members_c_e h3 {
        font-size: 14px;
        line-height: 1.4;
    }
}

.members_c_e .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}

@media all and (max-width: 768px) {
    .members_c_e .location {
        margin-top: 5px;
    }
}

.members_c_e .location span {
    line-height: 1.4;
}

.members_c_e .location img {
    margin-right: 10px;
    height: 24px;
}

@media all and (max-width: 1200px) {
    .members_c_e .location img {
        margin-right: 5px;
        height: 20px;
    }
}

@media all and (max-width: 768px) {
    .members_c_e .location img {
        height: 15px;
    }
}

.members_c_e .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}

@media all and (max-width: 768px) {
    .members_c_e .price {
        margin-top: 5px;
    }
}

.members_c_e .price span {
    line-height: 1.4;
}

.members_c_e .price img {
    margin-right: 10px;
    height: 24px;
}

@media all and (max-width: 1200px) {
    .members_c_e .price img {
        margin-right: 5px;
        height: 20px;
    }
}

@media all and (max-width: 768px) {
    .members_c_e .price img {
        height: 15px;
    }
}

.members_c_e .imgbox {
    position: relative;
}

.members_c_e .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.members_c_e:nth-child(4n) {
    margin-right: 0px;
}

.members .btnborder {
    margin-top: 40px !important;
}

@media all and (max-width: 768px) {
    .members .btnborder {
        margin-top: 10px !important;
    }
}

.facility {
    background-color: #F5F5F5;
}

.facility .members_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.listpurposelinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 950px;
    margin: 0 auto;
}

.listpurposelinks a {
    width: calc(19.9% - 11.25px);
    width: -ms-calc(19.9% - 11.25px);
    width: -o-calc(19.9% - 11.25px);
    margin-right: 15px;
    float: left;
    background-color: #D8C3A6;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    padding: 3px;
}

@media all and (max-width: 768px) {
    .listpurposelinks a {
        width: calc(50% - 5px);
        width: -ms-calc(50% - 5px);
        width: -o-calc(50% - 5px);
        margin-right: 10px;
        float: left;
        margin-bottom: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .listpurposelinks a:nth-child(2n) {
        margin-right: 0;
    }
}

.listpurposelinks a:hover {
    background-color: #e8dbc9;
}

@media all and (min-width: 769px) {
    .listpurposelinks a:nth-child(5n) {
        margin-right: 0px;
    }
}

@media all and (max-width: 480px) {
    .listpurposelinks a {
        width: calc(49% - 12.5px);
        width: -ms-calc(49% - 12.5px);
        width: -o-calc(49% - 12.5px);
        margin-right: 25px;
        float: left;
        font-size: 12px;
        height: 40px;
    }
}

.newsct {
    background: #F5F5F5 url(../images/bg2.png) no-repeat top center;
    background-size: contain;
    padding-top: 100px;
}

.newsct p {
    font-size: 16px;
}

@media all and (max-width: 768px) {
    .newsct p {
        font-size: 14px;
    }
}

.newsct p .datewrite {
    font-weight: bold;
    margin-right: 10px;
}

@media all and (max-width: 768px) {
    .newsct p .datewrite {
        display: block;
    }
}

.newsct p .newtxt {
    font-weight: bold;
    margin-right: 10px;
    color: #fff;
    background: #BA2626;
    padding: 2px 10px;
    border-radius: 3px;
}

@media all and (max-width: 768px) {
    .newsct p .newtxt {
        display: inline-block;
    }
}

.newsct .pagetitle {
    margin-bottom: 40px;
}

@media all and (max-width: 768px) {
    .newsct .pagetitle {
        margin-bottom: 20px;
    }
}

.newsct .listnewsct li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D5D5D5;
}

@media all and (max-width: 768px) {
    .newsct .listnewsct li {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

.newsct .listnewsct li:last-child {
    border: none;
}

@media all and (min-width: 769px) {
    .nav-list li a {
        font-size: 18px;
    }
}

.footer {
    background: #191C25;
}

.footer * {
    color: #fff !important;
}

.footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media all and (max-width: 768px) {
    .footer .footer-bottom {
        padding-bottom: 0;
    }
}

.footer .footer-bottom,
.footer .footer-bottom p {
    background: #191C25;
    font-size: 16px;
}

@media all and (max-width: 768px) {

    .footer .footer-bottom,
    .footer .footer-bottom p {
        font-size: 14px;
    }
}

.footer .footlogo {
    min-width: 148px;
}

@media all and (max-width: 768px) {
    .footer .footlogo {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
}

.footer .footercamples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0px;
}

@media all and (max-width: 768px) {
    .footer .footercamples {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0px;
    }
}

.footer .listlinks {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 50px;
}

@media all and (max-width: 768px) {
    .footer .listlinks {
        margin-left: 20px;
        margin-left: 0;
        width: 100%;
        display: block;
    }
}

.footer .listlinks ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .listlinks ul li a {
    font-size: 16px;
    font-weight: bold;
}

.footer .listlinks ul li a:hover {
    opacity: 0.7;
}

@media all and (min-width: 960px) {
    .footer .listlinks ul li {
        margin-top: 35px;
    }

    .footer .listlinks ul li:nth-child(1),
    .footer .listlinks ul li:nth-child(4) {
        width: 20%;
        margin-right: 40px;
    }

    .footer .listlinks ul li:nth-child(2),
    .footer .listlinks ul li:nth-child(5) {
        margin-right: 70px;
    }

    .footer .listlinks ul li:nth-child(3),
    .footer .listlinks ul li:nth-child(6) {
        width: 20%;
        margin-right: 0px;
    }
}

@media all and (max-width: 960px) {
    .footer .listlinks ul li {
        width: calc(33.3% - 13.33333px);
        width: -ms-calc(33.3% - 13.33333px);
        width: -o-calc(33.3% - 13.33333px);
        margin-right: 20px;
        float: left;
    }

    .footer .listlinks ul li:nth-child(3n) {
        margin-right: 0px;
    }

    .footer .listlinks ul li a {
        font-size: 14px;
    }
}

@media all and (max-width: 600px) {
    .footer .listlinks ul li {
        width: calc(50% - 5px);
        width: -ms-calc(50% - 5px);
        width: -o-calc(50% - 5px);
        margin-right: 10px;
        float: left;
        margin-right: 10px !important;
        margin-bottom: 20px !important;
    }

    .footer .listlinks ul li:nth-child(2n) {
        margin-right: 0px !important;
    }
}

@media all and (max-width: 480px) {
    .footer .listlinks ul li a {
        font-size: 12px;
    }

    .footer .backtop-icon{
        display: none;
    }
}

@media all and (min-width: 960px) {
    .footer .listlinks ul li:nth-child(3) {
        width: 40%;
    }

    .footer .listlinks ul li:last-child {
        margin-right: 0px;
    }
}

.locationsearch:hover {
    cursor: pointer;
}

@media all and (max-width: 480px) {
    .locationsearch img {
        margin-right: 15px;
    }
}

.location-container {
    display: none;
    overflow: inherit !important;
    position: absolute;
    top: 55px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 1px 5px 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: width 0.3s ease-in;
    transition: width 0.3s ease-in;
    z-index: 9;
}

.location-container .close_location {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.location-container .close_location img {
    height: 20px;
}

.location-container .close_location img:hover {
    cursor: pointer;
    opacity: 0.7;
}

@media all and (min-width: 1200px) {
    .location-container .list-inner li {
        padding: 5px 0;
        border-bottom: 1px solid #eee;
        font-weight: bold;
    }
}

.list-inner li:first-child{
    cursor: auto;
}

.location-container .location-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.location-container .location-list-inner .list {
    width: 230px;
    position: relative;
    font-size: 14px !important;
    padding-right: 0;
}

.location-container .location-list-inner .list .location-item {
    padding: 5px 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: inherit;
}

.location-container .location-list-inner .list .location-item>span {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    display: block;
}

.location-container .location-list-inner .list .location-item>span::before {
    content: '';
    background: transparent;
    position: absolute;
    width: 8px;
    height: 8px;
    right: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.location-container .location-list-inner .list .location-item:hover {
    cursor: pointer;
}

.location-container .location-list-inner .list .location-item:hover>span {
    color: #D8C3A6;
}

.location-container .location-list-inner .list .location-item:before {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 10px;
}

.location-container .location-list-inner .list span {
    font-size: 14px !important;
}

.location-container .location-list-inner .list .location-item {
    border-bottom: 1px solid #eee;
}

.location-container .region-list {
    z-index: 3;
    /* background: #fff; */
}

.location-container .prefecture-list {
    z-index: 2;
    opacity: 0;
    display: none;
    background: #fff;
}

.location-container .prefecture-list.show {
    display: block;
    opacity: 1 !important;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.location-container .area-list {
    z-index: 1;
    margin-right: 0 !important;
    display: none;
    opacity: 0;
    background: #fff;
}

.location-container .area-list.show {
    display: block;
    opacity: 1 !important;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.datechoose input {
    border: none;
    background: url(../images/calendar.png) no-repeat left center;
    background-size: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    -webkit-appearance: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px;
    font-weight: bold;
    max-width: 215px;
}

.datechoose input::-webkit-input-placeholder {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

@media all and (max-width: 768px) {
    .datechoose input::-webkit-input-placeholder {
        font-size: 14px;
    }
}

@media all and (max-width: 960px) {
    .location-container .location-list-inner .list{
        width: 100%;
    }
    /* .location-container .location-list-inner .list .location-item{
        padding: 7px 0;
    } */
    .location-container .location-list-inner .list .location-item .list-body{
        padding-left: 10px;
        display: none;
    }
    .location-container .location-list-inner .list .location-item li{
        padding: 7px 0;
        border-bottom: 1px solid #e9ecef;
    }
    .location-container .location-list-inner .list .location-item > span{
        padding: 7px 0;
    }
    .location-container .location-list-inner .list .location-item li:first-child{
        border-top: 1px solid #e9ecef;
    }
    .location-container .location-list-inner .list .location-item li:last-child{
        border-bottom: 0 solid #e9ecef;
    }
    .location-container .location-list-inner .list .location-item > span::before{
        transition: all .3s;
        border: 0;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        margin-top: -5px;
    }
    .location-container .location-list-inner .list .location-item > span.open::before{
        border: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        margin-top: -5px;
    }
}

@media all and (max-width: 480px) {
    .datechoose input::-webkit-input-placeholder {
        font-size: 12px;
    }
}

.datechoose input:-moz-placeholder {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

@media all and (max-width: 768px) {
    .datechoose input:-moz-placeholder {
        font-size: 14px;
    }
}

@media all and (max-width: 480px) {
    .datechoose input:-moz-placeholder {
        font-size: 12px;
    }
}

.datechoose input::-moz-placeholder {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

@media all and (max-width: 768px) {
    .datechoose input::-moz-placeholder {
        font-size: 14px;
    }
}

@media all and (max-width: 480px) {
    .datechoose input::-moz-placeholder {
        font-size: 12px;
    }
}

.datechoose input:-ms-input-placeholder {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

@media all and (max-width: 768px) {
    .datechoose input:-ms-input-placeholder {
        font-size: 14px;
    }
}

@media all and (max-width: 480px) {
    .datechoose input:-ms-input-placeholder {
        font-size: 12px;
    }
}

@media all and (max-width: 768px) {
    .datechoose input {
        background: url(../images/calendar.png) no-repeat left center;
        background-size: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 30px;
        max-width: inherit;
    }
}

@media all and (max-width: 480px) {
    .datechoose input {
        font-size: 13px;
        max-width: inherit;
        width: 100%;
    }
}

.selectpeople {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.selectpeople select {
    background: url(../images/user.png) no-repeat left center;
    background-size: 26px;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    border: none;
    padding: 4px 0;
    padding-left: 25px;
    -webkit-appearance: none !important;
}

@media all and (max-width: 768px) {
    .selectpeople select {
        font-size: 14px;
        background-size: 20px;
    }
}

@media all and (max-width: 480px) {
    .selectpeople select {
        font-size: 12px;
    }
}

.selectpeople select:focus {
    outline: none !important;
    border: none !important;
}

@media all and (max-width: 1200px) {
    .location-list-inner {
        /* display: none !important; */
        background: #fff;
    }
}

#screen-container {
    display: none;
}

@media all and (max-width: 1200px) {
    #screen-container {
        display: block;
        width: 100%;
        max-width: 500px;
        min-width: 370px;
    }
}

#screen-container .title.mainlocationtitle {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    padding: 12px;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .5px;
}

@media all and (max-width: 768px) {
    #screen-container .title.mainlocationtitle {
        font-size: 15px;
    }
}

#screen-container .title.mainlocationtitle:before {
    content: "";
    position: absolute;
    background: #000;
    width: 4px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}

@media all and (max-width: 768px) {
    #screen-container .title.mainlocationtitle:before {
        height: 20px;
        width: 3px;
    }
}

#screen-container .accordion-item.title {
    position: relative;
    cursor: pointer;
}

#screen-container .accordion-item.title::before {
    content: '';
    background: transparent;
    position: absolute;
    width: 6px;
    height: 6px;
    right: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#screen-container .accordion-item.title span {
    font-weight: normal !important;
    font-size: 14px !important;
}

#screen-container .accordion-item.title:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 5px;
    margin-top: -6px;
}

#screen-container .accordion-item.title.active:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
}

#screen-container .accordion-item.title.hasnomore:before {
    display: none;
}

#screen-container .accordion-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0 12px 0rem;
    border-bottom: 1px solid #e9ecef;
    background: #fff;
}

#screen-container .accordion-item span {
    font-weight: normal;
}

@media all and (max-width: 768px) {
    #screen-container .accordion-item {
        padding: 7px 0px;
    }
}

#screen-container .accordion-item~.list-body .list-inner {
    padding-left: 1rem;
}

#screen-container .accordion-item~.list-body .accordion-item::before {
    border: none;
}

#screen-container .list .list-body {
    overflow: hidden;
    height: auto;
    display: none;
}

#screen-container .list-inner[data-v-728b91b2] {
    padding-left: 1rem;
}

#screen-container .list .list-body[data-v-728b91b2] {
    overflow: hidden;
    height: auto;
}

@media all and (max-width: 768px) {
    .location-container {
        top: 35px;
        left: 0;
        width: 100%;
    }

    .location-container #screen-container {
        min-width: 300px;
        max-width: 100%;
        width: 100%;
    }

    .bgmv .searchbar .searchbar_e:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 1;
        /* margin-top: 15px; */
    }

    .bgmv .searchbar .searchbar_e:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 15px;
    }

    .bgmv .searchbar .searchbar_e:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .bgmv .searchbar button {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .datepicker-top-right::before,
    .datepicker-top-right::after,
    .datepicker-bottom-right::before,
    .datepicker-bottom-right::after {
        right: 100px !important;
    }
}

@media all and (min-width: 769px) {
    .bgmv .searchbar button img {
        height: 24px;
    }
}

/*! purgecss end ignore */
@media all and (max-width: 768px) {
    #camp3 {
        padding: 0 20px;
    }
}

@media all and (max-width: 480px) {
    #camp3 {
        padding: 0 15px;
    }
}

#camp3 .blocktop {
    margin-top: 50px !important;
}

@media all and (max-width: 768px) {
    #camp3 .blocktop {
        margin-top: 30px !important;
    }
}

#camp3 .txtbottom p {
    margin-top: 20px;
    font-size: 20px;
}

#camp3 .txtbottom p:first-child {
    margin-top: 50px;
}

@media all and (max-width: 768px) {
    #camp3 .txtbottom p {
        font-size: 16px;
    }
}

@media all and (max-width: 480px) {
    #camp3 .txtbottom p {
        font-size: 14px;
        margin-top: 12px;
    }
}

#camp3 .closebtn {
    margin-top: 40px;
}

#camp3 .block {
    background: #fff;
    box-shadow: 1px 0 10px rgba(236, 235, 232, 0.6);
    border-radius: 10px;
    max-width: 766px;
    margin: 0 auto;
    padding: 30px 40px;
    margin-top: 30px;
}

@media all and (max-width: 768px) {
    #camp3 .block {
        margin-top: 20px;
        padding: 20px;
    }
}

#camp3 .block-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media all and (max-width: 768px) {
    #camp3 .block-head {
        margin-bottom: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#camp3 .block-head h3 {
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#camp3 .block-head h3 span {
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    margin-left: 7px;
}

@media all and (max-width: 768px) {
    #camp3 .block-head h3 {
        font-size: 18px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    #camp3 .block-head h3 span {
        font-size: 24px;
    }
}

@media all and (max-width: 480px) {
    #camp3 .block-head h3 {
        font-size: 16px;
    }

    #camp3 .block-head h3 span {
        font-size: 20px;
    }
}

#camp3 .block-head .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ecebe8;
    border-radius: 10px;
    padding: 12px 15px;
}

#camp3 .block-head .txt span {
    font-weight: bold;
    font-size: 20px;
    margin-left: 10px;
}

@media all and (max-width: 768px) {
    #camp3 .block-head .txt {
        margin-left: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    #camp3 .block-head .txt span {
        font-size: 18px;
        text-align: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media all and (max-width: 480px) {
    #camp3 .block-head .txt img {
        height: 24px;
    }

    #camp3 .block-head .txt span {
        font-size: 15px;
    }
}

#camp3 .block-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media all and (max-width: 768px) {
    #camp3 .block-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#camp3 .block-info .img {
    width: 195px;
    overflow: hidden;
    border-radius: 10px;
}

@media all and (max-width: 768px) {
    #camp3 .block-info .img {
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

#camp3 .block-info .txt p {
    margin-top: 12px;
}

#camp3 .block-info .price {
    background: #000;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    padding: 2px 20px;
}

#camp3 .block-info .info {
    padding: 45px 20px 55px;
    margin-left: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #ecebe8;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#camp3 .block-info .info p {
    color: #2f2e2a;
    text-align: left;
}

@media all and (max-width: 768px) {
    #camp3 .block-info .info {
        margin-left: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 20px;
    }
}

@media all and (max-width: 480px) {
    #camp3 .block-info .info {
        padding: 12px;
    }
}

#camp3 .block-info .medal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#camp3 .block-info .medal p {
    font-weight: bold;
    margin-left: 7px;
}

@media all and (max-width: 480px) {
    #camp3 .block-info .medal p {
        font-size: 12px;
    }

    #camp3 .block-info .medal img {
        height: 40px;
    }
}

#camp3 .block-info p.notice {
    color: #696762;
}

@media all and (max-width: 480px) {
    #camp3 .block-info p.notice {
        font-size: 12px;
    }
}

#camp3 .block-ft {
    margin-top: 30px;
}

@media all and (max-width: 768px) {
    #camp3 .block-ft {
        margin-top: 20px;
    }
}

#camp3 .block-ft p {
    position: relative;
    text-align: right;
}

#camp3 .block-ft p::after {
    position: absolute;
    content: '';
    background: #ecebe8;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 1;
}

#camp3 .block-ft p span {
    display: inline-block;
    text-align: right;
    color: #5c5749;
    background: #fff;
    padding: 5px 10px;
    position: relative;
    z-index: 2;
}

@media all and (max-width: 480px) {
    #camp3 .block-ft p span {
        font-size: 11px;
    }
}

#camp3 .blockmedal {
    border: 3px solid #096196;
    padding: 4px;
    border-radius: 10px;
    max-width: 766px;
    margin: 0 auto;
    margin-top: 60px;
}

@media all and (max-width: 768px) {
    #camp3 .blockmedal {
        margin-top: 40px;
    }
}

#camp3 .blockmedal .inbox {
    background: #096196;
    padding: 20px;
    border-radius: 6px;
}

@media all and (max-width: 480px) {
    #camp3 .blockmedal .inbox {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#camp3 .blockmedal .lable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

#camp3 .blockmedal .lable span {
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 9px rgba(9, 97, 150, 0.6);
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 30px;
}

@media all and (max-width: 768px) {
    #camp3 .blockmedal .lable span {
        font-size: 18px;
    }
}

@media all and (max-width: 480px) {
    #camp3 .blockmedal .lable span {
        font-size: 15px;
    }
}

@media all and (max-width: 375px) {
    #camp3 .blockmedal .lable span {
        font-size: 14px;
    }
}

#camp3 .blockmedal .medal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#camp3 .blockmedal .medal p {
    font-weight: bold;
    margin-left: 7px;
    color: #fff;
    font-size: 20px;
}

#camp3 .blockmedal .medal p span {
    font-size: 16px;
}

@media all and (max-width: 480px) {
    #camp3 .blockmedal .medal img {
        height: 40px;
    }

    #camp3 .blockmedal .medal p {
        font-size: 15px;
    }
}

#camp3 .blockblue .lable {
    color: #096196;
}

#camp3 .blockorg {
    border: 3px solid #f8a331;
}

#camp3 .blockorg .inbox {
    background: #f8a331;
}

#camp3 .blockorg .lable {
    color: #f8a331;
    box-shadow: 0 0 9px rgba(248, 163, 49, 0.6);
}

.datepicker-container {
    min-width: 323px;
}

.datepicker-container .datepicker-panel>ul>li {
    font-size: 16px;
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.datepicker-panel>ul>li[data-view="years current"],
.datepicker-panel>ul>li[data-view="year current"],
.datepicker-panel>ul>li[data-view="month current"] {
    width: 230px !important;
}

.datepicker-panel>ul:nth-child(2) li:first-child {
    color: red;
}

.datepicker-panel>ul:nth-child(2) li:last-child {
    color: blue;
}

.location-listpc .location-item {
    /* background: #fff; */
}
@media all and (min-width: 961px) {
    .location-listpc .location-item>.list-body {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        left: 80%;
        top: 0;
        min-width: 250px;
        background: #fff;
        padding: 0 15px;
        border-radius: 5px;
        -webkit-transition: left 0.3s ease-in-out;
        z-index: -1;
    }
}

.location-listpc .location-item>.list-body .list-body {
    display: none;
}

.location-listpc .location-item>.list-body .list {
    width: 100%;
}

.location-listpc .location-item>.list-body .accordion-item::before {
    border: none;
}

.location-listpc .location-item>.list-body .title {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.location-listpc .location-item>.list-body .title span {
    display: block;
}

.location-listpc .location-item>.list-body .title:hover>span {
    color: #D8C3A6;
}

.location-listpc .location-item:hover>.list-body {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

.selectpeople select,
.bgmv .searchbar span {
    color: #000 !important;
}

.ui-datepicker {
    width: 24em !important;
}

@media all and (max-width: 768px) {
    .ui-datepicker {
        width: 24em !important;
        z-index: 9999 !important;
    }
}

.ui-datepicker * {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, 'MS UI Gothic', sans-serif !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: transparent !important;
    border: 1px solid #eee !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px !important;
    /* padding-right: 5px !important; */
}

@media all and (max-width: 768px) {

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover,
.ui-button:hover,
html .ui-button.ui-state-disabled:hover:hover,
html .ui-button.ui-state-disabled:active:hover {
    background-color: #e3f2ff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background-color: #e3f2ff !important;
    color: #154dc5 !important;
    font-weight: bold !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff !important;
    background: #007fff !important;
    color: #ffffff !important;
}

.ui-state-active:hover,
.ui-widget-content .ui-state-active:hover,
.ui-widget-header .ui-state-active:hover,
a.ui-button:active:hover,
.ui-button:active:hover,
.ui-button.ui-state-active:hover:hover {
    background: #007fff !important;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 13px 5px;
    background: transparent;
    border: none !important;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    margin-top: 5px !important;
}

@media all and (max-width: 768px) {
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
        font-size: 15px;
    }
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
    font-weight: bold;
    color: #333 !important;
    border: none !important;
    min-width: 54px !important;
    background: transparent !important;
    -webkit-appearance: none !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0px !important;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover {
    border: none !important;
    top: -2px !important;
    left: 0px !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 50px !important;
    height: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    position: relative;
    right: 2px !important;
    top: -2px !important;
}

.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before {
    content: '';
    background: transparent;
    position: absolute;
    width: 13px;
    height: 13px;
    right: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    border: none !important;
    right: 2px !important;
    top: -2px !important;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background-color: transparent !important;
    border: none !important;
    cursor: pointer;
}

.list-outer li {
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
}

@media all and (max-width: 1200px) {
    .list-outer li {
        padding: 7px 0;
    }
}

#login .form-btn.disabled,
#forgetpass .form-btn.disabled,
#bankcard .form-btn.disabled,
#register_detail .form-btn.disabled,
#contactcam .form-btn.disabled,
#register_email .form-btn.disabled{
    background: none;
}

.ui-datepicker td span, .ui-datepicker td a{
    text-align: center !important;
}

.flatpickr-day{
    line-height: 37px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday:first-child{
    color: red;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday:last-child{
    color: blue;
}

.flatpickr-day.flatpickr-disabled{
    color: rgba(57,57,57,0.1) !important;
}

.flatpickr-weekdays{
    height: 40px;
}

.show-balloon{
    position: relative;
}

/*.show-balloon .balloon{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    background: url("../images/balloon.png") no-repeat center center;*/
/*    width: 300px;*/
/*    height: 200px;*/
/*    background-size: contain;*/
/*    font-size: 24px;*/
/*    font-weight: bold;*/
/*    position: absolute;*/
/*    left: -270px;*/
/*    bottom: 50px;*/
/*}*/

/*.show-balloon .balloon span{*/
/*    padding-right: 50px;*/
/*}*/

/*.show-balloon .bird-box{*/
/*    position: absolute;*/
/*}*/

.show-balloon .bird-box{
    width: 290px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -100px;
    margin-right: -64px;
}

.show-balloon .bird-box-top{
    width: 267px;
    height: 150px;
    background: url("../images/bird_svg.svg") no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-content: center;
    color: #000000;
    font-size: 20px;
    position: relative;
    top: -10px;
}

.show-balloon .bird-box-top span{
    display: inline-block;
    height: 20px;
    color: #000000;
    position: relative;
    top: 50px;
    font-weight: bold;
}

.show-balloon .bird-box .bird{
    text-align: right;
}

.show-balloon .bird-box .bird img{
    width: 100px;
    position: relative;
    top: -17px;
    right: -15px;
}

.bird-box-left{
    width: 290px;
    position: absolute;
    right: 200;
    top: 0;
    margin-top: -100px;
    margin-left: -64px;
}

.bird-box-left-top{
    width: 267px;
    height: 150px;
    background: url("../images/bird_svg.svg") no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-content: center;
    color: #000000;
    font-size: 20px;
    position: relative;
    top: -10px;
    transform: scale(-1, 1);
}

.bird-box-left-top span{
    display: inline-block;
    height: 20px;
    color: #000000;
    position: relative;
    top: 50px;
    font-weight: bold;
    transform: scale(-1, 1);
}

.bird-box-left .bird-left{
    text-align: left;
}

.bird-box-left .bird-left img{
    width: 100px;
    position: relative;
    top: -17px;
    left: -40px;
    transform: scale(-1, 1);
}





@media all and (max-width: 1024px) {
    .show-balloon .balloon{
        width: 230px;
        height: 130px;
        font-size: 16px;
        left: -220px;
    }
    .show-balloon .balloon span{
        padding-right: 40px;
    }
}

.search_detail .blockartical .btnclearcalendar{
    height: auto;
    width: auto !important;
    padding: 10px 20px;
    margin-top: 30px;
}

.btnclearcalendar span{
    font-size: 14px;
}

@media all and (max-width: 639px) {
    .show-balloon{
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
        padding: 0 10px;
    }
    .show-balloon h1 img{
        height: 38px;
        line-height: 38px;
    }
    .show-balloon .balloon{
       height: 60px;
       width: 90px;
       font-size: 11px;
       left: 0;
       bottom: 0;
       background: url(../images/balloon-sp.png) no-repeat center center;
       background-size: contain;
       line-height: 1.5;
       position: relative;
       margin-bottom: 30px;
    }

    .show-balloon .wrapper{
        width: calc(100% - 90px);
        max-width: 268px;
    }
    .show-balloon .balloon span{
        padding-right: 5px;
    }
    .show-balloon .mv_price{
        margin-top: 0px;
    }
    .accounts{
        margin-right: 0;
    }
    .accounts_e:last-child{
        margin-left: 5px;
    }
}

@media (max-width: 480px){
    .bgmv_center .mv_price .mv_price_1 a {
        height: 65px;
        width: 65px;
    }
    .bgmv_center .mv_price .mv_price_2 {
        font-size: 16px;
    }
    .bgmv_center .mv_price .mv_price_2 .pricebig{
        font-size: 30px;
    }
}

@media (max-width: 912px){
    .show-balloon .bird-box-top{
        width: 133px;
        height: 75px;
        right: -10px;
    }
    .show-balloon .bird-box-top span{
        font-size: 10px;
        top: 26px;
    }
    .show-balloon .bird-box{
        width: 150px;
        margin-top: -48px;
        margin-right: -24px;
    }
    .show-balloon .bird-box .bird img{
        width: 50px;
        top: -7px;
        right: -11px;
    }

    .bird-box-left-top{
        width: 133px;
        height: 75px;
        left: 10px;
    }
    .bird-box-left-top span{
        font-size: 10px;
        top: 26px;
    }
    .bird-box-left{
        width: 150px;
        margin-top: -48px;
        margin-left: -24px;
    }
    .bird-box-left .bird-left img{
        width: 50px;
        top: -7px;
        left: -11px;
    }

}


@media (max-width: 639px){
    .menu_fixed{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }
    .show-balloon .bird-box-top{
        width: 133px;
        height: 75px;
        right: -10px;
    }
    .show-balloon .bird-box-top span{
        font-size: 10px;
        top: 26px;
    }
    .show-balloon .bird-box{
        width: 150px;
        margin-top: -48px;
        margin-right: 34px;
    }
    .show-balloon .bird-box .bird img{
        width: 50px;
        top: -11px;
        right: -11px;
    }
    .bird-box-left-top{
        width: 133px;
        height: 75px;
        left: -105px;
    }
    .bird-box-left-top span{
        font-size: 10px;
        top: 26px;
    }
    .bird-box-left{
        width: 150px;
        margin-top: -48px;
        margin-left: 34px;
    }
    .bird-box-left .bird-left img{
        width: 50px;
        top: -11px;
        left: -125px;
    }
}
.vid_contents  {
    width: 100%;/*背景色を横幅いっぱいに広げる*/
    text-align: center;
}
.vid_main {
    width: 100%;
    max-width: 920px;/*PC版での最大幅*/
}
/*-------------------------
  ソーシャルボタン
-------------------------*/
/*全体*/
.social-btn {
    margin:1em 0;
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    width:100%;
    list-style:none;
    line-height:40px;
    font-size:20px;
    text-align:center;
    display: block;
}

.social-btn li {
    flex-grow:1;
    display:block;
    height: 100%;
    width: 100%;
    margin:2px;
    line-height:40px;
    font-size:20px;
    display: block;
    text-align:center;
    
}

.social-btn a {
    color:#fff;
    text-decoration:none;
    display: block; 
    height: 100%;
    width: 100%
}

/*各SNSの背景色*/
.social-btn .social-btn_google-p {
    background-color: #ffffff;
    border: thin solid rgb(206, 201, 201);/*線*/
    border-radius: 30px;/*角の丸み*/
    text-align: left;
    font-size: 13pt;
}
.social-btn .social-btn_google-p:hover {
    background-color:rgb(235, 232, 232);
}
.social-btn .social-btn_facebook {
    background-color:#3b5998;
}
.social-btn .social-btn_facebook:hover {
    background-color:#6f8cc7;
}
.social-btn .social-btn_twitter {
    background-color:#1da1f2;
}
.social-btn .social-btn_twitter:hover {
    background-color:#7ccaf7;
}

.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 3%;
    font-size: 23px;
  }
.glogin {
    color: black;
    margin: 20%;
}
.text-divider {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
  }
  .text-divider::before,
  .text-divider::after {
    content: '';
    height: 1px;
    background-color: rgb(117, 115, 115);
    flex-grow: 1;
  }
.campaign-coin {
     background : linear-gradient(transparent 50%, #ffa64d 65%); 
    /* color: red; */
  }

#news_url {color: #0000EE;}





