@charset "utf-8";

/* CSS Document */


/********************************
*
*	爆サイ.com PC
*	http://bakusai.com
*	index.css
*	--------------------------
*	created:2019/03/25
*
********************************/

#indexLogoBnr {
    margin: 30px auto 0;
    position: relative;
    max-width: 980px;
    width: 100%;
}


/********************
*
*	menu
*
********************/

nav#indexMenu {
    background: #fff;
    display: block;
    margin: 0 auto;
    padding: 5px 0 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: -webkit-calc(100% - 5px);
    width: calc(100% - 5px);
    max-width: 960px;
    z-index: 1;
}

nav#indexMenu ul {
    text-align: center;
}

nav#indexMenu li {
    display: inline-block;
    margin: 3px 0;
    padding: 0;
    vertical-align: top;
    width: 48%;
    width: -webkit-calc(50% - 7px);
    width: calc(50% - 7px);
}

nav#indexMenu li a {
    background: #fbfbfb;
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #f2f2f2 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.28);
    border-left: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: 2px;
    box-shadow: 0 0 1px #fff;
    color: #222;
    display: block !important;
    font-size: 100%;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
}

nav#indexMenu li:nth-child(odd) {
    margin-right: 5px;
}

nav#indexMenu li:nth-child(odd):last-child {
    margin-right: 0;
    padding: 0;
    width: -webkit-calc(100% - 9px);
    width: calc(100% - 9px);
}


/********************
*
* 総投稿
*
*********************/

#postRankWrap {
    background: transparent;
    border-radius: 0;
    height: 50px;
    float: none;
    margin: 0 auto;
    max-width: 700px;
    padding: 0;
    width: 100%;
}

#areaPosts {
    font-size: 16px;
}

body#index.overSea #postRankWrap {
    margin: 0px auto 50px;
}


/********************
*
* 海外版含む新INDEX 2014/09/25
*
*********************/


/* マップテーブル */

#bakusaiMap {
    border-spacing: 3px;
    border-collapse: separate;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    /* width: -webkit-calc(100% - 10px); */
    /* width: calc(100% - 10px); */
    position: relative;
}


/* 地域を選択してね */

div#areaMap {
    padding: 5px 0;
    max-width: 750px;
    margin: -10px auto 30px;
    position: relative;
}

table#bakusaiMap th[colspan="4"] {
    padding: 0 5px 0 0;
}

h3.chooseArea {
    background: #ededed;
    border-radius: 2px;
    display: block;
    font-size: 16px;
    padding: 12px 0;
    vertical-align: middle;
    width: 100%;
}


/* 国を選択してね */

div#countryMap {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    padding: 5px 0;
}

#countryMap h3.chooseArea {
    margin: 0 auto 5px;
    width: 100%;
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
}

#chooseCountry {
    text-align: center;
    width: 100%;
}

#chooseCountry>ul {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
    font-size: 0;
}


#chooseCountry li {
    display: inline-block;
    margin: 6px 5px;
    padding: 0;
    vertical-align: top;
    width: -webkit-calc((100% / 5) - 10px);
    width: calc((100% / 5) - 10px);
}

#chooseCountry a {
    background: #EEE;
    border: 1px solid #EEE;
    display: block;
    padding: 0;
    text-decoration: none;
}

#chooseCountry li a span {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
}

#chooseCountry li a em {
    background-size: 35px auto !important;
    border: 1px solid #E7E4E4;
    display: block !important;
    height: 35px;
    margin: 5px auto;
    padding: 0;
    width: 35px;
}

#chooseCountry li.CHN em {
    background: url("https://img2.bakusai.com/p/img/overarea/flag_of_China.gif") no-repeat scroll center center transparent;
}

#chooseCountry li.KOR em {
    background: url("https://img2.bakusai.com/p/img/overarea/flag_of_South_Korea.gif") no-repeat scroll center center transparent;
}

#chooseCountry li.PHL em {
    background: url("https://img2.bakusai.com/p/img/overarea/flag_of_Philippines.gif") no-repeat scroll center center transparent;
}

#chooseCountry li.PHL a span {
    font-size: 13px;
}

#chooseCountry li.VNM em {
    background: url("https://img2.bakusai.com/p/img/overarea/flag_of_Vietnam.gif") no-repeat scroll center center transparent;
}

#chooseCountry li.THA em {
    background: url("https://img2.bakusai.com/p/img/overarea/flag_of_Thailand.gif") no-repeat scroll center center transparent;
}

#chooseCountry li.USA em {
    background: url("https://img2.bakusai.com/p/img/overarea/flag_of_USA.gif") no-repeat scroll center center transparent;
}

