*{padding: 0;margin: 0;list-style: none;line-height: 1.5em;}
a{text-decoration: none;}
img,table,iframe{border: none; font-size: 6rem;}
html{
    scroll-behavior: smooth;
    font-size: 10%;
}
body{
    background-color:#000;
    font-family: Arial, "游ゴシック Medium", "Yu Gothic Medium", "YuGothicM", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 100%;
    color:#fff;
    overflow-y: scroll;
    height: 100vh;
}
nav{
    position: fixed;
    z-index: 100;
    width: 100%;
    border-bottom: ridge 3px red;
    background-color: #000;
}
#aiw_hd_menu{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOSでの滑らかなスクロール */
}
#aiw_hd_menu li{
    flex: 0 0 auto;
    width: auto;
    box-sizing: border-box;
    border-right: solid 1px #e8eced;
    margin: 10px 0;    
    text-align: center;
}
#aiw_hd_menu li:last-child{border-right: none;}
#aiw_hd_menu li a{
    float: none;
    width: auto;
    display: block;
    white-space: nowrap;
    min-width: 90px;
    font-family: "Zen Antique Soft", serif;
    font-size: 6rem;
    color: #e8eced;
    letter-spacing: 1px;
    padding: 5px 1em;
}
header{
    width: 100%;
    height: 100vh;
    background-color: #000;
    position: relative;
    overflow: hidden;
}
#hd_logo img{
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
section{
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10vh 20px;  
    position: relative;  
}
.sec_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    z-index: -1;
}
.sec_img::before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120vh;
    background-image: url(../images/aiw/aiw_bg.jpg);
    background-repeat: no-repeat;
    background-position: top 0 right 20%;
    background-size: cover;
}
.sub_ttl{
    display: flex;
	align-items: center;
    margin-bottom: 40px;
}
.sub_ttl h4{
    font-family: "Anton SC", sans-serif;
    font-size: 20rem;
    font-weight: normal;
    color: #69787e;
    padding-right: 10px;
}
.sub_ttl::after{
    content: "";
	flex-grow: 1;
	height: 1.2px;
    margin:0 2em 0 1em;
	display: block;
	background: linear-gradient(90deg, #69787e, transparent);
}
.sec_cpt_txt{
    padding: 0 20px;
    font-size: 8.5rem;
    color: #e8eced;
    line-height: 2.4em;
}

/*schedule*/
.sec_sche{
    margin: 0 10px;  
    font-size: 10rem;        
}
.sche_year{
    font-family: "Anton SC", sans-serif;
    font-size: 12rem;
    color: #222;
    border-bottom: solid 2px #e8eced;
    background-color: #fff;
    border-radius: 3px;
    padding: 3px 10px;
    margin-bottom: 20px;
}
.sche_list{margin-bottom: 50px;}
.sche_box{
    padding-bottom: 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: center; /* 垂直方向の中央揃え */
    justify-content: flex-start; /* 左寄せ配置をデフォルトに */
    color: #aaa;
}
.sche_date, .sche_ttl, .sche_place{
    display: inline-block;
    line-height: 1.8em;
    font-weight: normal;    
}
.sche_date{
    width: 6em;
    font-size: 8rem;
    text-align: right;
}
.sche_ttl{
    width: calc(100% - 6em);
    font-size: 8rem;
    line-height: 1.2em;
    color: #ddd;
    padding-left: 10px;
    box-sizing: border-box;
}
.sche_ttl a{
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.sche_ttl span{
    font-size: 7rem;
    color: #69787e;
}
.sche_place{
    width: 100%;
    font-size: 7rem;
    color: #d3505a;
    font-style: italic;
    text-align: right;
}
.sche_place::before{
    content: "@";
    padding-right: 0.2em;
}
.sche_img_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5px;
    row-gap: 5px;
}
.sche_img{line-height: 0;}
.sche_img img{
    width: 100%;
    cursor: pointer;
}

/*result*/
.rslt_wrap{padding-top: 30px;}
.rslt_list{
    box-sizing: border-box;
    width: 100%;
    font-size: 7rem;
    color: #222;
    line-height: 1.5em;
    background-color: #e8eced;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;    
}
.rslt_sub{
    width: 100%;
    font-size: 7rem;
    font-weight: bold;
}
.rslt_date, .rslt_place{padding: 2px 5px;}
.rslt_date{
    border-bottom: dashed 1px #222;
    margin-bottom: 2px;
}
.rslt_ttl{
    font-family: "Zen Antique Soft", serif;
    font-size: 10.5rem;
    padding: 0 10px 0 5px;
}
.rslt_link{
    display: block;
    margin-left: auto;
    width: 2em;
    padding: 5px;
    font-size: 7.5rem;
    font-weight: bold;
    line-height: 1.2em;
    color: #fff;
    background-color:crimson;
    border-radius: 3px;
    box-shadow: 2px 2px 0 #222;
}

/*champion*/
.champ_wrap{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    /*align-items: flex-start;*/
    padding: 30px 10px 0;
}
.champ_box{
    width: 100%;
    box-sizing: border-box;
    font-size: 10rem;
    color: #222;
    line-height: 1.5em;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #e8eced;
    border-radius: 3px;
}
.champ_belt{
    font-family: "Anton SC", sans-serif;
    font-size: 12rem;
    font-weight: normal;
    text-align: center;
}
.champ_img{
    width: 90%;
    aspect-ratio: 16 / 9;
    margin: 5px auto 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-items: center;
}
.champ_box img{
    width: 100%;
}
.champ_name{
    font-size: 8rem;
    text-align: center;
    line-height: 2em;
}
.champ_name span{
    display: block;
    font-size: 8rem;
    margin-right: 0.2em;
}

/*roster*/
.ros_list{padding-top: 30px;}
.ros_list li{
    background-color: #e8eced;
    width: 100%;
    box-sizing: border-box;
    padding:10px 0 10px 10px;
    margin-bottom: 20px;
    border-radius: 3px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start; /* 垂直方向の中央揃え */
    justify-content: space-between; /* 左寄せ配置をデフォルトに */
}
.ros_img{width: 20%;}
.ros_txt{
    width: 80%;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 10rem;
    color: #222;
    line-height: 1.5em;
}
.ros_name{
    font-family: "Zen Antique Soft", serif;
    font-size: 12rem;
    text-indent: 5px;
}
.ros_eng{
    font-family: "Anton SC", sans-serif;
    font-size: 10rem;
    font-weight: normal;
    text-transform: uppercase;
    text-indent: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 2px #222;
}
.ros_eng[href*="eee"]{
    text-indent: -9999px;
    height: 0;
}
.ros_data{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start; /* 垂直方向の中央揃え */
    justify-content: flex-end; /* 左寄せ配置をデフォルトに */
    margin-bottom: 0.25em;
    font-size: 7.5rem;
}
.ros_data dt{
    font-weight: bold;
    padding-left: 5px;
}
.ros_data dt::after{content: "：";}
.ros_height::after,.ros_height::after,.ros_weight::after,.ros_age::after,.ros_type::after{padding-left: 0.2em;}
.ros_height::after{content: "cm";}
.ros_weight::after{content: "kg";}
.ros_age::after{content: "歳";}
.ros_type::after{content: "型";}
.ros_finish{font-weight: bold;}
.ros_sub_ttl{
    font-size: 12rem;
    font-weight: bold;
    margin-top: 10vh;
}


/*footer*/
footer{
    width: 100%;
    min-height: 10vh;
    background-color: #000;
}
#ft_wrap{
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 50px;
}
#ft_logo{
    display: block;
    width: 45%;
    margin: 0 auto;
}
#aiw_ft_menu{
    width: 100%;
    font-size: 10rem;
    line-height: 1.5em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5px;
    row-gap: 15px;
}
#aiw_ft_menu li{
    text-align: center;
    
}
#aiw_ft_menu li a{
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #69787e;
    font-size: 11rem;
    letter-spacing: 1px;
    margin: 0 1em;
    white-space: pre;
}
#ft_caution{
    width: 100%;
    font-size: 7rem;
    letter-spacing: 2.5px;
    font-weight: bold;
    color: crimson;
    text-align: center;
    margin-top: 2em;
}
#ft_caution span{display: block;}
#ft_copy{
    width: 100%;
    margin-top: 1em;
    text-align: center;
    font-size: 6.5rem;
    color: slategray;
    font-weight: normal;
    font-style: italic;
}

