@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* 必要要素の初期設定 */

body {
-webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 width: 100%;
 margin: 0;
 padding: 0;
 color:#000000;
 font-size: 12px;
 font-family: 'Noto Sans JP', sans-serif;
 background-color:#ffffff;
 /*
 min-width:1000px;
 */
 
}

*:focus {
  outline: none;
}


a {
 text-decoration:none;
 outline:none;
}

a:focus{
	outline: none;
}

a:hover{
	opacity:0.7;	
}

a{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
cursor:pointer;
}


ul {
 margin: 0;
 padding: 0;

}

li{
	list-style:none;	
}

/* ベースレイアウト */






#wrapper {
 width: 100%;
 margin: 0;
 padding:0;
	

 opacity: .0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: .0; 
	-moz-opacity: .0; 

	

}

.contents{
	width:100%;
	position:relative;
	
}


header{
	position: fixed;
	z-index: 9999;
	width: 100%;
	overflow: auto;
	background: #ffffff;
	 -webkit-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}

.border01{
	width: 100%;
	display: block;
	height: 5px;
	background: #000000;
}
.border02{
	width: 100%;
	display: block;
	height: 5px;
	background: #EF5D91;
}

.border03{
	width: 100%;
	display: block;
	height: 5px;
	background: #28893A;
}

header .logo{
	display: block;
	float: left;
	margin: 20px 0 20px 40px;
}

	
header .menu{
	display: block;
	float: right;
	margin: 40px 40px 0 0;
	font-size: 13px;
	font-weight: 500;
}

header .menu a{
	display: inline-block;
	margin: 0 10px 0 0;
	color:#000000;
}
header .menu div{
	display: inline-block;
	margin: 0 10px 0 0;
}

header .umelogo{
		display: block;
		float: right;
		margin: 15px 20px 0 0;
	}
	

.slideare{
	position: relative;
	width: 100%;
	display: block;
	margin: 0;
	padding: 160px 0 0 0;
	overflow: hidden;
}

.slideare ul{
  margin:0;
  padding: 0;
  list-style: none;
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:100%;
    margin:0 auto;
	position: relative;
}

.slider li{
	width: 100%;
	position: relative;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
	border-radius: 8px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
   
}

.slick-dots .slick-active button{
    
}

.slide_info{
	position: absolute;
	bottom: 2%;
	display: block;
	background-color: rgba(0, 0, 0, 0.9);
	color: #ffffff;
	width: 96%;
	margin: 0 0 0 2%;
	padding: 10px 0;
	border-radius:8px;
	font-weight: 500;
}

.slide_info p{
	display: block;
	margin: 0;
	padding: 0 10px;
	font-size: 20px;
	
}

.slide_info .date{
	display: block;
	font-size: 12px;
	color: #E85A8D;
}

.top_about{
	position: relative;
	width: 100%;
	margin: 80px 0 100px 0;
	
}

.top_about .logo02{
	width: 780px;
	display: block;
	margin:  0 auto;
}

.top_about .catchcopy{
	width: 920px;
	letter-spacing: -0.02em;
	font-weight: 700;
	line-height: 1.7em;
	font-size: 32px;
	display: block;
	margin: 40px auto;
}


.pink{
	color: #ffffff;
	display: inline-block;
	background: #DF4A7E;
	padding: 1px 0;
	margin: 2px 0;
}

.orange{
	color: #ffffff;
	display: inline-block;
	background: #EB5305;
	padding: 1px 0;
	margin: 2px 0;
}


.about_btn{
	display: block;
	width: 320px;
	margin: 0 auto;
}

.event_area{
	margin: 50px auto;
	display: block;
	width: 880px;
	overflow: auto;
}



.evblock{
	width: 880px;
	margin:  0 auto;
	overflow: auto;
	position: relative;
}

.evblock div{
	width: 420px;
	display: block;
	float: left;
	margin: 0 40px 0 0;
}

.evblock div:last-child{
	margin:  0 0 0 0;
}

.evblock div a{
	display: block;
	width: 320px;
	margin: 20px auto;
}


.news_area{
	clear: both;
	display: block;
	width: 980px;
	margin: 100px auto;
}

.news_area .newstitle{
	display: block;
	width: 202px;
	margin: 0 auto 40px auto;
}

.news_area .newslist{
	position: relative;
	display: block;
	overflow: auto;
	width: 980px;
	margin:  0 auto;
}


