@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");
/* header */
.gBack #header #logo a:hover,
.gBack #header #logo a img {
  opacity: 1;
}

.sub-navi li a:hover,
.sitenavi a:hover,
.siteLink li a:hover {
  opacity: 1;
}

#globalNavi ul#gNavi li {
  font-family: 'Helvetica Neue', Helvetica, Arial,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic,-apple-system,BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
  font-size: 14px;
}

#globalNavi ul#gNavi li a:hover {
  color: #e84735;
  opacity: 1;
}

.wrap nav {
  width: 100%;
  height: 70px;
  position: relative;
  position: fixed;
  z-index: 1000;
}

.drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 70px;
  padding: 8px 32px 0;
}

.navbar_brand {
  width: 150px;
}

main {
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
  font: inherit;
}

.revealItem .revealContent .ttl {
  font-weight: normal;
}

.btn_page_top {
  display: none !important;
}

@media screen and (max-width: 720px) {
  .drawer {
    padding: 6.5px 16px 0;
  }
}

/* トグル */
.navbar_toggle {
  z-index: 9999;
}

.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #999;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

.navbar_toggle_icon:nth-child(1) {
  top: 0;
}

.navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
}

.navbar_toggle_icon:nth-child(3) {
  top: 0;
}

/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ナビゲーション */
.menu {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 1000;
  position: relative;
  background: rgba(0, 0, 0, 0.9);
}

.menu ul li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  border-bottom: 1px solid #CCC;
}

.menu ul li a {
  color: #ffffff;
  padding: 2em;
  display: block;
}

/*OPEN時の動き*/
.menu.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.sp_menu {
  display: block;
}

