@charset "utf-8";

/* ============================================== */

/* BASE

/* ============================================== */

*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  color: #333;
  font-size: 62.5%;
}

body {
  margin: 0;
  background-color: #fff;
  font-family: 'Helvetica Neue', 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
  font-size: 1.6em;
  line-height: 1.6;
}

div {
  -webkit-tap-highlight-color: transparent;
}

blockquote,
figure {
  margin: 0;
}

article,
section {
  margin-bottom: 0;
}

a {
  color: #017bb8;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #88388b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

h1 {
  font-size: 3.7rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

q::before {
  content: "\201C\0020";
}

q::after {
  content: "\0020\201D";
}

em {
  font-style: normal;
}

abbr {
  border-bottom: 1px dotted #333;
}

code,
kbd,
pre,
samp,
var {
  font-family: Menlo, 'Andale Mono', monospace;
}

code {
  line-height: 1.25;
  tab-size: 4;
}

menu,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

dd,
dl,
dt {
  margin: 0;
}

li {
  list-style-type: none;
}

table th {
  padding-bottom: 10px;
  color: #999;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 300;
}

table caption {
  margin-bottom: 10px;
  text-align: left;
  font-size: 2rem;
}

fieldset {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  border-width: 0;
}

legend {
  margin-bottom: 5px;
  font-weight: bold;
}

legend > span {
  margin-left: 20px;
  color: #aaa;
  font-size: 1.3rem;
  font-weight: normal;
}

button,
input,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
  line-height: normal;
}

textarea {
  resize: vertical;
}

::placeholder {
  color: #555;
  font-weight: normal;
}

iframe {
  margin: 0;
  border: none;
}

/* ============================================== */

/* COMMON

/* ============================================== */

/* EMG */

.emg {
  margin-bottom: 15px;
  clear: both;
  text-align: center;
}

.emg table {
  margin: 10px auto;
}

.emg table table {
  margin: 0;
}

/* デバイス別表示切替リンク */

.yjChviewWrap {
  margin-bottom: 15px;
  text-align: center;
}

.yjChview {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #e7e7e7;
  background: #f9f9f9;
  text-align: center;
}

.yjChview dl,
.yjChview dd,
.yjChview p {
  margin: 0;
}

.yjChview dl dt,
.yjChview dl dd {
  display: inline;
  font-size: 14px;
  line-height: 1.2em;
}

.yjChview dl dt {
  padding-right: 0.2em;
}

.yjChview dl dd span {
  font-weight: bold;
}

.yjChview dl dd::after {
  content: "\ff5c";
}

.yjChview dl dd.end::after {
  content: "";
}

/* resize */

.resize {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: bottom;
}

/* ============================================== */

/* PAGE

/* ============================================== */

.header {
  width: 950px;
  margin: 0 auto;
}

.main {
  position: relative;
  width: 950px;
  margin: 10px auto;
  font-size: 0;
}

.main .main-content {
  display: inline-block;
  width: 640px;
  vertical-align: top;
}

.main .main-content .section {
  margin-bottom: 15px;
  padding: 0 5px;
}

.main .sub-content {
  display: inline-block;
  width: 300px;
  margin-left: 10px;
  vertical-align: top;
}

.main .sub-content .section {
  margin-bottom: 15px;
}

.main .error {
  width: 950px;
}

/* ============================================== */

/* COMPONENT

/* ============================================== */

/* noscript-message */

.noscript-message {
  margin-bottom: 10px;
  border: 1px solid #ff0033;
  border-radius: 4px;
  text-align: center;
}

.noscript-message .noscript-message-text {
  display: inline-block;
  max-width: 900px;
  height: 30px;
  padding: 5px 10px 5px;
  color: #ff0033;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  font-size: 1.5rem;
  line-height: 20px;
  white-space: nowrap;
}

/* emergency-message */

.emergency-message {
  margin-bottom: 10px;
  border: 1px solid #ffa4b1;
  border-radius: 4px;
  background-color: #fef1f3;
  text-align: center;
}

.emergency-message > a {
  display: inline-block;
  position: relative;
  max-width: 900px;
  height: 30px;
  padding: 5px 10px 5px 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  font-size: 1.5rem;
  line-height: 20px;
  white-space: nowrap;
}

.emergency-message > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(https://s.yimg.jp/images/video-topics/img/common/information-circle-pink.svg) center / 18px no-repeat;
}

/* global-navigation */

.global-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  box-sizing: content-box;
  height: 40px;
  border-bottom: 1px solid #ccc;
}

.global-navigation .page-control {
  width: 480px;
}

.global-navigation .page-control-list {
  font-size: 0;
}

.global-navigation .page-control-item {
  display: inline-block;
  width: 96px;
  height: 40px;
  text-align: center;
  vertical-align: bottom;
}

.global-navigation .page-control-item > span {
  display: inline-block;
  height: 28px;
  margin: 5px 0 7px;
  padding: 0 12px;
  color: #fff;
  border-radius: 14px;
  background-color: #f53f59;
  vertical-align: bottom;
  font-family: "メイリオ", Meiryo !important;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 30px;
}

.global-navigation .page-control-item > a {
  display: inline-block;
  height: 28px;
  margin: 5px 0 7px;
  padding: 0 12px;
  color: #333;
  vertical-align: bottom;
  font-family: "メイリオ", Meiryo !important;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 30px;
}

.global-navigation .page-control-item > a:hover {
  color: #f53f59;
  text-decoration: none;
}

.global-navigation .searchbar {
  margin-left: 5px;
}

.global-navigation .searchbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 465px;
  height: 28px;
  margin: 5px 0 7px;
}

.global-navigation .searchbar-input {
  width: 360px;
  height: 28px;
  margin-right: 5px;
  border: 1px solid #999;
  border-radius: 0;
}

.global-navigation .searchbar-input-form {
  display: block;
  box-sizing: border-box;
  width: 358px;
  height: 26px;
  padding: 0 5px;
  border: none;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 26px;
}

.global-navigation .searchbar-input-form:focus {
  color: #333;
  outline: 0;
}

.global-navigation .searchbar-input-form::-webkit-input-placeholder {
  color: #ccc;
}

.global-navigation .searchbar-input-form::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.global-navigation .searchbar-button {
  width: 100px;
  margin: 0;
  padding: 0;
  color: #fff;
  border: none;
  border-radius: 0;
  background: #f53f59 url(https://s.yimg.jp/images/video-topics/img/common/search-white.svg) top 7px left 22px / 14px no-repeat;
  text-indent: 14px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.2em;
}

