@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */

@import "/common/css/format.css";
@import "/common/css/layout.css";
@import "/common/css/common.css";

/* common layout
--------------------------------------- */
/*#fanclub #header{
    background:#fff;
    border-bottom:5px solid #FFE100;
}
#fanclub #header .base_wrap{
    margin-bottom:-5px;
}*/
#fanclub #container .wrap {
    width: 1000px;
}

#fanclub #main.ctop {
    width: 1000px;
    float: none;
    min-height: auto;
    font-size: 14px;
    padding: 0 0 90px 0;
    overflow: hidden;
}

#fanclub.fan_event #main.ctop {
    width: 970px;
    padding: 40px 15px 90px;
}

.fan_top .fc_logo_cont,
.fan_top .fan_main,
.fan_top .fan_nav {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"],
input[type="password"] {
    width: 168px;
    padding: 8px;
    border-radius: 5px;
}

input[type="text"]:focus,
input[type="password"]:focus {
    transition: all .3s;
    box-shadow: 0 0 7px #48abea;
}

#fanclub h5,
#fanclub dt.fc_tit2 {
    font-size: 25px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

#fanclub h5.fc_tit1 {
    padding-left: 75px;
    width: 925px;
    background: url(/fanclub/img/top/2019/tit_bg1.jpg) no-repeat;
    height: 56px;
}

#fanclub h5.fc_tit2,
#fanclub dt.fc_tit2 {
    background: url(/fanclub/img/top/2019/tit_bg2.jpg) no-repeat;
    text-align: center;
    height: 52px;
    width: 1000px;
}

#fanclub .block_inner {
    padding-top: 40px;
}

#fanclub .block_inner ul {
    overflow: hidden;
}

#fanclub .block_inner li {
    float: left;
}

#fanclub .caution {
    font-size: 15px;
    color: #ff0000;
}

/*==シーズン終了グレーアウト==*/
#fanclub .finish_cont {
    position: relative;
}

#fanclub .finish_cont:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#fanclub .finish_comment {
    font-size: 24px;
    padding-top: 30px;
    text-align: center;
    color: #CC0000;
}

#fanclub .finish_comment2 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px 15px;
    text-align: center;
    color: #CC0000;
}

/* top
--------------------------------------- */

/*=====slick_slider=====*/
.fan_top .slick-prev,
.fan_top .slick-next {
    z-index: 20;
    width: 40px;
    height: 60px;
}

.fan_top .slick-prev:before,
.fan_top .slick-next:before {
    content: "";
}

.fan_top .fan_main .top_img .slick-prev {
    left: 0;
    background: url(/fanclub/img/top/2019/prev_bt.png) no-repeat 0 0;
}

.fan_top .fan_main .top_img .slick-next {
    right: 0;
    background: url(img/top/2019/next_bt.png) no-repeat 0 0;
}

.fc_slider {
    opacity: 0;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
}

.slick-initialized {
    opacity: 1;
}


.slick-slide video {
    width: 100%;
    height: 100%;
}

/*========================*/
/*=========video==========*/
.fan_top #movie_cont {
    position: relative;
}

.fan_top #movie_cont .movie_link img {
    display: block;
}

.fan_top #fan_movie {
    top: 0;
    display: block;
    position: absolute;
    width: 760px;
    height: auto;
    outline: none;
    z-index: 2;
}

.fan_top .top_img .fc_link a {
    display: block;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    background: #000;
    color: #fff;
    padding: 8px;
    transition: all .5s;
}

.fan_top .top_img .fc_link a:hover {
    text-decoration: none;
    background: #fee100;
    color: #000;
}

/*========================*/
.fan_top .fc_logo_wrap {
    height: 76px;
    min-width: 1000px;
    background: url(/fanclub/img/logo_bg.jpg) repeat-x center 0;
}

.fan_top .fc_logo_cont {
    padding: 20px 0 0 20px;
}

.fan_top .fc_logo_cont>h2 {
    float: left;
}

