@charset "utf-8";

/* CSS Document */
* {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 400;
  src: url('./noto-fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
    url('./noto-fonts/NotoSansCJKjp-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 500;
  src: url('./noto-fonts/NotoSansCJKjp-Medium.woff2') format('woff2'),
    url('./noto-fonts/NotoSansCJKjp-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 600;
  src: url('./noto-fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
    url('./noto-fonts/NotoSansCJKjp-Bold.woff') format('woff');
}

body {
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset',
    sans-serif;
  color: #373737;
  line-height: 1.5;
  font-size: 18px;
}
body.fixed {
  height: 100vh;
  overflow: hidden;
}
/*----------------------------common----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
}
a {
  display: inline-block;
}
ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a,
button,
input[type='submit'] {
  transition: 0.7s opacity;
  text-decoration: none;
}
a:hover,
button:hover,
input[type='submit'] {
  cursor: pointer;
  /* opacity: 0.6; */
  text-decoration: none;
}
figure {
  margin: 0;
}
input[type='submit'] {
  border: none;
}
input[type='submit']:focus {
  border: none;
  outline: none;
}
body:has(.usr-logout-modal[style*="display: flex"]) {
  overflow: hidden;
}

/* Common */
.fixed-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.inner-container {
  max-width: 1080px;
  margin: auto;
}

/*-------------header----------------------*/
header {
  min-width: 1198px;
  position: relative;
  background-color: #fff;
}
header {
  min-width: inherit;
}
.header-container {
  display: flex;
  max-width: 1197px;
  width: 90%;
  height: 56px;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.header-link-list {
  display: flex;
  align-items: center;
}
.header-link-list > li {
  position: relative;
  padding: 0 14px;
}
.header-link-list > li > a {
  position: relative;
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  color: #373737;
  transition: 0.3s all;
  white-space: nowrap;
}
@media screen and (min-width: 750px) {
  .header-link-list > li:hover a.txt-link {
    color: #43b149;
    opacity: 1;
  }
}
.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 2px;
  z-index: 10;
  transform: translateX(-50%);
}
.submenu > li a {
  min-width: 180px;
  max-width: 188px;
  font-size: 13px;
  color: #373737;
  padding: 10px 20px 10px 10px;
  border-bottom: 1px solid #e8e8e8;
  background: #fff url(../img/common/icon-container-18.png) no-repeat center
    right 12px;
}
.submenu > li:last-child a {
  border-bottom: 0;
}
.submenu > li a:hover {
  opacity: 1;
}
.header-link-list > li:last-child {
  padding-right: 0;
}
.header-link-list > li a.login-link {
  width: 160px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  background-color: #ff9900;
  border-radius: 3px;
}
.header-link-list > li a.login-link img {
  margin-right: 10px;
}
.header-menu-btn {
  display: none;
}
.sp-toggle-btn {
  display: none;
}
@media screen and (min-width: 1050px) {
  .header-link-list > li:hover .submenu {
    display: block;
  }
}
@media screen and (max-width: 1240px) {
  .header-link-list > li {
    padding: 0 12px;
  }
  .header-link-list > li a.login-link {
    width: 125px;
  }
  .header-link-list > li a.login-link img {
    margin-right: 6px;
  }
}
/* Header End */
/* Footer Start */
footer {
  min-width: 1198px;
}
.footer-top--container {
  padding: 20px 0;
  background-color: #e9e9e9;
}
.footer-link-list {
  display: flex;
  justify-content: center;
}
.footer-link-list > li {
  padding: 0 24px;
  line-height: 1;
  border-right: 1px solid #888;
}
.footer-link-list > li a {
  font-size: 14px;
  color: #373737;
  line-height: 1;
}
.footer-bottom--container {
  padding: 24px 0;
}
.footer-bottom--wrapper {
  position: relative;
  display: flex;
  font-size: 12px;
  line-height: 16px;
}
.copyright {
  font-size: 11px;
  color: #888;
}
.footer-bottom--wrapper .other-logo {
  flex-shrink: 0;
  display: flex;
  margin-right: 30px;
}
.footer-bottom--wrapper .other-logo img {
  margin-right: 8px;
}
.footer-bottom--wrapper .footer-info {
  margin-left: 10px;
}
.footer-bottom--wrapper .footer-info span {
  font-weight: 500;
}
/* Footer End */
/* Top */
.page-top,
.pc-size {
  min-width: 1197px;
}
.bg-gray {
  background-color: #f7f7f7;
}
.main-fv--container {
  padding: 12px 0 24px;
}
.main-fv--wrapper {
  display: flex;
  justify-content: space-between;
}
.main-video {
  position: relative;
  max-width: 528px;
  width: 48.89%;
}
.main-video .img {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.main-video .img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background-image: linear-gradient(
    to top,
    rgba(34, 34, 34, 0.65) 0%,
    transparent 100%
  );
  z-index: 5;
}
.main-video .img > img {
  width: 100%;
  border-radius: 3px;
}
.main-video .comment {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 10px 12px;
  z-index: 10;
}
.main-video .comment img {
  margin-right: 8px;
}
.main-banners {
  max-width: 515px;
  width: 47.68%;
}
.banner-slider--wrappper {
  position: relative;
}
.banner-item-01,
.banner-item-02 {
  border-radius: 5px;
}
.banner-cate {
  position: relative;
  overflow: hidden;
}
.banner-cate:after {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  top: 0;
  left: 0;
  width: 85px;
  height: 85px;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding-bottom: 3px;
  border-bottom: 1.5px solid #fff;
  z-index: 1;
  transform: translate(-43px, -46px) scale(0.7) rotate(-45deg);
}
.banner-cate.cate-event:after {
  content: 'イベント';
  background-color: #e05345;
}
.banner-cate.cate-goods:after {
  content: 'グッズ';
  background-color: #297fb8;
}
.banner-cate.cate-live:after {
  content: '生放送';
  background-color: #f07f11;
}
.banner-cate.cate-special:after {
  content: 'スペシャル';
  background-color: #b98fcf;
}
.banner-cate.cate-campaign:after {
  content: 'キャン\Aペーン';
  background-color: #f3809e;
  white-space: pre;
}
.banner-cate.cate-recommend:after {
  content: 'おすすめ';
  background-color: #efb607;
}
.banner-slider-01 .slick-slide,
.banner-slider-02 .slick-slide {
  font-size: 0;
  text-align: center;
}
.banner-item-01,
.banner-item-02 {
  overflow: hidden;
}
.banner-item-01 p,
.banner-item-02 p {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #373737;
  font-weight: 500;
  text-align: left;
  padding: 6px 8px;
  background-color: #fff;
}
.banner-item-01 p img,
.banner-item-02 p img {
  display: inline;
  margin-right: 8px;
}
.banner-next-btn,
.banner-prev-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  background: rgba(255, 255, 255, 0.8) url(../img/common/icon-container-08.png)
    no-repeat center;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  z-index: 2;
}
.recommend-prev-btn,
.recommend-next-btn {
  position: absolute;
  width: 13px;
  height: 23px;
  top: 58px;
  background: url(../img/common/icon-container-03.png) no-repeat center;
  z-index: 1;
}
.banner-next-btn,
.recommend-next-btn {
  transform: rotate(180deg);
}
.banner-next-btn {
  right: -13px;
}
.banner-prev-btn {
  left: -13px;
}
.recommend-next-btn {
  right: -22px;
}
.recommend-prev-btn {
  left: -22px;
}
.banner-slider-01 {
  margin-bottom: 15px !important;
}
.banner-slider-01--wrapper {
  margin-bottom: 8px;
}
.banner-slider-01--wrapper .banner-prev-btn,
.banner-slider-01--wrapper .banner-next-btn,
.banner-slider-02--wrapper .banner-prev-btn,
.banner-slider-02--wrapper .banner-next-btn {
  top: calc(50% - 16px);
}
.slick-dots {
  bottom: auto;
  top: calc(100% + 5px);
  font-size: 0;
}
.slick-dots li {
  width: auto;
  height: 5px;
  margin: 0 3px;
}
.slick-dots li button {
  /* font-size: 0; */
  /* line-height: 0; */
  width: 5px;
  height: 5px;
  padding: 0;
  background-color: #d2d2d2;
  border-radius: 999px;
}
.slick-dots li.slick-active button {
  background-color: #43b149;
}
.slick-dots li button:before {
  display: none;
  font-size: 5px;
  line-height: 5px;
  width: 5px;
  height: 5px;
  color: #d2d2d2;
  opacity: 1;
  /* background-color: #d2d2d2; */
  border-radius: 999px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #43b149;
  /* background-color: #43B149; */
}
.slick-dotted.slick-slider {
  margin-bottom: 20px;
}
.tab-header--container {
  /* overflow: auto; */
}
.tabs {
  display: flex;
  justify-content: center;
}
.tabs > li {
  padding: 0 4px;
}
.tabs > li a {
  position: relative;
  width: 160px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  padding: 0 16px;
  background-color: #e8e8e8;
  border-radius: 3px 3px 0 0;
}
.flexable-tabs > li a {
  width: auto;
}
.tabs > li a.active {
  font-weight: 500;
  color: #43b149;
  background-color: #fff;
  border-top: 3px solid #43b149;
}
.recommend-container {
  margin-bottom: 32px;
}
.recommend-container h3 {
  font-size: 17px;
  font-weight: 500;
  color: #43b149;
  padding: 12px 0;
}
.video-item {
  position: relative;
  max-width: 250px;
  margin: auto;
}
.video-item > .new {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 40px;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 15px;
  background-color: #e5392e;
  border-radius: 2px;
  z-index: 2;
}
.video-item .figure {
  display: block;
  border-radius: 3px;
  overflow: hidden;
}
.video-item h4 {
  font-size: 15px;
  font-weight: 500;
  padding: 4px 0;
}
.video-item > .favorite-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 23px;
  height: 19px;
  background: url(../img/common/icon-heart.svg) no-repeat center;
  z-index: 20;
}
.video-item > .favorite-btn:hover {
  opacity: 1;
}
.video-item > .favorite-btn:focus {
  outline: none;
}
.video-item > .favorite-btn.active {
  background: url(../img/common/icon-heart-2.svg) no-repeat center;
}
.video-item ul {
  display: flex;
  flex-wrap: wrap;
  margin: -2px 0;
}
.video-item ul > li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  padding: 2px 0;
  margin-right: 5px;
}
.video-item ul > li span {
  display: inline-block;
  line-height: 20px;
  color: #666;
  padding: 0 8px;
  border-radius: 999px;
  background-color: #f2f2f2;
}
.video-item ul > li span:hover {
  cursor: pointer;
}
.category--container {
  display: flex;
}
.category--container h3 {
  flex-shrink: 0;
  font-size: 17px;
  font-weight: 500;
  color: #43b149;
  padding-right: 20px;
}
.category--container .category-list {
  display: flex;
  margin: -3px 0;
}

.category--container .category-list > li.category-item--all {
  position: relative;
  display: inline-block;
  flex-wrap: wrap;
  padding: 3px 0;
  margin-right: 8px;
}

