@charset "UTF-8";

@media screen and (min-width: 750px) {
  /*for-pc  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;
    padding-right: 30px;
    border: 2px solid #EB5505;
  }

  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);
  }


  /*header_logo_wrap------------------*/
  .header_logo_wrap {
    background-color: #fff;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .header_logo_wrap .header_logo_item_wrap {
    width: 217px;

  }

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




  section.kv_section {
    background-color: #000;
  }



  
  section.kv_section .kv_wrap {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
  }
  
    section.kv_section .kv_wrap .kv_img_wrap{
    display: flex;
    justify-content:space-between;
    align-items: center;
  }
  section.kv_section .kv_wrap .kv_img_wrap .kv_img_item {
  }{
    width: 50%;
  }
  

  section.kv_section .remarks {
    position: absolute;
    left: 60.6%;
    top: 70.3%;
    color: #fff;
    font-size: 12px;
    text-align: left;
    line-height: 1.3em;
    max-width: 390px;
    width: 40%;
    font-weight: 300;
    padding-right: 1em;
  }




  .cv_detail_btn_dummy {
    margin: auto;
    left: 0;
    right: 0;
    top: 452px;
    text-align: center;
    display: flex;
    width: 380px;
    height: 64px;
    justify-content: center;
    align-items: center;
    border-radius: 50vw;
    border: 2px solid #888;
    background: #EEE;
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/icon_arrow_right_333_5a4051ab8d43a95c.svg);
    background-repeat: no-repeat;
    background-position: right 30px top 50%;
    background-size: 30px;
    font-weight: bold;
    color: #888;
  }


  .cv_detail_btn_modal {
    margin: auto;
    text-align: center;
    display: flex;
    width: 555px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50vw;
    border: 2px solid #888;
    background: #fff;
    font-weight: bold;
    color: #000;
    position: relative;
  }

  .cv_detail_btn_modal::after {
    text-rendering: optimizeLegibility;
    font-family: 'Material Symbols Outlined';
    content: "arrow_forward_ios";
    font-size: 23px;
    line-height: 0;
    font-weight: 100;
    color: #888;
    position: absolute;
    top: 50%;
    right: 30px;
    margin: auto;
  }


  /*
  .cv_detail_btn_modal::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_333_5a4051ab8d43a95c.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 30px;
    width: 30px;
  }
*/

  .cv_modal_detail {
    font-size: 14px;
    margin-top: 40px;
  }

  section.kv_section .cv_detail_btn_dummy {
    margin-top: 20px;
  }

  section.kv_section .kv_text_wrap {
    margin: auto;
    width: 100%;
    max-width: 880px;
    font-size: 14px;
    color: #fff;
    text-align: left;
  }

  section.kv_section .kv_text_wrap .size_l {
    font-size: 24px;
  }

  section.kv_section a.campaign_link {
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-right: 20px;
    position: relative;
    color: #fff;
    margin: auto;
    font-size: 18px;
    margin: 25px 0 30px;
    font-weight: 700;
  }

  section.kv_section .campaign_link::after {
    content: "\2303";
    display: inline-block;
    color: #fff;
    transform: rotate(180deg);
    position: absolute;
    right: 0px;
    font-size: 16px;
  }

  section.kv_section .kv_date {
    margin: auto;
    width: 100%;
    max-width: 712px;
  }

  section.kv_section .kv_date_copy {
    max-width: 712px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: auto;
  }






  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.kv_section .cv_detail_btn_dummy_remarks {
    font-size: 16px;
    text-align: center;
    color: #fff;
  }

  /*  section.anchor
  -------------------------------------------*/
  .anchor_section {
    background-color: #333;
    padding: 20px 0;
    text-align: center;
  }

  .anchor_section .anchor_bt_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    /*    margin-bottom: 10px;*/
    max-width: 800px;
    column-gap: 10px;
  }

  .anchor_section a.anchor_bt {
    display: flex;
    width: 25%;
    justify-content: center;
    align-items: center;
    border-radius: 50vw;
    border: 2px solid #EB5505;
    background: #FFF;
    height: 45px;
    color: #EB5505;
    column-gap: 10px;
    position: relative;
    padding-right: 0.8em;
    font-size: 14px;
    font-weight: 700;
  }

  .anchor_section a.anchor_bt::after {
    content: "";
    color: #EB5505;
    position: absolute;
    right: 20px;
    line-height: 0;


    height: 0.5em;
    width: 0.5em;
    border-right: 2px solid #EB5505;
    border-top: 2px solid #EB5505;
    transform: rotate(135deg);


  }

  .anchor_section a.anchor_copy {
    color: #fff;
    font-size: 16px;
    margin-bottom: 9px;
    display: inline-block;
    border-bottom: 1px solid #aaa;
    font-weight: bold;
    position: relative;
    padding-right: 21px;
  }

  .anchor_section a.anchor_copy::after {
    content: "";
    height: 0.5em;
    width: 0.5em;
    border-right: 2px solid #aaa;
    border-top: 2px solid #aaa;
    transform: rotate(135deg);
    display: inline-block;
    margin-left: 0.5em;
    position: absolute;
    right: 1px;
    top: 6px;
  }


  .anchor_section .anchor_remarks {
    color: #fff;
    font-size: 12px;
  }




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

  section.headline_section {
    background-color: #fff;
    text-align: center;
    padding: 40px 0 27px;
    position: relative;
  }

  section.headline_section::after {
    content: "";
    display: block;
    background-image: url(../images/headline_character1_968798006ef7a7df.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 155px;
    height: 130px;
    position: absolute;
    left: -960px;
    right: 0;
    margin: auto;
    bottom: 0;
  }

  section.headline_section::before {
    content: "";
    display: block;
    background-image: url(../images/headline_character2_baa2e1f511b9804c.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 165px;
    height: 178px;
    position: absolute;
    left: 0;
    right: -981px;
    margin: auto;
    bottom: 0;
  }




  section.headline_section .headline_bt_title {
    max-width: 528px;
    width: 100%;
    margin: 0 auto 15px;
  }

  section.headline_section .headline_segment {
    background-color: #949494;
    height: 1px;
    margin: auto;
    max-width: 980px;
    width: 100%;
    margin-bottom: 38px;
    position: relative;
    overflow: visible;
  }

  section.headline_section .headline_segment::after {
    content: "";
    display: block;
    background-image: url(../images/headline_tarent_fa43333424008084.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 190px;
    height: 150px;
    position: absolute;
    right: -760px;
    left: 0;
    margin: auto;
    top: -150px;
  }

  section.headline_section .headline_accodion_title {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 20px;
  }

  section.headline_section .cv_detail_btn_modal {
    margin: 24px auto 42px;
  }

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


  section.headline_section .headline_title {
    max-width: 960px;
    margin: auto;
    margin-bottom: 15px;
  }

  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;
    font-size: 13px;
  }


  section.headline_section .intro_acodion_wrap {
    max-width: 775px;
    margin: auto;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 8px;
    border-radius: 10px;
    overflow: hidden;
  }

  section.headline_section .intro_acodion_wrap.au {
    border: 2px solid #EB5505;

  }

  section.headline_section .intro_acodion_wrap.uq {
    border: 2px solid #E4007F;

  }

  section.headline_section .intro_acodion_wrap .accodion_title {
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    position: relative;
    padding-left: 70px;
  }

  section.headline_section .intro_acodion_wrap .accodion_title .toggle_tg {
    width: 100%;
    margin: auto;
    text-align: center;
    height: 67px;
    position: absolute;
    left: 0;
  }

  /*
  section.headline_section .intro_acodion_wrap .accodion_title.on .toggle_tg.on,
  section.headline_section .intro_acodion_wrap .accodion_title.off .toggle_tg.off {
    display: none;
  }

  section.headline_section .intro_acodion_wrap .accodion_title.off .toggle_tg.on,
  section.headline_section .intro_acodion_wrap .accodion_title.on .toggle_tg.off {
    display: block;
    z-index: 2;
  }
*/


  section.headline_section .intro_acodion_wrap .accodion_title.off::after,
  section.headline_section .intro_acodion_wrap .accodion_title.on::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    margin: auto;
    right: 39px;
    top: 0;
    bottom: 0;
    font-size: 30px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  section.headline_section .intro_acodion_wrap.au .accodion_title.off::after {
    content: '\FF0B';
    color: #EB5505;
  }

  section.headline_section .intro_acodion_wrap.au .accodion_title.on::after {
    content: '\FF0D';
    color: #EB5505;
  }

  section.headline_section .intro_acodion_wrap.uq .accodion_title.off::after {
    content: '\FF0B';
    color: #E4007F;
  }

  section.headline_section .intro_acodion_wrap.uq .accodion_title.on::after {
    content: '\FF0D';
    color: #E4007F;
  }

  section.headline_section .intro_acodion_wrap.au .accodion_title {
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/logo_au_b2c9bc06020747ce.webp);
    background-repeat: no-repeat;
    background-position: left 87px top 50%;
    background-size: 80px;

  }

  section.headline_section .intro_acodion_wrap.uq .accodion_title {
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/logo_uq_c49cd516247e322e.webp);
    background-repeat: no-repeat;
    background-position: left 50px top 50%;
    background-size: 140px;
  }



  section.headline_section .intro_acodion_wrap .accodion_item_allwrap {

    /* padding: 20px; */
    background-color: #F7F7F7;
  }

  section.headline_section .intro_acodion_wrap.au .accodion_item_allwrap {
    border-top: 2px solid #EB5505;
  }

  section.headline_section .intro_acodion_wrap.uq .accodion_item_allwrap {
    border-top: 2px solid #E4007F;
  }

  section.headline_section .intro_acodion_wrap .accodion_item_allwrap .accodion_item_title {
    color: #EB5505;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    position: relative;
  }

  section.headline_section .intro_acodion_wrap.au .accodion_item_allwrap .accodion_item_title {
    color: #EB5505;
  }

  section.headline_section .intro_acodion_wrap.uq .accodion_item_allwrap .accodion_item_title {
    color: #E4007F;
  }

  section.headline_section .intro_acodion_wrap .accodion_item_allwrap .accodion_item_title::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    margin: 30px auto 40px;
  }

  section.headline_section .intro_acodion_wrap.au .accodion_item_allwrap .accodion_item_title::after {
    background-color: #EB5505;
  }

  section.headline_section .intro_acodion_wrap.uq .accodion_item_allwrap .accodion_item_title::after {
    background-color: #E4007F;
  }


  section.headline_section .accodion_item_wrap {
    margin: 0 auto 50px;
    padding: 40px 20px 0;
  }

  section.headline_section .accodion_item_wrap .accodion_item_detail_wrap {
    display: flex;
    column-gap: 20px;
    max-width: 630px;
    margin: auto;
  }

  section.headline_section .accodion_item_wrap .accodion_item_detail_wrap .text_wrap {
    display: flex;
    align-items: center;
  }

  section.headline_section .accodion_item_wrap .accodion_item_detail_wrap .text {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    text-align: left
  }

  section.headline_section .accodion_item_wrap .accodion_item_detail_wrap .text .remarks {
    font-size: 12px;
    margin-top: 20px;
  }

  section.headline_section .accodion_item_wrap .accodion_item_detail_wrap .pict {
    max-width: 305px;
    width: 100%;
  }

  section.headline_section .accodion_item_wrap .accodion_item_detail_wrap .pict {
    min-width: 305px;
  }


  section.headline_section .plan_link_wrap {
    text-align: center;
    margin: 20px auto;
  }

  section.headline_section .plan_link_wrap .plan {
    font-weight: 600;
    font-size: 18px;


  }

  section.headline_section .plan_link_wrap a.plan_link {
    font-weight: 400;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    color: #000;
    text-decoration: underline !important;
  }


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



  section.headline_section .accodion_simulation_bt_wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .accodion_simulation_bt_wrap .title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .accodion_simulation_bt_wrap .accodion_simulation_bt {
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    width: 350px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50vw;
    background-repeat: no-repeat;
    background-color: #fff;
  }

  .intro_acodion_wrap.au .accodion_simulation_bt_wrap .accodion_simulation_bt {
    border: 2px solid #EB5505;
    color: #EB5505;
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/icon_arrow_right_orange_934cdcd6137f24d5.svg);
    background-position: right 30px top 50%;
    background-size: 25px;
    font-weight: 700;
    position: relative;
  }

  .intro_acodion_wrap.uq .accodion_simulation_bt_wrap .accodion_simulation_bt {
    border: 2px solid #E4007F;
    color: #E4007F;
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/icon_arrow_right_pink_449f289c51819833.svg);
    background-position: right 20px top 50%;
    background-size: 25px;
    font-weight: 700;
  }



  section.headline_section .bt_close {
    background-color: #fff;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16.5px;
    font-weight: 700;
  }

  section.headline_section .accodion_wrap_remarks {
    color: #666;
    font-size: 12px;
    max-width: 750px;
    width: 100%;
    margin: 16px auto 15px;
    text-align: left;
  }




  /*  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 {
    width: 100%;
    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;
    position: relative;
    padding-bottom: 50px;
  }

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

  section.recommend_section .reccomend_item_allwrap .reccomend_item_tb {
    margin: auto;
    margin-top: 0;
    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;
    min-height: 2.9em;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  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: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }

  section.recommend_section .reccomend_item_allwrap .reccomend_item_modal-open_bt::after {
    text-rendering: optimizeLegibility;
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL'0, 'wght'400, 'GRAD'0, 'opsz'24;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    content: "arrow_forward_ios";
    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: 26px 50px 46px;
  }

  section.section_plan .title_main {
    font-weight: bold;
    max-width: 820px;
    margin: auto;
    margin-bottom: 25px;
  }

  section.section_plan .title_main_remarks {
    font-size: 12px;
    max-width: 730px;
    margin: auto;
    margin-bottom: 20px;
    text-align: left;
    color: #333;
    font-weight: normal;
    margin-top: 10px;
  }

  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::before {
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/plan_ribbon_1_43f6c2e4485fcd4e.webp);
    content: "";
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -3px;
    top: -4px;
  }




  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;
  }


  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 {
    border-radius: 14px;
    background: linear-gradient(105deg, #1F509D 50%, #673BDC 100%);
  }

  section.section_plan .plan_detail_wrap.standard {
    background: linear-gradient(105deg, #1F509D 20%, #6145B9 60%, #A339D5 100%);
  }

  section.section_plan .plan_detail_wrap.premium {
    background: linear-gradient(105deg, #1D529D 20%, #7B3361 60%, #D81424 100%);
  }

  section.section_plan .plan_detail_title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 650px;
    margin: 0 auto 15px;
    border-radius: 50vw;
    border: 1px solid #fff;
    color: #fff;
    max-width: 500px;
  }

  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;
    max-width: 550px;
  }

  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: 46px 60px 30px;
  }

  section.section_plan .plan_detail_wrap.standard .plan_detail_list_wrap,
  section.section_plan .plan_detail_wrap.premium .plan_detail_list_wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  section.section_plan .plan_detail_wrap.standard .plan_detail_list_wrap .plan_detail_list_item,
  section.section_plan .plan_detail_wrap.premium .plan_detail_list_wrap .plan_detail_list_item {
    width: calc(50% - 10px);
  }



  section.section_plan .plan_detail_list_wrap::before {
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/plan_ribbon_2_81047eb6c50fc6ce.webp);
    content: "";
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -5px;
    bottom: -4px;
  }


  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: flex-start; */
    /* align-items: center; */
    text-align: left;
    padding: 10px 0 0px;
    font-size: 18px;
    font-weight: 700;
  }

  section.section_plan .plan_detail_wrap.standard_ad .plan_detail_list_wrap .heading {
    color: #6145B9;
  }

  section.section_plan .plan_detail_wrap.standard .plan_detail_list_wrap .heading {
    color: #6145B9;
  }

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

  section.section_plan .plan_detail_list_wrap .data {
    font-size: 28px;
    padding: 5px 20px 14px 0;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #999;
    margin-bottom: 26px;
    font-weight: 700;
  }

  section.section_plan .plan_detail_list_wrap .data.small_txt {
    font-size: 22px;
  }

  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.section_plan .plan_1_foot {
    width: 750px;
    margin: 30px auto 0;
  }


  section.section_plan .plan_1_remarks_wrap {
    font-size: 12px;
    color: #333;
    font-weight: 400;
    text-align: left;
    margin: 20px 0 40px;
  }

  section.section_plan .plan_1_remarks_wrap .heading {
    font-weight: bold;
  }

  section.section_plan .plan_1_remarks_wrap .price_table_wrap {
    width: 100%;
    margin-top: 20px;
  }



  section.section_plan .ponta_wrap {
    margin: 47px auto 0;
    width: 100%;
    max-width: 672px;
    margin-bottom: 10px;
  }

  section.section_plan a.ponta_link {
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-right: 9px;
    position: relative;
    color: #000;
    margin: auto;
    font-size: 14px;
    margin: 0px 0 40px;
    font-weight: 500;
  }

  section.section_plan a.ponta_link::after {
    content: "";
    display: inline-block;
    height: 0.5em;
    width: 0.5em;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg);
    margin-left: 0.2em;
  }







  section.section_plan .plan_other_accodion_bt {
    width: 100%;
    height: 50px;
    margin: 17px auto;
    border-radius: 12px;
    background: #F5F5F5;
    display: flex;
    width: 750px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #EB5505;
    font-size: 20px;
    font-weight: 700;
    position: relative;
  }

  section.section_plan .plan_other_accodion_bt .toggle_tg {
    width: 100%;
    margin: auto;
    text-align: center;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
  }


  section.section_plan .plan_other_accodion_bt .title {
    display: inline-block;
    position: relative;
  }

  section.section_plan .plan_other_accodion_bt .title::after {
    content: "";
    border-right: 2px solid #EB5505;
    border-top: 2px solid #EB5505;
    display: inline-block;
    margin-left: 0.5em;
    position: absolute;
    height: 10px;
    width: 10px;
    margin: auto;
    top: 8px;
    line-height: 0;
    right: -42px;
  }

  section.section_plan .plan_other_accodion_bt .title.for_off::after {
    transform: rotate(135deg);
  }

  section.section_plan .plan_other_accodion_bt .title.for_on::after {
    transform: rotate(-45deg);
    top: 12px;
  }

  section.section_plan .plan_other_accodion_bt.on .title.for_off,
  section.section_plan .plan_other_accodion_bt.off .title.for_on {
    display: none;
  }



  /*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: 710px;
  }



  section.flow_section .flow_under_wrap {
    position: absolute;
    bottom: 40px;
    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: 1.7em;
  }

  section.faq_section .faq_talk_item_wrap {
    padding: 0px 0px 40px;
    font-size: 14px;
    line-height: 1.7em;
  }


  section.faq_section .faq_item_link_wrap {
    border-bottom: 1px solid #d9d9d9;
    margin: 0 40px;
  }

  section.faq_section .faq_item_allwrap {
    margin: 0 auto 20px;
  }

  section.faq_section .faq_item_allwrap.faq_2 {
    padding-bottom: 20px;
  }

  section.faq_section .faq_item_link_wrap .faq_item_accodion_title {
    min-height: 100px;
    width: 100%;
    padding: 0 80px 0 0px;
    text-align: left;
    font-size: 18px;
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 700;
  }


  section.faq_section .faq_item_link_wrap .faq_item_accodion_title::after {
    position: absolute;
    right: 0;
    height: 1.5em;
    width: 2em;
    font-size: 1.5em;
    top: calc(50% - 0.75em);
    line-height: 0;
    display: flex;
    align-items: center;
  }

  section.faq_section .faq_item_link_wrap .faq_item_accodion_title.off::after {
    content: '\FF0B';
  }

  section.faq_section .faq_item_link_wrap .faq_item_accodion_title.on::after {
    content: '\FF0D';
  }

  section.faq_section a.faq_item_link {
    border-bottom: 2px solid #D9D9D9;
    text-align: left;
    padding: 30px 60px 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: 50%;
  }

  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;
  }

  section.faq_section .btn_other_faq {
    margin: auto;
    text-align: center;
    display: flex;
    width: 555px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50vw;
    border: 2px solid #888;
    background: #fff;
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/icon_arrow_right_333_5a4051ab8d43a95c.svg);
    background-repeat: no-repeat;
    background-position: right 30px top 50%;
    background-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
  }



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


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

  .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: 630px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    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 {}

  .fixed_footer_wrap .footer_bt_item {
    display: block;
    width: 300px;
    border-radius: 50vw;
    position: relative;
    color: #EB5505;
    border-radius: 40px;
    background-color: #fff;
    border: 2px solid #EB5505;
    color: #EB5505;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 53px;
    box-sizing: border-box;
    font-weight: bold;
    /* padding-top: 8px; */
    text-decoration: none;
  }

  .fixed_footer_wrap .footer_bt_item:nth-child(1),
  .fixed_footer_wrap .footer_bt_item:nth-child(2) {
    padding-top: 8px;
  }

  .fixed_footer_wrap .footer_fukidashi {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -16px;
    font-size: 12px;
    border-radius: 50vw;
    background-color: #fff;
    border: 2px solid #EB5505;
    color: #EB5505;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    height: 28px;
    width: 230px;
  }


  .fixed_footer_wrap .bg_orange {
    background: linear-gradient(92deg, #EB5505 33.5%, #E50914 100%);
    color: #fff
  }

  .fixed_footer_wrap .bg_gray {
    background: #eee;
    color: #fff
  }

  .footer_cv_detail_modal {
    display: block;
    width: 300px;
    border-radius: 50vw;
    position: relative;
    color: #888;
    border-radius: 40px;
    background-color: #eee;
    border: 2px solid #888;
    color: #888;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 53px;
    box-sizing: border-box;
    font-weight: bold;
  }

  /*modal simulation///////////////////////////////////////*/


  .simulation_modal_wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

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

  }

  .simulation_modal_wrap .simulation_modal_item_wrap::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    right: 0;
    top: -50px;
    z-index: 1;
    background: url(/content/dam/au-com/pr/netflixpack_2/images/icon_modal_close_d1c8c7b441c25aa0.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
  }

  .simulation_modal_wrap .simulation_modal_item_wrap {
    width: 100%;
    max-width: 940px;
    padding: 50px;
    flex-direction: column;
    /* align-items: center; */
    background-color: #fff;
    position: relative;
    z-index: 3;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .simulation_modal_wrap .simulation_modal_title {
    color: #555;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 44.8px */
    margin-bottom: 40px;
  }


  .simulation_modal_wrap .button_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
  }

  .simulation_modal_wrap .button_wrap .button_item_wrap {
    width: calc(50% - 10px);
  }

  .simulation_modal_wrap .button_wrap .simulation_fukidashi {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50vw;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    background-color: red;
    color: #fff;
    padding: 3px 0px 5px;
    margin-bottom: 22px;
  }

  .simulation_modal_wrap .button_item_wrap .simulation_fukidashi::after {
    content: "";
    height: 15px;
    width: 25px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -14px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: red;
  }

  .simulation_modal_wrap .button_item_wrap.au .simulation_fukidashi,
  .simulation_modal_wrap .button_item_wrap.au .simulation_fukidashi::after {
    background-color: #EB5505;
  }

  .simulation_modal_wrap .button_item_wrap.uq .simulation_fukidashi,
  .simulation_modal_wrap .button_item_wrap.uq .simulation_fukidashi::after {
    background-color: #E4007F;
  }






  .simulation_modal_wrap .button_item_wrap .simulation_link_bt {
    display: flex;
    max-width: 400px;
    /* height: 80px; */
    justify-content: center;
    align-items: center;
    height: 60px;
    border-radius: 50vw;
    background-color: #FFF;
    box-shadow: 0 0 6.667px 0 rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
  }

  .simulation_modal_wrap .button_item_wrap.au .simulation_link_bt {
    border: 2px solid #EB5505;
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/icon_arrow_right_orange_934cdcd6137f24d5.svg), url(/content/dam/au-com/pr/netflixpack_2/images/logo_au_b2c9bc06020747ce.webp);
    background-position: right 30px top 50%, center;
    background-size: 23px, 80px;
  }

  .simulation_modal_wrap .button_item_wrap.uq .simulation_link_bt {
    border: 2px solid #E4007F;
    color: #E4007F;
    background-image: url(/content/dam/au-com/pr/netflixpack_2/images/icon_arrow_right_pink_449f289c51819833.svg), url(/content/dam/au-com/pr/netflixpack_2/images/logo_uq_c49cd516247e322e.webp);
    background-position: right 30px top 50%, center;
    background-size: 23px, 160px;
  }




  /*modal faq///////////////////////////////////////*/


  .faq_modal_wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

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

  }

  .faq_modal_wrap .faq_modal_item_wrap::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    right: 0;
    top: -50px;
    z-index: 1;
    background: url(/content/dam/au-com/pr/netflixpack_2/images/icon_modal_close_d1c8c7b441c25aa0.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
  }

  .faq_modal_wrap .faq_modal_item_wrap {
    width: 100%;
    max-width: 940px;
    padding: 50px 0;
    flex-direction: column;
    /* align-items: center; */
    background-color: #fff;
    position: relative;
    z-index: 3;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .faq_modal_wrap .faq_modal_title {
    color: #555;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 44.8px */
    margin-bottom: 40px;
  }


  .faq_modal_wrap .button_wrap {
    width: 100%;
    min-width: 770px;
    max-width: 800px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
  }

  .faq_modal_wrap .button_wrap .button_item_wrap {
    width: calc(50% - 10px);
  }

  .faq_modal_wrap .button_item_wrap .faq_link_bt {
    display: flex;
    max-width: 400px;
    height: 80px;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-radius: 50vw;
    background-color: #FFF;
    box-shadow: 0 0 6.667px 0 rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    border: 2px solid #888;
    font-size: 18px;
    font-weight: 700;
    color: #333;

    padding-right: 30px;
    position: relative;
  }

  .faq_modal_wrap .button_item_wrap .faq_link_bt::after {
    text-rendering: optimizeLegibility;
    font-family: 'Material Symbols Outlined';
    content: "arrow_forward_ios";
    font-size: 23px;
    line-height: 0;
    font-weight: 100;
    color: #888;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: auto;
    transform: rotate(90deg);
  }







  /*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*/
