@import url("https://fonts.googleapis.com/css?family=Poppins:400,600");

@charset "UTF-8";
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*英字フォントはfont-weight400 か 600*/
body {
  width: 100%;
  min-width: 1240px;
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: #252626;
  font-weight: 500;
}

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

.loading {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

.loading_fif {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 110;
}

.loading_logo{
  position: fixed;
  width: 220px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .hover {
    position: relative;
    display: block;
    -webkit-transition: all .1s linear;
            transition: all .1s linear;
  }
  .hover:before {
    content: '';
    position: absolute;
    left: -50px;
    top: -30px;
    width: 50px;
    height: 120px;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    background: url(../img/common/contents/kira01.png) top left no-repeat, url(../img/common/contents/kira02.png) top 20px left 20px no-repeat, url(../img/common/contents/kira01.png) bottom left no-repeat, url(../img/common/contents/kira02.png) bottom 30px left 10px no-repeat;
    -webkit-background-size: 26px 26px, 32px 32px, 32px 32px, 20px 20px;
            background-size: 26px 26px, 32px 32px, 32px 32px, 20px 20px;
  }
  .hover:after {
    content: '';
    position: absolute;
    right: -50px;
    bottom: -30px;
    width: 50px;
    height: 120px;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    background: url(../img/common/contents/kira01.png) top right no-repeat, url(../img/common/contents/kira02.png) top 20px left 20px no-repeat, url(../img/common/contents/kira01.png) bottom left no-repeat, url(../img/common/contents/kira02.png) bottom 30px left 10px no-repeat;
    -webkit-background-size: 16px 16px, 32px 32px, 32px 32px, 20px 20px;
            background-size: 16px 16px, 32px 32px, 32px 32px, 20px 20px;
  }
  .hover:hover {
    z-index: 1;
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
  .hover:hover:before {
    -webkit-animation: fade .6s ease;
            animation: fade .6s ease;
    width: 0;
    height: 0;
    -webkit-transition: all .01s linear .8s;
            transition: all .01s linear .8s;
  }
  .hover:hover:after {
    -webkit-animation: fade .6s ease .1s;
            animation: fade .6s ease .1s;
    width: 0;
    height: 0;
    -webkit-transition: all .01s linear .8s;
            transition: all .01s linear .8s;
  }
  .header .g_nav li {
    position: relative;
    overflow: hidden;
  }
  .header .g_nav li:hover:before {
    -webkit-animation: nav .5s linear;
            animation: nav .5s linear;
  }
  .header .g_nav li a {
    position: relative;
  }
  .header .g_nav li:before {
    content: '';
    position: absolute;
    left: 0;
    top: -40px;
    width: 20px;
    height: 200%;
    display: block;
    -webkit-transform: rotate(80deg) translate(0, -110%);
        -ms-transform: rotate(80deg) translate(0, -110%);
            transform: rotate(80deg) translate(0, -110%);
  }
  .header .g_nav li:nth-child(2):before, .header .g_nav li:nth-child(8):before {
    background-color: #107bcf;
  }
  .header .g_nav li:nth-child(3):before, .header .g_nav li:nth-child(9):before {
    background-color: #5cb65c;
  }
  .header .g_nav li:nth-child(4):before, .header .g_nav li:nth-child(10):before {
    background-color: #fadb2d;
  }
  .header .g_nav li:nth-child(5):before, .header .g_nav li:nth-child(11):before {
    background-color: #fba424;
  }
  .header .g_nav li:nth-child(6):before, .header .g_nav li:nth-child(12):before {
    background-color: #f41b51;
  }
  .header .g_nav li:nth-child(7):before, .header .g_nav li:nth-child(13):before {
    background-color: #fb5c96;
  }
  .footer a {
    position: relative;
    display: block;
    -webkit-transition: all .1s linear;
            transition: all .1s linear;
  }
  .footer a:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -10px;
    width: 25px;
    height: 40px;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    background: url(../img/common/contents/kira02.png) top left no-repeat, url(../img/common/contents/kira02.png) bottom right no-repeat;
    -webkit-background-size: 25px 25px, 12px 12px;
            background-size: 25px 25px, 12px 12px;
  }
  .footer a:after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: -5px;
    width: 20px;
    height: 38px;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    background: url(../img/common/contents/kira02.png) top right no-repeat, url(../img/common/contents/kira02.png) bottom left no-repeat;
    -webkit-background-size: 15px 15px, 20px 20px;
            background-size: 15px 15px, 20px 20px;
  }
  .footer a:hover {
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
  .footer a:hover:before {
    -webkit-animation: fade .6s ease;
            animation: fade .6s ease;
    width: 0;
    height: 0;
    -webkit-transition: all .01s linear .8s;
            transition: all .01s linear .8s;
  }
  .footer a:hover:after {
    -webkit-animation: fade .6s ease .1s;
            animation: fade .6s ease .1s;
    width: 0;
    height: 0;
    -webkit-transition: all .01s linear .8s;
            transition: all .01s linear .8s;
  }
  .content a:hover {
    text-decoration: none;
  }
}

@-webkit-keyframes nav {
  0% {
    -webkit-transform: rotate(80deg) translate(0, -110%);
            transform: rotate(80deg) translate(0, -110%);
  }
  100% {
    -webkit-transform: rotate(80deg) translate(0, 100%);
            transform: rotate(80deg) translate(0, 100%);
  }
}

@keyframes nav {
  0% {
    -webkit-transform: rotate(80deg) translate(0, -110%);
            transform: rotate(80deg) translate(0, -110%);
  }
  100% {
    -webkit-transform: rotate(80deg) translate(0, 100%);
            transform: rotate(80deg) translate(0, 100%);
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.menu {
  display: none;
}

.sp_logo {
  display: none;
}

.header {
  width: 98%;
  height: 95px;
  margin: 0 auto;
}

.header .logo {
  float: left;
}

.header nav {
  float: right;
}

.header .g_nav {
  letter-spacing: -.4em;
  font-size: 0;
}

.header .g_nav li {
  display: inline-block;
  margin-left: 8px;
}

.header .g_nav li.nav_top {
  display: none;
}

.header .g_nav li.nav_news {
  margin-left: 0;
}

.header .g_nav li a {
  display: block;
  padding: 0 10px;
}

.header .nav_share_list {
  display: none;
}

.header .nav_close {
  display: none;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  opacity: .1;
  filter: alpha(opacity=10);
  -webkit-transition: opacity .3s linear;
          transition: opacity .3s linear;
}

.wrapper.load {
  opacity: 1;
  filter: alpha(opacity=100);
}

.wrapper_in {
  width: 100%;
  background: url(../img/common/contents/bg_line_top.png) no-repeat top left;
}

.content {
  min-height: 700px;
  padding-bottom: 320px;
  background: url(../img/common/contents/bg_line_bottom.png) no-repeat bottom right;
}

.content:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 1500px;
  background: url(../img/common/contents/bg.gif) top center;
  z-index: -1;
  -webkit-animation: back 7s linear infinite;
          animation: back 7s linear infinite;
}

.content a {
  color: #29ccef;
}

.content h2 {
  max-width: 640px;
  margin: 56px auto 52px;
  text-align: center;
}

.content h3 {
  position: relative;
  margin-bottom: 48px;
  padding: 0 18px;
  display: inline-block;
  font-size: 30px;
  font-family: 'Poppins',"游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}

.content h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("../img/common/contents/title-bg_before.png") no-repeat center center;
}

.content h3:after {
  content: '';
  position: absolute;
  bottom: 7px;
  right: 0;
  width: 12px;
  height: 12px;
  background: url("../img/common/contents/title-bg_after.png") no-repeat center center;
}

@-webkit-keyframes back {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
  }
}

@keyframes back {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
  }
}

