/*@charset "UTF-8";*/
@media screen and (min-width: 750px) {
  /*style.css*/

  .for_sp,
  .-sp,
  img[src*="_sp.png"],
  img[src*="_sp.jpg"],
  img[src*="_sp.svg"] {
    display: none !important;
  }

  .contents_all_wrap {
    margin: 0;
    padding: 0;
    /*    overflow-x: clip;*/
    width: 100%;


  }

  .inner_content_wrap {
    max-width: 800px;
    margin: auto;
    width: 100%;
    position: relative;
  }

  /*
  .text_mini {
    font-size: 12px !important;
  }
*/
  a.btn_orange {
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    background: rgb(253, 75, 36);
    background: linear-gradient(90deg, rgba(253, 75, 36, 1) 0%, rgba(254, 129, 47, 1) 100%);
    height: 60px;
    width: 100%;
    max-width: 550px;
    margin: auto;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
  }

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


  a.btn_white {
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color_orange);
    position: relative;
    background-image: url(/content/dam/au-com/pr/netflixpack/img/icon_arrow_orange.svg);
    background-position: center right 38px;
    height: 70px;
    width: 100%;
    max-width: 540px;
    margin: auto;
    font-size: 18px;
    border: 2px solid var(--color_orange);
    font-weight: bold;
    margin-bottom: 8px;
    position: relative;
  }

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

  .contents_all_wrap {
    background-image: url(/content/dam/au-com/pr/netflixpack/img/bg_main_pc.jpg);
    background-size: 100vw;
    background-repeat: repeat-y;
    background-position: center top 1440px;
  }

  .anchor_position {}

  .box {
    transition: box-shadow 0.5s;
    background: #fff;
    -webkit-box-shadow: 0 0 90px 10px rgba(215, 0, 0, 1);
    -moz-box-shadow: 0 0 90px 10px rgba(215, 0, 0, 1);
    box-shadow: 0 0 90px 10px rgba(215, 0, 0, 1);
    box-sizing: border-box;
    overflow: hidden;
  }

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

  .text_outer_link::after,
  .text_inner_link::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    top: 3px;
    background-image: url(/content/dam/au-com/pr/netflixpack/img/icon_arrow_right_blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: -25px;
  }

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

  /*cm -----------------------*/

  .cm_wrap {
    max-width: 780px;
    width: 100%;
    padding: 30px;
    background-color: #fdeee6;
    border: 1px solid #e5e5e5;
    margin: auto;
    color: #333;
    margin-top: 30px;
    line-height: 1.5em;
  }

  .cm_wrap .cm_heading {
    font-weight: bold;
    font-size: 14px;
  }

  .cm_wrap .cm_txt {
    font-size: 12px;
    line-height: 1.5em;
  }

  .cm_wrap .cm_txt a.txt_link {
    font-weight: 500;
    text-decoration: underline !important;
    line-height: 1.7em;
    color: #0066aa;
    display: inline-block;
    margin-top: 0.5em;
    position: relative;
  }

  .cm_wrap .cm_txt a.txt_link::after {
    position: absolute;
    content: "";
    height: 0.8em;
    width: 0.8em;
    background-image: url(/content/dam/au-com/pr/netflixpack/img/icon_link-window-blue_5bb1d76781aa31ef.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: -1.4em;
    top: 0;
    bottom: 0;
    margin: auto;
  }


  .cm_wrap .cm_date {
    color: #777;
    font-size: 12px;
  }

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

  section.kv_section .kv_wrap {
    position: relative;
    max-width: 980px;
    width: 100%;
    margin: auto;
    position: relative;
    /* height: 437px; */
    line-height: 0;
    margin-bottom: 20px;
    margin-top: 25px;
  }




  /*merit_section----------------------*/

  section.merit_section {
    background-color: #fff;
  }

  section.merit_section .heading_arrow_wrap {}

  section.merit_section mark {}

  section.merit_section .merit_title {
    width: 420px;
    margin: auto;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 21px;
  }

  section.merit_section .merit_wrap {
    display: flex;
    gap: 10px;
    justify-content: space-around;
    align-items: stretch;
    width: 710px;
    margin: auto;
    margin-bottom: 30px;
  }

  section.merit_section .merit_wrap .merit_item {
    width: 25%;
    position: relative;
    border: 2px solid var(--color_yellow);
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
  }

  .merit_orange_bg {
    background-color: var(--color_yellow);
    padding: 23px 0 0.1px;
    border-radius: 5px;
  }

  section.merit_section .merit_wrap .merit_no {
    position: absolute;
    left: 10px;
    top: -17px;
    width: 26px;
  }

  section.merit_section .merit_wrap .merit_pict {
    width: 102px;
    margin: auto;
  }

  section.merit_section .merit_wrap .merit_item_title {
    margin: 0 0 20px 0;
    color: #000;
    font-weight: bold;
    font-size: 16px;
  }

  .merit_wrap .merit_item_text {
    padding: 12px 9px 14px 16px;
    text-align: left;
    font-size: 12.2px;
    display: block
  }

  /*anchor_section/////////////////////////*/
  section.anchor_section {
    background-color: #000;
    padding: 30px 0 50px;
    text-align: center;
  }

  section.anchor_section .anchor_title_wrap {
    color: #fff;
    margin: auto;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.0em;
  }

  section.anchor_section .anchor_wrap {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 980px;
    width: 100%;
    gap: 30px;
  }

  section.anchor_section .anchor_item {
    background-color: #3C3C3C;
    width: 50%;
    text-align: center;
    padding: 25px 0 40px;
    color: #fff;
    min-height: 143px;
    position: relative;
    background-image: url(/content/dam/au-com/pr/netflixpack/img/icon_arrow_down_orange.svg);
    background-position: center bottom 11px;
    border-radius: 5px;
  }
  
  section.anchor_section .anchor_item:first-child .anchor_fukidashi {
    padding-top: 1em;
  }

  section.anchor_section .anchor_item .anchor_fukidashi {
    font-size: 15px;
    /* margin-bottom: 30px; */
    font-weight: bold;
    min-height: 70px;
  }

  section.anchor_section .anchor_item .ahchor_fukidashi_line {
    width: 115px;
    margin: auto;
  }

  section.anchor_section .anchor_item .anchor_title {
    font-size: 28px;
    font-weight: 700;
  }
  
  section.anchor_section .bnr_coraboration{
    width: 100%;
    max-width: 980px;
    margin: 30px auto 0;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: block;
    line-height: 0;
  }

  section.anchor_section .anchor_sub_wrap {
    margin: auto;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 980px;
    gap: 20px;
    font-size: 14px;
    margin-top: 17px;
  }

  section.anchor_section .anchor_sub_wrap .anchor_sub_item {
    width: 13%;
    text-align: center;
  }

  section.anchor_section .anchor_sub_wrap a.anchor_sub_link {
    display: inline-block;
    position: relative;
    margin: auto;
    color: #fff;
  }

  section.anchor_section .anchor_sub_wrap a.anchor_sub_link::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color_orange);
    border-right: 2px solid var(--color_orange);
    transform: rotate(135deg);
    position: absolute;
    /* left: 0; */
    right: -18px;
    bottom: 7px;
    margin: auto;
  }



  /*anchor_netflix/////////////////////////*/
  .netflix_section {}

  .netflix_section .netflix_wrap {
    background-color: #3c3c3c;
    width: 100%;
    padding: 7px 0 30px;
  }

  .netflix_section .netflix_inner {
    max-width: 1000px;
    margin: auto;
    text-align: center;
  }

  .netflix_section .netflix_title {
    width: 300px;
    margin: auto;
  }

  .netflix_section .netflix_subtitle {
    font-size: 14px;
    color: #fff;
    margin-bottom: 16px;
  }

  .netflix_section .netflix_items_wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: stretch;
  }

  .netflix_section .netflix_item {
    background-color: #000;
    color: #fff;
    text-align: center;
    width: 33.3%;
    border-radius: 5px;
    box-shadow: 2px 2px 4px #222;
  }

  /*
  .netflix_section .netflix_item .icon {
    position: absolute;
    background-position: center;
    background-size: contain;
     aspect-ratio: 1/1;
    display: inline-block;
  }

  .netflix_section .netflix_item:nth-child(1) .icon {
    background-image: url(/content/dam/au-com/pr/netflixpack/img/charm_icon_1.png);
    height: 77px;

  }

  .netflix_section .netflix_item:nth-child(2) .icon {
    background-image: url(/content/dam/au-com/pr/netflixpack/img/charm_icon_2.svg);
    height: 34px;
  }

  .netflix_section .netflix_item:nth-child(3) .icon {
    background-image: url(/content/dam/au-com/pr/netflixpack/img/charm_icon_3.svg);
    height: 67px;
  }


  .netflix_section .netflix_item .netflix_item_title {
    font-size: 23px;
    position: relative;
    left: 28px;
    margin-bottom: 20px;
    font-weight: 700;
  }
*/

  /*
  .netflix_section .netflix_item .netflix_item_subtitle {
    font-size: 13px;
  }
*/



  /*change_section------------------*/

  section.change_section {
    padding-top: 118px;
    text-align: center;
  }


  section.change_section .change_all_title {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
  }

  section.change_section .change_all_subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }






  /*
  section.change_section .change_title_wrap .mark {
    font-size: 46px;
    background: linear-gradient(transparent 80%, #ff0 80%);
  }
*/


  section.change_section .tab_all_wrap {
    position: relative;
    padding-top: 40px;
  }




  section.change_section .tab_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    max-width: 980px;
    margin: auto;
    height: 104px;
    position: relative;
    z-index: 3;
  }

  section.change_section .tab_item {
    background-color: #E2E2E2;
    /* border: 2px solid #000; */
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #646464;
    font-weight: bold;
    /* background-image: url(/content/dam/au-com/pr/netflixpack/images/icon_triangle_glay.svg); */
    background-position: center bottom 10px;
    background-size: 12px;
    pointer-events: auto;
    cursor: pointer;
    overflow: hidden;
    height: 90px;
  }

  section.change_section .tab_item.on {
    background-color: #fff;
    color: var(--color_orange);
    pointer-events: none;
    position: relative;
    height: 100px;
  }

  section.change_section .tab_item.on::after {
    position: absolute;
    content: "";
    background-color: var(--color_orange);
    width: 100%;
    height: 10px;
    top: 0;
  }

  section.change_section .tab_fukidasghi {
    position: absolute;
    width: 203px;
    left: 0;
    right: 0;
    top: -20px;
    margin: auto;
  }

  section.change_section .tab_text_wrap {
    text-align: center;
    font-size: 22px;
  }





  section.change_section .tab_content_wrap {
    background-color: #fff;
    /* border: 2px solid #000; */
    border-bottom: none;
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 80px 0 50px;
    border-radius: 0 0 5px 5px;
  }


  .heading_wrap {
    text-align: center;
    /* margin: 60px 0 0 0; */
  }

  section.change_section .heading_fukidashi {
    width: 600px;
    margin: auto;
    margin-bottom: 10px;
  }

  section.change_section .heading_lead {
    font-size: 35px;
    margin-bottom: 6px;
  }

  section.change_section .heading_lead_sub {
    font-size: 20px;
    margin-bottom: 6px;
  }

  section.change_section .heading_remarks {
    font-size: 12px;
    color: #646464;
  }

  section.change_section .heading_catchcopy {
    font-size: 36px;
    position: relative;
    display: inline-block;
    font-weight: 900;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  section.change_section .heading_catchcopy::after,
  section.change_section .heading_catchcopy::before {
    content: "";
    height: 70px;
    width: 3px;
    background-color: var(--color_orange);
    top: -3px;
  }

  section.change_section .heading_catchcopy::after {
    position: absolute;
    left: -30px;
    transform: rotate(-20deg);
  }

  section.change_section .heading_catchcopy::before {
    position: absolute;
    right: -30px;
    transform: rotate(20deg);
  }

  section.change_section .heading_catchcopy_remarks {
    text-align: center;
    margin-top: 14px;
    FONT-SIZE: 14px;
  }

  section.change_section a.heading_catchcopy_anchor {
    text-align: center;
    display: inline-block;
    margin-top: 23px;
    position: relative;
    font-size: 14px;
    color: #000;
  }

  section.change_section a.heading_catchcopy_anchor::after {
    content: "";
    position: absolute;
    right: -30px;
    height: 26px;
    width: 18px;
    top: -2px;
    background-image: url(/content/dam/au-com/pr/netflixpack/img/icon_arrow_down_black.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }


  section.change_section .heading_catchcopy_pict {
    width: 330px;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 20px;
  }

  section.change_section .tab_item_1 .catchcopy_pict_remarks {
    /* width: 100%; */
    max-width: 430px;
    display: block;
    margin: auto;
    font-size: 12px;
    line-height: 1.9em;
    margin-bottom: 55px;
    text-align: left;
  }

  section.change_section .tab_item_2 .catchcopy_pict_remarks {
    /* width: 100%; */
    max-width: 520px;
    display: block;
    margin: auto;
    font-size: 12px;
    line-height: 1.9em;
    margin-bottom: 35px;
    text-align: left;
  }


  section.change_section .change_comparision_title {
    max-width: 560px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 12px;
  }



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

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

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

  section.change_section .price_table .price_title {
    font-size: 20px;
    font-weight: 700;
    margin: 67px 0 10px;
    color: #666;
  }

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


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

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

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

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

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

  }


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

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

  /* table price2_1*/

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

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

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

  section.change_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.change_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.change_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.change_section .price_table.price2_2 {
    margin: 20px 0;
  }

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

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

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

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

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

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

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












  section.change_section .plan_price_2_wrap {
    max-width: 820px;
    width: 100%;
    background-color: #FFF4EE;
    border: 1px solid var(--color_orange);
    border-radius: 5px;
    margin: 48px auto 20px;
    text-align: center;
    padding: 30px;
  }


  section.change_section .plan_price_2_title_wrap {
    font-weight: 600;
  }

  section.change_section .plan_price_2_title_wrap .sub_title {
    font-size: 16px;
  }

  section.change_section .plan_price_2_title_wrap .main_title {
    font-size: 24px;
    display: inline-block;
    position: relative;
  }

  section.change_section .plan_price_2_title_wrap .main_title .title_remarks {
    font-size: 18px;
    text-align: left;
  }

  section.change_section .plan_1_price_2 {
    width: 543px;
    margin: 53px auto 0 auto;
  }



  section.change_section .service_title {
    font-size: 36px;
    position: relative;
    display: block;
    width: 470px;
    font-weight: 900;
    margin: 70px auto 30px;
  }

  section.change_section .service_title::after,
  section.change_section .service_title::before {
    content: "";
    height: 55px;
    width: 3px;
    background-color: var(--color_orange);
    top: 2px;
  }

  section.change_section .service_title::after {
    position: absolute;
    left: -30px;
    transform: rotate(-20deg);
  }

  section.change_section .service_title::before {
    position: absolute;
    right: -30px;
    transform: rotate(20deg);
  }



  section.change_section .service_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 820px;
    margin: auto;
    margin-bottom: 30px;
    gap: 10px;
  }

  section.change_section .service_wrap .service_item {
    background-color: #F1F1F1;
    padding: 25px 0 30px;
    width: 33.3%;
    text-align: center;
    position: relative;
    height: 160px;
  }

  section.change_section .service_wrap .service_item img {
    max-width: 180px;
    display: block;
    margin: auto;
  }

  section.change_section .service_wrap .service_item .text_link_wrap {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 16px;
    font-size: 14px;
    padding-right: 19px;
  }


  section.change_section .remarks_wrap {
    max-width: 810px;
    margin: auto;
    color: #646464;
    line-height: 1.5em;
    font-size: 12px;
    margin-top: 19px;
    margin-bottom: 40px;
    line-height: 1.4em;
    text-align: left;
  }

  section.change_section .remarks_wrap .indent {
    margin-bottom: 1em;
  }


  section.change_section .change_ortoku_title {
    width: 400px;
    margin: auto;
    margin-top: 0px;
  }

  /*/flow_table-----------------*/


  section.change_section .flow_table_wrap {
    margin-bottom: 12px;
  }



  section.change_section .flow_table_wrap table.flow_table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    width: 100%;
  }

  section.change_section .flow_table_wrap table.flow_table td,
  section.change_section .flow_table_wrap table.flow_table th {
    border: solid #000 1px;
    vertical-align: middle;
    text-align: left;
    padding: 5px;
  }

  .flow_table_wrap table.flow_table td {}

  .flow_table_wrap table.flow_table th {
    background-color: var(--color_ll_yellow);
    font-weight: bold;
    text-align: left;
    padding: 5px;
  }


  /*change_tab 2-------------------------*/



  .trade_wrap {
    text-align: center;
    margin-bottom: 36px;
    margin-top: 60px;
  }

  .trade_wrap .heading_trade {
    width: 290px;
    margin: auto;
  }

  .step_title_wrap {
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
  }

  .heading_step {
    width: 266px;
    margin: auto;
  }

  section.change_section .accodion_btn_wrap {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    text-align: center;
    margin: 70px 0 40px;
  }

  section.change_section .icon_accodion_arrow {
    width: 38px;
    height: 38px;
    margin: auto;
    margin-top: 14px;
  }

  section.change_section .icon_accodion_arrow.open {
    transform: rotate(180deg);
  }

  section.change_section .accodion_item_price_2 {
    text-align: left;
    color: #666;
    max-width: 800px;
    margin: auto;
    font-size: 12px;
    line-height: 1.5em;
    margin: 20px auto 40px;
  }

  section.change_section .accodion_item_price_2 .detail_title {
    font-size: 14px;
    font-weight: bold;
  }

  section.change_section .accodion_item_price_2 .detail_text {
    font-size: 12px;
    line-height: 1.9em;
  }

  section.change_section .accodion_item_price_2 .plan_price_2_2_link_wrap {
    max-width: 800px;
    width: 100%;
    text-align: right;
    margin: 16px 0;
    font-size: 12px;
  }

  /*standard_section////////////////////////////////////////////////*/

  .standard_section {
    text-align: center;
    padding: 166px 0 0 0;
  }

  section.standard_section .all_title {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
  }

  section.standard_section .all_subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 44px;
  }

  section.standard_section .line {
    position: relative;
  }

  section.standard_section .line::after {
    content: "";
    position: absolute;
    left: 0;
    height: 10px;
    width: 0%;
    background-color: var(--color_orange);
    transition: all 1.2s ease-in-out;
    display: inline-block;
    top: 21px;
    animation-delay: 1.2s;
    z-index: -1;
  }

  section.standard_section .line.on::after {
    width: 100%;
    transition: all 1.2s ease-in-out;
    z-index: -1;
    animation-delay: 1.2s;
  }


  section.standard_section .content_wrap {
    background-color: #fff;
    /* border: 2px solid #000; */
    border-bottom: none;
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 80px 0 52px 0;
    border-radius: 5px;
  }

  section.standard_section .heading_fukidashi {
    width: 600px;
    margin: auto;

  }


  section.standard_section .heading_catchcopy {
    font-size: 36px;
    position: relative;
    display: block;
    font-weight: 700;
    margin-top: 30px;
    width: 440px;
    margin: auto;
    margin-bottom: 17px;
  }

  section.standard_section .heading_catchcopy::after,
  section.standard_section .heading_catchcopy::before {
    content: "";
    height: 50px;
    width: 3px;
    background-color: var(--color_orange);
    top: 1px;
  }

  section.standard_section .heading_catchcopy::after {
    position: absolute;
    left: -30px;
    transform: rotate(-20deg);
  }

  section.standard_section .heading_catchcopy::before {
    position: absolute;
    right: -30px;
    transform: rotate(20deg);
  }

  .standard_price {
    width: 200px;
    margin: auto;
  }

  section.standard_section .accodion_btn_wrap {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    text-align: center;
    margin: 26px 0 0;
  }

  section.standard_section .icon_accodion_arrow {
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: auto;
    margin-top: 18px;
  }

  section.standard_section .icon_accodion_arrow.open {
    transform: rotateZ(180deg);
  }



  section.standard_section .accodion_item_1,
  section.standard_section .accodion_item_2 {
    text-align: left;
    color: #666;
    max-width: 821px;
    margin: auto;
    font-size: 12px;
    line-height: 1.5em;
    padding: 13px 0 0;
    margin-bottom: 50px;
  }



  section.standard_section .detail_title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
  }

  section.standard_section .detail_text {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.7em;
  }


  /*recommend_section////////////////////////////////////////////////*/

  .recommend_section {
    text-align: center;
    padding: 166px 0 0 0;
  }

  section.recommend_section .all_title {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }

  section.recommend_section .content_wrap {
    background-color: #fff;
    /* border: 2px solid #000; */
    border-bottom: none;
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 60px 0 0 0;
    border-radius: 5px;
    overflow: clip;
  }

  section.recommend_section .logo_netflix_reccomend {
    width: 210px;
    margin: auto;
    margin-bottom: 20px;
  }

  section.recommend_section .heading_discription {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #666;
  }


  /*flow_section////////////////////////////////////////////////*/

  .flow_section {
    text-align: center;
    padding: 166px 0 0 0;
  }

  section.flow_section .all_title {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }

  section.flow_section .content_wrap {
    background-color: #fff;
    /* border: 2px solid #000; */
    border-bottom: none;
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 33px 0 60px 0;
    border-radius: 5px;
  }

  section.flow_section .flow_title_wrap {
    text-align: center;
    font-weight: 700;
    margin: auto;
    margin-bottom: 40px;
  }

  section.flow_section .flow_title_wrap .flow_subtitle {
    font-size: 30px;
  }

  section.flow_section .flow_title_wrap .flow_title {
    font-size: 40px;
  }



  section.flow_section .flow_pict {
    max-width: 830px;
    margin: auto;
    margin-bottom: 45px;
  }

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


  .fixed_footer_wrap {
    position: fixed;
    bottom: -100px;
    background-color: #fff;
    /* height: 80px; */
    width: 100%;
    background-color: #000;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.6);
    z-index: 3;
    transition: all 0.3s;
    pointer-events: none;
    opacity: 0;
  }

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


  .fixed_footer_wrap a.icon_pagetop {
    display: block;
    position: absolute;
    top: -90px;
    height: 80px;
    width: 80px;
    box-shadow: 0px 0px 2px #000;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .fixed_footer_wrap a.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: space-between;
    align-items: stretch;
    margin: auto;
    column-gap: 10px;
    row-gap: 5px;
    flex-wrap: wrap;
  }

  .fixed_footer_wrap .btn_footer_white {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
  }


  .fixed_footer_wrap .btn_footer_orange {
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    background: rgb(253, 75, 36);
    background: linear-gradient(90deg, rgba(253, 75, 36, 1) 0%, rgba(254, 129, 47, 1) 100%);
    height: 60px;
    width: 49%;
    max-width: 550px;
    margin: auto;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 0;
  }

  .fixed_footer_wrap .btn_footer_orange::after {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url(/content/dam/au-com/pr/netflixpack/img/arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    inset: auto 30px auto auto;
    position: absolute;
  }

  .fixed_footer_wrap .btn_footer_orange .astarisk {
    position: relative;
    top: -3px;
    font-size: 0.7em;
  }

  .fixed_footer_wrap .footer_remarks {
    text-align: center;
    font-size: 12px;
    color: #ccc;
    width: 50%;
  }




  /*remarks_section/////////////////////////////////////////*/
  .remarks_section {
    width: 100%;
    padding: 80px 0 180px;
  }

  .remarks_section .remarks_inner {
    max-width: 1000px;
    border-radius: 5px;
    margin: auto;
    text-align: left;
    color: #646464;
    line-height: 1.5em;
    /* padding: 20px; */
    margin-bottom: 30px;
    overflow: clip;
  }


  .remarks_section .remarks_inner .heading {
    margin-top: 1em;
    font-weight: bold;
  }


  .remarks_section .remarks_accodion_title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    padding: 40px 0 40px 0px;
    /* padding-left: 128px; */
    /* padding-right: 75px; */
    /* padding: 20px; */
    font-weight: bold;
    background-color: #666;
    font-size: 18px;
  }

  .remarks_section .remarks_accodion_title::after {
    content: "";
    height: 26px;
    width: 26px;
    position: absolute;
    right: 45px;
    margin: auto;
    top: 0;
    bottom: 0;
    background-image: url(/content/dam/au-com/pr/netflixpack/img/icon_arrow_down_white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }

  .remarks_section .remarks_accodion_title.open::after {
    transform: rotate(0deg);
  }

  .remarks_section .remarks_accodion_item {
    font-size: 12px;
    padding: 30px 64px 30px 54px;
    background-color: #fff;
  }

  .remarks_section_under {
    max-width: 900px;
    width: 100%;
    margin: 22px auto 0;
    font-size: 12px;
    color: #646464;
    /* padding: 0 127px; */
    text-align: right;
  }

  .remarks_section .question {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    padding: 20px 60px 20px 30px;
    border-top: 1px solid #dedede;
    position: relative;
    cursor: pointer;
    display: block;
    color: #666;
    line-height: 1.5em;
  }

  .remarks_section .question:first-child {
    border-top: none;
  }

  .question:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(-90deg);
    width: 17px;
    height: 11px;
    background: url(/content/dam/au-com/pr/netflixpack/img/icon_arrow_down_black.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    transition: .5s;
  }


  .remarks_section .question_accodion_btn {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    padding: 20px 30px;
    border-top: 1px solid #dedede;
    position: relative;
    cursor: pointer;
    display: block;
    color: #666
  }

  .question_accodion_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 17px;
    height: 11px;
    background: url(/content/dam/au-com/pr/netflixpack/img/icon_arrow_down_black.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    transition: .5s;
    transform: rotate(180deg);
  }

  .question_accodion_btn.open:after {
    transform: rotate(0deg);
  }

  .question_accodion_item {
    background: #f3f3f3;
    font-size: 16px;
    line-height: 26px;
    padding: 35px 40px;
    border-radius: 6px;
    margin-bottom: 40px;
  }

  /*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/img/icon_modal_close.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;
    /* background-color: red; */
  }

  .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;
    /* background-color: #fff; */
  }

  .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_width25 {
    width: 25%
  }

  #au_netflixpack td.pc_width33 {
    width: 33.3%
  }

  #au_netflixpack td.pc_width50 {
    width: 50%
  }

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