.category--container .category-list > li {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3px 0;
  margin-right: 8px;
}
.category--container .category-list > li > li {
  position: relative;
  display: inline-block;
  padding: 3px 0;
  margin-right: 8px;
}
.category-item {
  position: relative;
  min-width: 72px;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  color: #666;
  padding: 0 16px;
  background-color: #e8e8e8;
  border-radius: 999px;
}
.category-item.active {
  color: #fff;
  background-color: #43b149 !important;
}
.category-item.premium:after {
  content: '';
  position: absolute;
  top: -2px;
  right: -3px;
  width: 14px;
  height: 19px;
  background: url(../img/common/icon-container-06.png) no-repeat center;
}
.cateogory-videos--container {
  margin-bottom: 65px;
}
#tab1C .category--container {
  padding-bottom: 10px;
}
.cateogory-videos--container > p {
  font-size: 12px;
  color: #999;
  padding-bottom: 8px;
}
.category-videos {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -5px;
}
.category-videos > li {
  flex: 20%;
  max-width: 20%;
  padding: 8px 5px;
}
.count-videos {
  counter-reset: counter;
}
.count-videos > li .video-item:before {
  content: counter(counter);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  font-size: 11px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  background-color: #43b149;
  border-top-left-radius: 3px;
  z-index: 20;
  counter-increment: counter;
}
.count-videos > li:nth-child(1) .video-item:before {
  background-color: #cdb33e;
}
.count-videos > li:nth-child(2) .video-item:before {
  background-color: #c1c1c1;
}
.count-videos > li:nth-child(3) .video-item:before {
  background-color: #cd8152;
}
.count-videos > li .video-item .new {
  left: 24px;
}
.event--warpper {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0 64px;
}
.event-category--wrapper {
  flex: 192px;
  max-width: 192px;
}
.event-list--wrapper {
  width: calc(100% - 192px);
  flex: calc(100% - 192px);
  max-width: calc(100% - 192px);
}
.event-category-list > li a {
  position: relative;
  width: 160px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #666;
  text-align: center;
  margin-bottom: 10px;
  background-color: #e8e8e8;
  border-radius: 4px;
}
.event-category-list > li a.active {
  font-weight: 500;
  color: #fff;
  background-color: #43b149;
}
.event-category-list > li a.active:after {
  content: '';
  position: absolute;
  left: 100%;
  top: calc(50% - 5px);
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #43b149;
}
.event-pagination {
  text-align: right;
}
.event-pagination a {
  width: 32px;
  height: 32px;
  font-size: 15px;
  color: #43b149;
  line-height: 32px;
  text-align: center;
  background-color: #e8e8e8;
  border-radius: 50%;
  vertical-align: middle;
}
.event-pagination a.active {
  color: #fff;
  background-color: #43b149;
}
.event-pagination a.prev-link,
.event-pagination a.next-link {
  background: #e8e8e8 url(../img/common/icon-container-09.png) no-repeat center;
}
.event-pagination a.next-link {
  transform: rotate(180deg);
}
.event-list {
  margin: 16px 0;
}
.event-item-link {
  position: relative;
  display: flex;
  color: #373737;
  padding: 24px 13px 24px 0;
  border-bottom: 1px solid #c9c9c9;
}
.event-item-link:after,
.recommend-item-link:after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 9px;
  height: 18px;
  background: url(../img/common/icon-container-11.png) no-repeat center;
}
.event-item-link .img {
  flex: 250px;
  max-width: 250px;
}
.event-item-link .img img {
  border-radius: 3px;
}
.event-item-link .info {
  flex: calc(100% - 250px);
  max-width: calc(100% - 250px);
  padding-left: 15px;
}
.event-item-link .info .date,
.recommend-attention-link .info .date,
.recommend-item-link .info .date {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 7px;
}
.recommend-item-link .info .date {
  font-weight: normal;
}
.event-item-link .info .date span,
.recommend-attention-link .info .date span,
.recommend-item-link .info .date span,
.playlist > li .info p span,
.main-video-info .tag span {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  padding: 0 5px;
  margin-right: 4px;
  border-radius: 2px;
  vertical-align: middle;
}
.event-item-link .info .date span.new,
.recommend-attention-link .info .date span.new,
.recommend-item-link .info .date span.new,
.playlist > li .info p span.new,
.main-video-info .tag span.new {
  background-color: #e5392e;
}
.event-item-link .info .date span:last-of-type,
.recommend-attention-link .info .date span:last-of-type,
.recommend-item-link .info .date span:last-of-type {
  margin-right: 8px;
}
.playlist > li .info p span.premium,
.main-video-info .tag span.premium {
  background-color: #c3aa53;
}
.event-item-link .info .date span.running {
  background-color: #efb607;
}
.event-item-link .info h3,
.recommend-attention-link .info h3,
.recommend-item-link .info h3 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 7px;
}
.event-item-link .category-list {
  display: flex;
  margin-bottom: 16px;
}
.event-item-link .category-list > li {
  font-size: 12px;
  line-height: 20px;
  padding: 0 8px;
  background-color: #f7f7f7;
  border-radius: 999px;
}
.event-item-link .spec > li {
  display: flex;
  margin-bottom: 6px;
}
.event-item-link .spec > li:last-child {
  margin-bottom: 0;
}
.event-item-link .spec > li > span {
  display: inline-block;
  width: 40px;
  height: 20px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
}
.event-item-link .spec > li > div {
  font-size: 15px;
  padding-left: 17px;
}
.event-item-link.category-attention {
  padding-left: 20px;
  background-color: #fffaea;
  border: 1px solid #efb607;
  overflow: hidden;
}
.event-item-link.category-attention .category-list > li,
.event-item-link.category-attention .spec > li > span {
  background-color: #fff;
}
.event-item-link.category-attention:after,
.recommend-attention-link:after {
  /* content: '注目';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	font-size: 7px;
	line-height: 100px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #efb607;
	z-index: 1;
	transform: translate(-30px, -30px) rotate(-45deg); */
  content: '注目';
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  top: 0;
  left: 0;
  width: 85px;
  height: 85px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #efb607;
  padding-bottom: 5px;
  z-index: 1;
  transform: translate(-43px, -46px) scale(0.7) rotate(-45deg);
}
.item-event-top-search .event-item-link.category-attention:after {
  content: 'PR';
}
.event-item-link.category-attention:before,
.recommend-attention-link:before {
  content: 'もっと詳しく';
  position: absolute;
  right: 16px;
  bottom: 12px;
  font-size: 14px;
  color: #373737;
  font-weight: 500;
  padding-left: 22px;
  background: url(../img/common/icon-container-10.png) no-repeat left center;
}
.recommend--wrapper {
  padding: 24px 0 64px;
}
.recommend-attention-link {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 820px;
  width: 100%;
  padding: 16px 32px;
  margin: 0 auto;
  background-color: #fffaea;
  border: 1px solid #efb607;
  overflow: hidden;
}
.recommend-attention-link .img,
.recommend-item-link .img {
  flex: 190px;
  max-width: 190px;
}
.recommend-attention-link .img img,
.recommend-item-link .img img {
  border-radius: 3px;
}
.recommend-attention-link .info,
.recommend-item-link .info {
  flex: calc(100% - 190px);
  max-width: calc(100% - 190px);
  color: #373737;
  padding-left: 24px;
}
.recommend-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6px;
}
.recommend-list > li {
  flex: 48%;
  max-width: 48%;
}
.recommend-list > li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 20px 24px 0;
  border-bottom: 1px solid #c9c9c9;
}
.bm-0 {
  border-bottom: 0 !important;
}
.recommend-item-link .info {
  padding-left: 16px;
}
.recommend-item-link .info h3 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
.load-more-btn--wrapper {
  position: relative;
  text-align: center;
}
.load-more-btn,
.corner-post-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #43b149;
  line-height: 36px;
  background-color: #fff;
  border: 2px solid #43b149;
  border-radius: 999px;
}
.load-more-btn:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  margin-bottom: 2px;
  vertical-align: middle;
  background: url(../img/common/icon-container-12.png) no-repeat center;
}
.close-modal-btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 30px;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 100%;
  text-indent: -9999px;
  background: #e5e5e5;
}
.close-modal-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 20px;
  background: #9c9c9c;
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-modal-btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 20px;
  background: #9c9c9c;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.load-more-btn.btn-small {
  width: 125px;
  height: 30px;
  font-size: 13px;
  line-height: 26px;
}
.load-more-btn.btn-small:after {
  width: 11px;
  height: 11px;
  margin-left: 7px;
  background-size: cover;
}
.load-more-btn.close:after {
  background: url(../img/common/icon-container-22.png) no-repeat center;
  background-size: contain;
}
.search-form {
  /* display: none; */
}
.search-input-field {
  position: relative;
  max-width: 560px;
  margin: 48px auto 30px;
}
.search-button {
  position: absolute;
  right: 20px;
  top: 13px;
  width: 21px;
  height: 21px;
}
.search-button:focus {
  outline: none;
}
.search-button:disabled {
  opacity: 0.5;
}

.search-input-field .search-input {
  width: 100%;
  font-size: 15px;
  padding: 10px 50px 10px 30px;
  border: 1px solid #d2d2d2;
  border-radius: 999px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-input-field .search-input:focus {
  outline: none;
}
.search-result {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 28px;
}
.search-result span {
  color: #43b149;
}
#dialog-video-info {
  position: absolute;
  width: 416px;
  border-radius: 5px;
  z-index: 50;
}
.dialog-program-title {
  text-overflow: ellipsis;
  max-width: 210px !important;
  padding-top: 6px;
  padding-bottom: 6px;
}
#dialog-video-info.left {
  left: calc(100% - 8px);
}
#dialog-video-info.right {
  right: calc(100% - 8px);
}
#dialog-video-info.top .dialog-inner:after {
  top: 56px;
}
#dialog-video-info.bottom .dialog-inner:after {
  top: auto;
  bottom: 56px;
}
.dialog-video-info {
  display: none;
}
.dialog-inner {
  position: relative;
  box-shadow: 0 0 10px;
}
.dialog-inner:after {
  content: '';
  position: absolute;
  top: calc(50% - 9px);
  border-style: solid;
}
.right {
  padding-right: 16px;
}
.left {
  padding-left: 16px;
}
.right .dialog-inner:after {
  left: 100%;
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent #fff;
}
.left .dialog-inner:after {
  right: 100%;
  border-width: 9px 16px 9px 0;
  border-color: transparent #fff transparent transparent;
}
#dialog-video-info.top.right .dialog-inner:after {
  border-color: transparent transparent transparent #f1f1f1;
}
#dialog-video-info.top.left .dialog-inner:after {
  border-color: transparent #f1f1f1 transparent transparent;
}
#dialog-cate-info.top .dialog-inner:after {
  top: 160px;
  bottom: auto;
}
#dialog-cate-info.bottom .dialog-inner:after {
  top: auto;
  bottom: 3px;
}
#dialog-video-info .header {
  position: relative;
  padding: 16px 16px 6px;
  background-color: #f2f2f2;
}
#dialog-video-info .header .up {
  line-height: 19px;
  padding-left: 28px;
  margin-bottom: 6px;
  background: url(../img/common/icon-container-13.png) no-repeat center left;
}
#dialog-video-info .header .up span {
  display: inline-block;
  font-size: 11px;
  line-height: 19px;
  font-weight: bold;
}
#dialog-video-info .header .up span.date {
  margin-right: 8px;
}
#dialog-video-info .header .up span.period {
  font-weight: 400;
  padding: 0 8px;
  background-color: #fff;
  border-radius: 1px;
}
#dialog-video-info .header h3 {
  font-size: 18px;
  color: #373737;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 6px;
}
#dialog-video-info .header p {
  font-size: 11px;
  margin-bottom: 6px;
}
.site-link--wrapper {
  font-size: 13px;
  text-align: right;
}
.site-link {
  font-size: 13px;
  font-weight: 500;
  color: #373737;
  /* background-color: #fff; */
  /* padding-left: 16px; */
  /* background: url(../img/common/icon-container-14.png) no-repeat center left; */
}
.site-link:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 13px;
  margin-right: 5px;
  background: url(../img/common/icon-container-14.png) no-repeat center left;
  vertical-align: middle;
}
#dialog-video-info .body {
  padding: 8px 16px 25px;
  background: #fff;
}
#dialog-video-info .body table {
  width: 100%;
  border-collapse: collapse;
}
#dialog-video-info .body table th {
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  padding: 5px 5px 10px;
}
#dialog-video-info .body table td {
  position: relative;
  font-size: 11px;
  text-align: center;
  line-height: 0;
  max-width: 96px;
  overflow: hidden;
  white-space: nowrap;
  /* text-overflow: ellipsis; */
}
.dialog-tag {
  margin-left: -4px !important;
  font-size: 7px !important;
}
.dialog-tag {
  margin-left: -4px !important;
  font-size: 7px !important;
  min-width: 38px;
  text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*Chrome適用*/
  #dialog-video-info .body table td {
    position: relative;
    font-size: 12px;
    text-align: center;
    line-height: 0;
    max-width: 113px;
    overflow: hidden;
    white-space: nowrap;
    /*text-overflow: ellipsis;*/
  }
}

