/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Jost&family=Noto+Sans+JP:wght@100..900&display=swap");
/*.categoryListBoxContentsWrapper{
	display: none;
}*/
/* line 10, style.scss */
.piano_top_txt {
  text-align: center; }

/* line 15, style.scss */
.piano_top_txtb {
  text-align: left;
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 20px 0 0 0;
  line-height: 1.8; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 15, style.scss */
    .piano_top_txtb {
      font-size: 20px;
      font-size: 2.0rem; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 15, style.scss */
    .piano_top_txtb {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 15, style.scss */
    .piano_top_txtb {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 600px) {
    /* line 15, style.scss */
    .piano_top_txtb {
      font-size: 16px;
      font-size: 1.6rem; } }

/* line 47, style.scss */
a:hover {
  opacity: 0.6; }

/* line 50, style.scss */
.font-N {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

/* line 56, style.scss */
.font-J {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

/* line 62, style.scss */
.wB {
  font-weight: 700; }

/* line 65, style.scss */
.pagemenu {
  margin: 30px 0 0; }

/* line 69, style.scss */
.pagemenub ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px 10px; }
  @media all and (min-width: 930.01px) and (max-width: 1080px) {
    /* line 69, style.scss */
    .pagemenub ul {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 69, style.scss */
    .pagemenub ul {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 69, style.scss */
    .pagemenub ul {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 69, style.scss */
    .pagemenub ul {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 600px) {
    /* line 69, style.scss */
    .pagemenub ul {
      grid-template-columns: 1fr 1fr; } }
  /* line 108, style.scss */
  .pagemenub ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 45px;
    background: #D92D00;
    text-decoration: none;
    text-align: center; }
    @media all and (min-width: 1200.01px) {
      /* line 108, style.scss */
      .pagemenub ul li a {
        height: 60px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 108, style.scss */
      .pagemenub ul li a {
        padding: 0 15px; } }
    @media screen and (max-width: 600px) {
      /* line 108, style.scss */
      .pagemenub ul li a {
        padding: 0 15px; } }
    @media all and (min-width: 300.01px) and (max-width: 380px) {
      /* line 108, style.scss */
      .pagemenub ul li a {
        padding: 0 10px; } }
    /* line 132, style.scss */
    .pagemenub ul li a:before {
      display: block;
      content: '';
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid #fff;
      opacity: 0.5;
      position: absolute;
      margin: 4px; }
    /* line 142, style.scss */
    .pagemenub ul li a span {
      display: inline-block;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.2;
      color: #fff; }

/* line 154, style.scss */
.vd_box {
  margin: 80px 0 0;
  font-size: 16px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 154, style.scss */
    .vd_box {
      font-size: 15px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 154, style.scss */
    .vd_box {
      margin: 80px 0 0;
      font-size: 15px; } }
  @media screen and (max-width: 600px) {
    /* line 154, style.scss */
    .vd_box {
      margin: 60px 0 0;
      font-size: 15px; } }
  /* line 168, style.scss */
  #cat01 .vd_box {
    margin: 50px 0 0; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 168, style.scss */
      #cat01 .vd_box {
        margin: 30px 0 0; } }
    @media screen and (max-width: 600px) {
      /* line 168, style.scss */
      #cat01 .vd_box {
        margin: 30px 0 0; } }

/* line 181, style.scss */
.vd_boxb .vd_flex {
  display: flex; }
  @media screen and (max-width: 600px) {
    /* line 181, style.scss */
    .vd_boxb .vd_flex {
      display: block; } }
/* line 192, style.scss */
.vd_boxb .vd_img {
  max-width: 300px;
  margin-right: 40px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 192, style.scss */
    .vd_boxb .vd_img {
      max-width: 220px;
      margin-right: 20px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 192, style.scss */
    .vd_boxb .vd_img {
      max-width: 260px;
      margin-right: 20px; } }
  @media screen and (max-width: 600px) {
    /* line 192, style.scss */
    .vd_boxb .vd_img {
      margin: 0 auto; } }
  /* line 206, style.scss */
  .vd_boxb .vd_img img {
    border: 1px solid #ccc;
    border-radius: 10px; }
/* line 223, style.scss */
.vd_boxb .vd_txt h3 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  background-image: url("../images/stitle_bg.png");
  background-position: top left;
  background-repeat: repeat;
  background-size: 55px auto;
  padding: 20px 10px;
  position: relative; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 223, style.scss */
    .vd_boxb .vd_txt h3 {
      padding: 20px 5px; } }
  @media screen and (max-width: 600px) {
    /* line 223, style.scss */
    .vd_boxb .vd_txt h3 {
      align-items: flex-start;
      padding: 20px 20px; } }
  /* line 250, style.scss */
  .vd_boxb .vd_txt h3:before {
    position: absolute;
    pointer-events: none;
    inset: 0;
    content: "";
    background-repeat: no-repeat; }
    /* line 257, style.scss */
    #cat01 .vd_boxb .vd_txt h3:before {
      background-image: url("../images/catimg1.png");
      background-position: 98% 40%;
      background-size: 180px auto; }
      @media screen and (min-width: 930.01px) and (max-width: 1200px) {
        /* line 257, style.scss */
        #cat01 .vd_boxb .vd_txt h3:before {
          background-size: 160px auto; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 257, style.scss */
        #cat01 .vd_boxb .vd_txt h3:before {
          background-size: 160px auto; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 257, style.scss */
        #cat01 .vd_boxb .vd_txt h3:before {
          background-size: 160px auto; } }
      @media screen and (max-width: 600px) {
        /* line 257, style.scss */
        #cat01 .vd_boxb .vd_txt h3:before {
          background-size: 160px auto; } }
    /* line 277, style.scss */
    #cat02 .vd_boxb .vd_txt h3:before {
      background-image: url("../images/catimg2.png");
      background-position: 95% 40%;
      background-size: 160px auto; }
      @media screen and (min-width: 930.01px) and (max-width: 1200px) {
        /* line 277, style.scss */
        #cat02 .vd_boxb .vd_txt h3:before {
          background-size: 140px auto; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 277, style.scss */
        #cat02 .vd_boxb .vd_txt h3:before {
          background-size: 140px auto; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 277, style.scss */
        #cat02 .vd_boxb .vd_txt h3:before {
          background-size: 140px auto; } }
      @media screen and (max-width: 600px) {
        /* line 277, style.scss */
        #cat02 .vd_boxb .vd_txt h3:before {
          background-size: 140px auto; } }
    /* line 297, style.scss */
    #cat03 .vd_boxb .vd_txt h3:before {
      background-image: url("../images/catimg3.png");
      background-position: 98% 30%;
      background-size: 170px auto; }
      @media screen and (min-width: 930.01px) and (max-width: 1200px) {
        /* line 297, style.scss */
        #cat03 .vd_boxb .vd_txt h3:before {
          background-size: 140px auto; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 297, style.scss */
        #cat03 .vd_boxb .vd_txt h3:before {
          background-size: 140px auto; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 297, style.scss */
        #cat03 .vd_boxb .vd_txt h3:before {
          background-size: 140px auto; } }
      @media screen and (max-width: 600px) {
        /* line 297, style.scss */
        #cat03 .vd_boxb .vd_txt h3:before {
          background-size: 140px auto; } }
    /* line 317, style.scss */
    #cat04 .vd_boxb .vd_txt h3:before {
      background-image: url("../images/catimg4.png");
      background-position: 98% 40%;
      background-size: 190px auto; }
      @media screen and (min-width: 930.01px) and (max-width: 1200px) {
        /* line 317, style.scss */
        #cat04 .vd_boxb .vd_txt h3:before {
          background-size: 150px auto; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 317, style.scss */
        #cat04 .vd_boxb .vd_txt h3:before {
          background-size: 150px auto; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 317, style.scss */
        #cat04 .vd_boxb .vd_txt h3:before {
          background-size: 150px auto; } }
      @media screen and (max-width: 600px) {
        /* line 317, style.scss */
        #cat04 .vd_boxb .vd_txt h3:before {
          background-size: 150px auto; } }
    /* line 337, style.scss */
    #cat05 .vd_boxb .vd_txt h3:before {
      background-image: url("../images/catimg5.png");
      background-position: 98% 60%;
      background-size: 170px auto; }
      @media screen and (min-width: 930.01px) and (max-width: 1200px) {
        /* line 337, style.scss */
        #cat05 .vd_boxb .vd_txt h3:before {
          background-size: 130px auto; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 337, style.scss */
        #cat05 .vd_boxb .vd_txt h3:before {
          background-size: 110px auto;
          background-position: 99% 60%; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 337, style.scss */
        #cat05 .vd_boxb .vd_txt h3:before {
          background-size: 110px auto;
          background-position: 99% 60%; } }
      @media screen and (max-width: 600px) {
        /* line 337, style.scss */
        #cat05 .vd_boxb .vd_txt h3:before {
          background-size: 110px auto;
          background-position: 112% 60%; } }
    /* line 360, style.scss */
    #cat06 .vd_boxb .vd_txt h3:before {
      background-image: url("../images/catimg6.png");
      background-position: 98% 50%;
      background-size: 170px auto; }
      @media screen and (min-width: 930.01px) and (max-width: 1200px) {
        /* line 360, style.scss */
        #cat06 .vd_boxb .vd_txt h3:before {
          background-size: 130px auto; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 360, style.scss */
        #cat06 .vd_boxb .vd_txt h3:before {
          background-size: 130px auto; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 360, style.scss */
        #cat06 .vd_boxb .vd_txt h3:before {
          background-size: 130px auto; } }
      @media screen and (max-width: 600px) {
        /* line 360, style.scss */
        #cat06 .vd_boxb .vd_txt h3:before {
          background-size: 130px auto; } }
    /* line 380, style.scss */
    #cat07 .vd_boxb .vd_txt h3:before {
      background-image: url("../images/catimg7.png");
      background-position: 100% 30%;
      background-size: 220px auto; }
      @media screen and (min-width: 930.01px) and (max-width: 1200px) {
        /* line 380, style.scss */
        #cat07 .vd_boxb .vd_txt h3:before {
          background-size: 180px auto; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 380, style.scss */
        #cat07 .vd_boxb .vd_txt h3:before {
          background-size: 180px auto; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 380, style.scss */
        #cat07 .vd_boxb .vd_txt h3:before {
          background-size: 180px auto; } }
      @media screen and (max-width: 600px) {
        /* line 380, style.scss */
        #cat07 .vd_boxb .vd_txt h3:before {
          background-size: 180px auto; } }
    /* line 400, style.scss */
    #cat08 .vd_boxb .vd_txt h3:before {
      background-image: url("../images/catimg8.png");
      background-position: 98% 40%;
      background-size: 180px auto; }
      @media screen and (min-width: 930.01px) and (max-width: 1200px) {
        /* line 400, style.scss */
        #cat08 .vd_boxb .vd_txt h3:before {
          background-size: 150px auto; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 400, style.scss */
        #cat08 .vd_boxb .vd_txt h3:before {
          background-size: 150px auto; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 400, style.scss */
        #cat08 .vd_boxb .vd_txt h3:before {
          background-size: 150px auto; } }
      @media screen and (max-width: 600px) {
        /* line 400, style.scss */
        #cat08 .vd_boxb .vd_txt h3:before {
          background-size: 150px auto; } }
    /* line 420, style.scss */
    #cat09 .vd_boxb .vd_txt h3:before {
      background-image: url("../images/catimg9.png");
      background-position: 95% 30%;
      background-size: 160px auto; }
      @media screen and (min-width: 930.01px) and (max-width: 1200px) {
        /* line 420, style.scss */
        #cat09 .vd_boxb .vd_txt h3:before {
          background-size: 120px auto;
          background-position: 98% 30%; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 420, style.scss */
        #cat09 .vd_boxb .vd_txt h3:before {
          background-size: 120px auto;
          background-position: 98% 30%; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 420, style.scss */
        #cat09 .vd_boxb .vd_txt h3:before {
          background-size: 120px auto;
          background-position: 98% 30%; } }
      @media screen and (max-width: 600px) {
        /* line 420, style.scss */
        #cat09 .vd_boxb .vd_txt h3:before {
          background-size: 110px auto;
          background-position: 110% 30%; } }
    /* line 444, style.scss */
    #cat10 .vd_boxb .vd_txt h3:before {
      background-image: url("../images/catimg10.png");
      background-position: 95% 30%;
      background-size: 160px auto; }
      @media screen and (min-width: 930.01px) and (max-width: 1200px) {
        /* line 444, style.scss */
        #cat10 .vd_boxb .vd_txt h3:before {
          background-position: 98% 30%;
          background-size: 130px auto; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 444, style.scss */
        #cat10 .vd_boxb .vd_txt h3:before {
          background-position: 98% 30%;
          background-size: 130px auto; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 444, style.scss */
        #cat10 .vd_boxb .vd_txt h3:before {
          background-position: 98% 30%;
          background-size: 130px auto; } }
      @media screen and (max-width: 600px) {
        /* line 444, style.scss */
        #cat10 .vd_boxb .vd_txt h3:before {
          background-position: 100% 30%;
          background-size: 110px auto; } }
    /* line 468, style.scss */
    #cat11 .vd_boxb .vd_txt h3:before {
      background-image: url("../images/catimg11.png");
      background-position: 95% 40%;
      background-size: 190px auto; }
      @media screen and (min-width: 930.01px) and (max-width: 1200px) {
        /* line 468, style.scss */
        #cat11 .vd_boxb .vd_txt h3:before {
          background-size: 160px auto; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 468, style.scss */
        #cat11 .vd_boxb .vd_txt h3:before {
          background-size: 160px auto; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 468, style.scss */
        #cat11 .vd_boxb .vd_txt h3:before {
          background-size: 160px auto; } }
      @media screen and (max-width: 600px) {
        /* line 468, style.scss */
        #cat11 .vd_boxb .vd_txt h3:before {
          background-size: 160px auto; } }
  /* line 490, style.scss */
  .vd_boxb .vd_txt h3 span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    color: #fff;
    position: relative;
    z-index: 1;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 490, style.scss */
      .vd_boxb .vd_txt h3 span {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 490, style.scss */
      .vd_boxb .vd_txt h3 span {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 600px) {
      /* line 490, style.scss */
      .vd_boxb .vd_txt h3 span {
        font-size: 16px;
        font-size: 1.6rem; } }
  /* line 511, style.scss */
  .vd_boxb .vd_txt h3 small {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0.1em;
    white-space: nowrap;
    margin-top: 5px;
    position: relative;
    z-index: 1; }
/* line 531, style.scss */
.vd_boxb .vd_txt p {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 531, style.scss */
    .vd_boxb .vd_txt p {
      margin-top: 20px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 531, style.scss */
    .vd_boxb .vd_txt p {
      margin-top: 20px; } }
  @media screen and (max-width: 600px) {
    /* line 531, style.scss */
    .vd_boxb .vd_txt p {
      margin-top: 15px; } }

/* line 549, style.scss */
.vd_list {
  margin: 30px 0 0; }

/* line 552, style.scss */
.vd_listb {
  display: flex; }
  @media screen and (max-width: 600px) {
    /* line 552, style.scss */
    .vd_listb {
      flex-wrap: wrap; } }
  /* line 561, style.scss */
  .vd_listb .product_link {
    max-width: calc((100% - 90px) / 4);
    margin-right: 30px; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 561, style.scss */
      .vd_listb .product_link {
        max-width: calc((100% - 45px) / 4);
        margin-right: 15px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 561, style.scss */
      .vd_listb .product_link {
        max-width: calc((100% - 30px) / 4);
        margin-right: 10px; } }
    @media screen and (max-width: 600px) {
      /* line 561, style.scss */
      .vd_listb .product_link {
        max-width: calc(50% - 5px);
        margin-right: 10px; } }
    /* line 576, style.scss */
    .vd_listb .product_link:nth-of-type(4n) {
      margin-right: 0; }
    @media screen and (max-width: 600px) {
      /* line 579, style.scss */
      .vd_listb .product_link:nth-of-type(2n) {
        margin-right: 0; } }
    @media screen and (max-width: 600px) {
      /* line 588, style.scss */
      .vd_listb .product_link:nth-of-type(n+3) {
        margin-top: 10px; } }
    /* line 597, style.scss */
    .vd_listb .product_link img {
      border: 1px solid #ccc;
      border-radius: 10px; }
    /* line 601, style.scss */
    .vd_listb .product_link a {
      font-style: normal;
      text-decoration: none;
      color: #000; }

/* line 609, style.scss */
.product_link_txt {
  margin-top: 15px;
  line-height: 1.6; }

/* line 613, style.scss */
.vd_btn {
  margin: 30px 0 0; }

/* line 616, style.scss */
.vd_btnb {
  text-align: center;
  max-width: 360px;
  margin: auto; }
  /* line 620, style.scss */
  .vd_btnb a {
    margin: auto;
    text-decoration: none;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #e63405;
    color: #fff; }
    @media all and (min-width: 300.01px) and (max-width: 380px) {
      /* line 620, style.scss */
      .vd_btnb a {
        height: 60px; } }
    /* line 641, style.scss */
    .vd_btnb a:before {
      display: block;
      content: '';
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid #fff;
      opacity: 0.5;
      position: absolute;
      margin: 4px; }
    /* line 651, style.scss */
    .vd_btnb a:after {
      display: block;
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      margin: auto;
      border-left: 20px solid #fff;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 651, style.scss */
        .vd_btnb a:after {
          border-left: 15px solid #fff; } }
      @media screen and (max-width: 600px) {
        /* line 651, style.scss */
        .vd_btnb a:after {
          border-left: 15px solid #fff; } }
      @media all and (min-width: 300.01px) and (max-width: 380px) {
        /* line 651, style.scss */
        .vd_btnb a:after {
          border-top: 3px solid transparent;
          border-bottom: 3px solid transparent; } }
    /* line 677, style.scss */
    .vd_btnb a span {
      line-height: 1.5;
      text-align: left; }

/* line 683, style.scss */
.xxs-media {
  display: none; }
  @media all and (min-width: 300.01px) and (max-width: 380px) {
    /* line 683, style.scss */
    .xxs-media {
      display: inline-block; } }

/*# sourceMappingURL=style.css.map */
