<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*====================================================
	overwrite
====================================================*/

article a {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
}

article a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.sectionTitleWrapper {
  margin-bottom: 2em;
}

.inner-1 {
  margin: auto;
}

.extraBlock {
  border: #453ea0 thin solid;
}

.extraBlock .extraBlock-heading {
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  background: #453ea0;
  padding: 1em 2em;
}

@media (max-width: 640px) {
  .headerBurger {
    position: absolute;
    top: 6px;
    right: 0.8em;
  }
}

/*====================================================
	common
====================================================*/

a.line {
  text-decoration: underline;
}

.f_12 {
  font-size: 1.2rem;
}

/*====================================================
	float and clearfix
====================================================*/

.left {
  float: left;
}

.right {
  float: right;
}

.clr {
  clear: both;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/*====================================================
	// note heading
====================================================*/

#item-conatiner .sectionTitle .name {
  font-size: 2rem;
  font-weight: bold;
}

#item-conatiner .sectionTitle .name2 {
  font-size: 1.8rem;
  font-weight: bold;
}

#item-conatiner .sectionTitle .reading {
  font-size: 1.3rem;
  color: #b7b1e2;
}

.stringsLineup {
  margin-bottom: 5em;
}

.stringsLineup-heading {
  margin-bottom: 0.7em;
}

/* // class .stringsLineup-container */

.stringsLineup-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stringsLineup-heading + .stringsLineup-container {
  margin-top: 1.5em;
}

.stringsLineup-container + table {
  margin-top: 1.5em;
}

.stringsLineup-status {
  width: 8em;
  color: #fff;
  padding: 0.3em 0 0.2em;
  text-align: center;
  font-weight: bold;
}

.stringsLineup-status.sell {
  background: #465599;
}

.stringsLineup-status.soldout {
  background: #c95263;
}

.stringsLineup-logo {
  margin-bottom: 1em;
}

/*====================================================
	// class .stringsLineup-slides
====================================================*/

.stringsLineup-image {
  width: 392px;
  margin-right: 2em;
}

.slides-wrapper-outer {
  /*     width: 510px;*/
  margin-right: 2em;
  position: relative;
  /*    border: #f00 thin solid;*/
}

.slides-wrapper-outer img.cover {
  width: 100%;
  height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*    border: #f00 thin solid;*/
}

.stringsLineup-slides-wrapper {
  width: 510px;
  /*    margin-right: 2em;*/
}

.stringsLineup-slides {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #ddd;
  padding-bottom: 1em;
}

.stringsLineup-slides.load {
  opacity: 1;
  visibility: visible;
}

.stringsLineup-slides .slick-slider {
  overflow: hidden;
}

.stringsLineup-slides .slick-list {
  max-width: 470px;
  margin: 0 auto 0;
  overflow: hidden;
}

.stringsLineup-slides .slick-dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2% auto 0;
  /*    border: #f00 thin solid;*/
}

.stringsLineup-slides .slick-dots li {
  display: block;
  /*    width: 14%;*/
  width: 15%;
  height: auto;
  margin: 0;
}

.stringsLineup-slides .slick-dots li button {
  /*    padding: 0;*/
  padding: 2px;
}

.stringsLineup-slides .slick-dots li button:before {
  content: none;
}

.stringsLineup-slides .slick-dots li img {
  border: 1px solid #fff;
  width: 100%;
}

.stringsLineup-slides .slick-dots li.slick-active img {
  opacity: 0.6;
  border-color: #465599;
}

.stringsLineup-slides .slick-dots li img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*====================================================
	// class .stringsLineup-detail
====================================================*/

.stringsLineup-detail {
  width: 60%;
  padding: 1em 1%;
  /*        border: #f00 thin solid;*/
}

.stringsLineup-detail p + p {
  margin-top: 1em;
}

.stringsLineup-detail .linkList {
  margin-top: 0.8em;
}

.detail dt {
  padding: 0.15em 0.5em;
  background: #edeae3;
  display: inline-block;
  border-radius: 0.2em;
}

.detail dd {
  margin-left: 1em;
  margin-bottom: 1em;
}

.stringsLineup-copy {
  font-size: 1.278rem;
  font-weight: bold;
  color: #465599;
  margin: 0 0 0.6em;
}

.stringsLineup-copy-sub {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1em;
  margin: 0 0 0.3em;
}

/*====================================================
	// class .stringsLineup-name / .stringsLineup-price
====================================================*/

.stringsLineup-name,
.stringsLineup-price {
  vertical-align: middle;
  margin-bottom: 0;
}

.stringsLineup-price {
  line-height: 1.3;
  margin-bottom: 1em;
}

.stringsLineup-price dt {
  font-weight: bold;
}

