<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#contents {
  width: 100%;
  margin: 0;
  min-height: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  color: #665946;
  text-align: center;
  background-image: url(../img/bg-main.jpg);
  overflow: hidden;
}

@media (max-width: 991px) {
  #contents {
    font-size: 12px;
  }
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

span {
  display: inline-block;
}

br.none {
  display: block;
}

@media (max-width: 991px) {
  br.none {
    display: none;
  }
}

br.on {
  display: none;
}

@media (max-width: 767px) {
  br.on {
    display: block;
  }
}

hr {
  border-color: #999;
  margin: 0;
}

.no-gutter &gt; [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

h2 {
  font-size: 2em;
}

.title-k {
  max-width: 500px;
  margin: 0 auto;
}

#buy_btn {
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 9999;
  width: 120px;
}

@media (max-width: 991px) {
  #buy_btn {
    right: 5px;
    bottom: 15px;
    width: 90px;
  }
}

#buy_btn a:hover {
  opacity: 0.9;
}

.hero {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.hero .row {
  position: relative;
}

.hero .row &gt; div {
  position: relative;
}

.hero .row &gt; div:first-child {
  padding: 50px 0 50px;
}

@media (max-width: 991px) {
  .hero .row &gt; div:first-child {
    padding: 25px 30px 20px;
  }
}

.hero .row &gt; div:first-child &gt; div:last-child {
  padding: 70px 30px 20px;
}

@media (max-width: 991px) {
  .hero .row &gt; div:first-child &gt; div:last-child {
    padding: 25px 30px 20px;
  }
}

.hero .row &gt; div:first-child .mobile-main-v {
  display: none;
}

@media (max-width: 991px) {
  .hero .row &gt; div:first-child .mobile-main-v {
    display: block;
  }
}

.hero .row &gt; div:last-child &gt; div {
  position: absolute;
  left: 0;
  top: 0;
  width: 750px;
}

@media (max-width: 991px) {
  .hero .row &gt; div:last-child &gt; div {
    display: none;
  }
}

.information {
  background-image: url(../img/bg-point.jpg);
}

.information-text img {
  max-width: 822px;
  width: 90%;
}

.information-point .container {
  position: relative;
  max-width: 1020px;
}

.information-point-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
}

@media (max-width: 991px) {
  .information-point-img {
    width: 150px;
    right: 10px;
  }
}

.information-point-text {
  padding: 70px 0;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .information-point-text {
    padding: 50px 10px;
    max-width: calc(100% - 150px);
  }
}

.information-point-text h3 {
  font-size: 1.4em;
}

@media (max-width: 991px) {
  .information-point-text h3 {
    text-align: left;
  }
}

.information-point-text p {
  text-align: left;
}

.information-point-text p span {
  display: block;
  font-size: 0.9em;
}

.information-point:nth-child(odd) {
  background-image: url(../img/bg-main.jpg);
}

@media (max-width: 991px) {
  .information-point:nth-child(odd) .information-point-text {
    margin-left: 0;
  }
}

.information-point:nth-child(even) .information-point-img {
  left: 0;
}

@media (max-width: 991px) {
  .information-point:nth-child(even) .information-point-text {
    margin-right: 0;
  }
}

.loop-bg {
  background-image: url(../img/bg-loop.jpg);
  background-size: 4305px;
  background-repeat: repeat-x;
  height: 300px;
  width: 100%;
  vertical-align: middle;
  animation: bgscroll 196s linear infinite;
  position: relative;
}

@media (max-width: 991px) {
  .loop-bg {
    background-size: 2842px;
    height: 200px;
  }
}

@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -4305px 0;
  }
}

.songs-box {
  position: relative;
  z-index: 3;
  overflow: visible;
}

