.mainContents {
  position: relative;
}

@media only screen and (min-width: 481px) {
  .mainContents {
    width: 1040px;
    margin: auto;
  }
  .mainContents h2 {
    position: relative;
    left: 50%;
    margin-left: -535px;
  }
}

@media only screen and (max-width: 480px) {
  .mainContents h2 {
    text-align: center;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    position: relative;
    margin-bottom: 28px;
  }
}

.page_nav {
  position: relative;
}

.page_nav ul {
  text-align: center;
  letter-spacing: -.4em;
}

.page_nav ul li {
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 25%;
}

.page_nav ul li img {
  width: 100%;
}

@media only screen and (min-width: 481px) {
  .page_nav {
    margin-bottom: 40px;
  }
  .page_nav li {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  .page_nav li:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}

@media only screen and (max-width: 480px) {
  .page_nav {
    margin-bottom: 40px;
  }
  .page_nav ul {
    margin: 0 15px;
  }
  .page_nav ul li {
    width: 50%;
    margin-bottom: 8px;
  }
}

.special_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #dac67f;
  background: url("../img/common/contents/bg_deco_2.jpg") repeat-x bottom center, #fefaee;
  padding: 4px;
  position: relative;
  margin: 10px;
}

.special_box:before {
  content: '';
  display: block;
  border: 10px solid #ebd9a9;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3px;
  top: -13px;
  left: -13px;
}

.special_box:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 162px;
  background: url("../img/common/contents/bg_deco_1.jpg") center;
  top: 0;
  left: 0;
  z-index: 0;
}

.special_box .wrap {
  position: relative;
  z-index: 5;
  border: 1px solid #dac67f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.special_box .content_wrap {
  position: relative;
  padding: 80px 0 120px;
}

.special_box .content_wrap.comics {
  padding: 80px 0;
}

.special_box .content_wrap.comics a {
  color: #2f526c;
}

.special_box .content_wrap.comics a:hover {
  text-decoration: none;
}

.special_box .content_wrap.comics .cap_min {
  margin-top: 50px;
}

.special_box .content_wrap.comics .cap_min:first-child {
  margin-top: 10px;
}

.special_box .content_wrap.comics .txt {
  margin: 30px 0;
  line-height: 1.5;
  font-size: 18px;
}

.special_box .content_wrap.comics .img_noline {
  margin: 30px auto 0;
  text-align: center;
}

.special_box .content_wrap.comics .img {
  position: relative;
  margin: 30px auto 0;
  text-align: center;
}

.special_box .content_wrap.comics .img:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #d7c480;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.special_box .content_wrap.comics .img:after {
  content: '';
  position: absolute;
  left: 1%;
  top: 2%;
  width: 98%;
  height: 96%;
  border: 1px solid #d7c480;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.special_box .content_wrap.comics .img.comics02 {
  width: 740px;
}

.special_box .content_wrap.comics .comics03 {
  margin: 30px auto 0;
  text-align: center;
}

.special_box .content_wrap.comics .comics03 li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.special_box .content_wrap.comics .comics03 li.img:after {
  left: 3%;
  top: 2%;
  width: 94%;
  height: 96%;
}

.special_box .content_wrap.comics .comics03 li.manga_park {
  width: 306px;
  height: 400px;
  padding-top: 54px;
  background: url(../img/special/comics/bg_comics-app.png) no-repeat center center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.special_box .content_wrap .movieList {
  text-align: left;
  letter-spacing: -.4em;
  margin-bottom: -40px;
}

.special_box .content_wrap .movieList li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  margin-left: 55px;
  cursor: pointer;
  margin-bottom: 40px;
}