/* // note 蝨ｨ蠎ｫ迥ｶ豕√*/

.stock-status.instock .soldout {
  display: none;
}

.stock-status.outofstock dl.stringsLineup-price {
  display: none;
}

.stock-status.outofstock .soldout {
  font-size: 1.6rem;
  color: #f00;
  font-weight: bold;
}

.stringsLineup-price .tax-in {
  font-size: 2rem;
}

.stringsLineup-price .tax-out {
  font-size: 1.4rem;
}

.stringsLineup-price .denial {
  /* 謇薙■豸医＠邱� */
  text-decoration: line-through;
}

.stringsLineup-price .extra {
  /* 閾ｨ譎ゅ〒襍､譁�ｭ� */
  color: #c00;
}

.stringsLineup-name {
  width: 100%;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: #9b92e8 thin solid;
  display: block;
}

.stringsLineup-name .reading {
  font-size: 1.4rem;
  font-weight: normal;
}

.stringsLineup-name .type {
  padding-top: 0.5em;
  display: block;
}

.stringsLineup-name span {
  font-size: 0.8em;
}

.stringsLineup-name small {
  font-weight: normal;
}

.stringsLineup-heading-group {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.2em;
}

.stringsLineup-items {
  margin-bottom: 4em;
}

.stringsLineup-item {
  margin-bottom: 1.8em;
}

.stringsLineup-item + .stringsLineup-item {
  padding-top: 2.5em;
  border-top: 1px solid #dad7cc;
}

.stringsLineup .button {
  max-width: 420px;
  margin-top: 1.5em;
}

.stringsLineup table th {
  width: 8%;
  text-align: left;
  /*  padding: .4em .8em;*/
  padding: 0.25em 0;
}

.stringsLineup table td {
  width: 41%;
  /*  padding: .4em .8em;*/
  padding: 0.25em 0;
}

/*====================================================
	// class .stringsLineup-staff
====================================================*/

.stringsLineup-staff {
  margin-top: 2em;
  margin-bottom: 2em;
}

.stringsLineup-staff-title {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0.5em;
  padding: 0.25em 0.5em 0.1em;
  background: #9b92e8;
  display: inline-block;
  border-radius: 0.2em;
}

.stringsLineup-staff .btn_youtube {
  width: 100px;
  margin-top: 5px;
  display: block;
}

.stringsLineup-staff .btn_youtube img {
  width: 100%;
}

@media (max-width: 768px) {
  .stringsLineup-staff {
    margin-top: 2em;
    margin-bottom: 0;
  }
}

/*====================================================
	// note mediaQuery
====================================================*/

@media (max-width: 1080px) {
  .slides-wrapper-outer {
    width: 40%;
  }

  .slides-wrapper-outer img.cover {
    width: 100%;
    height: 81.7%;
  }

  .stringsLineup-slides-wrapper {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .stringsLineup {
    margin-bottom: 5em;
    /*        padding-bottom: 2em;*/
    padding-bottom: 1em;
    border-bottom: #9b92e8 thin solid;
  }

  .stringsLineup-image + .stringsLineup-detail {
    margin-top: 1.5em;
  }

  .stringsLineup-heading-group {
    display: block;
  }

  .stringsLineup-heading-group + .stringsLineup-heading-group {
    margin-top: 0.5em;
  }

  .stringsLineup-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .stringsLineup-image,
  .stringsLineup-detail {
    width: 95%;
    margin: auto;
  }

  .slides-wrapper-outer {
    max-width: 470px;
    width: 90%;
    /*        margin: 0 auto 1.5em;*/
    margin: 0 auto 0.5em;
  }

  .slides-wrapper-outer img.cover {
    display: none;
  }

  .stringsLineup-slides {
    padding-top: 0;
    padding-bottom: 2em;
  }

  .stringsLineup-image img {
    width: 392px;
  }
}

@media (max-width: 640px) {
  .stringsLineup-name {
    font-size: 2rem;
    margin-bottom: 1em;
  }

  .stringsLineup-name .reading {
    font-size: 1.4rem !important;
    font-weight: normal;
    display: block;
  }

  .type {
    font-size: 1.6rem;
    display: block;
  }

  .stringsLineup-slides .slick-dots li {
    width: 16%;
  }

  .stringsLineup table th {
    width: 20%;
    padding-left: 0.8em;
    padding-right: 0.8em;
  }

  .stringsLineup table td {
    width: 80%;
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
}

@media (max-width: 640px) {
  .stringsLineup-price {
    font-size: 1.6rem;
    /*        display: block;*/
  }
}

@media (max-width: 414px) {
  .stringsLineup-name,
  .stringsLineup-price {
    /*        display: block;*/
  }
}

/* // note Media Play�郁ｩｦ閨ｴ��
-------------------------------------------------------- */

* + .stringsMediaPlay {
  margin-top: 1.2em;
}

.stringsMediaPlay-heading {
  /*    margin-bottom: 1em;*/
  margin-bottom: 5px;
  /**/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  line-height: 1.3;
}

.stringsMediaPlay-heading-txtbox {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
}

.stringsMediaPlay-body {
  margin-top: 1em;
}

.stringsMediaPlay-title {
  width: auto;
  font-size: 1.4rem;
  font-weight: bold;
}

.stringsMediaPlay-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 0.6em;
}

.stringsMediaPlay-heading figure {
  width: 90px;
  margin-left: 10px;
  display: block;
}

.stringsMediaPlay-icon {
  position: relative;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  background: #465599;
  margin-right: 0.8em;
}

.stringsMediaPlay-icon .icon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #fff;
}