/* レスポンシブ */
@media screen and (min-width: 720px) {
  .wrap nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar_toggle {
    display: none;
  }
  .menu {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: none;
  }
  .menu ul {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu ul li {
    font-size: 16px;
    padding: 0 0em;
    border-bottom: none;
  }
  .sp_menu {
    display: none;
  }
}

.nav {
  position: fixed;
  top: 41px;
  right: 0;
  width: calc(100% - 200px);
  color: #fff;
  z-index: 100;
  text-align: right;
}

.nav li {
  display: inline-block;
  padding: 0 1em;
  font-size: 0.875em;
}

.nav li a {
  color: #fff;
}

@media screen and (max-width: 568px) {
  .nav {
    display: none;
    position: fixed;
    top: 11px;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 100;
    text-align: right;
  }
  .nav li {
    font-size: 0.75em;
  }
}

.main_imgBox {
  height: 680px;
  overflow: hidden;
  position: relative;
}

@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes logo {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime-end {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anime-end {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* //header */
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

#wrap {
  position: relative;
}

.wrap {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 767px) {
  .wrap {
    height: auto;
  }
}

.wrap .fv_center {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .wrap .fv_center {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.wrap #bg-video {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .wrap #bg-video {
    top: 0;
    bottom: auto;
    min-height: 100vh;
    position: fixed;
    min-height: 100%;
  }
}

/* SP youtube埋め込み用 */
.movWrap #movie {
  min-width: 100%;
  width: 200%;
  height: 200%;
  z-index: -100;
  background-size: cover;
  top: -50%;
  left: -50%;
  bottom: auto;
  position: fixed;
  min-height: 100%;
}

@media screen and (max-width: 767px) {
  .movWrap #movie {
    min-width: 100%;
    width: 200%;
    height: 200%;
    z-index: -100;
    background-size: cover;
    top: -50%;
    left: -50%;
    bottom: auto;
    position: fixed;
    min-height: 100%;
  }
}

/* //SP youtube埋め込み用 */
.wrap .fv_main {
  max-width: 1045px;
  width: 95%;
  padding: 8% 0 0px;
  margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap .fv_main {
    padding: 4% 0 0px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .wrap .fv_main {
    width: 100%;
    padding: 130px 0px 20px;
  }
}

.wrap .fv_logo {
  margin-top: -5%;
  margin-left: auto;
  max-width: 454px;
  width: 45%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap .fv_logo {
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .wrap .fv_logo {
    max-width: none;
    width: 80%;
    margin: 0 auto;
  }
}

.movie {
  position: relative;
  background: linear-gradient(180deg, transparent 0%, transparent 20%, #000 100px, #000 100%);
}

.movie_wrap {
  -webkit-transform: skewY(-8deg);
  transform: skewY(-8deg);
  background: #000;
}

.movie_cont {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .movie_cont {
    width: 100%;
  }
}

.movie_cont.left {
  float: left;
}

.movie_cont.left img {
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .movie_cont.left {
    float: none;
  }
}

.movie_cont.right {
  float: right;
}

.movie_cont.right img {
  max-width: 1270px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .movie_cont.right {
    float: none;
  }
}

.movie_cont_ttl {
  position: absolute;
  top: 0;
  padding: 60px 40px;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 767px) {
  .movie_cont_ttl {
    padding: 30px 20px;
  }
}

.movie_cont .pop_btn {
  max-width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.movie_cont .pop_btn img {
  -webkit-transform: skewY(8deg);
  transform: skewY(8deg);
}

.video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.official {
  -webkit-transform: skewY(-8deg);
  transform: skewY(-8deg);
  background: -ms-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.7) 33.05%, white 59.94%, rgba(255, 255, 255, 0.7) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(33.05%, rgba(255, 255, 255, 0.7)), color-stop(59.94%, white), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.7) 33.05%, white 59.94%, rgba(255, 255, 255, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#FFFFFF' , GradientType=1);
  text-align: center;
  padding: 20px 0;
}

.official span {
  background: #e00f24;
  color: #e00f24;
  font-size: 3rem;
  font-weight: bold;
  background: -ms-linear-gradient(0deg, #751731 0%, #e00f24 33.05%, #751731 59.94%, #e00f24 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e00f24', endColorstr='#e00f24' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(#751731), color-stop(33.05%, #e00f24), color-stop(59.94%, #751731), to(#e00f24));
  background: linear-gradient(90deg, #751731 0%, #e00f24 33.05%, #751731 59.94%, #e00f24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e00f24',endColorstr='#e00f24' , GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  line-height: 1.3em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .official span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .official span {
    line-height: 1.4em;
    font-size: 4vw;
    display: block;
  }
}

@media all and (-ms-high-contrast: none) {
  .official span {
    color: #e00f24;
    background: transparent;
  }
}

.sponcer {
  max-width: 680px;
  margin-left: auto;
  padding: 50px 0 80px;
}

.what .ttl {
  letter-spacing: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  padding: 96px 0 116px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .what .ttl {
    max-width: 500px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .what .ttl {
    padding: 50px 0;
    margin-bottom: 30px;
  }
}

.what .ttl:before {
  content: "WHAT’S Colantotte";
  font-family: 'Montserrat';
  font-weight: 500;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 13.3rem;
  letter-spacing: -2px;
  opacity: .2;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}

@media screen and (max-width: 1400px) {
  .what .ttl:before {
    font-size: 9vw;
  }
}

@media screen and (max-width: 767px) {
  .what .ttl:before {
    font-size: 13vw;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .what .ttl img {
    width: 80%;
  }
}

.what_list {
  margin: 0 auto 135px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .what_list {
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 767px) {
  .what_list {
    margin: 0 auto 60px;
  }
}

.what_list dt {
  padding: 5px 0 40px;
  font-size: 3.4rem;
  line-height: 59.5px;
  letter-spacing: 3.4px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .what_list dt {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .what_list dt {
    padding: 40px 8px;
    line-height: 1.6em;
  }
}

@media screen and (max-width: 560px) {
  .what_list dt {
    font-size: 3rem;
  }
}

@media screen and (max-width: 374px) {
  .what_list dt.font-size-adjust {
    font-size: 19px;
  }
}

.what_list dt:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: -130px;
  width: 200px;
  height: 2px;
  background: -ms-linear-gradient(0deg, #00c6ff 0%, #7d65ff 48.9%, magenta 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00C6FF', endColorstr='#FF00FF' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(#00c6ff), color-stop(48.9%, #7d65ff), to(magenta));
  background: linear-gradient(90deg, #00c6ff 0%, #7d65ff 48.9%, magenta 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00C6FF',endColorstr='#FF00FF' , GradientType=1);
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .what_list dt:after {
    left: 0;
  }
}

.what_list dd {
  line-height: 1.8em;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .what_list dd {
    padding: 0 10px;
    line-height: 2em;
    font-size: 3.8vw;
  }
}

.what_list .left.img {
  position: absolute;
  left: 0;
  top: 0;
  width: 51vw;
  height: 330px;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .what_list .left.img {
    width: 46vw;
  }
}

@media screen and (max-width: 767px) {
  .what_list .left.img {
    position: static;
    width: 100%;
    height: auto;
  }
}

.what_list .left.img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .what_list .left.img img {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: initial;
    transform: initial;
  }
}

.what_list .right.txt {
  width: 40%;
  float: right;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .what_list .right.txt {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .what_list .right.txt {
    width: 100%;
    float: none;
  }
}

.what_list .right.img {
  position: absolute;
  right: 0;
  top: 0;
  width: 51vw;
  height: 330px;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .what_list .right.img {
    width: 46vw;
  }
}

@media screen and (max-width: 767px) {
  .what_list .right.img {
    position: static;
    width: 100%;
    height: auto;
  }
}

.what_list .right.img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .what_list .right.img img {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: initial;
    transform: initial;
  }
}

.what_list .left.txt {
  width: 40%;
  float: left;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .what_list .left.txt {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .what_list .left.txt {
    width: 100%;
    float: none;
  }
}

.what_list .left.txt dt {
  text-align: right;
}

.what_list .left.txt dt:after {
  left: auto;
  right: -130px;
}

@media screen and (min-width: 768px) {
  .what_list .what-esports {
    max-width: 1300px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .what_list .left.txt dt:after {
    right: 0;
  }
}

.playervoice {
  background: url("../../../img/special/e-sports/playervoice_bg.png");
  background-size: cover;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .playervoice {
    background: url("../../../img/special/e-sports/playervoice_bg_sp.png");
    background-size: cover;
  }
}

.playervoice .ttl {
  letter-spacing: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  padding: 96px 0 116px;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .playervoice .ttl {
    max-width: 500px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .playervoice .ttl {
    padding: 50px 0;
  }
}

.playervoice .ttl:before {
  content: "PLAYER’S VOICE";
  font-family: 'Montserrat';
  font-weight: 500;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 13.3rem;
  opacity: .2;
  color: #fff;
  letter-spacing: -2px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .playervoice .ttl:before {
    font-size: 12vw;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .playervoice .ttl:before {
    font-size: 14vw;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .playervoice .ttl img {
    width: 80%;
  }
}

.playervoice .playerlist {
  max-width: 1000px;
  margin: 0 auto 125px;
}

@media screen and (max-width: 767px) {
  .playervoice .playerlist {
    margin: 0 auto 60px;
  }
}

.playervoice .playerlist:nth-child(2) {
  margin-bottom: 150px;
}

.playervoice .playerlist:last-child {
  margin-bottom: 0;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .playervoice .playerlist:last-child {
    padding-bottom: 60px;
  }
}

.playervoice .playerlist .left {
  width: 65%;
  float: left;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .playervoice .playerlist .left {
    width: 100%;
    float: none;
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .playervoice .playerlist .left {
    width: 100%;
    float: none;
    padding: 0 0 0 10px;
  }
}

.playervoice .playerlist .left img.player02 {
  max-width: 500px;
}

@media screen and (max-width: 767px) {
  .playervoice .playerlist .left img.player02 {
    max-width: none;
  }
}

.playervoice .playerlist .left img.player03 {
  max-width: 560px;
}

@media screen and (max-width: 767px) {
  .playervoice .playerlist .left img.player03 {
    max-width: none;
  }
}

.playervoice .playerlist .left .txt {
  -webkit-transform: skewY(-9deg);
  transform: skewY(-9deg);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8em;
  padding-right: 70px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .playervoice .playerlist .left .txt {
    -webkit-transform: skewY(0);
    transform: skewY(0);
    padding-right: 0;
    padding: 0 20px 0 0;
    font-size: 1.8rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .playervoice .playerlist .left .txt {
    -webkit-transform: skewY(0);
    transform: skewY(0);
    padding-right: 0;
    padding: 0 10px 0 0;
    font-size: 3.8vw;
    line-height: 2em;
    margin-top: 20px;
  }
}

.playervoice .playerlist .right {
  float: right;
  width: 35%;
  position: relative;
}

.playervoice .playerlist .right img {
  position: absolute;
}

.playervoice .playerlist .right img.player01 {
  min-width: 1355px;
  left: -200px;
  top: -50px;
}

.playervoice .playerlist .right img.player02 {
  min-width: 1355px;
  left: -100px;
  top: -110px;
}

.playervoice .playerlist .right img.player03 {
  min-width: 985px;
  left: -50px;
  top: -110px;
}

.pickup {
  background: url("../../../img/special/e-sports/pickup_item_bg.png");
  background-size: cover;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .pickup {
    background: #000;
  }
}

.pickup h2 {
  color: #fff;
  font-size: 5rem;
  text-align: center;
  margin-bottom: 40px;
}

.pickup h2 span {
  display: block;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pickup h2 img {
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .pickup h2 img {
    width: 80%;
  }
}

.pickup .item_flow {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}

.pickup .item_flow span {
  display: inline-block;
  border: 2px solid #fff;
  padding: 10px 30px;
  letter-spacing: 2px;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pickup .item_flow span {
    display: block;
    padding: 30px 30px 30px;
    width: 90%;
    margin: auto;
    font-size: 2rem;
  }
}

.pickup .item_flow:before {
  position: absolute;
  left: 50%;
  bottom: -30px;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 10px;
  height: 10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-left: -5px;
}

@media screen and (max-width: 767px) {
  .pickup .item_flow:before {
    bottom: 13px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

.pickup .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.8);
  filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pickup .item_list {
    display: block;
    width: 95%;
    margin: auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pickup .item_list {
    display: block;
    width: 95%;
    margin: auto;
    margin-bottom: 10px;
  }
}

.pickup .item_list.n2 {
  background: rgba(255, 255, 255, 0.7);
}

.pickup .item_list .left {
  width: 37%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pickup .item_list .left {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pickup .item_list .left {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pickup .item_list .left img {
    width: 100%;
  }
}

.pickup .item_list .right {
  width: 63%;
  padding: 40px 60px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pickup .item_list .right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pickup .item_list .right {
    width: 100%;
    padding: 20px 10px;
  }
}

.pickup .item_list .right .brand_name {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .pickup .item_list .right .brand_name {
    font-size: 2.4rem;
    text-align: center;
  }
}

.pickup .item_list .right h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pickup .item_list .right h3 {
    text-align: center;
    font-size: 2.8rem;
  }
}

.pickup .item_list .right h3 span {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .pickup .item_list .right h3 span {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 2.6rem;
  }
}

.pickup .item_list .right .spec, .pickup .item_list .right .size, .pickup .item_list .right .price {
  font-size: 1.4rem;
  line-height: 1.6em;
  font-weight: bold;
  position: relative;
  padding-left: 4em;
}

@media screen and (max-width: 767px) {
  .pickup .item_list .right .spec, .pickup .item_list .right .size, .pickup .item_list .right .price {
    font-size: 1.8rem;
  }
}

.pickup .item_list .right .spec span, .pickup .item_list .right .size span, .pickup .item_list .right .price span {
  position: absolute;
  left: 0;
}

.pickup .item_list .right .number {
  margin: 18px auto;
  padding-top: 20px;
  font-weight: bold;
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pickup .item_list .right .number {
    font-size: 1.8rem;
  }
}

.pickup .item_list .right .view_more {
  max-width: 210px;
  margin-left: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .pickup .item_list .right .view_more {
    max-width: none;
    text-align: center;
  }
}

.care {
  background: url("../../../img/special/e-sports/care_bg.png");
  background-size: cover;
  padding: 80px 0;
}

.care h2 {
  color: #000;
  font-size: 5rem;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .care h2 {
    font-size: 4rem;
  }
}

.care h2 span {
  display: block;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 10px;
}

.care .bd_box {
  border: 1px solid #CCCCCC;
  padding: 40px 50px 20px;
}

@media screen and (max-width: 767px) {
  .care .bd_box {
    width: 95%;
    margin: auto;
    padding: 20px 10px 20px;
  }
}

.care .bd_box .subttl {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .care .bd_box .subttl {
    line-height: 1.8em;
  }
}

.care .bd_box .subttl .bd {
  font-weight: bold;
}

.care .bd_box .subttl .blue {
  color: #05C2FF;
  font-weight: bold;
  padding: 0 5px;
}

.care .bd_box .subttl .pink {
  color: #FF00FF;
  font-weight: bold;
  padding: 0 5px;
}

.care .bd_box h3 {
  text-align: center;
  margin-bottom: 40px;
}

.care .bd_box h3 img {
  max-width: 520px;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .care .bd_box h3 {
    font-size: 3.2rem;
  }
}

.care .bd_box .left {
  width: 50%;
  float: left;
  padding-right: 4%;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .care .bd_box .left {
    width: 100%;
    float: none;
    padding-right: 0;
    border-right: none;
  }
}

.care .bd_box .right {
  width: 50%;
  float: right;
  padding-left: 4%;
}

@media screen and (max-width: 767px) {
  .care .bd_box .right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.care .bd_box .c_txt {
  text-align: center;
  margin: 20px auto;
  font-size: 1.4rem;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .care .bd_box .c_txt.sp_left {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .care .bd_box .c_txt {
    font-size: 1.8rem;
  }
}

.care .bd_box .c_txt .bd {
  font-weight: bold;
}

.care .bd_box .c_txt .blue {
  color: #05C2FF;
  font-weight: bold;
  padding: 0 3px;
}

.care .bd_box .c_txt .pink {
  color: #FF00FF;
  font-weight: bold;
  padding: 0 3px;
}

.care .bd_box .sand {
  margin-top: 10px;
  font-size: 1.2rem;
}

.youtube {
  padding: 60px 0 100px;
  background: url("../../../img/special/e-sports/youtube_bg.png");
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .youtube {
    padding: 30px 10px 100px;
    background: #131A22;
  }
}

.youtube_cont {
  max-width: 100%;
  width: 100% !important;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.2%;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .youtube_cont {
    padding-top: 56.25%;
  }
}

.youtube_cont iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.campagin {
  background: url("../../../img/special/e-sports/campaign_bg.png");
  background-size: cover;
  min-height: 1000px;
  margin-top: -270px;
  padding-bottom: 420px;
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 767px) {
  .campagin {
    background: url("../../../img/special/e-sports/campaign_sp_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -200px;
    background-position: top;
    min-height: auto;
    padding-bottom: 200px;
  }
}

.campagin .ttl {
  font-weight: bold;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 13.3rem;
  text-align: center;
  opacity: .2;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  margin-bottom: 40px;
  padding-top: 280px;
}

@media screen and (max-width: 767px) {
  .campagin .ttl {
    font-size: 14vw;
    padding-top: 167px;
    margin-bottom: 0;
  }
}

.campagin_wrap {
  position: relative;
}

.campagin .left {
  width: 62%;
  color: #fff;
  font-family: "游明朝","YuMincho";
  font-weight: bold;
  position: relative;
  z-index: 10;
  padding-top: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .campagin .left {
    width: 95%;
    margin: auto;
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .campagin .left {
    width: 95%;
    margin: auto;
    padding-top: 30px;
  }
}

.campagin .left h3 {
  color: #fff;
  font-size: 5.3rem;
  line-height: 1.2em;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .campagin .left h3 {
    font-size: 8.8vw;
    line-height: 1.2em;
    margin-bottom: 30px;
  }
}

.campagin .left h3 span {
  font-size: 1.6rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .campagin .left h3.tentative {
    position: relative;
    font-size: 7.6vw;
  }
  .campagin .left h3.tentative span {
    position: absolute;
    top: -33px;
    right: 6px;
  }
}

.campagin .left .comingsoon {
  font-size: 4.6rem;
  font-family: 'Montserrat';
  font-weight: 500;
  padding: 20px;
  text-align: center;
  border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .campagin .left .comingsoon {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 346px) {
  .campagin .left .comingsoon {
    font-size: 33px;
  }
}

.campagin .left .comingsoon span {
  display: block;
  font-size: 1.6rem;
  font-family: "游明朝","YuMincho";
  margin-top: 10px;
}

.campagin .left .anke_txt {
  font-size: 3.8vw;
  line-height: 2em;
  margin: 20px auto;
}

/* SHARE */
.sns-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2em auto;
}

.sns-share li {
  margin-right: 1em;
}

.sns-share li a {
  display: block;
  float: left;
  padding: 0;
  color: #fff;
}

.sns-share li a i {
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 50%;
  line-height: 50px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 32px;
}

/* //SHARE */
.campagin .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 46vw;
  height: 460px;
  overflow: hidden;
}

.circle {
  z-index: 1;
  /* padding-top: 80px; */
  padding-top: 0;
  /* margin-top: -270px; */
  margin-top: -40px;
  position: relative;
  background: -ms-linear-gradient(0deg, #00c6ff 0%, #7d65ff 48.9%, magenta 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00C6FF', endColorstr='#FF00FF' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(#00c6ff), color-stop(48.9%, #7d65ff), to(magenta));
  background: linear-gradient(90deg, #00c6ff 0%, #7d65ff 48.9%, magenta 100%);
}

@media screen and (max-width: 767px) {
  .circle {
    /* margin-top: -150px; */
    margin-top: -70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .circle img {
    width: 100%;
  }
}

/* revealContentを最初は消しておく */
.revealContent {
  opacity: 0;
}

/* revealActiveクラスが追加されて.3s後に表示する */
.revealActive .revealContent {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  opacity: 1;
}

@media screen and (max-width: 1040px) {
  .revealContent {
    padding: 0px 20px;
    width: 100%;
  }
}

.revealItem {
  position: relative;
}

@media screen and (max-width: 767px) {
  .revealContent .ttl span img.magnetic_ttl {
    max-width: 136px;
  }
}

.revealItem.revealActive::before {
  -webkit-animation: hideFromLeft .3s forwards, showFromLeft .3s forwards .3s;
  animation: hideFromLeft .3s forwards, showFromLeft .3s forwards .3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  margin: 1px;
}

.revealItem.revealActive.blue::before {
  background: #00c6ff;
}

.revealItem.revealActive.pink::before {
  background: #e911ff;
}

.revealItem.revealActive.ppl::before {
  background: #7d64ff;
}

/* before擬似要素を左から右にスライドイン */
@-webkit-keyframes hideFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes hideFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* before擬似要素を左から右にスライドアウト */
@-webkit-keyframes showFromLeft {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes showFromLeft {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/* 画像を使うときはvertical-align bottomをしないと下に余白ができてしまうので注意！！ */
.revealImg {
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}

#footer {
  margin-top: 0;
  padding-top: 46px;
  background: #fff;
}

@media screen and (min-width: 1220px) {
  #footer .f_wrap .f_bottom .f_bottom_wrap .f_bottom_inner02 .sns_blk li.youtube,
  #footer .f_wrap_sp .f_bottom .f_bottom_wrap .f_bottom_inner .sns_blk li.youtube {
    padding: 0;
    background: transparent !important;
  }
}

@media screen and (max-width: 1219px) {
  #footer .f_wrap .f_bottom .f_bottom_wrap .f_bottom_inner02 .sns_blk li.youtube,
  #footer .f_wrap_sp .f_bottom .f_bottom_wrap .f_bottom_inner .sns_blk li.youtube {
    background: transparent !important;
  }
}

#page-top {
  z-index: 200;
}
/*# sourceMappingURL=../../map/special/e-sports/style.css.map */