#dialog-video-info .body table tbody tr {
  border-top: 1px solid #c1c1c1;
  height: 37px;
  position: relative;
}
#dialog-video-info .body table tbody tr.active:after {
  content: '';
  position: absolute;
  top: inherit;
  left: 10px;
  width: 13px;
  height: 8px;
  background: url(../img/common/icon-container-15.png) no-repeat center;
  margin-top: 14px;
}
#dialog-video-info .body table tbody tr:last-child {
  border-bottom: 1px solid #c1c1c1;
}
#dialog-video-info .body table tbody tr.inner-tr {
  border-top: 1px dashed #c1c1c1;
}
#dialog-video-info .body table tbody tr.active {
  background-color: #eff8ec;
}
.play-video-info table tr.active td {
  /*position: relative;*/
}
/*#dialog-video-info .body table tbody tr.active td:nth-child(1):after,
.play-video-info table tr.active td:nth-child(1):after {
	content: '';
	position: absolute;
	left: -6px;
	top: calc(50% - 4px);
	width: 13px;
	height: 8px;
	background: url(../img/common/icon-container-15.png) no-repeat center;
}*/
#dialog-video-info .body table td:nth-child(1),
#dialog-video-info .body table th:nth-child(1),
#dialog-video-info .body table td:nth-child(2) {
  text-align: left;
}
#dialog-video-info .body table td:nth-child(1) {
  padding-left: 16px;
}
#dialog-video-info .body table td:nth-child(2) {
  padding: 0 5px;
}
#dialog-video-info .body table th:nth-child(1) {
  padding-left: 18px;
}
/*#dialog-video-info .body table td:nth-child(2),
#dialog-video-info .body table th:nth-child(2) {
	padding-left: 0;
}*/

/*#dialog-video-info .body table td:nth-child(2){
	padding-left: 10px;
}*/
#dialog-video-info .body table td span {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  color: #fff;
  line-height: 13px;
  padding: 0 5px;
  border-radius: 2px;
  margin: 2px;
  margin-right: 5px;
}
#dialog-video-info .body table td span + span {
  margin-left: 4px;
}
#dialog-video-info .body table td span.new {
  background-color: #e5392e;
}
#dialog-video-info .body table td span.premium {
  background-color: #c3aa53;
  vertical-align: middle;
}
#dialog-video-info .body table td img {
  display: inline-block;
  margin: 1px;
  height: 13px;
}

.add-to-playlist-btn,
.play-btn,
.pause-btn {
  width: 22px;
  height: 22px;
}
.add-to-playlist-btn {
  background: url(../img/common/icon-container-16.png) no-repeat center;
}
.play-btn {
  background: url(../img/common/icon-container-17.png) no-repeat center;
}
.pause-btn {
  background: url(../img/common/icon-container-57.png) no-repeat center;
}
.popover-content {
  padding: 0 !important;
}
.img-hover-area {
  position: relative;
}
.dialog-inner .favorite-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 23px;
  height: 19px;
  background: url(../img/common/icon-container-04.png) no-repeat center;
  z-index: 20;
}
.dialog-inner .favorite-btn:hover {
  opacity: 1;
}
.dialog-inner .favorite-btn:focus {
  outline: none;
}
.dialog-inner .favorite-btn.active {
  background: url(../img/common/icon-container-05.png) no-repeat center;
}
#dialog-cate-info {
  position: absolute;
  width: 348px;
  z-index: 50;
}
.dialog-cate-info {
  display: none;
}
#dialog-cate-info .header {
  position: relative;
  background-color: #f2f2f2;
}
#dialog-cate-info .header h3 {
  font-size: 18px;
  color: #373737;
  font-weight: 500;
  text-align: center;
  padding: 12px 0 10px;
}
#dialog-cate-info .body {
  padding: 0 16px 5px;
  background-color: #fff;
  max-height: 455px;
  overflow-y: auto;
}
.dialog-video-list > li {
  width: 100%;
}
.dialog-video-list > li a {
  display: flex;
  width: 100%;
  color: #373737;
  padding: 10px 15px 16px 0;
  border-bottom: 1px solid #c1c1c1;
  background: url(../img/common/icon-container-18.png) no-repeat center right;
}
.dialog-video-list > li:last-child a {
  border: none;
}
.dialog-video-item .img {
  flex: 87px;
  max-width: 87px;
}
.dialog-video-item .info {
  flex: calc(100% - 87px);
  max-width: calc(100% - 87px);
  padding-left: 10px;
}
.dialog-video-item .info h3 {
  font-size: 13px;
  color: #373737;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.2;
  height: 2.4em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0;
}
.dialog-video-item .info p {
  color: #373737;
  font-size: 11px;
}
.mypage-container {
  padding: 24px 0 64px;
}
#inner-tabs {
  display: flex;
  justify-content: center;
}
#inner-tabs > li a {
  font-size: 14px;
  line-height: 36px;
  color: #43b149;
  padding: 0 24px;
  border-top: 2px solid #43b149;
  border-bottom: 2px solid #43b149;
  border-left: 2px solid #43b149;
}
#inner-tabs > li a.active {
  color: #fff;
  background-color: #43b149;
}
#inner-tabs > li:first-child a {
  border-radius: 999px 0 0 999px;
}
#inner-tabs > li:last-child a {
  border-right: 2px solid #43b149;
  border-radius: 0 999px 999px 0;
}
#inner-tab1C {
  margin-top: 24px;
}
#inner-tab1C .category-videos--wrapper {
  margin-bottom: 28px;
}
.edit-category-btn--wrapper,
.edit-playlist-btn--wrapper {
  text-align: right;
  margin-bottom: 10px;
}
.edit-playlist-btn--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.edit-category-btn,
.edit-playlist-btn,
.remove-all-playlist-btn {
  width: 60px;
  height: 26px;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  border-radius: 3px;
}
.remove-all-playlist-btn {
  width: 86px;
}
.edit-category-btn:before,
.edit-playlist-btn:before,
.remove-all-playlist-btn:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
}
.edit-playlist-btn.edit .save-txt {
  display: none;
}
.edit-playlist-btn.save .edit-txt {
  display: none;
}
.edit-category-btn.edit,
.edit-playlist-btn.edit,
.remove-all-playlist-btn {
  color: #666;
  background-color: #eee;
}
.edit-category-btn.edit:before,
.edit-playlist-btn.edit:before {
  background: url(../img/common/icon-container-19.png) no-repeat center;
}
.remove-all-playlist-btn:before {
  background: url(../img/common/icon-container-23.png) no-repeat center;
}
.edit-category-btn.save,
.edit-playlist-btn.save {
  color: #fff;
  background-color: #43b149;
}
.edit-category-btn.save:before,
.edit-playlist-btn.save:before {
  background: url(../img/common/icon-container-20.png) no-repeat center;
}
.edit-category-btn.edit span:last-child,
.edit-category-btn.save span:first-child {
  display: none;
}
.category-item.all:before {
  content: '';
  position: absolute;
  top: 4px;
  right: -8px;
  width: 1px;
  height: calc(100% - 8px);
  background-color: #d2d2d2;
}
.category-item--all {
  margin-right: 16px !important;
}
#inner-tab2C .category-list {
  position: relative;
  justify-content: center;
  margin: -4px 0;
}
#inner-tab2C .category--container {
  position: relative;
  height: 114px;
  padding: 4px 0;
  margin-bottom: -40px;
  overflow: hidden;
  transition: all 0.7s;
}
#inner-tab2C .category--container:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-image: linear-gradient(
    to top,
    #fff 0%,
    #fff 10%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transition: all 0.7s;
}
#inner-tab2C .category--container.open {
  height: 197px;
  margin-bottom: 0;
}
#inner-tab2C .category--container.open:after {
  height: 0;
}
#inner-tab2C .category--container .category-list > li {
  padding: 4px 0;
}
#inner-tab2C .category-item {
  background-color: #f2f2f2;
}
.category-item + .remove {
  position: absolute;
  top: 1px;
  right: -3px;
  width: 17px;
  height: 17px;
  background: url(../img/common/icon-container-21.png) no-repeat center;
}
#inner-tab2C .load-more-btn--wrapper {
  margin: 16px 0 24px;
}
.playlist > li {
  position: relative;
  display: flex;
  padding: 10px 0 10px 24px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.playlist > li .img {
  flex: 128px;
  max-width: 128px;
  flex-shrink: 0;
  min-width: 128px;
}
.playlist > li .img img {
  border-radius: 5px;
}
.playlist > li .info {
  padding: 6px 16px 0;
}
.playlist > li .actions {
  flex: 152px;
  max-width: 152px;
  flex-shrink: 0;
  align-self: center;
  text-align: center;
  padding-top: 4px;
  margin-right: 0;
  margin-left: auto;
  border-left: 1px solid #e5e5e5;
}
.playlist > li .actions .playlist-action {
  font-size: 10px;
  font-weight: 500;
  color: #373737;
  text-align: center;
  margin: 0 3px;
  display: inline-block;
  cursor: pointer;
}
.playlist > li .actions .playlist-action p {
  margin-top: 5px;
}
.playlist > li .info p {
  line-height: 16px;
  margin-bottom: 6px;
}
.playlist > li .info p span:last-of-type {
  margin-right: 16px;
}
.playlist > li .info p label {
  font-size: 11px;
  margin-right: 15px;
}
.playlist > li .info p label img {
  margin-right: 3px;
  margin-bottom: 2px;
}
.playlist > li .info h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 6px;
}
.playlist > li .info > div {
  line-height: 18px;
}
.playlist > li .info > div label {
  font-size: 12px;
  margin-right: 16px;
}
.playlist > li .info > div label span {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  padding: 0 8px;
  margin-right: 6px;
  background-color: #fff;
  border-radius: 999px;
}
#inner-tab3C .load-more-btn--wrapper {
  margin-top: 32px;
}
.playlist > li.disabled:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ececec;
  border-radius: 5px;
  opacity: 0.3;
  z-index: 1;
}
.playlist > li.disabled .info p span.new,
.playlist > li.disabled .info p span.premium {
  background-color: #ababab;
}
.playlist > li.disabled {
  color: #666;
}
.playlist > li.disabled .info h3 {
  color: #848484;
}
.playlist > li .remove-btn {
  position: absolute;
  top: -3px;
  right: -8px;
  width: 23px;
  height: 23px;
  background: url(../img/common/icon-container-28.png) no-repeat center;
  z-index: 2;
}
.playlist > li.edit .actions {
  display: none;
}
.playlist > li .drag-area {
  display: none;
  align-self: center;
  position: relative;
  width: 12px;
  height: 14px;
  margin-left: -6px;
  margin-right: 18px;
  z-index: 3;
}
.playlist > li.edit .drag-area {
  display: block;
}
.playlist > li .drag-area span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #c9c9c9;
}
.playlist > li .drag-area span:nth-child(1) {
  top: 0;
}
.playlist > li .drag-area span:nth-child(2) {
  top: 4px;
}
.playlist > li .drag-area span:nth-child(3) {
  top: 8px;
}
.playlist > li .drag-area span:nth-child(4) {
  top: 12px;
}

