@charset "UTF-8";
/* CSS Document */
.pararaxArea {
  position: relative;
  background-color: #f8f8f8;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/mv_bg.jpg") no-repeat;
  background-size: cover;
  overflow: hidden;
  height: auto;
}
.pararaxArea .pararaxItem {
  position: absolute;
  top: 0;
  width: 120%;
  height: 120%;
}
.pararaxArea .pararaxItem img {
  max-width: 100%;
}
.pararaxArea .pararaxItem:nth-child(1) {
  transition: transform 0.6s linear 0.008s;
}
.pararaxArea .pararaxItem:nth-child(2) {
  transition: transform 0.5s linear 0.004s;
}
.pararaxArea .pararaxItem:nth-child(3) {
  transition: transform 0.3s linear 0.002s;
}
.pararaxArea .pararaxItem:nth-child(4) {
  transition: transform 0.1s linear 0.0006s;
}
.pararaxArea .pararaxItem:nth-child(5) {
  transition: transform 0.3s linear 0.002s;
}
.mainVisual__charaBox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.mvObj {
  position: absolute;
  top: 0;
  left: 0;
}
/*mainVisual------------------*/
.mainVisual {
  position: relative;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.mainVisual__bgFooter {
  width: 100%;
  height: auto;
}
.mv_words_anime {
  display: block;
  animation: mvWordsAnime linear 1s;
}
@keyframes mvWordsAnime {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1.3, 0.6);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
.mainVisual__obj {
  position: relative;
  z-index: 2;
}
.mainVisual__obj img {
  width: 100%;
}
.mainVisual__illustBox {
  background: url("../images/mv_bg.jpg");
  background-size: cover;
  height: 100%;
}
.masterup {
  position: absolute;
  z-index: 6;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -450px;
	display: flex;
	align-items: flex-end;
}
.masterup__voice{

}
.countdown {
  position: absolute;
  z-index: 6;
  bottom: -10px;
  right: 50%;
  transform: translateX(50%);
  margin-right: -430px;
}
.countdown__sakura {
  animation: 10s linear infinite rotation;
}
.countdown__movieBtn {
  position: relative;
  z-index: 2;
}

.mainVisual__illustBox .mvObj {
  position: absolute;
  top: 0;
  left: 0;
}
.mainVisual__logo {
  position: relative;
  z-index: 5;
}
.mainVisual__release.mvObj {
  top: 80px;
}
.mainVisual__illust {
  filter: blur(20px);
}
.mainVisual__catch {
  filter: blur(20px);
  opacity: 0;
}
.mainVisual__catchSub {
  filter: blur(20px);
}
.mainVisual__illustHanabira {
  filter: blur(20px);
}
.animeBlur {
  filter: blur(0px);
  opacity: 1;
  transition: all 1.2s;
}
.mainVisual__illustHanabira.animeBlur {
  filter: blur(0px);
  transition: all 1.2s;
}
.mainVisual__illustHanabira.fadeUp {
  transition-delay: 1s;
}
.mainVisual__catch.fadeUp {
  transition-delay: 0.5s;
}
.mainVisual__catchSub.fadeUp {
  transition-delay: 0.8s;
}
/*ムービー------------------*/
.topmovie {
  position: relative;
  text-align: center;
	margin-top:-40px;
}
.topmovie p {
  margin-top: 10px;
	margin-bottom:50px;
}
.topmovie__btn {
  margin: 40px auto 0px auto;
  width: 960px;
  height: 540px;
  position: relative;
  z-index: 10;
  border-radius: 16px;
  overflow: hidden;
}
.movieThumbnail {
  position: absolute;

}
.movie_thumbnail_kazari {
  position: absolute;
	top:0;
	bottom:0;
	left:50%;
	margin:auto 0px auto -95px;
	height:190px;
animation: 10s linear infinite rotation;

}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.topmovie .yuri_left {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%) scale(-1, 1) rotate(-30deg);
  margin-left: -550px;
  opacity: 0;
  transition: all 2s;
  z-index: -1
}
.topmovie .yuri_right {
  position: absolute;
  top: 80px;
  right: 50%;
  transform: translateX(50%) rotate(-30deg);
  margin-right: -550px;
  opacity: 0;
  transition: all 2s;
  z-index: -1
}
.topmovie .yuri_left.is-inview {
  opacity: 0.9;
  transform: translateX(-50%) scale(-1, 1) rotate(0deg);
  transition-delay: .2s;
}
.topmovie .yuri_right.is-inview {
  opacity: 0.9;
  transform: translateX(50%) rotate(0deg);
  transition-delay: .2s;
}
/*information------------------*/
/*topics*/
#information {
  overflow: hidden;
}
.topics__heading {
  text-align: center;
  margin-bottom: 20px;
}
/*news*/
.news {
  margin-bottom: 40px;
}
.newsBox {
  width: 100%;
}
.news__heading {
  text-align: center;
  margin-bottom: 10px;
}
.news__iframe {
  width: 100%;
  border: solid 16px;
  border-image-source: url("../images/line_base.png");
  border-image-slice: 32;
  padding: 10px;
}
.news__btnLink {
  display: flex;
  justify-content: center;
}
.news__btnLink div {
  margin: 0px 10px;
  width: 189px;
}
/*story------------------*/
#story {
  background: url("../story/images/bg_main.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 60px;
}
.story__txt {
  margin-top: 10px;
}
.story p {
  font-weight: bold;
  text-shadow: 0px 0px 1px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 5px #fff;
  z-index: 10;
  position: relative;
}
.stoy__txtImg {
  font-size: 28px;
  line-height: 1.5;
  margin: 10px 0px 10px -15px;
  ;
}
.stoy__photoBig {
  width: 650px;
  height: 380px;
  top: 40px;
  right: -300px;
}
.stoy__photoSmall {
  width: 548px;
  height: 320px;
  top: 290px;
  right: 200px;
}
.story__wordNina {
  width: 1180px;
  height: 380px;
  margin-top: 20px;
}
.story__illustHina {
  position: absolute;
  bottom: -60px;
  right: -90px;
  height: 885px;
}
.fadein_out_anime {
  width: 747px;
  position: relative;
}
.fadein_out_anime img {
  width: 100%;
  position: absolute;
}
.story__txtStrong {
  color: #c94ab1;
}
.story__footer {
  background-position: bottom center;
  height: 400px;
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: scale(1, -1);
}
/*character------------------*/
.character h2 {
  margin-bottom: -5px;
}
.chara__bg {
  background: url("../images/bg_circle.png") no-repeat -18% 0%;
  background-size: 1159px 1159px;
}
.chara__header {
  position: relative;
  z-index: 2;
}
/*charaBtn*/
.charaBtn {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  position: relative;
}
.charaBtn ul {
  position: relative;
}
.charaBtn li {
  margin: 0 5px;
}
.charaBtn li a {}
.charaBtn__mainChara {
  display: flex;
}
.charaBtn li p {
  color: #BDA556;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #BDA556;
  border-bottom: 1px solid #BDA556;
  line-height: 1.3;
  margin: 5px 5px 0px 5px;
  position: relative;
  font-family: 'Cormorant Infant', serif;
}
.charaBtn li p::before {
  content: "";
  display: inline-block;
  background: url("../images/kazari_icon.png") no-repeat;
  background-size: cover;
  width: 15px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 0;
}
.charaBtn li p::after {
  content: "";
  display: inline-block;
  background: url("../images/kazari_icon.png") no-repeat;
  background-size: cover;
  width: 15px;
  height: 8px;
  position: absolute;
  top: 2px;
  right: 0;
  transform: scale(-1, 1);
}
.charaBtn__subChara li p::before {
  background: none;
}
.charaBtn__subChara li p::after {
  background: none;
}
.charaBtn li {
  position: relative;
}
.charaBtn li a {}
.charaBtn li a img {
  display: inline-block;
}
.charaBtn li a::after {
  background-position: top center;
  height: 106px;
  width: 84px;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  transition: all 0.5s;
}
.charaBtn li:nth-child(1) a::after {
  background: url("../character/character_btn_hina_on.png") no-repeat;
  background-size: 84px 106px;
}
.charaBtn li:nth-child(2) a::after {
  background: url("../character/character_btn_anna_on.png") no-repeat;
  background-size: 84px 106px;
}
.charaBtn li:nth-child(3) a::after {
  background: url("../character/character_btn_iyo_on.png") no-repeat;
  background-size: 84px 106px;
}
.charaBtn li:nth-child(4) a::after {
  background: url("../character/character_btn_merle_on.png") no-repeat;
  background-size: 84px 106px;
}
.charaBtn li:nth-child(5) a::after {
  background: url("../character/character_btn_lili_on.png") no-repeat;
  background-size: 84px 106px;
}
.charaBtn__subChara li:nth-child(1) a::after {
  background: url("../character/character_btn_mutsuki_on.png") no-repeat;
  background-size: 74px 93px;
}
.charaBtn__subChara li:nth-child(2) a::after {
  background: url("../character/character_btn_hina_on.png") no-repeat;
  background-size: 74px 93px;
}
.charaBtn__subChara li:nth-child(3) a::after {
  background: url("../character/character_btn_nina_on.png") no-repeat;
  background-size: 74px 93px;
}
.charaBtn__subChara li:nth-child(4) a::after {
  background: url("../character/character_btn_munechika_on.png") no-repeat;
  background-size: 74px 93px;
}
.charaBtn li a:hover::after {
  opacity: 1;
}
/*.charaBtn__subChara li a::before {
  background: url("../character/images/chara_btn_on.png") no-repeat;
  background-size: 72px 90px;
  background-position: center center;
}*/
.charaBtn .newmark {
  top: 74px;
  left: 25px;
}
.charaBtn__subChara {
  display: flex;
  margin-top: 13px;
}
.charaBtn__subChara .newmark {
  top: 62px;
  left: 20px;
}
.chara__iframeBox {
  height: 1180px;
}
.chara__iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/*gallery------------------*/
#gallery {
  background: url("../images/bg_purpledia.png") repeat;
  background-size: 70px 100px;
	padding-bottom:30px;
}
.galleryList {
  display: grid;
  grid-template-columns: 285px 285px 285px 285px;
  grid-template-rows: auto;
  gap: 20px;
}
.galleryList div {
  position: relative;
}
.galleryList div a {
  transition: filter 0.5s ease;
  filter: brightness(1);
}
.galleryList div a:hover {
  filter: brightness(1.2);
}
/*.galleryList div a::before {
  background: url("../gallery/images/gallery_tmb_on.png") no-repeat;
  background-size: 285px 160px;
  background-position: center center;
}
.galleryList div a:hover::before {
  opacity: 1;
}*/
.galleryList .linkBtn::after {
  /*  background: url("../gallery/images/gallery_tmb_bg.png") no-repeat;
  background-size: 353px 215px;
  background-position: center center;*/
  width: 100%;
  height: 100%;
  content: url("../gallery/images/gallery_tmb_bg.png");
  display: inline-block;
  position: absolute;
  top: -28px;
  left: -36px;
  z-index: -1;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: left top;
  transition: all 0.3s;
}
.galleryList .linkBtn:hover::after {
  opacity: 1;
}
.galleryList .linkBtn {
  filter: drop-shadow(1px 1px 3px rgba(129, 74, 210, 0.5));
}
.galleryList .newmark {
  top: -4px;
  left: -4px;
}
/*stage------------------*/
#stage {
  height: 850px;
  position: relative;
}
.stage__heading {
  padding-top: 50px;
  position: relative;
  z-index: 2;
  text-align: left;
}
.stage__iframeBox {
  height: 840px;
}
.stage__iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/*download------------------*/
#download {
  background-color: #fdfaff;
}
#download div + h3 {
  margin-top: 40px;
}
.trialDl iframe {
 margin:0 auto;
  width:960px;
	display: block;
}
.trialDl .download__slier{
	
margin:-20px;
  width: 1200px;

}

