﻿/* ecbn-selection-widget_version2_v15.css */


/**************************************/
/** リセット                          */
/**************************************/

.ecbn-selection-widget div,
.ecbn-selection-widget span,
.ecbn-selection-widget h1,
.ecbn-selection-widget h2,
.ecbn-selection-widget h3,
.ecbn-selection-widget h4,
.ecbn-selection-widget h5,
.ecbn-selection-widget h6,
.ecbn-selection-widget p,
.ecbn-selection-widget ul,
.ecbn-selection-widget li,
.ecbn-selection-widget pre {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* 新デザイン対応 */
.ecbn-selection-widget-new div,
.ecbn-selection-widget-new span,
.ecbn-selection-widget-new h1,
.ecbn-selection-widget-new h2,
.ecbn-selection-widget-new h3,
.ecbn-selection-widget-new h4,
.ecbn-selection-widget-new h5,
.ecbn-selection-widget-new h6,
.ecbn-selection-widget-new p,
.ecbn-selection-widget-new ul,
.ecbn-selection-widget-new li,
.ecbn-selection-widget-new pre {
  line-height: 1;
  max-height: none;
  max-width: none;
}

.ecbn-selection-page-wrapper {
  margin: 0 5px!important;
}

.ecbn-selection-widget a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.ecbn-selection-widget a:link,
.ecbn-selection-widget a:hover,
.ecbn-selection-widget a:visited {
  text-decoration: none;
}

.ecbn-selection-widget ul {
    list-style: none;
}

/* 新デザイン対応 */
.ecbn-selection-widget-new *,
.ecbn-selection-widget-new *:before,
.ecbn-selection-widget-new *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.ecbn-selection-widget-new i.fa.fa-user-circle-o {
  display:none;
  font-size: 14px;
  left: 14px;
  position: absolute;
  top: 44%;
  transform: translate(-50%,-50%);
}

/* ユーザ投稿のコンテンツ */
.ecbn-user-post div,
.ecbn-user-post span,
.ecbn-user-post h1,
.ecbn-user-post h2,
.ecbn-user-post h3,
.ecbn-user-post h4,
.ecbn-user-post h5,
.ecbn-user-post h6,
.ecbn-user-post p,
.ecbn-user-post ul,
.ecbn-user-post li,
.ecbn-user-post pre {
  background: transparent;
  border: 0;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  max-height: none;
  max-width: none;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

.ecbn-user-post a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.ecbn-user-post a:link,
.ecbn-user-post a:hover,
.ecbn-user-post a:visited {
  text-decoration: none;
}

.ecbn-user-post ul {
  list-style: none;
}

.ecbn-user-post *,
.ecbn-user-post *:before,
.ecbn-user-post *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*　ユーザ投稿iframe配下のリセット */
.ecbn-user-post-content-wrapper div,
.ecbn-user-post-content-wrapper span,
.ecbn-user-post-content-wrapper h1,
.ecbn-user-post-content-wrapper h2,
.ecbn-user-post-content-wrapper h3,
.ecbn-user-post-content-wrapper h4,
.ecbn-user-post-content-wrapper h5,
.ecbn-user-post-content-wrapper h6,
.ecbn-user-post-content-wrapper ul,
.ecbn-user-post-content-wrapper li,
.ecbn-user-post-content-wrapper p,
.ecbn-user-post-content-wrapper pre {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  max-height: none;
  max-width: none;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

.ecbn-user-post-content-wrapper a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.ecbn-user-post-content-wrapper a:link,
.ecbn-user-post-content-wrapper a:hover,
.ecbn-user-post-content-wrapper a:visited {
  text-decoration: none;
}

.ecbn-user-post-content-wrapper a img {
  background: transparent;
  border-width: 0px;
  border-style: none;
  border-color: #fff;
}

.ecbn-user-post-content-wrapper ul {
  list-style: none;
}

.ecbn-user-post-content-wrapper *,
.ecbn-user-post-content-wrapper *:before,
.ecbn-user-post-content-wrapper *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/**************************************/
/** ローディングUI                    */
/**************************************/

.ecbn-widget-loading-container {
  height: 20px;
  margin: 10px;
  position: relative;
}

.ecbn-widget-loading {
  background-color: #FFF;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.ecbn-widget-loading .ball-pulse {
  text-align: center;
  margin-top: 0px;
  margin-left: -40px;
  position: absolute;
  width: 80px;
  left: 50%;
  top: 50%;
  z-index: 900;
}

.ecbn-widget-loading .ball-pulse > div:nth-child(1) {
  -webkit-animation-name: scaleAnimation;
  -webkit-animation-delay: -0.24s;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: scaleAnimation;
  -moz-animation-delay: -0.24s;
  -moz-animation-duration: 0.75s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: scaleAnimation;
  -ms-animation-delay: -0.24s;
  -ms-animation-duration: 0.75s;
  -ms-animation-iteration-count: infinite;
  animation-name: scaleAnimation;
  animation-delay: -0.24s;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
}

.ecbn-widget-loading .ball-pulse > div:nth-child(2) {
  -webkit-animation-name: scaleAnimation;
  -webkit-animation-delay: -0.12s;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: scaleAnimation;
  -moz-animation-delay: -0.12s;
  -moz-animation-duration: 0.75s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: scaleAnimation;
  -ms-animation-delay: -0.12s;
  -ms-animation-duration: 0.75s;
  -ms-animation-iteration-count: infinite;
  animation-name: scaleAnimation;
  animation-delay: -0.12s;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
}

.ecbn-widget-loading .ball-pulse > div:nth-child(3) {
  -webkit-animation-name: scaleAnimation;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: scaleAnimation;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.75s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: scaleAnimation;
  -ms-animation-delay: 0s;
  -ms-animation-duration: 0.75s;
  -ms-animation-iteration-count: infinite;
  animation-name: scaleAnimation;
  animation-delay: 0s;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
}

.ecbn-widget-loading .ball-pulse > div {
  background-color: #AAA;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(0.2);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

@-moz-keyframes scaleAnimation {
  0% {
    -moz-transform: scale(0.2);
  }

  100% {
    -moz-transform: scale(1.2);
  }
}

@-ms-keyframes scaleAnimation {
  0% {
    -ms-transform: scale(0.2);
  }

  100% {
    -ms-transform: scale(1.2);
  }
}

@keyframes scaleAnimation {
  0% {
    transform: scale(0.2);
  }

  100% {
    transform: scale(1.2);
  }
}


/**************************************/
/** アイコン表示                       */
/**************************************/

.ecbn-selection-widget .ecbn-video-icon, .ecbn-user-post-content-wrapper .ecbn-video-icon {
  background-image: url(../imgfr/icon_movie.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 32px;
}

.ecbn-user-post-content-wrapper .ecbn-carousel-icon {
  background-image: url(../imgfr/icon_multi.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 32px;
  right: 10px;
  top: 5px;
  position: absolute;
  width: 32px;
}

/**************************************/
/** コレクション                      */
/**************************************/

/* ↓ecbn-selection-widget.cssのスタイルが適用されたかどうかの判定に利用している。上書き禁止 */
.ecbn-selection-widget {
  display: none;
  max-width: 1200px;
  margin: auto;
  margin: 5px auto 5px;
  position: relative;
}

.ecbn-selection-wrapper .ecbn-selection-header {
  text-align: center;
}

.ecbn-selection-wrapper .ecbn-selection-header2 {
  text-align: center;
}

.ecbn-selection-wrapper li {
  cursor: pointer;
  float: left;
  margin-right: 10px;
}

.ecbn-selection-wrapper a.hover {
  border: solid 1px #000;
  margin: -1px;
}


/**************************************/
/** フッター (powered by visumo)       */
/**************************************/

.ecbn-selection-wrapper .ecbn-selection-footer2 {
  margin-top: 20px;
  margin-right: 4px;
  text-align: right;
}

.ecbn-selection-wrapper .ecbn-selection-footer2 .ecbn-selection-powered-pre {
  color: #302d2d;
  font-size: 0.7em;
  opacity: 0.3;
}

.ecbn-selection-wrapper .ecbn-selection-footer2 .ecbn-selection-powered-name {
  color: #302d2d;
  font-size: 0.9em;
  margin-left: 12px;
  opacity: 0.2;
}

.ecbn-selection-wrapper .ecbn-selection-footer2 .ecbn-selection-powered-name .ecbn-visumo-logo {
  display: inline;
  width: 55px;
}


/**************************************/
/** コレクション用スライダーの設定 */
/**************************************/

.ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
  margin-bottom: 14px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: calc(100% - 10px);
}

.ecbn-selection-wrapper .ecbn-selection-slide-wrapper a:hover img {
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  opacity: 0.8;
}

.ecbn-selection-wrapper .ecbn-selection-slide-wrapper img {
  display: block;
  max-width: 224px;
  max-height: 224px;
}

.ecbn-selection-wrapper ul.ecbn-selection-snap {
  list-style: none;
}

.ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-snap {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 720px) {
  .ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
    width: calc(100% - 5px);
  }

  .ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-snap {
    margin-left: -2px;
  }

  .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img {
    max-width: 150px;
    max-height: 150px;
  }
}

/* 前へ、次へナビ */
.ecbn-selection-wrapper .ecbn-selection-slider-prev {
  background: url('images/ecbn-selection-slider-prevarrow.png') no-repeat;
  left: 10px;
  opacity: 0.7;
}

.ecbn-selection-wrapper .ecbn-selection-slider-prev:hover {
  opacity: 0.5;
}

.ecbn-selection-wrapper .ecbn-selection-slider-next {
  background: url('images/ecbn-selection-slider-nextarrow.png') no-repeat;
  opacity: 0.7;
  right: 10px;
}

.ecbn-selection-wrapper .ecbn-selection-slider-next:hover {
  opacity: 0.5;
}

.ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
  background: white;
  height: 42px;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  top: 91px;
  width: 42px;
  z-index: 9999;
}

.ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.disabled {
  display: none;
}

.ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next:before,
.ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev:before {
  border: 0px;
  bottom: 0;
  content: '';
  height: 12px;
  margin: auto;
  position: absolute;
  top: 9px;
  transform: rotate(45deg) translate(-50%);
  width: 12px;
}

.ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next:before {
  border-top: solid 3px #333333;
  border-right: solid 3px #333333;
  left: 17px;
}

.ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev:before {
  border-bottom: solid 3px #333333;
  border-left: solid 3px #333333;
  left: 21px;
}

/* スマホ */
@media (max-width: 720px) {
  .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next:before {
    left: 17px;
  }

  .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev:before {
    left: 21px;
  }
}


/**************************************/
/** スライダー表示のタブ              */
/**************************************/
.ecbn-selection-wrapper .ecbn-selection-page-tabs {
  text-align: center;
}

.ecbn-selection-wrapper .ecbn-selection-tabs-box {
  border-top: 2px solid #e9a387;
  padding: 0;
}

.ecbn-selection-wrapper .ecbn-selection-page-tabs--item {
  float: none;
  margin-right: 0px;
}

.ecbn-selection-wrapper .ecbn-selection-page-tabs li {
  background: #eee;
  display: inline-block;
  padding: 5px 25px;
}

.ecbn-selection-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active {
  background: #e9a387;
}

.ecbn-selection-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--item a:link,
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--item a:visited {
  color: #000;
}

.ecbn-selection-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--item a:hover {
  color: #e9a387;
}

.ecbn-selection-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a:link,
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a:hover,
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a:visited {
  color: #fff;
}

.ecbn-selection-wrapper .ecbn-selection-page-tabs-box div.ecbn-selection-page-tab--show {
  display: block;
}

.ecbn-selection-wrapper .ecbn-selection-page-tabs-box div.ecbn-selection-page-tab--hide {
  display: none;
}

/**************************************/
/** セレクションアイテム                */
/**************************************/

.ecbn-selection-item .ecbn-selection-detail {
  height: 98px;
  width: 224px;
  padding: 5px 5px 0 5px;
}

.ecbn-selection-item .ecbn-selection-detail--user {
  height: 28px!important;
}

.ecbn-selection-item .ecbn-selection-detail--caption,
.ecbn-selection-item .ecbn-selection-detail--free-comment {
  height: auto;
  max-height: 74px;
  overflow: hidden;
  padding: 0px 5px 0 5px;
  width: 224px;
  word-break: break-all;
}

/* max 720 */
@media (max-width: 720px) {
  .ecbn-selection-item .ecbn-selection-detail {
    height: 88px;
    width: 100%;
  }

  .ecbn-selection-item .ecbn-selection-detail--caption,
  .ecbn-selection-item .ecbn-selection-detail--free-comment {
    width: 100%;
  }
}

.ecbn-selection-item .ecbn-selection-user {
  box-sizing: content-box;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 5px;
  max-height: 21px;
  overflow: hidden;
  padding-left: 20px;
  position:relative;
  text-overflow: ellipsis;
}

.ecbn-selection-item .ecbn-selection-user::before {
  background-image: url("../img/instagram_logo_90.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.ecbn-selection-item .ecbn-selection-user.ecbn-selection-user-twitter::before {
  background-image: url("../img/twitter_logo_blue.png");
  background-size: contain;
}

/**************************************/
/** キャプション                        */
/**************************************/
.ecbn-selection-item .ecbn-selection-caption {
  font-size:13px;
  height: 64px;
  line-height: 1.6;
  overflow: hidden;
  position: relative;
}

.ecbn-selection-item .ecbn-selection-caption:after {
  content: "";
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top,rgb(245,245,245,0),#ffffff);
}

.ecbn-selection-item .ecbn-selection-detail--free-comment .ecbn-selection-free-comment {
  white-space: pre-wrap;
}

.ecbn-selection-item .ecbn-selection-detail--caption .ecbn-selection-caption,
.ecbn-selection-item .ecbn-selection-detail--free-comment .ecbn-selection-free-comment {
  font-size: 13px;
  height: auto;
  max-height: 74px;
  line-height: 1.6;
  overflow: hidden;
  position: relative;
}

.ecbn-selection-item .ecbn-selection-detail--caption .ecbn-selection-caption:after,
.ecbn-selection-item .ecbn-selection-detail--free-comment .ecbn-selection-free-comment:after {
  content: "";
  height: 30px;
  width: 100%;
  position: absolute;
  top: 44px;
  left: 0;
  background: -webkit-linear-gradient(top,rgb(245,245,245,0),#ffffff);
}

/* SNS Button */
.ecbn-selection-preview .ecbn-share_button li {
  margin-right: 5px;
}

.ecbn-selection-preview .ecbn-share_button li.ecbn-share-pinterest a {
  position: relative;
  top: -6px;
}

@media (min-width: 721px) {
  .ecbn-selection-item .ecbn-selection-caption:after {
    background: -webkit-linear-gradient(top,rgb(245,245,245,0),#ffffff);
  }
}

@media (max-width: 720px) {
  .ecbn-selection-item .ecbn-selection-caption:after {
    background:none;
  }

  .ecbn-selection-item .ecbn-selection-caption {
    font-size:12px;
    height: 57px;
  }
}

/**************************************/
/** コレクションページ                  */
/**************************************/

.ecbn-selection-page-wrapper .ecbn-selection-header {
  text-align: center;
}

.ecbn-selection-page-wrapper .ecbn-selection-header2 {
  text-align: center;
}

.ecbn-selection-page-wrapper .ecbn-selection-snap {
  margin: 0 auto;
}

.ecbn-selection-page-wrapper .ecbn-selection-item {
  cursor: pointer;
  padding: 0 10px 10px 0;
  width: calc(100% / 5);
}

.ecbn-selection-page-wrapper .ecbn-selection-item img {
  display: block;
  width: 100%;
  margin: 0;
}

.ecbn-selection-page-wrapper .ecbn-selection-item a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -ms-filter: "alpha( opacity=80 )";
}

/*******************************************************/
/** コレクションページフッター (powered by visumo)       */
/*******************************************************/

.ecbn-selection-page-wrapper .ecbn-selection-footer2 {
  margin-top: 20px;
  margin-right: 4px;
  text-align: right;
}

.ecbn-selection-page-wrapper .ecbn-selection-footer2 .ecbn-selection-powered-pre {
  color: #302d2d;
  font-size: 0.7em;
  opacity: 0.3;
}

.ecbn-selection-page-wrapper .ecbn-selection-footer2 .ecbn-selection-powered-name {
  color: #302d2d;
  font-size: 0.9em;
  margin-left: 12px;
  opacity: 0.2;
}

.ecbn-selection-page-wrapper .ecbn-selection-footer2 .ecbn-selection-powered-name .ecbn-visumo-logo {
  display: inline;
  width: 55px;
}

.ecbn-selection-page-wrapper .ecbn-selection-image-loading-more {
  color: #000;
  height: auto;
  margin-top: 0;
  text-align: center;
}

.ecbn-selection-page-wrapper .ecbn-selection-more-btn {
  background: #FFFFFF;
  border: 1px solid #333333;
  border-radius: 4px;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: normal; /*初期値*/
  height: auto;
  line-height: 1.0;
  margin: 30px auto 20px;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  width: 225px;
}

.ecbn-selection-page-wrapper .ecbn-selection-more-btn:hover {
  opacity: 0.75;
}

@media (max-width: 720px) {
  .ecbn-selection-page-wrapper .ecbn-selection-more-btn {
    width: 90%;
  }
}


/* スマホ用コレクションページ */
@media screen and (max-device-width:720px) and (orientation: portrait) {
  .ecbn-selection-page-wrapper .ecbn-selection-item {
    width: 33.33%;
  }
}

@media screen and (max-device-width:400px) and (orientation: portrait) {
  .ecbn-selection-page-wrapper .ecbn-selection-item {
    width: 50%;
  }
}

/**************************************/
/** コレクションページのタブ          */
/**************************************/

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs {
  text-align: center;
}

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-box {
  border-top: 2px solid #e9a387;
  padding: 10px 0 0;
}


.ecbn-selection-page-wrapper .ecbn-selection-page-tabs li {
  background: #eee;
  display: inline-block;
  padding: 5px 25px;
}

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active {
  background: #e9a387;
}

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--item a:link,
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--item a:visited {
  color: #000;
}

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--item a:hover {
  color: #e9a387;
}

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a:link,
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a:hover,
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a:visited {
  color: #fff;
}

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-box div.ecbn-selection-page-tab--show {
  display: block;
}

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-box div.ecbn-selection-page-tab--hide {
  display: none;
}

/**************************************/
/** ユーザ投稿                         */
/**************************************/

/* 写真を投稿するボタン */
.ecbn-selection-widget .ecbn-selection-user-post {
  text-align: center;
}

.ecbn-selection-widget .ecbn-user-post-btn {
  background: #e9a387;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  padding: 5px 10px;
  position: relative;
}

.ecbn-user-post {
  height: 100%;
  display: block;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483647;
}

.ecbn-user-post div.ecbn-user-post-overlay {
  background: #000;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 100%;
}

.ecbn-user-post .ecbn-user-post-wrapper {
  background: #fff;
  border: 1px solid #aaa;
  display: block;
  height: auto;
  left: 0px;
  min-height: 400px;
  position: absolute;
  top: 5px;
  width: 100%;
  z-index: 109999;
}

.ecbn-user-post .ecbn-user-post-header {
  display: block;
  height: 34px;
  margin: 0 10px 0 0;
  text-align: right;
  z-index: 1000001;
}

.ecbn-user-post .ecbn-user-post-close {
  color: #000;
  cursor: pointer;
  font-size: 32px;
  text-align: right;
}


.ecbn-user-post .ecbn-user-post-content {
  background: #fff;
  border: 0;
  height: auto;
  margin: 5px 0 0 0;
  min-height: 400px;
  overflow: auto;
  padding: 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.ecbn-user-post-content-wrapper .ecbn-user-post-footer {
  margin: 20px 0 0 0;
}

.ecbn-user-post-content-wrapper .ecbn-user-post-footer--powered {
  text-align: right;
}

.ecbn-user-post-content-wrapper .ecbn-user-post-footer--powered-pre {
  color: #302d2d;
  font-size: 0.7em;
  opacity: 0.3;
}

.ecbn-user-post-content-wrapper .ecbn-user-post-footer--powered-name {
  color: #302d2d;
  font-size: 0.9em;
  margin-left: 12px;
  opacity: 0.2;
}

.ecbn-user-post-content-wrapper .ecbn-user-post-footer--powered-name .ecbn-visumo-logo {
  display: inline;
  width: 55px;
}

/* ユーザ投稿のスタート画面 */
.ecbn-user-post-content-wrapper .ecbn-user-post-start--header1 {
  font-size: 30px;
  text-align: center;
}

.ecbn-user-post-content-wrapper .ecbn-user-post-start--header2 {
  font-size: 24px;
  margin: 10px 0 0 0;
  text-align: center;
}

.ecbn-user-post-content-wrapper .ecbn-user-post-start--icon-instagram {
  margin: 50px 0 0 0;
  text-align: center;
}

.ecbn-user-post-content-wrapper .ecbn-user-post-start--icon-instagram a:before {
  background: url(../imgfr/glyph-logo_instagram.png) no-repeat;
  background-size: contain;
  content: " ";
  display: inline-block;
  height: 90px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 80px;
}

/* ユーザ投稿のアイテム選択 */
.ecbn-user-post-content-wrapper .ecbn-user-post-select--items {
  height: 300px;
  margin: 5px 0;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.ecbn-user-post-content-wrapper .ecbn-user-post-select--item {
  display: inline-block;
  margin: 5px 2px;
  vertical-align: top;
}

.ecbn-user-post-content-wrapper .ecbn-user-post-select--img {
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 150px;
}

.ecbn-user-post-content-wrapper .ecbn-user-post-select--img img {
  height: 150px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.ecbn-user-post-content-wrapper .ecbn-user-post-select--img a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -ms-filter: "alpha( opacity=80 )";
}

.ecbn-user-post-content-wrapper .ecbn-user-post-select--registered-img {
  filter: brightness(0.8);
  -webkit-filter: brightness(0.8);
  -moz-filter: brightness(0.8);
  -o-filter: brightness(0.8);
  -ms-filter: brightness(0.8);
}

.ecbn-user-post-content-wrapper .ecbn-user-post-select--status {
  background-color: rgba(0,0,0,0.6);
  bottom: 0px;
  height: 30px;
  left: 0px;
  position: absolute;
  width: 100%;
}

.ecbn-user-post-content-wrapper .ecbn-user-post-select--status p {
  color: #fff;
  font-size: 0.7em;
  line-height: 30px;
  text-align: center;
}

.ecbn-user-post-content-wrapper .ecbn-user-post-select--button {
  bottom: 5px;
  left: 0px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.ecbn-user-post-content-wrapper .ecbn-user-post-select--pagenavi {
  margin: 10px 0 0 0;
  text-align: right;
}

/* ユーザ投稿の完了 */
.ecbn-user-post-content-wrapper .ecbn-user-post-complete--thanks {
  font-size: 24px;
  text-align: center;
}

.ecbn-user-post-content-wrapper .ecbn-user-post-start--thanks-detail {
  font-size: 20px;
  text-align: center;
}

/* スマホ用ユーザ投稿画面 */
@media (max-width: 720px) {
  /* 掲載したい写真 */
  .ecbn-user-post .ecbn-user-post-wrapper {
    height: auto;
    min-height: 100%;
    padding: 0 0 10px 0;
  }

  .ecbn-user-post .ecbn-user-post-content {
    height: calc(100vh - 80px);
  }

  .ecbn-user-post-content-wrapper .ecbn-user-post-footer {
    margin: 20px 0 0 0;
  }

  .ecbn-user-post-select .ecbn-user-post-select--items {
    height: auto;
    text-align: center;
  }

  .ecbn-user-post-select .ecbn-user-post-select--item {
    margin: 3px 0;
  }

  .ecbn-user-post-content-wrapper .ecbn-user-post-select--img {
    height: 29vw;
    overflow: hidden;
    position: relative;
    width: 29vw;
  }

  .ecbn-user-post-content-wrapper .ecbn-user-post-select--img img {
    height: 29vw;
    width: 29vw;
  }

  .ecbn-user-post-content-wrapper .ecbn-user-post-select--status p {
    font-size: 0.6em;
  }
}

.ecbn-selection-wrapper .ecbn-selection-slide-wrapper img {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -ms-user-drag: none;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ecbn-selection-preview-overflow-hidden {
  position: fixed;
  width: 100%;
}


/**************************************/
/** タイトル                           */
/**************************************/

.ecbn-selection-wrapper .ecbn-selection-title,
.ecbn-selection-page-wrapper .ecbn-selection-title {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 70px 0 30px;
  padding-left: 0;
  text-align: center;
}

/* instagram image */
.ecbn-selection-wrapper .ecbn-selection-title img,
.ecbn-selection-page-wrapper .ecbn-selection-title img {
  height: 34px;
  margin-top: -4px;
  margin-right: 5px;
  width: 34px;
  vertical-align: middle;
} 

.vsm-slider .ecbn-selection-wrapper .ecbn-selection-title, 
.vsm-slider .ecbn-selection-wrapper .ecbn-selection-description,
.vsm-slider .ecbn-selection-widget-new div.ecbn-selection-to-nextpage {
  width: 100%;
}

.ecbn-selection-wrapper .ecbn-selection-title > span,
.ecbn-selection-page-wrapper .ecbn-selection-title > span {
  position: relative;
}

/**************************************/
/** 説明文                             */
/**************************************/
.ecbn-selection-wrapper .ecbn-selection-description,
.ecbn-selection-page-wrapper .ecbn-selection-description {
  margin-top: 18px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}


/**************************************/
/** タグ絞り込み                        */
/**************************************/
/* タグ全体wrap */
.ecbn-selection-wrapper .ecbn-selection-page-tabs-area,
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area {
  margin: 0 0 10px 0;
}

/* タグの配置 */
.ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs, 
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs {
  font-size: 0; /* inline-block用 */
  margin: 0 auto; /* 中央配置 */
  padding: 0 2.5px;
  text-align: left; /* タグの配置方法 */
  width: 100%; /* タグの表示領域(親要素に対して%) */
}

/* 実際のタグ(余白こみ) */
.ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li, 
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li {
  background: transparent; /* 既存打ち消し */
  font-size: 14px;  /* タグ内文字サイズ */
  padding: 2.5px; /* 既存打ち消し */
  width: calc(100% / 6); /* 各タグの横幅(タグ周り余白 + タグ幅) */
}

/* IE用タグ位置 */
_:-ms-lang(x)::-ms-backdrop, 
.ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li, 
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li {
  width: calc(99.9% / 6); /* 各タグの横幅(タグ周り余白 + タグ幅) */
}

/* 実際のタグ */
.ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a, 
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a {
  background-color: #ffffff; /* 各タグ背景色 */
  border: 1px solid #333333; /* ボーダー設定 */
  border-radius: 0; /*タグの丸み(基本px指定。50% > 楕円,高さの半分の値 > 左右丸)*/
  color: #333333 !important; /*文字色強制*/
  display: block; /* 初期設定 */
  font-size: 12px;
  padding: 10px 0; /* 高さXpx 横(固定)0 */
  position: relative; /* 初期設定 */
  text-align: center; /* テキストの配置方法 */
  width: 100%;
}

/* 実際のタグ(選択中) */
.ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a, 
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a {
  background-color: #333333; /* 各タグ背景色 */
  color: white !important;
}

/* オンマウス時対応 */
.ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a:hover, 
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a:hover {
  background-color: #333333; /*背景色*/
  color: white !important; /*文字色*/
}

/*デフォルトのborderトップを初期設定に変更*/
.ecbn-selection-wrapper .ecbn-selection-tabs-box, 
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-box {
  /* overflow-x: hidden; */
  border-top: none;
}

.vsm_list_show{
  display: block !important;
}

/* スマホ */
@media (max-width: 720px) {
  .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li, 
  .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li {
    width: calc(100% / 3);
  }

  _:-ms-lang(x)::-ms-backdrop, 
  .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li, 
  .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li {
    width: calc(99.9% / 3);
  }

  /* タグの配置 */
  .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs, 
  .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs {
    padding: 0;
  }
}


/**************************************/
/** 一覧をみるボタン                     */
/**************************************/
.ecbn-selection-wrapper .ecbn-selection-to-nextpage > a.ecbn-selection-to-nextpage-btn, 
.ecbn-selection-page-wrapper .ecbn-selection-to-nextpage > a.ecbn-selection-to-nextpage-btn {
  color: #333333;
  display: block;
  width: 225px;
  padding: 12px 0;
  margin: 30px auto 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.0;
  border: 1px solid #333333;
  border-radius: 4px;
  background: #FFF;
  text-decoration: none;
}

.ecbn-selection-wrapper .ecbn-selection-to-nextpage > a.ecbn-selection-to-nextpage-btn:hover, 
.ecbn-selection-page-wrapper .ecbn-selection-to-nextpage > a.ecbn-selection-to-nextpage-btn:hover {
  opacity: 0.75;
}

/* スマホ */
@media (max-width: 720px) {
  .ecbn-selection-wrapper .ecbn-selection-to-nextpage > a.ecbn-selection-to-nextpage-btn, 
  .ecbn-selection-page-wrapper .ecbn-selection-to-nextpage > a.ecbn-selection-to-nextpage-btn {
    width: 90%;
  }
}


/* =========================================================
  個別テンプレート
========================================================= */

/* スライダー、逆引き
--------------------------------------------------------- */
/* 共通 */
/* ----- スライダーセレクションwrap ----- */
.vsm-slider .ecbn-selection-widget-new div.ecbn-selection-wrapper, 
.vsm-goods .ecbn-selection-widget-new div.ecbn-selection-wrapper {
  margin-left: 5px;
  margin-right: 5px;
  min-width: 90% !important;
  overflow: hidden;
}

.vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item > div > a,
.vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item > div > a {
  background:transparent;  /* 画像裏背景色 */
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
}

/* スライダー投稿画像調整 */
.vsm-slider .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img.ecbn-selection-image,
.vsm-goods .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img.ecbn-selection-image {
  height: 100%;
  left: 50%;
  max-height: initial;
  max-width: initial;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

/* IE用スライダー投稿画像調整, IE用商品詳細スライダー投稿画像調整 */
_:-ms-lang(x)::-ms-backdrop,
.vsm-slider .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img.ecbn-selection-image,
.vsm-goods .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img.ecbn-selection-image {
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 100%;
}

/* ----- キャプション > ユーザー名 ----- */
.vsm-slider .ecbn-selection-item .ecbn-selection-user,
.vsm-goods .ecbn-selection-item .ecbn-selection-user {
  padding-left: 25px;
}

/*iPad対策*/
/* 2020/5/22 MEMO:用途不明なため一旦コメントアウト（営業確認済） */
/* @media (min-width: 1024px) {
  ----- スライダーセレクションwrap -----
  .vsm-slider .ecbn-selection-widget-new div.ecbn-selection-wrapper,
  .vsm-goods .ecbn-selection-widget-new div.ecbn-selection-wrapper {
    min-width: 980px !important;
  }
} */

/* スライダー&商品詳細リサイズ正方形リサイズPC
--------------------------------------------------------- */
@media (min-width: 721px) {

  /* ----- ▼投稿画像▼ ----- */
  .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item,
  .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item {
    margin-right: 10px; /* 画像間余白 */
  }

  .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item:last-child,
  .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item:last-child {
    margin-right: 0; /* 画像間余白 */
  }

  .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item > div > a,
  .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item > div > a {
    width: 224px;  /* 画像横幅 */
    height: 224px;  /* 画像高さ */
  }
  /* ----- ▲投稿画像▲ ----- */

  .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a:horver {
    opacity:0.7;
  }

  .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev {
    left: 0px;
    border-left: 0px;
  }

  .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
    right: 0px;
    border-right: 0px;
  }
}

/* スライダー&商品詳細リサイズ正方形リサイズSP
--------------------------------------------------------- */
@media (max-width: 720px) {
  /* ----- スライダーwrap ----- */
  .vsm-slider .ecbn-selection-wrapper .ecbn-selection-slide-wrapper,
  .vsm-goods .ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
    margin-bottom: 14px;
  }

  /* ----- ▼投稿画像▼ ----- */
  .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item,
  .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item {
    margin-right: 0;
    padding: 2.5px;
    width: calc((100vw / 3) - 4px); /* 計算式:表示領域 / 表示アイテム数 */
  }

  .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item > div > a,
  .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item > div > a {
    height: auto;
    padding-top: 100%; /* 画像高さ */
    width: 100%;  /* 画像横幅 */
  }
  /* ----- ▲投稿画像▲ ----- */

  /* ----- ▼矢印▼ ----- */
  .vsm-slider .ecbn-selection-wrapper .ecbn-selection-slider-prev,
  .vsm-goods .ecbn-selection-wrapper .ecbn-selection-slider-prev{
    left: 10px;
  }

  .vsm-slider .ecbn-selection-item .ecbn-selection-detail:after,
  .vsm-goods .ecbn-selection-item .ecbn-selection-detail:after {
    background: -webkit-linear-gradient(top, rgb(255, 255, 255, 0), rgb(255, 255, 255));
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
  }

  /* ----- キャプション > ユーザー名 ----- */
  .vsm-slider .ecbn-selection-item .ecbn-selection-user,
  .vsm-goods .ecbn-selection-item .ecbn-selection-user{
    font-size: 13px;
    padding: 5px 6px 1px 24px;
  }

  /* ----- スライダー矢印レイアウト ----- */
  .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a:horver {
    opacity: 1;
  }

  .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev {
    left: 0;
    top: calc(((100vw / 3) - 2px) / 2);
    transform: translateY(-50%);
  }

  .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
    top: calc(((100vw / 3) - 2px) / 2);
    transform: translateY(-50%);
    right: 0;
  }
}


/* =========================================================
  個別テンプレート
========================================================= */

/* 一覧, タイル
--------------------------------------------------------- */
/* 共通 */
.vsm-gallery,
.vsm-tile,
.vsm-tile-goods {
  width: 100%;
  margin: auto;
}

.vsm-gallery .ecbn-selection-item .ecbn-selection-detail,
.vsm-tile .ecbn-selection-item .ecbn-selection-detail,
.vsm-tile-goods .ecbn-selection-item .ecbn-selection-detail {
    width: 100%;
}

.vsm-gallery .ecbn-selection-item .ecbn-selection-detail--user,
.vsm-tile .ecbn-selection-item .ecbn-selection-detail--user,
.vsm-tile-goods .ecbn-selection-item .ecbn-selection-detail--user {
    height: 28px!important;
}

.vsm-gallery .ecbn-selection-item .ecbn-selection-detail--caption,
.vsm-tile .ecbn-selection-item .ecbn-selection-detail--caption,
.vsm-tile-goods .ecbn-selection-item .ecbn-selection-detail--caption,
.vsm-gallery .ecbn-selection-item .ecbn-selection-detail--free-comment,
.vsm-tile .ecbn-selection-item .ecbn-selection-detail--free-comment,
.vsm-tile-goods .ecbn-selection-item .ecbn-selection-detail--free-comment {
    height: auto;
  max-height: 74px;
  overflow: hidden;
  padding: 0px 5px 0 5px;
  width: 100%;
}

/* ----- コンテンツの余白リセット ----- */
.vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-content,
.vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-content,
.vsm-tile-goods .ecbn-selection-page-wrapper .ecbn-selection-content {
    padding: 0;
  margin: 0;
  width: 100%;
}

@media (min-width: 1201px) {
  .vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-content,
  .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-content,
  .vsm-tile-goods .ecbn-selection-page-wrapper .ecbn-selection-content {
      padding: 0;
    margin: 0;
    max-width: 1200px;
  }
}

@media (max-width: 720px) {
  .vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-content,
  .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-content,
  .vsm-tile-goods .ecbn-selection-page-wrapper .ecbn-selection-content {
      margin: 5px 0;
    width: 100%;
  }
}

/* ----- コンテンツの余白リセット ----- */
.vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a,
.vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a,
.vsm-tile-goods .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a {
    background: transparent;  /* 画像裏背景色 */
  display: inline-block;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  vertical-align: bottom;
  width: 100%;  /* 画像横幅 */
}

/* ----- ▼投稿画像▼ ----- */
/*一覧投稿画像調整*/
.vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-item img,
.vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-item img,
.vsm-tile-goods .ecbn-selection-page-wrapper .ecbn-selection-item img {
    height: 100%;
  left: 50%;
  max-width: initial;
  max-height: initial;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

/*IE用一覧投稿画像調整*/
_:-ms-lang(x)::-ms-backdrop,
.vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-item img,
.vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-item img,
.vsm-tile-goods .ecbn-selection-page-wrapper .ecbn-selection-item img {
    height: auto;
  left: 50%;
  max-height: initial;
  max-width: 100%;
  min-height: 0;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

/* ----- ▲投稿画像▲ ----- */

/* PC */
@media (min-width: 721px) {
  /* ----- ▼投稿画像▼ ----- */
  .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item {
    height: auto;
    padding: 5px; /* 画像間余白 */
    width: calc(100% / 5);
  }

  .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item,
  .vsm-tile-goods .ecbn-selection-page-wrapper li.ecbn-selection-item {
      padding: 5px; /* 画像間余白 */
  }

  /* IE用一覧投稿画像調整 */
  _:-ms-lang(x)::-ms-backdrop,
  .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item {
    width:calc((100vw - 30px) / 5);
  }
}

/* PC1200px以上 */
@media (min-width: 1201px) {
  /* ----- ▼投稿画像▼ ----- */
  .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item {
    height: auto;
    width: calc(100% / 5);
  }
}

/* SP */
@media (max-width: 720px) {
  /* ----- ▼投稿画像▼ ----- */
  .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item {
    height: auto;
    padding: 2.5px; /* 画像間余白 */
    width: 33.3%;  /* 画像列数 > calc(100% / N(列数)) */
  }

  .vsm-gallery .ecbn-selection-item .ecbn-selection-user {
    font-size: 13px;
    padding-bottom: 1px;
  }

  .vsm-gallery .ecbn-selection-item .ecbn-selection-detail:after {
    background: -webkit-linear-gradient(top,rgb(245,245,245,0),#ffffff);
    bottom: 0px;
    content: " ";
    left: 0;
    position: absolute;
    width: 100%;
  }

  .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item,
  .vsm-tile-goods .ecbn-selection-page-wrapper li.ecbn-selection-item {
      padding: 2.5px; /* 画像間余白 */
  }

  /* ----- キャプション > ユーザー名 ----- */
  .vsm-tile .ecbn-selection-item .ecbn-selection-user,
  .vsm-tile-goods .ecbn-selection-item .ecbn-selection-user {
      font-size: 13px;
    padding-bottom: 1px;
  }

  /* ----- キャプションwrap ----- */
  .vsm-tile .ecbn-selection-item .ecbn-selection-detail:after,
  .vsm-tile-goods .ecbn-selection-item .ecbn-selection-detail:after {
      background: -webkit-linear-gradient(top,rgb(245,245,245,0),#ffffff);
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 100%;
  }
}


/* =========================================================
  モーダル
========================================================= */

/* 共通 */
.ecbn-selection-preview {
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483647;
}

.ecbn-selection-preview-new div,
.ecbn-selection-preview-new span,
.ecbn-selection-preview-new h1,
.ecbn-selection-preview-new h2,
.ecbn-selection-preview-new h3,
.ecbn-selection-preview-new h4,
.ecbn-selection-preview-new h5,
.ecbn-selection-preview-new h6,
.ecbn-selection-preview-new p,
.ecbn-selection-preview-new ul,
.ecbn-selection-preview-new li,
.ecbn-selection-preview-new pre {
  background: transparent;
  border: 0;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  max-height: none;
  max-width: none;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}


.ecbn-selection-preview .ecbn-selection-preview-media--icon a:before {
  background: url(../imgfr/glyph-logo_instagram.png) no-repeat;
  background-size: contain;
  content: " ";
  display: inline-block;
  height: 20px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 20px;
}

.ecbn-selection-preview .ecbn-selection-preview-media--icon.ecbn-selection-preview-media--icon-twitter a:before {
  background: url("../img/twitter_logo_blue.png") no-repeat;
  background-size: contain;
}

.ecbn-selection-preview .ecbn-selection-preview-personal {
  color: #000;
  font-size: 12px;
  margin: 10px 0px;
  text-decoration: none;
  text-align: center;
}

.ecbn-selection-preview .ecbn-selection-preview-personal a {
  text-decoration: underline;
}

.ecbn-selection-preview .ecbn-selection-preview-caption {
  margin: 2% 8% 2% 8%;
  color: #000;
  overflow-y: auto !important;
}

/* 詳細のキャプションの下にヘッダーがある場合に隙間をつくるように指定 */
.ecbn-selection-preview .ecbn-selection-preview-caption + div.ecbn-selection-right-header {
  padding-top: 15px!important;
}

.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image {
  float: left;
  margin-top: 150px;
  position: relative;
  top: 50%;
  width: 5%;
}

.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
  float: left;
  margin-top: 150px;
  position: relative;
  top: 50%;
  width: 5%;
}


.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-nextarrow {
  background-image: url("../img/selection-lightbox-nextarrow.png");
  background-repeat: no-repeat;
  display: block;
  height: 36px;
  text-indent: -9999px;
}

.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list {
  display: block;
  /* margin-top: 3px; */
  position: relative;
  text-align: center;
  width: 97%;
}

.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: top;
}

.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-img {
  align-items: center;
  background-color: #EEE;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 300px;
  position: relative;
  width: 250px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}

/* 新デザイン対応 */
.ecbn-selection-preview-new .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-img {
  background-color: rgba(255,255,255, 0); /* 透過 */
}

.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-img img {
  max-width: 250px;
  max-height: 300px;
}

/* 商品価格(通常価格／セール価格) */

.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-productprice {
  display: flex;
  font-size: 12px;
  justify-content: center;
  margin-top: 5px;
  text-align: center;
}

.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-normalprice {
  color: #000;
}

.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-normalprice-line {
  color: #000;
  text-decoration: line-through;
}

.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-pricearrow {
  color: #000;
}

.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-pricearrow::before {
  content: "\2192";
}

.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-saleprice {
    color: #F00;
}

/* 商品コメント、商品コメント2、商品コメント3 */

.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment,
.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment2,
.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment3 {
  color: #000;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
  white-space: pre-wrap;
}

/** lightbox用スライダーの設定 */

.ecbn-selection-preview-slide-wrapper {
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}

.ecbn-selection-preview-slide-wrapper img {
  display: block;
}

.ecbn-selection-preview-slide-wrapper .ecbn-selection-slider {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

/* 前へ、次へナビ */
.ecbn-selection-preview-slide-wrapper {
  background: #fff;
}

.ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-prev {
  left: 10px;
  background: url('images/ecbn-selection-slider-prevarrow.png') no-repeat;
  opacity: 0.7;
}

.ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-next {
  right: 10px;
  background: url('images/ecbn-selection-slider-nextarrow.png') no-repeat;
  opacity: 0.7;
}
.ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-prev:hover,
.ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-next:hover {
  opacity: 0.5;
}

.ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-controls-direction a {
  height: 32px;
  margin-top: -16px;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 32px;
  z-index: 9999;
}

.ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-controls-direction a.disabled {
  display: none;
}


.ecbn-selection-preview-new a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.ecbn-selection-preview-new a:link, 
.ecbn-selection-preview-new a:hover,
.ecbn-selection-preview-new a:visited {
  text-decoration: none;
}

.ecbn-selection-preview-new ul {
  list-style: none;
}

.ecbn-selection-preview-new *,
.ecbn-selection-preview-new *:before,
.ecbn-selection-preview-new *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.ecbn-selection-preview .ecbn-selection-preview-header {
  background: #cccccc;
  border: 1px solid #aaa;
  color: #222222;
  font-weight: bold;
  overflow: hidden;
  padding: 5px;
}

.ecbn-selection-preview .ecbn-selection-preview-title {
  float: left;
}

/* モーダル背景 */
.ecbn-selection-preview div.ecbn-selection-preview-overlay {
  background: #000;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  text-indent: -9999px;
  top: 0;
  width: 100%;
}

.ecbn-selection-preview div.ecbn-selection-preview-wrapper {
  border: none;
  font-size: 0;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50% !important;
  width: 1100px;
  z-index: 109999;
}

/* 閉じるボタン */
.ecbn-selection-preview .ecbn-selection-preview-close{
  background-color: transparent;
  border-radius: 0;
  border: none;
  cursor: pointer;
  color: #000;
  display: block;
  font-size: 0;
  height: 36px;
  line-height: 0.75em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 36px;
  z-index: 1000001;
}

@media screen and (max-width:1080px) {
  .ecbn-selection-preview .ecbn-selection-preview-close {
    right: calc(1080px - 100vw);
    top: -36px;
  }
}

.ecbn-selection-preview .ecbn-selection-preview-close:before {
  background: #aeaeae;
  content: " ";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 100%;
}

.ecbn-selection-preview .ecbn-selection-preview-close:after {
  background: #aeaeae;
  content: " ";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: 100%;
}

.ecbn-selection-preview .ecbn-selection-preview-content {
  background: #fff;
  border: 0;
  height: auto;
  overflow: auto;
  padding: .5em 1em 2em;
  position: relative;
  width: auto;
}

/* モーダル左側全体 */
.ecbn-selection-preview .ecbn-selection-left {
  float: left;
  position: relative;
  text-align: center;
  width: 50%;
}

/* 左側スナップ写真・動画 */
.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
  background: #e8e8e8;
  display: inline-block;
  float: none;
  vertical-align: middle;
}

/* 動画対応(横にあわせる) */
.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image video {
  height: 100%;
  object-fit: scale-down;
  width: 100%;
  background: #fff;
}

/* 正方形リサイズ (その他ブラウザ) */
.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image img {
  height: 100%;
  left: 50%;
  max-width: initial;
  max-height: initial;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

/*正方形リサイズ (IE:縦)*/
_:-ms-lang(x)::-ms-backdrop,
.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image img {
  left: 50%;
  max-height: 100%;
  max-width: initial;
  min-height: 100%;
  min-width: initial;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: auto;
}

/* モーダル　左側写真　矢印 */
.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-prevarrow,
.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-nextarrow {
  background-repeat: no-repeat;
  display: block;
  height: 36px;
  text-indent: -9999px;
}

.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-prevarrow {
  background-position: left;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/visumojp-www/img/arrow_slider_left.png);
}

.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-nextarrow {
  background-position: right;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/visumojp-www/img/arrow_slider_right.png);
}

/* モーダル右側全体 */
.ecbn-selection-preview .ecbn-selection-right {
  float: left;
  min-height: 469px;
  overflow-y: hidden;
  padding: 0px 10px;
  position: relative;
  text-align: center;
  width: 520px;
}

/* 右側タイトル */
.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-header {
  color: #000;
  display: block;
  font-size: 18px;
  margin: 0;
  padding: 3px 0px 12px 0px;
  text-align: center;
}

/* 共通商品名 */
.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-name {
  line-height: 1.5 !important;
  margin-top: 5px;
  max-height: 36px;
  overflow: hidden;
  text-overflow: initial;
  white-space: pre-wrap;
}

/* -- ユーザーネーム前 インスタアイコン -- */
.ecbn-selection-preview .ecbn-selection-preview-personal .ecbn-selection-preview-media--icon a:before {
  background: url('https://www.visumo.jp/Content/imgfr/instagram.png');
  background-size: cover;
  height: 24px;
  width: 24px;
}

/* -- ユーザーネーム前 twitterアイコン -- */
.ecbn-selection-preview .ecbn-selection-preview-personal .ecbn-selection-preview-media--icon.ecbn-selection-preview-media--icon-twitter a:before {
  background: url("../img/twitter_logo_blue.png") no-repeat;
  background-size: contain;
}

/* -- 事業者コメント フリーコメント -- */
.ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-business-operator-comment-box, 
.ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-free-comment2-box,
.ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-free-comment3-box	{
  font-size: 12px;
  margin-bottom: 4px;
  text-align: left;
}

  /* 投稿クリック数 */
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-view-click-num-box	{
    font-size: 12px;
    margin-bottom: 4px;
    text-align: left;
    font-weight: bold;
  }

/* -- 事業者コメントタイトルwrap -- */
.ecbn-selection-preview-new div.ecbn-selection-business-operator-comment-header,
.ecbn-selection-preview-new div.ecbn-selection-free-comment2-header,
.ecbn-selection-preview-new div.ecbn-selection-free-comment3-header {
  margin: 3px auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  text-align: left;
  width: 476px;
}

/* -- 事業者コメントタイトル -- */
.ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-business-operator-comment-title,
.ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-free-comment2-title,
.ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-free-comment3-title {
  color: #000;
  font-size: 12px;
  margin: 0;
  width: 100%;
}

/*事業者コメント左*/
.ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-left .ecbn-selection-business-operator-comment,
.ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-left .ecbn-selection-free-comment2,
.ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-left .ecbn-selection-free-comment3 {
  border: none;
  line-height: 1.6;
  margin: auto;
  max-height: 60px;
  min-height: 40px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 10px;
  text-align: left;
  white-space: pre-wrap;
  width: 476px;
}

/*事業者コメント右*/
.ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-business-operator-comment,
.ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-free-comment2,
.ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-free-comment3 {
  background: white;
  border: none;
  color: #000;
  line-height: 1.6;
  margin: 4px auto;
  max-height: 60px;
  min-height: 40px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 20px;
  text-align: left;
  white-space: pre-wrap;
  width: 100%;
}

/* 投稿クリック数 */
.ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-view-click-num {
  background: white;
  border: none;
  color: gray;
  line-height: 1.6;
  margin: 4px auto;
  max-height: 20px;
  min-height: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 20px;
  text-align: left;
  white-space: pre-wrap;
  width: 100%;
}

.ecbn-selection-preview .ecbn-selection-preview-caption {
  height: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* キャプション */
.ecbn-selection-preview .ecbn-selection-preview-caption p {
  height: 174px;
  line-height: 1.6;
  overflow:visible !important;
 /* -webkit-overflow-scrolling: auto;*/
  padding: 0 20px;
  text-align: left;
}

.ecbn-selection-preview .ecbn-selection-preview-caption p:before,
.ecbn-selection-preview .ecbn-selection-preview-caption p:after {
  background: #fff;
  position: absolute;
}

.ecbn-selection-preview .ecbn-selection-preview-caption p:before {
  bottom: 0;
  content: "\FF65\FF65\FF65";
  right: 0;
}

.ecbn-selection-preview .ecbn-selection-preview-caption p:after {
  content: "";
  height: 100%;
  width: 100%;
}

.ecbn-selection-preview .ecbn-selection-preview-caption p:before,
.ecbn-selection-preview .ecbn-selection-preview-caption p:after {
  content:none;
}

/** powered by */

.ecbn-selection-preview .ecbn-selection-right-footer2 {
  margin-top: 20px;
  text-align: right;
}

.ecbn-selection-preview .ecbn-selection-right-footer2 .ecbn-selection-right-powered-pre {
  color: #302d2d;
  font-size: 0.7em;
  opacity: 0.3;
}

.ecbn-selection-preview .ecbn-selection-right-footer2 .ecbn-selection-right-powered-name {
  color: #302d2d;
  font-size: 0.9em;
  margin-left: 12px;
  opacity: 0.2;
}

.ecbn-selection-preview .ecbn-selection-right-footer2 .ecbn-selection-right-powered-name .ecbn-visumo-logo {
  display: inline;
  width: 55px;
}

/* プレビュー通信タイムアウト時のお詫び画面 */
.ecbn-selection-preview .ecbn-preview-error-body {
  text-align: center;
}

.ecbn-selection-preview .ecbn-preview-error-body p,
.ecbn-selection-preview .ecbn-preview-error-body .ecbn-preview-error-footer {
  margin-top: 20pt;
}

/** powered by */
.ecbn-selection-preview .ecbn-preview-error-body .ecbn-preview-error-footer .ecbn-preview-error-powered-pre {
  color: #302d2d;
  font-size: 0.7em;
  opacity: 0.3;
}

.ecbn-selection-preview .ecbn-preview-error-body .ecbn-preview-error-footer .ecbn-preview-error-powered-name {
  color: #302d2d;
  font-size: 0.9em;
  margin-left: 12px;
  opacity: 0.2;
}

.ecbn-selection-preview .ecbn-preview-error-body .ecbn-preview-error-footer .ecbn-preview-error-powered-name .ecbn-visumo-logo {
  display: inline;
  width: 55px;
}

/* PC
--------------------------------------------------------- */
@media (min-width: 721px) {
  /*モーダル左側全体 */
  .ecbn-selection-preview .ecbn-selection-left {
    width: 560px;
  }

  /*モーダルコンテンツ*/
  .ecbn-selection-preview .ecbn-selection-preview-content {
    padding-bottom: 34px;
    padding-top: 34px;
  }

  /*モーダル矢印*/
  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image,
  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
    display: inline-block;
    float: none;
    font-size: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
  }

  /*モーダル矢印*/
  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image {
    left: -2px;
  }

  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
    right: -2px;
  }

  /*モーダル内投稿写真 */
  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
    height: 496px;
    /* margin-top: 8px; */
    position: relative;
    width: 496px;
  }

  /*関連アイテム個別設定*/
  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item {
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 2px;
    width: 200px;
  }

  /*関連アイテム*/
  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-img{
    height: auto;
    margin: 0 auto;
    width: 100%;
  }

  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-img img{
    margin: 0px auto 3px;
    width: 150px;
  }

  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-name,
  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-productprice {
    font-weight: bold;
  }

  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment,
  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment2,
  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment3,
  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-name,
  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-productprice {
    font-size: 12px;
    color:  #000;
    line-height: 1.3;
    margin: auto;
    margin-bottom: 5px;
    text-align: left;
    width: 90%;
  }

  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-name {
    margin-top: 5px;
  }

  .ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-controls-direction a {
    top: 24px;
    bottom: 57px;
    transform: translateY(-50%);
    margin: auto;
  }

  .ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev {
    left: 0;
  }

  .ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
    right: 0;
  }

  .ecbn-selection-preview-new div.noProductsMsg {
    font-size: 12px;
    height: 235px;
  }

  /*ユーザーネーム*/
  .ecbn-selection-preview .ecbn-selection-preview-slide-wrapper + .ecbn-selection-preview-personal {
    margin: 10px auto 9px;
    padding: 0px;
    text-align: left;
    width: 476px;
  }

  .ecbn-selection-preview .ecbn-selection-preview-personal {
    margin: 0px auto 7px;
    padding: 0px;
    text-align: left;
    width: 476px;
  }

  .ecbn-selection-preview .ecbn-selection-preview-personal > span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
  }

  .ecbn-selection-preview .ecbn-selection-preview-personal .ecbn-selection-preview-media--icon a:before {
    margin: 0 2px 0 0;
  }

  .ecbn-selection-preview .ecbn-selection-preview-personal > span:first-child {
    line-height: 1;
  }

  /*キャプション*/
  .ecbn-selection-preview .ecbn-selection-preview-caption {
    font-size: 12px;
    margin: 0;
  }

  /*左に配置する場合*/
  .ecbn-selection-preview .ecbn-selection-left .ecbn-selection-preview-caption p {
    margin: auto;
    padding: 0 10px;
    width: 476px;
    overflow:visible !important;
  }

  /*フッターvisumoアイコン*/
  .ecbn-selection-preview .ecbn-selection-right-footer2 {
    bottom: 8px;
    font-size: 10px;
    left: auto;
    margin: 0;
    position: fixed;
    right: 8px;
    top: auto;
  }

  /*▼スクロールバー▼*/
  .ecbn-selection-preview .ecbn-selection-preview-caption::-webkit-scrollbar, 
  .ecbn-selection-preview .ecbn-selection-preview-caption p::-webkit-scrollbar, 
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-business-operator-comment::-webkit-scrollbar,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-free-comment2::-webkit-scrollbar,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-free-comment3::-webkit-scrollbar {
    background: transparent;
    border: 1px solid #aeaeae;
    border-radius: 18px;
    overflow: hidden;
    width: 9px;
    -webkit-border-radius: 18px;
  }

  .ecbn-selection-preview .ecbn-selection-preview-caption::-webkit-scrollbar:horizontal,
  .ecbn-selection-preview .ecbn-selection-preview-caption p::-webkit-scrollbar:horizontal,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-business-operator-comment::-webkit-scrollbar:horizontal,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-free-comment2::-webkit-scrollbar:horizontal,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-free-comment3::-webkit-scrollbar:horizontal {
    height: 9px;
  }

  .ecbn-selection-preview .ecbn-selection-preview-caption::-webkit-scrollbar-button,
  .ecbn-selection-preview .ecbn-selection-preview-caption p::-webkit-scrollbar-button,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-business-operator-comment::-webkit-scrollbar-button,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-free-comment2::-webkit-scrollbar-button,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-free-comment3::-webkit-scrollbar-button {
    display: none;
  }

  .ecbn-selection-preview .ecbn-selection-preview-caption::-webkit-scrollbar-piece,
  .ecbn-selection-preview .ecbn-selection-preview-caption p::-webkit-scrollbar-piece,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-business-operator-comment::-webkit-scrollbar-piece,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-free-comment2::-webkit-scrollbar-piece,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-free-comment3::-webkit-scrollbar-piece {
    background: #aeaeae;
  }

  .ecbn-selection-preview .ecbn-selection-preview-caption::-webkit-scrollbar-piece:start,
  .ecbn-selection-preview .ecbn-selection-preview-caption p::-webkit-scrollbar-piece:start,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-business-operator-comment::-webkit-scrollbar-piece:start,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-free-comment2::-webkit-scrollbar-piece:start,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-free-comment3::-webkit-scrollbar-piece:start {
    background: #aeaeae;
  }

  .ecbn-selection-preview .ecbn-selection-preview-caption::-webkit-scrollbar-thumb,
  .ecbn-selection-preview .ecbn-selection-preview-caption p::-webkit-scrollbar-thumb,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-business-operator-comment::-webkit-scrollbar-thumb,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-free-comment2::-webkit-scrollbar-thumb,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-free-comment3::-webkit-scrollbar-thumb {
    background: #aeaeae;
    border-radius: 18px;
    overflow: hidden;
    -webkit-border-radius: 18px;
  }

  .ecbn-selection-preview .ecbn-selection-preview-caption::-webkit-scrollbar-corner,
  .ecbn-selection-preview .ecbn-selection-preview-caption p::-webkit-scrollbar-corner,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-business-operator-comment::-webkit-scrollbar-corner,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-free-comment2::-webkit-scrollbar-corner,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-free-comment3::-webkit-scrollbar-corner {
    background: #aeaeae;
    border-radius: 18px;
    overflow: hidden;
    -webkit-border-radius: 18px;
  }
  /*▲スクロールバー▲*/
}

@media (min-width: 1024px) {
  .ecbn-selection-preview .ecbn-selection-preview-caption p:before {
    content: none;
  }

  .ecbn-selection-preview .ecbn-selection-preview-caption p:after {
    content: none;
  }
}

/*キャプション内3点リーダ削除*/
@media (min-width: 721px) and (max-width: 1024px) {
  .ecbn-selection-preview div.ecbn-selection-preview-wrapper {
    width: 740px;
  }

  .ecbn-selection-preview .ecbn-selection-preview-close {
    right: 0;
  }

  .ecbn-selection-preview .ecbn-selection-preview-content {
    padding-bottom: 24px;
  }

  .ecbn-selection-preview .ecbn-selection-left {
    width: 400px;
  }

  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
    height: 380px;
    width: 380px;
  }

  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image {
    left: 14px;
    width: 8%;
    z-index: 10;
  }

  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-prevarrow {
    background-size: contain;
  }

  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
    right: 14px;
    width: 8%;
  }

  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-nextarrow {
    background-size: contain;
  }

  .ecbn-selection-preview .ecbn-selection-right {
    min-height: 408px;
    width: 340px;
  }

  .ecbn-selection-preview-new div.noProductsMsg {
    height: 108px;
  }

  .ecbn-selection-preview .ecbn-selection-preview-caption p {
    height: 108px;
  }

  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item {
    width: 180px;
  }
}

/* SP
--------------------------------------------------------- */
@media (max-width: 720px) {

  .ecbn-selection-preview {
    overflow: scroll;
  }

  /*モーダル全体 > スマホ*/
  .ecbn-selection-preview div.ecbn-selection-preview-wrapper {
    left: 0;
    top: 0 !important;
    transform: translateY(0);
    width: 100%;
  }

  /*モーダルコンテンツ*/
  .ecbn-selection-preview .ecbn-selection-preview-content {
    margin: 42px 8px 12px;
    padding-top: 0px;
  }

  /*モーダル閉じるボタン*/
  .ecbn-selection-preview .ecbn-selection-preview-close {
    background-image: none;
    background-size: cover;
    font-size:  0;
    height: 34px;
    right: 8px;
    top: 8px;
    width: 34px;
  }

  .ecbn-selection-preview .ecbn-selection-preview-close:before,
  .ecbn-selection-preview .ecbn-selection-preview-close:after
  {
    background: #ffffff;
  }

  /*モーダル左側全体 */
  .ecbn-selection-preview .ecbn-selection-left {
    width: 100%;
  }

  /*モーダル内投稿写真 */
  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
    position: static;
    height: auto;
    width: 100%;
  }

  /*正方形リサイズ : 横に合わせる ※片方削除A*/
  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image img {
    max-width: none;
    position: static;
    transform:  unset;
    width: 100%;
  }

  /*動画対応(横に合わせる)*/
  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image video {
    height: auto;
    left: 0;
    max-width: initial;
    position: unset;
    top: 0;
    transform: translate(0,-0);
    width: 100%;
  }

  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image video.portrait {
    height: 500px;
  }

  .ecbn-selection-preview-new div.ecbn-selection-slider-controls {
    display: none;
  }

  .ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-controls-direction a {
    bottom: 33px;
    display: block;
    margin: auto;
    top: 19px;
    transform: translateY(-50%);
  }

  /*モーダル矢印*/
  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image,
  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
    background-size: 30px;
    height: 36px;
    margin: auto;
    position: absolute;
    transform: translateY(-50%);
    width: 32px;
  }

  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image {
    left: 4px;
  }

  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
    right: 4px;
  }

  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-prevarrow,
  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-nextarrow {
    background-size: 30px;
    opacity:.7;
  }

  /*モーダル右側全体 */
  .ecbn-selection-preview .ecbn-selection-right {
    height: auto;
    min-height: 0;
    padding: 10px 10px 4px;
    width: 100%;
  }

  /*右側タイトル*/
  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-header {
    color: #202020;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 12px;
  }

  /* 関連アイテム */
  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    transform: initial !important;
    width: 91% !important;
  }

  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item {
    margin: 0 5px 12px;
  }

  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-content {
    width: calc(((100vw - 56px) * 0.9) / 2);
  }

  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-img {
    height: auto;
    width: calc(((100vw - 56px) * 0.9) / 2);
  }

  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-img img{
    height: auto;
    width: calc((((100vw - 56px) * 0.9) / 2) * 0.85);
  }

  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment,
  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment2,
  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment3,
  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-name,
  .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-productprice {
    color: #000;
    font-size: 12px;
    width: calc(((100vw - 56px) * 0.9) / 2);

  }

  .ecbn-selection-preview-new div.noProductsMsg {
    font-size: 12px;
    height: 80px;
  }

  /* ローディング */
  .ecbn-selection-preview .ecbn-selection-right .ecbn-widget-loading-container {
    height: auto;
  }

  /*ユーザーネーム*/
  .ecbn-selection-preview .ecbn-selection-preview-personal{
    font-size: 13px;
    margin: 24px 2vw 4px;
    padding: 0;
    text-align: left;
    width: calc(100% - 4vw);
  }

  .ecbn-selection-preview-new span.ecbn-selection-preview-media--icon {
    display: inline-block;
    height: 26px;
    margin-bottom: 2px;
    vertical-align: middle;
  }

  .ecbn-selection-preview .ecbn-selection-preview-personal .ecbn-selection-preview-media--icon a:before {
    margin-right: 4px;
  }

  /*事業者コメント*/
  .ecbn-selection-preview-new div.ecbn-selection-business-operator-comment-header {
    width: 100%;
  }

  /*事業者コメント > タイトル*/
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-business-operator-comment-title,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-free-comment2-title,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-free-comment3-title {
    margin: 10px 2vw;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    text-align: left;
    width: calc(100% - 4vw);
  }

  /*キャプション*/
  .ecbn-selection-preview .ecbn-selection-preview-caption {
    margin: 4px 2vw;
    height: auto;
  }

  .ecbn-selection-preview .ecbn-selection-preview-caption p{
    font-size: 12px;
    height: auto;
    line-height: 1.6;
    overflow: unset;
    padding: 0 1vw 3vw 2vw;
    position: relative;
    text-align: left;
    word-wrap: break-word;
  }

  /*キャプション内3点リーダ削除*/
  .ecbn-selection-preview .ecbn-selection-preview-caption p:before {
    content: none;
  }

  .ecbn-selection-preview .ecbn-selection-preview-caption p:after {
    content: none;
  }

  /*フリーコメント左*/
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-left .ecbn-selection-business-operator-comment,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-left .ecbn-selection-free-comment2,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-left .ecbn-selection-free-comment3 {
    max-height: initial;
    min-height: initial;
  }

  /*フリーコメント右*/
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-business-operator-comment,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-free-comment2,
  .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-free-comment3 {
    height: auto;
    margin: 2vw;
    max-height: initial;
    min-height: initial;
    padding: 0 1vw 3vw 2vw;
    white-space: pre-wrap;
    width: calc(100% - 3vw);
  }

  /*フッター*/
  .ecbn-selection-preview .ecbn-selection-right-footer2{
    margin-top :12px;
    padding-bottom: 4px;
    padding-right: 4px;
  }

  .ecbn-selection-preview .ecbn-selection-right-footer2 .ecbn-selection-right-powered-pre {
    font-size: 11px;
  }

  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image,
  .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }

  /* .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image img {
    max-width: 320px;
    width: 90%;
  } */
}


