@charset "utf-8";
/* pf-clsc_common.css追加 単品お届けコース PC用css */
/* -------------------------------------- 共通クラス */
.bg1 {
  color: #FFFFFF;
  background-image: url("/piano_classic/img/piano-mth-bg1.png");
  background-position: left top;
  background-size: 130px 130px;
}
.bg2 {
  background-image: url("/piano_classic/img/piano-mth-bg2.png");
  background-position: left top;
  background-size: 130px 130px;
}
.img-ttl {
  display: block;
  height: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  overflow: hidden;
}
.brown-bg, .contentbox h2 {
  margin: 0;
  padding: .5em 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  background-image: -webkit-linear-gradient(270deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.4);
}
h2.alpha {
  padding: .5em 0;
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(270deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
  box-shadow: 0 .2em .3em 0 rgba(0,0,0,.4);
  position: relative;
  z-index: 10;
}
strong, .ora {
  color: #BD2901;
}
/* -------------------------------------- ページ内リンク位置調整 */
#lsn-list, #qa {
  padding-top: 30px;
}
/* -------------------------------------- 共通パーツ調整 */
header {
  background-image: -webkit-linear-gradient(270deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
}
/* -------------------------------------- コース別キャッチ .course-catch */
.course-catch {
  padding: 40px 0 0;
}
.course-catch .full-w {
  padding: 0 65px;
  position: relative;
}
.course-catch h2.img-ttl {
  margin-bottom: 0;
  padding-top: 45px;
  background-image: url("../img/pf-clsin_catch-ttl.png");
  background-size: auto 45px;
  background-position: left top;
}
.catch-img {
  width: 310px;
  mix-blend-mode: multiply;
  position: absolute;
  right: 30px;
  top: 70px;
}
.catch-txt {
  padding: 60px;
  font-size: 3.0rem;
  position: relative;
  z-index: 10;
}
.catch-txt p {
  margin-bottom: .5em;
}
.course-catch h3.img-ttl {
  margin-bottom: 1em;
  padding-top: 100px;
  background-image: url("../img/pf-clsin_catch-sub-ttl.png");
  background-size: 700px 100px;
  background-position: left .5em top;
  border-left: 20px solid #087d8b;
}
/* -------------------------------------- 好きな曲を選べる楽しさ！ .joy */
.joy h2 {
  margin-bottom: 1em;
}
.joy h2 .img-ttl {
  padding-top: 50px;
  background-image: url("../img/pf-clsin_joy-ttl_pc.png");
  background-size: 810px 50px;
}
.joy .minbox {
  width: 880px;
  font-size: 3rem;
  letter-spacing: -.04em;
  text-align: center;
}
/* -------------------------------------- お選びいただけます .or */
.or {
  width: 700px;
  margin: 0 auto 3em;
  padding: 1em 0;
  text-align: center;
  position: relative;
}
.or p:first-child {
  color: #0170B9;
  font-size: 2.8rem;
  font-weight: bold;
}
.or::before,.or::after {
  width: 50%;
  text-align: center;
}
.or::before {
  content: "DVDで見る";
  position: absolute;
  left: 0;
  bottom: -.2em;
}
.or::after {
  content: "オンラインで見る";
  position: absolute;
  right: 0;
  bottom: -.2em;
}
/* -------------------------------------- オンライン視聴について .flow-online  */
.flow {
  width: 780px;
  margin: 0 auto 60px;
  border: 1px solid #0170B9;
}
#flow-online + .title {
  width: 780px;
  font-size: 2.4rem;
  margin: -1px 0 0;
  padding: 1.5em 0;
  background-color: #0170B9;
  background-image: url("/rsp_parts/images/online-info/ic_online.svg");
  background-repeat: no-repeat;
  background-size: 56px 48px;
  background-position: left 25px center;
  text-shadow: 0 2px 2px rgba(0,51,67,0.70);
  position: relative;
  left: calc(50% - 390px);
}
#flow-online + .title::after,
#flow-online + .title::before {
  box-shadow: 0 2px 2px rgba(0,51,67,0.70);
}
#flow-online + .title::before {
  transform: rotate(90deg);
  box-shadow: 2px 0 2px rgba(0,51,67,0.70);
}
#flow-online + .title:hover {
  opacity: .7;
}
.tglbox.flow-online {
  padding: 0 40px;
}
.tglbox.flow-online h3 {
  margin-top: 1em;
  padding-left: .5em;
  color: #0170B9;
  font-size: 2.4rem;
  font-weight: bold;
  border-left: 8px solid #0170B9;
}
.tglbox.flow-online p {
  padding: .5em 0;
  font-size: 1em;
  line-height: 1.4;
}
.tglbox.flow-online img {
  width: 512px;
}
.tglbox.flow-online .mark_ylw {
  background:linear-gradient(transparent 60%, #ffe500 60%);
}
.tglbox.flow-online .w70 {
  width: 430px;
}
.tglbox.flow-online .txt_c {
  margin: 1em 0;
}
.tglbox.flow-online .limit-info {
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 1.6rem;
}
.tglbox.flow-online .yasu {
  width: 550px;
  margin: 0 auto 1em;
  padding: 50px 0;
  position: relative;
}
.tglbox.flow-online .yasu::before {
  content: "";
  width: 180px;
  height: 185px;
  background-image: url("/rsp_parts/images/online-info/ol_yasu-img.gif");
  background-size: 180px 185px;
  background-position: left top;
  position: absolute;
  right: 0;
  top: -30px;
}
.toggle:checked + .title + .tglbox.flow-online {
  max-height: 2680px;
}
.flow + div {
  margin-bottom: 60px;/*特典長バナー用*/
}
/* -------------------------------------- レベル表記について .meikyoku  */
.meikyoku h2 {
  margin-bottom: .5em;
}
.meikyoku h2 .img-ttl {
  padding-top: 150px;
  background-image: url("../img/pf-clsin_meikyoku-ttl.png");
  background-size: 670px 150px;
}
.meikyoku .contentbox {
  width: 980px;
  margin: 0 auto;
}
.meikyoku .minbox {
  margin: 2em auto;
}
/* -------------------------------------- レベル表記について .levelbox  */
.levelbox {
  width: 860px;
  margin: 1em auto 2em;
  padding: 1em 4em 0;
  background-color: #FFF4E7;
  border: 1px solid #4B0E00;
  position: relative;
}
.levelbox::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2em 2em 0 0;
  border-color: #4B0E00 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.levelbox::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2em 2em;
  border-color: transparent transparent #4B0E00 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.levelbox .flexbox {
  justify-content: space-around;
}
.levelbox li {
  display: flex;
  align-items: center;
  height: 180px;
  margin-bottom: 1.5em;
  padding: 180px 0 1em ;
  font-size: .9em;
  position: relative;
}
.levelbox li:last-child {
  border-bottom: 0;
}
.levelbox li::before {
  content: "";
  display: block;
  width: 130px;
  height: 150px;
  background-image: url("../img/pf-tan_level-img.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 480px 185px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.levelbox li:nth-child(2)::before {
  background-position: left -130px top;
}
.levelbox li:nth-child(3)::before {
  background-position: left -260px top;
}
/* -------------------------------------- 選べるレッスン .select-lsn */
.meikyoku h3.img-ttl {
  margin-left: 40px;
  padding-top: 50px;
  background-image: url("../img/pf-clsin_llsn-list-ttl.png");
  background-size: 320px 50px;
  background-position: left .5em center;
  border-left: 20px solid #430c00;
}
/*#lsn-list {
  margin-left: 40px;
}*/
.select-lsn {
  margin: 0 60px 100px;
  border-collapse: separate;
  border-spacing: 0 20px;
}
.select-lsn tr {
  position: relative;
}
.select-lsn tr::after {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  background-image: -webkit-linear-gradient(0deg,rgba(255,252,238,0.20) 0%,rgba(255,215,175,0.20) 100%);
  background-image: -moz-linear-gradient(0deg,rgba(255,252,238,0.20) 0%,rgba(255,215,175,0.20) 100%);
  background-image: -o-linear-gradient(0deg,rgba(255,252,238,0.20) 0%,rgba(255,215,175,0.20) 100%);
  background-image: linear-gradient(90deg,rgba(255,252,238,0.20) 0%,rgba(255,215,175,0.20) 100%);
  transform: rotate(10deg) skewX(10deg);
  position: absolute;
  left: 90px;
  top: 80px;
  z-index: 0;
}
.select-lsn th {
  width: 100px;
  padding: .5em;
  text-align: center;
  background-color: #FFD3C0;
  position: relative;
  z-index: 10;
}
.select-lsn th .v-rl {
  display: inline-block;
}
.select-lsn th::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 50px 0 50px;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.select-lsn th::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 50px 0 50px;
  border-color: #FFD3C0 transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: -1em;
}
.select-lsn td {
  display: table-cell;
  width: 360px;
  padding: .2em 0 .2em .5em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  font-feature-settings: "palt";
  position: relative;
  z-index: 10;
}
.select-lsn tr td:first-child {
  margin-top: -10px;
}
.select-lsn tr td:last-child {
  transform: translateY(30%);
}
.select-lsn td h4 {
  margin-bottom: 0;
  font-size: 1.4em;
  line-height: 1.2;
}
.select-lsn td .abc {
  display: block;
  color: #ABABAB;
  font-size: .7em;
  font-weight: normal;
}
.select-lsn td .m-list {
  margin: 0 0 .5em;
}
.select-lsn td .m-list li {
  display: flex;
  align-items: flex-end;
  min-height: 60px;
  line-height: 1.2;
  font-size: 1.4em;
  position: relative;
}
.select-lsn td .m-list li span {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../img/pf-tan_level-icon.png");
  background-repeat: no-repeat;
  background-size: 180px 60px;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}
