@charset "UTF-8";
.s5-returnToTop {
  margin-top: 0 !important;
}

.navOut {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .navOut {
    width: 100%;
    overflow: hidden;
  }
}

#tv_style2 {
  margin: 0 auto;
  position: relative;
  padding: 0;
  color: #000000;
}
#tv_style2 * {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", Verdana, Helvetica, sans-serif;
  box-sizing: border-box !important;
}
#tv_style2 img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  border-style: none;
}
#tv_style2 .s5-p1 {
  line-height: 1.6;
}
#tv_style2 .kv {
  width: 100%;
  background-color: #000;
}
#tv_style2 .kv .inner {
  position: relative;
}
#tv_style2 .kv .inner.result {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner.result {
    padding-bottom: 30px;
  }
}
#tv_style2 .kv .inner ul.flow {
  width: 570px;
  position: absolute;
  top: 20px;
  left: 50%;
  translate: -50% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner ul.flow {
    width: 80%;
    top: 15px;
  }
}
#tv_style2 .kv .inner ul.flow.result {
  position: relative;
  translate: 0;
  left: 0;
}
#tv_style2 .kv .inner ul.flow:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 5%;
  width: 90%;
  height: 5px;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner ul.flow:before {
    top: 12px;
  }
}
#tv_style2 .kv .inner ul.flow li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#tv_style2 .kv .inner ul.flow li .num {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner ul.flow li .num {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
#tv_style2 .kv .inner ul.flow li.current .num {
  color: #fff;
  background-color: #2d75c7;
}
#tv_style2 .kv .inner ul.flow li p {
  font-size: 14px;
  color: #fff;
  margin-top: 3px;
  text-shadow: 1px 1px 3px #000;
  position: absolute;
  top: 100%;
  width: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner ul.flow li p {
    display: none;
  }
}
#tv_style2 .kv .inner .dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s;
}
#tv_style2 .kv .inner .dark.left {
  background-color: rgba(0, 0, 0, 0);
}
#tv_style2 .kv .inner .dark.center {
  background-color: rgba(0, 0, 0, 0.15);
}
#tv_style2 .kv .inner .dark.right {
  background-color: rgba(0, 0, 0, 0.3);
}
#tv_style2 .kv .inner ul.brightness-bar {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 15px;
  z-index: 3;
}
#tv_style2 .kv .inner ul.brightness-bar li {
  width: 150px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  transition: all 0.3s;
}
#tv_style2 .kv .inner ul.brightness-bar li.btn-center {
  width: 380px;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner ul.brightness-bar li.btn-center {
    gap: 3px;
  }
}
#tv_style2 .kv .inner ul.brightness-bar li.btn-center span {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner ul.brightness-bar li.btn-center span {
    font-weight: normal;
    font-size: 12px;
  }
}
@media (hover) {
  #tv_style2 .kv .inner ul.brightness-bar li:hover {
    border-color: #2d75c7;
    background-color: #2d75c7;
  }
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner ul.brightness-bar li {
    font-size: 14px;
    width: 20%;
    height: 40px;
  }
}
#tv_style2 .kv .inner ul.brightness-bar li.is-active {
  border-color: #2d75c7;
  background-color: #2d75c7;
}
@media (hover) {
  #tv_style2 .kv .inner ul.brightness-bar li.is-active:hover {
    border-color: #2d75c7;
    background-color: #2d75c7;
    cursor: default;
  }
}
#tv_style2 .kv .inner .btn-list {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 0 25px;
}
@media screen and (max-width: 980px) {
  #tv_style2 .kv .inner .btn-list {
    width: 95%;
    gap: 0 5%;
    max-width: 700px;
  }
}
#tv_style2 .kv .inner .btn-prev {
  display: none;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 100px 100px 0 0;
  font-size: 20px;
  letter-spacing: 3px;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (hover) {
  #tv_style2 .kv .inner .btn-prev:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 980px) {
  #tv_style2 .kv .inner .btn-prev {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .btn-prev {
    height: 40px;
    font-size: 16px;
  }
}
#tv_style2 .kv .inner .btn-prev span {
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .btn-prev span {
    letter-spacing: 0;
  }
}
#tv_style2 .kv .inner .btn-prev span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 19px;
  height: 17px;
  background: url(../images/icn_arw.png) no-repeat center center/contain;
  translate: 0 -50%;
  rotate: 180deg;
}
#tv_style2 .kv .inner .btn-next {
  width: 460px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px 100px 0 0;
  font-size: 20px;
  letter-spacing: 3px;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (hover) {
  #tv_style2 .kv .inner .btn-next:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 980px) {
  #tv_style2 .kv .inner .btn-next {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .btn-next {
    height: 40px;
    font-size: 16px;
  }
}
#tv_style2 .kv .inner .btn-next span {
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .btn-next span {
    letter-spacing: 0;
  }
}
#tv_style2 .kv .inner .btn-next span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 19px;
  height: 17px;
  background: url(../images/icn_arw.png) no-repeat center center/contain;
  translate: 0 -50%;
}
#tv_style2 .kv .inner .btn-next.none {
  pointer-events: none;
  filter: contrast(0.3);
}
#tv_style2 .kv .inner .person {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  transition: opacity 0.3s, left 0.6s;
  pointer-events: none;
  opacity: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .person {
    width: 140px;
  }
}
#tv_style2 .kv .inner .person.is-active {
  opacity: 1;
}
#tv_style2 .kv .inner .person-multi {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .person-multi {
    width: 250px;
  }
}
#tv_style2 .kv .inner .person-multi.is-active {
  opacity: 1;
}
#tv_style2 .kv .inner .bg {
  width: 100%;
  height: 570px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .bg {
    height: 350px;
  }
}
#tv_style2 .kv .inner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#tv_style2 .kv .inner .question {
  display: none;
  position: absolute;
  bottom: 90px;
  left: 50%;
  translate: -50% 0;
  max-width: 1100px;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .question {
    width: 95%;
    bottom: 55px;
  }
}
#tv_style2 .kv .inner .question.q1 {
  display: block;
}
#tv_style2 .kv .inner .question h2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px 1px 6px #333;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .question h2 {
    font-size: 4.5vw;
  }
}
#tv_style2 .kv .inner .question h2 span {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .question h2 span {
    font-size: 3.5vw;
  }
}
#tv_style2 .kv .inner .question h2 span.multiple {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .question h2 span.multiple {
    font-size: 3vw;
  }
}
#tv_style2 .kv .inner .question ul.q-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .question ul.q-list {
    margin-top: 10px;
    gap: 8px;
  }
}
#tv_style2 .kv .inner .question ul.q-list.q1-list li {
  width: 220px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .question ul.q-list.q1-list li {
    width: 30%;
  }
}
#tv_style2 .kv .inner .question ul.q-list.q2-list {
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .question ul.q-list.q2-list {
    gap: 8px;
  }
}
#tv_style2 .kv .inner .question ul.q-list.q2-list li {
  width: 240px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .question ul.q-list.q2-list li {
    width: 35%;
  }
}
#tv_style2 .kv .inner .question ul.q-list.q2-list li:first-child {
  width: 150px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .question ul.q-list.q2-list li:first-child {
    width: 30%;
  }
}
#tv_style2 .kv .inner .question ul.q-list.q2-list li:last-child {
  width: 170px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .question ul.q-list.q2-list li:last-child {
    width: 25%;
  }
}
#tv_style2 .kv .inner .question ul.q-list.q4-list {
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .question ul.q-list.q4-list {
    gap: 8px;
  }
}
#tv_style2 .kv .inner .question ul.q-list.q4-list li {
  width: 140px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .question ul.q-list.q4-list li {
    width: 22%;
  }
}
#tv_style2 .kv .inner .question ul.q-list.q4-list li.is-active {
  cursor: pointer !important;
}
#tv_style2 .kv .inner .question ul.q-list.q5-list li {
  width: 370px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .question ul.q-list.q5-list li {
    width: 48%;
  }
}
#tv_style2 .kv .inner .question ul.q-list li {
  width: 100px;
  height: 65px;
  border-radius: 32px;
  background-color: #fff;
  color: #000;
  transition: background-color 0.3s, color 0.3s, outline 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
