@charset "UTF-8";
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* 初期状態でスクロールを無効化 */
body {
  overflow: hidden;
}

/* ローディング完了後にスクロールを有効化 */
body.loaded {
  overflow: auto;
}

.netflix_lp {
  /* タブヘッダー */
  /* タブコンテンツ */
  /* アコーディオン */
}
.netflix_lp .section_kv {
  margin-top: 40px;
  padding-bottom: 0;
  position: relative;
}
.netflix_lp .section_kv .wide_width {
  max-width: 1280px;
  margin: 0 auto;
}
.netflix_lp .section_kv::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  background-color: rgb(0, 0, 0);
  z-index: -1;
  display: block;
}
.netflix_lp .comngsoon {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 352px;
  min-width: 352px;
  min-height: 58px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff !important;
  overflow: hidden;
  transition: opacity 0.3s ease-out;
  background: rgb(116, 116, 116);
  padding: 14px 40px;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(116, 116, 116);
  border-image: initial;
  border-radius: 100px;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .netflix_lp .comngsoon {
    min-width: auto;
    width: 280px;
  }
}
.netflix_lp .section_wrp {
  background-color: #000;
  overflow: hidden;
}
.netflix_lp .section-cv h3 {
  margin: 0 0 10px 0 !important;
}
.netflix_lp .section-cv.dark-mode h3 {
  color: #fff;
}
.netflix_lp .section-cv.dark-mode.dark-mode {
  background-color: #000;
}
.netflix_lp .section-cv.dark-mode.dark-mode .container .new-cv-box .new-cv-board {
  color: #fff;
  background-color: #111;
}
.netflix_lp .section-cv.dark-mode .cv-side::before {
  display: none;
}
.netflix_lp .top_cv {
  position: relative;
  z-index: 10;
}
.netflix_lp .section_nav {
  position: relative;
  z-index: 10;
}
.netflix_lp .section_nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 670px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.netflix_lp .section_nav li {
  padding: 10px;
  border-right: 1px solid #555555;
}
@media (max-width: 767px) {
  .netflix_lp .section_nav li {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: end;
  }
}
.netflix_lp .section_nav li:last-child {
  border-right: none;
}
.netflix_lp .section_nav li a {
  display: block;
  color: #ffffff;
}
.netflix_lp .section_nav li svg {
  display: block;
  margin: 8px auto 0 auto;
}
.netflix_lp .section_feature {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden; /* 内部コンテンツがはみ出ないように */
}
@media (max-width: 767px) {
  .netflix_lp .section_feature {
    height: 500px;
  }
}
.netflix_lp .section_feature .marquee {
  position: relative;
  display: flex;
  gap: 5px;
  overflow: hidden;
}
.netflix_lp .section_feature .marquee + .marquee {
  margin-top: 5px;
}
.netflix_lp .section_feature .marquee-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 10px;
}
.netflix_lp .section_feature .marquee1 .marquee-item {
  width: 312px;
  opacity: 0.4;
}
.netflix_lp .section_feature .marquee2 .marquee-item {
  width: 234px;
  opacity: 0.3;
}
.netflix_lp .section_feature .marquee3 .marquee-item {
  width: 156px;
  opacity: 0.2;
}
.netflix_lp .section_feature .marquee4 .marquee-item {
  width: 177px;
  opacity: 0.1;
}
.netflix_lp .section_feature .marquee5 .marquee-item {
  width: 87px;
  opacity: 0.05;
}
.netflix_lp .section_feature .slider-container {
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.netflix_lp .section_feature .feature_main {
  position: absolute;
  width: 100%;
  height: 466px;
  text-align: center;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.netflix_lp .section_feature .feature_main.price-show {
  opacity: 1;
}
.netflix_lp .section_feature .feature_main .feature_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 30px;
}
.netflix_lp .section_plan {
  /* Swiper全体の設定 */
  /* スライドの基本設定 */
  /* 🔹 中央スライドを拡大 */
  /* 🔹 中央以外のスライドは縮小＆暗く */
}
.netflix_lp .section_plan_header {
  background-image: linear-gradient(0deg, rgb(51, 51, 51), rgb(34, 34, 34) 2%, rgb(17, 17, 17));
  padding: 80px 0;
  border-bottom: 3px solid #E83817;
  position: relative;
  margin-bottom: -62px;
}
.netflix_lp .section_plan_header::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/baloon_arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.netflix_lp .section_plan_ttl {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.netflix_lp .section_plan_netflix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 767px) {
  .netflix_lp .section_plan_netflix {
    grid-template-columns: repeat(1, 1fr);
  }
  .netflix_lp .section_plan_netflix.container {
    margin: 0;
    width: auto;
  }
}
.netflix_lp .section_plan_netflix .box {
  border-radius: 8px;
  overflow: visible;
  padding: 2px;
  background-image: linear-gradient(90deg, rgb(177, 116, 226) 4%, rgb(218, 0, 0) 32%, rgb(7, 96, 221) 76%, rgb(118, 188, 255));
}
.netflix_lp .section_plan_netflix .ttl {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  line-height: 1;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.netflix_lp .section_plan_netflix .ttl_header {
  font-size: 22px;
  font-weight: bold;
  display: block;
}
.netflix_lp .section_plan_netflix .ttl_price {
  font-size: 60px;
  font-weight: bold;
}
.netflix_lp .section_plan_netflix .ttl_monthly {
  font-size: 22px;
  font-weight: bold;
}
.netflix_lp .section_plan_netflix .ttl_tax {
  font-size: 14px;
}
.netflix_lp .section_plan_netflix .ttl .osusume {
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  width: 158px;
  height: 46px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .netflix_lp .section_plan_netflix .ttl .osusume {
    left: -20px;
    right: auto;
  }
}
.netflix_lp .section_plan_netflix .text {
  padding: 20px;
  background: #111111;
  height: calc(100% - 122px);
  color: #ffffff;
  border-radius: 0 0 8px 8px;
}
.netflix_lp .section_plan_netflix .text .large-text {
  font-size: 40px;
  font-weight: bold;
}
.netflix_lp .section_plan .accordion {
  max-width: 820px;
  margin: 0 auto;
  color: #ffffff;
}
.netflix_lp .section_plan .accordion-item {
  background-image: linear-gradient(90deg, rgb(177, 116, 226) 4%, rgb(218, 0, 0) 32%, rgb(7, 96, 221) 76%, rgb(118, 188, 255));
  padding: 2px;
  border-radius: 8px;
}
.netflix_lp .section_plan .accordion .rainbow {
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
}
.netflix_lp .section_plan .accordion .rainbow.active {
  background: rgba(0, 0, 0, 0);
}
.netflix_lp .section_plan .accordion-content {
  text-align: center;
  background: #111111 !important;
}
.netflix_lp .section_plan .acnav {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.netflix_lp .section_plan .inner {
  max-width: 820px;
  margin: 0 auto 44px auto;
}
@media (max-width: 767px) {
  .netflix_lp .section_plan .inner {
    padding: 0 20px;
  }
}
.netflix_lp .section_plan .swiper {
  width: 100%;
  padding: 50px 0 !important;
  margin: 0;
}
.netflix_lp .section_plan .swiper-slide {
  width: 297px; /* 画像の幅 */
  transition: transform 0.5s ease, opacity 0.5s ease;
  display: flex;
  align-items: center;
}
.netflix_lp .section_plan .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.netflix_lp .section_plan .swiper-slide-active {
  transform: scale(1.2) !important;
  z-index: 10;
}
.netflix_lp .section_plan .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
  filter: brightness(50%);
}
.netflix_lp .section_plan .single-slide {
  display: block;
  position: relative;
}
.netflix_lp .section_plan .single-slide:hover {
  opacity: 1;
}
.netflix_lp .section_plan .single-slide .title,
.netflix_lp .section_plan .single-slide .date_txt {
  display: block;
  color: #ffffff;
  font-size: 14px;
  transition: opacity 0.3s;
  text-align: center;
}
.netflix_lp .section_plan .single-slide .title {
  padding: 10px 10px 0 10px;
}
.netflix_lp .section_plan .single-slide .date_txt {
  padding: 0 10px 10px 10px;
}
.netflix_lp .section_plan .swiper .swiper-button-next,
.netflix_lp .section_plan .swiper .swiper-button-prev {
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
}
.netflix_lp .section_plan .swiper .swiper-button-next {
  transform: translate(220px, -70px);
}
@media (max-width: 767px) {
  .netflix_lp .section_plan .swiper .swiper-button-next {
    transform: translate(150px, -70px);
  }
}
.netflix_lp .section_plan .swiper .swiper-button-prev {
  transform: translate(-220px, -70px);
}
@media (max-width: 767px) {
  .netflix_lp .section_plan .swiper .swiper-button-prev {
    transform: translate(-150px, -70px);
  }
}
.netflix_lp .section_price {
  padding-bottom: 80px;
  background-image: linear-gradient(90deg, rgba(163, 115, 216, 0.2), rgba(19, 13, 19, 0.2) 20%, rgba(4, 67, 172, 0.2) 60%, rgba(222, 34, 62, 0.2) 80%, rgba(239, 102, 178, 0.2));
}
.netflix_lp .section_price_header {
  padding: 80px 0 60px 0;
  border-bottom: none;
  position: relative;
}
.netflix_lp .section_price_header::after {
  content: "";
  width: 45px;
  height: 0;
  border-top: 1px solid #ffffff;
  display: block;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.netflix_lp .section_price_ttl {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.netflix_lp .section_price .inner {
  max-width: 820px;
  margin: auto;
}
@media (max-width: 767px) {
  .netflix_lp .section_price .inner {
    padding: 0 20px;
  }
}
.netflix_lp .section_price .tab-link.active {
  border-color: #ffffff;
}
.netflix_lp .section_price .tab-link {
  transform: translateY(0);
}
.netflix_lp .section_price .tab-panel {
  text-align: center;
}
.netflix_lp .section_price .tab-content {
  margin-bottom: 60px;
  border-bottom-color: #ffffff;
  background: #000000;
}
.netflix_lp .section_price .plan {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.netflix_lp .section_recommend {
  background: url(../images/bg_recommend_pc.png) no-repeat center top #000000;
  background-size: 100%;
  padding: 80px 0;
}
.netflix_lp .section_recommend .inner {
  max-width: 820px;
  margin: auto;
}
@media (max-width: 767px) {
  .netflix_lp .section_recommend .inner {
    padding: 0 20px;
  }
}
.netflix_lp .section_recommend .title {
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .netflix_lp .section_recommend .title {
    font-size: 32px;
  }
}
.netflix_lp .section_flow {
  background: #111111;
}
.netflix_lp .section_flow_header {
  padding: 80px 0 130px 0;
  border-bottom: 3px solid #EE704F;
  position: relative;
  margin-bottom: -72px;
}
.netflix_lp .section_flow_header::after {
  content: "";
  width: 45px;
  height: 0;
  border-top: 1px solid #ffffff;
  display: block;
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.netflix_lp .section_flow_ttl {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.netflix_lp .section_flow .inner {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.netflix_lp .section_flow .flow_step {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  background: #ffffff;
  padding: 10px;
}
.netflix_lp .section_flow .tab-link.active {
  border-color: #EE704F;
}
.netflix_lp .section_flow .tab-link {
  transform: translateY(0);
}
.netflix_lp .section_flow .tab-panel {
  text-align: center;
}
.netflix_lp .section_flow .tab-content {
  margin-bottom: 0;
  border-bottom-color: #EE704F;
  background: #000000;
}
.netflix_lp .section_flow .section-cv.dark-mode .container .new-cv-box .new-cv-board {
  background: none;
}
@media (max-width: 767px) {
  .netflix_lp .section_flow .section-cv.dark-mode .container .new-cv-box .new-cv-board {
    width: 100%;
    padding: 0;
  }
}
.netflix_lp .section_flow .section-cv .container [class*=btn-]:not(.w-100-sp) {
  border-radius: 100px;
}
.netflix_lp .section_flow .section-cv .container .cv-guide .cv-box .icn-starter {
  padding: 6px 50px 10px;
  background: #D9161B url(/common_v10/images/icn-think-white.svg) no-repeat 20px center;
  background-size: 32px 32px;
}
.netflix_lp .section_flow .section-cv .container .cv-guide .cv-box [class*=icn-] .fs-16-sp, .netflix_lp .section_flow .section-cv .container .cv-guide .cv-board [class*=icn-] .fs-16-sp {
  display: inline;
}
.netflix_lp .section_flow .section-cv .container .cv-guide .cv-box .icn-member, .netflix_lp .section_flow .section-cv .container .cv-guide .cv-board .icn-member {
  padding: 6px 20px 10px;
  background: #F5D200 url(/common_v10/images/icn-member.svg) no-repeat 20px center;
  background-size: 32px 32px;
}
.netflix_lp .section_flow.flow2 .section_flow_header {
  border-bottom: 3px solid #F5D200 !important;
}
.netflix_lp .section_flow.flow2 .tab-link.active {
  border-color: #F5D200;
}
.netflix_lp .section_flow.flow2 .tab-content {
  border-color: #F5D200;
}
.netflix_lp .section_faq {
  padding-bottom: 80px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .netflix_lp .section_faq {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.netflix_lp .section_faq_header {
  padding: 80px 0;
  position: relative;
}
.netflix_lp .section_faq_header::after {
  content: "";
  width: 45px;
  height: 0;
  border-top: 1px solid #333;
  display: block;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.netflix_lp .section_faq_ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.netflix_lp .section_faq .faq-list-accordion {
  border: 2px solid #333333;
  border-radius: 10px;
}
.netflix_lp .section_faq .collapse-trigger {
  background: #ffffff;
}
.netflix_lp .section_faq .collapse-container {
  background: #ffffff;
}
.netflix_lp .section_kakunin {
  padding-bottom: 80px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .netflix_lp .section_kakunin {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.netflix_lp .section_kakunin_header {
  padding: 80px 0;
  position: relative;
}
.netflix_lp .section_kakunin_header::after {
  content: "";
  width: 45px;
  height: 0;
  border-top: 1px solid #333;
  display: block;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.netflix_lp .section_kakunin_ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.netflix_lp .note-wrap {
  text-align: center;
}
.netflix_lp .note-wrap ul {
  display: inline-block;
  text-align: left;
}
.netflix_lp .new-cv-box.row.row-cs-md > .new-cv-board.col-50:first-child::after {
  width: 1px;
  background: #ffffff;
}
.netflix_lp .mousikomi {
  background: #ffffff;
  border-radius: 8px;
  max-width: 500px;
  padding: 20px;
  margin: 0 auto 40px auto;
  position: relative;
}
.netflix_lp .mousikomi::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid #F5D200 ;
  border-right: 8px solid transparent;
  border-bottom: 20px solid transparent ;
  border-left: 8px solid transparent;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
}
.netflix_lp .mousikomi:last-child::after {
  display: none;
}

.netflix_lp .mousikomi .large {
  font-size: 36px;
  font-weight: bold;
}
.netflix_lp .mousikomi-note {
  max-width: 500px;
  margin: 20px auto 0 auto;
  color: #EE704F !important;
  text-align: left;
}
.netflix_lp .tab-header {
  display: flex;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .netflix_lp .tab-header {
    padding: 0 20px;
  }
}
.netflix_lp .tab-link {
  border: 3px solid #f2f2f2;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  width: 290px;
  color: #939393;
  font-weight: bold;
  padding: 18px 0 10px 0;
  transform: translateY(-9px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  height: 64px;
  cursor: pointer;
  transition: 0.3s opacity ease-out;
}
.netflix_lp .tab-link:hover {
  opacity: 0.7;
}
.netflix_lp .tab-link.active {
  color: #ffffff;
  background: #000000;
  padding-bottom: 18px;
  border-color: #E83817;
  height: 72px;
  transition: 0s opacity ease-out;
}
.netflix_lp .tab-link.active:hover {
  opacity: 1;
}
.netflix_lp .tab-content {
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #E83817;
  padding: 0 0 40px 0;
}
.netflix_lp .tab-panel {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(-50px);
  display: none;
  padding: 30px 0 0 0;
}
@media (max-width: 767px) {
  .netflix_lp .tab-panel {
    padding: 30px 20px 0 20px;
  }
}
.netflix_lp .tab-panel.active {
  display: block;
}
.netflix_lp .tab-panel .accordion-item {
  border-radius: 8px 8px 8px 8px;
  position: relative;
  margin-bottom: 40px;
}
.netflix_lp .tab-panel .accordion-header {
  padding: 24px 0;
  cursor: pointer;
  transition: background 0.3s ease;
  color: #ffffff;
  border-radius: 8px 8px 8px 8px;
  transition: 0.3s opacity ease-out;
}
.netflix_lp .tab-panel .accordion-header:hover {
  opacity: 0.7;
}
.netflix_lp .tab-panel .accordion-header.active {
  border-radius: 8px 8px 0 0;
}
.netflix_lp .tab-panel .accordion-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
  transition: 0.3s ease;
  cursor: pointer;
  transition: 0.3s opacity ease-out;
}
.netflix_lp .tab-panel .accordion-icon:hover {
  opacity: 0.7;
}
.netflix_lp .tab-panel .accordion-icon.active {
  transform: rotate(0);
}
.netflix_lp .tab-panel .accordion-content {
  overflow: hidden;
  opacity: 0;
  height: 0;
  background: #EEEEEE;
  border-radius: 0 0 8px 8px;
}
.netflix_lp .tab-panel .accordion-content.open {
  overflow: hidden;
  opacity: 1;
  height: auto;
}
.netflix_lp .fadein {
  opacity: 0;
  transform: translateY(30px); /* Y移動を少なくしてクイックに */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.netflix_lp .modalunique {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; /* 初期状態では非表示 */
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  padding: 20px; /* 画面端との余白を確保 */
  overflow: hidden; /* 背景スクロールを防ぐ */
}
.netflix_lp .modaluniquecontents {
  background: none;
  padding: 70px 20px 20px 20px;
  border-radius: 8px;
  text-align: center;
  z-index: 10000;
  max-width: 540px;
  max-height: 100%;
  overflow-y: auto; /* コンテンツが多い場合スクロール */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE */
}
@media (max-width: 767px) {
  .netflix_lp .modaluniquecontents {
    padding: 70px 0 20px 0;
  }
}
.netflix_lp .modaluniquecontents::-webkit-scrollbar {
  display: none; /* Chrome, Edge, Safari */
}
.netflix_lp .modalunique-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.netflix_lp .close-modal {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.netflix_lp .service_box {
  border-radius: 20px;
  overflow: hidden;
}
.netflix_lp .service_box .title {
  background: #E83817;
  text-align: center;
  padding: 10px;
}
.netflix_lp .service_box .box_body {
  padding: 20px 50px;
  background: #eeeeee;
  text-align: center;
}
@media (max-width: 767px) {
  .netflix_lp .service_box .box_body {
    padding: 20px !important;
  }
}
.netflix_lp .service_box .box_body.net {
  padding: 20px 32px;
}
.netflix_lp .link-self-black.link-white::after {
  background: url(../images/icon_white.svg) no-repeat center center/contain;
}
.netflix_lp .net_box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
@media (min-width: 768px) {
  .netflix_lp .net_box {
    grid-template-columns: repeat(3, 1fr);
  }
}
.netflix_lp .netservice {
  background: #ffffff;
  padding: 8px 0;
  margin: 0;
}
.netflix_lp .netservice dd {
  color: #E83817;
}
.netflix_lp .section_nav .link-blank-black::after {
  background: url(/common_v10/images/icn-link-blank-white.svg) no-repeat center center/contain;
}
.netflix_lp .section_copyright {
  font-size: 12px;
  line-height: 1.5;
  color: #999;
}
@media (min-width: 768px) {
  .netflix_lp .faq-list-accordion dd>.collapse-content {
    padding-right: 72px;
  }
}

.price-show .show01,
.price-show .show02,
.price-show .show03,
.price-show .show04 {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 0.6s ease-out forwards;
  display: block;
}

/* 各要素のフェードインを遅延 */
.price-show .show01 {
  animation-delay: 0.2s;
}

.price-show .show02 {
  animation-delay: 0.4s;
}

.price-show .show03 {
  animation-delay: 0.6s;
}

.price-show .show04 {
  animation-delay: 0.8s;
}

/* フェードインアニメーション */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section_feature .content_div {
  position: relative;
  height: 150px;
  margin-top: 40px;
}

.bar_animation {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 150px;
  -webkit-animation: bar_animation_kf 1.5s infinite;
  animation: bar_animation_kf 1.5s infinite;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	bar_animation
  ===============================================================*/
}

.image_loaded .bar_animation {
  opacity: 1;
}

.bar_animation .bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 58, 35)), to(rgb(0, 100, 255)));
  background: linear-gradient(to bottom, rgb(248, 58, 35) 0%, rgb(0, 100, 255) 100%);
}

@-webkit-keyframes bar_animation_kf {
  0% {
    top: 0;
    height: 0;
  }
  25% {
    top: 0;
    height: 150px;
  }
  50% {
    top: 150px;
    height: 0;
  }
  100% {
    top: 150px;
    height: 0;
  }
}
@keyframes bar_animation_kf {
  0% {
    top: 0;
    height: 0;
  }
  25% {
    top: 0;
    height: 150px;
  }
  50% {
    top: 150px;
    height: 0;
  }
  100% {
    top: 150px;
    height: 0;
  }
}/*# sourceMappingURL=netflix.css.map */



.for-user .section-cv {
  background: none !important;
  padding: 0 !important;
}
.netflix_lp .for-user .section-cv .container .cv-guide .cv-box .icn-member {
  max-width: 352px;
  min-width: auto;
}
.for-user .btn-member::after {
  background: url(/common_v10/images/icn-link-blank-black.svg) no-repeat center center / contain;
  width: 16px !important;
  display: inline-block !important;
}

.netflix_lp .top_cv .btn-member::after,
.netflix_lp .cv-middle .btn-member::after,
.netflix_lp .cv-end .btn-member::after {
  transform: rotate(90deg);
}
.list-channelitem {
    background: #ffffff;
    padding: 20px 0;
    border: 2px solid #e93817;
    margin: auto -16px 16px !important;
}
.list-channelitem svg {
    width: 50px;
    height: 50px;
}