.news_area .newslist .newsblock{
	width: 300px;
	display: block;
	margin: 0 40px 20px 0;
	float: left;
	
}

.news_area .newslist .newsblock:nth-child(3n){
	margin: 0 0 20px 0;
}

.news_area .newslist .newsblock img{
	vertical-align: top;
	margin: 0;
	padding: 0;
	border-radius:8px 8px 0 0;
}

.news_area .newslist .newsblock .newsinfo{
	display: block;
	width: 100%;
	background: #000000;
	color: #ffffff;
	margin: 0;
	padding: 5px 0;
	border-radius:0 0 8px 8px;
	overflow: auto;
}

.date2{
	display: block;
	font-size: 12px;
	color: #DF4A7E;
	margin: 0;
	padding: 0 10px;
	
	
}

.ntxt{
	margin: 5px 0 5px 0;
	padding: 0 10px;
	font-size: 15px;
}


.newslink{
	width: 320px;
	display: block;
	margin: 20px auto;
}


.scrollarea{
	width:100%;
	margin:40px 0 0 0;
	padding:0;
	overflow:hidden;
	position:relative;
	
}





.simply-scroll-container { 
	position: relative;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 124px;
}
.simply-scroll-list li {
	list-style: none;
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0 40px 0 0;
	width: 5708px;
	height: 124px;
	
}
.simply-scroll-list li img {
	display: block;
	width: 100%;
	height: auto;

}


.sponsor_area{
	clear: both;
	position: relative;
	display: block;
	width:900px;
	margin: 100px auto;
	
}

.sponsortitle{
	display: block;
	width: 272px;
	margin: 0 auto;
	
}

.contact_txt{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8em;
}

.sponsor_area a{
	display: block;
	width: 320px;
	margin: 20px auto;
}

.delay-time02{
animation-delay: 0.4s;
}

.delay-time04{
animation-delay: 0.6s;
}

.delay-time06{
animation-delay: 0.8s;
}

.delay-time08{
animation-delay: 1.2s;
}




/*aboutページ*/
.about{
	position: relative;
	width: 100%;
	padding: 180px 0 40px 0;
	
}

.about .logo02{
	width: 780px;
	display: block;
	margin:  0 auto;
}

.about .catchcopy{
	width: 920px;
	letter-spacing: -0.02em;
	font-weight: 700;
	line-height: 1.7em;
	font-size: 32px;
	display: block;
	margin: 40px auto;
}


.aboutinfo{
	display: block;
	width: 840px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	border-top: 1px solid #003686;
}



.abouttxt{
	width: 740px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7em;
}



.aboutimg{
	display: block;
	margin: 0 auto 40px auto;
	width: 700px;
}

.aboutbox{
	position: relative;
	display: block;
	overflow: auto;
	width: 700px;
	margin: 0 auto;
}

.aboutbox .aboutimg01{
	display: block;
	margin: 0 20px 0 0;
	float: left;
	
}
.aboutbox .aboutimg02{
	display: block;
	margin: 0 0 0 0;
	float: left;
	
}
/*newsページ*/


.news_area2{
	clear: both;
	display: block;
	width: 980px;
	padding: 180px 0;
	margin: 0 auto;
}

.news_area2 .newstitle{
	display: block;
	width: 212px;
	margin: 0 auto 40px auto;
}

.news_area2 .newslist{
	position: relative;
	display: block;
	overflow: auto;
	width: 980px;
	margin:  0 auto;
}


.news_area2 .newslist .newsblock{
	width: 300px;
	display: block;
	margin: 0 40px 20px 0;
	float: left;
	
}

.news_area2 .newslist .newsblock:nth-child(3n){
	margin: 0 0 20px 0;
}

.news_area2 .newslist .newsblock img{
	vertical-align: top;
	margin: 0;
	padding: 0;
	border-radius:8px 8px 0 0;
}

.news_area2 .newslist .newsblock .newsinfo{
	display: block;
	width: 100%;
	background: #003686;
	color: #ffffff;
	margin: 0;
	padding: 5px 0;
	border-radius:0 0 8px 8px;
	overflow: auto;
}

.date2{
	display: block;
	font-size: 12px;
	color: #DF4A7E;
	margin: 0;
	padding: 0 10px;
	
	
}