@media (hover) {
  #tv_style2 .kv .inner .question ul.q-list li:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .question ul.q-list li {
    font-size: 14px;
    width: 30%;
    height: 35px;
  }
}
#tv_style2 .kv .inner .question ul.q-list li span {
  font-size: 70%;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .kv .inner .question ul.q-list li span {
    font-size: 85%;
    padding-top: 3px;
  }
}
#tv_style2 .kv .inner .question ul.q-list li::after {
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: solid 5px #2d75c7;
  outline-offset: -5px;
  position: absolute;
  border-radius: 30px;
  opacity: 0;
  transition: all 0.15s;
}
#tv_style2 .kv .inner .question ul.q-list li.is-active {
  background-color: #2d75c7;
  color: #fff;
  cursor: default;
}
#tv_style2 .result-area {
  display: none;
}
#tv_style2 .result-area ul.plan-list {
  width: 90%;
  margin: 25px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.plan-list {
    width: 90%;
    margin: 20px auto 0;
    gap: 0 3%;
  }
}
#tv_style2 .result-area ul.plan-list li {
  width: 400px;
  height: 70px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s, opacity 0.3s, transform 0.3s;
  font-size: 24px;
  font-weight: bold;
  background-color: #2d75c7;
  color: #fff;
  cursor: pointer;
}
@media (hover) {
  #tv_style2 .result-area ul.plan-list li:hover {
    transform: translateY(-5px);
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.plan-list li {
    width: 50%;
    height: 12vw;
    font-size: 3.5vw;
  }
}
#tv_style2 .result-area ul.plan-list li:nth-child(2) {
  background-color: #9c9330;
}
#tv_style2 .result-area ul.plan-list li:nth-child(2) span {
  position: relative;
}
#tv_style2 .result-area ul.plan-list li:nth-child(2) span:before, #tv_style2 .result-area ul.plan-list li:nth-child(2) span:after {
  content: "";
  position: absolute;
  top: 1px;
  width: 27px;
  height: 27px;
  background: url(../images/icn_up.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1;
}
@media screen and (max-width: 850px) {
  #tv_style2 .result-area ul.plan-list li:nth-child(2) span:before, #tv_style2 .result-area ul.plan-list li:nth-child(2) span:after {
    top: 6px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.plan-list li:nth-child(2) span:before, #tv_style2 .result-area ul.plan-list li:nth-child(2) span:after {
    top: 2vw;
    width: 4.5vw;
    height: 4.5vw;
  }
}
#tv_style2 .result-area ul.plan-list li:nth-child(2) span:before {
  left: 103%;
}
@media screen and (max-width: 850px) {
  #tv_style2 .result-area ul.plan-list li:nth-child(2) span:before {
    left: 102%;
  }
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.plan-list li:nth-child(2) span:before {
    left: 0;
  }
}
#tv_style2 .result-area ul.plan-list li:nth-child(2) span:after {
  right: 103%;
}
@media screen and (max-width: 850px) {
  #tv_style2 .result-area ul.plan-list li:nth-child(2) span:after {
    right: 102%;
  }
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.plan-list li:nth-child(2) span:after {
    right: 0;
  }
}
#tv_style2 .result-area ul.plan-list li:nth-child(2).is-active {
  background-color: #9c9330;
}
#tv_style2 .result-area ul.plan-list li:nth-child(2).is-active:after {
  border-top: 10px solid #9c9330;
}
#tv_style2 .result-area ul.plan-list li.is-active {
  color: #fff;
  position: relative;
  cursor: default;
}
@media (hover) {
  #tv_style2 .result-area ul.plan-list li.is-active:hover {
    opacity: 1;
    transform: translateY(0);
  }
}
#tv_style2 .result-area ul.plan-list li.is-active:after {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #2d75c7;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
}
#tv_style2 .result-area ul.plan-list li span {
  position: relative;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.plan-list li span {
    width: 90%;
    line-height: 1.3;
    text-align: center;
  }
}
#tv_style2 .result-area .recommend-box {
  max-width: 1000px;
  margin: 30px auto 0;
  width: 90%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .recommend-box {
    margin-top: 20px;
  }
}
#tv_style2 .result-area .recommend-box .products-name {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#tv_style2 .result-area .recommend-box .products-name.stepup .tv-box {
  transition: background-color 0.3s;
  background-color: #9c9330;
}
#tv_style2 .result-area .recommend-box .products-name.stepup .tv-box:after {
  background-color: #9c9330;
}
#tv_style2 .result-area .recommend-box .products-name.stepup .soundbar-box {
  transition: background-color 0.3s;
  background-color: #918827;
}
#tv_style2 .result-area .recommend-box .products-name.stepup .soundbar-box:after {
  background-color: #918827;
}
#tv_style2 .result-area .recommend-box .products-name .tv-box {
  width: 50%;
  background-color: #2d75c7;
  padding: 70px 0 20px;
  transition: background-color 0.3s;
  position: relative;
}
#tv_style2 .result-area .recommend-box .products-name .tv-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: #2d75c7;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .recommend-box .products-name .tv-box {
    padding: 10vw 0 3vw;
  }
}
#tv_style2 .result-area .recommend-box .products-name .tv-box p {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .recommend-box .products-name .tv-box p {
    font-size: 3vw;
  }
}
#tv_style2 .result-area .recommend-box .products-name .tv-box p > span {
  display: block;
  font-size: 38px;
}
@media screen and (max-width: 1100px) {
  #tv_style2 .result-area .recommend-box .products-name .tv-box p > span {
    font-size: clamp(1.375rem, -0.938rem + 4.82vw, 2.375rem);
  }
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .recommend-box .products-name .tv-box p > span {
    font-size: 3.5vw;
  }
}
#tv_style2 .result-area .recommend-box .products-name .tv-box p > span span {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .recommend-box .products-name .tv-box p > span span {
    font-size: 3vw;
  }
}
#tv_style2 .result-area .recommend-box .products-name .soundbar-box {
  width: 50%;
  background-color: #2869b3;
  color: #fff;
  padding: 70px 0 20px;
  transition: background-color 0.3s;
  position: relative;
}
#tv_style2 .result-area .recommend-box .products-name .soundbar-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8px;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  background-color: #2869b3;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .recommend-box .products-name .soundbar-box {
    padding: 10vw 0 3vw;
  }
}
#tv_style2 .result-area .recommend-box .products-name .soundbar-box p {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .recommend-box .products-name .soundbar-box p {
    font-size: 3vw;
  }
}
#tv_style2 .result-area .recommend-box .products-name .soundbar-box p > span {
  display: block;
  font-size: 38px;
}
@media screen and (max-width: 1100px) {
  #tv_style2 .result-area .recommend-box .products-name .soundbar-box p > span {
    font-size: clamp(1.375rem, -0.938rem + 4.82vw, 2.375rem);
  }
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .recommend-box .products-name .soundbar-box p > span {
    font-size: 3.5vw;
  }
}
#tv_style2 .result-area .recommend-box .products-name .soundbar-box p > span span {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .recommend-box .products-name .soundbar-box p > span span {
    font-size: 3vw;
  }
}
#tv_style2 .result-area .recommend-box .products-name .your {
  position: absolute;
  top: 23px;
  left: 50%;
  translate: -50% 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .recommend-box .products-name .your {
    font-size: 3vw;
    top: 3vw;
  }
}
#tv_style2 .result-area .recommend-box .products-name .your span {
  position: relative;
}
#tv_style2 .result-area .recommend-box .products-name .your span:before {
  content: "";
  position: absolute;
  left: -25px;
  bottom: 0;
  width: 2px;
  height: 120%;
  background-color: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .recommend-box .products-name .your span:before {
    left: -15%;
    height: 100%;
  }
}
#tv_style2 .result-area .recommend-box .products-name .your span:after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: 0;
  width: 2px;
  height: 120%;
  background-color: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .recommend-box .products-name .your span:after {
    right: -15%;
    height: 100%;
  }
}
#tv_style2 .result-area .recommend-box .product-img {
  position: relative;
}
#tv_style2 .result-area .recommend-box .product-img p {
  position: absolute;
  top: 30px;
  left: 50%;
  translate: -50% 0;
  font-size: 35px;
  color: #fff;
  width: 100%;
  text-align: center;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .recommend-box .product-img p {
    top: 3vw;
    font-size: 3.8vw;
    line-height: 1.4;
  }
}
#tv_style2 .result-area .recommend-box .result-note {
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .recommend-box .result-note {
    font-size: 13px;
  }
}
#tv_style2 .result-area .btn-init {
  width: 250px;
  height: 50px;
  margin: 80px auto 0;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s;
  border-radius: 25px;
  background-color: #dedede;
  color: #000;
}
@media (hover) {
  #tv_style2 .result-area .btn-init:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .btn-init {
    margin-top: 30px;
    font-size: 16px;
  }
}
#tv_style2 .result-area ul.product-link {
  max-width: 1200px;
  width: 90%;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
