@charset "UTF-8";
/*
 * cmn_layout.css
 *
/* !Reseting
---------------------------------------------------------- */
html {
  font-size: 62.5%;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  width: 100%;
  font-size: 1.6rem; /*1rem = 10px*/
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", "Meiryo", sans-serif;
  color: #333;
}
/*html, body {
  overflow: hidden;
}*/

/*body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px; /* 14px; */
	/*-webkit-text-size-adjust: none;
	line-height: 1.5;
	color: #333;
} */

* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
/* layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
@media print {
html,
html body { *zoom: 0.65;}
}
/* color
---------------------------------------------------------- */
.bg_blu { /*background-color: #def;*/
background-color: #dfe4ff;}
.bg_blu02 { background-color: #e3ebff;}
.bg_gry { background-color: #8c8c8c;}
.bg_lightgry { background-color: #d4d4d4;}
.bg_wht { background-color: #fff;}
.fc_nav { color: #0043ff;}
/*.bg-blu_gradation { background-image:linear-gradient(#def 30%, #fff 40%);}*/

/* border
---------------------------------------------------------- */
.bt_gry01 { border-top: solid 1px #ddd;}
.bt_gry04 { border-top: solid 4px #eee;}
.bt_nav03 { border-top: solid 3px #0043ff;}
.bt_wht01 { border-top: solid 1px #fff;}
.bb_nav01 { border-bottom: solid 1px #0043ff;}
.bb_gly01 { border-bottom: solid 1px #eee;}

/* margin-top
---------------------------------------------------------- */
.mt00 { margin-top: 0px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}

/* margin-bottom 
---------------------------------------------------------- */
.mb00 { margin-bottom: 0px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb60 { margin-bottom: 60px; !important;}

/* padding-bottom 
---------------------------------------------------------- */
.pb00 { padding-bottom: 0px !important;}
.pb30 { padding-bottom: 30px !important;}
/* padding-top
---------------------------------------------------------- */
.pt00 { padding-top: 0px !important;}
.pt10 { padding-top: 10px !important;}
.pt20 { padding-top: 20px !important;}

/* font-weight
---------------------------------------------------------- */
.fw_bold { font-weight: bold;}

/* wrapper
---------------------------------------------------------- */
#wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 751px;
  /*text-align: left;*/
}
/* layout */
.layout-ctr_01 {
  display: block;
  overflow: hidden;
  width: 100%;
  /*max-width: 1300px;*/
  min-width: 750px;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 28px;
}
@media all and (min-width:751px) and (max-width:1024px) {
.layout-ctr_01 {
  max-width: 100%;
  min-width: 100%;
  padding: 0 20px;
}
}
@media all and (min-width:1025px) {
.layout-ctr_01 {
  max-width: 1256px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0 28px;
}
}
.layout-ctr_01.kiji-ctr {
  /*max-width: 1156px;*/
  max-width: 1000px;
}
.layout-ctr_01.list-ctr {
  max-width: 1056px;
}
.layout-ctr_02 {
  overflow: hidden;
  padding: 12px 15px;
}
.layout-ctr_03 {
  overflow: hidden;
  padding: 24px;
}
.layout-ctr_05 {
  overflow: hidden;
  padding: 0 24px;
}

@media screen and (max-width: 1200px) {
.layout-ctr_03 {
  padding: 20px;
}
}
.layout-ctr_04 {
  overflow: hidden;
  padding: 0 12px;
}
/* secBox */
.secBox01 {
  overflow: hidden;
  margin: 36px 0;
}
.secBox02 {
  overflow: hidden;
  margin: 26px 0;
} 

/* header
---------------------------------------------------------- */
#header {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px #ccc solid;
}
.headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.headerInner .header-left {
  width: 30%;
}
.headerInner .header-left .day {
  display: table;
  padding: 0 10px;
    color: #000;
  border-left: solid 1px #333;
  border-right: solid 1px #333;
}
#header .title {
  /*width: 300px;*/
  width: 30%;
  padding: 0;
}
#header .title img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}
.headerInner .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
}
.header-member {
  padding: 0 15px;
  font-size: 1.3rem;
  line-height: 32px;
  color: #0043ff;
  font-weight: bold;
  border-radius: 20px;
}
a.btn-signup {
  align-self: center;
  height: 20px;
  margin-left: 5px;
  padding: 3px 10px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  background-color: #0043ff;
  border-radius: 3px;
  transition: 0.3s;
}
a.btn-signup:hover {
  background-color: #29f;
}

/* setting */
a.setting-btn { 
  display: block;
  /*margin-left: auto;*/
  padding: 0;
  transition: 0.3s;
}
a:hover#setting-btn { }
.setting-btn img { 
  width: 26px;
  height: auto;
}
.setting-btn:hover img { 
  opacity: 0.8;
}
/* naviInner
---------------------------------------------------------- */
.headNavi {
  width: 100%;
  margin-bottom: 25px;
  background-color: #fff;
  border-bottom: solid 4px #0043ff;
}
.naviInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* gNavi */
#gNavi {
  width: 60%;
}
#gNavi ul,
#kanrenNavi ul {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  margin: 0 auto;
  text-align: center;
}
#gNavi li {
  padding: 6px 0;
}
#gNavi li:last-child {
  padding: 6px 40px 6px 0;
}
#gNavi li a {
  display: block;
  height: 27px;
  font-size: 1.6rem;
  line-height: 27px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  padding: 0 14px;
  transition: 0.3s;
}
#gNavi li.current a,
#gNavi li:hover a {
  color: #0043ff;
}
/* kanrenNavi */
#kanrenNavi {
  width: 35%;
  margin: 2px 0;
}
#kanrenNavi ul {
  border-left: solid 1px #ccc; 
}
#kanrenNavi ul li {
  width: 33%;
  border-right: solid 1px #ccc;
}
#kanrenNavi ul li a {
  display: block;
  height: 24px;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}
#kanrenNavi ul li.ats a {
  background-image:url('/ats-static/img/news2020/logo_ats.svg');
  background-size: auto 24px;
  transition: 0.3s;
}
#kanrenNavi ul li.ats a:hover {
  background-image:url('/ats-static/img/news2020/logo_ats_on.svg');
}
#kanrenNavi ul li.tv a {
  background-image:url('/ats-static/img/news2020/logo_sbstv.svg');
  background-size: auto 14px;
  transition: 0.3s;
}
#kanrenNavi ul li.tv a:hover {
  background-image:url('/ats-static/img/news2020/logo_sbstv_on.svg');
}
#kanrenNavi ul li.radio a {
  background-image:url('/ats-static/img/news2020/logo_sbsradio.svg');
  background-size: auto 14px;
  transition: 0.3s;
}
#kanrenNavi ul li.radio a:hover {
  background-image:url('/ats-static/img/news2020/logo_sbsradio_on.svg');
}
.naviInner a.navisearch {
  width: 22px;
  height: 22px;
  margin: 4px 20px 0 20px;
  background-image:url('/ats-static/img/news2020/ico_search.svg');
  background-size: auto 22px;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.naviInner a.navisearch:hover {
  background-image:url('/ats-static/img/news2020/ico_search_on.svg');
}
/* footer
---------------------------------------------------------- */
#footer {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  text-align: center;
  background-color: #eee;
  position: relative;
}
#footer-link {
  overflow: hidden;
  margin-bottom: 3px;
  line-height: 1.4;
  padding: 15px;
}
#footer-link li {
  display: inline-block;
  border-right: 1px #a9a8a7 solid;
  padding: 0 14px 0 8px;
  line-height: 1;
}
#footer-link li:last-child { border-right: none;}
#footer-link li a { font-size: 70%;}
#footer-link li a:hover { text-decoration: underline;}
#copyright {
  padding: 9px 10px 7px;
  font-size: 62.5%;
  color: #fff;
  background: #444;
}
/* gdpr
---------------------------------------------------------- */
.gdpr {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 15px;
  background-color: rgba(255,255,255,1);
  font-size: 1.1rem;
  line-height: 1.4;
  /*color: #fff;*/
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.3));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.3));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.3));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.3));
  z-index: 100;
}
.gdpr a {
  color: #39e;
}
/*.gdpr-btn_inner {
  float: right;
  margin-top: 10px;
  padding-right: 10px;
}
a.gdpr-btn_yes,
a.gdpr-btn_no {
  padding: 3px 10px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 4px;
}
.gdpr-btn_yes {
  background-color: #39e;
}
.gdpr-btn_no { 
  margin-right: 10px;
}*/

