#contents_wrapper {
  overflow: hidden;
}

.ib_item {
  display: inline-block;
}

@media (max-width: 1024px) {
  #tptitle {
    margin-bottom: 40px;
  }
}
#tptitle .innerBox {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  #tptitle .innerBox {
    flex-direction: column;
    width: 94%;
    margin: auto;
    padding: 5% 0;
  }
}
#tptitle .insta_link a {
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border: 1px solid #fff;
  border-radius: 10px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: inherit;
  transition: 0.6s;
}
@media (max-width: 640px) {
  #tptitle .insta_link a {
    padding: 7px 14px;
    gap: 10px;
  }
}
#tptitle .insta_link a p {
  margin: 0;
}
#tptitle .insta_link a img {
  width: 50px;
  height: 50px;
}
@media (max-width: 640px) {
  #tptitle .insta_link a img {
    width: 40px;
    height: 40px;
  }
}
#tptitle .h2Box {
  height: auto;
  width: 650px;
}
@media (max-width: 1024px) {
  #tptitle .h2Box {
    width: 100%;
  }
}
#tptitle .h2Box h2 {
  margin-top: 1em;
  text-align: center;
  font-size: 20px;
}
#tptitle .h2Box h3 {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
}

#detail {
  margin-top: 80px;
}
@media (max-width: 640px) {
  #detail {
    margin-top: 40px;
  }
}
#detail .outerBox:first-child .video .noText {
  color: #404040 !important;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.style_list_box {
  width: 100%;
  overflow: visible;
  margin-inline: auto;
  margin-block: 3%;
}
.style_list_box p {
  text-align: center;
  color: #888;
  line-height: 2;
  margin: 0;
}
.style_list_box .style_list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 2px;
}
.style_list_box .style_list li {
  text-align: center;
  color: #fff;
  background: #b5b5b5;
  letter-spacing: 0.05em;
  padding-block: 3px;
  transition: 0.6s;
}
.style_list_box .style_list li:hover {
  filter: brightness(0.9);
}
.style_list_box .style_list li a {
  color: inherit;
  text-decoration: none;
}

.instalive_style {
  width: 180%;
  margin: 0 auto;
  padding: 30px 0;
  overflow: visible;
  display: flex;
  color: #fff;
  background: #b5b5b5;
  position: relative;
}
.instalive_style::before {
  content: "";
  width: 100%;
  height: 24px;
  background-image: url(https://osmosis.itembox.design/item/img/top/film_bg.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}
@media (max-width: 640px) {
  .instalive_style::before {
    height: 20px;
    top: 6px;
  }
}
.instalive_style::after {
  content: "";
  width: 100%;
  height: 24px;
  background-image: url(https://osmosis.itembox.design/item/img/top/film_bg.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 2px;
  left: 0;
}
@media (max-width: 640px) {
  .instalive_style::after {
    height: 20px;
    bottom: 6px;
  }
}
@media (max-width: 1200px) {
  .instalive_style {
    width: 200%;
  }
}
@media (max-width: 640px) {
  .instalive_style {
    width: 260%;
  }
}
@media (max-width: 450px) {
  .instalive_style {
    width: 300%;
  }
}
.instalive_style:hover .live_list {
  animation-play-state: paused;
}

.live_list {
  width: 100%;
  display: flex;
  flex: 0 0 100%;
  gap: 8px;
  padding-right: 8px;
  will-change: transform;
}
.live_list:first-child {
  animation: slide1 100s -50s linear infinite both;
}
.live_list:last-child {
  animation: slide2 100s linear infinite both;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.style_card {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 20px 0;
  align-items: center;
  position: relative;
}
.style_card a {
  display: block;
  color: inherit;
  transition: all 0.6s;
  position: relative;
}
.style_card a:after {
  content: "CHECK!!";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(121, 121, 121, 0.3);
  text-align: center;
  font-size: 110%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s;
}
@media (max-width: 640px) {
  .style_card a:after {
    font-size: 14px;
  }
}
.style_card a:hover::after {
  opacity: 1;
  z-index: 1;
}
.style_card span {
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 16px;
}
@media (max-width: 640px) {
  .style_card span {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .style_card span {
    font-size: 12px;
  }
}

.insta_link_bnner {
  padding-block: 8%;
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
  transition: 0.6s;
}
.insta_link_bnner:hover {
  filter: brightness(1.1);
}/*# sourceMappingURL=2025insta_live.css.map */