@charset "UTF-8";

#wrapper {
  padding-top: 60px;
}
@media screen and (min-width: 767.99px) {
  #wrapper {
    padding-top: 79px;
  }
}

.color-red {
  color: #e50914;
}
.bg-eoyellow {
  background-color: #ffe100;
}

.simple-block,
.eonet-block {
    display: none;
}
.simple-block.is-active,
.eonet-block.is-active {
    display: block;
}
/*-------------------------------------------------------------------------

-------------------------------------------------------------------------*/
.fv {
  background-image: url(../img/netflix-bg-u-sp.jpg), url(../img/netflix-bg-sp.jpg);
  background-repeat: no-repeat, repeat-y;
  background-position: 0 0, 0 0;
  background-size: 100% auto, 100% auto;
  padding: 40px 0 60px 0;
  overflow: hidden;
}
.main-blk .cen-txt {
  text-align: center;
  margin: 0 auto 30px;
}
.main-blk .cen-txt .main-ttl {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 16px;
}
.main-blk .cen-txt .next {
}
.main-blk .main-swiper .slides {
  width: 590px;
}
.main-blk .main-swiper .mainbtn-next {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.main-blk .main-swiper {
  background-image: url(../img/netflix-slide-bg-pc.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  margin: 0;
  padding: 12px 0;
}
.main-blk .main-swiper .mainbtn-next::after {
  width: 2px;
  height: 14px;
  font-size: unset;
  color: #000;
  margin-left: -3px;
}
.main-blk .main-swiper .mainbtn-prev {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.main-blk .main-swiper .mainbtn-prev::after {
  width: 2px;
  height: 14px;
  font-size: unset;
  color: #000;
  margin-left: -7px;
}
.fv .text-link > span:after,
.fv .text-link > a:after {
  background-image: url(/share/img/arrow-link.svg);
}
@media screen and (min-width: 767.99px) {
  .fv {
    background-image: url(../img/netflix-bg-u-pc.png), url(../img/netflix-bg-pc.jpg);
    background-repeat: no-repeat, repeat-y;
    background-position: 0 0, 0 0;
    background-size: 100% auto, 100% auto;
    padding: 100px 0 86px 0;
  }
  .main-blk .cen-txt {
    margin: 0 auto 50px;
  }
  .main-blk .cen-txt .main-ttl {
    font-size: 2.8rem;
  }
  .main-blk .cen-txt .next img {
    width: 720px;
    margin: 0 auto 15px;
  }
  .main-blk .main-swiper .slides {
    width: 80vw;
  }
  .main-blk .main-swiper {
    margin: 40px 0;
    padding: 20px 0;
  }
  .main-blk .main-swiper .mainbtn-next {
    width: 32px;
    height: 32px;
  }
  .main-blk .main-swiper .mainbtn-prev {
    width: 32px;
    height: 32px;
  }
}


.box-mansion {
  text-align: center;
  max-width: 800px;
  background-color: #fff;
  border: 1px solid #797979;
  border-radius: 10px;
  margin: 32px 20px;
  padding: 16px 0 20px;
}
@media screen and (min-width: 767.99px) {
  .box-mansion {
    margin: 40px auto;
    padding: 32px 0;
  }
  .box-mansion .btn {
    max-width: 460px;
  }
  .box-mansion .btn > a {
    min-height: 80px;
  }
}
    
/*-------------------------------------------------------------------------
シンプルプラン・eo光ネット
-------------------------------------------------------------------------*/
.plan-tab {
  position: relative;
  z-index: 1;
}
.plan-tab ul {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
.plan-tab ul li img {
  width: 100%;
}
.plan-tab ul li {
  display: block;
  width: 50%;
  background-image: url("../img/plan-tab-simple-off-sp.png");
  background-position: 0 100%;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 0;
  padding-top: 47.17%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.plan-tab ul li:hover {
  background-image: url("../img/plan-tab-simple-hover-sp.png");
  background-position: 0 100%;
}
.plan-tab ul li.is-active {
  background-image: url("../img/plan-tab-simple-on-sp.png");
  background-position: 0 100%;
}
.plan-tab ul li:last-child {
  background-image: url("../img/plan-tab-net-off-sp.png");
  background-position: 0 100%;
}
.plan-tab ul li:last-child:hover {
  background-image: url("../img/plan-tab-net-hover-sp.png");
  background-position: 0 100%;
}
.plan-tab ul li.is-active:last-child {
  background-image: url("../img/plan-tab-net-on-sp.png");
  background-position: 0 100%;
}
.js-tab-body {
  position: relative;
  z-index: 0;
  background-color: #FFE0E6;
  background-image: url("../img/plan-simple-bd-sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
/*  border-top: 3px solid #eb003f;*/
  padding: 0.8em 0 40px 0;
}
.js-tab-body:last-of-type {
  background-color: #fffdce;
  background-image: url("../img/plan-eonet-bd-sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
/*  border-top: 3px solid #ffe100;*/
}
@media screen and (min-width: 767.99px) {
  .plan-tab ul {
    max-width: 1024px;
    margin: 80px auto 0;
  }
  .plan-tab ul li {
    display: block;
    background-image: url("../img/plan-tab-simple-off-pc.png");
    padding-top: 31.73%;
  }
  .plan-tab ul li:hover {
    background-image: url("../img/plan-tab-simple-hover-pc.png");
  }
  .plan-tab ul li.is-active {
    display: block;
    cursor: pointer;
    background-image: url("../img/plan-tab-simple-on-pc.png");
  }
  .plan-tab ul li:last-child {
    display: block;
    background-image: url("../img/plan-tab-net-off-pc.png");
  }
  .plan-tab ul li:last-child:hover {
    background-image: url("../img/plan-tab-net-hover-pc.png");
  }
  .plan-tab ul li.is-active:last-child {
    display: block;
    background-image: url("../img/plan-tab-net-on-pc.png");
  }
  .js-tab-body {
    background-color: #FFE0E6;
    background-image: url("../img/plan-simple-bd02-pc.png");
    background-position: 50% 0;
    background-size: 100% 13px;
/*    border-top: 5px solid #eb003f;*/
    margin: 0;
    padding: 0.8em 0 80px 0;
  }
  .js-tab-body:last-of-type {
    background-color: #fffdce;
    background-image: url("../img/plan-eonet-bd02-pc.png");
    background-position: 50% 0;
    background-size: 100% 13px;
/*    border-top: 5px solid #ffe100;*/
    margin: 0;
    padding: 0.8em 0 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .js-tab-body {
    background-image: url("../img/plan-simple-bd-pc.png");
    background-size: 4000px 13px;
  }
  .js-tab-body:last-of-type {
    background-image: url("../img/plan-eonet-bd-pc.png");
    background-size: 4000px 13px;
  }
}

.plan-netflix {
  text-align: center;
  color: #fff;
  background-image: url("../img/netflix-bg-sp.jpg");
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 40px 0;
}
.plan-container {
  background-color: #fff;
  margin: 30px 12px 0;
}
.plan-inner {
  padding: 30px 20px;
}
.plan-container .about {
  border-radius: 10px;
  margin: 0 auto 12px;
}
.js-tab-eonet .plan-container .about {
}
.plan-container .about p:first-child {
  font-size: 2.0rem;
  text-align: center;
  background-color: #ebebeb;
  border-radius: 10px;
  padding: 12px 0;
}
.js-tab-eonet .plan-container .about p:first-child {
  background-color: #F57E00;
  color: #fff;
}
.plan-container .about p:last-child {
  font-size: 1.6rem;
  padding: 16px 0;
}
.js-tab-eonet .plan-inner .charge_wrap:nth-child(n+4) {
  margin-top: 16px;
}
.charge_table td {
  font-weight: 500 !important;
  width: 33.33%;
  border: 1px solid #dddddd;
  vertical-align: middle;
  padding: 0 2px;
}
.charge_table thead td {
  font-size: 1.6rem;
  font-weight: normal;
  width: 33.33%;
  background-color: #ebebeb;
  border: 1px solid #dddddd;
}
.charge_icon {
  padding: 16px 50px;
  text-align: center;
}
.js-tab-eonet .charge_icon {
  padding: 16px 30px;
}
.charge_table-campaign {
  font-size: 1.4rem;
  font-weight: 500 !important;
  text-align: center;
  background-color: #ffe100;
  border-radius: 50px;
  margin: 0 0 6px;
  padding: 6px 0;
  position: relative
}
.charge_table-campaign:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 18px;
  height: 14px;
  background-color: #ffe100;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.charge_option-item {
  margin-top: 16px;
}
.charge_option-box,
.charge_option a {
  display: block;
  text-decoration: none;
  color: #000;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.charge_option-item-eonet .charge_option-box,
.charge_option .charge_option-item-eonet a {
  border: 2px solid #dddddd;
}
.charge_option .charge_option-item-eonet a {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.14);
}
.charge_option-box p:first-child,
.charge_option-item a p:first-child {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  background-color: #ebebeb;
  border-radius: 8px 8px 0 0;
  padding: 10px;
}
.charge_option-box p:last-child,
.charge_option-item a p:last-child {
  font-weight: 500 !important;
  line-height: 1.5;
  background-image: url("/share/img/arrow-link-bk.svg");
  background-position: 94% center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  border-radius: 0 0 8px 8px;
  padding: 14px 34px 14px 16px;
}
.charge_option-box p:last-child {
  background-image: none;  
}
.charge_option a:hover {
  border: 1px solid #F57E00;
}
.charge_option .charge_option-item-eonet a:hover {
  border: 2px solid #F57E00;
}
.charge_option-item-simple a:hover p {
  background-color: #FFF49E;
}
/*
.charge_option-item-simple a:hover p:last-child {
  background-image: url("/share/img/arrow-link.svg");
}
*/
.charge_option-item-eonet a:hover p {
  color: #222;
  background-color: #FFF49E;
}

@media screen and (min-width: 767.99px) {
  .plan-netflix {
    background-image: url("../img/netflix-bg-pc.jpg");
    padding: 60px 0;
  }
  .plan-container {
    max-width: 1024px;
    margin: 40px auto 0;
  }
  .plan-inner {
    padding: 40px;
  }
  .plan-container .about {
    text-align: center;
    margin: 0 auto 50px;
  }
  .plan-container .about p:first-child {
    padding: 12px 0;
  }
  .plan-container .about p:last-child {
    padding: 24px 0;
  }
  .charge_wrap {
    display: flex;
  }
  .charge_table {
    height: 120px;
  }
  .charge_box {
    width: 60%;
  }
  .plan-inner .charge_wrap:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .js-tab-eonet .plan-inner .charge_wrap:nth-child(n+4) {
    margin-top: 0;
  }
  .charge_table td {
    width: 33.33%;
    border: 1px solid #dddddd;
    vertical-align: middle;
    padding: 2px;
  }
  .js-tab-eonet .charge_table td {
    height: 200px;
    border-bottom: none;
  }
  .js-tab-eonet .charge_table-cs td {
    height: 246px;
  }
  .charge_icon {
    width: 40%;
    height: 120px;
    border: 1px solid #dddddd;
    border-right: none;
    padding: 16px 50px;
    text-align: center;
  }
  .js-tab-eonet .charge_icon {
    height: 200px;
    border-bottom: none;
    padding: 20px 30px;
  }
  .js-tab-eonet .charge_icon-cs {
    height: 246px;
  }
  .js-tab-eonet .plan-inner .charge_wrap:nth-child(6) {
    border-bottom: 1px solid #dddddd;
  }
  .js-tab-eonet .charge_icon img {
    vertical-align: middle;
  }
  .charge_table-pc {
    width: 60%;
    margin-left: 40%;
  }
  .charge_table-pc tbody td {
    font-size: 1.8rem;
    width: 33.33%;
    background-color: #ebebeb;
    border: 1px solid #dddddd;
    border-bottom: none;
    padding: 10px;
  }
  .charge_table-campaign {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    background-color: #ffe100;
    border-radius: 50px;
    margin: 0 0 20px;
    padding: 10px 0;
    position: relative
  }
  .charge_table-campaign:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 18px;
    height: 14px;
    background-color: #ffe100;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .charge_option {
    padding-top: 24px;
  }
  .charge_option-item {
    margin-top: 16px;
  }
  .charge_option-box,
  .charge_option a {
    display: flex;
    align-items: center;
  }
  .charge_option-box p:first-child,
  .charge_option-item a p:first-child {
    width: 32%;
    height: 92px;
    font-size: 2.0rem;
    font-weight: 500 !important;
    text-align: left;
    border-radius: 8px 0 0 8px;
    padding: 28px 20px;
  }
  .charge_option-box p:last-child,
  .charge_option-item a p:last-child {
    width: 68%;
    height: 92px;
    display: flex;
    align-items: center;
    line-height: 1.5;
    padding: 10px 34px 10px 30px;
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    border-radius: 0 10px 10px 0;
  }
}


.premiumplan {
  color: #fff;
  text-align: center;
  background-color: #141414;
  padding: 20px 20px;
}
.premiumplan table {
  margin: 24px 0 0 0
}
.premiumplan table th, .premiumplan table td {
  font-size: 1.6rem;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: 12px 4px;
}
.premiumplan table thead th:first-child() {
  width: 24%;
}
.premiumplan table thead th:nth-child(n+2) {
  width: 38%;
  background-color: #ebebeb;
}
.spset a {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  display: block;
  text-decoration: none;
  background-image: url("/share/img/arrow-link-bk.svg");
  background-position: 94% 50%;
  background-repeat: no-repeat;
  background-size: 10px auto;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 120px 20px 20px;
  position: relative;
}
.spset a::before {
  content: "";
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(418px/2.5);
	height: calc(197px/2.5);
	background-image: url("../img/logo-mine-x-eo.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.spset a:hover {
  color: #fff;
  background-color: #000;
  background-image: url("/share/img/arrow-link.svg");
  border: 1px solid #000;
}
.spset a:hover::before {
  background-image: url("../img/logo-mine-x-eo-wh.png");
}
@media screen and (min-width: 767.99px) {
  .premiumplan {
    padding: 40px;
  }
  .premiumplan table th,
  .premiumplan table td {
    padding: 16px 4px;
  }
  .spset a {
    width: 580px;
    height: auto;
    text-align: left;
    background-image: url("/share/img/arrow-link-bk.svg");
    background-position: 94% center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 30px 30px 30px 200px;
    margin: 0 auto;
  }
  .spset a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
    width: calc(418px/3);
    height: calc(197px/3);
  }
}

/*-------------------------------------------------------------------------

-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------

-------------------------------------------------------------------------*/
.enjoy {
  background-color: #f5f5f5;
  padding: 40px 0 40px;
}
.enjoy-voice li {
  padding: 12px 20px;
}
@media screen and (min-width: 767.99px) {
  .enjoy {
    padding: 80px 0;
  }
  .enjoy ul.enjoy-voice {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 60px auto 0;
    padding: 12px 0;
  }
  ul.enjoy-voice li {
    width: 50%;
    padding: 0;
  }
  ul.enjoy-voice li:nth-child(even) {
    margin: 30px 0 0;
  }
  ul.enjoy-voice li:nth-child(odd) {
    margin: 0 0 30px;
  }
}
/*-------------------------------------------------------------------------

-------------------------------------------------------------------------*/
.point1-blk {
  background-image: url("../img/netflix-bg-sp.jpg");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 100% auto;
  padding: 40px 0;
}
.point1-blk .point1-box li {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 12px;
  padding: 12px 16px;
}
.point1-blk .point1-box li + li {
  margin-top: 15px;
}
@media screen and (min-width: 767.99px) {
  .point1-blk {
    background-image: url("../img/netflix-bg-pc.jpg");
    padding: 80px 0;
  }
  .point1-blk .point1-box li {
    font-weight: 500;
    max-width: 1024px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .point1-blk .point1-box li + li {
    margin-top: 40px;
  }
}

/*-------------------------------------------------------------------------
cta
-------------------------------------------------------------------------*/
.cta-netflix {
  color: #000;
  background-color: #000;
  background-image: url("../img/cta-netflix-bg-sp.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 390px auto;
  padding: 60px 20px 52px;
  overflow: hidden;
}
@media screen and (min-width: 767.99px) {
  .cta-netflix {
    background-image: url("../img/cta-netflix-bg-pc.png");
    background-size: 1400px auto;
    padding: 120px 40px 80px;
  }
  .cta-netflix .btn {
    max-width: 460px;
  }
  .cta-netflix .btn > a {
    min-height: 80px;
  }
}

@media (any-hover: hover) {
    .btn.main > a {
        background-image: url(/share/img/arrow-pulldown-gy.svg);
    }
}

/*-------------------------------------------------------------------------
さらにeo回線ご契約特典も充実！
-------------------------------------------------------------------------*/
.benefit {
  background-image: url("../img/benefit-bg-pc.png");
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100% 20px;
  padding: 0 0 40px;
}
.benefit-plan {
  background-image: url("../img/benefit-bg-tab-pc.png");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100% 100%;
}
.benefit-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 4px;
}
.benefit-tab {
  width: 49%;
}
.benefit-tab img {
 width: 100%;   
}
.benefit-item {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 49%;
  height: 170px;
  background-color: #fff;
  margin: 8px 0 0 0;
}
.benefit-item a {
  text-decoration: none;
}
.benefit-item-02 {
  height: 140px;
}
.benefit-item-03 {
  height: 150px;
}
.benefit-item-04 {
  width: 100%;
  height: 120px;
  margin: 8px 4px 0;
}
.benefit-item-sup01 {
  font-size: 1.0rem;
  vertical-align: top;
  position: relative;
  top: 0;
}
.benefit-item-sup02 {
  font-size: 1.0rem;
  vertical-align: top;
  position: relative;
  top: 0;
}
.benefit-item-sup03 {
  font-size: 1.0rem;
  vertical-align: top;
  position: relative;
  top: 1em;
}
.benefit-item-sup04 {
  font-size: 1.0rem;
  vertical-align: top;
  position: relative;
  top: 0;
}
.rental {
  max-width: 1000px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  margin: 0 10px;
}
.rental-inner {
  border-radius: 10px;
  padding: 20px 0;
}
@media screen and (min-width: 767.99px) {
  .benefit {
    background-image: url("../img/benefit-bg-pc.png");
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: 100% 20px;
    padding: 0 0 40px;
  }
  .benefit-plan {
    background-image: url("../img/benefit-bg-tab-pc.png");
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 100% 100%;
  }
  .benefit-inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
  }
  .benefit-tab {
    max-width: 475px;
  }
  .benefit-item {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 475px;
    height: 216px;
    background-color: #fff;
    margin: 26px 0 0 0;
  }
  .benefit-item a {
    text-decoration: none;
  }
  .benefit-item-02 {
    height: 216px;
  }
  .benefit-item-03 {
    height: 216px;
  }
  .benefit-item-04 {
    max-width: 100%;
    height: 190px;
  }
  .benefit-item-sup01 {
    top: .4em;
    font-size: 1.4rem;
  }
  .benefit-item-sup02 {
    top:.7em;
    font-size: 1.4rem;
  }
  .benefit-item-sup03 {
    top: 2em;
    font-size: 1.4rem;
  }
  .benefit-item-sup04 {
    top: 2em;
    font-size: 1.4rem;
  }
  .rental {
    border: 1px solid #dddddd;
    border-radius: 10px;
    margin: 0 auto;
  }
  .rental-inner {
    border-radius: 10px;
    padding: 35px 0;
  }
}
.scroll-point {
  display: block;
  height: 20px; /* 固定ナビの高さと同じ */
  margin-top: -20px; /* ネガティブマージンで調整 */
}
@media screen and (max-width: 767px) {
  .scroll-point {
    height: 0;
    margin-top: 0;
  }
}
.text-link.white:has(> span)[target=_blank] {
  background-image: url(/share/img/icon-blank.svg);
}
.btn > a.scroll-link {
  background-image: url("../img/arrow_down.svg");
}
.btn:hover > a.scroll-link {
  background-image: url("../img/arrow_down2.svg") !important;
}







.js-tab-body {
  display: none;
 }
.js-tab-body.is-active {
  display: block; 
}
.btn-eonet {
  display: none;
}
.contents-eonet .btn-eonet {
  display: block;
}
.contents-eonet .btn-simple {
  display: none;
}
.contents-simple .btn-simple {
  display: block;
}
.contents-simple .btn-eonet {
  display: none;
}










.section-head {
  position: relative;
  aspect-ratio: 1440/264;
  margin-bottom: -0.6px;
  z-index: -1;
}
.section-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: #FFE100;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.section-head.gr::after {
  background-color: #f5f5f5;
}
.section-head.nf {
  background-color: #f5f5f5;
}
.section-head.nf::after {
  background-image: url("../img/netflix-bg-pc.jpg");
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100% 100%;
}
.section-foot {
  position: relative;
  aspect-ratio: 1440/264;
  margin-top: -0.6px;
  z-index: -1;
}
.section-foot::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: #FFE100;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.section-foot.gr::after {
  background-color: #f5f5f5;
}
.section-foot.pi {
  background-color: #fff;
}
.section-foot.pi::after {
  background-color: #FFE0E6;
}
@media screen and (max-width: 767.98px) {
  .section-head {
    aspect-ratio: 390/192;
  }
  .section-head.nf::after {
    background-image: url("../img/netflix-bg-sp.jpg");
  }
  .section-foot {
    aspect-ratio: 390/192;
  }
}




.text-link-simple {
  text-decoration: none;
  padding-bottom: 0.2em;
}
.text-link-simple:not(:has(> span)) {
  background-image: linear-gradient(90deg, #333, #333);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.9px;
  text-decoration: none;
  transition: none;
}
@-moz-document url-prefix() {
  .text-link-simple:not(:has(> span)) {
    background-size: 100% 1px;
  }
}
.text-link-simple:not(:has(> span)).color-white {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.text-link-simple:not(:has(> span)).color-important {
  background-image: linear-gradient(90deg, #EB003F, #EB003F);
}
.text-link-simple:has(> span) {
  background-repeat: no-repeat;
  background-position: right center;
}
.text-link-simple:has(> span) > span {
  background-image: linear-gradient(90deg, #333, #333);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.9px;
  text-decoration: none;
  transition: none;
  padding-bottom: 0.2em;
}
@-moz-document url-prefix() {
  .text-link-simple:has(> span) > span {
    background-size: 100% 1px;
  }
}
.text-link-simple:has(> span).color-white[target=_blank] {
  background-image: url(/share/img/icon-blank-white-simple.svg);
}
.text-link-simple:has(> span).color-white > span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.text-link-simple:has(> span).color-important > span {
  background-image: linear-gradient(90deg, #EB003F, #EB003F);
}
.text-link-simple:has(> span)[target=_blank] {
  background-image: url(/share/img/icon-blank-primary-simple.svg);
  padding-right: 18px;
  margin-right: 0.3em;
}
.text-link-simple:has(> span)[href$=".pdf"] {
  background-image: url(/share/img/icon-pdf-primary.svg);
  margin-right: 0.3em;
}

@media (any-hover: hover) {
  .text-link-simple:not(:has(> span)):hover {
    color: #222222;
    -webkit-animation-name: text-link-underline;
    animation-name: text-link-underline;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  @-moz-document url-prefix() {
    .text-link-simple:not(:has(> span)):hover {
      animation-name: text-link-underline-ff;
    }
  }
  .text-link-simple:has(> span):hover > span {
    -webkit-animation-name: text-link-underline;
    animation-name: text-link-underline;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  @-moz-document url-prefix() {
    .text-link-simple:has(> span):hover > span {
      animation-name: text-link-underline-ff;
    }
  }
}
@-webkit-keyframes text-link-underline {
  0% {
    background-size: 0% 0.5px;
  }
  100% {
    background-size: 100% 0.9px;
  }
}
@keyframes text-link-underline {
  0% {
    background-size: 0% 0.5px;
  }
  100% {
    background-size: 100% 0.9px;
  }
}
@keyframes text-link-underline-ff {
  0% {
    background-size: 0% 0.5px;
  }
  100% {
    background-size: 100% 0.9px;
  }
}


.text-link > a.color-white[target=_blank]:after {
    background-image: url(/share/img/icon-blank-wh.svg);
}


.accordion-attention > dl > dt > span {
  display: inline-block;
  padding-right: 30px;
  background-image: url(/share/img/icon-accordion-open-simple.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 22px auto;
}
.accordion-attention.on > dl > dt > span {
  background-image: url(/share/img/icon-accordion-close-simple.svg);
  background-size: 22px auto;
}
.accordion-attention > dl > dt.eonet-parts > span {
  display: inline-block;
  padding-right: 30px;
  background-image: url(/share/img/icon-accordion-open.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 22px auto;
}
.accordion-attention.on > dl > dt.eonet-parts > span {
  background-image: url(/share/img/icon-accordion-close.svg);
  background-size: 22px auto;
}



.btn > a[target=_blank] {
    background-image: url(/share/img/icon-blank-white-simple.svg);
    background-position: center right 30px;
    background-size: 16px;
}
.btn.eonet-parts > a[target=_blank] {
    background-image: url(/share/img/icon-blank-wh.svg);
    background-position: center right 30px;
    background-size: 20px;
}
@media (any-hover: hover) {
  .btn > a[target=_blank]:hover {
      background-image: url(/share/img/icon-blank-primary-simple.svg);
      background-position: center right 30px;
      background-size: 16px;
  }
  .btn.important > a[target=_blank]:hover {
      background-image: url(/share/img/icon-blank-primary-simple.svg);
      background-position: center right 30px;
      background-size: 16px;
  }
  .btn.eonet-parts > a[target=_blank]:hover {
      background-image: url(/share/img/icon-blank-gy.svg);
      background-position: center right 30px;
      background-size: 20px;
  }
}

.cta-netflix .btn a{
  width: auto;
}