.fan_top .fc_logo_cont>p {
    float: right;
}

.fan_top .fc_logo_cont>p.login_bt {
    margin-right: 12px;
}

.fan_top #container {
    background: #ffffe2;
}

.fan_top #fan_main_wrap {
    padding: 12px 0;
    background: url(img/top/main_bg.jpg) no-repeat center top;
    background-size: cover;
    height: 428px;
    overflow: hidden;
}

.fan_top .fan_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.fan_top .fan_main .top_img {
    width: 760px;
}

.fan_top .fan_main .top_img img {
    width: 100%;
    height: auto;
}

.fan_top .fan_main #fc_login {
    width: 220px;
    border: 2px solid #000;
    background: #e3e5e8;
}

.fan_top .fan_main .fc_login_inner {
    /*padding: 15px 18px;*/
    padding: 20px 18px;
}

.fan_top .fan_main #fc_login dl {
    /*margin-top: 10px;*/
    margin-top: 20px;
}

.fan_top .fan_main #fc_login dd {
    margin-top: 2px;
}

.fan_top .fan_main #fc_login .login input {
    margin-top: 15px;
    background: #ffe100 url(/fanclub/img/top/icon_login.gif) no-repeat 40px center;
    border-radius: 10px;
    width: 184px;
    padding: 10px 0 10px 20px;
    border-radius: 5px;
    border: 2px solid #000000;
    font-size: 16px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fan_top .fan_main #fc_login .mypage a {
    margin-top: 15px;
    background: #ffe100 url(/fanclub/img/top/icon_mypage.gif) no-repeat 10px center;
    border-radius: 10px;
    width: 184px;
    padding: 10px 0 10px 32px;
    border-radius: 5px;
    border: 2px solid #000000;
    font-size: 15px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    text-decoration: none;
}

.fan_top .fan_main #fc_login ul.link {
    margin-top: 15px;
}

.fan_top .fan_main #fc_login ul.link li a {
    background: transparent url(/fanclub/img/top/icon_arrow.gif) no-repeat left center;
    text-decoration: none;
    color: #000000;
    padding-left: 20px;
    font-size: 13px;
}

.fan_top .member_login {
    font-size: 15px;
    text-align: center;
}

.fan_top .member_login span.mypage {
    background: url(/fanclub/img/top/ico_mypage.gif) no-repeat left center;
    background-size: 18px auto;
    padding-left: 26px;
    font-size: 15px;
    min-height: 24px;
}

/*=====navi=====*/
.fan_top #fan_nav_wrap {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #fff;
}

.fan_top .fan_nav ul {
    display: table;
    width: 100%;
    border-left: 1px solid #000;
    box-sizing: border-box;
}

.fan_top .fan_nav li {
    display: table-cell;
    border-right: 1px solid #000;
    text-align: center;
    width: 16.6666%;
    position: relative;
}

.fan_top .fan_nav li a {
    display: block;
    padding: 10px 0;
    background: #FEE100;
    color: #000;
    font-size: 14px;
}

.fan_top .fan_nav li a:hover {
    text-decoration: none;
}

.fan_top .fan_nav li a::after {
    position: absolute;
    content: "";
    display: block;
    top: 2px;
    right: 2px;
    border-top: 5px solid #FFF;
    border-right: 5px solid #FFF;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}

.fan_top .fan_nav li span {
    display: block;
    padding: 10px 0;
    background: #BABABA;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.fan_top .fan_nav li span::after {
    position: absolute;
    content: "";
    display: block;
    top: 2px;
    right: 2px;
    border-top: 5px solid #666666;
    border-right: 5px solid #666666;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}

.fan_top .fan_nav li img {
    height: 40px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.fan_top .fan_nav li span img{
    opacity: 0.5;
}

/*=============*/
.fan_top #main.ctop {
    background: #ffffe2;

}

.fan_top .fc_topics {
    margin: 40px 0;
}

.fan_top .emergency_topics,
.fan_top .emergency_links {
    margin-top: 10px;
    color: #ff0000;
    font-size: 15px;
    padding: 10px;
    background: #fff;
    border: solid 2px #ff0000;
    border-radius: 5px;
}

.fan_top .emergency_topics a.link {
    padding: 1px 0 1px 25px;
    background: url(/img/arrow_others_normal.gif) center left no-repeat;
    color: #0066CC;
}

.fan_top .emergency_links {
    padding: 15px 20px 15px 10px;
    display: block;
    position: relative;
}

.fan_top #main .emergency_topics:first-of-type {
    margin-top: 25px;
}

.fan_top .emergency_links:after {
    content: "\025b6\00a0";
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}

/*.fan_top .emergency_links:hover{
    background:#ff5253;
    color:#fff;
    text-decoration:none;
}*/
.fan_top #fc_news_wrap {
    margin-top: 40px;
}