.songs-box::before {
  content: "";
  display: block;
  background-image: url(../img/bg-songs-top.png), url(../img/bg-point.jpg);
  background-repeat: repeat-x;
  padding-top: 60px;
  background-size: 50%;
  background-position: center top;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .songs-box::before {
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .songs-box::before {
    padding-top: 70px;
    background-size: 100%;
  }
}

@media (max-width: 767px) {
  .songs-box::before {
    padding-top: 10%;
  }
}

.songs-box::after {
  content: "";
  display: block;
  background-image: url(../img/bg-songs-bottom.png), url(../img/bg-main.jpg);
  background-repeat: repeat-x;
  padding-top: 70px;
  background-size: 50%;
  background-position: center bottom;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .songs-box::after {
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .songs-box::after {
    padding-top: 70px;
    background-size: 100%;
  }
}

@media (max-width: 767px) {
  .songs-box::after {
    padding-top: 6%;
  }
}

.songs-box-mog {
  position: relative;
}

.songs-box-mog img {
  position: absolute;
  right: 100px;
  top: -140px;
  width: 160px;
}

@media (max-width: 991px) {
  .songs-box-mog img {
    right: 20px;
    top: -100px;
    width: 120px;
  }
}

.songs-box-content {
  background-image: url(../img/bg-songs-middle.png);
  background-size: 25%;
}

@media (max-width: 991px) {
  .songs-box-content {
    background-size: 50%;
  }
}

.songs-box-disc {
  max-width: 960px;
  margin: 0 auto;
}

.songs-box-disc h3 {
  font-size: 1.5em;
  line-height: 1.4em;
}

@media (max-width: 767px) {
  .songs-box-disc h3 {
    margin-top: 30px;
  }
}

.songs-box-disc ul {
  padding-left: 1.5em;
}

.songs-box-disc ul li {
  font-size: 1.1em;
  list-style-type: disc;
  padding: 5px 0;
}

.songs-box-disc .disc-img {
  line-height: 0;
}

.songs-box-disc-bonus {
  background-color: rgba(102, 89, 70, 0.1);
  box-shadow: 1px 1px 2px -2px #333 inset, 1px 1px 2px rgba(255, 255, 255, 0.3);
  padding: 30px;
  border-radius: 10px;
}

.songs-box-caution {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
}

.songs-box-caution span {
  font-weight: normal;
  font-size: 0.6em;
}

.bonus {
  position: relative;
  z-index: 5;
}

.bonus .container {
  max-width: 990px;
}

.bonus-chara-img {
  margin-top: -100px;
}

@media (max-width: 767px) {
  .bonus-chara-img {
    margin-top: -50px;
  }
}

.bonus-chara-img img {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

.bonus .row .bonus-shop-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(102, 89, 70, 0.05);
  box-shadow: 1px 1px 2px -2px #333 inset, 1px 1px 2px rgba(255, 255, 255, 0.3);
  padding: 15px;
  border-radius: 10px;
}

.bonus-shop-name {
  font-size: 1.2em;
  font-weight: bold;
}

.official-store .bonus-shop-name {
  text-align: left;
}

@media (max-width: 767px) {
  .official-store .bonus-shop-name {
    text-align: center;
  }
}

.bonus-shop-info {
  text-align: left;
}

.bonus-shop-info ul {
  padding-left: 1.5em;
}

.bonus-shop-info ul li {
  line-height: 1.5em;
  list-style-type: disc;
  padding: 5px 0;
  font-weight: bold;
}

.bonus-shop-info ul li span {
  font-weight: normal;
  font-size: 0.9em;
}

.bonus a.btn-shop {
  margin-top: auto;
  background-color: #665946;
  border-radius: 10px;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.3em;
  padding: 20px;
  display: block;
  position: relative;
  letter-spacing: 0;
}

.bonus a.btn-shop:hover {
  opacity: 0.9;
}

.bonus a.btn-shop:before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon-cart.png);
  background-size: contain;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(50% - 9px);
  left: 8%;
}

.bonus a.btn-shop-no-icon {
  margin-top: auto;
  background-color: #665946;
  border-radius: 10px;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.3em;
  padding: 20px;
  display: block;
  position: relative;
  letter-spacing: 0;
}

.bonus a.btn-shop-no-icon:hover {
  opacity: 0.9;
}

.bonus-caution {
  font-size: 0.8em;
  text-align: left;
  line-height: 1.6em;
}

.download .container {
  max-width: 990px;
}

.download a.btn-shop {
  margin-top: auto;
  background-color: #665946;
  border-radius: 10px;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.3em;
  padding: 20px;
  display: block;
  position: relative;
  letter-spacing: 0;
}

.download a.btn-shop:hover {
  opacity: 0.9;
}

.download a.btn-shop:before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon-cart.png);
  background-size: contain;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(50% - 9px);
  left: 8%;
}

