html {
  font-size: 10px;
  color: #010101;
}

body {
  font-size: 1.4rem;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  background-color: #000;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../images/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  color: #444;
  text-decoration: none;
  transition: 0.2s;
}

a:hover, a:visited, a:active {
  color: #444;
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s;
}

p {
  line-height: 1.8rem;
  margin: 5px 0;
}

div,
span,
li,
a {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.sp {
  display: none;
}

.container {
  max-width: 1064;
  padding: 0px 20px;
  text-align: center;
  margin: 0 auto;
}

h2 {
  text-align: center;
}

.btn-more a {
  background: #2fb9fb;
  padding: 35px;
  display: block;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 3.2rem;
  color: #0d2e4b;
  font-weight: 900;
  position: relative;
}

.btn-more a::before {
  content: "";
  position: absolute;
  top: 46px;
  right: 20px;
  width: 18px;
  height: 18px;
  border-top: 2px solid #0d2e4b;
  border-right: 2px solid #0d2e4b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .btn-more a {
    font-size: 2.2rem;
    padding: 20px;
  }
  .btn-more a::before {
    top: 30px;
    width: 10px;
    height: 10px;
  }
}

.more-small a::before {
  top: 40px;
  right: 30px;
}

@media screen and (max-width: 768px) {
  .more-small a::before {
    top: 30px;
  }
}

.more-bk a {
  background: #141414;
  color: #fff;
}

.more-bk a::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.kv {
  background: #efece0;
  text-align: center;
  background-image: url(../images/kv.png), url(../images/kv_bg.png);
  background-position: center top, center top;
  background-repeat: no-repeat, repeat-x;
  position: relative;
}

.kv .btn {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}

.pv {
  max-width: 680px;
  margin: 0 auto;
  padding: 120px 0;
}

.pv .player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

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

@media screen and (max-width: 768px) {
  .pv {
    padding: 0 0 60px 0;
  }
  .pv .player {
    width: 100vw;
  }
}

.story {
  padding-bottom: 105px;
}

.story .text {
  padding: 20px 0 50px;
}

.story .text p {
  font-size: 2.8rem;
  line-height: 4.4rem;
  margin: 25px 0;
}

.story .box {
  background: #141414;
  padding: 30px 0;
  color: #b4b4b4;
  margin: 18px auto;
  border: 4px solid #505050;
  background-image: url(../images/story_bg.png);
  background-repeat: no-repeat;
  background-position: center left;
}

.story .box dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.story .box dl dt {
  width: 250px;
  font-size: 2.8rem;
  height: 100%;
  font-weight: bold;
}

.story .box dl dd {
  display: flex;
  align-items: center;
  width: calc(100% - 250px);
  border-left: solid #343434 1px;
  min-height: 180px;
  text-align: left;
  padding: 0 40px;
  font-size: 1.8rem;
}

.story .box dl dd p {
  line-height: 2.6rem;
}

