@charset "UTF-8";
/* CSS Document */
html{
	font-size: 10px;
}
body{
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", sans-serif;
}
ul{
	padding: 0;
}
li{
	list-style: none;
}
a {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-decoration: none;
    color: inherit;
	cursor: pointer !important;
}
p{
	margin: 0;
	padding: 0;
}

.font_v{
	font-family: "Raiden-Italic";
}



main{
}
main .main_vi {
    position: relative;
}
main .main_vi ul{
	width: 83.333%;
	margin: 0 auto;
}
main .main_vi ul li img{
	width: 100%;
}

.content{
	margin: 0px auto;
}
.content .cnt_ttl{
	max-width: 1200px;
	display: flex;
	justify-content: center;
	margin: 45px auto 0px;
	padding: 20px 0px;
	text-align: center;
	color: white;
}
.content .cnt_ttl h2{
	margin: 0px 0px 15px;
	font-size: 5.8rem;
	font-weight: normal;
	letter-spacing: 0.2em;
}
.content .cnt_ttl p{
	font-size: 1.6rem;
	font-weight: bold;
}
.content .cnt_ttl .btn{
	width: 200px;
	text-align: center;
}
.content .cnt_ttl .btn p{
	font-size: 1.4rem;
	padding: 10px;
	border:solid 1px;
}
.btn a{
	display: block;
	text-align: center;
	max-width: 300px;
	padding: 20px;
	color: #005C30;
	background: white;
	margin: 0 auto;
	font-weight: bold;
	border-radius: 10px;
	transition: 0.5s;
}
.btn a p{
	transition: 0.1s;
	position: relative;
}
.btn a p::after{
	content: "";
	color: white;
	content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-62px, -35%) rotate(45deg);
}
.btn a:hover{
	background: #005C30;
	color: white;
}
.btn a:hover p{
	transform: translate(-10px,0);
}
.btn a:hover p::after{
	content: "";
	color: white;
	position: absolute;
	top: 50%;
	right: 0;
    transform: translate(-52px, -35%) rotate(45deg);
}

.home-sliderschedule {
    width: 100%;
    overflow: hidden;
    position: relative
}

.home-sliderschedule .home-sliderschedule_wrap {
    width: 90%;
    margin: 15px auto 15px
}

.home-sliderschedule .home-sliderschedule_wrap>ul>li {
    display: none;
    opacity: 1
}

.home-sliderschedule .home-sliderschedule_wrap>ul>li:first-child {
    display: block
}

.home-sliderschedule .home-sliderschedule_wrap li {
    opacity: 1;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.home-sliderschedule .home-sliderschedule_wrap li.is-active {
    opacity: 1;
    pointer-events: auto;
}
.home-sliderschedule .home-sliderschedule_wrap li.info_none .game_info {
    padding-top: 35px;
}

.home-sliderschedule .home-sliderschedule_item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px
}

.touchevents .home-sliderschedule .home-sliderschedule_item {
    padding: 0 5px
}

.home-sliderschedule .home-sliderschedule_item_pickup {
    display: block;
    margin: 20px auto 0
}

.home-sliderschedule .home-sliderschedule_item_pickup>figure>a:hover img {
    opacity: 0.7
}

.home-sliderschedule .home-sliderschedule_item_pickup>p {
    margin-bottom: 10px;
    text-align: center
}

.home-sliderschedule .bx-wrapper {
    /*position: relative*/
}

.home-sliderschedule .bx-wrapper>.bx-viewport {
    overflow: visible !important
}

.home-sliderschedule .bx-wrapper>.bx-viewport>ul {
    width: 3000% !important
}

.home-sliderschedule .bx-wrapper>.bx-controls {
    margin-top: 20px
}

.home-sliderschedule .bx-wrapper>.bx-controls>.bx-pager {
    text-align: center
}

.home-sliderschedule .bx-wrapper>.bx-controls>.bx-pager>.bx-pager-item {
    display: inline-block;
    margin: 0 5px
}

.home-sliderschedule .bx-wrapper>.bx-controls>.bx-pager>.bx-pager-item>a {
    display: block;
    width: 30px;
    height: 3px;
    background: #ccc;
    text-indent: -9999px;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease
}

.no-touchevents .home-sliderschedule .bx-wrapper>.bx-controls>.bx-pager>.bx-pager-item>a:hover {
    opacity: 0.6
}

.home-sliderschedule .bx-wrapper>.bx-controls>.bx-pager>.bx-pager-item>a.active {
    background: #f29600
}
.bx-wrapper>.bx-controls>.bx-controls-direction .bx-prev,.bx-wrapper>.bx-controls>.bx-controls-direction .bx-next{
	background: rgba(0,0,0,0.8);
	padding: 10px;
}
.bx-wrapper>.bx-controls>.bx-controls-direction .bx-prev,.bx-wrapper>.bx-controls>.bx-controls-direction .bx-next {
    position: absolute;
    top: 50%;
	transform: translate(0,-50%);
    -webkit-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
	cursor: pointer;
}

.no-touchevents .bx-wrapper>.bx-controls>.bx-controls-direction .bx-prev:hover,.no-touchevents .bx-wrapper>.bx-controls>.bx-controls-direction .bx-next:hover {
    opacity: 0.6
}

.touchevents .bx-wrapper>.bx-controls>.bx-controls-direction .bx-prev,.bx-wrapper>.bx-controls>.bx-controls-direction .bx-prev.disabled,.touchevents .bx-wrapper>.bx-controls>.bx-controls-direction .bx-next,.bx-wrapper>.bx-controls>.bx-controls-direction .bx-next.disabled {
    display: none
}

