/*@charset "UTF-8";*/

@media screen and (min-width: 750px) {

  .for_sp,
  .-sp {
    display: none !important;
  }

  .contents_all_wrap {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
  }

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

  /*
  .text_mini {
    font-size: 12px !important;
  }
*/
  a.cv_btn_primaly {
    height: 60px;
    width: 530px;
    background-color: var(--color_orange);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50vw;
    background-image: url(/content/dam/au-com/pr/google-link/otoku/images/icon_arrow_1_469d563fbcc1fcbc.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 20px;
    background-size: 30px;
    margin: auto;
    /* margin-bottom: 20px; */
    padding-right: 1em;
  }

  a.cv_btn_primaly.font_small {
    font-size: 16px;
    text-align: center;
  }

  a.cv_btn_primaly_2 {
    height: 60px;
    width: 530px;
    background-color: #fff;
    border: solid var(--color_orange) 2px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color_orange);
    border-radius: 50vw;
    background-image: url(/content/dam/au-com/pr/google-link/otoku/images/icon_arrow_2_64920bc8d79f386d.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 10px;
    background-size: 50px;
    margin: auto;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }






  /*kv_section------------------------*/
  section.kv_section {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(/content/dam/au-com/pr/google-link/otoku/images/kv_bg1_7a298a4403b2d84b.png), url(/content/dam/au-com/pr/google-link/otoku/images/kv_bg2_fbfb62d5fda8fe4.png);
    background-position: top 160px left 10px, top 10px right 40px;
    background-size: 300px, 240px;
    background-attachment: fixed;
    background-color: var(--color_orange_1);
  }

  .inner_content_wrap.kv_wrap {
    position: relative;
    height: 341px;
  }

  section.kv_section .kv_image {
    position: absolute;
    width: 275px;
    left: 712px;
    bottom: 0px;
    right: 0;
    margin: auto;
    /* top: 32px; */
    line-height: 0;
  }

  section.kv_section .kv_titile {
    position: absolute;
    width: 654px;
    left: 0;
    right: 300px;
    margin: auto;
    top: 86px;
  }


  section.kv_section .kv_anchor_wrap {
    height: 140px;
    width: 100%;
    text-align: center;
    background-color: var(--color_orange_2);
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    /* bottom: 48px; */
    position: relative;
    z-index: 2;
    box-shadow: 0 0 10px #ddd;
  }

  section.kv_section .kv_anchor_wrap .kv_anchor_innner {
    width: 100%;
    max-width: 996px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 90px;
    gap: 10px;
  }




  section.kv_section .kv_anchor_wrap .anchor_item {
    width: 33.3%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: relative;
    outline: none;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
  }

  section.kv_section .kv_anchor_wrap .anchor_item .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
  }

  section.kv_section .kv_anchor_wrap .anchor_item .icon img {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  section.kv_section .kv_anchor_wrap .anchor_item .icon img:nth-child(3) {
    opacity: 0;
  }

  section.kv_section .kv_anchor_wrap .anchor_item:hover .icon img:nth-child(3) {
    opacity: 1;
  }

  section.kv_section .kv_anchor_wrap .anchor_item:hover .icon img:nth-child(2) {
    opacity: 0;
  }




  /*section device///////////////////////////////////////*/


  section.device {
    padding-top: 64px;
  }

  section.device .bnr_google_pixel9_discount {
    margin: 0 auto 60px;
    width: 600px;
    box-shadow: 0px 0px 4px #ccc;
    line-height: 0;
    display: block;
  }

  section.device .device_title {
    width: 486px;
    margin: auto;
    margin-bottom: 30px;
  }

  section.device .device_tab_wrap {
    width: 100%;
    max-width: 885px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 20px;
  }

  section.device .device_tab_wrap .device_tab_item {
    border-radius: 5px;
    box-shadow: 0px 0px 4px #ccc;
    width: 25%;
    height: 70px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #999;
    font-size: 16px;
    cursor: pointer;
    font-weight: 800;
  }


  section.device .device_tab_wrap .device_tab_item .device_name {
    position: relative;
  }

  section.device .device_tab_wrap .device_tab_item.on {
    border-radius: 5px;
    box-shadow: 0px 0px 4px #333;
    width: 25%;
    height: 70px;
    background-color: var(--color_orange);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: auto;
  }


  section.device .device_tab_wrap .device_tab_item.on .device_name::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8px;
    position: absolute;
    background-image: url(/content/dam/au-com/pr/google-link/otoku/images/icon_device_name_active_d177ec91b06965b0.png);
    width: 71px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }


  section.device .device_pict_wrap {}

  section.device .device_pict_wrap .device_pict {
    width: 100%;
    max-width: 570px;
    margin: auto;
    margin-bottom: 10px;
  }



  /*section price///////////////////////////////////////*/

  section.price {
    /* padding-bottom: 60px; */
  }


  section.price .price_tab_allwrap {
    background-color: var(--color_orange_1);
    width: 100%;
    padding-top: 60px;
    margin-top: 60px;
  }

  section.price .price_tab_allwrap .price_tab_wrap {
    width: 100%;
    max-width: 860px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    margin: auto;
  }

  section.price .price_tab_allwrap .price_tab_wrap .price_tab_btn {
    border-radius: 5px 5px 0 0;
    height: 50px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ddd;
    color: #666;
    font-weight: 700;
    cursor: pointer;
  }

  section.price .price_tab_allwrap .price_tab_wrap .price_tab_btn.on {
    background-color: #fff;
    color: var(--color_orange);
    pointer-events: none;

  }



  section.price .tab_item_wrap {
    padding: 80px 0 64px;
  }


  section.price .tab_item_wrap .price_before_wrap {
    margin: auto;
    background-color: #F6F2F3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    max-width: 530px;
    padding: 26px 20px 18px;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
  }

  section.price .tab_item_wrap .price_before_wrap .price_before_fukidashi {
    position: absolute;
    width: 120px;
    right: 65px;
    top: -19px;
  }

  section.price .tab_item_wrap .price_before_wrap .price_before_notes {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.2em;
  }
  
  section.price .tab_item_wrap .price_before_wrap .orange_back{
    padding: 5px 15px;
    background-color: var(--color_orange);
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 15px;
  }



  section.price .tab_item_wrap .price_arrow {
    width: 300px;
    margin: auto;
    margin-bottom: 10px;
  }




  section.price .price_after_wrap {
    width: 530px;
    background-color: var(--color_orange_3);
    padding: 18px 30px;
    margin: auto;
    margin-bottom: 40px;
    box-sizing: border-box;
    border-radius: 5px;
  }

  section.price .price_after_wrap .price_after {
    width: 390px;
    margin: auto;
    margin-bottom: 12px;
  }

  section.price .price_after_wrap .price_after_detail_wrap {
    border-top: 2px solid #DADADA;
    padding: 10px;
    color: #666;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    width: 430px;
    margin: auto;
  }

  section.price .price_after_wrap .price_after_detail_wrap .heading {
    width: 40%;
    text-align: left;
    padding-left: 21px;
  }

  section.price .price_after_wrap .price_after_detail_wrap .price {
    width: 50%;
    text-align: right;
  }

  section.price .price_after_wrap .price_after_detail_wrap .price .data {
    font-size: 18px;
  }


  section.price .price_remarks_wrap {
    max-width: 700px;
    margin: auto;
    font-size: 12px;
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 50px;
  }

  section.price .price_remarks_wrap .price_remarks_link_wrap {
    line-height: 2.7em;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: auto;
    margin-bottom: 1.6em;
    margin-top: 40px;
  }

  #au_google_otoku section.price .price_remarks_wrap .price_remarks_link_wrap a.text_link {
    line-height: 1.5em;
    text-align: center;
    font-size: 16px;
    /* display: block; */
    margin: auto;
  }

  #au_google_otoku section.price .price_remarks_wrap .price_remarks_btn_wrap .cv_btn_primaly {
    margin: 20px auto;
  }






  section.price .slide_all_wrap {
    background-color: var(--color_orange_1);
    width: 100%;
    max-width: 996px;
    padding: 50px 0;
    margin: auto;
  }

  section.price .slide_all_wrap .swiper {
    width: 100%;
    /* max-width: 600px; */
    margin: auto;
    padding-bottom: 50px;
  }

  section.price .slide_all_wrap .slide_item {
    background-color: #fff;
    position: relative;
    margin-top: 40px;
    padding: 32px;
  }

  section.price .slide_all_wrap .slide_item .pattern {
    background-color: #FFCBB8;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 800;
    color: #333;
    border: 1px solid #333;
    border-radius: 50vw;
    padding: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    margin: auto;
    width: 140px;
  }

  section.price .slide_all_wrap .slide_item .price_slide {
    width: 530px;
    margin: auto;
    margin-bottom: 30px;
  }

  section.price .slide_all_wrap .swiper-button-prev,
  section.price .slide_all_wrap .swiper-button-next {
    height: 70px;
    width: 70px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }

  section.price .slide_all_wrap .swiper-button-prev {
    right: 700px;
  }

  section.price .slide_all_wrap .swiper-button-next {
    left: 701px;
  }

  section.price .slide_all_wrap .swiper-button-prev::after,
  section.price .slide_all_wrap .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 70px;
    margin: auto;
    width: 70px;
  }

  section.price .slide_all_wrap .swiper-button-prev::after {
    background-image: url(/content/dam/au-com/pr/google-link/otoku/images/icon_slide_arrow_1872fffa376d2bd1.png);
    transform: rotateY(180deg);
  }

  section.price .slide_all_wrap .swiper-button-next::after {
    background-image: url(/content/dam/au-com/pr/google-link/otoku/images/icon_slide_arrow_1872fffa376d2bd1.png);

  }

  section.price .slide_all_wrap .swiper-pagination {}

  section.price .slide_all_wrap .swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: var(--color_orange_2);
    opacity: 1;
  }

  section.price .slide_all_wrap .swiper-pagination-bullet-active {
    background-color: var(--color_orange_1);
    border: 3px solid var(--color_orange);
    width: 10px;
    height: 10px;
    box-sizing: border-box;
  }





  section.price a.bnr_campaign {
    display: block;
    width: 100%;
    max-width: 530px;
    margin: auto;
    margin-bottom: 30px;
  }

  section.price .remarks {
    width: 100%;
    max-width: 700px;
    margin: 50px auto 0;
  }





  /*section suport---------------------------*/

  section.support {
    width: 100%;
    /* padding-bottom: 50px; */
  }

  section.support .support_title {
    width: 100%;
    max-width: 416px;
    margin: auto;
    margin-bottom: 30px;
  }

  section.support .support_wrap {
    background-color: var(--color_orange_1);
    padding: 60px 0;
  }

  section.support .support_item {
    background-color: #fff;
    margin: auto;
    padding: 30px 30px 0 30px;
    text-align: center;
    max-width: 720px;
    width: 100%;
    box-sizing: border-box;
  }

  section.support .title {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 20px;
  }

  section.support .notes {
    margin: auto;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.7em;
  }

  section.support .support_pict {
    margin: auto;
    width: 140px;
    line-height: 0;
    margin-top: 30px;
  }



  /*section area---------------------------*/

  section.area {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 64px;
  }

  section.area .area_title {
    width: 100%;
    max-width: 416px;
    margin: auto;
    margin-bottom: 30px;
  }

  section.area .area_wrap {
    background-color: var(--color_orange_1);
    padding: 53px 0 70px;
  }

  section.area .area_item {
    /* background-color: #fff; */
    margin: auto;
    /* padding: 30px 30px 0 30px; */
    text-align: center;
    max-width: 720px;
    width: 100%;
  }

  section.area .area_bnr {
    margin-bottom: 30px;
  }



  /*section experience---------------------------*/



  section.experience {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 30px;
    text-align: center;
  }

  section.experience .experience_image {
    width: 100%;
    max-width: 520px;
    margin: auto;
    margin-bottom: 30px;
    display: block;
  }







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

  .remarks .title {
    font-weight: bold;
    margin: 20px 0 7px 0;
    font-size: 12px;
  }

  .remarks .subtitle {
    font-weight: bold;
    font-size: 12px;
    margin: 12px 0 6px 0;
  }

  .remarks a.text_link {
    color: #0066AA;
    text-decoration: underline !important;
  }




  /*page-read01_pos------------------*/
  .page-read01_pos {
    position: relative;
    top: -240px;
  }


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



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

  /*format_edit*/
  .footerSiteMap {
    padding-bottom: 100px;
  }

}


/*
@media screen and (min-width: 1200px) {
  .fixed_footer_wrap .footer_btn_link_wrap {
    padding-left: 180px;
  }
}

@media screen and (min-width: 750px) and (max-width: 1199px) {
  .fixed_footer_wrap .footer_btn_link_wrap {
    padding-left: 0px;
  }
}
*/