#tv_style2 .result-area ul.product-link li {
  background-color: #f2f5f9;
  padding: 25px 40px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.product-link li {
    padding: 20px 5%;
  }
}
#tv_style2 .result-area ul.product-link li .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 650px) {
  #tv_style2 .result-area ul.product-link li .inner {
    display: block;
  }
}
#tv_style2 .result-area ul.product-link li .inner .product-box {
  width: 66%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.product-link li .inner .product-box {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  #tv_style2 .result-area ul.product-link li .inner .product-box {
    width: 100%;
  }
}
#tv_style2 .result-area ul.product-link li .inner .product-box h2 {
  font-size: 32px;
}
@media screen and (max-width: 860px) {
  #tv_style2 .result-area ul.product-link li .inner .product-box h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.product-link li .inner .product-box h2 {
    font-size: 20px;
  }
}
#tv_style2 .result-area ul.product-link li .inner .product-box p {
  font-size: 14px;
}
#tv_style2 .result-area ul.product-link li .inner .product-box p.intro {
  margin-top: 10px;
}
#tv_style2 .result-area ul.product-link li .inner .product-box .icon {
  position: absolute;
  top: -5px;
  right: 0;
  max-width: 187px;
}
@media screen and (max-width: 1240px) {
  #tv_style2 .result-area ul.product-link li .inner .product-box .icon {
    position: static;
    margin: 10px 0 0 -27px;
  }
}
#tv_style2 .result-area ul.product-link li .inner .product-box .btn {
  width: 200px;
  height: 40px;
  margin-top: 20px;
}
#tv_style2 .result-area ul.product-link li .inner .product-box .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#tv_style2 .result-area ul.product-link li .inner .full-store-btn {
  width: 31%;
  border-left: 1px solid #d9dce0;
  padding-left: 2%;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.product-link li .inner .full-store-btn {
    width: 45%;
  }
}
@media screen and (max-width: 650px) {
  #tv_style2 .result-area ul.product-link li .inner .full-store-btn {
    border: none;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  #tv_style2 .result-area ul.product-link li .inner .full-store-btn .s5-sonyStoreCustom {
    padding: 15px 0 0;
  }
}
#tv_style2 .result-area ul.product-note {
  max-width: 1200px;
  width: 90%;
  margin: 10px auto 0;
}
#tv_style2 .result-area ul.product-note li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.product-note li {
    font-size: 13px;
  }
}
#tv_style2 .result-area .reason-area {
  background-color: #000;
  padding: 60px 0;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .reason-area {
    padding: 30px 0;
  }
}
#tv_style2 .result-area .reason-area h2,
#tv_style2 .result-area .reason-area h3 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .reason-area h2,
  #tv_style2 .result-area .reason-area h3 {
    font-size: 22px;
  }
}
#tv_style2 .result-area .reason-area h2 > span,
#tv_style2 .result-area .reason-area h3 > span {
  position: relative;
}
#tv_style2 .result-area .reason-area h2 > span:before,
#tv_style2 .result-area .reason-area h3 > span:before {
  content: "";
  position: absolute;
  left: -25px;
  bottom: 0;
  width: 2px;
  height: 120%;
  background-color: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .reason-area h2 > span:before,
  #tv_style2 .result-area .reason-area h3 > span:before {
    left: -30%;
    height: 100%;
  }
}
#tv_style2 .result-area .reason-area h2 > span:after,
#tv_style2 .result-area .reason-area h3 > span:after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: 0;
  width: 2px;
  height: 120%;
  background-color: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .reason-area h2 > span:after,
  #tv_style2 .result-area .reason-area h3 > span:after {
    right: -30%;
    height: 100%;
  }
}
#tv_style2 .result-area .reason-area h2 > span em,
#tv_style2 .result-area .reason-area h3 > span em {
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .reason-area h2 > span em,
  #tv_style2 .result-area .reason-area h3 > span em {
    font-size: 16px;
  }
}
#tv_style2 .result-area .reason-area ul.recommend-list {
  max-width: 1200px;
  width: 90%;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
