@charset "UTF-8";
/* ======================= VARIABLE ====== */
/* ======================= IMPORT ====== */
/* ======================= BASE ====== */
/*
*{
  box-sizing: border-box;
}

html,body{
  height: 100%;
}

main{
  min-height: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
*/
.fm {
    font-family: "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.fg, .search_aside_comment_top .account_name, .search_aside_comment_block .search_aside_comment_title, .search_aside_comment_block .search_aside_comment_btn, .search_aside_comment_block .search_aside_comment_list .search_aside_comment_main, .search_aside_comment_block .search_aside_comment_list .search_aside_comment_bottom .time, .search_aside_comment_block .search_aside_comment_list .search_aside_comment_bottom .btn, .search_aside_twitter_block .search_aside_twitter_title, .search_aside_twitter_block .search_aside_twitter_link, .search_comment_popup .search_comment_popup_text, .search_comment_popup .search_comment_form_title, .search_comment_popup .search_comment_form_textarea, .search_comment_popup .search_comment_form_btn, .top_search_tag_link, .search_tag_result_text, .search_aside_info_block .search_aside_info_text {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

/*
.icon{
  font-family: 'ElegantIcons';
}

.common_inner{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  @media only screen and (max-width:960px){
    width: 100%;
  }
}
*/
.search_aside_comment_block .search_aside_comment_btn, .search_aside_twitter_block .search_aside_twitter_link, .search_comment_popup .search_comment_form_btn, .top_search_tag_link {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search_aside_comment_block .search_aside_comment_btn:hover, .search_aside_twitter_block .search_aside_twitter_link:hover, .search_comment_popup .search_comment_form_btn:hover, .top_search_tag_link:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 960px) {
    .search_aside_comment_block .search_aside_comment_btn:hover, .search_aside_twitter_block .search_aside_twitter_link:hover, .search_comment_popup .search_comment_form_btn:hover, .top_search_tag_link:hover {
        opacity: 1;
    }
}

/*======== WEB FONT ========*/
/*
@font-face {
	font-family: 'ElegantIcons';
	src:url('../font/ElegantIcons/ElegantIcons.eot');
	src:url('../font/ElegantIcons/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('../font/ElegantIcons/ElegantIcons.woff') format('woff'),
		url('../font/ElegantIcons/ElegantIcons.ttf') format('truetype'),
		url('../font/ElegantIcons/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/* css 追加 */
.header_sp_logo {
    display: none;
}

@media only screen and (max-width: 960px) {
    .header_sp_logo {
        display: block;
        width: 100px;
    }
}

.header_sp_logo img {
    display: block;
    width: 100%;
}

/* css 追加最後 */
.search_aside_comment_top {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 10px;
}

.search_aside_comment_top .icon {
    height: 40px;
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px 0 0;
}

.search_aside_comment_top .account_name {
    font-size: 12px;
    color: #000;
    line-height: 1.5;
    font-weight: bold;
    word-break: break-word;
}

.search_aside_comment_block {
    margin: 0 0 20px;
}

.search_aside_comment_block .search_aside_comment_title {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 13px;
    font-weight: bold;
    color: #535353;
    padding: 0 10px 5px;
    border-bottom: 1px #d8d8d8 solid;
    margin: 0 0 10px;
}

.search_aside_comment_block .search_aside_comment_title .num {
    font-size: 12px;
    color: #64bfaa;
    font-weight: normal;
}

.search_aside_comment_block .search_aside_comment_btn {
    cursor: pointer;
    background: #f60;
    width: 150px;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin: 0 auto 10px;
}

.search_aside_comment_block .search_aside_comment_list {
    height: 300px;
    overflow-y: scroll;
    border: 1px #d8d8d8 solid;
    padding: 0 10px;
}

.search_aside_comment_block .search_aside_comment_list .search_aside_comment_item {
    padding: 10px 5px;
    border-bottom: 1px #d8d8d8 solid;
}

.search_aside_comment_block .search_aside_comment_list .search_aside_comment_main {
    font-size: 12px;
    color: #535353;
    line-height: 1.5;
    word-break: break-word;
    padding: 5px;
    background: #efefef;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 10px;
}

.search_aside_comment_block .search_aside_comment_list .search_aside_comment_main span {
    display: block;
    font-size: 13;
    font-weight: bold;
}

.search_aside_comment_block .search_aside_comment_list .search_aside_comment_bottom {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.search_aside_comment_block .search_aside_comment_list .search_aside_comment_bottom .time {
    font-size: 11px;
    color: #aaa;
    margin: 0 10px 0 0;
}

.search_aside_comment_block .search_aside_comment_list .search_aside_comment_bottom .btn {
    font-size: 11px;
    color: #aaa;
}

.search_aside_comment_block .search_aside_comment_list .search_aside_comment_bottom .btn:hover {
    text-decoration: none;
}

.search_aside_twitter_block {
    overflow: hidden;
    margin: 0 0 20px;
    position: relative;
    background: #e6ecf0;
    border: 10px #e6ecf0 solid;
    padding: 0 0 62px;

    /*
      background: #e6ecf0;
      padding: 10px;
    */
    /*
      background: #94d4ff;
      padding: 8px;
      margin: 0 0 20px;
    */
}

.search_aside_twitter_block .search_twitter_bg {
    /*
        background: #e6ecf0;
        padding: 10px;
    */
}

.search_aside_twitter_block .search_aside_twitter_inner {
    background: #fff;
    padding: 8px;
    width: 270px !important;
    border-right: 1px #e6ecf0 solid;
}

.search_aside_twitter_block .search_aside_twitter_title {
    color: #000;
    font-size: 13px;
    padding: 0 0 10px;
    border-bottom: 1px #d8d8d8 solid;
    margin: 0 0 10px;
    word-break: break-word;
}

.search_aside_twitter_block .search_aside_twitter_title span {
    font-size: 15px;
    font-weight: bold;
    color: #f60;
}

.search_aside_twitter_block .search_aside_twitter_link {
    text-decoration: none;
    font-size: 12px;
    line-height: 1.2;
    color: #535353;
}

.search_aside_twitter_block .search_aside_twitter_link .search_aside_twitter_text {
    position: relative;
    word-break: break-word;
    height: 200px;
    overflow: scroll;
}

/*.search_aside_twitter_block .search_aside_twitter_link .search_aside_twitter_text:after {*/
/*content: "";*/
/*display: inline-block;*/
/*background: -moz-linear-gradient(top center, rgba(255, 255, 255, 0.5) 0%, white 100%);*/
/*background: -webkit-gradient(linear, center top, center bottom, from(rgba(255, 255, 255, 0.5)), to(white));*/
/*background: linear-gradient(to bottom center, rgba(255, 255, 255, 0.5) 0%, #ffffff 100%);*/
/*position: absolute;*/
/*width: 100%;*/
/*height: 20px;*/
/*bottom: -2px;*/
/*left: 0;*/
/*}*/

.search_comment_filter {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.search_comment_popup {
    display: none;
    background: #fff;
    padding: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: fixed;
    z-index: 6;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 500px;
    width: 95%;
}

.search_comment_popup .search_comment_popup_text {
    font-size: 13px;
    margin: 0 0 10px;
    color: #535353;
}

.search_comment_popup .search_comment_popup_text span {
    font-weight: bold;
}

.search_comment_popup .search_comment_form_title {
    display: block;
    width: 100%;
    height: 30px;
    border: 1px #535353 solid;
    font-size: 12px;
    margin: 0 0 10px;
    color: #000;
}

.search_comment_popup .search_comment_form_textarea {
    display: block;
    width: 100%;
    height: 100px;
    border: 1px #535353 solid;
    font-size: 12px;
    margin: 0 0 10px;
    color: #000;
    resize: none;
}

.search_comment_popup .search_comment_form_btn {
    padding: 8px 0;
    color: #fff;
    background: #64bfaa;
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    width: 150px;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.top_search_wrap {
    position: relative;
}

.top_tagcloud_wrap {
    padding: 50px 20px;
    border: 1px #64bfaa dashed;
}

@media only screen and (max-width: 960px) {
    .top_tagcloud_wrap {
        padding: 20px;
    }
}

.top_search_tag_list {
    /*
      position: absolute;
      top: 50%;
      @include transform(translateY(-50%));
      left: 0; right: 0;
      margin: auto;
      width: 100%;
      -x-animation: rotate 10s linear infinite;
    */
    /*
      .top_search_tag_item{
        position: absolute;
        @media only screen and (max-width:960px){
          position: inherit;
          margin: 0 10px 10px 0;
        }
        &:nth-of-type(1){
          top: 5px;
          left: 5px;
          @media only screen and (max-width:960px){
            top:inherit;
            left: inherit;
          }
        }
        &:nth-of-type(2){
          top: 10px;
          left: 30%;
          @media only screen and (max-width:960px){
            top:inherit;
            left: inherit;
          }
        }
        &:nth-of-type(3){
          top: 50px;
          left: 150px;
          @media only screen and (max-width:960px){
            top:inherit;
            left: inherit;
          }
        }
        &:nth-of-type(4){
          top: 10px;
          right: 10px;
          @media only screen and (max-width:960px){
            top:inherit;
            right: inherit;
          }
        }
        &:nth-of-type(5){
          top: 100px;
          left: 50%;
          @media only screen and (max-width:960px){
            top:inherit;
            left: inherit;
          }
        }
        &:nth-of-type(6){
          top: 38px;
          right: 35px;
          @media only screen and (max-width:960px){
            top:inherit;
            right: inherit;
          }
        }
        &:nth-of-type(7){
          top: 5px;
          left: 60%;
          @media only screen and (max-width:960px){
            top:inherit;
            left: inherit;
          }
        }
        &:nth-of-type(8){
          top: 75px;
          left: 84%;
          @media only screen and (max-width:960px){
            top:inherit;
            left: inherit;
          }
        }
        &:nth-of-type(9){
          top: 0px;
          left: 270px;
          @media only screen and (max-width:960px){
            top:inherit;
            left: inherit;
          }
        }
        &:nth-of-type(10){
          top: 105px;
          left: 385px;
          @media only screen and (max-width:960px){
            top:inherit;
            left: inherit;
          }
        }
        &:nth-of-type(11){
          top: 95px;
          left: 65%;
          @media only screen and (max-width:960px){
            top:inherit;
            left: inherit;
          }
        }
        &:nth-of-type(12){
          top: 95px;
          left: 200px;
          @media only screen and (max-width:960px){
            top:inherit;
            left: inherit;
          }
        }
        &:nth-of-type(13){
          top: 10px;
          left: 115px;
          @media only screen and (max-width:960px){
            top:inherit;
            left: inherit;
          }
        }
        &:nth-of-type(14){
          top: 5px;
          left: 42%;
          @media only screen and (max-width:960px){
            top:inherit;
            left: inherit;
          }
        }
        &:nth-of-type(15){
          top: 114px;
          left: 57%;
          @media only screen and (max-width:960px){
            top:inherit;
            left: inherit;
          }
        }
        &:nth-of-type(16){
          top: 50px;
          left: 5px;
          @media only screen and (max-width:960px){
            top:inherit;
            left: inherit;
          }
        }
        &:nth-of-type(17){
          top: 15px;
          left: 80%;
          @media only screen and (max-width:960px){
            top:inherit;
            left: inherit;
          }
        }
        &:nth-of-type(18){
          top: 114px;
          right: 0;
          @media only screen and (max-width:960px){
            top:inherit;
            right: inherit;
          }
        }
        &:nth-of-type(19){
          top: 110px;
          left: 48px;
          @media only screen and (max-width:960px){
            top:inherit;
            left: inherit;
          }
        }
        &:nth-of-type(20){
          top: 105px;
          right: 190px;
          @media only screen and (max-width:960px){
            top:inherit;
            right: inherit;
          }
        }
      }
    */
    /*
      .top_search_tag_link{
        position: absolute;
        text-decoration: none;
        color: $orange;
        @extend .fg;
      }
    */
}

@media only screen and (max-width: 960px) {
    .top_search_tag_list {
        position: inherit;
        top: inherit;
        left: inherit;
        right: inherit;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.top_search_tag_list.PCSearchTag {
    display: block;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    -x-animation: rotate 10s linear infinite;
}

@media only screen and (max-width: 960px) {
    .top_search_tag_list.PCSearchTag {
        display: none;
    }
}

.top_search_tag_list.PCSearchTag .top_search_tag_item {
    float: left;
    margin: 20px;
}

.top_search_tag_list.SPSearchTag {
    display: none;
}

@media only screen and (max-width: 960px) {
    .top_search_tag_list.SPSearchTag {
        margin: 15px 0 0;
        -js-display: flex;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}

.top_search_tag_list.SPSearchTag .top_search_tag_item {
    margin: 0 10px 10px 0;
    float: inherit;
}

.top_search_tag_list.aside_tagcloud {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.top_search_tag_list.aside_tagcloud .top_search_tag_item {
    margin: 0 10px 10px 0;
    float: inherit;
}

.top_search_tag_list.aside_tagcloud .top_search_tag_link {
    font-size: 12px;
}

.top_search_tag_link {
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    color: #535353;
    border: 1px #f60 solid;
    background: #fff;
    padding: 5px 10px;
    opacity: 0.8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

@media only screen and (max-width: 960px) {
    .top_search_tag_link {
        font-size: 12px;
    }
}

.search_tag_result_text {
    font-size: 13px;
    color: #535353;
    margin: 0 0 10px;
}

.search_tag_result_text span {
    color: #64bfaa;
}

.search_aside_info_block {
    display: block;
    width: 100%;
    margin: 0 0 20px;
}

.search_aside_info_block .search_aside_info {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
}

.search_aside_info_block .search_aside_info_pic {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}

.search_aside_info_block .search_aside_info_text {
    font-size: 12px;
    color: #535353;
    line-height: 1.5;
}

.search_right_main_title {
    word-break: break-word;
}

.move1 {
    animation: move1 400s linear infinite alternate;
}

.move2 {
    animation: move2 400s linear infinite alternate;
}

.move3 {
    animation: move3 400s linear infinite alternate;
}

.move4 {
    animation: move4 400s linear infinite alternate;
}

.move5 {
    animation: move5 400s linear infinite alternate;
}

.move6 {
    animation: move6 400s linear infinite alternate;
}

.move7 {
    animation: move7 400s linear infinite alternate;
}

.move8 {
    animation: move8 400s linear infinite alternate;
}

.move9 {
    animation: move9 400s linear infinite alternate;
}

@keyframes rotate {
    0% {
        transform: rotateZ(0deg);
    }
    50% {
        transform: rotateZ(180deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes move1 {
    0% {
        transform: translate3d(20px, 40px, 0);
    }
    10% {
        transform: translate3d(-50px, 60px, 0);
    }
    20% {
        transform: translate3d(-60px, 20px, 0);
    }
    30% {
        transform: translate3d(30px, 30px, 0);
    }
    40% {
        transform: translate3d(-60px, 80px, 0);
    }
    50% {
        transform: translate3d(0px, 80px, 0);
    }
    60% {
        transform: translate3d(60px, -40px, 0);
    }
    70% {
        transform: translate3d(-10px, -30px, 0);
    }
    80% {
        transform: translate3d(30px, 70px, 0);
    }
    90% {
        transform: translate3d(-50px, -40px, 0);
    }
    100% {
        transform: translate3d(50px, -20px, 0);
    }
}

@keyframes move2 {
    0% {
        transform: translate3d(20px, -10px, 0);
    }
    10% {
        transform: translate3d(90px, -10px, 0);
    }
    20% {
        transform: translate3d(-60px, 40px, 0);
    }
    30% {
        transform: translate3d(80px, 0px, 0);
    }
    40% {
        transform: translate3d(-60px, -20px, 0);
    }
    50% {
        transform: translate3d(-40px, 30px, 0);
    }
    60% {
        transform: translate3d(0px, 20px, 0);
    }
    70% {
        transform: translate3d(60px, 70px, 0);
    }
    80% {
        transform: translate3d(0px, -70px, 0);
    }
    90% {
        transform: translate3d(0px, -10px, 0);
    }
    100% {
        transform: translate3d(80px, 30px, 0);
    }
}

@keyframes move3 {
    0% {
        transform: translate3d(80px, 60px, 0);
    }
    10% {
        transform: translate3d(-10px, 80px, 0);
    }
    20% {
        transform: translate3d(-70px, 40px, 0);
    }
    30% {
        transform: translate3d(90px, -20px, 0);
    }
    40% {
        transform: translate3d(20px, -60px, 0);
    }
    50% {
        transform: translate3d(70px, -50px, 0);
    }
    60% {
        transform: translate3d(-60px, 50px, 0);
    }
    70% {
        transform: translate3d(-70px, 90px, 0);
    }
    80% {
        transform: translate3d(60px, 10px, 0);
    }
    90% {
        transform: translate3d(-40px, -10px, 0);
    }
    100% {
        transform: translate3d(-80px, -90px, 0);
    }
}

@keyframes move4 {
    0% {
        transform: translate3d(90px, -30px, 0);
    }
    10% {
        transform: translate3d(30px, 90px, 0);
    }
    20% {
        transform: translate3d(70px, 60px, 0);
    }
    30% {
        transform: translate3d(10px, -70px, 0);
    }
    40% {
        transform: translate3d(40px, 90px, 0);
    }
    50% {
        transform: translate3d(-30px, 0px, 0);
    }
    60% {
        transform: translate3d(70px, -90px, 0);
    }
    70% {
        transform: translate3d(-80px, 0px, 0);
    }
    80% {
        transform: translate3d(10px, 90px, 0);
    }
    90% {
        transform: translate3d(-60px, 20px, 0);
    }
    100% {
        transform: translate3d(10px, -80px, 0);
    }
}

@keyframes move5 {
    0% {
        transform: translate3d(60px, 90px, 0);
    }
    10% {
        transform: translate3d(0px, 80px, 0);
    }
    20% {
        transform: translate3d(30px, 60px, 0);
    }
    30% {
        transform: translate3d(-90px, 90px, 0);
    }
    40% {
        transform: translate3d(-60px, 90px, 0);
    }
    50% {
        transform: translate3d(-40px, 80px, 0);
    }
    60% {
        transform: translate3d(-20px, 20px, 0);
    }
    70% {
        transform: translate3d(40px, 20px, 0);
    }
    80% {
        transform: translate3d(30px, 60px, 0);
    }
    90% {
        transform: translate3d(20px, 30px, 0);
    }
    100% {
        transform: translate3d(-30px, -80px, 0);
    }
}

@keyframes move6 {
    0% {
        transform: translate3d(-60px, -60px, 0);
    }
    10% {
        transform: translate3d(-70px, -70px, 0);
    }
    20% {
        transform: translate3d(50px, -20px, 0);
    }
    30% {
        transform: translate3d(-20px, 50px, 0);
    }
    40% {
        transform: translate3d(-90px, -10px, 0);
    }
    50% {
        transform: translate3d(10px, 60px, 0);
    }
    60% {
        transform: translate3d(30px, 50px, 0);
    }
    70% {
        transform: translate3d(20px, -80px, 0);
    }
    80% {
        transform: translate3d(0px, -20px, 0);
    }
    90% {
        transform: translate3d(0px, -50px, 0);
    }
    100% {
        transform: translate3d(-50px, -70px, 0);
    }
}

@keyframes move7 {
    0% {
        transform: translate3d(20px, 0px, 0);
    }
    10% {
        transform: translate3d(70px, -10px, 0);
    }
    20% {
        transform: translate3d(-10px, 90px, 0);
    }
    30% {
        transform: translate3d(40px, -90px, 0);
    }
    40% {
        transform: translate3d(-60px, -20px, 0);
    }
    50% {
        transform: translate3d(-70px, 50px, 0);
    }
    60% {
        transform: translate3d(-70px, 50px, 0);
    }
    70% {
        transform: translate3d(-20px, -40px, 0);
    }
    80% {
        transform: translate3d(20px, -90px, 0);
    }
    90% {
        transform: translate3d(40px, 80px, 0);
    }
    100% {
        transform: translate3d(30px, 90px, 0);
    }
}

@keyframes move8 {
    0% {
        transform: translate3d(-10px, -70px, 0);
    }
    10% {
        transform: translate3d(-50px, -40px, 0);
    }
    20% {
        transform: translate3d(-20px, 70px, 0);
    }
    30% {
        transform: translate3d(-50px, -20px, 0);
    }
    40% {
        transform: translate3d(20px, 70px, 0);
    }
    50% {
        transform: translate3d(-30px, 50px, 0);
    }
    60% {
        transform: translate3d(50px, -60px, 0);
    }
    70% {
        transform: translate3d(-70px, -90px, 0);
    }
    80% {
        transform: translate3d(40px, 90px, 0);
    }
    90% {
        transform: translate3d(90px, 60px, 0);
    }
    100% {
        transform: translate3d(0px, -70px, 0);
    }
}

@keyframes move9 {
    0% {
        transform: translate3d(50px, -50px, 0);
    }
    10% {
        transform: translate3d(50px, -30px, 0);
    }
    20% {
        transform: translate3d(90px, 30px, 0);
    }
    30% {
        transform: translate3d(-40px, 70px, 0);
    }
    40% {
        transform: translate3d(-80px, -10px, 0);
    }
    50% {
        transform: translate3d(-80px, 40px, 0);
    }
    60% {
        transform: translate3d(-30px, -90px, 0);
    }
    70% {
        transform: translate3d(10px, -60px, 0);
    }
    80% {
        transform: translate3d(-80px, 40px, 0);
    }
    90% {
        transform: translate3d(-80px, 20px, 0);
    }
    100% {
        transform: translate3d(-80px, -90px, 0);
    }
}

.top_tag_wrap {
    position: relative;
}

.top_tag_wrap .top_search_tag_list.PCSearchTag {
    top: 40%;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.bx-wrapper {
    margin-bottom: 0 !important;
}

.bx-wrapper .bx-pager {
    bottom: -50px !important;
}

.search_twitter_icon {

    position: absolute;

    width: 22px;

    left: 50%;

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);

    z-index: 5;
    bottom: 29px;

}


