@charset "UTF-8";
html {
  overflow-x: hidden;
}

body {
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro",
  "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic",
  sans-serif;
  color: #000000;
}
body a,
body p,
body span,
body h3,
body h5,
body td,
body th
{
  font-family: 'Hiragino';
}
body a,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body dl,
body ol,
body ul,
body pre {
  margin: 0;
}
body a:hover {
  text-decoration: none;
  color: white;
}
.mb-t-30{
  margin-top: 30px;
}
.mb-b-30{
  margin-bottom: 30px !important;
}
.mb-t-10{
  margin-top: 10px;
}
.mb-b-10{
  margin-bottom: 10px;
}
.mb-b-50{
  margin-bottom: 50px;
}
.mb-t-20{
  margin-top: 20px;
}
.mb-b-20{
  margin-bottom: 20px;
}
.pb-t-30{
  padding-top: 30px;
}
.pb-b-30{
  padding-bottom: 30px;
}
.pb-b-50{
  padding-bottom: 50px;
}
.pb-t-50{
  padding-top: 50px;
}
.width-50{
  width: 50%;
}
.w-auto{
  width: auto;
}
.bg-red{
  background-color: #ce2229;
}
.bg-black{
  background-color: #2e2e2e;
}
.bg-violet-1{
  background-color: #c4cfe4;
}
.bg-violet-2{
  background-color: #f9eafa;
}
.bg-violet-3{
  background-color: #d97bb6;
}
.bg-pink-light{
  background-color: #fbe3f2;
}
.bg-white{
  background-color: #fff;
}
.bg-yellow-brown{
  background-color: #fdd100;
}
.bg-yellow-light{
  background-color: #ffde02;
}
.bg-blue{
  background-color: #00b9ef;
}
.bg-blue-2{
  background-color: #0045c4;
}
.bg-grey-light{
  background-color: #f6f6f6;
}
.justify-content-center{
  justify-content: center;
}
.justify-content-between{
  justify-content: space-between;
}
.color-white{
  color: #fff;
}
.color-red{
  color: #ce2229;
}
.color-yellow{
  color: #fcff00;
}
.color-brown{
  color: #763f31;
}
.d-block{
  display: block;
}
.main-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.margin-auto{
  margin: 0 auto;
}
#tweets {
  display: block;
  overflow: auto;
  max-height: 620px;
  margin: 0 auto 0 auto;
}
.title-moicho{
  font-size: 26px;
  color: #763f31;
  font-weight: 900;
}
.banner-nav ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
  justify-content: space-between;
}
.banner-nav ul li a {
  font-weight: 600;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}