.ntxt{
	margin: 5px 0 5px 0;
	padding: 0 10px;
	font-size: 15px;
}



.paging{
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 20px;
	font-family: "Termina";
	font-weight: 400;
	margin: 20px 0 0 0;
	
}

.prev{
	display: inline-block;
	text-align: left;
	color: #EB5305;
}
.next{
	display: inline-block;
	text-align: right;
	color: #EB5305;
}

.pagination{
	display: inline-block;
	text-align: center;
	margin: 0 80px;
	color: #003686;
}

.pagination a{
	display: inline-block;
	margin: 0 5px;
	color: #003686;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.pagination a.now{
	color: #EB5305;
	background: #003686;
	border-radius:50%;
}



.news_detail{
	display: block;
	width: 700px;
	margin: 0 auto;
}

.newsmainimg{
	display: block;
	margin: 0 0 20px 0;
}

.newsmainimg img{
	border-radius: 8px;
}


.news_detail_title{
	padding: 0 0 20px 0;
	border-bottom: 1px solid #eeeeee;
}

.news_detail_title .ndate{
	font-size: 12px;
	color: #E95204;
	padding:  0;
	margin: 0 0 5px 0;
	font-weight: 500;
	
}
.news_detail_title .ntitle{
	font-size: 18px;
	color: #003686;
	padding:  0;
	margin: 0 0 0 0;
	font-weight: 500;
	
}

.news_main{
	font-size: 14px;
	line-height: 1.6em;
}

.news_main p{
	padding: 0;
	margin: 20px 0 20px 0;
}
.news_main img{
	border-radius: 8px;
}

.backnews{
	display: block;
	text-align: center;
	font-family: "Termina";
	font-weight: 400;
	font-size: 18px;
	margin: 40px 0 0 0;
}

.backnews a{
	color: #E95204;
}


/*すみだボクシング祭り*/

.sumiboku{
	width: 1000px;
	margin: 0 auto;
	padding: 180px 0 0 0;
}

.sumibokutitle{
	display: block;
	width: 478px;
	margin:  0 auto 40px auto;
}

.sumibokuimg{
	display: block;
	width: 700px;
	margin: 0 auto;
}

.sumibokuimg img{
	border-radius: 8px;
}

.kihon{
	width: 100%;
	position: relative;
}

.kihonhousin{
	display: block;
	width: 320px;
	margin: 20px auto;
}

.kihontxt{
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5em;
	text-align: center;
	margin: 0 0 40px 0;
}

.ktxt01{
	padding: 0;
	margin: 0;
}

.ktxt02{
	padding: 0;
	margin: -14px 0;
	font-size: 44px;
	color: #EB5305;
}
.ktxt03{
	padding: 0;
	margin: 0;
	color: #003686;
}

.sumiboku_gaiyou{
	width: 840px;
	padding: 40px 0;
	margin: 0 auto;
	display: block;
	border-top: 1px solid #003686;
}

.gaiyou_title{
	width: 100%;
	font-size: 20px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #cccccc;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.gaiyou_title img{
	vertical-align: middle;
	display: inline-block;
	margin: 0 10px 0 0;
}

.gtxt{
	font-weight: 500;
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0;
}

.gtxt01{
	display: inline-block;
	width: 15%;
	margin: 0;
	padding: 0;
}

