@charset "utf-8";

/* CSS Document */
/********************************
*
*	爆サイ.com PC
*	http://bakusai.com
*	event.css
*	--------------------------
*	created:2023/08/31
*
********************************/

/* 10億投稿達成記念ページ */
#billion_container {
    margin: 0;
    background: #fff;
}

#billion_leadSentence {
    margin: 0 auto 20px;
    width: 60%;
}

h1#billion_title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background: none;
    color: #000;
    border: none;
    box-shadow: none;
    padding: 0 0 30px 0;
}

h2#billion_text {
    color: #000;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    font-weight: normal;
    margin: 0;
}

.billion_movie {
    padding: 20px;
    background: #000;
    max-width: max-content;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.chara_thankYou {
    text-align: center;
    margin: 40px auto 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #000;
    font-size: 23px;
    font-weight: bold;
}

img.billion_itokioTrio {
    width: 200px;
}

.chara_thankYou::before,
.chara_thankYou::after {
  background-color: #000;
  border-radius: 5px;
  content: "";
  height: 2px;
  width: 21px;
  display: block;
}
.chara_thankYou::before {
  margin-right: 5px;
  transform: rotate(60deg);
}
.chara_thankYou::after {
  margin-left: 5px;
  transform: rotate(-60deg);
}

.billion_img {
    text-align: center;
    margin: 0 auto 40px;
}

.billion_twitter_button {
    text-align: center;
    margin-top: 13px;
    position: relative;
    z-index: 10;
}

.res10Billion_wrapper.billion_chara_wrap {
    margin: 50px auto 0px;
}

.billion_chara_name.billion_chara_posi {
    bottom: -16px;
    font-size: 12px;
    font-weight: normal;
}