@charset "UTF-8";
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* conetnts */
/* ------------------------------------------------------------------------------------------ */
.contents {
  background: url(../img/top_bg_repeat.jpg) center top repeat-y;
  background-size: 1800px auto;
  overflow: hidden;
}
@media screen and (min-width: 1800px) {
  .contents {
    background: url(../img/top_bg_repeat.jpg) repeat-y;
    background-size: 100% auto;
  }
}

.cmn-title {
  text-align: center;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 1em;
  padding-left: 0.5em;
}
@media screen and (min-width:640px) {
  .cmn-title {
    font-size: 30px;
  }
}

.is-fadein {
  opacity: 0;
}
.is-fadein.is-fadein-move {
  -webkit-animation: fadeIn 1s 0.3s forwards;
  -moz-animation: fadeIn 1s 0.3s forwards;
  animation: fadeIn 1s 0.3s forwards;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
  }
}
/* ------------------------------------------------------------------------------------------ */
.link-text {
  color: #e6c74c;
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
@media screen and (min-width:760px) {
  .link-text {
    cursor: pointer;
    transition: 0.3s;
  }
  .link-text:hover {
    opacity: 0.6;
  }
}
.link-text:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px #e6c74c solid;
  border-right: 1px #e6c74c solid;
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  position: absolute;
  right: 0;
  top: 50%;
}

/* ------------------------------------------------------------------------------------------ */
.cnt-top {
  position: relative;
}
.cnt-top .top-inner {
  position: relative;
  z-index: 10;
}
.cnt-top .top-inner .top-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 52vw;
  background: url(../img/bg_sumi_sp.png) center top no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width:760px) {
  .cnt-top .top-inner .top-bg {
    top: 42vw;
    background: url(../img/bg_sumi.png) center top no-repeat;
    background-size: 1800px auto;
  }
}
.cnt-top .top-inner .top-img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  /* ------------------------------------------------------------------------------------------ */
}
.cnt-top .top-inner .top-img:after {
  content: "";
  height: 120%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, #000 70%, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, #000 70%, rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, #000 70%, rgba(0, 0, 0, 0));
}
.cnt-top .top-inner .top-img p {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.cnt-top .top-inner .top-img p img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width:760px) {
  .cnt-top .top-inner .top-img p img {
    max-width: 1800px;
  }
}
.cnt-top .top-inner .top-img .is-anim {
  opacity: 0;
}
.cnt-top .top-inner .top-img .is-anim.is-anim-move {
  -webkit-animation: top-fadeIn 2s 0s forwards;
  -moz-animation: top-fadeIn 2s 0s forwards;
  animation: top-fadeIn 2s 0s forwards;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
}
@-webkit-keyframes top-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes top-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes top-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes top-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cnt-top .top-inner .logo {
  width: 94vw;
  max-width: 934px;
  margin: -25vw auto 0;
  position: relative;
  z-index: 10;
  /*
  position: absolute;
  left: 50%;
  top: 315px;
  @include transform(-50%, 0, 0);
  */
  /* ------------------------------------------------------------------------------------------ */
}
@media screen and (min-width:760px) {
  .cnt-top .top-inner .logo {
    width: 79vw;
    margin-top: -13vw;
  }
}
@media screen and (min-width:1200px) {
  .cnt-top .top-inner .logo {
    margin-top: -160px;
  }
}
.cnt-top .top-inner .logo img {
  width: 100%;
}
.cnt-top .top-inner .logo .is-logo-anim {
  opacity: 0;
}
.cnt-top .top-inner .logo .is-logo-anim.is-logo-anim-move {
  -webkit-animation: logo-fadeIn 1.5s 0.3s forwards;
  -moz-animation: logo-fadeIn 1.5s 0.3s forwards;
  animation: logo-fadeIn 1.5s 0.3s forwards;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
}
@-webkit-keyframes logo-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
  }
}
@-ms-keyframes logo-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
  }
}
@-moz-keyframes logo-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
  }
}
@keyframes logo-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
  }
}
.cnt-top .top-inner .pratform {
  text-align: center;
  width: 90%;
  margin: 10px auto 0;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cnt-top .top-inner .pratform span {
  display: block;
  padding: 0 10px;
}
.cnt-top .top-inner .pratform .title {
  width: 154px;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: left;
}
.cnt-top .top-inner .pratform .img {
  text-align: center;
  padding-top: 5px;
}
.cnt-top .top-inner .pratform img {
  max-width: 100%;
}
.cnt-top .top-inner .announce-area {
  width: 90%;
  max-width: 678px;
  margin: 30px auto 0;
}
.cnt-top .top-inner .announce-area > div {
  width: 100%;
}
.cnt-top .top-inner .announce-area > div:not(:first-child) {
  margin-top: 20px;
}
.cnt-top .top-inner .announce-area > div a {
  color: #fff;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 18px;
  display: block;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
  position: relative;
  text-align: center;
}
@media screen and (min-width:760px) {
  .cnt-top .top-inner .announce-area > div a {
    cursor: pointer;
    transition: 0.3s;
  }
  .cnt-top .top-inner .announce-area > div a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width:760px) {
  .cnt-top .top-inner .announce-area > div a {
    padding: 10px 60px;
    font-size: 16px;
    line-height: 20px;
  }
}
.cnt-top .top-inner .announce-area > div a p {
  display: block;
  position: relative;
  padding: 0 20px;
}
.cnt-top .top-inner .announce-area > div a p:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
}
.cnt-top .top-inner .announce-area > div a p span {
  display: inline-block;
}
.cnt-top .top-inner .announce-area > div a:before, .cnt-top .top-inner .announce-area > div a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
}
.cnt-top .top-inner .announce-area > div a:after {
  top: auto;
  bottom: 0;
}
.cnt-top .top-inner .trailer-area {
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
.cnt-top .top-inner .trailer-area .data {
  font-family: urw-din-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.cnt-top .top-inner .trailer-area .data span {
  padding-left: 5px;
  font-size: 30px;
}
.cnt-top .top-inner .trailer-area .img {
  width: 90%;
  max-width: 678px;
  margin: 20px auto 0;
}
.cnt-top .top-inner .trailer-area .img a {
  display: block;
  position: relative;
  line-height: 0;
}
@media screen and (min-width:760px) {
  .cnt-top .top-inner .trailer-area .img a {
    cursor: pointer;
    transition: 0.3s;
  }
  .cnt-top .top-inner .trailer-area .img a:hover {
    opacity: 0.6;
  }
}
.cnt-top .top-inner .trailer-area .img a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
}
.cnt-top .top-inner .trailer-area .img a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(../img/movie_play.png) center center no-repeat;
  background-size: 18vw 18vw;
}
@media screen and (min-width:760px) {
  .cnt-top .top-inner .trailer-area .img a:after {
    background-size: auto auto;
  }
}
.cnt-top .top-inner .trailer-area .img img {
  width: 100%;
}
.cnt-top .pro-title {
  margin-top: 60px;
  padding-bottom: 8%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width:760px) {
  .cnt-top .pro-title {
    margin-top: 80px;
    padding-bottom: 40px;
  }
}