.footer {
  position: relative;
  background: #444;
  padding: 38px 0 0;
  color: #b4b4b4;
}

.footer .foot_color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.footer .foot_color li {
  float: left;
  width: 16.6666666666%;
  height: 4px;
}

.footer .foot_color li:nth-child(1) {
  background-color: #107bcf;
}

.footer .foot_color li:nth-child(2) {
  background-color: #5cb65c;
}

.footer .foot_color li:nth-child(3) {
  background-color: #fadb2d;
}

.footer .foot_color li:nth-child(4) {
  background-color: #fba424;
}

.footer .foot_color li:nth-child(5) {
  background-color: #f41b51;
}

.footer .foot_color li:nth-child(6) {
  background-color: #fb5c96;
}

.footer a {
  color: #b4b4b4;
  text-decoration: none;
}

.footer .footer_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.footer .footer_inner .footer_content {
  float: left;
  width: 630px;
  vertical-align: top;
  text-align: left;
}

.footer .footer_inner .footer_content .official_twitter {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: 1px;
  font-family: 'Poppins', "Helvetica Neue", Arial, sans-serif;
  -webkit-transition: all .3s linear;
          transition: all .3s linear;
}

.footer .footer_inner .footer_content .official_twitter p {
  display: inline-block;
  vertical-align: middle;
}

