@charset "UTF-8";

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

    /*pc common------------------------------------*/
    .for_sp,
    .-sp {
        display: none !important;
        content-visibility: hidden;
    }

    .contents_all_wrap {
        letter-spacing: 0.1em;
        color: #fff;
        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_contents_wrap {
        width: 100%;
        max-width: 1192px;
        margin: 0 auto;
        position: relative;

    }

    .fuchidori {
        -webkit-text-stroke: 6px #eb5505;
        text-stroke: 6px #eb5505;
        color: #fff;
        position: relative;
        display: inline-block;
    }

    .fuchidori .over_write {
        position: absolute;
        color: #fff;
        -webkit-text-stroke: 0px #fff;
        text-stroke: 0px #fff;
        left: 0;
        top: 0;
        display: inline-block;

    }

    body .page-googleLp .bt {
        cursor: pointer;
        transition: 0.3s all;
    }

    body .page-googleLp .bt:hover {
        opacity: 0.7;
        transition: 0.3s all;
    }


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

    section.kv .inner_contents_wrap {}

    .section.kv .kv_wrap {
        position: relative;
        margin-bottom: 50px;

    }

    .all_anime_off section.kv .kv_wrap {
        animation-name: kv_fade;
        animation-delay: 0.3s;
        animation-duration: 0.5s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        opacity: 0;
        border-radius: 20px;
    }




    section.kv .kv_wrap .scroll_icon {
        color: #fff;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 180px;
        transform: rotate(90deg);
        position: absolute;
        left: -40px;
        top: 470px;
        z-index: 2;
    }

    section.kv .kv_wrap .scroll_icon .line {
        background-color: #2d3031;
        width: 100px;
        height: 2px;
        margin-left: 10px;
        position: relative;
    }

    section.kv .kv_wrap .scroll_icon .line::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 2px;
        background-color: #fff;
        animation-name: kv_scroll;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }

    @keyframes kv_scroll {
        0% {
            opacity: 0;
            width: 0%;
        }

        50% {
            opacity: 1;
            width: 100%;
        }

        100% {
            opacity: 0;
            width: 100%;
        }
    }

    section.kv .kv_item {
        width: 100%;
        border-radius: 10px;
    }

    section.kv .kv_item img {
        width: 100%;
    }

    section.kv .kv_btn_play_wrap {
        background-image: url(https://www.au.com/content/dam/au-com/pr/google-link/images/kv_btn_play.png);
        height: 218px;
        width: 217px;
        background-size: contain;
        position: absolute;
        bottom: 51px;
        right: 50px;
        padding: 16px;
        z-index: 2;
    }

    section.kv .kv_btn_play {
        height: 138px;
        width: 138px;
    }



    section.kv img[src*='logo_google'] {
        /* height: 150px; */
        width: 390px;
        margin: auto;
        display: block;
        margin-top: 70px;
    }

    section.kv .mov_iframe_wrap {
        margin: auto;
        width: 1180px;
        height: 600px;
        border-radius: 20px;
        overflow: hidden;
        pointer-events: none;
        z-index: 1;
        position: relative;
        animation-name: kv_fade;
        animation-delay: 2s;
        animation-duration: 0.5s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        background-color: #000;
        opacity: 0;
    }

    @keyframes kv_fade {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /*
    section.products　.video-container.kv_video_item_google {
    border-radius: 20px;
    width: 750px;
    height: 450px;
    aspect-ratio: 6 / 4;
    border-radius: 20px;
    margin: auto;
}

    section.products　img.thumbnail {
    border-radius: 20px;
    width: 750px;
    height: 450px;
    margin: auto;
}
    */

    img.thumbnail ~ .icon_play {
        height: 60px;
        width: 60px;
    }

    section.kv iframe.kv_video_item {
        min-width: 1180px;
        min-height: 600px;
        aspect-ratio: 6 / 4;
    }




    section.kv .kv_image_wrap {
        margin: auto;
        width: 1180px;
        height: 600px;
        border-radius: 20px;
        overflow: hidden;
        pointer-events: none;
        background-position: center;
    }

    background-repeat: no-repeat;
    background-size: cover;

    section.kv .kv_image_wrap.galaxy {
        background-image: url(https://www.au.com/content/dam/au-com/pr/google-link/images/kv_galaxy.jpg);
    }

    section.kv .kv_image_wrap.google {
        background-image: url(https://www.au.com/content/dam/au-com/pr/google-link/images/kv_google.jpg);
    }

    section.kv .kv_image_wrap.xperia {
        background-image: url(https://www.au.com/content/dam/au-com/pr/google-link/images/kv_xperia.jpg);
    }

    /*google-logo---------------------------------*/

    .logo_google_wrap {
        background-color: #fff;
        width: 100%;
    }

    .logo_google_wrap .logo_google {
        padding: 40px 0 10px;
        width: 390px;
        margin: auto;
    }

    .kv_bnr {
        width: 900px;
        margin: 2vw auto 20px;
        position: relative;
        z-index: 2;
        display: block;
    }

    .kv_bnr img {
        width: 100%;
    }

    .kv_bnr .text_link {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 15px;
        margin: auto;
        font-size: 14px;
        /* font-weight: bold; */
        display: inline-block;
        letter-spacing: -0.01em;
        width: 270px;
        text-align: center;
    }



    /*section products--------------------------*/
    section.products {
        background-color: var(--color_s_orange);
        padding-top: 40px;
        background-image: url(https://www.au.com/content/dam/au-com/pr/google-link/images/bg_pattern_middle.png);
        background-position: top 100px left calc(50vw - 840px);
        background-repeat: no-repeat;
        position: relative;
    }





    section.products img[src*="bg_pattern_large"] {
        position: absolute;
        right: -100px;
        top: -190px;
    }

    section.products img[src*="kv_pict_1"] {
        position: absolute;
        width: 178px;
        margin: auto;
        left: 0;
        right: 705px;
        top: 74px;
    }

    section.products img[src*="kv_pict_2"] {
        position: absolute;
        width: 193px;
        margin: auto;
        left: 0;
        right: -717px;
        top: 18px;
        z-index: 1;
    }

    section.products .title_wrap {
        text-align: center;
        color: #000;
        margin: 44px auto 65px;
        position: relative;
        width: 735px;
        font-size: 46px;
        font-weight: bold;
        letter-spacing: 0.01em;
        line-height: 1.5em;
    }

    section.products .title_wrap img[src*="heading_decoration"] {
        width: 380px;
        height: 45px;
        position: relative;
        top: -5px;
        margin-bottom: -4px;
    }

    section.products .title_wrap .fuchidori {
        font-size: 58px;
        margin-left: 0.2em;
    }

    section.products .title_wrap .orange {
        font-size: 43px;
        letter-spacing: 0.1em;
    }

    section.products .title_wrap .line_1 {
        margin-top: 0;
    }

    section.products .title_wrap .line_2 {
        margin-top: 33px;
        position: relative;
    }

    section.products .title_wrap.voice::before,
    section.products .title_wrap.voice::after {
        content: "";
        height: 100px;
        width: 2px;
        position: absolute;
        bottom: 0;
        background-color: var(--color_au_orange);
    }

    section.products .title_wrap.voice::before {
        left: -20px;
        transform: rotate(-30deg);
    }

    section.products .title_wrap.voice::after {
        right: -20px;
        transform: rotate(30deg);
    }

    section.products .title_wrap .line_2 .dot {
        border-radius: 50%;
        height: 8px;
        width: 8px;
        background-color: var(--color_au_orange);
    }

    section.products .title_wrap .line_2 .dot.dot_1 {
        position: absolute;
        top: -20px;
        left: 218px;
    }

    section.products .title_wrap .line_2 .dot.dot_2 {
        position: absolute;
        top: -20px;
        left: 277px;
    }

    section.products .title_wrap .line_2 .dot.dot_3 {
        position: absolute;
        top: -20px;
        left: 335px;
    }




    section.products .video-container.kv_video_item_google {
        border-radius: 20px;
        width: 750px;
        height: 450px;
        aspect-ratio: 6 / 4;
        border-radius: 20px;
        margin: auto;
    }

    section.products img.thumbnail {
        border-radius: 19.5px;
        width: 750px;
        height: 450px;
        margin: auto;
    }




    .tab_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        top: 6px;
        z-index: 2;
        font-weight: bold;
        letter-spacing: 0.01em;
        font-size: 26px;
        max-width: 930px;
        margin: auto;
    }

    .tab_item_wrap .mov_iframe_product_wrap {
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        /* top: 630px; */
        width: 800px;
        /* height: 444px; */
        border-radius: 20px;
        overflow: hidden;
    }

    .tab_item_wrap .mov_iframe_product_wrap .fruits_zipper_video {
        margin-top: 530px;
    }

    .tab_item_wrap .mov_iframe_product_wrap iframe {
        position: relative;
        border-radius: 20px;
        width: 750px;
        height: 450px;
        margin: auto;
        display: block;
    }



    .tab_wrap .tab_item {
        width: 30%;
        height: 76px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        cursor: pointer;
    }

    .tab_wrap a.tab_item:hover {
        text-decoration: none;
    }


    .tab_wrap .tab_item.on {
        background-image: url(https://www.au.com/content/dam/au-com/pr/google-link/images/product_tab_on.png);
        color: var(--color_au_orange);
    }

    .tab_item_wrap {
        background-color: #fff;
        padding-top: 100px;
        border-top: 2px solid #000;
    }


    .tab_item_wrap .tab_item {
        background-position: bottom;
        background-repeat: repeat-x;
        padding-bottom: 180px;
        margin-bottom: 100px;
    }

    .tab_item_wrap .tab_item_google .tab_item {
        height: 1110px;
    }

    section.products .product_image_wrap {
        height: 444px;
        width: 831px;
        margin: auto;
        position: relative;
    }



    section.products .product_title {
        position: absolute;
        left: -50px;
        top: 418px;
        width: 500px;
    }

    /*title for fruits_zipper*/
    section.products .product_title.fruits_zipper_title {
        position: absolute;
        left: 0;
        right: 440px;
        margin: auto;
        top: 468px;
    }

    section.products .product_title.fruits_zipper_title .anime_slide_title {
        width: 370px;
    }

    section.products .product_title.fruits_zipper_title img {
        width: 100%;
        min-width: 0px;
    }

    section.products .fruits-zipper_pict {
        width: 800px;
        margin: 10px auto;
    }

    section.products .fruits-zipper_pict img {
        width: 100%;

    }

    /*
    section.products .product_title.fruits_zipper .js-on_google::after {
    content: "";
    position: absolute;
    right: -110px;
    top: -27px;
    height: 184px;
    width: 282px;
    background-image: url(../images/product_google-pixel_title_pict_943a24cfcaea405d.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
    */




    section.products .product_title img {
        width: 100%;
    }

    section.products .play_movie_btn {
        position: absolute;
        right: 30px;
        bottom: -110px;
        box-shadow: 0px 32px 35px 0px rgba(0, 0, 0, 0.3);
        border-radius: 11px;
        background-color: #fff;
    }

    section.products .tab_item_wrap .tab_item_galaxy .tab_item {
        background-image: url(https://www.au.com/content/dam/au-com/pr/google-link/images/product_galaxy_bg_text.png);

    }

    section.products .tab_item_wrap .tab_item_google .tab_item {
        background-image: url(https://www.au.com/content/dam/au-com/pr/google-link/images/product_google-pixel_bg_text.png);
    }

    section.products .tab_item_wrap .tab_item_xperia .tab_item {
        background-image: url(https://www.au.com/content/dam/au-com/pr/google-link/images/product_xperia_bg_text.png);
    }


    section.products .prdoduct_hard_wrap {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        gap: 50px;
        margin-bottom: 130px;
    }

    section.products .prdoduct_hard_wrap .prdoduct_hard_l_wrap,
    section.products .prdoduct_hard_wrap .prdoduct_hard_r_wrap {
        width: 50%;
        position: relative;
        /* margin-top: 100px; */
        z-index: 2;
    }

    section.products .prdoduct_hard_wrap .prdoduct_hard_l_wrap img[src*="bg_pattern_middle"] {
        position: absolute;
        bottom: 70px;
        left: calc(50vw - 800px);
        z-index: 0;
    }

    section.products .prdoduct_hard_wrap .prdoduct_hard_r_wrap img[src*="bg_pattern_middle"] {
        position: absolute;
        top: 50px;
        right: calc(50vw - 900px);
        z-index: 0;
    }

    section.products .prdoduct_hard_wrap .prdoduct_hard_r_wrap img[src*="bg_pattern_small"] {
        position: absolute;
        bottom: -40px;
        right: calc(50vw - 290px);
        z-index: 0;
    }

    section.products .prdoduct_hard_wrap .prdoduct_hard_l_wrap img[src*="bg_pattern_small"] {
        position: absolute;
        bottom: -40px;
        right: calc(50vw - 290px);
        z-index: 0;
    }

    section.products .prdoduct_hard_wrap .product_hard_item {
        border: 15px solid var(--color_s_orange);
        height: 284px;
        position: relative;
        display: flex;
        align-items: flex-end;
        background-color: #fff;
    }




    section.products .prdoduct_hard_wrap .prdoduct_hard_l_wrap .product_hard_item {
        border-left: none;
        border-radius: 0 20px 20px 0;
        justify-content: end;
    }


    section.products .prdoduct_hard_wrap .prdoduct_hard_r_wrap .product_hard_item {
        border-right: none;
        border-radius: 20px 0 0 20px;
        margin-top: 160px;
        justify-content: start;
    }

    section.products .prdoduct_hard_wrap .prdoduct_hard_l_wrap .product_hard {
        position: absolute;
        right: 30px;
        top: -240px;
        text-align: right;
    }

    section.products .prdoduct_hard_wrap .prdoduct_hard_l_wrap .product_fukidashi {
        position: absolute;
        right: -30px;
        top: 52px;
        width: 120px;
    }

    section.products .prdoduct_hard_wrap .prdoduct_hard_l_wrap .product_fukidashi img {
        width: 100%;
    }

    section.products .prdoduct_hard_wrap .prdoduct_hard_r_wrap .product_hard {
        position: absolute;
        left: 30px;
        top: -240px;
    }




    section.products .prdoduct_hard_wrap .product_detail_wrap {
        color: #000;
        width: 390px;
        padding: 0 0 20px 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.products .prdoduct_hard_wrap .product_detail_wrap .title {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    section.products .prdoduct_hard_wrap .product_detail_wrap .title img[src*="_logo"] {
        width: 260px;
    }

    section.products a.btn_detail {
        height: 60px;
        width: 284px;
        border-radius: 50vw;
        color: var(--color_au_orange);
        border: solid 1px var(--color_au_orange);
        background-color: #fff;
        font-size: 15px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin-bottom: 38px; */
        text-decoration: none;
        position: relative;
        letter-spacing: 0.01em;
        margin: auto;
    }

    section.products a.btn_detail::after {
        content: "";
        position: absolute;
        right: 20px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        height: 8px;
        width: 8px;
        border-top: 2px solid var(--color_au_orange);
        border-right: 2px solid var(--color_au_orange);
        transform: rotate(45deg);
    }

    section.products .prdoduct_hard_wrap .product_detail_wrap .btn_campaign {
        height: 45px;
        width: 240px;
        border-radius: 50vw;
        background-color: var(--color_au_orange);
        color: #fff;
        font-size: 15px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    section.products .prdoduct_hard_wrap .product_detail_wrap .btn_campaign::after {
        content: "＋";
        position: absolute;
        right: 15px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        font-weight: bold;
        display: block;
        height: 1em;
        width: 1em;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .galaxy_slide_allwrap,
    .google_slide_allwrap {
        position: relative;
        top: -20px;
    }

    section.products .galaxy_slide_title img,
    section.products .google_slide_title img {
        width: 100%;
    }


    section.products .galaxy_slide_title {
        margin: 50px auto 30px;
        max-width: 500px;
    }


    section.products .google_slide_title {
        margin: 50px auto 30px;
        font-size: 61px;
        color: #000;
        font-weight: bold;
        letter-spacing: normal;
        text-align: center;
    }

    section.products .google_slide_title .blue {
        color: #3b93df;
    }


    section.products .slider_remarks_text {
        text-align: center;
        font-size: 20px;
        color: #000;
        display: block;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    section.products a.slider_remarks_link {
        text-align: center;
        color: var(--color_au_orange);
        text-decoration: none;
        display: inline-block;
        margin: auto;
        font-size: 16px;
        margin-bottom: 100px;
    }

    /*product/clearfile*/

    section.products .clearfile_allwrap {
        position: relative;
        width: 980px;
        margin: auto;
    }

    section.products .clearfile_allwrap img {
        width: 100%;
    }

    section.products .clearfile_allwrap .clearfile_bg {
        width: 980px;
    }

    section.products .clearfile_allwrap .clearfile_btn {
        position: absolute;
        width: 307px;
        left: 4%;
        right: 0;
        bottom: 60px;
        margin: auto;
    }


    /*product/ktracks*/
    .ktracks_allwrap {
        background-color: #000;
        max-width: 980px;
        margin: auto;
        padding: 50px 0 50px;
        margin: 60px auto 100px;
        border-radius: 10px;
    }

    .ktracks_allwrap img {
        width: 100%;
    }

    .ktracks_allwrap .semi_title_wrap {
        border: 1px solid #fff;
        text-align: center;
        padding: 8px 0;
        font-size: 16px;
        width: 100%;
        max-width: 750px;
        margin: auto;
        font-weight: bold;
        margin-bottom: 37px;
    }

    .ktracks_allwrap .ktracks_title_wrap {
        width: 100%;
        max-width: 810px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: auto;
        /* gap: 40px; */
        margin-bottom: 30px;
    }

    .ktracks_allwrap .ktracks_logo {
        min-width: 238px;
        margin-right: 20px;
    }

    .ktracks_allwrap .ktracks_title_text_wrap {}

    .ktracks_allwrap .ktracks_title {
        font-weight: bold;
        font-size: 35px;
        letter-spacing: -0.01em;
        line-height: 1.2em;
        margin-bottom: 10px;
    }

    .ktracks_allwrap .ktracks_detail {
        font-size: 16px;
        letter-spacing: normal;
    }

    .ktracks_allwrap .ktracks_tb_wrap {
        /* display: flex; */
        /* column-gap: 10px; */
        /* row-gap: 38px; */
        max-width: 740px;
        /* flex-wrap: wrap; */
        margin: auto;
    }

    .ktracks_allwrap .ktracks_tb_wrap .video-container {
        overflow: hidden;
    }



    .ktracks_allwrap .guest_name {
        font-size: 20px;
        color: #fff;
        text-align: center;
        margin: 10px auto 0;
        font-weight: 900;
    }


    .ktracks_allwrap .ktracks_tb {
        width: 100%;
        aspect-ratio: 16/9;
        margin-bottom: 40px;
    }

    .ktracks_allwrap .ktracks_tb .ktracks_video {
        width: 100%;
        margin: auto;
        display: block;
        height: 410px;
        aspect-ratio: 16/9;
        display: block;
    }

    .ktracks_allwrap .ktracks_btn_line {
        width: 100%;
        max-width: 685px;
        margin: 20px auto 0 auto;
        display: block;
    }

    /*product/ktracks/slider*/

    /*
    .ktracks_allwrap .slider_ktracks {
    height: 160px;
    margin: auto;
    padding: 0 100px;
    position: relative;
}

    .ktracks_allwrap .ktracks_btn_wrap {
    padding: 0 10px;
}
    .ktracks_allwrap .ktracks_btn_tb.on {
    border:2px solid #fff;
    box-sizing: border-box;
}


    .ktracks_allwrap .ktracks_btn_name {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: normal;
}

    .ktracks_allwrap .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #000;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 190px;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ktracks_allwrap .slick-arrow::before {
    content: '';
    display: block;
    width: 30%;
    height: 30%;
    border: 1px solid #fff;
    border-width: 3px 3px 0 0;
    position: absolute;
    transform: rotate(45deg);
}

    .ktracks_allwrap .slick-arrow {
    position: absolute;
    top: 21px;
}

    .ktracks_allwrap .slick-next {
    right: 30px;
}

    .ktracks_allwrap .slick-prev {
    left: 30px;
    transform: rotateY(180deg);
}
    .ktracks_allwrap .dots_ktracks .slick-active {
    background-color: #fff;
}
    */





















    /*product/offshot*/

    section.products .offshot_allwrap img {
        width: 100%;
    }

    section.products .offshot_allwrap {
        width: 100%;
        border-radius: 30px;
        background-color: #f4f6f6;
        text-align: center;
        padding: 70px;
    }



    .offshot_allwrap .offshot_title {
        max-width: 670px;
        margin: auto;
        margin-bottom: 50px;
    }

    .offshot_allwrap .offshot_video_wrap {
        background-color: #fff;
        /* padding: 20px; */
        border-radius: 30px;
        width: 100%;
        margin: auto;
        max-width: 800px;
        height: 450px;
        display: block;
        /* padding: 30px; */
        margin-bottom: 50px;
        border-radius: 20px
    }

    .offshot_allwrap .offshot_heading {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        color: #333;
        margin-bottom: 50px;
        letter-spacing: normal;
    }

    .offshot_allwrap .offshot_items_wrap {
        width: 820px;
        margin: auto;
        height: 500px;
        overflow: hidden;
        position: relative;
    }

    .offshot_allwrap .offshot_items_wrap {
        height: auto;
    }

    .offshot_allwrap .offshot_item {}

    .offshot_allwrap .offshot_view_more_wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: rgb(246, 242, 243);
        background: linear-gradient(0deg, rgba(246, 242, 243, 1) 0%, rgba(246, 242, 243, 0) 100%);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .offshot_allwrap .offshot_view_more_btn {
        width: 181px;
    }








    /*product/gemini*/

    section.products .gemini_allwrap img {
        width: 100%;
    }

    section.products .gemini_allwrap {
        width: 100%;
        margin: 50px 0px 0;
    }


    section.products .gemini_allwrap .logo_gemini {
        margin: auto;
        width: 270px;
        margin-bottom: 120px;
    }

    section.products .gemini_allwrap .item_gemini {
        background-color: #FBF2EB;
        border-radius: 5px;
        position: relative;
        width: 980px;
        height: 470px;
        margin: auto;
    }

    section.products .gemini_allwrap .device_gemini {
        position: absolute;
        width: 230px;
        right: 30px;
        top: -50px;
    }

    section.products .gemini_allwrap .pict_gemini {
        position: absolute;
        width: 203px;
        bottom: -20px;
        left: 410px;
    }

    section.products .gemini_allwrap .name_gemini {
        position: absolute;
        width: 413px;
        bottom: 0;
        left: 260px;
    }

    section.products .gemini_allwrap .title_gemini {
        position: absolute;
        font-size: 38px;
        color: #333;
        font-weight: bold;
        top: -80px;
        left: 80px;
    }

    section.products .gemini_allwrap .text_gemini {
        position: absolute;
        font-size: 16px;
        color: #333;
        top: 60px;
        left: 80px;
        line-height: 1.7em;
        width: 500px;
        letter-spacing: 0.01em;
    }

    section.products .gemini_allwrap .subtext_gemini {
        position: absolute;
        font-size: 13px;
        color: #333;
        top: 330px;
        left: 80px;
        width: 280px;
        line-height: 1.8em;
    }

    section.products .gemini_allwrap .bnr_taiken {
        width: 600px;
        margin: auto;
        margin-top: 110px;
        display: block;
        margin-bottom: 100px;
    }


    /*product/smatoku*/

    section.products .smatoku_wrap .title_wrap {
        margin-top: 23px;
        width: 100%;
        margin-bottom: 40px;
    }

    section.products .smatoku_wrap .title_wrap .fuchidori {
        font-size: 42px;
    }


    section.products .smatoku_wrap {
        background-color: #F6F6F6;
        padding-top: 50px;
        max-width: 980px;
        width: 100%;
        margin: auto;
        padding-bottom: 50px;
        letter-spacing: -0.01em;
        text-align: center;
        margin-bottom: 120px;
    }

    section.products .smatoku_wrap img {
        width: 100%;
    }

    section.products .smatoku_wrap .smatoku_bnr_wrap {
        background-color: #ddd;
        width: 810px;
        margin: auto;
        padding: 30px 0;
        margin-bottom: 30px;
        text-align: center;
        border-radius: 10px;
    }

    section.products .smatoku_wrap .smatoku_bnr_wrap {
        background-color: #fff;
        width: 810px;
        margin: auto;
        padding: 30px 0;
        margin-bottom: 30px;
        text-align: center;
        border-radius: 10px;
    }

    section.products .smatoku_wrap .smatoku_bnr_wrap.grey {
        background-color: #ddd;
        color: #333;
    }







    section.products .tab_item_google .smatoku_wrap .smatoku_item_wrap {
        background-color: #fff;
        width: 810px;
        margin: auto;
        padding: 30px 0;
        margin-bottom: 30px;
        text-align: center;
        border-radius: 10px;
    }

    section.products .smatoku_wrap .smatoku_title {
        width: 410px;
        margin: auto;
        margin-bottom: 40px;
    }


    section.products .smatoku_wrap .smatoku_pict {
        width: 90%;
        margin: auto
    }

    section.products .smatoku_wrap .sumatoku_remarks {
        font-size: 12px;
        color: #666;
        line-height: 1.5em;
        text-align: left;
        max-width: 720px;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 16px;
    }

    section.products .smatoku_wrap .smatoku_bnr_remark {
        font-size: 15px;
        color: #0066AA;

    }

    section.products .smatoku_wrap .smatoku_bnr {
        width: 567px;
        margin: auto;
        text-align: center;
        margin-bottom: 30px;
    }

    section.products .smatoku_wrap .smatoku_bnr_sublink {
        font-size: 16px;
        color: #0066AA;
    }




    /*section about------------------------------------*/
    section.about {
        background-color: var(--color_s_orange);
        border-top: 2px solid #000;
        padding-bottom: 100px;
        padding-top: 70px;
    }

    section.about .title_wrap {
        text-align: center;
        color: #000;
        margin: 0 auto 50px auto;
        position: relative;
        width: 655px;
        font-size: 30px;
        letter-spacing: 0.01em;
        margin-bottom: 59px;
        font-weight: bold;
    }

    section.about .title_wrap .fuchidori {
        font-size: 48px;
    }

    section.about .title_wrap .orange {
        margin-left: 10px;
    }

    section.about .title_wrap::before,
    section.about .title_wrap::after {
        content: "";
        height: 100px;
        width: 2px;
        position: absolute;
        bottom: 0;
        background-color: var(--color_au_orange);
    }

    section.about .title_wrap::before {
        left: 20px;
        transform: rotate(-30deg);
    }

    section.about .title_wrap::after {
        right: 20px;
        transform: rotate(30deg);
    }

    section.about .about_youtube_logo {
        background-color: #fff;
        border-radius: 0 20px 0 0;
        width: calc(50vw - 120px);
        height: 62px;
        text-align: right;
        padding: 30px 40px 0 0
    }

    section.about .about_youtube_logo img {
        width: 100%;
        max-width: 331px;
    }

    section.about .about_item_youtube {
        background-color: #fff;
        border-radius: 0 20px 20px 0;
        width: calc(50vw + 380px);
        padding: 30px 40px 0 0;
        color: #000;
        height: 517px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: end;
        background-image: url(https://www.au.com/content/dam/au-com/pr/google-link/images/about_bg_youtube.png);
        background-position: bottom;
        background-repeat: no-repeat;
        margin-bottom: 51px;
    }

    section.about .about_item_youtube .heading {
        font-size: 32px;
        margin: 0 0 0 auto;
        text-align: left;
        width: 780px;
        margin-bottom: 30px;
        margin-top: 60px;
        font-weight: bold;
        line-height: 1.6em;
    }

    section.about .heading .underline {
        display: inline-block;
        position: relative;
        z-index: 1;
    }

    section.about .heading .underline::before {
        content: "";
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 3px;
        height: 10px;
        background-color: #ffe487;
        z-index: -1;
    }



    section.about .about_item_youtube .detail_wrap {
        width: 420px;
        height: 225px;
        border-radius: 10px;
        border: 2px solid #000;
        background-color: var(--color_h_orange);
        color: #000;
        padding: 20px;
        text-align: center;
    }

    section.about .about_item_youtube .detail_wrap .detail_heading {
        font-size: 18px;
        border-bottom: 2px solid #000;
        color: #000;
        padding-bottom: 12px;
        letter-spacing: 0.01em;
        font-weight: bold;
    }

    section.about .about_item_youtube .detail_wrap .detail_date {
        font-size: 50px;
        color: #fff;
        margin-bottom: 7px;
        letter-spacing: 0.01em;
        font-weight: bold;
    }

    section.about .about_item_youtube .detail_wrap .detail_remarks {
        font-size: 11px;
        color: #000;
    }




    section.about .about_item_youtube .about_image_wrap {
        position: absolute;
        bottom: 229px;
        left: calc(50vw - 420px);
        width: 320px;
    }

    section.about .about_item_youtube .about_image_wrap img[src*="about_illust_1"] {
        position: absolute;
        width: 320px;
        left: 0;
    }

    section.about .about_item_youtube .about_image_wrap .about_illust_1_1 {
        position: absolute;
        top: -30px;
        left: 154px;
        width: 150px;

    }

    section.about .about_item_youtube .about_image_wrap .about_illust_1_2 {
        position: absolute;
        left: -10px;
        top: -50px;
        width: 57px;
    }

    section.about .about_item_youtube .about_image_wrap .about_illust_1_1 img,
    section.about .about_item_youtube .about_image_wrap .about_illust_1_2 img {
        width: 100%;
    }






    /**/
    section.about .about_google_logo {
        background-color: #fff;
        border-radius: 20px 0 0 0;
        width: calc(50vw - 120px);
        height: 62px;
        text-align: left;
        padding: 0 0 0 40px;
        margin: 0 0 0 auto;
    }

    section.about .about_item_google {
        background-color: #fff;
        border-radius: 20px 0 0 20px;
        width: calc(50vw + 380px);
        padding: 30px 0 0 100px;
        color: #000;
        height: 437px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: start;
        background-image: url(https://www.au.com/content/dam/au-com/pr/google-link/images/about_bg_google.png);
        background-position: bottom -30px left 50%;
        background-repeat: no-repeat;
        margin: 0 0 0 auto;
    }

    section.about .about_item_google .heading {
        font-size: 32px;
        text-align: left;
        width: 780px;
        margin-bottom: 30px;
        margin-top: 20px;
        font-weight: bold;
    }


    section.about .about_item_google .detail_wrap {
        width: 470px;
        font-size: 16px;
        line-height: 2.5em;
        letter-spacing: -0.05em;
    }


    section.about .about_item_google .about_image_wrap {
        position: absolute;
        right: calc(50vw - 520px);
        bottom: -116px;
        width: 208px;
        height: 380px;
    }

    section.about .about_item_google .about_image_wrap img[src*="about_illust_2.svg"] {
        position: absolute;
        right: 0px;
        left: 0;
        width: 100%;
    }



    section.about .about_item_google .about_image_wrap .about_illust_2_2 {
        position: absolute;
        left: -50px;
        top: -37px;
        width: 35px;
        animation-delay: 0s;
    }

    section.about .about_item_google .about_image_wrap .about_illust_2_3 {
        position: absolute;
        top: -15px;
        left: 130px;
        width: 35px;
        animation-delay: 1.5s;
    }

    section.about .about_item_google .about_image_wrap .about_illust_2_4 {
        position: absolute;
        left: 80px;
        top: -60px;
        width: 35px;
        animation-delay: 1s;
    }

    section.about .about_item_google .about_image_wrap .about_illust_2_5 {
        position: absolute;
        left: 0px;
        top: -90px;
        width: 40px;
        animation-delay: 0.5s;
    }

    .about_illust_2_2 img.anime_about_google_img {
        width: 100%;
    }

    /*section accessories-------------------------------*/

    section.accessories {
        padding-bottom: 37px;
        margin: 0;
        position: relative;
        background-color: #fff;
    }

    section.accessories .bg_orage {
        background-color: var(--color_s_orange);
        width: 100%;
        margin: 0;
        padding-top: 1px;
    }

    section.accessories .title_wrap {
        text-align: center;
        color: #000;
        margin: 0 auto 50px auto;
        position: relative;
        width: 655px;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0.01em;
        position: relative;
        top: -60px;
    }

    section.accessories .title_wrap .fuchidori {
        font-size: 52px;
    }

    section.accessories .title_wrap .orange {
        font-size: 30px;
    }

    section.accessories .title_wrap::before,
    section.accessories .title_wrap::after {
        content: "";
        height: 100px;
        width: 2px;
        position: absolute;
        bottom: -10px;
        background-color: var(--color_au_orange);
    }

    section.accessories .title_wrap::before {
        left: 50px;

        transform: rotate(-30deg);
    }

    section.accessories .title_wrap::after {
        right: 50px;
        transform: rotate(30deg);
    }

    section.accessories .tab_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 6px;
        z-index: 2;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.01em;
        max-width: 900px;
        margin: auto;
    }


    section.accessories .tab_wrap .tab_item {
        width: 315px;
        height: 76px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        cursor: pointer;
    }

    section.accessories .tab_wrap a.tab_item:hover {
        text-decoration: none;
    }

    section.accessories .tab_wrap .tab_item.on {
        background-image: url(https://www.au.com/content/dam/au-com/pr/google-link/images/product_tab_on.png);
        color: var(--color_au_orange);
    }

    section.accessories .tab_item_wrap span.tab_item_wrap {
        display: inline-block;
        position: relative;
    }


    section.accessories .tab_item_wrap {
        background-color: #fff;
        padding-top: 120px;
        border-top: 2px solid #000;
    }


    section.accessories .tab_item_wrap .tab_item {
        background-position: bottom;
        background-repeat: repeat-x;
        padding-bottom: 130px;
    }

    section.accessories .product_image_wrap {
        height: 444px;
        width: 831px;
        margin: auto;
        position: relative;
    }

    section.accessories .tab_item {
        max-width: 900px;
        width: 100%;
        margin: auto;
    }

    section.accessories .accessories_item_detail_link {
        text-align: center;
        margin-top: 20px;
    }

    section.accessories .accessories_item_detail_link a {
        color: var(--color_h_orange);
        font-size: 15px;
        display: inline-block;
        margin: auto;
    }

    /*accessaries/ tab 1 galaxy------------------------*/

    section.accessories .tab_item_galaxy {
        display: flex;
        gap: 20px;
        margin-top: 60px;
    }

    section.accessories .tab_item_galaxy .accessories_item {
        background-color: var(--color_m_orange);
        border-radius: 50vh;
        min-height: 524px;
        width: 33.3%;
        position: relative;
        padding: 116px 33px 0;
        color: #000;
        letter-spacing: 0.05em;
    }

    section.accessories .tab_item_galaxy .accessories_item:nth-child(1) {
        margin-bottom: 200px;
    }

    section.accessories .tab_item_galaxy .accessories_item:nth-child(2) {
        margin: 100px 0;
    }

    section.accessories .tab_item_galaxy .accessories_item:nth-child(3) {
        margin-top: 200px;
    }

    section.accessories .tab_item_galaxy .accessories_heading {
        text-align: center;
        margin-bottom: 20px;
        font-weight: bold;
        letter-spacing: 0.01em;
    }


    section.accessories .tab_item_galaxy .accessories_text {
        text-align: left;
        font-size: 16px;
        line-height: 1.8em;
    }

    section.accessories .accessorie_1 img,
    section.accessories .accessorie_2 img {
        width: 100%;
    }

    section.accessories .tab_item_galaxy .accessorie_1 {
        position: absolute;
        top: -100px;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
    }

    section.accessories .tab_item_galaxy .accessorie_2 {
        position: absolute;
        bottom: -100px;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
    }

    /*accessaries/ tab 2 google------------------------*/

    section.accessories .tab_item_google {}

    section.accessories .tab_item_google .accessories_item {
        background-color: var(--color_m_orange);
        border-radius: 50vw;
        min-height: 280px;
        width: 100%;
        position: relative;
        color: #000;
        letter-spacing: 0.05em;
    }

    section.accessories .tab_item_google .accessories_heading {
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.01em;
        position: absolute;
        bottom: 50px;
        left: 94px;
        width: 23%;
        font-size: 18px;
        white-space: nowrap;
    }

    section.accessories .tab_item_google .accessories_text {
        text-align: left;
        font-size: 16px;
        line-height: 1.8em;
        position: absolute;
        left: 320px;
        width: 37%;
        top: 76px;
        letter-spacing: 0.01em;
    }

    section.accessories .tab_item_google .accessorie_1 {
        position: absolute;
        top: -50px;
        left: 36px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        width: 320px;
    }

    section.accessories .tab_item_google .accessorie_2 {
        position: absolute;
        bottom: -20px;
        right: 17px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 170px;
    }

    section.accessories .tab_item_google .accessories_item_detail_link {
        position: absolute;
        bottom: 40px;
        left: 390px;
    }

    /*accessaries/ tab 3 xperia------------------------*/

    section.accessories .tab_item_xperia {}

    section.accessories .tab_item_xperia .accessories_item {
        background-color: var(--color_m_orange);
        border-radius: 50vw;
        min-height: 280px;
        width: 100%;
        position: relative;
        color: #000;
        letter-spacing: 0.05em;
    }

    section.accessories .tab_item_xperia .accessories_heading {
        text-align: center;
        font-weight: bold;
        position: absolute;
        bottom: 77px;
        left: 66px;
        width: 27%;
        font-size: 18px;
        letter-spacing: -0.03em;
    }

    section.accessories .tab_item_xperia .accessories_text {
        text-align: left;
        font-size: 16px;
        line-height: 1.8em;
        position: absolute;
        left: 320px;
        width: 37%;
        top: 76px;
        letter-spacing: 0.01em;
    }

    section.accessories .tab_item_xperia .accessorie_1 {
        position: absolute;
        top: -56px;
        left: 43px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        width: 280px;
    }

    section.accessories .tab_item_xperia .accessorie_2 {
        position: absolute;
        bottom: -10px;
        right: calc(50% - 520px);
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300px;
    }

    section.accessories .tab_item_xperia .accessories_item_detail_link {
        position: absolute;
        bottom: 40px;
        left: 390px;
    }

    section.accessories .accessories_item span.underline {
        position: relative;
        display: inline-block;
        z-index: 1;
    }

    section.accessories .accessories_item span.underline::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 8px;
        background-color: #fff;
        bottom: 3px;
        left: 0px;
        z-index: -1;
    }

    section.accessories .segment {
        height: 2px;
        margin: auto;
        width: calc(100% - 20px);
    }

    /*section apri----------------------------------*/

    section.apri {
        /* border-top: 2px solid #000; */
        padding-bottom: 100px;
        padding-top: 0px;
        background-color: #fff;
    }

    section.apri .title_wrap {
        text-align: center;
        color: #000;
        margin: 50px auto 100px auto;
        position: relative;
        width: 655px;
        font-size: 34px;
        font-weight: bold;
        letter-spacing: 0.01em;
        line-height: 1em;
    }

    section.apri .title_wrap img[src*="heading_decoration_short"] {
        width: 333px;
    }

    section.apri .title_wrap .fuchidori {
        font-size: 58px;
        margin-top: 23px;
    }

    /*section campaign------------------------------*/

    section.campaign {
        position: relative;
    }

    section.campaign img[src*="campaign_check_icon"] {
        position: absolute;
        left: calc(50% - 320px);
        top: -50px;
        width: 140px;
    }

    section.campaign .campaign_wrap {
        border: 2px solid var(--color_au_orange);
        max-width: 900px;
        width: 100%;
        overflow: hidden;
        margin: auto;
        border-radius: 10px;
        margin-bottom: 160px;
    }



    section.campaign .campaign_head,
    section.campaign a.campaign_link {
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--color_au_orange);
        width: 100%;
        font-weight: bold;
        position: relative;
        cursor: pointer;
        text-decoration: none;
    }

    section.campaign a.campaign_link::after {
        content: "";
        position: absolute;
        right: 40px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        height: 16px;
        width: 16px;
        border-top: 2px solid var(--color_au_orange);
        border-right: 2px solid var(--color_au_orange);
        transform: rotate(45deg);
        transition: all 0.2s;
    }

    section.campaign .campaign_head::after {
        position: absolute;
        right: 40px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        height: 16px;
        width: 16px;
        border-top: 2px solid var(--color_au_orange);
        border-right: 2px solid var(--color_au_orange);
        transform: rotate(130deg);
        transition: all 0.2s;
    }

    section.campaign .campaign_head.on::after {
        transform: rotate(-45deg);
        transition: all 0.2s;
    }

    section.campaign .campaign_body_wrap {
        border-top: 2px solid var(--color_au_orange);
        background-color: var(--color_m_orange);
        width: 100%;
        padding: 70px 0 50px 0;
    }

    section.campaign a.campaign_body_item {
        width: 820px;
        background-color: #fff;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: auto;
        overflow: hidden;
        text-decoration: none;
        position: relative;
        letter-spacing: 0.01em;
        margin-bottom: 20px;
    }

    section.campaign .campaign_body_item img.banner {
        width: 50%;
    }

    section.campaign .campaign_body_item .text_wrap {
        width: 50%;
        padding: 20px;
        padding-top: 40px;
        font-weight: bold;
    }

    section.campaign .campaign_body_item .text_wrap .title {
        font-size: 16px;
        color: #000;
        margin-bottom: 10px;
    }

    section.campaign .campaign_body_item .text_wrap .date {
        font-size: 14px;
        color: var(--color_au_orange);
    }

    section.campaign .campaign_body_item .to_detail {
        height: 34px;
        width: 89px;
        background-color: var(--color_au_orange);
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        bottom: 0;
        border-radius: 10px 0 0 0;
        font-size: 14px;
    }

    section.campaign .foot_copyright {
        background-color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 12px;
        height: 140px;
        letter-spacing: 0.01em;
    }



    /*modal--------------------*/
    .modal_wrap {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 100;
    }

    .modal_wrap .modal_bg {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .modal_wrap .orange {
        color: var(--color_au_orange);
    }


    .modal_wrap .modal_item_wrap {
        position: relative;
        max-width: 660px;
    }

    .modal_wrap .modal_item_wrap .modal_item {
        background-color: #fff;
        position: relative;
        width: 100%;
        height: 100%;
        max-height: 600px;
        overflow-y: auto;
        padding: 50px 58px;
        line-height: 1.5em;
    }

    .modal_wrap .modal_item_wrap .btn_modal_close_head,
    .modal_wrap .modal_item_wrap .btn_modal_close_foot {
        background-image: url(https://www.au.com/content/dam/au-com/pr/google-link/images/btn_modal_close.png);
        height: 45px;
        width: 45px;
        background-size: contain;
        margin: auto;
        background-repeat: no-repeat;
        pointer-events: none;
    }

    .modal_wrap .modal_item_wrap .btn_modal_close_head {
        position: absolute;
        top: -50px;
        right: 0px
    }

    .modal_wrap .modal_item_wrap .btn_modal_close_foot {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -75px;
    }

    link_detail a.link_detail {
        display: inline-block;
        margin: auto;
    }

    .modal_wrap .modal_title {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 22px;
    }

    .modal_wrap .modal_subtitle {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 22px;
    }

    .modal_wrap img.modal_sevice_logo {
        margin: auto;
        margin-bottom: 40px;
        display: block;
    }

    .modal_wrap .modal_text {
        line-height: 1.5em;
        margin-bottom: 22px;

    }

    .modal_wrap .modal_remarks {
        font-size: 12px;
        margin-bottom: 50px;
    }

    .modal_wrap .link_detail_wrap {
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

    .modal_wrap a.link_detail {
        display: inline-block;
        margin: auto;
        text-decoration: none;
    }

    /*movie modal----------------------------------*/
    img.close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 40px;
        max-width: 70px;
    }

    #adMovBoxWrap {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 120;
        overflow: auto;
        height: 100%;
        width: 100%;
        padding: 10px;
        align-items: center;
        z-index: 110000;
    }

    #adMovBoxWrapper {
        margin: 0 auto;
        text-align: right;
        z-index: 1;
        height: 50vw;
        width: 80vw;
        max-width: 1200px;
        max-height: 750px;
        position: relative;
    }

    #adMovBoxWrapper .btn_modal_close_head,
    #adMovBoxWrapper .btn_modal_close_foot {
        content: "";
        background-image: url(https://www.au.com/content/dam/au-com/pr/google-link/images/btn_modal_close.png);
        height: 45px;
        width: 45px;
        background-size: contain;
        margin: auto;
        background-repeat: no-repeat;
        pointer-events: none;
    }

    #adMovBoxWrapper .btn_modal_close_head {
        position: absolute;
        top: -50px;
        right: 0px
    }

    #adMovBoxWrapper .btn_modal_close_foot {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -75px;
    }

    #adMovBoxInner {
        margin: 0 auto;
        text-align: right;
        overflow: hidden;
        z-index: 1;
        height: 50vw;
        width: 80vw;
        max-width: 1200px;
        max-height: 750px;
    }

    #adMovBoxWrap iframe {
        width: 100%;
        height: 100%;
    }

    #floatMovBg {
        text-align: center;
        background: rgba(0, 0, 0, .8);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        cursor: pointer;
        z-index: 1;
    }

    #closefloat {
        cursor: default;
    }


    /* end *****************************************/


    /*animation_===================================*/
    .all_anime_on .anime_rotate {
        animation-name: rotate;
        animation-duration: 50s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    @keyframes rotate {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    /**/




    .all_anime_on .anime_slide_title {
        transform: translateX(-300px);
        opacity: 0;
    }

    .all_anime_on .anime_slide_title img.anime_slide_title_img {
        min-width: 500px;
    }

    .all_anime_on .anime_slide_title.on {
        animation-name: anime_slide_title;
        animation-duration: 1.5s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;

    }

    @keyframes anime_slide_title {
        0% {

            transform: translateX(-300px);
            opacity: 0;
        }

        100% {
            transform: translateX(0px);
            opacity: 1;
        }
    }





    /**/
    .all_anime_on .anime_product_l {
        opacity: 0;
    }

    .all_anime_on .anime_product_l.on {
        animation-name: anime_product_l;
        animation-duration: 0.5s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
    }

    @keyframes anime_product_l {
        0% {
            opacity: 0;
            transform: translateX(-200px);
        }

        100% {
            transform: translateX(0px);
            opacity: 1;
        }
    }

    .all_anime_on .anime_product_r {
        opacity: 0;
    }

    .all_anime_on .anime_product_r.on {
        animation-name: anime_product_r;
        animation-delay: 0.5s;
        animation-duration: 0.5s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
    }

    @keyframes anime_product_r {
        0% {
            opacity: 0;
            transform: translateX(200px);
        }

        100% {
            transform: translateX(0px);
            opacity: 1;
        }
    }

    @keyframes anime_slide_title_img {
        0% {
            filter: brightness(0);
        }

        100% {
            filter: brightness(1);
        }
    }


    /**/
    .all_anime_on .anime_slide_down {
        opacity: 0
    }

    .all_anime_on .anime_slide_down.on {
        animation-delay: 1s;
        animation-duration: 0.25s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        animation-name: anime_slide_down;

    }

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

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

    /**/

    .all_anime_on .anime_about_youtube_detail {
        opacity: 0;
    }

    .all_anime_on .anime_about_youtube_detail.on {
        animation-duration: 0.5s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        animation-name: anime_about_youtube_detail;

    }

    @keyframes anime_about_youtube_detail {
        from {
            opacity: 0;
            filter: blur(10px);
        }

        to {
            opacity: 1;
            filter: blur(0px);
        }
    }

    /**/

    .all_anime_on .anime_about_youtube_img1,
    .all_anime_on .anime_about_google_img1 {
        opacity: 0;
    }

    .all_anime_on .anime_about_youtube_img1.on,
    .all_anime_on .anime_about_google_img1.on {
        animation-delay: 0.5s;
        animation-duration: 5s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-name: anime_about_youtube_img1;

    }

    @keyframes anime_about_youtube_img1 {
        0% {
            opacity: 0;
            filter: blur(10px);
        }

        10% {
            opacity: 1;
            filter: blur(0px);
        }

        40% {
            opacity: 1;
            filter: blur(0px);
        }

        50% {
            opacity: 0;
            filter: blur(10px);
        }
    }

    .all_anime_on .anime_about_youtube_img2,
    .all_anime_on .anime_about_google_img2 {
        opacity: 0;
    }

    .all_anime_on .anime_about_youtube_img2.on,
    .all_anime_on .anime_about_google_img2.on {
        animation-delay: 1s;
        animation-duration: 5s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-name: anime_about_youtube_img2;

    }

    @keyframes anime_about_youtube_img2 {
        0% {
            opacity: 0;
            filter: blur(10px);
        }

        10% {
            opacity: 1;
            filter: blur(0px);
        }

        40% {
            opacity: 1;
            filter: blur(0px);
        }

        50% {
            opacity: 0;
            filter: blur(10px);
        }
    }


    .all_anime_on .anime_about_google_img {
        opacity: 0;
    }

    .all_anime_on .anime_about_google_img.on {
        animation-name: anime_about_google_img;
        animation-duration: 0.3s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards !important;
        opacity: 0;

    }

    @keyframes anime_about_google_img {
        0% {
            opacity: 0;
            filter: blur(10px);
            transform: scale(0);
        }

        98% {
            filter: blur(0px);
            transform: scale(105%);
        }

        100% {
            opacity: 1;
            transform: scale(100%);
        }
    }

    .all_anime_on .anime_move_y1 {
        animation-name: anime_move_y1;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }

    @keyframes anime_move_y1 {
        0% {
            transform: translateY(10%);
        }

        50% {
            transform: translateY(0%);
        }

        100% {
            transform: translateY(10%);
        }
    }

    .all_anime_on .anime_move_y2 {
        animation-name: anime_move_y2;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;

    }

    @keyframes anime_move_y2 {
        0% {
            transform: translateY(0%);
        }

        50% {
            transform: translateY(10%);
        }

        100% {

            transform: translateY(0%);
        }
    }

    /*fixed_heder-------------------*/

    .fixed_header {
        position: fixed;
        top: -100px;
        right: 0;
        z-index: 3;
        transition: 0.2s all;
    }

    .fixed_header.on {
        top: 0;
    }

    .fixed_header.tab_allwrap {
        width: 100%;
        border-bottom: 2px solid #000;
        background-color: var(--color_s_orange);
        padding-left: 0px;
    }



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





@media screen and (min-width: 1200px) {
    .fixed_header {
        width: calc(100% - 180px);
        background-color: var(--color_s_orange);
        border-bottom: 2px solid #000;
    }

    .fixed_header.tab_allwrap {
        padding-left: 180px;
    }
}
