.movieNewsIframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movieNewsIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.moreBtn-style {
	background:#eeeeee;
	display:table;
	margin:20px auto 0 auto;
	text-align:center !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.moreBtn-style a {
	padding:15px !important;
	color:#116faf !important;
	display:block;
	border:none !important;
}
.moreBtn-style span {
	background:#116faf;
	color:#FFFFFF;
	padding:0 2px;
}
.moreBtn-style a::after {
	content:normal !important;
}
.content_detail .movieNewsIframe {
    margin-bottom: 20px;
}

.news_list .entry .pic {
    position: relative;
}

.c-article-list__new {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }
  .c-article-list__new > span {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff;
    font-family: sans-serif;
    font-weight: 600;
    z-index: 1000;
    font-size: 10px;
    top: 7px;
    left: 1px;
    }
  .c-article-list__new::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #c9151e transparent transparent transparent;
    border-width: 40px 40px 0 0;
    content: '';
    z-index: 100; }

.social-icons {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.social-icons__inner {
	position: absolute;
	top: 90px;
	left: -100px;
}

.social-icons__item:not(:last-child) {
	margin-bottom: 16px;
}

.social-icons-link {
	display: block;
}

.social-icons-link:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.social-icons-link svg {
	width: 40px;
	height: auto;
	fill: #fff;
}

.overseas-jp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.overseas-jp a {
  color: #0071bc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.overseas-jp a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.overseas-jp-banner {
  margin-bottom: 16px;
}

.overseas-jp-banner img {
  display: block;
  margin: 0 auto;
}

.overseas-jp-heading {
  background-color: #404040;
  color: #fff;
  line-height: 1;
  padding: 8px 6px;
}

.overseas-jp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -6px -12px;
}

.overseas-jp-item {
  width: 50%;
  padding: 6px 12px;
}

.overseas-jp-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: solid 1px #ddd;
  padding-bottom: 12px;
}

.overseas-jp-photo {
  width: 140px;
}

.overseas-jp-photo img {
  width: 100%;
}

.overseas-jp-data {
  margin-left: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.overseas-jp-data__name {
  font-size: 20px;
  color: #0071bc;
}

.overseas-jp-data__team {
  margin-top: 8px;
  font-size: 16px;
}

.overseas-jp-data__link {
  margin-left: auto;
  margin-top: auto;
  text-decoration: underline;
}

.overseas-jp-side {
  margin-bottom: 20px;
}

.overseas-jp-side * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.overseas-jp-side a {
  color: #0071bc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.overseas-jp-side a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.overseas-jp-side-heading {
  background: #403e3f;
  background: -webkit-gradient(linear, left bottom, left top, from(#403e3f), to(#818181));
  background: linear-gradient(0deg, #403e3f 0%, #818181 100%);
  color: #fff;
  padding: 8px 10px;
  font-size: 19px;
}

.overseas-jp-side-link {
  display: block;
  width: 100%;
  text-align: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}

.overseas-jp-side-link__outer {
  margin-top: 12px;
}

.overseas-jp-side-link__arrow {
  font-size: 13px;
}

.overseas-jp-side-item {
  border-bottom: solid 1px #ddd;
}

.overseas-jp-side-item__inner {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 12px;
}

.overseas-jp-side-photo {
  width: 60px;
}

.overseas-jp-side-data {
  margin-left: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.overseas-jp-side-data__name {
  font-size: 14px;
  color: #0071bc;
}

.overseas-jp-side-data__team {
  margin-top: 8px;
  font-size: 14px;
}

.overseas-jp-side-data__link {
  margin-left: auto;
  margin-top: auto;
  text-decoration: underline;
}

.dazn-text-link {
  font-size: 16px;
}

.dazn-text-link-block {
  margin-top: 1em;
}

.c-sub-category-textlink {
  margin-top: 24px;
  font-weight: 600;
}

.c-sub-category-textlink a {
  font-size: 16px;
  font-weight: 600;
}

.footpath {
  padding: 4px 0 0 0;
  margin: 0 15px 14px 15px;
  display: flex;
  overflow: hidden;
}

.footpath_item {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex: 0 0 auto;
}

.footpath_item:not(:last-child)::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0px 4px 0;
  background-image: url(/v=1700447627/files/user/assets/images/icon/chevron_right.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

#contents {
  min-height: calc(100vh - 188px);
}

.right_ad_c {
	min-height: 250px;
}

.twitter-timeline-widget {
  min-height: 600px;
}