@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese";
/* common */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #323232;
  font-family: proxima-nova, "Noto Sans JP", sans-serif; }

.c-container {
  max-width: 1120px;
  padding: 0 20px; }

.c-card .c-btn {
  border-radius: 8px; }

.c-btn__inner {
  color: #fff;
  font-weight: 500; }

@media screen and (min-width: 768px) {
  body {
    min-width: 768px; }
  .l-main {
    margin-top: 72px; }
  .c-hero__title-main .c-hero__title-inner {
    padding: 20px 40px;
    border-radius: 2.4rem;
    background: rgba(240, 239, 239, 0.8);
    font-size: 3.6rem; }
  .c-headline {
    letter-spacing: 2px; }
  .c-headline--01 {
    width: 85%;
    margin: 0 auto 40px;
    font-size: 3.3rem; }
  .c-btn--small {
    max-width: 100%; }
  .c-btn__inner {
    display: inline-block;
    padding: 0 1em; } }

@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 60px; }
  .c-hero__title-main .c-hero__title-inner {
    padding: 20px;
    background: #f0efef; }
  .c-headline {
    letter-spacing: 1px; }
  .c-headline--02 {
    font-size: 1.8rem;
    text-align: center; }
  .c-btn--small {
    max-width: 100%; }
  .c-card--parallel:not(:last-child) {
    margin-bottom: 20px; } }

/* hero */
.c-hero__image {
  background: no-repeat center center;
  background-size: cover;
  height: 600px; }
  .c-hero__image--top {
    height: 800px;
    background-image: url("/jp/lp/vdrums_for_child/images/hero.jpg"); }
  .c-hero__image--qa {
    background-image: url("/jp/lp/vdrums_for_child/qa/images/hero.jpg"); }
  .c-hero__image--qa01 {
    background-image: url("/jp/lp/vdrums_for_child/qa/01/images/hero.jpg"); }
  .c-hero__image--qa02 {
    background-image: url("/jp/lp/vdrums_for_child/qa/02/images/hero.jpg"); }
  .c-hero__image--qa03 {
    background-image: url("/jp/lp/vdrums_for_child/qa/03/images/hero.jpg"); }
  .c-hero__image--qa04 {
    background-image: url("/jp/lp/vdrums_for_child/qa/04/images/hero.jpg"); }
  .c-hero__image--qa05 {
    background-image: url("/jp/lp/vdrums_for_child/qa/05/images/hero.jpg"); }
  .c-hero__image--qa06 {
    background-image: url("/jp/lp/vdrums_for_child/qa/06/images/hero.jpg"); }
  .c-hero__image--vdrums {
    background-image: url("/jp/lp/vdrums_for_child/vdrums/images/hero.jpg"); }
  @media screen and (max-width: 767px) {
    .c-hero__image {
      height: 400px; }
      .c-hero__image--top {
        height: 450px; } }

/* hero ttl */
@media screen and (max-width: 767px) {
  .c-hero__title.c-inview {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); } }

/* card */
@media screen and (min-width: 768px) {
  .c-card--parallel .c-card__thumb {
    width: 47.5%; }
  .c-card--parallel .c-card__info {
    width: 47.5%; } }

/* grid-card */
.c-grid__col {
  padding: 30px;
  border-radius: 8px;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .c-grid__col {
      padding: 20px; } }

/* separator */
.c-border {
  margin: 60px 0; }

/* pc navi */
.prlp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100; }

.prlp-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 20px; }

.prlp-logo {
  width: 165px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .prlp-logo:hover {
    opacity: 0.7; }

.prlp-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .prlp-nav-link > li > a {
    display: inline-block;
    height: 72px;
    padding: calc((72px - 1.4rem) / 2) 40px;
    color: #333;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .prlp-nav-link > li > a:hover {
      background-color: #f0f1f2; }

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .prlp-nav-link > li > a {
    padding: calc((72px - 1.4rem) / 2) 20px; } }

@media screen and (max-width: 767px) {
  .prlp-nav {
    display: none; }
  .l-main {
    margin-top: 60px; } }

/* smp navi */
.prlp-smp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100; }

.prlp-smp-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 15px; }

.prlp-smp-logo {
  width: calc(400px / 3);
  height: 20px; }
  .prlp-smp-logo > img {
    width: 100%;
    height: 100%; }