/*result個別*/
.aiw_rslt_hd{
    position: fixed;
    z-index: 100;
    width: 100%;    
    font-size: 8rem;
    background-color: #000;
    border-bottom: ridge 3px red;    
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; /* 左寄せ配置をデフォルトに */
}
.aiw_rslt_hd_txt{
    font-family: "Zen Antique Soft", serif;
    font-size: 15rem;
    letter-spacing: 5px;
    padding: 5px 0;
}
.aiw_rslt_hd a{
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background-color: #e8eced;
    box-shadow: 0 0 5px #111 inset;
    font-size: 7rem;
    color: #22222299;
    font-weight: bold;
    transition: 0.2s;
}
.aiw_rslt_hd a:hover{color: #222;}
.aiw_rslt_hd_back{transform: translateX(-5px);}
.aiw_rslt_hd_next{transform: translateX(5px);}
.aiw_rslt_hd_back:hover{transform: translateX(-10px);}
.aiw_rslt_hd_next:hover{transform: translateX(10px);}
.aiw_rslt_hd a i{
    font-size: 8rem;
    margin: 0 0.2em;
}
.vis_hdn{visibility: hidden;}
.aiw_rslt_sec{
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    box-shadow: 0 0 10px 10px #000;
    box-sizing: border-box;
    padding: 10vh 20px;
    color: #222;
}
.aiw_rslt_ttl{
    font-family: "Zen Antique Soft", serif;
    font-size: 15rem;
    text-align: center;
}
.aiw_rslt_subttl{
    width: 100%;
    height: 12px;
    font-size: 7rem;
    color: #69787e;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    margin: 10px 0 30px;
}
.aiw_rslt_box{margin-bottom: 15px;}
.aiw_rslt_row{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start; /* 左寄せ配置をデフォルトに */
}
.aiw_rslt_no{
    width: 80px;
    text-align: center;
    background-color: #222;
    font-family: "Anton SC", sans-serif;
    font-size: 10rem;
    color: #fff;
    padding-top: 2px;
}
.aiw_rslt_no::before,.aiw_rslt_no::after{
    font-size: 6.5rem;
    font-weight: bold;
    padding: 0.5em;
}
.aiw_rslt_no::before{content: "第";}
.aiw_rslt_no::after{content: "試合";}
.aiw_rslt_rule{
    box-sizing: border-box;
    width: calc(100% - 80px);
    font-size: 7rem;
    font-weight: bold;
    text-indent: 1em;
    background-color: #e8eced;
    border-right: solid 2px #222;
    border-top: solid 2px #222;
    border-bottom: solid 2px #222;
    display: flex;
    align-items: center;
    padding-right: 5px;
}
.aiw_rslt_match_ttl{
    width: 100%;
    height: 25px;
    box-sizing: border-box;
    color: #222;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: right;
    background-color: #aaa;
    padding: 5px;
    border-right: solid 2px #222;
    border-left: solid 2px #222;
    border-bottom: solid 2px #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: right;
}
.no_dis{display: none;}
.aiw_rslt_match{
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px 5px 5px;
    border-right: solid 2px #222;
    border-left: solid 2px #222;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    align-items: center;
    position: relative;
}
.aiw_rslt_sup{
    font-size: 6rem;
    font-weight: bold;
    padding-bottom: 5px;
    
}
.aiw_rslt_sup::before{content: "<";}
.aiw_rslt_sup::after{content: ">";}
.aiw_rslt_sup::before,.aiw_rslt_sup::after{padding: 0 2px;}
.aiw_rslt_sup.champ{
    text-align: right;
    padding-right: 15px;
}
.aiw_rslt_sup.chall{padding-left: 15px;}
.red_corn_man,.blue_corn_man{
    width: 100%;
    font-size: 10rem;
    margin-bottom: 5px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.red_corn_man{justify-content: flex-end;}
.blue_corn_man{justify-content: flex-start;}
.corn_man_name{
    width: calc(100% - 54px);
    font-size: 6rem;    
}
.red_corn_man .corn_man_name{text-align: right;}
.blue_corn_man .corn_man_name{text-align: left;}
.corn_man_img{
    width: 32px;
    height: 32px;
    margin: 0 5px;
    border-radius: 50%;
    background-size: cover;
}
.corn_man_rslt{
    width: 12px;
    height: 12px;
    background-size: cover;
}
.corn_man_rslt.win{background-image: url(../images/aiw/win.webp);}
.corn_man_rslt.lose{background-image: url(../images/aiw/lose.webp);}
.corn_man_rslt.draw{background-image: url(../images/aiw/draw.webp);}
.blue_corn_man .corn_man_name{order: 3;}
.blue_corn_man .corn_man_img{order: 2;}
.blue_corn_man .corn_man_rslt{order: 1;}
.aiw_rslt_match_vs{
    font-family: "Anton SC", sans-serif;
    font-size: 10rem;
    padding-top: 10px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.aiw_rslt_match_vs.way3,.aiw_rslt_match_vs.way4 {
    width: 96%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.aiw_rslt_match_vs.way3::before{
    content: "";
    flex: 1;
    border-top: 1px dashed transparent;
    margin: 0 10px;
}
.aiw_rslt_match_vs.way3::after,
.aiw_rslt_match_vs.way4::before,
.aiw_rslt_match_vs.way4::after {
    content: "";
    flex: 1;
    border-top: 1px dashed #69787e;
    margin: 0 10px;
}
.aiw_rslt_match_fin{
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 6.5rem;
    color: #222;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    border-right: solid 2px #222;
    border-left: solid 2px #222;
    border-bottom: solid 2px #222;
}
.aiw_rslt_rep_ttl{
    display: flex;
	align-items: center;
    font-size: 10rem;
    margin: 2em 0 1em;
}
.aiw_rslt_rep_ttl h6{
    font-family: "Anton SC", sans-serif;
    font-size: 16rem;
    font-weight: normal;
    color: #69787e;
    opacity: 0.4;
}
.aiw_rslt_rep_ttl::after{
    content: "";
	flex-grow: 1;
	height: 1.2px;
    margin:0 1em;
	display: block;
	background: linear-gradient(90deg, #69787e, transparent);
    opacity: 0.4;
}
.aiw_rslt_rep{
    font-size: 8rem;
    line-height: 1.8em;
    padding: 0 10px;
}
.aiw_rslt_btn{
    margin-top: 50px;
    text-align: center;    
}
.aiw_rslt_btn a{
    font-size: 9rem;
    font-weight: bold;
    color: #0e77d0;
}
.aiw_rslt_btn i{margin-right: 0.2em;}