#tv_style2 .result-area .reason-area ul.recommend-list * {
  min-height: 0;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .reason-area ul.recommend-list {
    margin-top: 40px;
    flex-direction: column;
    gap: 30px 0;
  }
}
#tv_style2 .result-area .reason-area ul.recommend-list li {
  background-color: #1f1f1f;
  padding: 40px 30px 30px;
  width: calc((100% - 80px) / 3);
  position: relative;
}
@media screen and (max-width: 1000px) {
  #tv_style2 .result-area .reason-area ul.recommend-list li {
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .reason-area ul.recommend-list li {
    width: 100% !important;
    padding: 30px 5% 20px;
  }
}
#tv_style2 .result-area .reason-area ul.recommend-list li div.slider {
  width: 100% !important;
  display: none;
}
#tv_style2 .result-area .reason-area ul.recommend-list li div.slider.slick-initialized {
  display: block;
}
#tv_style2 .result-area .reason-area ul.recommend-list li div.slider div.slide-detail {
  padding: 0;
  position: relative;
}
#tv_style2 .result-area .reason-area ul.recommend-list li .slick-prev,
#tv_style2 .result-area .reason-area ul.recommend-list li .slick-next {
  transition: opacity 0.3s;
}
@media (hover) {
  #tv_style2 .result-area .reason-area ul.recommend-list li .slick-prev:hover,
  #tv_style2 .result-area .reason-area ul.recommend-list li .slick-next:hover {
    opacity: 0.6;
  }
}
#tv_style2 .result-area .reason-area ul.recommend-list li .slick-prev:before,
#tv_style2 .result-area .reason-area ul.recommend-list li .slick-next:before {
  content: "";
  width: 28px !important;
  height: 56px !important;
  background: url(../images/icn_prev.jpg) no-repeat center center/contain;
  display: block;
  opacity: 1;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