.select-lsn td .m-list li .hard {
  background-position: left -120px top;
}
.select-lsn td .m-list li .normal {
  background-position: left -60px top;
}
.select-lsn td .m-list li .easy {
  background-position: left top;
}
.select-lsn td .m-list li .easy.hard::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../img/pf-tan_level-icon.png");
  background-repeat: no-repeat;
  background-size: 180px 60px;
  background-position: left -120px top;
  overflow: hidden;
  position: relative;
  right: -60px;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}
.select-lsn td .link-btn a {
  display: block;
  height: 2em;
  margin: .5em 20px 0 0;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  line-height: 2em;
  background-color: #0C4800;
  border-radius: 1em;
  position: relative;
}
.select-lsn td .link-btn a::after {
  content: "\025b6";
  position: absolute;
  right: 1.2em;
  top: 50%;
  transform: translateY(-50%);
  transition: .5s;
}
.select-lsn td .link-btn a:hover::after {
  right: .8em;
}
/* -------------------------------------- 各編詳細 .item */
.item {
  padding: 60px 0 0;
}
.item p.img-ttl {
  padding-top: 60px;
  background-image: url("../img/banzai-bg.png");
  background-size: 580px 60px;
}
.composer {
  width: 880px;
  margin: 1em auto;
  padding: 50px 0 0;
  color: #000000;
  background-color: #FFFFFF;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.4);
  position: relative;
  background-image: -webkit-linear-gradient(270deg,rgba(245,239,225,1.00) 5%,rgba(255,255,255,1.00) 10%);
  background-image: -moz-linear-gradient(270deg,rgba(245,239,225,1.00) 5%,rgba(255,255,255,1.00) 10%);
  background-image: -o-linear-gradient(270deg,rgba(245,239,225,1.00) 5%,rgba(255,255,255,1.00) 10%);
  background-image: linear-gradient(180deg,rgba(245,239,225,1.00) 5%,rgba(255,255,255,1.00) 10%);
}
.composer h2.img-ttl {
  padding-top: 240px;
  margin: 0;
  background-image: url("/piano_classic/img/pf-clsc_composer_ttl01.jpg");
  background-size: 750px 1440px;
  backgorund-position: center bottom;
  position: relative;
  z-index: 10;
}
.composer::before,
.composer::after {
  content: "";
  width: 120px;
  height: 300px;
  background-image: url("/piano_classic/img/pf-clsc_composer_frm.png");
  background-repeat: no-repeat;
  background-size: 240px 400px;
  position: absolute;
  top: 0;
}
.composer::before {
  background-position: left top;
  left: 0;
}
.composer::after {
  background-position: right top;
  right: 0;
}
.composer.bach h2.img-ttl {
  background-position: center top;
}
.composer.mozart h2.img-ttl {
  background-position: center top -242px;
}
.composer.beethoven h2.img-ttl {
  background-position: center top -482px;
}
.composer.chopin h2.img-ttl {
  background-position: center top -722px;
}
.composer.schumann h2.img-ttl {
  background-position: center top -962px;
}
.composer.liszt h2.img-ttl {
  background-position: center top -1202px;
}
.composer.brahms h2.img-ttl {
  background-image: url("/piano_classic/img/pf-clsc_composer_ttl02.jpg");
  background-position: center top;
}
.composer.tchaikovsky h2.img-ttl {
  background-image: url("/piano_classic/img/pf-clsc_composer_ttl02.jpg");
  background-position: center top -242px;
}
.composer.elgar h2.img-ttl {
  background-image: url("/piano_classic/img/pf-clsc_composer_ttl02.jpg");
  background-position: center top -482px;
}
.composer.debussy h2.img-ttl {
  background-image: url("/piano_classic/img/pf-clsc_composer_ttl02.jpg");
  background-position: center top -722px;
}
.composer.rachmaninov h2.img-ttl {
  background-image: url("/piano_classic/img/pf-clsc_composer_ttl02.jpg");
  background-position: center top -962px;
}
.composer.gershowitz h2.img-ttl {
  background-image: url("/piano_classic/img/pf-clsc_composer_ttl02.jpg");
  background-position: center top -1202px;
}
.composer h3 {
  height: 80px;
  margin: 0 0 1em;
  padding: 1em 0 1em 300px;
  color: #5C1800;
  font-size: 1.2em;
  background-color: #C79372;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.4);
  position: relative;
  z-index: 10;
}
.musicbox h3.line2 {
  padding: .5em 0 .5em 300px;
  line-height: 1.2;
} 
.composer h3 .hen {
  display: block;
  width: 250px;
  height: 80px;
  padding: 1em 0;
  color: #FFFFFF;
  text-align: center;
  background-color: #5C1800;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.composer h3::after {
  content: "";
  width: 50px;
  height: 80px;
  background-color: #5C1800;
  transform: skewX(-20deg);
  box-shadow: 5px 0 5px 0 rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 225px;
}
.musicbox {
  margin: 0 1em 1em;
  background-color: #c6c6c6;
  overflow: hidden;
}
.musicbox .lsnimg {
  display: block;
  width: 250px;
  height: 140px;
  background-repeat: no-repeat;
}
.bach .musicbox .lsnimg {
  background-image: url("/piano_classic/img/mth01_img.jpg");
  background-size: 250px 1120px;
}
.mozart .musicbox .lsnimg {
  background-image: url("/piano_classic/img/mth02_img.jpg");
  background-size: 250px 1120px;
}
.beethoven .musicbox .lsnimg {
  background-image: url("/piano_classic/img/mth03_img.jpg");
  background-size: 250px 840px;
}
.musicbox .lsnimg.no1 {
  margin: 0 0 0 40px;
  background-position: left top;
}
.beethoven .musicbox .lsnimg.no1,
.beethoven .musicbox .lsnimg.no5 {
  margin: 0;
}
.musicbox .lsnimg.no2 {
  background-position: left top -140px;
}
.musicbox .lsnimg.no3 {
  background-position: left top -280px;
}
.musicbox .lsnimg.no4 {
  background-position: left top -420px;
}
.musicbox .lsnimg.no5 {
  margin: 0 0 0 40px;
  background-position: left top -560px;
}
.musicbox .lsnimg.no6 {
  background-position: left top -700px;
}
.musicbox .lsnimg.no7 {
  background-position: left top -840px;
}
.musicbox .lsnimg.no8 {
  background-position: left top -980px;
}
.bach .musicbox ol,
.mozart .musicbox ol {
  width: 500px;
}
.musicbox ol {
  width: 100%;
  margin: 0 0 0 40px;
}
.musicbox ol li {
  padding: .1em 0 .1em 5.2em;
  font-size: .9em;
  text-indent: -5.2em;
}
.musicbox .lsn-no {
  display: inline-block;
  width: 6em;
  margin-right: .5em;
  padding: .2em .5em;
  color: #FFFFFF;
  font-size: .8em;
  text-align: center;
  white-space: nowrap;
  text-indent: 0;
  background-color: #5C1800;
}
.musicbox .flexbox.pc_view {
  margin: 1em 40px;
  justify-content: space-between;
}
.musicbox .minbox {
  width: 760px;
}
.musicbox .minbox p {
  margin-bottom: 0;
}
.musicbox .trial-ttl {
  width: 500px;
  margin: 2em auto 0;
  color: #274d15;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.musicbox .trial-ttl.line2 {
  line-height: 1.2;
}
.plyr--audio .plyr__controls {
  width: 500px;
  padding: 20px 20px;
  margin: 0 auto 30px;
  border-radius: 10px;
  filter: drop-shadow(5px 5px 5px #aaa);
}
.plyr__controls .plyr__controls__item:first-child {
  padding-left: 50px;
  position: relative;
}
.plyr__controls .plyr__controls__item:first-child::before {
  content: "";
  display: block;
  width: 44px;
  height: 30px;
  background-image: url("/piano_classic/img/pf-clsc_sample-btn.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 44px 30px;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* -------------------------------------- 作曲家枠レベル表記 .levelbox */
.composer .levelbox {
  width: 650px;
  padding: 1em 2em;
  position: relative;
  box-sizing: border-box;
}
.composer .levelbox p:nth-child(2) {
  padding-right: 100px;
}
.composer .levelbox .lv-icon {
  content: "";
  display: block;
  width: 130px;
  height: 150px;
  background-image: url("../img/pf-tan_level-img.png");
  background-repeat: no-repeat;
  background-size: 480px 185px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.composer .levelbox.hard .lv-icon {
  background-position: left -260px top;
}
.composer .levelbox.normal .lv-icon {
  background-position: left -130px top;
}
.composer .levelbox.normal.easy .lv-icon {
  width: 260px;
  height: 150px;
  background-position: left -130px top;
  position: absolute;
  top: auto;
  bottom: .5em;
  right: 20px;
  transform: none;
}
.composer .levelbox.normal.easy .lv-icon::after {
  content: "";
  display: block;
  width: 130px;
  height: 150px;
  background-image: url("../img/pf-tan_level-img.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 480px 185px;
  position: absolute;
  top: 0;
  right: 0;
}
.composer .levelbox.easy .lv-icon {
  background-position: left top;
}
.composer .levelbox.normal.easy p:nth-child(2),
.composer .levelbox.easy.hard p:nth-child(2) {
  margin-bottom: 0;
  padding-right: 280px;
  /*padding-bottom: 80px;*/
}
.composer .levelbox.easy.hard .lv-icon {
  width: 260px;
  height: 150px;
  background-position: left top;
  position: absolute;
  top: auto;
  bottom: .5em;
  right: 20px;
  transform: none;
}
.composer .levelbox.easy.hard .lv-icon::after {
  content: "";
  display: block;
  width: 130px;
  height: 150px;
  background-image: url("../img/pf-tan_level-img.png");
  background-repeat: no-repeat;
  background-position: left -260px top;
  background-size: 480px 185px;
  position: absolute;
  top: 0;
  right: 0;
}
.composer .levelbox.easy.hard.re .lv-icon {
  background-position: left -260px top;
}
.composer .levelbox.easy.hard.re .lv-icon::after {
  background-position: left top;
}
.price {
  justify-content: center;
  position: relative;
}
.price::before,
.price::after {
  content: "";
  display: block;
  width: 120px;
  height: 100px;
  background-image: url("/piano_classic/img/pf-clsc_composer_frm.png");
  background-repeat: no-repeat;
  background-size: 240px 400px;
  position: absolute;
  bottom: -500px;
  mix-blend-mode: multiply;
}
.price::before {
  background-position: left bottom;
  left: 0;
}
.price::after {
  background-position: right bottom;
  right: 0;
}
.price .item-img {
  display: block;
  width: 310px;
  height: 250px;
  background-image: url("/piano_classic/img/pf-clsc_item-img.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 750px 1500px;
  overflow: hidden;
}
.bach .price .item-img {
  background-position: left top;
}
.mozart .price .item-img {
  background-position: left top -250px;
}
.beethoven .price .item-img {
  background-position: left top -500px;
}
.chopin .price .item-img {
  background-position: left top -750px;
}
.schumann .price .item-img {
  background-position: left top -1000px;
}
.liszt .price .item-img {
  background-position: left top -1250px;
}
.brahms .price .item-img {
  background-position: right 15px top;
}
.tchaikovsky .price .item-img {
  background-position: right 15px top -250px;
}
.elgar .price .item-img {
  background-position: right 15px top -500px;
}
.debussy .price .item-img {
  background-position: right 15px top -750px;
}
.rachmaninov .price .item-img {
  background-position: right 15px top -1000px;
}
.gershowitz .price .item-img {
  background-position: right 15px top -1250px;
}
.item-info {
  padding: 0;
}
.item-info .item-ttl {
  color: #4B0E00;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.2em;
  font-weight: bold;
} 
.item-info .price-img {
  width: 400px;
  height: 0;
  padding-top: 140px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 400px auto;
  overflow: hidden;
}
.item-info .price-img.pay143 {
  background-image: url("../img/pf-clsc_price14300.png");
}
.item-info .price-img.pay154 {
  background-image: url("../img/pf-clsc_price15400.png");
}
.check-plz {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}
.check-plz::before,
.check-plz::after {
  content: "\025bc";
}
.check-plz::before {
  margin-right: .5em;
}
.check-plz::after {
  margin-left: .5em;
}
/* -------------------------------------- カラーミーカート */
.cartjs_box, .cartjs_block {
  padding: 0 !important;
  border: none !important;
}
.cartjs_product_table {
  width: 720px;
  margin: 0 auto;
}
.colorme-option-tbl caption {
  display: none;
  content-visibility: hidden;
}
.colorme-option-tbl th {
  text-align: center !important;
  font-size: 1.8rem !important;
  background-color: #f5efe1 !important;
}
.colorme-option-tbl td {
  overflow: hidden;
  position: relative;
}
.colorme-option-tbl input[type="radio"] {
  display: block;
  width: 300%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.colorme-option-tbl input[type="radio"]::before,
.colorme-option-tbl input[type="radio"]::after {
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.colorme-option-tbl input[type="radio"]::before {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  left: 20px;
}
.colorme-option-tbl input[type="radio"]::after {
  background-color: #FF4F00;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 24px;
  transition: .5s;
}
.colorme-option-tbl input[type="radio"]:checked::after {
  opacity: 1;
}
/*.composer .ord-btn {
  display: block;
  width: 720px;
  height: 120px;
  padding-left: 50px;
  margin: 0 auto 2em;
  line-height: 120px;
  color: #FFFFFF;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 0px rgba(140,4,0,0.40);
  background-image: url("../img/pf-tan_ord-btn.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 720px 120px;
  overflow: hidden;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  transition: .5s;
}
#tchaikovsky .ord-btn {
  padding-left: 80px;
}
.ord-btn:hover, .ord-btn:active {
  outline: none;
  appearance: none;
  opacity: .7;
}*/
/* Firefox */
/*@-moz-document url-prefix() {
.colorme-option-tbl input[type="radio"] {
  display: block;
  width: 25%;
  height: 40%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
}*/
/* -------------------------------------- e-shopsカート .ord_eshops */
.ord_eshops, .ord_eshops * {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ord_eshops {
  margin-top: .5em;
}
.ord_eshops .ord-group {
  margin-bottom: 0;
  padding: 10px 0;
  color: #FB5D00;
}
.btn_only .ord_eshops .ord-group {
  margin-bottom: 0;
}
.ord_eshops label.type-select {
  position: relative;
}
.ord_eshops label.type-select::before, .ord_eshops label.type-select::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.ord_eshops label.type-select::before {
  content: "";
  display: inline-block;
  width: 3em;
  height: 3em;
  background-color: #FB5D00;
  border-radius: 0 1.5em 1.5em 0;
  right: 0;
}
.ord_eshops label.type-select::after {
  content: '';
  width: .8em;
  height: .8em;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 35%;
  transform: translateY(-50%) rotate(45deg);
  right: 1.2em;
}
.ord_eshops label.type-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 700px;
  height: 3em;
  padding: 0 3em 0 1em;
  margin-bottom: 1em;
  text-align: center;
  line-height: calc(3em - 4px);
  background-color: #FFFFFF;
  border: 2px solid #FB5D00;
  border-radius: 1.5em;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
.ord_eshops label.type-select select:focus {
  outline: 1px solid #FB5D00;
}
/* 購入ボタン */
.ord_eshops .buybtn {
  display: block;
  width: 720px;
  height: 120px;
  margin: 0 auto 2em;
  padding-left: 50px;
  color: #FFFFFF;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 0px rgba(140,4,0,0.40);
  line-height: 120px;
  background-image: url("../img/pf-tan_ord-btn.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 720px 120px;
  overflow: hidden;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  transition: .5s;
}
#tchaikovsky .buybtn {
  padding-left: 80px;
}
.buybtn:hover, .buybtn:active {
  outline: none;
  appearance: none;
  opacity: .7;
}
/* -------------------------------------- 一覧に戻る .fixed-link */
.fixed-link {
  margin-bottom: 0;
  position: sticky;
  bottom: 0;
  z-index: 20;
}
.fixed-link a {
  display: block;
  padding: 1em 0;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-color: rgba(153,0,0,0.80);
}
/* -------------------------------------- 閲覧タイプ .watch-type */
.watch-qa {
  padding: 60px 0 0;
}
.watch-qa .contentbox {
  width: 980px;
  margin: 0 auto 60px;
}
.watch h2 {
  margin-bottom: 1em;
}
.watch h2 .img-ttl {
  padding-top: 50px;
  background-image: url("../img/pf-clsin_watch-type-ttl_pc.png");
  background-size: 780px 50px;
}
.watch h2 + p {
  width: 250px;
  margin: 0 auto;
}
.watch h2 + p img {
  width: 250px;
}
.watch-type {
  display: flex;
  align-content: flex-start;
  margin-left: 40px;
  margin-bottom: .5em;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.watch-type li {
  width: 250px;
  margin-top: 0;
  font-size: 2rem;
  padding: 130px 0 0;
  text-align: center;
  position: relative;
}
.watch-type li:nth-child(4) {
  width: 280px;
}
.watch-type li:first-child,
.watch-type li:nth-child(2) {
  line-height: 1.4;
}
.watch-type li::before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background-color: #FFF4E8;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: 60px;
  bottom: auto;
  mix-blend-mode: multiply;
}
.watch-type li:nth-child(even)::before {
  left: 30px;
  right: auto;
}
.watch-type li::after {
  content: "";
  display: block;
  width: 200px;
  height: 130px;
  background-image: url("../img/devicex400.png");
  background-repeat: no-repeat;
  background-size: 800px 130px;
  background-position: left bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.watch-type li:nth-child(2)::after {
  background-position: left -200px top;
}
.watch-type li:nth-child(3)::after {
  background-position: left -400px top;
}
.watch-type li:nth-child(4)::after {
  background-position: left -600px top;
}
/* -------------------------------------- Q＆A #qa */
#qa h2.alpha {
  margin-bottom: 1em;
}
#qa h2.alpha .img-ttl {
  padding-top: 60px;
  background-image: url("/piano_classic/img/pf-clsc_qa-ttl.png");
  background-size: 140px 60px;
}
#qa p.img-ttl {
  margin-bottom: 1em;
  padding-top: 40px;
  background-image: url("/piano_classic/img/pf-clsc_qa-subttl.png");
  background-size: 700px 40px;
}
#qa dl {
  width: 750px;
  margin: 2em auto;
}
#qa dt {
  padding: 20px 40px 20px 100px;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #045f6c;
  background-image: url("../img/pf-clsin_q-icon.png");
  background-repeat: no-repeat;
  background-position: left 20px top 5px;
  background-size: 80px 80px;
  overflow: hidden;
}
#qa dd {
  margin: 0 0 10px 0;
  padding: 20px 20px 20px 100px;
  background-color: #ffe8c6;
  background-image: url("../img/pf-clsin_a-icon.png");
  background-repeat: no-repeat;
  background-position: left 10px top 10px;
  background-size: 80px 80px;
}
#qa dd p {
  margin: 0;
}
.lead-link {
  width: 750px;
  margin: 40px auto;
}
.lead-link p {
  width: 375px;
  margin: 1em auto;
}
.lead-link p img {
  width: 375px;
}
/* -------------------------------------- お客様の声 #voice */
.voice {
  padding: 60px 0 0;
}
.voice h2.alpha {
  width: 780px;
  margin: 0 auto .5em;
}
.voice h2.alpha .img-ttl {
  padding-top: 50px;
  background-image: url("/piano_classic/img/pf-clsc_voice-ttl.png");
  background-size: 290px 50px;
}
.voice .contentbox {
  width: 780px;
  padding: 1em 40px;
  margin: 20px auto;
}
.voice .contentbox:last-of-type {
  margin: 20px auto 40px;
}
/* -------------------------------------- ヤマト運輸ネコポス対応 .yamato-post */
.yamato-post {
  margin-top: 30px;
}
.yamato-post p {
  margin-bottom: 0;
  text-align: center;
}
.yamato-post p.post-txt {
  width: 650px;
  margin: 0 auto 1em;
  text-align: center;
  font-size: .8em;
}
/* -------------------------------------- お買い物かごを見る .cart-btn */
.cart-btn a {
  display: block;
  width: 720px;
  height: 0;
  margin: 60px auto;
  padding-top: 120px;
  background-image: url("../img/pf-tan_cart-btn.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 720px 120px;
  overflow: hidden;
}
/* -------------------------------------- ショップインフォ .shopinfo */
#shopinfo {
  width: 980px;
  margin: 0 auto;
  padding: 4em 3em;
  font-size: 1.4rem;
  line-height: 1.4;
}
#shopinfo img {
  width: auto;
  max-width: 100%;
}
#shopinfo .flexbox {
  align-items: flex-start;
  justify-content: center;
}
#shopinfo .shopinfo_l {
  width: 420px;
  border-right: 1px dotted #CCCCCC;
  padding: 0 19px 0 .5em;
}
#shopinfo .shopinfo_r {
  width: 420px;
  padding: 0 .5em 0 20px;
}
#shopinfo h2, #shopinfo h3 {
  margin: .5em 0;
  padding: 0 0 0 20px;
  height: 36px;
  position: relative;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  line-height: 36px;
  background-color: #3D1B0E;
}
#shopinfo h2::before, #shopinfo h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background-color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 10px;
}
#shopinfo h4 {
  margin: 1em 0 .5em;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom:1px solid #000;
}
#shopinfo ul {
  letter-spacing: 0;
  padding-left: 0;
  list-style-type: none;
}
#shopinfo .maxw60 {
  max-width: 240px;
}
#shopinfo .maxh60 {
  max-height: 60px;
}
