@charset "UTF-8";
/* CSS Document */
article{
	z-index: 5;
	position: relative;
}
.pagetop_bar{

	z-index: 5;
	position: relative;
}
.lp_footer{
	z-index: 5;
	position: relative;
}
.site-footer3{

	z-index: 5;
	position: relative;
}
.pc{display: block;width: 100%;}
.sp{display: none;}

@media screen and (max-width: 800px) {
.sp{display: block;}
.pc{display: none;}
}
.bgimg{
	background-image: url("../images/bgimg.jpg");
	width: 100%;
	height: 100vh;
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-position: top center;
	background-size: cover;
}
section{
	padding: 80px 30px;
}
#kv{
	padding: 0;
}
#kv img{
	width: 100%;
}
.img_title{
	margin: auto;
	margin-bottom: 80px;
	max-width: 800px;
	width: 100%;
}
#about{
	background-color: #000;
	background-image: url("../images/baseball-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.text_about{
	max-width: 710px;
	width: calc(100% - 100px);
	margin: auto;
	display: block;
	
}

.news_list{
	margin: auto;
	max-width: 1100px;
	display: flex;
	gap:40px;
	column-gap: 30px;
	flex-wrap: wrap;
}
.news_list li{
	width: calc(50% - 15px);
	
}
.news_list_item{
	background-color: #fff;
	padding: 30px;
	position: relative;
	padding-bottom: 60px;
}
.news_list_item h4{
	margin-bottom: 10px;
	font-weight: 700;
}
.newsmeta{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
    left: 30px;
    gap: 20px;
}
.newsdate{
	color: #808080;
	font-size: 14px;
}
.btn_2{
	width: 90px;
}

.btn_3{
	max-width: 280px;
	margin: auto;
	margin-top: 40px;
	cursor: pointer;
    width: 70%;
}
.news_list_aco{
	padding-top: 40px;
	display: none;
}
.teams_section > .inner{
	display: flex;
	gap:50px;
	max-width: 1050px;
	margin: auto;
	flex-wrap: wrap;
	align-items: flex-start;
}
.teams_section .team_box{
	background-color: #fff;
	padding:30px 30px; 
	width: calc(50% - 25px);
	box-sizing: border-box;
	box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 1);
	border-radius: 3px;
}
.player_aco{
	display: none;
	padding-top: 20px;
}
.player_aco_open{
    color: #fff;
    background-color: #ff0000;
    border: solid 1px #ff0000;
    width: 210px;
    padding: 5px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    border-radius: 20px;
    flex-shrink: 0;
	margin: 0 auto;
	cursor: pointer;
}
.player_aco_open:hover{
	background-color: #fff;
	color:  #ff0000;
}
.player_aco_img{
	cursor: pointer;
	width: 40px;
	margin: auto;
	display: block;
}
.player_list_item{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.player_photo{
	width: 40px;
	margin-right: 10px;
	flex-shrink: 0;
}
.team_box{
}
.team_emblem{
	margin: auto;
	display: block;
	width: 50%;
	margin-bottom: 20px;
}
.team_name{
	font-weight: 700;
	font-size: 26px;
	width: 100%;
	margin-bottom: 60px;
	text-align: center
}
.player_list_title{
	font-weight: 700;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
}
.player_list{
	border-top: solid 1px #999999;
}
.player_list_item{
	border-bottom: solid 1px #999999;
	padding: 8px 0;
}
.player_list_item h5{
	font-weight: 700;
	font-size: 16px;
	width: 100%;
	flex-shrink: 1;
}
.liver_url_btn{
	color: #fff;
	background-color: #ff0000;
	border: solid 1px #ff0000;
	width: 170px;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	border-radius: 20px;
	flex-shrink: 0;
	margin-left: 20px;
}
.liver_url_btn:hover{
	background-color: #fff;
	color:  #ff0000;
}


#three_gong{
	background-color: #000;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url("../images/baseball-bg2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.logo_three_gong{
	margin: auto;
	margin-bottom: 80px;
	max-width: 610px;
	width: 90%;
	
}
.three_gong_readtext{
	margin-bottom: 80px;
	font-size: 18px;
}
.game_date{
padding: 20px 0;
	margin-bottom: 30px;
	border-top: solid 1px #ff0000;
	border-bottom: solid 1px #ff0000;
	font-size: 40px;
    font-size: min(40px, 5.6vw);
	color: #ff0000;
	font-weight: 700;
	width: 100%;
	max-width: 980px;
	text-align: center;
}
.btn_1{
	width: 280px;
	max-width: 60%;
}
    .news_list li {
      
        border-bottom: 1px solid #cccccc;
    }
section#news{
	padding: 60px 20px;
	background: #FFFFFF;
}

@media screen and (max-width: 800px) {
	
	.news_list{
	flex-direction: column;
	align-items: center;
	}
	.news_list li{
		width: 100%;
	max-width: 500px;
	}
	.news_list_item{
	}	
.teams_section > .inner {
	flex-direction: column;
	align-items: center;
	}
	
.teams_section .team_box {
    padding: 50px 30px;
    width: 100%;
	max-width: 500px;
	}
}

@media screen and (max-width: 500px) {
section{
	padding: 60px 20px;
}

#kv{
	padding: 0;
}
.img_title {
    margin: auto;
	margin-bottom: 60px;
	}
	
.news_list {
	gap: 20px;
	}
	.news_list_item{
    padding: 20px 20px;
        padding-bottom: 50px;
	}
	
.news_list_item h4{
	margin-bottom: 10px;
	}
.newsmeta {
	bottom: 20px;
    width: calc(100% - 40px);
	left: 20px;
	}

.teams_section > .inner {
	gap: 40px;
	}	
.teams_section .team_box {
    padding: 40px 20px;
	}
	
.team_name {
    font-size: 20px;
	margin-bottom: 30px;
	}
	
.player_list_item h5 {
	font-size: 14px;
	}
.liver_url_btn {
    width: 120px;
	font-size: 10px;
	}
	
.three_gong_readtext,
.logo_three_gong {

    margin-bottom: 40px;
	}
}

@media (max-width: 950px) {
    #about_17live {
        padding-top: 80px !important;
    }
}





.bx-wrapper{
	padding: 0;
	margin: auto;
}
.kv_slider_outer{background-color: #fff; padding-bottom: 40px;
}


.btn_area{
	display: flex;
	gap:20px;
	justify-content: center;
	width: 100%;
	margin-top: 60px;
}

.btn_area .btn_1{
	width: 280px;
	max-width: 30%;
}
.btn_area .btn_1:hover{
	opacity: 0.5;
}


@media (max-width: 800px) {
.btn_area{
	display: flex;
	gap:20px;
	flex-direction: column;
        align-items: center;
}

.btn_area .btn_1{
	width: 280px;
	max-width: 60%;
}
}

.haishin_archive{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 60px;
}
.haishin_archive_title{    max-width: 80%;
    width: 460px;
    margin-bottom: 40px;
}
.haishin_archive_field  > p{
	display: block;
	padding-left: 1em;
	background-image: url("../images/list_arrow.svg");
    background-size: 0.6em;
    background-position: top 0.5em left 0;
	background-repeat: no-repeat;
}
.haishin_archive_field  a,
.haishin_archive_field  a:active,
.haishin_archive_field  a:visited,
.haishin_archive_field  a:link{
	text-decoration: underline;
	color: #fff;
}
.haishin_archive_field  > a:hover{
	text-decoration: none;
	color: #fff;
}