.download-link-area img {
  display: inline-block;
  margin: 0 auto;
}
#download .heading_lv3 {
  margin-bottom: 20px;
}
#download .heading_lv4 {

  margin: 0px auto -5px auto;
  padding: 0 0 0 30px;
  width: 1000px;
}
.opning {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1000px;
  margin: 0 auto;
}
.filedata {
  margin-bottom: 20px;
  font-size: 14px;
}
.filedata .title {
  color: #EC6D70;
  display: inline-block;
  margin: 0px 5px;
}
.dllist-area {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  align-items: flex-start;
}
.dllist-area .dllist {
  width: calc((100% / 2) - 20px);
}
.opning .dllist-area {
  display: block;
  width: calc((100% / 2) - 20px);
}
.opning .dllist-area {
  width: 500px;
  margin-left: 60px;
}
.opning .dllist {
  width: 400px;
}
.dllist {
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}
.dllist th, .dllist td {
  border-bottom: 1px solid rgba(224,216,178,0.4);
  vertical-align: middle;
}
.dllist td {
  text-align: right;
  width: 111px;

}
.dllist th {
  font-size: 14px;
  padding: 12px 15px 12px 0px;
}
.dllist-area .textList {
  zoom: 0.9;
}
.dllist-area .linkBtn {
  width: 111px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
}
.dllist-area .linkBtn a::before {
  background: url("../download/images/download_btn_on.png") no-repeat;
  background-size: 111px 27px;
  background-position: top right;
}
.dllist-area .linkBtn a:hover::before {
  opacity: 1;
}
.trialDl .textList {
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}
.trialDl .textList dl {
  padding: 0px 10px;
}
.trialDl  .textList dd {
  margin-bottom: 10px;
	padding-top:4px;
}
.links .linkBtn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/*special------------------*/
#special {}
/*spec------------------*/
.jacketBox {
  align-items: center;
}
.jacketBox__jacket img {
  border: solid 3px #5c1d30;
}
.jacketBox img {
  max-width: 100%;
  height: auto;
}
.jacketBox div {
  width: calc(50% - 20px);
  text-align: center;
}
.jacketBox p:first-child {
  margin-bottom: 30px;
}
#spec .columnBox {
  justify-content: space-between;
  margin-bottom: 50px;
}
#spec .textList {
  width: calc(50% - 20px);
}
#spec .textList dl {
  font-size: 14px;
  padding-bottom: 5px;
}
#spec .textList dd {
  margin-bottom: 10px;
}
#spec .textList dt:first-line {
  line-height: 1.8;
}
#spec .textList dd:first-line {
  line-height: 1.8;
}
.spec .editionInfo {
  display: flex;
  margin-bottom: 40px;
}
.spec .editionInfo h3 {
  border: solid 16px;
  border-top: none;
  border-image-source: url("../images/line_base.png");
  border-image-slice: 32;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.spec .editionImg {
  margin-right: 30px;
}
.spec .editionInfo dl {
  margin-bottom: 30px;
  font-weight: bold;
}
.spec .editionInfo dt {
  margin-bottom: 5px;
}
.spec .editionInfo dd {
  margin-left: 20px;
  line-height: 1.8;
}
.spec .editionBox__item span {
  font-size: 12px;
}
.spec .editionBox__price dt {
  margin-bottom: -5px;
  margin-top: -20px;
}
.spec .editionBox__price span {
  font-size: 30px;
}
.spec .royalItem {
  font-size: 13px;
  margin-top: 10px;
  color: #bda555;
}
/*cpdl------------------*/
#ecdl {
  text-align: center;
  margin-bottom: 60px;
}
#ecdl .howto {
  margin-top: 30px;
}
.waku {
  width: 1000px;
  background: rgba(242, 226, 251, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(152, 176, 255, 0.3), 0px 0px 0px rgba(0, 0, 0, 0.2) inset;
  border-radius: 8px;
  padding: 30px;
  margin: 20px auto;
}
.text, textarea, .dropdown, .textarea {
  height: 30px;
  border: 1px solid #d3afe9;
  padding: 5px;
  background: #fff;
  border-radius: 20px;
  width: 300px;
  margin: 0 10px;
}
.okBtn {
  border: 0;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s;
}
.okBtn:hover {
  opacity: 0.6;
}
.dlAtt {
  width: 1000px;
  text-align: center;
  margin: 0 auto 0 auto;
  line-height: 2;
  font-size: 14px;
}
.dlAtt tr, .dlAtt td {
  border-bottom: 1px dashed #d3afe9;
}
form {
  display: flex;
  align-items: center;
  justify-content: center;
}