@charset "UTF-8";
/*! Writen  by SCSS */
/* ムービー
video {
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 16 / 9; /* 動画のアスペクト比 
  display: block;
  margin: auto;
}
video {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  margin: auto;
}*/
/* CSS Document */
/*TOPフローティングバナー */
@media screen and (max-width: 768px) {
  .bannercam {
    position: fixed;
    bottom: 75px;
    right: 0;
    width: 230px;
    height: 197px;
    z-index: 1001;
    background-color: #fff;
    text-decoration: none;
    transition: .3s; }

  .bannercam-relative {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1001; }

  .bannercam-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 1001; }

  .bannercam-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    font-size: 23px;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 1002;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

  .bannercam:hover {
    opacity: 0.9;
    filter: brightness(120%); } }
@media screen and (min-width: 768px) {
  /*TOPフローティングバナー */
  .bannercam {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 428px;
    height: 425px;
    z-index: 1001;
    background-color: #fff;
    text-decoration: none;
    transition: .3s; }

  .bannercam-relative {
    position: relative;
    width: 428px;
    height: 425px;
    z-index: 1001; }

  .bannercam-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 428px;
    height: 425px;
    z-index: 1001; }

  .bannercam-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 1002;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

  .bannercam:hover {
    opacity: 1;
    filter: brightness(110%); }

  .topmain {
    width: 100%;
    height: auto;
    margin: 0px auto 0px auto; }

  .topmain img {
    max-width: 100%;
    height: auto; } }
@media screen and (max-width: 767px) {
  .st20 {
    padding-top: 70px; }

  /* 陣場のこと*/
  .banner3 {
    position: relative;
    overflow: hidden;
    max-width: 400px;
    height: 497px; }

  .banner3:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("../images/top/zehbg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out; }

  .banner3:hover:after {
    opacity: 1.0;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  .banner3 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 100%;
    text-decoration: none;
    color: #fff; } }

/*# sourceMappingURL=home2.css.map */
