<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*googleフォントからNoto Sans JP,oto Serif JP,Robotoを引用*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP|Roboto:400,700&amp;display=swap");
/*****************************************/
/*****************************************/
/*PC,SPでの出し分け*/
/* sp時にしか表示させない */
@media only screen and (min-width: 769px) {
  .is_sp {
    display: none !important;
  }
}

/* PC時にしか表示させない */
@media only screen and (max-width: 768px) {
  .is_pc {
    display: none !important;
  }
}

/*****************************************/
html {
  font-size: 10px;
}

body {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  /*背景画像もプリントアウト対象にする*/
  -webkit-print-color-adjust: exact;
}

/*****************************************/
/*flex関連をclass化*/
/*通常版*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/*左右中央寄せ*/
.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*天地中央寄せ*/
.flex_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*flex逆から*/
.flex_reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

/*flex-boxを使った天地左右中央寄せ*/
.just_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*左右詰め等倍*/
.space_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*-----------------------------*/
/*      form周りのリセット（要適宜）      */
/*----------------------------*/
/*
input, button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  background-clip: padding-box;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  outline: none;
}

input::-ms-clear,
button:-ms-clear {
  display: none;
}

input::-ms-reveal,
button:-ms-reveal {
  display: none;
}

input::-ms-expand,
button:-ms-expand {
  display: none;
}

input:focus,
button:focus {
  outline: none;
}
*/
/*****************************************/
/*
  footer
*/
footer {
  padding-top: 64px;
  background: #fff;
}

footer .inbox .bnr_area {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

footer .inbox .logo1 {
  text-align: center;
  padding: 0px 0 24px;
}

footer .inbox .logo1 img {
  width: 96px;
  height: 48px;
}

footer .inbox .footermenu {
  text-align: center;
  padding-bottom: 8px;
}

footer .inbox .footermenu {
  color: #004EA2;
}

footer .inbox .footermenu li {
  display: inline-block;
  padding: 0 8px;
  border-left: 1px solid #999999;
}

footer .inbox .footermenu li:first-child, footer .inbox .copyright li:first-child {
  border: none !important;
}

footer .inbox .footermenu li a {
  color: #004EA2;
}

footer .inbox .logo2 {
  text-align: center;
  padding: 48px 0 24px;
}

footer .inbox .logo2 img {
  width: 160px;
  height: 48px;
}

footer .inbox .copyright {
  font-size: 12px;
  text-align: center;
  padding-bottom: 16px;
}

footer .inbox .copyright li {
  width: 100%;
}

footer .inbox .copyright li {
  display: inline-block;
  padding: 0 8px;
  color: #004EA2;
}

footer .inbox .footermenu li:first-child, footer .inbox .copyright li:first-child {
  border: none !important;
}

footer .inbox .footermenu li a {
  color: #004EA2;
}

@media only screen and (max-width: 768px) {
  footer .inbox .logo1 {
    padding: 0px 0 16px;
  }
  footer .inbox .logo2 {
    padding: 32px 0 16px;
  }
}

/*****************************************/
/*****************************************/
/*****************************************/
#body_bgi {
  background-color: #C70B36;
  position: fixed;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#l_curtain,
#r_curtain {
  width: 44.44444444444444%;
  position: fixed;
  top: 0;
  z-index: -1;
}

#l_curtain img,
#r_curtain img {
  width: 100%;
}

#l_curtain {
  left: 0;
}

#r_curtain {
  right: 0;
}

@media only screen and (min-width: 769px) {
  #l_curtain,
  #r_curtain {
    width: 25%;
  }
}

#mv {
  background: url(../images/img_mv_bg.jpg) 50% 100%/cover no-repeat;
  position: relative;
}

#mv .deco {
  position: absolute;
  width: 100%;
  height: 100%;
}

#mv .deco.top {
  background: url(../images/deco_mv_top.png) 50% 0/cover no-repeat;
  top: 0;
  left: 0;
}

#mv .deco.moon {
  width: 148px;
  height: 150px;
  background: url(../images/deco_mv_moon.png) 100% 0/cover no-repeat;
  top: 0;
  right: 0;
}

#mv .deco.right {
  background: url(../images/deco_mv_right.png) 100% 100%/cover no-repeat;
  top: 0;
  left: 0;
}

#mv .deco.left {
  background: url(../images/deco_mv_left.png) 0% 100%/cover no-repeat;
  top: 0;
  left: 0;
}

#mv .wrapper {
  width: calc(100% / 16 * 12);
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #mv .wrapper {
    width: 100%;
  }
}

#movie {
  background: url(../images/img_movie_bg.jpg) 50% 50%/cover repeat;
  padding: 64px 0 185px;
}

#movie .wrapper {
  width: calc(100% / 16 * 12);
  margin: 0 auto;
}

#movie h2 {
  max-width: 640px;
  margin: 0 auto;
}

#movie .movie_wrap {
  max-width: 744px;
  padding: 0 16px;
  margin: 0 auto;
}

#movie .movie_wrap .inner {
  padding: 16px;
  background: #fff;
  border-radius: 10px;
  border: #5F67AE 4px solid;
}

#movie .movie_wrap .movie {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

#movie .movie_wrap .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #movie {
    background: url(../images/img_movie_bg_sp.jpg) 50% 50%/cover repeat;
    padding: 64px 0;
  }
  #movie .wrapper {
    width: 100%;
    padding: 0 8px;
  }
  #movie .movie_wrap {
    max-width: none;
    padding: 0;
  }
  #movie .movie_wrap .inner {
    padding: 8px;
    border-radius: 16px;
  }
  #movie .movie_wrap .movie {
    border-radius: 16px;
  }
}

.deco_wrap {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .deco_wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bak_content_grow_kira.png) 0% 0% repeat;
    background-size: 100%;
  }
}

