@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese";
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

i {
  font-style: normal;
}

em {
  font-style: italic;
}

.l-footer {
  background-color: #323232;
  color: #fff;
  padding: 0;
}

body#choose {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

body#choose.__loaded {
  opacity: 1;
}

@media print, screen and (max-width: 767px) {
  img {
    border: 0;
    vertical-align: bottom;
  }
  .pc, .none {
    display: none;
  }
  .container {
    margin: 0 15px;
    *zoom: 1;
    position: relative;
  }
  .container:after {
    content: "";
    display: table;
    clear: both;
  }
  a {
    color: #323232;
    text-decoration: none;
  }
  main {
    padding-top: 60px;
    font-family: proxima-nova, 'Noto Sans JP',sans-serif;
    color: #323232;
  }
  /*
  header {
    position: fixed;
    width: 100%;
    height: 60px;
    line-height: 1;
    z-index: 9;
    background: #323232;
    *zoom: 1;
    font-family: proxima-nova, 'Noto Sans JP',sans-serif;
    font-weight: 500;
  }
  header:after {
    content: "";
    display: table;
    clear: both;
  }
  header .logo {
    padding: 20px 0;
  }
  header .logo img {
    width: auto;
    height: 20px;
  }
  header #menuBtn {
    position: absolute;
    top: 0;
    right: -20px;
    width: 60px;
    height: 60px;
    background: url("/jp/lp/myfirstpiano/images/sp_menubtn.png") no-repeat center center;
    background-size: 20px auto;
    transition: 0.5s;
    z-index: 100;
  }
  header #menuBtn.on {
    background: url("/jp/lp/myfirstpiano/images/sp_menubtn2.png") no-repeat center center;
    background-size: 20px auto;
  }
   */
  /*
  #menu {
    width: 100%;
    min-height: 100%;
    height: 100vh !important;
    position: fixed;
    top: 60px;
    left: 0px;
    z-index: 10;
    background: #323232;
    padding-bottom: 10px;
    font-family: proxima-nova, 'Noto Sans JP',sans-serif;
    display: none;
  }
  #menu ul {
    padding-bottom: 20px;
    text-align: center;
    border-top: 1px solid #515151;
  }
  #menu ul li {
    border-bottom: 1px solid #515151;
  }
  #menu ul li a {
    display: block;
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    color: #cccccc;
  }
   */
  footer {
    background: #323232;
    line-height: 1;
    font-family: proxima-nova, 'Noto Sans JP',sans-serif;
    font-weight: 500;
    text-align: center;
  }
  footer #pagetop {
    border-bottom: 1px solid #515151;
    padding: 20px 0;
  }
  footer #pagetop a {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
  }
  footer .logo {
    padding: 30px 0;
  }
  footer .logo img {
    width: 212px;
  }
  footer ul {
    margin: 0 -15px;
  }
  footer ul li {
    border-top: 1px solid #515151;
  }
  footer ul li a {
    color: #cccccc;
    font-size: 14px;
    display: block;
    padding: 20px;
  }
  footer .copyright {
    text-align: center;
    background: #404040;
    color: #666666;
    font-size: 13px;
    padding: 10px;
    letter-spacing: 1px;
  }
  #pagetop_btn {
    position: fixed;
    right: 5px;
    bottom: 10px;
    z-index: 10;
  }
  #pagetop_btn img {
    width: 50px;
    opacity: .8;
  }
  .mds1 {
    padding-bottom: 30px;
    text-align: center;
    letter-spacing: 1px;
  }
  .mds1 i {
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 5px;
  }
  .mds1 span {
    display: block;
    padding-bottom: 30px;
  }
  .mds1 h1, .mds1 h2 {
    font-size: 21px;
    font-weight: 700;
  }

  .mds2 h2 {
    font-size: 21px;
    font-weight: 700;
  }

  #lineup {
    padding: 60px 0 0;
  }
  #lineup ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #lineup ul li {
    width: calc(50% - 5px);
    padding-bottom: 50px;
  }
  #lineup ul li .t1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  #lineup ul li .t2 {
    border: 1px solid #c2c1c1;
    margin-bottom: 10px;
    padding: 0 25px;
  }
  #lineup ul li .t2 img {
    width: 100%;
  }
  #lineup ul li .t3 {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  #lineup ul li .t4 {
    padding-bottom: 10px;
  }
  #lineup ul li .t4 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
    font-size: 12px;
  }
  #lineup ul li .t4 a:hover {
    background: #ddd;
  }
  #lineup ul li .t5 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #323232;
    color: #fff;
    font-size: 12px;
  }
  #kijilist {
    padding: 50px 0;
  }
  #kijilist .mds1 {
    padding-bottom: 20px;
  }
  #kijilist h2 {
    font-size: 18px;
    font-weight: 500;
  }
  #kijilist ul {
    border-top: 1px solid #c2c1c1;
  }
  #kijilist ul li {
    padding: 10px 0;
    line-height: 1.4;
    font-size: 12px;
    border-bottom: 1px solid #c2c1c1;
  }
  #kijilist ul li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  #kijilist ul li a .t1 {
    width: 100px;
  }
  #kijilist ul li a .t1 img {
    width: 100%;
  }
  #kijilist ul li a .t2 {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  #aboutroland {
    background: #f0efe9;
    padding: 50px 0;
  }
  #soudan {
    position: relative;
    padding-top: 50px;
  }
  #soudan .container {
    border-bottom: 1px solid #c2c1c1;
  }
  #soudan ul {
    text-align: center;
    font-weight: 500;
  }
  #soudan ul li {
    width: 100%;
    padding-bottom: 50px;
  }
  #soudan ul li .t1 a {
    display: block;
    position: relative;
    border: 7px solid #f0efe9;
  }
  #soudan ul li .t1 a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(50, 50, 50, 0.5);
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 20px 0;
  }
  #soudan ul li .t2 {
    text-align: left;
    font-weight: 400;
    padding: 20px 0 20px;
  }
  #soudan ul li .t3 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #soudan ul li .t3 a:hover {
    background: #ddd;
  }
  #form_button {
    position: relative;
    padding-top: 50px;
    background: #f0efe9;
  }
  #form_button .container {
    border-bottom: 1px solid #c2c1c1;
  }
  #form_button ul {
    text-align: center;
    font-weight: 500;
  }
  #form_button ul li {
    width: 100%;
    padding-bottom: 50px;
  }
  #soudan ul li .t2 {
    text-align: left;
    font-weight: 400;
    padding: 20px 0 20px;
  }
  #form_button ul li .t3 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #form_button ul li .t3 a:hover {
    background: #ddd;
  }
  .mainimg {
    position: relative;
    color: #fff;
  }
  .mainimg img {
    width: 100%;
  }
  .mainimg .title {
    font-size: 28px;
    line-height: 1.3;
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
  }
  .pankuzu {
    font-size: 11px;
    background: #f0efe9;
    padding: 5px 15px;
    color: #323232;
    width: 100%;
  }
  .pankuzu .home {
    background: url("/jp/lp/myfirstpiano/images/home_sp.png") no-repeat left top;
    background-size: 15px auto;
    padding-left: 20px;
  }
  .bnr {
    padding: 0px 15px;
  }
  .bnr a {
    display: block;
    border: 7px solid #f0efe9;
  }
  .bnr_mid {
    margin: auto;
    padding-top: 30px;
  }
  .bnr_mid .caption {
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    color: #FF8528;
  }
  #qa #zone1 {
    padding-top: 50px;
  }
  #qa #zone1 .question {
    background: url("qa/images/q.png") no-repeat left 18px center;
    background-size: 35px;
    border: 1px solid #c2c1c1;
    padding: 20px 0;
    position: relative;
    margin-bottom: 30px;
  }
  #qa #zone1 .question h1 {
    font-size: 17px;
    font-weight: 500;
    padding: 0 20px 0 70px;
  }
  #qa #zone1 h2 {
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 20px;
  }
  #qa #zone1 .c-text {
    padding-bottom: 35px;
  }
  #qa #kijilist li {
    text-align: left;
  }
  #recommend #lead_box {
    background: #fff;
    padding: 50px 0;
  }
  #recommend .point_section {
    position: relative;
    margin: 0 auto;
  }
  #recommend .point_section .point_back {
    background-repeat: no-repeat;
    background-image: url("../images/point_back.jpg");
    width: 100%;
    height: 180px;
    position: relative;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
  }
  #recommend .point_section .point_wrap {
    margin: 0 auto;
    margin-left: 0;
    position: relative;
    padding-top: 50px;
    text-align: left;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 40px;
    background-color: #fff8f8;
    width: 100%;
  }
  #recommend .point_section .name {
    letter-spacing: 2px;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 5px;
    text-align: center;
  }
  #recommend .point_section .section_title {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 35px;
    text-align: center;
    line-height: 1.5;
    position: relative;
    font-size: 21px;
    font-weight: 700;
  }
  #recommend .point_section .section_title:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
  }
  #recommend .point_section .s_box {
    margin: 0 auto;
    margin-bottom: 5px;
    padding-bottom: 9px;
    border-bottom: 1px dotted #eac6c6;
  }
  #recommend .point_section .s_box .comment {
    margin: 0 auto;
    font-size: 16px;
    position: relative;
    padding-left: 18px;
  }
  #recommend .point_section .s_box .comment:before {
    content: "◎";
    position: absolute;
    width: 20px;
    height: 2px;
    /* background-color: #ffbaba; */
    left: 0;
    /* top: 15px; */
  }
  #recommend .point_section .s_box .comment .color {
    color: #ff7c2d;
    font-weight: 500;
  }
  #recommend #zone1 {
    padding: 50px 0 30px;
  }
  #recommend #zone1 h3 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
  }
  #recommend #zone1 dl {
    padding-bottom: 50px;
  }
  #recommend #zone1 dl dt {
    padding-bottom: 30px;
    margin: 0 -15px;
  }
  #recommend #zone1 dl dt img {
    width: 100%;
  }
  #recommend #zone2 {
    padding-bottom: 30px;
  }
  #recommend #zone2 .container .bd {
    border: 1px solid #c2c1c1;
  }
  #recommend #zone2 .container .t1 {
    padding: 0px 25px;
    text-align: center;
  }
  #recommend #zone2 .container .t1 img {
    width: 100%;
    max-width: 295px;
  }
  #recommend #zone2 .container .t2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    padding: 0 20px 5px 20px;
  }
  #recommend #zone2 .container .t3 {
    padding: 0 20px 20px 20px;
    line-height: 1.3;
  }
  #recommend #zone2 .container .t4 {
    padding: 20px 0;
  }
  #recommend #zone2 .container .t4 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #recommend #zone2 .container .t4 a:hover {
    background: #ddd;
  }
  #recommend #zone2 .container .t5 {
    padding-bottom: 20px;
  }
  #recommend #zone2 .container .t5 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #323232;
    color: #fff;
  }
  #recommend #zone2 .container .t6 {
    text-align: center;
    font-size: 16px;
  }
  #recommend #zone2 .container .t6 a {
    text-decoration: underline;
    font-weight: 700;
  }
  #recommend #zone2 .text_wrapper {
    position: relative;
    text-align: center;
  }
  #recommend #zone2 .text_wrapper .text {
    height: 650px;
    overflow: hidden;
  }
  #recommend #zone2 .text_wrapper .show_more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 80px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(70%, #fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 70%);
    cursor: pointer;
    -webkit-transition: bottom .2s;
    transition: bottom .2s;
  }
  #recommend #zone2 .text_wrapper .show_more span {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
    padding: 15px;
    cursor: pointer;
  }
  #recommend #zone2 .text_wrapper .show_more i {
    background: url(https://www.roland.com/jp/lp/myfirstpiano/recommend/hp704/images/acmark.png) no-repeat left center;
    background-size: 22px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
  }
  #recommend #zone2 .text_wrapper table {
    display: inline-block;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #recommend #zone2 .text_wrapper table td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 140px;
    padding: 5px 2px;
    font-size: 12px;
    line-height: 1.2;
    word-break: break-all;
  }
  #recommend #zone2 .text_wrapper table td strong {
    font-weight: 700;
    font-size: 24px;
  }
  #recommend #zone2 .text_wrapper table .c1 {
    background: #f0f1f2;
    width: 16%;
    text-align: center;
  }
  #recommend #zone2 .text_wrapper table .c2 {
    background: #fffff0;
    width: 42%;
  }
  #recommend #zone2 .text_wrapper table .c3 {
    background: #FEF1E0;
    width: 42%;
  }
  #recommend #zone2 .text_wrapper table .icon {
    display: block;
    padding-bottom: 10px;
  }
  #recommend #zone2 .text_wrapper table .icon img {
    width: 45px;
  }
  #recommend #zone2 .text_wrapper table .icon img.app {
    width: 70px;
  }
  #recommend #zone3 {
    position: relative;
    padding: 50px 0;
    margin-bottom: 50px;
  }
  #recommend #zone3::after {
    content: '';
    display: block;
    background: #f0efe9;
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  #toppage #zone1 {
    background: #f0efe9;
    padding: 50px 0;
  }
  #toppage #zone1 .mds1 h1 {
    font-size: 24px;
  }
  #toppage #recommend {
    position: relative;
    padding: 60px 0 40px;
  }
  #toppage #recommend .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 210px;
    background: #f0efe9;
    z-index: -1;
  }
  #toppage #recommend ul {
    text-align: center;
    font-weight: 500;
  }
  #toppage #recommend ul li {
    width: 100%;
    padding-bottom: 20px;
  }
  #toppage #recommend ul li a {
    display: block;
    position: relative;
    border: 7px solid #f0efe9;
  }
  #toppage #recommend ul li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(50, 50, 50, 0.5);
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 20px 0;
  }
  #toppage #qa {
    padding: 60px 0 0;
  }
  #toppage #qa .bg {
    background: url("images/bg_sp.jpg") no-repeat center center;
    background-size: cover;
    padding: 60px 0 45px;
  }
  #toppage #qa ul {
    text-align: center;
    font-weight: 500;
  }
  #toppage #qa ul li {
    width: 100%;
    padding-bottom: 20px;
  }
  #toppage #qa ul li a {
    display: block;
    background: rgba(50, 50, 50, 0.55);
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 15px 0;
  }
  .osulist {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .osulist li {
    width: calc(50% - 5px);
  }
  .osulist li .t1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  .osulist li .t1 i {
    font-size: 16px;
    display: block;
    padding-top: 5px;
  }
  .osulist li .t2 {
    border: 1px solid #c2c1c1;
    margin-bottom: 20px;
    padding: 15px 0;
    background: #fff;
  }
  .osulist li .t2 img {
    width: 100%;
  }
  .osulist li .t3 {
    padding-bottom: 10px;
  }
  .osulist li .t3 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    font-size: 12px;
  }
  .osulist li .t4 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #323232;
    color: #fff;
    font-size: 12px;
  }
  #choose .mainimg {
    text-align: right;
  }
  #choose .mainimg img {
    height: 200px;
    width: auto;
  }
  #choose .mainimg .title {
    font-size: 24px;
    color: #323232;
    text-align: left;
    padding-left: 1em;
  }
  #choose .mds1 h1 {
    padding: 30px 20px 0;
  }
  #choose .mds1 span {
    display: inline;
    padding-bottom: 0;
  }
  #choose #lead_box {
    background: #f0efe9;
    padding: 30px 10px;
  }
  #choose .wm_box {
    margin-top: 30px;
  }
  #choose .wm_box .mds1 {
    padding-bottom: 20px;
  }
  #choose .wm_box .mds1 h2 {
    position: relative;
    text-align: left;
    padding-top: 50px;
    padding-left: 30px;
  }
  #choose .wm_box .mds1 h2 img {
    position: absolute;
    width: auto;
    height: 60px;
    left: 0;
    top: 0;
  }
  #choose .wm_box .mds1 ~ .c-text {
    padding-left: 30px;
  }


 #choose .wm_box .mds2 h2 {
    position: relative;
    text-align: center;
    padding-top: 50px;
    /*padding-left: 30px;*/
  }


  #choose .wm_box .sec_a > div:last-child, #choose .wm_box .sec_b > div:last-child {
    margin-top: 20px;
    text-align: center;
  }
  #choose .wm_box .sec_a > div:last-child img, #choose .wm_box .sec_b > div:last-child img {
    width: 50%;
  }
  #choose .wm_box .sec_a > div:last-child img.__wide, #choose .wm_box .sec_b > div:last-child img.__wide {
    width: 80%;
  }
  #choose .wm_box .sec_c {
    overflow: hidden;
  }
  #choose .wm_box .sec_c > div:first-child {
    float: right;
    width: 38%;
  }
  #choose .wm_box .sec_c > div:last-child {
    float: left;
    width: 60%;
  }
  #choose .wm_box .sec_d {
    overflow: hidden;
  }
  #choose .wm_box .sec_d > div:first-child {
    float: left;
    width: 38%;
  }
  #choose .wm_box .sec_d > div:last-child {
    float: right;
    width: 60%;
  }
  #choose .wm_box .c-btn {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
  }


  #choose .wm_box#download .c-btn {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #323232;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 90px;
  }


  #choose .wm_box .c-btn ~ a {
    color: #00959a;
  }
  #choose #form {
    margin-top: 30px;
  }
  #choose #form > div:first-child {
    padding-top: 30px;
    background: #f0efe9;
  }
  #choose #form .mds1 h2 {
    padding: 30px 10px;
    border-top: 3px solid #323232;
    border-bottom: 3px solid #323232;
  }
  #choose #form .mds1 .c-text {
    margin-top: 30px;
  }
  #choose #form .mds1 .c-text small {
    display: inline-block;
    line-height: 1.75;
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  img {
    vertical-align: bottom;
  }
  .sp, .none {
    display: none;
  }
  .container {
    *zoom: 1;
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: auto;
  }
  .container:after {
    content: "";
    display: table;
    clear: both;
  }
  a {
    color: #323232;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.6;
  }
  main {
    padding-top: 72px;
    font-family: proxima-nova, 'Noto Sans JP',sans-serif;
    color: #323232;
  }
  /*
  header {
    width: 100%;
    height: 72px;
    background: #323232;
    position: fixed;
    line-height: 1;
    z-index: 9;
    font-family: proxima-nova, 'Noto Sans JP',sans-serif;
    font-weight: 500;
  }
  header .container {
    max-width: 1120px;
    padding: 0 20px;
  }
  header .logo {
    position: absolute;
    top: 25px;
    left: 20px;
  }
  header .logo img {
    width: 165px;
  }
  header ul {
    float: right;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  header ul li a {
    display: inline-block;
    width: 160px;
    height: 72px;
    color: #797979;
    font-size: 14px;
    padding-top: 30px;
  }
  header ul li a:hover {
    color: #f5f1f0;
    background: #3c3c3c;
  }
   */
  /*
  footer {
    background: #323232;
    line-height: 1;
    font-family: proxima-nova, 'Noto Sans JP',sans-serif;
    font-weight: 500;
  }
  footer #pagetop {
    border-bottom: 1px solid #515151;
    text-align: right;
    padding: 20px 0;
  }
  footer #pagetop a {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
  }
  footer .logo {
    float: left;
    padding: 55px 0;
  }
  footer .logo img {
    width: 302px;
  }
  footer ul {
    float: right;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 70px;
  }
  footer ul li {
    padding-right: 65px;
  }
  footer ul li a {
    color: #cccccc;
    font-size: 14px;
  }
  footer .copyright {
    text-align: center;
    background: #404040;
    color: #666666;
    font-size: 13px;
    padding: 10px;
    letter-spacing: 1px;
  }
  */
  #pagetop_btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
  }
  #pagetop_btn img {
    width: 50px;
  }
  .mds1 {
    padding-bottom: 60px;
    text-align: center;
    letter-spacing: 2px;
  }
  .point_title {
    padding-bottom: 90px;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 60px;
  }
  .point_1st {
    padding-bottom: 90px;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 10px;
  }
  .mds1 i {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
  }
  .mds1 span {
    display: block;
    padding-bottom: 40px;
  }
  .mds1 h1, .mds1 h2, {
    font-size: 33px;
    font-weight: 500;
  }

  .mds2 h2 {
    font-size: 33px;
    font-weight: 500;
    text-align: center;
  }

  #lineup {
    padding: 100px 0 30px;
  }
  #lineup ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #lineup ul li {
    width: calc(25% - 5px);
    max-width: 250px;
    padding-bottom: 70px;
  }
  #lineup ul li .t1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  #lineup ul li .t2 {
    border: 1px solid #c2c1c1;
    margin-bottom: 20px;
    padding: 15px 0;
  }
  #lineup ul li .t2 img {
    width: 100%;
  }
  #lineup ul li .t3 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1px;
    height: 70px;
  }
  #lineup ul li .t4 {
    padding-bottom: 20px;
  }
  #lineup ul li .t4 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #lineup ul li .t4 a:hover {
    background: #ddd;
  }
  #lineup ul li .t5 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #323232;
    color: #fff;
  }
  #kijilist {
    padding: 100px 0;
  }
  #kijilist ul {
    width: 800px;
    margin: auto;
    border-top: 1px solid #c2c1c1;
    border-bottom: 1px solid #c2c1c1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
  }
  #kijilist ul li {
    width: 32%;
    padding-bottom: 20px;
    line-height: 1.4;
    text-align: center;
  }
  #kijilist ul li a {
    display: block;
  }
  #kijilist ul li a img {
    width: 100%;
    margin-bottom: 10px;
  }
  #aboutroland {
    background: #f0efe9;
    padding: 100px 0;
    padding-bottom: 0px;
  }
  #aboutroland .c-text {
    text-align: center;
  }
  #soudan {
    position: relative;
    padding-top: 100px;
  }
  #soudan .container {
    padding-bottom: 100px;
    /*border-bottom: 1px solid #c2c1c1;*/
  }
  #soudan ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    text-align: center;
    font-weight: 500;
  }
  #soudan ul li {
    width: calc(50% - 29px);
  }
  #soudan ul li .t1 a {
    display: block;
    position: relative;
    border: 7px solid #f0efe9;
  }
  #soudan ul li .t1 a:hover {
    -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
            transform: scale(0.97);
    opacity: 0.9;
  }
  #soudan ul li .t1 a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(50, 50, 50, 0.5);
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 30px 0;
  }
  #soudan ul li .t2 {
    text-align: left;
    font-weight: 400;
    padding: 20px 0 30px;
  }
  #soudan ul li .t3 {
    width: 320px;
    margin: auto;
  }
  #soudan ul li .t3 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #soudan ul li .t3 a:hover {
    background: #ddd;
  }
  #form_button {
    position: relative;
    padding-top: 50px;
	background: #f0efe9;
  }
  #form_button .container {
    padding-bottom: 100px;
    /*border-bottom: 1px solid #c2c1c1;*/
  }
  #form_button ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    text-align: center;
    font-weight: 500;
	justify-content: space-around;
  }
  #form_button ul li {
    width: calc(50% - 29px);
  }
  #soudan ul li .t2 {
    text-align: left;
    font-weight: 400;
    padding: 20px 0 30px;
  }
  #form_button ul li .t3 {
    width: 320px;
    margin: auto;
  }
  #form_button ul li .t3 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #form_button ul li .t7 a:hover {
    background: #ddd;
  }
  .mainimg {
    position: relative;
    color: #fff;
  }
  .mainimg .title {
    font-size: 45px;
    line-height: 1.5;
    position: absolute;
    top: calc(43% - 30px);
    left: calc(50% - 540px);
    letter-spacing: 3px;
  }
  .pankuzu {
    position: absolute;
    top: 560px;
    left: calc(50% - 540px);
    font-size: 13px;
    color: #fff;
  }
  .pankuzu a {
    color: #fff;
  }
  .pankuzu .home {
    background: url("/jp/lp/myfirstpiano/images/home.png") no-repeat left top;
    background-size: 18px auto;
    padding-left: 25px;
  }
  .bnr {
    width: 700px;
    margin: auto;
    padding-top: 70px;
  }
  .bnr_mid {
    width: 90%;
    margin: auto;
    padding-top: 70px;
  }
  .bnr_mid .caption {
    margin: 0 auto;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    color: #FF8528;
  }
  .bnr a {
    display: block;
    border: 7px solid #f0efe9;
  }
  #qa #zone1 .pic,
  #recommend #zone1 dt, #recommend .point_wrap .comment_box {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translate(0px, 30px);
        -ms-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  #qa #zone1 .pic.on,
  #recommend #zone1 dt.on, #recommend .point_wrap .comment_box.on {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  #toppage #recommend li,
  #toppage #qa li,
  #lineup li,
  #soudan li,
  #kijilist li {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translate(0px, 30px);
        -ms-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  #toppage #recommend li:nth-child(4n-3),
  #toppage #qa li:nth-child(4n-3),
  #lineup li:nth-child(4n-3),
  #soudan li:nth-child(4n-3),
  #kijilist li:nth-child(4n-3) {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
  }
  #toppage #recommend li:nth-child(4n-2),
  #toppage #qa li:nth-child(4n-2),
  #lineup li:nth-child(4n-2),
  #soudan li:nth-child(4n-2),
  #kijilist li:nth-child(4n-2) {
    -webkit-transition: 1s 0.4s;
    transition: 1s 0.4s;
  }
  #toppage #recommend li:nth-child(4n-1),
  #toppage #qa li:nth-child(4n-1),
  #lineup li:nth-child(4n-1),
  #soudan li:nth-child(4n-1),
  #kijilist li:nth-child(4n-1) {
    -webkit-transition: 1s 0.6s;
    transition: 1s 0.6s;
  }
  #toppage #recommend li:nth-child(4n),
  #toppage #qa li:nth-child(4n),
  #lineup li:nth-child(4n),
  #soudan li:nth-child(4n),
  #kijilist li:nth-child(4n) {
    -webkit-transition: 1s 0.8s;
    transition: 1s 0.8s;
  }
  #toppage #recommend li.on,
  #toppage #qa li.on,
  #lineup li.on,
  #soudan li.on,
  #kijilist li.on {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  #qa .mainimg {
    background: url("qa/images/main.jpg") no-repeat center center;
    background-size: cover;
    height: 525px;
  }
  #qa #zone1 {
    padding-top: 100px;
  }
  #qa #zone1 .question {
    background: url("qa/images/q.png") no-repeat left 50px center;
    background-size: 60px;
    border: 1px solid #c2c1c1;
    padding: 35px 0;
    position: relative;
    margin-bottom: 40px;
  }
  #qa #zone1 .question::before {
    content: "";
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    left: 150px;
    border-right: 1px solid #c2c1c1;
  }
  #qa #zone1 .question h1 {
    font-size: 30px;
    font-weight: 500;
    padding-left: 195px;
  }
  #qa #zone1 h2 {
    font-size: 23px;
    font-weight: 500;
    padding-bottom: 20px;
  }
  #qa #zone1 .c-text {
    padding-bottom: 65px;
  }
  #recommend.page1 .mainimg {
    background: url("../images/main.jpg") no-repeat center center;
    background-size: cover;
    height: 525px;
  }
  #recommend.page2 .mainimg {
    background: url("recommend/02/images/main.jpg") no-repeat center center;
    background-size: cover;
    height: 525px;
  }
  #recommend.page3 .mainimg {
    background: url("recommend/03/images/main.jpg") no-repeat center center;
    background-size: cover;
    height: 525px;
  }
  #recommend.page4 .mainimg {
    background: url("recommend/04/images/main.jpg") no-repeat center center;
    background-size: cover;
    height: 525px;
  }
  #recommend #lead_box {
    background: #f0efe9;
    padding: 100px 0;
  }
  #recommend #lead_box .c-text {
    text-align: center;
  }
  #recommend .point_section {
    position: relative;
    margin: 0 auto;
  }
  #recommend .point_section .point_back {
    background-repeat: no-repeat;
    background-image: url("../images/point_back.jpg");
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: 30%;
  }
  #recommend .point_section .point_wrap {
    margin: 0 auto;
    margin-left: 0;
    position: relative;
    padding-top: 70px;
    text-align: left;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 70px;
    background-color: #fff8f8;
    width: 50%;
  }
  #recommend .point_section .name {
    margin: 0 auto;
    margin-left: 7%;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 2px;
  }
  #recommend .point_section .section_title {
    margin: 0 auto;
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-left: 7%;
    line-height: 1.5;
    position: relative;
  }
  #recommend .point_section .section_title:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
  }
  #recommend .point_section .s_box {
    margin: 0 auto;
    margin-bottom: 5px;
    padding-bottom: 9px;
    margin-left: 7%;
    border-bottom: 1px dotted #eac6c6;
  }
  #recommend .point_section .s_box .comment {
    margin: 0 auto;
    font-size: 20px;
    position: relative;
    padding-left: 25px;
  }
  #recommend .point_section .s_box .comment:before {
    content: "◎";
    position: absolute;
    width: 20px;
    height: 2px;
    /* background-color: #ffbaba; */
    left: 0;
    /* top: 15px; */
  }
  #recommend .point_section .s_box .comment .color {
    color: #ff7c2d;
    font-weight: 500;
  }
  #recommend #zone1 {
    padding: 100px 0 30px;
  }
  #recommend #zone1 h3 {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 20px;
    line-height: 1;
  }
  #recommend #zone1 dl {
    position: relative;
  }
  #recommend #zone1 dl dt {
    position: absolute;
    top: 0;
  }
  #recommend #zone1 dl dt img {
    width: 710px;
  }
  #recommend #zone1 dl dd {
    width: 510px;
    min-height: 415px;
  }
  #recommend #zone1 .sec_a {
    padding-bottom: 70px;
  }
  #recommend #zone1 .sec_a dt {
    left: calc(50% - 745px);
  }
  #recommend #zone1 .sec_a dd {
    margin-left: 575px;
  }
  #recommend #zone1 .sec_b {
    padding-bottom: 70px;
  }
  #recommend #zone1 .sec_b dt {
    right: calc(50% - 745px);
  }
  #recommend #zone2 .container {
    /* border: 1px solid #c2c1c1; */
  }
  #recommend #zone2 .container::before {
    content: "";
    height: 220px;
    position: absolute;
    top: calc(50% - 110px);
    left: 415px;
    border-right: 1px solid #c2c1c1;
  }
  #recommend #zone2 .container .t1 {
    padding-left: 50px;
  }
  #recommend #zone2 .container .t1 img {
    width: 295px;
  }
  #recommend #zone2 .container .t2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 1px;
    position: absolute;
    top: 70px;
    left: 485px;
  }
  #recommend #zone2 .container .t3 {
    position: absolute;
    top: 105px;
    left: 485px;
  }
  #recommend #zone2 .container .t4 {
    position: absolute;
    top: 150px;
    left: 485px;
    width: 250px;
  }
  #recommend #zone2 .container .t4 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
  }
  #recommend #zone2 .container .t4 a:hover {
    background: #ddd;
  }
  #recommend #zone2 .container .t5 {
    position: absolute;
    top: 150px;
    left: 765px;
    width: 250px;
  }
  #recommend #zone2 .container .t5 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #323232;
    color: #fff;
  }
  #recommend #zone2 .container .t6 {
    position: absolute;
    top: 220px;
    left: 485px;
  }
  #recommend #zone2 .container .t6 a {
    text-decoration: underline;
    font-weight: 700;
  }
  #recommend #zone2 .text_wrapper {
    position: relative;
    text-align: center;
  }
  #recommend #zone2 .text_wrapper .text {
    height: 650px;
    overflow: hidden;
    margin: 0 auto;
    width: 90%;
  }
  #recommend #zone2 .text_wrapper .show_more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 80px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(70%, #fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 70%);
    cursor: pointer;
    -webkit-transition: bottom .2s;
    transition: bottom .2s;
  }
  #recommend #zone2 .text_wrapper .show_more span {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
    padding: 15px;
    cursor: pointer;
  }
  #recommend #zone2 .text_wrapper .show_more i {
    background: url(https://www.roland.com/jp/lp/myfirstpiano/recommend/hp704/images/acmark.png) no-repeat left center;
    background-size: 22px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
  }
  #recommend #zone2 .text_wrapper table {
    display: inline-block;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #recommend #zone2 .text_wrapper table td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 140px;
    padding: 5px 2px;
    font-size: 12px;
    line-height: 1.2;
  }
  #recommend #zone2 .text_wrapper table td strong {
    font-weight: 700;
    font-size: 24px;
  }
  #recommend #zone2 .text_wrapper table .c1 {
    background: #f0f1f2;
    width: 16%;
    text-align: center;
  }
  #recommend #zone2 .text_wrapper table .c2 {
    background: #fffff0;
    width: 42%;
  }
  #recommend #zone2 .text_wrapper table .c3 {
    background: #fff1ea;
    width: 42%;
  }
  #recommend #zone2 .text_wrapper table .icon {
    display: block;
    padding-bottom: 10px;
  }
  #recommend #zone2 .text_wrapper table .icon img {
    width: 43px;
  }
  #recommend #zone2 .text_wrapper table .icon img.app {
    width: 115px;
  }
  #recommend #zone3 {
    position: relative;
    padding: 100px 0;
  }
  #recommend #zone3::after {
    content: '';
    display: block;
    background: #f0efe9;
    width: 100%;
    height: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .osulist {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .osulist li {
    width: calc(50% - 30px);
    max-width: 500px;
  }
  .osulist li .t1 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  .osulist li .t1 i {
    font-size: 18px;
    margin-left: 20px;
  }
  .osulist li .t2 {
    border: 1px solid #c2c1c1;
    margin-bottom: 30px;
    padding: 0 30px;
    background: #fff;
  }
  .osulist li .t2 img {
    width: 100%;
  }
  .osulist li .t3 {
    width: 300px;
    margin: auto;
    padding-bottom: 20px;
  }
  .osulist li .t3 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
  }
  .osulist li .t3 a:hover {
    background: #fff;
  }
  .osulist li .t4 {
    width: 300px;
    margin: auto;
  }
  .osulist li .t4 a {
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid #323232;
    background: #323232;
    color: #fff;
  }
  #toppage .mainimg {
    background: url("images/main.jpg") no-repeat center center;
    background-size: cover;
    height: 650px;
  }
  #toppage #zone1 {
    background: #f0efe9;
    padding: 100px 0;
  }
  #toppage #zone1 .c-text {
    text-align: center;
  }
  #toppage #recommend {
    position: relative;
    padding: 100px 0 50px;
  }
  #toppage #recommend .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 285px;
    background: #f0efe9;
    z-index: -1;
  }
  #toppage #recommend ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    text-align: center;
    font-weight: 500;
  }
  #toppage #recommend ul li {
    width: calc(50% - 29px);
    padding-bottom: 50px;
  }
  #toppage #recommend ul li a {
    display: block;
    position: relative;
    border: 7px solid #f0efe9;
  }
  #toppage #recommend ul li a:hover {
    -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
            transform: scale(0.97);
    opacity: 0.9;
  }
  #toppage #recommend ul li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(50, 50, 50, 0.5);
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 30px 0;
  }
  #toppage #qa {
    padding: 100px 0 0;
  }
  #toppage #qa .bg {
    background: url("images/bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 100px 0 58px;
  }
  #toppage #qa ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    text-align: center;
    font-weight: 500;
  }
  #toppage #qa ul li {
    width: calc(50% - 22px);
    padding-bottom: 42px;
  }
  #toppage #qa ul li a {
    display: block;
    background: rgba(50, 50, 50, 0.55);
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 50px 0;
  }
  #toppage #qa ul li a:hover {
    -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
            transform: scale(0.97);
    opacity: 0.9;
  }
  #choose main {
    padding-top: 1px;
  }
  #choose .mainimg {
    margin-top: 71px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
  }
  #choose .mainimg img {
    width: 48%;
    max-width: 501px;
  }
  #choose .mainimg .title {
    color: #323232;
    text-align: left;
    padding-left: 1em;
    font-size: 60px;
    top: calc(43% - 100px);
  }
  #choose .pankuzu {
    color: #323232;
  }
  #choose .pankuzu a {
    color: #323232;
  }
  #choose .pankuzu .home {
    background-image: url(/jp/lp/myfirstpiano/images/home_sp.png);
  }
  #choose .mds1 {
    padding-bottom: 30px;
  }
  #choose .mds1 h1 {
    font-size: 26px;
    padding-top: 20px;
  }
  #choose .mds1 span {
    padding-bottom: 0;
  }
  #choose #lead_box {
    background: #f0efe9;
    padding: 30px 50px;
  }
  #choose #lead_box .c-text {
    text-align: center;
  }
  #choose .wm_box {
    padding: 40px 0 90px;
  }
  #choose .wm_box .mds1 {
    padding-bottom: 20px;
  }
  #choose .wm_box .mds1 h2 {
    position: relative;
    text-align: center;
    padding-top: 90px;
  }
  #choose .wm_box .mds1 h2 img {
    position: absolute;
    width: 141px;
    height: auto;
    left: -60px;
    top: 0;
  }
  #choose .wm_box .mds1 ~ .c-text {
    padding-right: 30px;
  }
  #choose .wm_box .sec_a {
    overflow: hidden;
    padding-left: 60px;
  }
  #choose .wm_box .sec_a > div:first-child {
    float: left;
    width: 60%;
  }
  #choose .wm_box .sec_a > div:last-child {
    float: right;
    width: 40%;
  }
  #choose .wm_box .sec_b {
    overflow: hidden;
  }
  #choose .wm_box .sec_b > div:first-child {
    float: right;
    width: 70%;
    padding-left: 60px;
  }
  #choose .wm_box .sec_b > div:last-child {
    float: left;
    width: 30%;
  }
  #choose .wm_box .sec_c {
    overflow: hidden;
    margin-top: 10px;
  }
  #choose .wm_box .sec_c > div:first-child {
    float: right;
    width: 50%;
    text-align: right;
  }
  #choose .wm_box .sec_c > div:first-child img {
    max-width: 321px;
  }
  #choose .wm_box .sec_c > div:last-child {
    float: left;
    width: 44%;
    padding-top: 30px;
  }
  #choose .wm_box .sec_d {
    overflow: hidden;
    margin-top: 50px;
  }
  #choose .wm_box .sec_d > div:first-child {
    float: left;
    width: 38%;
    text-align: center;
  }
  #choose .wm_box .sec_d > div:first-child img {
    max-width: 201px;
  }
  #choose .wm_box .sec_d > div:last-child {
    float: right;
    width: 50%;
  }


 #choose .wm_box .sec_f {
    overflow: hidden;
    margin-top: 50px;
  }
  #choose .wm_box .sec_f > div:first-child {
    float: left;
    width: 38%;
    text-align: center;
  }
  #choose .wm_box .sec_f > div:first-child img {
    max-width: 201px;
  }
  #choose .wm_box .sec_f > div:last-child {
    margin: auto;
  }


  #choose .wm_box .c-btn {
    border-radius: 25px;
    font-size: 2rem;
    font-weight: 500;
    border: 2px solid #323232;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #choose .wm_box .c-btn:hover {
    background: #ddd;
  }
  #choose .wm_box .c-btn ~ a {
    display: block;
    color: #00959a;
    text-align: center;
    font-size: 1.6rem;
  }



  #choose .wm_box#point1 .sec_a > div:last-child {
    padding-top: 50px;
    text-align: right;
  }
  #choose .wm_box#point1 .sec_a > div:last-child img {
    max-width: 401px;
  }
  #choose .wm_box#point2 .sec_b > div:last-child {
    padding-top: 150px;
    text-align: center;
  }
  #choose .wm_box#point2 .sec_b > div:last-child img {
    max-width: 301px;
  }
  #choose .wm_box#point3 .sec_a > div:first-child {
    width: 66%;
  }
  #choose .wm_box#point3 .sec_a > div:last-child {
    width: 30%;
    padding-top: 150px;
    text-align: right;
  }
  #choose .wm_box#point3 .sec_a > div:last-child img {
    max-width: 301px;
  }
  #choose .wm_box#point3 .sec_c {
    width: 80%;
    margin-top: 30px;
  }
  #choose .wm_box#point3 .sec_c > div:first-child {
    width: 42%;
    text-align: center;
  }
  #choose .wm_box#point3 .sec_c > div:first-child img {
    max-width: 131px;
  }
  #choose .wm_box#point3 .sec_c > div:last-child {
    width: 57%;
    padding-top: 0;
  }
  #choose .wm_box#point4 .sec_b > div:first-child {
    width: 45%;
  }
  #choose .wm_box#point4 .sec_b > div:last-child {
    width: 54%;
    padding-top: 150px;
    background: #fff;
  }
  #choose .wm_box#point4 .sec_d {
    margin-top: 20px;
  }
  #choose .wm_box#point4 .sec_d > div:first-child {
    width: 27%;
  }
  #choose .wm_box#point4 .sec_d > div:last-child {
    width: 72%;
  }



  #choose .wm_box#download .sec_f {
    margin-top: 30px;
  }
  #choose .wm_box#download .sec_f > div:first-child {
    width: 27%;
  }
  #choose .wm_box#download .sec_f > div:last-child {
    width: 40%;
  }


 #choose .wm_box#download .c-btn {
    border-radius: 25px;
    font-size: 2rem;
    font-weight: 500;
    border: 2px solid #323232;
    background: #323232;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  /*#choose .wm_box#download .c-btn:hover {
    background: #ddd;
  }
  #choose .wm_box#download .c-btn ~ a {
    display: block;
    color: #00959a;
    text-align: center;
    font-size: 1.6rem;
  }*/


  #choose #form {
    margin-top: 30px;
  }
  #choose #form > div:first-child {
    padding-top: 30px;
    background: #f0efe9;
  }
  #choose #form .container {
    max-width: 960px;
  }
  #choose #form .mds1 {
    padding-bottom: 20px;
  }
  #choose #form .mds1 h2 {
    padding: 40px 10px;
    border-top: 3px solid #323232;
    border-bottom: 3px solid #323232;
  }
  #choose #form .mds1 .c-text {
    margin-top: 30px;
  }
  #choose #form .mds1 .c-text small {
    display: inline-block;
    line-height: 1.75;
    margin-top: 5px;
  }
}