.global-navigation .searchbar-button:hover {
  background-color: #e20a39;
  cursor: pointer;
}

/* live-message */

.live-message {
  margin-bottom: 10px;
  font-size: 0;
}

.live-message .live-message-live-icon {
  display: inline-block;
  width: 96px;
  height: 28px;
  margin-right: 5px;
  background: url(https://s.yimg.jp/images/video-topics/img/common/live-now.svg) center / 96px 24px no-repeat;
  vertical-align: middle;
}

.live-message .live-message-icon {
  display: inline-block;
  margin: 5px 2px 5px 0;
  vertical-align: middle;
}

.live-message .live-message-text {
  display: inline-block;
  max-width: 600px;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 28px;
  white-space: nowrap;
}

/* content-header */

.content-header {
  position: relative;
}

.content-header .content-heading {
  width: 100%;
  height: 50px;
  padding: 0 5px;
  overflow: hidden;
  font-size: 2rem;
  font-weight: bold;
  line-height: 50px;
}

.content-header .content-search-heading {
  padding: 0 5px;
  font-size: 0;
}

.content-header .content-search-heading-query {
  display: inline-block;
  max-width: 450px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: bold;
  line-height: 50px;
  white-space: nowrap;
}

.content-header .content-search-heading-text {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 50px;
}

.content-header .content-tag-heading {
  padding: 0 5px;
  font-size: 0;
}

.content-header .content-tag-heading-text {
  display: inline-block;
  max-width: 540px;
  height: 34px;
  margin: 8px 0;
  padding: 0 0.75em;
  overflow: hidden;
  border-radius: 4px;
  background-color: #eee;
  text-overflow: ellipsis;
  vertical-align: bottom;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 34px;
  white-space: nowrap;
}

.content-header .content-brand-heading {
  padding: 0 5px;
  font-size: 0;
}

.content-header .content-brand-heading-icon {
  display: inline-block;
  margin: 10px 5px 10px 0;
  vertical-align: middle;
}

.content-header .content-brand-heading-text {
  display: inline-block;
  max-width: 520px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: bold;
  line-height: 50px;
  white-space: nowrap;
}

.content-header .page-layout-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 10px;
  right: 5px;
  width: 70px;
  height: 30px;
}

.layout-grid .content-header .page-layout-control-grid-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(https://s.yimg.jp/images/video-topics/img/common/grid-box-active.svg) center / 30px no-repeat;
}

