@charset "shift_jis";

img{
	max-width: 100% !important;
	max-height: 100% !important;
	height: auto;
	width /***/:auto;
}
body {
font-weight: 500;
    line-height: 18px;
    margin: 0;
    padding: 0;
    font-family: 'Arial','游ゴシック',YuGothic,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif;

}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	color:#333;
	text-decoration:none;
}
a.all_click {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 100;
}

/* ----------------------------------------
　【TOP】info
---------------------------------------- */

.info_iframe_slide{
max-width: 100%;
    max-height: 100%;
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    padding: 0 3%;
}

.info_note{
	position:relative;
	padding: 10px;
}
.info_img{
    border-radius: 15px;
    overflow: hidden;
      transition-duration: 0.5s;
}
.info_img img{
	    object-fit: cover;
    width: 100%;
    height: 225px!important;
      transition-duration: 0.5s;
}
.info_note:hover .info_img img{
  transform: scale(1.2) rotate(9deg);
  transition-duration: 0.5s;
}
.info_sub{
    overflow: hidden;
    margin: 15px 0 65px;

}
.info_tag{
    float: left;
    font-size: 15px;
    color: #cb2e27;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 25px;
    width: 60%;
    box-sizing: border-box;
}
.info_tag:before{

    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    width: 18px;
    background: url(/img/common/tag_ribbon.png) no-repeat 0 0 / 100%;
}
.info_date{
	float:right;
font-size: 15px;
width: 40%;
.info_date
}
.info_tl{

    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 100;
}
.info_tl p{
	height:50px;
    position: absolute;
    top: 275px;
    left: 0;
    padding: 0 10px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
    
}
.info_txt{
    height: 66px;
    font-size: 15px;
    line-height: 1.5;
        overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}




.info_iframe_slide .slick-dots {
    text-align: center;
}

.info_iframe_slide button.slick-prev:before,
.info_iframe_slide button.slick-next:before {
	color: #cb2e27;
}
.info_iframe_slide  ul.slick-dots {
    bottom: 0px;
    left:0px;
}
.info_iframe_slide .slick-dots li.slick-active button:before {
    color: #cb2e27;
}

/* モニター小さいとき用
---------------------------------------- */
@media screen and (max-width: 900px){
.info_iframe_slide {
	width:800px;
}
}/* ---消さない--- */



/* ----------------------------------------
　【TOP】live
---------------------------------------- */


/*流れる速報*/

.marquee{
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0px 0px 0px;
    font-weight: bold;
    color: #fff;
}
.marquee span {
    margin:0;
    line-height: 23px;
    display:inline-block; 
    white-space:nowrap;
animation-name:marquee; 
animation-timing-function:linear;
animation-duration:45s;
animation-delay:3s;
animation-iteration-count:infinite;
}
@keyframes marquee {
  from   { transform: translate(0%);} 
  99%,to { transform: translate(-170%);}
}




