*{padding: 0; margin: 0; list-style: none; line-height: 1.0em;}
a{text-decoration: none;}
img,table,iframe{border: none; font-size: 6px;}
html{scroll-behavior: smooth;}
body {
    background-color: #111;
    font-family: Arial, "游ゴシック Medium", "Yu Gothic Medium", "YuGothicM", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 12px;
    color: white;
}

.noDis,.sp_noDis{display: none;}
.visHid{visibility: hidden;}

header{
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 10px 15px;
    background-color: #2e2d32;
}
#top_hd_wrap{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
#top_hd_l, #top_hd_r{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
#hd_logo_img{
    display: block;
    height: 30px;
    margin-right: 10px;
}
#hd_logo{
    color: #fff;
    font-family: "Anton", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 0;
}
#hd_logo em{
    display: inline-block;
    font-family: "Anton", sans-serif;
    font-size: 9px;
    margin-bottom: 3px;
}
#hd_logo span{
    display: inline-block;
    background: linear-gradient(45deg, #8c7537 0%, #dbb00b 45%, #fde79d 70%, #dbb10c 85%, #bc7f04 90% 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top_hd_ban{
    display: none;
    height: 30px;
    aspect-ratio: 49 / 13;
}
.top_hd_ban:first-child{margin-right: 10px;}
.top_hd_ban img{height: 30px;}
@media (hover: hover) {
    .top_hd_ban:hover img{
        filter: grayscale(30%);
        transform: translateY(1px);
    }
}
nav{
    box-sizing: border-box;
    width: 100%;
    overflow-x: scroll;
    background-color: #2e2d32;
    color: #111;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 5px 5px #333;
    padding-top: 2px;
}
#hd_menu{
    width: 260%;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    column-gap: 2px;
    margin: 0 2px;
}
#hd_menu li a{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    background-color: #ddd;
    border-radius: 5px 15px 0 0;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #2e2d32;
    text-align: center;
    padding: calc(3px + 1em) 0;
    position: relative;
    
}
@media (hover: hover) {
    #hd_menu li a:hover, #hd_menu li a:hover::before{color: #0e77d0;}
}
#hd_menu li a::before{
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #111;
    padding-right: 0.5em;
}
.menu_news::before{content: '\f1ea';}
.menu_sche::before{content: '\f133';}
.menu_rslt::before{content: '\f6de';}
.menu_rost::before{content: '\f2bb';}
.menu_champ::before{content: '\f521';}
.menu_hist::before{content: '\f02d';}
.menu_goods::before{content: '\f553';}
#hd_menu li a.nav_active{
    pointer-events: none;
    background-color: #999;
    color: #2e2d3299;
}
#hd_menu li a.nav_active::before{color: #2e2d3299;}
#hd_menu li a.nav_active::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #0e77d0;
    bottom: 0;
    transform: scale(1, 1);
    transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
}
.nav_active{background-color: #aaa;}

#secSlide_wrap,#secSwipe_wrap{
    margin-bottom: 50px;
    background-color: #e6e6e6;
    overflow: hidden;
}
#secSlide_wrap{padding-bottom: 20px;}
#secSwipe_wrap{padding-bottom: 0;}
.slide_box{position: relative;}
.slide_box .slideText{
    display: none;
    position: absolute;
    bottom: 0; left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 10px;
    background: linear-gradient(transparent, #e6e6e6 50%);
}
.slick-active .slideText{display: block;}

#secWrap{
    width: 100%;
    min-height: 100vh;
    margin: 0 auto 100px;
}
.secList{    
    display: grid;    
    column-gap: 10px;
    row-gap: 25px;
    padding: 0 15px;
}
.sec_grid2,.sec_grid3,.sec_grid4_sche{grid-template-columns: repeat(1, 1fr);}
.sec_grid4{grid-template-columns: repeat(2, 1fr);}
.sec_ttl{
    display: flex;
    align-items: center;
    padding: 0.5em 0.7em;
    background: linear-gradient(to bottom, #f2f2f2 50%, #e6e6e6 50%);
    font-family: "Anton", sans-serif;
    font-size: 16px;
    color: #2e2d32;
    font-weight: normal;
    border-radius: 5px;
    margin: 25px 15px;
}
.sec_ttl::before {
    display: inline-block;
    width: 5px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #0e77d0;
    content: '';
}
.sec_ttl img{
    width: 20px;
    transform: translateY(-1px);
}
#resp_wrap{
    background: linear-gradient(to bottom, #250a15, #4b0208);
    background-attachment: fixed;
}
#resp_box{
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    padding: 50px 0;
}
#respSlide_wrap{padding: 0 15px 15px;}
#resp_link_box{
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#foot_wrap{
    background-color: #2e2d32;
    width: 100%;
}
footer{
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px 25px;   
}
#ft_sns{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
#ft_sns li a{
    display: inline-block;
    font-size: 14px;
    color: #111;
    background-color: #aaa;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
