@charset "UTF-8";
/* CSS Document */
body{
	background: #222;
}


body.kaisai {
  color: #000;
  line-height: 1.3em;
  font-family: 'Noto Sans JP', sans-serif;	
  -webkit-text-size-adjust: 100%;
  background: url(../images/wrap_bg.png) #390071 center 0px fixed; 	
  font-size: 28px;

}

body.hikaisai {
  color: #000;
  line-height: 1.3em;
  font-family: 'Noto Sans JP', sans-serif;	
  -webkit-text-size-adjust: 100%;
  background: url(../images/wrap_bg2.png) #666 center 0px fixed; 	
  font-size: 28px;	
}


/*///////////////*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
}


::-webkit-scrollbar-thumb {
  background: #BFBFBF;
  border-radius: 2px;
  box-shadow: inset 1px 1px 1px rgba(255,255,255,0.2);	
}

#wrapper{
	width: 750px;
	color: #fff;
	margin: 0 auto;
	position: relative;
}

#header{
	height: 80px;
	position: relative;
	z-index: 999;
	background: rgba(46,46,46,0.8);
}


#header .news a, #header .news a:visited{
	color: #fff;	
}

#header .btn{
	display: block;
	position: absolute;
	cursor: pointer;
}

#header .btn#menu{
	height: 36px;
	width: 74px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-align: center;
	font-size: 20px;
	display: block;
	padding-top: 44px;
	padding-left: 30px;
	z-index: 9999;
}


#header.fixed{
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0px;
	right: 0px;
}



.kaisai #header .btn#menu{
	background: url("../images/menu_01.png") no-repeat center center;
	color: #2D0062;
}

.hikaisai #header .btn#menu{
	background: url("../images/menu_02.png") no-repeat;
	color: #EF5B06;
}

#header .btn#menu.active{
	background: url("../images/menu_01_on.png") no-repeat;
	color: #FFFFFF;
	top: 0px;
	right:0px;
}

.hikaisai #header .btn#menu.active{
	background: url("../images/menu_02.png") no-repeat;
}


#header .btn#menu.active span, .hikaisai #header .btn#menu.active span{
	background: #FFF;
}

#header .btn#menu span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    right: 14px;
    border-radius: 2px;
  background: #2D0062;
}

.hikaisai #header .btn#menu span{
	background: #EF5B06;
}


#header .btn#menu span:nth-of-type(1) {
  top:12px;
  height: 4px;	
  width: 60%;
}

#header .btn#menu span:nth-of-type(2) {
  top:24px;
  height: 6px;	
  width: 50%;	
}

#header .btn#menu span:nth-of-type(3) {
  top:36px;
  height: 8px;	
  width: 40%;		
}

/*activeクラスが付与されると線が回転して×に*/

#header .btn#menu.active span:nth-of-type(1) {
    top: 18px;
    left: 46px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
	height: 6px;
}

#header .btn#menu.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

#header .btn#menu.active span:nth-of-type(3){
    top: 30px;
    left: 46px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
	height: 6px;
}




#header .btn#net{
	width: 64px;
	height: 140px;
	top: 182px;
	right: 0px;
	background: url("../images/btn_net_sp3.png") no-repeat;
	z-index: 999;
	position: fixed;
}

#header .btn#live_b{
	width: 64px;
	height: 110px;
	background: url("../images/btn_live_sp3.png") no-repeat;
	top: 292px;
	right: 0px;
	z-index: 999;
	position: fixed;
}

#header .btn#net a{
	display: block;
	text-indent: -9999px;
	line-height: 110px;
}

#header .btn#live_b a{
	display: block;
	text-indent: -9999px;
	line-height: 110px;
}


.hikaisai .btn#live_b{
	display: none;
}




#header .btn.none{
	pointer-events: none;
	filter: grayscale(1);
	opacity: 0.8;
}

#all_menu{
	display: none;
	position: absolute;
	width: 100%;
	z-index: 99;
	top:80px;
  background-color: rgba(255, 255, 255, 0.1); /* 背景色 */
  -webkit-backdrop-filter: blur(40px); /* ぼかしエフェクト */
  backdrop-filter: blur(40px);
}

#all_menu.active{
	display: block;
	animation: fadeInDown 0.5s linear forwards;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#all_menu_wrap{
	width: 100%;
	padding-top: 30px;
}

.kaisai #all_menu_wrap{
	background: url("../../images/menu_bg.png") repeat top left;
}

.hikaisai #all_menu_wrap{
	background: url("../../images/menu_red.png") repeat top left;
}




/***20221107***/



#all_menu_wrap ul{
	width: 590px;
	padding-top: 140px;
	padding-bottom: 20px;
	margin-left: 100px;
	margin-bottom: 40px;
}

#all_menu_wrap ul li{
	width: 450px;
	height: 50px;
	position: relative;
	margin-left: 110px;
	margin-top: 34px;
}