.fan_top #fc_news_wrap,
.fan_top .fc_news_cont li {
    overflow: hidden;
}

.fan_top .fc_news_cont {
    width: 780px;
    float: left;
}

.fan_top #sp-banner {
    float: right;
}

.fan_top .fc_news_cont .news_detail {
    width: 760px;
    margin-top: 25px;
    margin-bottom: 10px;
}

/*
.fan_top .fc_news_cont li{
    font-size:14px;
    padding-bottom:10px;
}
.fan_top .fc_news_cont span{
    display:block;
    float:left;
}
.fan_top .fc_news_cont .date{
    width:85px;
}
.fan_top .fc_news_cont .title{
    width:640px;
    padding-left:10px;
}
.fan_top .fc_news_cont li a{
    text-decoration:underline;
    color:#000;
}
*/
.fan_top .news_detail table {
    margin-bottom: 10px;
}

.fan_top .news_detail th {
    width: 85px;
    font-weight: normal;
    vertical-align: top;
}

.fan_top .news_detail td {
    width: 640px;
    padding-left: 10px;
}

.fan_top .news_detail td a {
    color: #000;
    text-decoration: underline;
}

.fan_top .fc_news_cont .news_list {
    text-align: right;
    margin-right: 45px;
}

.fan_top #fc_campaign,
.fan_top #fc_enjoy,
.fan_top #support_day,
.fan_top #kids_event {
    margin-top: 40px;
}

.fan_top #fc_campaign li:first-child {
    margin-right: 24px;
}

.fan_top #fc_enjoy li {
    margin: 0 0 20px 14px;
}

.fan_top #fc_enjoy li:nth-child(3n+1) {
    margin-left: 0;
}

.fan_top #support_day .caution {
    padding-top: 20px;
    text-align: center;
}

.fan_top .support_day_list,
.fan_top .kids_event_list {
    overflow: hidden;
    padding-top: 25px;
}

.fan_top .support_day_list dl,
.fan_top .kids_event_list dl {
    width: 490px;
    border: 1px solid #c3c5c8;
    display: table;
    background: #fff;
    padding: 12px 0;
    border-radius: 5px;
    box-sizing: border-box;
}

.fan_top .support_day_list dl,
.fan_top .kids_event_list>div {
    float: left;
    width: 490px;
}

.fan_top .support_day_list dl:nth-child(2n),
.fan_top .kids_event_list>div:nth-child(2n) {
    float: right;
}

.fan_top .support_day_list dl:nth-child(n+3),
.fan_top .kids_event_list>div:nth-child(n+3) {
    margin-top: 15px;
}

.fan_top .support_day_list dt,
.fan_top .support_day_list dd,
.fan_top .kids_event_list dt,
.fan_top .kids_event_list dd {
    display: table-cell;
    position: relative;
}

.fan_top .support_day_list dd span,
.fan_top .kids_event_list dd span {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle
}

.fan_top .support_day_list dd .stadium,
.fan_top .kids_event_list dd .stadium {
    background: #535558;
    padding: 1px 10px;
    font-size: 17px;
    color: #fff;
    max-width: 90px;
}

