@charset "utf-8";
/*======================


お気に入り用css
tw2022_character.css
2022/10


======================*/

/*------------------------
全体
--------------------------*/
.inner {
  width: 1080px;
  margin: 0 auto 120px;
  padding: 45px 40px;
  box-shadow: 0 0 10px 3px rgba(0,0,0,.08);
}
.fav_cont_inner{
    margin-bottom: 100px;
}
.fav_cont_inner:last-child{
    margin-bottom: 0;
}
/*------------------------
見出し
--------------------------*/
.sec_ttl{
    font-size: 45px;
    font-weight: bold;
    color: #292929;
    margin-bottom: 45px;
    text-align: center;
}
.sec_ttl_2{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #292929;
    margin-bottom: 45px;
    padding: 20px 30px;
    -webkit-clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
}
.sec_subttl{
    position: relative;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #d12c26;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.sec_subttl:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 55px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d12c26;
}

.maintxt{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.subtxt{
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 50px;
}

/*------------------------
ボタン
--------------------------*/
.btn_list{
    display: flex;
    justify-content: center;
    width: 1080px;
    margin: 30px auto 60px;
}
.btn_list .btn_link{
    margin: 10px;
}
.btn_list .btn_link a:after{
    transform: translateY(-50%) rotate(90deg);
}
.fav_cont .btn_link a{
    background: #d12c26;
    color: #fff;
    font-size: 14px;
    padding: 20px 35px 20px 15px;
}
.fav_cont .btn_link a:hover{
    background: #fff;
    color: #d12c26;
}
.fav_cont .btn_link a:after{
    background: #fff;
    transform: translateY(-50%) rotate(90deg);
}
.fav_cont .btn_link a:hover:after{
    background: #d12c26;
}
.fav_cont_inner .btn_wrap{
    display: flex;
    justify-content: center;
}
.fav_cont_inner .btn_wrap .btn_link{
    margin: 0 30px;
}
.fav_cont_inner .btn_link a{
    padding: 20px 15px 20px 35px;
}
.fav_cont_inner .btn_link a:after {
    display: none;
}
.fav_cont_inner .btn_link a span{
    position: relative;
}
.fav_cont_inner .btn_link a span:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    background: #fff;
}
.fav_cont_inner .btn_link.update a span:after{
    width: 24px;
    height: 20px;
    mask: url(https://tamashiiweb.com/img/common/ico_update.png) no-repeat center center;
    -webkit-mask: url(https://tamashiiweb.com/img/common/ico_update.png) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.fav_cont_inner .btn_link.reset a span:after{
    width: 22px;
    height: 16px;
    mask: url(https://tamashiiweb.com/img/common/ico_reset.png) no-repeat center center;
    -webkit-mask: url(https://tamashiiweb.com/img/common/ico_reset.png) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.fav_cont_inner .btn_link a:hover span:after{
    background: #d12c26;
}


/*------------------------
スライダー
--------------------------*/
.fav_cont .slider_wrap{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-clip-path: polygon(4% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(4% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.fav_cont .cont_slider{
    width: 96%;
    padding-top: 40px;
}
.fav_cont .swiper-slide{
    position: relative;
	height: auto;
	width: 25%;
}
.fav_cont .cont_slider .slider_nav_wrap{
    width: 380px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.fav_cont .slider_nav_wrap .swiper-button-prev,
.fav_cont .slider_nav_wrap .swiper-button-next{
    top: 25px;
    width: 15px;
    height: 15px;
}

.fav_cont .swiper-button-next:before,
.fav_cont .swiper-button-prev:before {
    background: #DC000C;
}

.fav_cont .cont_slider .swiper-pagination.swiper-pagination-progressbar{
    width: 300px;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FF4D4D;
}
.fav_cont .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background-color: #838383;
}


.fav_cont .cont_slider.less_center .swiper-wrapper {
    justify-content: center;
}
.fav_cont .cont_slider .swiper-slide{
    height: auto;
}
.fav_cont .cont_slider .lists{
    position: relative;
    margin-right: -15%;
    height: 100%;
}
.fav_cont .cont_slider .lists label {
    display: flex;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
    position: relative;
}
.fav_cont .cont_slider .lists input[type=checkbox]{
    display: none;
}
.fav_cont .cont_slider .lists label:before {
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    background: url(https://tamashiiweb.com/img/common/ic_check.png) no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    top: -13px;
    right: -7px;
    z-index: 1;
}
.fav_cont .cont_slider .lists input[type=checkbox]:checked + label:before {
    opacity: 1;
}
.fav_cont .cont_slider .lists .thum_wrap{
    position: relative;
    margin-bottom: 15px;
}
.fav_cont .cont_slider .lists .thum_wrap:after{
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    bottom: -5px;
    right: -5px;
    width: 100%;
    background-color: #DC000C;
    -webkit-clip-path: polygon(20% 0%, 95% 0%, 80% 100%, 5% 100%);
    clip-path: polygon(20% 0%, 95% 0%, 80% 100%, 5% 100%);
    z-index: -1;
    transition: all .2s;
}
.fav_cont .cont_slider .lists:hover .thum_wrap:after{
    transform: translate(-10px,-10px);
}
.fav_cont .cont_slider .lists .thum{
   -webkit-clip-path: polygon(20% 0%, 95% 0%, 80% 100%, 5% 100%);
    clip-path: polygon(20% 0%, 95% 0%, 80% 100%, 5% 100%);
    overflow: hidden;
}
.fav_cont .cont_slider .lists .thum img{
    position: relative;
    width: 100%;
}
.fav_cont .cont_slider .lists:hover .thum img{
    opacity: 1;
}
.fav_cont .cont_slider .lists .text{
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    margin-right: 15%;
    font-weight: bold;
}
.fav_cont .cont_slider .lists:hover .text{
    color: #DC000C;
}

.fav_flow{
    display: flex;
    margin-bottom: 60px;
}
.flow_item{
    width: 50%;
    position: relative;
    margin-right: 80px;
}
.flow_item:nth-of-type(2n){
    margin-right: 0;
}

.flow_item:after{
    position: absolute;
    top: 45%;
    right: -45px;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 3px solid #c4151d;
    border-right: 3px solid #c4151d;
    transform: rotate(-45deg);
}
.flow_item:last-of-type:after{
    display: none;
}
.flow_item .img{
    text-align: center;
    margin-bottom: 20px;
}
.flow_item .txt{
    text-align: center;
}



.notice{
    margin: 90px auto 15px;
}
.notice ul li{
    margin-bottom: 10px;
    padding-left: 1em;
    position: relative;
}
.notice ul li:last-of-type{
    margin-bottom: 0;
}
.notice ul li:before{
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}
.notice ul li a{
    text-decoration: underline;
}
.notice ul li a:hover{
    text-decoration: none;
}

#fav_pickup{
    margin-bottom: 90px;
}
#chara_list{
    margin-bottom: 60px;
}
.ac_parent{
    background: #292929;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding: 10px 20px;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}
.ac_parent:after{
    position: absolute;
    top: 47%;
    right: 20px;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: all .3s;
}
.ac_parent:hover:after{
    transform: translateY(-20%) rotate(45deg);
}
.ac_parent.open:after{
    transform: translateY(-10%) rotate(-135deg);
}
.ac_parent.open:hover:after{
    transform: translateY(-40%) rotate(-135deg);
}

.ac_child{
    display: none;
}
.ac_child .chara_check_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 25px;
}
.ac_child .chara_check_list li {
    width: 48%;
    margin-bottom: 10px;
}
.ac_child input[type=checkbox] {
    display: none;
}
.ck_label{
    position: relative;
    padding: 5px 30px;
    cursor: pointer;
    display: block;
}
.ck_label:before{
    width: 15px;
    height: 15px;
    left: 5px;
    border: 1px solid #292929;
    margin-top: -8px;
}
.ck_label:hover{
    color: #d12c26;
}
.ck_label:hover:before{
    border-color: #d12c26;
}
.ck_label:after,
.ck_label:before{
    position: absolute;
    content: '';
    top:50% ;
    transition: all .2s;
}
.ck_label::after {
    position: absolute;
    width: 6px;
    height: 10px;
    top: 50%;
    left: 9px;
    border-right: 3px solid #d12c26;
    border-bottom: 3px solid #d12c26;
    content: '';
    margin-top: -7px;
    opacity: 0;
    transform: rotate(45deg);
}
.ac_child input[type=checkbox]:checked + .ck_label::after {
    opacity: 1;
}
span.cname_en {
    display: block;
    line-height: 1.2;
    padding-left: 5px;
}
span.cname_ch_wrap {
    display: block;
    line-height: 1.2;
    padding-left: 5px;
}
span.cname_cht, span.cname_chs {
    display: inline-block;
    font-size: 0.84em;
    line-height: 1.2;
    margin-right: 1.1em;
    margin-top: 5px;
}