[v-cloak] {
  display: none;
}
/* スタイリング枠のスタイル */
.ss-cmn {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* 画像共通のスタイル */
.ss-cmn .ss-contents img {
  vertical-align: bottom;
  height: auto;
}
/* リンク共通のスタイル */
.ss-cmn a {
  text-decoration: none;
}
.ss-cmn a:hover {
  opacity: 0.7;
}
/* グレーのボタン */
.ss-cmn .mod-ss-btn-simple {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  border: 1px solid #d0d0d0;
  border-radius: 6px;
}
.ss-cmn .mod-ss-btn-simple > a {
  color: #666;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
}
.ss-cmn .mod-ss-btn-simple.arrow-right > a,
.ss-cmn .mod-ss-btn-simple.arrow-left > a {
  padding: 6px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ss-cmn .mod-ss-btn-simple.arrow-right > a:after {
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/sp/images/common-img-sprite.png");
  background-position: 0 -541px;
  background-size: 158px auto;
  background-repeat: no-repeat;
  content: "";
  width: 8px;
  height: 15px;
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ss-cmn .mod-ss-btn-simple.arrow-left > a::before {
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/sp/images/common-img-sprite.png");
  background-position: 0 -541px;
  background-size: 158px auto;
  background-repeat: no-repeat;
  content: "";
  width: 8px;
  height: 15px;
  margin-right: 10px;
}
/* 見出しの右に、一覧を見るボタンを設置 */
.ss-cmn .mod-ss-btn-simple.arrow-right,
.ss-cmn .mod-ss-btn-simple.arrow-left {
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  height: 30px;
}
.ss-cmn .mod-ss-btn-simple.arrow-right a,
.ss-cmn .mod-ss-btn-simple.arrow-left a {
  padding: 0;
  line-height: 30px;
  text-decoration: none;
  color: #666;
  font-size: 1.4rem;
}
.ss-cmn .bx-wrapper {
  max-width: 890px !important;
  margin: 0 auto;
}
.ss-cmn .bx-wrapper .bx-prev,
.ss-cmn .bx-wrapper .bx-next {
  top: -10px;
  bottom: 0;
  margin: auto;
  width: 31px;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.ss-cmn .bx-wrapper .bx-prev {
  margin-left: -5px;
}
.ss-cmn .bx-wrapper .bx-next {
  margin-right: -5px;
}
.ss-cmn .bx-wrapper .bx-prev.disabled,
.ss-cmn .bx-wrapper .bx-next.disabled {
  display: none;
}
.ss-cmn .bx-pager-item:first-of-type:last-of-type {
  display: none;
}
/* スタイリング画像とテキストの組み合わせ */
.ss-cmn .mod-ss-content .image {
  position: relative;
}
.ss-cmn .mod-ss-content .image img {
  width: 100%;
}
.ss-cmn .mod-ss-content .image .title {
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#000));
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #000 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 5% 6px;
}
.ss-cmn .mod-ss-content .image .title span {
  color: #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.ss-cmn .mod-ss-content .image.ico-movie:after {
  background-image: url("/images/ss/ico-movie.png");
  background-size: cover;
  position: absolute;
  top: 5px;
  right: 5px;
  content: "";
  display: block;
  width: 35px;
  height: 33px;
}
.ss-cmn .mod-ss-content .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 10px;
  line-height: 1.4;
}
.ss-cmn .mod-ss-content .body > * {
  display: block;
}
.ss-cmn .mod-ss-content .body .thumbnail {
  margin-right: 10px;
}
.ss-cmn .mod-ss-content .body .thumbnail img {
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.ss-cmn .mod-ss-content .body .attributes {
  margin: 0;
}
.ss-cmn .mod-ss-content .body .attributes > * {
  display: block;
}
.ss-cmn .mod-ss-content .body .attributes .name {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 8px;
  word-break: break-all;
}
.ss-cmn .mod-ss-content .body .attributes .height {
  font-size: 1.1rem;
}
.ss-cmn .movieInfoList .mod-ss-content .image {
  background: #d5d5d5;
  overflow: hidden;
  content: '';
  display: block;
  padding-top: calc(4 / 3 * 100%);
}
.ss-cmn .movieInfoList .mod-ss-content .image img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* 見出し */
.ss-cmn .mod-ss-contentstitle {
  padding-bottom: 20px;
  width: 890px;
  margin: 0 auto;
  position: relative;
}
.ss-cmn .mod-ss-contentstitle .subtitle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ss-cmn .mod-ss-contentstitle .subtitle > span {
  font-size: 1.8rem;
  font-weight: bold;
}
/* スタイリングを横に並べて5列で表示する */
.ss-cmn .mod-ss-contentlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ss-cmn .mod-ss-contentlist ul li {
  margin-right: 12px;
  margin-bottom: 20px;
  width: 168px;
}
.ss-cmn .mod-ss-contentlist ul li a {
  display: block;
}
.ss-cmn .mod-ss-contentlist ul li img {
  width: 100%;
}
/* カルーセルしない場合 */
.ss-cmn .carousel > ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}
.ss-cmn .carousel > ul li {
  margin-right: 0;
  margin-bottom: 0;
}
.ss-cmn .ss-contents:not(.carousel):not(.tile) ul {
  margin: 0 auto;
  width: 888px;
}
.ss-cmn .ss-contents:not(.carousel):not(.tile) ul li {
  margin-right: 12px;
}
.ss-cmn .ss-contents:not(.carousel):not(.tile) ul li:nth-of-type(5n) {
  margin-right: 0;
}
/* タイル表示 */
.ss-cmn .tile ul {
  gap: 8px;
}
.ss-cmn .tile ul li {
  width: calc((100% - 32px) / 5);
  margin: 0;
}
.ss-cmn .tile ul li .body {
  display: none;
}
.ss-cmn .tile .mod-ss-contentstitle {
  width: auto;
}