/* トップ（番組一覧）- 再生時 */
.main-video-info {
  max-width: 330px;
  flex-shrink: 0;
}
.main-video-info .related-info {
  padding: 0 15px;
  border-radius: 5px;
  background-color: #fff;
}
.main-video-info .video-info {
  padding: 0 15px;
}
.main-video-info .tag {
  line-height: 16px;
  margin-bottom: 5px;
}
.main-video-info .info {
  line-height: 14px;
  margin-bottom: 8px;
}
.main-video-info .info label {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  margin-right: 10px;
}
.main-video-info .info label img {
  margin-right: 4px;
}
.main-video-info h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}
.main-video-info .spec-wrapper {
  font-size: 11px;
  margin-bottom: 4px;
}
.main-video-info .spec-wrapper .spec {
  display: inline-block;
  font-size: 9px;
  line-height: 16px;
  padding: 0 8px;
  margin-right: 8px;
  background-color: #fff;
  border-radius: 999px;
}
.main-video-info .support {
  font-size: 9px;
  color: #999;
  margin: 18px 0 12px;
}
.main-video-info .site-link {
  width: 125px;
  height: 30px;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
  margin-right: 9px;
  border: 2px solid #43b149;
  border-radius: 999px;
}
.main-related-wrapper p {
  font-size: 11px;
  margin: 9px 0 4px;
}
.main-related-wrapper p img {
  margin-right: 4px;
}
.main-related-slider {
  max-width: 290px;
}
.main-related-slider a {
  text-align: center;
}
.main-related-slider a img {
  margin: auto;
}
.main-related-slider .banner-next-btn,
.main-related-slider .banner-prev-btn {
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-container-34.png) no-repeat center;
}
.main-related-slider .banner-next-btn {
  right: -6px;
}
.main-related-slider .banner-prev-btn {
  left: -6px;
}
.main-others {
  max-width: 222px;
  flex-shrink: 0;
  padding: 0 15px 2px;
  background-color: #fff;
  border-radius: 4px;
}
.main-others > p {
  font-size: 10px;
  font-weight: 500;
  padding: 3px 0 2px;
}
.main-others a.banner-cate {
  font-size: 10px;
  font-weight: bold;
  color: #373737;
  border-radius: 5px;
}
.main-others a p {
  font-weight: 500;
  padding: 2px 4px;
}
.main-others a > div {
  margin: auto;
}
.main-others a p img {
  display: inline-block;
  margin-right: 6px;
}
.main-others .banner-next-btn,
.main-others .banner-prev-btn {
  width: 26px;
  height: 26px;
}
.main-ad {
  max-width: 548px;
  padding: 8px 0 0 20px;
}
.main-ad h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}
.main-ad p {
  font-size: 14px;
  line-height: 1.6;
}
.main-ad h4 {
  font-size: 13px;
  font-weight: 500;
  margin: 20px 0 5px;
}
.main-ad h4 img {
  margin-right: 4px;
  vertical-align: middle;
}
.recommend-slider .slide-item {
  margin: 0 4px;
}
.recommend-slider .slick-list {
  margin: 0 -4px;
}

/* A-02-1.html */
.sub-fv--container {
  padding: 24px 0;
}
.sub-fv--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub-video-info {
  max-width: 515px;
  width: 47.68%;
}
.owner-info {
  font-size: 13px;
  margin-top: 20px;
}
.owner-info .owner-title {
  margin-right: 6px;
  font-size: 10px;
  color: #1DA1F2;
  text-decoration: underline;
}
.twitter-tags {
  margin-left: 18px;
}
.twitter-tags a {
  margin-right: 6px;
  text-decoration: none;
}
.sponsored-txt {
  font-size: 12px;
  color: #666;
  margin-top: 20px;
}
.tag-new,
.tag-premium,
.tag-block,
.tag-free,
.tag-guest,
.tag-guest,
.tag-event,
.tag-pro-new,
.tag-pro-event,
.tag-pro-guest {
  display: inline-block;
  line-height: 17px;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: #fff;
  padding: 0 7px 0;
  margin-right: 4px;
  border-radius: 2px;
  vertical-align: middle;
}
.tag-new {
  background-color: #e5392e;
}
.tag-premiumm {
  width: auto;
}
.tag-premium {
  background-color: #c3aa53;
}
.tag-block {
  background-color: #bcbcbc;
}
.tag-event {
  background-color: #e8617d;
}
.tag-free {
  background-color: #43b149;
}
.tag-image {
  height: 17px;
}
.tag-guest {
  background-color: #1da1f2;
}
.up-date {
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  margin: 0 8px 0 4px;
}
.live-period {
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  padding: 0 7px;
  background-color: #eee;
}
.single-video-info h3 {
  font-size: 20px;
  font-weight: bold;
}
.single-categories {
  margin: -2px 0;
}
.single-categories > span {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
  margin: 2px 4px 2px 0;
  background-color: #fff;
  border-radius: 999px;
}
.single-categories.span-bg--gray > span {
  background-color: #f2f2f2;
}
.single-video-info {
  position: relative;
  padding-right: 80px;
}
.mark-premium {
  position: absolute;
  top: 0;
  right: 0;
  width: 51px;
  height: 55px;
  background: url(../img/common/icon-container-38.png) no-repeat center;
}
.sub-video-info .summary {
  font-size: 15px;
  margin: 20px 0;
}
.advantage-premium--wrapper h4 {
  font-size: 16px;
  color: #c3aa53;
  font-weight: 500;
  margin-bottom: 8px;
}
.advantage-premium--wrapper h4 img {
  margin-right: 6px;
}
.advantage-content {
  position: relative;
  font-size: 15px;
  padding: 15px 25px;
  background-color: #fcfaf4;
  border: 1px solid #c3aa53;
}
.advantage-content:after {
  width: 100%;
  height: calc(100% - 12px);
  top: 5px;
  left: 0;
  border-width: 1px 0 1px 0;
}
.advantage-content h5 {
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.advantage-content .deco {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 100%;
}
.advantage-content .deco img {
  width: calc(100% - 5px);
  height: calc(100% - 10px);
}
.advantage-content .deco span:nth-child(1) {
  top: 2px;
  left: 2px;
}
.advantage-content .deco span:nth-child(2) {
  top: 2px;
  right: 2px;
  transform: rotate(90deg);
}
.advantage-content .deco span:nth-child(3) {
  bottom: 2px;
  left: 2px;
  transform: rotate(-90deg);
}
.advantage-content .deco span:nth-child(4) {
  bottom: 2px;
  right: 2px;
  transform: rotate(180deg);
}
.play-video-info {
  padding: 10px 16px 4px;
  margin-top: 35px;
  background-color: #fff;
}
.play-video-info table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.play-video-info table thead th {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  padding: 8px 0;
}
.play-video-info table tbody td {
  line-height: 0;
  padding: 5px 0;
}
.play-video-info table thead th:first-child,
.play-video-info table tbody td:first-child {
  text-align: left;
  padding-left: 16px;
}
.play-video-info table tbody td:first-child {
  font-size: 12px;
}
.play-video-info table tbody td:nth-child(2) {
  text-align: left;
}
.play-video-info table tbody td:nth-child(3) {
  font-size: 11px;
}
.play-video-info table tbody tr.active {
  background-color: #eff8ec !important;
}
.play-video-info table tbody tr.inner-tr,
.play-video-info table tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.hover-guest-area {
  position: relative;
  margin-left: 3px;
  display: inline-flex;
  align-items: center;
}
.play-load-more--wrapper {
  text-align: right;
  line-height: 25px;
}
.slide-btn-01 {
  position: relative;
  font-size: 13px;
  color: #666;
  padding-left: 18px;
}
.slide-btn-01:not(.close-btn) span:nth-child(2) {
  display: none;
}
.slide-btn-01:before {
  content: '';
  position: absolute;
  left: 0;
  width: 12px;
  height: 7px;
  top: calc(50% - 3.5px);
  background: url(../img/common/icon-container-43.png) no-repeat center;
}
.slide-btn-01.close-btn:before {
  transform: rotate(180deg);
}
.slide-btn-01.close-btn span:nth-child(1) {
  display: none;
}
.sub-title {
  font-size: 22px;
  font-weight: bold;
  color: #43b149;
  margin-bottom: 30px;
}
.small-container {
  max-width: 880px;
  margin: auto;
}
.topics-item {
  position: relative;
  padding: 10px 54px 20px 0;
  border-top: 1px solid #dcdcdc;
}
.topics-item .topics-content {
  /* transition: max-height .5s ease; */
  /* overflow-y: visible; */
  max-height: 99999vh;
}
.topics-item.collapsed .topics-content {
  position: relative;
  overflow: hidden;
  max-height: 85px;
}
.topics-item.collapsed .topics-content:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 46px;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(247, 247, 247, 0.9),
    rgba(247, 247, 247, 0.1)
  );
}
.topics-list {
  margin-bottom: 35px;
}
.topics-list > li:last-child .topics-item {
  border-bottom: 1px solid #dcdcdc;
}
.topics-item .basic-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.topics-item .basic-info .date {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  flex: 135px;
  max-width: 135px;
}
.topics-item .basic-info .title {
  font-size: 16px;
  font-weight: 600;
  flex: calc(100% - 135px);
  max-width: calc(100% - 135px);
}
.topics-item .detail-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topics-item .detail-info .left {
  flex: 35.5%;
  max-width: 353px !important;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}
.topics-item .detail-info .right {
  flex: calc(100% - 135px);
  max-width: calc(100% - 135px);
  font-size: 15px;
  line-height: 1.6;
  padding-left: 15px;
  margin-right: 0;
  margin-left: auto;
}
.topics-item .detail-info .left + .right {
  flex: calc(100% - 353px);
  max-width: calc(100% - 353px);
}
.detail-info .main-slider .slide-item {
  padding: 0 4px;
}
.detail-info .main-slider .slide-item img {
  border-radius: 3px;
}
.detail-info .thumb-slider .slide-item {
  padding: 0 2px;
}
.detail-info .thumb-slider .slide-item img {
  border-radius: 2px;
}
.detail-info .slide-item p {
  font-size: 11px;
  color: #666;
  margin: 6px 0 12px;
}
.slick-slide:focus {
  outline: none;
}

