@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");


.collaboration-desc {
  width: 840px;
  margin: 2em auto;
  font-size: 20px;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 856px) {
  .collaboration-desc {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .collaboration-desc {
    font-size: 16px;
  }
}

.collaboration-desc dt {
  font-weight: bold;
  font-size: 120%;
  margin-left: -0.5em;
}

.txt_bottom {
  padding-bottom: 100px;
}

/* header */
.header {
  /*background: url(../../../img/special/e-sports/calamari/pc_bg_top.svg) no-repeat left top;
  background-size: 100%;*/
  padding-top: 14vw;
  position: relative;
}
.header:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    top: 0px;
    left: 0%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-50%);
    z-index: 1;
    border-top: 0px solid #fff;
    border-bottom: 14vw solid transparent;
    border-left: 100vw solid #fff;
    border-right: 100% solid transparent;
}
.fv_logo {
  position: absolute;
  top: -6%;
  left: 3%;
  width: 28.1vw;
  z-index: 2;
}
.fv_logo img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .header {
    padding-top: 29.33vw;
  }
  .header:after {
    border-bottom: 29.33vw solid transparent;
    border-left: 150vw solid #fff;
    border-right: 100% solid transparent;
  }
  .fv_logo {
    top: 0;
    left: 0;
    width: 100%;
    display: block;
  }
  .fv_logo img {
    width: 50vw;
    display: block;
    margin: auto;
  }
}

/*.cal-container {
  background: url(../../../img/special/e-sports/calamari/pc_bg_middle.svg) repeat-y center top;
    background-size: 101vw;
    margin-top: -1px;
}*/

main {
  background: url(../../../img/special/e-sports/calamari/pc_bg_middle02.svg) repeat-y center top;
  background-size: 100%;
  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;
}

/* //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;
  }
}

/*.cal-about-logo {
  background: url("../../../img/special/e-sports/playervoice_bg.png");
  background-size: cover;
  padding-top: 57px;
}

@media screen and (max-width: 768px){
.cal-about-logo {
  padding-top: 15%;
  }
}*/



@media screen and (max-width: 767px){
.cal-about-logo {
    background: url(../../../img/special/e-sports/playervoice_bg_sp.png) no-repeat center top;
    background-size: 100%;
}

.inner {
    background: url(../../../img/special/e-sports/playervoice_bg_small_sp.png) repeat-y left top;
    background-size: 100%;
}
}

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /*.cal-about-logo .ttl {
    max-width: 500px;
    margin: auto;
  }*/
  .cal-about-logo .ttl img {
    width: 80%;
  }
}

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

.cal-about-logo .ttl:before {
  content: "BIG NEWS!!";
  font-family: 'Montserrat';
  font-weight: bold;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 20%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 174px;
  opacity: .2;
  color: #fff;
  letter-spacing: -2px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .cal-about-logo .ttl:before {
    content: "BIG NEWS!!";
    font-family: 'Montserrat';
    font-size: 9.7vw;
  }
}


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

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

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

.cal-about-logo .playerlist {
  max-width: 1000px;
  margin: 0 auto 125px;
}

@media screen and (max-width: 767px) {
  .cal-about-logo .playerlist {
    margin: 0 16px 60px;
  }
}

/*.cal-about-logo .playerlist:nth-child(2) {
  margin-bottom: 150px;
}

.cal-about-logo .playerlist:last-child {
  margin-bottom: 0;
  padding-bottom: 100px;
}*/

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

.cal-about-logo .playerlist .left {
  width: 100%;
}
.cal-about-logo .playerlist .left img {
  display: block;
  margin: auto;
  width: 62%;
}
#txt_cal_logo {
  width: 100%;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: center;
  /*font-weight: bold;*/
  color: #fff;
  margin: 110px auto 130px;
}
#txt_cal_logo .block {
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #txt_cal_logo {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1050px) {
  #txt_cal_logo {
    font-size: 2.3vw;
  }
}
.img_cal_area {
  text-align: center;
  margin-bottom: 170px;
}
.img_cal_area img {
  vertical-align: middle;
}
.img_cal_area img + img {
  margin-left: 4%;
}
/*スマホ対応*/
@media screen and (max-width: 750px) {
  .cal-about-logo .playerlist .left img {
    margin: 0 auto 5em;
  }
  #txt_cal_logo {
  margin: 30px auto 50px;
  font-size: 3.8vw;
  line-height: 2;
  letter-spacing: 0;
  }
  dl.collaboration-desc {
    margin: 0.5em auto 1.5em;
    width: auto;
  }
  /*.collaboration-desc dt {
    font-size:75%;
  }*/
  .collaboration-desc dd {
    /*font-size: 0.65em;*/
    line-height: 1.8;
  }
  .img_cal_area {
    margin-bottom:7em;
  }
  .sp_block{
    display: block;
  }
}
@media only screen and (min-width: 751px) {
  .sp_block{
    display: inline;
  }
  .sp_img{
    display:none!important;
  }
}


/*スマホ対応ここまで*/

@media screen and (max-width: 750px) {
  .logo-area > img {
    width: 70%;
  }
  .logo-area img + img {
    margin-left: 0%;
    margin-top: 50px;
    width: 40%;
  }
}

/*.cal-about-logo .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) {
  .cal-about-logo .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) {
  .cal-about-logo .playerlist .left .txt {
    -webkit-transform: skewY(0);
    transform: skewY(0);
    padding-right: 0;
    /*padding: 0 10px 0 0;*/
    font-size: 3.9vw;
    line-height: 2em;
    margin-top: 20px;
  }
}

.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;
  }
}

.youtube-cal {
  max-width: 840px;
  margin: 60px auto 100px;
  background: url("../../../img/special/e-sports/youtube_bg.png");
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .youtube-cal {
    /*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;
}

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

@media screen and (max-width: 767px) {
  .e-special {
    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: 150px;
  }
}

.e-special .ttl {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 3vw;
  text-align: center;
  opacity: .5;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  margin-bottom: 40px;
  padding-top: 350px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .e-special .ttl {
    font-size: 6vw;
    padding-top: 100px;
  }
}

.e-special .img_e-sports {}

.e-special .btn_e-sports {
  display: block;
  margin-top: 2em;
}

.e-special .btn_e-sports img {
  margin: auto;
  display: block;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .e-special .btn_e-sports img {
    width: 50%;
  }
}
#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;
}

