@charset "UTF-8";
/*------ 共通 ------ */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
* {
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  color: #623219;
}
a {
  transition: 0.4s;
  text-decoration: none;
}
a:link {
  color: #ff8200;
}
a:visited {
  color: #ff8200;
}
a:hover {
  color: #ffc000;
}
a:active {
  color: #ffc000;
}
main a:hover, .guideline a:hover {
  text-decoration: underline
}
main a:active, .guideline a:hover {
  color: #ffc000;
  text-decoration: underline
}
img {
  vertical-align: top;
}
.link-btn {
  filter: brightness(1.0);
  transition-duration: 0.5s;
}
.link-btn:hover {
  filter: brightness(1.2);
  transition-duration: 0.5s;
}
/*------ header ------ */
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 60px;
}
.header-inner {
  padding: 0px 20px;
}
header.UpMove {
  position: fixed;
  width: 100%;
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
header.DownMove {
  position: fixed;
  width: 100%;
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Libre Baskerville', serif;
}
.logo-area {
  width: 250px;
}
.title-logo {
  opacity: 0;
}
.title-logo img {
  width: 100%;
}
.menu-area a:link {
  color: #623219;
}
.menu-area a:visited {
  color: #623219;
}
.menu-area a:hover {
  color: #ff8200;
}
.menu-area a:active {
  color: #ff8200;
}
.gnav-menu-list a {
  letter-spacing: 2px;
}
.guideline-txt-area {
  line-height: 1.5;
  max-height: 600px;
  overflow: auto;
}
.guideline-txt-area > div {
  margin: 40px;
}
.guideline-txt-area h2 {
  padding: 15px 20px 15px 40px;
  background: #ff8200;
  color: #fff;
  margin: 50px auto 20px auto;
  border-radius: 5px;
  font-size: 18px;
}
.guideline-txt-area h3 {
  position: relative;
  padding: 15px 20px 15px 40px;
  background: #f7f2ef;
  margin: 50px auto 20px auto;
  border-radius: 5px;
}
.guideline-txt-area h3:before {
  position: absolute;
  left: 20px;
  width: 10px;
  height: calc(100% - 30px);
  content: '';
  border-radius: 5px;
  background: #ff8200;
}
.guideline-txt-area p {
  margin-bottom: 20px;
}
.guideline-txt-area ul {
  margin-left: 30px;
}
.guideline-txt-area li {
  margin-bottom: 10px;
}
.guideline-txt-area span {
  font-size: 12px;
}
.guideline-txt-area blockquote {
  padding: 15px 20px 15px 40px;
  background: #fffbe4;
  border-radius: 5px;
  margin-bottom: 10px;
}
.guideline-txt-area p + blockquote {
  margin-top: -10px;
}
.guideline-txt-area blockquote p:last-child {
  margin-bottom: 0px;
}
.guideline-txt-area .guide {
  margin-bottom: 30px;
}
/*------ Language ------ */
.language ul {
  display: flex;
  justify-content: center;
  list-style: none;
  font-size: 10px;
}
.language ul li {
  color: #623219;
  padding: 0px 3px;
}
.language ul li i {
  padding-right: 2px;
}
/*------ mv ------ */
.mv-area {
  position: relative;
}
.mv-area img {
  max-width: 100%;
}
.mv-area .dl-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.mv-area .dl-link ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  text-align: center;
  margin: 0px 20px 50px 20px;
  width: 80%;
  max-width: 1000px;
}
/*<!--.mv-area .dl-link ul li {
  flex-basis: calc((100% - 20px) / 3);
}-->*/
.mv-area .dl-link ul li {
  text-align: center;
}
.mv-area .dl-link ul li img {
  max-width: 100%;
  height: 100%;
}
.mv-area .dl-windows {
  margin: -170px 0 50px 0;
  width: 100%;
}
.mv-area .dl-windows .dl-windows-link {
  max-width: 800px;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.mv-area div.dl-windows-list {
  display: flex;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
    flex-wrap: nowrap;
}

.mv-area .dl-windows h2 {
  margin:0 auto 10px auto;
    text-align: center;
    max-width: 70%;
}
.mv-area .dl-windows h2 img{
    width: 100%;
}
.mv-area div.dl-windows-list a {
  display: inline-block;
  margin: 5px;
}
.mv-area div.dl-windows-list .dl-coming
{
    opacity:0.4;
}

/*------ release-voice ------ */
#release-voice img {
  width: 100%;
}
#release-voice .section-inner {
  display: flex;
  justify-content: space-between;
}
#release-voice {
  margin-top: -130px;
  margin-bottom: 60px;
  padding: 0;
}
.release-voice-chara {
  flex-basis: calc((100% - 20px) / 2);
}
/*------ event ------ */
#event {
  background-image: url("../images/gallery/bg.jpg");
  background-size: 450px 450px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.event-bg {
  /* background-image: url("../images/bg_left.png"), url("../images/bg.png");
  background-position: center left, center right;
  background-repeat: no-repeat, no-repeat;
  background-size: 430px 918px;*/
  padding: 25px 0px 50px 0px;
}
#event #event-btn img {
  width: 100%;
  max-width: 900px;
}
#event-btn {
  position: relative;
  max-width: 900px;
  margin: -50px auto 0px auto;
}
.btn-hover-box {
  position: relative;
}
.btn-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
.btn-hover:hover {
  opacity: 1;
}
/*------ countdownvoice ------ */
.countdown-voice {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  padding: 30px 0px 10px 0px;
  border-radius: 10px;
}
.countdown-voice div {
  color: #fff;
  cursor: pointer;
  background-color: #ffae00;
  background-image: url("../images/event/countdown_play.png");
  background-size: 61px 16px;
  background-repeat: no-repeat;
  background-position: 0px 15px;
  padding: 9px 10px 9px 60px;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 3px #ffae00, 4px 4px 4px rgba(152, 116, 80, 0.2);
  border: solid 1px #ffcf69;
  margin: 0px 10px 20px 10px;
  width: 195px;
  text-align: left;
}
.countdown-voice .select-voice {
  background-image: url("../images/event/countdown_stop.png");
}
.countdown-title {
  margin-top: -120px;
}
.countdown-title img {
  width: 100%;
}
/*------ main ------ */
main {
  transition: all 0.6s;
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
/*------ section共通 ------ */
section {
  padding: 20px 0px 50px 0px;
  position: relative;
  z-index: 10;
}
.section-inner {
  width: 90%;
  margin: 0 auto;
}
section h2 {
  text-align: center;
  margin-bottom: 0px;
}
section h2 img {
  max-width: 100%;
  height: 100%;
}
/*------ story ------ */
#story {
  background-image: url("../images/story/story_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.story-txt {
  text-align: center;
 
}
.story-txt img {
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
}
/*------ character ------ */
#character {
  position: relative;
  overflow: hidden;
}
#character .kirakira-bg-top {
  position: absolute;
  z-index: -1;
  transform: scale(-1, 1);
  left: 0px;
  top: -300px;
}
#character .kirakira-bg-bottom {
  position: absolute;
  z-index: -1;
  transform: scale(1, -1);
  right: 0px;
  bottom: -300px;
}
.chara-btn {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.chara-btn li {
  list-style: none;
  text-align: center;
  padding: 0px 10px 20px 10px;
}
.chara-btn li img {
  width: 100%;
  max-width: 280px;
  margin: 10px auto;
}
.chara-btn li:last-child {
  margin-right: 0;
}
.chara-btn li:hover {
  cursor: pointer;
  color: #000080;
}
.chara-hide {
  display: none;
}
.chara-box {
  position: relative;
  margin: 0 auto;
}
.chara-box img {
  max-width: 100%;
  height: 100%;
}
.chara-illust-space {
  text-align: center;
}
.chara-txt-space {
  position: relative;
  z-index: 10;
}
/*.chara-illust {
  background-image: url(../images/character/chara_bg.png);
  background-size: 456px 1050px;
  background-repeat: no-repeat;
}*/
.chara-illust_bg {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  z-index: -1;
  max-width: 100%;
}
.chara-illust_bg img {
  max-width: 456px;
  width: 100%;
}
.chara-words {
  position: absolute;
  top: 0;
  right: 0;
}
#en .chara-words {
  position: absolute;
  top: 550px;
  right: 0px;
}
.chara-area h3 {
  margin-bottom: 10px;
}
.chara-area p + h3 {
  margin-top: 30px;
}
.chara-area p + p {
  margin-top: 10px;
}
.chara-name {
  margin-bottom: 20px;
}
.sample_voice {
  margin: 20px 0px 30px 0px;
  display: inline-block;
  cursor: pointer;
}
/*------ gallery ------ */
#gallery {
  background-image: url("../images/gallery/bg.jpg");
  background-size: 450px 450px;
}
.gallery-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-list a {
  cursor: pointer;
}
.gallery-list li {
  text-align: center;
  position: relative;
}
.gallery-list li img {
  width: 100%;
  box-shadow:
    0 1.9px 2.5px rgba(98, 50, 25, 0.06), 0 5px 6.1px rgba(98, 50, 25, 0.07), 0 10.1px 11.4px rgba(98, 50, 25, 0.08), 0 19.2px 19.8px rgba(98, 50, 25, 0.09), 0 38.4px 34.8px rgba(98, 50, 25, 0.1);
}
.modal-Area {
  width: 95%;
  font-size: 8px;
  font-weight: bold;
}
.cg-change {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.cg-change-area {
  width: 100%;
  height: 100%;
  position: relative;
}
.new-mark {
  position: absolute;
  top: -40px;
  left: -25px;
  z-index: 3;
}
.gallery-list li .new-mark img {
  box-shadow: none;
}
/*------ product ------ */
#information {
  position: relative;
}
#information h3 img {
  position: relative;
  left: -15px;
}
#product dl, #staff dl {
  display: table;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e0d6d1;
  width: 100%;
}
#product dl dt, #staff dl dt {
  display: table-cell;
  width: 32%;
  vertical-align: middle;
  font-size: 0.8rem;
}
#product dl dd, #staff dl dd {
  display: table-cell;
  width: 68%;
  font-feature-settings: "palt";
}
#product dl dd i, #staff dl dd i {
  padding: 0px 3px 0px 15px;
}
/*------ footer ------ */
footer {
  position: relative;
  font-family: 'Libre Baskerville', serif;
  padding: 20px;
  text-align: center;
  font-size: .6rem;
  width: 100%;
  margin-top: -60px;
}
.kirakira-bg-footer_right {
  position: absolute;
  right: -100px;
  bottom: -250px;
  transform: rotate(90deg);
}
.kirakira-bg-footer_left {
  position: absolute;
  left: -100px;
  bottom: -250px;
  transform: rotate(-90deg) scale(-1, 1);
}
/*------ メニューの切り替え ハンバーガー ------ */
@media (max-width: 949px) {
  /*------ header ------ */
  .header-inner {
    margin: 10px 0px;
  }
  /*------ nav ------ */
  .menu-trigger {
    display: block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 100;
  }
  .menu-trigger-bg {
    position: relative;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    z-index: 100;
  }
  .menu-trigger span {
    content: '';
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 6px;
    background-color: #815b47;
    transition: all .5s;
  }
  .menu-trigger.menu-active span {
    background-color: #815b47;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 4px;
  }
  .menu-trigger.menu-active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger.menu-active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 4px;
  }
  .menu-trigger.menu-active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  .menu-trigger {
    transform: translateX(0);
  }
  .gnav-menu {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 10;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.6s;
  }
  .gnav-menu.gnav-menu-open {
    right: 0;
  }
  .menu-open-blur {
    filter: blur(8px);
  }
  .gnav-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .gnav-menu-list li {
    color: #fff;
    text-align: center;
    padding: 10px 0;
  }
  .gnav-menu-list li:first-child {
    padding-bottom: 30px;
  }
  .language {
    padding: 0;
    margin-top: 40px;
  }
  .language ul li {
    color: #e0d6d1;
    margin-bottom: 10px;
  }
  .language ul {
    font-size: 12px;
    width: 300px;
  }
  .guideline-modal {
    color: #fff;
    cursor: pointer;
    background: #ffae00;
    padding: 5px 10px 4px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 3px #ffae00, 4px 4px 4px rgba(152, 116, 80, 0.2);
    border: solid 1px #ffcf69;
  }
  .menu-area a.guideline-modal {
    color: #fff;
  }
  .menu-area .language a {
    color: #623219;
  }
  .menu-area .language a:visited {
    color: #623219;
  }
  .menu-area .language a:hover {
    color: #ffc000;
    text-decoration: underline;
  }
  .menu-area .language a:active {
    color: #ffc000;
    text-decoration: underline;
  }

}
/*------ メニューの切り替え PC版 ------ */
@media (min-width: 950px) {
  .menu-sp-only {
    display: none;
  }
  /*------ header ------ */
  .header-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  header {
    padding-top: 8px;
  }
  .menu-area {
    width: 100%;
    cursor: pointer;
    padding-top: 10px;
  }
  .menu-area a {
    text-shadow: 0px 0px 5px #ff8200, 0px 0px 5px #ff8200;
  }
  .menu-area .guideline-modal {
    text-shadow: none;
  }
  .menu-area a:link {
    color: #fff;
  }
  .menu-area a:visited {
    color: #fff;
  }
  .menu-area a:hover {
    color: #ffec83;
  }
  .menu-area a:active {
    color: #ffec83;
  }
  .menu-area a.guideline-modal {
    color: #fff;
  }
  .menu-area a.guideline-modal:visited {
    color: #fff;
  }
  .menu-area a.guideline-modal:hover {
    color: #fff;
  }
  .menu-area a.guideline-modal:active {
    color: #fff;
  }
  .pc-gnav-scroll {
    background: #fff;
  }
  .pc-gnav-scroll .menu-area a:link {
    color: #623219;
    text-shadow: none;
  }
  .pc-gnav-scroll .menu-area a:visited {
    color: #623219;
  }
  .pc-gnav-scroll .menu-area a:hover {
    color: #ff8200;
  }
  .pc-gnav-scroll .menu-area a:active {
    color: #ff8200;
  }
  .menu-area a.guideline-modal:a {
    color: #fff;
  }
  .menu-area a.guideline-modal:visited {
    color: #fff;
  }
  .menu-area a.guideline-modal:hover {
    color: #fff;
  }
  .menu-area a.guideline-modal:active {
    color: #fff;
  }
  .pc-gnav-scroll .menu-area a {
    color: #fff;
    text-shadow: none;
  }
  .pc-gnav-scroll .title-logo {
    opacity: 1;
  }
  .guideline-modal {
    background: #ffae00;
    padding: 5px 10px 4px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 3px #ffae00, 4px 4px 4px rgba(152, 116, 80, 0.2);
    border: solid 1px #ffcf69;
  }
  .gnav-menu div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .gnav-menu-list {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .gnav-menu-list li {
    padding: 0 10px;
  }
  /*------ Language ------ */
  .language {
    padding: 2px 0px 0px 0px;
  }
  .language ul {
    width: 120px;
  }
  .language a {
    text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff;
  }
  .menu-area .language a:link {
    color: #ff8200;
  }
  .menu-area .language a:visited {
    color: #ff8200;
  }
  .menu-area .language a:hover {
    color: #ffc000;
    text-decoration: underline;
  }
  .menu-area .language a:active {
    color: #ffc000;
    text-decoration: underline;
  }
   
}
/*------ ipad版 ------ */
@media (max-width: 1024px) {
  /*------ event ------ */
  .event-bg {
    /*    background-image: url("../images/event/event_bg_left_sp.png"), url("../images/event/event_bg_right_sp.png");
    background-size: 750px 400px;
    background-position: left center, right center;
    margin-top: 30px;*/
    padding: 10px 0px 30px 0px;
  }
  /*------ product ------ */
  #product dl dt {
    font-size: 0.5rem;
  }
  #product dl dd {
    font-size: 0.7rem;
  }
  .mv-area .dl-windows {
    margin: -40px 0 40px 0;
  }
  .mv-area .dl-windows .dl-windows-link {
    max-width: 1000px;
    width: 60%;
  }
  .countdown-title {
    margin-top: -100px;
  }
    .mv-area div.dl-windows-list {
flex-wrap: wrap;
}
.mv-area div.dl-windows-list a{
    flex:2 1 330px;
}
.mv-area .dl-windows h2 {

    max-width: 90%;
}
}

