@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@600;700&display=swap');

/* MEDIA QUARY
--------------------------------------- */

/* STRUCTURES
--------------------------------------- */
body {
    background: #eeeeee;
    min-width: 980px;
}


#container .wrap {
    margin: 0 auto;
    width: 980px;
    position: relative;
}

#container .wrap:before,
#container .wrap:after {
    content: "";
    display: table;
}

#container .wrap:after {
    clear: both;
}

#container .wrap {
    background: #FFFFFF;
    *zoom: 1;
}

#main {
    padding-bottom: 50px;
    float: right;
    width: 780px;
    min-height: 490px;
}

#side {
    padding-bottom: 130px;
    float: left;
    width: 200px;
}

.ctop #main {
    padding: 20px 0 50px 20px;
    float: left;
    width: 720px;
}

.ctop #side {
    padding: 20px 20px 50px 0;
    float: right;
    width: 200px;
}

#extra {
    float: right;
    width: 200px;
}

#article {
    margin: 20px 20px 0 20px;
    width: 740px;
}


/* HEADER
--------------------------------------- */
.p-header {
    background: #c7a649;
    position: relative;
    z-index: 99;
}

.p-header-menu {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
    align-items: center;
    height: 34px;
}

.p-header-menu__logo {
    position: absolute;
    top: 0;
    left: -90px;
    z-index: 1010;

}

.p-header-menu__other {
    display: flex;
    margin-right: 15px;
}

.p-header-menu__other li {
    margin: 0 0 0 15px;
}

.p-header-menu__other li a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
}

.p-header-menu__sns {
    background: #eeecef;
    position: relative;
    display: flex;
    align-items: center;
    height: 34px;
    padding-left: 50px;

    &::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #c7a649;
        clip-path: polygon(0 0, 100% 0, 0 100%);
        width: 36px;
        height: 34px;

    }
}

.p-header-menu__sns li {
    margin: 0 15px 0 0;
}
.p-header-menu__sns li img{
    vertical-align: middle;
}

.p-header-menu__fcid {
    height: 34px;
    background: #fddf03;
    display: flex;
    align-items: center;
}

.p-header-menu__fcid a {
    display: block;
    padding: 0 8px;
}

.p-header-menu__fcid img,
.p-header-menu__joshin img {
    vertical-align: middle;
}


/* GLOVAL NAV
--------------------------------------- */
.p-header-global-wrapper {
    background: #FFFFFF;
    height: 46px;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.25);
}

.p-header-global-inner {
    width: 980px;
    margin: 0 auto;
}


.p-header-global {
    width: 940px;
    height: 46px;
    margin: 0 auto 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-header-global__menu>a {
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: bold;
    display: block;
    font-size: 13px;
    transition: color .3s ease-out;
}

.p-header-global__menu>a span {
    position: relative;
    display: inline-block;
    height: 45px;
    line-height: 45px;
}

.p-header-global__menu>a span::after {
    width: 0;
    transition: all .3s ease-out;
}

.p-header-global__menu>a:hover {
    color: #c7a649;
}

.p-header-global__menu>a:hover span::after {
    position: absolute;
    content: "";
    height: 8px;
    background: #c7a649;
    width: 100%;
    bottom: -8px;
    left: 0;
    z-index: 1004;
    border-radius: 0 0 6px 6px;
}


.p-header-global__menu__wrapper {
    visibility: hidden;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 1001;
    width: 100%;
    background: #FFFFFF url(/img/2025/header/background_90th_logo.jpg) no-repeat top -50px right 0;
    background-size: auto 460px;
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    transition: .4s max-height ease-out, .3s opacity ease-out;
}

.p-header-global-background {
    display: block;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
}

.p-header-global-background.is-active {
    display: block;
}

.p-header-global__menu:hover .p-header-global__menu__wrapper {
    visibility: visible;
    opacity: 1;
    height: auto;
    max-height: 400px;
    border-top: 1px solid #c6a648;
	overflow: hidden;
}


.p-header-global__menu__inner {
    width: 980px;
    margin: 0 auto;
    padding: 50px 0 30px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

}

.p-header-global__menu__thumbnail {
    width: 300px;
    height: auto;
    margin: 0 50px 20px 0;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}


.p-header-global__menu__thumbnail a {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    position: relative;
}
.p-header-global__menu__thumbnail a::after{
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    bottom: 0;
    border-radius: 0 0 12px 12px;
}
.p-header-global__menu__thumbnail span {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: #FFFFFF;
    font-size: 14px;
    z-index: 100;
}

.p-header-global__menu__block {
    width: 210px;
}

.p-header-global__menu__block--wide {
    width: 330px;
}

.p-header-global__menu__heading {
    font-size: 14px;
    font-weight: bold;
    color: #c7a649;
    margin-bottom: 20px;
}

.p-header-global__menu__heading a {
    font-size: 14px;
    font-weight: bold;
    color: #c7a649 !important;
}

.p-header-global__submenu {
    margin: 0 0 10px 1em;
}

.p-header-global__submenu li {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.p-header-global__submenu li a {
    color: #000000;
}

.p-header-global__submenu li span {
    color: #999999;
}



/* BNR AREA
--------------------------------------- */
#bnrArea {
    width: 954px;
    margin: 0 auto;
    padding: 13px 13px 0;
    background-color: #000000;
}

#gtop #bnrArea {
    background-color: #353535;
}