.fan_top .support_day_list dd span:first-child,
.fan_top .kids_event_list dd span:first-child {
    margin-right: 8px;
}

.fan_top .support_day_list dt,
.fan_top .kids_event_list dt {
    font-size: 13px;
    width: 275px;
    padding-left: 15px;
    border-right: 1px dotted #c3c5c8;
    vertical-align: middle;
}

.fan_top .support_day_list dt span,
.fan_top .kids_event_list dt span {
    font-size: 16px;
    font-weight: bold;
}

.fan_top .support_day_list dd,
.fan_top .kids_event_list dd {
    padding-left: 20px;
    vertical-align: middle;
    letter-spacing: -0.4em;
}

#foot_cont_list_wrap {
    background: #e3e5e8;
    padding: 20px 0;
}

.fan_top .foot_cont_list {
    padding-left: 30px;
    overflow: hidden;
    width: 946px;
    margin: 0 auto;
}

.fan_top .foot_cont_list>p,
.fan_top .foot_cont_list>ul {
    display: inline-block;
    vertical-align: middle;
}

.fan_top .foot_cont_list>p {
    font-size: 16px;
    font-weight: bold;
    border: solid 1px #000;
    padding: 9px 15px;
    letter-spacing: 1px;
}

.fan_top .foot_cont_list>ul {
    padding-left: 30px;
    overflow: hidden;
}

.fan_top .foot_cont_list li {
    float: left;
}

.fan_top .foot_cont_list li a {
    color: #000;
    border-right: 1px solid #000;
    font-size: 14px;
    padding: 0 15px;
}

.fan_top .foot_cont_list li:first-child a {
    padding-left: 0;
}

.fan_top .foot_cont_list li:last-child a {
    padding-right: 0;
    border-right: none;
}

/*=====outline=====*/
.outline #container,
.admission #container,
.automatic_update #container,
.ticket_vacantseat #container,
.fan_event #container {
    background: #fff;
}

.outline .entry_wrap {
    height: 110px;
    background: url(join/2019/outline/img/entry_bg.gif) repeat-x center top;
}

.outline .entry {
    width: 1000px;
    margin: 0 auto;
    padding-top: 25px;
}

.outline .entry ul {
    overflow: hidden;
    padding-left: 200px;
}

.outline .entry li {
    float: left;
}

.outline .entry li:first-child {
    margin-right: 20px;
}

.outline #member_detail {
    margin-top: 15px;
}

.outline #member_detail table {
    width: 100%;
    font-size: 18px;
}

.outline #member_detail td img {
    vertical-align: middle;
    padding-left: 10px;
}

.outline #member_detail th,
.outline #member_detail td {
    padding: 30px 0 30px 5px;
    border-bottom: solid 1px #c3c5c8;
    vertical-align: top;
}

.outline #member_detail tr:nth-child(3) td {
    border-bottom: none;
}

.outline #member_detail th {
    padding-right: 25px;
}

.outline #member_detail td+td {
    width: 230px;
}

.outline #benefits_list {
    margin-top: 45px;
}

.outline #membership_type {
    margin-top: 30px;
}

.outline #how_to_apply {
    margin-top: 60px;
}

.outline #benefits_list ul,
.outline #membership_type ul {
    padding-top: 40px;
    overflow: hidden;
}

.outline #how_to_apply ul,
.admission #new_entry ul,
.admission #continuing ul,
.admission #process ol {
    padding-top: 30px;
    overflow: hidden;
}

.outline #benefits_list li,
.outline #membership_type li,
.outline #how_to_apply li,
.admission #new_entry li,
.admission #continuing li {
    float: left;
}

.outline #membership_type li,
.outline #how_to_apply li,
.admission #new_entry li,
.admission #continuing li {
    margin-right: 12px;
}

.outline #membership_type li:last-child,
.outline #how_to_apply li:last-child,
.admission #new_entry li:last-child,
.admission #continuing li:last-child {
    margin: 0;
}

.outline #benefits_list li {
    margin-bottom: 10px;
}

