@media screen and (max-width: 1099px) {
    .img-ajust-recommend {
        width: 100%;
        height: auto;
    }
}
.top-topic-border {
border: 3px solid #ffe8e4;
border-radius: 48px;
}
.top-voice-border {
border: 2px solid #d5d5d5;
border-radius: 16px;
}

/* J:COM STREAM.J:COM Netflix セット */
.color-orange {
  color: #E93817;
}
.tv-course-area {
  margin: 32px 0 0;
  padding: 79px 0 92px;
  background: url(/service/tv/images_v10/bg-tv-course.jpg) no-repeat center;
}
.back-speech-bubble {
  margin: 28px 0;
  padding: 14px;
  background-image: url(/service/tv/images_v10/decoration/course_hukidashi.png);
  background-repeat: no-repeat;
  background-size: 713px 93px;
  background-position: center;
}
.back-speech-bubble p {
  font-size: 32px;
}
.tv-course-title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.tv-course-title .tv-course-title-break {
  display: none;
}
.row.row-cs-md.tv-course-container {
  margin: 0 -8px 32px;
}
.tv-course-container .tv-course-box {
  background-color: #FFFFFF;
  padding: 25px 0 32px;
}
.tv-course-container .tv-course-box .text-upper-orange {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 15px;
  font-size: 26px;
  min-width: 174px;
}
.tv-course-container .tv-course-box .text-upper-orange::before,
.tv-course-container .tv-course-box .text-upper-orange::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 5px;
  bottom: 0;
  width: 0px;
  height: 28px;
  border-left: 3px solid #E93817;
  margin: auto;
}
.tv-course-container .tv-course-box .text-upper-orange::before {
  left: 0;
  transform: rotate(-24deg);
}
.tv-course-container .tv-course-box .text-upper-orange::after {
  right: 0;
  transform: rotate(24deg);
}
.tv-course-container .tv-course-box .back-gradation {
  margin-bottom: 14px;
  padding: 4px 0 6px;
  font-size: 35px;
  background: linear-gradient(90deg, rgba(233,56,23,0) 0%, rgba(233,56,23,0.9) 15%, rgba(233,56,23,1) 50%, rgba(233,56,23,0.9) 85%, rgba(233,56,23,0) 100%);
}
.tv-course-container .tv-course-box .tv-course-subtitle {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.3;
}
.tv-course-container .tv-course-box .tv-course-img {
  height: 54px; 
}
.tv-course-container .tv-course-box.tv-course-box-set .tv-course-img {
  padding-top: 6px;
}
.tv-course-container .tv-course-box .tv-course-btn {
  margin: 21px 0 0;
  padding: 0 10px;
}
.tv-course-container .tv-course-box .tv-course-btn a {
  min-width: 0;
  max-width: 100%;
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .tv-course-title .tv-course-title-break {
    display: inline;
  }
  .tv-course-container .tv-course-box .text-upper-orange {
    font-size: clamp(20px, calc(20/768 * 100vw), 26px);
    min-width: clamp(150px, calc(150/768 * 100vw), 174px);
  }
  .tv-course-container .tv-course-box .back-gradation {
    font-size: clamp(26px, calc(26/768 * 100vw), 35px);
  }
  .tv-course-container .tv-course-box .tv-course-subtitle {
    font-size: clamp(22px, calc(22/768 * 100vw), 28px);
  }
}
@media screen and (max-width: 767px) {
  .tv-course-area {
    margin-top: 32px;
    padding: 45px 0 44px;
    background: url(/service/tv/images_v10/bg-tv-course_sp.jpg) no-repeat center top 0;
    background-size: 100% auto;
  }
  .back-speech-bubble {
    margin: 18px 0;
    padding: 10px;
    background-image: url(/service/tv/images_v10/decoration/course_hukidashi_sp.png);
    background-size: 220px 63px;
  }
  .back-speech-bubble p {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .tv-course-title {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 1.4;
  }
  .tv-course-title .tv-course-title-break {
    display: inline;
  }
  .tv-course-container .tv-course-box {
    padding: 15px 0 13px;
}
  .tv-course-container .tv-course-box .text-upper-orange {
    margin-bottom: 5px;
    padding: 0;
    min-width: 104px;
    font-size: 15px;
  }
  .tv-course-container .tv-course-box .text-upper-orange::before,
  .tv-course-container .tv-course-box .text-upper-orange::after {
    top: -4px;
    height: 18px;
    border-left: 2px solid #E93817;
  }
  .tv-course-container .tv-course-box .back-gradation {
    margin-bottom: 8px;
    padding: 3px 0 4px;
    font-size: 23px;
  }
  .tv-course-container .tv-course-box .tv-course-subtitle {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .tv-course-container .tv-course-box .tv-course-img {
    height: 33px; 
  }
  .tv-course-container .tv-course-box.tv-course-box-set .tv-course-img {
    padding-top: 2px;
  }
  .tv-course-container .tv-course-box.tv-course-box-stream .tv-course-img img {
    width: 96px;
    height: 33px;
  }
  .tv-course-container .tv-course-box.tv-course-box-set .tv-course-img img {
    width: 98px;
    height: 27px;
  }
  .tv-course-container .tv-course-box .tv-course-btn {
    margin: 12px auto;
    padding: 0;
    width: 225px;
    min-width: 225px;
  }
  .tv-course-container .tv-course-box .tv-course-btn span {
    font-size: 19px;
  }
}

/* J:COM TVおすすめの理由 */
.section-rec-tv-short {
  padding: 75px 0 55px;
  background: url(/service/tv/images_v10/bg-rec-short.webp) no-repeat center;
  background-size: cover;
}
.section-rec-tv-short .h2-white {
margin-bottom: 37px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  color: #fff;
}
.section-rec-tv-short .h2-white::before,
.section-rec-tv-short .h2-white::after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 4px;
  margin: 0 32px;
  background: #fff;
  border-radius: 2px;
}
.section-rec-tv-short .h2-white::before {
  margin-left: 0;
}
.section-rec-tv-short .h2-white::after {
  margin-right: 0;
}
.section-rec-tv-short .tv-recommend-card {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 22px 0 32px; 
}
.section-rec-tv-short .tv-recommend-card::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-right: 2px solid #E93817;
  border-bottom: 2px solid #E93817;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-rec-tv-short .tv-recommend-card-subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #E93817;
  text-align: center;
}
.section-rec-tv-short .tv-recommend-card-title {
  margin: 7px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  text-align: center;
}
.section-rec-tv-short .tv-recommend-card-img {
  margin: 7px 0 0;
}

