.scp-include-contents {
  position: relative;
}
.scp-include-contents a {
  text-decoration: none;
}
.scp-include-contents .subtitle {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.scp-include-contents .ss-ajax-list {
  margin-top: 15px;
}
.scp-include-contents .ss-ajax-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
  gap: 0;
  padding-bottom: 20px;
}
.scp-include-contents .ss-ajax-list ul li {
  width: 145px;
  margin-left: 10px;
}
.scp-include-contents .ss-ajax-list ul li:last-child {
  margin-right: 10px;
}
.scp-include-contents .ss-ajax-list ul li .image {
  position: relative;
  width: 145px;
  height: 193px;
}
.scp-include-contents .ss-ajax-list ul li .image img {
  width: 100%;
  height: auto;
  display: block;
}
.scp-include-contents .ss-ajax-list ul li .image.movie {
  padding-top: initial;
  background: #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.scp-include-contents .ss-ajax-list ul li .image.ico-movie:after {
  background-image: url("/images/ss/ico-movie.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 5px;
  right: 5px;
  content: "";
  display: block;
  width: 35px;
  height: 33px;
}
.scp-include-contents .ss-ajax-list ul li .image .movie-title {
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#000));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #000 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 18px 5px 6px;
}
.scp-include-contents .ss-ajax-list ul li .body {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.scp-include-contents .ss-ajax-list ul li .body .thumbnail {
  margin-right: 10px;
}
.scp-include-contents .ss-ajax-list ul li .body .thumbnail img {
  width: 50px;
  height: 50px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
.scp-include-contents .ss-ajax-list ul li .body .attributes {
  margin-top: 9px;
  line-height: 1.3;
}
.scp-include-contents .ss-ajax-list ul li .body .attributes .name {
  font-size: 14px;
  font-weight: bold;
  word-break: break-all;
}
.scp-include-contents .ss-ajax-list ul li .body .attributes .height {
  font-size: 11px;
}
.scp-include-contents .ss-all-btn {
  margin: 10px 20px 40px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: -webkit-linear-gradient(top, #fff 20%, #eee 97%);
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.scp-include-contents .ss-all-btn a {
  color: #666;
  font-size: 16px;
  line-height: 1;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.scp-include-contents .ss-all-btn.arrow-right a:after {
  background-image: url("/sp/images/common-img-sprite.png");
  background-position: 0 -541px;
  -webkit-background-size: 158px auto;
  background-size: 158px auto;
  background-repeat: no-repeat;
  content: "";
  width: 8px;
  height: 15px;
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#top-scp-contents.scp-include-contents {
  margin-top: 60px;
  margin-right: -20px;
  margin-left: -20px;
  border-bottom: 2px solid #e80080;
  padding-bottom: 42px;
}
#top-scp-contents.scp-include-contents .top-scp-title {
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
#top-scp-contents.scp-include-contents .top-scp-title:before,
#top-scp-contents.scp-include-contents .top-scp-title:after {
  content: '';
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background-color: #000;
}
#top-scp-contents.scp-include-contents .top-scp-title .top-scp-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#top-scp-contents.scp-include-contents .top-scp-title .top-scp-img img {
  width: 250px;
}
#prodlist-scp-contents #prodlist-styling-contents,
#prodlist-scp-contents #prodlist-movie-contents {
  border-top: 1px solid #e1e1e1;
}
#prodlist-scp-contents .prodlist-title {
  margin-top: 30px;
}
#prodlist-scp-contents .prodlist-title .subtitle {
  font-size: 18px;
  font-weight: bold;
}
#prodlist-profile-contents {
  margin: 0 -20px 20px;
}
#prodlist-profile-contents ul {
  padding: 0 10px 20px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0;
}
#prodlist-profile-contents ul li {
  width: 75px;
}
#prodlist-profile-contents ul li a {
  text-decoration: none;
  display: block;
  background: transparent;
  color: #333;
}
#prodlist-profile-contents ul li .profile-content .image img {
  vertical-align: bottom;
  background: #fff;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#prodlist-profile-contents ul li .profile-content .name {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  word-break: break-all;
}
.mod-ss-btn-simple {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: -webkit-linear-gradient(top, #fff 20%, #eee 97%);
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.mod-ss-btn-simple a {
  color: #666;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
}
#proddetail-scp-contents.scp-include-contents .proddetail-scp-content {
  margin-bottom: 30px;
}
#proddetail-scp-contents.scp-include-contents .proddetail-scp-content > div + div {
  margin-top: 30px;
}
#proddetail-scp-contents.scp-include-contents .proddetail-title {
  padding-top: 37px;
  margin-bottom: 22px;
}
#proddetail-scp-contents.scp-include-contents .proddetail-title .subtitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#proddetail-scp-contents.scp-include-contents .proddetail-title .ss-all-btn-proddetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#proddetail-scp-contents.scp-include-contents .proddetail-title .ss-all-btn-proddetail .ss-all-btn-proddetail-link {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#proddetail-scp-contents.scp-include-contents .proddetail-title .ss-all-btn-proddetail .ss-all-btn-proddetail-link .ss-all-btn-proddetail-icon {
  background-image: url("/com/images/common/common-img-sprite.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-position: 0 -3323px;
  content: "";
  margin-right: 10px;
}
#proddetail-scp-contents.scp-include-contents #proddetail-styling-contents,
#proddetail-scp-contents.scp-include-contents #proddetail-movie-contents {
  position: relative;
}
#proddetail-scp-contents.scp-include-contents #proddetail-styling-contents::before,
#proddetail-scp-contents.scp-include-contents #proddetail-movie-contents::before {
  content: '';
  border-top: 1px solid #e1e1e1;
  height: 1px;
  width: calc(100vw - 20px);
  position: absolute;
  top: 0;
  left: 10px;
}
#programDetail-scp-contents.scp-include-contents #programDetail-styling-contents,
#programDetail-scp-contents.scp-include-contents #programDetail-movie-contents {
  position: relative;
  padding-top: 30px;
}
#programDetail-scp-contents.scp-include-contents #programDetail-styling-contents::before,
#programDetail-scp-contents.scp-include-contents #programDetail-movie-contents::before {
  content: '';
  border-top: 1px solid #e1e1e1;
  width: calc(100vw - 20px);
  position: absolute;
  top: 0;
  left: 10px;
}
#programDetail-scp-contents.scp-include-contents #programDetail-styling-contents .scp-include-title .subtitle,
#programDetail-scp-contents.scp-include-contents #programDetail-movie-contents .scp-include-title .subtitle {
  font-size: 18px;
}
