@charset "UTF-8";

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

  .for_pc,
  .-pc {
    display: none !important;
    content-visibility: hidden;
  }

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

  .contents_all_wrap img {
    width: 100%;
  }

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

  .fuchidori {
    -webkit-text-stroke: 1vw #eb5505;
    text-stroke: 1vw #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;

  }

  .product_tab_anchor {
    position: relative;
    top: -40px;
  }
  
  /*template custom*/
  .footerSiteMap {
    padding-bottom:25vw;
  }
  /* start *****************************************/
  /*section kv--------------------------*/
  section.kv {
    padding-bottom: 6vw;
  }

  section.kv .inner_contents_wrap {}

  section.kv .kv_wrap {
    position: relative;
    margin-bottom: 6vw;
    height: 59vw;
  }

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


  section.kv .kv_wrap .scroll_icon {
    color: #fff;
    font-size: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
    position: absolute;
    left: -7vw;
    top: 36vw;
    z-index: 2;
  }

  section.kv .kv_wrap .scroll_icon .line {
    background-color: #2d3031;
    width: 15vw;
    height: 2px;
    margin-left: 10px;
    margin-left: 3vw;
    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: 96%;
    border-radius: 2vw;
    margin: auto;
  }

  section.kv .kv_btn_play_wrap {
    background-image: url(../images/kv_btn_play.png);
    height: 36vw;
    width: 36vw;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -24vw;
    right: -1vw;
    padding: 3.3vw 0 0 3.2vw;
    z-index: 2;
  }

  section.kv .kv_btn_play {
    height: 22vw;
    width: 22vw;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }


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

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

  section.kv img[src*='logo_google'] {
    /* height: 218px; */
    width: 40vw;
    margin: auto;
    margin: 12vw auto 6vw auto;
    display: block;
  }

  section.kv .mov_iframe_wrap {
    margin: auto;
    width: 90vw;
    height: 60vw;
    border-radius: 2vw;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    z-index: 1;
    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;
    }
  }


  .product_video_wrap .video-container {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 3vw;
    margin: auto;
    overflow: clip;
  }

  .product_video_wrap img.thumbnail {
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 3vw;
    object-fit: cover;
    object-position: center;
  }


  .product_video_wrap img.thumbnail ~ .icon_play {
    height: 12vw;
    width: 12vw;
  }


  .product_video_wrap iframe.kv_video_item {
    width: 100%;
    height: 100%;
    max-width: 90vw;
    max-height: 60vw;
    aspect-ratio: 16 / 9;
  }

  section.kv .kv_image_wrap {
    margin: auto;
    width: 90vw;
    height: 62vw;
    border-radius: 2vw;
    overflow: hidden;
    pointer-events: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  section.kv .kv_image_wrap.galaxy {
    background-image: url(../images/kv_galaxy_sp.jpg);
  }

  section.kv .kv_image_wrap.google {
    background-image: url(../images/kv_google_sp.jpg);
  }

  section.kv .kv_image_wrap.xperia {
    background-image: url(../images/kv_xperia_sp.jpg);
  }

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

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

  .logo_google_wrap .logo_google {
    padding: 4vw 0 4vw;
    width: 37vw;
    margin: auto;
  }

  .kv_bnr {
    width: 94vw;
    margin: 0vw auto 5vw;
    position: relative;
    z-index: 2;
    display: block;
  }


  .kv_bnr img {
    width: 100%;
  }

  .kv_bnr .text_link {
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    bottom: 6vw;
    margin: auto;
    font-size: 4.3vw;
    /* font-weight: bold; */
    display: inline-block;
    letter-spacing: -0.02em;
    width: 95vw;
    text-align: center;
    margin-top: 12vw;
    text-align: center;
  }


  /*section products--------------------------*/
  section.products {
    background-color: var(--color_s_orange);
    padding-top: 3vw;
    background-image: url(../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: -24vw;
    top: -39vw;
    width: 49vw;
    z-index: 1;
  }

  section.products img[src*="kv_pict_2"] {
    position: absolute;
    width: 34vw;
    margin: auto;
    left: 0;
    right: -57vw;
    top: 5vw;
  }

  .title_wrap.voice::before,
  .title_wrap.voice::after {
    content: "";
    height: 12vw;
    width: 0.6vw;
    position: absolute;
    bottom: 0;
    background-color: var(--color_au_orange);
    top: 8vw;
  }

  .title_wrap.voice::before {
    left: 5vw;
    transform: rotate(-30deg);
  }

  .title_wrap.voice::after {
    right: 5vw;
    transform: rotate(30deg);
  }




  section.products .title_wrap {
    text-align: center;
    color: #000;
    position: relative;
    font-size: 7vw;
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 0.9em;
    margin: 0 auto;
    padding-bottom: 10vw;
    /* margin-bottom: -2vw; */
    /* height: 46vw; */
  }

  section.products .title_wrap.features_title {
    margin-top: 20vw;
  }

  section.products .title_wrap .product_subtitle {
    font-size: 8.1vw;
    margin-bottom: 4vw;
    line-height: 1.1em;
  }

  section.products .title_wrap .product_maintitle {
    font-size: 7vw;
  }



  section.products .title_wrap img[src*="heading_decoration"] {
    width: 49vw;
    /* position: relative; */
    /* top: -2vw; */
    position: absolute;
    left: 1vw;
    left: 4vw;
    top: 14vw;
    margin: auto;
  }

  section.products .title_wrap .fuchidori {
    font-size: 8.5vw;
    margin-left: 2.5vw;
    position: relative;
    top: -0.5vw;
  }

  section.products .title_wrap .orange {
    font-size: 7.2vw;
    display: inline-block;
    position: absolute;
    left: 5vw;
    text-align: left;
    top: 4vw;
  }

  section.products .title_wrap .line_1 {
    text-align: left;
    line-height: 1.2em;
    padding-top: 19.5vw;
    padding-left: 5.5vw;
    padding-bottom: 0;
    margin-bottom: 3vw;
  }

  section.products .title_wrap .line_2 {
    margin-top: 5vw;
    position: relative;
  }

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

  section.products .title_wrap .line_2 .dot.dot_1 {
    position: absolute;
    top: -4vw;
    left: 33vw;
  }

  section.products .title_wrap .line_2 .dot.dot_2 {
    position: absolute;
    top: -4vw;
    left: 42vw;
  }

  section.products .title_wrap .line_2 .dot.dot_3 {
    position: absolute;
    top: -4vw;
    left: 51vw;

  }


  section.products .video-container.kv_video_item_google {
    width: 90vw;
    height: 60vw;
    aspect-ratio: 6 / 4;
    border-radius: 3vw;
    margin: auto;
    overflow: clip;
  }

  section.products .mov_iframe_product_wrap img.thumbnail {
    border-radius: 2.5vw;
    width: 111%;
    height: 100%;
    margin: auto;
    border-radius: 3vw;
    left: -3vw;
  }





  section.products .tab_item_wrap .mov_iframe_product_wrap {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 11vw;
    width: 90vw;
    /* height: 60vw; */
    border-radius: 2vw;
    overflow: clip;
  }

  .tab_item_wrap .mov_iframe_product_wrap .fruits_zipper_video {
    /*
    margin: auto;
    display: block;
    margin-top: 69vw;
    width: 86vw !important;
*/
  }

  section.products .tab_item_wrap .mov_iframe_product_wrap iframe {
    border-radius: 2vw;
    width: 90vw;
    height: 60vw;
  }

  .tab_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0.6vw;
    z-index: 2;
    font-weight: bold;
    letter-spacing: 0.01em;
    font-size: 4.2vw;
    /* max-width: 930px; */
    width: 92vw;
    margin: auto;
    column-gap: 3vw;
  }

  .tab_item_wrap .product_video_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 3vw;
    padding-bottom: 10vw;
  }

  .tab_wrap .tab_item {
    width: 47%;
    height: 19vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    cursor: pointer;
    text-align: center;
    padding-bottom: 4vw;
    padding-right: 2vw;
    line-height: 1em;
  }

  .tab_wrap .tab_item.on {
    background-image: url(../images/product_tab_sp_on.png);
    color: var(--color_au_orange);
  }

  .tab_item_wrap {
    background-color: #fff;
    padding-top: 11vw;
    position: relative;
    border-top: 0.6vw solid #606060;
  }


  .tab_item_wrap .tab_item {
    background-position: bottom;
    background-repeat: repeat-x;
    /* padding-bottom: 100vw; */
    /* margin-bottom: 55vw; */
    background-size: 70vw;
    background-position: left 16vw bottom 14vw;
  }
  .tab_item_wrap .tab_item_google .tab_item {
     height: 124vw; 
  }
  .tab_item_wrap .tab_item_galaxy .tab_item {
     height: 24vw;
  }

  section.products .product_image_wrap {
    width: 81%;
    /* height: 58vw; */
    margin: auto;
    position: relative;
  }

  section.products .product_video_remarks {
    position: absolute;
    top: 77vw;
    width: 80vw;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: left;
    color: #333;
    font-size: 3vw;
    display: inline-block;
    letter-spacing: 0.1em;
    text-indent: -1em;
  }

  section.products .product_title {
    position: absolute;
    left: -8vw;
    top: 49vw;
    width: 76vw;
  }

  /*title for fruits_zipper*/
  section.products .product_title.fruits_zipper_title {
    position: absolute;
    left: 3vw;
    top: 6vw;
  }

  section.products .product_title {
    width: 100%;
    z-index: 1;
  }

  /*title for fruits_zipper*/
  section.products .product_title.fruits_zipper {
    position: absolute;
    left: -1vw;
    top: 57vw;
    width: 76vw;
  }

  section.products .product_title.fruits_zipper_title .anime_slide_title {
    width: 57vw;
  }

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

  section.products .fruits-zipper_pict {
    width: 90vw;
    margin: 5vw auto;
  }

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

  }


  /*
  section.products .product_title.fruits_zipper .js-on_google::after {
    content: "";
    position: absolute;
    right: -16vw;
    top: -1vw;
    height: 29vw;
    width: 45vw;
    background-image: url(../images/product_google-pixel_title_pict_943a24cfcaea405d.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
*/



  section.products .play_movie_btn {
    position: absolute;
    right: 17vw;
    bottom: -36.5vw;
    box-shadow: 0px 32px 35px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2vw;
    width: 50vw;
    overflow: hidden;
  }

  .tab_item_galaxy .tab_item {
    background-image: url(../images/product_galaxy_bg_text.png);
    background-position: top;
  }

  .tab_item_google .tab_item {
    background-image: url(../images/product_google-pixel_bg_text.png);
  }

  .tab_item_xperia .tab_item {
    background-image: url(../images/product_xperia_bg_text.png);
  }


  section.products .prdoduct_hard_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    /* gap: 19vw; */
    margin-bottom: 26vw;
    height: 96vw;
  }

  section.products .prdoduct_hard_wrap:has(.prdoduct_hard_r_wrap) {

    height: 192vw;
  }


  section.products .first_wrap {
    margin-bottom: 60vw;
  }

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

  section.products .prdoduct_hard_wrap .prdoduct_hard_l_wrap img[src*="bg_pattern_middle"] {
    position: absolute;
    bottom: -17vw;
    left: -21vw;
    z-index: 0;
    width: 70vw;
  }

  section.products .prdoduct_hard_wrap .prdoduct_hard_l_wrap img[src*="bg_pattern_small"] {
    position: absolute;
    top: -24vw;
    left: 42vw;
    z-index: 0;
    width: 50vw;
  }

  section.products .prdoduct_hard_wrap .prdoduct_hard_r_wrap img[src*="bg_pattern_middle"] {
    position: absolute;
    top: 49vw;
    left: 7vw;
    z-index: 0;
    width: 36vw;
  }

  section.products .prdoduct_hard_wrap .prdoduct_hard_r_wrap img[src*="bg_pattern_small"] {
    position: absolute;
    bottom: -13vw;
    left: 55vw;
    z-index: 0;
    width: 82vw;
  }

  section.products .prdoduct_hard_wrap .product_hard_item {
    border: 2vw 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 3vw 3vw 0;
    justify-content: end;
    margin-right: 15vw;
    height: 68vw;
  }


  section.products .prdoduct_hard_wrap .prdoduct_hard_r_wrap .product_hard_item {
    border-right: none;
    border-radius: 2vw 0 0 2vw;
    margin-top: 55vw;
    justify-content: start;
    margin-left: 14vw;
    height: 69vw;
  }

  section.products .prdoduct_hard_wrap .prdoduct_hard_l_wrap .product_hard {
    position: absolute;
    left: 10vw;
    bottom: 44vw;
    text-align: right;
    width: 65vw;
  }

  section.products .prdoduct_hard_wrap .prdoduct_hard_l_wrap .product_fukidashi {
    position: absolute;
    right: -7vw;
    top: 20vw;
    width: 26vw;
  }


  section.products .prdoduct_hard_wrap .prdoduct_hard_r_wrap .product_hard {
    position: absolute;
    left: 8vw;
    right: 0;
    bottom: 44vw;
    width: 64vw;
  }



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

  section.products .prdoduct_hard_wrap .product_detail_wrap .title {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 5vw;
  }

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

  a.btn_detail {
    height: 14vw;
    width: 78vw;
    border-radius: 50vw;
    color: var(--color_au_orange);
    border: solid 2px var(--color_au_orange);
    background-color: #fff;
    font-size: 3.5vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -1vw;
    text-decoration: none;
    position: relative;
    letter-spacing: 0.01em;
    margin: auto;
    margin-top: 6vw;
    font-weight: bold;
  }

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

  section.products .prdoduct_hard_wrap .product_detail_wrap .btn_campaign {
    height: 11vw;
    width: 58vw;
    border-radius: 50vw;
    background-color: var(--color_au_orange);
    color: #fff;
    font-size: 3.5vw;
    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: 3vw;
    top: 0px;
    bottom: 0px;
    margin: auto;
    font-weight: bold;
    display: block;
    height: 1em;
    width: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  section.products .galaxy_slide_allwrap,
  section.products .google_slide_allwrap {
    position: relative;
    top: -25vw;
    margin-top: 23vw;
  }

  section.products .google_slide_allwrap .pixel9_sales_end_text {
    position: absolute;
    left: 5vw;
    right: 0;
    margin: auto;
    text-align: left;
    top: -30vw;
    color: #000;
    font-size: 3vw;
    width: 95vw;
    display: inline-block;
  }

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

  section.products .galaxy_slide_title {
    margin: 0vw auto 3vw;
    width: 79vw;
  }

  section.products .galaxy_slide_title.galaxy_ai {
    margin: 0vw auto 3vw;
    width: 60vw;
  }

  section.products .google_slide_title {
    margin: 15vw auto 6vw;
    text-align: center;
    padding-top: 0vw;
    font-size: 11.5vw;
    font-weight: bold;
    letter-spacing: normal;
  }

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


  section.products .slider_remarks_text {
    text-align: center;
    font-size: 4.5vw;
    color: #000;
    display: block;
    margin-top: 5vw;
    /* margin-bottom: 5vw; */
  }

  section.products a.slider_remarks_link {
    text-align: center;
    color: var(--color_au_orange);
    text-decoration: none;
    display: inline-block;
    margin: auto;
    font-size: 4.5vw;
    /* margin-bottom: 2vw; */
    margin-top: 2vw;
  }

  /*product/clearfile*/

  section.products .clearfile_allwrap {
    position: relative;
    width: 96vw;
    margin: auto;
    margin-bottom: 20vw;
  }

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

  section.products .clearfile_allwrap .clearfile_bg {
    width: 96vw;
  }

  section.products .clearfile_allwrap .clearfile_btn {
    position: absolute;
    width: 73vw;
    left: 4%;
    right: 0;
    bottom: 17vw;
    margin: auto;
  }


  /*product/ktracks*/
  /*
  .ktracks_allwrap {
    background-color: #000;
    max-width: 90vw;
    margin: auto;
    padding: 5vw 0;
    margin: 0vw auto 15vw;
    color: #fff;
    border-radius: 2vw;
  }

  .ktracks_allwrap img {
    width: 100%;
  }

  .ktracks_allwrap .semi_title_wrap {
    border: 1px solid #fff;
    text-align: center;
    padding: 2.5vw 0;
    font-size: 4.3vw;
    width: 100%;
    max-width: 80vw;
    margin: auto;
    font-weight: bold;
    margin-bottom: 5vw;
    letter-spacing: -0.01em;
  }

  .ktracks_allwrap .ktracks_title_wrap {
    width: 100%;
    max-width: 80vw;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    margin: auto;
    margin-bottom: 5vw;
  }

  .ktracks_allwrap .ktracks_logo {
    min-width: 40vw;
    width: 53vw;
    margin-right: 0;
    margin: auto;
    margin-bottom: 5vw;
  }

  .ktracks_allwrap .ktracks_title_text_wrap {}

  .ktracks_allwrap .ktracks_title {
    font-weight: bold;
    font-size: 5.4vw;
    letter-spacing: -0.01em;
    line-height: 1.2em;
    margin-bottom: 4.9vw;
    text-align: center;
  }

  .ktracks_allwrap .ktracks_detail {
    font-size: 3.2vw;
    text-align: left;
    margin: auto;
    display: block;
    width: 76vw;
  }

  .ktracks_allwrap .ktracks_tb {
    width: 82vw;
    margin: auto;
    height: 55vw;
    margin-bottom: 6vw;
  }

  .ktracks_allwrap .ktracks_tb .ktracks_video {
    width: 82vw;
    height: 46vw;
    aspect-ratio: 4/8;
  }


  .ktracks_allwrap .guest_name {
    font-size: 4vw;
    color: #fff;
    text-align: center;
    margin: 1vw auto 2vw;
    font-weight: 900;
  }

  .ktracks_allwrap .ktracks_tb_wrap {
    display: flex;
    flex-direction: column;
    gap: 2vw;

  }

  .ktracks_allwrap .video-container.kv_video_item_google {
    border-radius: 0;
    width: 90vw;
    aspect-ratio: 6 / 4;
    margin: auto;
  }

  .ktracks_allwrap img.thumbnail {
    border-radius: 0;
    height: 100%;
    margin: auto;
  }

  .ktracks_allwrap .ktracks_otokuwari_remarks {
    color: #fff;
    font-size: 3vw;
    text-align: left;
    margin: 3vw 0 0 6vw;
    letter-spacing: -0.01em;
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
  }

  .ktracks_allwrap .ktracks_btn_line {
    width: 100%;
    max-width: 80vw;
    margin: 5vw auto 0 auto;
    display: block;
  }
*/


  /*product/offshot*/

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

  section.products .offshot_allwrap {
    width: 100%;
    border-radius: 10vw;
    background-color: #f4f6f6;
    text-align: center;
    padding: 10vw 4vw;
  }



  .offshot_allwrap .offshot_title {
    margin: auto;
    margin-bottom: 10vw;
  }

  .offshot_allwrap .offshot_video_wrap {
    background-color: #fff;
    border-radius: 5vw;
    width: 100%;
    margin: auto;
    max-width: 90vw;
    height: 51vw;
    display: block;
    margin-bottom: 5vw;
    border-radius: 3vw
  }

  .offshot_allwrap .pixel9_sales_end_text {
    text-align: left;
    color: #000;
    display: inline-block;
    margin-bottom: 10vw;
    font-size: 3vw;
  }

  .offshot_allwrap .offshot_video_wrap img.thumbnail {
    border-radius: 3vw;
    height: 100%;
    margin: auto;
  }


  .offshot_allwrap .offshot_heading {
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 10vw;
    letter-spacing: normal;
  }

  .offshot_allwrap .offshot_items_wrap {
    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: 30vw;
    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: 50vw;
  }



  .offshot_allwrap .bnr_pixel_au-shop_wrap {
    max-width: 90vw;
    margin: auto;
    margin-top: 5vw;
    text-align: center;
  }

  .offshot_allwrap .bnr_pixel_au-shop_title {
    color: #000;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3vw;
    letter-spacing: -0.01em;
  }

  .offshot_allwrap .bnr_pixel_au-shop_wrap a.bnr_pixel_au-shop {
    display: block;
    margin-bottom: 3vw;
    border: 1px solid #aaa;
  }

  .offshot_allwrap a.bnr_pixel_au-shop_txt {
    font-size: 4vw;
    color: #0066AA;
    letter-spacing: -0.01em;
  }

  /*product/featured features */

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

  section.products .features_allwrap {
    width: 100%;
    max-width: 90vw;
    margin: auto;
    /* margin-top: 5vw; */
    margin-bottom: 40vw;
  }

  .features_allwrap .features_title {
    font-size: 5vw;
    text-align: center;
    line-height: 1.5em;
    color: #fff;
    font-weight: bold;
    /* margin-bottom: 54px; */
    background-color: #555;
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.01em;
    margin-bottom: 5vw;
  }

  .features_allwrap .features_item_wrap {
    background-color: #F6F4F4;
    border-radius: 3vw;
    /* padding: 5vw 5vw; */
    position: relative;
    margin-bottom: 10vw;
    overflow: clip;
  }

  .features_allwrap .features_detail_wrap {
    /* display: flex; */
    /* column-gap: 5vw; */
    padding: 0 7vw 7vw;
  }

  .features_allwrap .features_detail_pict {
    /* width: 50%; */
    margin-bottom: 5vw;
  }

  .features_allwrap .features_detail_text {
    /* width: 50%; */
    color: #000;
  }

  .features_allwrap .features_heading {
    font-size: 6vw;
    font-weight: bold;
    margin-bottom: 5vw;
    text-align: center;
    white-space: nowrap;
  }

  .features_allwrap .features_text {
    font-size: 4.4vw;
    margin-bottom: 5vw;
    line-height: 1.65em;
    letter-spacing: 0.05em;
  }

  .features_allwrap .features_remarks {
    font-size: 3.3vw;
    color: #777;
  }

  

  /*product/gemini*/

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

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


  section.products .gemini_allwrap .logo_gemini {
    margin: auto;
    width: 80vw;
    padding-bottom: 11vw;
  }

  section.products .gemini_allwrap .item_gemini {
    background-color: #FBF2EB;
    border-radius: 3vw;
    position: relative;
    width: 90vw;
    padding: 4vw 5vw 10vw;
    margin: auto;
    /* margin-top: 60vw; */
    margin-bottom: 20vw;
    letter-spacing: 0.01em;
  }

  section.products .gemini_allwrap .device_gemini {
    position: absolute;
    width: 45vw;
    right: 30px;
    top: -53vw;
    left: 0;
    right: 0;
    margin: auto;
  }

  section.products .gemini_allwrap .pict_gemini {
    position: absolute;
    width: 44vw;
    bottom: -10vw;
    left: 25vw;
  }

  section.products .gemini_allwrap .name_gemini {
    position: absolute;
    width: 79vw;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

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

  section.products .gemini_allwrap .title_gemini {
    font-size: 8vw;
    color: #333;
    font-weight: bold;
    margin: 7vw 0 0vw 3vw;
  }

  section.products .gemini_allwrap .text_gemini {
    /* position: absolute; */
    font-size: 4.4vw;
    color: #333;
    top: 60px;
    left: 80px;
    line-height: 1.7em;
    width: 74vw;
    letter-spacing: 0.01em;
    margin: auto;
    margin-bottom: 3vw;
  }

  section.products .gemini_allwrap .gemini_bnr {
    margin: 7vw 0;
  }

  section.products .gemini_allwrap .subtext_gemini {
    font-size: 3.3vw;
    line-height: 1.8em;
    color: #777;
  }

  section.products .gemini_allwrap .bnr_taiken {
    width: 91vw;
    margin: auto;
    margin-top: 5vw;
    display: block;
    margin-bottom: 20vw;
  }


  /*product/featured service */

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

  section.products .service_allwrap {
    width: 100%;
    max-width: 90vw;
    margin: auto;
  }

  .service_allwrap .service_title_addition {
    font-size: 3.5vw;
    text-align: center;
    font-weight: bold;
  }



  .service_allwrap .service_title {
    font-size: 8vw;
    text-align: center;
    line-height: 1.5em;
    color: #333;
    font-weight: bold;
    margin-bottom: 3vw;
  }

  .service_allwrap .link_right_wrap {
    text-align: center;
    width: 100%;
  }

  .service_allwrap .service_item_wrap {
    background-color: #FBF2EB;
    border-radius: 3vw 3vw 0 0;
    padding: 3vw 0vw 0;
    position: relative;
    /* top: -70px; */
    /* margin-top: 5vw; */
  }

  .service_allwrap .service_detail_wrap {
    display: flex;
    /* column-gap: 4vw; */
    flex-direction: column;
    padding: 5px;
  }


  .service_allwrap .service_detail_pict {
    width: 82vw;
    margin: auto;
    padding-top: 2vw;
    margin-bottom: 4vw;
  }

  .service_allwrap .service_detail_text {
    /* width: 55%; */
    color: #333;
    margin: 5vw 0;
    letter-spacing: 0.01em;
  }

  .service_allwrap .txt_link_wrap {
    text-align: center;
  }

  .service_allwrap .txt_link_wrap .txt_link {
    font-size: 4vw;
    display: inline-block;
    margin: 1vw auto 5vw auto;
  }

  .service_allwrap .service_heading {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 4vw;
    color: var(--color_au_orange);
    text-align: center;
  }
   .service_allwrap .service_heading .service_remarks{
    font-size: 3vw;
    color: var(--color_au_orange);
    font-weight: normal;
  }

  .service_allwrap .service_text {
    font-size: 4.5vw;
    line-height: 1.6em;
    margin-bottom: 1em;
    padding: 0 5vw;
  }

  .service_allwrap .service_remarks {
    font-size: 3.3vw;
    color: #777;
    margin-bottom: 5vw;
    padding: 0 5vw;
  }
  .service_allwrap .bnr_starlink {
    display: block;
    margin: auto;
    max-width:80vw;
    margin-bottom: 15vw
  }

  

  .service_allwrap .service_segment {
    height: 3px;
    width: 90%;
    background-color: #fff;
    margin: 5vw auto;
  }

  .service_allwrap .btn_service {
    height: 12vw;
    width: 65vw;
    border-radius: 50vw;
    color: var(--color_au_orange);
    border: solid 2px var(--color_au_orange);
    background-color: #fff;
    font-size: 3vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 38px; */
    text-decoration: none;
    position: relative;
    letter-spacing: 0.01em;
    margin: auto;
    font-weight: bold;
    text-align: center;
  }

  .service_allwrap .btn_service::after {
    content: "";
    position: absolute;
    right: 5vw;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 2vw;
    width: 2vw;
    border-top: 2px solid var(--color_au_orange);
    border-right: 2px solid var(--color_au_orange);
    transform: rotate(45deg);
  }



  /*product/smatoku*/

  section.products .smatoku_wrap .title_wrap {
    margin-top: -1vw;
    width: 100%;
    /* margin-bottom: 5vw; */
  }

  section.products .title_wrap .maintitle_handouts {
    font-size: 4.7vw;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 5vw;
  }

  section.products .smatoku_wrap .title_wrap .fuchidori {
    font-size: 8vw;
    line-height: 1.2em;
  }


  section.products .smatoku_wrap {
    background-color: #F6F6F6;
    padding-top: 15vw;
    /* max-width: 94vw; */
    margin: auto;
    padding-bottom: 10vw;
    letter-spacing: -0.01em;
    text-align: center;
    /* margin-bottom: 20vw; */
    margin-top: 10vw;
  }

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

  section.products .smatoku_wrap .smatoku_bnr_wrap {
    background-color: #fff;
    width: 89vw;
    margin: auto;
    padding: 5vw 0;
    margin-bottom: 5vw;
    text-align: center;
    border-radius: 3vw;
    font-size: 4vw;
  }


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

  }


  section.products .smatoku_item_wrap {
    background-color: #fff;
    width: 89vw;
    margin: auto;
    padding: 5vw 0;
    margin-bottom: 5vw;
    text-align: center;
    border-radius: 3vw;
  }

  .smatoku_starlink_white_bg {
    background-color: #fff;
    margin: auto;
    text-align: center;
    width: 90vw;
    border-radius: 0 0 5vw 5vw;
    border: 1vw solid #FBF2EB;
  }

  section.products .smatoku_item_wrap.full_bnr {
    background-color: inherit;
    width: 77vw;
    margin: auto;
    padding: 5vw 0;
    margin-bottom: 3vw;
    text-align: center;
  }

  section.products .smatoku_wrap .smatoku_title {
    width: 78vw;
    margin: auto;
    margin: 5vw auto;
  }


  section.products .smatoku_wrap .smatoku_pict {
    width: 80vw;
    margin: auto
  }

  section.products .smatoku_wrap .sumatoku_remarks {
    font-size: 3vw;
    color: #666;
    line-height: 1.5em;
    text-align: left;
    max-width: 82vw;
    margin: auto;
    margin-top: 3vw;
    margin-bottom: 4vw;
  }

  section.products .smatoku_wrap .smatoku_bnr_remark {
    font-size: 3vw;
    color: #0066AA;

  }

  section.products .smatoku_wrap .smatoku_bnr,
  section.products .gemini_allwrap .smatoku_bnr {
    width: 81vw;
    margin: auto;
    text-align: center;
    margin-bottom: 5vw;
  }

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

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

  section.products .smatoku_item_wrap .smatoku_start_title {
    position: relative;
    margin: auto;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    margin: auto;
    margin-bottom: 20px;
  }

  section.products .smatoku_item_wrap .smatoku_start_title::before,
  section.products .smatoku_item_wrap .smatoku_start_title::after {
    content: "";
    position: absolute;
    top: 1vw;
    height: 12vw;
    width: 2px;
    background-color: var(--color_au_orange);
  }

  section.products .smatoku_item_wrap .smatoku_start_title::before {
    left: -3vw;
    transform: rotate(-30deg);
  }

  section.products .smatoku_item_wrap .smatoku_start_title::after {
    right: -3vw;
    transform: rotate(30deg);
  }

  section.products .smatoku_item_wrap .smatoku_start_title .subtitle {
    color: #333;
    font-size: 4vw;
  }

  section.products .smatoku_item_wrap .smatoku_start_title .maintitle {
    color: #EB5505;
    font-size: 6vw;
  }

  section.products .smatoku_item_wrap .smatoku_start_title .maintitle_manekatsu {
    font-size: 4vw;
    color: #333;
    letter-spacing: 0.01em;
  }

  section.products .smatoku_item_wrap .smatoku_start_pict {
    max-width: 80vw;
    margin: auto;
  }

  /*section about------------------------------------*/
  section.about {
    background-color: var(--color_s_orange);
    border-top: 0.6vw solid #606060;
    padding-bottom: 20vw;
    padding-top: 10vw;
  }

  section.about .title_wrap {
    text-align: center;
    color: #000;
    margin: 2vw auto;
    position: relative;
    width: 100%;
    font-size: 5vw;
    letter-spacing: 0.01em;
    margin-bottom: 9vw;
    font-weight: bold;
  }

  section.about .title_wrap .fuchidori {
    font-size: 7.5vw;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }

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

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

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

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

  section.about .about_youtube_logo {
    background-color: #fff;
    border-radius: 0 3vw 0 0;
    width: 74vw;
    height: 15vw;
    text-align: right;
    padding: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  section.about .about_youtube_logo img {
    width: 100%;
    max-width: 64vw;
  }

  section.about .about_item_youtube {
    background-color: #fff;
    border-radius: 0 3vw 3vw 0;
    width: 92vw;
    padding: 0;
    color: #000;
    /* height: 115vw; */
    padding: 7vw 0 28vw 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    background-image: url(../images/sp/about_bg_youtube.png);
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: 20vw;
    background-size: 54%;
  }

  section.about .about_item_youtube .heading {
    font-size: 5.5vw;
    text-align: left;
    width: 82vw;
    display: inline-block;
    margin-bottom: 11vw;
    margin-top: 10vw;
    font-weight: bold;
    line-height: 1.6em;
    margin: auto;
    margin-bottom: 8vw;
    white-space: nowrap;
  }

  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: 2vw;
    background-color: #ffe487;
    z-index: -1;
  }



  section.about .about_item_youtube .detail_wrap {
    width: 75vw;
    border-radius: 3vw;
    border: 0.6vw solid #000;
    background-color: var(--color_h_orange);
    color: #000;
    padding: 6vw 0 6vw 0;
    text-align: center;
    margin: auto;
  }

  section.about .about_item_youtube .detail_wrap .detail_heading {
    font-size: 3.5vw;
    border-bottom: 0.4vw solid #000;
    color: #000;
    padding-bottom: 3vw;
    letter-spacing: 0.01em;
    font-weight: bold;
    width: 90%;
    margin: auto;
  }

  section.about .about_item_youtube .detail_wrap .detail_date {
    font-size: 10vw;
    color: #fff;
    margin-bottom: 2vw;
    letter-spacing: -0.01em;
    font-weight: bold;
    width: 60vw;
    margin: 4vw auto;
  }

  section.about .about_item_youtube .detail_wrap .detail_date img {
    width: 100%;
  }


  section.about .about_item_youtube .detail_wrap .detail_remarks {
    font-size: 3vw;
    color: #000;
    letter-spacing: -0.01em;
    margin-bottom: 5vw;
    text-align: left;
    width: 64vw;
    margin: auto;
    margin-bottom: 5vw;
  }

  section.about .about_item_youtube .detail_wrap a.detail_text_link {
    color: #fff;
    letter-spacing: -0.01em;
    display: inherit;
    margin: auto;
    font-size: 4vw;
    position: relative;
    display: inline-block;
    right: 1vw;
    position: relative;
  }

  a.icon_arrow_right::after {
    position: absolute;
    right: -4vw;
    top: 0.9vw;
    bottom: 0;
    margin: auto;
    height: 2.5vw;
    width: 2.5vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }


  section.about .about_item_youtube .about_image_wrap {
    position: absolute;
    left: 7vw;
    right: 0;
    margin: auto;
    bottom: 24vw;
    width: 44vw;
  }

  section.about .about_item_youtube .about_image_wrap img[src*="about_illust_1"] {
    position: absolute;
    /* width: 43.5vw; */
  }

  section.about .about_item_youtube .about_image_wrap .about_illust_1_1 {
    position: absolute;
    top: -1vw;
    right: 5vw;
    width: 16.5vw;
  }

  section.about .about_item_youtube .about_image_wrap .about_illust_1_2 {
    position: absolute;
    left: -8vw;
    top: 4vw;
    width: 10vw;
  }

  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: 60vw;
    height: 12vw;
    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: 93vw;
    padding: 10vw 0 0 10vw;
    color: #000;
    position: relative;
    background-image: url(../images/about_bg_google.png);
    background-position: bottom -5vw left 50%;
    background-repeat: no-repeat;
    margin: 0 0 0 7vw;
    /* height: 123vw; */
    background-size: 94%;
    padding-bottom: 55vw;
  }

  section.about .about_item_google .heading {
    font-size: 5.5vw;
    text-align: left;
    width: 80vw;
    display: inline-block;
    margin-bottom: 11vw;
    margin-top: 10vw;
    font-weight: bold;
    line-height: 1.6em;
    margin: auto;
    margin-bottom: 3vw;
  }


  section.about .about_item_google .detail_wrap {
    width: 69vw;
    font-size: 3.7vw;
    line-height: 2em;
    letter-spacing: -0.05em;
    margin-bottom: 5vw;
  }

  section.about .about_item_google .google_text_link {
    font-size: 4vw;
    letter-spacing: -0.01em;
    color: #0066AA;
  }

  section.about .about_item_google .google_text_link.icon_arrow_right::after {
    border-color: #0066AA;
  }


  section.about .about_item_google .about_image_wrap {
    position: absolute;
    right: 27vw;
    width: 32vw;
    bottom: 41vw;
  }


  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: -13vw;
    top: 5vw;
    width: 6vw;
  }

  section.about .about_item_google .about_image_wrap .about_illust_2_3 {
    position: absolute;
    top: 6vw;
    right: 1vw;
    width: 6vw;
  }

  section.about .about_item_google .about_image_wrap .about_illust_2_4 {
    position: absolute;
    left: 16vw;
    top: -2vw;
    width: 6vw;
  }

  section.about .about_item_google .about_image_wrap .about_illust_2_5 {
    position: absolute;
    left: -2vw;
    top: -8vw;
    width: 7vw;
  }

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

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

  section.accessories {
    /* padding-bottom: 77vw; */
    margin: 0;
    position: relative;
  }

  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: 5vw auto;
    position: relative;
    /* width: 655px; */
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 0.2em;
  }

  section.accessories .title_wrap .fuchidori {
    font-size: 7vw;
  }

  section.accessories .title_wrap .orange {
    font-size: 5vw;
  }

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

  section.accessories .title_wrap::before {
    left: 8vw;
    transform: rotate(-30deg);
  }

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

  section.accessories .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: 4.2vw;
    /* max-width: 930px; */
    width: 92vw;
    margin: auto;
  }

  section.accessories .tab_wrap .tab_item {
    width: 33%;
    height: 17vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    cursor: pointer;
    text-align: center;
    padding-bottom: 4vw;
    padding-right: 2vw;
    line-height: 1em;
  }

  section.accessories .tab_wrap .tab_item.on {}

  section.products .tab_item_wrap .tab_item_google .google_pixel_nameplate {
    height: 15vw;
    width: 100%;
    margin-bottom: 0;
    background-image: url(../images/product_google-pixel_bg_text.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 90vw;
    margin-bottom: 5vw;
  }

  .product_tab .tab_item.tab_google {
    background-image: url(../images/tab_bt_pixel_sp_fd3ed9ba44a3d265.webp);
  }

  .product_tab .tab_item.tab_galaxy {
    background-image: url(../images/tab_bt_galaxy_sp_d23bfaa0294da718.webp);
  }

  .product_tab .tab_item.tab_xperia {
    background-image: url(../images/tab_bt_xperia_sp_af7d059828175ec9.png);
  }

  .fixed_header .product_tab .tab_item.tab_google {
    background-image: url(../images/tab_bt_pixel_sp_fd3ed9ba44a3d265.webp);
  }

  .fixed_header .product_tab .tab_item.tab_galaxy {
    background-image: url(../images/tab_bt_galaxy_sp_d23bfaa0294da718.webp);
  }

  .fixed_header .product_tab .tab_item.tab_xperia {
    background-image: url(../images/tab_foot_bt_xperia_sp_ad8e3a8e03f37424.png);
  }



  .product_tab .tab_item.tab_google.on {
    background-image: url(../images/tab_bt_pixel_sp_on_ca01e60788a7df5f.webp);
  }

  .product_tab .tab_item.tab_galaxy.on {
    background-image: url(../images/tab_bt_galaxy_sp_on_b3d955a80c0bf9a5.webp);
  }

  .product_tab .tab_item.tab_xperia.on {
    background-image: url(../images/tab_bt_xperia_on_sp_e65a87c5b56376a4.png);
  }







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


  section.accessories .tab_item_wrap {
    background-color: #fff;
    padding-top: 3vw;
    border-top: 0.6vw solid #606060;
  }


  section.accessories .tab_item_wrap .tab_item {
    background-position: bottom;
    background-repeat: repeat-x;
    width: 80vw;
    margin-top: 30vw;
    height: auto;
  }

  .tab_item_wrap .tab_item_google .tab_item {
  }

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

  section.accessories .tab_item {
    margin: auto;
  }


  section.accessories .accessories_item_detail_link {
    text-align: center;
    margin-top: 3vw;
  }

  section.accessories .accessories_item_detail_link a {
    color: var(--color_h_orange);

    font-size: 3.5vw;
    display: inline-block;
    margin: auto;
  }

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

  section.accessories .tab_item_galaxy {}

  section.accessories .tab_item_galaxy .accessories_item {
    background-color: var(--color_m_orange);
    border-radius: 35vw;
    position: relative;
    color: #000;
    letter-spacing: 0.05em;
    height: 96vw;
    padding-top: 28vw;
    margin-bottom: 53vw;
  }

  section.accessories .tab_item_galaxy .accessories_item:nth-child(1) {}

  section.accessories .tab_item_galaxy .accessories_item:nth-child(2) {
    /* margin: 40vw 0; */
  }

  section.accessories .tab_item_galaxy .accessories_item:nth-child(3) {
    margin-bottom: 0;
  }

  section.accessories .tab_item_galaxy .accessories_heading {
    text-align: center;
    margin-bottom: 4vw;
    font-weight: bold;
    letter-spacing: 0.01em;
    font-size: 4.5vw;
  }

  section.accessories .tab_item_galaxy .accessories_text {
    text-align: left;
    font-size: 3.5vw;
    line-height: 1.8em;
    width: 59vw;
    margin: auto;
    letter-spacing: 0.05em;
  }

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

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

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

  section.accessories .tab_item_google {}

  section.accessories .tab_item_google .accessories_item {
    background-color: var(--color_m_orange);
    border-radius: 35vw;
    position: relative;
    color: #000;
    letter-spacing: 0.05em;
    padding-top: 28vw;
    padding-bottom: 33vw;
  }

  section.accessories .tab_item_google .accessories_heading {
    text-align: center;
    margin-bottom: 4vw;
    font-weight: bold;
    letter-spacing: 0.01em;
    font-size: 4.5vw;
  }

  section.accessories .tab_item_google .accessories_text {
    text-align: left;
    font-size: 3.5vw;
    line-height: 1.8em;
    width: 59vw;
    margin: auto;
    letter-spacing: 0.01em;
  }

  section.accessories .tab_item_google .accessorie_1 {
    position: absolute;
    top: -17vw;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: 58vw;
  }

  section.accessories .tab_item_google .accessorie_2 {
    position: absolute;
    bottom: -16vw;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41vw;
  }

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

  section.accessories .tab_item_xperia {}

  section.accessories .tab_item_xperia .accessories_item {
    background-color: var(--color_m_orange);
    border-radius: 35vw;
    position: relative;
    color: #000;
    letter-spacing: 0.05em;
    /* height: 116vw; */
    padding-top: 28vw;
    padding-bottom: 30vw;
  }

  section.accessories .tab_item_xperia .accessories_heading {
    text-align: center;
    margin-bottom: 4vw;
    font-weight: bold;
    letter-spacing: 0.01em;
    font-size: 4.5vw;
  }

  section.accessories .tab_item_xperia .accessories_text {
    text-align: left;
    font-size: 3.5vw;
    line-height: 1.8em;
    width: 59vw;
    margin: auto;
  }

  section.accessories .tab_item_xperia .accessorie_1 {
    position: absolute;
    top: -23vw;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: 60vw;
  }

  section.accessories .tab_item_xperia .accessorie_2 {
    position: absolute;
    bottom: -15vw;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49vw;
  }

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

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

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

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

  section.apri {
    /* border-top: 0.6vw solid #606060; */
    padding-bottom: 14vw;
    padding-bottom: 10vw;
  }

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

  section.apri .title_wrap img[src*="heading_decoration_short"] {
    width: 60vw;
    left: 0;
    right: 0;
    top: 18vw;
  }

  section.apri .title_wrap .fuchidori {
    font-size: 9vw;
    margin-top: 3vw;
    letter-spacing: 0.1em;
  }

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

  section.campaign {
    /* margin-top: -20vw; */
  }

  section.campaign img[src*="campaign_check_icon"] {
    position: absolute;
    left: -2vw;
    top: -12vw;
    width: 28vw;
  }

  section.campaign .campaign_wrap {
    border: 0.6vw solid var(--color_au_orange);
    width: 90%;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 20vw;
  }

  section.campaign .campaign_head,
  section.campaign a.campaign_link {
    height: 19vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color_au_orange);
    width: 100%;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    font-size: 3.7vw;
    letter-spacing: 0.01em;
    text-align: center;
    text-decoration: none;
  }

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



  section.campaign .campaign_head::after {
    content: "";
    position: absolute;
    right: 5vw;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 3vw;
    width: 3vw;
    border-top: 0.6vw solid var(--color_au_orange);
    border-right: 0.6vw 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: 0.6vw solid var(--color_au_orange);
    background-color: var(--color_m_orange);
    width: 100%;
    padding: 5vw 0;
  }

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

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

  section.campaign .campaign_body_item .text_wrap {
    padding: 5vw 3vw;
    padding-bottom: 10vw;
    font-weight: bold;
    height: 32vw;
  }

  section.campaign .campaign_body_item .text_wrap .title {
    font-size: 3.6vw;
    color: #000;
    margin-bottom: 5vw;
  }

  section.campaign .campaign_body_item .text_wrap .date {
    font-size: 2.7vw;
    color: var(--color_au_orange);
    letter-spacing: -0.01em;
  }

  section.campaign .campaign_body_item .to_detail {
    height: 8vw;
    width: 22vw;
    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: 4vw;
  }

  section.campaign .foot_copyright {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.5vw;
    height: 40vw;
    letter-spacing: 0.01em;
    line-height: 1.8em;
  }

  #remark_date {
    font-size: 3vw;
    margin-left: 1em;
    color: #000;
    margin: 3vw auto 5vw;
    max-width: 90vw;
    letter-spacing: 0.01em;
  }

  /*section_remarks------------------------------*/
  section.remarks {
    padding: 5vw 0;
  }

  section.remarks .remarks_allwrap {
    width: 100%;
    max-width: 91vw;
    margin: auto;
  }

  section.remarks .remarks_title {
    font-size: 5.5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3vw;
    color: #000;
  }

  section.remarks .accodion_item_allwrap {
    margin-bottom: 15vw;
  }

  section.remarks .accodion_btn_wrap {
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.9vw;
    font-weight: bold;
    position: relative;
    min-height: 15vw;
    color: #000;
    position: relative;
    border-radius: 2vw;
    letter-spacing: 0.02em;
  }




  section.remarks .accodion_btn_wrap::after {
    content: "";
    height: 2vw;
    width: 2vw;
    position: absolute;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    right: 5vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  section.remarks .accodion_btn_wrap::after {
    transform: rotate(-45deg);
    top: -1vw
  }

  section.remarks .accodion_btn_wrap.on::after {
    transform: rotate(135deg);
    top: 1vw;
  }

  section.remarks .accodion_btn_wrap .accodion_btn_tg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none !important;
  }

  section.remarks .accodion_btn_wrap.on .accodion_btn_tg.to_close,
  section.remarks .accodion_btn_wrap.off .accodion_btn_tg.to_open {
    display: block !important;

  }







  section.remarks .accodion_item_wrap {
    text-align: left;
    font-size: 3vw;
    color: #000;
    letter-spacing: 0.05em;
  }

  section.remarks .accodion_item_wrap .heading {
    padding: 1em 0;
    font-weight: bold;
  }

  section.remarks .accodion_item_wrap .indent_1 {
    margin: 0 0 0.8em 0;
  }

  section.remarks .accodion_item_wrap a.txt_link {
    display: inline;
    margin: 0;
    padding: 0;
    text-decoration: underline;
  }



  /*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: 95vw;
    max-height: 120vw;
    overflow-y: auto;
    padding: 9vw 4vw;
    line-height: 1.6em;
    font-size: 3.5vw;
  }

  .modal_wrap .modal_item_wrap .btn_modal_close_head,
  .modal_wrap .modal_item_wrap .btn_modal_close_foot {
    background-image: url(../images/btn_modal_close.png);
    height: 5vw;
    width: 5vw;
    background-size: contain;
    margin: auto;
    background-repeat: no-repeat;
    pointer-events: none;
  }

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

  .modal_wrap .modal_item_wrap .btn_modal_close_foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7vw;
  }

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

  .modal_wrap .modal_title {
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 5vw;
    letter-spacing: -0.01em;
  }

  .modal_wrap .modal_subtitle {
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
    margin-bottom: 3vw;
  }

  .modal_wrap img.modal_sevice_logo {
    margin: auto;
    margin-bottom: 5vw;
    display: block;
    width: 65vw;
    margin: 15vw auto 7vw auto;
  }

  .modal_wrap .modal_text {
    line-height: 1.5em;
    margin-bottom: 5vw;
    font-size: 4vw;
  }

  .modal_wrap .modal_remarks {
    font-size: 3.5vw;
    margin-bottom: 7vw;
  }

  .modal_wrap .link_detail_wrap {
    width: 100%;
    text-align: center;
  }

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

  /*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: 90vw;
    max-width: 1200px;
    max-height: 750px;
    position: relative;
  }

  #adMovBoxWrapper .btn_modal_close_head,
  #adMovBoxWrapper .btn_modal_close_foot {
    content: "";
    background-image: url(../images/btn_modal_close.png);
    height: 6vw;
    width: 6vw;
    background-size: contain;
    margin: auto;
    background-repeat: no-repeat;
    pointer-events: none;
  }

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

  #adMovBoxWrapper .btn_modal_close_foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10vw;
  }

  #adMovBoxInner {
    margin: 0 auto;
    text-align: right;
    overflow: hidden;
    z-index: 1;
    height: 50vw;
    width: 90vw;
    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;
  }


  /*galaxy_campaign_bnr_wrap/////////////////////*/
  .galaxy_campaign_bnr_wrap {
    background-color: #F6F6F6;
    padding: 7vw 0;
    letter-spacing: 0.01em;
  }

  .campaign_bnr_inner_wrap {
    max-width: 810px;
    margin: auto;
    text-align: center;
  }

  .galaxy_campaign_bnr_wrap .campaign_bnr_title_wrap {
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 5vw;
    font-weight: bold;
    color: #000;
    position: relative;
  }

  .galaxy_campaign_bnr_wrap .campaign_bnr_title_wrap::after,
  .galaxy_campaign_bnr_wrap .campaign_bnr_title_wrap::before {
    content: "";
    position: absolute;
    height: 15vw;
    width: 2px;
    background-color: var(--color_au_orange);
    bottom: -1vw;
  }

  .galaxy_campaign_bnr_wrap .campaign_bnr_title_wrap::after {
    transform: rotate(30deg);
    right: -7vw;
  }

  .galaxy_campaign_bnr_wrap .campaign_bnr_title_wrap::before {
    transform: rotate(-30deg);
    left: -7vw;
  }



  .galaxy_campaign_bnr_wrap .galaxy_campaign_bnr {
    text-align: center;
    background-color: #fff;
    padding: 5vw;
    border-radius: 2vw;
    margin: auto;
    width: 90vw;
  }

  .galaxy_campaign_bnr_wrap .galaxy_campaign_bnr img {
    width: 100%;
  }

  .galaxy_campaign_bnr_wrap .link {
    display: inline-block;
    margin-top: 5vw;
    font-size: 3.5vw;
  }

  /*kv movie*/


  .main-movie * {
    margin: 0;
    padding: 0;
  }

  .main-movie {
    position: relative;
    width: 100%;
    margin: -10vh auto;
    height: 0;
    overflow: hidden;
    border-radius: 2vw;
    background-color: #000;
    position: relative;
    height: 100vw;
  }

  .main-movie iframe {
    position: absolute;
    height: 100vw;
    width: 180vw;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    top: calc(50% - 50vw);
    left: calc(50% - 90vw);
  }

  .main-movie iframe video {
    object-fit: cover;
  }

  .main-title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vw;
    transform: translate(60px, 60px);
  }

  .buttons {
    display: flex;
    justify-content: center;
    margin: 10px auto 0;
    padding: 0;
    list-style: none;
  }

  .buttons > * {
    width: 240px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .buttons a {
    display: block;
    padding: 5px;
    background-color: #fff;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
  }

  @media screen and (max-width: 1366px) {
    .main-movie {
      /* padding-bottom: 56.25%; */
      width: 93vw;
      height: 66vw;
      border-radius: 3vw;
    }
  }


  /*fixed_heder-------------------*/
  .fixed_header {
    position: fixed;
    bottom: -18vw;
    right: 0;
    z-index: 3;
    transition: 0.2s all;
    width: 100%;
    border-bottom: 2px solid #000;
    z-index: 10;
  }

  .fixed_header.on {
    bottom: 0;
    right: 0;
    background-color: var(--color_s_orange);
  }

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





  /*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 {
    opacity: 0;

  }

  .all_anime_on .anime_slide_title img.anime_slide_title_img {}

  .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(-50vw);
      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: 0.1s;
    animation-duration: 0.5s;
    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;
    opacity: 0;
  }

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

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

  /**/
  /**/

  .all_anime_on .anime_about_youtube_img1 {
    opacity: 0;
  }

  .all_anime_on .anime_about_youtube_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 {
    opacity: 0;
  }

  .all_anime_on .anime_about_youtube_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%);
    }
  }

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

}