@media (hover: hover) {
    #ft_sns li a:hover{background-color: #eee;}
}
#ft_mid{
    border-top: solid 1px #aaa;
    margin: 25px 0;
    display: flex;
    flex-flow: row wrap;
}
#ft_img{
    width: 100%;
    text-align: center;
}
#ft_img img{width: 50%;}
#ft_menu{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    align-content: center;
    row-gap: 1.5em;
}
#ft_menu li:nth-child(odd){text-align: right;}
#ft_menu li:nth-child(even){text-align: left;}
#ft_menu li a{
    font-family: "Ubuntu", sans-serif;
    font-size: 11px;
    color: #ddd;
    padding: 10px;
}
@media (hover: hover) {
    #ft_menu li a:hover{
        color: #b57722;
        text-decoration: underline;
        text-underline-offset: 3px;
    }
}
#copywright{    
    width: 100%;
    text-align: center;
    font-family: 'Courier New', monospace;
    font-size: 9px;
    color: #999;
    line-height: 1.4em;
    margin-top: 1em;
}


/* rosterSlidePannel */
/* パネル本体 */
.wrestler-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transform: translateY(calc(100% + 60px));
    transition: transform 0.3s ease-in-out;
}
.wrestler-panel.active {transform: translateY(0);}
.panel-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.panel-content {
    background: #fff;
    border-radius: 20px 20px 0 0;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
}
/* パネルヘッダー */
.panel-header {
    position: absolute;
    top: -40px; /* パネルの上に配置 */
    right: 15px;
    z-index: 11;
    background: none;
    padding: 0;
}
.panel-close {
    background-color: #ffffffdd;
    border: none;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 3px 0.5em;
    line-height: 1;
    display: flex;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;    
}
.panel-close span {    
    font-size: 12px;
    letter-spacing: 1px;
    margin-left: 0.5em;
}
@media (hover: hover) {
    .panel-close:hover {
        background-color: #ffffffff;
        color: #000;
    }
}
/* パネルボディ */
.panel-body {padding: 15px;}
.wrestler-info {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.wrestler-image {flex: 0 0 25%;}
.wrestler-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.wrestler-details {flex: 1;}
.wrestler-details #sub-info{
    font-size: 8.5px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
}
.wrestler-details #sub-info span{
    line-height: 1.2em;
    background-color: #323537;
    padding: 0.3em 1.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
}
.wrestler-details #sub-info span#panel-champion{background-color: darkgoldenrod;}
.wrestler-details h2 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}
/* 情報グリッド */
.info-grid {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}
.info-item {
    display: flex;
    align-items: center;
    font-size: 9px;
    padding: 0 0.5em 5px;
    border-bottom: solid 1px #666;
}
.info-item label {
    font-weight: bold;
    color: #666;
    margin-right: 10px;
}
.info-item span {color: #333;}
#panel-height::after,#panel-weight::after{margin-left: 0.25em;}
#panel-height::after{content: "cm";}
#panel-weight::after{content: "kg";}
/* SNSリンク */
.social-links {
    display: flex;
    gap: 15px;
    margin: 20px 0;
}
.social-links a {
    background: #69787f;
    font-size: 14px;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (hover: hover) {
    .social-links a:hover {background-color: #aaa;}
}
/* チャンピオン歴 */
.champion-history{
    width: calc(125% + 10px);
    transform: translateX(-25%);
    background-color: #ccc;
    padding: 10px;
    margin-left: -10px;
}
.champion-history h3 {
    font-family: "Ubuntu", sans-serif;
    font-size: 10px;
    color: #333;
    margin-bottom: 10px;
}
.champion-history ul {padding: 0;}
.champion-history li {
    list-style: disc;
    font-size: 9px;
    color: #333;
    margin-left: 1.5em;
    margin-bottom: 5px;
    line-height: 1.2em;
}
.champion-history li span{
    font-size: 9px;
    color: #666;
    margin: 0 0.25em;
}
.champion-history li span::before{content: "(";}
.champion-history li span::after{content: ")";}
@media screen and (max-width: 480px) {
    
}