@charset "utf-8";
 br.sp-block{
  display: none;
 }

 br.pc-block{
  display: block;
 }

 [class^="jp-page-sl-songlist-"] > tbody > tr > td *, [class*=" jp-page-sl-songlist-"] > tbody > tr > td *{
  line-height: 1.3;
 }
.jp-page-sl-buttonlink-all {
  text-align: center;
}

ul.jp-page-sl-buttonlink-black{
  text-align: right;
  display: flex;
  justify-content: end;
  margin-top: 0;
}

ul.jp-page-sl-buttonlink-black li{
  margin: 10px;
}

.jp-page-sl-checklink > li + li{
  margin-top: 10px;
}

.jp-page-sl-buttonlink-all div a {
  display: block;
  border-radius: 4px;
  border: 1px solid #a99fa5;
  background-color: #d40078;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 18px;
  margin: 10px;

}

.jp-page-sl-buttonlink-all div a::before{
  content: '';
    display: inline-block;
    border-left: 8px solid #ffffff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: relative;
    padding-right: 6px;
}

.jp-page-sl-buttonlink > div > a{
  border: 1px solid #a99fa5;
  background-color: #f19db5;

}

.jp-page-sl-buttonlink div a::before{
  content: '';
    display: inline-block;
    border-left: 6px solid #ffffff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: relative;
    padding-right: 6px;
}

.jp-page-sl-buttonlink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.jp-page-sl-buttonlink>div {
  width: 27%;
}

.jp-page-sl-buttonlink>div>a {
  display: block;
}

.jp-page-sl-lead>p {
  font-size: 14px;

}

h3.jp-page-sl-check {
  font-size: 20px;
  font-weight: bold;
  color: #d40078;
}

h3.jp-page-sl-check img {
  vertical-align: middle;
}

h4.jp-sabikara-agerank-titile{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -30px;
}
.ribbon9 {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  height: 60px;
  margin-top: 90px;
}


.ribbon9 h3 {
  position: relative;
  margin: 0;
  line-height: 55px;
  font-size: 30px;
  color: #FFF;
  background: #d40078;
  /*真ん中の背景色*/
}

.ribbon9 h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 20px #ab234a;
  /*左の折り返し部分*/
}

.ribbon9 h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 20px #ab234a;
  /*右の折り返し部分*/
}

tbody>tr>td.jp-page-sl-cell-seconds {
  font-size: 14px;
  font-weight: bold;

}

.info-text {
  font-size: 10px;
  text-align: right;
  margin-top: 5px;
}

.timeperfomance-technic-title {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #f19db5;
  text-align: center;
  color: #454545;
  margin-top: 75px;
}

.timeperfomance-technic-title:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #454545;
}

.timeperfomance-technic-title h2 {
  font-size: 24px;
  font-weight: bold;
}

.timeperfomance-technic-title p {
  font-size: 14px;
  font-weight: bold;
}

.timeperfomance-technic-subtitle h2 {
  position: relative;
  overflow: hidden;
  padding: 15px 0 15px 120px;
  border-top: 3px solid #454545;
  font-size: 22px;
  font-weight: bold;
}

.timeperfomance-technic-subtitle h2:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #454545;
}

.timeperfomance-technic-subtitle h2 span {
  margin-top: 5px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;

}

.timeperfomance-technic-subtitle h2 span+span {
  margin-top: 20px;
  font-size: 26px;

}

.timeperfomance-technic-main p {
  font-size: 18px;
}

.timeperfomance-technic-main .jp-page-sl-postlink {
  text-align: left;
}

.timeperfomance-technic-main .jp-page-sl-postlink p {
  font-weight: bold;
}

.timeperfomance-technic-main .jp-page-sl-postlink p a {
  font-size: 14px;

}

.timeperfomance-technic-img {
  text-align: center;
  margin-top: 20px;
}

.timeperfomance-technic-img img {
  max-width: 50%;
}

.timeperfomance-technic-main .btn-link {
  text-align: center;
  margin-top: 20px;

}

.tighten-text p {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {

  br.sp-block{
    display: block;
  }

   br.pc-block{
  display: none;
 }

 .mt50-sp{
  margin-top: 50px;
 }
  .jp-page-sl-buttonlink>div+div,
  .jp-page-sl-buttonlink>br+div {
    margin-top: 0;
  }

  .jp-page-sl-buttonlink>div {
    width: 48%;
    padding: 5px;
  }

  .ribbon9 {
    height: 30px;
  }

  .ribbon9 h3 {
    font-size: 19px;
    line-height: 45px;
    padding: 0 10px;
    font-weight: bold;
  }

  tbody>tr>td.jp-page-sl-cell-seconds {
    line-height: 2em;

  }

  tbody>tr>td.jp-page-sl-cell-seconds::before {
    content: 'サビカラ演奏時間：';
  }

  tbody>tr>td.jp-page-sl-cell-seconds2::before {
    content: '通常の演奏時間：';
  }

  .timeperfomance-technic-subtitle h2 {
    font-size: 16px;
  }

  .timeperfomance-technic-main p {
    font-size: 14px;
  }

  .timeperfomance-technic-subtitle h2 span {
    margin-top: 0;
  }

  .timeperfomance-technic-subtitle h2 span+span {
    margin-top: 15px;
    font-size: 22px;

  }

  .timeperfomance-technic-img img {
    max-width: 100%;
  }

  .info-text {
    font-size: 8px;
    text-align: left;
    margin-top: 5px;
  }





}