@charset "UTF-8";
/*
  アイコンサイズを変更する場合は以下記述を変更してください
  marginを設定することでアイコンの位置等も調整可能です
*/
/* SP */
@media (max-width: 599.98px) {
  .page-title__main-icon {
    width: 31px;
    height: 32px;
  }
}
/* PC */
@media (min-width: 600px) {
  .page-title__main-icon {
    width: 62px;
    height: 63px;
  }
}
.chara {
  background: url(../images/chara/grass.png) repeat center top;
}

.chara-header {
  padding-bottom: 50px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.chara-header::before, .chara-header::after {
  display: block;
  width: 100%;
  height: 460px;
  position: absolute;
  top: 0;
  left: 0;
}
.chara-header::before {
  content: "";
  background-color: #fff;
  z-index: 1;
}
.chara-header::after {
  content: "";
  background: url(../images/chara/cloud.png) repeat-x;
  background-size: cover;
  background-position: 0 0;
  -webkit-animation: cloud 180s linear infinite;
  animation: cloud 180s linear infinite;
  z-index: 2;
}
.chara-header__farm {
  margin: auto;
  max-width: 1200px;
  position: relative;
  z-index: 10;
}
.chara-header__farm img {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .chara-header::after, .chara-header::before {
    padding-top: calc(460 / 1200 * 100%);
    height: 0;
  }
}
@media (max-width: 959.98px) {
  .chara-header {
    padding-bottom: 5%;
  }
}

@-webkit-keyframes cloud {
  from {
    background-position: 0  0;
  }
  to {
    background-position: -2400px 0;
  }
}
@keyframes cloud {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2400px 0;
  }
}
.chara-banner__item {
  text-align: center;
}
.chara-banner__item img {
  max-width: 960px;
  width: 96%;
  height: auto;
}
.chara-banner__item:not(:first-child) {
  margin-top: 5%;
}

.chara-profile__inner {
  margin: auto;
  padding-bottom: 80px;
  max-width: 1200px;
  width: 94%;
}
.chara-profile__block {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.chara-profile__box {
  width: 57%;
}
.chara-profile__table th, .chara-profile__table td {
  padding-bottom: 20px;
  vertical-align: top;
}
.chara-profile__table th {
  width: 6em;
  white-space: nowrap;
}
.chara-profile__table th span {
  background-color: #7dcd00;
  padding: 0.5em 0;
  display: block;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
  color: #fff;
}
.chara-profile__table td {
  padding-top: 0.2em;
  padding-left: 1em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6em;
  color: #7dcd00;
}
.chara-profile__image {
  width: 37%;
  min-height: 340px;
  text-align: center;
  position: relative;
}
.chara-profile__fig {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.chara-profile__illust--aozoramu {
  max-width: 336px;
  width: calc( 336 / 456 * 100%);
}
.chara-profile__illust--hoshizoramu {
  max-width: 311px;
  width: calc( 311 / 456 * 100%);
}
.chara-profile__illust--nagi {
  max-width: 351px;
  width: calc( 351 / 456 * 100%);
}
.chara-profile__illust--shido {
  max-width: 328px;
  width: calc( 328 / 456 * 100%);
}
.chara-profile__illust--hiyokko {
  max-width: 192px;
  width: calc( 192 / 456 * 100%);
}
.chara-profile__illust--seichan {
  max-width: 279px;
  width: calc( 279 / 456 * 100%);
}
.chara-profile__fuki {
  position: absolute;
  bottom: 84%;
  right: -30px;
  max-width: 171px;
  width: calc( 171 / 456 * 100%);
}
@media (max-width: 959.98px) {
  .chara-profile__inner {
    padding-bottom: 8%;
  }
  .chara-profile__block {
    margin: auto;
    padding: 5% 0;
    flex-direction: column;
    width: 100%;
  }
  .chara-profile__box {
    margin: auto;
    width: 90%;
    order: 2;
  }
  .chara-profile__image {
    margin: auto;
    width: 90%;
    min-height: auto;
    order: 1;
  }
  .chara-profile__fig {
    padding-bottom: 3%;
    position: relative;
  }
  .chara-profile__illust--aozoramu {
    width: calc( 336 / 600 * 100%);
  }
  .chara-profile__illust--hoshizoramu {
    width: calc( 311 / 600 * 100%);
  }
  .chara-profile__illust--nagi {
    width: calc( 351 / 600 * 100%);
  }
  .chara-profile__illust--shido {
    width: calc( 328 / 600 * 100%);
  }
  .chara-profile__illust--hiyokko {
    width: calc( 192 / 600 * 100%);
  }
  .chara-profile__illust--seichan {
    width: calc( 279 / 600 * 100%);
  }
  .chara-profile__fuki {
    position: absolute;
    margin-left: 11%;
    top: -16%;
    left: 50%;
    bottom: auto;
    right: auto;
    max-width: 171px;
    width: calc( 171 / 600 * 100%);
  }
}
@media (max-width: 600px) {
  .chara-profile__table th, .chara-profile__table td {
    padding-bottom: 0;
    display: block;
  }
  .chara-profile__table th span {
    font-size: 1.4rem;
  }
  .chara-profile__table td {
    padding-top: 0.2em;
    padding-bottom: 1em;
    padding-left: 0em;
    font-size: 1.4rem;
  }
}

.chara-bottom__roop {
  width: 100%;
  height: 180px;
  background: url(../images/chara/bottom.png) repeat-x;
  background-position: 0 0;
  -webkit-animation: bgroop 60s linear infinite;
  animation: bgroop 60s linear infinite;
}
@media (max-width: 600px) {
  .chara-bottom__roop {
    height: 100px;
    background-size: cover;
  }
}

@-webkit-keyframes bgroop {
  from {
    background-position: 0  0;
  }
  to {
    background-position: -1697px 0;
  }
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1697px 0;
  }
}