#chooseCountry li.JPN em {
    background: url("https://img2.bakusai.com/p/img/overarea/flag_of_Japan.gif") no-repeat scroll center center transparent;
}
#chooseCountry li.IDN em {
    background: url("https://img2.bakusai.com/p/img/overarea/flag_of_Indonesia.gif") no-repeat scroll center center transparent;
}
#chooseCountry li.RUS em {
    background: url("https://img2.bakusai.com/p/img/overarea/flag_of_Russia.gif") no-repeat scroll center center transparent;
}
#chooseCountry li.UKR em {
    background: url("https://img2.bakusai.com/p/img/overarea/flag_of_Ukraine.gif") no-repeat scroll center center transparent;
}

h3.chooseArea i {
    font-size: 21px;
    vertical-align: middle;
}

#countryMap h3.chooseArea i {
    padding: 0 0 0 10px;
}

h3.chooseArea span {
    vertical-align: middle;
}

table#bakusaiMap td {
    font-size: 14px;
    height: 88px;
    position: relative;
    text-align: center;
    width: 18%;
}
table#bakusaiMap td.kanto, table#bakusaiMap td.okinawa {
    width: 22%;
}
table#bakusaiMap td a {
    background: #fff;
    border: 1px solid #DADADA;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 0 #e7e7e7;
    color: #000;
    display: block;
    height: 100%;
    min-height: 80px;
    position: relative;
    text-decoration: none;
}

table#bakusaiMap td.hokkaido a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_hokkaido.png") no-repeat scroll center center;
}

table#bakusaiMap td.kita-tohoku a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_tohoku.png") no-repeat scroll center left;
}

table#bakusaiMap td.minami-tohoku a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_minamitohoku.png") no-repeat scroll center center;
}

table#bakusaiMap td.area_flex.kita-kanto a::after {
    background: transparent url(https://img2.bakusai.com/p/img/icons/ico_kitakanto.png) no-repeat scroll center center;
    width: 47px;
    height: 47px;
    margin: 6px auto 0 5px;
}
table#bakusaiMap td.area_flex.minami-kanto a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_minamikanto.png") no-repeat scroll center center;
    margin: 2px auto 0 1px;
}
table#bakusaiMap td.koshinetsu a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_koshinetsu.png") no-repeat scroll center center;
}

table#bakusaiMap td.tokai a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_tokai.png") no-repeat scroll center center;
}

table#bakusaiMap td.hokuriku a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_hokuriku.png") no-repeat scroll center center;
}

table#bakusaiMap td.kansai a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_kansai.png") no-repeat scroll center center;
}

table#bakusaiMap td.sanyo a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_sanyo.png") no-repeat scroll center center;
}

table#bakusaiMap td.sanin a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_sanin.png") no-repeat scroll center center;
}

table#bakusaiMap td.shikoku a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_shikoku.png") no-repeat scroll center center;
}

table#bakusaiMap td.hokubu-kyushu a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_hokubukyushu.png") no-repeat scroll center center;
}
table#bakusaiMap td.nanbu-kyushu a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_nanbukyushu.png") no-repeat scroll center center;
}

table#bakusaiMap td.okinawa a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_okinawa.png") no-repeat scroll center center;
}

table#bakusaiMap td.oversea a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_oversea.png") no-repeat scroll center -5px;
}

table#bakusaiMap td a::after {
    -webkit-background-size: 100% auto !important;
    background-size: 100% auto !important;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    width: 55px;
}

table#bakusaiMap td a:hover,
table#bakusaiMap td a:active {
    background: #4E7C9C;
    box-shadow: 1px 1px 1px 0 #062135;
    border: 1px solid #4e7c9c;
    color: #FFF;
    display: block;
    text-decoration: none;
}

table#bakusaiMap td a span {
    bottom: 16px;
    display: block;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    font-size: 17px;
    line-height: 24px;
}

table#bakusaiMap td.oversea div {
    width: 65%;
}

table#bakusaiMap .noCell {
    background: transparent;
    border: none;
    z-index: -1;
}

table#bakusaiMap td.hokkaido,
table#bakusaiMap td.kanto,
table#bakusaiMap td.kansai,
table#bakusaiMap td.tokai,
table#bakusaiMap td.sanyo,
table#bakusaiMap td.kyushu {
    border-bottom: 5px solid transparent;
}

table#bakusaiMap td.okinawa {
    border-right: 5px solid transparent;
}

table#bakusaiMap td.oversea a {
    display: block;
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    width: auto !important;
}

