html {
  font-size: 10px;
}

#container {
  font-size: 1.4rem;
  color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
  background-color: #0a1933;
  background-image: url(../images/bg.jpg);
  background-position: center top 50px;
  background-repeat: repeat-y;
  color: #4f3742;
}

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;
}

.remodal {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.remodal-wrapper {
  padding: 0px 0;
  overflow-x: hidden;
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.7);
}

.remodal-close {
  right: 10px;
  left: auto;
  width: 45px;
  top: 5px;
}

.movie-popup {
  max-width: 1140px;
  position: relative;
  margin: 80px auto 0 auto;
  padding: 0 20px;
}

.movie-popup .remodal-close {
  top: -80px;
}

.movie-popup .modal-content .player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-popup .modal-content .player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.kv {
  background-image: url(../images/kv.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 640px;
  text-align: center;
  min-height: 1100px;
}

.kv .catch {
  padding: 20px;
}

.movie {
  padding: 0 20px;
}

.movie .inner {
  max-width: 840px;
  margin: 0 auto 100px auto;
  background-image: url(../images/movie_bg.png);
  padding: 20px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.movie a {
  position: relative;
  display: block;
}

.movie a .btn {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.movie a .gray {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}

.movie a:hover {
  opacity: 1;
}

.movie a:hover .gray {
  background: rgba(0, 0, 0, 0);
  transition: 0.2s;
}

h2 {
  background-image: url(../images/title_blue.png);
  background-position: center top;
  background-repeat: no-repeat;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin: 60px auto;
  color: #fff;
}

.about {
  text-align: center;
  background-image: url(../images/about_img.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 700px;
}

.about .text {
  padding: 0 20px;
}

.about img {
  height: 30px;
  width: auto;
  margin: 15px 0;
}

.character {
  background-image: url(../images/chara_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0px 0 0px;
}

.character h2 {
  background-image: url(../images/title_pink.png);
}

.character .btn {
  max-width: 770px;
  margin: 0 auto 60px auto;
  text-align: center;
  flex-wrap: wrap;
}

.character .btn a {
  width: 14%;
  max-width: 106px;
  display: inline-block;
  position: relative;
}

.character .btn a .def {
  opacity: 1;
  transition: 0.2s;
}

.character .btn a .highlight {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s;
}

.character .btn a:hover, .character .btn a.current {
  opacity: 1;
}

.character .btn a:hover .def, .character .btn a.current .def {
  opacity: 0;
  transition: 0.2s;
}

.character .btn a:hover .highlight, .character .btn a.current .highlight {
  opacity: 1;
  transition: 0.2s;
}

.character .prof {
  background-size: auto 90%;
  background-repeat: no-repeat;
  min-height: 800px;
  display: flex;
  justify-content: flex-end;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.character .prof .text {
  width: 620px;
}

.character .prof .text .word {
  background-image: url(../images/chara_bg_word.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #ff1779;
  height: 100px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 20px 40px;
}

.character .prof .text .word p {
  text-align: center;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  line-height: 2.2rem;
}

.character .prof .text .detail {
  background-image: url(../images/chara_bg_detail.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 346px;
  width: 100%;
  padding: 20px 40px;
  margin-top: 20px;
}

.character .prof .text .detail .name {
  font-size: 4.5rem;
  font-weight: bold;
  border-bottom: 1px solid #ff1779;
  padding: 10px 0;
  margin-bottom: 10px;
}

.character .prof .text .detail dl {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  font-size: 2rem;
}

.character .prof .text .detail dt {
  width: 94px;
}

.character .prof .text .detail dd {
  padding-left: 20px;
}

.character .chara1 {
  background-image: url(../images/chara_img_01.png);
  background-position: left 70px top;
}

.character .chara2 {
  background-image: url(../images/chara_img_02.png);
  background-position: left 70px top;
  display: none;
}

.character .chara3 {
  background-image: url(../images/chara_img_03.png);
  background-position: left 70px top;
  display: none;
}

.character .chara4 {
  background-image: url(../images/chara_img_04.png);
  background-position: left 120px top;
  display: none;
}

.character .chara5 {
  background-image: url(../images/chara_img_05.png);
  background-position: left 120px top;
  display: none;
}

.character .chara6 {
  background-image: url(../images/chara_img_06.png);
  background-position: left 70px top;
  display: none;
}

.character .chara7 {
  background-image: url(../images/chara_img_07.png);
  background-position: left 70px top;
  display: none;
}

.character .chara8 {
  background-image: url(../images/chara_img_08.png);
  background-position: left 70px top;
  display: none;
}

.character .chara9 {
  background-image: url(../images/chara_img_09.png);
  background-position: left 50px top;
  display: none;
}

.character .chara10 {
  background-image: url(../images/chara_img_10.png);
  background-position: left 70px top;
  background-size: auto 70%;
  display: none;
}

.character .chara11 {
  background-image: url(../images/chara_img_11.png);
  background-position: left 30px top;
  display: none;
  background-size: auto 70%;
}

.character .chara12 {
  background-image: url(../images/chara_img_12.png);
  background-position: left 70px top;
  display: none;
  background-size: auto 75%;
}

.character .chara13 {
  background-image: url(../images/chara_img_13.png);
  background-position: left 0px top;
  display: none;
  background-size: auto 70%;
}

.attention {
  padding-bottom: 170px;
}

.attention h2 svg {
  width: 30px;
  height: auto;
}

.attention .st0 {
  fill: #ffff00;
}

.attention .info {
  font-size: 3rem;
  line-height: 5rem;
  text-align: center;
  margin: 80px 0;
  color: #fff;
}

.attention .info span {
  color: #ffff00;
  font-size: 4rem;
}

.attention .list {
  padding: 0 20px;
  max-width: 1130px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.attention .list .box {
  width: 49%;
  background: #fff;
  padding: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2%;
  flex-wrap: wrap;
}

.attention .list .img {
  width: 48%;
}

.attention .list .img img {
  width: 100%;
}

.attention .list .bold {
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}

.attention .list .text {
  width: 48%;
  line-height: 2rem;
  font-size: 1.5rem;
}

.attention .list .text .title {
  border-bottom: 1px solid #7dc0ff;
  padding: 0 0 10px 0;
}

.attention .list .text .chara {
  padding: 10px 0;
}

/*
===========================================
middle
===========================================
*/
@media screen and (max-width: 1030px) {
  .character {
    background-size: auto 100%;
    padding: 12% 0;
  }
  .character .btn {
    margin: 0 auto;
    padding: 0 2%;
  }
  .character .btn a {
    width: 18%;
  }
  .character .prof {
    min-height: auto;
    background-position: center center;
    padding: 0;
  }
  .character .prof .text {
    width: 100%;
    padding: 87% 4% 0 4%;
  }
  .character .prof .text .word {
    padding: 2%;
  }
  .character .prof .text .word p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .character .prof .text .detail {
    background-image: url(../images/chara_bg_detail_sp.png);
    height: 100%;
    background-position: center top;
    min-height: 340px;
    margin: 10px 0 0 0;
    height: auto;
    padding: 2% 6%;
  }
  .character .prof .text .detail .name {
    font-size: 2.5rem;
  }
  .character .prof .text .detail dl {
    padding: 8px 0;
  }
  .character .prof .text .detail dt, .character .prof .text .detail dd {
    width: 100%;
  }
  .character .prof .text .detail dt img, .character .prof .text .detail dd img {
    max-width: 100px;
  }
  .character .prof .text .detail dd {
    padding-top: 5px;
    font-size: 1.5rem;
  }
  .character .chara6, .character .chara7, .character .chara8, .character .chara9 {
    background-size: auto 70%;
    background-position: top center;
  }
  .character .chara10, .character .chara11, .character .chara12, .character .chara13 {
    background-size: auto 58%;
    background-position: top 5% center;
  }
}

/*
===========================================
SP
===========================================
*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp img {
    width: 100%;
    height: auto;
  }
  .movie-popup {
    max-width: 1140px;
    margin: 60px auto 0 auto;
    width: 100%;
  }
  .movie-popup .remodal-close {
    top: -60px;
  }
  h2 {
    background-image: url(../images/title_blue_sp.png);
    background-size: auto 90px;
    font-size: 2rem;
    padding-top: 19px;
    line-height: 2.5rem;
    margin: 12% auto;
  }
  .kv {
    background-image: url(../images/kv_sp.png);
    background-size: 100% auto;
    padding: 94% 4% 12% 4%;
    min-height: auto;
  }
  .kv h1 {
    width: 80%;
    margin: 0 auto;
  }
  .kv .catch {
    padding: 10% 0;
  }
  .movie .inner {
    background-image: url(../images/movie_bg_sp.png);
    background-size: 100% auto;
    width: 96%;
    margin: 0 auto;
    padding: 3%;
  }
  .about {
    background-size: 92% auto;
    min-height: auto;
    padding-bottom: 34%;
  }
  .about .text {
    padding: 0 6%;
  }
  .about img {
    height: auto;
    width: 100%;
    margin: 2.2% 0;
  }
  .character h2 {
    padding-top: 30px;
    background-image: url(../images/title_pink_sp.png);
  }
  .attention h2 {
    padding-top: 30px;
  }
  .attention .info {
    font-size: 1.5rem;
    line-height: 3rem;
    margin: 8% 0;
  }
  .attention .info span {
    font-size: 2rem;
  }
  .attention .list {
    padding: 4%;
  }
  .attention .list .box {
    width: 48%;
    margin-bottom: 4%;
    display: block;
  }
  .attention .list .img {
    width: 100%;
  }
  .attention .list .text {
    width: 100%;
  }
  .attention .list .text .title {
    padding: 10px 0;
  }
}

/*# sourceMappingURL=campain.css.map */