/*------ スマホ版 ------ */
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  h2 img {
    width: 70%;
  }
  .link-btn:hover {
    filter: brightness(1.0);
    transition-duration: 0.5s;
  }
h2.event-title {margin-bottom:20px;}
  /*------ mv ------ */
  .mv-area .dl-link ul {
    display: flex;
    list-style: none;
    justify-content: center;
    text-align: center;
    margin: 0px 0px 0px 0px;
    width: 1000px;
  }
  /*------ release-voice ------ */
  #release-voice .section-inner {
    flex-wrap: wrap;
  }
  #release-voice {
    margin: -40px auto 40px auto;
    padding: 0;
  }
  .release-voice-chara {
    flex-basis: 100%;
  }
  /*------ event ------ */
  .event-bg {
    background-size: 500px 250px;
  }
  .countdown-title {
    margin-top: -75px;
  }
  /*------ story ------ */
    #story {
  background-position: 60% top;
}
  /*------ character ------ */
  section#character {
    padding-bottom: 0px;
  }
  .chara-btn li {
    list-style: none;
    text-align: center;
    padding: 0px 3px 20px 3px;
  }
  .chara-btn-sp {
    background-color: rgba(255, 242, 191, 0.4);
    padding: 20px 10px 0px 10px;
    margin-top: 30px;
  }
  .chara-words {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .chara-txt-space {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
  }
  .chara-words img {
    max-width: 85%;
  }
  /*------ gallery ------ */
  .gallery-list {
    width: 90%;
    margin: 0 auto;
  }
  .gallery-list li:not(:last-child) {
    margin-bottom: 20px;
  }
  /*------ information ------ */
  #information {
    padding-top: 40px;
  }
  #information h3 {
    margin-bottom: 1em;
  }
  #information dl + h3 {
    margin-top: 40px;
  }
  #twitter-area {
    margin-top: 40px;
  }
  /*------ product ------ */
  #product dl dt {
    font-size: 0.6rem;
  }
  #product dl dd {
    font-size: 0.8rem;
  }
  .staff {
    margin-top: 30px;
  }
  .mv-area .dl-windows {
    margin: -40px 0 40px 0;
  }
  .mv-area .dl-windows .dl-windows-link {
    max-width: 1000px;
    width: 80%;
  }

}
/*------ PC版 ------ */
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  /*------ section ------ */
  .section-inner {
    max-width: 1024px;
    margin: 0 auto;
  }
  section {
    padding: 60px 0px 90px 0px;
  }
.mv-area div.dl-windows-list a {

    max-width:450px;
}

  /*------ character ------ */
  .chara-box {
    max-width: 900px;
  }
  .chara-konami, .chara-ema {
    height: 1050px;
  }
  .chara-illust {
    position: absolute;
    top: 1px;
    right: 0px;
  }
  /*------ gallery ------ */
  .gallery-list li {
    flex-basis: calc((100% - 40px) / 3);
  }
  /*------ information ------ */
  #information .section-inner {
    display: flex;
    justify-content: space-between;
  }
  #information .section-inner > div {
    flex-basis: calc((100% - 50px) / 2);
    max-width: calc((100% - 50px) / 2);
  }
  /*------ product ------ */
  #product h3:not(:first-child) {
    margin-top: 30px;
  }
}