.layout-grid .content-header .page-layout-control-list-icon {
  display: block;
  width: 30px;
  height: 30px;
  background: url(https://s.yimg.jp/images/video-topics/img/common/list-box.svg) center / 30px no-repeat;
}

.layout-grid .content-header .page-layout-control-list-icon:hover {
  background: url(https://s.yimg.jp/images/video-topics/img/common/list-box-pink.svg) center / 30px no-repeat;
}

.layout-list .content-header .page-layout-control-grid-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(https://s.yimg.jp/images/video-topics/img/common/grid-box.svg) center / 30px no-repeat;
}

.layout-list .content-header .page-layout-control-grid-icon:hover {
  background: url(https://s.yimg.jp/images/video-topics/img/common/grid-box-pink.svg) center / 30px no-repeat;
}

.layout-list .content-header .page-layout-control-list-icon {
  display: block;
  width: 30px;
  height: 30px;
  background: url(https://s.yimg.jp/images/video-topics/img/common/list-box-active.svg) center / 30px no-repeat;
}

/* page-navigation */

.page-navigation {
  position: relative;
}

.page-navigation .page-navigation-text {
  height: 20px;
  font-size: 1.2rem;
  line-height: 20px;
}

.page-navigation .page-navigation-pager {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  font-size: 1.2rem;
  line-height: 20px;
}

.page-navigation .page-navigation-pager > a {
  font-weight: bold;
}

/* category-control */

.category-control {
  text-align: center;
}

.category-control .category-control-list {
  display: inline-block;
  border-radius: 4px;
  vertical-align: bottom;
  font-size: 0;
}

.category-control .category-control-item {
  display: inline-block;
  height: 26px;
  vertical-align: bottom;
}

.category-control .category-control-item:first-child {
  border-radius: 4px 0 0 4px;
}

.category-control .category-control-item:first-child > span {
  border-radius: 4px 0 0 4px;
}

.category-control .category-control-item:first-child > a {
  border-radius: 4px 0 0 4px;
}

.category-control .category-control-item:last-child > span {
  border-radius: 0 4px 4px 0;
}

.category-control .category-control-item:last-child > a {
  border-radius: 0 4px 4px 0;
}

.category-control .category-control-item > span {
  display: inline-block;
  position: relative;
  height: 26px;
  padding: 0 15px;
  color: #fff;
  border: 1px solid #f53f59;
  background-color: #f53f59;
  vertical-align: bottom;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 24px;
}

.category-control .category-control-item > a {
  display: inline-block;
  height: 26px;
  margin: 0 -1px;
  padding: 0 16px;
  color: #333;
  border: 1px solid #999;
  background-color: #fff;
  vertical-align: bottom;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 24px;
}

.category-control .category-control-item > a:hover {
  background-color: #fef1f3;
  text-decoration: none;
}

.category-control .category-control-item > a:visited {
  color: #333;
}

/* term-control */

.term-control {
  text-align: center;
}

.term-control .term-control-list {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0;
}

.term-control .term-control-item {
  display: inline-block;
  height: 26px;
  margin-right: 10px;
  vertical-align: bottom;
}

.term-control .term-control-item:last-child {
  margin-right: 0;
}

.term-control .term-control-item > span {
  display: inline-block;
  height: 26px;
  padding: 0 15px;
  color: #fff;
  border: 1px solid #f53f59;
  border-radius: 13px;
  background-color: #f53f59;
  vertical-align: bottom;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 24px;
}

.term-control .term-control-item > a {
  display: inline-block;
  height: 26px;
  padding: 0 15px;
  color: #333;
  border: 1px solid #999;
  border-radius: 13px;
  background-color: #fff;
  vertical-align: bottom;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 24px;
}

.term-control .term-control-item > a:hover {
  background-color: #fef1f3;
  text-decoration: none;
}

.term-control .term-control-item > a:visited {
  color: #333;
}

/* article */

.article {
}

.article .article-container {
  padding: 10px 0;
}

.article .article-title {
  width: 100%;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  word-break: break-all;
}

.article .article-brand {
  margin-bottom: 5px;
  font-size: 0;
}

.article .article-brand-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.article .article-brand-text {
  display: inline-block;
  max-width: 617px;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 18px;
  white-space: nowrap;
}

.article .article-description {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  word-break: break-all;
}

.article .article-information {
  margin-bottom: 10px;
}

.article .article-information-content-title {
  display: none;
}

.article .article-information-content-text {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.5;
  word-break: break-all;
}

.article .article-information-content-text:last-child {
  margin-bottom: 0;
}

.article .article-information-content-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(https://s.yimg.jp/images/video-topics/img/common/brand-icon-sprite.png) 0 0 / 16px no-repeat;
  vertical-align: top;
}

.article .article-information-content-icon.yahoo {
  background-position: 0 -20px;
}

.article .article-information-content-icon.gyao {
  background-position: 0 -40px;
}

.article .article-information-content-icon.gyaostore {
  background-position: 0 -60px;
}

.article .article-information-content-icon.youtube {
  background-position: 0 -80px;
}

.article .article-information-content-icon.niconico {
  background-position: 0 -100px;
}

.article .article-information-content-text .article-information-content-icon + a {
  display: inline-block;
  max-width: 619px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 16px;
  white-space: nowrap;
}

.article .more-close {
  position: relative;
  height: 80px;
  overflow: hidden;
}

.article .more-close > .article-information-more {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9), #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9), #fff);
}

.article .more-close > .article-information-more > a {
  display: block;
}

.article .more-close > .article-information-more .article-information-more-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  opacity: 0.9;
  background: url(https://s.yimg.jp/images/video-topics/img/common/expand-open.svg) center / 18px no-repeat;
}

.article .more-open {
  position: relative;
}

.article .more-open > .article-information-more {
  display: block;
  width: 100%;
  padding: 10px 0;
}

.article .more-open > .article-information-more > a {
  display: block;
}

.article .more-open > .article-information-more .article-information-more-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  opacity: 0.9;
  background: url(https://s.yimg.jp/images/video-topics/img/common/expand-close.svg) center / 18px no-repeat;
}

.article .article-information-date {
  height: 18px;
  margin-bottom: 5px;
  font-size: 1.3rem;
  line-height: 18px;
}

.article .article-information-date > time {
  padding: 0 5px;
}

.article .article-information-copyright {
  max-width: 100%;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.3rem;
  line-height: 18px;
  white-space: nowrap;
}

.article .brand-information {
  margin-top: 5px;
  padding: 10px;
  border-radius: 4px;
  background-color: #f7f7f7;
}

.article .brand-information > .article-information-content-title {
  display: block;
  height: 18px;
  margin-bottom: 5px;
  color: #666;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 18px;
}

.article .brand-information-logo {
  text-align: center;
}

.article .brand-information-logo > a {
  display: block;
}

.article .brand-information-logo-image {
  display: inline-block;
  vertical-align: bottom;
}

.article .article-summary-container {
  margin: -1px 0;
  padding: 6px 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

/* video-player */

.video-player {
  width: 640px;
  height: 409px;
  background-color: #000;
}

/* video-player-cover */

.video-player-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 640px;
  height: 270px;
}

.video-player-cover .video-player-cover-thumbnail {
  width: 360px;
}

.video-player-cover .video-player-cover-thumbnail > a {
  display: block;
  overflow: hidden;
}

.video-player-cover .video-player-cover-thumbnail > a:hover > .video-player-cover-thumbnail-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.video-player-cover .video-player-cover-thumbnail-image {
  -ms-transition: -ms-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.video-player-cover .video-player-cover-more {
  width: 280px;
  text-align: center;
}

.video-player-cover .video-player-cover-more-link {
  display: inline-block;
  position: relative;
  height: 50px;
  margin: 110px 0;
  padding: 0 3em 0 2em;
  color: #fff;
  border-radius: 4px;
  background-color: #f53f59;
  text-align: center;
  vertical-align: bottom;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 50px;
}

.video-player-cover .video-player-cover-more-link.outbound {
  padding: 0.4em 3em 0 2em;
  line-height: 18px;
}

.video-player-cover .video-player-cover-more-link:hover {
  background-color: #e20a39;
  text-decoration: none;
}

.video-player-cover .video-player-cover-more-link:visited {
  color: #fff;
}

.video-player-cover .video-player-cover-more-link::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 35px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-width: 6px 0 6px 7px;
  border-style: solid;
}

.video-player-cover .video-player-cover-more-link > span {
  font-size: 1.2rem;
}

/* video-player-noscript-message */

.video-player-noscript-message {
  padding: 15px;
}

.video-player-noscript-message .video-player-noscript-message-text {
  color: #999;
  font-size: 1.4rem;
  line-height: 1.5;
}
.video-player-noscript-message .video-player-noscript-message-text > strong {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 1.6rem;
}

/* video-list-wide(layout-grid） */

.layout-grid .video-list-wide {
  font-size: 0;
}

.layout-grid .video-list-wide .video-item-wide {
  display: inline-block;
  box-sizing: content-box;
  width: 200px;
  margin: 0 10px 15px 0;
  vertical-align: top;
}

.layout-grid .video-list-wide .video-content-wide {
  position: relative;
}

.layout-grid .video-list-wide .video-content-wide-thumbnail {
  width: 200px;
  margin-bottom: 5px;
}

.layout-grid .video-list-wide .video-content-wide-thumbnail > a {
  display: block;
  overflow: hidden;
}

.layout-grid .video-list-wide .video-content-wide-thumbnail > a:hover > .video-content-wide-thumbnail-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.layout-grid .video-list-wide .video-content-wide-thumbnail-image {
  -ms-transition: -ms-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.layout-grid .video-list-wide .video-content-wide-rank-number {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 20px;
  color: #333;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 20px;
}

.layout-grid .video-list-wide .video-content-wide-rank-number[data-rank="1"] {
  color: #fff;
  background-color: #c48f00;
}

.layout-grid .video-list-wide .video-content-wide-rank-number[data-rank="2"] {
  color: #fff;
  background-color: #667c92;
}

.layout-grid .video-list-wide .video-content-wide-rank-number[data-rank="3"] {
  color: #fff;
  background-color: #9e4b2d;
}

.layout-grid .video-list-wide .video-content-wide-details {
  width: 200px;
}

.layout-grid .video-list-wide .video-content-wide-title {
  margin-bottom: 5px;
  font-size: 0;
}

.layout-grid .video-list-wide .video-content-wide-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.layout-grid .video-list-wide .video-content-wide-text {
  display: inline-block;
  width: 177px;
  max-height: 2.8em;
  overflow: hidden;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 1.4;
  word-break: break-all;
}

.layout-grid .video-list-wide .video-content-wide-access {
  max-height: 1em;
  margin-bottom: 5px;
  color: #666;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 1;
}

.layout-grid .video-list-wide .video-content-wide-access > strong {
  padding: 0 5px;
  color: #f53f59;
}

.layout-grid .video-list-wide .video-content-wide-date {
  max-height: 1em;
  margin-bottom: 5px;
  color: #666;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 1;
}

.layout-grid .video-list-wide .video-content-wide-date > time {
  padding: 0 5px;
}

.layout-grid .video-list-wide .video-content-wide-duration {
  display: block;
  position: absolute;
  top: 95px;
  left: 160px;
  width: 40px;
  height: 18px;
  color: #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.1rem;
  line-height: 18px;
}

/* video-list-wide(layout-list） */

.layout-list .video-list-wide {
}

.layout-list .video-list-wide .video-item-wide {
  display: inline-block;
  box-sizing: content-box;
  height: 113px;
  margin-bottom: 15px;
}

.layout-list .video-list-wide .video-content-wide {
  position: relative;
  height: 113px;
  font-size: 0;
}

.layout-list .video-list-wide .video-content-wide-thumbnail {
  display: inline-block;
  width: 200px;
  vertical-align: bottom;
}

.layout-list .video-list-wide .video-content-wide-thumbnail > a {
  display: block;
  overflow: hidden;
}

.layout-list .video-list-wide .video-content-wide-thumbnail > a:hover > .video-content-wide-thumbnail-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.layout-list .video-list-wide .video-content-wide-thumbnail-image {
  -ms-transition: -ms-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.layout-list .video-list-wide .video-content-wide-rank-number {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 20px;
  color: #333;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 20px;
}

.layout-list .video-list-wide .video-content-wide-rank-number[data-rank="1"] {
  color: #fff;
  background-color: #c48f00;
}

.layout-list .video-list-wide .video-content-wide-rank-number[data-rank="2"] {
  color: #fff;
  background-color: #667c92;
}

.layout-list .video-list-wide .video-content-wide-rank-number[data-rank="3"] {
  color: #fff;
  background-color: #9e4b2d;
}

.layout-list .video-list-wide .video-content-wide-details {
  display: inline-block;
  width: 430px;
  height: 113px;
  overflow: hidden;
  vertical-align: bottom;
}

.layout-list .video-list-wide .video-content-wide-title {
  margin-bottom: 5px;
  padding-left: 10px;
  font-size: 0;
}

.layout-list .video-list-wide .video-content-wide-text {
  display: inline-block;
  width: 397px;
  max-height: 2.8em;
  overflow: hidden;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 1.4;
  word-break: break-all;
}

.layout-list .video-list-wide .video-content-wide-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.layout-list .video-list-wide .video-content-wide-description {
  max-height: 3.9em;
  margin-bottom: 10px;
  padding-left: 10px;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 1.3;
}

.layout-list .video-list-wide .video-content-wide-access {
  max-height: 1em;
  margin-bottom: 5px;
  padding-left: 10px;
  color: #666;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 1;
}

.layout-list .video-list-wide .video-content-wide-access > strong {
  padding: 0 5px;
  color: #f53f59;
}

.layout-list .video-list-wide .video-content-wide-date {
  max-height: 1em;
  margin-bottom: 5px;
  padding-left: 10px;
  color: #666;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 1;
}

.layout-list .video-list-wide .video-content-wide-date > time {
  padding: 0 5px;
}

.layout-list .video-list-wide .video-content-wide-duration {
  display: block;
  position: absolute;
  bottom: 0;
  left: 160px;
  width: 40px;
  height: 18px;
  color: #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.1rem;
  line-height: 18px;
}

/* video-list-wide-small */

.video-list-wide-small {
  font-size: 0;
}

.video-list-wide-small .video-item-wide-small {
  display: inline-block;
  box-sizing: content-box;
  width: 150px;
  margin: 0 10px 15px 0;
  vertical-align: top;
}

.video-list-wide-small .video-item-wide-small:nth-child(4n) {
  margin-right: 0;
}

.video-list-wide-small .video-content-wide-small {
  position: relative;
}

.video-list-wide-small .video-content-wide-small-thumbnail {
  width: 150px;
  margin-bottom: 4px;
}

.video-list-wide-small .video-content-wide-small-thumbnail > a {
  display: block;
  overflow: hidden;
}

.video-list-wide-small .video-content-wide-small-thumbnail > a:hover > .video-content-wide-small-thumbnail-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.video-list-wide-small .video-content-wide-small-thumbnail-image {
  -ms-transition: -ms-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.video-list-wide-small .video-content-wide-small-new-icon {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 16px;
  background: url(https://s.yimg.jp/images/video-topics/img/common/new.svg) center / 36px 16px no-repeat;
}

.video-list-wide-small .video-content-wide-small-details {
  width: 150px;
}

.video-list-wide-small .video-content-wide-small-text {
  display: block;
  width: 150px;
  max-height: 2.8em;
  overflow: hidden;
  font-size: 1.3rem;
  line-height: 1.4;
  word-break: break-all;
}

.video-list-wide-small .video-content-wide-small-duration {
  display: block;
  position: absolute;
  top: 66px;
  left: 110px;
  width: 40px;
  height: 18px;
  color: #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.1rem;
  line-height: 18px;
}

/* video-list-small */

.video-list-small {
  font-size: 0;
}

.video-list-small .video-item-small {
  display: inline-block;
  box-sizing: content-box;
  width: 150px;
  margin: 0 10px 15px 0;
  vertical-align: top;
}

.video-list-small .video-item-small:nth-child(4n) {
  margin-right: 0;
}

.video-list-small .video-content-small {
  position: relative;
}

.video-list-small .video-content-small-thumbnail {
  width: 150px;
  margin-bottom: 4px;
}

.video-list-small .video-content-small-thumbnail > a {
  display: block;
  overflow: hidden;
}

.video-list-small .video-content-small-thumbnail > a:hover > .video-content-small-thumbnail-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.video-list-small .video-content-small-thumbnail-image {
  -ms-transition: -ms-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.video-list-small .video-content-small-new-icon {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 16px;
  background: url(https://s.yimg.jp/images/video-topics/img/common/new.svg) center / 36px 16px no-repeat;
}

.video-list-small .video-content-small-details {
  width: 150px;
}

.video-list-small .video-content-small-text {
  display: block;
  width: 150px;
  max-height: 2.8em;
  overflow: hidden;
  font-size: 1.3rem;
  line-height: 1.4;
  word-break: break-all;
}

.video-list-small .video-content-small-duration {
  display: block;
  position: absolute;
  top: 94px;
  left: 110px;
  width: 40px;
  height: 18px;
  color: #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.1rem;
  line-height: 18px;
}

/* video-list-heading */

.video-list-heading {
  position: relative;
  width: 100%;
  height: 44px;
  padding-left: 9px;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 44px;
}

.video-list-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 28px;
  border-radius: 2px;
  background-color: #f53f59;
}

.video-list-heading .video-list-heading-rental {
  display: inline-block;
  height: 18px;
  margin-left: 5px;
  padding: 0 7px;
  color: #999;
  border: 1px solid #999;
  border-radius: 9px;
  font-size: 1.2rem;
  line-height: 18px;
  letter-spacing: 0.1em;
}

/* video-list-tag-heading */

.video-list-tag-heading {
  width: 100%;
  height: 48px;
  font-size: 0;
}

.video-list-tag-heading .video-list-tag-heading-text {
  display: inline-block;
  max-width: 600px;
  height: 28px;
  margin: 10px 0;
  padding: 0 0.75em;
  overflow: hidden;
  border-radius: 4px;
  background-color: #eee;
  text-overflow: ellipsis;
  vertical-align: bottom;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 28px;
  white-space: nowrap;
}

/* video-list-brand-heading */

.video-list-brand-heading {
  font-size: 0;
}

.video-list-brand-heading .video-list-brand-heading-icon {
  display: inline-block;
  margin: 10px 5px 10px 0;
  vertical-align: middle;
}

.video-list-brand-heading .video-list-brand-heading-text {
  display: inline-block;
  max-width: 600px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 44px;
  white-space: nowrap;
}

/* video-list-more */

.video-list-more {
  height: 20px;
  text-align: right;
  font-size: 0;
}

.video-list-more .video-list-more-link {
  display: inline-block;
  position: relative;
  height: 20px;
  padding-right: 15px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 20px;
}

.video-list-more .video-list-more-link:visited {
  color: #017bb8;
}

.video-list-more .video-list-more-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #017bb8;
  border-right: 2px solid #017bb8;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* facebook-comments */

.facebook-comments {
  margin: 0 -5px;
  padding: 5px 10px 15px;
  border-radius: 4px;
  background: #f7f7f7;
}

.facebook-comments > .fb-comments {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.facebook-comments .facebook-comments-text {
  color: #999;
  font-size: 1.3rem;
  line-height: 1.3;
}

/* category */

.category {
  height: 100%;
  margin: 0 -5px;
  padding: 0 10px;
  border-radius: 4px;
  background-color: #f7f7f7;
}

.category .category-heading {
  height: 44px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 44px;
}

.category .category-list {
  margin-bottom: 20px;
  font-size: 0;
}

.category .category-item {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 150px;
  margin: 0 10px 10px 0;
  vertical-align: top;
}

.category .category-item:nth-child(3n) {
  margin-right: 0;
}

.category .category-item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.category .category-item > a {
  display: block;
}

.category .category-item > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.category .category-item > a:hover .category-item-text {
  background-color: rgba(245, 63, 89, 0.8);
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.category .category-item-text {
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 180px;
  height: 130px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  vertical-align: bottom;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 128px;
}

/* pickup-tag-list */

.pickup-tag-list {
  font-size: 0;
}

.pickup-tag-list .pickup-tag-item {
  display: inline-block;
  position: relative;
  width: 204px;
  height: 115px;
  margin: 0 9px 10px 0;
  vertical-align: bottom;
}

.pickup-tag-list .pickup-tag-item:nth-child(3n) {
  margin-right: 0;
}

.pickup-tag-list .pickup-tag-item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.pickup-tag-list .pickup-tag-item > a {
  display: block;
}

.pickup-tag-list .pickup-tag-item > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.pickup-tag-list .pickup-tag-item > a:hover .pickup-tag-item-text {
  background-color: rgba(245, 63, 89, 0.8);
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.pickup-tag-list .pickup-tag-item-text {
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  max-width: 600px;
  height: 28px;
  padding: 0 0.75em;
  color: #fff;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  text-overflow: ellipsis;
  vertical-align: bottom;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 28px;
  white-space: nowrap;
}

/* tag-list */

.tag-list {
  padding: 10px 0;
  font-size: 0;
}

.tag-list .tag-item {
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: bottom;
}

.tag-list .tag-item-text {
  display: inline-block;
  max-width: 600px;
  height: 28px;
  padding: 0 0.75em;
  overflow: hidden;
  border-radius: 4px;
  background-color: #eee;
  text-overflow: ellipsis;
  vertical-align: bottom;
  font-size: 1.4rem;
  line-height: 28px;
  white-space: nowrap;
}

/* brand-list */

.brand-list {
  padding: 10px 0;
  font-size: 0;
}

.brand-list .brand-item {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  vertical-align: top;
  font-size: 0;
}

.brand-list .brand-item:last-child,
.brand-list .brand-item:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}

.brand-list .brand-item:nth-child(2n) .brand-item-text {
  padding-right: 0;
}

.brand-list .brand-item-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.brand-list .brand-item-text {
  display: inline-block;
  width: 286px;
  max-height: 2.6em;
  padding-right: 5px;
  overflow: hidden;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.3;
  word-break: break-all;
}

/* brand-list-more */

.brand-list-more {
  padding: 15px 0;
}

.brand-list-more > a {
  display: block;
}

.brand-list-more .brand-list-more-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  opacity: 0.9;
  background: url(https://s.yimg.jp/images/video-topics/img/common/expand-open.svg) center / 18px no-repeat;
}

/* pager */

.pager {
  padding: 15px 0;
  text-align: center;
}

.pager .pager-list {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0;
}

.pager .pager-item {
  display: inline-block;
  height: 44px;
  margin-right: 10px;
  vertical-align: bottom;
}

.pager .pager-item:last-child {
  margin-right: 0;
}

.pager .pager-page-number {
  display: inline-block;
  height: 44px;
  padding: 0 10px;
  color: #333;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 42px;
}

.pager a.pager-page-number:hover {
  background-color: #fef1f3;
  text-decoration: none;
}

.pager a.pager-page-number:visited {
  color: #333;
}

.pager span.pager-page-number {
  color: #fff;
  border-color: #f53f59;
  background-color: #f53f59;
}

.pager .pager-previous {
  display: inline-block;
  position: relative;
  height: 44px;
  padding: 0 10px 0 20px;
  color: #333;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 42px;
}

.pager .pager-previous::after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.pager a.pager-previous:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}

.pager a.pager-previous:visited {
  color: #333;
}

.pager span.pager-previous {
  color: #999;
  border-color: #eee;
  background-color: #eee;
}

.pager span.pager-previous::after {
  border-color: #999;
}

.pager .pager-next {
  display: inline-block;
  position: relative;
  position: relative;
  height: 44px;
  padding: 0 20px 0 10px;
  color: #333;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 42px;
}

.pager .pager-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pager a.pager-next:hover {
  background-color: #fef1f3;
  text-decoration: none;
}

.pager a.pager-next:visited {
  color: #333;
}

.pager span.pager-next {
  color: #999;
  border-color: #eee;
  background-color: #eee;
}

.pager span.pager-next::after {
  border-color: #999;
}

.pager .pager-page-ellipsis {
  display: inline-block;
  height: 44px;
  color: #333;
  background-color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 44px;
}

/* yahoo-video-search */

.yahoo-video-search {
}

.yahoo-video-search .yahoo-video-search-text {
  width: 100%;
  height: 48px;
  background-color: #f7f7f7;
  text-align: center;
}

.yahoo-video-search .yahoo-video-search-query {
  display: inline-block;
  position: relative;
  max-width: 350px;
  height: 48px;
  padding-left: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 48px;
  white-space: nowrap;
}

.yahoo-video-search .yahoo-video-search-query::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(https://s.yimg.jp/images/video-topics/img/common/search-pink.svg) center / 18px no-repeat;
}

.yahoo-video-search .yahoo-video-search-sub-text {
  display: inline-block;
  height: 48px;
  vertical-align: bottom;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 48px;
}

.yahoo-video-search .yahoo-video-search-link {
  display: inline-block;
  position: relative;
  height: 48px;
  padding: 0 15px 0 2px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 48px;
}

.yahoo-video-search .yahoo-video-search-link:visited {
  color: #017bb8;
}

.yahoo-video-search .yahoo-video-search-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #017bb8;
  border-right: 2px solid #017bb8;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* no-match-message */

.no-match-message {
  padding: 30px 0;
  text-align: center;
}

.no-match-message .no-match-message-text {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.no-match-message .no-match-message-sub-text {
  font-size: 1.3rem;
  line-height: 1.6;
}

/* error-message */

.error-message {
  padding: 90px 0;
  text-align: center;
}

.error-message .error-message-text {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.error-message .error-message-sub-text {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.6;
}

.error-message .error-message-sub-text > small {
  display: block;
}

.error-message .error-message-link {
  display: inline-block;
  position: relative;
  height: 30px;
  padding-right: 15px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 30px;
}

.error-message .error-message-link:visited {
  color: #017bb8;
}

.error-message .error-message-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #017bb8;
  border-right: 2px solid #017bb8;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* campaign-banner */

.campaign-banner {
}

.campaign-banner .campaign-banner-content > a {
  display: block;
}

.campaign-banner .campaign-banner-item {
  margin-bottom: 10px;
}

.campaign-banner .campaign-banner-content-image {
  vertical-align: bottom;
}

.campaign-banner .campaign-banner-content-text {
  display: block;
  width: 100%;
  max-height: 2.8em;
  margin-top: 4px;
  overflow: hidden;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
  word-break: break-all;
}

/* ysp-banner */

.ysp-banner {
}

.ysp-banner .ysp-banner-content > a {
  display: block;
}

.ysp-banner .ysp-banner-content-image {
  vertical-align: bottom;
}

/* information */

.information {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

.information .information-heading {
  box-sizing: content-box;
  height: 24px;
  color: #666;
  border-bottom: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  background-color: #f7f7f7;
  text-indent: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 24px;
}

.information .information-item {
  margin: 0 5px;
  border-bottom: 1px dashed #ccc;
}

.information .information-item:last-child {
  border-bottom: none;
}

.information .information-item-text {
  display: block;
  padding: 10px 0;
  font-size: 1.3rem;
  line-height: 1.4;
}

/* sub-content-rank */

.sub-content-rank {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

.sub-content-rank .sub-video-list-heading {
  box-sizing: content-box;
  height: 24px;
  color: #666;
  border-bottom: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  background-color: #f7f7f7;
  text-indent: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 24px;
}

.sub-content-rank .sub-video-list {
  width: 298px;
  padding: 5px 0;
}

.sub-content-rank .sub-video-item {
  box-sizing: content-box;
  height: 75px;
  margin-bottom: 5px;
  padding: 0 5px;
}

.sub-content-rank .sub-video-item:last-child {
  margin-bottom: 0;
}

.sub-content-rank .sub-video-content {
  position: relative;
  height: 75px;
  font-size: 0;
}

.sub-content-rank .sub-video-content-thumbnail {
  display: inline-block;
  width: 100px;
  vertical-align: bottom;
}

.sub-content-rank .sub-video-content-thumbnail > a {
  display: block;
  overflow: hidden;
}

.sub-content-rank .sub-video-content-thumbnail > a:hover > .sub-video-content-thumbnail-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sub-content-rank .sub-video-content-thumbnail-image {
  -ms-transition: -ms-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.sub-content-rank .sub-video-content-rank-number {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #333;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 20px;
}

.sub-content-rank .sub-video-item .sub-video-content-rank-number[data-rank="1"] {
  color: #fff;
  background-color: #c48f00;
}

.sub-content-rank .sub-video-item .sub-video-content-rank-number[data-rank="2"] {
  color: #fff;
  background-color: #667c92;
}

.sub-content-rank .sub-video-item .sub-video-content-rank-number[data-rank="3"] {
  color: #fff;
  background-color: #9e4b2d;
}

.sub-content-rank .sub-video-content-details {
  display: inline-block;
  width: 188px;
  height: 75px;
  overflow: hidden;
  vertical-align: bottom;
}

.sub-content-rank .sub-video-content-text {
  display: block;
  max-height: 5.6em;
  padding-left: 5px;
  overflow: hidden;
  font-size: 1.3rem;
  line-height: 1.4;
  word-break: break-all;
}

.sub-content-rank .sub-video-content-duration {
  display: block;
  position: absolute;
  bottom: 0;
  left: 60px;
  width: 40px;
  height: 18px;
  color: #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.1rem;
  line-height: 18px;
}

.sub-content-rank .sub-video-list-more {
  box-sizing: content-box;
  height: 40px;
  margin: 0 5px;
  border-top: 1px dashed #ccc;
  text-align: center;
}

.sub-content-rank .sub-video-list-more-link {
  display: inline-block;
  position: relative;
  height: 40px;
  padding: 0 15px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 40px;
}

.sub-content-rank .sub-video-list-more-link:visited {
  color: #017bb8;
}

.sub-content-rank .sub-video-list-more-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #017bb8;
  border-right: 2px solid #017bb8;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* sub-content-brand-article */

.sub-content-brand-article {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

.sub-content-brand-article .sub-video-list {
  width: 298px;
  padding: 5px 0;
}

.sub-content-brand-article .sub-video-item {
  box-sizing: content-box;
  height: 75px;
  margin-bottom: 5px;
  padding: 0 5px;
}

.sub-content-brand-article .sub-video-item:last-child {
  margin-bottom: 0;
}

.sub-content-brand-article .sub-video-content {
  position: relative;
  height: 75px;
  font-size: 0;
}

.sub-content-brand-article .sub-video-content-thumbnail {
  display: inline-block;
  width: 100px;
  vertical-align: bottom;
}

.sub-content-brand-article .sub-video-content-thumbnail > a {
  display: block;
  overflow: hidden;
}

.sub-content-brand-article .sub-video-content-thumbnail > a:hover > .sub-video-content-thumbnail-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sub-content-brand-article .sub-video-content-thumbnail-image {
  -ms-transition: -ms-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.sub-content-brand-article .sub-video-content-details {
  display: inline-block;
  width: 188px;
  height: 75px;
  overflow: hidden;
  vertical-align: bottom;
}

.sub-content-brand-article .sub-video-content-text {
  display: block;
  max-height: 5.6em;
  padding-left: 5px;
  overflow: hidden;
  font-size: 1.3rem;
  line-height: 1.4;
  word-break: break-all;
}

.sub-content-brand-article .sub-video-content-duration {
  display: block;
  position: absolute;
  bottom: 0;
  left: 60px;
  width: 40px;
  height: 18px;
  color: #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.1rem;
  line-height: 18px;
}

/* sub-content-newly */

.sub-content-newly {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

.sub-content-newly .sub-video-list-heading {
  box-sizing: content-box;
  height: 24px;
  color: #666;
  border-bottom: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  background-color: #f7f7f7;
  text-indent: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 24px;
}

.sub-content-newly .sub-video-list {
  width: 298px;
  padding: 5px 0;
}

.sub-content-newly .sub-video-item {
  box-sizing: content-box;
  height: 75px;
  margin-bottom: 5px;
  padding: 0 5px;
}

.sub-content-newly .sub-video-item:last-child {
  margin-bottom: 0;
}

.sub-content-newly .sub-video-content {
  position: relative;
  height: 75px;
  font-size: 0;
}

.sub-content-newly .sub-video-content-thumbnail {
  display: inline-block;
  width: 100px;
  vertical-align: bottom;
}

.sub-content-newly .sub-video-content-thumbnail > a {
  display: block;
  overflow: hidden;
}

.sub-content-newly .sub-video-content-thumbnail > a:hover > .sub-video-content-thumbnail-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sub-content-newly .sub-video-content-thumbnail-image {
  -ms-transition: -ms-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.sub-content-newly .sub-video-content-details {
  display: inline-block;
  width: 188px;
  height: 75px;
  overflow: hidden;
  vertical-align: bottom;
  font-size: 0;
}

.sub-content-newly .sub-video-content-text {
  display: block;
  max-height: 5.6em;
  padding-left: 5px;
  overflow: hidden;
  font-size: 1.3rem;
  line-height: 1.4;
  word-break: break-all;
}

.sub-content-newly .sub-video-content-duration {
  display: block;
  position: absolute;
  bottom: 0;
  left: 60px;
  width: 40px;
  height: 18px;
  color: #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.1rem;
  line-height: 18px;
}

.sub-content-newly .sub-video-list-more {
  box-sizing: content-box;
  height: 40px;
  margin: 0 5px;
  border-top: 1px dashed #ccc;
  text-align: center;
}

.sub-content-newly .sub-video-list-more-link {
  display: inline-block;
  position: relative;
  height: 40px;
  padding: 0 15px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 40px;
}

.sub-content-newly .sub-video-list-more-link:visited {
  color: #017bb8;
}

.sub-content-newly .sub-video-list-more-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #017bb8;
  border-right: 2px solid #017bb8;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* twitter-widget */
.twitter-widget {
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* floating-sns-button */

.floating-sns-button {
  z-index: 10;
  position: fixed;
  top: 0;
  width: 92px;
  margin-left: -102px;
}

.floating-sns-button .sns-button-list {
  box-sizing: content-box;
  width: 72px;
  padding: 10px;
  background-color: #fff;
}

.floating-sns-button .sns-button-item {
  margin-bottom: 10px;
  text-align: center;
}

.floating-sns-button .sns-button-item:last-child {
  margin-bottom: 0;
}

.floating-sns-button .fb-like > span {
  margin-bottom: 5px;
}

.floating-sns-button .facebook-button {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 4px;
  background-color: #385dad;
}

.floating-sns-button .facebook-button:hover {
  text-decoration: none;
}

.floating-sns-button .facebook-button:visited {
  color: #fff;
}

.floating-sns-button .facebook-button-image {
  margin-top: 8px;
  vertical-align: bottom;
}

.floating-sns-button .facebook-button-text {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}

.floating-sns-button .twitter-button {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 4px;
  background-color: #1da1f2;
}

.floating-sns-button .twitter-button:hover {
  text-decoration: none;
}

.floating-sns-button .twitter-button:visited {
  color: #fff;
}

.floating-sns-button .twitter-button-image {
  margin-top: 7px;
  vertical-align: bottom;
}

.floating-sns-button .twitter-button-text {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}

.floating-sns-button .youtube-button {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 4px;
  background-color: #cd201f;
}

.floating-sns-button .youtube-button-image {
  margin-top: 11px;
  vertical-align: bottom;
}

.floating-sns-button .instagram-button {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 4px;
  background-color: #d93175;
}

.floating-sns-button .instagram-button-image {
  margin-top: 11px;
  vertical-align: bottom;
}

/* next-video-recommendation */

.next-video-recommendation {
  z-index: 100;
  box-sizing: content-box;
  position: fixed;
  bottom: 20px;
  width: 588px;
  height: 112px;
  margin-left: 24px;
  border: 2px solid #222;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  text-align: left;
}

.next-video-recommendation .next-video-recommendation-heading {
  z-index: 1;
  position: absolute;
  top: -7px;
  left: -7px;
  width: 62px;
  height: 24px;
  color: #fff;
  border-radius: 2px 2px 2px 0;
  background-color: #222;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 24px;
}

.next-video-recommendation .next-video-recommendation-heading:after {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent #000 transparent transparent;
  border-width: 0 5px 5px 0;
  border-style: solid;
}

.next-video-recommendation .next-video-content {
  font-size: 0;
}

.next-video-recommendation .next-video-content-thumbnail {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 112px;
  vertical-align: bottom;
}

.next-video-recommendation .next-video-content-thumbnail > a {
  display: block;
  width: 200px;
  height: 112px;
}

.next-video-recommendation .next-video-content-thumbnail > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.next-video-recommendation .next-video-content-play-icon {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: 26px 70px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  -ms-transition: -ms-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.next-video-recommendation .next-video-content-play-icon:hover {
  background-color: rgba(245, 63, 89, 0.8);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.next-video-recommendation .next-video-content-play-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -12px;
  margin-left: -7px;
  border-color: transparent transparent transparent #fff;
  border-width: 12px 0 12px 20px;
  border-style: solid;
}

.next-video-recommendation .next-video-content-thumbnail-image {
  border-radius: 0 0 0 4px;
}

.next-video-recommendation .next-video-content-details {
  display: inline-block;
  width: 388px;
  height: 112px;
  padding: 0 15px;
  border-left: 2px solid #222;
  vertical-align: bottom;
}

.next-video-recommendation .next-video-content-title {
  margin: 20px 0 15px;
}

.next-video-recommendation .next-video-content-text {
  display: block;
  width: 100%;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  line-height: 22px;
  white-space: nowrap;
}

.next-video-recommendation .next-video-content-duration {
  display: block;
  position: absolute;
  bottom: 0;
  left: 162px;
  width: 40px;
  height: 18px;
  color: #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.1rem;
  line-height: 18px;
}

.next-video-recommendation .next-video-content-countdown {
  height: 40px;
  padding: 5px;
  background-color: #eee;
  text-align: center;
  font-size: 0;
}

.next-video-recommendation .next-video-content-countdown-text {
  display: inline-block;
  height: 30px;
  margin-right: 8px;
  vertical-align: bottom;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
}

.next-video-recommendation .next-video-content-countdown-text > strong {
  margin: 0 3px;
  color: #f53f59;
  vertical-align: -1px;
  font-size: 2.4rem;
  font-weight: bold;
}

.next-video-recommendation .next-video-content-countdown-stop {
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  color: #333;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
  vertical-align: bottom;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.1em;
}

.next-video-recommendation .next-video-content-countdown-stop:hover {
  background-color: #fef1f3;
  text-decoration: none;
}

.next-video-recommendation .next-video-content-countdown-stop.active {
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  color: #fff;
  border: 1px solid #f53f59;
  border-radius: 4px;
  background-color: #f53f59;
  vertical-align: bottom;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.1em;
}

.next-video-recommendation .next-video-content-countdown-stop.active:hover {
  border-color: #e20a39;
  background-color: #e20a39;
  text-decoration: none;
}

.next-video-recommendation .next-video-recommendation-close {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 22px;
  height: 22px;
  border-radius: 0 5px 0 4px;
  background-color: #222;
}

.next-video-recommendation .next-video-recommendation-close-icon {
  display: inline-block;
  position: relative;
  width: 2px;
  height: 16px;
  margin-top: 3px;
  margin-left: 10px;
  padding: 0;
  background-color: #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.next-video-recommendation .next-video-recommendation-close-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -7px;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
}

/* jumbotron */

.jumbotron {
  width: 100%;
  background-color: #f7f7f7;
}

.jumbotron .jumbotron-content {
  width: 950px;
  margin: 0 auto;
  padding: 15px 0 5px;
}

.jumbotron .jumbotron-content-player {
  width: 950px;
  height: 338px;
  padding: 0 175px;
  background-color: #000;
}

.jumbotron .jumbotron-content-details {
  position: relative;
}

.jumbotron .jumbotron-content-title {
  font-size: 0;
}

.jumbotron .jumbotron-content-icon {
  display: inline-block;
  margin: 10px 5px 10px 0;
  vertical-align: middle;
}

.jumbotron .jumbotron-content-text {
  display: inline-block;
  max-width: 720px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: bold;
  line-height: 50px;
  white-space: nowrap;
}

.jumbotron .jumbotron-content-more {
  position: absolute;
  top: 10px;
  right: 0;
}

.jumbotron .jumbotron-content-more-link {
  display: inline-block;
  position: relative;
  height: 30px;
  padding: 0 1.75em 0 0.75em;
  color: #fff;
  border-radius: 4px;
  background-color: #f53f59;
  vertical-align: bottom;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 30px;
}

.jumbotron .jumbotron-content-more-link:hover {
  background-color: #e20a39;
  text-decoration: none;
}

.jumbotron .jumbotron-content-more-link:visited {
  color: #fff;
}

.jumbotron .jumbotron-content-more-link::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-width: 5px 0 5px 6px;
  border-style: solid;
}

/* footer */

.footer {
  width: 950px;
  height: 100%;
  margin: 0 auto;
}

.footer .footer-container {
  margin-bottom: 15px;
}

.footer .footer-notice {
  height: 40px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 40px;
}

.footer .footer-description {
  height: 20px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 20px;
}

.footer .footer-statement {
  height: 20px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 20px;
}

.footer .footer-copyright {
  height: 20px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 20px;
}