/* container
---------------------------------------------------------- */
.container { 
  display: flex;
  justify-content: space-between;
}
.search .container { 
  display: block;
}

#main {
  position: relative;
  width: calc(100% - 31%);
}
#side { 
  width: 29%;
}
@media all and (min-width:751px) and (max-width:1024px) {
#main { 
  width: calc(100% - 31%);
}
#side { 
  width: 29%;
}
}
@media screen and (min-width: 1025px) {
#main { 
  width: calc(100% - 334px);
}
#side { 
  width: 300px;
  padding-bottom: 20px;
}
}
/*top-feature
---------------------------------------------------------- */
.top-feature { }
.top-feature ul { 
  display: flex;
  align-items: center;
}
.top-feature ul li { 
  width: auto;
  margin-right: 5%;
}
.top-feature ul li a:hover {
  text-decoration: underline;
}
.top-feature ul li dl { 
  display: flex;
  justify-content: space-between;
}
.top-feature ul li dl dt { 
  width: 24%;
  margin-right: 3%;
}
.top-feature ul li dl dd { 
  width: 73%;
  padding-top: 3px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
}
.top-feature ul li dl dd span {
  display: block;
  font-size: 1.1rem;
}
.top-feature ul li:last-child { 
  width: auto;
  margin-right: 0;
}
.top-feature ul li:last-child > ul { 
  display: flex;
  flex-direction: column;
}
.top-feature ul li:last-child > ul li { 
  position: relative;
  width: 100%;
  padding-left: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  white-space: nowrap;
  margin-right: 0;
}
.top-feature ul li:last-child > ul li::before { 
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 2px;
  top: 10px;
  left: 0;
  background-color: #666;
}
}
@media screen and (max-width: 1200px) {
.top-feature ul li { 
  margin-right: 4%;
}
}
@media screen and (max-width: 1100px) {
.top-feature ul li { 
  margin-right: 2%;
}
}
/* sectionTtl
---------------------------------------------------------- */
.sectionTtl_typeA  {
  position: relative;
}
.sectionTtl_typeA .sectionTtl,
.sectionTtl_typeA .sectionTtl a,
.shittokoTop > .sectionTtl_typeA .sectionTtl, 
.okkakeTop > .sectionTtl_typeA .sectionTtl {
  padding-top: 2px;
  font-size: 1.8rem;
  line-height: 1;
  color: #0043ff;
  font-weight: 600;
}
.sectionTtl_typeA .sectionTtl,
.shittokoTop > .sectionTtl_typeA .sectionTtl, 
.okkakeTop > .sectionTtl_typeA .sectionTtl {
  display: flex;
  align-items: center;
  margin: 0 0 14px 0;
}
.sectionTtl_typeA .sectionTtl a {
  margin: 0;
  display: flex;
  align-items: center;
}
.sectionTtl_typeA .sectionTtl a:hover {
    text-decoration: underline;
}
.sectionTtl_typeA .sectionTtl {
  padding-top: 8px;
}
/*.sectionTtl_typeA .sectionTtl a:hover {
  text-decoration: underline;
}*/
.sectionTtl_typeA .sectionTtl a span,
.shittokoTop > .sectionTtl_typeA .sectionTtl span,
.okkakeTop > .sectionTtl_typeA .sectionTtl span {
  margin-left: 10px;
  font-size: 1.3rem;
  font-weight: 500;
}
.sectionTtl_typeA .sectionTtl a .arrow,
.shittokoTop > .sectionTtl_typeA .sectionTtl.arrow,
.okkakeTop > .sectionTtl_typeA .sectionTtl .arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.h2.sectionTtl span ,h2.sectionTtl a span{
    font-size: 1.3rem;
    color: #0043ff;
    vertical-align: middle;
}
/* contentsTtl
---------------------------------------------------------- */
.contentsTtl_typeA {
  position: relative;
}
.contentsTtl_typeA .contentsTtl {
  display: flex;
  align-items: center;
  margin: 0 0 14px 0;
  font-size: 2rem;
  line-height: 1;
  color: #0043ff;
  font-weight: 600;
}
.contentsTtl_typeA .contentsTtl span {
  margin-left: 5px;
  font-size: 1.3rem;
  font-weight: 500;
}
.curationTtl {
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #0043ff;
}

/* list
---------------------------------------------------------- */
/* list01_typeA */
.list01_typeA li,
.list01_typeB li {
  position: relative;
  margin: 5px 0;
  padding: 0 0 0 16px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.list01_typeA li::before,
.list01_typeB li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.list01_typeA li::before {
  border-left: 9px solid #0bf;
}
.list01_typeB li::before {
  border-left: 9px solid #fff;
}
.list01_typeA li a { 
  color: #0043ff;
  font-weight: 600;
}
.list01_typeB li a { 
  color: #fff;
  font-weight: 600;
}
.list01_typeA li a:hover,
.list01_typeB li a:hover {
  text-decoration: underline;
}
/* list02_typeA list02_typB */
.list02_typeA li,
.list02_typeB li {
  position: relative;
  margin: 12px 0 0 0;
  font-size: 1.4rem;
  line-height: 1.4;
  border-bottom:  solid 1px #eee;
}
.list02_typeA li,
.list02_typeB li {
  padding: 0 0 12px 13px;
}
.list02_typeA li a,
.list02_typeB li a { 
  font-weight: 400;
}
.list02_typeA li a:hover,
.list02_typeB li a:hover { 
  text-decoration: underline;
}
.list02_typeA li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 17px;
  width: 5px;
  height: 5px;
  background-color: #bbb;
}
.list02_typeB li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 16px;
  border-top: solid 2px #bbb;
  border-right: solid 2px #bbb;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}