.bx-wrapper>.bx-controls>.bx-controls-direction .bx-prev>i,.bx-wrapper>.bx-controls>.bx-controls-direction .bx-next>i {
    position: absolute;
    top: 94px;
    margin-top: -0.45em;
    color: #d70c18;
    font-size: 48px
}

.bx-wrapper>.bx-controls>.bx-controls-direction .bx-prev {
    left: 0px
}

.bx-wrapper>.bx-controls>.bx-controls-direction .bx-next {
    right: 0px
}

@media (min-width: 768px) {
    .home-sliderschedule .home-sliderschedule_wrap {
        width:75%;
    }

    .home-sliderschedule .home-sliderschedule_item {
        padding: 0 35px
    }

    .touchevents .home-sliderschedule .home-sliderschedule_item {
        padding: 0 15px
    }

    .home-sliderschedule .home-sliderschedule_item_pickup {
        width: 80%;
        margin: 30px auto 0
    }

    .home-sliderschedule .bx-wrapper>.bx-controls {
        margin-top: 30px
    }

    .home-sliderschedule .bx-wrapper>.bx-controls>.bx-pager>.bx-pager-item {
        margin: 0 10px
    }

    .home-sliderschedule .bx-wrapper>.bx-controls>.bx-pager>.bx-pager-item>a {
        width: 60px;
        height: 6px
    }


    .bx-wrapper>.bx-controls>.bx-controls-direction .bx-next {
        right: 0px;
    }
}

@media (min-width: 992px) {
    .home-sliderschedule .home-sliderschedule_wrap {
        width:60%;
        max-width: 600px;
    }
}
.bx-controls-direction a {
    width: 30px;
    height: 80px;
    display: block;
    position: relative;
    text-indent: -100%;
    overflow: hidden;
}
.bx-controls-direction a:after {
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
.bx-controls-direction a:before,.bx-controls-direction a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-70%, -50%)rotate(45deg);
}
.bx-controls-direction a.bx-prev:after {
    transform: rotate(-135deg);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)rotate(-135deg);
}
.bx-wrapper .bx-controls-direction a {
  text-indent: -9999px; /* テキストを画面外に移動させる */
}

.content1{
	margin: -6px auto 0px;
	background: #000;
}
.content1 .inazuma_bg{
	background: url("../images/index_new/game_bg.png");
	background-size: cover;
	padding: 20px 0px 64px;
}
.content1 .home-sliderschedule_item{
	background: white;
	border-radius: 10px;
	padding: 0;
	margin-right: 20px;
}
.content1 .home-sliderschedule_item .venue{
	display: flex;
	align-items: center;
	background-color: #BEBEBE;
	border-radius: 10px 10px 0px 0px;
	border-bottom: solid 1px #BEBEBE;
	font-size: 1.4rem;
    text-align: center;
}
.content1 .home-sliderschedule_item .venue p{
	font-weight: bold;
}
.content1 .home-sliderschedule_item .venue p:first-child{
	background: #005C30;
	color: white;
	padding: 10px;
	margin-right: 10px;
	width: 100px;
	border-radius: 10px 0px 0px 0px;
}
.content1 .home-sliderschedule_item .venue p.visitor{
	background: #8E8E8E;
}
.content1 .home-sliderschedule_item .venue.none{
	padding: 7px;
}
.content1 .home-sliderschedule_item .venue.none p{
	background: none;
	padding: 10px;
}
.content1 .home-sliderschedule_item .game_league{
	text-align: center;
	padding: 20px 0px 0px;
	font-size: 1.4rem;
	font-weight: bold;
}
.content1 .home-sliderschedule_item .game{
	padding: 0px 50px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.content1 .home-sliderschedule_item .game .team_icon{
	max-width: 100px;
}
.content1 .home-sliderschedule_item .game .team_icon img{
	width: 100%;
}
.content1 .home-sliderschedule_item .game .game_day{
	text-align: center;
}
.content1 .home-sliderschedule_item .game .game_day p{
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: bold;
}
.content1 .home-sliderschedule_item .game .game_day p:first-child{
	font-size: 1.6rem;
	color: #005C30;
	font-weight: bold;
}
.content1 .home-sliderschedule_item .game .game_day p.font_v{
	font-size: 8.4rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.content1 .home-sliderschedule_item .game .game_day p span{
	font-size: 4.2rem;
}
.content1 .home-sliderschedule_item .game .game_day p.area{
	font-weight: normal;
	color: #666666;
	font-size: 1.4rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content1 .home-sliderschedule_item .game .game_day p.area img{
	margin-right: 5px;
}
.content1 .home-sliderschedule_item .area{
	text-align: center;
}
.content1 .home-sliderschedule_item .ticket_info{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0px 20px;
	padding: 20px;
}
.content1 .home-sliderschedule_item .ticket_info a{
	width: 32.2%;
	background: #005C30;
	color: white;
	text-align: center;
	padding: 15px;
	border-radius: 5px;
	position: relative;
}
.content1 .home-sliderschedule_item .ticket_info a.game_ticket{
	background: #F4790E;
}
.content1 .home-sliderschedule_item .ticket_info a p{
	transform: translate(12px,0);
}
.content1 .home-sliderschedule_item .ticket_info a p::before{
	content: "";
	background: url("../images/index_new/ticket_icon.svg");
	background-size: 100%;
	width: 20px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-40%);
}
.content1 .home-sliderschedule_item .ticket_info a.game_info p::before{
	content: "";
	background: url("../images/index_new/info_icon.svg");
	background-size: 100%;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(130%,-40%);
}
.content1 .home-sliderschedule_item .ticket_info a p{
	transition: 0.1s;
	position: relative;
}
.content1 .home-sliderschedule_item .ticket_info a:hover p{
	transform: translate(0px,0);
}
.content1 .home-sliderschedule_item .ticket_info a:hover p::after{
	content: "";
	color: white;
	position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-27px, -40%) rotate(45deg);
}
.content1 .home-sliderschedule_item .ticket_info a.game_ticket:hover p::after{
	content: "";
	color: white;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0px, -40%)rotate(45deg);
}
.content1 .btn{
	margin-top: 40px;
}