.special_box .content_wrap .movieList li .thumb {
  margin-bottom: 17px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.special_box .content_wrap .movieList li .thumb:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.special_box .content_wrap .movieList li .cap_movie {
  font-size: 18px;
  text-align: center;
}

.special_box .content_wrap .movieList li:nth-child(2n+1) {
  margin-left: 0;
}

.special_box .content_wrap .about {
  background: url("../img/common/contents/bg_detail_main.png");
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.special_box .content_wrap .about:before {
  content: '';
  display: block;
  background: url("../img/common/contents/bg_detail_top.png") no-repeat center bottom;
  width: 100%;
  position: absolute;
  left: 0;
}

.special_box .content_wrap .about:after {
  content: '';
  display: block;
  background: url("../img/common/contents/bg_detail_bottom.png") no-repeat center top;
  width: 100%;
  position: absolute;
  left: 0;
}

.special_box .content_wrap .about .box_text {
  margin-bottom: 20px;
}

.special_box .content_wrap .about .btn_project {
  text-align: center;
  margin-top: 20px;
}

.special_box .content_wrap .about .btn_project a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.special_box .content_wrap .about .btn_project a:hover {
  opacity: 0.6 !important;
  filter: alpha(opacity=60);
}

.special_box .content_wrap .about .box_text .title {
  background: #936e54;
  color: #FFF;
  text-align: center;
  position: relative;
}

.special_box .content_wrap .about .box_text .title:before, .special_box .content_wrap .about .box_text .title:after {
  content: '';
  background: url("../img/common/contents/line_dot.png") repeat-x center;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
}

.special_box .content_wrap .about .box_text .text {
  background: #fffaed;
  line-height: 1.65;
}

@media only screen and (min-width: 481px) {
  .comics .manga_park a {
    -webkit-transition: opacity 0.2s ease;
            transition: opacity 0.2s ease;
  }
  .comics .manga_park a:hover {
    opacity: .6;
    filter: alpha(opacity=60);
  }
  .special_box .content_wrap .about {
    width: 900px;
    margin: 40px auto -50px;
    padding: 20px 0;
  }
  .special_box .content_wrap .about:before {
    height: 40px;
    top: -40px;
  }
  .special_box .content_wrap .about:after {
    height: 40px;
    bottom: -40px;
  }
  .special_box .content_wrap .about .box_text {
    position: relative;
    width: 804px;
    margin: 0 auto 40px;
  }
  .special_box .content_wrap .about .box_text:first-child {
    margin: 0 auto 56px;
  }
  .special_box .content_wrap .about .box_text .title {
    font-size: 20px;
    padding: 20px 0;
  }
  .special_box .content_wrap .about .box_text .title:before {
    width: 108px;
    left: 23px;
  }
  .special_box .content_wrap .about .box_text .title:after {
    width: 108px;
    right: 23px;
  }
  .special_box .content_wrap .about .box_text .text {
    font-size: 18px;
    color: #2f526c;
    padding: 25px 0 10px;
    padding-left: 1em;
  }
  .special_box .content_wrap .about .box_text .text .notes {
    font-size: 13px;
    color: #836143;
    padding: 0 1em 15px 2em;
  }
  .special_box .content_wrap .about .box_text .text .notes .content_wrap {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .special_box .content_wrap .about .box_text .text .notes .content_wrap li {
    display: inline-block;
    margin: 5px 5px 5px 0;
    position: relative;
    cursor: pointer;
  }
  .special_box .content_wrap .about .box_text .text .notes .content_wrap li img {
    width: 90%;
  }
  .special_box .content_wrap .about .btn_shop {
    width: 450px;
    margin: auto;
  }
  .special_box .content_wrap .about .btn_shop img {
    width: 100%;
  }
  .special_box .content_wrap .about .btn_shop a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  .special_box .content_wrap .about .btn_shop a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    opacity: 0.6 !important;
    filter: alpha(opacity=60);
  }
}

.floatcontents {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(134, 95, 70, 0.8);
  z-index: 500;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

.floatcontents .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floatcontents .wrap .close {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -353px 0 0 432px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.floatcontents .wrap .close:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.floatcontents .player {
  width: 970px;
  height: 546px;
  margin: auto;
  border: 10px solid #cdaa89;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -278px 0 0 -490px;
}

@media only screen and (max-width: 480px) {
  .special_box {
    margin: 10px 0 25px;
    border-left: none;
    border-right: none;
    padding: 3px 0;
    -webkit-background-size: 50px;
    background-size: 50px;
  }
  .special_box:before {
    border: 6px solid #ebd9a9;
    border-left: none;
    border-right: none;
    padding: 3px 0;
    left: 0;
    top: -9px;
  }
  .special_box:after {
    height: 90px;
    -webkit-background-size: 500px;
    background-size: 500px;
  }
  .special_box .wrap {
    border-left: none;
    border-right: none;
    padding: 22px 15px;
  }
  .special_box h3 {
    margin: 0 auto;
    text-align: center;
  }
  .special_box h3 img {
    width: auto;
    height: 35px;
  }
  .special_box .content_wrap {
    position: relative;
    padding: 50px 0 60px;
  }
  .special_box .content_wrap.comics {
    padding: 50px 0 20px;
  }
  .special_box .content_wrap.comics .cap_min {
    position: relative;
    left: 50%;
    margin-top: 30px;
    width: 450px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .special_box .content_wrap.comics .txt {
    margin: 20px 0;
    font-size: 14px;
  }
  .special_box .content_wrap.comics .img_noline {
    margin: 20px auto 0;
  }
  .special_box .content_wrap.comics .img {
    margin: 20px auto 0;
  }
  .special_box .content_wrap.comics .img:before {
    border: 2px solid #d7c480;
  }
  .special_box .content_wrap.comics .img:after {
    left: 1.5%;
    width: 97%;
  }
  .special_box .content_wrap.comics .img.comics02 {
    width: 100%;
  }
  .special_box .content_wrap.comics .comics03 {
    margin: 20px auto 0;
  }
  .special_box .content_wrap.comics .comics03 li {
    width: 35%;
    margin: 0 5px;
  }
  .special_box .content_wrap.comics .comics03 li.img:after {
    left: 3%;
    top: 2%;
    width: 94%;
    height: 96%;
  }
  .special_box .content_wrap.comics .comics03 li.manga_park {
    width: 46%;
    height: 175px;
    padding-top: 20px;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .special_box .content_wrap.comics .comics03 li.manga_park img {
    width: 100px;
  }
  .special_box .content_wrap .movieList {
    text-align: left;
    letter-spacing: -.4em;
    margin-bottom: -20px;
  }
  .special_box .content_wrap .movieList li {
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    margin-left: 0;
    cursor: pointer;
    margin-bottom: 25px;
  }
  .special_box .content_wrap .movieList li .thumb {
    width: 84.057%;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .special_box .content_wrap .movieList li .thumb:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .special_box .content_wrap .movieList li .cap_movie {
    font-size: 17px;
    text-align: center;
  }
  .special_box .content_wrap .movieList li:nth-child(2n+1) {
    margin-left: 0;
  }
  .special_box .content_wrap .about {
    -webkit-background-size: 100%;
    background-size: 100%;
    padding: 15px 20px;
  }
  .special_box .content_wrap .about:before {
    height: 20px;
    top: -20px;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .special_box .content_wrap .about:after {
    height: 40px;
    bottom: -40px;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .special_box .content_wrap .about .btn_project {
    width: 77.586%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .special_box .content_wrap .about .box_text .title {
    font-size: 17px;
    padding: 15px 0;
    line-height: 1.6;
  }
  .special_box .content_wrap .about .box_text .title:before, .special_box .content_wrap .about .box_text .title:after {
    -webkit-background-size: 5px;
    background-size: 5px;
  }
  .special_box .content_wrap .about .box_text .title:before {
    width: 25px;
    left: 0px;
  }
  .special_box .content_wrap .about .box_text .title:after {
    width: 25px;
    right: 0px;
  }
  .special_box .content_wrap .about .box_text .text {
    font-size: 15px;
    color: #2f526c;
    padding: 15px 5px 7px;
  }
  .special_box .content_wrap .about .box_text .text .notes {
    font-size: 12px;
    color: #836143;
    padding: 0 1em 8px 2em;
  }
  .special_box .content_wrap .about .box_text .text .notes .content_wrap {
    text-align: center;
    padding-top: 2%;
  }
  .special_box .content_wrap .about .box_text .text .notes .content_wrap li {
    display: inline-block;
    position: relative;
    margin-bottom: 2%;
    width: 32%;
  }
  .special_box .content_wrap .about .box_text .text .notes .content_wrap li img {
    width: 95%;
  }
  .special_box .content_wrap .about .btn_shop {
    width: 77%;
    margin: auto;
  }
  .floatcontents {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(134, 95, 70, 0.8);
    z-index: 500;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .floatcontents .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .floatcontents .wrap .close {
    position: absolute;
    left: auto;
    right: 2.5%;
    top: 29%;
    -webkit-transform: translate(0%, -70%);
    -ms-transform: translate(0%, -70%);
    transform: translate(0%, -70%);
    margin: 0;
    cursor: pointer;
    width: 40px;
  }
  .floatcontents .wrap .close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .floatcontents .player {
    width: 90%;
    height: auto;
    margin: auto;
    padding-top: 50.7%;
    border: 10px solid #cdaa89;
    position: absolute;
    left: 50%;
    top: 51%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }
  .floatcontents .player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 481px) {
  .special_box {
    margin-bottom: 50px;
  }
  .special_box#koinoneiro .about .box_text:first-child:after {
    content: '+';
    position: absolute;
    bottom: -45px;
    left: 50%;
    font-size: 40px;
    margin-left: -20px;
  }
  .special_box#dlc .about .box_text {
    margin-bottom: 0;
  }
  .special_box .wrap {
    padding: 40px 52px;
  }
  .special_box .wrap h3 {
    background: url("../img/premium/bg_title-deco.png") no-repeat center top;
  }
  .special_box h3 {
    text-align: center;
  }
}

.event_pager {
  letter-spacing: -.4em;
}

.event_pager li {
  position: relative;
  display: inline-block;
  width: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #865f46;
  letter-spacing: normal;
  cursor: pointer;
}

.event_pager li img {
  opacity: .6;
  filter: alpha(opacity=60);
  width: 100%;
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
}

.event_pager li:nth-child(7n) {
  margin-right: 0;
}

.event_pager li.active img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.event_pager li:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.event_pager li.new:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/special/event/icon_new.png) no-repeat left top;
  z-index: 1;
}

.event_pager li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/special/frame_event.png) no-repeat center center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  z-index: 1;
}

.event_wrap {
  margin-top: 40px;
  display: none;
}

.event_wrap .img {
  position: relative;
  margin-bottom: 60px;
}

.event_wrap .img:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #d7c480;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.event_wrap .img:after {
  content: '';
  position: absolute;
  left: 1%;
  top: 2%;
  width: 98%;
  height: 96%;
  border: 1px solid #d7c480;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about_wrap {
  width: 760px;
  margin: -15px auto 0;
  color: #865f46;
  font-size: 18px;
  line-height: 1.8;
}

.about_wrap h4 {
  padding-bottom: 40px;
  text-align: center;
  font-size: 30px;
  letter-spacing: .05em;
  background: url(../img/special/line_subcontents.png) no-repeat bottom center;
}

.about_wrap .event_txt {
  margin-top: 20px;
  color: #575757;
}

.about_wrap .serif_txt {
  margin-top: 25px;
  letter-spacing: -.4em;
}

.about_wrap .serif_txt dt {
  display: inline-block;
  width: 60px;
  letter-spacing: normal;
  vertical-align: top;
}

.about_wrap .serif_txt dd {
  width: 700px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.tw_wrap h4 {
  margin-top: 5px;
  padding-bottom: 55px;
  text-align: center;
  font-size: 30px;
  letter-spacing: .05em;
  background: url(../img/special/line_subcontents.png) no-repeat bottom center;
}

.tw_wrap .icon_list {
  margin-top: 35px;
  padding-bottom: 35px;
  letter-spacing: -.4em;
  font-size: 0;
}

.tw_wrap .icon_list li {
  display: inline-block;
  width: 210px;
  margin-right: 20px;
  margin-bottom: 20px;
  letter-spacing: normal;
  font-size: 14px;
}

.tw_wrap .icon_list li:nth-child(4n) {
  margin-right: 0;
}

.tw_wrap .icon_list li img {
  width: 100%;
}

.tw_wrap .icon_list li a {
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
}

.tw_wrap .icon_list li a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

.tw_about {
  margin-top: 50px;
}

.tw_about .about_wrap {
  width: 800px;
}

.tw_about .about_wrap h4 {
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 800;
  background: none;
}

.tw_about .about_wrap ul {
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, 0.4);
}

.tw_about .about_wrap ul li {
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 480px) {
  .event_pager {
    width: 94%;
    margin: 15px auto;
  }
  .event_pager li {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 2%;
  }
  .event_pager li:nth-child(7n) {
    margin-right: 2%;
  }
  .event_pager li:nth-child(5n) {
    margin-right: 0;
  }
  .event_pager li.new:after {
    -webkit-background-size: contain;
            background-size: contain;
  }
  .event_wrap {
    margin: 10px 0 -20px;
  }
  .event_wrap .img {
    margin-bottom: 25px;
  }
  .event_wrap .img:before {
    border: 2px solid #d7c480;
  }
  .about_wrap {
    width: 95%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.6;
  }
  .about_wrap h4 {
    padding-bottom: 20px;
    font-size: 15px;
    background: url(../img/special/line_subcontents_sp.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .about_wrap .event_txt {
    margin-top: 10px;
  }
  .about_wrap .serif_txt {
    margin-top: 15px;
  }
  .about_wrap .serif_txt dt {
    display: block;
    width: 100%;
  }
  .about_wrap .serif_txt dd {
    width: 100%;
  }
  .tw_wrap h4 {
    margin-top: 30px;
    padding-bottom: 30px;
    font-size: 15px;
    background: url(../img/special/line_subcontents_sp.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .tw_wrap .icon_list {
    margin-top: 15px;
    padding-bottom: 0;
  }
  .tw_wrap .icon_list li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
  }
  .tw_wrap .icon_list li:nth-child(4n) {
    margin-right: 3.5%;
  }
  .tw_wrap .icon_list li:nth-child(3n) {
    margin-right: 0;
  }
  .tw_wrap .icon_list li a {
    -webkit-transition: none;
            transition: none;
  }
  .tw_about {
    margin-top: 30px;
  }
  .tw_about .about_wrap {
    width: 100%;
  }
  .tw_about .about_wrap h4 {
    padding-bottom: 25px;
    font-size: 15px;
    background: url(../img/special/line_subcontents_sp.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .tw_about .about_wrap ul {
    margin-top: 15px;
    padding: 10px 20px;
  }
}

.thukimori {
  color: #60a6b8;
}

.thuchiura {
  color: #4b8b46;
}

.shimizu {
  color: #c9a23a;
}

.hihara {
  color: #e0833d;
}

.yunoki {
  color: #8a76bb;
}

.kaji {
  color: #029279;
}

.eto {
  color: #a94a77;
}

.fudo {
  color: #5e73b9;
}

.kanazawa {
  color: #5a7262;
}

.osaki {
  color: #c34040;
}

.kira {
  color: #506278;
}

.fuyumi {
  color: #c873a0;
}

.amou {
  color: #b5c616;
}

.heroine {
  color: #d97070;
}