.topics-item .detail-info .right .links-wrapper {
  margin-top: 35px;
}
.links-wrapper.position-right {
  display: flex;
  justify-content: flex-end;
}
.detail-link-01 {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #373737;
  padding-left: 25px;
  background: url(../img/common/icon-container-39.png) no-repeat left center;
}
.detail-link-01.outer-link {
  padding-right: 18px;
}
.detail-link-01.outer-link:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  width: 15px;
  height: 14px;
  background: url(../img/common/icon-container-42.png) no-repeat center;
}
.slide-btn-02 {
  width: 32px;
  height: 32px;
  background: url(../img/common/icon-container-44.png) no-repeat center;
}
.topics-item .slide-btn-02 {
  position: absolute;
  right: 0;
  top: 16px;
}
.topics-item.collapsed .slide-btn-02 {
  transform: rotate(180deg);
}
.topics--container,
.pickup--container {
  padding-bottom: 60px;
}
.pickup-list > li {
  padding: 30px 0;
  border-bottom: 1px dotted #dcdcdc;
}
.pickup-list > li:first-child {
  padding-top: 0;
}
.pickup-list > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.pickup-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pickup-item .detail-info {
  flex: 51%;
  max-width: 51%;
  font-size: 15px;
}
.pickup-item .detail-info h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.pickup-item .detail-info .links-wrapper {
  margin-top: 18px;
}
.pickup-item .img {
  flex: 46%;
  max-width: 46%;
}
.pickup-item .img img {
  border-radius: 3px;
}
.newest-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newest-content--left {
  flex: 33.33%;
  max-width: 353px !important;
  margin-right: auto;
}
.newest-content--right {
  flex: 62%;
  max-width: 62%;
}
.newest-content--left .main-slider .slide-item {
  padding: 0 4px;
}
.newest-content--left .main-slider .slide-item img {
  border-radius: 3px;
}
.newest-content--left .thumb-slider .slide-item {
  padding: 0 2px;
}
.newest-content--left .thumb-slider .slide-item img {
  border-radius: 2px;
}
.newest-content--left .main-slider .slide-item {
  font-size: 11px;
  color: #666;
  padding: 6px 0 12px;
}
.newest-content--left .main-slider .slide-item div.slide-caption {
  font-size: 11px;
  color: #666;
  padding: 6px 0 0px;
}
.newest-content--left .thumb-slider {
  margin-bottom: 45px;
}
.newest-content--right h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.update-group {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.update-group h5 {
  font-size: 15px;
}
.newest-content--bannars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
.newest-content--bannar-item {
  padding: 8px 12px;
}
.newest-content--right .advantage-premium--wrapper h4 {
  margin-bottom: 8px;
}
.newest--container {
  padding-bottom: 80px;
}
.sub-tab--container .tab-container {
  padding: 35px 0 65px;
}
.small-container > h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}
.person-main-img-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.person-main-img-wrapper img {
  border-radius: 3px;
}
.persons--container {
  overflow: hidden;
  margin-bottom: 60px;
}
.persons--container.last {
  margin-bottom: 0;
}
.persons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -16px -10px;
}
.persons > li {
  flex: 46.5%;
  max-width: 46.5%;
  padding: 16px 10px;
}
.person-item {
  display: flex;
}
.person-item--avatar {
  flex: 128px;
  max-width: 128px;
}
.person-item--avatar img {
  border-radius: 3px;
}
.person-item--info {
  flex: calc(100% - 128px);
  max-width: calc(100% - 128px);
  padding-left: 24px;
}
.person-item--info h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.person-item--info h4 span {
  font-size: 13px;
  font-weight: normal;
}
.person-item--info .social-links {
  line-height: 0;
  margin-bottom: 6px;
}
.person-item--info .social-links .social-links-icon {
  margin-right: 10px;
}
.person-item--info .detail > li {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 8px 0;
  border-bottom: 1px dotted #dcdcdc;
}
.person-item--info .detail > li span {
  display: inline-block;
  flex: 65px;
  max-width: 65px;
  flex-shrink: 0;
  font-weight: 500;
}
.corner-list > li {
  position: relative;
  padding: 10px 60px 32px 0;
  border-bottom: 1px solid #dcdcdc;
}
.corner-list > li:first-child {
  border-top: 1px solid #dcdcdc;
}
.corner-list > li.collapsed {
  padding-bottom: 10px;
}
.corner-list > li h5,
.corner-list > li .corner-content {
  position: relative;
  padding-left: 25px;
}
.corner-list > li h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  background: url(../img/common/icon-container-47.png) no-repeat center left;
}
.corner-list > li .new {
  display: inline-block;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 16px;
  background-color: #e5392e;
  border-radius: 2px;
  padding: 1px 6px;
  margin-left: 12px;
  margin-top: -3px;
  vertical-align: middle;
}
.corner-content {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
}
.corner-detail-link--wrapper {
  text-align: right;
  margin-bottom: 32px;
}
.corner-images-list--wrapper {
  overflow: hidden;
}
.corner-images-list {
  display: flex;
  flex-wrap: wrap;
  margin: -7px -11px;
}
.corner-images-list > li {
  flex: 33.33%;
  max-width: 33.33%;
  padding: 7px 13px;
}
.corner-images-list > li figure .img {
  position: relative;
  margin-bottom: 6px;
}
.corner-images-list > li figure .img img {
  border-radius: 3px;
}
.corner-images-list > li figcaption {
  font-size: 11px;
  color: #666;
}
.magnify-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-container-49.png) no-repeat bottom 8px
    right 8px;
  z-index: 1;
}
.corner-post-btn--wrapper {
  text-align: center;
  margin-top: 20px;
}
.corner-post-btn {
  margin-left: 60px;
}
.corner-list > li .slide-btn-02 {
  position: absolute;
  top: 40px;
  right: 8px;
}
.corner-list > li.collapsed .slide-btn-02 {
  transform: rotate(180deg);
}
.collapse-content {
  position: relative;
}
.collapsed .collapse-content {
  height: 50px;
  overflow: hidden;
}
.collapsed .collapse-content:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 46px;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(247, 247, 247, 0.9),
    rgba(247, 247, 247, 0.1)
  );
}
.corner-list > li.collapsed .collapse-content:before {
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.1)
  );
}
.xsmall-container {
  max-width: 750px;
  margin: auto;
}
.post-form-container .important {
  font-size: 13px;
  text-align: right;
  color: #eb2114;
  margin-bottom: 8px;
}
.post-form--wrapper {
  padding: 40px 10.67%;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  border-radius: 3px;
}
.post-form--wrapper-narrow {
  padding-right: 130px;
  padding-left: 130px;
}
.post-form--wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.post-form--wrapper table th,
.post-form--wrapper table td {
  padding: 8px 0;
}
.post-form--wrapper table th {
  width: 35%;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding-top: 20px;
  vertical-align: top;
}
.post-form--wrapper table .required:after {
  content: '*';
  color: #eb2114;
  font-style: normal;
}
.form-input {
  width: 100%;
  font-size: 15px;
  padding: 10px 16px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
}
select.form-input {
  height: 45px;
  color: #373737;
}
.form-input--name {
  max-width: 188px;
}
.form-input--card {
  max-width: 100px;
  padding: 12px;
}
.post-form-container input[type='file'] {
  display: none;
}
.file-name {
  font-size: 13px;
  margin-right: 20px;
}
.add-file-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  font-size: 13px;
  line-height: 24px;
  color: #666;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d2d2d2;
}
.add-file-btn:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-right: 6px;
  background: url(../img/common/icon-container-50.png) no-repeat center;
  vertical-align: middle;
}
.form-input--row {
  display: flex;
  margin: 0 -4px;
}
.form-input--row > div {
  display: inline-block;
  padding: 0 4px;
}
.form-input-wrapper--50 {
  width: 50%;
}
.form-input--zipcode-first,
.form-input--zipcode-second {
  width: 96px;
}
.zipcode-hyphen {
  display: inline-block;
  margin: 0 8px;
}
.post-form-container .table-title {
  font-size: 13px;
  color: #999;
  padding: 25px 22px 15px;
  overflow: hidden;
}
.post-form-container .table-title span {
  position: relative;
  display: inline-block;
}
.post-form-container .table-title span:before,
.post-form-container .table-title span:after {
  content: '';
  position: absolute;
  width: 700px;
  height: 2px;
  top: calc(50% - 2px);
  background: url(../img/common/icon-container-51.png) repeat;
}
.post-form-container .table-title span:before {
  right: calc(100% + 8px);
}
.post-form-container .table-title span:after {
  left: calc(100% + 8px);
}
.post-form-bottom--wrapper {
  text-align: center;
}
.form-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 44px;
  font-size: 15px;
  font-weight: 500;
  line-height: 44px;
  color: #fff;
  text-align: center;
  background-color: #43b149;
  border: none;
  border-radius: 3px;
  outline: none;
}
.form-submit-btn:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 17px;
  margin-right: 8px;
  background: url(../img/common/icon-container-52.png) no-repeat center;
  vertical-align: middle;
}
.live-main-info--wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
}
.live-main-info--wrapper .img {
  flex: 292px;
  max-width: 292px;
}
.live-main-info--wrapper .img img {
  border-radius: 3px;
}
.live-main-info--wrapper .info {
  flex: calc(100% - 292px);
  max-width: calc(100% - 292px);
  padding-left: 30px;
}
.live-main-info--wrapper .info h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.live-main-info--wrapper .info .single-categories {
  margin-bottom: 12px;
}
.live-main-info--wrapper .info .text {
  font-size: 15px;
  line-height: 1.6;
}
.main-s-related-slider .banner-prev-btn,
.main-s-related-slider .banner-next-btn,
.main-recommend-slider .banner-prev-btn,
.main-recommend-slider .banner-next-btn {
  top: calc(50% - 16px);
}
.live-detail--table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dcdcdc;
}
.live-detail--table th {
  width: 125px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.live-detail--table th,
.live-detail--table td {
  font-size: 14px;
  padding: 24px 0;
}
.live-detail--table th span {
  display: inline-block;
  line-height: 24px;
  padding: 0 10px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
}
.live-detail--table tr + tr {
  border-top: 1px dotted #dcdcdc;
}
.live-detail--list-01--item,
.live-detail--list-02--item {
  display: flex;
  flex-wrap: wrap;
}
.live-detail--list-02--item h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.live-detail--list-01 > li:not(:first-child),
.live-detail--list-02 > li:not(:first-child) {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dotted #dcdcdc;
}
.live-detail--list-01 > li .img {
  position: relative;
  flex: 47.6%;
  max-width: 47.6%;
}
.live-detail--list-01 > li .info,
.live-detail--list-02 > li .info,
.live-sub-detail--list > li .info {
  position: relative;
  font-size: 15px;
  font-weight: 400;
}
.live-detail--list-01 > li .info {
  flex: 52.4%;
  max-width: 100%;
}

.live-sub-detail--list > li .info .header {
  display: flex;
}

.live-detail--list-01 > li .info h4,
.live-detail--list-02 > li .info h4,
.live-sub-detail--list > li .info .header h4 {
  flex: 80%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}

.live-detail--list-01 > li .link-wrapper,
.live-detail--list-02 > li .link-wrapper,
.live-detail--table td > .link-wrapper {
  text-align: right;
  margin-top: 16px;
}
.live-detail--list-01 > li .link-wrapper p + p,
.live-detail--list-02 > li .link-wrapper p + p,
.live-detail--table td > .link-wrapper p + p {
  margin-top: 4px;
}
.img-border {
  position: relative;
  margin: auto;
  border-radius: 3px;
  overflow: hidden;
}
.img-border img {
  width: 100%;
}
.live-detail--list-02 > li .img {
  position: relative;
  flex: 29.8%;
  max-width: 29.8%;
}
.live-detail--list-02 > li .info {
  flex: 70.2%;
  max-width: 70.2%;
  padding-right: 25px;
}
.live-sub-detail--list {
  margin-top: 25px;
}
.live-sub-detail--list > li {
  flex-wrap: wrap;
  padding: 15px 0;
  border-top: 1px solid #dcdcdc;
}
.live-sub-detail--list > li:last-child {
  padding-bottom: 0;
}
.live-sub-detail--list > li .img {
  flex: 23.1%;
  max-width: 23.1%;
  margin-right: 15px;
}
.live-sub-detail--list > li .info {
  flex: 76.9%;
  max-width: 76.9%;
  padding-right: 0;
}
.live-sub-detail--list > li .info .header .price {
  flex: 25%;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}
.product-detail--wrapper {
  display: flex;
  flex-wrap: wrap;
}
.product-detail--left {
  flex: 295px;
  max-width: 295px;
}
.product-detail--right {
  flex: calc(100% - 295px);
  max-width: calc(100% - 295px);
  padding-left: 30px;
}
.product-main-slider,
.product-thumb-slider {
  max-width: 295px;
  margin: auto;
}
.product-main-slider .slide-item img {
  margin: auto;
  border-radius: 3px;
}
.product-main-slider .slide-item p {
  font-size: 11px;
  color: #666;
  padding: 5px 0 10px;
}
.product-thumb-slider .slide-item img {
  border-radius: 1px;
}
.product-info-table {
  width: 100%;
  margin-top: 25px;
  border-collapse: collapse;
}
.product-info-table tr {
  border-bottom: 1px dotted #dcdcdc;
}
.product-info-table tr th,
.product-info-table tr td {
  font-size: 12px;
  padding: 8px 0;
}
.product-info-table tr th {
  text-align: left;
}
.product-info-table tr td {
  text-align: right;
}
.p-banner-01 {
  text-align: center;
  margin-top: 32px;
}
.p-banner-02 {
  text-align: center;
  margin-top: 16px;
}
.product-detail--right > h4 {
  font-size: 18px;
  font-weight: 700;
  color: #373737;
  margin: 25px 0 10px;
}
.product-detail--right > h4:nth-child(1) {
  margin-top: 0;
}
.product-detail--right .txt-wrapper {
  font-size: 15px;
  line-height: 1.6;
}
.adva-list > li {
  padding: 15px 0 20px;
  border-bottom: 1px solid #dcdcdc;
}
.adva-list > li h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.adva-list > li .txt-wrapper {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.adva-list > li:first-child {
  padding-top: 0;
}
.adva-list > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.imgs-wrapper {
  overflow: hidden;
}
.adva-list > li .imgs-list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -9px;
}
.adva-list > li .imgs-list > li {
  flex: 33.33%;
  max-width: 33.33%;
  font-size: 0;
  padding: 8px 9px;
}
.adva-list > li .link-wrapper {
  text-align: right;
  margin-top: 14px;
}
.gallery-a-container .txt-wrapper,
.gallery-b-container .txt-wrapper {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.gallery-row--list > li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.gallery-row--list > li:last-child {
  margin-bottom: 0;
}
.gallery-row--list > li .img {
  flex: 294px;
  max-width: 294px;
  text-align: center;
}
.gallery-row--list > li .info {
  flex: calc(100% - 294px);
  max-width: calc(100% - 294px);
  padding-left: 24px;
}
.gallery-row--list > li .img p,
.gallery-block--list > li .img p {
  font-size: 11px;
  color: #666;
  text-align: left;
  padding: 5px 0 10px;
}
.gallery-row--list > li .info h5,
.gallery-block--list > li .info h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.gallery-row--list > li .info .link-wrapper,
.gallery-block--list > li .info .link-wrapper {
  text-align: right;
}
.gallery-a-container {
  margin-bottom: 80px;
}
.gallery-a-container > h4:not(:first-child),
.gallery-b-container > h4:not(:first-child) {
  margin-top: 45px;
}
.gallery-block--wrapper {
  overflow: hidden;
}
.gallery-block--list {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0;
}
.gallery-block--list > li {
  flex: 33.33%;
  max-width: 33.33%;
  padding: 16px;
}
.gallery-block--list > li .txt-wrapper {
  margin-bottom: 12px;
}
.guest-hover-wrapper {
  width: 245px;
  font-size: 10px;
  color: #373737;
  padding: 7px 10px;
  background-color: #fff;
  box-shadow: 0 0 10px;
  z-index: 10;
  top: -10px !important;
  left: 20px !important;
}
.guest-hover-wrapper:after {
  content: '';
  position: absolute;
  top: 100%;
  left: calc(50% - 7px);
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
}
.guest-bubble {
  display: none;
}
#modal {
  display: none;
}
.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  overflow: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 50;
}
.modal--wrapper {
  max-width: 790px;
  text-align: center;
  padding: 0 15px;
  opacity: 0;
}
.modal--wrapper figure img {
  border-radius: 3px;
}
.modal--wrapper figure figcaption {
  font-size: 15px;
  text-align: left;
  padding-top: 15px;
}
.modal--wrapper .link-wrapper {
  margin-top: 25px;
}
.video-info .site-link {
  background-color: #fff;
}
/* カスタムチェックボックス */
.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 2px solid #d2d2d2;
  border-radius: 3px;
}
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid #43b149;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-input--radio input[type='radio'] {
  display: none;
}
.form-input--radio input[type='radio'] + label {
  position: relative;
  margin-right: 20px;
  padding-left: 30px;
}
.form-input--radio input[type='radio'] + label:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #d2d2d2;
  border-radius: 100%;
  background: #fff;
  box-sizing: border-box;
}
.form-input--radio input[type='radio']:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 12px;
  height: 12px;
  background: #43b149;
  border-radius: 100%;
}