.banner-nav ul li a span {
  position: relative;
  line-height: 1.2;
}
.banner-nav ul li a::after {
  content: url(/common/design/user/img/iket/ic-triangle.png);
  position: relative;
  right: 0;
  margin-left: 6px;
}
.banner-nav ul li {
  padding: 0;
  text-align: center;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  width: 33.333%;
  font-size: 10px;
}
.banner-nav_sp ul li a span{
  line-height: 1.2;
  white-space: nowrap;
  display: block;
  font-weight: 600;
  padding: 5px;
  color: #ffffff;
  position: relative;
  width: 8em;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 9px;
}
.banner-nav_sp ul li a::after{
  content: "";
  position: relative;
  right: 0;
  margin-left: 6px;
  display: block;
  background-image: url(/common/design/user/img/iket/ic-triangle.png);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
}
.top-banner{
  position: relative;
}
.btn-top-banner{
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.btn-top-banner_sp{
  padding: 0 35px 20px;
  display: block;
  text-align: center;
  background-color: #eae6e5;
}
.introduce{
  background-image: url("/common/design/user/img/iket/bg-rose.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 336px 0;
  position: relative;
}
.introduce_sp{
  background-image: url("/common/design/user/img/iket/bg-rose_sp.jpg");
  padding: 80px 0;
}
.title-iket{
  font-size: 30px;
  border-bottom: 3px solid;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 50px;
  line-height: 1.2;
}
.introduce p{
  font-size: 16px;
  line-height: 1.8;
}
.introduce .slogan{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  background: #fff;
  color: #000000;
}
.how-to-receive-gifts{
  padding: 50px 0 90px;
}
.how-to-receive-gifts h3{
  color: #fcff00;
  font-size: 18px;
  font-weight: 700;
}
.how-to-receive-gifts p{
  font-size: 14px;
  line-height: 1.5;
}
.how-to-buy{
  padding: 60px 0 70px;
}
.list-image-buy-wrap{
  padding: 0 20px;
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.list-image-buy-wrap .swiper-button-prev,
.list-image-buy-wrap .swiper-button-next{
  background: none;
}
.list-image-buy .swiper-button-prev{
  left: 0;
}
.list-image-buy .swiper-button-next{
  right: 0;
}
.buyer{
  padding: 50px 0;
}
.list-user-stamp .item-user-stamp{
  margin-bottom: 30px;
}
.item-user-stamp{
  padding: 20px 20px 30px;
}
.item-user-stamp .img-name{
  width: 25%;
  text-align: center;
}
.item-user-stamp .img-name h4{
  margin-top: 10px;
}
.item-user-stamp .img-name a{
  color: #ffffff;
  font-size: 20px;
}
.item-user-stamp .info-btn{
  width: 75%;
  margin-left: 20px;
}
.item-user-stamp .info-btn .btn{
  margin-top: 10px;
}
.list-user-stamp_sp .item-user-stamp{
  padding: 10px;
}
.list-user-stamp_sp .item-user-stamp .img-info{
  align-items: center;
}
.list-user-stamp_sp .item-user-stamp .img-alone{
  width: 45%;
}
.list-user-stamp_sp .item-user-stamp .name-btn{
  width: 55%;
  margin-left: 15px;
  text-align: center;
}
.name-btn h4 a{
  color: #ffffff;
}
.page-iket_sp .btn a{
  width: 100%;
  font-size: 100%;
  padding: 2px 0;
  background: transparent;
}
.list-user-stamp_sp .list-stamp{
  margin: 0 -6px;
  grid-template-columns: 25% 25% 25% 25%;
}
.list-stamp{
  display: grid;
  grid-template-columns: 16.6667% 16.6667% 16.6667% 16.6667% 16.6667% 16.6667%;
}
.list-stamp .item-stamp{
  background-color: #dadada;
  padding: 5px 6px;
  margin: 6px;
}
.list-stamp .item-stamp img{
  background-color: #FFFFFF;
}
.list-design-per{
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-design-per .item-ds-per{
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(233, 233, 233);
  background-color: rgb(249, 249, 249);
  box-shadow: 0 2px 6.64px 1.36px rgb(0 0 0 / 10%);
  padding: 10px;
  margin-bottom: 30px;
}
.item-ds-per .image-per .pr-img{
  display: flex;
  background-color: #FFFFFF;
  width: 50%;
  position: relative;
  padding: 10px;
  align-items: center;
}
.item-ds-per .image-per .avatar{
  width: 50%;
}
.item-ds-per .image-per .pr-img img{
  object-fit: contain;
}
.item-ds-per .image-per .pr-img:after
{
  content: "";
  background-image: url(/common/design/user/img/iket/ic-zoom.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  bottom: 25px;
}
.item-ds-per h4{
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
.item-ds-per .avatar{
  position: relative;
}
.item-ds-per .avatar .meta-i{
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 2px;
}
.meta-i{
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px;
}
.product-design{
  padding: 80px 0;
}
.list-pr-ds{
  display: grid;
  grid-template-columns: 50% 50%;
}
.list-pr-ds .pr-img {
  position: relative;
  padding: 10px;
  background-color: #fff;
  margin: 5px;
  border: 2px solid #e9e9e9;
}
.pr-img:after{
  content: "";
  background-image: url(/common/design/user/img/iket/ic-plus-grey.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.story-iket{
  padding: 80px 0 100px;
  position: relative;
}
.story-iket p{
  font-weight: 500;
  line-height: 1.5;
}
.story-iket p.bg-white{
  padding: 15px;
  border-radius: 15px;
}
.story-iket p.bg-white span{
  font-weight: 600;
}
.img-four-color{
  display: flex;
}
.img-four-color img{
  z-index: 2;
}
.img-four-color:after{
  content: "";
  background-image: url(/common/design/user/img/iket/4-color.jpg);
  position: absolute;
  left: 0;
  width: 100%;
  height: 20%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  background-position-y: 50px;
}
a.btn-load-more{
  display: block;
  margin: 30px auto 0;
  width: 45%;
}
.what-is-box .title-pic{
  align-items: end;
}
.what-is-box p{
  line-height: 1.5;
}
.support-tweet-i .twitter-box .box-upper {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1rem;
  background: #fff000;
  position: relative;
}
.support-tweet-i .content-ikbpf{
  margin-top: 50px;
  padding-bottom: 50px;
}
.support-tweet-i .twitter-box .box-upper h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.support-tweet-i .twitter-box .box-lower {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  padding: 1rem;
  background: #fffef1;
  color: black;
}
.support-tweet-i .twitter-box .box-lower p span {
  font-size: 24px;
}
.support-tweet-i .twitter-box .box-lower img {
  position: absolute;
  right: 80px;
  top: -5px;
}
.support-tweet-i .twitter-box .box-upper:after {
  content: "";
  background-image: url(/common/design/user/img/ikbpf/money.png);
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.support-tweet-i .twitter-box .box-lower p {
  font-weight: 600;
  line-height: 1.5;
}
.list-buy-product{
  flex-wrap: wrap;
}
.list-buy-product .item-buy-product{
  width: 100%;
  margin: 10px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 12px 12px 15px;
  display: flex;
  flex-direction: column;
}
.item-buy-product .img{
  width: 50%;
  margin-right: 10px;
}
.item-buy-product .info{
  width: 50%;
}
.item-buy-product .info-pr{
  margin-bottom: 25px;
}
.item-buy-product h4{
  margin-bottom: 20px;
  font-size: 25px;
}
.txt-infor {
  padding: 12px 25px;
  text-align: center;
  background: #f0f0f0;
  color: #353535;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.txt-link {
  font-size: 14px;
  line-height: 20px;
  color: #30a4da;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
}
a.txt-link:hover{
  color: #30a4da;
}
.txt-red {
  color: #c30000;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
}
.txt-detail {
  padding: 12px 15px;
  background: #f0f0f0;
  color: #353535;
  font-size: 12px;
  line-height: 26px;
  min-height: 150px;
  font-weight: 400;
}
.txt-detail span{
  font-weight: 700;
}
a.btn-create{
  background-color: #ce2229;
  color: #fff;
  display: block;
  margin: 10px auto 0;
  text-align: center;
  height: 40px;
  border-radius: 32px;
  vertical-align: middle;
  line-height: 40px;
  font-size: 14px;
  width: 80%;
}
.hover_bkgr_fricc-1{
  background: transparent;
}
.buy_sp .txt-infor{
  width: 48%;
  padding: 5px;
  font-size: 11px;
  display: inline-block;
}
.crownpop-twitter-content-left-2 {
  position: relative;
}
.crownpop-twitter-content-left-2 > p {
  font-size: 26px;
  line-height: 29px;
  padding: 80px 0 20px;
  text-align: center;
  font-weight: bold;
  color:#23ac39;
}
.social-box .twitter-box .box-upper:after{
  content: url("/common/img/spp/money.png");
  position: absolute;
  right: 0;
  top: -14px;
}
.crownpop-twitter-3 {
  position: absolute;
  right: 0;
  top: 30px;
}

.list-id-twitter {
  max-height: 203px;
  overflow: auto;
  border: 1px solid #e7e9ce;
  border-radius: 15px;
}

.list-id-twitter table tr {
  border-bottom: 1px solid #e7e9ce;
}

.list-id-twitter table tr th {
  padding: 10px 15px;
  color: #4c3801;
  font-size: 12px;
  line-height: 29px;
}

.list-id-twitter table tr th:first-child {
  text-align: right;
  background-color: #fffef1;
}
.list-id-twitter table tr:last-child{
  border-bottom: none;
}
/*----------------------------*/
.top-banner {
  min-height: 294px;
}
.img-banner-iket {
  width: 100%;
  min-height: 236px;
}
.banner-nav {
  max-height: 36px;
}
.how-to-buy {
  min-height: 504px;
}
.list-image-buy-wrap {
  min-height: 285px;
}
.item-ds-per .image-per .pr-img,
.item-ds-per .image-per .avatar{
  min-height: 187px;
}
.list-pr-ds .pr-img {
  min-height: 154px;
}
.title-iket {
  min-height: 39px;
}
.list-user-stamp_sp .item-user-stamp .img-alone .img {
  min-height: 169px;
}
.btn-top-banner_sp {
  min-height: 61px;
}
.page-iket_sp .btn a {
  min-height: 36px;
}
.list-user-stamp .item-user-stamp {
  min-height: 440px;
}
.list-design-per .item-ds-per {
  min-height: 331px;
}
.introduce_sp {
  min-height: 775px;
}
.how-to-receive-gifts {
  min-height: 856px;
}
.twitter-box {
  min-height: 288px;
}
.crownpop-twitter-3 {
  min-height: 66px;
}
.how-to-receive-gifts .img-gift {
  width: 58px;
  height: 61px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px){
  .what-is-box .box-item,
  .content-social-box .item-sb{
    width: calc(100%/2 - 25px);
  }
  .what-is-box .box-item p{
    font-size: 20px;
    line-height: 1.8;
  }

}
@media screen and (min-width: 992px) {
  .banner-nav{
    min-height: 58px;
  }
  .how-to-buy {
    min-height: 723px;
  }
  .list-image-buy-wrap {
    min-height: 492px;
  }
  .list-user-stamp .item-user-stamp {
    min-height: 446px;
  }
  .top-banner {
    min-height: 931px;
  }
  /*_________________________*/
  .list-pr-ds .pr-img {
    margin: 15px;
  }
  .list-pr-ds{
    grid-template-columns: 25% 25% 25% 25%;
  }
  .list-image-buy-wrap{
    padding: 0 50px;
  }
  .how-to-receive-gifts h3{
    font-size: 33px;
  }
  .how-to-receive-gifts p{
    font-size: 18px;
  }

  .introduce p{
    font-size: 18px;
  }
  .introduce .slogan{
    font-size: 24px;
  }
  .title-iket{
    font-size: 40px;
  }
  .item-buy-product .info-pr img {
    max-height: 204px;
    object-fit: contain;
  }
  a.btn-load-more{
    height: 70px;
    line-height: 70px;
    font-size: 24px;
  }
  .buy_sp .txt-infor{
    width: 48%;
    padding: 5px;
    font-size: 16px;
    display: inline-block;
  }
  a.btn-create{
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin-top: 30px;
  }
  .txt-red{
    font-size: 18px;
  }
  .txt-detail {
    padding: 12px 25px;
    font-size: 18px;
  }
  .item-buy-product .img{
    margin-left: 20px;
  }
  .list-buy-product .item-buy-product{
    width: calc(50% - 20px);
    padding: 32px 25px 25px;
  }
  .txt-link{
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .list-id-twitter table tr th{
    font-size: 16px;
  }
  .img-four-color:after{
    background-position-y: 120px;
  }
  .story-iket p.bg-white{
    padding: 25px;
  }
  .item-ds-per h4{
    font-size: 25px;
    margin-top: 0;
  }
  .item-ds-per .avatar .meta-i{
    font-size: 16px;
  }
  .list-design-per .item-ds-per{
    width: calc(100%/2 - 15px);
    padding: 20px;
  }
  .story-iket p {
    font-size: 20px;
    line-height: 1.8;
  }
  .list-product-design{
    grid-template-columns: 25% 25% 25% 25%;
  }
  .plan .content-moicho p,
  .introduce .content-moicho p{
    font-size: 20px;
  }
  .box-plan .item-box-plan p{
    font-size: 24px;
  }
  .box-plan .item-box-plan {
    margin: 0 30px;
  }
  .title-moicho{
    font-size: 30px;
  }
  .introduce .content-moicho h3{
    font-size: 30px;
  }
  .banner-nav ul li{
    font-size: 18px;
    width: max-content;
  }
  .list-product-design a:after {
    width: 35px;
    height: 35px;
    right: 8px;
    bottom: 8px;
  }
}
@media screen and (min-width: 576px) {
  .item-ds-per .image-per .pr-img:after{
    width: 35px;
    height: 35px;
    right: 18px;
    bottom: 40px;
  }
  .pr-img:after{
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 576px) {
  .item-buy-product h4{
    font-size: 18px;
  }
  .crownpop-twitter-3 {
    width: 100px;
  }
  .crownpop-twitter-content-left-2 > p {
    padding-top: 50px;
    font-size: 20px;
  }
}
.page-campaign .top-banner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  min-height: 200px;
}

.page-campaign .banner-nav {
  max-height: max-content;
  padding: 10px 0;
  min-height: 20px;
  height: auto;
}

.page-campaign .banner-nav ul li {
  border-radius: 5px;
  flex: 1;
  position: relative;
}

.page-campaign .banner-nav ul {
  gap: 10px;
}

.page-campaign .banner-nav ul li a::after {
  content: none;
}

.page-campaign .box-link-banner {
  margin: 50px auto 0;
  width: 400px;
}

.page-campaign .part-campaign {
  padding-top: 50px;
}

.page-campaign .list-item-sell {
  flex-wrap: wrap;
  gap: 14px;
}

.page-campaign .item-sell {
  background-color: #ffffff;
  width: 24%;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  padding: 20px 10px ;
}

.page-campaign .img-item-sell {
  padding-bottom: 20px;
}

.page-campaign .img-item-sell img {
  height: 220px;
}

.page-campaign .name-item-sell {
  font-size: 14px;
  line-height: 20px;
  color: #626161;
  padding-bottom: 15px;
  height: 60px;
}

.page-campaign .price-item-sell {
  font-size: 14px;
  line-height: 20px;
  color: #363636;
  padding-bottom: 10px;
}

.page-campaign .info-item-sell {
  background-color: #f4f4f4;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 20px;
  color: #626161;
  min-height: 52px;
}

.page-campaign .list-but-sell {
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
  width: 95%;
  margin: 0 auto;
}

.page-campaign .but-tool {
  background: #c2172d;
}

.page-campaign .but-twit {
  background: #1da1f2;
}

.page-campaign .name-idol {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #626161;
  word-break: break-all;
}

.page-campaign .txt-detail {
  min-height: fit-content;
}

.page-campaign .item-buy-product h4 {
  font-weight: 700;
}

.page-campaign .txt-infor span {
  font-weight: 500;
}

.page-campaign-sp .banner-nav ul {
  flex-wrap: nowrap;
}

.page-campaign-sp .banner-nav.show ul {
  width: max-content;
}

.page-campaign-sp .banner-nav {
  padding: 10px 0;
  overflow-x: unset;
}

.page-campaign-sp .banner-nav ul li {
  height: fit-content;
  flex-grow: unset;
}

.page-campaign-sp .banner-nav ul li a {
  display: block;
  width: 150px;
}
.page-campaign-sp .banner-nav ul {
  gap: 10px;
  max-width: 100%;
  overflow-y: hidden;
  justify-content: center;
}

.page-campaign-sp .box-link-banner {
  margin: 0 auto;
  width: 200px;
  padding-top: 25px;
}

.page-campaign-sp .list-item-sell {
  gap: 6px;
  padding-bottom: 25px;
  justify-content: space-between;
}

.page-campaign-sp .item-sell {
  width: 49%;
  border-radius: 5px;
  padding: 10px;
}

.page-campaign-sp .info-item-sell,
.page-campaign-sp .price-item-sell,
.page-campaign-sp .name-item-sell {
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 5px;
}
.page-campaign-sp .open-part {
  font-size: 20px;
  padding-bottom: 0;
}
.page-campaign-sp .name-rank {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  font-weight: 700;
}
.page-campaign-sp .no-ranking {
  margin:0 8px;
}
.page-campaign-sp .img-rank {
  width: 25px;
}
.page-campaign-sp .text-rank {
  font-size: 10px;
  top: 2%;
}

.page-campaign-sp .img-ranking {
  width: 50px;
  height: 50px;
  margin-right: 7px;
}
.page-campaign-sp .total-button {
  padding: 5px 0;
  margin-left: 5px;
  margin-right: 5px;
}

.page-campaign-sp .broad-rank img {
  position: relative;
}

.page-campaign-sp .box-note-marquee {
  top: 43%;
}

.page-campaign-sp .note-marquee {
  font-size: 12px;
}

.page-campaign-sp .but_sell img, .page-campaign-sp .but_post img {
  width: 100px;
  font-size: 16px;
  line-height: 25px;
  border-radius: 3px;
  min-height: 0 !important;
}

.page-campaign-sp .ranking {
  padding: 20px 0;
}

.page-campaign-sp .final-result {
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  width: 100%;
}

.page-campaign-sp .text-final span {
  font-size: 18px;
}

.page-campaign-sp .text-final {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.page-campaign-sp .countdown-final {
  padding: 10px;
  width: 100%;
}

.page-campaign-sp .title-countdown {
  font-size: 16px;
  line-height: 25px;
}

.page-campaign-sp .countdown-final .hour {
  font-size: 24px;
  line-height: 36px;
}

.page-campaign-sp .img-item-sell {
  padding-bottom: 10px;
}

.page-campaign-sp .img-item-sell img {
  height: 150px;
}

.page-campaign-sp .txt-infor {
  padding: 5px;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  width: 90px;
}

.page-campaign-sp .item-buy-product .info {
  width: max-content;
}

.page-campaign-sp .box-info {
  gap: 8px;
}

.page-campaign-sp .txt-link {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
  text-align: right;
}

.page-campaign-sp .txt-red {
  text-align: right;
}

.page-campaign .list-image-buy-wrap {
  padding: 50px 0 0;
  min-height: fit-content;
}

.page-campaign-sp .list-image-buy-wrap {
  padding: 25px 0 0;
}

.page-campaign .list-buy-product .item-buy-product {
  margin: 10px 0;
  width: 49%;
  padding: 0;
}

.page-campaign .list-buy-product {
  gap: 20px;
  justify-content: space-between;
}

.page-campaign-sp .list-buy-product .item-buy-product {
  width: 100%;
}

.page-campaign .list-buy-product {
  gap: 0;
}

#topicpath {
  display: block;
  max-width: 1100px;
  padding: 9px 15px;
  margin: 0 auto;
  box-sizing: content-box;
}

.page-campaign #topicpath ul {
  display: block;
  margin: 0 auto;
  width: 1366px;
}

.page-campaign-sp #topicpath ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
  padding: 0 0 0 12px;
  word-wrap: break-word;
  position: relative;
}

.page-campaign-sp .list-buy-product .item-buy-product {
  padding: 0;
}

.page-campaign .pr-img {
  position: relative;
}

.page-campaign .pr-img:after {
  width: 25px;
  height: 25px;
}

.page-campaign-sp #topicpath {
  padding: 5px 10px !important;
  min-height: fit-content;
  overflow-x: hidden;
}

.page-campaign .no-padding-top {
  padding: 0;
}

.wrap_outchat .link_outside_chat {
  justify-content: flex-end;
}

.page-campaign-sp .banner-nav.show {
  overflow-x: auto;
}
/*new*/
img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rank-table {
  overflow-x: auto;
  max-height: 800px;
  width: 100%;
  margin: 0 auto;
}
thead {
  background-color: #f1f1f1;
  border: 1px solid #e0e0e0;
}
.even {
  background-color: #fafafa;
}
thead th {
  font-size: 16px;
  line-height: 35px;
  font-weight: 700;
  padding: 10px 0;
}
tbody {
  border: 1px solid #e0e0e0;
}
tbody tr {
  padding: 0 5px;
}
tbody th {
  vertical-align: middle;
}
.no-ranking,
.img-rank {
  position: relative;
}
.img-rank {
  width: 50px;
  margin: auto;
}
.text-rank {
  position: absolute;
  transform: translate(-50%, 50%);
  font-size: 18px;
  font-weight: 700;
  top: 14%;
  left: 50%;
}
.idol-name {
  align-items: center;
  padding-left: 15px;
}
.img-ranking {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}
.name-rank {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}
.total-button {
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 20px 0;
  margin-right: 20px;
}
.but-twitter,
.but-sell {
  width: 240px;
  height: 50px;
  font-size: 21px;
  line-height: 24px;
  color: #FFFFFF;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.but-sell {
  background-color: #c20505;
  box-shadow: 0 2px 0 0 #780021;
}
.but-twitter {
  margin-top: 10px;
  background-color: #000000;
}
.but-twitter img,
.but-sell img {
  width: 25px;
  margin-right: 10px;
}
.box-note-marquee {
  position: absolute;
  top: 63%;
  width: 100%;
  padding: 0 10px;
  background-color: transparent;
}
.broad-rank, 
.broad-rank img {
  position: relative;
}
.box-open-part {
  position: relative;
  margin: 0 auto 60px;
  width: fit-content;
}
.open-part {
  font-size: 40px;
  line-height: 35px;
  position: relative;
  font-weight: 700;
  font-style: italic;
  z-index: 3;
  padding-bottom: 15px;
}
.final-result {
  align-items: center;
  justify-content: center;
  background-color: #00c1ea;
  border-radius: 5px;
  padding: 20px;
  gap: 50px;
  width: 925px;
  margin: 0 auto;
}
.text-final {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
}
.countdown-final {
  padding: 10px 50px;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.title-countdown {
  font-size: 20px;
  color: #ff0000;
  line-height: 36px;
  padding-bottom: 10px;
}
.countdown-final .hour {
  font-weight: 700;
  line-height: 72px;
  font-size: 48px;
}

.section_collabo {
  background-size: 100%;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  min-height: 200px;
  padding: 5px 0;
  background-repeat: no-repeat;
}
.section_collabo_sp {
  padding: 5px 0;
  line-height: 0;
  background-repeat: no-repeat;
}

.box-note-marquee-not-image {
  top: 63%;
  width: 100%;
  padding: 0 10px;
  background-color: transparent;
}

@media (min-width: 1100px) {
  .total-button img {
    width: 240px;
  }
}

.text-goods {
  font-size: 24px;
  line-height: 30px;
  color: #9e9e9e;
  margin-bottom: 30px;
  font-weight: 700;
}
.narrowbuzz-6-list-members {
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  border-radius: 20px;
  padding: 25px 30px;
  background-color: #f5f5f5;
  width: fit-content;
  gap: 40px;
}
.info-idol {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
}
.top-idol {
  padding: 24px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  width: 48%;
}
.avatar-idol {
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  padding-bottom: 10px;
}
.avatar-img {
  width: 170px;
  height: 220px;
  padding: 10px;
  margin: 5px;
}
.x-part {
  flex: 1;
}
.name-top-idol {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #000000;
}
.point-rank {
  font-size: 18px;
  line-height: 28px;
  color: #5c5c5c;
  margin: 5px 0;
  min-height: 30px;
}
.narrowbuzz-6-list-members select {
  border: 1px solid #ececec !important;
  appearance: auto;
  padding: 10px 15px;
  color: #5bc3ff;
  font-size: 18px;
  line-height: 20px;
  border-radius: 30px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 350px;
}
.select-text {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}
.but-link img {
  width: 25px;
  margin-right: 5px;
  vertical-align: middle;
}
.but-link {
  border-radius: 5px;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 15px 5px;
}
.top-idol .list-pr-ds-scroll .pr-img {
  width: 134px;
  margin: 5px;
  position: relative;
  padding: 10px;
  background-color: #fff;
}
.list-pr-ds-scroll {
  grid-template-columns: 100%;
  display: grid;
}
.top-idol .item-sell {
  width: 100%;
  border: none;
  padding: 10px;
}
.list-sell-item {
  padding: 15px 0 0;
}
.but-link img {
  width: 25px;
  margin-right: 5px;
  vertical-align: middle;
}
.narrowbuzz-6-list-members.main-nav-scrolled {
  margin: 0;
  width: 100%;
  border-radius: 0;
}

.name-shirt,
.price-shirt {
  font-size: 14px;
  line-height: 25px;
}

.sell-btn img {
  height: fit-content;
}
.img-tweet-btn, .img-buy-btn {
  padding: 25px;
}

@media (max-width: 1100px) {
  .top-idol {
    padding: 15px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    width: 100%;
  }
  .narrowbuzz-6-list-members select {
    width: 100%
  }
  .select-text {
    font-size: 14px;
    line-height: 20px;
  }
  .narrowbuzz-6-list-members {
    margin: 20px auto;
    border-radius: 20px;
    padding: 25px 30px;
    gap: 10px;
    width: 100%;
  }
}

/*New css to resize video*/
.box-video-intro {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.box-video-intro iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Fix cls*/
.cls__spark2024 .box-img-banner {
  min-height: 402px;
}
.box-img-banner,
.box-img-intro {
  line-height: 0;
}
.box-img-intro.cls_6678ec1529ebc {
  min-height: 1026px;
}
.cls__atjam2024 .box-img-banner,
.cls__tif2024 .box-img-banner {
  min-height: 464px;
}
.box-img-intro.cls_668b53c92e711 {
  min-height: 923px;
}
.cls__01familia .box-img-banner,
.cls__giga2024 .box-img-banner,
.cls__rizin3 .box-img-banner {
  min-height: 500px;
}
.cls__ringomusume2024 .box-img-banner {
  min-height: 666px;
}
.box-img-intro.cls_665d5c99230ef {
  min-height: 863px;
}
.cls__kf2024 .box-img-banner {
  min-height: 398px;
}
.box-img-intro.cls_668f6af1c4c0a {
  min-height: 1260px;
}
.cls__mini15 .box-img-banner {
  min-height: 533px;
}
.box-img-intro.cls_66840e2856cf0 {
  min-height: 384px;
}
.box-img-intro.cls_6678d8c5bead1 {
  min-height: 1837px;
}
.box-img-intro.cls_6667df0186cc6 {
  min-height: 965px;
}
.cls__mirror .box-img-banner {
  min-height: 871px;
}
.box-img-intro.cls_6661947beca64 {
  min-height: 1368px;
}
.box-img-intro.cls_666194917ff38 {
  min-height: 2531px;
}
.cls__saho .box-img-banner {
  min-height: 393px;
}
.box-img-intro.cls_66750d77abda3 {
  min-height: 253px;
}
.cls__qumali .box-img-banner {
  min-height: 899px;
}
.box-img-intro.cls_6657bb7fc6606 {
  min-height: 1513px;
}
@media (max-width: 1100px) {
  .collabo-tif2024 .box-img-banner {
    min-height: 313px;
  }
  .cls__665da5ec6eb0a.open-part,
  .page-campaign .list-but-sell a,
  .link-banner,
  .page-campaign-sp .img-item-sell,
  .cls__6678da647cd63,
  .section_collabo_sp .open-part.cls__668b54af2e0d4 {
    line-height: 0;
  }
  .page-campaign .top-banner.collabo-atjam2024,
  .page-campaign .top-banner.collabo-spark2024 {
    min-height: 363px;
  }
  .page-campaign .top-banner.collabo-rizin3 .box-img-banner {
    min-height: 312px;
  }
  .cls___665d5c99230ef.box-img-intro {
    min-height: 417px;
  }
  .cls__66822a42b3a90.box-img-intro {
    min-height: 224px;
  }
  .cls__66822a7a53073.box-img-intro {
    min-height: 226px;
  }
  .cls__6680365aad4e9.box-img-intro {
    min-height: 228px;
  }
  .cls__665d5ddbe78f6.box-img-intro {
    min-height: 158px;
  }
  .cls__665d5ebd220a5.box-img-intro {
    min-height: 323px;
  }
  .cls__665d5ef84c1e9.box-img-intro {
    min-height: 646px;
  }
  .cls__665da5ec6eb0a.open-part {
    min-height: 725px;
  }
  .cls__665d6254b68e8.box-img-intro {
    min-height: 113px;
  }
  .box-img-intro.cls__665d6295818ab {
    min-height: 384px;
  }
  .page-campaign .list-but-sell img {
    min-height: 31px;
  }
  .link-banner {
    min-height: 37px;
  }
  .page-campaign-sp .img-item-sell {
    min-height: 160px;
  }
  .box-img-intro.cls__665d5c99230ef {
    min-height: 418px;
  }
  .collabo-kf2024 .box-img-banner img {
    min-height: 368px;
  }
  .box-img-intro.cls__668f6af1c4c0a {
    min-height: 1397px;
  }
  .box-img-intro.cls__668f6b2302230 {
    min-height: 971px;
  }
  .collabo-mini15 .box-img-banner {
    min-height: 442px;
  }
  .cls_66840e54ac53a .link-banner {
    min-height: 60px;
  }
  .box-img-intro.cls__66840ef0c44c1 {
    min-height: 533px;
  }
  .box-img-intro.cls__66840f098eaa2 {
    min-height: 566px;
  }
  .cls_6690ff2abb478 .link-banner {
    min-height: 43px;
  }
  .box-img-intro.cls__66840f5c98d6c {
    min-height: 1070px;
  }
  .cls_66840f70ec1ce .link-banner {
    min-height: 47px;
  }
  .box-img-intro.cls__66840f845b01a {
    min-height: 818px;
  }
  .cls_66840fcda9bf8 .link-banner {
    min-height: 49px;
  }
  .collabo-giga2024 img {
    min-height: 488px;
  }
  .box-img-intro.cls__6678d8c5bead1 {
    min-height: 2026px;
  }
  .cls__6678da647cd63 img {
    min-height: 53px;
  }
  .top-banner.collabo-01familia img {
    min-height: 447px;
  }
  .box-img-intro.cls__6667df0186cc6 {
    min-height: 1282px;
  }
  .box-img-intro.cls__667439c016033 {
    min-height: 51px;
  }
  .box-img-intro.cls__6667dfa048bce {
    min-height: 596px;
  }
  .box-img-intro.cls__6667e115942e1 {
    min-height: 32px;
  }
  .box-img-intro.cls__668b53c92e711 {
    min-height: 1119px;
  }
  .box-img-intro.cls__668b53ec6530d {
    min-height: 984px;
  }
  .box-img-intro.cls__668b53fc732df {
    min-height: 2040px;
  }
  .open-part.cls__668b54af2e0d4 {
    min-height: 79px;
  }
  .box-img-intro.cls__66784518afd04 {
    min-height: 749px;
  }
  .box-img-intro.cls__668e39c34a8d0 {
    min-height: 154px;
  }
  .box-img-intro.cls__66784694f2022 {
    min-height: 945px;
  }
  .box-img-intro.cls__667846b243a23 {
    min-height: 657px;
  }
  .box-img-intro.cls__66840e2856cf0 {
    min-height: 481px;
  }
  .collabo-saho .box-img-banner {
    min-height: 441px;
  }
  .box-img-intro.cls__66750d77abda3 {
    min-height: 279px;
  }
  .collabo-qumali .box-img-banner {
    min-height: 506px;
  }
  .box-img-intro.cls__6657bb7fc6606 {
    min-height: 1031px;
  }
  .box-img-intro.cls__6657bbacb8104 {
    min-height: 62px;
  }
  .box-img-intro.cls__6657bbbcdaa2c {
    min-height: 63px;
  }
  .box-img-intro.cls__6678ec1529ebc {
    min-height: 882px;
  }
}
collabo-amefurashi .box-img-banner img {
  min-height: 317px;
}
.cls__669b1b4425022 img {
  min-height: 193px;
}
.cls__669de4b6ab73f img {
  min-height: 407px;
}
.cls_669de5093ae20 a {
  min-height: 37px;
}
.cls__669b1b7ce18c4 img {
  min-height: 1089px;
}
.cls__669b1cbab4763 img {
  min-height: 960px;
}
.cls__669b1c67b9e08 {
  min-height: 33px;
}
.cls_669b1d111118e a , .cls_669b1d477892c a , .cls_669f34e08cf5c a , .cls_669f36660195f a{
  min-height: 37px;
}

@media (min-width: 360px) {
  #669b1c67b9e08 {
    min-height: 2523px;
  }
}
@media (min-width: 360px) {
  .cls__669b1cbab4763 img {
    min-height: 1088px;
  }
}
@media (min-width: 375px) {
  .cls__669b1cbab4763 img {
    min-height: 1136px;
  }
}
@media (min-width: 390px) {
  .collabo-amefurashi .box-img-banner img {
    min-height: 331px;
  }
  .cls__669b1b4425022 img {
    min-height: 201px;
  }
  .cls__669de4b6ab73f img {
    min-height: 424px;
  }
  .cls_669de5093ae20 a {
    min-height: 37px;
  }
  .cls__669b1b7ce18c4 img {
    min-height: 1135px;
  }
  .cls__669b1cbab4763 img {
    min-height: 1183px;
  }
  .cls_669b1c67b9e08 {
    min-height: 35px;
  }
}
@media (min-width: 414px) {
  .collabo-amefurashi.box-img-banner img {
    min-height: 351px;
  }

  .cls__669b1b4425022 img {
    min-height: 214px;
  }

  .cls__669de4b6ab73f img {
    min-height: 452px;
  }

  .cls_669de5093ae20 a {
    min-height: 37px;
  }

  .cls__669b1b7ce18c4 img {
    min-height: 1209px;
  }

  .cls__669b1cbab4763 img {
    min-height: 1261px;
  }

  .cls_669b1c67b9e08 {
    min-height: 37px;
  }
}
@media (min-width: 430px) {
  .collabo-amefurashi.box-img-banner img {
    min-height: 364px;
  }

  .cls__669b1b4425022 img {
    min-height: 222px;
  }

  .cls__669de4b6ab73f img {
    min-height: 470px;
  }

  .cls_669de5093ae20 a {
    min-height: 37px;
  }

  .cls__669b1b7ce18c4 img {
    min-height: 1258px;
  }

  .cls__669b1cbab4763 img {
    min-height: 1311px;
  }

  .cls_669b1c67b9e08 {
    min-height: 39px;
  }
}

@media (min-width: 1024px) {
  .cls__amefurashi .box-img-banner img {
    min-height: 685px;
  }
  .cls_669b1b4425022 img {
    min-height: 382px;
  }
  .cls_669de4b6ab73f img {
    min-height: 418px;
  }
  .cls_669de5093ae20 a {
    min-height: 77px;
  }
  .cls_669b1b7ce18c4 img {
    min-height: 956px;
  }
  .cls_669b1cbab4763 img {
    min-height: 1230px;
  }
  .cls_669b1d111118e a , .cls_669b1d477892c a , .cls_669f34e08cf5c a , .cls_669f36660195f a{
    min-height: 56px;
  }
}

.cls-supermujintouseikatsu .box-img-banner img {
  min-height: 434px;
}
.cls__6712abb6b2224 img {
  min-height: 969px;
}
.cls__6712abe9c416a img {
  min-height: 84px;
}
@media (min-width: 390px) {
  .cls-supermujintouseikatsu .box-img-banner img {
    min-height: 451px;
  }
  .cls__6712abb6b2224 img {
    min-height: 1010px;
  }
  .cls__6712abe9c416a img {
    min-height: 87px;
  }
}
@media (min-width: 414px) {
  .cls-supermujintouseikatsu .box-img-banner img {
    min-height: 479px;
  }
  .cls__6712abb6b2224 img {
    min-height: 1075px;
  }
  .cls__6712abe9c416a img {
    min-height: 93px;
  }
}
@media (min-width: 430px) {
  .cls-supermujintouseikatsu .box-img-banner img {
    min-height: 498px;
  }
  .cls__6712abb6b2224 img {
    min-height: 1119px;
  }
  .cls__6712abe9c416a img {
    min-height: 97px;
  }
}

@media (min-width: 1024px) {
  .cls__supermujintouseikatsu .box-img-banner img {
    min-height: 706px;
  }
  .cls_6712abb6b2224 img {
    min-height: 1195px;
  }
  .cls_6712abe9c416a img {
    min-height: 259px;
  }
}
.collabo-nogizaka2024 .box-img-banner img {
  min-height: 439px;
}
.cls__670cbcd2be546 img {
  min-height: 745px;
}
.cls__670cbdb3867dd img {
  min-height: 58px;
}
.cls__670cbdfe9fb97 img {
  min-height: 486px;
}
@media (min-width: 360px) {
  .cls__670cbdfe9fb97 img {
    min-height: 550px;
  }
}
@media (min-width: 375px) {
  .cls__670cbdfe9fb97 img {
    min-height: 575px;
  }
}
@media (min-width: 390px) {
  .cls__670cbdfe9fb97 img {
    min-height: 599px;
  }
}
@media (min-width: 414px) {
  .cls__670cbdfe9fb97 img {
    min-height: 638px;
  }
}
@media (min-width: 430px) {
  .cls__670cbdfe9fb97 img {
    min-height: 663px;
  }
}
@media (min-width: 1024px) {
  .cls__nogizaka2024 .box-img-banner img {
    min-height: 766px;
  }
  .cls_670cbcd2be546 img {
    min-height: 851px;
  }
  .cls_670cbdb3867dd img {
    min-height: 155px;
  }
  .cls_670cbdfe9fb97 img {
    min-height: 898px;
  }
}


.collabo-sapporocollection2024 .box-img-banner img {
  min-height: 350px;
}
.cls__670a9be3cd898 img {
  min-height: 360px;
}
.cls__670a9bf851b4a img {
  min-height: 627px;
}

@media (min-width: 360px) {
  .collabo-sapporocollection2024 .box-img-banner img {
    min-height: 394px;
  }
  .cls__670a9be3cd898 img {
    min-height: 295px;
  }
  .cls__670a9bf851b4a img {
    min-height: 710px;
  }

}
@media (min-width: 375px) {
  .collabo-sapporocollection2024 .box-img-banner img {
    min-height: 411px;
  }
  .cls__670a9be3cd898 img {
    min-height: 308px;
  }
  .cls__670a9bf851b4a img {
    min-height: 742px;
  }
}
@media (min-width: 390px) {
  .collabo-sapporocollection2024 .box-img-banner img {
    min-height: 427px;
  }
  .cls__670a9be3cd898 img {
    min-height: 321px;
  }
  .cls__670a9bf851b4a img {
    min-height: 773px;
  }
}
@media (min-width: 414px) {
  .collabo-sapporocollection2024 .box-img-banner img {
    min-height: 453px;
  }
  .cls__670a9be3cd898 img {
    min-height: 341px;
  }
  .cls__670a9bf851b4a img {
    min-height: 823px;
  }
}
@media (min-width: 430px) {
  .collabo-sapporocollection2024 .box-img-banner img {
    min-height: 471px;
  }
  .cls__670a9be3cd898 img {
    min-height: 355px;
  }
  .cls__670a9bf851b4a img {
    min-height: 857px;
  }
}
@media (min-width: 1024px) {
  .cls__sapporocollection2024 .box-img-banner img {
    min-height: 851px;
  }
  .cls_670a9be3cd898 img {
    min-height: 364px;
  }
  .cls_670a9bf851b4a img {
    min-height: 906px;
  }
  #670a9c235f9bc  {
    min-height: 1193px;
  }
}
.collabo-idoltewatashikai img {
  min-height: 388px;
}
.cls__675024b9a8f67 {
  min-height: 576px;
}
.cls__675024d1ce194 {
  min-height: 246px;
}
.cls__675071ed948e5 {
  min-height: 115px;
}
.cls__6750720627c3c {
  min-height: 383px;
}
.cls__6750722394362 , .cls__6750726b17edf {
  min-height: 381px;
}
.cls__67507253e9612 {
  min-height: 57px;
}
.cls__6750728391407 {
  min-height: 371px;
}
.cls__6750fb26b0c22 {
  min-height: 49px;
}
@media (min-width: 360px) {
  .cls__675024b9a8f67 {
    min-height: 652px;
  }
  .cls__675024d1ce194 {
    min-height: 278px;
  }
  .cls__675071ed948e5 {
    min-height: 130px;
  }
  .cls__6750720627c3c {
    min-height: 432px;
  }
  .cls__6750722394362 , .cls__6750726b17edf {
    min-height: 431px;
  }
  .cls__67507253e9612 {
    min-height: 57px;
  }
  .cls__6750728391407 {
    min-height: 421px;
  }
  .cls__6750fb26b0c22 {
    min-height: 53px;
  }
}
@media (min-width: 375px) {
  .cls__675024b9a8f67 {
    min-height: 681px;
  }
  .cls__675024d1ce194 {
    min-height: 291px;
  }
  .cls__675071ed948e5 {
    min-height: 136px;
  }
  .cls__6750720627c3c {
    min-height: 451px;
  }
  .cls__6750722394362 , .cls__6750726b17edf {
    min-height: 450px;
  }
  .cls__67507253e9612 {
    min-height: 67px;
  }
  .cls__6750728391407 {
    min-height: 439px;
  }
  .cls__6750fb26b0c22 {
    min-height: 56px;
  }
}
@media (min-width: 390px) {
  .collabo-idoltewatashikai img {
    min-height: 403px;
  }
  .cls__675024b9a8f67 {
    min-height: 710px;
  }
  .cls__675024d1ce194 {
    min-height: 303px;
  }
  .cls__675071ed948e5 {
    min-height: 142px;
  }
  .cls__6750720627c3c {
    min-height: 470px;
  }
  .cls__6750722394362 , .cls__6750726b17edf {
    min-height: 469px;
  }
  .cls__67507253e9612 {
    min-height: 70px;
  }
  .cls__6750728391407 {
    min-height: 458px;
  }
  .cls__6750fb26b0c22 {
    min-height: 58px;
  }
}
@media (min-width: 414px) {
  .collabo-idoltewatashikai img {
    min-height: 428px;
  }
  .cls__675024b9a8f67 {
    min-height: 756px;
  }
  .cls__675024d1ce194 {
    min-height: 322px;
  }
  .cls__675071ed948e5 {
    min-height: 151px;
  }
  .cls__6750720627c3c {
    min-height: 501px;
  }
  .cls__6750722394362 , .cls__6750726b17edf {
    min-height: 500px;
  }
  .cls__67507253e9612 {
    min-height: 74px;
  }
  .cls__6750728391407 {
    min-height: 489px;
  }
  .cls__6750fb26b0c22 {
    min-height: 60px;
  }
}
@media (min-width: 430px) {
  .collabo-idoltewatashikai img {
    min-height: 444px;
  }
  .cls__675024b9a8f67 {
    min-height: 786px;
  }
  .cls__675024d1ce194 {
    min-height: 336px;
  }
  .cls__675071ed948e5 {
    min-height: 166px;
  }
  .cls__6750720627c3c {
    min-height: 521px;
  }
  .cls__6750722394362 , .cls__6750726b17edf {
    min-height: 520px;
  }
  .cls__67507253e9612 {
    min-height: 77px;
  }
  .cls__6750728391407 {
    min-height: 507px;
  }
  .cls__6750fb26b0c22 {
    min-height: 63px;
  }
}
@media (min-width: 1024px) {
  .cls__idoltewatashikai img {
    min-height: 1180px;
  }
  .cls_675024b9a8f67 {
    min-height: 954px;
  }
  .cls_675024d1ce194 {
    min-height: 927px;
  }
  .cls_675071ed948e5 {
    min-height: 419px;
  }
  .cls_6750720627c3c , .cls_6750722394362 {
    min-height: 349px;
  }
  .cls_67507253e9612 {
    min-height: 207px;
  }
  .cls_6750726b17edf , .cls_6750728391407 {
    min-height: 339px;
  }
}

.collabo-roughlaugh2024 img {
  min-height: 370px;
}
.cls__67570ca590141 {
  min-height: 946px;
}
.cls__67570d0ac1825 {
  min-height: 793px;
}
#\36 7604251639b1 {
  min-height: 484px;
}
.cls__67570e54a22df {
  min-height: 415px;
}

.saivision2025 .section_collabo {
  min-height: 20px;
  padding: 0;
  margin: -1px auto;
}

.saivision2025 .section_collabo_sp {
  min-height: 20px;
  padding: 0;
  margin: -1px auto;
}

@media (min-width: 360px) {
  .collabo-roughlaugh2024 img {
    min-height: 416px;
  }
  .cls__67570ca590141 {
    min-height: 1072px;
  }
  .cls__67570d0ac1825 {
    min-height: 899px;
  }
  .cls__67570e54a22df {
    min-height: 470px;
  }
}
@media (min-width: 375px) {
  .collabo-roughlaugh2024 img {
    min-height: 433px;
  }
  .cls__67570ca590141 {
    min-height: 1119px;
  }
  .cls__67570d0ac1825 {
    min-height: 939px;
  }
  #\36 7604251639b1 {
    min-height: 485px;
  }
  .cls__67570e54a22df {
    min-height: 491px;
  }
}
@media (min-width: 390px) {
  .collabo-roughlaugh2024 img {
    min-height: 450px;
  }
  .cls__67570ca590141 {
    min-height: 1167px;
  }
  .cls__67570d0ac1825 {
    min-height: 978px;
  }
  #\36 7604251639b1 {
    min-height: 487px;
  }
  .cls__67570e54a22df {
    min-height: 511px;
  }
}

@media (min-width: 414px) {
  .collabo-roughlaugh2024 img {
    min-height: 478px;
  }
  .cls__67570ca590141 {
    min-height: 1242px;
  }
  .cls__67570d0ac1825 {
    min-height: 1042px;
  }
  #\36 7604251639b1 {
    min-height: 489px;
  }
  .cls__67570e54a22df {
    min-height: 544px;
  }
}

@media (min-width: 430px) {
  .collabo-roughlaugh2024 img {
    min-height: 496px;
  }
  .cls__67570ca590141 {
    min-height: 1293px;
  }
  .cls__67570d0ac1825 {
    min-height: 1084px;
  }
  #\36 7604251639b1 {
    min-height: 492px;
  }
  .cls__67570e54a22df {
    min-height: 566px;
  }
}
@media (min-width: 1024px) {
  .cls__roughlaugh2024 img {
    min-height: 498px;
  }

  .cls_67570ca590141 {
    min-height: 735px;
  }

  .cls_67570d0ac1825 {
    min-height: 726px;
  }

  #\36 7604251639b1 {
    min-height: 674px;
  }
}