.content2{
	background: url("../images/index_new/last_game_bg.png");
	background-size: cover;
	background-position: center;
	padding: 10px 0px 87px;
}
.content2 .cnt2{
	max-width: 1200px;
	margin: 0 auto 20px;
}
.content2 .cnt_ttl .game_ttl{
	margin-bottom: 20px;
}
.content2 .lat_list .latest_game{
	background: rgba(0,0,0,0.4);
	max-width: 1080px;
	margin: 0 auto;
	padding: 50px 0px;
}
.content2 .lat_list .latest_game .league{
	text-align: center;
	color: white;
	font-size: 2.2rem;
	font-weight: bold;
	max-width: 500px;
    margin: 0 auto;
}
.content2 .lat_list .latest_game .league p{
	padding-bottom: 5px;
	border-bottom: solid 1px;
}
.content2 .lat_list .latest_game .venue{
	text-align: center;
	padding: 20px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content2 .lat_list .latest_game .venue p{
	color: white;
}
.content2 .lat_list .latest_game .venue .venue_area p:first-child{
	background: #005C30;
	padding: 5px 10px;
	color: white;
	font-weight: bold;
	border-radius:3px;
	margin-right: 0px;
}
.content2 .lat_list .latest_game .venue .venue_area p:last-child{
	margin-left: 10px;
}
.content2 .lat_list .latest_game .venue .venue_area{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.content2 .lat_list .latest_game .game{
	width: 100%;
	margin-bottom: 20px;
}
.content2 .lat_list .latest_game .game .team{
	display: flex;
	align-items: center;
	justify-content: center;
}
.content2 .lat_list .latest_game .game .team div{
	width: 40%;
}
.content2 .lat_list .latest_game .game .team .team_icon{
	text-align: center;
	max-width: 140px;
}
.content2 .lat_list .latest_game .game .team .team_icon img{
	width: 100%;
}
.content2 .lat_list .latest_game .game .team .victory_or_defeat .vic_def{
	width: 100%;
	text-align: center;
}
.content2 .lat_list .latest_game .game .team .score{
	display: flex;
	align-items: center;
	width: 100%;
	color: white;
}
.content2 .lat_list .latest_game .game .team .score .total{
	font-size: 10.3rem;
	text-align: center;
	font-weight: bold;
}
.content2 .lat_list .latest_game .game .team .score .half{
	width: 50%;
	margin: 0px 20px;
	font-size: 1.8rem;
}
.content2 .lat_list .latest_game .game .team .score .half .half_cnt{
	display: flex;
	width: 100%;
	justify-content: center;
	border-bottom: solid 1px;
	padding: 10px 0px;
}
.content2 .lat_list .latest_game .game .team .score .half .half_cnt:last-child{
	border-bottom: none;
}
.content2 .lat_list .latest_game .game .team .score .half .half_cnt p{
	width: 33%;
	text-align: center;
}
.content2 .lat_list .latest_game .day{
	display: flex;
	justify-content: center;
	align-items:baseline;
	margin-bottom: 20px;
	color: white;
	margin-top: -20px;
	font-weight: bold;
}
.content2 .lat_list .latest_game .day p:first-child{
	margin-right: 20px;
}
.content2 .lat_list .latest_game .day p:nth-child(2){
	font-size: 3.6rem;
	margin-right: 10px;
}
.content2 .lat_list .latest_game .area_info{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999999;
	letter-spacing: 0.2em;
}
.content2 .lat_list .latest_game .area_info p.time{
	margin-right: 20px;
}
.content2 .lat_list .latest_game .area_info p.area{
	position: relative;
	padding-left: 15px;
}
.content2 .lat_list .latest_game .area_info p.area::before{
	content: "";
	background: url("../images/index_new/area_icon.svg");
	width: 12px;
	height: 16px;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-55%);
}
.content2 .lat_list .latest_game .last_game_btn{
	max-width: 380px;
	margin: 35px auto 0px;
	font-size: 1.6rem;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:0px 20px;
}
.content2 .lat_list .latest_game .last_game_btn a{
	padding: 12px;
	text-align: center;
	border: solid 1px #fff;
	width: 180px;
	border-radius: 5px;
}
.content2 .lat_list .latest_game .last_game_btn a p{
	transition: 0.2s;
}
.content2 .lat_list .latest_game .last_game_btn a:first-child p{
	position: relative;
	margin-left: 10px;
}
.content2 .lat_list .latest_game .last_game_btn a:first-child p::before{
	content: "";
	background: url("../images/index_new/info_icon.svg");
	width: 16px;
	height: 16px;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(15px, -50%);
}
.content2 .lat_list .latest_game .last_game_btn a:hover p {
    transform: translate(-10px, 0);
}
.content2 .lat_list .latest_game .last_game_btn a p::after {
    content: ">";
    color: white;
    position: absolute;
	opacity: 0;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-62px, -40%) rotate(45deg);
}
.content2 .lat_list .latest_game .last_game_btn a:hover p::after {
    content: "";
    color: white;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-20px, -40%) rotate(45deg);
	opacity: 1;
}