.stringsMediaPlay .linkList {
  margin-top: 0.7em;
}

.stringsMediaPlay .linkList &gt; li {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .stringsMediaPlay-heading figure {
    width: 60px;
  }

  .stringsMediaPlay-title {
    font-size: 1.6rem;
  }

  .stringsMediaPlay-icon {
    width: 35px;
    height: 35px;
  }

  .stringsMediaPlay-icon .icon {
    font-size: 1.2rem;
  }
}

@media (max-width: 560px) {
  .stringsMediaPlay-audio {
    max-width: 100%;
  }
}

@media (max-width: 414px) {
  .stringsMediaPlay-icon {
    width: 35px;
    height: 35px;
    margin-right: 0.5em;
  }

  .stringsMediaPlay-icon .icon {
    font-size: 1.6rem;
  }
}

/* // note .youtube
-------------------------------------------------------- */

.stringsLineup-detail .youtube {
  padding-top: 15px;
}

.stringsMediaPlay-heading-txtbox {
  align-items: center;
}

.stringsLineup-detail .youtube p.yt_copy {
  margin: 0;
  line-height: 1.6;
}

.stringsLineup-detail .youtube p.yt_copy a {
  text-decoration: underline;
}

@media print, screen and (max-width: 768px) {
  .stringsMediaPlay-heading-txtbox {
    align-items: flex-start;
  }

  .stringsLineup-detail .youtube p.yt_copy {
    width: calc(100% - 40px);
  }
}

/*====================================================
	//class bow 
====================================================*/

#item-conatiner.bow .stringsLineup {
  margin-bottom: 0;
}

.bow_image_wrapper {
  width: 50%;
  position: relative;
}

.bow_image_wrapper .inner {
  text-align: center;
  padding: 0.5em 1%;
  height: auto;
  border: solid thin #ddd;
}

.bow_image_wrapper .inner img {
  width: 100%;
  max-width: 526px;
}

.stringsLineup-detail.bow {
  /*    width: 48%;
       padding-top: 2em;*/
  width: 48%;
  padding-top: 2.5em;
}

.bow_image_wrapper img.cover {
  width: 100%;
  height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media print, screen and (max-width: 768px) {
  /* ///////// mobile /////////// */
  #item-conatiner.bow .stringsLineup {
    margin-bottom: 3em;
  }

  #item-conatiner.bow .stringsLineup-container {
    display: block;
  }

  .bow_image_wrapper {
    width: auto;
  }

  .stringsLineup-detail.bow {
    width: auto;
    padding-top: 2em;
  }
}

/* // class Creator Overview�井ｽ懷ｮｶ讎りｦ�ｼ�
-------------------------------------------------------- */

.creatorOverview {
  margin-bottom: 0;
}

.creatorOverview-name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.creatorOverview-name span {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
}

.creatorOverview-text {
  padding-left: 1.5em;
}

.creatorOverview-image {
  width: 168px;
  margin: 0 auto;
}

.creatorOverview .movie {
  text-align: center;
  padding-bottom: 1em;
}

.creatorOverview .movie iframe {
  width: 650px;
  height: 366px;
}

.creatorOverview .linkbox li {
  margin-bottom: 1em;
}

