@charset "utf-8";
html{
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.u-text-xs{
  font-size: 8px;
  line-height: 1;
}
#dvd_top{
  padding: 80px 0 0;
}
#dvd_top .txt_intro{
  margin-bottom: 0;
}
.txt_hosoku{
  font-size: 12px;
}
.txt_hosoku a{
  text-decoration: underline;
}
.scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar::-webkit-scrollbar {
  display: none;
}
#schedule_howto,
#dvdScheduleFaq{
    padding: 80px 0;
}
.streaming-services_category-name,
.streaming-services_count,
.streaming-services_list{
  margin-top: 20px;
}
.streaming-services_category-name{
  & .u-text-xs{
    font-size: 12px;
  }
}
.streaming-services_filters{
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c0c0c0;
}
.streaming-services_filter{
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    padding: 6px;
    width: fit-content;
    cursor: pointer;
  &.is-active{
  border: none;
  background: #a58d5e;
  color: #fff;
  }
}
.streaming-services_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.streaming-services_item{
    background: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
}
.streaming-services_service-name{
  text-decoration: underline;
}
.streaming-services_status{
    padding: 2px 4px;
    border-radius: 4px;
&.status-ok{
    color: #63af21;
    background: #eaf3de;
}
&.status-caution{
    color: #ff6600;
    background: #ffe8d9;
}
}
.streaming-services_item.is-hidden {
  display: none;
}

.streaming-services_toggle{
    max-width: 310px;
    margin: 20px auto 0;
    background: var(--color-brown03);
    display: block;
    position: relative;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 30px;
    position: relative;
  &::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(/images_2024r/shop/common/icon/ico_btn_arror_white.svg);
    transform: rotate(90deg);
  }
    &.is-open{
    &::after{
    transform: rotate(-90deg);
  }}
}
.streaming-services_close {
  display: none;
}
.streaming-services_more,
.streaming-services_close{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    margin: auto;
    width: 100%;
    height: 100%;
}

/* dvdScheduleFaq */
.ans_dvdScheduleFaq{
  & + .desc_dvdScheduleFaq{
    margin-top: 20px;
  }
}
.desc_dvdScheduleFaq{
  & + .desc_dvdScheduleFaq{
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .streaming-services_list{
    grid-template-columns: 1fr;
  }
}
.faq_item{
& + .faq_item{
  margin-top: 20px;
}
}