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%;
}
.cf-ugcc-swiper-slide{
z-index: 1;
}
img.cf-ugcc-thumb-img, video.cf-ugcc-thumb-img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
::-webkit-media-controls-panel {
  display: inline;
  -webkit-appearance: inline;
}
.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;
}

.ugc-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;
}
.ugc-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;
}

/* -------------------
    v2 additional
-------------------- */

#true-swiper {
  max-width: 900px;
  margin: auto;
}
.ugc-swiper-button-prev{
  left: -40px!important;
}
.ugc-swiper-button-next{
  left: unset!important;
  right: -40px;
}

/* ------------- */

@media screen and (max-width:900px){

  #cf-ugcc-true-swiper {
    margin: auto;
  }

}

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

  #cf-ugcc-true-swiper {
    width: calc(100% - 40px)!important;
  }
  .ugc-swiper-button-prev {
      left: 0px!important;
  }
  .ugc-swiper-button-next {
      right: 0px !important;
  }

}
@media (min-width:480px) {
  .cf-ugcc-swiper-container {
    margin: 10px auto;
  }
  .ugc-swiper-button-prev {
    left: 10px!important;
  }
  .ugc-swiper-button-next {
    right: 10px;
  }
  .luvy-date {
    padding-right: 20px !important;
  }
}

.in_chatbot {
    position: relative;
    margin: 0;
}

.in_chatbot .chatbot-content-parent {
    padding: 2px 5px !important;
}

.in_chatbot #header-logo {
    height: 80px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.in_chatbot #header-logo > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.in_chatbot .grad-item  {
    margin-top: 0px !important;
}

.in_chatbot .grad-item::before {
    height: 2rem !important;
}