/* newslist01_typeA */
.newslist01_typeA { }
.newslist01_typeA li {
  position: relative;
  margin: 12px 0 0 0;
  padding: 0 0 12px 0;
  line-height: 1.4;
  border-bottom: solid 1px #eee;
}
.newslist01_typeA li a {
  align-items: center;
  font-weight: 600;
}
.newslist03_typeA li a .news-txt { 
  position: relative;
  flex-basis: 62%;
  flex-grow: 1;
  margin-right: 10px;	
}
.newslist01_typeA li a .news-ttle {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 2rem;
  font-size: 1.7rem;
}
.newslist01_typeA li a .news-ttle:hover,
.newslist02 li a .news-ttle:hover,
.newslist03_typeA li a .news-ttle:hover,
.newslist03_typeB li a .news-ttle:hover,
.ranking .rankinglist a:hover,
.picup .midashi a:hover,
.sbschannel .movielist li a:hover { 
  text-decoration: underline;
}
.related-list a:hover,
.relatedfile a:hover { 
  text-decoration: underline !important;
}
.list .newslist03_typeB li a .news-txt:visited,
.list .newslist03_typeB li a .news-ttle:visited,
.list .newslist03_typeB li a .date:visited,
.list .newslist03_typeB li a .txt:visited { 
  color: #999;
}
.newslist01_typeA li a .date {
  margin-left: 5px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #999;
}
.newslist01_typeA li a .icon_camera,
.newslist01_typeA li a .icon_movie {
  display: inline-block;
  margin-left: 5px;
  padding: 0;
  width: 22px;
  height: auto;
}
.newslist01_typeA li a .icon_movie {
  width: 24px;
}
.newslist01_typeA li a:hover .icon_camera,
.newslist01_typeA li a:hover .icon_movie {
  opacity: 0.7;
}

