@charset "UTF-8";

@media screen and (min-width: 750px) {
  /*style.css*/

  .for_sp,
  .-sp {
    display: none !important;
  }

  .contents_all_wrap {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .bt:hover {
    opacity: 0.8;
    cursor: pointer;
  }

  /*pc common*/


  a.cv_detail_btn {
    padding: 0.7em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    background: rgb(150, 39, 142);
    border-radius: 50vw;
    width: 100%;
    position: relative;
    height: 60px;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: bold;
  }

  a.cv_detail_btn:hover {
    text-decoration: none;
    color: #fff !important;
  }

  .cv_detail_btn.orange_bg {
    background: var(--Linear, linear-gradient(92deg, #EB5505 33.5%, #E50914 100%));
  }

  .cv_detail_btn.purple_bg {
    background: var(--Linear, linear-gradient(92deg, #FFA372 0%, #FD5795 39.5%, #8051FF 100%));
  }

  .cv_detail_btn::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/icon_arrow_right_w_74b5e548fbce40a4.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 30px;
    width: 30px;
  }

  .icon_anchor_arrow {
    height: 10px;
    width: 10px;
    transform: rotate(135deg);
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -5px;
  }

  @keyframes move-flash {
    from {
      background-position: -100% bottom;
    }

    to {
      background-position: 200% bottom;
    }
  }

  .cv_detail_btn.flash::before {
    width: 100%;
    height: 100%;
    border-radius: 50vw;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/icon_btn_flash_d178ab726fa8be3e.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation-name: move-flash;
    animation-duration: 3.2s;
    animation-timing-function: steps(5.2, end);
    animation-iteration-count: infinite;
    /*    animation-fill-mode: forwards;*/
  }



  .icon_anchor_arrow.black {
    border-right: 2px solid #333;
    border-top: 2px solid #333;
  }

  .anchor_text {
    margin: auto;
    display: inline-block;
    font-size: 16px;
    text-decoration: underline !important;
    margin: 20px auto;
  }

  .anchor_text.white {
    color: #fff;
  }

  .anchor_text.white .icon_anchor_arrow {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
  }

  a.btn_white {
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color_orange);
    height: 60px;
    width: 100%;
    max-width: 550px;
    margin: auto;
    font-size: 18px;
    border: 3px solid var(--color_orange);
    font-weight: bold;
    margin-bottom: 8px;
    position: relative;
    background-color: #fff;
  }

  a.btn_white::after {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/icon_arrow_right_orange_934cdcd6137f24d5.svg);
    background-size: contain;
    background-repeat: no-repeat;
    inset: auto 30px auto auto;
    position: absolute;
  }

  .text_outer_link,
  .text_inner_link {
    font-weight: bold;
    position: relative;
    color: #0066AA;
  }

  .text_outer_link::after,
  .text_inner_link::after {
    content: "";
    position: relative;
    height: 15px;
    width: 15px;
    top: 3px;
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/icon_arrow_right_blue_705d704a4efd1f08.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: -5px;
    display: inline-block;
  }

  .text_inner_link::after {
    transform: rotate(90deg);
  }


  /*kv_section------------------------*/

  .kv_allwrap {
    height: 600px;
    background-color: #999;
  }

  section.kv_section {
    /* height: 437px; */
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #000;
    height: 600px;
    background-size: cover;
  }



  section.kv_section.-kv_a {
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/kv_bg_a_fe48d56202be4b36.webp);
  }

  section.kv_section.-kv_b {
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/kv-b_mask_2c159f18628d4681.webp), url(/content/dam/au-com/pr/netflixpack_2/images/kv-b_bg_e5861c877c53007d.webp);
    background-size: 100% 600px, cover;
    background-position: bottom center, center;
    background-color: #fff;
  }

  section.kv_section .kv_wrap {
    position: relative;
    width: 100%;
    margin: auto;
    position: relative;
    max-width: 980px;
    line-height: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  section.kv_section.-kv_a .kv_wrap {
    margin-bottom: 20px;
    /* margin-top: 25px; */
  }

  section.kv_section.-kv_b .kv_wrap {
    /* padding-top: 50px; */
  }






  section.kv_section.-kv_b .kv_wrap .kv_title .kv_heading_anime {
    position: absolute;
    /*
    animation-name: anime-fadein;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    will-change: opacity;
    animation-duration: 0.5s;
    animation-delay: 1s;
    opacity: 0;
*/
  }


  section.kv_section.-kv_b .kv_wrap .kv_title .kv_heading_anime.kv_heading {
    width: 30.8%;
    left: 1%;
    top: 31px;
  }

  section.kv_section.-kv_b .kv_wrap .kv_title .kv_heading_anime.kv_heading_netflix {
    width: 16.8%;
    left: 1.7%;
    top: 122px;
  }


  @keyframes anime-fadein {
    from {
      transform: translateY(20px);
      opacity: 0;
    }

    to {
      transform: translateY(0px);
      opacity: 1;
    }
  }

  section.kv_section.-kv_b .kv_wrap .kv_title .kv_tb {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    filter: drop-shadow(0 0 7px rgb(255, 255, 255));
    border: 1px solid #fff;
    animation-name: anime-fadein;
    -moz-animation-name: anime-fadein;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    will-change: opacity;
    animation-duration: 1s;
    -moz-animation-duration: 1s;
    opacity: 0;

  }

  /*ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¤ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â«ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â²ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã†â€™Ã‚Â 3*/
  section.kv_section.-kv_b .kv_wrap .kv_title .kv_tb.kv_tb.kv_tb_1 {
    width: 17%;
    right: 14%;
    top: 29px;
    animation-delay: 2.5s;
  }

  /*ÃƒÂ£Ã‚ÂÃ…Â ÃƒÂ£Ã‚ÂÃ‚Â¤ÃƒÂ£Ã‚ÂÃ¢â‚¬Â¹ÃƒÂ£Ã¢â‚¬Å¡Ã…â€™ÃƒÂ£Ã‚ÂÃ¢â‚¬Â¢ÃƒÂ£Ã‚ÂÃ‚Â¾*/
  section.kv_section.-kv_b .kv_wrap .kv_title .kv_tb.kv_tb.kv_tb_2 {
    width: 14.4%;
    left: 60%;
    top: 17px;
    animation-delay: 2.0s;
  }

  /*ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¨ÃƒÂ£Ã†â€™Ã‚Â¬ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¯ÃƒÂ£Ã†â€™Ã‹â€ ÃƒÂ£Ã†â€™Ã‚ÂªÃƒÂ£Ã†â€™Ã†â€™ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¯ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¹ÃƒÂ£Ã†â€™Ã¢â‚¬Â ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¤ÃƒÂ£Ã†â€™Ã‹â€ */
  section.kv_section.-kv_b .kv_wrap .kv_title .kv_tb.kv_tb.kv_tb_3 {
    width: 8.2%;
    left: 80.7%;
    top: 150px;
    animation-delay: 1.0s;
  }

  /*ÃƒÂ§Ã‚Â½Ã‚ÂµÃƒÂ¥Ã¢â€šÂ¬Ã¢â‚¬â„¢ÃƒÂ¦Ã‚ÂÃ¢â‚¬Ëœ*/
  section.kv_section.-kv_b .kv_wrap .kv_title .kv_tb.kv_tb.kv_tb_4 {
    width: 10%;
    right: 37%;
    top: 168px;
    animation-delay: 1.5s;
  }

  /*kv_section*/
  section.kv_section.-kv_b .kv_wrap .kv_title .kv_tb.kv_tb.kv_tb_5 {
    width: 17.7%;
    top: 46px;
    left: 25.1%;
    animation-delay: 3.0s;
  }







  section.kv_section.-kv_a .cv_detail_btn_wrap {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 486px;
    text-align: center;
    width: 550px;
  }

  section.kv_section.-kv_b .cv_detail_btn_wrap {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 510px;
    text-align: center;
    width: 550px;
  }




  section.kv_section.-kv_b .kv_b_cv_detail {
    width: 550px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 299px;
  }

  section.kv_section.-kv_a .kv_anchor_text_wrap {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 450px;
    text-align: center;
  }

  section.kv_section.-kv_b .kv_anchor_text_wrap {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 460px;
    text-align: center;
  }

  section.kv_section.-kv_a .kv_anchor_text_wrap a.anchor_text {
    color: #fff;
  }

  section.kv_section.-kv_b .kv_anchor_text_wrap a.anchor_text {
    color: #fff;
    margin-top: 16px;
  }

  .icon_anchor_arrow {
    height: 10px;
    width: 10px;
    transform: rotate(135deg);
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -5px;
  }

  .icon_anchor_arrow.white {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;

  }

  .icon_anchor_arrow.black {
    border-right: 2px solid #333;
    border-top: 2px solid #333;
  }

  section.kv_section .anchor_text {
    margin: auto;
    color: #fff;
  }



  /*  section.netflix-title ------------------*/

  section.headline_section {
    background-color: #fff;
    text-align: center;
    padding: 10px 0 67px;
    0;
  }

  section.headline_section .bnr_present {
    max-width: 880px;
    margin: auto;
    display: block;
    margin-bottom: 50px;
  }


  section.headline_section .headline_title {
    max-width: 1070px;
    margin: auto;
    margin-bottom: 50px;
  }

  section.headline_section a.ponta_link_detail {
    margin: auto;
    color: #333;
    display: inline-block;
    font-size: 16px;
    text-decoration: underline !important;
  }

  section.headline_section a.anchor_text {
    margin: auto;
    color: #333;
    margin-bottom: 50px;
  }

  section.headline_section .cv_detail_btn_wrap {
    margin: auto;
    max-width: 550px;
  }

  .cv_detail_btn .otoku {
    display: inline-flex;
    background-color: #fff;
    height: 28px;
    color: #EB5505;
    padding: 0 10px 1px 15px;
    margin-right: 10px;
    width: auto;
    border-radius: 50vw;
    justify-content: center;
    align-items: center;
    border: 1px solid #EB5505;
  }




  /*  section.recommend_section ------------------*/

  section.recommend_section {
    background-color: #000;
    padding: 68px 0 0 0;
    text-align: center;
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/recommend_bg_ff6204b317300c09.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  section.recommend_section .recommend_fukidashi {
    width: 356px;
    margin: auto;
    margin-bottom: 15px;
  }

  section.recommend_section .recommend_title_copy {
    color: #fff;
    text-align: center;
    font-size: 39px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 6px;
    max-width: 670px;
    padding: 0 20px;
    margin: auto;
    margin-bottom: 50px;
  }

  section.recommend_section .recommend_title {
    font-size: 61px;
    font-weight: bold;
    margin-bottom: 35px;
    text-align: center;
    font-weight: bold;
  }



  section.recommend_section .slide_recommend_title {
    color: #fff;
    text-align: left;
    font-size: 33.6px;
    font-weight: bold;
    /* position: absolute; */
    /* top: -50px; */
    margin-bottom: 30px;
    margin-left: 15px;
  }

  section.recommend_section .slide_recommend {
    width: 980px;
    margin: auto;
  }

  section.recommend_section .slide_recommend_wrap {
    text-align: left;
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    max-width: 1160px;
    margin: auto;
    /* transform: scale(0.85); */
  }




  /*
  reccomend_item_allwrap----------------------*/

  section.recommend_section .reccomend_item_allwrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  section.recommend_section .reccomend_item_allwrap .reccomend_item_wrap {
    width: calc(100% / 3);
    border-right: 1px solid #d9d9d9;
    color: #fff;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  section.recommend_section .reccomend_item_allwrap .reccomend_item_wrap.last {
    border-right: none;
  }

  section.recommend_section .reccomend_item_allwrap .reccomend_item_tb {
    margin: auto;
    padding: 0 0px 10px;
    line-height: 0;
  }

  section.recommend_section .reccomend_item_allwrap .reccomend_item_title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
  }

  section.recommend_section .reccomend_item_allwrap .reccomend_item_text {
    font-size: 14px;
    margin-bottom: 20px;
    min-height: 7.5em;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: 0.15em;
  }

  section.recommend_section .reccomend_item_allwrap .reccomend_item_modal-open_bt {
    height: 50px;
    max-width: 240px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
  }

  section.recommend_section .reccomend_item_allwrap .reccomend_item_modal-open_bt::after {
    content: "＋";
    color: #333;
    position: absolute;
    top: 50%;
    line-height: 0;
    right: 20px;
    font-size: 20px;
  }

  section.recommend_section .reccomend_bt_readmore_wrap {
    text-align: center;
    width: 100%;
    /* height: 80px; */
    line-height: 0em;
    padding: 0px 0 50px;
  }

  section.recommend_section .reccomend_bt_readmore_wrap .reccomend_bt_readmore {
    font-size: 22px;
    display: inline-block;
    margin: auto;
    position: relative;
    ã‡ f: ã‡f;
    left: -0.7.5em;
  }

  section.recommend_section .reccomend_bt_readmore_wrap .reccomend_bt_readmore .icon_arrow {
    width: 20px;
    position: absolute;
    right: -29px;
    top: -8px;
  }

  section.recommend_section .reccomend_bt_readmore_wrap .reccomend_bt_readmore .icon_arrow.down {
    transform: rotateX(180deg);
  }



  /*section.plan ------------------------*/

  section.section_plan {
    text-align: center;
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/movie_bg_footer_62e855b99bb50848.webp);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    /* margin-top: 80px; */
  }

  .section_plan_wrap {
    background-color: #fff;
    border-radius: 30px;
    margin: auto;
    text-align: center;
    width: 100%;
    max-width: 980px;
    padding: 36px 50px;
  }

  section.section_plan .title_main {
    font-size: 36px;
    font-weight: bold;
    max-width: 500px;
    margin: auto;
    margin-bottom: 50px;
  }

  section.section_plan .plan_fukidashi {
    width: 400px;
    margin: auto;
  }

  /*
  section.section_plan .plan_title {
    font-size: 9vw;
    font-weight: bold;
    margin-bottom: 2vw;
  }

  section.section_plan .plan_title_copy {
    color: #fff;
    text-align: center;
    font-size: 3.3vw;
    margin-bottom: 10vw;
  }
*/

  section.section_plan .plan_detail_wrap {
    background-color: #fff;
    max-width: 750px;
    width: 100%;
    margin: auto;
    border-radius: 15px;
    text-align: center;
    padding: 35px 3px 3px 3px;
    position: relative;
    margin-bottom: 30px;
  }



  section.section_plan .plan_detail_wrap .plan_detail_heading_wrap {
    position: relative;
  }

  section.section_plan .plan_detail_wrap .plan_detail_heading_wrap .toggle_tg {
    max-width: 750px;
    width: 100%;
    margin: auto;
    text-align: center;
    height: 180px;
    position: absolute;
    top: -34px;
  }

  section.section_plan .plan_detail_wrap .plan_detail_heading_wrap.on .toggle_tg.on,
  section.section_plan .plan_detail_wrap .plan_detail_heading_wrap.off .toggle_tg.off {
    display: none;
  }

  section.section_plan .plan_detail_wrap .plan_detail_heading_wrap.off .toggle_tg.on,
  section.section_plan .plan_detail_wrap .plan_detail_heading_wrap.on .toggle_tg.off {
    display: block;
    z-index: 2;
  }

  /*
  .toggle_tg.on{
    background-color: red
  }
  .toggle_tg.off{
    background-color: blue
  }
*/



  section.section_plan .plan_detail_wrap .plan_detail_heading_wrap.on::before {}

  section.section_plan .plan_detail_wrap .plan_fukidashi {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #FFE70F;
    padding: 5px 0;
    border-radius: 50vw;
    top: -23px;
    color: #333;
    width: 240px;
    font-weight: bold;
    font-size: 20px;
  }

  section.section_plan .plan_detail_wrap .plan_fukidashi::after {
    content: "";
    height: 10px;
    width: 10px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FFE70F;
    position: absolute;
    transform: rotate(45deg);
    top: 33px;
  }


  section.section_plan .plan_detail_wrap.standard_ad {
    background: linear-gradient(105deg, #1C4072 50%, #120C1F 100%);
  }

  section.section_plan .plan_detail_wrap.standard {
    background: var(--Style, linear-gradient(103deg, #59216E 0%, #120C1F 100%));
  }

  section.section_plan .plan_detail_wrap.premium {
    background: var(--Style, linear-gradient(103deg, #6C1E41 0%, #120C1F 100%));
  }

  section.section_plan .plan_detail_title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 1.3em;
    margin-bottom: 30px;
    background-color: #fff;
    height: 40px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 650px;
    margin: 0 auto 2px;
  }

  section.section_plan .icon_accodion_btn {
    position: absolute;
    width: 40px;
    height: 39px;
    right: 51px;
    bottom: 30px;
    transform: rotateZ(180deg);
    transition: all 0.3s;
  }

  section.section_plan .icon_accodion_btn.on {
    transform: rotateZ(0deg);
  }

  section.section_plan .icon_accodion_btn.off {
    transform: rotateZ(180deg);
  }

  section.section_plan .plan_price_wrap {
    display: inline-flex;
    margin: auto;
    align-items: baseline;
    margin-bottom: 25px;
  }

  section.section_plan .plan_price_wrap .price {
    color: #FFF;
    font-size: 80px;
  }

  section.section_plan .plan_detail_wrap.standard_ad .plan_price_wrap .price {
    width: 130px;
    position: relative;
    /* bottom: -16px; */
    margin-right: 7px;
    line-height: 1;
  }

  section.section_plan .plan_detail_wrap.standard .plan_price_wrap .price {
    width: 175px;
    position: relative;
    /* bottom: -16px; */
    margin-right: 7px;
    line-height: 1;
  }

  section.section_plan .plan_detail_wrap.premium .plan_price_wrap .price {
    width: 180px;
    position: relative;
    /* bottom: -16px; */
    margin-right: 7px;
    line-height: 1;
  }

  section.section_plan .plan_price_wrap .yen {
    color: #fff;
    font-size: 23px;
  }

  section.section_plan .plan_price_wrap .point {
    font-size: 16px;
    color: #FAFF00;
  }




  section.section_plan .plan_detail_list_wrap {
    background-color: #fff;
    width: 100%;
    border-radius: 0 0 12px 12px;
    padding: 10px 50px 10px 50px;
  }


  section.section_plan .plan_detail_list_wrap .plan_detail_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 4vw;
    padding: 0.6em 0;
    border-bottom: 1px solid #999;
  }

  section.section_plan .plan_detail_list_wrap .title_wrap {
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }

  section.section_plan .plan_detail_list_wrap .title_wrap::before {
    content: "";
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #000;
    z-index: 1;
  }

  section.section_plan .plan_detail_list_wrap .title_wrap .title {
    background-color: #fff;
    font-size: 20px;
    padding: 5px 20px;
    z-index: 2;
    position: relative;
    display: inline-block;
    font-weight: bold;
  }

  section.section_plan .plan_detail_list_wrap .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 10px;
    font-size: 18px;
  }

  section.section_plan .plan_detail_wrap.standard_ad .plan_detail_list_wrap .heading {
    background-color: #19345A;
  }

  section.section_plan .plan_detail_wrap.standard .plan_detail_list_wrap .heading {
    background-color: #491E61;
  }

  section.section_plan .plan_detail_wrap.premium .plan_detail_list_wrap .heading {
    background-color: #551C41;
  }

  section.section_plan .plan_detail_list_wrap .data {
    font-size: 18px;
    padding: 8px 20px 14px;
    font-weight: bold;
  }

  section.section_plan .plan_detail_list_wrap .anchor_text {
    color: #333;
  }



  section.section_plan .plan_foot_wrap {
    margin: 50px 0 0 0;
    text-align: center;
  }

  section.section_plan .plan_foot_wrap .plan_foot_title {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
  }

  section.section_plan .plan_foot_wrap .cv_detail_btn_wrap {
    width: 100%;
    max-width: 550px;
    margin: auto;
  }



  /*section.flow_section -----------------------*/

  section.flow_section {
    /* background-color: #000; */
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(80, 80, 80, 0.50) 100%);
    text-align: center;
    padding: 70px 0;
  }

  section.flow_section .flow_fukidashi {
    width: 200px;
    margin: auto;
    margin-bottom: 5px;
  }

  section.flow_section .flow_title {
    font-size: 54px;
    font-weight: bold;
    color: #fff;
    margin: auto;
    max-width: 430px;
    margin-bottom: 50px;
  }

  section.flow_section .flow_title_copy {
    color: #fff;
    text-align: center;

  }

  section.flow_section .tab_allwrap {
    width: 100%;
    max-width: 980px;
    margin: auto;
  }

  section.flow_section .tab_item_allwrap {
    background-color: #fff;
    width: 100%;
    margin: auto;
    border-radius: 0 0 30px 30px;
    padding: 0;
    position: relative;
    height: 690px;
  }



  section.flow_section .flow_under_wrap {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }

  section.flow_section .flow_under_wrap a.text_link {
    color: #333 !important;
    margin-bottom: 32px;
    display: inline-block !important;
  }

  section.flow_section .flow_under_wrap .flow_under_heading {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  section.flow_section .flow_under_wrap .cv_detail_btn_wrap {
    width: 550px;
    margin: auto;
  }

  section.flow_section .flow_under_wrap .cv_detail_btn {}

  section.flow_section .flow_under_wrap .cv_detail_btn {}

  /*  section.otoku ---------------------*/

  section.otoku_section {
    background-color: #000;
    padding: 70px 0;
  }

  section.otoku_section .otoku_tab_item_1 {
    width: 100%;
    display: none;
  }

  section.otoku_section .otoku_tab_item_1.on {
    display: block;
  }



  section.otoku_section .otoku_fukidashi {
    width: 432px;
    margin: auto;
  }

  section.otoku_section .otoku_title {
    font-size: 54px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    max-width: 510px;
  }



  section.otoku_section .otoku_logo_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    margin: auto;
    width: 573px;
    padding: 20px 70px;
    margin-bottom: 50px;
  }

  section.otoku_section .otoku_logo_wrap .otoku_logo_item {}

  section.otoku_section .otoku_logo_wrap .otoku_logo_item:nth-child(1) {
    width: 120px;
  }

  section.otoku_section .otoku_logo_wrap .otoku_logo_item:nth-child(2) {
    width: 100px;
  }

  section.otoku_section .otoku_logo_wrap .otoku_logo_item:nth-child(3) {
    width: 150px;
  }

  section.otoku_section .tab_allwrap {
    width: 100%;
    max-width: 980px;
    margin: auto;
    text-align: center;
    margin-top: 50px;
  }




  section.otoku_section .otoku_subtitle {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
  }

  section.otoku_section .remarks_wrap {
    max-width: 810px;
    margin: auto;
    color: #fff;
    line-height: 1.5em;
    font-size: 12px;
    margin-top: 19px;
    /* margin-bottom: 66px; */
    line-height: 1.4em;
    text-align: left;
  }

  section.otoku_section .tab_item_allwrap {
    background-color: #fff;
    width: 100%;
    margin: auto;
    border-radius: 0 0 30px 30px;
    padding: 4px 0;
    position: relative;
    margin-bottom: 36px;
  }


  /*oroku_section/otoku-table*/

  section.otoku_section .price_table {
    font-size: 14px;
    color: #333;
  }

  section.otoku_section .price_table table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 820px;
    height: 250px;
    margin: auto;
    font-size: 14px;
  }

  section.otoku_section .price_table table td,
  section.otoku_section .price_table table th {
    border: solid #E2E2E2 1px;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
  }

  section.otoku_section .price_table .price_title {
    font-size: 20px;
    font-weight: 700;
    margin: 51px 0 10px;
    color: #333;
    text-align: center;
  }

  /* table price1_1*/
  section.otoku_section .price_table.price1 table td.heading_cell {
    background-color: #777;
    color: #fff;
    TEXT-ALIGN: center;
  }


  section.otoku_section .price_table.price1 table td.total_price_cell {
    background-color: #FFF0E8;
    color: var(--color_orange);
    font-size: 26px;
    padding: 12px 0px;
    TEXT-ALIGN: center;
  }

  section.otoku_section td.total_price_cell .remaks {
    color: #333;
    font-weight: bold;
    font-size: 14px;
  }

  section.otoku_section .price_table.price1 table td.sub_heading_cell {
    background-color: #F3F3F3;
    height: 62px;
    text-align: left;
  }

  section.otoku_section .price_table.price1 table td.price_cell {
    color: #334;
    text-align: right;
  }

  section.otoku_section .price_table table td.subtotal_price_cell {
    font-size: 15px;

  }

  section.otoku_section .price_table.price1 table td.sub_heading_remark_cell {
    text-align: left;
    line-height: 1.2em;
  }

  /* table price2*/

  section.otoku_section .price_table.price2 table td.price_cell.font_big {
    font-size: 20px;
    color: #000;
  }

  section.otoku_section .price_table.price2 table td.heading_cell {
    background-color: #777;
    color: #fff;
    TEXT-ALIGN: center;
  }

  section.otoku_section .price_table.price2 table td.sub_heading_cell {
    background-color: #F3F3F3;
    height: 62px;
    text-align: left;
    font-weight: 700;
  }

  section.otoku_section .price_table.price2 table td.sub_heading_cell .note {
    font-weight: normal;
    color: #333;
    font-size: 12px;
  }

  section.otoku_section .price_table.price2 table td.price_cell {
    color: #334;
    text-align: right;
    font-weight: 700;
  }

  section.otoku_section .price_table.price2 table td.total_price_cell {
    background-color: #FFF0E8;
    color: var(--color_orange);
    font-size: 26px;
    padding: 12px 0px;
    font-weight: 700;

  }

  section.otoku_section .price_table.price2 table td.subtotal_price_cell {
    background-color: #FFF0E8;
    color: #000;
    font-size: 20px;
    text-align: right;
    padding: 12px 12px;
    font-weight: 700;
  }

  section.otoku_section .price_table.price2 table td.total_price_cell {
    background-color: #FFF0E8;
    color: var(--color_orange);
    font-size: 26px;
    padding: 12px 0px;
    text-align: center;
  }

  section.otoku_section .price_table.price2 table td.sub_heading_remark_cell .sub_heading_remark_note {
    text-align: left;
    font-size: 12px;
  }




  /*tab common style-----------------------*/

  .tab_btn_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin: auto;
    /* height: 21.2vw; */
    position: relative;
    z-index: 3;
  }

  .tab_btn_wrap .tab_btn {
    background-color: #808080;
    border-bottom: none;
    border-radius: 30px 30px 0 0;
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-weight: bold;
    pointer-events: auto;
    cursor: pointer;
    overflow: hidden;
    height: 80px;
  }

  .tab_btn_wrap .tab_btn.on {
    background-color: #fff;
    color: var(--color_orange);
    pointer-events: none;
    position: relative;
    height: 80px;
  }

  .tab_btn_wrap .tab_btn.on::after {
    position: absolute;
    content: "";
    /*    background-color: var(--color_orange);*/
    background-color: red;
    width: 100%;
    height: 10px;
    top: 0;
  }


  .tab_btn_wrap .tab_text_wrap {
    text-align: center;
    font-feature-settings: "palt";
    font-size: 18px;
  }


  /*
  .tab_item_allwrap {
    background-color: #fff;
    width: 100%;
    margin: auto;
    border-radius: 0 0 30px 30px;
    padding: 30px 0;
    position: relative;
    height: 640px;
  }
*/

  section.otoku .otoku_tab_item_title {
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 2vw;
  }

  section.otoku .otoku_tab_item_sub {
    text-align: center;
    font-size: 3.5vw;
    border: 1px solid;
    padding: 1vw 5vw;
    border-radius: 50vw;
    margin: auto;
    max-width: 62vw;
  }


  section.otoku .btn_change_plan {
    border-radius: 50vw;
    margin: auto;
    border: 2px solid var(--color_orange);
    background-color: #fff;
    padding: 3vw 0;
    text-align: center;
    width: 73vw;
    font-size: 4vw;
    display: block;
    font-weight: bold;
    color: var(--color_orange);
  }









  /* table price*/

  section.otoku_section .price_table table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 820px;
    margin: auto;
    font-size: 14px;
  }

  section.otoku_section .price_table.price1_1 table td.heading_cell {
    background-color: #777;
    color: #fff;
  }


  section.otoku_section .price_table.price1_1 table td.total_price_cell {
    background-color: #FFF0E8;
    color: var(--color_orange);
    font-size: 26px;
    padding: 12px 0px;
  }

  section.otoku_section td.total_price_cell .remaks {
    color: #333;
    font-weight: bold;
    font-size: 14px;
  }

  section.otoku_section .price_table.price1_1 table td.sub_heading_cell {
    background-color: #F3F3F3;
    height: 62px;
    text-align: left;
  }

  section.otoku_section .price_table.price1_1 table td.price_cell {
    color: #334;
    text-align: right;
  }

  section.otoku_section .price_table table td.subtotal_price_cell {
    font-size: 15px;

  }


  section.otoku_section .price_table.price2_1 table td.price_cell.font_big {
    font-size: 20px;
    color: #000;
  }

  section.otoku_section .price_table.price1_1 table td.sub_heading_remark_cell {
    text-align: left;
    line-height: 1.2em;
  }

  /* table price2_1*/

  section.otoku_section .price_table.price2_1 table td.heading_cell {
    background-color: #777;
    color: #fff;
  }

  section.otoku_section .price_table.price2_1 table td.sub_heading_cell {
    background-color: #F3F3F3;
    height: 62px;
    text-align: left;
    font-weight: 700;
  }

  section.otoku_section .price_table.price2_1 table td.price_cell {
    color: #334;
    text-align: right;
    font-weight: 700;
  }

  section.otoku_section .price_table.price2_1 table td.total_price_cell {
    background-color: #FFF0E8;
    color: var(--color_orange);
    font-size: 26px;
    padding: 12px 0px;
    font-weight: 700;
  }

  section.otoku_section .price_table.price2_1 table td.subtotal_price_cell {
    background-color: #FFF0E8;
    color: #000;
    font-size: 20px;
    text-align: right;
    padding: 12px 12px;
    font-weight: 700;
  }

  section.otoku_section .price_table.price2_1 table td.total_price_cell {
    background-color: #FFF0E8;
    color: var(--color_orange);
    font-size: 26px;
    padding: 12px 0px;
    text-align: center;
  }

  /* table price2_2*/

  section.otoku_section .price_table.price2_2 {
    margin: 20px 0;
  }

  section.otoku_section .price_table.price2_2 table td.heading_cell {
    background-color: #777;
    color: #fff;
  }

  section.otoku_section .price_table.price2_2 table td.sub_heading_cell {
    background-color: #F3F3F3;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
  }

  section.otoku_section .price_table.price2_2 table td.sub_discription_cell {
    text-align: left;
    font-size: 14px;
  }

  section.otoku_section .price_table.price2_2 table td.terms_cell {
    vertical-align: top;
  }

  section.otoku_section .price_table.price2_2 table td.terms_cell .title {
    line-height: 1.8em;
    margin-bottom: 12px;
  }

  section.otoku_section .price_table.price2_2 table td.price_cell {

    font-size: 18px;
    padding: 12px 0px;
    text-align: center;
    font-weight: 700;
  }




  section.otoku_section .otoku_tab_item_wrap {
    display: none;

  }

  section.otoku_section .otoku_tab_item_wrap.on {
    text-align: center;
    padding: 50px 0;
    display: block;
  }

  section.otoku_section .otoku_tab_item_wrap .otoku_tab_item_sub {
    display: inline-block;
    font-size: 18px;
    border: 1px solid #000;
    padding: 5px 20px;
    width: 100%;
    max-width: 380px;
    border-radius: 50vw;
    margin-bottom: 15px;
  }


  /*price_before_wrap*/

  section.otoku_section .otoku_tab_item_wrap .price_before_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  section.otoku_section .otoku_tab_item_wrap .price_before_wrap .price_before {
    font-size: 72px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    width: 170px;
    display: inline-block;
    position: relative;
    /* bottom: -11px; */
    line-height: 1;
  }

  section.otoku_section .otoku_tab_item_wrap .price_before_wrap .price_before.price_before_wrap .price_tax-yen {
    display: block;
  }

  section.otoku_section .otoku_tab_item_wrap .price_before_wrap .tax {
    font-size: 17.6px;
  }

  section.otoku_section .otoku_tab_item_wrap .price_before_wrap .yen {
    font-size: 21.5px;
    line-height: 1;
  }

  section.otoku_section .otoku_tab_item_wrap .price_before_wrap .price_taxin {
    width: 100%;
    font-size: 23px;
    position: relative;
    top: -10px;
  }



  /*||price_process_wrap*/

  section.otoku_section .otoku_tab_item_wrap .price_process_wrap {
    height: 163px;
    width: 100%;
    font-weight: bold;
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/price_process_bg_8986ce84aeaa9d4c.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  section.otoku_section .otoku_tab_item_wrap .price_process_wrap .service {
    font-size: 16px;
  }

  section.otoku_section .otoku_tab_item_wrap .price_process_wrap .appry {
    font-size: 28px;

  }

  section.otoku_section .otoku_tab_item_wrap .price_process_wrap .appry span {
    font-size: 16px;
  }

  /* ||price_after_wrap*/

  section.otoku_section .otoku_tab_item_wrap .price_after_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  section.otoku_section .otoku_tab_item_wrap .price_after_wrap .price_after {
    font-size: 130px;
    letter-spacing: -0.02em;
    /* margin-bottom: 10px; */
    width: 263px;
    position: relative;
    top: 5px;
    line-height: 1;
    margin-bottom: 14px;
  }

  section.otoku_section .otoku_tab_item_wrap .price_after_wrap .price_before.price_before_wrap .price_tax-yen {
    display: block;
  }

  section.otoku_section .otoku_tab_item_wrap .price_after_wrap .tax {
    font-size: 23px;
  }

  section.otoku_section .otoku_tab_item_wrap .price_after_wrap .yen {
    font-size: 33px;
    line-height: 1;
  }

  section.otoku_section .otoku_tab_item_wrap .price_after_wrap .price_taxin {
    width: 100%;
    font-size: 23px;
    position: relative;
    top: -10px;
  }

  /*price_after_wrap||*/



  section.otoku_section .price_after_note {
    font-size: 12px;
    margin-bottom: 16px;
  }

  section.otoku_section .price_after_text_link {
    color: #333;
    text-decoration: underline !important;

  }





  /*section.faq -----------------------*/

  section.faq_section {
    background-color: #fff;
    padding: 70px 0 0;
  }

  section.faq_section .faq_item_allwrap {
    max-width: 980px;
    width: 100%;
    margin: auto;
    background-color: #eee;
    margin-bottom: 50px;
  }

  section.faq_section .faq_title_wrap {
    background-color: #333;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: relative;
  }


  section.faq_section .faq_title_wrap.on::after,
  section.faq_section .faq_title_wrap.off::after {
    content: "";
    position: absolute;
    right: 20px;

    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    height: 10px;
    width: 10px;
  }

  section.faq_section .faq_title_wrap.on::after {
    top: 28px;
    transform: rotate(-45deg);
  }

  section.faq_section .faq_title_wrap.off::after {
    top: 22px;
    transform: rotate(135deg);
  }





  section.faq_section .faq_item_wrap {
    padding: 0px 40px 40px;
    font-size: 12px;
    line-height: 2.2em;
  }

  section.faq_section .faq_item_link_wrap {
    padding: 0px 40px 0px;
  }

  section.faq_section a.faq_item_link {
    border-bottom: 2px solid #D9D9D9;
    text-align: left;
    padding: 30px 20px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    color: #333;
  }

  section.faq_section a.faq_item_link::after {
    content: "";
    position: absolute;
    right: 20px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    top: 38px;
  }

  section.faq_section a.faq_item_link:last-child {
    border-bottom: none;
  }

  section.faq_section .faq_heading {
    font-weight: bold;
    margin: 1.2em 0 0.8em 0;
  }

  /*fixed_footer_btn////////////////////////////////////////////////*/


  .fixed_footer_wrap {
    position: fixed;
    bottom: -100px;
    background-color: #fff;
    height: 80px;
    width: calc(100% - 180px);
    z-index: 3;
    transition: all 0.3s;
    pointer-events: none;
    opacity: 0;
    padding: 10px 0;
  }

  .fixed_footer_wrap.on {
    bottom: 0px;
    pointer-events: auto;
    opacity: 1;
    /* position: relative; */
  }


  .fixed_footer_wrap .icon_pagetop {
    display: block;
    top: -70px;
    height: 60px;
    width: 60px;
    position: absolute;
    right: 10px;
    margin: auto;
    z-index: 10;
  }



  .fixed_footer_wrap .icon_pagetop img {
    width: 100%;
  }

  .fixed_footer_wrap .btn_footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fixed_footer_wrap .fixed_footer_inner {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: auto;
    column-gap: 20px;
    flex-wrap: wrap;
  }

  .fixed_footer_wrap .cv_detail_btn_wrap {
    width: 100%;
    max-width: 550px;
  }

  .fixed_footer_wrap .cv_detail_btn {}










  /*modal slider----------------------------*/

  .modal_wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100vw;
  }

  .modal_wrap .modal_bg {
    background-color: #000;
    height: 100dvh;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;

  }

  .modal_wrap .modal_item_wrap {
    position: absolute;
    height: 100dvh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    inset: auto;
    pointer-events: none;
    z-index: 1;
    background: url(/content/dam/au-com/pr/netflixpack_2/images/icon_modal_close_d1c8c7b441c25aa0.svg);
    background-size: 50px 50px;
    background-position: top 10px right 30px;
    transition: .5s;
    background-repeat: no-repeat;
  }

  .modal_wrap .slick-dots {
    display: none;
  }

  .modal_wrap .modal_slider {
    width: 100%;
    max-width: 860px;
    height: 80dvh;
    max-height: 550px;
    pointer-events: all;
    padding: 60px;
    box-sizing: border-box;
  }

  .modal_wrap .modal_slide_item {}

  .modal_wrap iframe {
    width: 100%;
  }

  .modal_wrap .modal_slide_item .video_item {
    max-width: 800px;
    width: 100%;
    aspect-ratio: 800/450;
    height: 100%;
    margin-bottom: 20px;
  }

  .modal_slider .content_name_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    min-height: 90px;
    text-align: left;
    width: 100%;
  }

  .modal_slider .content_name {
    font-size: 30px;
    font-weight: 700;
    width: 50%;
    line-height: 1.1em;
  }

  .modal_slider .content_discription {
    width: 78%;
    font-size: 14px;
    text-align: left;
    border-left: 1px solid #fff;
    padding-left: 2em;
  }

  .modal_wrap .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }

  .modal_wrap .slick-prev {
    left: 15px;
  }

  .modal_wrap .slick-next {
    right: 20px;
  }

  .modal_wrap .slick-prev:before,
  .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }



  .modal_wrap .slick-prev:hover,
  .modal_wrap .slick-prev:focus,
  .modal_wrap .slick-next:hover,
  .modal_wrap .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }

  .modal_wrap .slick-prev:hover:before,
  .modal_wrap .slick-prev:focus:before,
  .modal_wrap .slick-next:hover:before,
  .modal_wrap .slick-next:focus:before {
    opacity: 1;
  }

  .modal_wrap .slick-prev.slick-disabled:before,
  .modal_wrap .slick-next.slick-disabled:before {
    opacity: .25;
  }




  /*format_edit*/
  .footerSiteMap {
    padding-bottom: 100px;
  }

  /*table*/
  #au_netflixpack td.pc_width20 {
    width: 20%
  }

  #au_netflixpack td.pc_width25 {
    width: 25%
  }

  #au_netflixpack td.pc_width33 {
    width: 33.3%
  }

  #au_netflixpack td.pc_width30 {
    width: 30%
  }

  #au_netflixpack td.pc_width40 {
    width: 40%
  }

  #au_netflixpack td.pc_width50 {
    width: 50%
  }

  #au_netflixpack td.pc_width55 {
    width: 55%
  }

  #au_netflixpack td.pc_width60 {
    width: 60%
  }

  #au_netflixpack td.pc_width75 {
    width: 75%
  }

  /*end--------------------------------------*/
}

/*animation-----------------------*/
.animation_fadeUp.on {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.animation_fadeUp {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}



/*au custom*/
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .fixed_footer_wrap {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .fixed_footer_wrap .fixed_footer_inner {
    /*padding-right: 160px;*/
  }

  .fixed_footer_wrap a.icon_pagetop {
    /* right: 200px; */
  }
}

@media screen and (min-width: 0px) and (max-width: 1199px) {
  .fixed_footer_wrap .fixed_footer_inner {
    padding-right: 0px;
  }

  .fixed_footer_wrap a.icon_pagetop {
    right: 10px;
  }
}

/*style.css*/