/* user */
.sub-usr--container {
  min-width: 1198px;
  overflow: hidden;
  padding: 35px 0 65px;
  border-top: 24px solid #f7f7f7;
  font-size: 15px;
}
.premium-kv + .sub-usr--container {
  padding-top: 0;
  border: none;
}
.sub-usr--container p {
  width: 100%;
  margin-bottom: 1.5em;
}
.sub-usr--container p:last-child {
  margin: 0;
}
.sub-usr--container a {
  color: #43b149;
  text-decoration: underline;
}
.usr-title {
  margin: 0 0 35px;
  color: #43b149;
  font-size: 22px;
  text-align: center;
}
.usr-sub-title {
  margin: 0 0 20px;
  padding: 40px 0 0;
  border-top: 1px solid #dcdcdc;
  font-size: 18px;
}
.usr-sub-title:nth-of-type(1) {
  padding: 0;
  border: none;
}
.usr-login--wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
.usr-login,
.usr-regist {
  width: 45.83%;
  padding: 40px 64px;
  background: #f7f7f7;
}
.usr-login--wrapper h2 {
  margin: 0 0 20px -10px;
  color: #43b149;
  font-size: 18px;
}
.usr-login--wrapper dl {
  margin: 0;
}
.usr-login--wrapper dt {
  margin: 0 0 10px;
  font-weight: bold;
}
.usr-login--wrapper dd {
  margin: 0;
}
.usr-login--wrapper dd .form-input-wrapper {
  margin: 0 0 15px;
}
.usr-login--wrapper dd button[type='submit'] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #f90;
}
.usr-login--wrapper dd button[type='submit'] img {
  margin: 0 10px 0 0;
}
.usr-login-forget {
  margin: 20px 0 30px !important;
  font-size: 13px;
  text-align: center;
}
.usr-login-or {
  margin: 0 30px 10px !important;
  border-top: 1px solid #dcdcdc;
  font-size: 12px;
  text-align: center;
}
.usr-regist .usr-login-or {
  margin-top: 69px !important;
}
.usr-login-or span {
  display: inline-block;
  padding: 0 10px;
  background: #f7f7f7;
  transform: translateY(-50%);
}
.usr-login-sns li + li {
  margin: 15px 0 0;
}
.usr-login-sns a {
  display: block;
  padding: 10px 35px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.usr-login-tw {
  color: red;
  background: #000 url(/assets/img/usr/icon-tw-02.png) no-repeat 25px 50%;
  background-size: 20px;
}
.usr-login-fb {
  background: #1a77f2 url(/assets/img/usr/icon-fb-02.png) no-repeat 25px 50%;
  background-size: 20px;
}
.usr-login-apple {
  background: #ffffff url(/assets/img/usr/icon-apple-01.png) no-repeat 25px 50%;
  background-size: 20px;
  color: #000 !important;
  border: 1px solid #000;
}
.usr-regist-lead {
  margin: 51px 0 30px !important;
  font-size: 13px;
}
.usr-regist .usr-regist-btn {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #f90;
}
.usr-regist-btn img {
  width: 15px;
  margin: 0 10px 0 0;
}
.usr-btn {
  margin: 0 0 50px !important;
  text-align: center;
}
.usr-btn-01 {
  display: inline-block;
  width: 290px;
  padding: 10px 0;
  color: #43b149;
  border: 2px solid #43b149;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  background: #fff;
}
.usr-btn-02 {
  display: inline-block;
  width: 290px;
  padding: 10px 0;
  color: #fff !important;
  border: 2px solid #43b149;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  background: #43b149;
}
.post-form--wrapper table th small {
  color: #999;
  font-size: 12px;
  font-weight: normal;
}
.confirm-form--wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
.confirm-form--wrapper table th,
.confirm-form--wrapper table td {
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
.usr-input-error {
  margin: 10px 0 0;
  color: #eb2114;
  font-size: 13px;
}
.usr-input-notes {
  color: #666;
  font-size: 13px;
}
.usr-input-notes li {
  position: relative;
  padding: 0 0 0 1em;
}
.usr-input-notes li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.usr-setting-container {
  padding: 0 10.67%;
}
.usr-setting-container table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.usr-setting-container table th,
.usr-setting-container table td {
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
}
.usr-setting-container table th {
  width: 35%;
  font-weight: bold;
}
.usr-setting-container table th img {
  width: 16px;
  margin-top: -3px;
  margin-right: 3px;
}
.usr-setting-container table .social-apple img {
  width: 14px;
  margin-top: -4px;
}
.usr-setting-container .usr-btn-change {
  display: inline-block;
  float: right;
  padding: 3px 10px 3px 27px;
  border-radius: 2px;
  color: #666;
  font-size: 13px;
  text-decoration: none;
  background: #eee url(/assets/img/common/icon-container-19.png) no-repeat 10px
    50%;
}
.usr-setting-container .usr-btn-delete {
  color: #ffffff;
  background: #43b149 url(/assets/img/common/icon-container-21.png) no-repeat 10px
    50%;
  background-size: 13px !important;
}
.sub-usr--container-provider .usr-logout-modal .usr-btn-header {
  margin: 0 0 20px;
}
.sub-usr--container-provider .usr-logout-modal .usr-btn-provider {
  font-weight: bold;
}
.sub-usr--container-provider .usr-logout-modal .usr-btn-header p {
  margin: 0;
}
.usr-btn-edit {
  margin: 20px 0;
  text-align: right;
}
.usr-btn-edit a {
  width: 100px;
}
.usr-setting-logout li {
  border-bottom: 1px solid #dcdcdc;
}
.usr-setting-logout li a {
  display: block;
  position: relative;
  padding: 20px 0;
  color: #999;
  text-decoration: none;
}
.usr-setting-logout li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #43b149;
  border-right: 2px solid #43b149;
  transform: translateY(-50%) rotate(45deg);
}
.usr-logout-modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;
  height: 100dvh;
}
.usr-logout-modal-inner {
  position: relative;
  padding: 45px 85px;
  border-radius: 10px;
  font-size: 15px;
  text-align: center;
  background: #fff;
}
.usr-logout-modal-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #e5e5e5;
  cursor: pointer;
}
.usr-logout-modal-close:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 18px;
  background: #9c9c9c;
  transform: translate(-50%, -50%) rotate(45deg);
}
.usr-logout-modal-close:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 18px;
  background: #9c9c9c;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.usr-logout-modal p {
  margin: 1.5em 0 0;
}
.usr-logout-modal .usr-btn-01,
.usr-logout-modal .usr-btn-02 {
  width: 190px;
}
.usr-comp-message {
  margin: 100px 0 1.5em;
  text-align: center;
}
.usr-input-reminder {
  display: flex;
  justify-content: space-between;
}
.usr-input-reminder input[type='text'] {
  width: 380px;
}
.usr-input-reminder button[type='submit'] {
  width: 96px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 3px;
  color: #fff;
  background: #43b149;
}
.usr-input-reminder button[type='submit']:hover {
  opacity: 0.7;
}
.usr-withdrawal-delete {
  font-weight: 500;
}
.usr-withdrawal-attention {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
  padding: 30px;
  border: 2px solid #efb607;
  background: #fffaea;
}
.usr-withdrawal-attention h2 {
  padding: 48px 0 0;
  font-size: 16px;
  background: url(/assets/img/usr/icon-attention.png) no-repeat 50% 0;
  background-size: 47px auto;
}
.usr-withdrawal-attention dl {
  width: 730px;
  margin: 0;
  color: #eb2114;
}
.usr-withdrawal-attention dt {
  margin: 0 0 10px;
  font-weight: bold;
}
.usr-withdrawal-attention dd {
  margin: 0 0 20px;
}
.usr-withdrawal-attention dd:last-child {
  margin: 0;
}
.usr-input-withdrawal {
  display: flex;
  justify-content: space-between;
}
.usr-input-withdrawal input[type='text'] {
  width: 380px;
}
.usr-input-withdrawal button[type='submit'] {
  width: 96px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 3px;
  color: #fff;
  background: #626262;
}
.usr-input-withdrawal button[type='submit']:hover {
  opacity: 0.7;
}
.usr-inner-tabs li {
  width: 150px;
}
.usr-inner-tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.usr-inner-tab-content .inner-tab-container {
  margin-top: 0 !important;
}
.usr-topics-item.collapsed .topics-content:before {
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.1)
  );
}
.topics-item .usr-detail-info {
  display: block;
  margin-left: 135px;
}
.info-pagination {
  margin-top: -20px;
  text-align: right;
}
.info-pagination a {
  width: 32px;
  height: 32px;
  font-size: 15px;
  color: #43b149;
  line-height: 32px;
  text-align: center;
  background-color: #e8e8e8;
  border-radius: 50%;
  vertical-align: middle;
  text-decoration: none;
}
.info-pagination a.active {
  color: #fff;
  background-color: #43b149;
}
.info-pagination a.prev-link,
.info-pagination a.next-link {
  background: #e8e8e8 url(../img/common/icon-container-09.png) no-repeat center;
}
.info-pagination a.next-link {
  transform: rotate(180deg);
}

