<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 */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500,700,800&amp;display=swap');
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}
ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
a, a img {
  overflow: hidden;
  color: #292929;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover, a:active {
  opacity: .8;
  border: none;
  outline: none;
}
a:hover img, a:active img {
  opacity: .8;
  border: none;
  outline: none;
}
h1 {
  font-weight: normal;
}
h2 {
  font-weight: normal;
}
h3 {
  font-weight: 500;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.jacket img {
  border: 1px solid #cccccc;
}
* {
  box-sizing: border-box;
}
main:after, article:after, section:after, div:after, ul:after, li:after, dl:after {
  content: "";
  display: block;
  clear: both;
}
.pc {
  display: none;
}
body {
  font-size: 3.4vw;
  line-height: 1.6;
  color: #000;
  background: #f3f3f3;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.header {
  background: url(../images/head_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 0;
}
.header_in {
  background: rgba(255, 255, 255, .85);
  background-size: cover;
  padding: 1em 3%;
}
.header h1 {
  font-weight: 500;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.5;
}
.header h1 span {
  display: block;
  font-size: 1.8em;
  font-weight: 800;
  line-height: 1;
  margin-bottom: .4em;
}
.title_img {
  background: url(../images/mainimg_sp.png) no-repeat center;
  background-size: contain;
  width: 100%;
  padding-top: 26%;
  margin: 0em auto .5em;
}
.title_img + p {
  text-align: center;
  font-size: 1.1em;
  color: #ff1705;
  font-weight: bold;
}
.header p {
  text-align: center;
  margin-top: 0.2em;
  font-weight: bold;
}
.sp_navi {
  border: 1px solid #00a0c9;
  border-radius: 8px;
  overflow: hidden;
  margin: 1em 2% 1em;
  background: #fff;
}
.sp_navi h3 {
  text-align: center;
  font-size: 1.2em;
  line-height: 3;
  background: #00a0c9;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.sp_navi h3:after {
  content: "\f394";
  font-family: 'ionicons';
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sp_navi h3.active:after {
  content: "\f2d7";
}
.sp_navi h3:hover {
  cursor: pointer;
}
.sp_navi h3 + div {
  display: block;
}
.sp_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.sp_navi li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0em .6em;
  border-top: 1px solid #00a0c9;
  background: #fff;
}
.sp_navi li:nth-child(odd) {
  border-right: 1px solid #00a0c9;
}
.sp_navi li a {
  display: block;
  text-align: left;
  color: #00a0c9;
  width: 100%; /*padding-left:4em;*/ font-size: 1.05em;
  position: relative;
  min-height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp_navi li i {
  font-style: normal;
  display: block;
  font-size: .8em;
}
.sp_navi li.title15 {
  background: #b8dce5;
}
.sp_navi li.title15.pc {
  display: none;
}
#main.main h3 {
  text-align: center;
  font-size: 1.2em;
  line-height: 3;
  background: #00a0c9;
  font-weight: bold;
  color: #fff;
  position: relative;
  border-radius: 8px;
  margin: 1.5em .0% 0.5em;
}
.navi li a {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 3.2em auto;
}
.pc_navi {
  display: none;
}
.main {
  padding: 0 2%;
}
.colelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  width: 102%;
  margin-left: -1%;
}
.colelist .box {
  margin: 0;
  width: 48%;
  margin: 1%;
  float: none;
  background: #fff;
  padding: 3%;
  border-radius: 10px;
  position: relative;
  padding-bottom: 10em;
}
.colelist .box h2 {
  text-align: center;
  margin: .8em 0 .5em;
  font-size: 1.1em;
  font-weight: 500;
  min-height: 3em;
}
.colelist .box h2 span {
  display: block;
  font-size: .8em;
}
.colelist .box h2 + p {
  font-size: 1em;
}
.colelist .box .details p:last-child {
  font-size: .9em;
  margin-top: 1em;
}
.colelist .box ul {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  margin: auto;
  width: 88%;
}
.colelist .box li {
  margin: .8em 0;
}
.colelist .box li a {
  width: 100%;
  display: block;
  line-height: 3;
  text-align: center;
  color: #fff;
  background: #e3051f;
  border-radius: 5px;
}
.colelist .box li:first-child a {
  border: 1px solid #e3051f;
  background: none;
  color: #e3051f;
}
.footer {
  padding: 2em 0;
}
.footer .copy {
  font-size: .7em;
  text-align: center;
  color: #999;
}
.remodal-wrapper {
  padding: 0 5%;
}
.remodal-overlay {
  background: rgba(255, 255, 255, 1);
}
.remodal {
  padding: 10% 0;
  background: none;
  max-width: 900px;
}
.remodal-close {
  top: 2.5%;
  left: 2%;
}
.remodal .remodal_in {
  padding: 0;
  text-align: left;
  background: none;
  color: #000;
}
.remodal .remodal_in .close_btn {
  background: #aaa;
  border: none;
  color: #fff;
  padding: .8em 4em;
  font-size: 1em;
  margin: 3em auto 0;
  display: table;
  cursor: pointer;
  text-decoration: none;
}
.remodal .remodal_in .close_btn:hover {
  opacity: .8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tracklist_modal {
  max-width: 1200px;
}
.tracklist_in .details h2 {
  text-align: center;
  margin: .8em 0;
  color: #e3051f;
  font-size: 1.6em;
  font-weight: 700;
}
.tracklist_in .details h2 span {
  display: block;
  font-size: .8em;
}
.tracklist_in .details p {
  margin-bottom: 1em;
}
.tracklist_in .details .buybtn a {
  width: 100%;
  display: block;
  line-height: 3.5;
  text-align: center;
  color: #fff;
  background: #e3051f;
  border-radius: 5px;
  font-size: 1.1em;
}
.tracklist_in .list &gt; div {
  margin: 2em 0;
}
.tracklist_in .list h3 {
  font-size: 1.2em;
  font-weight: 500;
  border-bottom: 1px dashed #b49227;
  padding-bottom: .5em;
  margin-bottom: .8em;
  padding-left: 4em;
  position: relative;
}
.tracklist_in .list h3 span {
  background: #b49227;
  color: #fff;
  font-size: .7em;
  padding: .6em .7em .5em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.tracklist_in .list ol {
  counter-reset: number 0;
}
.tracklist_in .list li {
  margin-bottom: .3em;
  position: relative;
  padding-left: 2em;
}
.tracklist_in .list li:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.tracklist_in .list li i {
  font-style: normal;
  float: right;
}
.tracklist_in .list .nocount li:before {
  display: none;
}
.tracklist_in .list .nocount li span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: right;
  width: 3.5em;
}
.tracklist_in .list .nocount li {
  padding-left: 4em;
}
.tracklist_in .list .nocount li.cat {
  padding-left: 1.2em !important;
  color: #1157a6;
}
.tracklist_in .list .nocount li.cat:before {
  content: "■";
  display: inline-block;
}
.tracklist_in .list .nocount.sub li {
  padding-left: 2em;
}
.tracklist_in .list .nocount.sub li span {
  width: auto;
}
.tracklist_in .notes {
  font-size: .9em;
}
.tracklist_in .notes i {
  font-style: normal;
  color: #e3051f;
}
.tracklist_in .notes p {
  margin-top: 1em;
}
.pcbr {
  display: none;
}
/*page-top*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a {
  text-decoration: none;
  display: block;
}
#page-top a:hover {
  text-decoration: none;
}
#page-top img {
  max-width: 50px;
}
/*page-top*/
@media screen and (max-height:480px) {}
@media screen and (min-width:568px) {}
@media screen and (min-width:768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  body {
    font-size: 14px;
  }
  .header {
    background: url(../images/head_bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .header_in {
    background: rgba(255, 255, 255, .85);
    background-size: cover;
    padding: 30px;
  }
  .header h1 {
    margin-bottom: 20px;
    font-size: 1.2em;
  }
  .header p {
    text-align: center;
    margin-top: 0.2em;
  }
  .title_img {
    background-image: url(../images/mainimg.png);
    padding-top: 20%;
  }
  .navi li {
    width: 33.33%;
    font-size: .9em;
  }
  .navi li {
    border-left: 1px solid #00a0c9;
  }
  .navi li:nth-child(odd) {
    border-right: none;
  }
  .navi li:nth-child(3n+1) {
    border-left: none;
  }
  .sp_navi li {
    padding: 0 2em;
    /*border-top: none;*/
  }
  .colelist {
    width: 101%;
    margin-left: -.5%;
  }
  .colelist .box {
    width: 32.33%;
    margin: .6% .5%;
    padding: 15px 15px 10em;
  }
  .tracklist_modal {
    padding: 50px 0;
  }
  .tracklist_in .box {
    margin-bottom: 1.5em;
  }
  .tracklist_in .jacket {
    float: left;
    width: 43%;
  }
  .tracklist_in .details {
    float: right;
    width: 55%;
  }
  .tracklist_in .details h2 {
    text-align: left;
    margin-top: 0;
  }
  .tracklist_in .details .buybtn a {
    max-width: 14em;
    line-height: 3;
    font-size: 1em;
  }
  .tracklist_in .list {
    letter-spacing: -.4em;
    width: 103%;
    margin-left: -1.5%;
  }
  .tracklist_in .list &gt; div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    padding: 0 1.5%;
    margin: 1em 0;
  }
  .tracklist_in .list h3 {
    font-size: 1.1em;
    padding-bottom: .6em;
    margin-bottom: .6em;
  }
  .tracklist_in .list li {
    font-size: .95em;
  }
  .tracklist_in .list ol + p {
    font-size: .95em;
  }
  .tracklist_in .notes {
    font-size: .85em;
    margin-top: 20px;
  }
  .sp_navi li.title15.pc {
    display: block;
  }
}
@media screen and (min-width:1024px) {
  .header h1 {
    font-size: 1.4em;
  }
  .title_img + p {
    font-size: 1.3em;
    color: #ff1705;
    font-weight: bold;
  }
  .header p.info {
    font-size: 1.3em;
  }
  .header p.info.year {
    font-size: 1.4em;
  }
  .colelist .box h2 {
    font-size: 1.1em;
  }
}
@media screen and (min-width:1280px) {
  body {
    font-size: 15px;
  }
  .header h1 {
    font-size: 1.5em;
  }
  .title_img {
    width: 1200px;
    padding-top: 270px;
  }
  .title_img + p {
    font-size: 2em;
  }
  .header p.info {
    font-size: 1.4em;
  }
  .header p.info.year {
    font-size: 1.6em;
  }
  .colelist {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
  }
  .colelist .box {
    width: 24%;
  }
  .naviarea {
    max-width: 1600px;
    margin: 0 auto;
    padding: 2% .5% 0;
  }
  .naviarea .sp_navi {
    margin: 0 2% 1em;
  }
  .sp_navi li {
    width: 20%;
  }
  .sp_navi li:nth-child(3n+1), .sp_navi li:nth-child(odd) {
    border-left: 1px solid #00a0c9;
  }
  .sp_navi li:nth-child(5n+1) {
    border-left: none;
  }
  .pc_navi li {
    width: auto;
    font-size: 1em;
    border: none;
  }
  .pc_navi li a {
    background-size: cover;
  }
  .pc_navi {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    z-index: 10;
    background: rgba(0, 0, 0, .8);
    padding: 20px 0;
  }
  .pc_navi ul {
    margin: 0px auto;
    position: relative;
    left: -15px;
  }
  .pc_navi li {
    flex: 1 1 auto;
    list-style: none;
  }
  .pc_navi a {
    display: block;
    text-align: center;
  }
  .pc_navi a::before {
    display: block;
    margin: 0 auto;
  }
  .dock li {
    display: block;
    position: absolute;
    bottom: 0;
    transform-origin: 50% 100%;
  }
  .dock li.hide {
    opacity: 0;
  }
  .dock a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 4px;
    margin: 0 1px;
    border-radius: 4px;
  }
  .dock a:hover {
    opacity: 1;
  }
  .dock span {
    display: none;
  }
  .dock li:hover span {
    position: absolute;
    display: block;
    margin: 0 0 3px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) scale(.5);
    white-space: nowrap;
    text-align: center;
    border-radius: 1em;
    padding: .1em 1em;
    color: #fff;
    background: #666;
  }
  /*.dock li:hover span {position: absolute;display: block;margin: 0 0 3px;bottom: 92%;left: 50%;transform: translateX(-50%) scale(.8);white-space: nowrap;text-align: center;font-size:2px;border-radius: 1em;padding: .1em 1em;color: #fff;background: #666;}*/
  .dock li:hover span::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    bottom: -3px;
    left: 50%;
    margin-left: -4px;
    border-style: solid;
    border-color: #666 transparent;
    border-width: 4px 4px 0;
  }
  .footer {
    padding-bottom: 40px;
  }
  .tracklist_in .list &gt; div {
    width: 50%;
    margin: 2em 0 1.5em;
  }
  .tracklist_in .list li {
    font-size: .9em;
  }
  .tracklist_in .list ol + p {
    font-size: .9em;
  }
  .tracklist_in .notes {
    font-size: .8em;
  }
  .pcbr {
    display: block;
  }
}
@media screen and (min-width:1600px) {
  .colelist .box {
    width: 19%;
  }
  .main {
    padding: 0;
  }
  .naviarea .sp_navi {
    margin: 0 0 1em;
  }
}
@media screen and (min-width:1600px) {}
@media screen and (max-height:880px) {}
@media screen and (min-width:1280px) and (min-height:1000px) {}
@media screen and (min-width:1280px) and (min-height:1100px) {}</pre></body></html>