#tv_style2 .result-area .reason-area ul.recommend-list li .slick-prev:before {
  left: -20px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .reason-area ul.recommend-list li .slick-prev:before {
    left: -50%;
  }
}
#tv_style2 .result-area .reason-area ul.recommend-list li .slick-next:before {
  right: -20px;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .reason-area ul.recommend-list li .slick-next:before {
    right: -50%;
  }
}
#tv_style2 .result-area .reason-area ul.recommend-list li .choice {
  background-color: #fffc00;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding: 7px 10px;
  position: relative;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .reason-area ul.recommend-list li .choice {
    font-size: 16px;
  }
}
#tv_style2 .result-area .reason-area ul.recommend-list li .choice:after {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #fffc00;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .reason-area ul.recommend-list li .choice {
    font-size: 16px;
  }
}
#tv_style2 .result-area .reason-area ul.recommend-list li h3 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area .reason-area ul.recommend-list li h3 {
    font-size: 16px;
  }
}
#tv_style2 .result-area .reason-area ul.recommend-list li p {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.8;
}
#tv_style2 .result-area .reason-area ul.recommend-list li .img {
  margin-top: 20px;
}
#tv_style2 .result-area ul.footer-link {
  max-width: 1200px;
  width: 90%;
  margin: 80px auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.footer-link {
    flex-direction: column;
    margin: 40px auto 0;
    gap: 15px 0;
  }
}
#tv_style2 .result-area ul.footer-link li {
  width: calc((100% - 27px) / 3);
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.footer-link li {
    width: 100%;
    margin: 0 auto;
  }
}
#tv_style2 .result-area ul.footer-link li:nth-child(2) a {
  background-color: #000;
}
#tv_style2 .result-area ul.footer-link li:nth-child(3) a {
  background-color: #d24615;
}
#tv_style2 .result-area ul.footer-link li a {
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  height: 80px;
  font-size: 24px;
  transition: opacity 0.3s;
  background-color: #2d75c7;
  padding: 3px 10px 0;
  line-height: 1.2;
  text-align: center;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  #tv_style2 .result-area ul.footer-link li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.footer-link li a {
    font-size: 18px;
    height: 70px;
    padding: 0;
  }
}
#tv_style2 .result-area ul.footer-link li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  bottom: auto;
  translate: 0 -50%;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 1160px) {
  #tv_style2 .result-area ul.footer-link li a:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.footer-link li a:after {
    display: block;
  }
}
@media (hover) {
  #tv_style2 .result-area ul.footer-link li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.footer-link li a {
    height: 50px;
    font-size: 16px;
  }
}
#tv_style2 .result-area ul.footer-bnr {
  max-width: 1200px;
  width: 90%;
  margin: 60px auto;
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.footer-bnr {
    flex-direction: column;
    margin: 40px auto 0;
    gap: 15px 0;
  }
}
#tv_style2 .result-area ul.footer-bnr li:first-child {
  width: calc(100% - (100% - 27px) / 3);
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.footer-bnr li:first-child {
    width: 100%;
  }
}
#tv_style2 .result-area ul.footer-bnr li:last-child {
  max-width: 380px;
  width: calc((100% - 27px) / 3);
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.footer-bnr li:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.footer-bnr li {
    width: 100%;
    margin: 0 auto;
  }
}
#tv_style2 .result-area ul.footer-bnr li a {
  transition: opacity 0.3s;
}
@media (hover) {
  #tv_style2 .result-area ul.footer-bnr li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
#tv_style2 .result-area ul.footer-bnr li .note {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #tv_style2 .result-area ul.footer-bnr li .note {
    font-size: 12px;
  }
}