/* J:COM TVおすすめの理由 TOP*/
[class*="-tv"].section-rec-tv {
  background-color: #000000;
}
.section-rec-tv .h2-rec-tv {
  font-size: 29px;
  color: #fff;
}
.container-rec-tv {
  display: flex;
  align-items: center;
  height: 300px;
  margin-top: 40px;
}
.container-rec-tv+.container-rec-tv {
  margin-top: 0;
}
.container-rec-tv.is-left {
  justify-content: flex-start;
}
.container-rec-tv.is-right {
  justify-content: flex-end
}
.container-point01 {
  background: url(/service/tv/images_v10/bg-rec-point01.webp) no-repeat right center;
}
.container-point02 {
  background: url(/service/tv/images_v10/bg-rec-point02.webp) no-repeat left center;
  height: 310px;
}
.container-point03 {
  background: url(/service/tv/images_v10/bg-rec-point03.webp) no-repeat right center;
}
.container-point04 {
  background: url(/service/tv/images_v10/bg-rec-point04.webp) no-repeat left center;
}
.container-rec-tv .box-text {
  width: 50%;
  padding: 0 40px 0 70px;
}
.container-rec-tv .subtitle-rec-tv {
  padding: 12px 0 0 12px;
  font-size: 22px;
  font-weight: bold;
}
.container-rec-tv-lead {
  margin: 14px 0 0;
}
.container-rec-tv .bg-color-orange {
  padding: 0 10px;
  display: inline-block;
  background-color: #E93817;
  font-size: 34px;
  font-weight: bold;
}
.container-rec-tv .link-rec-tv {
  margin: 10px 0 0;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .container-rec-tv br.hidden-pc + .bg-color-orange {
    margin-left: -10px;
    padding-left: 0;
  }
}

