@charset "UTF-8";
/* ======================= VARIABLE ====== */
/* ======================= IMPORT ====== */
@import url("https://fonts.googleapis.com/css?family=Economica");
/* ======================= BASE ====== */
.fm {
  font-family: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.fg, .google_keyword_block .title, .google_keyword_block .link, .coper_keyword_block .title, .coper_keyword_block .link, .coper_agent_block .coper_agent_btn, .coper_gacha_text {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

.fnico, .coper_important_block .coper_important_text, .coper_important_block .coper_important_title, .coper_important_block .coper_important_btn, .coper_gacha_btn {
  /* font-family: "Nico Moji"; */
  font-family: 'nicomoji-plus_1.11';
}

@font-face {
  font-family: 'nicomoji-plus_1.11';
  src: url("../font/nicomoji-plus_1.11.ttf") format("truetype");
}
.google_keyword_block .link, .coper_keyword_block .link, .coper_agent_block .coper_agent_btn, .coper_important_block .coper_important_btn, .coper_gacha_btn {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.google_keyword_block .link:hover, .coper_keyword_block .link:hover, .coper_agent_block .coper_agent_btn:hover, .coper_important_block .coper_important_btn:hover, .coper_gacha_btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 960px) {
  .google_keyword_block .link:hover, .coper_keyword_block .link:hover, .coper_agent_block .coper_agent_btn:hover, .coper_important_block .coper_important_btn:hover, .coper_gacha_btn:hover {
    opacity: 1;
  }
}

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

/* 20180606 */
.coper_search_top {
  position: relative;
}
.coper_search_top .tglbox_all {
  float: inherit;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 960px) {
  .coper_search_top .tglbox_all {
    position: relative;
    top: inherit;
    right: inherit;
  }
  .coper_search_top .tglbox_all span {
    text-align: right;
  }
}

/* graph */
.search_right_graph_block {
  width: 100%;
  margin: 0 0 20px;
}
.search_right_graph_block .search_right_main_title {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
}
@media only screen and (max-width: 640px) {
  .search_right_graph_block .search_right_main_title {
    width: 80%;
  }
}
.search_right_graph_block .search_right_main_title:after {
  content: "";
  background: url("../images/coper/icon01.png") center center no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  right: -55px;
  opacity: 0.2;
  bottom: 2px;
  transform: rotate(20deg);
}

.search_graph_border {
  border: 2px #efefef solid;
  overflow-x: scroll;
  background: #fff;
}

.search_graph_list {
  border: none;
  padding: 0 10px;
  height: 270px;
  width: 100%;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.search_graph_item {
  padding: 5px;
  height: 100%;
  text-align: center;
  border-right: 1px #efefef solid;
}
.search_graph_item:last-of-type {
  border-right: none;
}

.search_graph_item.active {
  border: 1px #ffcc4f solid;
}

.search_graph_item .graph {
  display: block;
  /*
    -js-display: flex;
    display:flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
  */
}

.search_graph_num {
  max-width: 50px;
  min-width: 50px;
  width: 50px;
  font-size: 12px;
  color: #535353;
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.search_graph_main {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0 0 5px;
}

.graph_line {
  width: 10px;
  margin: 0 0 5px;
  height: 100%;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.graph_line .search_graph_blue {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #2a8dda;
}
.graph_line .search_graph_red {
  width: 100%;
  position: absolute;
  bottom: 0;
  top: inherit;
  background: #ff4646;
}

.graph_num {
  -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;
}

.search_graph_blue_num {
  font-size: 12px;
  color: #2a8dda;
  margin: 0 0 5px;
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.search_graph_red_num {
  font-size: 12px;
  color: #ff4646;
  margin: 0 0 5px;
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* keyword */
.google_keyword_block {
  margin: 0 0 20px;
}
.google_keyword_block .title {
  display: inline-block;
  font-size: 14px;
  background: #315eb9;
  padding: 5px 10px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  color: #fff;
}
.google_keyword_block .list {
  background: #efefef;
  border-top: 5px #315eb9 solid;
  padding: 10px;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.google_keyword_block .item {
  margin: 5px;
}
.google_keyword_block .link {
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

.coper_keyword_block {
  margin: 0 0 20px;
}
.coper_keyword_block .title {
  display: inline-block;
  font-size: 14px;
  background: #3ecfff;
  padding: 5px 10px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  color: #fff;
}
.coper_keyword_block .list {
  max-height: 300px;
  overflow: scroll;
  background: #efefef;
  border-top: 5px #3ecfff solid;
  padding: 10px;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.coper_keyword_block .item {
  margin: 5px;
}
.coper_keyword_block .link {
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

.coper_top_pic_block {
  margin: 0 0 10px;
  position: relative;
}
.coper_top_pic_block .coper_top_pic_inner {
  -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;
  max-height: 180px;
  overflow-y: scroll;
}
.coper_top_pic_block:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.coper_top_pic_block .coper_top_pic {
  display: block;
  width: 11.5%;
  height: 90px;
  margin: 5px 0.5%;
}
@media only screen and (max-width: 960px) {
  .coper_top_pic_block .coper_top_pic {
    width: 24%;
  }
}

.coper_agent_block {
  margin: 0 0 20px;
}
.coper_agent_block .coper_agent_btn {
  cursor: pointer;
  background: #f60;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  display: block;
  padding: 15px 0;
  width: 300px;
  margin: 0 auto 10px;
  text-align: center;
  position: relative;
}
.coper_agent_block .coper_agent_btn:before {
  content: "";
  background: url("../images/coper/icon02.png") center center no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  vertical-align: -6px;
  margin: 0 10px 0 0;
  display: inline-block;
}
.coper_agent_block .coper_agent_btn:after {
  content: "";
  border: 1px #fff solid;
  width: 95%;
  height: 77%;
  position: absolute;
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  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%);
}
.coper_agent_block .search_right_form {
  display: none;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 20px;
}

.coper_main_right {
  width: 25% !important;
}
.coper_main_right .search_main_right_inner {
  width: 100%;
  margin: 0 0 15px;
}
@media only screen and (max-width: 960px) {
  .coper_main_right {
    width: 100% !important;
  }
}

.coper_main_left .search_common_info_block {
  width: 74% !important;
}
@media only screen and (max-width: 960px) {
  .coper_main_left .search_common_info_block {
    width: 70% !important;
  }
}
@media only screen and (max-width: 640px) {
  .coper_main_left .search_common_info_block {
    width: 100% !important;
  }
}
.coper_main_left .search_common_blog_right {
  width: 73% !important;
}
@media only screen and (max-width: 960px) {
  .coper_main_left .search_common_blog_right {
    width: 70% !important;
  }
}
@media only screen and (max-width: 640px) {
  .coper_main_left .search_common_blog_right {
    width: 100% !important;
  }
}

.coper_right_main_title {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.coper_rank_icon {
  display: inline-block;
  width: 30px;
  margin: -3px 5px 0 0;
}

.coper_tag_wrap {
  height: 300px;
}
@media only screen and (max-width: 960px) {
  .coper_tag_wrap {
    height: inherit;
  }
}
.coper_tag_wrap .top_search_tag_list {
  top: 0 !important;
}

.coper_important_block {
  z-index: 5;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  text-align: center;
  display: block;
  max-width: 400px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.coper_important_block .coper_important_text {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}
.coper_important_block .coper_important_text span {
  font-size: 20px;
  font-weight: normal;
}
.coper_important_block .coper_important_title {
  display: inline-block;
  background: #ffe500;
  padding: 5px 10px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  text-shadow: 0px 0px 2px white;
}
.coper_important_block .coper_important_title span {
  font-size: 25px;
  font-weight: normal;
}
.coper_important_block .coper_important_animate {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.coper_important_block .coper_important_btn {
  outline: none;
  display: block;
  background: -moz-linear-gradient(top, #943b00 0%, #f60 50%, #943b00 100%);
  background: -webkit-linear-gradient(top, #943b00 0%, #f60 50%, #943b00 100%);
  background: linear-gradient(to bottom, #943b00 0%, #ff6600 50%, #943b00 100%);
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px #fff solid;
  padding: 10px 0;
  width: 100%;
  font-size: 30px;
  margin: 0 auto;
  cursor: pointer;
}

.coper_gacha_wrap {
  display: none;
  background: #000000;
  /*
    background: url($get_img+"coper/game_bg.jpg") center center no-repeat;
    background-size: cover;
  */
  padding: 40px 20px;
  margin: 0 0 30px;
  position: relative;
  overflow-x: hidden;
  min-width: 1200px;
}
@media only screen and (max-width: 960px) {
  .coper_gacha_wrap {
    padding: 10px;
    min-width: inherit;
  }
}

.coper_gacha_wrap .coper_gacha_video {
  height: 100%;
  width: 100%;
}
.coper_gacha_wrap .coper_gacha_video #video {
  background: url("../images/coper/bg.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  left: 0;
  height: 100%;
  /*
        min-height: 100%;
        min-height: 100vh;
        min-width: 100%;
        min-width: 100vw;
  */
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.coper_gacha_wrap .coper_gacha_inner {
  background: url("../images/coper/bg.jpg") center center repeat;
  border: 3px #9eab32 solid;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .coper_gacha_wrap .coper_gacha_inner {
    width: 100%;
    padding: 0;
  }
}
.coper_gacha_wrap .search_common_wrap {
  padding: 20px;
  margin: 0 !important;
}
@media only screen and (max-width: 960px) {
  .coper_gacha_wrap .search_common_wrap {
    padding: 10px;
  }
}
.coper_gacha_wrap .search_common_wrap.baitoru .search_common_info_block {
  border: 1px #f44040 solid;
  background: #fff;
}
.coper_gacha_wrap .search_common_wrap.baitoru .search_common_flag {
  background: #f44040;
}
.coper_gacha_wrap .search_common_wrap.baitoru .search_common_title {
  color: #f44040;
}
.coper_gacha_wrap .search_common_wrap.baitoru .search_common_cat_item {
  color: #62c936;
  border: 1px #62c936 solid;
}
.coper_gacha_wrap .search_common_wrap.mainabi .search_common_info_block {
  border: 1px #00aaeb solid;
  background: #f3f5f7;
}
.coper_gacha_wrap .search_common_wrap.mainabi .search_common_flag {
  background: #00aaeb;
}
.coper_gacha_wrap .search_common_wrap.mainabi .search_common_flag:after {
  border-color: transparent #f3f5f7 transparent transparent;
}
.coper_gacha_wrap .search_common_wrap.mainabi .search_common_title {
  color: #00aaeb;
}
.coper_gacha_wrap .search_common_wrap.mainabi .search_common_cat_item {
  color: #00aaeb;
  border: 1px #00aaeb solid;
}
.coper_gacha_wrap .search_common_wrap.an .search_common_info_block {
  border: 1px #ff3300 solid;
  background: #fff5e6;
}
.coper_gacha_wrap .search_common_wrap.an .search_common_flag {
  background: #ff3300;
}
.coper_gacha_wrap .search_common_wrap.an .search_common_flag:after {
  border-color: transparent #fff5e6 transparent transparent;
}
.coper_gacha_wrap .search_common_wrap.an .search_common_title {
  color: #ff3300;
}
.coper_gacha_wrap .search_common_wrap.an .search_common_cat_item {
  color: #0061f2;
  border: 1px #0061f2 solid;
}
.coper_gacha_wrap .search_common_wrap.townwork .search_common_info_block {
  border: 1px #fcbe00 solid;
  background: #fff;
}
.coper_gacha_wrap .search_common_wrap.townwork .search_common_flag {
  background: #fcbe00;
  color: #000;
}
.coper_gacha_wrap .search_common_wrap.townwork .search_common_title {
  color: #000;
}
.coper_gacha_wrap .search_common_wrap.townwork .search_common_cat_item {
  color: #000;
  background: #fff2a9;
  border: 1px #fff2a9 solid;
}
.coper_gacha_wrap .search_common_wrap.townwork .search_common_detail {
  color: #0066d2;
}
.coper_gacha_wrap .search_common_info_block {
  float: inherit;
  width: 100%;
  padding: 10px;
  border: 1px #64bfaa solid;
  background: #fff;
}

.coper_gacha_text {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  margin: 0 0 5px;
}
.coper_gacha_text .font_bold {
  font-size: 16px;
  font-weight: bold;
}

.coper_gacha_btn {
  outline: none;
  display: block;
  background: -moz-linear-gradient(top, #525a17 0%, #707b1f 50%, #525a17 100%);
  background: -webkit-linear-gradient(top, #525a17 0%, #707b1f 50%, #525a17 100%);
  background: linear-gradient(to bottom, #525a17 0%, #707b1f 50%, #525a17 100%);
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px white;
  -webkit-box-shadow: 0px 0px 5px white;
  box-shadow: 0px 0px 5px white;
  border: 2px #9eab31 solid;
  padding: 10px 0;
  width: 100%;
  max-width: 300px;
  font-size: 30px;
  margin: 0 auto 10px;
  cursor: pointer;
}
.coper_gacha_btn span {
  font-size: 22px;
}

.coper_gacha_ranktwo_block {
  display: none;
}
.coper_gacha_loading {
  display: block;
  width: 64px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .coper_gacha_loading {
    width: 40px;
    margin: 10px auto;
  }
}

.coper_gacha_loading_failed {
  padding: 20px;
}
.coper_gacha_loading_failed p {
  font-size: 25px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1.5px;
  margin: 0 0 20px;
  font-family: 'nicomoji-plus_1.11';
}
.coper_gacha_loading_failed p span {
  display: block;
  font-size: 40px;
}
.coper_gacha_loading_failed p small {
  font-size: 18px;
}
.coper_gacha_loading_failed .coper_gacha_loading_ok {
  outline: none;
  display: block;
  background: -moz-linear-gradient(top, #525a17 0%, #707b1f 50%, #525a17 100%);
  background: -webkit-linear-gradient(top, #525a17 0%, #707b1f 50%, #525a17 100%);
  background: linear-gradient(to bottom, #525a17 0%, #707b1f 50%, #525a17 100%);
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px white;
  -webkit-box-shadow: 0px 0px 5px white;
  box-shadow: 0px 0px 5px white;
  border: 2px #9eab31 solid;
  padding: 10px 0;
  width: 100%;
  max-width: 300px;
  font-size: 30px;
  margin: 0 auto 10px;
  cursor: pointer;
  font-family: 'nicomoji-plus_1.11';
}