table#bakusaiMap td.oversea div {
    background: #FFF;
    border-left: 4px solid #fff;
    border-top: 5px solid #fff;
    -webkit-box-shadow: -3px -3px 0 0 #505050, -3px 0 0 0 #505050, 0 -3px 0 0 #505050;
    box-shadow: -3px -3px 0 0 #505050, -3px 0 0 0 #505050, 0 -3px 0 0 #505050;
    padding: 0;
    position: relative;
    right: 0;
    text-align: center;
    top: -4px;
    width: -webkit-calc(100% - 5px);
    width: calc(100% - 5px);
}

table#bakusaiMap td a span.area_posts_count {
    font-size: 10pt;
    position: absolute;
    bottom: 1px;
    color: rgb(100, 100, 100);
    margin: auto;
    display: flex;
    left: 50%;
    width: max-content;
    transform: translateX(-50%) scale(0.6);
    background: rgba(0, 0, 0, 0.05);
    padding: 0 10px;
    line-height: 1.3;
}

.area_posts_count p {
    margin: 0 auto;
}

p.posts_count_posts {
    font-size: 10pt;
    transform: scale(0.8);
}

table#bakusaiMap td a:hover .area_posts_count,
table#bakusaiMap td a:active .area_posts_count {
    color: #fff;
}
/*地域分割*/

table#bakusaiMap tr#margin_honshu .noCell {
    height: 81px;
}
.split_area{
    position: absolute;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    width: 22%;
}
table#bakusaiMap td.noCell.tokai_kanto {
    width: 22%;
}
#tohoku {
    right: 2px;
    top: 108px;
}
#kyushu {
    left: 0px;
    top: 246px;
}
#kanto {
    right: 2px;
    top: 246px;
}
table#bakusaiMap td.area_flex {
    height: 60px;
    width: 100%;
    margin-bottom: 8px;
}
table#bakusaiMap td.area_flex a {
    min-height: 50px;
}
table#bakusaiMap td.area_flex a::after {
    margin: 3px auto 0 -2px;
}
table#bakusaiMap td.area_flex a span {
    bottom: 25px;
    left: 40px;
}
table#bakusaiMap td.area_flex a span.area_posts_count {
    bottom: 8px;
    left: 98px;
    padding: 0 2px;
}

/* April Fools */

table#bakusaiMap td.hokkaido_area a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_hokkaido_v1.png") no-repeat scroll center center;
}

table#bakusaiMap td.tohoku_area a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_tohoku_v1.png") no-repeat scroll center center;
}

table#bakusaiMap td.kanto_area a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_kanto_v1.png") no-repeat scroll center center;
}

table#bakusaiMap td.koshinetsu_area a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_koshinetsu_v1.png") no-repeat scroll center center;
}

table#bakusaiMap td.tokai_area a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_tokai_v1.png") no-repeat scroll center center;
}

table#bakusaiMap td.hokuriku_area a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_hokuriku_v1.png") no-repeat scroll center center;
}

table#bakusaiMap td.kansai_area a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_kansai_v1.png") no-repeat scroll center center;
}

table#bakusaiMap td.sanyo_area a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_sanyo_v1.png") no-repeat scroll center center;
}

table#bakusaiMap td.sanin_area a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_sanin_v1.png") no-repeat scroll center center;
}

table#bakusaiMap td.shikoku_area a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_shikoku_v1.png") no-repeat scroll center center;
}

table#bakusaiMap td.kyushu_area a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_kyushu_v1.png") no-repeat scroll center center;
}

table#bakusaiMap td.okinawa_area a::after {
    background: transparent url("https://img2.bakusai.com/p/img/icons/ico_okinawa_v1.png") no-repeat scroll center center;
}

table#bakusaiMap td.hokkaido_area,
table#bakusaiMap td.kanto_area,
table#bakusaiMap td.kansai_area,
table#bakusaiMap td.tokai_area,
table#bakusaiMap td.sanyo_area,
table#bakusaiMap td.kyushu_area {
    border-bottom: 10px solid transparent;
}

table#bakusaiMap td.kyushu_area,
table#bakusaiMap td.okinawa_area {
    border-right: 10px solid transparent;
}

.index_banner {
    position: absolute;
    top: 28px;
    left: 19%;
    z-index: 2;
}

.index_banner img {
    width: 110%;
}