.content4{
	background: #F0F0F0;
	padding-bottom: 136px;
}
.content4 .cnt_ttl h2{
	font-size: 5rem;
	margin-bottom: 0px;
}
.content4 .cnt_ttl{
	color: #005C30;
	margin-bottom: 0px;
	margin-left: -33px;
}
.content4 .cnt_ttl .game_ttl{
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	z-index: 2;
}
.content4 .cnt_ttl p{
	margin-left: -20px;
}

.content3{
	padding-bottom: 100px;
	position: relative;
	background-image: url(../images/index_new/cnt3_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
  	background-size: cover;
	padding: 0;
}
.content3::after{
	content: "";
	background: url("../images/index_new/kaminari_bg.png");
	background-size: 100%;
	width: 980px;
	height: 397px;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media (max-width: 768px) {
    .content3::after {
        display: none;
    }
}
.content3 .cnt3_bgc{
	background-color: rgba(0,0,0,0);
	transition: 0.3s;
	padding: 55px 0px 104px;
}
.content3 .cnt3_bgc.sactive{
	background-color: rgba(0,0,0,0.8);
}
.content3 .cnt_ttl{
	margin: 0px auto 45px;
}
.news{
	margin-bottom: 50px;
	letter-spacing: 0.1em;
}
.news_pic_list{
	display: flex;
	flex-wrap: wrap;
	gap: 0px 20px;
	justify-content: space-between;
	margin-bottom: 20px;
	max-width: 1080px;
	margin: 0 auto 20px;
}
.news_pic_list .pic{
	width: calc(100% / 3 - 20px);
	color: white;
	position: relative;
	cursor: pointer;
}
.news_pic_list .pic::before{
	content: "";
	background: url("../images/index_new/picup.png");
	background-size: 100%;
	width: 70px;
	height: 17px;
	color: white;
	padding: 5px;
	text-align: center;
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: 9;
}
.news_pic_list .pic a:hover{
	opacity: 0.6;
}
.news_pic_list .pic .img{
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.news_pic_list .pic .img img{
	width: 100%;
}
.news_pic_list .pic:hover a::after{
	content: "";
	background: url("../images/index_new/read_more.png");
	width: 114px;
	height: 114px;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-110%);
}
.news_pic_list .pic:hover a{
	opacity: 0.6;
}
.news_pic_list .pic .pic_txt .cat{
	display: flex;
	gap: 0px 10px;
	margin: 10px 0px;
}
.news_pic_list .pic .pic_txt .cat p{
	padding: 5px 10px;
	text-align: center;
	border: solid 2px #F8B111;
	color:#F8B111;
}
.news_pic_list .pic .pic_txt p.day{
	color: gray;
}
.news_list{
	max-width: 1080px;
	margin: 50px auto 30px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	color: white;
}
.news_list .list a{
	display: flex;
	align-items: center;
	border-bottom: solid 1px #fff;
	padding-bottom: 10px;
	padding: 20px 50px 20px 0px;
	position: relative;
	gap: 0px 20px;
}
.news_list .list a:hover{
	opacity: 0.6;
}
.news_list .list a .icon{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}
.news_list .list a .icon::after{
	content: "";
	width: 25px;
	height: 25px;
	border: solid 1px transparent;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	border-radius: 50px;
	transition: 0.3s;
}
.news_list .list a .icon::before{
	content: "";
	color: white;
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 99;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	transform: translate(-110%, -55%) rotate(45deg);
}
.news_list .list a:hover .icon::after{
	content: "";
	transform: translate(0,-50%) scale(1.5);
	border: solid 1px #fff;
}
.news_list .list a:hover p.info_txt{
	text-decoration: underline;
}
.news_list .list:last-child a{
	border-bottom: none;
}
.news_list .list a .news_day_cat{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 32%;
}
.news_list .list a .news_day_cat .news_day{
	width: 32%;
	color: #AFAFAF;
}
.news_list .list .news_cat{
	text-align: center;
	border: solid 2px #F8B111;
	color:#fff;
	padding: 5px 10px;
	width: 68%;
}
.news_list .list .news_cat.game_info{
	background: #711D2A;
	border: solid 2px #711D2A;
}
.news_list .list .news_cat.event{
	background: #024569;
	border: solid 2px #024569;
}
.news_list .list .news_cat.topics{
	background: #1B5000;
	border: solid 2px #1B5000;
}
.news_list .list .news_cat.ticket_fanclub{
	background: #004D5A;
	border: solid 2px #004D5A;
}
.news_list .list .news_cat.column{
	background: #806A14;
	border: solid 2px #806A14;
}
.news_list .list .news_cat.en{
	background: #6F2500;
	border: solid 2px #6F2500;
}
.news_list .list p.info_txt{
}
.news_list .list .txt {
    width: 64%;
}
.news_pic_list .pic .pic_txt .cat p{
	color: #fff;
}
.news_pic_list .pic .pic_txt .cat.column p{
	background: #806A14;
	border: solid 2px #806A14;
}
.news_pic_list .pic .pic_txt .cat.en p{
	background: #6F2500;
	border: solid 2px #6F2500;
}
.news_pic_list .pic .pic_txt .cat.ticket_fanclub p{
	background: #004D5A;
	border: solid 2px #004D5A;
}
.news_pic_list .pic .pic_txt .cat.event p{
	background: #024569;
	border: solid 2px #024569;
}
.news_pic_list .pic .pic_txt .cat.game_info p{
	background: #711D2A;
	border: solid 2px #711D2A;
}
.news_pic_list .pic .pic_txt .cat.topics p{
	background: #1B5000;
	border: solid 2px #1B5000;
}

.g_cnt{
	position: relative;
	z-index: 2;
}
.goods_list {
    width: 100%;
    overflow: hidden;
    position: relative;
	margin: 20px 0px;
} 
.goods_slide {
	display: flex; /* フレックスボックスレイアウトを適用 */
	flex-wrap: nowrap; /* ラップしないように設定 */
	width: 3000% !important;
	gap: 0px 20px;
}
.g_list {
	width: 20%; /* 各スライドの幅を20%に設定 */
	box-sizing: border-box;
    border: solid 1px;
    text-align:left;
	padding: 20px 20px;
}
.g_list .icon{
	background: gray;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 auto 20px;
}
.goods_list .bx-pager{
	display: none;
}
.goods_list .bx-controls-direction{
	display: flex;
	justify-content: center;
	border: solid 1px;
	max-width: 100px;
	margin: 20px auto;
	border-radius: 10px;
}
.goods .btn a p::after{
	transform: translate(0px, -50%) rotate(45deg);
}
.goods .btn a:hover p::after{
	transform: translate(10px, -35%) rotate(45deg);
}
.bnr{
	max-width: 1080px;
	margin: 86px auto 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:0px 20px;
	position: relative;
	z-index: 2;
}
.bnr a{
	width: calc(100% / 2 - 20px);
}
.bnr a:hover{
	opacity: 0.8;
}
.bnr a img{
	width: 100%;
}

/*sns*/
.sns_list{
	display: flex;
	gap: 0px 57px;
	max-width: 1080px;
	margin: 0 auto;
}
.sns_list .s_list{
	width: calc(100% / 2);
}
.s_list .mov{
	margin-bottom: 50px;
}
.s_list .mov iframe{
	width: 100%;
	height:289px;
}
.s_list .schedule .title_year, .s_list .schedule .title_month{
	line-height: 1;
    position: absolute;
    top: 0;
    z-index: 1;
}
.s_list .schedule .title_year {
    left: calc(50% - 70px);
    top: -55px;
    font-size: 2rem;
    font-weight: 800;
}
.s_list .schedule .title_month {
	left: calc(50% + -10px);
    top: -70px;
    font-weight: bold;
	font-size: 4.2rem;
}
.s_list .schedule{
	position: relative;
    margin: 0 auto;
}
.s_list .schedule button.fc-today-button.fc-button.fc-button-primary{
	top: -60px;
}
.s_list .schedule button.fc-prev-button.fc-button.fc-button-primary,.s_list .schedule button.fc-next-button.fc-button.fc-button-primary{
	top: -60px;
}
button.fc-next-button.fc-button.fc-button-primary span.fc-icon.fc-icon-chevron-right{
	margin: -3px 6px 0 0;
}
button.fc-prev-button.fc-button.fc-button-primary span.fc-icon.fc-icon-chevron-left{
	margin: -4px -6px 0 0;
}
button.fc-dayGridMonth-button.fc-button.fc-button-primary,button.fc-listMonth-button.fc-button.fc-button-primary{
	top: -60px;
	width: 85px;
    padding: 0;
}
button.fc-dayGridMonth-button.fc-button.fc-button-primary{
	right: 105px;
}
.fc-scrollgrid-sync-inner,.fc-theme-standard td, .fc-theme-standard th{
	background: #fff;
}
.s_list .instagram_wrap {
    width: 100%;
    height: 600px;
    margin: 0 35px 0 0;
}
.s_list .calendar .cnt_ttl{
	margin-bottom: 80px;
}

/* Example1 */
.bxslider1 .bxslider {
	width: 100%;
	margin: 0 auto;
}
.bxslider1 ul li img {
	width: 100%;
	height: auto;
}
.bxslider1 .bx-wrapper .bx-viewport {
    /* overflow: visible !important; */
    max-height: 100vh !important;
}

/* 共通（ローディングとナビゲーション） */
.bxslider {
	position: relative;
}
.bxslider ul {
	opacity: 0;
}
.bxslider a {
	transition: 0.4s;
}
.bxslider .bx-pager {
	position: absolute;
	bottom:-5px;
	left: 0;
	width: 100%;
	height: 0px;
	text-align: center;
	display: inline;
}
.bxslider .bx-pager-item {
	display: inline;
	padding: 0 10px;
}
.bxslider .bx-pager-item a {
	background: rgba(255,255,255,0.6);
	display: inline-block;
	width: 50px;
	height: 5px;
	text-indent: -200%;
	overflow: hidden;
}
.bxslider .bx-pager-item a:hover {
	background: rgba(255,255,255,1);
}
.bxslider .bx-pager-item a.active {
	background: rgba(255,255,255,1);
}
.bxslider .bx-controls-direction {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1em;
	width: 100%;
	height: 0px;
}
.bxslider .bx-prev {
	float: left;
}
.bxslider .bx-next {
	float: right;
}

.goods{
	overflow-x: hidden;
}
.scroll-container {
  	width: 100%;
  	overflow-x: hidden; /* スクロールバーを非表示にする */
  	cursor: grab; /* ドラッグカーソル */
	padding: 20px 0px 50px;
}

.scroll-content {
  	display: flex;
  	width: max-content;
}

.item {
  	max-width: 255px;
  	background-color: #f0f0f0;
  	margin-right: 10px;
	background: #005C30;
	transition: 0.3s;
	padding: 20px;
	color: white;
	position: relative;
	clip-path: polygon(
    6% 0%,   /* 上 */
    94% 0%,   /* 上 */
    100% 6%, /* 右上 */
    100% 94%, /* 右下 */
    94% 100%, /* 下 */
    6% 100%, /* 下 */
    0% 94%,   /* 左下 */
    0% 6%    /* 左上 */
  );
}
.item:first-child{
	margin: 0px 10px 0px 20px;
}
.item:last-child{
	margin: 0px 20px 0px 10px;
}
.item .item_txt{
	margin-bottom:30px;
	font-weight: bold;
}
.item .item_price{
	position: absolute;
	bottom: 15px;
	right: 20px;
}
.item .item_price p span{
	font-size: 2.6rem;
	margin-right: 5px;
}
.item .item_img{
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}
.item .item_img img{
	width: 100%;
	transition: 0.3s;
}
.item:hover{
	transform: translate(0,-20px);
}
.item:hover img{
	transform: scale(1.1);
}

.bnr0{
	position: fixed;
	bottom: 20px;
	left: 20px;
	max-width: 420px;
	z-index: 99;
}
.bnr0 img.close{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 28px;
	cursor: pointer;
}
.bnr0 img{
	width: 100%;
}

.pc{
	display: block;
}
.pcfx{
	display: flex;
}
.sp{
	display: none;
}

/*ipad*/
@media (max-width: 1024px) {
	.pc{
		display: none;
	}
	.pcfx{
		display: none;
	}
	.sp{
		display: block;
	}
	.content2{
		padding: 50px 20px;
	}
	
	.content3{
		padding: 50px 0px 0px;
	}
	
	/*news*/
	.news{
		padding: 0px 20px;
	}
	.news_pic_list .pic{
		width: 30%;
	}
	.news_list .list a .icon{
		transform: translate(-12px, -50%);
		display: none;
	}
	
	/*sns*/
	.content4{
		padding: 50px 20px;
	}
	.sns_list{
		display: block;
	}
	.sns_list .s_list{
		width: 100%;
	}
	.s_list .instagram_wrap{
		height: auto;
	}
	
	.content3::after{
	}
	
	.s_list .mov iframe{
		height: 540px;
	}
}
@media (max-width: 820px) {
	.content2 .lat_list .latest_game .game .team div {
		width: 50%;
	}
	.content3::after{
		width: 740px;
    	height: 357px;
	}
}
@media (max-width: 768px) {
	.content2 .lat_list .latest_game .game .team div {
        width: 60%;
    }
	
	.news_list .list a{
		display: block;
	}
	.news_list .list .txt{
		margin-top: 20px;
	}
	.news_list .list a .news_day_cat{
		width: 48%;
	}
	.news_list .list .txt {
		width: 100%;
	}
}

.pc{
	display: block;
}
.sp{
	display: none;
}
/*sp*/
@media (max-width: 767px) {
	.pc{
		display:none;
	}
	.sp{
		display: block;
	}
	
	main {
	}
	.content .cnt_ttl{
		padding-bottom: 0px;
		margin: 35px auto 10px;
		justify-content: center;
	}
	.content .cnt_ttl h2{
		font-size: 4.6rem;
		letter-spacing: 0.1em;
	}
	.content .cnt_ttl p{
		font-size: 1.4rem;
	}
	
	/*cnt1*/
	.content1 .inazuma_bg{
		background-position: center;
	}
	.home-sliderschedule .home-sliderschedule_wrap{
		width: 95%;
		margin: 20px auto;
	}
	.content1 .btn{
		margin-top: 20px;
	}
	.content1 .home-sliderschedule_item .game{
		padding: 0px 20px 0px;
		align-items: center;
	}
	.content1 .home-sliderschedule_item .game_league{
		padding-bottom: 20px;
	}
	.content1 .home-sliderschedule_item .game .game_day p.font_v{
		font-size: 5.2rem;
	}
	.content1 .home-sliderschedule_item .game .team_icon{
		width: 14%;
	}
	.content1 .home-sliderschedule_item .game .team_icon img{
		width: 100%;
	}
	.content1 .home-sliderschedule_item .game .game_day p{
		font-size: 1.4rem;
	}
	.content1 .home-sliderschedule_item .game .game_day p.area{
		margin-bottom: 20px;
		font-size: 1.2rem;
	}
	.content1 .home-sliderschedule_item .venue{
		font-size: 1.2rem;
	}
	.content1 .home-sliderschedule_item .ticket_info a.game_info p::before{
		transform: translate(80%, -40%);
	}
	.content1 .home-sliderschedule_item .ticket_info a{
		width: 45%;
	}
	.content1 .home-sliderschedule_item .ticket_info{
		padding: 5px 0px 20px;
        margin-top: -14px;
	}
	.home-sliderschedule .home-sliderschedule_wrap li.info_none .game_info {
		padding-top: 25px;
	}
	
	.content2{
		padding: 10px 10px 20px;
		background: url(../images/index_new/last_game_bg_sp.png);
		background-size: cover;
		background-position: center;
	}
	.content2 .lat_list .latest_game{
		padding: 20px 0px;
	}
	.content2 .lat_list .latest_game .league{
		padding: 0px 27px;
		font-size: 1.4rem;
	}
	.content2 .lat_list .latest_game .league p{
		padding-bottom: 10px;
	}
	.content2 .lat_list .latest_game .game .team .score .total{
		font-size: 5.6rem;
	}
	.content2 .lat_list .latest_game .game .team .score .half{
		font-size: 1.4rem;
		margin: 0px 10px;
	}
	.content2 .lat_list .latest_game .game .team div{
		width: 65%;
	}
	.content2 .lat_list .latest_game .game .team .team_icon{
		max-width: 70px;
	}
	.content2 .lat_list .latest_game .game .team .team_icon img{
		width: 100%;
	}
	.content2 .lat_list .latest_game .game .team .score .half{
		width: 72%;
	}
	.content2 .lat_list .latest_game .day p:first-child {
		margin-right: 10px;
	}
	.content2 .lat_list .latest_game .day p:nth-child(2){
		font-size: 2.8rem;
	}
	.content2 .lat_list .latest_game .area_info{
		letter-spacing: 0;
	}
	.content2 .lat_list .latest_game .area_info p.time {
		margin-right: 10px;
	}
	.content2 .lat_list .latest_game .last_game_btn{
		margin: 20px auto 0px;
	}
	.content2 .lat_list .latest_game .last_game_btn a {
		padding: 20px 12px;
	}
	.content2 .lat_list .latest_game .venue{
		display: block;
	}
	.content2 .lat_list .latest_game .venue .venue_area{
		justify-content: center;
		margin-bottom: 10px;
	}
	
	.content3{
		/*padding-bottom: 100px;
		position: relative;
		background-image: url(/teams/verblitz/assets/images/index_new/cnt3_bg_sp.jpg);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		padding: 0;*/
		background: none;
	}
	.content3::before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background-repeat:no-repeat;
		background-position:50% 100%;
		background-image:url(../images/index_new/cnt3_bg_sp.jpg);
		background-size:cover;
	}
	.content3 .cnt_ttl{
		margin-bottom: 50px;
	}
	.content3 .cnt3_bgc{
		padding-bottom: 58px;
	}
	
	/*news*/
	.news{
		padding: 0px 10px;
		margin-bottom: 80px;
	}
	.news_list{
		margin-bottom: 60px;
	}
	.news_pic_list{
		display: block;
	}
	.news_pic_list .pic{
		width: 100%;
		margin-bottom: 40px;
	}
	.news_list .list a{
		display: block;
	}
	.news_list .list a .news_day_cat{
		width: 100%;
	}
	.news_pic_list .pic .pic_txt{
		line-height: 1.6;
	}
	.news_pic_list .pic .pic_txt .cat.column p{
		font-size: 1.2rem;
		font-weight: bold;
	}
	.news_pic_list .pic .pic_txt .cat p{
		padding: 0px 10px;
	}
	.news_pic_list .pic::before {
    	width: 100px;
		height: 27px;
	}
	.news_list .list a .news_day_cat .news_day {
		width: 30%;
	}
	.news_list .list .news_cat{
		width: 61%;
	}
	.news_list .list .txt{
		line-height: 1.6;
		margin-top: 6px;
	}
	.scroll-container{
		padding-bottom: 30px;
	}
	.bnr{
		margin-top: 50px;
		display: block;
		padding: 0px 15px;
	}
	.bnr a{
		display: block;
		width: 100%;
		margin-bottom: 12px;
	}
	.bnr a:last-child{
		margin-bottom: 0px;
	}
	.content3::after {
        width: 310px;
        height: 157px;
    }
	
	.content4{
		background: #fff;
		padding: 0px 20px 40px;
	}
	.s_list .mov{
		padding-top: 50px;
	}
	.content4 .cnt_ttl{
		padding: 0px;
		justify-content: flex-start;
		margin: 0px 0px 10px;
	}
	.content4 .cnt_ttl h2{
		font-size: 3.8rem;
	}
	.content4 .cnt_ttl .game_ttl{
		margin-left: -25px;
	}
	button.fc-dayGridMonth-button.fc-button.fc-button-primary, button.fc-listMonth-button.fc-button.fc-button-primary {
		top: -40px;
		width: 53px;
		padding: 0;
	}
	button.fc-dayGridMonth-button.fc-button.fc-button-primary {
		right: 58px;
	}
	.s_list .schedule button.fc-today-button.fc-button.fc-button-primary {
		top: -45px;
		left: 80px;
	}
	.s_list .schedule .title_year{
		left: calc(50% - 31px);
    	top: -39px;
	}
	.s_list .schedule .title_month {
    	left: calc(50% + 21px);
		top: -54px;
	}
	.s_list .schedule button.fc-prev-button.fc-button.fc-button-primary, .s_list .schedule button.fc-next-button.fc-button.fc-button-primary {
		top: -45px;
	}
	button.fc-prev-button.fc-button.fc-button-primary{
		border: solid 1px #707070;
        width: 35px;
        height: 35px;
        padding: 0;
        border-right: none;
	}
	button.fc-next-button.fc-button.fc-button-primary{
		left: 35px;
        border: solid 1px #707070;
        width: 35px;
        height: 35px;
        padding: 0;
        border-left: none;
	}
	button.fc-prev-button.fc-button.fc-button-primary span.fc-icon.fc-icon-chevron-left{
		transform: translate(60%, -17%) rotate(45deg);
	}
	button.fc-next-button.fc-button.fc-button-primary span.fc-icon.fc-icon-chevron-right{
		transform: translate(0, -17%) rotate(225deg);
	}

	.s_list .mov iframe {
        height: 233px;
    }
	.l-wrapper{
		width: auto;
	}
	.s_list .mov iframe{
		width: 100%;
	}
	.sns_list{
		display: block;
	}
	.sns_list .s_list{
		width: 100%;
	}
	
	/*カレンダー*/
	button.fc-today-button.fc-button.fc-button-primary{
		display: block;
	}
	.calendar{
		margin-top: 30px;
	}
	
	.bnr0{
		max-width: 90%;
	}
	.bnr0 a{
		display: block;
	}
}
@media (max-width: 414px) {
	.content2 .lat_list .latest_game{
		padding: 20px 10px;
	}
	.content2 .lat_list .latest_game .game .team .score .half .half_cnt{
		align-items: center;
	}
	.content2 .lat_list .latest_game .game .team .score .half {
        width: 82%;
    }
	
	.news_list .list .news_cat{
		width: 70%;
	}
	
	.s_list .schedule button.fc-today-button.fc-button.fc-button-primary{
		left: 75px;
	}
	button.fc-dayGridMonth-button.fc-button.fc-button-primary {
        right: 68px;
    }
}
@media (max-width: 390px) {
	.content .cnt_ttl h2{
		letter-spacing: 0;
	}
	.content2 .lat_list .latest_game {
        padding: 20px 10px;
    }
	.content2 .lat_list .latest_game .area_info{
	}
	.content2 .lat_list .latest_game .game .team .score .total {
        font-size: 4.5rem;
    }
	.content2 .lat_list .latest_game .game .team div {
        width: 65%;
    }
	.content2 .lat_list .latest_game .game .team .score .half .half_cnt{
		align-items: center;
	}
	.content2 .lat_list .latest_game .game .team .score .half {
        width: 100%;
    }
	.content4 .cnt_ttl .game_ttl{
		margin-left: 0;
		display: block;
	}
	.content4 .cnt_ttl p{
		margin-left: 0;
		margin-top: 10px;
	}
	.s_list .schedule .title_month{
		left: calc(50% + -6px);
        top: -46px;
		font-size: 3rem;
	}
	.s_list .schedule .title_year {
        left: calc(50% - 53px);
        top: -37px;
		font-size: 1.8rem;
    }
	button.fc-today-button.fc-button.fc-button-primary{
		width: 48px;
		padding: 5px 0;
	}
	.s_list .schedule button.fc-today-button.fc-button.fc-button-primary {
        left: 71px;
        top: -42px;
    }
	.s_list .schedule button.fc-prev-button.fc-button.fc-button-primary, .s_list .schedule button.fc-next-button.fc-button.fc-button-primary {
        top: -41px;
    }
	button.fc-next-button.fc-button.fc-button-primary,button.fc-prev-button.fc-button.fc-button-primary{
		height: 30px;
	}
	button.fc-dayGridMonth-button.fc-button.fc-button-primary, button.fc-listMonth-button.fc-button.fc-button-primary{
		width: 55px;
	}
	button.fc-today-button.fc-button.fc-button-primary{
		padding: 5px 0;
	}
}
@media (max-width: 375px) {
	.content2 .lat_list .latest_game .area_info p.area{
		padding-left: 5px;
	}
	.content2 .lat_list .latest_game .area_info p.area::before{
		transform: translate(-6px, -55%);
	}
	.content2 .lat_list .latest_game .last_game_btn a{
		padding: 10px 0px;
	}
	
	.news_list .list a .news_day_cat{
		display: block;
	}
	.news_list .list .news_cat {
        width: 70%;
        padding: 5px;
		margin-top: 10px;
    }
	.s_list .schedule .title_month {
			left: calc(50% + 12px);
	}
	.s_list .schedule .title_year {
			left: calc(50% - 40px)
	}
	button.fc-dayGridMonth-button.fc-button.fc-button-primary {
        right: 65px;
    }
	.s_list .schedule button.fc-today-button.fc-button.fc-button-primary {
		top: -41px;
	}
	button.fc-dayGridMonth-button.fc-button.fc-button-primary {
        right: 57px;
    }
	.s_list .schedule button.fc-today-button.fc-button.fc-button-primary {
        left: 73px;
        top: -41px;
    }
}


@media (max-width: 767px) {
	/* 横スクロールを有効にする */
.scroll-container {
    width: 100%;
    overflow-x: auto; /* 横スクロールを表示 */
    cursor: grab;
    padding: 20px 0px 50px;
    display: flex;
    scroll-snap-type: x mandatory; /* スクロールスナップを有効にする */
}

/* スクロール時に各アイテムをスナップさせる */
.item {
    flex: 0 0 80%; /* アイテムをコンテナの80%の幅にする */
    scroll-snap-align: center; /* 中央にスナップ */
    margin: 0 10px; /* 左右にマージンを追加 */
	max-width: 238px;
    background-color: #005C30;
    transition: 0.3s;
    padding: 20px;
    color: white;
    position: relative;
    clip-path: polygon(
        6% 0%,   /* 上 */
        94% 0%,   /* 上 */
        100% 6%, /* 右上 */
        100% 94%, /* 右下 */
        94% 100%, /* 下 */
        6% 100%, /* 下 */
        0% 94%,   /* 左下 */
        0% 6%    /* 左上 */
    );
}

/* 中央アイテムの最初と最後のアイテムのマージンを調整 */
.item:nth-child(4) {
  margin-left: 0px;
}

.item:nth-last-child(4) {
  margin-right: 10px;
}

/* その他のスタイルはそのまま */
.item .item_txt {
    margin-bottom: 30px;
    font-weight: bold;
}

.item .item_price {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.item .item_price p span {
    font-size: 2.6rem;
    margin-right: 5px;
}

.item .item_img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.item .item_img img {
    width: 100%;
    transition: 0.3s;
}

.item:hover {
    transform: translate(0, -20px);
}

.item:hover img {
    transform: scale(1.1);
}
}