.choice-size {
  font-size: 22px;
  width: 90%;
  overflow-x: auto;
  max-width: 1200px;
  margin: 80px auto 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .choice-size {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.tableWrap {
  width: 90%;
  overflow-x: auto;
  max-width: 1200px;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tableWrap {
    width: 90%;
  }
}
.tableWrap table {
  width: auto;
  max-width: inherit;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tableWrap table .model {
  max-width: 140px;
  height: 19px;
  margin: 0 auto 17px;
}
.tableWrap table p.number {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 12px;
}
.tableWrap table tr {
  display: flex;
}
.tableWrap table tr th,
.tableWrap table tr td {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  vertical-align: top;
  display: block;
}
.tableWrap table tr th {
  background-color: #eee;
  width: 100px;
  padding: 10px;
  text-align: left;
  position: sticky;
  left: 0;
}
@media screen and (max-width: 520px) {
  .tableWrap table tr th {
    width: 100px;
  }
}
.tableWrap table tr th span {
  display: inline-block;
}
.tableWrap table tr td {
  background-color: #fff;
  width: 210px;
  padding: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tableWrap table tr td {
    width: 180px;
  }
}
.tableWrap table tr td img {
  height: 30px;
  width: auto;
  display: inline-block;
  margin: 3px 6px;
  /*&:first-child{
      display: block;
  }*/
}
.tableWrap table tr td .s5-storeButton {
  width: 93%;
  text-align: left;
  padding: 8px 15px;
  margin: 0px auto 5px auto;
}
.tableWrap table tr td .s5-storeButton::before {
  margin: 0 0.2em 0.05em 0;
}
.tableWrap table tr td.el {
  background-color: #f5f5d8;
}
.tableWrap table tr:first-child th {
  border-left: none;
  border-top: none;
  background-color: #fff;
}
.tableWrap table tr:first-child td img {
  width: calc(100% - 12px);
  max-width: 180px;
  height: auto;
  margin: 5px auto;
  display: block;
}
.tableWrap table tr:first-child td .screenType {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: -5px 0 7px;
}
.tableWrap table tr:nth-child(2) td img {
  height: 50px;
}

@media screen and (max-width: 768px) {
  .s5-returnToTop {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}