#all_menu_wrap ul#cate01 li:nth-child(1){
	background: url(../images/index_c_02.png) no-repeat left center;
}
#all_menu_wrap ul#cate01 li:nth-child(2){
	background: url(../images/index_c_03.png) no-repeat left center;
}
#all_menu_wrap ul#cate01 li:nth-child(3){
	background: url(../images/index_c_04_replay.png) no-repeat left center;
}
#all_menu_wrap ul#cate01 li:nth-child(4){
	background: url(../images/index_c_04_result.png) no-repeat left center;
}
#all_menu_wrap ul#cate01 li:nth-child(5){
	background: url(../images/index_c_05.png) no-repeat left center;
}
#all_menu_wrap ul#cate01 li:nth-child(6){
	height: 90px;
	line-height: 90px;
	background: url(../images/index_c_06_23.png) no-repeat left center;
}
#all_menu_wrap ul#cate01 li:nth-child(7){
	background: url(../images/index_c_07.png) no-repeat left center;
}
#all_menu_wrap ul#cate01 li:nth-child(8){
	background: url(../images/index_c_08.png) no-repeat left center;
}


#all_menu_wrap ul#cate02 li:nth-child(1){background: url(../images/index_c_01_2.png) no-repeat left center;}
#all_menu_wrap ul#cate02 li:nth-child(2){background: url(../images/index_c_02_2.png) no-repeat left center;}
#all_menu_wrap ul#cate02 li:nth-child(3){background: url(../images/index_c_03_2.png) no-repeat left center;}
#all_menu_wrap ul#cate02 li:nth-child(4){background: url(../images/index_c_04_2.png) no-repeat left center;}
#all_menu_wrap ul#cate03 li:nth-child(1){background: url(../images/index_c_05_2.png) no-repeat left center;}
#all_menu_wrap ul#cate03 li:nth-child(2){background: url(../images/index_c_06_2.png) no-repeat left center;}


#all_menu_wrap ul#cate04 li:nth-child(1){background: url(../images/index_c_01_3.png) no-repeat left center;}
#all_menu_wrap ul#cate04 li:nth-child(2){background: url(../images/index_c_02_3.png) no-repeat left center;}
#all_menu_wrap ul#cate04 li:nth-child(3){background: url(../images/index_c_03_3.png) no-repeat left center;}
#all_menu_wrap ul#cate04 li:nth-child(4){background: url(../images/index_c_04_3.png) no-repeat left center;}

#all_menu_wrap ul#cate05 li:nth-child(1){background: url(../images/index_c_05_3.png) no-repeat left center;}
#all_menu_wrap ul#cate05 li:nth-child(2){background: url(../images/index_c_06_3.png) no-repeat left center;}
#all_menu_wrap ul#cate05 li:nth-child(3){background: url(../images/index_c_07_3.png) no-repeat left center;}


#all_menu_wrap ul#cate06 li:nth-child(1){background: url(../images/index_c_01_4.png) no-repeat left center;}
#all_menu_wrap ul#cate06 li:nth-child(2){background: url(../images/index_c_02_4.png) no-repeat left center;}
/* アクアライブチャンネル削除 */
/* #all_menu_wrap ul#cate06 li:nth-child(3){background: url(../images/index_c_03_4.png) no-repeat left center;height: 90px;line-height: 90px;} */
#all_menu_wrap ul#cate06 li:nth-child(3){background: url(../images/index_c_04_4.png) no-repeat left center;}
#all_menu_wrap ul#cate06 li:nth-child(4){background: url(../images/index_c_05_4.png) no-repeat left center;}
/* #all_menu_wrap ul#cate06 li:nth-child(5){background: url(../images/index_c_06_43.png) no-repeat left center;} */
/* #all_menu_wrap ul#cate06 li:nth-child(6){background: url(../images/index_c_07_4.png) no-repeat left center;} */


#all_menu_wrap ul#cate07 li:nth-child(1){background: url(../images/index_c_01_53.png) no-repeat left center;}
#all_menu_wrap ul#cate07 li:nth-child(2){background: url(../images/index_c_02_5.png) no-repeat left center;}
#all_menu_wrap ul#cate07 li:nth-child(3){background: url(../images/index_c_03_5.png) no-repeat left center;}
#all_menu_wrap ul#cate07 li:nth-child(4){background: url(../images/index_c_04_5.png) no-repeat left center;
height: 90px;
line-height: 90px;}
#all_menu_wrap ul#cate07 li:nth-child(5){background: url(../images/index_c_05_53.png) no-repeat left center;}
#all_menu_wrap ul#cate07 li:nth-child(6){background: url(../images/index_c_07_5.png) no-repeat left center;
	height: 90px;
	line-height: 90px;}



#all_menu_wrap ul#cate01{
	background: url("../images/cate01.png") no-repeat top left;
}

