@charset "UTF-8";
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
    -webkit-overflow-scrolling: touch;
  }
}

body {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vpc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vsp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

@font-face {
  font-family: 'mont_SB';
  src: url("./../fonts/Montserrat-SemiBold.ttf");
}

@font-face {
  font-family: 'mont_RG';
  src: url("./../fonts/Montserrat-Regular.ttf");
}

.yu-gothic {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.yu-min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

* {
  padding: 0px;
  margin: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main a {
  color: #666666;
  text-decoration: none;
}

li {
  list-style: none;
}

main a:hover {
  opacity: 0.7;
}

main a p:hover {
  opacity: 0.7;
}

main a img:hover {
  opacity: 0.7;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

header {
  width: 100%;
  height: auto;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 200px;
  font-size: 77%;
  z-index: 1000;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #page-top {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  #page-top {
    right: 20px;
  }
}

.lazy {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.c_delay3 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.c_delay5 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.c_delay7 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.c_delay10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.c_delay15 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.lazy.on {
  opacity: 1;
}

.lazy_hr {
  width: 100%;
  height: 2px;
  overflow: hidden;
  position: relative;
}

.lazy_hr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #ccc;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.lazy_hr.on:before {
  left: 0;
}

.lazy_bg {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.lazy_bg.on {
  -webkit-transform: none;
  transform: none;
}

.lazy_top {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.lazy_top.on {
  -webkit-transform: none;
  transform: none;
}

.lazy_bottom {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.lazy_bottom.on {
  -webkit-transform: none;
  transform: none;
}

.lazy_left {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.lazy_left.on {
  -webkit-transform: none;
  transform: none;
}

.lazy_right {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.lazy_right.on {
  -webkit-transform: none;
  transform: none;
}

.lazy_txt {
  line-height: 160%;
  position: relative;
}

.lazy_txt .txt10 {
  font-size: 10px;
}

@media screen and (min-width: 640px) and (max-width: 959px) {
  .Tab-none {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .SP-none {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .PC-none {
    display: none;
  }
}
/*# sourceMappingURL=../../map/special/e-sports/common.min.css.map */