@media screen and (max-width: 1160px) and (min-width: 768px) {
  .container-rec-tv .box-text {
    width: auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  /* J:COM TVおすすめの理由 */
  .section-rec-tv-short {
    padding: 25px 0 33px;
    background-image: url(/service/tv/images_v10/bg-rec-short_sp.webp);
    background-size: cover;
  }
  .section-rec-tv-short .h2-white {
    margin-bottom: 37px;
    font-size: 26px;
  }
  .section-rec-tv-short .h2-white::before,
  .section-rec-tv-short .h2-white::after {
    width: 24px;
    margin: 0 16px;
  }
  .section-rec-tv-short .h2-white::before {
    margin-left: 0;
  }
  .section-rec-tv-short .h2-white::after {
    margin-right: 0;
  }
  .section-rec-tv-short .tv-recommend-card {
    padding: 22px 0 34px; 
  }
  .section-rec-tv-short .tv-recommend-card::after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border-right: 2px solid #E93817;
    border-bottom: 2px solid #E93817;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .section-rec-tv-short .tv-recommend-card-subtitle {
    font-size: 17px;
  }
  .section-rec-tv-short .tv-recommend-card-title {
    font-size: 24px;
  }

  /* J:COM TVおすすめの理由 TOP*/
  .section-rec-tv .h2-rec-tv {
    font-size: 26px;
  }
  .container-rec-tv {
    max-width: 327px;
    height: 170px;
    margin: 35px auto 0;
  }
  .container-rec-tv+.container-rec-tv {
    margin-top: 0;
  }
  .container-rec-tv.is-left {
    justify-content: flex-start;
  }
  .container-rec-tv.is-right {
    justify-content: flex-end;
  }
  .container-point01 {
    background: url(/service/tv/images_v10/bg-rec-point01_sp.webp) no-repeat right center;
    background-size: auto 170px;
  }
  .container-point02 {
    background: url(/service/tv/images_v10/bg-rec-point02_sp.webp) no-repeat left center;
    background-size: auto 170px;
  }
  .container-point03 {
    background: url(/service/tv/images_v10/bg-rec-point03_sp.webp) no-repeat right center;
    background-size: auto 170px;
  }
  .container-point04 {
    background: url(/service/tv/images_v10/bg-rec-point04_sp.webp) no-repeat left center;
    background-size: auto 170px;
  }
  .container-rec-tv .box-text {
    width: 55.4%;
    padding: 0;
  }
  .container-point01 .box-text {
    width: 70%;
  }
  .container-rec-tv .container-rec-tv-title {
    margin-bottom: 5px;
  }
  .container-rec-tv .container-rec-tv-title .point {
    width: 30px;
  }
  .container-rec-tv .subtitle-rec-tv {
    padding: 0 0 0 7px;
    font-size: 11px;
  }
  .container-rec-tv-lead {
    margin: 0;
  }
  .container-rec-tv .bg-color-orange {
    margin: 0;
    padding: 0 2px 3px;
    font-size: 22px;
    line-height: 1.1;
  }
  .container-rec-tv br.hidden-sp + .bg-color-orange {
    margin-left: -2px;
    padding-left: 0;
  }
  .container-rec-tv .bg-color-orange-bag {
    margin-top: 0;
    padding: 0 2px 3px;
    font-size: 22px;
    line-height: 1.1;
  }
  .container-rec-tv .link-rec-tv {
    margin: 5px 0 0;
    font-size: 11px;
  }
}