#all_menu_wrap ul#cate02{
	width: 648px;
	background: url("../images/cate02.png") no-repeat top left;
}
#all_menu_wrap ul#cate03{
	background: url("../images/cate03.png") no-repeat top left;
}
#all_menu_wrap ul#cate04{
	width: 634px;
	background: url("../images/cate04.png") no-repeat top left;
}
#all_menu_wrap ul#cate05{
	background: url("../images/cate05.png") no-repeat top left;
}
#all_menu_wrap ul#cate06{
	width: 600px;
	background: url("../images/cate06.png") no-repeat top left;
}
#all_menu_wrap ul#cate07{
	background: url("../images/cate07.png") no-repeat top left;
}


#logo_suminoe{
	width: 275px;
	height: 49px;
	position: absolute;
	top: 16px;
	left:24px;
	background: url("../images/logo_suminoe.png") no-repeat top left;
	z-index: 999;
}

#logo_suminoe a{
	line-height: 37px;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}


#header .btn_sns{
	position: absolute;
	top: -4px;
	left: 320px;
	z-index: 999;
}
.btn_sns{
	width: 330px;
	height: 38px;
	margin: 24px auto 0;
}

.btn_sns li{
	width: 45px;
	height: 40px;
	float: left;
	margin-left: 16px;
}


.btn_sns li a{
	line-height: 40px;
	text-indent: -9999px;
	display: block;
}

.btn_sns li:nth-child(1){
	background: url(../images/icon_facebook_01.png) no-repeat center center;
	margin-left: 0px;
}
.btn_sns li:nth-child(2){
	background: url(../images/icon_line_01.png) no-repeat center center;
}
.btn_sns li:nth-child(3){
	background: url(../images/icon_twitter_01.png) no-repeat center center;
}
.btn_sns li:nth-child(4){
	background: url(../images/icon_insta_01.png) no-repeat center center;
}
.btn_sns li:nth-child(5){
	width: 50px;
	background: url(../images/icon_youtube_01.png) no-repeat center center;
}

.menu_s_bg{
	position: absolute;
	width: 158px;
	height: 734px;
	right: 0px;
	bottom: 0px;
	background: url("../images/menu_s_bg.png") no-repeat top left;
}

.sub_menu{
	width: 100%;
	height: 150px;
	z-index: 1;
}
.sub_menu li{
	height: 50px;
	float: left;
}

#all_menu .sub_menu{
	width: 750px;
	height: 150px;
	z-index: 1;
	padding-bottom: 50px;
	padding-top: 0px;
	margin: 0;
	animation: fadeInDown 2s linear forwards;
}


#topics_inmenu{
	width: 530px;
	margin: 30px auto 0;
	height: 350px !important;
	z-index: 1;
	overflow: hidden;
}

#topics_inmenu .swiper2 .swiper-wrapper{
	width: 100% !important;
	height: 300px !important;
}

#topics_inmenu .swiper2 .swiper-slide {

}
#topics_inmenu  .swiper2 .swiper-slide img{
	width: 530px;
	height: 300px;
	position:relative;
}

.swiper-button-prev,
.swiper-button-next {
width: 40px;
height: 40px;
content: "" !important;	
}


/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 40px;
  margin: auto;
  width: 40px;
}

.swiper-button-prev{
	background: url("../images/nav_pre.png") no-repeat left center;
	
}

.swiper-button-next{
	background: url("../images/nav_next.png") no-repeat left center;
}

.swiper-button-next, .swiper-button-prev{
	filter: grayscale(1);
}


.sub_menu li{
	margin-left: 30px !important;
	margin-top: 0px !important;

}


.sub_menu li a{
	line-height: 50px;
	text-indent: -9999px;
	display: block;
}


.sub_menu li:nth-child(1){
	width: 94px !important;
	height: 50px;
	background: url("../images/foot_m01.png") no-repeat left center;
}


.sub_menu li:nth-child(2){
	width: 168px !important;
	height: 50px;
	background: url("../images/foot_m02.png") no-repeat left center;
}

.sub_menu li:nth-child(3){
	width: 348px !important;
	height: 50px;
	background: url("../images/foot_m03.png") no-repeat left center;
}

.sub_menu li:nth-child(4){
	width: 446px !important;
	height: 50px;
	background: url("../images/foot_m04.png") no-repeat left center;
}

.sub_menu li:nth-child(5){
	width: 168px !important;
	height: 50px;
	background: url("../images/foot_m05.png") no-repeat left center;
}

.sub_menu li:nth-child(6){
	width: 118px !important;
	height: 50px;
	background: url("../images/foot_m06.png") no-repeat left center;
}

.sub_menu li:nth-child(7){
	width: 219px !important;
	height: 50px;
	background: url("../images/foot_m07.png") no-repeat left center;
}


#footer{
	width: 100%;
	height: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	position: relative;
	z-index: 3;
}


.kaisai #footer{
	color: #000;
	background: #06AB00;
}

.hikaisai #footer{
	background: #760010;
	color: #9C9C9C;
}