/*2020.05.07 田中*/
.page-container {
  padding: 50px 0 65px;
}
.page-title {
  text-align: center;
}
.mail-post-description {
  font-size: 15px;
  margin-bottom: 25px;
}
.post-form-bottom--wrapper .checkbox-container {
  width: 260px;
  text-align: left;
  margin-bottom: 8px;
}
.post-form-bottom--wrapper .checkbox-container a {
  color: #00a654;
  text-decoration: underline;
}
.submit-btn--wrapper {
  margin-top: 30px;
}
.sp-size {
  max-width: 700px;
  margin: auto;
}
.p-limit,
.p-extra {
  font-size: 11px;
  color: #fff;
  font-weight: 500;
  line-height: 16px;
  padding: 0 8px;
  border-radius: 2px;
  margin-right: 4px;
}
.p-limit {
  margin-left: 9px;
  background-color: #c3aa53;
}
.p-extra {
  background-color: #a0a0a0;
}
.v-center-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.recommend-slider--wrapper {
  min-height: 197px;
  position: relative;
}
.recommend-slider--wrapper #dialog-video-info.show {
  display: block;
}
.recommend-slider--wrapper #dialog-cate-info.show {
  display: block;
}
.collapsable-content {
  height: 0;
  overflow: hidden;
}
.collapsable--wrapper.show .collapsable-content {
  height: auto;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.summary-collapse-btn {
  font-weight: bold;
  color: #373737;
}
.thumb-slider .slide-item,
.product-thumb-slider .slide-item {
  cursor: pointer;
}
.person-main-img-wrapper + .txt-wrapper {
  margin-bottom: 32px;
}
.timeline-InformationCircle-widgetParent {
  display: none;
}
.twitter-wrapper {
  height: 560px;
  overflow: auto;
}
.play-video-info table thead tr th:last-child,
.play-video-info table tbody tr td:last-child {
  padding-right: 8px;
}
.play-video-info table thead th:nth-child(2),
.play-video-info table tbody td:nth-child(3) {
  width: 60px;
}
.play-video-info table thead th:nth-child(3),
.play-video-info table tbody td:nth-child(4),
.play-video-info table thead th:nth-child(4),
.play-video-info table tbody td:nth-child(5) {
  width: 50px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #dialog-video-info .body table tbody tr.active td:nth-child(1):after,
  .play-video-info table tr.active td:nth-child(1):after {
    top: 12px;
  }
}

.usr-regist-comp-msg {
  margin: 0 0 70px !important;
  text-align: center;
}
.premium-kv {
  position: relative;
  height: 556px;
  margin: 0 0 110px;
}
article > .premium-kv {
  margin: 0;
}
.premium-kv:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f9f2e5 url(../img/usr/img-premium.jpg) no-repeat 50% 50%;
}
.premium-kv-sp:after {
  background-image: url(../img/premium/img-premium.jpg);
}
.premium-about {
  position: relative;
  margin: 0 0 100px;
  padding: 80px 98px;
  border-radius: 20px;
  background: #f9f2e5;
}
.premium-about:before {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  left: -9px;
  width: 123px;
  height: 124px;
  background: url(../img/usr/icon-premium-ribbon.png) no-repeat 0 0;
}
.premium-about h3 {
  margin: 0 0 20px;
  font-size: 18px;
  text-align: center;
}
.premium-about h3 span {
  display: inline-block;
  line-height: 33px;
  padding: 0 0 0 35px;
  background: url(../img/usr/icon-premium.png) no-repeat 0 50%;
  background-size: 25px auto;
}
.premium-about-txt {
  line-height: 25px;
  text-align: center;
}
.premium-about-notes {
  line-height: 20px;
  color: #666;
  font-size: 12px;
}
.premium-about-btn {
  margin: 40px 0 0 !important;
  text-align: center;
}
.premium-about-btn a {
  display: inline-block;
  width: 290px;
  padding: 10px 0;
  color: #fff !important;
  border: 2px solid #c3aa53;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  background: #c3aa53;
}
.premium-benefits h3 {
  margin: 0 0 70px;
  color: #43b149;
  font-size: 38px;
  text-align: center;
}
.premium-benefits-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 95px;
}
.premium-benefits-list-item {
  width: 205px;
  margin: 0 0 90px;
}
.premium-benefits-list-item figure {
  margin: 0 0 15px;
  text-align: center;
}
.premium-benefits-list-item h4 {
  margin: 0 0 7px;
  font-size: 18px;
}
.premium-benefits-list-item p {
  line-height: 25px;
  margin: 0 !important;
}
.premium-benefits-btn {
  display: flex;
  justify-content: center;
}
.premium-benefits-btn a {
  display: inline-block;
  width: 290px;
  margin: 0 5px;
  padding: 10px 0;
  border: 2px solid #c3aa53;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
}
.premium-benefits-btn-about {
  color: #c3aa53 !important;
}
.premium-benefits-btn-regist {
  color: #fff !important;
  background: #c3aa53;
}

.other-sub-title {
  margin: 40px 0 15px;
  font-size: 18px;
}
.other-sub-title:first-child {
  margin-top: 0;
}
.other-text {
  line-height: 25px;
}
.other-text-date {
  margin-top: 40px;
  text-align: right;
}

.law-table {
  width: 100%;
}
.law-table th {
  width: 160px;
  line-height: 25px;
  vertical-align: middle;
  padding: 25px 0;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
}
.law-table td {
  line-height: 25px;
  vertical-align: middle;
  padding: 25px 0;
  border-bottom: 1px solid #dcdcdc;
}

.qa-list {
  margin: 0;
  border-top: 1px solid #dcdcdc;
}
.qa-list dt {
  position: relative;
  line-height: 25px;
  margin: 0 0 16px;
  padding: 28px 0 0 50px;
  font-weight: bold;
}
.qa-list dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 24px;
  left: 0;
  width: 33px;
  height: 33px;
  border: 1px solid #43b149;
  border-radius: 100%;
  color: #43b149;
  font-size: 12px;
  font-weight: normal;
}
.qa-list dd {
  position: relative;
  min-height: 50px;
  line-height: 22px;
  margin: 0;
  padding: 0 0 20px 50px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 13px;
}
.qa-list dd span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4px;
  left: 0;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  background: #43b149;
}

.guide-section {
  position: relative;
  margin: 100px 0;
}
.guide-section:last-child {
  margin-bottom: 35px;
}
.guide-section-bg {
  padding: 100px 0;
}
.guide-section-bg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -50vw;
  bottom: 0;
  left: -50vw;
  background: #f7f7f7;
  z-index: -1;
}
.guide-section .usr-btn {
  margin: 0 !important;
}
.guide-title {
  line-height: 1.1;
  margin: 0 0 45px;
  color: #43b149;
  font-size: 38px;
  text-align: center;
}
.guide-sub-title {
  position: relative;
  margin: 80px 0 20px;
  padding: 0 0 0 23px;
  font-size: 26px;
}
.guide-sub-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 6px;
  height: 32px;
  border-radius: 5px;
  background: #43b149;
}
.guide-first {
  line-height: 25px;
  text-align: center;
}
.guide-menu-img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.guide-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 70px;
}
.guide-menu dl {
  width: 440px;
  margin: 60px 0 0;
}
.guide-menu dl:nth-child(1),
.guide-menu dl:nth-child(2) {
  margin-top: 30px;
}
.guide-menu dt {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: bold;
}
.guide-menu dd {
  line-height: 25px;
  margin: 0;
}
.guide-program {
  margin: 0 0 50px;
  padding: 65px;
  border-radius: 5px;
  background: #f7f7f7;
}
.guide-program-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.guide-program-row + .guide-program-row {
  margin-top: 30px;
}
.guide-program-img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.guide-program-row .guide-program-img {
  width: 380px;
}
.guide-section > .guide-program-img {
  margin: 0 0 60px;
}
.guide-program-txt {
  width: 520px;
  line-height: 30px;
}
.guide-program h4 {
  line-height: 1.1;
  margin: 0 0 20px;
  font-size: 22px;
}
.guide-section .premium-benefits-list {
  margin: 0 0 50px;
  padding: 0 15px;
}
.guide-section .premium-benefits-list-item {
  margin: 70px 0 0;
}
.guide-section .premium-benefits-list-item:nth-child(-n + 5) {
  margin: 0;
}
.benefits-premium-only {
  color: #a08731;
  font-size: 14px;
}
.guide-supporter {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.guide-supporter-normal,
.guide-supporter-premium {
  position: relative;
  width: 512px;
  padding: 70px 60px 60px;
  border-radius: 20px;
}
.guide-supporter-normal {
  background: #f2f7f3;
}
.guide-supporter-premium {
  background: #f9f2e5;
}
.guide-supporter-premium:before {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  left: -9px;
  width: 123px;
  height: 124px;
  background: url(../img/usr/icon-premium-ribbon.png) no-repeat 0 0;
}
.guide-supporter-normal h3,
.guide-supporter-premium h3 {
  margin: 0 0 20px;
  padding: 170px 0 0;
  font-size: 18px;
  text-align: center;
}
.guide-supporter-normal h3 {
  background: url(../img/guide/img-supporter-normal.png) no-repeat 50% 0;
}
.guide-supporter-premium h3 {
  background: url(../img/guide/img-supporter-premium.png) no-repeat 50% 0;
}
.guide-supporter-normal .premium-about-btn a {
  border-color: #43b149;
  background: #43b149;
}
.guide-sp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -100px;
  padding: 0 15px;
}
.guide-sp dl {
  width: 346px;
  margin: 0;
  padding: 20px 0 0;
}
.guide-sp dt {
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.guide-sp dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 25px;
  margin: 0;
}
.guide-sp dd ul {
  display: flex;
  align-items: center;
  margin: 0 0 1em;
}
.guide-sp dd li {
  margin: 0 10px;
}
.guide-sp dd p:last-child {
  line-height: 20px;
  color: #999;
  font-size: 12px;
}
.guide-about {
  line-height: 25px;
  margin: 0 0 40px;
}
.guide-plan {
  width: 882px;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: collapse;
}
.guide-plan tr:nth-child(2n-1) {
  background: #fff;
}
.guide-plan tr:nth-child(1) {
  background: none;
}
.guide-plan th {
  width: 214px;
  padding: 0;
}
.guide-plan th:nth-child(1) {
  width: auto;
}
.guide-plan th div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 83px;
  margin: 0 2px 5px;
  border-radius: 4px 4px 0 0;
}
.guide-plan th:nth-child(2) div {
  color: #fff;
  background: #c3aa53;
}
.guide-plan th:nth-child(3) div {
  color: #fff;
  background: #43b149;
}
.guide-plan th:nth-child(4) div {
  background: #dcdcdc;
}
.guide-plan th span {
  display: block;
  margin: 3px 0 0;
  padding: 2px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.3);
}
.guide-plan td {
  position: relative;
  padding: 10px 25px;
  border-right: 1px solid #dcdcdc;
  text-align: center;
}
.guide-plan td:nth-child(1) {
  padding-right: 0;
  border-right: none;
  font-weight: 500;
  text-align: left;
}
.guide-plan td:nth-child(2) {
  border: none;
}
.guide-plan td:nth-child(2):before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: 2px;
  left: 2px;
  bottom: 0;
  border-right: 2px solid #c3aa53;
  border-left: 2px solid #c3aa53;
}
.guide-plan tr:last-child td:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  right: 2px;
  left: 2px;
  bottom: 0;
  border-bottom: 2px solid #c3aa53;
}
.guide-plan td .ok {
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px auto;
  border: 3px solid;
  border-radius: 100%;
}
.guide-plan td:nth-child(2) .ok,
.guide-plan td:nth-child(2) .ng {
  border-color: #c3aa53;
}
.guide-plan td:nth-child(3) .ok,
.guide-plan td:nth-child(3) .ng {
  border-color: #43b149;
}
.guide-plan td:nth-child(4) .ok,
.guide-plan td:nth-child(4) .ng {
  border-color: #b5b5b5;
}
.guide-plan td .ng {
  display: block;
  width: 16px;
  border-bottom: 3px solid;
  margin: 3px auto;
}
.guide-plan td span {
  display: block;
  color: #666;
  font-size: 11px;
  font-weight: normal;
}
.guide-function {
  position: relative;
  margin: 0 0 40px;
  padding: 45px 60px 80px;
  border-radius: 8px;
  background: #f2f7f3;
}
.guide-function-premium {
  background: none;
}
.guide-function-premium:before {
  content: '';
  display: block;
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/premium/bg-01.png) no-repeat 0 100%;
  z-index: -1;
}
.guide-function-premium:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100px;
  background: url(../img/premium/bg-02.png) no-repeat 0 0;
  z-index: -1;
}
.guide-function-inner {
  display: flex;
  justify-content: space-between;
}
.guide-function-premium .guide-function-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  left: -9px;
  width: 123px;
  height: 124px;
  background: url(../img/usr/icon-premium-ribbon.png) no-repeat 0 0;
}
.guide-function figure {
  width: 419px;
  margin: 0;
  text-align: center;
}
.guide-function-txt {
  line-height: 25px;
  width: 520px;
  padding: 25px 0 0;
}
.guide-function h3 {
  line-height: 33px;
  margin: 0 0 20px;
  font-size: 22px;
}
.guide-function-premium h3 {
  padding: 0 0 0 35px;
  background: url(../img/usr/icon-premium.png) no-repeat 0 50%;
  background-size: 25px auto;
}
.guide-function-device {
  display: flex;
  position: absolute;
  top: 70px;
  right: 60px;
  line-height: 23px;
}
.guide-function-device i {
  display: block;
  margin: 0 0 0 4px;
  padding: 2px 15px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
}
.guide-function-device-pc {
  background: #9fc1e7;
}
.guide-function-device-sp {
  background: #fad49b;
}
.guide-function-link {
  text-align: right;
}
.guide-function-link a {
  color: inherit;
  text-decoration: none;
}
.guide-function-txt-premium {
  color: #a08731;
}
.guide-function-txt-notes {
  line-height: 24px;
  color: #666;
  font-size: 13px;
}
.guide-function-notes {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #666;
  font-size: 11px;
}
.guide-function-premium .guide-function-notes {
  bottom: 40px;
  left: 60px;
}
.guide-premium-lineup-title {
  margin: 0 0 70px;
  text-align: center;
}
.guide-premium-video {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 25px;
}
.guide-premium-video:before {
  content: '';
  display: block;
  width: 251px;
  order: 1;
}
.guide-premium-video:after {
  content: '';
  display: block;
  width: 251px;
}
.guide-premium-video .video-item {
  max-width: 251px;
  width: 251px;
  margin: 20px 0 0;
}
.guide-premium-video .video-item:nth-child(-n + 4) {
  margin-top: 0;
}
.guide-premium-status {
  display: flex;
  position: absolute;
  top: -4px;
  left: -4px;
  line-height: 1.1;
}
.guide-premium-status i {
  display: block;
  margin: 0 4px 0 0;
  padding: 2px 10px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-style: normal;
}
.guide-premium-status-limited {
  background: #c3aa53;
}
.guide-premium-status-bonus {
  background: #a0a0a0;
}
.guide-premium-video .video-item h4 {
  font-size: 16px;
}