@media only screen and (min-width: 769px) {
  #kv {
    background: -webkit-gradient(linear, left top, left bottom, from(#f19dc1), to(#ffe2ee));
    background: linear-gradient(#f19dc1 0%, #ffe2ee 100%);
    padding: 40px 0;
  }
  #kv .wrapper {
    width: calc(100% / 16 * 12);
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #kv .c {
    width: calc(100% / 12 * 6);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #kv .l {
    width: calc(100% / 12 * 3);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #kv .l .top, #kv .l .btm {
    height: 50%;
  }
  #kv .r {
    width: calc(100% / 12 * 3);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #kv .r .top, #kv .r .btm {
    height: 50%;
  }
  #kv .r .top li {
    width: 50%;
  }
  #kv .l .btm {
    background: url(../images/item/bak_item_spec_pc.png) 50% 50% no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #kv .l .btm .text {
    text-align: center;
    color: #5F67AE;
  }
  #kv .l .btm .text .when span {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    padding: 4px 1em;
    background: #F795BF;
    border-radius: 48px;
  }
  #kv .l .btm .text .name {
    margin-top: 8px;
    font-size: 2rem;
    font-weight: bold;
  }
  #kv .l .btm .text .item {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  #kv .l .btm .text .size {
    font-size: 1.4rem;
  }
  #kv .c .img_main {
    background: url(../images/item/bg.png) 50% 50%/contain no-repeat;
  }
}

@media only screen and (max-width: 768px) {
  #kv {
    background: -webkit-gradient(linear, left top, left bottom, from(#f19dc1), to(#ffe2ee));
    background: linear-gradient(#f19dc1 0%, #ffe2ee 100%);
  }
  #kv .wrapper {
    padding: 0 8px;
  }
  #kv .c .img_main {
    background: url(../images/item/bg.png) 50% 50%/contain no-repeat;
  }
  #kv .r .top {
    max-width: 258px;
    margin: 0 auto;
  }
  #kv .r li {
    width: calc(100% / 3);
  }
  #kv .l .btm {
    background: url(../images/item/bak_item_spec_pc.png) 50% 50% no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 68px 0 64px;
  }
  #kv .l .btm .text {
    text-align: center;
    color: #5F67AE;
  }
  #kv .l .btm .text .when span {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    padding: 4px 1em;
    background: #F795BF;
    border-radius: 48px;
  }
  #kv .l .btm .text .name {
    margin-top: 8px;
    font-size: 2rem;
    font-weight: bold;
  }
  #kv .l .btm .text .item {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  #kv .l .btm .text .size {
    font-size: 1.4rem;
  }
}

.btn a {
  display: block;
  font-size: 2rem;
  padding: 25px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f57d62), to(#f775b1));
  background: linear-gradient(#f57d62 0%, #f775b1 100%);
  text-align: center;
  color: #fff;
  max-width: 382px;
  margin: 32px auto 0;
  border-radius: 100px;
  border: solid #fff 4px;
}

@media only screen and (max-width: 768px) {
  .btn a {
    max-width: 270px;
    padding: 11px 0;
    font-size: 1.6rem;
  }
}

#lineup {
  padding: 32px 0 64px;
  background: #FFE2EE;
}

#lineup .wrapper {
  width: calc(100% / 16 * 12);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#lineup h2 {
  max-width: 640px;
  margin: 0 auto;
}

#lineup ul {
  max-width: 720px;
  margin: 0 auto;
}

#lineup li {
  width: calc((100% - 16px) / 3);
  margin-right: 8px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 16px #f29ec4;
          box-shadow: 0px 4px 16px #f29ec4;
  overflow: hidden;
}

#lineup li:nth-of-type(3n) {
  margin-right: 0;
}

#lineup li:nth-of-type(n+4) {
  margin-top: 16px;
}

#lineup li .text {
  padding: 16px;
  text-align: center;
  color: #545454;
}

#lineup li .text .name {
  font-size: 1.4rem;
  font-weight: bold;
  color: #5F67AE;
}

@media only screen and (max-width: 768px) {
  #lineup li .text .name {
    font-size: 1.2rem;
  }
}

#lineup li .text .date {
  margin-top: 8px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  #lineup {
    padding: 0 0 64px;
  }
  #lineup .wrapper {
    width: 100%;
    padding: 0 8px;
  }
  #lineup li {
    width: calc((100% - 8px) / 2);
    margin-right: 8px;
  }
  #lineup li:nth-of-type(3n) {
    margin-right: 8px;
  }
  #lineup li:nth-of-type(n+3) {
    margin-top: 16px;
  }
  #lineup li:nth-of-type(even) {
    margin-right: 0;
  }
}

#chara_list {
  padding: 64px 0;
  background: #F59FC6;
}

#chara_list .wrapper {
  width: calc(100% / 16 * 12);
  margin: 0 auto;
}

#chara_list h2 {
  max-width: 640px;
  margin: 0 auto;
}

#chara_list ul {
  padding: 0 45px;
}

#chara_list li {
  padding: 0 10px;
  margin-right: 10px;
  width: calc((100% - 30px) / 4);
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

#chara_list li:nth-of-type(4n) {
  margin-right: 0;
}

#chara_list li:nth-of-type(n+5) {
  margin-top: 20px;
}

#chara_list li .img {
  border-radius: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #chara_list .wrapper {
    width: 100%;
    padding: 0 8px;
  }
  #chara_list ul {
    padding: 0;
  }
  #chara_list li {
    padding: 0;
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
  }
  #chara_list li:nth-of-type(4n) {
    margin-right: 10px;
  }
  #chara_list li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  #chara_list li:nth-of-type(even) {
    margin-right: 0;
  }
}
</pre></body></html>