.gtxt02{
	display: inline-block;
	width: 85%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.ogtxt{
	color: #EB5305;
	font-weight: 700;
}
.gtxt03{
	font-weight: 500;
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.6em;
}


.sumibokuimg2{
	margin: 20px 0;
}

.midokoro{
	width: 1000px;
	margin: 80px auto 100px auto;
}

.sumibokutitle2{
	display: block;
	width: 612px;
	margin: 0 auto 40px auto;
	
}

.midokorobox{
	position: relative;
	overflow: auto;
	width: 1000px;
}

.midbox{
	width: 480px;
	display: block;
	margin: 0 36px 20px 0;
	padding: 0;
	float: left;
	border-radius: 8px;
	border: 1px solid #003686;
	min-height: 360px;
}

.midbox:nth-child(2n){
	margin: 0 0 20px 0;
}

.midbox .midtitle{
	font-size: 24px;
	font-family: "Termina";
	background: #003686;
	padding: 10px 10px;
	color: #ffffff;
	font-weight: 700;
	border-radius: 8px 8px 0 0;
}

.mnum{
	font-weight: 500;
	color: #ffffff;
	background: #28893A;
	border-radius:50%;
	width: 40px;
	height: 38px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 2px 0 0 0;
}
.midtxt{
	font-size: 15px;
	line-height: 1.6em;
	padding: 5px 10px;
}

.midbox img{
	margin: 5px 5px 10px 10px;
}



 .foo.delighter {
      transition: all .3s ease-out;
      transform: translateY(40px);
      opacity: 0;
   }


.foo.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo.delighter.started.ended {
      
   }


.foo2.delighter {
      transition: all .6s ease-out;
      transform: translateY(60px);
      opacity: 0;
   }


.foo2.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo2.delighter.started.ended {
      
   }

.foo3.delighter {
      transition: all .6s ease-out;
      transform: translateX(60px);
      opacity: 0;
   }


.foo3.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo3.delighter.started.ended {
      
   }

.foo4.delighter {
      transition: all .6s ease-out;
      transform: translateX(-60px);
      opacity: 0;
   }


.foo4.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo4.delighter.started.ended {
      
   }


.footer{
	clear: both;
	width:100%;
	
	background: #ffffff;
	padding:0;
	margin:0;
	
}

.flogo{
	display: block;
	float: left;
	margin: 20px 0 20px 40px;
}


.fmenu{
	display: block;
	float: right;
	margin: 20px 40px 0 0;
}

.footer a{
	display: inline-block;
	margin: 0 5px 0 5px;
	font-size: 12px;
	font-weight: 700;
	color: #333333;
	
	
}

.spbtn{
	display: none;
}

.spmenu{
	display: none;
}

.pc{
	display: block;
}

.sp{
	display:none;
}


@media only screen and (max-width: 1200px) {
	
}

@media only screen and (max-width: 800px) {
	
	
.sp{
	display: block;
}

.pc{
	display:none;
}

	

/* ベースレイアウト */


#wrapper {
 width: 100%;
 margin: 0;
 padding:0;
	

 opacity: .0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: .0; 
	-moz-opacity: .0; 

	

}

.contents{
	width:100%;
	position:relative;
	
}


header{
	position: fixed;
	z-index: 9999;
	width: 100%;
	overflow: auto;
	background: #ffffff;
	 -webkit-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}

.border01{
	width: 100%;
	display: block;
	height: 5px;
	background: #000000;
}
.border02{
	width: 100%;
	display: block;
	height: 5px;
	background: #EF5D91;
}



header .logo{
	display: block;
	float: left;
	margin: 20px 0 20px 5%;
	width: 60%;
}

	header .logo img{
		width: 100%;
		height: auto;
	}
	
header .menu{
	display: none;
	float: right;
	margin: 40px 40px 0 0;
	font-size: 13px;
	font-weight: 500;
}

header .menu a{
	display: inline-block;
	margin: 0 10px 0 0;
	color:#000000;
}
header .menu div{
	display: inline-block;
	margin: 0 10px 0 0;
}
	
header .umelogo{
		display: none;
		float: right;
		margin: 0 20px 0 0;
	}
	
	
.spbtn{
	display: block;
		float: right;
		margin: 25px 5% 0 0;
	cursor: pointer;
		
}
	
	
	.spmenu{
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.90);
		position: fixed;
		top:50px;
		z-index: 9998;
		padding: 80px 0 0 0;
	}
	
	
	.spmenu a{
		display: block;
	margin: 0 0 10px 0;
	color:#333333;
		font-size: 20px;
		text-align: center;
		font-weight: 700;
		
		
		
	}
	
	.spmenu div{
	display: block;
	margin: 0 0 10px 0;
		text-align: center;
}
	

.slideare{
	position: relative;
	width: 100%;
	display: block;
	margin: 0;
	padding: 120px 0 0 0;
	overflow: hidden;
}

.slideare ul{
  margin:0;
  padding: 0;
  list-style: none;
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:100%;
    margin:0 auto;
	position: relative;
}

.slider li{
	width: 100%;
	position: relative;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
	border-radius: 8px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:16px;/*ドットボタンのサイズ*/
    height:16px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
	 
}

.slick-dots .slick-active button{
    
}

.slide_info{
	position: absolute;
	bottom: 2%;
	display: block;
	background-color: rgba(0, 0, 0, 0.9);
	color: #ffffff;
	width: 96%;
	margin: 0 0 0 2%;
	padding: 10px 0;
	border-radius:8px;
	font-weight: 500;
}

