html, body {
  background: transparent;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
.cf-ugcc-thumb-img{width: 100%;object-fit: cover;}
*, :after, :before {box-sizing: border-box;}
.modal_ig{
  position: relative;
}
.modal_ig:before{
  content: "";
  display: block;
  padding-top: 100%;
}
img.cf-ugcc-thumb-img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.ig-icon2 {
  text-align: right;
}
.swiper-container-horizontal>.swiper-scrollbar{
  width: 60% !important;
  left: 20% !important;
  bottom: -20px !important;
  position: relative !important;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 5rem; /*隠した状態の高さ*/
  font-size:12px;
  margin-bottom: 12px;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem; /*グラデーションで隠す高さ*/
  content: "";
}
.ugc-black-grad::before{
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 70%, #000 100%);
  background: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 70%, #000 100%);
}
.ugc-white-grad::before{
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.8) 70%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.8) 70%, #fff 100%);
}

.swiper-button-common{
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  background:rgba(237, 235, 232, 0.7);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: #333;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.swiper-button-common:focus{
  outline: none;
}

.swiper-button-prev:after {
  font-family: "Font Awesome 5 Free";
  content: "\f053"; 
  top: calc(var(--swiper-navigation-size)/4 + 1px);
  right: calc(var(--swiper-navigation-size)/2);
  position: absolute;
  --swiper-navigation-size: 25px;
}
.swiper-button-next:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  top: calc(var(--swiper-navigation-size)/4 + 1px);
  left: calc(var(--swiper-navigation-size)/2);
  position: absolute;
  --swiper-navigation-size: 25px;
}
.more-view-button{
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  padding: 10px;
  margin-left: 35%;
  margin-right: 35%;
  margin-top: 10px;
  border-radius: 25px;
}
.more-view-button.white{
  background: white;
}
.more-view-button.black{
  background: #000;
}
.ugc-creative-playmark-thumb{
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  opacity: 0.8;
}

@media (max-width:480px) { 
  .cf-ugcc-swiper-container {
    margin: 10px auto;
    width: 90%;
  }
  .more-view-button{
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media (min-width:480px) { 
  .cf-ugcc-swiper-container {
    margin: 10px auto;
  }
}