/* newslist02 */
.newslist02_typeA,
.newslist02_typeB,
.newslist02_typeC {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newslist02_typeA li {
  margin: 0;
  padding: 0;
}
.newslist02_typeB li,
.newslist02_typeC li {
  margin: 0 0 25px 0;
  padding: 0;
}
.newslist02_typeA li a,
.newslist02_typeB li a,
.newslist02_typeC li a { 
  display: block;
}
.newslist02_typeA li a .news-txt,
.newslist02_typeB li a .news-txt,
.newslist02_typeC li a .news-txt {
  position: relative;
  margin-top: 8px;
}
.newslist02_typeA li a .news-txt,
.newslist02_typeB li a .news-txt,
.newslist02_typeC li a .news-txt {
  margin-top: 10px;
}
.newslist02_typeA li a .news-txt .sub-category,
.newslist02_typeB li a .news-txt .sub-category,
.newslist02_typeC li a .news-txt .sub-category {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  color: #0043ff;
}
.newslist02_typeB li a .news-txt .sub-category,
.newslist02_typeC li a .news-txt .sub-category {
  margin: 0 0 8px 0;
}
.newslist02_typeA li a .news-txt .sub-category {
  margin: 0 0 4px 0;
}
.newslist03_typeA li a .news-txt .sub-category:hover,
.newslist02_typeC li a .news-txt .sub-category:hover {
    text-decoration: underline;
}
.newslist02_typeA li a .news-txt .news-ttle { 
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
}
.newslist02_typeA li a .news-txt .news-ttle:hover,
.newslist02_typeB li a .news-txt .news-ttle:hover,
.newslist02_typeC li a .news-txt .news-ttle:hover { 
  text-decoration: underline;
}
.newslist02_typeB li a .news-txt .news-ttle,
.newslist02_typeC li a .news-txt .news-ttle { 
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
}
.newslist02_typeA li a .news-txt .date,
.newslist02_typeB li a .news-txt .date,
.newslist02_typeC li a .news-txt .date {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #999;
}
.newslist02_typeC li a .news-txt .txt {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.6rem;
}
.newslist02_typeA li a .news-photo,
.newslist02_typeB li a .news-photo {
  position: relative;
  overflow: hidden;
}
.newslist02_typeA li a .news-photo img,
.newslist02_typeB li a .news-photo img { 
  width: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: 50% 0;
  font-family: 'object-fit:cover; object-position: 50% 0;';/*IE対策*/
}
.newslist02_typeA li a .news-photo img { 
  height: 171px;
  border-radius: 6px;
}
.newslist02_typeC li a .news-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 176px;
  max-height: 230px;
}
.newslist02_typeC li a .news-photo img { 
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 230px;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
.newslist02_typeA li a .news-photo img { 
  height: 162px;
}
}
@media screen and (max-width: 1100px) {
.newslist02_typeA li a .news-photo img { 
  height: 140px;
  border-radius: 5px;
}
}
@media screen and (max-width: 1000px) {
.newslist02_typeA li a .news-photo img { 
  height: 125px;
}
}
.newslist02_typeB li a .news-photo img { 
  height: 415px;
  border-radius: 8px;
}
@media screen and (max-width: 1200px) { 
.newslist02_typeB li a .news-photo img { 
  height: 390px;
}
}
@media screen and (max-width: 1100px) { 
.newslist02_typeB li a .news-photo img { 
  height: 340px;
  border-radius: 7px;
}
}
@media screen and (max-width: 1000px) { 
.newslist02_typeB li a .news-photo img { 
  height: 300px;
}
}
.newslist02_typeC li a .news-photo img { 
  height: 256px;
}
@media screen and (max-width: 1200px) {
.newslist02_typeC li a .news-photo img { 
  height: 228px;
}
}
@media screen and (max-width: 1100px) {
.newslist02_typeC li a .news-photo img { 
  height: 198px;
  border-radius: 7px;
}
}
@media screen and (max-width: 1000px) {
.newslist02_typeC li a .news-photo img { 
  height: 176px;
}
}
.newslist01_typeA li .news-ttle,
.newslist02_typeA li .news-ttle,
.newslist02_typeB li .news-ttle,
.newslist02_typeC li .news-ttle,
.newslist03_typeA li .news-ttle,
.newslist03_typeB li .news-ttle { 
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 600;

}
.newslist01_typeA li .news-ttle,
.newslist02_typeA li .news-ttle,
.newslist02_typeB li .news-ttle,
.newslist03_typeA li .news-ttle,
.newslist03_typeB li .news-ttle { 
  max-height: 4rem;
  -webkit-line-clamp: 2;
}
.newslist02_typeC li .news-ttle { 
  max-height: 8rem;
  -webkit-line-clamp: 3;
}
/* newslist03 */
.newslist03_typeA { 
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newslist03_typeB { 
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}
.newslist03_typeA li { 
  width: 48%;
  padding: 10px 0;
}
.newslist03_typeB li { 
  padding: 10px 0;
}
.list-inner { 
  padding-bottom: 30px;
}
.list-inner > .newslist03_typeB li { 
  padding: 15px 20px;
}
.newslist03_typeA li a,
.newslist03_typeB li a { 
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.newslist03_typeA li a { 
  height: 90px;
}
.newslist03_typeB li a { 
  height: 80px;
}
.okkakelist > .newslist03_typeB li a { 
  height: 90px;
}
.list-inner > .newslist03_typeB li a { 
  height: 110px;
}
.newslist03_typeB li a .news-txt { 
  position: relative;
  flex-basis: 64%;
  flex-grow: 1;
  margin-right: 10px;
}
.newslist03_typeA li a .news-txt .sub-category {
  display: inline;
  margin: 0 0 3px 0;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  color: #0043ff;
}
.newslist03_typeA li a .news-txt .news-ttle,
.newslist03_typeB li a .news-txt .news-ttle { 
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
}
li.lbl_shittoko .news-ttle:before {
  display: inline-block;
  content: "";
  width: 54px;
  margin: 0 2px -12px 0;
  height: 25px;
  background-image: url(/ats-static/img/news2020/ico_shittoko_202112.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.newslist03_typeA li a .news-txt .txt { 
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666;	
  display: -webkit-box;	
  -webkit-box-orient: vertical;	
  -webkit-line-clamp: 2;	
  overflow: hidden;	
  max-height: 3.6rem;
}
.list-inner > .newslist03_typeB li a .news-txt .news-ttle { 
  font-size: 1.5rem;
}
.newslist03_typeA li a .news-txt .date,
.newslist03_typeB li a .news-txt .date {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #999;
}
.list-inner > .newslist03_typeB li a .news-txt .date { 
  font-size: 1.2rem;
}
.list-inner > .newslist03_typeB li a .news-txt .txt,
.okkakelist > .newslist03_typeB li a .news-txt .txt { 
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.6rem;
}

.newslist03_typeA li a .news-photo,
.newslist03_typeB li a .news-photo { 
  overflow: hidden;
}
.newslist03_typeA li a .news-photo { 
  width: 90px;
  height: 90px;
}
.newslist03_typeA li a .news-photo img,
.newslist03_typeB li a .news-photo img { 
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: 50% 0;
  font-family: 'object-fit:cover; object-position: 50% 0;';/*IE対策*/

  border-radius: 6px;
}
.newslist03_typeA li a .news-photo img {
  width: 90px;
  height: 90px;
}
.newslist03_typeB li a .news-photo { 
  width: 80px;
  height: 80px;
}
.newslist03_typeB li a .news-photo img {
  width: 80px;
  height: 80px;
}
.list-inner > .newslist03_typeB li a .news-photo { 
  width: 110px;
  height: 110px;
}
.list-inner > .newslist03_typeB li a .news-photo img {
  width: 110px;
  height: 110px;
}
.okkakelist > .newslist03_typeB li a .news-photo { 
  width: 90px;
  height: 90px;
}
.okkakelist > .newslist03_typeB li a .news-photo img {
  width: 90px;
  height: 90px;
}
	
/*line*/
.line_wht li { border-bottom: solid 1px #fff;}
.line_gly li { border-bottom: solid 1px #ddd;}
#okkake ul li:nth-last-child(-n+2) { border-bottom: none;}

/* label_follow01 */
.label_follow01,
.label_follow01_off { 
  position: absolute;
  display: block;
  white-space: nowrap;
  font-weight: bold;
}
.label_follow01 { 
  color: #fff;
  background-color: #79f;
}
.label_follow01_off { 
  color: #0043ff;
  border: solid 2px #0043ff;
}
.label_follow01_off:hover { 
  color: #fff;
  background-color: #38f;
  border: solid 2px #38f;
}
.newslist03_typeA .label_follow01_off:hover,
.newslist02_typeC .label_follow01_off:hover {
  color: #0043ff;
  background-color: inherit;
  border: solid 2px #0043ff;
}
.featured .label_follow01,
.details .label_follow01,
.featured .label_follow01_off,
.details .label_follow01_off {
  display: inline-block;
  position: relative;
  top: inherit;
  right: inherit;
  padding: 0 12px;
  font-size: 1.2rem;
  border-radius: 5px;
}
.featured .label_follow01,
.details .label_follow01 {
  height: 26px;
  line-height: 26px;
}
.featured .label_follow01_off,
.details .label_follow01_off {
  height: 26px;
  line-height: 22px;
}
.featured .label_follow01,
.featured .label_follow01_off {
  margin: 8px 8px 0 0;	
}
.newslist03_typeA li a .news-txt .label_follow01,
.newslist03_typeA li a .news-txt .label_follow01_off {
  position: inherit;
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 0 6px;
  font-size: 1rem;
  border-radius: 3px;
}
.newslist03_typeA li a .news-txt .label_follow01 {
  height: 22px;
  line-height: 22px;
}
.newslist03_typeA li a .news-txt .label_follow01_off {
  height: 22px;
  line-height: 18px;
}
.newslist02_typeC li a .news-txt .label_follow01,
.newslist02_typeC li a .news-txt .label_follow01_off {
  position: inherit;
  display: inline-block;
  margin-right: 4px;
  padding: 0 8px;
  font-size: 1rem;
  border-radius: 3px;
}
.newslist02_typeC li a .news-txt .label_follow01 {
  height: 22px;
  line-height: 22px;
}
.newslist02_typeC li a .news-txt .label_follow01_off {
  height: 22px;
  line-height: 18px;
}
.news-sokuhou-title {
            font-size:1.6rem;
            line-height:1.4;
            font-weight:bolder;
}

.news-sokuhou-title:before {
  /* content: url('/ats-static/img/news2020/ico_sokuhou.svg'); */

    display: inline-block;
    content: "";
    width: 64px;
    margin: 0 2px -3px 0;
    height: 24px;
    background-image: url("/ats-static/img/news2020/ico_sokuhou.svg");
    background-size: cover;
    background-repeat: no-repeat;   
        vertical-align: baseline;
}
.news-sokuhou-title2 {
            font-size:1.4rem;
            line-height:1.4;
            font-weight:600;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp:2;
            overflow:hidden;
}
.news-sokuhou-title2:before {
    display: inline-block;
    content: "";
    width: 55px;
    margin: 0 -8px -3px 0;
    height: 18px;
    background-image: url("/ats-static/img/news2020/ico_sokuhou.svg");
    background-size: cover;
    background-repeat: no-repeat;   
        vertical-align: baseline;
}
.news-sokuhou-title3 {
            font-size:1.5rem;
            line-height:1.4;
            font-weight:600;
}

.news-sokuhou-title3:before {
    display: inline-block;
    content: "";
    width: 64px;
    margin: 0 -5px -3px 0;
    height: 21px;
    background-image: url("/ats-static/img/news2020/ico_sokuhou.svg");
    background-size: cover;
    background-repeat: no-repeat;   
        vertical-align: baseline;
}

.news-sokuhou-title4 {
            margin: 6px 0;
            font-size:2rem;
            line-height:1.4;
            font-weight:600;
}

.news-sokuhou-title4:before {
    display: inline-block;
    content: "";
    width: 64px;
    margin: 0 -8px -3px 0;
    height: 21px;
    background-image: url("/ats-static/img/news2020/ico_sokuhou.svg");
    background-size: cover;
    background-repeat: no-repeat;   
        vertical-align: baseline;
}

.news-shittoko-title {
            font-size:1.6rem;
            line-height:1.4;
            font-weight:bolder;
}

.news-shittoko-title:before {
    display: inline-block;
    content: "";
    width: 105px;
    margin: 0 3px -7px 0;
    height: 30px;
    background-image: url("/ats-static/img/news2020/ico_shittoko.svg");
    background-size: cover;
    background-repeat: no-repeat;
        vertical-align: baseline;
}


/* headline
---------------------------------------------------------- */
#headline {
  vertical-align: middle;
  border-top:  solid 1px #eee;
}
#headline ul li a {
  display: flex;
  align-items: center;
}
/* shittoko
---------------------------------------------------------- */
#shittoko { }
#shittoko > .newslist02_typeA li {
  width: 32%;
}
#shittoko > .newslist02_typeA li.boder_sokuhou .news-photo img {
  border: solid 2px #f00;
}
.shittoko .newslist02_typeB li.boder_sokuhou .news-photo img {
  border: solid 3px #f00;
}
#shittoko > .newslist02_typeA li .label_sokuhou,
.shittoko .newslist02_typeB li .label_sokuhou {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #f00;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
#shittoko > .newslist02_typeA li .label_sokuhou {
  padding: 3px 6px;
  font-size: 1.5rem;
}
.shittoko .newslist02_typeB li .label_sokuhou {
  padding: 5px 8px;
  font-size: 2rem;
}
#shittoko > .newslist02_typeA li .label_sokuhou::after,
.shittoko .newslist02_typeB li .label_sokuhou::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #f00;
}
#shittoko > .newslist02_typeA li .label_sokuhou::after {
  right: -4px;
  width: 2px;
}
.shittoko .newslist02_typeB li .label_sokuhou::after {
  right: -5px;
  width: 3px;
}
#shittoko > .newslist02_typeA li .label_sokuhou span,
.newslist02_typeB li .label_sokuhou span {
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
}
#shittoko > .newslist02_typeA li .label_sokuhou span {
  font-size: 1rem;
}
.newslist02_typeB li .label_sokuhou span {
  font-size: 1.4rem;
}
.newslist02_typeB li,
.newslist02_typeC li {
  width: 48%;
}
#shittoko > .btn01_typeA {
  margin: 20px auto 0 auto !important;
}
#okkake > .bg_blu {
  overflow: hidden;
}
#okkake > div .btn01_typeA {
  margin: 5px auto 25px auto !important;
}
/* newsAll
---------------------------------------------------------- */
#newsAll { 
  display: flex;
  justify-content: space-between;
}
#newsAll .newsLeft,
#newsAll .newsRight	{ 
  width: 48%;
}
#newsAll ul li:first-child { 
  border-top: solid 1px #ddd;
}