.prlp-smp-nav-btn {
  width: 20px;
  height: 20px;
  background-image: url("/jp/lp/vdrums_for_child/common/images/smp_btn_menu.png");
  background-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .prlp-smp-nav-btn--close {
    background-image: url("/jp/lp/vdrums_for_child/common/images/smp_btn_close.png"); }

.prlp-smp-nav-link {
  position: absolute;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .prlp-smp-nav-link--add {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 100; }

.prlp-smp-nav-link > li {
  border-top: 1px solid #ccc; }
  .prlp-smp-nav-link > li:last-of-type {
    border-bottom: 1px solid #ccc; }
  .prlp-smp-nav-link > li > a {
    display: block;
    padding: 15px;
    color: #333;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 2px; }

@media screen and (min-width: 768px) {
  .prlp-smp-nav {
    display: none;
    visibility: hidden; } }

/* totop navi */
.prlp-totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .prlp-totop--add {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .prlp-totop > img {
    width: 50px;
    height: 50px; }
  .prlp-totop:hover {
    cursor: pointer; }

/* footer */
.prlp-footer {
  margin-top: 170px;
  padding: 0;
  background-color: #626262;
  font-weight: 500;
  font-family: proxima-nova, "Noto Sans JP", sans-serif; }

.prlp-footer-btn {
  margin-top: -20px;
  text-align: center; }
  .prlp-footer-btn > img {
    width: 80px;
    margin-top: -20px; }
    .prlp-footer-btn > img:hover {
      cursor: pointer; }

.prlp-footer-contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding: 50px 0;
  border-top: 1px solid #797979; }

.prlp-footer-logo > a > img {
  width: 300px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .prlp-footer-logo > a > img:hover {
    opacity: 0.7; }
  @media screen and (min-width: 768px) and (max-width: 1080px) {
    .prlp-footer-logo > a > img {
      width: 220px; } }

.prlp-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .prlp-footer-nav > li {
    padding: 20px; }
    .prlp-footer-nav > li > a {
      color: #ccc;
      font-size: 1.4rem;
      line-height: 1;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .prlp-footer-nav > li > a:hover {
        opacity: 0.7; }

.prlp-footer-sns .c-social__list {
  text-align: right; }

.prlp-footer-sns .c-social__item {
  width: 40px; }
  .prlp-footer-sns .c-social__item > a {
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .prlp-footer-sns .c-social__item > a:hover {
      opacity: 0.7; }

.prlp-footer-copy {
  margin-top: 50px;
  padding: 10px;
  background: #5d5d5d;
  color: #919191;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 1px; }

@media screen and (max-width: 767px) {
  .prlp-footer {
    margin-top: 80px; }
  .prlp-footer-contents-wrapper {
    display: block;
    text-align: center;
    padding: 30px 0 0; }
  .prlp-footer-logo > a > img {
    width: 220px; }
  .prlp-footer-nav {
    display: block;
    width: 240px;
    margin: 30px auto; }
    .prlp-footer-nav > li {
      padding: 0;
      border-top: 1px solid #818181; }
      .prlp-footer-nav > li:last-of-type {
        border-bottom: 1px solid #818181; }
      .prlp-footer-nav > li > a {
        display: block;
        padding: 20px 0; }
  .prlp-footer-sns .c-social__list {
    text-align: center; } }

/* パンくずリスト */
.list-structure > a {
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .list-structure > a:hover {
    opacity: 0.7; }

.list-structure > * + *::before {
  content: "\0020＞\0020"; }

@media screen and (min-width: 768px) {
  .list-structure {
    position: absolute;
    bottom: 1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
    max-width: 1080px;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5; }
    .list-structure > * {
      color: #fff; }
  .list-structure > a:link, .list-structure > a:visited, .list-structure > a:hover, .list-structure > a:active {
    color: #fff; }
  .list-structure > a:first-of-type {
    padding-left: 25px;
    background: url("/jp/lp/vdrums_for_child/common/images/icon_home.png") no-repeat left top;
    background-size: 18px auto; } }

@media screen and (max-width: 767px) {
  .list-structure {
    width: 100%;
    padding: 5px 15px;
    background: #f0efe9;
    color: #323232;
    font-size: 1.1rem; }
  .list-structure > a:link, .list-structure > a:visited, .list-structure > a:hover, .list-structure > a:active {
    color: #323232; }
  .list-structure > a:first-of-type {
    padding-left: 20px;
    background: url("/jp/lp/vdrums_for_child/common/images/icon_home_black.png") no-repeat left top;
    background-size: 15px auto; } }

.prlp-desc {
  max-width: 980px;
  margin: 0 auto; }

.prlp-border {
  margin-top: 0; }

.prlp-txt-link {
  padding: 0 5px;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .prlp-txt-link:hover {
    opacity: 0.7; }

.prlp-txt-caution {
  color: #666;
  font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    .prlp-txt-caution {
      font-size: 1.2rem; } }

.prlp-btn {
  margin: 0 auto;
  text-align: center; }
  .prlp-btn .c-btn {
    display: inline-block;
    position: relative;
    width: auto;
    border-radius: 8px;
    font-weight: 500;
    font-size: 2rem;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .prlp-btn .c-btn:hover {
      opacity: 0.7; }
    @media screen and (max-width: 767px) {
      .prlp-btn .c-btn {
        font-size: 1.6rem; } }

/* nextbox */
.prlp-wrapper-nextbox .c-container {
  max-width: 1080px;
  padding: 40px;
  border: 5px solid #dfdfdf;
  border-radius: 8px;
  background-color: #ffffe0; }
  @media screen and (max-width: 767px) {
    .prlp-wrapper-nextbox .c-container {
      border-width: 3px; } }

.prlp-wrapper-nextbox {
  margin-top: 80px;
  padding: 40px; }

.prlp-wrapper-nextbox .c-card__thumb {
  width: 30%; }

.prlp-wrapper-nextbox .c-card__info {
  width: 65%; }

.prlp-btn--next .c-btn {
  min-width: 500px;
  padding-left: 50px;
  padding-right: 50px; }
  .prlp-btn--next .c-btn::after {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("/jp/lp/vdrums_for_child/common/images/icon_arrow.png");
    background-size: cover;
    content: ""; }

@media screen and (max-width: 767px) {
  .prlp-wrapper-nextbox .c-container {
    padding: 20px; }
  .prlp-wrapper-nextbox {
    margin-top: 20px;
    padding: 20px; }
  .prlp-wrapper-nextbox .c-card__thumb,
  .prlp-wrapper-nextbox .c-card__info {
    width: 100%; }
  .prlp-btn--next .c-btn {
    width: 100%;
    min-width: auto;
    padding-left: 10px;
    padding-right: 20px; }
    .prlp-btn--next .c-btn::after {
      right: 5px;
      width: 15px;
      height: 15px; } }

/* campaign link */
.prlp-wrapper-campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1320px;
  margin-top: 100px; }

.prlp-wrapper-campaign > h3.c-headline.c-headline--02 {
  width: 100%;
  padding-bottom: 50px;
  text-align: center; }

.prlp-campaign-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%; }
  .prlp-campaign-card div + div {
    margin-left: 20px; }

.prlp-campaign-thumb {
  width: 45%; }

.prlp-campaign-thumb-wrapper {
  border: 1px solid #dfdfdf;
  overflow: hidden; }
  .prlp-campaign-thumb-wrapper > a > img {
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .prlp-campaign-thumb-wrapper > a > img:hover {
      opacity: 0.7; }
    .prlp-campaign-thumb-wrapper > a > img:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }

.prlp-campaign-info {
  width: 47.5%; }
  .prlp-campaign-info > .c-headline {
    margin-bottom: 0.7rem;
    font-size: 1.4rem;
    text-align: center; }
  .prlp-campaign-info .prlp-campaign-info-ttl {
    font-size: 1.8rem; }
  .prlp-campaign-info > .c-text {
    font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  .prlp-wrapper-campaign {
    margin-top: 50px; }
  .prlp-wrapper-campaign > h3.c-headline.c-headline--02 {
    padding-bottom: 10px; }
  .prlp-campaign-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    .prlp-campaign-card div + div {
      margin-left: 0; }
  .prlp-campaign-card + .prlp-campaign-card {
    margin-top: 50px; }
  .prlp-campaign-thumb {
    width: 70%; }
  .prlp-campaign-info {
    width: 100%;
    margin-top: 15px; }
    .prlp-campaign-info > .c-headline {
      margin: 0 auto 15px; } }

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .prlp-wrapper-campaign {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 50px; }
  .prlp-campaign-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 47.5%; }
    .prlp-campaign-card div + div {
      margin-left: 0; }
  .prlp-campaign-card + .prlp-campaign-card {
    margin-top: 0; }
  .prlp-campaign-thumb {
    width: 70%; }
  .prlp-campaign-info {
    width: 100%;
    margin-top: 15px; }
    .prlp-campaign-info > .c-headline {
      margin: 0 auto 15px; } }

/* campaign bnr */
.prlp-bnr-campaign > a {
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .prlp-bnr-campaign > a:hover {
    opacity: 0.7; }

.prlp-bnr-campaign.prlp-bnr-campaign--pc {
  max-width: 728px;
  margin: 100px auto 0;
  border: 5px solid #dfdfdf; }
  @media screen and (max-width: 767px) {
    .prlp-bnr-campaign.prlp-bnr-campaign--pc {
      display: none; } }

.prlp-bnr-campaign.prlp-bnr-campaign--smp {
  display: none; }
  @media screen and (max-width: 767px) {
    .prlp-bnr-campaign.prlp-bnr-campaign--smp {
      display: block;
      width: 70%;
      margin: 50px auto 20px; } }

/* sectionQaLink */
.prlp-qalink {
  max-width: 800px;
  margin: 40px auto; }

.prlp-qalink > li {
  border-top: 1px solid #dfdfdf;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .prlp-qalink > li:hover {
    opacity: 0.7; }
  .prlp-qalink > li:last-of-type {
    border-bottom: 1px solid #dfdfdf; }

.prlp-qalink > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0; }
  .prlp-qalink > li > a > p {
    padding-left: 40px;
    font-weight: 500;
    font-size: 2.2rem; }

.prlp-qalink-tmb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  opacity: 0.7; }
  .prlp-qalink-tmb--01 {
    background-image: url("/jp/lp/vdrums_for_child/qa/images/img_article_01.jpg"); }
  .prlp-qalink-tmb--02 {
    background-image: url("/jp/lp/vdrums_for_child/qa/images/img_article_02.jpg"); }
  .prlp-qalink-tmb--03 {
    background-image: url("/jp/lp/vdrums_for_child/qa/images/img_article_03.jpg"); }
  .prlp-qalink-tmb--04 {
    background-image: url("/jp/lp/vdrums_for_child/qa/images/img_article_04.jpg"); }
  .prlp-qalink-tmb--05 {
    background-image: url("/jp/lp/vdrums_for_child/qa/images/img_article_05.jpg"); }
  .prlp-qalink-tmb--06 {
    background-image: url("/jp/lp/vdrums_for_child/qa/images/img_article_06.jpg"); }

@media screen and (max-width: 767px) {
  .prlp-qalink {
    width: 100%;
    margin: 20px auto; }
  .prlp-qalink > li > a {
    padding: 10px; }
    .prlp-qalink > li > a > p {
      width: calc(100% - 80px);
      padding-left: 10px;
      font-size: 1.6rem; }
  .prlp-qalink-tmb {
    width: 80px;
    height: 80px; } }

.prlp-qalink-btn-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0 50px; }

.prlp-btn--reqa .c-btn {
  padding: 10px 15px 7px 10px;
  border: 2px solid #323232; }
  @media screen and (max-width: 767px) {
    .prlp-btn--reqa .c-btn {
      width: auto;
      padding: 10px 10px 7px;
      font-size: 1.5rem; } }

.prlp-btn--top .c-btn {
  margin-top: 50px;
  padding: 5px;
  border: none;
  border-bottom: 2px solid #323232;
  border-radius: 0;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .prlp-btn--top .c-btn {
      width: auto; } }

/* qa06 */
.prlp-btn--melodics {
  margin-top: 20px;
  text-align: right; }
  .prlp-btn--melodics .c-btn {
    width: auto;
    padding-left: 10px;
    padding-right: 10px; }

/* vdrums */
.prlp-vdrums.c-container {
  max-width: 720px; }
  .prlp-vdrums.c-container .c-card {
    padding: 30px;
    border-radius: 8px;
    background-color: #fff; }
    .prlp-vdrums.c-container .c-card + .c-card {
      margin-top: 100px; }
  .prlp-vdrums.c-container .c-headline--02,
  .prlp-vdrums.c-container .c-headline--03 {
    text-align: center; }
  .prlp-vdrums.c-container .c-card__thumb,
  .prlp-vdrums.c-container .c-card__info {
    max-width: 680px; }
  .prlp-vdrums.c-container .c-card__thumb {
    position: relative;
    overflow: hidden; }
    .prlp-vdrums.c-container .c-card__thumb > a > img {
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .prlp-vdrums.c-container .c-card__thumb > a > img:hover {
        opacity: 0.7; }
      .prlp-vdrums.c-container .c-card__thumb > a > img:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }

@media screen and (max-width: 767px) {
  .prlp-vdrums.c-container .c-card {
    padding: 20px; }
  .prlp-vdrums.c-container .c-headline--02 {
    font-size: 1.8rem; }
  .prlp-vdrums.c-container .c-headline--03 {
    font-size: 1.4rem; }
  .prlp-vdrums.c-container .c-card + .c-card {
    margin-top: 40px; } }

.prlp-bnr-campaign--pc.prlp-bnr-campaign--vdrums,
.prlp-bnr-campaign--smp.prlp-bnr-campaign--vdrums {
  margin-top: 0; }
