html {
  font-size: 10px;
}

body {
  color: #330099;
  font-weight: bold;
  background: url("../img/bg.jpg") repeat #f8e1e2;
  text-align: center;
  animation: bg 220s infinite forwards;
  font-family: sans-serif;
}

@keyframes bg {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right top;
  }
}

.pink {
  color: #ff6699;
}

.blue {
  color: #3333ff;
}

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

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

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

img {
  max-width: 100%;
}

.center {
  text-align: center;
}

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

.blink {
  animation: blink 1s infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}

.outer {
  max-width: 910px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 30px;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .outer {
    font-size: 6vw;
    padding: 0 3vw;
    line-height: 10vw;
  }
}

.outer h1 {
  max-width: 520px;
  margin: 0 auto;
  padding: 40px 0;
}

.outer h2 {
  font-size: 48px;
  color: #ff6699;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .outer h2 {
    font-size: 7vw;
    margin-bottom: 5vw;
  }
}

.outer section {
  padding-top: 50px;
}

.outer .hukidasi {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.outer .hukidasi .pic {
  background: url("../img/chara_00.png") no-repeat center right/contain;
  width: 20%;
  padding-top: 28%;
  animation: usa 1s infinite forwards;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .outer .hukidasi .pic {
    width: 18vw;
    bottom: 20px;
    top: auto;
  }
}

@keyframes usa {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}

.outer .hukidasi .box {
  background: rgba(255, 255, 255, 0.6);
  width: 75%;
  padding: 30px;
}

.outer .hukidasi .box p {
  padding-bottom: 50px;
  position: relative;
}

.outer .hukidasi .box .icon {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -235px;
  width: 80px;
  display: block;
}

@media screen and (max-width: 768px) {
  .outer .hukidasi .box {
    width: 100%;
    padding: 3vw;
  }
  .outer .hukidasi .box a {
    font-size: 5vw;
  }
  .outer .hukidasi .box p {
    padding-bottom: 18vw;
    font-size: 6vw;
    line-height: 8vw;
  }
  .outer .hukidasi .box .icon {
    width: 100%;
    right: 0;
    margin-right: 0;
  }
  .outer .hukidasi .box .icon img {
    width: 12vw;
    height: auto;
  }
}

.outer .hukidasi .box .black {
  background: #000;
}

.outer .hukidasi .box .black span {
  background: linear-gradient(to right, #e60000, #f39800, #fff100, #009944, #0068b7, #920783);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  display: inline-block;
}

.outer .kv {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.outer .kv .small {
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
}

.outer .kv .pic {
  width: 40%;
  padding-top: 72%;
  background: url("../img/kv.png") no-repeat left center/contain;
}

.outer .kv .text {
  width: 60%;
  padding-left: 30px;
  text-align: left;
}

.outer .kv .text .pink {
  margin: 20px 0 40px;
}

.outer .kv .text .blue {
  font-size: 48px;
  line-height: 55px;
}

.outer .kv .text .blue span {
  font-size: 36px;
  line-height: 45px;
  display: block;
}

.outer .kv .text .blue span.small {
  font-size: 70%;
}

.outer .kv .text .blue span a {
  text-decoration: underline;
}

.outer .kv .download_list {
  margin-top: 20px;
}

.outer .kv .download_list_item a {
  display: inline-block;
}

.outer .kv .download_list_item img {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .outer .kv .pic {
    width: 80%;
    padding-top: 144%;
    margin: 0 auto;
  }
  .outer .kv .text {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .outer .kv .text .pink {
    margin: 3vw 0 8vw;
  }
  .outer .kv .text .blue {
    font-size: 10vw;
    line-height: 13vw;
  }
  .outer .kv .text .blue span {
    font-size: 6vw;
    line-height: 9vw;
  }
}

.outer .story p {
  margin-bottom: 40px;
}

.outer .story p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .outer .story p {
    font-size: 4vw;
    margin-bottom: 6vw;
    line-height: 6vw;
  }
}

.outer .character .row {
  text-align: center;
  justify-content: center;
  align-items: stretch;
}

.outer .character .box {
  display: inline-block;
  width: 290px;
  color: #333366;
}

.outer .character .box .pic {
  background: url("../img/chara_01.png") no-repeat center bottom/contain;
  padding-top: 100%;
}

.outer .character .box .text {
  padding: 10px;
  background: #ffff99;
  font-size: 20px;
  line-height: 26px;
  min-height: 200px;
  display: flex;
  align-items: center;
}

.outer .character .box .text .name {
  font-size: 24px;
}

.outer .character .box .text .cv {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .outer .character .box {
    width: 50%;
  }
  .outer .character .box .text {
    padding: 3vw;
    min-height: 61vw;
  }
  .outer .character .box .text p {
    font-size: 4vw;
    line-height: 6vw;
  }
  .outer .character .box .text .cv {
    display: block;
    margin-bottom: -7vw;
    font-size: 3vw;
  }
  .outer .character .box .text .name {
    font-size: 6vw;
    line-height: 8vw;
  }
}

.outer .character .box:nth-child(2) .pic {
  background: url("../img/chara_02.png") no-repeat center bottom/contain;
}

.outer .character .box:nth-child(2) .text {
  background: #99ccff;
}

.outer .character .box:nth-child(3) .pic {
  background: url("../img/chara_03.png") no-repeat center bottom/contain;
}

.outer .character .box:nth-child(3) .text {
  background: #cc99ff;
}

.outer .character .box:nth-child(4) .pic {
  background: url("../img/chara_04.png") no-repeat center bottom/contain;
}

.outer .character .box:nth-child(4) .text {
  background: #99ffa5;
}

.outer .character .box:nth-child(5) .pic {
  background: url("../img/chara_05.png") no-repeat center bottom/contain;
}

.outer .character .box:nth-child(5) .text {
  background: #ffcccc;
}

.outer .staff dl dd {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .outer .staff dl dd:last-child {
    margin-bottom: 0;
  }
}

.outer .guideline p {
  margin: 40px 0;
}

.outer .guideline .hukidasi .box p {
  font-size: 26px;
  text-align: left;
  line-height: 35px;
  margin: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .outer .guideline .hukidasi .box p {
    font-size: 4vw;
  }
}

.outer .guideline .blue {
  color: #350099;
}

.outer .guideline .red {
  color: #fb0200;
}

.outer .guideline dl {
  text-align: left;
  color: #000002;
}

.outer .guideline dl dt {
  font-weight: bold;
  margin-top: 40px;
  background: #ff6499;
  border-radius: 100px;
  display: inline-block;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .outer .guideline dl dt {
    font-size: 5vw;
    padding: 4vw;
  }
}

.outer .guideline dl dd {
  font-size: 70%;
}

.outer .contact a {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .outer .contact a {
    font-size: 4.5vw;
  }
}

.footer p {
  font-size: 18px;
  color: #333366;
  padding: 20px 0 60px;
}

@media screen and (max-width: 768px) {
  .footer p {
    padding: 3vw 0 6vw;
    font-size: 3vw;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
/*# sourceMappingURL=common.css.map */