@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  color: #000;
  background: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

caption, th {
  text-align: left;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

legend {
  color: #000;
}

mark {
  color: #000;
  background: #ff0;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
}

pre {
  white-space: pre-wrap;
}

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

b, strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

ol, ul {
  list-style: none;
}

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

abbr, acronym {
  font-variant: normal;
  border: 0;
}

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

sup {
  vertical-align: super;
}

sub {
  bottom: -.25em;
  vertical-align: text-bottom;
}

a {
  text-decoration: none;
  color: #000;
  background: transparent;
}

a:focus {
  outline: none;
}

a:active, a:hover {
  outline: none;
}

optgroup {
  font-weight: bold;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-size: 100%;
  font-weight: inherit;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type='button'], input[type='reset'], input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type='checkbox'], input[type='radio'] {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 10px;
  background-color: #ffd325;
}

body {
  opacity: 0;
}

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

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

/* --------------------------------------------------------------------------------
*
*   body
*
-------------------------------------------------------------------------------- */
.body__bg {
  background: url(/assets/img/common/body__bg.gif);
  background-size: 50%;
  background-position: left top;
  background-attachment: fixed;
}

.body__inner {
  overflow: hidden;
  max-width: 375px;
  margin: 0 auto;
  background-color: #ffd325;
}

/* --------------------------------------------------------------------------------
*
*   row
*
-------------------------------------------------------------------------------- */
.row {
  font-size: 0;
  text-align: center;
}

.row .item {
  display: inline-block;
  margin-right: 2px;
  box-sizing: border-box;
}

.row .item:last-child {
  margin-right: 0;
  padding-right: 0;
}

/* --------------------------------------------------------------------------------
*
*   loading
*
-------------------------------------------------------------------------------- */
.loading {
  background-color: #ffd325;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  opacity: 0;
}

.loading #text {
  width: 20px;
  margin-left: -10px;
}

.loading #text img.text {
  display: block;
  margin-bottom: 18px;
  z-index: 2;
  position: relative;
}

.loading #text img.text:last-child {
  margin-bottom: 0;
}

.loading #text img.text:nth-child(2) {
  margin-bottom: 14px;
}

.loading #text img.text:nth-child(3) {
  margin-bottom: 8px;
  margin-left: -1px;
}

.loading #text img.text:nth-child(4) {
  margin-bottom: 15px;
}

.loading #text img.text:nth-child(5) {
  margin-bottom: 14px;
}

.loading #text img.text:nth-child(6) {
  margin-bottom: 15px;
}

.loading #text img.text:nth-child(7) {
  margin-left: -2px;
}

.loading .koro_o {
  position: absolute;
  display: block;
}

.loading .koro_o_top {
  z-index: 3;
}

.loading .koro_o_btm {
  z-index: 1;
  margin-top: 33px;
}

.loading .koro_c {
  position: absolute;
  display: block;
}

.loading .koro_c_top {
  z-index: 3;
}

.loading .koro_c_btm {
  z-index: 1;
  margin-top: 37px;
}

.loading .bgBox {
  z-index: 2;
}

.loading .bg {
  background-color: #ffd325;
  position: absolute;
  bottom: 0;
}

/* --------------------------------------------------------------------------------
*
*  onomatope
*
-------------------------------------------------------------------------------- */
#onomatope {
  position: absolute;
  left: -50px;
  top: -30px;
}

#onomatope img {
  position: absolute;
  opacity: 0;
}

#onomatope .text01 {
  opacity: 0.8;
}

#onomatope .text02 {
  opacity: 0.6;
}

#onomatope .text03 {
  opacity: 0.5;
}

#onomatope .text04 {
  opacity: 0.4;
}

#onomatope .text05 {
  opacity: 0.2;
}

/* --------------------------------------------------------------------------------
*
*   pagetop
*
-------------------------------------------------------------------------------- */
#pagetopWrap {
  -webkit-transition: background-color 0.5s linear 0s;
  -moz-transition: background-color 0.5s linear 0s;
  -ms-transition: background-color 0.5s linear 0s;
  -o-transition: background-color 0.5s linear 0s;
  transition: background-color 0.5s linear 0s;
}

#pagetopWrap.bg {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
}

#pagetop {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9999;
}

#pagetop img {
  position: absolute;
  left: 50%;
}

#pagetop .text01 {
  opacity: 0.8;
}

#pagetop .pagetop__img02 {
  opacity: 0.6;
}

