@import url("//fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:100,300,400,500,700,800,900&display=swap&subset=japanese");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

opening-game2020.scss

------------------------------------*/
a {
  color: #e60012;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

.txt__honbun {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2em;
  margin-bottom: 0.5em;
}

.txt__s {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2em;
  margin-bottom: 0.5em;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  background: #fff;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
}

.contents {
  margin: auto;
}

.kvArea {
  position: relative;
}

.kvArea__jplogo {
  position: absolute;
  left: 20px;
  top: 20px;
}

.kvArea__heading {
  height: 960px;
  background: url(/img/special/app2020campaign/KV_app2020campaign.png) no-repeat top center;
  text-indent: -9999px;
}

.kvArea__lead {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.3;
  position: relative;
  padding-bottom: 150px;
}

.kvArea__lead:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  background: url(/img/special/app2020campaign/icon_arrow.png) no-repeat 0 0;
  background-size: auto;
  width: 64px;
  height: 80px;
  margin-left: -32px;
}

.sec__border {
  background: url(/img/special/app2020campaign/waku_line.png) no-repeat top center;
  height: 900px;
  margin: 50px auto;
}

.cntArea {
  position: relative;
}

.cntArea__num {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -500px;
}

.cntArea__illust {
  width: 980px;
  margin: auto;
  padding: 60px 0 10px;
}

.cntArea__cnt {
  background: url(/img/special/app2020campaign/waku_black.png) no-repeat top center;
  width: 980px;
  height: 350px;
  margin: auto;
  padding: 60px;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  position: relative;
}

.cntArea__cnt .subheading__borderline {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 60px;
  margin-bottom: 0.5em;
}

.cntArea__cnt .subheading__borderline span {
  background: url(/img/special/app2020campaign/line_heading.png) repeat-y top left;
  display: inline-block;
}

.cntArea__cnt .icon__speech {
  position: absolute;
  top: -100px;
}

.cntArea__cnt .icon__speech.left {
  left: 10px;
}

.cntArea__cnt .icon__speech.right {
  right: 10px;
}

.cntArea__cnt .btn__more {
  position: absolute;
  right: 50px;
  bottom: -5px;
}

.cntArea__cnt .btn__more a, .cntArea__cnt .btn__more span {
  display: inline-block;
}

.cntArea__campaign em {
  background: url(/img/special/app2020campaign/bg_subheading.png) no-repeat top center;
  width: 360px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: block;
  color: #000;
  font-weight: 500;
  margin-bottom: 1em;
}

.downLoadArea {
  background-image: url(/img/special/app2020campaign/illust_king-dog.png), url(/img/special/app2020campaign/bg_downLoadArea.png);
  background-size: auto,100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center, top center;
  min-height: 560px;
  box-sizing: border-box;
  padding: 80px 0;
}

.downLoadArea__heading {
  margin-bottom: 20px;
}

.downLoadArea__text {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.35;
  color: #fff;
  margin-bottom: 10px;
}

.downLoadArea__link {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}

.downLoadArea__link li {
  margin: 10px;
}

.downLoadArea__link li a {
  display: block;
}

.snsBtn {
  margin: 30px 50px;
}

.copyright {
  margin: 30px 50px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
}

.spDISP {
  display: none;
}

.fade-up,
.fade-from-left,
.fade-from-right {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  -o-transition: transform 1s;
}


