@charset "UTF-8";

/*pc---------------------------------------*/
@media screen and (min-width: 767px) {

  /*pc common------------------------------------*/
  .page-android-multi-useLp .for_sp,
  .page-android-multi-useLp img[src*="_sp.png"],
  .page-android-multi-useLp img[src*="_sp.jpg"],
  .page-android-multi-useLp img[src*="_sp.webp"],
  .page-android-multi-useLp img[src*="_sp.svg"] {
    display: none !important;
    content-visibility: hidden;
  }



  .page-android-multi-useLp img {
    width: 100%;
  }

  .page-android-multi-useLp {
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  }

  .page-android-multi-useLp .font_zen-bold {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700 !important;
    font-style: normal;
  }

  .contents_all_wrap {
    color: #000;
    font-size: 18px !important;
    width: 100%;
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100%;
    background-repeat: repeat-x;
    animation: scroll;
    overflow: hidden;
  }

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


  .underbar_pink::before {
    content: "";
    width: 100%;
    height: 10px;
    background-color: var(--color_pink_b);
    position: absolute;
    left: 0;
    bottom: 0vw;
    z-index: -1;
  }

  .icon_link_blank_k::after {
    content: "";
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    background-image: url(https://www.au.com/content/dam/au-com/pr/android-multi-use/images/icon_link_blank_k.svg);
    background-size: 0.9em;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    bottom: -0.3em;
  }

  .icon_link_blank_b::after {
    content: "";
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    background-image: url(https://www.au.com/content/dam/au-com/pr/android-multi-use/images/icon_link_blank_b.svg);
    background-size: 0.9em;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    bottom: -0.3em;
  }

  /*cross_use_common----------------------------*/

  .page-android-multi-useLp .anime_fadeup {
    opacity: 0;
    transform: translateY(100px);
    filter: blur(10px);
    transition: 0.3s all ease-in-out;
  }

  .page-android-multi-useLp .anime_fadeup.on {
    opacity: 1;
    transform: translateY(0px);
    filter: blur(0px);
    transition: 0.3s all ease-in-out;
  }


  /* start ********************************************************************************/

  /*section kv(1)--------------------------*/

  section.section_kv {
    width: 100%;
    /* margin-bottom: 138px; */
    background-image: url(https://www.au.com/content/dam/au-com/pr/android-multi-use/images/kv_croud1.svg), url(https://www.au.com/content/dam/au-com/pr/android-multi-use/images/kv_croud2.svg), url(https://www.au.com/content/dam/au-com/pr/android-multi-use/images/kv_croud1.svg);
    background-size: 574px, 460px, 730px;
    background-position: calc(50vw - 635px) 45px, calc(50vw + 105px) 173px, calc(50vw - 544px) 570px;
    background-repeat: no-repeat;
    height: 723px;
    background-color: #FFFBD5;
    position: relative;
  }

  section.section_kv::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    background-color: #fff;
    transform: rotate(45deg);
  }

  section.section_kv .kv_allwrap {
    margin: auto;
    max-width: 1000px;
    position: relative;
    height: 100%;
    overflow: visible;

  }

  section.section_kv .kv_allwrap .kv_title {
    margin: auto;
    max-width: 900px;
    width: 81%;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    animation: kv_title;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    will-change: transform;
  }

  @keyframes kv_title {
    0% {
      transform: translateY(30px) scale(0.9);
      opacity: 0;
      filter: blur(2px);
    }

    80% {
      transform: translateY(-5px) scale(1.1);

    }

    100% {
      transform: translateY(0px) scale(1);
      filter: blur(0);
    }
  }

  section.section_kv .kv_allwrap .kv_copy {
    background-color: #EB5505;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 50vw;
    width: 450px;
    height: 57px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 309px;
    letter-spacing: -0.01em;
    animation: kv_copy;
    animation-duration: 0.8s;
    animation-delay: 0.8s;
    /*animation-iteration-count: infinite;*/
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    will-change: transform;
    opacity: 0;
  }

  @keyframes kv_copy {
    from {
      transform: translateY(30px);
      opacity: 0;
    }

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

  }

  section.section_kv .kv_allwrap .kv_copy::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -9px;
    height: 20px;
    width: 20px;
    background-color: #EB5505;
    transform: rotate(45deg);
  }

  section.section_kv .kv_tab_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 21px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 409px;
  }

  section.section_kv .kv_tab_item {
    width: 25%;
    /* border-radius: 10px; */
    /* background-color: #fff; */
    /* border: 2px solid; */
    position: relative;
    transition: none;
    display: flex;
    align-items: center;
    height: 300px;
  }

  section.section_kv .kv_tab_item.on .on,
  section.section_kv .kv_tab_item .off {
    display: block;
    margin: auto;
  }

  section.section_kv .kv_tab_item.on .off,
  section.section_kv .kv_tab_item .on {
    display: none;

  }



  /*section  style(2)---------------------------*/

  section.section_style {
    width: 100%;
    padding: 90px 0;
    text-align: center;
  }

  section.section_style .style_wrap {
    max-width: 1000px;
    margin: auto;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
    color: #000;
    padding: 0px 48px;
  }


  section.section_style .style_title {
    text-align: center;
    margin: auto;
    font-size: 38px;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 38px;
    position: relative;
    display: inline-block;
  }

  section.section_style .style_title .dot {
    position: relative;
    display: inline-block;
  }

  section.section_style .style_title .dot:after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: 0.5em;
  }

  section.section_style.style_1 .style_title .dot:after {
    background-color: var(--color_blue_a);
  }

  section.section_style.style_2 .style_title .dot:after {
    background-color: var(--color_green_a);
  }

  section.section_style.style_3 .style_title .dot:after {
    background-color: var(--color_pink_a);
  }

  section.section_style.style_4 .style_title .dot:after {
    background-color: var(--color_purple_a);
  }


  section.section_style .style_item_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    /* padding-top: 55px; */
  }

  section.section_style .style_wrap:nth-child(odd) .style_item_wrap {
    flex-direction: row-reverse;
  }


  section.section_style .style_pict_item {
    width: 425px;
    height: 100%;
    /* background-color: red; */
  }

  section.section_style .style_text_item {
    width: 429px;
    margin: 80px 0;
    text-align: left;
  }


  .style_item_wrap .style_item_heading {
    font-size: 25px;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 19px;
    margin-top: 9px;
  }

  .style_item_wrap .style_item_text {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.7em;
  }

  .style_item_wrap .style_item_remarks {
    font-size: 12px;
    margin-bottom: 17px;
  }

  .style_item_wrap .style_item_device_wrap {
    border-top: 1px solid;
    padding-top: 13px;
    display: flex;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
  }

  .style_item_wrap .style_item_device_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
  }

  .style_item_wrap .style_item_device_item:first-child {
    min-width: 114px;
    font-size: 16px;
    padding-left: 2px;
    padding-top: 5px;
    align-items: flex-start;
    font-weight: normal;
  }

  .style_item_wrap .device {
    border-radius: 50vw;
    border: 2px solid #EB5505;
    padding: 6px 14px;
    color: #EB5505;
    text-align: center;
    /* margin-right: 16px; */
    letter-spacing: -0.01em;
    font-size: 14px;
    /* margin-bottom: 6px; */
  }

 .section_style .style_all_remarks{
    font-size: 12px;
    text-align: left;
    color: #333;
    margin: auto;
    max-width: 1000px;
    width: 100%;
  }
  

  /*section  cv(3)---------------------------*/

  section.section_cv {
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    background-color: #FFFBD5;
    padding: 80px 0 20px 0;
    text-align: center;
  }

  section.section_cv .cv_title {
    font-size: 16px;
    display: inline-block;
    position: relative;
    margin-bottom: 26px;
  }

  section.section_cv .cv_title::after,
  section.section_cv .cv_title::before {
    content: "";
    height: 30px;
    width: 3px;
    background-color: #EB5505;
  }

  section.section_cv .cv_title::before {
    content: "";
    position: absolute;
    left: -31px;
    top: -3px;
    transform: rotate(-22deg);
  }

  section.section_cv .cv_title::after {
    content: "";
    position: absolute;
    right: -10px;
    top: -3px;
    transform: rotate(22deg);
  }

  section.section_cv .cv_fukidashi {
    font-size: 20px;
    position: relative;
    height: 59px;
    color: var(--color_orange_a);
    margin: auto;
    background-color: #FFEC59;
    width: 457px;
    display: block;
    border-radius: 50vw;
    padding-top: 15px;
    color: #EB5505;
    margin-bottom: 65px;
  }

  section.section_cv .cv_fukidashi::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    margin: auto;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    bottom: -8px;
    background-color: #FFEC59;
  }

  section.section_cv .btn_title {
    font-size: 26px;
    margin-bottom: 34px;
  }

  section.section_cv .btn_wrap {
    display: inline-flex;
    gap: 20px;
    margin: auto;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
    margin-bottom: 58px;
  }

  section.section_cv .btn_wrap .btn_item {
    height: 130px;
    font-size: 21px;
    max-width: 236px;
    width: 50%;
    border: 2px solid #EB5505;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    color: #EB5505;
    align-items: flex-start;
    padding-top: 30px;
    box-shadow: 0px 2px 0px 0px #EB5505;
    background-image: url(https://www.au.com/content/dam/au-com/pr/android-multi-use/images/icon_arrow_red.svg);
    background-repeat: no-repeat;
    background-position: center top 70px;
    background-size: 30px;
  }

  section.section_cv .btn_wrap .btn_item.icon_bg_blank {
    background-image: url(https://www.au.com/content/dam/au-com/pr/android-multi-use/images/icon_blank_red.svg);
  }

  /*section  fixfooter(3)---------------------------*/

  section.fixfooter.show {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 75px;
    background-color: #FEDE38;
    border-top: 2px solid #EB5505;
    text-align: center;
    z-index: 1000;
    transform: translateY(0px);
    opacity: 1;
  }

  section.fixfooter {
    position: fixed;
    bottom: 0;
    right: 0;
    transform: translateY(100px);
    transition: 0.5s all ease-in-out;
    opacity: 0;
    transition-delay: 0.5s;
    z-index: 1000;
  }

  section.fixfooter .fixfooter_btn_wrap {
    padding: 10px;
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin: auto;
  }

  section.fixfooter .fixfooter_btn_wrap .fixfooter_btn {
    width: 100%;
    height: 53px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
    color: #EB5505;
    font-size: 20px;
  }

  section.fixfooter .fixfooter_btn_wrap .fixfooter_btn img[src*="icon_footer_arrow"] {
    width: 20px;
    margin-left: 10px;
    position: relative;
    top: 2px;
  }




  /*for_pc---------------------------*/
}








@media screen and (max-width: 1199px) {
  section.fixfooter {
    width: 100%;

  }
}

@media screen and (min-width: 1200px) {
  section.fixfooter {
    width: calc(100% - 180px);

  }
}