@media screen and (max-width: 768px) {
  .story {
    padding-bottom: 40px;
  }
  .story .text {
    padding: 30px 0 10px;
  }
  .story .text p {
    font-size: 1.4rem;
    margin: 20px 0;
    line-height: 2.8rem;
  }
  .story .box {
    padding: 20px 0;
  }
  .story .box dl dt {
    width: 100%;
    padding: 0 20px 20px 20px;
    text-align: left;
    font-size: 1.6rem;
    height: auto;
  }
  .story .box dl dd {
    width: 100%;
    border-top: solid #343434 1px;
    border-left: 0;
    padding: 10px 20px 0;
  }
  .story .box dl dd p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.character {
  background: #efece0;
  position: relative;
}

.character .bg {
  background-image: url(../images/chara_01b.png?1);
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  right: 50%;
  top: 0;
  margin-right: -58%;
}

.character .bg02 {
  background-image: url(../images/chara_02b.png?1);
}

.character .bg03 {
  background-image: url(../images/chara_03b.png?1);
}

.character .bg04 {
  background-image: url(../images/chara_04b.png?1);
}

.character .swiper-wrapper {
  height: auto;
}

.character .swiper-slide {
  height: auto;
}

.character .box {
  position: relative;
  padding-top: 240px;
  min-height: 800px;
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  z-index: 3;
  background-image: url(../images/chara_ttl.png);
  background-repeat: no-repeat;
  background-position: top 70px center;
}

.character .box .image {
  position: absolute;
  bottom: 0;
  z-index: 4;
  width: 40%;
  height: 100%;
  background-image: url(../images/chara_01.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.character .box .text {
  color: #010101;
  margin-left: 46%;
}

.character .box .text .name {
  font-size: 5.8rem;
  margin-bottom: 20px;
}

.character .box .text .name span {
  font-size: 2.8rem;
  margin-left: -20px;
}

.character .box .text .voice {
  margin-bottom: 30px;
  display: flex;
}

.character .box .text .voice .headline {
  padding: 2px 10px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 2rem;
  margin-right: 15px;
  font-weight: 600;
}

.character .box .text .voice .no {
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  color: #000;
  display: block;
  margin-right: 15px;
  line-height: 34px;
  text-align: center;
  font-size: 2rem;
  border-radius: 50px;
  cursor: pointer;
}

.character .box .text .voice .no:hover {
  background: #000;
  color: #fff;
}

.character .box .text .voice .playing {
  background: #000;
  color: #fff;
}

.character .box .text .serif span {
  font-size: 2.8rem;
  background: #141414;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px;
  display: inline-block;
}

.character .box .text .tx {
  padding: 10px 0 40px;
}

.character .box .text .tx p {
  font-size: 2rem;
  margin-bottom: 30px;
  line-height: 2.5rem;
  font-weight: 600;
}

.character .chara2 .image {
  background-image: url(../images/chara_02.png);
}

.character .chara3 .image {
  background-image: url(../images/chara_03.png);
  width: 44%;
}

.character .chara4 .image {
  background-image: url(../images/chara_04.png);
}

@media screen and (max-width: 768px) {
  .character {
    padding-top: 60px;
  }
  .character .chara1 .image {
    background-image: url(../images/chara_01_sp.png);
  }
  .character .chara2 .image {
    background-image: url(../images/chara_02_sp.png);
  }
  .character .chara3 .image {
    background-image: url(../images/chara_03_sp.png);
  }
  .character .chara4 .image {
    background-image: url(../images/chara_04_sp.png);
  }
  .character .swiper-slide {
    height: 500px;
  }
  .character .bg {
    background-size: 140% auto;
    background-position: top right -100px;
  }
  .character .box {
    background-image: none;
    min-height: 500px;
    padding-top: 20px;
    height: auto;
  }
  .character .box .image {
    background-size: 115%;
    width: 47%;
    background-position: right top;
  }
  .character .box .text {
    margin-left: 45%;
  }
  .character .box .text .name {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .character .box .text .name span {
    font-size: 1.4rem;
    margin-left: -5px;
  }
  .character .box .text .voice {
    margin-bottom: 20px;
  }
  .character .box .text .voice .headline {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-right: 8px;
  }
  .character .box .text .voice .no {
    font-size: 1.2rem;
    line-height: 2.5rem;
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .character .box .text .serif span {
    font-size: 1.2rem;
  }
  .character .box .text .tx {
    padding: 0px 10px 10px;
  }
  .character .box .text .tx p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 10px;
  }
}

.character .swiper-button-next, .character .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 74px;
}

.character .pagination {
  background: #141414;
  padding: 20px 0;
}

.character .pagination .inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.character .swiper-container .swiper-pagination {
  position: inherit;
  margin: 0 auto;
}

.character .arrows {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  height: 190px;
}

.character .swiper-container .swiper-pagination span {
  width: 150px;
  height: 150px;
  border-radius: 0;
  background-image: url(../images/chara_icon_01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  opacity: 0.4;
  margin: 0 10px;
}

.character .swiper-container .swiper-pagination span:nth-child(2) {
  background-image: url(../images/chara_icon_02.png);
}

.character .swiper-container .swiper-pagination span:nth-child(3) {
  background-image: url(../images/chara_icon_03.png);
}

.character .swiper-container .swiper-pagination span:nth-child(4) {
  background-image: url(../images/chara_icon_04.png);
}

.character .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

.character .preview .inner {
  max-width: 1020px;
  margin: 0 auto;
}

.character .swiper-button-prev, .character .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.character .swiper-button-next, .character .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.character .swiper-button-prev:after, .character .swiper-container-rtl .swiper-button-next:after,
.character .swiper-button-next:after, .character .swiper-container-rtl .swiper-button-prev:after {
  content: "";
  width: 80px;
  height: 50px;
  background-image: url(../images/chara_l.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.character .swiper-button-next:after, .character .swiper-container-rtl .swiper-button-prev:after {
  background-image: url(../images/chara_r.png);
}

@media screen and (max-width: 768px) {
  .character .pagination {
    padding: 10px 0;
  }
  .character .pagination .inner {
    margin: 0 2vw;
  }
  .character .swiper-container .swiper-pagination span {
    width: 17vw;
    margin: 1vw;
    height: 17vw;
  }
  .character .swiper-button-next, .character .swiper-button-prev {
    width: 8vw;
  }
}

.gamestart {
  text-align: center;
  padding: 90px 20px;
}

@media screen and (max-width: 768px) {
  .gamestart {
    padding: 40px 2%;
  }
}

.products {
  padding-bottom: 150px;
}

.products .box {
  background: #141414;
  border: 4px solid #505050;
  padding: 30px 30px 50px;
  margin-top: 70px;
}

.products .box .image {
  width: 50%;
  padding: 0 60px 0 74px;
}

.products .box .text {
  width: 50%;
  text-align: left;
  font-size: 2rem;
  line-height: 3rem;
}

.products .box .text .title, .products .box .text .price {
  font-size: 2.8rem;
  line-height: 3.4rem;
}

.products .box .text .title span, .products .box .text .price span {
  font-size: 4.8rem;
}

.products .box .text p {
  margin-bottom: 30px;
  line-height: 3rem;
}

.products .box .text dl {
  margin-bottom: 20px;
}

.products h3 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 3.2rem;
  padding: 25px 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .products {
    padding-bottom: 0;
  }
  .products .box {
    margin: 40px -20px 0 -20px;
    border-left: 0;
    border-right: 0;
    padding: 30px 20px;
  }
  .products .box .image {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .products .box .text {
    width: 100%;
  }
  .products .box .text p {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 15px;
  }
  .products .box .text .title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .products .box .text .price {
    font-size: 1.8rem;
  }
  .products .box .text .price span {
    font-size: 3rem;
  }
  .products .box .text .btn-more {
    margin-top: 30px;
  }
  .products h3 {
    font-size: 1.8rem;
    padding: 10px 0;
    margin-bottom: 30px;
  }
}

.info {
  background: #efece0;
  padding: 90px 0;
  color: #000;
}

.info .row {
  padding-top: 60px;
}

.info .image {
  width: 50%;
  padding: 0 60px 0 74px;
}

.info .text {
  width: 50%;
  text-align: left;
  font-size: 2rem;
  line-height: 3rem;
}

.info .text p {
  margin-bottom: 30px;
  line-height: 3rem;
}

.info .text dl {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .info {
    margin: 40px -20px 0 -20px;
    border-left: 0;
    border-right: 0;
    padding: 30px 20px;
  }
  .info .row {
    padding-top: 30px;
  }
  .info .image {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .info .text {
    width: 100%;
  }
  .info .text p {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 15px;
  }
  .info .text .title {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .info .text .price {
    font-size: 1.8rem;
  }
  .info .text .price span {
    font-size: 3rem;
  }
  .info .text .btn-more {
    margin-top: 30px;
  }
  .info .text dl dt, .info .text dl dd {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.more {
  padding: 90px 20px 0;
}

@media screen and (max-width: 768px) {
  .more {
    padding: 40px 20px 10px;
  }
}

/*
===========================================
SP
===========================================
*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp img {
    width: 100%;
    height: auto;
  }
  h2 {
    margin: 0 -20%;
  }
}

/*# sourceMappingURL=campain.css.map */