/* ------------------------------------------------------------------------------------------ */
.cnt-info {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 60px;
  position: relative;
  z-index: 10;
}
.cnt-info .info-inner {
  padding: 40px 3%;
}
@media screen and (min-width:760px) {
  .cnt-info .info-inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
  }
}
.cnt-info .info-inner .products-line {
  width: 100%;
  height: 2px;
  margin: 40px 0;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
}
.cnt-info .info-inner .products-title {
  width: 90%;
  margin: 0 auto 10px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.cnt-info .info-inner .products-title span {
  color: #ffdf5d;
  display: inline-block;
}
.cnt-info .info-inner .products-store {
  width: 90%;
  max-width: 300px;
  text-align: center;
  margin: 10px auto 0;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width:760px) {
  .cnt-info .info-inner .products-store {
    max-width: 600px;
  }
}
.cnt-info .info-inner .products-store .store-link {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width:760px) {
  .cnt-info .info-inner .products-store .store-link {
    width: 50%;
  }
}
.cnt-info .info-inner .products-store .store-link:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width:760px) {
  .cnt-info .info-inner .products-store .store-link:not(:first-child) {
    margin-top: 0;
  }
}
.cnt-info .info-inner .products-store .store-link a {
  color: #c10d0d;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 50px;
  background: #fff;
  position: relative;
}
@media screen and (min-width:760px) {
  .cnt-info .info-inner .products-store .store-link a {
    cursor: pointer;
    transition: 0.3s;
  }
  .cnt-info .info-inner .products-store .store-link a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width:760px) {
  .cnt-info .info-inner .products-store .store-link a {
    width: 95%;
    margin: 0 auto;
  }
}
.cnt-info .info-inner .products-store .store-link a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: #c10d0d 2px solid;
  border-right: #c10d0d 2px solid;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
}
.cnt-info .info-inner .products-sns .info {
  color: #ffb4b4;
}
.cnt-info .info-inner .products-sns .info span {
  color: #fff;
}
.cnt-info .info-inner .products-sns .follow {
  margin: 0 auto;
}
@media screen and (min-width:760px) {
  .cnt-info .info-inner .products-sns .follow {
    max-width: 500px;
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
  }
}
.cnt-info .info-inner .products-sns .follow .title {
  text-align: center;
}
@media screen and (min-width:760px) {
  .cnt-info .info-inner .products-sns .follow .title {
    width: calc(100% - 300px);
  }
}
.cnt-info .info-inner .products-sns .follow .btn {
  max-width: 400px;
  margin: 10px auto 0;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media screen and (min-width:760px) {
  .cnt-info .info-inner .products-sns .follow .btn {
    max-width: 100%;
    width: 300px;
    margin-top: 0;
  }
}
.cnt-info .info-inner .products-sns .follow .btn div {
  height: 60px;
  width: 50%;
  padding: 0 5px;
}
.cnt-info .info-inner .products-sns .follow .btn div a {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px #f85b5b solid;
  border-radius: 50px;
  padding: 0 20px;
  line-height: 0;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
@media screen and (min-width:760px) {
  .cnt-info .info-inner .products-sns .follow .btn div a {
    cursor: pointer;
    transition: 0.3s;
  }
  .cnt-info .info-inner .products-sns .follow .btn div a:hover {
    opacity: 0.6;
  }
}
.cnt-info .info-inner .products-sns .follow .btn div a .text {
  width: 65%;
  font-size: 13px;
}
.cnt-info .info-inner .products-sns .follow .btn div a .img {
  width: 35%;
  text-align: right;
}
.cnt-info .info-inner .products-sns .follow .btn div a .img img {
  max-width: 100%;
  margin: 0 auto;
}
.cnt-info .info-inner .products-dx .img {
  text-align: center;
}
.cnt-info .info-inner .products-dx .img img {
  max-width: 100%;
}
.cnt-info .info-inner .products-rlg {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width:760px) {
  .cnt-info .info-inner .products-rlg {
    flex-direction: row;
    justify-content: space-between;
    max-width: 750px;
    margin: 0 auto;
  }
  .cnt-info .info-inner .products-rlg .product-rlg-item {
    width: calc((100% - 12px) / 2 );
  }
}
.cnt-info .info-inner .products-rlg .product-rlg-item {
  margin-bottom: 30px;
}
.cnt-info .info-inner .products-rlg .product-rlg-item img {
  width: 100%;
}
.cnt-info .info-inner .products-rlg .product-rlg-item .store-link {
  width: 100%;
  max-width: 300px;
}
.cnt-info .info-inner .products-rlg .product-rlg-item .store-link:not(:first-child) {
  margin-top: 20px;
}
.cnt-info .info-inner .products-rlg .product-oks-banner {
  text-align: center;
  width: 100%;
}
.cnt-info .info-inner .products-rlg .product-oks-banner img {
  width: 100%;
}

.info-guide {
  width: 100%;
  margin: 20px auto 0;
  padding: 0 15px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width:760px) {
  .info-guide {
    max-width: 800px;
    margin: 30px auto 0;
  }
}
.info-guide a {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  border: 1px #ffb4b4 solid;
  border-radius: 5px;
  padding: 15px;
  position: relative;
}
@media screen and (min-width:760px) {
  .info-guide a {
    padding-right: 60px;
  }
  .info-guide a:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px #ffb4b4 solid;
    border-right: 1px #ffb4b4 solid;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
    -moz-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
    -ms-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
    transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  }
}
.info-guide a .title {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-family: urw-din-condensed, sans-serif;
  font-weight: normal;
  letter-spacing: 0.06em;
}
.info-guide a .title.ja {
  font-family: serif;
  letter-spacing: 0;
}
@media screen and (min-width:760px) {
  .info-guide a .title {
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding-left: 2px;
  }
}
.info-guide a .title img {
  max-width: 100%;
  margin: 0 auto;
}
.info-guide a .text {
  margin-top: 10px;
  color: #ffb4b4;
}
@media screen and (min-width:760px) {
  .info-guide a .text {
    margin-top: 5px;
  }
}
.info-guide a .text span {
  color: #fff;
}

/* ------------------------------------------------------------------------------------------ */
.cnt-prologue {
  position: relative;
  z-index: 10;
}
.cnt-prologue .pro-inner {
  position: relative;
  width: 100%;
}
.cnt-prologue .pro-inner .pro-bg {
  width: 100%;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.cnt-prologue .pro-inner .pro-bg img {
  width: 100%;
}
.cnt-prologue .pro-inner .map-btn {
  width: 100%;
  position: absolute;
  top: 149vw;
  z-index: 100;
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .map-btn {
    width: 43vw;
    max-width: 597px;
    top: 38vw;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
    -moz-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
    -ms-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
    transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  }
}
.cnt-prologue .pro-inner .map-btn a {
  width: 100%;
  display: block;
}
.cnt-prologue .pro-inner .map-btn a img {
  width: 100%;
}
.cnt-prologue .pro-inner .pro-text {
  height: 190vw;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-text {
    width: 60vw;
    height: 44vw;
  }
}
.cnt-prologue .pro-inner .pro-text .text-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 5%;
}
.cnt-prologue .pro-inner .pro-text .text-inner img {
  width: 100%;
}
.cnt-prologue .pro-inner .pro-text .text-inner .title {
  width: 80%;
  position: absolute;
  top: 5%;
  right: 10%;
  font-size: 8vw;
  line-height: 1;
  font-family: urw-din-condensed, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, "Droid Sans", serif;
  font-weight: normal;
  letter-spacing: 0.06em;
  text-align: right;
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-text .text-inner .title {
    width: 100%;
    top: 15%;
    right: 8%;
    font-size: 24px;
    line-height: 1.1;
  }
}
@media screen and (min-width:1200px) {
  .cnt-prologue .pro-inner .pro-text .text-inner .title {
    font-size: 2vw;
    line-height: 1.2;
  }
}
.cnt-prologue .pro-inner .pro-text .text-inner .title span {
  display: block;
  width: 100%;
}
.cnt-prologue .pro-inner .pro-text .text-inner .title.ja {
  width: 16%;
  right: 11%;
  top: 5%;
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-text .text-inner .title.ja {
    width: 7vw;
    max-width: 94px;
    right: -7%;
    top: 10%;
  }
}
.cnt-prologue .pro-inner .pro-text .text-inner .title .img {
  width: 100%;
}
.cnt-prologue .pro-inner .pro-text .text-inner .text {
  width: 80%;
  position: absolute;
  top: 30vw;
  right: 10%;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-text .text-inner .text {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-text .text-inner .text {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    max-width: 500px;
    top: 34%;
    right: 8%;
  }
}
@media screen and (min-width:1200px) {
  .cnt-prologue .pro-inner .pro-text .text-inner .text {
    font-size: 15px;
    line-height: 25px;
  }
}
.cnt-prologue .pro-inner .pro-text .text-inner .text.ja {
  top: 7%;
  left: 11%;
  width: 52%;
  text-align: left;
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-text .text-inner .text.ja {
    width: 17vw;
    max-width: 226px;
    top: 19%;
    left: auto;
    right: 9%;
  }
}
.cnt-prologue .pro-inner .pro-text .text-inner .text .img {
  width: 100%;
}
.cnt-prologue .pro-inner .pro-chara {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 95vw;
  margin: 0 auto;
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-chara {
    height: 45vw;
    max-height: 620px;
  }
}
.cnt-prologue .pro-inner .pro-chara .chara {
  position: absolute;
  left: 0;
  top: 0;
}
.cnt-prologue .pro-inner .pro-chara .chara img {
  width: 100%;
}
.cnt-prologue .pro-inner .pro-chara .chara.num1 {
  left: -4%;
  top: 19%;
  z-index: 20;
  width: 29vw;
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-chara .chara.num1 {
    left: 9%;
    top: 31%;
    width: 15vw;
    max-width: 206px;
  }
}
.cnt-prologue .pro-inner .pro-chara .chara.num2 {
  left: 13%;
  top: 0;
  z-index: 30;
  width: 35vw;
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-chara .chara.num2 {
    left: 17%;
    top: 16%;
    width: 22vw;
    max-width: 305px;
  }
}
.cnt-prologue .pro-inner .pro-chara .chara.num3 {
  left: 11%;
  top: 24%;
  z-index: 50;
  width: 74vw;
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-chara .chara.num3 {
    left: 28%;
    top: 14%;
    width: 42vw;
    max-width: 586px;
  }
}
.cnt-prologue .pro-inner .pro-chara .chara.num4 {
  left: 25%;
  top: -13%;
  z-index: 40;
  width: 88vw;
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-chara .chara.num4 {
    left: 39%;
    top: 1%;
    width: 56vw;
    max-width: 784px;
  }
}
.cnt-prologue .pro-inner .pro-chara .chara.num5 {
  left: 3%;
  top: 48%;
  z-index: 60;
  width: 38vw;
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-chara .chara.num5 {
    left: 20%;
    top: 58%;
    width: 17vw;
    max-width: 235px;
  }
}
.cnt-prologue .pro-inner .pro-chara .chara.num6 {
  left: 32%;
  top: 50%;
  z-index: 70;
  width: 66vw;
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-chara .chara.num6 {
    left: 44%;
    top: 38%;
    width: 33vw;
    max-width: 451px;
  }
}
.cnt-prologue .pro-inner .pro-chara .chara.num7 {
  left: 64%;
  top: 33%;
  z-index: 80;
  width: 39vw;
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-chara .chara.num7 {
    left: 67%;
    top: 45%;
    width: 17vw;
    max-width: 236px;
  }
}
.cnt-prologue .pro-inner .pro-chara.is-anim {
  /* ------------------------------------------------------------------------------------------ */
}
.cnt-prologue .pro-inner .pro-chara.is-anim .chara {
  opacity: 0;
}
.cnt-prologue .pro-inner .pro-chara.is-anim.is-anim-move .chara.num1 {
  -webkit-animation: enemy-fadeIn 1.5s 0.4s forwards;
  -moz-animation: enemy-fadeIn 1.5s 0.4s forwards;
  animation: enemy-fadeIn 1.5s 0.4s forwards;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-chara.is-anim.is-anim-move .chara.num1 {
    -webkit-animation: enemy-fadeIn 1.5s 1.4s forwards;
    -moz-animation: enemy-fadeIn 1.5s 1.4s forwards;
    animation: enemy-fadeIn 1.5s 1.4s forwards;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
.cnt-prologue .pro-inner .pro-chara.is-anim.is-anim-move .chara.num2 {
  -webkit-animation: enemy-fadeIn 1.5s 0.2s forwards;
  -moz-animation: enemy-fadeIn 1.5s 0.2s forwards;
  animation: enemy-fadeIn 1.5s 0.2s forwards;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-chara.is-anim.is-anim-move .chara.num2 {
    -webkit-animation: enemy-fadeIn 1.5s 0.8s forwards;
    -moz-animation: enemy-fadeIn 1.5s 0.8s forwards;
    animation: enemy-fadeIn 1.5s 0.8s forwards;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
.cnt-prologue .pro-inner .pro-chara.is-anim.is-anim-move .chara.num3 {
  -webkit-animation: enemy-fadeIn 1.5s 0.6s forwards;
  -moz-animation: enemy-fadeIn 1.5s 0.6s forwards;
  animation: enemy-fadeIn 1.5s 0.6s forwards;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-chara.is-anim.is-anim-move .chara.num3 {
    -webkit-animation: enemy-fadeIn 1.5s 0.2s forwards;
    -moz-animation: enemy-fadeIn 1.5s 0.2s forwards;
    animation: enemy-fadeIn 1.5s 0.2s forwards;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
.cnt-prologue .pro-inner .pro-chara.is-anim.is-anim-move .chara.num4 {
  -webkit-animation: enemy-fadeIn 1.5s 0.2s forwards;
  -moz-animation: enemy-fadeIn 1.5s 0.2s forwards;
  animation: enemy-fadeIn 1.5s 0.2s forwards;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-chara.is-anim.is-anim-move .chara.num4 {
    -webkit-animation: enemy-fadeIn 1.5s 0.8s forwards;
    -moz-animation: enemy-fadeIn 1.5s 0.8s forwards;
    animation: enemy-fadeIn 1.5s 0.8s forwards;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
.cnt-prologue .pro-inner .pro-chara.is-anim.is-anim-move .chara.num5 {
  -webkit-animation: enemy-fadeIn 1.5s 1s forwards;
  -moz-animation: enemy-fadeIn 1.5s 1s forwards;
  animation: enemy-fadeIn 1.5s 1s forwards;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-chara.is-anim.is-anim-move .chara.num5 {
    -webkit-animation: enemy-fadeIn 1.5s 0.8s forwards;
    -moz-animation: enemy-fadeIn 1.5s 0.8s forwards;
    animation: enemy-fadeIn 1.5s 0.8s forwards;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
.cnt-prologue .pro-inner .pro-chara.is-anim.is-anim-move .chara.num6 {
  -webkit-animation: enemy-fadeIn 1.5s 1s forwards;
  -moz-animation: enemy-fadeIn 1.5s 1s forwards;
  animation: enemy-fadeIn 1.5s 1s forwards;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-chara.is-anim.is-anim-move .chara.num6 {
    -webkit-animation: enemy-fadeIn 1.5s 0.8s forwards;
    -moz-animation: enemy-fadeIn 1.5s 0.8s forwards;
    animation: enemy-fadeIn 1.5s 0.8s forwards;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
.cnt-prologue .pro-inner .pro-chara.is-anim.is-anim-move .chara.num7 {
  -webkit-animation: enemy-fadeIn 1.5s 0.8s forwards;
  -moz-animation: enemy-fadeIn 1.5s 0.8s forwards;
  animation: enemy-fadeIn 1.5s 0.8s forwards;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
}
@media screen and (min-width:760px) {
  .cnt-prologue .pro-inner .pro-chara.is-anim.is-anim-move .chara.num7 {
    -webkit-animation: enemy-fadeIn 1.5s 1.4s forwards;
    -moz-animation: enemy-fadeIn 1.5s 1.4s forwards;
    animation: enemy-fadeIn 1.5s 1.4s forwards;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
@-webkit-keyframes enemy-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
  }
}
@-ms-keyframes enemy-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
  }
}
@-moz-keyframes enemy-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
  }
}
@keyframes enemy-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(20px) rotate(0) rotateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(0) rotate(0) rotateZ(0);
  }
}

/* ------------------------------------------------------------------------------------------ */
.cnt-chara {
  margin-top: 14%;
  position: relative;
  z-index: 10;
  text-align: center;
}
@media screen and (min-width:760px) {
  .cnt-chara {
    margin-top: 80px;
  }
}
.cnt-chara .chara-title {
  padding-bottom: 12%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-title {
    padding-bottom: 0;
  }
}
.cnt-chara .chara-bg {
  position: relative;
  width: 101%;
  height: 100%;
  z-index: 10;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-bg {
    width: 100%;
  }
}
.cnt-chara .chara-bg img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  -moz-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  -ms-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-bg img {
    width: 151vw;
    max-width: 1800px;
  }
}
@media screen and (min-width: 1200px) {
  .cnt-chara .chara-bg img {
    width: 1800px;
  }
}
@media screen and (min-width: 1800px) {
  .cnt-chara .chara-bg img {
    width: 100%;
  }
}
.cnt-chara .cloud {
  position: absolute;
}
.cnt-chara .cloud.top {
  width: 100%;
  max-width: 640px;
  height: 206px;
  left: 0;
  top: 1%;
  background: url(../img/chara_cloud_top_sp.png) no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width:760px) {
  .cnt-chara .cloud.top {
    width: 81%;
    height: 222px;
    background: url(../img/chara_cloud_top.png) no-repeat;
    background-size: 100% auto;
    max-width: 1130px;
  }
}
.cnt-chara .cloud.bottom {
  width: 100%;
  max-width: 640px;
  height: 235px;
  right: 0;
  top: 98%;
  background: url(../img/chara_cloud_bottom_sp.png) no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width:760px) {
  .cnt-chara .cloud.bottom {
    width: 816px;
    height: 235px;
    top: auto;
    bottom: -5%;
    background: url(../img/chara_cloud_bottom.png) no-repeat;
  }
}
.cnt-chara .chara-area {
  width: 100%;
  position: relative;
  z-index: 20;
  margin: 0 auto;
}
.cnt-chara .chara-area .chara-block {
  position: relative;
  height: 146vw;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block {
    height: 49vw;
    max-height: 590px;
  }
}
.cnt-chara .chara-area .chara-block:not(:first-child) {
  margin-top: -13%;
}
@media screen and (min-width: 1200px) {
  .cnt-chara .chara-area .chara-block:not(:first-child) {
    margin-top: -160px;
  }
}
.cnt-chara .chara-area .chara-block .chara-bg {
  position: absolute;
}
.cnt-chara .chara-area .chara-block .chara-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
}
.cnt-chara .chara-area .chara-block .chara-inner img {
  width: 100%;
}
.cnt-chara .chara-area .chara-block .name .img {
  position: relative;
}
.cnt-chara .chara-area .chara-block .name .img .dlc {
  width: 9vw;
  position: absolute;
  bottom: -7.5vw;
  left: 2vw;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block .name .img .dlc {
    width: 5vw;
    max-width: 56px;
    bottom: -24%;
    left: 40%;
  }
}
.cnt-chara .chara-area .chara-block .text {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 4% 6%;
  text-align: left;
  position: relative;
  z-index: 20;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width:480px) {
  .cnt-chara .chara-area .chara-block .text {
    font-size: 3vw;
    line-height: 1.5;
  }
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block .text {
    background: none;
    padding: 3% 0 0 0;
    font-size: 1.5vw;
    line-height: 1.4;
  }
}
@media screen and (min-width:1200px) {
  .cnt-chara .chara-area .chara-block .text {
    font-size: 15px;
    line-height: 22px;
  }
}
.cnt-chara .chara-area .chara-block .text.ja, .cnt-chara .chara-area .chara-block .text.zh-tw {
  line-height: 20px;
}
@media screen and (min-width:480px) {
  .cnt-chara .chara-area .chara-block .text.ja, .cnt-chara .chara-area .chara-block .text.zh-tw {
    line-height: 1.5;
  }
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block .text.ja, .cnt-chara .chara-area .chara-block .text.zh-tw {
    font-size: 1.3vw;
    line-height: 1.5;
  }
}
@media screen and (min-width:1200px) {
  .cnt-chara .chara-area .chara-block .text.ja, .cnt-chara .chara-area .chara-block .text.zh-tw {
    font-size: 14px;
    line-height: 22px;
  }
}
.cnt-chara .chara-area .chara-block .text br {
  display: none;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block .text br {
    display: block;
  }
}
.cnt-chara .chara-area .chara-block .text .img {
  line-height: 0;
}
.cnt-chara .chara-area .chara-block .movie {
  width: 48%;
  position: relative;
  margin: 0 auto;
  padding: 3% 0 0 0;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block .movie {
    width: 20vw;
    max-width: 240px;
    margin: 0;
  }
}
.cnt-chara .chara-area .chara-block .movie a {
  position: relative;
  display: block;
  line-height: 0;
}
.cnt-chara .chara-area .chara-block .movie a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
}
.cnt-chara .chara-area .chara-block .movie a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/movie_play.png) center center no-repeat;
  background-size: 20% auto;
  z-index: 10;
}
.cnt-chara .chara-area .chara-block .att-text {
  color: #f85b5b;
  width: 90%;
  margin: 2% auto 0;
  font-size: 13px;
  line-height: 22px;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block .att-text {
    margin: 3% 0 0;
    width: 100%;
    text-align: right;
  }
}
.cnt-chara .chara-area .chara-block.num1 .chara-img {
  width: 75%;
  position: absolute;
  top: 0;
  left: -6%;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block.num1 .chara-img {
    width: 41%;
    top: -3%;
    left: 4%;
    max-width: 488px;
  }
}
.cnt-chara .chara-area .chara-block.num1 .name {
  width: 12%;
  position: absolute;
  right: 14%;
  top: 6%;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block.num1 .name {
    max-width: 60px;
    width: 5%;
    right: auto;
    left: 9%;
    z-index: 10;
  }
}
@media screen and (min-width: 1200px) {
  .cnt-chara .chara-area .chara-block.num1 .name {
    max-width: 76px;
  }
}
.cnt-chara .chara-area .chara-block.num1 .chara-text {
  position: absolute;
  width: 100%;
  top: 45%;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block.num1 .chara-text {
    width: 40%;
    height: 100%;
    top: 28%;
    left: 43%;
  }
}
.cnt-chara .chara-area .chara-block.num1 .ruby.sp {
  position: absolute;
  width: 26%;
  left: 65%;
  top: 37%;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block.num1 .ruby.sp {
    display: none;
  }
}
.cnt-chara .chara-area .chara-block.num1 .ruby.pc {
  display: none;
  width: 28%;
  max-width: 115px;
  position: relative;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block.num1 .ruby.pc {
    display: block;
  }
}
.cnt-chara .chara-area .chara-block.num1 .text .img {
  width: 100%;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block.num1 .text .img {
    max-width: 405px;
  }
}
.cnt-chara .chara-area .chara-block.num2 .chara-img {
  width: 75%;
  position: absolute;
  top: 0;
  left: 27%;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block.num2 .chara-img {
    width: 35%;
    max-width: 419px;
    top: -6%;
    left: 58%;
  }
}
.cnt-chara .chara-area .chara-block.num2 .name {
  width: 12%;
  position: absolute;
  left: 13%;
  top: 12%;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block.num2 .name {
    width: 5.3%;
    max-width: 60px;
    left: auto;
    top: 2%;
    right: 11%;
    z-index: 10;
  }
}
.cnt-chara .chara-area .chara-block.num2 .chara-text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block.num2 .chara-text {
    position: absolute;
    width: 45%;
    height: 100%;
    top: 30%;
    left: 10%;
    text-align: right;
  }
}
.cnt-chara .chara-area .chara-block.num2 .ruby.sp {
  width: 27%;
  position: absolute;
  left: 5%;
  top: 43%;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block.num2 .ruby.sp {
    display: none;
  }
}
.cnt-chara .chara-area .chara-block.num2 .ruby.pc {
  display: none;
  width: 11vw;
  max-width: 125px;
  position: relative;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block.num2 .ruby.pc {
    display: inline-block;
  }
}
.cnt-chara .chara-area .chara-block.num2 .text {
  top: 52%;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block.num2 .text {
    top: auto;
    text-align: right;
  }
}
.cnt-chara .chara-area .chara-block.num2 .text .img {
  width: 90%;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block.num2 .text .img {
    display: inline-block;
    width: 85%;
    max-width: 355px;
  }
}
.cnt-chara .chara-area .chara-block.num2 .movie {
  bottom: 4%;
}
@media screen and (min-width:760px) {
  .cnt-chara .chara-area .chara-block.num2 .movie {
    display: inline-block;
    bottom: auto;
  }
}

/* ------------------------------------------------------------------------------------------ */
.cnt-wallpapers {
  margin: 30% auto 0;
}
@media screen and (min-width:760px) {
  .cnt-wallpapers {
    margin-top: 60px;
  }
}
.cnt-wallpapers .img {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.cnt-wallpapers .img img {
  max-width: 100%;
  margin: 0 auto;
}
.cnt-wallpapers .btn {
  width: 100%;
  margin: 10px auto 0;
}
@media screen and (min-width:760px) {
  .cnt-wallpapers .btn {
    max-width: 640px;
  }
}
.cnt-wallpapers .btn a {
  width: 100%;
  display: block;
}
@media screen and (min-width:760px) {
  .cnt-wallpapers .btn a {
    cursor: pointer;
    transition: 0.3s;
  }
  .cnt-wallpapers .btn a:hover {
    opacity: 0.6;
  }
}
.cnt-wallpapers .btn img {
  max-width: 100%;
}

/* ------------------------------------------------------------------------------------------ */
.cnt-detail {
  width: 80%;
  margin: 60px auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width:760px) {
  .cnt-detail {
    margin-top: 80px;
  }
}
.cnt-detail .logo {
  width: 100%;
  text-align: center;
}
.cnt-detail .logo img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.cnt-detail .detail-list {
  max-width: 450px;
  margin: 20px auto 0;
}
.cnt-detail .detail-list ul {
  position: relative;
}
.cnt-detail .detail-list ul:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 110px;
  top: 0;
  background: #ca9e98;
}
@media screen and (min-width:760px) {
  .cnt-detail .detail-list ul:after {
    left: 160px;
  }
}
.cnt-detail .detail-list ul li {
  padding: 10px 0;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.cnt-detail .detail-list ul li .title {
  width: 90px;
  text-align: right;
}
@media screen and (min-width:760px) {
  .cnt-detail .detail-list ul li .title {
    width: 140px;
  }
}
.cnt-detail .detail-list ul li .text {
  width: calc(100% - 90px);
  padding-left: 40px;
}
@media screen and (min-width:760px) {
  .cnt-detail .detail-list ul li .text {
    width: calc(100% - 140px);
  }
}

/* ------------------------------------------------------------------------------------------ */
.cnt-roadmap {
  margin-top: 60px;
}
@media screen and (min-width:760px) {
  .cnt-roadmap a {
    cursor: pointer;
    transition: 0.3s;
  }
  .cnt-roadmap a:hover {
    opacity: 0.6;
  }
}
.cnt-roadmap .link-area {
  width: 90%;
  margin: 0 auto;
  display: block;
  background: #000000;
  border-radius: 5px;
  padding: 15px;
}
@media screen and (min-width:760px) {
  .cnt-roadmap .link-area {
    padding: 15px 30px;
    max-width: 800px;
  }
}
.cnt-roadmap .link-area .flex {
  width: 100%;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
.cnt-roadmap .link-area .flex .img {
  width: 100%;
  text-align: center;
}
@media screen and (min-width:760px) {
  .cnt-roadmap .link-area .flex .img {
    width: 287px;
  }
}
.cnt-roadmap .link-area .flex .img img {
  max-width: 100%;
  margin: 0 auto;
}
.cnt-roadmap .link-area .flex .info {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width:760px) {
  .cnt-roadmap .link-area .flex .info {
    margin: 0;
    width: calc(100% - 287px);
    padding-left: 20px;
  }
}
.cnt-roadmap .link-area .flex .info .roadmap-ttl {
  color: #ba934f;
  font-size: 18px;
}
.cnt-roadmap .link-area .flex .info .text {
  margin-top: 5px;
}
@media screen and (min-width:760px) {
  .cnt-roadmap .link-area .flex .info .text {
    line-height: 24px;
  }
}
.cnt-roadmap .link-area .announce {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  line-height: 20px;
}

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