@charset "utf-8";

body {font-size: 1.6em;}

/*
#####################################
Common
#####################################
*/
/* PC <-> SP Switch*/
.pc-disnon {display: none;}
.sp-disnon {display: block;}
@media screen and (max-width:767px) and (min-width: 1px){
	.pc-disnon {display: block;}
	.sp-disnon {display: none;}
}

/* Contents Background */
@media screen and (min-width: 768px){
  .contents{
    background: url("/_materials/img/special/obt/char-pc-grp02.png") no-repeat center top,
    url("/_materials/img/special/obt/char-pc-grp03.png") no-repeat center bottom 3vw,
    url("/_materials/img/special/obt/contents-pc_bg.png") no-repeat center top;
  }
}
@media screen and (min-width: 1680px){
  .contents{background-size: 38vw, auto ,auto;}
  .ttl-img{
    width: 100%;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 1440px){
  .contents{background-size: 42%, auto ,auto;}
}
@media screen and (max-width: 1024px){
  .contents{background-size: 50%, auto ,auto;}
}
@media screen and (max-width:767px) and (min-width: 1px){
  .contents{
    background: url("/_materials/img/special/obt/contents-sp_bg.png") no-repeat center top;
    background-size: 100%, auto ,auto;
  }
}

/* Contents Inner */
.contents-inner{
  max-width: 1280px;
  width: 100%;
  margin: 1em auto;
  font-size: 2em;
}
@media screen and (max-width:767px) and (min-width: 1px){
  .contents-inner{font-size: 1.5em;}
}

/* -----------------------------------------
Title
----------------------------------------- */
.title-wrap{
  position: relative;
  width: 100%;
  padding: 12em 0 0;
}
.title-wrap h1 img{width: 100%;}
.title-char{
  position: absolute;
  width: 30%;
  top: 44%;
  left: 3.5vw;
}
/* Logo */
.ninjala-logo{
  position: absolute;
  width: 30%;
  top: 5vw;
}
@media screen and (max-width: 1440px){
  .ninjala-logo{
    left: 1em;
  }
}
@media screen and (max-width:767px) and (min-width: 1px){
  .title-wrap{
    padding: 16em 0 0;
  }
  .ninjala-logo{
    width: 45%;
  }
}

/* -----------------------------------------
Schedule
----------------------------------------- */
.schedule-wrap{
  position: relative;
  max-width: 720px;
  width: 90%;
  margin: 0 auto 2em;
  padding: 1.5em 1.5em 1em 1.5em;
  background: #434343;
  border: solid 3px #000;
  border-radius: 10px;
  color: #fff;
}
.schedule-wrap::before{
  position: absolute;
  content: "";
  border: solid 3px #b769ff;
  border-radius:8px;
  top: 0;
  left: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
.schedule-wrap::after{
  position: absolute;
  content: "";
  border: solid 3px #000;
  border-radius: 6px;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
}

.schedule-ttl{
  position: absolute;
  top: -0.6em;
  left: 0;
  right: 0;
  font-weight: 900;
  font-size: 1.5em;
  text-align: center;
  -webkit-text-stroke: 1px #191919;
  text-shadow: 4px 4px 0px #191919;
  -webkit-transform: skew(0, -3deg);
          transform: skew(0, -3deg);
  z-index: 1;
}

.es .schedule-ttl{
  font-size: 1.3em;
  line-height: 1.2;
}
@media screen and (max-width:767px) and (min-width: 1px){
  .es .schedule-ttl{
    font-size: 1em;
  }
}


.schedule-inner{
  margin-bottom: 1em;
}
.region-ttl{
  padding-left: .5em;
  border-left:6px solid #b769ff;
}
.timezone{
  margin-top: .3em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 900;
}
.schedule-list{
  margin:0;
}
.schedule-list li{
  padding: .3em 1em;
  border-bottom: 3px solid #999;
}
.schedule-notice{
  text-align: center;
  font-size: 0.8em;
  color: #b8f02f;
}

.schedule-wrap.v2 .schedule-list li{
  padding: 0 1em;
  border-bottom: none;
}

.schedule-wrap.v2 .schedule-inner{
  padding-bottom: .3em;
  border-bottom: 3px solid #999;
}

@media screen and (max-width:767px) and (min-width: 1px){
  .schedule-wrap{
    width: 100%;
    padding: 1.5em 1em 1em 1em;
    border-radius: 0px;
    border-left: 0;
    border-right: 0;
  }
  .schedule-wrap::before{
    width: 100%;
    border-radius:0px;
    border-left: 0;
    border-right: 0;
  }
  .schedule-wrap::after{
    width: 100%;
    border-radius: 0px;
    border-left: 0;
    border-right: 0;
    left: 0px;
  }
  .region-ttl{
    padding-left: .3em;
    font-size: 5.5vw;
  }
  .schedule-list{font-size: 5vw;}
  .schedule-wrap.v2 .schedule-list li{padding: 0 .5em;}
}

/* -----------------------------------------
Twitter-wrap
----------------------------------------- */
.twitter-wrap{
  max-width: 720px;
  width: 90%;
  margin: 0 auto 2em;
  background: #434343;
  border: solid 3px #000;
  border-radius: 10px;
}
.twitter-ttl{
  padding: .3em 0;
  text-align: center;
  font-size: .9em;
  color: #fff;
}

.twitter-account a{
  display: block;
  padding: .5em 1em;
  text-align: right;
  font-size: 18px;
  color: #b769ff;
}

.SandboxRoot.env-bp-970 .timeline-Tweet-text {
  font-size: 10.5pt !important;
  line-height: 14pt!important;
}

.SandboxRoot.env-bp-820 .timeline-Tweet-text {
  font-size: 10.5pt !important;
  line-height: 14pt!important;
}
@media screen and (max-width:767px) and (min-width: 1px){
  .twitter-wrap{
    width: 100%;
    border: none;
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
    border-radius: 0px;
  }
}

/* -----------------------------------------
Download-wrap
----------------------------------------- */
.download-wrap{
  text-align: center;
}
.nintendo-notice{
  margin-top: 0.5em;
  font-size: 0.5em;
}
.nintendo-notice span{
  border-radius: 0.5em;
  background: rgba(255, 255, 255, 0.7);
}