.outline .container {
  max-width: 990px;
}

.outline h3 {
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.5em;
}

@media (max-width: 991px) {
  .outline h3 {
    text-align: left;
  }
}

.outline table {
  width: 100%;
}

.outline table tr:nth-child(odd) {
  background-color: #e9ddcd;
}

.outline table tr td,
.outline table tr th {
  text-align: left;
  padding: 5px 15px;
  vertical-align: middle;
}

.outline table tr th {
  white-space: nowrap;
}

.outline-crystal img {
  width: 101px;
}

.movie-box {
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .movie-box {
    padding: 0 20px;
    max-width: 100%;
  }
}

.catchcopy {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
}

.catchcopy .title {
  font-size: 1.5em;
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .catchcopy .title {
    font-size: 1.3em;
    line-height: 1.5em;
  }
}

.catchcopy .title span {
  letter-spacing: -0.4em;
}

.tracklist-box {
  background-color: rgba(102, 89, 70, 0.1);
  box-shadow: 1px 1px 2px -2px #333 inset, 1px 1px 2px rgba(255, 255, 255, 0.3);
  padding: 10px;
  border-radius: 10px;
}

.tracklist-box h4 {
  text-align: center;
  font-size: 1.3em;
  font-weight: normal;
  padding: 5px 0 15px;
  font-weight: bold;
}

.tracklist-box h4 span {
  display: block;
  font-size: 11px;
  line-height: 1.6em;
}

.trackBox {
  padding: 10px;
  border-top: 1px solid #ad9f85;
}

.trackBox &gt; div {
  margin: 0;
  padding: 0;
}

.trackBox:last-child {
  margin-bottom: 0;
}

.tracksCont {
  width: 100%;
  padding: 20px;
}

.tracksCont &gt; div {
  display: flex;
}

.tracksCont &gt; div &gt; :last-child {
  margin-left: auto;
}

.trackNum {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  line-height: 1.2em;
}

.trackTxt {
  padding-left: 15px;
  text-align: left;
  vertical-align: top;
}

.trackTitle {
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease 0s;
  font-weight: bold;
  line-height: 1.4em;
}

.trackTitle span {
  display: block;
  font-size: 0.8em;
}

.trackExcept {
  font-size: 11px;
  line-height: 14px;
  padding: 0;
  margin: 0;
}

.songtag {
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  line-height: 1em;
  text-align: center;
  padding: 3px 6px;
  background-color: #665946;
}

.songtag.rereco {
  background-color: #666;
}

.songtag.newreco {
  background-color: #3e9272;
}

.songtag.remaster {
  letter-spacing: 0.05em;
  background-color: #2992ab;
}

.songtag.newsong {
  background-color: #921b39;
}

.jp_ui {
  width: 25px;
  padding-left: 20px;
  padding-right: 25px;
}

@media (max-width: 991px) {
  .jp_ui {
    padding-left: 10px;
  }
}

.play {
  width: 25px;
  height: 22px;
  background: url(../img/jp-play.png) center top no-repeat;
  background-size: contain;
  cursor: pointer;
}

.pause {
  width: 25px;
  height: 22px;
  background: url(../img/jp-pause.png) center bottom no-repeat;
  background-size: contain;
  cursor: pointer;
  display: none;
}

.bnrs {
  background: #fff;
}

.bnrs a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  max-width: 500px;
  line-height: 0;
}

.bnrs a:hover {
  opacity: 0.9;
}

/* MODAL ================*/
.remodal {
  background: none;
  padding: 0;
  font-family: inherit;
  color: inherit;
  max-width: 1080px;
}

.remodal-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
}

@media (max-width: 767px) {
  .remodal-box {
    padding: 25px 10px;
  }
}

.remodal-box h4 {
  font-size: 1.48em;
  padding: 20px 0 30px;
}

.remodal-box .storelist-box p {
  text-align: left;
  font-size: 0.9em;
}

.remodal-box .storelist-box p span {
  font-size: 1.1em;
  text-align: center;
  padding: 5px;
  display: block;
  background-color: #665946;
  color: #fff;
  margin: 5px 0;
}

.remodal-box .btn-close {
  border-radius: 5px;
  background-color: #eee;
  padding: 5px 10px;
}
</pre></body></html>