#pagetop .pagetop__img03 {
  opacity: 0.5;
}

#pagetop .pagetop__img04 {
  opacity: 0.4;
}

#pagetop .pagetop__img05 {
  opacity: 0.2;
}

/* --------------------------------------------------------------------------------
*
*   clip
*
-------------------------------------------------------------------------------- */
.contentsWrap {
  position: relative;
  background-color: #ffd325;
  z-index: 100;
}

.contentsInner {
  overflow: hidden;
}

.c__clip {
  position: absolute;
  bottom: -20px;
  z-index: 100;
}

/* --------------------------------------------------------------------------------
*
*   other
*
-------------------------------------------------------------------------------- */
.ex {
  transform: rotate(20deg);
  display: inline-block;
  text-indent: 0;
}

#footer .ex {
  transform: rotate(20deg);
  display: inline-block;
  padding-left: 6px;
  position: relative;
  top: 0px;
  padding-right: 5px;
}

#campaign .indent .ex {
  width: 13px;
  position: relative;
  left: -11px;
  top: -4px;
}

#campaign .adjust {
  padding: 0 1px;
}

#about .adjust01 {
  width: 5px;
  position: relative;
  top: -1px;
  left: -2px;
}

#about .adjust02 {
  position: relative;
  transform: rotate(23deg);
  top: 1px;
}

/* --------------------------------------------------------------------------------
*
*   header
*
-------------------------------------------------------------------------------- */
#header {
  position: relative;
  /*
  *
  *   menu
  *
  */
}

#header h1 {
  text-align: center;
  background-color: #000;
  font-size: 0;
  z-index: 100;
  position: relative;
}

#header h1 img {
  padding: 9px;
}

#header .h__btn {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

#header .h__balloon {
  position: absolute;
  top: -34px;
  left: 17px;
  z-index: 100;
}

#header .h__block {
  position: relative;
}

#header .h__block img {
  display: block;
}

#header .h__arm {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
}

#header .h__btn_test {
  margin-bottom: 30px;
  text-align: right;
  height: 20px;
}

#header .h__menu {
  background: url(/assets/img/common/m__bg.gif);
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  z-index: 99;
  max-width: 375px;
  width: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  /*
    *
    *   share
    *
    */
}

#header .h__menu .h__menu_inner {
  background: url(/assets/img/common/m__img_koro.png) no-repeat;
  background-position: bottom left;
  background-size: 135px;
}

#header .h__menu .h__menu_tit {
  text-align: center;
  padding: 15px 0;
}

#header .h__menu .m__menuList {
  position: relative;
  margin-bottom: 24px;
}

#header .h__menu .m__menuList li:nth-child(2) {
  position: absolute;
  top: -3px;
  right: 0;
}

#header .h__menu .m__menuList li:nth-child(3) {
  position: relative;
  top: 6px;
  left: 11px;
}

#header .h__menu .m__menuList li:nth-child(4) {
  position: absolute;
  top: 89px;
  right: 0px;
}

#header .h__menu .m__menuList li:nth-child(5) {
  position: relative;
  top: 13px;
}

#header .h__menu .m__menuList li:nth-child(6) {
  position: absolute;
  top: 176px;
  right: 11px;
}

#header .h__menu .m__btn_test {
  text-align: right;
  margin-bottom: 30px;
}

#header .h__menu .share {
  padding-bottom: 36px;
  margin-right: 0;
  margin-left: auto;
  box-sizing: border-box;
  width: 269px;
  height: 120px;
}

#header .h__menu .share h2 {
  text-align: center;
  margin-bottom: 17px;
}

#header .h__menu .share .row .item {
  margin-right: 15px;
}

footer {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  /*
  *
  *   f__text   
  *
  */
  /*
  *
  *   pagetop
  *
  */
}

