@charset "UTF-8";

/*sp---------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 766px) {

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

  a,
  a:active,
  a:focus,
  a:visited {
    text-decoration: none !important;
  }

  .contents_all_wrap {
    letter-spacing: -0.01em;
    width: 100%;
    min-height: 100vh;
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100%;
    background-repeat: repeat-x;
    animation: scroll;
    overflow: hidden
  }

  .contents_all_wrap img {
    width: 100%;
  }

  .page-ols-rentalLp {
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  }

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

  .inner_contents_wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
    box-sizing: border-box;
  }


  .dropshadow {
    filter: drop-shadow(1vw 1vw 0px #000);
  }

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


  .page-android-multi-useLp .anime_fadeup {
    transform: translateY(15vw);
    opacity: 0;
    top：-200px;
    transition: all 0.3s ease-in-out;
  }

  .page-android-multi-useLp .anime_fadeup.on {
    position: relative;
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
  }


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

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

  section.section_kv {
    width: 100%;
    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_croud2.svg);
    background-size: 60vw, 40vw, 90vw;
    background-position: 5vw 12vw, 60vw 70vw,left 20vw bottom -1vw;
    background-repeat: no-repeat;
    /* height: 165vw; */
    background-color: #FFFBD5;
    position: relative;
    /* padding-bottom: 8vw; */
  }

  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;
    position: relative;
    overflow: visible;
    padding-top: 25vw;
    padding-bottom: 8vw;
  }

  section.section_kv .kv_allwrap .kv_title {
    margin: auto;
    max-width: 900px;
    width: 93%;
    margin-bottom: 9.4vw;
    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);
      filter: blur(2px);
      opacity: 0;
    }

    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: 4vw;
    color: #fff;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 50vw;
    width: 90vw;
    height: 11.2vw;
    margin: auto;
    left: 0;
    right: 0;
    /* top: 53vw; */
    letter-spacing: -0.01em;
    position: relative;
    margin-bottom: 6vw;
    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;
    flex-wrap: wrap;
    gap: 1%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50vw;
    width: 90vw;
    gap: 1vw;
  }

  section.section_kv .kv_tab_item {
    width: 43.6vw;
    height: 52.8vw;
    position: relative;
    margin-bottom: 5vw;
  }


  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: 14vw 0;
    text-align: center;
  }

  section.section_style .style_wrap {
    max-width: 1000px;
    margin: auto;
    width: 90vw;
    background-color: #fff;
    border-radius: 2vw;
    margin-bottom: 5vw;
    color: #000;
    padding: 0px 1vw;
  }


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

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

  section.section_style .style_title .dot:after {
    content: "";
    height: 1.5vw;
    width: 1.5vw;
    border-radius: 50%;
    position: absolute;
    top: -1vw;
    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: column;
    align-items: center;
    padding-top: 4vw;
  }

  section.section_style .style_wrap:nth-child(odd) .style_item_wrap {}


  section.section_style .style_pict_item {
    width: 90vw;
    height: 100%;
    /* background-color: red; */
    /* min-height: 54vw; */
    margin-bottom: 5vw;
  }

  section.section_style .style_pict_item.holyday_sp {
    margin-top: 4vw;
  }

  section.section_style .style_text_item {
    width: 100%;
    margin: 0 0 4.4vw 0;
    text-align: left;
  }


  .style_item_wrap .style_item_heading {
    text-align: center;
    font-size: 5.5vw;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 7.2vw;
    /* margin-top: 1vw; */
  }

  .style_item_wrap .style_item_text {
    font-size: 4.1vw;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.7em;
    width: 80vw;
    margin: auto;
    margin-bottom: 2vw;
  }

  .style_item_wrap .style_item_remarks {
    font-size: 3vw;
    margin-bottom: 5vw;
    width: 80vw;
    margin: auto;
    margin-bottom: 5vw;
  }

  .style_item_wrap .style_item_device_wrap {
    border-top: 0.5vw solid;
    padding-top: 5.8vw;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    width: 80vw;
    margin: auto;
  }

  .style_item_wrap .style_item_device_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 3vw;
    margin-bottom: 3.2vw;
  }

  .style_item_wrap .style_item_device_item:first-child {
    font-size: 4vw;
    padding-left: 0.5vw;
    align-items: flex-start;
    font-weight: normal;
  }

  .style_item_wrap .device {
    border-radius: 50vw;
    border: 0.5vw solid #EB5505;
    padding: 1vw 2vw;
    color: #EB5505;
    text-align: center;
    /* margin-right: 16px; */
    letter-spacing: -0.01em;
    font-size: 4vw;
    /* margin-bottom: 6px; */
  }
  .section_style .style_all_remarks{
    width: 90vw;
    margin: auto;
    font-size: 3vw;;
    text-align: left;
    color: #333;
  }


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

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

  section.section_cv .cv_title {
    font-size: 4.2vw;
    display: inline-block;
    position: relative;
    margin-bottom: 3.8vw;
  }

  section.section_cv .cv_title::after,
  section.section_cv .cv_title::before {
    content: "";
    height: 8vw;
    width: 0.7vw;
    background-color: #EB5505;
  }

  section.section_cv .cv_title::before {
    content: "";
    position: absolute;
    left: -7vw;
    top: -0.5vw;
    transform: rotate(-21deg);
  }

  section.section_cv .cv_title::after {
    content: "";
    position: absolute;
    right: -9vw;
    top: -0.5vw;
    transform: rotate(21deg);
  }

  section.section_cv .cv_fukidashi {
    font-size: 4vw;
    position: relative;
    height: 11vw;
    color: var(--color_orange_a);
    margin: auto;
    background-color: #FFEC59;
    width: 76vw;
    display: block;
    border-radius: 50vw;
    padding-top: 2.5vw;
    color: #EB5505;
    margin-bottom: 6vw;
  }

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

  section.section_cv .btn_title {
    font-size: 5.5vw;
    margin-bottom: 2.8vw;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
  }

  section.section_cv .btn_wrap {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 2vw;
    margin: auto;
    /* max-width: 1000px; */
    width: 90vw;
    margin: auto;
    margin-bottom: 10vw;
  }

  section.section_cv .btn_wrap .btn_item {
    height: 20.2vw;
    width: 48%;
    font-size: 4vw;
    letter-spacing: -0.01em;
    border: 0.5vw solid #EB5505;
    border-radius: 1vw;
    background-color: #fff;
    display: flex;
    justify-content: center;
    color: #EB5505;
    align-items: flex-start;
    padding-top: 4vw;
    box-shadow: 0 0.5vw 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 11vw;
    background-size: 5vw;
  }

  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;
    left: 0;
    width: 100%;
    height: 15.6vw;
    background-color: #FEDE38;
    border-top: 1vw solid #EB5505;
    text-align: center;
    z-index: 1000;
    transform: translateY(0px);
    opacity: 1;
  }
  section.fixfooter {
    position: fixed;
    bottom: 0;
    right: 0;
    transform: translateY(20vw);
    transition: 0.5s all ease-in-out;
    opacity: 0;
    transition-delay: 0.5s;
    z-index: 1000;
  }

  section.fixfooter .fixfooter_btn_wrap {
    margin: 1.3vw 12.3vw;
    display: flex;
    gap: 3vw;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
  }

  section.fixfooter .fixfooter_btn_wrap .fixfooter_btn {
    width: 100%;
    height: 12vw;
    background-color: #fff;
    border-radius: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
    color: #EB5505;
    text-align: center;
    font-size: 3.2vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    position: relative;
  }

  section.fixfooter .fixfooter_btn_wrap .fixfooter_btn img[src*="icon_footer_arrow"] {
    width: 5vw;
    margin-left: 3vw;
    position: absolute;
    right: 4vw;
  }

  /* sp end *****************************************/


}