/* ---------------------------------------------------------- 
side
---------------------------------------------------------- */		
/* banner */
.bnr_ga01,
.bnr_ga02,
.bnr-01 { 
  margin: 0 0 20px 0;
}
.bnr_ga02 {
  min-width: 634px;
  max-width: 728px;
  height: auto;
  margin: 0 auto 20px auto;
}
.bnr_ga01 img,
.bnr_ga02 img,
.bnr-01 img {
  width: 100%;
  height: auto;
}
/* ranking */
.ranking {　}
.sectionTtl_typeB {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sectionTtl_typeB .sectionTtl { 
  padding: 5px 0;
  font-size: 1.6rem;
  font-weight: 600;
}
.sectionTtl_typeB .icon_Youtube {
  width: 60px;
  height: auto;
}
.rankinglist {
  margin: 5px 0 0 0;
  counter-reset: item;
}
.rankinglist li {
  position: relative;
  margin: 0 0 8px 0;
  padding: 0 0 0 25px;
  font-size: 1.3rem;
  font-weight: 500;
}
.rankinglist li:last-child {
  margin: 0;
}
.rankinglist li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: item;
  content: counter(item)'.';
  font-family: 'arial';
  width: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  /*color: #f60;*/
  color: #0043ff;
  font-style: italic;
}

/* picup */
.picup {　}
.picup .picuplist { }
.picup .picuplist li { 
  padding: 8px 0;
}
.picup .midashi { 
  display: block;
  margin: 0 0 5px 0;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
}
.picup .txt { 
  font-size: 1.3rem;
  line-height: 1.6;
  color: #555;
}
/* sbschannel */
.sbschannel { }
.sbschannel .movieimg { }
.sbschannel .movielist { 
  margin: 10px 0 0 0;
}
.sbschannel .movielist li {
  position: relative;
  margin: 0 0 3px 0;
  padding: 0 0 0 30px;
  font-size: 1.3rem;
  font-weight: 500;
}
.sbschannel .movielist li::before {
  content: "";
  position: absolute;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  background-image: url("/ats-static/img/news2020/ico_movie02.svg");
}
.sbschannel .movieNavi { 
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 0 0;
}
.sbschannel .movieNavi li { 
  position: relative;
  width: 48.5%;
  text-align: center;
}
.sbschannel .movieNavi li::before {
  content: "";
  position: absolute;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  top: 10px;
  right: 20px;
  background-image: url("/ats-static/img/news2020/ico_arrow02_wht.svg");
}
.sbschannel .movieNavi li a {
  display: block;
  width: 100%;
  padding: 1px;
  height: 30px;
  font-size: 1.2rem;
  line-height: 30px;
  color: #fff;
  background-color: #222;
  border-radius: 2px;
  transition: 0.3s;
}
.sbschannel .movieNavi li a:hover {
  background-color: #555;
}
/* button
---------------------------------------------------------- */
.btn01_typeA,
.btn01_typeB {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 38px;
  margin: 30px auto;
  padding: 10px;
  font-size: 1.5rem;
  line-height: 38px;
  background-color: #fff;
  color: #444;
  border: solid 1px #666;
  border-radius: 30px;
  text-align: center;
  vertical-align: middle;
  transition: 0.3s;
}
.btn01_typeA:hover,
.btn01_typeB:hover {
  border: solid 1px #888;
}
.btn01_typeB {
  position: relative;
}
.btn01_typeA span {
  position: relative;
  padding-left: 15px;
  color: #444;
  font-weight: 500;
}
.btn01_typeA:hover span {
  color: #666;
}
.btn01_typeA span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #999;
}
.btn01_typeA:hover span::before {
  border-left: 8px solid #aaa;
}
.btn01_typeB::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
}
.btn01_typeB:hover::before {
  border-top: solid 2px #aaa;
  border-right: solid 2px #aaa;
}
.btn02_typeA {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 32px;
  margin: 20px auto 0 auto;
  padding: 10px;
  font-size: 1.2rem;
  color: #444;
  line-height: 32px;
  white-space: nowrap;
  background-color: #fff;
  border: solid 1px #666;
  border-radius: 3px;
  cursor: pointer;
}
.btn02_typeA img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.btn02_typeA span {
  margin-left: 5px;
}
.btn02_typeA img {
  transform: scale(1);
}
.btn02_typeA:hover img {
  -webkit-animation: bound 1s ease-in; 
  -moz-animation:    bound 1s ease-in; 
  animation: bound 1s ease-in;
}
@keyframes bound {
  from { transform: scale(1); }
  25% { transform: scale(1.5); }
  50% { transform: scale(0.95); }
  75% { transform: scale(1.2); }
  to { transform: scale(1); }
}
.btn02_typeB {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 32px;
  margin: 0;
  padding: 10px;
  font-size: 1.2rem;
  line-height: 32px;
  color: #444;
  white-space: nowrap;
  background-color: #fff;
  border: solid 1px #666;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s;
}
.btn02_typeB:hover {
  color: #666;
  border: solid 1px #888;
}
.btn02_typeB img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.btn02_typeB span {
  margin-left: 5px;
}
.btn02_typeB img {
  transform: scale(1);
}
.btn02_typeB:hover img {
  -webkit-animation: bound 1s ease-in; 
  -moz-animation:    bound 1s ease-in; 
  animation: bound 1s ease-in;
}
.btn03_typeA,
.btn03_typeA:visited {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 38px;
  margin: 20px auto 0 auto;
  font-size: 1.3rem;
  background-color: #0043ff;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  transition: 0.3s;
}

.btn03_typeC {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 38px;
    margin: 30px auto;
    padding: 10px;
    font-size: 1.3rem;
    line-height: 38px;
    background-color: #0043ff;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    vertical-align: middle;
    transition: 0.3s;
}

.btn03_typeC span {
            position:relative;
            padding-left:15px;
            color:#fff;
}

.btn03_typeC span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
}