/* FOOTER
--------------------------------------- */
.p-footer {
    background: #000000;
    border-top: 5px solid #FFE100;
}



.p-footer__inner {
    width: 980px;
    min-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;

}

.p-footer__sponsor__list {
    display: flex;
    margin-bottom: 20px;
}

.p-footer__sponsor__list li {
    width: 150px;
    margin-right: 20px;
}

.p-footer__sponsor__list li img {
    width: 100%;
    height: auto;
}

.p-footer__heading {
    font-family: "Titillium Web", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.p-footer__heading a {
    color: #FFFFFF !important;
    text-decoration: none !important;
}


.p-footer__menu {
    border-top: 1px solid #494949;
}

.p-footer__menu__list {
    display: flex;
}

.p-footer__menu__list li {
    margin: 0 25px 0 0;
}


.p-footer__menu__list li a {
    color: #999999;
    font-size: 12px;
}

.p-footer #copyrights {
    color: #999999;
    font-size: 12px;
    white-space: nowrap;
}



/* LOCAL NAV
--------------------------------------- */
#ln {
    padding-top: 30px;
}

#ln ul {
    padding: 11px 15px 40px 15px;
    width: 170px;
    background: #F4F4F4;
}

#ln li {
    padding: 0 1px;
    width: 168px;
    background: url("../../img/line_2.gif") bottom left repeat-x;
    line-height: 12px;
}

#ln li.long {
    line-height: 1.2;
}

#ln li a {
    display: block;
    padding: 12px 0 13px 15px;
    background: url("../../img/arrow_ln.gif") center left no-repeat;
    color: #000000;
    line-height: 1.2;
}

#ln li a.current {
    background: url("../../img/arrow_ln_o.gif") center left no-repeat;
}

#ln li span {
    display: block;
    padding: 12px 0 13px 15px;
    background: url("../../img/arrow_ln.gif") center left no-repeat;
    color: #999;
}

#ln li.low {
    background: url("../../img/line_2.gif") bottom left repeat-x;
}

#ln li.low a {
    display: block;
    padding: 12px 0 13px 34px;
    color: #000;
    background: url("../../img/arrow_ln_low.png") 20px 6px no-repeat;
    font-size: 10px;
}

#ln li.low a.current {
    background: url("../../img/arrow_ln_o.gif") 20px 12px no-repeat;
}

#ln li.off {
    color: #999;
    display: block;
    padding: 12px 0 13px 15px;
}

/* TOPIC PATH
--------------------------------------- */
#tp {
    padding-right: 15px;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

#tp a {
    color: #000000;
}

/* BACKGROUND SIDE LINK
--------------------------------------- */
#background-link-l,
#background-link-r {
    display: block;
    width: 120px;
    height: 670px;
    position: absolute;
    top: 0;
    text-indent: -9999px;
}

#background-link-l {
    left: -120px;
}

#background-link-r {
    right: -120px;
}