.footer .footer_inner .footer_content .official_twitter span {
  display: block;
  padding-top: 4px;
  font-size: 12px;
}

.footer .footer_inner .footer_content .official_twitter:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 35px;
  margin: 0 3px 0 0;
  vertical-align: middle;
  background: url("../img/common/footer/logo_footer-twitter.png") no-repeat center top;
  -webkit-background-size: contain;
          background-size: contain;
}

.footer .footer_inner .footer_content .official_twitter a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer .footer_inner .footer_content .footer_share {
  margin-bottom: 22px;
  font-family: 'Poppins', "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}

.footer .footer_inner .footer_content .footer_share .footer_share_caption {
  display: inline-block;
  margin-right: 8px;
  padding: 10px 0;
  font-size: 14px;
  letter-spacing: 0.04em;
  vertical-align: top;
}

.footer .footer_inner .footer_content .footer_share .footer_share_list {
  display: inline-block;
  letter-spacing: -0.4em;
  vertical-align: top;
}

.footer .footer_inner .footer_content .footer_share .footer_share_list li {
  display: inline-block;
  width: 34px;
  margin-left: 8px;
}

.footer .footer_inner .footer_content .footer_share .footer_share_list li:first-child {
  margin-left: 0;
}

.footer .footer_inner .footer_content .footer_link {
  margin-bottom: 8px;
}

.footer .footer_inner .footer_content .footer_link li {
  display: inline-block;
  margin-left: 8px;
  letter-spacing: 0;
  font-size: 12px;
}

.footer .footer_inner .footer_content .footer_link li:first-child {
  margin-left: 0;
}

.footer .footer_inner .footer_content .attention {
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: -0.04em;
}

.footer .footer_inner .footer_content .copyright {
  font-size: 12px;
  letter-spacing: 0.04em;
}

.footer .footer_inner .footer_banner {
  float: right;
  width: 323px;
  vertical-align: top;
}

.footer .footer_inner .footer_banner .footer_banner_list {
  text-align: right;
  letter-spacing: -0.4em;
}

.footer .footer_inner .footer_banner .footer_banner_list li {
  width: 156px;
  margin-bottom: 10px;
  display: inline-block;
}

.footer .footer_inner .footer_banner .footer_banner_list li:nth-child(even) {
  margin-left: 11px;
}

.footer .footer_inner .btn_pagetop {
  position: absolute;
  right: -2px;
  bottom: 0;
  width: 90px;
  height: 71px;
  overflow: hidden;
  cursor: pointer;
}

@-webkit-keyframes menu_in {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  50% {
    width: 100%;
    left: 0;
    right: auto;
  }
  50.1% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}

@keyframes menu_in {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  50% {
    width: 100%;
    left: 0;
    right: auto;
  }
  50.1% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
  .pc {
    display: none !important;
  }
  .wrapper_in {
    background: url(../img/common/contents/bg_line_top_sp.png) no-repeat top left;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .loading {
    width: 25%;
  }
  .loading_logo{
  position: fixed;
  width: 160px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
  .menu {
    display: block;
    position: fixed;
    right: 3%;
    top: 2%;
    width: 50px;
    z-index: 100;
  }
  .sp_logo {
    position: absolute;
    left: 4%;
    top: 7px;
    display: block;
    width: 100px;
  }
  .header {
    position: fixed;
    right: -100%;
    top: -100%;
    width: 100%;
    min-width: 320px;
    height: 100%;
    background-color: rgba(68, 68, 68, 0.95);
    z-index: 800;
    -webkit-transition: all .2s linear;
            transition: all .2s linear;
  }
  .header.open {
    right: 0;
    top: 0;
  }
  .header.open .g_nav li:nth-child(1) img, .header.open .g_nav li:nth-child(2) img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .01s linear .4s;
            transition: opacity .01s linear .4s;
  }
  .header.open .g_nav li:nth-child(1) a:after, .header.open .g_nav li:nth-child(2) a:after {
    -webkit-animation: menu_in .4s linear .2s forwards;
            animation: menu_in .4s linear .2s forwards;
  }
  .header.open .g_nav li:nth-child(3) img, .header.open .g_nav li:nth-child(4) img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .01s linear .45s;
            transition: opacity .01s linear .45s;
  }
  .header.open .g_nav li:nth-child(3) a:after, .header.open .g_nav li:nth-child(4) a:after {
    -webkit-animation: menu_in .4s linear .25s forwards;
            animation: menu_in .4s linear .25s forwards;
  }
  .header.open .g_nav li:nth-child(5) img, .header.open .g_nav li:nth-child(6) img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .01s linear .5s;
            transition: opacity .01s linear .5s;
  }
  .header.open .g_nav li:nth-child(5) a:after, .header.open .g_nav li:nth-child(6) a:after {
    -webkit-animation: menu_in .4s linear .3s forwards;
            animation: menu_in .4s linear .3s forwards;
  }
  .header.open .g_nav li:nth-child(7) img, .header.open .g_nav li:nth-child(8) img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .01s linear .55s;
            transition: opacity .01s linear .55s;
  }
  .header.open .g_nav li:nth-child(7) a:after, .header.open .g_nav li:nth-child(8) a:after {
    -webkit-animation: menu_in .4s linear .35s forwards;
            animation: menu_in .4s linear .35s forwards;
  }
  .header.open .g_nav li:nth-child(9) img, .header.open .g_nav li:nth-child(10) img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .01s linear .6s;
            transition: opacity .01s linear .6s;
  }
  .header.open .g_nav li:nth-child(9) a:after, .header.open .g_nav li:nth-child(10) a:after {
    -webkit-animation: menu_in .4s linear .4s forwards;
            animation: menu_in .4s linear .4s forwards;
  }
  .header.open .g_nav li:nth-child(11) img, .header.open .g_nav li:nth-child(12) img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .01s linear .65s;
            transition: opacity .01s linear .65s;
  }
  .header.open .g_nav li:nth-child(11) a:after, .header.open .g_nav li:nth-child(12) a:after {
    -webkit-animation: menu_in .4s linear .45s forwards;
            animation: menu_in .4s linear .45s forwards;
  }
  .header.open .g_nav li:nth-child(13) img, .header.open .g_nav li:nth-child(14) img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .01s linear .7s;
            transition: opacity .01s linear .7s;
  }
  .header.open .g_nav li:nth-child(13) a:after, .header.open .g_nav li:nth-child(14) a:after {
    -webkit-animation: menu_in .4s linear .5s forwards;
            animation: menu_in .4s linear .5s forwards;
  }
  .header.open .nav_share_list {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .3s ease .8s;
            transition: opacity .3s ease .8s;
  }
  .header .logo {
    display: none;
  }
  .header .g_nav {
    float: none;
    width: 86.67%;
    margin: 0 auto;
    padding: 17% 0 5%;
    border-bottom: 1px solid #888;
  }
  .header .g_nav li {
    width: 46.1%;
    display: inline-block;
    margin-left: 0;
    overflow: hidden;
  }
  .header .g_nav li.nav_top {
    display: inline-block;
  }
  .header .g_nav li:nth-child(2n) {
    margin-left: 7.8%;
  }
  .header .g_nav li a {
    position: relative;
    padding: 11.5% 0;
  }
  .header .g_nav li a img {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .header .g_nav li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0%;
    padding-bottom: 12%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .g_nav li:nth-child(7n+1) a:after {
    background-color: #29ccef;
  }
  .header .g_nav li:nth-child(7n+2) a:after {
    background-color: #fba424;
  }
  .header .g_nav li:nth-child(7n+3) a:after {
    background-color: #107bcf;
  }
  .header .g_nav li:nth-child(7n+4) a:after {
    background-color: #fb5c96;
  }
  .header .g_nav li:nth-child(7n+5) a:after {
    background-color: #f41b51;
  }
  .header .g_nav li:nth-child(7n+6) a:after {
    background-color: #fadb2d;
  }
  .header .g_nav li:nth-child(7n+7) a:after {
    background-color: #5cb65c;
  }
  .header .nav_share_list {
    display: block;
    width: 86.67%;
    margin: 6% auto 0;
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins', "Helvetica Neue", Arial, sans-serif;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .header .nav_share_list li {
    display: inline-block;
    width: 14%;
    margin-right: 2.5%;
    vertical-align: middle;
  }
  .header .nav_close {
    display: block;
    position: absolute;
    right: 3%;
    top: 2%;
    width: 50px;
  }
  .content {
    padding-bottom: 140px;
    -webkit-background-size: 880px auto;
            background-size: 880px auto;
  }
  .content:before {
    -webkit-background-size: 650px auto;
            background-size: 650px auto;
    -webkit-animation: back 10s linear infinite;
            animation: back 10s linear infinite;
  }
  .content h2 {
    padding-top: 24%;
    margin: 0 auto 35px;
  }
  .content h3 {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .content h3:before {
    width: 10px;
    height: 10px;
  }
  .content h3:after {
    width: 10px;
    height: 10px;
  }
  .footer {
    padding: 40px 0 0;
  }
  .footer .foot_color li {
    height: 2px;
  }
  .footer .footer_inner {
    width: 100%;
  }
  .footer .footer_inner .footer_content {
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer .footer_inner .footer_content .footer_share {
    margin-bottom: 26px;
    padding: 30px 0 25px;
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
  }
  .footer .footer_inner .footer_content .footer_share .footer_share_caption {
    display: block;
    margin-right: 0;
    padding: 0 0 6px;
    font-size: 12px;
    text-align: center;
  }
  .footer .footer_inner .footer_content .footer_share .footer_share_list {
    display: block;
  }
  .footer .footer_inner .footer_content .footer_share .footer_share_list li {
    width: 13.333%;
    margin-left: 2.133%;
  }
  .footer .footer_inner .footer_content .footer_link {
    margin-bottom: 24px;
  }
  .footer .footer_inner .footer_content .footer_link li {
    margin-left: 6px;
    letter-spacing: 0;
    font-size: 10px;
  }
  .footer .footer_inner .footer_content .footer_link li:first-child {
    margin-left: 0;
  }
  .footer .footer_inner .footer_content .attention {
    margin-bottom: 7px;
    font-size: 10px;
    line-height: 1.45;
  }
  .footer .footer_inner .footer_content .copyright {
    font-size: 10px;
  }
  .footer .footer_inner .footer_banner {
    float: none;
    width: 76%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer .footer_inner .footer_banner .official_twitter {
    display: inline-block;
    position: relative;
    margin-bottom: 37px;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Poppins', "Helvetica Neue", Arial, sans-serif;
  }
  .footer .footer_inner .footer_banner .official_twitter p {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .footer .footer_inner .footer_banner .official_twitter span {
    display: block;
    padding-top: 3px;
    font-size: 12px;
  }
  .footer .footer_inner .footer_banner .official_twitter:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px 0 0;
    vertical-align: middle;
    background: url("../img/common/footer/logo_footer-twitter.png") no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .footer .footer_inner .footer_banner .official_twitter a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .footer .footer_inner .footer_banner .footer_banner_list {
    text-align: center;
  }
  .footer .footer_inner .footer_banner .footer_banner_list li {
    width: 48.421%;
    margin-bottom: 10px;
  }
  .footer .footer_inner .footer_banner .footer_banner_list li:nth-child(even) {
    margin-left: 3.157%;
  }
  .footer .footer_inner .btn_pagetop {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    width: 90px;
    height: 71px;
  }
}