.creatorOverview .linkbox li a {
  color: #6760c2;
  padding: 0.5em 5em;
  text-align: center;
  border: #c2bcef thin solid;
  /**/
  background: #fff;
  background: -webkit-linear-gradient(top, #dbd9ef 0, #fff 50%, #fff 100%);
  background: -moz-linear-gradient(top, #dbd9ef 0, #fff 50%, #fff 100%);
  background: linear-gradient(to bottom, #dbd9ef 0, #fff 50%, #fff 100%);
}

.creatorOverview .prize {
  width: auto;
  margin-top: 30px;
  padding: 15px 20px;
  border: #e7d7c2 2px solid;
}

.report_link.v2 {
  width: 60%;
  max-width: 647px;
  margin: auto;
  padding-bottom: 60px;
  text-align: center;
  /* border: #f00 thin solid; */
}

.report_link img.pc {
  display: block;
}
.report_link img.mob {
  display: none;
}

@media (max-width: 768px) {
  .creatorOverview-text {
    padding-left: 0;
  }

  .creatorOverview-image {
    width: 200px;
    margin-bottom: 1em;
  }

  .creatorOverview .movie iframe {
    width: 300px;
    height: 169px;
  }

  .creatorOverview .linkbox li a {
    width: 90%;
    margin: auto;
    display: block;
    padding: 0.5em 0;
  }

  .report_link.v2 {
    width: 85%;
    max-width: inherit;
    margin: auto;
    padding-bottom: 60px;
    text-align: center;
    /* border: #f00 thin solid; */
  }

  .report_link img.pc {
    display: none;
  }
  .report_link img.mob {
    display: block !important;
  }
}

/* // class pastProducts
-------------------------------------------------------- */

.pastProducts-slides {
  opacity: 0;
  width: 100%;
  visibility: hidden;
}

.pastProducts-slides.load {
  opacity: 1;
  visibility: visible;
}

.pastProducts-slides .slick-slider {
  overflow: hidden;
}

.pastProducts-slides .slick-list {
  max-width: 470px;
  margin: 1em auto 0;
  overflow: hidden;
}

.pastProducts-slides .slick-dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2% auto 0;
}

.pastProducts-slides .slick-dots li {
  display: block;
  width: 14%;
  height: auto;
  margin: 0;
}

.pastProducts-slides .slick-dots li button {
  padding: 0;
}

.pastProducts-slides .slick-dots li button:before {
  content: none;
}

.pastProducts-slides .slick-dots li img {
  border: 1px solid #fff;
  width: 100%;
}

.pastProducts-slides .slick-dots li.slick-active img {
  opacity: 0.6;
  border-color: #465599;
}

.pastProducts-slides .slick-dots li img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pastProducts-name {
  font-size: 1.28rem;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.pastProducts-body {
  padding-top: 2em;
}

.pastProducts-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -2em;
}

.pastProducts-item {
  width: 49%;
  padding: 2em 2em 3em;
  border: solid #ccc;
  border-width: 1px 1px 1px;
  margin-bottom: 2em;
}

.pastProducts-items ul {
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .pastProducts-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pastProducts-slides {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 1.5em;
  }

  .pastProducts-name {
    font-size: 1rem;
  }

  .pastProducts-item {
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 2em;
  }
}

@media (max-width: 700px) {
  .pastProducts-item {
    width: 100%;
  }
}

/*====================================================
	// class .archives_box
====================================================*/

.archives_box .imgbox {
  margin-bottom: 2em;
  /**/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /**/
  justify-content: space-between;
}

.archives_box li {
  width: 48%;
}

.archives_detail {
  margin-bottom: 1em;
}

/*====================================================
	// class .archives_box .imgbox.bow
====================================================*/

.archives_box .imgbox.bow {
  margin-bottom: 2em;
  display: block;
}

.archives_box .imgbox.bow img {
  margin: auto;
}

.archives_box li {
  width: 90%;
  margin: auto;
  text-align: center;
}

.archives_box li img {
  width: 100%;
  max-width: 226px;
}

.archives_detail {
  margin-bottom: 1em;
}

.bow_archives_detail li {
  margin-bottom: 0.25em;
  text-align: left;
}

.bow_archives_detail li span {
  width: 6em;
  text-align: center;
  font-size: 1.3rem;
  color: #000;
  background: #edeae3;
  margin-right: 0.75em;
  padding: 0em 0.25em;
  border-radius: 0.2em;
  display: inline-block;
}

.bow_archives_detail li span[class*="f_"] {
  width: auto;
  text-align: left;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: none;
  display: inline;
}

.archives_box .imgbox.bow img {
  width: 100%;
  max-width: 376px;
}

@media print, screen and (max-width: 768px) {
  /* ///////// mobile /////////// */
  .archives_box li img.mob {
    display: block !important;
  }

  .archives_box li img {
    width: 100%;
    max-width: 100% !important;
  }
}

/*====================================================
     //class .sound_outer
====================================================*/

.sound_outer {
  margin: 0.5em 0 1em;
}

/*====================================================
     //class .link-to-lineup
====================================================*/

.link-to-lineup .inner {
  padding: 3em 0 5em;
}

.link-to-lineup .buttonGroup {
  width: 80%;
  margin: auto;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /**/
  justify-content: space-around !important;
  /**/
}

.link-to-lineup .buttonGroup li {
  width: 47%;
}
</pre></body></html>