.outline #benefits_list li:nth-child(odd) {
    margin-right: 40px;
}

.outline #how_to_apply>p {
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
}

.outline #how_to_apply>p img {
    padding-right: 10px;
    vertical-align: middle;
}

/*=====admission=====*/
.admission h3,
.automatic_update h3,
.ticket_vacantseat h3 {
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    padding-top: 30px;
}

.admission #new_entry {
    margin-top: 30px;
}

.admission #continuing,
.admission #process {
    margin-top: 50px;
}

.admission #new_entry h6,
.admission #continuing h6 {
    background: #ffe100;
    text-align: center;
    line-height: 35px;
}

.admission #new_entry h6 img,
.admission #continuing h6 img,
.automatic_update .update_detail h6 img {
    vertical-align: middle;
    padding-right: 10px;
}

.admission #process li {
    font-size: 15px;
    padding-bottom: 10px;
}

.admission #process li:last-child {
    padding-top: 15px;
    text-align: center;
}

/*=====automatic_update=====*/
.automatic_update #update_info {
    padding-top: 20px;
}

.automatic_update .check {
    font-size: 27px;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
}

.automatic_update .check img {
    vertical-align: top;
    padding-right: 10px;
}

.automatic_update .auto_choice {
    margin-top: 25px;
    text-align: center;
}

.automatic_update .update_detail>div {
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px dotted #c3c5c8;
}

.automatic_update .update_detail h6 {
    font-size: 20px;
    margin-bottom: 10px;
}

.automatic_update .check_list {
    overflow: hidden;
    padding-top: 30px;
    letter-spacing: -0.4em;
}

.automatic_update .check_list dl {
    width: 485px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: normal;
    vertical-align: middle;
}

.automatic_update .check_list dl:first-child {
    margin-right: 30px;
}

.automatic_update .check_list dt,
.automatic_update .check_list dd {
    display: table-cell;
    vertical-align: middle;
}

.automatic_update .check_list dt {
    width: 220px;
    padding-right: 10px;
    position: relative;
}

.automatic_update .check_list dt p {
    color: #fe0000;
    padding: 15px 5px;
    text-align: center;
    border: 1px solid #000;
    width: 190px;
}

.automatic_update .check_list dd {
    padding-left: 45px;
    background: url(join/2019/automatic_update/img/arrow_ico.gif) no-repeat left center;
}

/*=====ticket_vacantseat=====*/
.ticket_vacantseat h3 span {
    font-size: 29px;
    padding: 3px 20px;
    border: solid 3px #000;
}

.ticket_vacantseat #information {
    padding-top: 30px;
}

.ticket_vacantseat #information>div+div {
    margin-top: 40px;
}

.ticket_vacantseat .info_block dd {
    border: solid 2px #000;
    border-top: none;
}

.ticket_vacantseat .info_block a {
    position: relative;
    display: table;
    width: 795px;
    padding: 15px 65px 15px 136px;
    background: url(img/ticket_vacantseat/tracky_bg.png) no-repeat 35px 5px;
    min-height: 66px;
    font-size: 20px;
    color: #111;
}

.ticket_vacantseat .info_block a span {
    display: table-cell;
    vertical-align: middle;
}

.ticket_vacantseat .info_block a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 28px;
    width: 30px;
    height: 30px;
    background: url(img/ticket_vacantseat/link_arrow.png) no-repeat 0 0;
    margin-top: -15px;
}

.ticket_vacantseat p.notice {
    margin-top: 40px;
    margin-bottom: 5px;
    text-align: center;
    background-color: #CC0000;
    color: #ffffff;
    padding: 10px;
}

.ticket_vacantseat #other_ticket {
    padding-top: 60px;
}

.ticket_vacantseat #other_ticket ul {
    padding-top: 40px;
    overflow: hidden;
}

.ticket_vacantseat #other_ticket li {
    float: left;
}

.ticket_vacantseat #other_ticket li:nth-child(2n) {
    float: right;
}