a.btn04_typeA {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 26px;
  padding: 0 12px;
  font-size: 1.2rem;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: 500;
  background-color: #0043ff;
  border-radius: 30px;
  white-space: nowrap;
  transition: 0.3s;
}
.sectionTtl_typeA a.btn04_typeA {
  top: 4px;
}
a:hover.btn04_typeA {
  font-weight: 500;
  background-color: #29f;
}
.featured a.btn04_typeA,
.details a.btn04_typeA {
  position: relative;
  top: inherit;
  right: inherit;
  display: inline-block;
}
.featured a.btn04_typeA {
  margin-right: 0;
}
.list .list-ttle { 
  margin: 10px 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  color: #0043ff;
}
.list-ttle .pic-reporter { 
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 50%;
    vertical-align: middle;
}
.list-ttle .pic-reporter img { 
  margin: 0 10px 0 0;
  padding: 0;
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: 50% 0;
  border-radius: 50%;
}
.profile-reporter01 { 
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.6;
}
/* details
---------------------------------------------------------- */
.details {
  position: relative;
  padding: 0;
}
.details .top_area {
 margin: 0 0 18px 0;
 padding: 14px 12px;
 background-color: #eee;
}
.details .top_area .curationTtl {
  margin-bottom: 4px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  color: #000;
}
.details .top_area .chachcopy {
    font-size: 1.5rem;
	line-height: 1.8;
}
.details .top_area .date {
  text-align: right;
}
.details .news-ttle { 
  margin: 6px 0;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
}
.details > .point .news-ttle { 
  margin: 20px 0 14px 0;
  font-size: 2rem;
}
.details .date { 
  font-size: 1.2rem;
  line-height: 1.2;
  color: #999;
}
.details .sub-category a { 
  margin: 0 0 7px 0;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
  color: #0043ff;
}
.details .sub-category a:hover { 
  text-decoration: underline;
}
.details .txt01 { 
  margin: 13px 0 18px 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
.details .txt01 br { 
  content: " ";
  display: block;
  margin:1.5em;
}
.details .txt01 br.thin { 
  margin: 0;
  content: none;
}

.details .txt01 span.thin br { 
  margin: 0;
  content: none;
}

.news-photo01_typeA,
.news-photo01_typeB,
.news-photo01_typeC {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.news-photo01_typeA,
.news-photo01_typeB {
  width: 100%;
}
.news-photo01_typeC {
  width: 80%;
}
.news-photo01_typeA {
  justify-content: center;
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100px;
  max-height: 400px;
}
.news-photo01_typeB {
  max-height: 400px;
}
.news-photo01_typeC {
  max-height: 380px;
}
.news-photo01_typeA::before,
.news-photo01_typeB::before {
  content:"";
  display: inline-block;
  height: 100%;
}
.news-photo01_typeA img,
.news-photo01_typeB img,
.news-photo01_typeC img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.news-photo01_typeA img, {
  max-width: 100%;	
  max-height: 400px;	
  object-fit: contain;
}
.news-photo01_typeB img {
  max-height: 400px;
}
.news-photo01_typeC img {
  max-height: 320px;
}
.details .caption {
  margin: 7px 40px 0 40px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #666;
}

figure.news-photo-mini .news-photo01_typeB img{
  max-height: 200px;
}
figure.news-photo-mini .news-photo01_typeA {
  min-height: 200px;
  max-height: 200px;
}
.news-photo2,
.news-photo3 {
    background:#fff;
    border-radius:6px;
}
.sokuhou-frame.news-photo3 img{
  border-radius: 0 !important;
}
.news-photo3 .ico-sokuhou img {
  background: none !important;
  border-radius: 0 !important;
}
.news-photo2 img,
.news-photo3 img {
    width: 100%;
    height:100%;
    max-height: 160px;
    object-fit: cover;
    border-radius: 5px;
}

.news-txt2 {
    margin: 5px 15px;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 3.5rem;
}

.txt2 {
    font-size: 1.0rem;
    line-height: 1.25;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

li.lbl_shittoko2 .news-ttle:before {
    display: inline-block;
    content: "";
    width: 87px;
    margin: 0 2px -3px 0;
    height: 24px;
    background-image: url("/ats-static/img/news2020/icon-shittoko.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.bg_yel {background:#ffffcc;}

.newslist03_typeB li a .news-photo3 img {
    width: 210px;
    height: 110px;
    object-fit: cover;
    background:#ededed;
    border-radius:6px;
}

/* details .swiper-container
---------------------------------------------------------- */
.details .swiper-container {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.details .swiper-container {
    position:relative;
}
.details .swiper-wrapper img {
    width: auto;
    height: auto;
}
.details .swiper-button-prev,
.details .swiper-button-next {
  top: 45%;
  /*width: 14px;
  height: 24px;*/
  width: 38px;
  height: 38px;
  margin-top: -12px;
  padding: 25px;
  background-size: 38px 38px;
  z-index: 100;
}
.details .swiper-button-prev.swiper-button-black {
	background-image: url("/ats-static/img/news2020/ico_btn_prev.png");
}
.details .swiper-button-next.swiper-button-black {
    background-image: url("/ats-static/img/news2020/ico_btn_next.png");
}
.details .swiper-button-prev { left: -4px;}
.details .swiper-button-next { right: -4px;}
.swiper-container .swiper-slide img {
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
}
#thumbs {
  height: 80px;
  padding: 0;
}
#thumbs .swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 80px;
  max-height: 80px;
  width: 80px !important;
  background-color: #f5f5f5;
  opacity: 0.2;
  cursor: pointer;
}
#thumbs .swiper-slide::before {
  content:"";
  display: inline-block;
  height: 80px;
  cursor: pointer;
}
#thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 80px;
  margin: 0;
  padding: 0;
  object-fit: contain;
  cursor: pointer;
}
#thumbs .swiper-slide-active {
  opacity: 1;
}

/* ico_point */
.ico_point { 
  width: 115px;
  margin: 0 0 5px 0;
}
.details .point > .news-ttle {
  margin: 10px 0;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
}
.shittoko .details figure {
  width: 85%;
  margin: 20px auto 20px auto;
}
@media screen and (max-width: 1156px) {
.shittoko .details figure {
  width: 100%;
}
}
.details .category-date {
  margin: 2px 0 0 0;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #999;
}
.details .category-date span {
  margin-left: 5px;
}
.details .reporter a { 
 display: flex;
 justify-content: flex-start;
 align-items: center;
 margin: 10px 0 0 0;
}
.details .reporter a .pic-reporter { 
  width: 31px;
  height: 31px;
  margin-right: 10px;
  border-radius: 50%;
}
.details .reporter a .pic-reporter img { 
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: 50% 0;
  font-family: 'object-fit:cover; object-position: 50% 0;';/*IE対策*/
  border-radius: 50%;
}
.details .reporter a .txt-reporter { }
.details .reporter a .txt-reporter .name { 
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
}
.details .reporter a:hover .txt-reporter .name { 
  text-decoration: underline;
}
.details .detail-pic01 {
  width: 60%;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.details .detail-pic01::before {
  content:"";
  display: inline-block;
  height:100%;
  vertical-align: middle;
}
.details .detail-pic01 img {
  width: auto;
  height: auto;
  max-width:100%;
  max-height:100%;
  vertical-align: middle;
}

/* modal_content */
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
.modal_content01 {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  width: calc(100vw + 20%);
  margin: 0 -10%;
  height: 100vh;
  z-index: 100;
}
.overlay {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.setting-box {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%,0%);
  -webkit-transform: translate(-50%,-0%);
  -ms-transform: translate(-50%,0%);
  width: 400px;
  padding: 10px 20px 30px 20px;
  border-radius: 10px;
  max-height: calc(100vh - 10%);
  overflow-y: auto;
　 max-height: calc(100vh - 10%);
  overflow-y: auto;
}
.setting-box a.modal_close {
  position: absolute;
  padding: 20px;
  top: -10px;
  right: 0px;
}
.gdpr a.close {
  position: absolute;
  display: block;
  top: -6px;
  right: 10px;
  width: 23px;
  height: 23px;
  padding: 1px 5px;
  background-color: rgba(100,100,100,0.9);
  background-color: rgba(100,100,100,0.9);
  border-radius: 50%;
}
a.modal_close .setting-close
a.close .gdpr-close {
  display: inline-block;
  line-height: 1;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}
a.modal_close .setting-close {
  width: 1em;
  height: 0.1em;
}
a.modal_close .setting-close {
  color: #333;
}
a.close .gdpr-close {
  color: #fff;
  width: 1.2em;
  height: 0.15em;
}
a.modal_close .setting-close::before,
a.close .gdpr-close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
/* settings */
.setting-wrap .category-ttl { 
  margin: 10px 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
.setting-list {
  overflow: hidden;
  margin: 0 auto;
}
.setting-wrap .sub-ttl { 
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
/* feature-info */
.feature-info,
.related-list {
  margin: 20px 0 0 0;
  padding: 10px;
  border-radius: 5px;
}
/* share */
.shareInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.shareicon-inner {
  display: flex;
  width: 50%;
}
.shareicon-inner img {
  width: 32px;
  height: auto;
  margin-right: 10px;
  text-align: center;
}
/* grad-wrap */
.grad-wrap {
  position: relative;
  margin-bottom: 40px;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  margin: auto;
  cursor: pointer;
  transition: .2s ease;
}
.grad-btn.type01::after {
  content: "全文を読む"
}
.grad-btn.type02::after {
  content: "全文を読む"
}
.grad-btn.type01:hover::after,
.grad-btn.type02:hover::after {
	color: #666;
}
.grad-btn.type01::before,
.grad-btn.type02::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top:  8px solid #999;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.grad-btn.type01::before {
  margin: auto 0 auto -105px;
}
.grad-btn.type02::before {
  margin: auto 0 auto -90px;
}:
.grad-btn .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 180px;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 60px;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%); /* Firefox */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);/* safari Chrome */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);/* IE */
}
.bg_blu .grad-item::before {
  background: -moz-linear-gradient(top, rgba(221,238,255,0) 0%, rgba(221,238,255,0.9) 50%, rgba(221,238,255,0.9) 50%, #def 100%); /* Firefox */
  background: -webkit-linear-gradient(top, rgba(221,238,255,0) 0%, rgba(221,238,255,0.9) 50%, rgba(221,238,255,0.9) 50%, #def 100%);/* safari Chrome */
  background: linear-gradient(top, rgba(221,238,255,0) 0%, rgba(221,238,255,0.9) 50%, rgba(221,238,255,0.9) 50%, #def 100%);/* IE */
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked + .grad-btn {
  display: none;
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

/* taglist */
.taglist01_typeA {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 18px 0 0 0;
}
.taglist01_typeA li {
  width: auto;
  margin: 0 6px 8px 0;
  border-radius: 2px;
  background-color: #e5e5e5;
}
.taglist01_typeA li a {
  display: block;
  padding: 0 10px;
  height: 20px;
  font-size: 1.3rem;
  line-height: 20px;
  color: #666;
}
.taglist01_typeA li a:hover {
  color: #999;
}
.bg_blu .taglist01_typeA li {
  background-color: #fff;
}
.related-list {
  padding: 10px 15px;
  border-radius: 4px;
}
.related-list li {
  position: relative;
  margin: 5px 0;
  padding: 0 0 0 16px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.related-list.bg_gry li::before {
  border-left: 9px solid #fff;
}
.related-list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.related-list.bg_gry li a {
  color: #fff;
  font-weight: 600;
}
.related-list.bg_wht li::before {
  border-left: 9px solid #0bf
}
.related-list.bg_wht li a {
  color: #0043ff;
  font-weight: 600;
}

/* subTtl
---------------------------------------------------------- */
.subTtl_typeA  {
  position: relative;
}
.subTtl_typeA .subTtl {
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  color: #0043ff;
}
.subTtl_typeB,
.subTtl_typeC {
  padding: 8px 12px;
}
.subTtl_typeB {
  background-color: #eee;
}
.subTtl_typeC {
  border-top: solid 1px #ccc;
}
.subTtl_typeB .subTtl,
.subTtl_typeC .subTtl{
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
}
.subTtl_typeD {
  padding: 7px 0 2px 0;
  border-bottom: solid #0043ff 1px;
}
.subTtl_typeD .subTtl {
  padding-bottom: 7px;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  color: #0043ff;
  border-bottom: solid 2px #0043ff;
}
.movie01 .subTtl_typeD {
  position: relative;
  margin: 5px 0 0 0;
}

/* dogas01 */
.dogas01 { 
  max-width: 540px;
  margin: 26px auto;
}
.dogas01 .dogas-logo {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 0 5px 0;
}
.dogas01 .dogas-logo:hover {
  opacity: 0.7;
}
.dogas01 .dogas-logo img { 
  width: 80px;
  height: auto;
}
.dogas01 .dogas-inner { 
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.dogas01 .dogas-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.dogas01 .dogas-ttle {
  margin: 5px 0 0 0;
  font-size: 90%;
}
/* movie01 */
.movie-list01 li {
  padding: 4px 13px;
  max-width: 540px;
  margin: 0 auto;
  box-sizing: border-box;
}
.movie-ttle {
  margin: 10px 0 6px 0;
  padding-left: 8px;
  font-size: 94%;
  line-height: 1em;
  font-weight: 600;
  border-left: solid #0043ff 5px;
}

/* featured */
.featured {
  position: relative;
  padding: 18px 0 0 0;
}
.featured-top { 
  margin-top: -25px;
}
.featured-top_inner { }
.top-right { 
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.featured-ttle { 
  margin: 24px 0 8px 0;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 600;
  color: #0043ff;
}
.featured-photo {
  width: 100%;
  height: auto;
}
.featured-photo img {
  width: 100%;
  height: auto;
}
.sub-copy { 
  margin: 10px 0 0 0;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
.feature-info,
.related-list {
  padding: 10px 15px;
  border-radius: 4px;
}

/* search myfollow
---------------------------------------------------------- */
.search { }
.myfollow { }
#header02_typeA {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px 10px 20px;
  text-align: center;
}
#header02_typeA .btn-return {
  position: absolute;
  top: 4px;
  left: 20px;
  display: block;
  width: 14px;
  height: 14px;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  transform: rotate(-135deg);
}
#header02_typeA .btn-return:hover {
  border-top: solid 2px #777;
  border-right: solid 2px #777;
}
#header02_typeA .title { 
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
}
/* search */
.search-box {
  position: relative;
  min-width: 500px;
  margin: 0 auto;
}
.search-inner {
  width: 500px;
  margin: 0 auto;
}
.search-box .search-txt {
  position: absolute; 
  left: 0;
  top: 0;
  width: 100%;
  height: 34px;
  padding: 0; 
  outline: 0;
  font-size: 1.2rem;
  background: #eee;
  border: none;
  border-radius: 3px;
}
.search-inner .search-box input[type="text"]{
  width: 500px;
  height: 3em;
  margin: 0 auto;
  padding: 10px 20px 10px 40px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.search-box .search-icon {
  height: 18px;
  height: 18px;
  position: absolute; 
  left: 10px;
  top: 12px;
  background: none;
  color: #666;
  border: none;
}
.search-box .search-icon img {
  height: 18px;
  height: 18px;
  opacity: 0.5;
}
.search-wrap {
  width: 100%;
  height: 100vh;
  margin-top: 70px;
  padding: 20px;
}
.list03_typeA { 
  width: 100%;
  margin: 0 auto 20px auto;
}
.list03_typeA li {
  position: relative;
  margin: 10px 0;
}
.list03_typeA li a {
  display: block;
  padding: 12px 18px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  background-color: #fff;
  border-radius: 5px;
  transition: 0.3s;
}
.list03_typeA li a:hover {
  background-color: #f5f5f5;
}
.list03_typeA li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.search-newslist { 
  width: 100%;
  max-width: 900px;
  min-width: 700;
  margin: 80px auto 0 auto;
  padding: 0 28px;
}

/* follow-slide */
.follow-slide {
  padding: 30px;
}
.follow-slide .following-ttle {
  display: table;
  margin: -5px 0 20px 10px;
  padding: 3px 14px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #79f;
  border-radius: 3px;
}
.follow-slide .subTtl,
.myfollow-category .subTtl {
  line-height: 1.2;
  text-align: center;
  color: #0043ff;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.follow-slide .subTtl {
  margin-bottom: 15px;
  font-size: 2rem;
}
.myfollow-category .subTtl {
  font-size: 1.8rem;
}
.swiper-container.swiper01 {
  position: relative;
  padding: 0 30px;
}
.swiper-container.swiper01::before, 
.swiper-container.swiper01::after {
  position: absolute;
  top: 0;
  content: "";
  display: inline-block;
  width: 30px;
  height: 100%;
  z-index: 10;
}
.swiper-container.swiper01.typeA::before, 
.swiper-container.swiper01.typeA::after {
  background-color: #def;
}
.swiper-container.swiper01.typeB::before, 
.swiper-container.swiper01.typeB::after {
  background-color: #fff;
}

.swiper-container.swiper01::before { left: 0;}
.swiper-container.swiper01::after { right: 0;}
.follow-slide li { 
  min-height: 150px;
  text-align: center;
}
.follow-slide li .follow-photo {
  overflow: hidden;
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 8px auto;
  border-radius: 50%;
　z-index: 1;
}
.follow-slide li .follow-photo img {
  margin: 0;
  padding: 0;
  object-position: 50% 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}
.follow-slide li .follow-photo img:hover {
  transform: scale(1.15);
}
.follow-slide li .follow-txt { }
.follow-slide li .follow-txt .follow-ttle {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
}
.follow-slide li:hover .follow-txt .follow-ttle {
  text-decoration: underline;
}
.myfollow .category-ttle { 
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
}
.swiper01 .swiper-button-next,
.swiper01 .swiper-button-prev {
    top: 45%;
    width: 16px;
    height: 28px;
    margin-top: -14px;
    background-size: 16px 28px;
	z-index: 20;
}
.swiper01 .swiper-button-prev, .swiper01 .swiper-container-rtl .swiper-button-next { left: 0px;}
.swiper01 .swiper-button-next, .swiper01 .swiper-container-rtl .swiper-button-prev { right: 0px;}
@media screen and (max-width: 1200px) { 
.follow-slide {
  padding: 30px 20px;
}
.follow-slide li .follow-photo {
  width: 110px;
  height: 110px;
  margin: 0 auto 8px auto;
}
.follow-slide li .follow-photo img {
  min-width: 110px;
  min-height: 110px;
  width: 110px;
  height: 110px;
}
.swiper-container.swiper01::before, 
.swiper-container.swiper01::after {
  width: 28px;
}
}
@media screen and (max-width: 1100px) { 
.follow-slide {
  padding: 30px 16px;
}
.follow-slide li .follow-photo {
  width: 98px;
  height: 98px;
  margin: 0 auto 8px auto;
}
.follow-slide li .follow-photo img {
  min-width: 98px;
  min-height: 98px;
  width: 98px;
  height: 98px;
}
.swiper-container::before, 
.swiper-container::after {
  width: 25px;
}
}
@media screen and (max-width: 1000px) {
.follow-slide {
  padding: 30px 15px;
}
.follow-slide li .follow-photo {
  width: 96px;
  height: 96px;
  margin: 0 auto 8px auto;
}
.follow-slide li .follow-photo img {
  min-width: 96px;
  min-height: 96px;
  width: 96px;
  height: 96px;
}
.swiper-container.swiper01::before, 
.swiper-container.swiper01::after {
  width: 20px;
}
}
@media screen and (max-width: 1100px) { 
.follow-slide {
  padding: 30px 16px;
}
.follow-slide li .follow-photo {
  width: 98px;
  height: 98px;
  margin: 0 auto 8px auto;
}
.follow-slide li .follow-photo img {
  min-width: 98px;
  min-height: 98px;
  width: 98px;
  height: 98px;
}
.swiper-container.swiper01::before, 
.swiper-container.swiper01::after {
  width: 25px;
}
}
@media screen and (max-width: 1000px) {
.follow-slide {
  padding: 30px 15px;
}
.follow-slide li .follow-photo {
  width: 96px;
  height: 96px;
  margin: 0 auto 8px auto;
}
.follow-slide li .follow-photo img {
  min-width: 96px;
  min-height: 96px;
  width: 96px;
  height: 96px;
}
.swiper-container.swiper01::before, 
.swiper-container.swiper01::after {
  width: 20px;
}
}

.follow-slide .announce {
  font-size: 1.6rem;
  line-height: 2;
  color: #0043ff;
  font-weight: 500;
  text-align: center;
}
.follow-slide .announce-sub {
  display: block;
  margin: 3px;
  font-size: 1.4rem;
}
.follow-slide .announce .label_follow01_off,
.follow-slide .announce .label_follow01_off:hover {
  position: inherit;
  display: inline-block;
  top: inherit;
  right: inherit;
  height: 28px;
  margin: 0 6px;
  padding: 0 6px;
  font-size: 1.4rem;
  line-height: 24px;
  color: #0043ff;
  border: solid 2px #0043ff;
  background-color: inherit;
  border-radius: 5px;
}

/* bnr_popup01 
---------------------------------------------------------- */
.bnr_popup01 {
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 500px;
  height: auto;
  z-index: 100;
}
.bnr_popup01 .popup01 {
  width: 100%;
  height: auto;
}
.bnr_popup01 a.close {
  position: absolute;
  display: block;
  top: 1px;
  right: 1px;
  width: 34px;
  height: auto;
}
.sokuhou-frame {
  position: relative;
}
.news-photo.sokuhou-frame {
  border: solid 3px #f00;
}
.news-photo3.sokuhou-frame {
  border: solid 4px #f00;
}
.news-photo3.sokuhou-frame .ico-sokuhou img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: auto;
}
.news-photo.sokuhou-frame { 
  border-radius: 9px;
}
.news-photo.sokuhou-frame .ico-sokuhou img { 
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 120%;
  max-width: 120%;
  height: auto !important;
  border-radius: 0 !important;
}