/* 10億レス達成イベント */
.res10Billion_wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto 10px;
    position: relative;
    z-index: 100;
}
.res10Billion_wrapper img {
    width: auto;
    height: 100px;
}
.res10Billion_balloon {
    position: relative;
    background: var(--bakusai_blue);
    color: #fff;
    padding: 0 15px 7px;
    font-size: 60px;
    border-radius: 5px;
    margin: 15px 0px 15px 20px;
    font-weight: bold;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
}
.res10Billion_balloon::before {
    position: absolute;
    left: -14px;
    width: 15px;
    height: 30px;
    background: var(--bakusai_blue);
    clip-path: polygon(0 50%, 140% 0, 140% 100%);
    content: '';
}
.billion_img_wrap {
    position: relative;
}
.billion_chara_name {
    position: absolute;
    bottom: 3px;
    right: 20px;
    z-index: 100;
}
.Billion_balloon_wrap {
    position: relative;
}
.billion_posts {
    position: absolute;
    bottom: 39px;
    right: 16px;
    color: #fff;
}
img.billion_cracker_a,
img.billion_cracker_b,
img.billion_cracker_c {
    width: 80px;
}
img.billion_cracker_a {
    position: absolute;
    left: -50px;
    bottom: 16px;
}
img.billion_cracker_b {
    position: absolute;
    right: 13px;
    bottom: 17px;
}
img.billion_cracker_c {
    position: absolute;
    z-index: 100;
    right: -62px;
    bottom: 41px;
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
}
.billion_pege_link {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

/* 紙吹雪 */
.confetti {
    position: fixed;
    /* width: 80%;
    height: 88%; */
    z-index: 4;
}

.confetti span {
	position: fixed;
	top: -10%;
	left: 0;
	width: 1.5vw;
	height: 1vw;
	background: #FFF;
}

/* add animation */
.confetti span:nth-child(2n+1) {
	animation: confetti-anim-1 10s 0s linear infinite;
}

.confetti span:nth-child(2n+2) {
	animation: confetti-anim-2 10s 0s linear infinite;
}

/* side position */
.confetti span:nth-child(1) {
	left: 0%;
}

.confetti span:nth-child(2) {
	left: 2%;
}

.confetti span:nth-child(3) {
	left: 4%;
}

.confetti span:nth-child(4) {
	left: 6%;
}

.confetti span:nth-child(5) {
	left: 8%;
}

.confetti span:nth-child(6) {
	left: 10%;
}

.confetti span:nth-child(7) {
	left: 12%;
}

.confetti span:nth-child(8) {
	left: 14%;
}

.confetti span:nth-child(9) {
	left: 16%;
}

.confetti span:nth-child(10) {
	left: 18%;
}

.confetti span:nth-child(11) {
	left: 20%;
}

.confetti span:nth-child(12) {
	left: 22%;
}

.confetti span:nth-child(13) {
	left: 24%;
}

.confetti span:nth-child(14) {
	left: 26%;
}

.confetti span:nth-child(15) {
	left: 28%;
}

.confetti span:nth-child(16) {
	left: 30%;
}

.confetti span:nth-child(17) {
	left: 32%;
}

.confetti span:nth-child(18) {
	left: 34%;
}

.confetti span:nth-child(19) {
	left: 36%;
}

.confetti span:nth-child(20) {
	left: 38%;
}

.confetti span:nth-child(21) {
	left: 40%;
}

.confetti span:nth-child(22) {
	left: 42%;
}

.confetti span:nth-child(23) {
	left: 44%;
}

.confetti span:nth-child(24) {
	left: 46%;
}

.confetti span:nth-child(25) {
	left: 48%;
}

.confetti span:nth-child(26) {
	left: 50%;
}

.confetti span:nth-child(27) {
	left: 52%;
}

.confetti span:nth-child(28) {
	left: 54%;
}

.confetti span:nth-child(29) {
	left: 56%;
}

.confetti span:nth-child(30) {
	left: 58%;
}

.confetti span:nth-child(31) {
	left: 60%;
}

.confetti span:nth-child(32) {
	left: 62%;
}

.confetti span:nth-child(33) {
	left: 64%;
}

.confetti span:nth-child(34) {
	left: 66%;
}

.confetti span:nth-child(35) {
	left: 68%;
}

.confetti span:nth-child(36) {
	left: 70%;
}

.confetti span:nth-child(37) {
	left: 72%;
}

.confetti span:nth-child(38) {
	left: 74%;
}

.confetti span:nth-child(39) {
	left: 76%;
}

.confetti span:nth-child(40) {
	left: 78%;
}

.confetti span:nth-child(41) {
	left: 80%;
}

.confetti span:nth-child(42) {
	left: 82%;
}

.confetti span:nth-child(43) {
	left: 84%;
}

.confetti span:nth-child(44) {
	left: 86%;
}

.confetti span:nth-child(45) {
	left: 88%;
}

.confetti span:nth-child(46) {
	left: 90%;
}

.confetti span:nth-child(47) {
	left: 92%;
}

.confetti span:nth-child(48) {
	left: 94%;
}

.confetti span:nth-child(49) {
	left: 96%;
}

.confetti span:nth-child(50) {
	left: 98%;
}

/* colors */
.confetti span:nth-child(5n+1) {
	background: red;
}

.confetti span:nth-child(5n+2) {
	background: blue;
}

.confetti span:nth-child(5n+3) {
	background: green;
}

.confetti span:nth-child(5n+4) {
	background: pink;
}

.confetti span:nth-child(5n+5) {
	background: yellow;
}


/* animation-duration */
.confetti span:nth-child(4n+1) {
	animation-duration: 5s;
}

.confetti span:nth-child(4n+2) {
	animation-duration: 12s;
}

.confetti span:nth-child(4n+3) {
	animation-duration: 8s;
}

.confetti span:nth-child(4n+4) {
	animation-duration: 6s;
}


/* animation-delay */
.confetti span:nth-child(11n+1) {
	animation-delay: 0s;
}

.confetti span:nth-child(11n+2) {
	animation-delay: 9s;
}

.confetti span:nth-child(11n+3) {
	animation-delay: 2s;
}

.confetti span:nth-child(11n+4) {
	animation-delay: 5s;
}

.confetti span:nth-child(11n+5) {
	animation-delay: 6s;
}

.confetti span:nth-child(11n+6) {
	animation-delay: 7s;
}

.confetti span:nth-child(11n+7) {
	animation-delay: 3s;
}

.confetti span:nth-child(11n+8) {
	animation-delay: 1s;
}

.confetti span:nth-child(11n+9) {
	animation-delay: 2s;
}

.confetti span:nth-child(11n+10) {
	animation-delay: 11s;
}

.confetti span:nth-child(11n+11) {
	animation-delay: 10s;
}

/* animation */

@keyframes confetti-anim-1 {
	0% {
		top: -10%;
		transform: translateX(0) rotateX(0) rotateY(0);
	}

	100% {
		top: 100%;
		transform: translateX(20vw) rotateX(180deg) rotateY(360deg);
	}
}

@keyframes confetti-anim-2 {
	0% {
		top: -10%;
		transform: translateX(0) rotateX(0) rotateY(0);
	}

	100% {
		top: 100%;
		transform: translateX(-20vw) rotateX(180deg) rotateY(360deg);
	}
}

/* text */
.container p {
	position: absolute;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
}

/* 10億投稿達成画面の縮小  */
.index_res10Billion_wrapper{
    display: flex;
    justify-content: center;
    margin: 0 auto 10px;
    position: relative;
    z-index: 100;
}
.index_billion_img_wrap{
    position: relative;
}

.index_res10Billion_balloon {
    letter-spacing: 2px;
    position: relative;
    background: var(--bakusai_blue);
    color: #fff;
    padding: 2px 15px 9px;
    font-size: 1.6rem;
    border-radius: 5px;
    margin: 15px 0px 15px 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-feature-settings: "palt" 1;
}
strong#autoCounter {
    letter-spacing: 2px;
    margin: 0px 6px 0px 4px;
}