.slide_info p{
	display: block;
	margin: 0;
	padding: 0 10px;
	font-size: 15px;
	
}

.slide_info .date{
	display: block;
	font-size: 12px;
	color: #EF5D91;
}

.top_about{
	position: relative;
	width: 90%;
	margin: 40px 5% 100px 5%;
	
}

.top_about .logo02{
	width: 94%;
	display: block;
	margin:  0 auto;
}
	
	.top_about .logo02 img{
		width: 100%;
		height: auto;
	}

.top_about .catchcopy{
	width: 100%;
	font-weight: 700;
	line-height: 1.5em;
	font-size: 22px;
	display: block;
	margin: 40px auto;
}


.pink{
	color: #ffffff;
	display: inline;
	background: #EF5D91;
	padding: 1px 0;
	margin: 2px 0;
}

.orange{
	color: #ffffff;
	display: inline-block;
	background: #EB5305;
	padding: 1px 0;
	margin: 2px 0;
}


.about_btn{
	display: block;
	width: 320px;
	margin: 0 auto;
}

.event_area{
	margin: 50px auto;
	display: block;
	width: 90%;
	overflow: auto;
}

.evtitle{
	display: block;
	width: 228px;
	margin: 0 auto 60px auto;
}

.evblock{
	width: 100%;
	margin:  0 auto;
	overflow: auto;
	position: relative;
}

.evblock div{
	display: block;
	float: none;
	width: 94%;
	margin: 0 auto 40px auto;
}

.evblock div:last-child{
	margin:  0 auto 0 auto;
}
	
	.evblock div img{
		width: 100%;
		height: auto;
	}


.news_area{
	clear: both;
	display: block;
	width: 90%;
	margin: 60px auto;
}

.news_area .newstitle{
	display: block;
	width: 212px;
	margin: 0 auto 40px auto;
}

.news_area .newslist{
	position: relative;
	display: block;
	overflow: auto;
	width: 100%;
	margin:  0 auto;
}


.news_area .newslist .newsblock{
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
	float: none;
	overflow: auto;
	background: #000000;
	border-radius: 8px;
	
}

.news_area .newslist .newsblock:nth-child(3n){
	margin: 0 0 20px 0;
}

.news_area .newslist .newsblock img{
	vertical-align: top;
	width: 30%;
	margin: 0;
	padding: 0;
	border-radius:8px 0 0 8px;
	display: block;
	float: left;
}

.news_area .newslist .newsblock .newsinfo{
	display: block;
	float: left;
	width: 70%;
	background: #000000;
	color: #ffffff;
	margin: 0;
	padding: 5px 0;
	border-radius:0 8px 8px 0;
	overflow: auto;
	height: 100%;
}

.date2{
	display: block;
	font-size: 12px;
	color: #EF5D91;
	margin: 5px 0 0 0;
	padding: 0 10px;
	
	
}

.ntxt{
	margin: 5px 0 5px 0;
	padding: 0 10px;
	font-size: 11px;
}


.newslink{
	width: 320px;
	display: block;
	margin: 20px auto;
}

.sponsor_area{
	clear: both;
	position: relative;
	display: block;
	width:90%;
	margin: 40px auto 100px auto;
	
}

.sponsortitle{
	display: block;
	width: 80%;
	margin: 0 auto;
	
}
	
	.sponsortitle img{
		width: 100%;
		height: auto;
	}

	.contact_txt{
		font-size: 16px;
	}

.delay-time02{
animation-delay: 0.4s;
}

.delay-time04{
animation-delay: 0.6s;
}

.delay-time06{
animation-delay: 0.8s;
}

.delay-time08{
animation-delay: 1.2s;
}




/*aboutページ*/
.about{
	position: relative;
	width: 90%;
	padding: 140px 5% 40px 5%;
	
}

.about .logo02{
	width: 94%;
	display: block;
	margin:  0 auto;
}

	.about .logo02 img{
		width: 100%;
		height: auto;
	}
	
	
.about .catchcopy{
	width: 100%;
	font-weight: 700;
	line-height: 1.5em;
	font-size: 22px;
	display: block;
	margin: 40px auto 0 auto;
}


.aboutinfo{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 0 0;
	border-top: 1px solid #003686;
}

