@charset "UTF-8";

/*style_sp.css*/
@media screen and (min-width: 0px) and (max-width: 749px) {
  .cmp-au-com-container__width__1column__980 > .cmp-au-com-container > .cmp-au-com-container__contents {
    padding-right: 0%;
    padding-left: 0%;
  }

  #au_netflixpack {

    /*au header*/
  }

  .for_pc,
  .-pc,
  img[src*="_pc.png"],
  img[src*="_pc.jpg"],
  img[src*="_pc.svg"] {
    display: none !important;
  }

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

  .anchor_position {}

  .inner_content_wrap {
    margin: auto;
    position: relative;
    line-height: 1.5em;
  }

  .text_mini {
    font-size: 3vw !important;
  }

  a.btn_orange {
    /* background-color: var(--color_orange); */
    background: rgb(253, 75, 36);
    background: linear-gradient(90deg, rgba(253, 75, 36, 1) 0%, rgba(254, 129, 47, 1) 100%);
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    height: 13.3vw;
    width: 100%;
    max-width: 84vw;
    margin: auto;
    font-weight: bold;
    font-size: 4vw;
    margin-bottom: 4vw;
    margin-top: 3vw;
    text-align: center;
  }

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

  a.btn_white {
    background-color: #fff;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color_orange);
    position: relative;
    height: 12vw;
    width: 85vw;
    margin: auto;
    font-size: 3.8vw;
    border: 2px solid var(--color_orange);
    font-weight: bold;
    margin-bottom: 3vw;
    line-height: 1.2em;
    text-align: center;
  }

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

  /*
 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;
    overflow: clip;
  }

  .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;
    display: inline;
    display: inline-block;
  }

  .price_table .text_outer_link.custom_short1::after {
    right: -3vw;
  }

  .price_table .text_outer_link.custom_shor2t::after {
    right: -3vw;
  }


  .text_outer_link .red {
    position: relative;
    left: 0em;
  }

  .text_outer_link::after,
  .text_inner_link::after {
    content: "";
    position: absolute;
    height: 3vw;
    width: 3vw;
    top: 0;
    bottom: 0;
    margin: auto;
    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: -5vw;
  }

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

  /*cm-------------------------------*/
  .cm_wrap {
    max-width: 94vw;
    width: 100%;
    padding: 3vw;
    background-color: #fdeee6;
    border: 1px solid #e5e5e5;
    margin: auto;
    color: #333;
    margin-top: 3vw;
    line-height: 1.5em;
  }

  .cm_wrap {
    padding: 6vw 4vw;
    margin-top: 4vw;
    width: 94%;
  }

  .cm_wrap .cm_heading {
    font-size: 4vw;
    font-weight: bold;
  }

  .cm_wrap .cm_txt {
    font-weight: 400;
    font-size: 3.5vw;
    line-height: 1.9em;
  }

  .cm_wrap .cm_txt a.txt_link {
    font-weight: 500;
    text-decoration: underline !important;
    font-size: 3.7vw;
    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 {
    font-size: 3.7vw;
    color: #777
  }

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




  /*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: 8vw 0 9vw;
    text-align: center;
  }

  section.anchor_section .anchor_title_wrap {
    color: #fff;
    margin: auto;
    text-align: center;
    font-size: 7.3vw;
    font-weight: 700;
    margin-bottom: 5.7vw;
  }

  section.anchor_section .anchor_wrap {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 96%;
    gap: 1.9vw;
  }

  section.anchor_section .anchor_item {
    background-color: #3C3C3C;
    width: 50%;
    text-align: center;
    padding: 3.6vw 0 8vw;
    color: #fff;
    position: relative;
    background-image: url(/content/dam/au-com/pr/netflixpack/img/icon_arrow_down_orange.svg);
    background-position: center bottom 4vw;
    background-size: 4vw;
    border-radius: 2vw;
  }
  
  section.anchor_section .bnr_coraboration{
    width: 100%;
    max-width: 95vw;
    margin: 2vw auto 0;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: block;
    line-height: 0;
  }

  section.anchor_section .anchor_item:first-child .anchor_fukidashi {
    padding-top: 01em;
  }
  section.anchor_section .anchor_item .anchor_fukidashi {
    font-size: 2.7vw;
    margin-bottom: 1.3vw;
    font-weight: 800;
    line-height: 1.5em;
    height: 5.6em;
    /* margin-bottom: 2vw; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    font-feature-settings: "palt";
  }

  section.anchor_section .anchor_item .ahchor_fukidashi_line {
    width: 28vw;
    margin: auto;
    margin-bottom: 0.7vw;
  }

  section.anchor_section .anchor_item .anchor_title {
    font-size: 5.9vw;
    font-weight: 700;
    line-height: 1.3em;
  }


  section.anchor_section .anchor_sub_wrap {
    /* margin: auto; */
    display: inline-flex;
    /* justify-content: space-between; */
    align-items: flex-end;
    max-width: 85vw;
    width: 100%;
    gap: 5vw;
    font-size: 3.3vw;
    margin-top: 3VW;
    flex-direction: column;
    margin: 5vw 0 0 auto;
    /* background-color: red; */
  }

  section.anchor_section .anchor_sub_wrap .anchor_sub_item {
    width: 37%;
    text-align: right;
  }

  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: 2vw;
    height: 2vw;
    border-top: 0.5vw solid var(--color_orange);
    border-right: 0.5vw solid var(--color_orange);
    transform: rotate(135deg);
    position: absolute;
    /* left: 0; */
    right: -4vw;
    top: 1vw;
    /* bottom: -2vw; */
    margin: auto;
  }




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

  .netflix_section .netflix_wrap {
    background-color: #3c3c3c;
    width: 94vw;
    padding: 2vw 0 5vw;
    margin: auto;
    border-radius: 1vw;
  }

  .netflix_section .netflix_inner {
    margin: auto;
    text-align: center;
  }

  .netflix_section .netflix_title {
    width: 63vw;
    margin: auto;
  }

  .netflix_section .netflix_subtitle {
    font-size: 3vw;
    color: #fff;
    margin-bottom: -2vw;
    position: relative;
    top: -1.7vw;
  }

  .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: 29vw;
    text-align: center;
  }


  section.change_section .change_all_title {
    font-size: 8.6vw;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 2vw;
    position: relative;
  }

  section.change_section .change_all_subtitle {
    font-size: 4.4vw;
    font-weight: 700;
    color: #fff;
    position: relative;
  }






  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: 15vw;
    width: 94vw;
    margin: auto;
  }




  section.change_section .tab_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.6vw;
    margin: auto;
    height: 21.2vw;
    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;
    pointer-events: auto;
    cursor: pointer;
    overflow: hidden;
    height: 17vw;
  }

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

  section.change_section .tab_item.on::after {
    position: absolute;
    content: "";
    background-color: var(--color_orange);
    width: 100%;
    height: 2vw;
    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-feature-settings: "palt";
    font-size: 3.6vw;
  }





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


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

  section.change_section .heading_fukidashi {
    width: 78vw;
    margin: auto;
    margin-bottom: 1.2vw;
  }

  section.change_section .heading_lead {
    font-size: 6.6vw;
    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: 8.2vw;
    position: relative;
    display: inline-block;
    font-weight: 900;
    margin-top: 13.1vw;
    line-height: 1.3em;
  }

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

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

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

  section.change_section .heading_catchcopy_remarks {
    text-align: center;
    margin: auto;
    margin-top: 1vw;
    font-size: 3.7vw;
    width: 74vw;
  }

  section.change_section a.heading_catchcopy_anchor {
    text-align: center;
    display: inline-block;
    margin-top: 5.6vw;
    position: relative;
    font-size: 3.6vw;
    color: #000;
    right: 3vw;
  }

  section.change_section a.heading_catchcopy_anchor::after {
    content: "";
    position: absolute;
    right: -6vw;
    height: 3vw;
    width: 3vw;
    top: 1.3vw;
    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: 85vw;
    margin: auto;
    margin-top: 5vw;
    margin-bottom: 3.4vw;
  }

  section.change_section .tab_item_1 .catchcopy_pict_remarks {
    /* width: 100%; */
    max-width: 84vw;
    display: block;
    margin: auto;
    font-size: 3vw;
    line-height: 1.8em;
    margin-bottom: 15vw;
    text-align: left;
  }

  section.change_section .tab_item_2 .catchcopy_pict_remarks {
    /* width: 100%; */
    max-width: 84vw;
    display: block;
    margin: auto;
    font-size: 3vw;
    line-height: 1.9em;
    margin-bottom: 7vw;
    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: 3vw;
    color: #333;
    width: 85vw;
    margin: auto;
  }

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

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

  section.change_section .price_table .price_title {
    font-size: 4.7vw;
    font-weight: 700;
    margin: 15vw 0px 3vw;
    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: 5.8vw;
    padding: 2.6vw 0px;
  }
  section.change_section td.total_price_cell .remaks {
    color: #333;
    font-weight: bold;
    font-size: 3.5vw;
  }

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

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

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

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

  section.change_section .price_table.price1_1 table td.sub_heading_remark_cell {
    text-align: left;
    padding-left: 2vw;
    line-height: 1.1em;
  }

  /* 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: 2vw;
    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 .price2_2_table_wrap {
    width: 100%;
    overflow-x: scroll;
  }

  section.change_section .price_table.price2_2 {
    margin: 3vw 0;
    width: 200vw;
  }

  section.change_section .icon_scroll {
    width: 25vw;
    margin: 0 0 0 auto;
  }

  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: 4vw;
  }

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

  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: 4vw;
  }

  section.change_section .price_table.price2_2 table td.price_cell {
    font-size: 5.3vw;
    padding: 3vw 0px;
    text-align: center;
    font-weight: 700;
  }












  section.change_section .plan_price_2_wrap {
    width: 84vw;
    background-color: #FFF4EE;
    border: 2px solid var(--color_orange);
    border-radius: 2vw;
    margin: 15vw auto 1vw;
    text-align: center;
    padding: 4vw 4vw 7vw;
  }


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

  section.change_section .plan_price_2_title_wrap .sub_title {
    font-size: 4vw;
  }

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

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

  section.change_section .plan_1_price_2 {
    width: 64.3vw;
    margin: 6vw auto 0 auto;
  }



  section.change_section .service_title {
    font-size: 8vw;
    position: relative;
    display: block;
    width: 68vw;
    font-weight: 900;
    line-height: 1.3em;
    margin: 17vw auto 7vw;
  }

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

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

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



  section.change_section .service_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    margin: auto;
    margin-bottom: 5vw;
    gap: 3vw;
    margin: auto;
    width: 84vw;
  }

  section.change_section .service_wrap .service_item {
    background-color: #F1F1F1;
    padding: 4vw 0 12vw;
    width: 100%;
    text-align: center;
    position: relative;
    border-radius: 1vw;
  }

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

  section.change_section .service_wrap .service_item .text_link_wrap {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 6vw;
    font-size: 3.8vw;
    padding-right: 1em;
  }


  section.change_section .remarks_wrap {
    max-width: 80vw;
    margin: auto;
    color: #646464;
    line-height: 1.5em;
    font-size: 3vw;
    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-------------------------*/





  section.change_section .accodion_btn_wrap {
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    color: #666;
    text-align: center;
    margin: 5vw 0;
  }

  section.change_section .icon_accodion_arrow {
    width: 9vw;
    height: 9vw;
    margin: auto;
    margin-top: 3vw;
  }

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

  section.change_section .accodion_item_price_2 {
    text-align: left;
    color: #666;
    margin: auto;
    font-size: 3vw;
    line-height: 1.8em;
    margin: 5vw auto 10vw;
    padding: 0 5vw;
  }

  section.change_section .accodion_item_price_2 .detail_title {
    font-size: 4vw;
    font-weight: bold;
  }

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


  section.change_section .accodion_item_price_2 .plan_price_2_2_link_wrap {
    max-width: 94vw;
    width: 100%;
    text-align: right;
    margin: 5vw 0;
    font-size: 4vw;
  }

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

  .standard_section {
    text-align: center;
    padding-top: 29vw;
  }

  section.standard_section .all_title {
    font-size: 8.5vw;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 3.4vw;
  }

  section.standard_section .all_subtitle {
    font-size: 4.5vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6vw;
  }

  section.standard_section .line {
    position: relative;
  }

  section.standard_section .line::after {
    content: "";
    position: absolute;
    left: 0;
    height: 2vw;
    width: 0%;
    background-color: var(--color_orange);
    transition: all 1.2s ease-in-out;
    display: inline-block;
    top: 5vw;
    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: 94vw;
    margin: auto;
    padding: 7vw 0 4vw;
    border-radius: 2vw;
  }

  section.standard_section .heading_fukidashi {
    width: 80vw;
    margin: auto;

  }


  section.standard_section .heading_catchcopy {
    font-size: 8vw;
    position: relative;
    display: block;
    font-weight: 700;
    margin-top: 30px;
    width: 62vw;
    margin: auto;
    margin-bottom: 5vw;
  }

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

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

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

  .standard_price {
    width: 52vw;
    margin: auto;
    position: relative;
    top: -2vw;
    left: 2vw;
  }

  section.standard_section .accodion_btn_wrap {
    text-align: center;
    font-size: 4.7vw;
    font-weight: bold;
    color: #666;
    text-align: center;
    margin: 6vw 0 0;
  }

  section.standard_section .icon_accodion_arrow {
    width: 10vw;
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: auto;
    margin-top: 4.8vw;
  }

  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: 80vw;
    margin: auto;
    font-size: 4vw;
    line-height: 1.5em;
    padding: 5vw 0 0;
  }



  section.standard_section .detail_title {
    font-weight: bold;
    margin-bottom: 2vw;
    font-size: 4vw;
  }

  section.standard_section .detail_text {
    margin-bottom: 6vw;
    line-height: 1.5em;
  }

  section.standard_section .detail_text.small_notes {
    font-size: 3vw;
    line-height: 1.9em;
  }

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

  .recommend_section {
    text-align: center;
    padding-top: 29vw;
  }

  section.recommend_section .all_title {
    font-size: 9vw;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 5vw;
  }

  section.recommend_section .content_wrap {
    background-color: #fff;
    /* border: 2px solid #000; */
    border-bottom: none;
    width: 94vw;
    margin: auto;
    padding: 14vw 0 0 0;
    border-radius: 5px;
    overflow: clip;
  }

  section.recommend_section .logo_netflix_reccomend {
    width: 50vw;
    margin: auto;
    margin-bottom: 5.7vw;
  }

  section.recommend_section .heading_discription {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 2.6vw;
    color: #666
  }


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

  .flow_section {
    text-align: center;
    padding-top: 29vw;
  }

  section.flow_section .all_title {
    font-size: 8.6vw;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 5vw;
  }

  section.flow_section .content_wrap {
    background-color: #fff;
    /* border: 2px solid #000; */
    border-bottom: none;
    width: 94vw;
    margin: auto;
    padding: 13vw 0 16vw 0;
    border-radius: 1vw;
  }

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

  section.flow_section .flow_title_wrap .flow_subtitle {
    font-size: 4.7vw;
  }

  section.flow_section .flow_title_wrap .flow_title {
    font-size: 7vw;
  }



  section.flow_section .flow_pict {
    max-width: 75vw;
    margin: auto;
    margin-bottom: 5vw;
  }

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


  .fixed_footer_wrap {
    position: fixed;
    bottom: -20vw;
    background-color: #fff;
    height: -20vw;
    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.2);
    z-index: 3;
    transition: all 0.3s;
    pointer-events: none;
    opacity: 0;
    transition:
  }

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


  .fixed_footer_wrap a.icon_pagetop {
    display: block;
    position: absolute;
    right: 4vw;
    top: -14vw;
    height: 12vw;
    width: 12vw;
    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: 94vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: auto;
    gap: 1vw;
    flex-wrap: wrap;
  }

  .fixed_footer_wrap .btn_footer_white {
    background-color: #fff;
    color: #000;
    border-radius: 2vw;
  }


  .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: 10vw;
    width: 49%;
    margin: auto;
    font-weight: bold;
    font-size: 3.5vw;
    margin-bottom: 20px;
    margin-top: 2vw;
    position: relative;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 0;
  }

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

  .fixed_footer_wrap .footer_remarks {
    text-align: center;
    font-size: 2.5vw;
    color: #ccc;
    /* width: 50%; */
    letter-spacing: -0.01em;
  }



  /*remarks_section/////////////////////////////////////////*/
  .remarks_section {
    width: 100%;
    padding: 10vw 0 30vw;
  }

  .remarks_section .remarks_inner {
    border-radius: 2vw;
    margin: auto;
    text-align: left;
    color: #646464;
    line-height: 1.5em;
    /* padding: 5vw; */
    margin-bottom: 6vw;
    overflow: clip;
    width: 94vw;
  }


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


  .remarks_section .remarks_accodion_title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    padding: 5vw 0;
    text-align: center;
    /* padding-left: 128px; */
    /* padding-right: 75px; */
    font-weight: bold;
    background-color: #666;
    font-size: 4vw;
    line-height: 1.2em;
  }

  .remarks_section .remarks_accodion_title::after {
    content: "";
    height: 3vw;
    width: 3vw;
    position: absolute;
    right: 5vw;
    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: 3vw;
    padding: 10vw 3vw;
    background-color: #fff;
    line-height: 1.8em;
  }

  .remarks_section_under {
    max-width: 94vw;
    width: 100%;
    margin: 5vw auto 0;
    font-size: 3vw;
    color: #646464;
    /* padding: 0 127px; */
    text-align: right;
  }

  .remarks_section .question {
    font-size: 3vw;
    font-weight: bold;
    line-height: 1.5em;
    padding: 3vw 3vw;
    border-top: 1px solid #dedede;
    position: relative;
    cursor: pointer;
    display: block;
    color: #666;
    padding-right: 11vw;
  }

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

  .question:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%) rotate(-90deg);
    width: 4vw;
    height: 4vw;
    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: 3vw;
    font-weight: bold;
    line-height: 1.5em;
    padding: 2vw 3vw;
    border-top: 1px solid #dedede;
    position: relative;
    cursor: pointer;
    display: block;
    color: #666
  }

  .question_accodion_btn:after {
    content: "";
    position: absolute;
    right: 4vw;
    width: 4vw;
    height: 4vw;
    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;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(180deg);
  }

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

  .question_accodion_item {
    background: #f3f3f3;
    font-size: 3vw;
    line-height: 1.5em;
    padding: 4vw;
    border-radius: 2vw;
    margin-bottom: 5vw;
    box-sizing: border-box;
  }





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

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

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

  }

  .modal_wrap .modal_item_wrap {
    position: absolute;
    height: 100dvh;
    width: 100vw;
    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: 5vw 5vw;
    background-position: top 3vw right 3vw;
    transition: .5s;
    background-repeat: no-repeat;
  }

  .modal_wrap .modal_slider {
    width: 100%;
    max-width: 800px;
    height: 80dvh;
    max-height: 500px;

  }

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

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

  .modal_wrap .modal_item_wrap {
    position: absolute;
    height: 100dvh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    inset: auto;
    pointer-events: none;
    z-index: 1;
  }

  .modal_wrap .slick-prev {
    display: inline-block;
    width: 20px;
    text-indent: -999px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    left: calc(50% - 277px);
    top: 18px;
  }

  .modal_wrap .slick-prev::after {
    content: '';
    width: 7vw;
    height: 7vw;
    background-image: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/renew2024/img/icon-arrow-gray.png?scl=1&fmt=png-alpha);
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    top: 0px;
    left: 0;
    transform: rotate(180deg);
    cursor: pointer;
  }

  .modal_wrap .slick-next {
    display: inline-block;
    width: 16px;
    text-indent: -999px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    right: calc(50% - 277px);
    top: 18px;
  }

  .modal_wrap .slick-next::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/renew2024/img/icon-arrow-gray.png?scl=1&fmt=png-alpha);
    background-size: contain;
    position: absolute;
    background-position: center;
    top: 0;
    left: 0;
    cursor: pointer;
    background-repeat: no-repeat;
  }


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

  .modal_wrap .modal_slider {
    width: 100%;
    height: auto;
    pointer-events: all;
    padding: 0 10vw;
    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;
    flex-direction: column;
    color: #fff;
    /* min-height: 90px; */
    text-align: left;
    width: 100%;
  }

  .modal_slider .content_name {
    font-size: 6vw;
    font-weight: 700;
    width: 100%;
    line-height: 1.1em;
    text-align: left;
    margin-bottom: 3vw;
  }

  .modal_slider .content_discription {
    font-size: 3vw;
    text-align: left;
    /* border-left: 1px solid #fff; */
    /* padding-left: 2em; */
  }

  .modal_wrap .slick-prev,
  .modal_wrap .slick-next {
    position: absolute;
    top: -50%;
    display: block;
    width: 7vw;
    height: 7vw;
    /* background-size: contain; */
    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;
    /* top: -50vw; */
  }

  .modal_wrap .slick-prev {
    left: 0vw;
  }

  .modal_wrap .slick-next {
    right: 1vw;
  }

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

  .modal_wrap .modal_wrap .slick-prev:before {
    content: '←';
  }

  .modal_wrap .slick-next:before {
    content: '→';
  }

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


  /*table*/
  #au_netflixpack td.sp_width25 {
    width: 25%
  }

  #au_netflixpack td.sp_width30 {
    width: 30%
  }

  #au_netflixpack td.sp_width33 {
    width: 33.3%
  }

  #au_netflixpack td.sp_width40 {
    width: 40%
  }

  #au_netflixpack td.sp_width50 {
    width: 50%
  }

  #au_netflixpack td.sp_width60 {
    width: 60%
  }

  #au_netflixpack td.sp_width70 {
    width: 70%
  }

  #au_netflixpack td.sp_width75 {
    width: 75%
  }

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


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


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

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

  /*au custom*/
  .footerSiteMap {
    padding-bottom: 20vw;
  }
}

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


}

/*style_sp.css*/