.index_res10Billion_wrapper img {
    width: auto;
    height: 60px;
}

.index_res10Billion_balloon::before {
    position: absolute;
    left: -10px;
    top: 2px;
    width: 15px;
    height: 30px;
    background: var(--bakusai_blue);
    clip-path: polygon(0 50%, 140% 0, 140% 100%);
    content: '';
}

.index_billion_chara_name {
    position: absolute;
    bottom: -1px;
    right: 0px;
    z-index: 100;
}

.index_Billion_balloon_wrap{
    position: relative;
}

.index_billion_posts {
    position: absolute;
    bottom: 24px;
    right: 16px;
    color: #fff;
}

.index_billion_pege_link {
    font-size: 12px;
    position: relative;
    top: 0px;
    right: 46px;
    font-weight: bold;
    text-align: right;
}
.mac {
    .index_billion_pege_link {
        right: 54px;
    }
}

/* 海外index 総投稿数 */
.areaPosts_index {
    font-size: 15px;
}

.areaPost_index_sub {
    font-size: 1rem;
}
div.overarea {
    margin: 30px auto;
}
div.overarea div.index_res10Billion_balloon {
    align-items: baseline;
    padding: 8px 16px;
    letter-spacing: normal;
}

/* index event banner */

div.event_index_banner {
    position: relative;
    width: 346px;
}

div.event_index_banner img {
    width: 100%;
}
div.event_index_banner p {
    margin: 0px !important;
    text-align: center;
    font-size: 14px;
    position: absolute;
    inset: 0;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* /index event banner */