.aboutsec{
	width: 90%;
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 20px 0;
	margin: 0 5% 20px 5%;
}

.abouttxt{
	width: 90%;
	margin: 0 auto 20px auto;
	display: block;
	vertical-align: top;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7em;
}

.aboutimg{
	display: block;
	width:90%;
	margin: 0 5% 100px 5%;
}
	
	.aboutimg img{
		width: 100%;
		height: auto;
	}
	

.aboutbox{
	position: relative;
	display: block;
	overflow: auto;
	width: 90%;
	margin: 0 auto;
}

.aboutbox .aboutimg01{
	display: block;
	margin: 0 0 20px 0;
	float: none;
	
}
	.aboutbox .aboutimg01 img{
		width: 100%;
		height: auto;
	}
.aboutbox .aboutimg02{
	display: block;
	margin: 0 0 0 0;
	float: none;
	
}
	
	.aboutbox .aboutimg02 img{
		width: 100%;
		height: auto;
	}

/*newsページ*/


.news_area2{
	clear: both;
	display: block;
	width: 90%;
	padding: 120px 0 100px 0;
	margin: 0 auto;
}

.news_area2 .newstitle{
	display: block;
	width: 212px;
	margin: 0 auto 40px auto;
}

.news_area2 .newslist{
	position: relative;
	display: block;
	overflow: auto;
	width: 100%;
	margin:  0 auto;
}


.news_area2 .newslist .newsblock{
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
	float: none;
	overflow: auto;
	background: #003686;
	border-radius: 8px;
	
}

.news_area2 .newslist .newsblock:nth-child(3n){
	margin: 0 0 20px 0;
}

.news_area2 .newslist .newsblock img{
	display: block;
	float: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	width:30%;
	border-radius:8px 0 0 8px;
}

.news_area2 .newslist .newsblock .newsinfo{
	display: block;
	float: left;
	width: 70%;
	background: #003686;
	color: #ffffff;
	margin: 0;
	padding: 5px 0;
	border-radius:0 8px 8px 0;
	overflow: auto;
}

.date2{
	display: block;
	font-size: 12px;
	color: #EF5D91;
	margin: 0;
	padding: 0 10px;
	
	
}

.ntxt{
	margin: 3px 0 5px 0;
	padding: 0 10px;
	font-size: 12px;
}



.paging{
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 16px;
	font-family: "Termina";
	font-weight: 400;
	margin: 20px 0 0 0;
	
}

.prev{
	display: inline-block;
	text-align: left;
	color: #EB5305;
	font-size: 13px;
}
.next{
	display: inline-block;
	text-align: right;
	color: #EB5305;
	font-size: 13px;
}

.pagination{
	display: inline-block;
	text-align: center;
	margin: 0 5px;
	color: #003686;
}

.pagination a{
	display: inline-block;
	margin: 0 2px;
	color: #003686;
	width: 26px;
	height: 26px;
	line-height: 26px;
}

.pagination a.now{
	color: #EB5305;
	background: #003686;
	border-radius:50%;
}



.news_detail{
	display: block;
	width: 100%;
	margin: 0 auto;
}

.newsmainimg{
	display: block;
	margin: 0 0 20px 0;
}

.newsmainimg img{
	border-radius: 8px;
	width: 100%;
	height: auto;
}


.news_detail_title{
	padding: 0 0 20px 0;
	border-bottom: 1px solid #eeeeee;
}

.news_detail_title .ndate{
	font-size: 12px;
	color: #E95204;
	padding:  0;
	margin: 0 0 5px 0;
	font-weight: 500;
	
}
.news_detail_title .ntitle{
	font-size: 18px;
	color: #003686;
	padding:  0;
	margin: 0 0 0 0;
	font-weight: 500;
	
}

.news_main{
	font-size: 14px;
	line-height: 1.6em;
}

.news_main p{
	padding: 0;
	margin: 20px 0 20px 0;
}
.news_main img{
	border-radius: 8px;
	width: 100%;
	height: auto;
}

.backnews{
	display: block;
	text-align: center;
	font-family: "Termina";
	font-weight: 400;
	font-size: 18px;
	margin: 40px 0 0 0;
}

.backnews a{
	color: #E95204;
}


/*すみだボクシング祭り*/

.sumiboku{
	width: 90%;
	margin: 0 auto;
	padding: 140px 0 0 0;
}

