<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background:#fffbe6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loading-icon-area {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.loading-icon-area div {
  position: relative;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
/*common------------------*/
.particle div {
  position: absolute;
  left: 0;
  bottom: -150px;
  width: 80px;
  height: 100px;
  z-index: 2;
}
body {
  line-height: 1.8;
  font-family: 'Kiwi Maru', serif;
  background-image: url("../story/images/bg.gif");
  background-size: 136px 126px;
}
.container {
  min-width: 1280px;
}
header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10;
}
header h1 {
  position: relative;
  top: -30px;
  left: -30px;
}
header .release {
  position: relative;
  top: -80px;
  left: 30px;
}
a {
  color: #ff8f8e;
  text-decoration: none;
}
a:link {
  color: #ff8f8e;
}
a:visited {
  color: #ff8f8e;
}
a:hover {
  color: #EC6D70;
  text-decoration: underline;
}
main .nav-margin {
  margin-left: 220px;
}
main .inner {
  max-width: 1020px;
  margin: 0 auto;
}
section {
  padding: 80px 0px 40px 0px;
}
section h2 {
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.dropshadow {
  box-shadow: 2px 2px 0px 0 rgba(203, 128, 39, .1);
}
.renga-object {
  position: absolute;
  z-index: 1;
}
.animated {
  opacity: 0;
}
h4 {
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  background-image: url("../images/h4_icon.png");
  background-position: 0px 8px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  margin-bottom: 0px;
}
h3 {
  text-align: center;
  margin-bottom: 15px;
}
/*main visual------------------*/
.countVoice {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  min-width: 1280px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.voice-fix {
  position: absolute;
}
.countVoiceBox {
  position: relative;
}
.kemuri {
  position: absolute;
  opacity: 0;
  animation-name: kemuri;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.count-kemuri {
  top: 0px;
  right: 80px;
}
.loading-kemuri {
  top: 0px;
  left: 178px;
}
@keyframes kemuri {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-30px);
  }
}
#mv-area {
  display: flex;
  justify-content: flex-end;
    overflow: hidden;
}
#mv-area .inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  position: relative;
}
/*#mv-area .mv-nav-margin {
  margin-left: 100px;
}*/
#mv-area .mv-img {
  width: 100%;
  vertical-align: top;
}
#mv-area .mv-copy {
  width: 100%;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 0;
}
.mv-master {
 position: absolute;
  opacity: 0;
  animation-name: mastertxt;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

@keyframes mastertxt {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  30% {
    opacity: 1;
    transform: translateX(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
   
  }
}
/*nav------------------*/
.mvnav {
  position: absolute;
  width: 220px;
  height: 630px;
  margin-left: 20px;
  z-index: 150;
  top: 450px;
}
.sidenav {
  width: 220px;
  height: 630px;
  position: fixed;
  background-image: url("../images/nav_bg.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 213px 630px;
  margin-left: 20px;
  z-index: 100;
  top: 60px;
  display: none;
}
#category .sidenav {
  display: block;
}
.gnav h1 {
  width: 209px;
  text-align: center;
  margin-top: 60px;
}
.main-menu {
  margin-top: 10px;
}
.main-menu li {
  margin: 0px 0px 5px 20px;
}
.gnav .nav-line {
  width: 209px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.utility-nav {
  width: 209px;
  display: flex;
  justify-content: center;
}
.utility-nav &gt; div {
  align-items: center;
  padding: 5px 5px 0 0;
}
.utility-nav ul {
  display: flex;
}
.utility-nav li {
  margin-right: 8px;
  border-radius: 50%;
}
.utility-nav li img {
  border-radius: 50%;
}
.nav-coming {
  opacity: 0.4;
}
/*information------------------*/
#information {
  background-color: #FFE4D5;
  position: relative;
  overflow: hidden;
  padding: 40px 0px 0px 0px;
}
#information .renga01 {
  right: -30px;
}
#information .renga02 {
  top: 350px;
  left: 200px;
  transform: scale(-1, 1);
}
#information .naminami-bg {
  background-image: url("../images/naminami_bg.png");
  background-position: bottom;
  background-size: 530px 100px;
  background-repeat: repeat-x;
  padding-bottom: 40px;
}
/*topics------------------*/
#topics {
  width: 1020px;
  position: relative;
  z-index: 3;
  top: -40px;
}
.trial-banner {
  margin: -60px auto 20px auto;
  position: relative;
}
#topics .trial-banner .newMark {
  position: absolute;
  top: 40px;
  z-index: 3;
}
.trial-banner .topics-pin {
  position: absolute;
  top: 40px;
  left: 500px;
  z-index: 3;
}
#topics ul li {
  position: relative;
}
.topics-pin {
  position: absolute;
  top: -5px;
  left: 150px;
  z-index: 3;
}
#topics h2 {
  text-align: center;
}
#topics .row-area {
  display: flex;
  justify-content: space-between;
}
.topics-row-area {
  /*  width: calc(70% - 10px);*/
}
.topics-row-area ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 670px;
}
.topics-row-area-long ul {
  width: 1020px;
}
.topics-row-area li {
  /*  width: calc((100% / 2) - 16px);*/
  width: 320px;
}
.topics-row-area li:nth-child(-n + 2) {
  margin-bottom: 10px;
}
#topics .newMark, #special .newMark {
  position: absolute;
  top: -3px;
  left: -3px;
}
#twitter-area {
  /* width: calc(30% - 10px);*/
  background-image: url("../images/twitter_bg.png");
  background-size: 320px 321px;
  background-repeat: no-repeat;
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kazari-meal-time {
  position: absolute;
  bottom: -65px;
  right: -15px;
}
#special .special-banner-area ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#special .special-banner-area ul li:nth-child(-n + 2) {
  margin-bottom: 10px;
}
#special .special-banner-area ul li {
  position: relative;
}
/*news------------------*/
#news {
  position: relative;
  z-index: 3;
  margin: 20px 0 0px 0;
}
#news h2 {
  margin-bottom: 0;
}
/*movie------------------*/
#movie {
  margin: -20px auto 100px auto;
  text-align: center;
}
.movie_area, .dl-thumbnail-area {
  background: url("../images/movie_base.gif");
  background-size: 1020px 586px;
  width: 1020px;
  height: 586px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.movie_thumbnail, .dl-thumbnail {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 992px;
  height: 558px;
  z-index: 0;
}
/*story------------------*/
#story {
  background-image: url("../story/images/bg.gif");
  background-size: 136px 126px;
  overflow: hidden;
  padding: 20px 0 60px 0px;
}
#story .inner {
  height: 1700px;
  position: relative;
}
#story p {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
#story .story-fukidashi {
  margin-top: 50px;
}
#story .story-fukidashi li {
  margin-top: -15px;
}
#story .story-object {
  position: absolute;
}
#story .story-photo01 {
  top: -20px;
  right: -110px;
}
#story .renga01 {
  top: 400px;
  right: -100px;
}
#story .renga02 {
  top: 1120px;
  left: -280px;
}
#story .renga03 {
  top: 1400px;
  right: -110px;
}
#story .nao-chenge {
  top: 580px;
  right: 340px;
}
#story .nao-komari {
  top: 650px;
  right: -60px;
  z-index: 2;
}
#story .end-copy {
  position: relative;
  margin: 50px 0 30px 0;
  z-index: 10;
}
.end-copy-sub {
  position: absolute;
  top: 0;
  left: 0;
}
#story .heroine-egao {
  left: -120px;
}
.txt-marker {
  background: -webkit-linear-gradient(left, rgb(255, 227, 120) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(255, 227, 120) 50%, transparent 50%);
  background: linear-gradient(left, rgb(255, 227, 120) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 2em;
  background-position: 100% 0em;
  transition: 1.5s;
}
.txt-marker.marker-active {
  background-position: 0% 0em;
}
.p-rubi {
  position: relative;
}
.p-rubi .txt-rubi {
  position: absolute;
  font-size: 10px;
}
.p-rubi .rubi01 {
  top: 22px;
  left: 336px;
}
.p-rubi .rubi02 {
  top: 50px;
  left: 96px;
}
/*character------------------*/
#character {
  background-color: #fff7d4;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
#character .inner {
  position: relative;
}
#character h2 {
  position: relative;
  top: 80px;
}
#chara-btn-area {
  position: relative;
  margin-left: 300px;
  top: -30px;
  z-index: 10;
}
#chara-btn-area ul {
  display: flex;
  justify-content: space-between;
}
#chara-btn-area li {
  width: calc((100% / 7) - 10px);
  position: relative;
}
#chara-btn-area .newMark {
  position: absolute;
  left: 20px;
  top: 90px;
  z-index: 100;
}
.room-tag {
  position: absolute;
  top: -16px;
  left: -4px;
  opacity: 0;
}
.show-room-tag {
  opacity: 1;
}
#character .chara-btn-plate {
  position: absolute;
  bottom: 0px;
  z-index: 10;
}
.yurayura {
  animation: yurayura 1.5s linear infinite;
}
@keyframes yurayura {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
.yurayura-slow {
  animation: yurayura-slow 1.5s linear infinite;
}
@keyframes yurayura-slow {
  0%, 100% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
}
.yurayura-bigbanner {
  animation: yurayura-slow 1.5s linear infinite;
}
@keyframes yurayura-slow {
  0%, 100% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(-1deg);
  }
}
#character .chara-btn-plate:before {
  position: absolute;
  content: '';
  z-index: 10;
  border-radius: 50% 50%;
  background: #faaf3b;
  height: 8px;
  width: 8px;
  top: -2px;
  left: 41px;
}
#chara-frame {
  margin-top: -70px;
  vertical-align: bottom;
  position: relative;
  z-index: 10;
}
#character .renga-object {
  position: absolute;
  z-index: 1;
}
#character .renga01 {
  left: -250px;
  top: 200px;
  transform: scale(-1, 1);
}
#character .renga02 {
  left: -170px;
  top: 850px;
}
#character .renga03 {
  right: -200px;
  top: 750px;
}
#character .tachie-bg {
  position: absolute;
  right: -180px;
  top: 100px;
}
/*gallery------------------*/
#gallery {
  position: relative;
  overflow: hidden;
}
.galleryList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#gallery .galleryList {
  position: relative;
  z-index: 3;
}
#gallery .renga01 {
  left: 50%;
  margin-left: -750px;
  top: 300px;
  transform: scale(-1, 1);
}
#gallery .renga02 {
  right: 50%;
  margin-right: -750px;
  top: 50px;
  transform: scale(1, -1);
}
.galleryList li {
  margin-bottom: 20px;
  position: relative;
}
.galleryList .dropshadow {
  box-shadow: 4px 4px 0px 0 rgba(203, 128, 39, .1);
}
.gallery-pin {
  position: absolute;
  top: -14px;
  left: 118px;
  z-index: 3;
}
#gallery .newMark {
  position: absolute;
  top: -5px;
  left: -5px;
}
/*download------------------*/
#download {
  background-color: #fff7d4;
  padding: 0 0 60px 0px;
  position: relative;
  overflow: hidden;
}
#download .naminami-bg {
  background-image: url("../images/naminami_bg-top.png");
  background-position: top;
  background-size: 530px 55px;
  background-repeat: repeat-x;
}
#download .inner {
  padding-top: 140px;
}
#download .renga01 {
  right: 50%;
  margin-right: -900px;
  top: 150px;
}
#download .renga02 {
  left: 50%;
  margin-left: -700px;
  top: 700px;
}
#download .renga03 {
  right: 50%;
  margin-right: -800px;
  top: 1300px;
}
.dl-txt-area {
  position: relative;
  z-index: 3;
}
#download h3 {
  margin-top: 80px;
}
#download h2 + h3 {
  margin-top: -80px;
}
#download iframe {
  background: url("../images/movie_base.gif");
  background-size: 496px 286px;
  background-repeat: no-repeat;
  padding: 8px;
}
.download-link-area img {
  display: inline-block;
  margin: 0 auto;
}
.opning {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.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: 100%;
  align-items: flex-start;
}
.dllist-area .dllist {
  width: calc((100% / 2) - 20px);
}
.opning .dllist-area {
  display: block;
  width: calc((100% / 2) - 20px);
}
.opning .dllist {
  width: 100%;
}
.dllist {
  text-align: left;
  width: 100%;
}
.dllist th, .dllist td {
  border-bottom: dotted 1px #c5987d;
  vertical-align: middle;
}
.dllist td {
  text-align: right;
}
.dllist img {
  transition: 0.3s;
}
.dllist img:hover {
  opacity: 50%;
}
.dllist td {
  padding: 4px 0px 4px 0px;
}
.dllist td img {
  vertical-align: bottom;
  padding: 2px;
}
.dllist th {
  font-size: 14px;
  padding: 12px 15px 12px 0px;
}
.slider {
  position: relative;
  width: 100%;
}
.items {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
}
.item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.item.current {
  opacity: 1;
}
.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.buttons {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.button {
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
  padding: 0;
  background: transparent center no-repeat;
  cursor: pointer;
  opacity: 0.4;
}
.button.prev {
  background-image: url("../download/images/trial_next_btn.png");
}
.button.next {
  background-image: url("../download/images/trial_prev_btn.png");
}
.button:hover {
  opacity: 0.8;
}
.dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 0;
  background-color: rgba(255, 142, 142, 1.00);
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}
.dot:nth-child(n+2) {
  margin-left: 10px;
}
.dot.current {
  opacity: 1;
}
.dl-thumbnail-area {
  margin-bottom: 30px;
}
/*special------------------*/
#special {
  background-color: #FFE4D5;
  padding: 0 0 60px 0px;
}
#special .naminami-bg {
  background-image: url("../images/naminami_bg_yellow.png");
  background-position: top;
  background-size: 530px 55px;
  background-repeat: repeat-x;
}
#special .inner {
  padding-top: 140px;
}
/*spec------------------*/
#spec {
  position: relative;
  overflow: hidden;
  padding: 0 0 100px 0px;
}
#spec .renga02 {
  left: 0px;
  top: 650px;
}
#spec .renga03 {
  right: -100px;
  top: 100px;
}
#spec .inner {
  padding-top: 140px;
}
#spec .naminami-bg {
  background-image: url("../images/naminami_bg_pink.png");
  background-position: top;
  background-size: 530px 55px;
  background-repeat: repeat-x;
}
.table-list {
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 10px;
}
.table-list th {
  background-color: #FFCBBF;
  font-size: 12px;
  width: 100px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.small {
  font-size: 12px;
}
#spec .row-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.row-area .table-list {}
/*footer------------------*/
footer {
  background: #fff;
  font-size: 10px;
  text-align: center;
}
footer small {
  display: inline-block;
  margin: 10px;
}
/*costume------------------*/
.particle div:nth-of-type(1) {
  left: -5%;
  animation: position_yoko 0.8s ease-in-out infinite alternate, position_tate 1.1s ease-in-out infinite alternate, fly 13s ease-in-out infinite;
}
.particle div:nth-of-type(2) {
  left: 12%;
  opacity: 50%;
  animation: position_yoko 0.8s ease-in-out infinite alternate, position_tate 1.1s ease-in-out infinite alternate, fly 10s ease-in-out infinite;
}
.particle div:nth-of-type(3) {
  left: 18%;
  animation: position_yoko 0.8s ease-in-out infinite alternate, position_tate 1.1s ease-in-out infinite alternate, fly 16s ease-in-out infinite;
}
.particle div:nth-of-type(4) {
  left: 22%;
  animation: position_yoko 0.8s ease-in-out infinite alternate, position_tate 1.1s ease-in-out infinite alternate, fly 14s ease-in-out infinite;
}
.particle div:nth-of-type(5) {
  left: 36%;
  animation: position_yoko 0.8s ease-in-out infinite alternate, position_tate 1.1s ease-in-out infinite alternate, fly 7s ease-in-out infinite;
}
.particle div:nth-of-type(6) {
  left: 50%;
  opacity: 50%;
  animation: position_yoko 0.9s ease-in-out infinite alternate, position_tate 1.2s ease-in-out infinite alternate, fly 12s ease-in-out infinite;
}
.particle div:nth-of-type(7) {
  left: 62%;
  opacity: 50%;
  animation: position_yoko 0.8s ease-in-out infinite alternate, position_tate 1.1s ease-in-out infinite alternate, fly 15s ease-in-out infinite;
}
.particle div:nth-of-type(8) {
  left: 68%;
  opacity: 50%;
  animation: position_yoko 0.8s ease-in-out infinite alternate, position_tate 1.1s ease-in-out infinite alternate, fly 7s ease-in-out infinite;
}
.particle div:nth-of-type(9) {
  left: 78%;
  opacity: 70%;
  animation: position_yoko 0.9s ease-in-out infinite alternate, position_tate 1.2s ease-in-out infinite alternate, fly 9s ease-in-out infinite;
}
.particle div:nth-of-type(10) {
  left: 90%;
  opacity: 40%;
  animation: position_yoko 0.8s ease-in-out infinite alternate, position_tate 1.1s ease-in-out infinite alternate, fly 11s ease-in-out infinite;
}
.particle div:nth-of-type(11) {
  left: 0%;
  animation: position_yoko 0.8s ease-in-out infinite alternate, position_tate 1.1s ease-in-out infinite alternate, fly 9s ease-in-out infinite 7s;
}
.particle div:nth-of-type(12) {
  left: 3%;
  animation: position_yoko 0.8s ease-in-out infinite alternate, position_tate 1.1s ease-in-out infinite alternate, fly 8s ease-in-out infinite 2s;
}
.particle div:nth-of-type(13) {
  left: 10%;
  opacity: 60%;
  animation: position_yoko 0.8s ease-in-out infinite alternate, position_tate 1.1s ease-in-out infinite alternate, fly 8s ease-in-out infinite 5s;
}
.particle div:nth-of-type(14) {
  left: 25%;
  animation: position_yoko 0.8s ease-in-out infinite alternate, position_tate 1.1s ease-in-out infinite alternate, fly 12s ease-in-out infinite 6s;
}
.particle div:nth-of-type(15) {
  left: 37%;
  opacity: 80%;
  animation: position_yoko 0.8s ease-in-out infinite alternate, position_tate 1.1s ease-in-out infinite alternate, fly 7s ease-in-out infinite 4s;
}
.particle div:nth-of-type(16) {
  left: 45%;
  animation: position_yoko 0.9s ease-in-out infinite alternate, position_tate 1.2s ease-in-out infinite alternate, fly 9s ease-in-out infinite;
}
.particle div:nth-of-type(17) {
  left: 55%;
  animation: position_yoko 0.8s ease-in-out infinite alternate, position_tate 1.1s ease-in-out infinite alternate, fly 13s ease-in-out infinite 8s;
}
.particle div:nth-of-type(18) {
  left: 60%;
  animation: position_yoko 0.8s ease-in-out infinite alternate, position_tate 1.1s ease-in-out infinite alternate, fly 10s ease-in-out infinite 1s;
}
.particle div:nth-of-type(19) {
  left: 75%;
  opacity: 60%;
  animation: position_yoko 0.9s ease-in-out infinite alternate, position_tate 1.2s ease-in-out infinite alternate, fly 15s ease-in-out infinite 7s;
}
.particle div:nth-of-type(20) {
  left: 95%;
  opacity: 60%;
  animation: position_yoko 0.8s ease-in-out infinite alternate, position_tate 1.1s ease-in-out infinite alternate, fly 11s ease-in-out infinite 6s;
}
/*@keyframes position_yoko {
  0% {
    margin-left: 16px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes position_tate {
  0% {
    margin-bottom: 0px;
  }
  100% {
    margin-bottom: 0px;
  }
}*/
@keyframes fly {
  100% {
    transform: translateY(-1350px);
  }
}</pre></body></html>