@charset "UTF-8";

.new {
    margin-bottom: 0.4rem;
}
.new_period {
    color: #fff;
    text-align: center;
    background-color: #0889a7;
    border-radius: 0.1rem;
    margin-bottom: 0.1rem;
    padding: 0.04rem;
}
.new .chara_wrap {
    position: relative;
}
.new .chara_img {
    width: 7.14rem;
    margin: 0 auto;
}
.new .chara_txt {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    line-height: 1.4;
    padding: 0.56rem 0.3rem 0.2rem 0.45rem;
}
.new .chara_txt > dt {
    font-weight: normal;
}
.new .chara_txt > dd {
    font-size: 0.4rem;
}
/* .star5 {
    background: url('../img/top_rarity_5.png') no-repeat .40rem .10rem/1.20rem auto;
}
.new .star5 {
    background: url('../img/top_rarity_5.png') no-repeat .40rem .10rem/1.55rem auto;
} */
.new .chara_icon {
    height: 2rem;
    position: absolute;
    right: 0.2rem;
    bottom: 0;
    z-index: 2;
}
.more_link {
    font-size: 0.2rem;
    color: #5a4600;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0.3rem;
}
.more_link > a {
    position: relative;
}
.more_link > a::before {
    position: absolute;
    content: '\25b6';
    left: -1em;
}
.new .more_link {
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
}
.btn_link {
    width: 6.63rem;
    margin: 0 auto;
}
.next {
    background: url('../img/top_next_chara_bg.png') no-repeat center 0 / contain;
    height: 3.94rem;
    padding-top: 0.2rem;
    margin-bottom: 0.45rem;
}
.next_period {
    height: 2.6em;
    text-align: center;
    color: #000;
    margin-bottom: 0.1rem;
    padding: 0 1em;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fehpass_link {
    margin-bottom: 0.45rem;
}
.chara_wrap {
    position: relative;
    margin-bottom: 0.1rem;
}
.chara_img {
    width: 7.14rem;
    margin: 0 auto;
}
.chara_txt {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    line-height: 1.4;
    padding: 0.45rem 0.3rem 0.2rem 0.45rem;
}
.chara_txt > dt {
    font-size: 0.2rem;
    font-weight: normal;
}
.chara_txt > dd {
    font-size: 0.34rem;
}
.chara_icon {
    height: 1.8rem;
    position: absolute;
    right: 0.2rem;
    bottom: -0.4rem;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.chara_icon > img {
    max-height: 100%;
    width: auto;
}
.archive_ttl {
    position: relative;
    font-size: 0.28rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.12rem;
    margin-bottom: 0.15rem;
}
.archive_ttl::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 0.09rem;
    background: url('../img/top_sub_ttl_line.png') no-repeat center top;
}
.archive_txt {
    text-align: center;
    margin-bottom: 0.2rem;
}

/* 作品絞り込みプルダウン */
.game_title_select_wrap {
    background: #fff;
    border-radius: 0.05rem;
    border: 0.02rem #9f9f9f solid;
    position: relative;
    z-index: 1;
    width: 7rem;
    margin: 0 auto 0.45rem;
}

.game_title_select_wrap::after {
    position: absolute;
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    right: 0.26rem;
    top: calc(50% - 0.05rem);
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #9f9f9f;
    border-right: 2px solid #9f9f9f;
    z-index: -1;
}

.game_title_select_wrap > select {
    color: #9f9f9f;
    font-size: 0.3rem;
    width: 100%;
    height: 100%;
    padding: 0.16rem 0.2rem;
}
.game_title_select_wrap > select .selector-hide {
    display: none;
}

.game_title_select_wrap > select .selector-hide {
    display: none;
}

.more_btn {
    color: #5a4600;
    font-size: 0.2rem;
    text-align: center;
    text-decoration: underline;
    padding-top: 0.2rem;
}