.sumibokutitle{
	display: block;
	width: 84%;
	margin:  0 auto 40px auto;
}
	
	.sumibokutitle img{
		width: 100%;
		height: auto;
	}

.sumibokuimg{
	display: block;
	width: 100%;
	margin: 0 auto;
}

.sumibokuimg img{
	border-radius: 8px;
	width: 100%;
		height: auto;
}

.kihon{
	width: 100%;
	position: relative;
}

.kihonhousin{
	display: block;
	width: 320px;
	margin: 20px auto;
}

.kihontxt{
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5em;
	text-align: center;
	margin: 0 0 40px 0;
}

.ktxt01{
	padding: 0;
	margin: 0;
}

.ktxt02{
	padding: 0;
	margin: -14px 0;
	font-size: 44px;
	color: #EB5305;
}
.ktxt03{
	padding: 0;
	margin: 0;
	color: #003686;
}

.sumiboku_gaiyou{
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	display: block;
	border-top: 1px solid #003686;
}

.gaiyou_title{
	width: 100%;
	font-size: 20px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cccccc;
	font-weight: 700;
	margin: 20px 0 10px 0;
}

.gaiyou_title img{
	vertical-align: middle;
	display: inline-block;
	margin: 0 10px 0 0;
}

.gtxt{
	font-weight: 500;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
}

.gtxt01{
	display: inline-block;
	width: 20%;
	margin: 0 2% 0 0;
	padding: 0;
}

.gtxt02{
	display: inline-block;
	width: 78%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.ogtxt{
	color: #EB5305;
	font-weight: 700;
}
.gtxt03{
	font-weight: 500;
	font-size: 15px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.6em;
}


.sumibokuimg2{
	width: 100%;
	margin: 20px 0;
}
	
	.sumibokuimg2 img{
		width: 100%;
		height: auto;
	}

.midokoro{
	width: 100%;
	margin: 40px auto 40px auto;
}

.sumibokutitle2{
	display: block;
	width: 98%;
	margin: 0 auto 40px auto;
	
}
	
	.sumibokutitle2 img{
		width: 100%;
		height: auto;
		
	}

.midokorobox{
	position: relative;
	overflow: auto;
	width: 100%;
}

.midbox{
	width: 98%;
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	float: none;
	border-radius: 8px;
	border: 1px solid #003686;
}

.midbox:nth-child(2n){
	margin: 0 0 20px 0;
}

.midbox .midtitle{
	font-size: 18px;
	font-family: "Termina";
	background: #003686;
	padding: 10px 10px;
	color: #ffffff;
	font-weight: 700;
	border-radius: 8px 8px 0 0;
}

.mnum{
	font-weight: 500;
	color: #ffffff;
	background: #28893A;
	border-radius:50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin: 0 10px 0 0;
}
.midtxt{
	font-size: 15px;
	line-height: 1.6em;
	padding: 5px 10px;
}

.midbox img{
	margin: 5px 5px 10px 10px;
	display: inline-block;
	width: 40%;
	height: auto;
}



 .foo.delighter {
      transition: all .3s ease-out;
      transform: translateY(40px);
      opacity: 0;
   }


.foo.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo.delighter.started.ended {
      
   }


.foo2.delighter {
      transition: all .6s ease-out;
      transform: translateY(60px);
      opacity: 0;
   }


.foo2.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo2.delighter.started.ended {
      
   }

.foo3.delighter {
      transition: all .6s ease-out;
      transform: translateX(60px);
      opacity: 0;
   }


.foo3.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo3.delighter.started.ended {
      
   }

.foo4.delighter {
      transition: all .6s ease-out;
      transform: translateX(-60px);
      opacity: 0;
   }


.foo4.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo4.delighter.started.ended {
      
   }


.footer{
	clear: both;
	width:100%;
	
	background: #ffffff;
	padding:0 0 20px 0;
	margin:0;
	
}

.flogo{
	display: block;
	float: none;
	margin: 20px 0 20px 5%;
	width: 70%;
}
	.flogo img{
		width: 100%;
		height: auto;
	}


.fmenu{
	display: block;
	float: none;
	width: 90%;
	margin: 20px 5% 0 5%;
}

.footer a{
	display: inline-block;
	margin: 0 5px 10px 5px;
	font-size: 12px;
	font-weight: 700;
	color: #333333;
	
	
}


	
	
	
}