/* font anti-aliasing
.header-container,
.footer-link-list,
.footer-bottom--wrapper,
.top-tab--container,
.main-fv--container,
.sub-fv--container,
.topics--container,
.pickup--container,
.newest--container,
.sub-tab--container,
.sub-usr--container,
.page-container,
.slick-slide p,
.video-item .title,
.dialog-inner,
.live-detail--table .info h4,
.modal--wrapper figcaption,
.usr-logout-modal,
.usr-logout-modal-inner
{
  transform: rotate(0.03deg);
}

.live-detail--list-01 > li .info,
.live-detail--list-02 > li .info,
.live-sub-detail--list > li .info {
	position: static;
}
*/

/* images@2x */
.logo-link {
  width: 154px;
}
.twitter-link--wrapper a {
  width: 20px;
}
.logo-link img,
.twitter-link--wrapper img,
.login-link img {
  max-width: 100% !important;
  max-height: auto !important;
}
.banner-item-01 p img,
.banner-item-02 p img {
  width: 14px !important;
  height: auto !important;
}
.other-logo img {
  width: 31px !important;
  height: auto !important;
}
.header-link-list > li a.login-link img {
  width: 17px;
  height: auto;
}
.banner-next-btn,
.banner-prev-btn {
  background-size: 100%;
}
.recommend-prev-btn,
.recommend-next-btn {
  background-size: 100%;
}
.video-item > .favorite-btn {
  background-size: 100%;
}
.video-item > .favorite-btn.active {
  background-size: 100%;
}
.category-item.premium:after {
  background-size: 100%;
}
#dialog-video-info .header .up {
  background-size: 19px;
}
.banner-next-btn,
.banner-prev-btn {
  background-size: 100%;
  z-index: 2;
}
.recommend-prev-btn,
.recommend-next-btn {
  background-size: 100%;
}
.dialog-inner .favorite-btn {
  background-size: 100%;
}
.dialog-inner .favorite-btn.active {
  background-size: 100%;
}
.site-link:before {
  background-size: 100%;
}
#dialog-video-info .body table tbody tr.active:after {
  background-size: 100%;
}
.add-to-playlist-btn {
  background-size: 100%;
}
.play-btn {
  background-size: 100%;
}
.pause-btn {
  background-size: 100%;
}
.dialog-video-list > li a {
  background-size: 7px;
}
.search-input-field:after {
  background-size: 100%;
}
.load-more-btn:after {
  background-size: 100%;
}

.remove-all-playlist-btn:before {
  background-size: 100%;
  background-size: 100% 100% !important;
  background-position: 0 0 !important;
  background-size: cover;
}
.category-item + .remove {
  background-size: 100%;
}
.playlist .actions img {
  width: 36px;
  height: auto;
}
.playlist .info label img {
  width: 10px;
  height: auto;
}
.playlist > li .remove-btn {
  background-size: 100%;
}
.recommend-attention-link:before {
  background-size: 16px auto;
}
.event-pagination a.prev-link,
.event-pagination a.next-link {
  background-size: 100%;
}
.event-item-link:after,
.recommend-item-link:after {
  background-size: 100%;
}
.event-pagination a.prev-link,
.event-pagination a.next-link {
  background-size: 12px auto;
}
.event-item-link.category-attention:before,
.recommend-attention-link:before {
  background-size: 16px auto;
}
.mark-premium {
  background-size: 50px auto;
}
.sub-video-info .advantage-premium--wrapper .v-center-wrapper img {
  width: 14px;
  height: auto;
}
.advantage-content .deco span {
  background-size: 100%;
}
.main-video .owner-info p img {
  width: 14px;
  height: auto;
}
.slide-btn-01:before {
  background-size: 100%;
}
.slide-btn-02 {
  background-size: 100%;
}
.magnify-btn {
  background-size: 18px auto;
}
.detail-link-01 {
  background-size: 18px auto;
}
.detail-link-01.outer-link:after {
  background-size: 100%;
}
.persons--container .social-links img {
  width: 16px;
  height: auto;
}
.advantage-premium--wrapper .v-center-wrapper img {
  width: 14px;
  height: auto;
}
.corner-list > li h5 {
  background-size: 18px auto;
}
.newest-content--bannars .newest-content--bannar-item img {
  width: 294px;
  height: auto;
}
.add-file-btn:before {
  background-size: 100%;
}
.form-submit-btn:before {
  background-size: 100%;
}
.hover-guest-area img {
  width: 9px;
  height: auto;
}
.usr-login button img {
  width: 17px;
  height: auto;
}
.usr-setting-container .usr-btn-change {
  background-size: 12px auto;
}
.post-form--wrapper img {
  width: 177px;
  height: auto;
}
.post-form--wrapper .email-post-description img {
  width: 100%;
}
.info-pagination a.prev-link,
.info-pagination a.next-link {
  background-size: 12px auto;
}
.guide-supporter-normal h3 {
  background-size: 172px auto;
}
.guide-supporter-premium h3 {
  background-size: 147px auto;
}
.guide-supporter-premium:before {
  background-size: 123px auto;
}
.premium-benefits-list .premium-benefits-list-item figure,
.guide-section .premium-benefits-list-item figure {
  height: 150px;
}
.premium-benefits-list .premium-benefits-list-item figure img,
.guide-section .premium-benefits-list-item figure img {
  width: 75%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.guide-function-premium .guide-function-inner:before {
  background-size: 123px auto;
}
.guide-section .guide-function-inner .guide-function-img01 img {
  width: 419px;
  height: auto;
}
.guide-section .guide-function-inner .guide-function-img02 img {
  width: 419px;
  height: auto;
}
.guide-section .guide-function-inner .guide-function-img03 img {
  width: 310px;
  height: auto;
}
.guide-section .guide-function-inner .guide-function-img04 img {
  width: 304px;
  height: auto;
}
.guide-section .guide-function-inner .guide-function-img05 img {
  width: 323px;
  height: auto;
}
.guide-section .guide-function-inner .guide-function-img06 img {
  width: 427px;
  height: auto;
}
.guide-section .guide-function-inner .guide-function-img07 img {
  width: 273px;
  height: auto;
}
.guide-section .guide-function-inner .guide-function-img08 img {
  width: 427px;
  height: auto;
}
.guide-section .guide-function-inner .guide-function-img09 img {
  width: 171px;
  height: auto;
}
.guide-section .guide-function-inner .guide-function-img10 img {
  width: 171px;
  height: auto;
}
.guide-section .guide-sp figure img {
  width: 320px;
  height: auto;
}
.guide-section .guide-sp dd ul li:first-child img {
  width: 90px;
  height: auto;
}
.guide-section .guide-sp dd ul li:nth-child(2) img {
  width: auto;
  height: 60px;
}
.premium-about:before {
  background-size: 123px auto;
}
.edit-category-btn.edit:before,
.edit-playlist-btn.edit:before {
  background-size: 100%;
}
.edit-category-btn.save:before,
.edit-playlist-btn.save:before {
  background-size: 100%;
}
.main-fv--wrapper .video-info .video-info-icon01 img {
  width: 10px;
  height: auto;
}
.main-fv--wrapper .video-info .video-info-icon02 img {
  width: 12px;
  height: auto;
}
.main-fv--wrapper .video-info .video-info-premium img {
  width: 164px;
  height: auto;
}
.main-fv--wrapper .video-info .video-info-link img {
  width: 10px;
  height: auto;
}
.main-fv--wrapper .main-ad h4 img {
  width: 10px;
  height: auto;
}
.main-related-slider .banner-next-btn,
.main-related-slider .banner-prev-btn {
  background-size: 100%;
}
.submenu > li a {
  background-size: 9px auto;
}
.sub-usr--container .guide-sp dd p {
  font-size: 0.9em;
}
.main-recommend-slider .banner-cate p > img,
.main-s-related-slider .banner-cate p > img {
  width: 14px;
  height: auto;
}

.product-detail-container,
.gallery-a-container,
.gallery-b-container,
.event-live-container {
  border-top: 2px solid #d3d3d3;
  padding-top: 44px;
  margin-top: 20px;
}
.product-detail-container:first-child,
.gallery-a-container:first-child,
.gallery-b-container:first-child,
.event-live-container:first-child {
  border-top: none;
  padding-top: unset;
  margin-top: unset;
}
.font-13 {
  font-size: 13px;
}
.text-warning {
  color: #e5392d;
  margin-bottom: 0 !important;
}