footer .f__inner {
  background: url(/assets/img/common/f__bg.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
}

footer .f__menu {
  margin-bottom: 35px;
  z-index: 10;
  position: relative;
}

footer .f__menu li {
  background: url(/assets/img/common/f__arrow.png) no-repeat;
  background-size: 18px;
  background-position: 95% center;
  border-top: 1px solid #000;
  padding: 18px 0 17px;
  font-weight: bold;
}

footer .f__menu li:last-child {
  border-bottom: 1px solid #000;
}

footer .f__menu .img_blank {
  background: url(/assets/img/common/f__img_blank.png) no-repeat;
  background-size: 19px;
  background-position: right 14px;
  padding: 18px 25px 17px;
}

footer .f__banner {
  font-size: 0;
  margin-bottom: 33px;
}

footer .f__banner li:first-child {
  margin-bottom: 15px;
}

footer .f__subText {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: -0.06rem;
  padding-bottom: 12px;
}

footer .f__copy {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

footer .pagetop__btn {
  position: relative;
  font-size: 0;
}

footer .pagetop__btn .pagetop__btn_text {
  position: absolute;
  top: -27px;
  right: -18px;
}

footer .f__text {
  position: absolute;
  top: -80px;
  left: -40px;
}

footer .f__text img {
  position: absolute;
  opacity: 0;
}

footer .f__text .text01 {
  opacity: 0.8;
}

footer .f__text .text02 {
  opacity: 0.6;
}

footer .f__text .text03 {
  opacity: 0.5;
}

footer .f__text .text04 {
  opacity: 0.4;
}

footer .f__text .text05 {
  opacity: 0.2;
}

footer #pagetop {
  opacity: 0;
}

footer .pagetop {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  text-align: center;
}

footer .pagetop img {
  position: absolute;
  left: 50%;
}

footer .pagetop .text01 {
  opacity: 0.8;
}

footer .pagetop .pagetop__img02 {
  opacity: 0.6;
}

footer .pagetop .pagetop__img03 {
  opacity: 0.5;
}

footer .pagetop .pagetop__img04 {
  opacity: 0.4;
}

footer .pagetop .pagetop__img05 {
  opacity: 0.2;
}

/* --------------------------------------------------------------------------------
*
*   contents
*
-------------------------------------------------------------------------------- */
#contents {
  background: url(/assets/img/ranking/c__bg.png) no-repeat;
  background-size: 100%;
  background-position: center top;
  padding-top: 19px;
  margin-bottom: 39px;
  position: relative;
  z-index: 2;
}

#contents .c__tit {
  text-align: center;
  position: relative;
  margin-top: -38px;
}

#contents .c__tit .img {
  position: absolute;
  right: -15px;
  bottom: -43px;
  z-index: 2;
}

#contents .c__tit .tit {
  position: absolute;
  left: 130px;
  top: 71px;
}

#contents .c__block {
  padding: 0 20px;
}

#contents .c_block_bg_top {
  display: block;
}

#contents .content__header {
  position: relative;
}

#contents .content__header .tit {
  position: absolute;
  top: 18px;
  left: 167px;
  margin-left: -61px;
}

#contents .content__header .number01 {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -178px;
}

#contents .content__header .number02 {
  position: absolute;
  top: 157px;
  left: 50%;
  margin-left: -178px;
}

#contents .content__header .number03 {
  position: absolute;
  top: 254px;
  left: 50%;
  margin-left: -178px;
}

#contents .content__header .name {
  position: absolute;
  top: 19px;
  left: 143px;
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: bold;
}

#contents .content__header .detail {
  position: absolute;
  top: 44px;
  left: 143px;
  font-size: 12px;
  letter-spacing: 0.075em;
  font-weight: bold;
}

#contents .c_block_bg_mid {
  background: url(/assets/img/ranking/c__bg_mid.png) repeat-y;
  background-size: 100% 100%;
  text-align: center;
  padding: 15px 18px 18px;
  position: relative;
}

#contents .c_block_bg_mid .item {
  padding-bottom: 11px;
  margin-bottom: 9px;
  background: url(/assets/img/ranking/c__dot.png) repeat-x;
  background-position: 0 bottom;
  background-size: 4px 2px;
}

#contents .c_block_bg_mid .item:last-child {
  margin-bottom: 25px;
}

#contents .c_block_bg_mid .num {
  float: left;
}

#contents .c_block_bg_mid .num p {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 22px;
  /* vertical-align: middle; */
  font-family: Helvetica;
  font-weight: bold;
  display: table;
}

#contents .c_block_bg_mid .num p span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#contents .c_block_bg_mid .box {
  text-align: left;
  padding-left: 50px;
  font-weight: bold;
  position: relative;
  top: -3px;
}

#contents .c_block_bg_mid .box.forAndroid {
  line-height: 19px;
}

#contents .c_block_bg_mid .name {
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: bold;
}

#contents .c_block_bg_mid .name.forAndroid {
  padding-top: 6px;
}

#contents .c_block_bg_mid .detail {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0em;
}

.forAndroid_lh {
  line-height: 16px;
}