/* =========================================================
  その他テンプレート
========================================================= */
/* PC */
@media (min-width: 720px) {
  .vsm_sp {
    display: none;
  }
}
/* SP */
@media (max-width: 720px) {
  .vsm_pc {
    display: none;
  }
}


/* クリック無効CSSを付与するクラス（BUG722 GTMバグ対策） */
.ecbn-pointer-events-none {
  pointer-events: none;
}

/* 投稿クリック数アイコン */
.ecbn-selection-preview .ecbn-selection-view-click-num-icon {
  background: url('../imgfr/eye-close-up.png') no-repeat;
  background-size: contain;
  content: " ";
  display: inline-block;
  height: 13px;
  margin: 0 3px 0 0;
  vertical-align: middle;
  width: 13px;
}

/* TOPに戻るボタン */
.ecbn-page-top {
  /* buttonタグのリセットCSS */
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;

  /* ボタンの装飾 */
  position: sticky;
  left: 83%;
  bottom: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(118,119,119,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* 矢印のスタイル */
.ecbn-page-top::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
}

/* ホバー時のスタイル */
.ecbn-page-top:hover {
  transform: scale(1.1);
}

/* いいね機能のスタイル */
.ecbn-selection-like-count-box {
  text-align: left;
}

.ecbn-selection-like-count-box:hover {
  color: #FF5D5E
}

.ecbn-selection-like-count {
  color: #FF5D5E
}


.ecbn-selection-like-count-box .ecbn-selection-like-count {
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
}

.ecbn-selection-like-count-box .ecbn-selection-like-count::before {
    content: '';
    background-image: url(../img/heart.svg);
    background-color: #FFFFFF;
    background-size: 90%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.ecbn-selection-like-count-box .ecbn-selection-like-count.ecbn-like-count--active::before {
    background-image: url(../img/heart-select.svg);
}
