@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ====================ranking2023_discas======================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* CSS Document */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Roboto", "Noto Sans JP", Meiryo, sans-serif;
  color: #000;
  background-color: #fff;
}

html, body {
  height: 100%;
}

li {
  list-style: none;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.8;
}

a:hover img {
  opacity: 0.8;
  /*opacity: 0.65;
  -moz-opacity: 0.65;*/
  -webkit-filter: brightness(105%) contrast(90%);
          filter: brightness(105%) contrast(90%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
/* anime */
.inview,
.inv,
.fadein,
.fadeinD,
.fadeinL,
.fiL,
.fiR,
.bgRLextendAnime {
  opacity: 0;
}

.inv {
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/*****************/
.l_contents {
  width: min(98%, 1040px);
  margin: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .l_contents {
    width: 100%;
    padding: 0 2vw;
    overflow: hidden;
  }
}
[class^=col-] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

/*****************
header
*****************/
.header {
  background: #000;
}

.inner-header {
  width: min(100%, 1220px);
  margin: auto;
  padding: 21px 0 10px 10px;
}

.logo {
  display: inline-block;
}

.logo_tv {
  width: 100%;
  max-width: 240px;
}

@media (max-width: 768px) {
  .inner-header {
    max-width: 100%;
    padding: 1.5vw 3.999vw 2.4vw 2.8vw;
  }
  .logo_tv {
    width: 39.8vw;
    max-width: auto;
  }
}
/*****************
main
*****************/
.loading {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #333;
}

.main-content {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
}

.dp_sp {
  display: none;
}

.dp_pc {
  display: block;
}

@media (max-width: 768px) {
  .loading img {
    width: 100%;
  }
  .dp_sp {
    display: block;
  }
  .dp_pc {
    display: none;
  }
}
/*****************
top_nav
*****************/
.top_nav {
  width: 100%;
  background: #333;
  padding-bottom: 2px;
}

.top_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(98%, 1040px);
  height: 63px;
  margin: auto;
  background: #404040;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.top_nav li {
  width: 25%;
}

.top_nav li:not(:last-child) {
  border-right: 1px solid #333;
}

.top_nav li a, .top_nav li span {
  width: 100%;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.top_nav li .active, .top_nav li a:hover {
  background: #222;
  color: #ffb609;
}

.top_nav li.r18 {
  background: #c37799;
  color: #fff;
  position: relative;
}

.top_nav li.r18 a {
  padding-right: 1.4em;
}

.top_nav li.r18::after {
  position: absolute;
  content: "";
  background: url("../img/ico_arr.png") center bottom no-repeat;
  background-size: 100%;
  width: 13px;
  height: 13px;
  right: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(1.8em);
      -ms-transform: translateY(-50%) translateX(1.8em);
          transform: translateY(-50%) translateX(1.8em);
}

.top_nav li.r18 a:hover {
  background: #b56187;
  color: #fff;
}

@media (max-width: 768px) {
  .top_nav ul {
    width: 100%;
    height: 6.5vw;
    border-radius: 0;
  }
  .top_nav li a, .top_nav li span {
    height: 6.5vw;
    font-size: 3.2vw;
  }
  .top_nav li.r18 a {
    padding-right: 1.1em;
  }
  .top_nav li.r18::after {
    width: 2.1vw;
    -webkit-transform: translateY(-68%) translateX(190%);
        -ms-transform: translateY(-68%) translateX(190%);
            transform: translateY(-68%) translateX(190%);
  }
}
/*****************
main-top
*****************/
.main-top {
  width: 100%;
  height: 304px;
  background: url("../img/main_bg_pc.png") center bottom no-repeat;
}

.main-top .ttl {
  height: 304px;
  margin-inline: auto;
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

.main-top .main_ttl {
  width: 530px;
  height: 257px;
}

@media (min-width: 1920px) {
  .main-top {
    background: url("../img/main_bg_pc.png") center center no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 768px) {
  .main-top {
    height: 80.6vw;
    background: url("../img/main_bg_sp.png") center top no-repeat;
    background-size: 100%;
  }
  .main-top .ttl {
    height: 80.6vw;
    padding-top: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-top .main_ttl {
    width: 73.2vw;
    height: auto;
  }
}
/*****************
mainArea
*****************/
.mainArea {
  background: #f5f5f7;
  padding-block: 65px 80px;
  color: #404040;
}

/*l_totalterm*/
.l_totalterm {
  font-size: 32px;
  color: #121210;
  text-align: center;
  padding-bottom: 50px;
}

/*l_bnrArea*/
.l_bnrArea {
  width: min(80.7vw, 840px);
  margin: auto;
  margin-bottom: 40px;
}

.l_bnrArea.l_bnrArea01 {
  margin-block: -15px 50px;
}

.l_bnrArea li:not(:last-child) {
  margin-bottom: 40px;
}

/*l_copyArea*/
.l_copyArea {
  margin-bottom: 175px;
  padding-inline: 50px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/*l_snsArea*/
.l_snsArea {
  width: min(80.7vw, 840px);
  margin: auto;
}

.l_snsArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 23px;
}

@media (max-width: 768px) {
  .mainArea {
    padding-block: 7.4vw 5.7vw;
  }
  /*l_totalterm*/
  .l_totalterm {
    font-size: 4.1vw;
    padding-bottom: 4vw;
    letter-spacing: 0.05em;
  }
  /*l_bnrArea*/
  .l_bnrArea {
    width: 80vw;
    margin-bottom: 0;
  }
  .l_bnrArea li:not(:last-child) {
    margin-bottom: 3vw;
  }
  .l_bnrArea.l_bnrArea01 {
    margin-block: 0 5.3vw;
  }
  .l_bnrArea02 {
    margin-bottom: 6.6vw;
  }
  /*l_copyArea*/
  .l_copyArea {
    margin-bottom: 12vw;
    padding-inline: 0;
    font-size: 2.6vw;
    line-height: 1.2;
  }
  /*l_snsArea*/
  .l_snsArea {
    width: 93.7vw;
  }
  .l_snsArea ul {
    gap: 3vw;
  }
  .l_snsArea li {
    width: 6.8vw;
  }
}
/*****************
l_ranking
*****************/
.l_ranking {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .l_ranking {
    margin-bottom: 13.3333333333vw;
  }
}
.l_ranking .l_ranking_inner .l_ranking_inner_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l_ranking .l_ranking_inner .l_ranking_placeicon > span {
  background-color: #FEF100;
  color: #41403F;
}

.l_ranking_inner {
  margin-bottom: 16px;
}
.l_ranking_inner a {
  background: #fff;
  border-radius: 4px;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .l_ranking_inner a:hover .l_ranking_placeicon img {
    opacity: 1;
    -webkit-filter: brightness(100%) contrast(100%);
            filter: brightness(100%) contrast(100%);
  }
  .l_ranking_inner a:hover {
    opacity: 1;
  }
  .l_ranking_inner a:hover .l_ranking_txt {
    opacity: 0.75;
  }
}
.l_ranking_inner .l_ranking_inner_wrap {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l_ranking_inner .l_ranking_inner_box {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l_ranking_inner .l_ranking_placeicon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  width: 80px;
}
.l_ranking_inner .l_ranking_placeicon > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #AA800C;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l_ranking_inner .l_ranking_img {
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l_ranking_inner .l_ranking_img .l_ranking_img_jkt img {
  max-width: 160px;
}
.l_ranking_inner .l_ranking_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l_ranking_inner .l_ranking_txt .l_ranking_txt_ttl {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
.l_ranking_inner .l_ranking_txt p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4583333333;
}
.l_ranking_inner .l_ranking_copy {
  font-size: 10px;
  font-weight: 300;
  margin-left: 100px;
  margin-top: 16px;
}
.l_ranking_inner.--under4 .l_ranking_placeicon > span {
  font-size: 20px;
  height: 40px;
  width: 40px;
}
.l_ranking_inner.--under11 a {
  font-size: 18px;
}
.l_ranking_inner.--under11 .l_ranking_placeicon > span {
  font-size: 16px;
  height: 32px;
  width: 32px;
}
.l_ranking_inner.--under11 .l_ranking_img .l_ranking_img_jkt img {
  max-width: 120px;
}
.l_ranking_inner.--under11 .l_ranking_txt .l_ranking_txt_ttl {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .l_ranking_inner {
    margin-bottom: 2.1333333333vw;
  }
  .l_ranking_inner a {
    border-radius: 0.5333333333vw;
    font-size: 3.2vw;
    padding: 3.2vw 3.2vw 5.3333333333vw;
  }
  .l_ranking_inner .l_ranking_inner_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l_ranking_inner .l_ranking_placeicon {
    height: 10.6666666667vw;
    margin-bottom: 6vw;
    margin-right: 0;
    width: 10.6666666667vw;
  }
  .l_ranking_inner .l_ranking_img {
    margin-right: 4vw;
  }
  .l_ranking_inner .l_ranking_img .l_ranking_img_jkt img {
    max-width: 21.3333333333vw;
  }
  .l_ranking_inner .l_ranking_txt .l_ranking_txt_ttl {
    font-size: 4.2666666667vw;
  }
  .l_ranking_inner .l_ranking_copy {
    font-size: 1.6vw;
    margin-left: 0;
    margin-top: 1.0666666667vw;
  }
  .l_ranking_inner.--under4 .l_ranking_placeicon {
    height: auto;
    margin-bottom: 2.6666666667vw;
    width: auto;
  }
  .l_ranking_inner.--under4 .l_ranking_placeicon > span {
    font-size: 3.2vw;
    height: 5.3333333333vw;
    width: 5.3333333333vw;
  }
  .l_ranking_inner.--under4 .l_ranking_img {
    margin-right: 2.6666666667vw;
  }
  .l_ranking_inner.--under11 a {
    font-size: 2.4vw;
  }
  .l_ranking_inner.--under11 .l_ranking_placeicon {
    height: auto;
    margin-bottom: 2.6666666667vw;
    width: auto;
  }
  .l_ranking_inner.--under11 .l_ranking_placeicon > span {
    font-size: 2.4vw;
    height: 4vw;
    width: 4vw;
  }
  .l_ranking_inner.--under11 .l_ranking_img {
    margin-right: 2.6666666667vw;
  }
  .l_ranking_inner.--under11 .l_ranking_img .l_ranking_img_jkt img {
    max-width: 16vw;
  }
  .l_ranking_inner.--under11 .l_ranking_txt .l_ranking_txt_ttl {
    font-size: 3.2vw;
  }
}

/*****************
footer_nav
*****************/
.footer_nav {
  width: 100%;
  margin: 100px 0 55px;
  background: #866800;
  border: 1px solid #fff;
  border-radius: 0 5px 0 0;
}

.footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(100%, 1040px);
  height: 86px;
  margin: auto;
  overflow: hidden;
}

.footer_nav li {
  width: 33.3333333333%;
}

.footer_nav li:not(:last-child) {
  border-right: 1px solid #fff;
}

.footer_nav li a {
  width: 100%;
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
}

.footer_nav li a::after {
  content: ">";
  position: absolute;
  right: 15px;
}

.footer_nav li a:hover {
  background: #9d7900;
}

.footer_nav li a br {
  display: none;
}

@media (max-width: 768px) {
  .footer_nav {
    margin: 10.9vw 0 3.3vw;
    border-radius: 0 1.3vw 0 0;
  }
  .footer_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 11.4vw;
  }
  .footer_nav li a {
    height: 11.4vw;
    font-size: 2.4vw;
    text-align: center;
  }
  .footer_nav li a::after {
    right: 2.1vw;
  }
  .footer_nav li a br {
    display: block;
  }
}
/*****************
footer 追加
*****************/
.footer {
  background: #000;
  position: relative;
  z-index: 3;
}

.inner-footer {
  max-width: 1140px;
  margin: auto;
  padding: 11px 15px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.el_footerLogo {
  width: min(21.8vw, 164px);
}

.el_license {
  font-size: 1.1rem;
  color: #fff;
  padding-top: 5px;
  text-align: right;
}

@media (max-width: 768px) {
  .inner-footer {
    max-width: 100%;
    padding: 2.6vw 4vw 4.26vw;
  }
  .el_footerLogo {
    width: 32.4vw;
  }
  .el_license {
    font-size: 0.9rem;
    padding-top: 5px;
  }
}
/*****************
footer 既存
*****************/
.copyright {
  line-height: 18px;
}

.copyright a, .copyright span {
  color: #999999;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: normal;
}

.copyright a:hover, .copyright span:hover {
  text-decoration: none;
}

.footer {
  /*margin-top: 270px;*/
}

.footer .license {
  background-color: #000000;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  z-index: 999;
  cursor: pointer;
  display: none;
}

#back-to-top img {
  width: 100%;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 5vw;
  font-weight: 700;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  width: 42px;
}

#page-top a {
  /*    background-color: #fdd000;
      text-decoration: none;
      color: #000;
      width: 120px;
      padding: 12px 5px;
      text-align: center;
      display: block;
      border: 3px solid #000;
      border-bottom: none;
      border-radius: 10px 10px 0 0;*/
  width: 42px;
}

#page-top a:hover {
  text-decoration: none;
  -webkit-filter: brightness(110%) contrast(80%);
          filter: brightness(110%) contrast(80%);
}

/*#page-top a::after {
    content: '';
    display: inline-block;
    background-image: url("../../../../img/dcp/feature/ghibli_sp/arrow_black_m.png");
    width: 11px;
    height: 7px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}*/
/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(250px);
            transform: translateY(250px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(250px);
            transform: translateY(250px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.15s forwards;
          animation: DownAnime 0.15s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(250px);
            transform: translateY(250px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(250px);
            transform: translateY(250px);
  }
}
@media (max-width: 768px) {
  #page-top {
    right: 2.6vw;
    width: 5.6vw;
  }
  #page-top a {
    border-radius: 2vw 2vw 0 0;
  }
  #page-top a::after {
    width: 9px;
    height: 6px;
  }
  #page-top a:hover {
    text-decoration: none;
    -webkit-filter: none;
            filter: none;
  }
  #page-top a:hover img {
    opacity: 1;
  }
}
body.loading .wrap-loading {
  display: block;
}

.wrap-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #073983;
  z-index: 9999;
  display: none;
}

.wrap-loading .loading-icon {
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wrap-loading .loading-icon:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 1001px) {
  .main-content .menu-tabs ul li:nth-child(3) {
    border-right: 1px solid #222222;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 768px) {
  .footer {
    /*margin-top: 18.6666vw;*/
  }
}