@charset "utf-8";

/*===== common =====*/
.top-spend__cn .top-spend__main-body{
  background-color: transparent;
}
.top-kv__movie-video{
  display: none;
}

/*===== PC =====*/
@media screen and (min-width: 768px) {
  .top-kv__movie{
    margin-top: -9.4%;
    padding-bottom: 62.1%;
  }
  .top-kv__movie-video{
    margin-top: 2.5%;
    max-width: 100%;
  }

  .top-news__bottom-text-cn{
    margin-top: 30px;
  }

  .top-spend__main-link-cn:link,
  .top-spend__main-link-cn:visited{
    display: block;
    background-color: #3799cc;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
    padding: 30px;
    max-width: 290px;
    margin: auto;
  }
  .top-spend__main-link-cn-inner{
    display: inline;
    position: relative;
  }
  .top-spend__main-link-cn-inner::after{
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(/common/img/icon_arrow_white.svg);
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -42px;
    transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .top-spend__main-link-cn:hover .top-spend__main-link-cn-inner::after{
    right: -47px;
  }

  .top-art.top-art__cn{
    height: 810px;
    margin-bottom: 10px;
  }
  .top-art.top-art__cn::before{
    background-image: url("/common/img/cn_top_art_img_pc.jpg");
    height: 810px;
  }
  .top-art__cn .top-art__main{
    width: auto;
    top: auto;
    left: 50%;
    bottom: 225px;
    transform: translateX(-50%);  
    text-align: center;
  }
  .top-art__cn .top-art__heading{
    right: auto;
    left: 50%;
    top: auto;
    bottom: 320px;
    transform: translateX(-50%);
    color: #ffffff;
    z-index: 100;
  }
  .top-art__cn .top-art__heading::after{
    content: none;
  }
  .top-art__cn .top-art__text{
    color: #ffffff;
  }
  .top-art__cn .top-art__btn{
    bottom: 100px;
  }

  .g-aside__list-cn{
    justify-content: center;
  }
  .g-aside__list-cn .g-aside__list-item{
    margin: 0;
  }

  .top-spend__cn{
    padding-top: 100px;
  }
  .top-spend__cn .g-section-head{
    margin-bottom: 30px;
  }
}

/*===== SP =====*/
@media screen and (max-width: 767px) {
  .top-kv__movie{
    padding-bottom: 182%;
  }
  .top-kv__movie-video{
    margin-top: 2%;
    max-width: 100%;
  }
  
  .top-news__bottom-text-cn{
    margin-top: 5.3333333vw;
  }

  .top-spend__main-link-cn:link,
  .top-spend__main-link-cn:visited{
    display: block;
    background-color: #3799cc;
    font-size: 3.73333333vw;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
    padding: 7.46666666vw;
    position: relative;
    max-width: 53.333333vw;
    margin: auto;
  }
  .top-spend__main-link-cn::after{
    content: "";
    width: 2.66666666vw;
    height: 2.66666666vw;
    background-image: url(/common/img/icon_arrow_white.svg);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    right: 8vw;
  }

  .top-art__cn{
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }
  .top-art__cn .top-art__main::before{
    background-image: url("/common/img/cn_top_art_img_sp.jpg");
    height: 154.666666vw;
    top: -90.666666vw;
    z-index: -10;
    background-position-x: center;
  }
  .top-art__cn .top-art__main{
    padding-top: 0;
    text-align: center;
  }
  .top-art__cn .top-art__heading{
    color: #ffffff;
    font-size: 5.333333vw;
    top: 17.333333vw;
  }
  .top-art__cn .top-art__heading::after{
    content: none;
  }
  .top-art__cn .top-art__text{
    color: #ffffff;
    font-size: 3.2vw;
  }
  .top-art__cn .top-art__btn-link:link,
  .top-art__cn .top-art__btn-link:visited{
    display: block;
    background-color: #ffffff;
    font-size: 3.73333333vw;
    color: #3799cc;
    text-align: center;
    line-height: 1.0;
    padding: 7.46666666vw;
    position: relative;
  }
  .top-art__cn .top-art__btn-link::after{
    content: "";
    width: 2.66666666vw;
    height: 2.66666666vw;
    background-image: url(/common/img/icon_arrow_blue.svg);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    right: 6.666666vw;
  }

  .top-spend__cn{
    margin-bottom: 16vw;
    padding-top: 5.333333vw;
  }
  .top-spend__cn .top-spend__main-list-item + .top-spend__main-list-item{
    margin-top: 16vw;
  }
  .top-spend__cn .g-section-head{
    margin-bottom: 5.333333vw;
  }
}
