@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media only screen and (min-width: 769px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 3.2vw;
  }
}

body {
  background-color: white;
  color: black;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 1px;
  position: relative;
}

footer {
  padding: 60px;
  text-align: center;
}

footer ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

footer ul li a {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  footer {
    padding: 60px;
  }
  footer ul {
    margin: 0 auto 40px;
    width: 620px;
  }
  footer ul li a:hover {
    color: #263238;
    text-decoration: underline;
  }
  footer .footer_logo {
    background: url(../img/footer_yamaha_logo.png) no-repeat;
    background-size: contain;
    height: 57px;
    margin: auto;
    margin-bottom: 40px;
    width: 150px;
  }
  footer .footer_logo a {
    display: block;
    height: 100%;
    width: 100%;
  }
  footer small {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  footer {
    margin-bottom: 18.266vw;
    padding: 5.333vw 0;
  }
  footer ul {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 5.333vw;
    padding: 2.666vw;
    width: 69.333vw;
  }
  footer ul li {
    font-size: 2.666vw;
    margin-bottom: 2.666vw;
    width: 50%;
  }
  footer ul li:nth-child(n+2) {
    margin-bottom: 0;
  }
  footer .footer_logo {
    background: url(../img/footer_yamaha_logo.png) no-repeat;
    background-size: contain;
    height: 15.2vw;
    margin: auto;
    margin-bottom: 10.666vw;
    width: 40vw;
  }
  footer .footer_logo a {
    display: block;
    height: 100%;
    width: 100%;
  }
  footer small {
    font-size: 2.666vw;
  }
}

.l-main {
  background: url(../img/bg_dot.png);
  overflow: hidden;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .l-main {
    padding-bottom: 80px;
  }
}

.l-kv {
  background: url(../img/kv_bg.jpg) center;
  background-size: cover;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .l-kv {
    height: 820px;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .l-kv {
    background: url(../img/kv_bg_sp.jpg) center;
    height: 128vw;
    width: 100%;
  }
}

.l-select1 {
  background-color: #fff;
  position: relative;
  text-align: center;
}

.l-select1:before {
  background-size: auto;
  content: "";
  display: inline-block;
  position: absolute;
}

@media only screen and (min-width: 769px) {
  .l-select1 {
    margin: -150px auto 100px;
    width: 980px;
  }
  .l-select1:before {
    -webkit-transform: translateX(-50%);
    background: url(../img/bg_dot.png) top;
    height: 152px;
    left: 50%;
    top: -145px;
    transform: translateX(-50%);
    width: 1200px;
  }
}

.l-select2 {
  background-color: #fff;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .l-select2 {
    margin: 0 auto 100px;
    width: 980px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 768px) {
  .l-select2 {
    margin: 0 auto 13.333vw;
  }
}

.l-spring_content,
.l-daytime_content {
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  .l-spring_content,
  .l-daytime_content {
    border-radius: 20px;
    margin: 200px auto 80px;
    width: 980px;
  }
}

@media only screen and (max-width: 768px) {
  .l-spring_content,
  .l-daytime_content {
    border-radius: 2.666vw;
    margin: 0 auto 13.333vw;
    width: 94.666vw;
  }
}

@media only screen and (min-width: 769px) {
  .l-spring_content {
    border: solid 2px #e78585;
    margin-top: -60px;
  }
}

@media only screen and (max-width: 768px) {
  .l-spring_content {
    border: solid 2px #e78585;
    margin-top: -9.334vw;
  }
}

@media only screen and (min-width: 769px) {
  .l-daytime_content {
    border: solid 2px #83d4f1;
    margin-top: -60px;
  }
}

@media only screen and (max-width: 768px) {
  .l-daytime_content {
    border: solid 2px #83d4f1;
    margin-top: -9.334vw;
  }
}

@media only screen and (min-width: 769px) {
  #spring-lesson,
  #daytime-lesson,
  #trial-request {
    margin-top: -60px;
    padding-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  #spring-lesson,
  #daytime-lesson,
  #trial-request {
    margin-top: -10.667vw;
    padding-top: 10.666vw;
  }
}

@media only screen and (min-width: 769px) {
  #price-summary {
    margin-top: -165px;
    padding-top: 165px;
  }
}

@media only screen and (max-width: 768px) {
  #price-summary {
    margin-top: -29.334vw;
    padding-top: 29.333vw;
  }
}

@media only screen and (min-width: 769px) {
  .gloss {
    -webkit-transition: all .8s ease-in-out;
    border-radius: 0.3em;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .8s ease-in-out;
  }
  .gloss .light {
    -webkit-transform: translateY(0);
    -webkit-transition: none;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    height: 80px;
    position: absolute;
    top: -80px;
    transform: translateY(0);
    transition: none;
    width: 100vw;
  }
  .active .light {
    -webkit-transform: translateY(140vh);
    -webkit-transition: all 1s ease-in-out;
    transform: translateY(140vh);
    transition: all 1s ease-in-out;
  }
}

@media only screen and (max-width: 768px) {
  .gloss {
    -webkit-transition: all .8s ease-in-out;
    border-radius: 0.3em;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .8s ease-in-out;
  }
  .gloss .light {
    -webkit-transform: translateY(0);
    -webkit-transition: none;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    height: 80px;
    position: absolute;
    top: -80px;
    transform: translateY(0);
    transition: none;
    width: 100vw;
  }
  .active .light {
    -webkit-transform: translateY(200vh);
    -webkit-transition: all 1s ease-in-out;
    transform: translateY(200vh);
    transition: all 1s ease-in-out;
  }
}

.c-img_ttl {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  text-indent: -9999px;
  transform: translateX(-50%);
}

.c-num {
  background-color: #83d4f1;
  content: "";
  display: inline-block;
  position: absolute;
}

.c-num::after {
  color: #fff;
  position: absolute;
}

@media only screen and (min-width: 769px) {
  .c-num {
    -webkit-transform: translateY(-50%);
    border-radius: 50%;
    height: 100px;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
  }
  .c-num::after {
    -webkit-transform: translate(-50%, -50%);
    font-size: 48px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 768px) {
  .c-num {
    -webkit-transform: translateX(-50%);
    border-radius: 50%;
    height: 10.666vw;
    left: 50%;
    top: -5.334vw;
    transform: translateX(-50%);
    width: 10.666vw;
  }
  .c-num::after {
    -webkit-transform: translate(-50%, -50%);
    font-size: 5.333vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.c-ttl_h3 {
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.c-ttl_h3:before {
  content: "";
  display: inline-block;
  position: absolute;
}

.c-ttl_h3 span:before, .c-ttl_h3 span:after {
  content: "";
  display: inline-block;
  position: absolute;
}

@media only screen and (min-width: 769px) {
  .c-ttl_h3 {
    font-size: 26px;
    margin-bottom: 35px;
    width: 300px;
  }
  .c-ttl_h3:before {
    -webkit-transform: translateX(-50%);
    height: 83px;
    left: 50%;
    top: -100px;
    transform: translateX(-50%);
    width: 60px;
  }
  .c-ttl_h3 span:before, .c-ttl_h3 span:after {
    -webkit-transform: translateY(-50%);
    border-top: 2px dotted #e78585;
    content: "";
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
  }
  .c-ttl_h3 span:before {
    left: 10px;
  }
  .c-ttl_h3 span:after {
    right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .c-ttl_h3 {
    font-size: 5.333vw;
    margin-bottom: 10.666vw;
    width: 40vw;
  }
  .c-ttl_h3:before {
    -webkit-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
  }
  .c-ttl_h3 span:before, .c-ttl_h3 span:after {
    -webkit-transform: translateY(-50%);
    border-top: 2px dotted #be8dcc;
    content: "";
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 13.333vw;
  }
  .c-ttl_h3 span:before {
    left: -10.667vw;
  }
  .c-ttl_h3 span:after {
    right: -10.667vw;
  }
}

.c-txt_marker {
  font-weight: bold;
}

.c-txt_bold {
  font-weight: bold;
}

.c-txt_ribbon {
  -webkit-box-sizing: border-box;
  background: #333333;
  box-sizing: border-box;
  color: #FFF;
  display: inline-block;
  position: relative;
  text-align: center;
}

.c-txt_ribbon::before, .c-txt_ribbon::after {
  content: '';
  height: 0px;
  position: absolute;
  width: 0px;
  z-index: 1;
}

.c-txt_ribbon::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.c-txt_ribbon::after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

@media only screen and (min-width: 769px) {
  .c-txt_marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #fed9e8));
    background: -webkit-linear-gradient(transparent 65%, #fed9e8 65%);
    background: linear-gradient(transparent 65%, #fed9e8 65%);
  }
  .c-txt_ribbon {
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
  }
  .c-txt_ribbon::before, .c-txt_ribbon::after {
    height: 0px;
    width: 0px;
    z-index: 1;
  }
  .c-txt_ribbon::before {
    border-width: 21px 0px 21px 8px;
    left: 0;
    top: 0;
  }
  .c-txt_ribbon::after {
    border-width: 21px 8px 21px 0px;
    right: 0;
    top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .c-txt_marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #fed9e8));
    background: -webkit-linear-gradient(transparent 65%, #fed9e8 65%);
    background: linear-gradient(transparent 65%, #fed9e8 65%);
  }
  .c-txt_ribbon {
    font-size: 3.2vw;
    height: 6.666vw;
    line-height: 6.666vw !important;
    padding: 0 1.866vw;
  }
  .c-txt_ribbon::before, .c-txt_ribbon::after {
    height: 0px;
    width: 0px;
    z-index: 1;
  }
  .c-txt_ribbon::before {
    border-width: 3.2vw 0px 3.2vw 1.733vw;
    left: 0;
    top: 0;
  }
  .c-txt_ribbon::after {
    border-width: 3.2vw 1.733vw 3.2vw 0px;
    right: 0;
    top: 0;
  }
}

.fadein {
  -webkit-transform: translate(0, 10px);
  -webkit-transition: all 1s;
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 1s;
}

.one {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.two {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.three {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.four {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.fadein.active {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.p-features_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-features_list li {
  background-color: #fafafa;
  line-height: 1.5;
  position: relative;
}

.p-features_list li:nth-child(1) .c-num::after {
  content: "1";
}

.p-features_list li:nth-child(2) .c-num::after {
  content: "2";
}

.p-features_list li:nth-child(3) .c-num::after {
  content: "3";
}

.p-features_list li:nth-child(4) .c-num::after {
  content: "4";
}

.p-features_list li:nth-child(5) .c-num::after {
  content: "5";
}

.p-features_list li:last-child {
  margin-bottom: 0;
}

.p-features_list li .memo {
  color: #F50056;
  display: inline-block;
}

@media only screen and (min-width: 769px) {
  .p-features {
    border-radius: 20px;
  }
  .p-features_photo {
    margin: 0 0 130px;
    width: 980px;
  }
  .p-features_photo li {
    height: 225px;
    width: calc(100% / 4);
  }
  .p-features h3.c-ttl_h3:before {
    background: url(../img/ttl_popular.png) no-repeat;
    background-size: contain;
  }
  .p-features_list {
    margin: 0 auto;
    width: 800px;
  }
  .p-features_list li {
    margin-bottom: 20px;
    padding: 40px 40px 40px 190px;
  }
  .p-features_list li h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .p-features_list li p {
    line-height: 1.5;
  }
  .p-features_list li .memo {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .p-features {
    border-radius: 2.666vw;
    width: 94.666vw;
  }
  .p-features_photo {
    margin: 0 0 34.666vw;
    width: 100%;
  }
  .p-features_photo li {
    height: 25.333vw;
    width: calc(100% / 4);
  }
  .p-features h3.c-ttl_h3:before {
    background: url(../img/ttl_popular.png) no-repeat;
    background-size: contain;
    height: 22.133vw;
    top: -25.334vw;
    width: 16vw;
  }
  .p-features_list {
    margin: 0 auto;
    width: 88vw;
  }
  .p-features_list li {
    margin-bottom: 8vw;
    padding: 10.666vw 5.333vw 5.333vw;
  }
  .p-features_list li h4 {
    font-size: 4vw;
    margin-bottom: 4vw;
    text-align: center;
  }
  .p-features_list li p {
    line-height: 1.5;
  }
  .p-features_list li .memo {
    font-size: 2.666vw;
    margin-top: 1.6vw;
  }
}

.l-spring .p-features {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
  .l-spring .p-features {
    margin-bottom: 160px;
  }
  .l-spring .p-features_photo li:nth-child(1) {
    background: url(../img/features_ph-01.jpg) center;
    background-size: cover;
    border-radius: 20px 0 0 0;
  }
  .l-spring .p-features_photo li:nth-child(2) {
    background: url(../img/features_ph-02.jpg) center;
    background-size: cover;
  }
  .l-spring .p-features_photo li:nth-child(3) {
    background: url(../img/features_ph-03.jpg) center;
    background-size: cover;
  }
  .l-spring .p-features_photo li:nth-child(4) {
    background: url(../img/features_ph-04.jpg) center;
    background-size: cover;
    border-radius: 0 20px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-spring .p-features {
    margin-bottom: 37.333vw;
  }
  .l-spring .p-features_photo li:nth-child(1) {
    background: url(../img/features_ph-01.jpg) center;
    background-size: cover;
    border-radius: 20px 0 0 0;
  }
  .l-spring .p-features_photo li:nth-child(2) {
    background: url(../img/features_ph-02.jpg) center;
    background-size: cover;
  }
  .l-spring .p-features_photo li:nth-child(3) {
    background: url(../img/features_ph-03.jpg) center;
    background-size: cover;
  }
  .l-spring .p-features_photo li:nth-child(4) {
    background: url(../img/features_ph-04.jpg) center;
    background-size: cover;
    border-radius: 0 20px 0 0;
  }
}

@media only screen and (min-width: 769px) {
  .l-daytime .p-features {
    margin-bottom: 160px;
  }
  .l-daytime .p-features_photo li {
    height: 225px;
    width: 25%;
  }
  .l-daytime .p-features_photo li:nth-child(1) {
    background: url(../img/features2_ph-01.jpg) center;
    background-size: cover;
    border-radius: 20px 0 0 0;
  }
  .l-daytime .p-features_photo li:nth-child(2) {
    background: url(../img/features2_ph-02.jpg) center;
    background-size: cover;
  }
  .l-daytime .p-features_photo li:nth-child(3) {
    background: url(../img/features2_ph-03.jpg) center;
    background-size: cover;
  }
  .l-daytime .p-features_photo li:nth-child(4) {
    background: url(../img/features2_ph-04.jpg) center;
    background-size: cover;
    border-radius: 0 20px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-daytime .p-features {
    margin-bottom: 37.333vw;
  }
  .l-daytime .p-features_photo {
    margin: 0 0 34.666vw;
    width: 100%;
  }
  .l-daytime .p-features_photo li {
    height: 25.333vw;
    width: calc(100% / 4);
  }
  .l-daytime .p-features_photo li:nth-child(1) {
    background: url(../img/features2_ph-01.jpg) center;
    background-size: cover;
    border-radius: 20px 0 0 0;
  }
  .l-daytime .p-features_photo li:nth-child(2) {
    background: url(../img/features2_ph-02.jpg) center;
    background-size: cover;
  }
  .l-daytime .p-features_photo li:nth-child(3) {
    background: url(../img/features2_ph-03.jpg) center;
    background-size: cover;
  }
  .l-daytime .p-features_photo li:nth-child(4) {
    background: url(../img/features2_ph-04.jpg) center;
    background-size: cover;
    border-radius: 0 20px 0 0;
  }
}

.p-kv:before, .p-kv:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.p-kv_content {
  -webkit-box-sizing: border-box;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

.p-kv_content:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 10;
}

.p-kv_content_ttl {
  -webkit-box-sizing: border-box;
  background-color: #fff;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: normal;
  position: absolute;
  text-align: center;
}

.p-kv_content h1.c-img_ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
}

.p-kv_content div {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-kv_content div:before, .p-kv_content div:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.p-kv_content div:before {
  background-color: #e78585;
}

.p-kv_content div:after {
  background-color: #83d4f1;
}

@media only screen and (min-width: 769px) {
  .p-kv:before, .p-kv:after {
    height: 480px;
    width: 20px;
  }
  .p-kv_content {
    -webkit-transform: translateX(-50%);
    bottom: 210px;
    height: 480px;
    left: 50%;
    padding: 30px 0 40px 0;
    transform: translateX(-50%);
    width: 500px;
  }
  .p-kv_content:before {
    -webkit-transform: translateY(-50%);
    background: url(../img/kv_trial.png);
    background-size: contain;
    height: 169px;
    right: -100px;
    top: 47%;
    transform: translateY(-50%);
    width: 169px;
    z-index: 10;
  }
  .p-kv_content_ttl {
    -webkit-transform: translateX(-50%);
    -webkit-box-shadow: 0 4px rgba(0, 0, 0, 0.3);
    border: solid 2px #000;
    border-radius: 29px;
    box-shadow: 0 4px rgba(0, 0, 0, 0.3);
    font-size: 26px;
    height: 58px;
    left: 50%;
    line-height: 58px;
    top: -15px;
    transform: translateX(-50%);
    width: 390px;
  }
  .p-kv_content h1.c-img_ttl {
    background: url(../img/ttl_h1.png);
    background-size: cover;
    height: 265px;
    top: 45px;
    width: 380px;
  }
  .p-kv_content h1.c-img_ttl::after {
    -webkit-transform: translateX(-50%);
    border-top: 2px dotted #bbb;
    bottom: -33px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 416px;
  }
  .p-kv_content div {
    margin: 0 auto;
  }
  .p-kv_content div p.c-txt_ribbon {
    margin-top: 15px;
    width: 416px;
  }
  .p-kv_content div:before, .p-kv_content div:after {
    height: 480px;
    width: 20px;
  }
  .p-kv_content div:before {
    left: -20px;
    top: 0;
  }
  .p-kv_content div:after {
    right: -20px;
    top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-kv:before, .p-kv:after {
    height: 76.533vw;
    width: 2.666vw;
  }
  .p-kv_content {
    -webkit-transform: translateX(-50%);
    bottom: 20vw;
    height: 76.533vw;
    left: 50%;
    padding: 5.333vw 0;
    transform: translateX(-50%);
    width: 78.666vw;
  }
  .p-kv_content:before {
    -webkit-transform: translateY(-50%);
    background: url(../img/kv_trial.png);
    background-size: contain;
    height: 20.933vw;
    right: -7.334vw;
    top: 33.333vw;
    transform: translateY(-50%);
    width: 20.933vw;
    z-index: 10;
  }
  .p-kv_content_ttl {
    -webkit-transform: translateX(-50%);
    -webkit-box-shadow: 0 4px rgba(0, 0, 0, 0.3);
    border: solid 0.266vw #000;
    border-radius: 4vw;
    box-shadow: 0 4px rgba(0, 0, 0, 0.3);
    font-size: 3.733vw;
    height: 8vw;
    left: 50%;
    line-height: 8vw;
    top: -3.2vw;
    transform: translateX(-50%);
    width: 57.333vw;
  }
  .p-kv_content h1.c-img_ttl {
    background: url(../img/ttl_h1.png);
    background-size: cover;
    height: 40vw;
    top: 8vw;
    width: 57.333vw;
  }
  .p-kv_content h1.c-img_ttl::after {
    -webkit-transform: translateX(-50%);
    border-top: 0.266vw dotted #bbb;
    bottom: -4vw;
    height: 0.266vw;
    left: 50%;
    transform: translateX(-50%);
    width: 60vw;
  }
  .p-kv_content div {
    margin: 0 auto;
  }
  .p-kv_content div p {
    line-height: 1.5;
  }
  .p-kv_content div p.c-txt_ribbon {
    margin-top: 4vw;
    width: 65.333vw;
  }
  .p-kv_content div:before, .p-kv_content div:after {
    height: 76.533vw;
    width: 2.666vw;
  }
  .p-kv_content div:before {
    left: -2.4vw;
    top: 0;
  }
  .p-kv_content div:after {
    right: -2.4vw;
    top: 0;
  }
}

@media only screen and (min-width: 769px) {
  .sp_trial {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .sp_trial {
    background-color: #49b6ec;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
  }
  .sp_trial a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 4vw;
    font-weight: bold;
    height: 18.266vw;
    justify-content: center;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  .sp_trial a:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #fff;
    border-radius: 2.666vw;
    content: "";
    display: inline-block;
    height: 10.933vw;
    position: absolute;
    width: 93.333vw;
  }
  .sp_trial a:after {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transform: rotate(45deg);
    align-items: center;
    border-right: solid 0.8vw #fff;
    border-top: solid 0.8vw #fff;
    content: "";
    display: inline-block;
    height: 1.866vw;
    position: absolute;
    right: 6.666vw;
    transform: rotate(45deg);
    width: 1.866vw;
  }
}

@media only screen and (min-width: 769px) {
  header {
    background-color: #fff;
    height: 60px;
    position: fixed;
    width: 100%;
    z-index: 1100;
  }
  header .logo {
    -webkit-transform: translateY(-50%);
    left: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .logo a {
    background: url(../img/nav_yamaha_logo.png) no-repeat;
    background-size: contain;
    display: inline-block;
    height: 60px;
    width: 198px;
  }
  header .p-nav ul {
    -webkit-transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header .p-nav ul li {
    font-size: 14px;
    margin-right: 20px;
    padding-left: 1em;
    position: relative;
  }
  header .p-nav ul li a {
    background-color: transparent;
    color: #000;
    text-decoration: none;
  }
  header .p-nav ul li:hover a {
    color: #666666;
  }
  header .p-nav ul li:before {
    -webkit-transform: rotate(45deg);
    border-right: solid 3px #e78585;
    border-top: solid 3px #e78585;
    content: "";
    display: block;
    height: 7px;
    left: -5px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 7px;
  }
}

@media only screen and (max-width: 1000px) {
  header {
    background-color: #fff;
    height: 10.666vw;
    position: relative;
    position: fixed;
    width: 100%;
    z-index: 1100;
  }
  header .logo {
    -webkit-transform: translateY(-50%);
    left: 4vw;
    position: absolute;
    top: 5.333vw;
    transform: translateY(-50%);
    z-index: 1101;
  }
  header .logo a {
    background: url(../img/nav_yamaha_logo.png) no-repeat;
    background-size: contain;
    display: inline-block;
    height: 10.8vw;
    width: 23.6vw;
  }
  header .p-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: .3s ease-in-out;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    justify-content: center;
    opacity: 0;
    transition: .3s ease-in-out;
    visibility: hidden;
    width: 100%;
  }
  header .p-nav ul {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    height: 66.666vw;
    width: 66.666vw;
  }
  header .p-nav ul li {
    font-size: 4vw;
    margin-right: 5.333vw;
    padding-left: 1em;
    position: relative;
    width: 100%;
  }
  header .p-nav ul li a {
    background-color: transparent;
    color: #000;
    text-decoration: none;
  }
  header .p-nav ul li:before {
    -webkit-transform: rotate(45deg);
    border-right: solid 0.8vw #e78585;
    border-top: solid 0.8vw #e78585;
    content: "";
    display: block;
    height: 1.866vw;
    left: -1.334vw;
    position: absolute;
    top: 0.266vw;
    transform: rotate(45deg);
    width: 1.866vw;
  }
  .hamburger {
    cursor: pointer;
    height: 10.666vw;
    position: absolute;
    right: 0;
    top: 0;
    width: 10.666vw;
    z-index: 300;
  }
  .hamburger span {
    -webkit-transition: all .3s;
    background-color: #000;
    height: 0.266vw;
    left: 2.933vw;
    position: absolute;
    transition: all .3s;
    width: 4.8vw;
  }
  .hamburger span.line_1 {
    top: 3.733vw;
  }
  .hamburger span.line_2 {
    top: 5.333vw;
  }
  .hamburger span.line_3 {
    top: 6.933vw;
  }
  .nav-open .p-nav {
    opacity: 1;
    visibility: visible;
  }
  .nav-open span.line_1 {
    -webkit-transform: rotate(45deg);
    top: 5.333vw;
    transform: rotate(45deg);
  }
  .nav-open span.line_2 {
    left: 50%;
    width: 0;
  }
  .nav-open span.line_3 {
    -webkit-transform: rotate(-45deg);
    top: 5.333vw;
    transform: rotate(-45deg);
  }
}

.p-select1_content,
.p-select2_content {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.p-select1_content .c-img_ttl,
.p-select2_content .c-img_ttl {
  z-index: 100;
}

.p-select1_content_spring, .p-select1_content_daytime,
.p-select2_content_spring,
.p-select2_content_daytime {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.p-select1_content_spring div, .p-select1_content_daytime div,
.p-select2_content_spring div,
.p-select2_content_daytime div {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.p-select1_content_spring div:before, .p-select1_content_daytime div:before,
.p-select2_content_spring div:before,
.p-select2_content_daytime div:before {
  content: "";
  display: inline-block;
  position: absolute;
}

.p-select1_content_spring div h3, .p-select1_content_daytime div h3,
.p-select2_content_spring div h3,
.p-select2_content_daytime div h3 {
  font-weight: bold;
}

.p-select1_content_spring div h3:before, .p-select1_content_daytime div h3:before,
.p-select2_content_spring div h3:before,
.p-select2_content_daytime div h3:before {
  content: "";
  display: inline-block;
  position: absolute;
}

.p-select1_content_spring div h3 span, .p-select1_content_daytime div h3 span,
.p-select2_content_spring div h3 span,
.p-select2_content_daytime div h3 span {
  display: block;
}

.p-select1_content_spring div p, .p-select1_content_daytime div p,
.p-select2_content_spring div p,
.p-select2_content_daytime div p {
  font-weight: bold;
}

.p-select1_content_spring:before, .p-select1_content_daytime:before,
.p-select2_content_spring:before,
.p-select2_content_daytime:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
}

.p-select1_content_spring,
.p-select2_content_spring {
  background-color: #e78585;
}

.p-select1_content_spring div:before,
.p-select2_content_spring div:before {
  background: url(../img/select_spring.png) no-repeat;
  background-size: contain;
}

.p-select1_content_spring:before,
.p-select2_content_spring:before {
  background: url(../img/bg_select1.png);
  background-size: contain;
}

.p-select1_content_daytime,
.p-select2_content_daytime {
  background-color: #83d4f1;
}

.p-select1_content_daytime div:before,
.p-select2_content_daytime div:before {
  background: url(../img/select_daytime.png);
  background-size: contain;
}

.p-select1_content_daytime:before,
.p-select2_content_daytime:before {
  background: url(../img/bg_select2.png);
  background-size: contain;
}

.p-select1_content_table,
.p-select2_content_table {
  -webkit-box-sizing: border-box;
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
}

.p-select1_content_summary,
.p-select2_content_summary {
  -webkit-box-sizing: border-box;
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
}

.p-select1_content_summary table,
.p-select2_content_summary table {
  border-collapse: separate;
}

.p-select1_content_summary table tr th, .p-select1_content_summary table tr td,
.p-select2_content_summary table tr th,
.p-select2_content_summary table tr td {
  display: table-cell;
  vertical-align: middle;
}

.p-select1_content_summary table tr th span, .p-select1_content_summary table tr td span,
.p-select2_content_summary table tr th span,
.p-select2_content_summary table tr td span {
  display: block;
}

.p-select1_content_summary table tr:nth-child(1) th:nth-child(1) span, .p-select1_content_summary table tr:nth-child(1) th:nth-child(3) span,
.p-select2_content_summary table tr:nth-child(1) th:nth-child(1) span,
.p-select2_content_summary table tr:nth-child(1) th:nth-child(3) span {
  display: block;
  line-height: 1.5;
}

.p-select1_content_summary table tr:nth-child(1) th:nth-child(1),
.p-select2_content_summary table tr:nth-child(1) th:nth-child(1) {
  position: relative;
  position: relative;
}

.p-select1_content_summary table tr:nth-child(1) th:nth-child(1):after,
.p-select2_content_summary table tr:nth-child(1) th:nth-child(1):after {
  content: "";
  display: inline-block;
  position: absolute;
}

.p-select1_content_summary table tr:nth-child(1) th:nth-child(1):before,
.p-select2_content_summary table tr:nth-child(1) th:nth-child(1):before {
  content: "";
  display: inline-block;
  position: absolute;
}

.p-select1_content_summary table tr:nth-child(1) th:nth-child(3),
.p-select2_content_summary table tr:nth-child(1) th:nth-child(3) {
  position: relative;
}

.p-select1_content_summary table tr:nth-child(1) th:nth-child(3):after,
.p-select2_content_summary table tr:nth-child(1) th:nth-child(3):after {
  content: "";
  display: inline-block;
  position: absolute;
}

.p-select1_content_summary table tr th,
.p-select2_content_summary table tr th {
  font-weight: bold;
  vertical-align: middle;
}

.p-select1_content_summary table tr th span,
.p-select2_content_summary table tr th span {
  display: block;
}

@media only screen and (min-width: 769px) {
  .p-select1_content,
  .p-select2_content {
    margin-top: 152px;
  }
  .p-select1_content .c-img_ttl,
  .p-select2_content .c-img_ttl {
    height: 172px;
    top: -100px;
    width: 877px;
  }
  .p-select1_content_spring, .p-select1_content_daytime,
  .p-select2_content_spring,
  .p-select2_content_daytime {
    padding: 130px 50px 70px;
    width: 50%;
  }
  .p-select1_content_spring div, .p-select1_content_daytime div,
  .p-select2_content_spring div,
  .p-select2_content_daytime div {
    border-radius: 10px;
    padding: 70px 30px 45px;
  }
  .p-select1_content_spring div:before, .p-select1_content_daytime div:before,
  .p-select2_content_spring div:before,
  .p-select2_content_daytime div:before {
    -webkit-transform: translateX(-50%);
    height: 105px;
    left: 50%;
    top: -48px;
    transform: translateX(-50%);
    width: 105px;
  }
  .p-select1_content_spring div h3, .p-select1_content_daytime div h3,
  .p-select2_content_spring div h3,
  .p-select2_content_daytime div h3 {
    border-bottom: 2px dotted #bbb;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .p-select1_content_spring div h3 span, .p-select1_content_daytime div h3 span,
  .p-select2_content_spring div h3 span,
  .p-select2_content_daytime div h3 span {
    font-size: 18px;
    margin-top: 5px;
  }
  .p-select1_content_spring div p, .p-select1_content_daytime div p,
  .p-select2_content_spring div p,
  .p-select2_content_daytime div p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
  }
  .p-select1_content_spring:before, .p-select1_content_daytime:before,
  .p-select2_content_spring:before,
  .p-select2_content_daytime:before {
    height: 230px;
    left: 0;
    top: 0;
    width: 490px;
  }
  .p-select1_content_spring div,
  .p-select2_content_spring div {
    border-radius: 10px;
    padding: 70px 30px 45px;
  }
  .p-select1_content_spring div:before,
  .p-select2_content_spring div:before {
    -webkit-transform: translateX(-50%);
    height: 86px;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    width: 65px;
  }
  .p-select1_content_table,
  .p-select2_content_table {
    background: url(../img/select_table.png) no-repeat;
    background-size: contain;
    border-radius: 10px;
    bottom: 70px;
    height: 432px;
    left: 50px;
    padding: 60px 45px;
    width: 880px;
  }
  .p-select1_content_summary,
  .p-select2_content_summary {
    -webkit-box-sizing: border-box;
    border-radius: 10px;
    box-sizing: border-box;
    left: 40px;
    padding: 45px 10px 40px;
    top: 125px;
    width: 900px;
  }
  .p-select1_content_summary table,
  .p-select2_content_summary table {
    border-spacing: 20px 0px;
    font-size: 16px;
    width: 100%;
  }
  .p-select1_content_summary table tr th, .p-select1_content_summary table tr td,
  .p-select2_content_summary table tr th,
  .p-select2_content_summary table tr td {
    border-bottom: 2px dotted #bbb;
    line-height: 1.5;
    margin-right: 20px;
    padding: 35px 0;
  }
  .p-select1_content_summary table tr th span:first-child, .p-select1_content_summary table tr td span:first-child,
  .p-select2_content_summary table tr th span:first-child,
  .p-select2_content_summary table tr td span:first-child {
    margin-bottom: 25px;
  }
  .p-select2_content_summary table tr td span.add {
    display: block;
    margin-bottom: 25px;
  }
  .p-select1_content_summary table tr th .desc, .p-select1_content_summary table tr td .desc,
  .p-select2_content_summary table tr th .desc,
  .p-select2_content_summary table tr td .desc {
    font-size: 14px;
    margin-top: 20px;
  }
  .p-select1_content_summary table tr:nth-child(1) th:nth-child(1), .p-select1_content_summary table tr:nth-child(1) th:nth-child(3),
  .p-select2_content_summary table tr:nth-child(1) th:nth-child(1),
  .p-select2_content_summary table tr:nth-child(1) th:nth-child(3) {
    font-size: 26px;
    line-height: 1.3;
    width: 330px;
  }
  .p-select1_content_summary table tr:nth-child(1) th:nth-child(1) span, .p-select1_content_summary table tr:nth-child(1) th:nth-child(3) span,
  .p-select2_content_summary table tr:nth-child(1) th:nth-child(1) span,
  .p-select2_content_summary table tr:nth-child(1) th:nth-child(3) span {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .p-select1_content_summary table tr:nth-child(1) th:nth-child(1),
  .p-select2_content_summary table tr:nth-child(1) th:nth-child(1) {
    position: relative;
  }
  .p-select1_content_summary table tr:nth-child(1) th:nth-child(1):after,
  .p-select2_content_summary table tr:nth-child(1) th:nth-child(1):after {
    -webkit-transform: translateX(-50%);
    background: url(../img/select_spring.png) center no-repeat;
    background-size: contain;
    height: 86px;
    left: 50%;
    top: -80px;
    transform: translateX(-50%);
    width: 65px;
  }
  .p-select1_content_summary table tr:nth-child(1) th:nth-child(3):after,
  .p-select2_content_summary table tr:nth-child(1) th:nth-child(3):after {
    -webkit-transform: translateX(-50%);
    background: url(../img/select_daytime.png) center no-repeat;
    background-size: contain;
    height: 100px;
    left: 50%;
    top: -90px;
    transform: translateX(-50%);
    width: 100px;
  }
  .p-select1_content_summary table tr th:nth-child(2),
  .p-select2_content_summary table tr th:nth-child(2) {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .p-select1_content,
  .p-select2_content {
    margin-bottom: 13.333vw;
    margin-top: 28vw;
  }
  .p-select1_content_spring, .p-select1_content_daytime,
  .p-select2_content_spring,
  .p-select2_content_daytime {
    padding: 24vw 2.666vw 6.666vw;
    width: 50%;
  }
  .p-select1_content_spring div, .p-select1_content_daytime div,
  .p-select2_content_spring div,
  .p-select2_content_daytime div {
    -webkit-box-sizing: border-box;
    border-radius: 10px;
    box-sizing: border-box;
    height: 47vw;
    padding: 10vw 4vw 6.666vw;
  }
  .p-select1_content_spring div:before, .p-select1_content_daytime div:before,
  .p-select2_content_spring div:before,
  .p-select2_content_daytime div:before {
    -webkit-transform: translateX(-50%);
    height: 13.333vw;
    left: 50%;
    top: -6.667vw;
    transform: translateX(-50%);
    width: 13.333vw;
  }
  .p-select1_content_spring div h3, .p-select1_content_daytime div h3,
  .p-select2_content_spring div h3,
  .p-select2_content_daytime div h3 {
    border-bottom: 2px dotted #bbb;
    font-size: 4vw;
    letter-spacing: -1px;
    line-height: 1.3;
    margin-bottom: 3.2vw;
    padding-bottom: 3.2vw;
  }
  .p-select1_content_spring div h3 span, .p-select1_content_daytime div h3 span,
  .p-select2_content_spring div h3 span,
  .p-select2_content_daytime div h3 span {
    font-size: 2.666vw;
    margin-top: 0.666vw;
  }
  .p-select1_content_spring div p, .p-select1_content_daytime div p,
  .p-select2_content_spring div p,
  .p-select2_content_daytime div p {
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.8;
  }
  .p-select1_content_spring:before, .p-select1_content_daytime:before,
  .p-select2_content_spring:before,
  .p-select2_content_daytime:before {
    height: 37.333vw;
    left: 0;
    top: 0;
    width: 100%;
  }
  .p-select1_content_spring,
  .p-select2_content_spring {
    background-color: #e78585;
  }
  .p-select1_content_spring:before,
  .p-select2_content_spring:before {
    background: url(../img/bg_select1.png);
    background-size: cover;
  }
  .p-select1_content_spring div:before,
  .p-select2_content_spring div:before {
    height: 11.466vw;
    top: -6vw;
    width: 8.666vw;
  }
  .p-select1_content_daytime,
  .p-select2_content_daytime {
    background-color: #83d4f1;
  }
  .p-select1_content_daytime:before,
  .p-select2_content_daytime:before {
    background: url(../img/bg_select2.png);
    background-size: cover;
  }
  .p-select1_content_table,
  .p-select2_content_table {
    background: url(../img/select_table_sp.png) no-repeat;
    background-size: contain;
    border-radius: 10px;
    bottom: 6.666vw;
    height: 74.666vw;
    left: 2.666vw;
    width: 94.666vw;
  }
  .p-select1_content_summary,
  .p-select2_content_summary {
    -webkit-box-sizing: border-box;
    border-radius: 10px;
    box-sizing: border-box;
    left: 2.666vw;
    padding: 5.333vw 2.666vw 6.666vw;
    top: 18vw;
    width: 94.666vw;
  }
  .p-select1_content_summary table,
  .p-select2_content_summary table {
    border-spacing: 2.133vw 0px;
    font-size: 2.666vw;
    width: 100%;
  }
  .p-select1_content_summary table tr th, .p-select1_content_summary table tr td,
  .p-select2_content_summary table tr th,
  .p-select2_content_summary table tr td {
    border-bottom: 2px dotted #bbb;
    line-height: 1.5;
    margin-right: 20px;
    padding: 4.666vw 0;
  }
  .p-select1_content_summary table tr th span:first-child, .p-select1_content_summary table tr td span:first-child,
  .p-select2_content_summary table tr th span:first-child,
  .p-select2_content_summary table tr td span:first-child {
    margin-bottom: 2.666vw;
  }
  .p-select2_content_summary span.add {
    display: block;
    margin-bottom: 2.666vw;
  }
  .p-select1_content_summary table tr th .desc, .p-select1_content_summary table tr td .desc,
  .p-select2_content_summary table tr th .desc,
  .p-select2_content_summary table tr td .desc {
    font-size: 2.4vw;
    margin-top: 2.666vw;
  }
  .p-select1_content_summary table tr:nth-child(1) th:nth-child(1), .p-select1_content_summary table tr:nth-child(1) th:nth-child(3),
  .p-select2_content_summary table tr:nth-child(1) th:nth-child(1),
  .p-select2_content_summary table tr:nth-child(1) th:nth-child(3) {
    font-size: 4vw;
    line-height: 1.3;
    width: 34.666vw;
  }
  .p-select1_content_summary table tr:nth-child(1) th:nth-child(1) span, .p-select1_content_summary table tr:nth-child(1) th:nth-child(3) span,
  .p-select2_content_summary table tr:nth-child(1) th:nth-child(1) span,
  .p-select2_content_summary table tr:nth-child(1) th:nth-child(3) span {
    font-size: 2.666vw;
    letter-spacing: normal;
    margin-bottom: 0;
    margin-top: 0.666vw;
  }
  .p-select1_content_summary table tr:nth-child(1) th:nth-child(1),
  .p-select2_content_summary table tr:nth-child(1) th:nth-child(1) {
    position: relative;
  }
  .p-select1_content_summary table tr:nth-child(1) th:nth-child(1):after,
  .p-select2_content_summary table tr:nth-child(1) th:nth-child(1):after {
    -webkit-transform: translateX(-50%);
    background: url(../img/select_spring.png) center no-repeat;
    background-size: contain;
    height: 10vw;
    left: 50%;
    top: -10.667vw;
    transform: translateX(-50%);
    width: 10vw;
  }
  .p-select1_content_summary table tr:nth-child(1) th:nth-child(3),
  .p-select2_content_summary table tr:nth-child(1) th:nth-child(3) {
    letter-spacing: -1px;
  }
  .p-select1_content_summary table tr:nth-child(1) th:nth-child(3):after,
  .p-select2_content_summary table tr:nth-child(1) th:nth-child(3):after {
    -webkit-transform: translateX(-50%);
    background: url(../img/select_daytime.png) center no-repeat;
    background-size: contain;
    height: 13.333vw;
    left: 50%;
    top: -11.334vw;
    transform: translateX(-50%);
    width: 13.333vw;
  }
  .p-select1_content_summary table tr:nth-child(2) td, .p-select1_content_summary table tr:nth-child(3) td,
  .p-select2_content_summary table tr:nth-child(2) td,
  .p-select2_content_summary table tr:nth-child(3) td {
    vertical-align: middle;
  }
  .p-select1_content_summary table tr th:nth-child(2),
  .p-select2_content_summary table tr th:nth-child(2) {
    font-size: 2.666vw;
  }
}

@media only screen and (min-width: 769px) {
  .p-select1_content .c-img_ttl {
    background: url(../img/ttl_select1.png) center no-repeat;
    background-size: contain;
  }
  .p-select1_content_spring, .p-select1_content_daytime {
    height: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .p-select1_content .c-img_ttl {
    background: url(../img/ttl_select1_sp.png) center no-repeat;
    background-size: contain;
    height: 35.866vw;
    top: -18.667vw;
    width: 92.666vw;
  }
  .p-select1_content_spring, .p-select1_content_daytime {
    height: 156vw;
  }
}

@media only screen and (min-width: 769px) {
  .p-select2_content .c-img_ttl {
    background: url(../img/ttl_select2.png) center no-repeat;
    background-size: contain;
  }
  .p-select2_content_spring, .p-select2_content_daytime {
    height: 1450px;
  }
}

@media only screen and (max-width: 768px) {
  .p-select2_content .c-img_ttl {
    background: url(../img/ttl_select2_sp.png) center no-repeat;
    background-size: contain;
    height: 28.133vw;
    top: -18.667vw;
    width: 92.266vw;
  }
  .p-select2_content_spring, .p-select2_content_daytime {
    height: 264vw;
  }
}

.p-trial {
  background-color: #f0f0f0;
}

.p-trial_ttl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #49b6ec;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  justify-content: center;
  position: relative;
}

.p-trial_ttl:after {
  -webkit-transform: translateX(-50%);
  background-color: #49b6ec;
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.p-trial_flow h4 {
  font-weight: bold;
  text-align: center;
}

.p-trial_flow_step li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  background-color: #fff;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  justify-content: center;
  margin: auto;
  position: relative;
  text-align: center;
}

.p-trial_flow_step li::before {
  content: "";
  display: block;
}

.p-trial_flow_step li:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.p-trial_flow_step li:last-child:after {
  content: none;
}

.p-trial_flow_desc li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-trial_flow_desc li:before {
  background-color: #fff;
  color: #49b6ec;
  display: inline-block;
  text-align: center;
}

.p-trial_1col-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.p-trial_1col-list_item {
  background-color: #fff;
}

.p-trial_1col-list_item h4 {
  font-weight: bold;
  position: relative;
  text-align: center;
}

.p-trial_1col-list_item h4 span {
  display: block;
}

.p-trial_1col-list_item h4:before {
  content: "";
  display: inline-block;
  position: absolute;
}

.p-trial_1col-list_item ul {
  -ms-flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #263238;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.p-trial_1col-list_item ul li {
  font-weight: bold;
}

.p-trial_1col-list_item ul li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e78585;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.p-trial_1col-list_item p {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.p-trial_2col-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.p-trial_2col-list h4 {
  font-weight: bold;
  position: relative;
  text-align: center;
}

.p-trial_2col-list h4 span {
  display: block;
}

.p-trial_2col-list h4:before {
  content: "";
  display: inline-block;
  position: absolute;
}

.p-trial_2col-list h4:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.p-trial_2col-list_item {
  -webkit-box-sizing: border-box;
  background-color: #fff;
  box-sizing: border-box;
}

.p-trial_2col-list_item ul {
  -ms-flex-wrap: wrap;
  color: #263238;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.p-trial_2col-list_item ul li {
  font-weight: bold;
}

.p-trial_2col-list_item ul li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.p-trial_2col-list_item:nth-child(1) ul li a {
  -webkit-transition: .2s ease-in-out;
  background-color: #e78585;
  transition: .2s ease-in-out;
}

.p-trial_2col-list_item:nth-child(1) ul li:hover a {
  background-color: #ffd4e1;
}

.p-trial_2col-list_item:nth-child(2) ul li a {
  -webkit-transition: .2s ease-in-out;
  background-color: #83d4f1;
  transition: .2s ease-in-out;
}

.p-trial_2col-list_item:nth-child(2) ul li:hover a {
  background-color: #c9e7ed;
}

.p-trial_2col-list_item p {
  line-height: 1.5;
  text-align: center;
}

.p-trial .p-inquiry {
  background-color: transparent;
}

.p-trial .p-inquiry ul li {
  text-align: center;
}

.p-trial .p-inquiry ul li:nth-child(1) {
  font-weight: bold;
}

.p-trial .p-inquiry_number {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  justify-content: center;
}

.p-trial .p-inquiry_number:before {
  content: "";
  display: inline-block;
}

@media only screen and (min-width: 769px) {
  .p-trial {
    border-radius: 20px;
    margin: 0 auto 100px;
    width: 980px;
  }
  .p-trial_ttl {
    -webkit-box-shadow: 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 20px 20px 0 0;
    box-shadow: 0 4px rgba(0, 0, 0, 0.3);
    font-size: 40px;
    height: 114px;
    width: 100%;
  }
  .p-trial_ttl:after {
    -webkit-transform: rotate(53deg) skew(20deg);
    -webkit-box-shadow: 4px 4px #93ab9e;
    background-color: #49b6ec;
    bottom: -6px;
    box-shadow: 4px 4px #93ab9e;
    height: 19px;
    transform: rotate(53deg) skew(20deg);
    width: 20px;
  }
  .p-trial_flow {
    margin: 0 auto;
    width: 800px;
  }
  .p-trial_flow h4 {
    font-size: 26px;
    margin: 40px 0;
  }
  .p-trial_flow_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .p-trial_flow_step li {
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    height: 250px;
    line-height: 1.3;
    margin: auto;
    margin-right: 30px;
    padding: 20px 0 0;
    width: calc((100% - 30px) / 4);
  }
  .p-trial_flow_step li:last-child {
    margin-right: 0;
  }
  .p-trial_flow_step li::before {
    height: 100px;
    width: 100px;
  }
  .p-trial_flow_step li:nth-child(1)::before {
    background: url(../img/flow_step1.png);
    background-size: contain;
  }
  .p-trial_flow_step li:nth-child(2)::before {
    background: url(../img/flow_step2.png);
    background-size: contain;
  }
  .p-trial_flow_step li:nth-child(3)::before {
    background: url(../img/flow_step3.png);
    background-size: contain;
  }
  .p-trial_flow_step li:nth-child(4)::before {
    background: url(../img/flow_step4.png);
    background-size: contain;
  }
  .p-trial_flow_step li:after {
    -webkit-transform: translateY(-50%);
    border-color: transparent transparent transparent #49b6ec;
    border-style: solid;
    border-width: 12.5px 0 12.5px 13px;
    height: 0;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
  }
  .p-trial_flow_step li:last-child:after {
    content: none;
  }
  .p-trial_flow_desc li {
    margin-bottom: 15px;
  }
  .p-trial_flow_desc li:before {
    border-radius: 10px;
    height: 32px;
    line-height: 32px;
    margin-right: 15px;
    width: 90px;
  }
  .p-trial_flow_desc li:nth-child(1):before {
    content: "step 1";
  }
  .p-trial_flow_desc li:nth-child(2):before {
    content: "step 2";
  }
  .p-trial_1col-list {
    padding: 40px;
  }
  .p-trial_1col-list_item {
    border-radius: 20px;
    padding-bottom: 20px;
  }
  .p-trial_1col-list_item h4 {
    font-size: 26px;
    padding-top: 120px;
  }
  .p-trial_1col-list_item h4 span {
    font-size: 16px;
    margin-top: 15px;
  }
  .p-trial_1col-list_item .lead {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
  }
  .p-trial_1col-list_item ul {
    color: #263238;
    padding: 40px 40px 20px;
    width: 900px;
  }
  .p-trial_1col-list_item ul li {
    font-size: 14px;
    margin: 0 10px 10px 0;
    width: calc((100% - 30px) / 4);
  }
  .p-trial_1col-list_item ul li:nth-child(4n) {
    margin-right: 0;
  }
  .p-trial_1col-list_item ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .p-trial_1col-list_item ul li a {
    -webkit-box-shadow: 0 2px #eeeeee;
    border-radius: 5px;
    box-shadow: 0 2px #eeeeee;
    height: 45px;
  }
  .p-trial_2col-list {
    background-color: #f0f0f0;
    padding: 40px;
  }
  .p-trial_2col-list h4 {
    font-size: 26px;
    line-height: 1.3;
    padding-top: 120px;
  }
  .p-trial_2col-list h4 span {
    font-size: 16px;
    margin-top: 5px;
  }
  .p-trial_2col-list h4:after {
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
  }
  .p-trial_2col-list .lead {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
  }
  .p-trial_2col-list_item {
    border-radius: 20px;
    margin-right: 20px;
    padding: 18px;
    width: calc((100% - 20px) / 2);
  }
  .p-trial_2col-list_item:nth-child(2) {
    margin-right: 0;
  }
  .p-trial_2col-list_item ul {
    color: #263238;
    margin-bottom: 30px;
    padding: 40px 0 0;
  }
  .p-trial_2col-list_item ul li {
    font-size: 14px;
    margin: 0 10px 10px 0;
    width: calc((100% - 10px) / 2);
  }
  .p-trial_2col-list_item ul li:nth-child(2n) {
    margin-right: 0;
  }
  .p-trial_2col-list_item ul li a {
    -webkit-box-shadow: 0 2px #eeeeee;
    border-radius: 5px;
    box-shadow: 0 2px #eeeeee;
    color: #000;
    height: 45px;
  }
  .p-trial_2col-list_item:nth-child(1) h4:after {
    background: url(../img/select_spring.png);
    background-size: contain;
    height: 62px;
    width: 57px;
  }
  .p-trial_2col-list_item:nth-child(2) h4:after {
    background: url(../img/select_daytime.png);
    background-size: contain;
    height: 66px;
    width: 66px;
  }
  .p-trial_2col-list_item p {
    font-size: 12px;
  }
  .p-trial .p-inquiry {
    margin: 50px auto 0;
  }
  .p-trial .p-inquiry ul li {
    line-height: 1.5;
    width: 100%;
  }
  .p-trial .p-inquiry ul li:nth-child(1) {
    font-size: 20px;
  }
  .p-trial .p-inquiry ul li a {
    color: #000;
    text-decoration: none;
  }
  .p-trial .p-inquiry_number {
    font-size: 46px;
    margin-top: 0;
  }
  .p-trial .p-inquiry_number:before {
    background: url(../img/tel.png) no-repeat;
    background-size: contain;
    height: 46px;
    margin: 30px 13px 30px 0;
    position: relative;
    top: 5px;
    width: 50px;
  }
  .p-trial .p-inquiry .inquiry-btn {
    margin: 20px auto 0;
    text-align: center;
    width: 500px;
  }
  .p-trial .p-inquiry .inquiry-btn a {
    -webkit-transition: .2s ease-in-out;
    -webkit-box-shadow: 0 2px #a4c1ae;
    background-color: #4a148c;
    border-radius: 5px;
    box-shadow: 0 2px #a4c1ae;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    transition: .2s ease-in-out;
    width: 500px;
  }
  .p-trial .p-inquiry .inquiry-btn a span {
    font-size: 12px;
  }
  .p-trial .p-inquiry .inquiry-btn a:hover {
    background-color: #7d4db7;
  }
}

@media only screen and (max-width: 768px) {
  .p-trial {
    margin: 0 auto 13.333vw;
    width: 100%;
  }
  .p-trial_ttl {
    -webkit-box-shadow: 0 0.533vw rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.533vw rgba(0, 0, 0, 0.3);
    font-size: 6.133vw;
    height: 22vw;
    line-height: 1.2;
    text-align: center;
    width: 100%;
  }
  .p-trial_ttl:after {
    -webkit-transform: rotate(53deg) skew(20deg);
    -webkit-box-shadow: 0.533vw 0.533vw #93ab9e;
    background-color: #49b6ec;
    bottom: -0.534vw;
    box-shadow: 0.533vw 0.533vw #93ab9e;
    height: 2.4vw;
    transform: rotate(53deg) skew(20deg);
    width: 2.666vw;
  }
  .p-trial_flow {
    margin: 0 auto;
    width: 100%;
  }
  .p-trial_flow h4 {
    font-size: 4vw;
    margin: 6.666vw 0;
  }
  .p-trial_flow_step {
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 8vw 2.666vw;
    white-space: nowrap;
  }
  .p-trial_flow_step li {
    -ms-flex-negative: 0;
    border-radius: 10px;
    flex-shrink: 0;
    font-size: 4vw;
    height: 53.333vw;
    line-height: 1.5;
    margin-right: 8vw;
    width: 32vw;
  }
  .p-trial_flow_step li::before {
    height: 21.333vw;
    margin: 4vw auto 0;
    width: 21.333vw;
  }
  .p-trial_flow_step li:nth-child(1)::before {
    background: url(../img/flow_step1.png);
    background-size: contain;
  }
  .p-trial_flow_step li:nth-child(2)::before {
    background: url(../img/flow_step2.png);
    background-size: contain;
  }
  .p-trial_flow_step li:nth-child(3)::before {
    background: url(../img/flow_step3.png);
    background-size: contain;
  }
  .p-trial_flow_step li:nth-child(4)::before {
    background: url(../img/flow_step4.png);
    background-size: contain;
  }
  .p-trial_flow_step li:after {
    -webkit-transform: translateY(-50%);
    border-color: transparent transparent transparent #49b6ec;
    border-style: solid;
    border-width: 2.666vw 0 2.666vw 2.666vw;
    height: 0;
    right: -5.334vw;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
  }
  .p-trial_flow_step li:last-child:after {
    content: none;
  }
  .p-trial_flow_desc {
    padding: 4vw 5.333vw;
  }
  .p-trial_flow_desc li {
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-left: 14.666vw;
    position: relative;
  }
  .p-trial_flow_desc li:before {
    border-radius: 1.333vw;
    height: 4.666vw;
    left: 0;
    line-height: 4.666vw;
    margin-right: 15px;
    position: absolute;
    width: 12vw;
  }
  .p-trial_flow_desc li:nth-child(1):before {
    content: "step 1";
    font-size: 2.666vw;
  }
  .p-trial_flow_desc li:nth-child(2):before {
    content: "step 2";
    font-size: 2.666vw;
  }
  .p-trial_flow_desc li:last-child {
    margin-bottom: 0;
  }
  .p-trial_1col-list {
    padding: 2.666vw 2.666vw 8vw;
  }
  .p-trial_1col-list_item {
    border-radius: 2.666vw;
    padding-bottom: 4vw;
  }
  .p-trial_1col-list_item h4 {
    font-size: 4vw;
    padding-top: 20.666vw;
  }
  .p-trial_1col-list_item h4 span {
    font-size: 2.666vw;
    margin-top: 2.666vw;
  }
  .p-trial_1col-list_item h4:before {
    -webkit-transform: translateX(-50%);
    background: url(../img/select_spring.png) no-repeat;
    background-size: contain;
    height: 12.266vw;
    left: 50%;
    top: 6vw;
    transform: translateX(-50%);
    width: 12.266vw;
  }
  .p-trial_1col-list_item .lead {
    font-size: 2.666vw;
    font-weight: bold;
    margin-top: 1.333vw;
  }
  .p-trial_1col-list_item ul {
    color: #263238;
    padding: 4.666vw 2.666vw;
    width: 94.666vw;
  }
  .p-trial_1col-list_item ul li {
    font-size: 3.2vw;
    margin: 0 10px 10px 0;
    width: calc((100% - 10px) / 2);
  }
  .p-trial_1col-list_item ul li:nth-child(2n) {
    margin-right: 0;
  }
  .p-trial_1col-list_item ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .p-trial_1col-list_item ul li a {
    -webkit-box-shadow: 0 0.533vw #eeeeee;
    border-radius: 0.666vw;
    box-shadow: 0 0.533vw #eeeeee;
    height: 12vw;
  }
  .p-trial_2col-list {
    background-color: #c2f2d3;
    padding: 2.666vw 2.666vw 8vw;
  }
  .p-trial_2col-list h4 {
    font-size: 4vw;
    line-height: 1.3;
    padding-top: 20.666vw;
  }
  .p-trial_2col-list h4 span {
    font-size: 2.666vw;
    letter-spacing: -0.01px;
    margin-top: 0.666vw;
  }
  .p-trial_2col-list h4:after {
    -webkit-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
  }
  .p-trial_2col-list .lead {
    font-size: 2.666vw;
    font-weight: bold;
    margin-top: 2.666vw;
  }
  .p-trial_2col-list_item {
    border-radius: 1.333vw;
    margin-right: 10px;
    padding: 2.666vw 2.666vw 4.666vw;
    width: calc((100% - 10px) / 2);
  }
  .p-trial_2col-list_item:nth-child(2) {
    margin-right: 0;
  }
  .p-trial_2col-list_item ul {
    color: #263238;
    padding: 4.666vw 0 0;
  }
  .p-trial_2col-list_item ul li {
    font-size: 3.2vw;
    margin-bottom: 1.866vw;
    width: 100%;
  }
  .p-trial_2col-list_item ul li a {
    -webkit-box-shadow: 0 0.533vw #eeeeee;
    border-radius: 0.666vw;
    box-shadow: 0 0.533vw #eeeeee;
    height: 12vw;
  }
  .p-trial_2col-list_item:nth-child(1) h4:after {
    background: url(../img/select_spring.png) no-repeat;
    background-size: contain;
    height: 8vw;
    top: 7.333vw;
    width: 8vw;
  }
  .p-trial_2col-list_item:nth-child(2) h4:after {
    background: url(../img/select_daytime.png) no-repeat;
    background-size: contain;
    height: 12.266vw;
    top: 6vw;
    width: 12.266vw;
  }
  .p-trial_2col-list_item p {
    font-size: 2.666vw;
    line-height: 1.5;
    margin-top: 2.666vw;
  }
  .p-trial .p-inquiry {
    margin: 6.666vw auto 0;
  }
  .p-trial .p-inquiry ul li {
    line-height: 1.5;
    width: 100%;
  }
  .p-trial .p-inquiry ul li:nth-child(1) {
    font-size: 3.2vw;
  }
  .p-trial .p-inquiry_number {
    font-size: 6.133vw;
    margin-top: 0;
  }
  .p-trial .p-inquiry_number a {
    color: #4a148c;
    text-decoration: underline;
  }
  .p-trial .p-inquiry_number:before {
    background: url(../img/tel.png) no-repeat;
    background-size: contain;
    height: 8vw;
    margin: 4.666vw 2.666vw 4.666vw 0;
    position: relative;
    top: 1.333vw;
    width: 8.533vw;
  }
  .p-trial .p-inquiry .inquiry-btn {
    margin: 5.333vw auto 0;
    text-align: center;
    width: 100%;
  }
  .p-trial .p-inquiry .inquiry-btn a {
    -webkit-transition: .2s ease-in-out;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 0 3px #a4c1ae;
    background-color: #4a148c;
    border-radius: 5px;
    box-shadow: 0 3px #a4c1ae;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 4vw;
    font-weight: bold;
    padding: 2.666vw;
    text-decoration: none;
    transition: .2s ease-in-out;
    width: 280px;
  }
  .p-trial .p-inquiry .inquiry-btn a span {
    font-size: 2.666vw;
  }
  .p-trial .p-inquiry .inquiry-btn a:hover {
    background-color: #7d4db7;
  }
}

.l-spring .p-trial_1col-list_item h4:after {
  content: "";
  display: inline-block;
  position: absolute;
}

@media only screen and (min-width: 769px) {
  .l-spring .p-trial_1col-list_item h4:before {
    -webkit-transform: translateX(-50%);
    background: url(../img/select_spring.png) no-repeat;
    background-size: contain;
    height: 54px;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    width: 54px;
  }
  .l-spring .p-trial_1col-list_item ul li a {
    -webkit-transition: .2s ease-in-out;
    background-color: #e78585;
    transition: .2s ease-in-out;
  }
  .l-spring .p-trial_1col-list_item ul li:hover a {
    background-color: #ffd4e1;
  }
}

@media only screen and (max-width: 768px) {
  .l-spring .p-trial_1col-list_item h4:before {
    -webkit-transform: translateX(-50%);
    background: url(../img/select_spring.png) no-repeat;
    background-size: contain;
    height: 9.333vw;
    left: 50%;
    top: 5.333vw;
    transform: translateX(-50%);
    width: 9.333vw;
  }
}

.l-daytime .p-trial {
  margin-bottom: 0;
}

.l-daytime .p-trial_1col-list_item h4:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.l-daytime .p-trial_1col-list_item ul li a {
  -webkit-transition: .2s ease-in-out;
  background-color: #83d4f1;
  transition: .2s ease-in-out;
}

.l-daytime .p-trial_1col-list_item ul li:hover a {
  background-color: #f3fafc;
}

@media only screen and (min-width: 769px) {
  .l-daytime .p-trial_1col-list_item h4:before {
    -webkit-transform: translateX(-50%);
    background: url(../img/select_daytime.png) no-repeat;
    background-size: contain;
    height: 66px;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    width: 66px;
  }
  .l-daytime .p-trial_1col-list_item ul li a {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .l-daytime .p-trial_1col-list_item ul li:hover a {
    background-color: #c9e7ed;
  }
}

@media only screen and (max-width: 768px) {
  .l-daytime .p-trial_1col-list_item h4:before {
    -webkit-transform: translateX(-50%);
    background: url(../img/select_daytime.png) no-repeat;
    background-size: contain;
    height: 12.266vw;
    left: 50%;
    top: 5.333vw;
    transform: translateX(-50%);
    width: 12.266vw;
  }
}

.p-ttl-bg {
  position: relative;
}

.p-ttl-bg:before {
  content: "";
  display: inline-block;
  position: absolute;
}

.p-ttl-bg:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.p-ttl-bg > div {
  -webkit-transform: translateX(-50%);
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}

.p-ttl-bg > div .c-img_ttl {
  background: url(../img/ttl_spring-lesson.png) center;
  background-size: contain;
}

.p-ttl-bg_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 769px) {
  .p-ttl-bg {
    height: 510px;
    width: 100%;
  }
  .p-ttl-bg:before {
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: 45px;
    transform: translateX(-50%);
  }
  .p-ttl-bg:after {
    bottom: 0;
    height: 260px;
    width: 100%;
  }
  .p-ttl-bg > div {
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: 290px;
    transform: translateX(-50%);
    z-index: 10;
  }
  .p-ttl-bg > div .c-img_ttl {
    background: url(../img/ttl_spring-lesson.png) center;
    background-size: contain;
  }
}

@media only screen and (max-width: 768px) {
  .p-ttl-bg {
    height: 66.666vw;
    width: 100%;
  }
  .p-ttl-bg:before {
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: 45px;
    transform: translateX(-50%);
  }
  .p-ttl-bg:after {
    bottom: 0;
    height: 33.333vw;
    width: 100%;
  }
  .p-ttl-bg > div {
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: 37.333vw;
    transform: translateX(-50%);
    z-index: 10;
  }
  .p-ttl-bg > div .c-img_ttl {
    background: url(../img/ttl_spring-lesson.png) center;
    background-size: contain;
  }
}

.l-spring .p-ttl-bg {
  background: url(../img/bg_spring.jpg) top;
  background-size: cover;
}

.l-spring .p-ttl-bg:after {
  background-color: #e78585;
}

@media only screen and (min-width: 769px) {
  .l-spring .p-ttl-bg {
    background: url(../img/bg_spring.jpg) top;
    background-size: cover;
  }
  .l-spring .p-ttl-bg:before {
    background: url(../img/bg_spring_icon.png) no-repeat center;
    background-size: contain;
    height: 178px;
    width: 148px;
  }
  .l-spring .p-ttl-bg:after {
    background-color: #e78585;
  }
  .l-spring .p-ttl-bg > div .c-img_ttl {
    background: url(../img/ttl_spring-lesson.png) no-repeat center;
    background-size: contain;
    height: 69px;
    margin-top: 20px;
    width: 650px;
  }
}

@media only screen and (max-width: 768px) {
  .l-spring .p-ttl-bg {
    background: url(../img/bg_spring.jpg) top;
    background-size: cover;
  }
  .l-spring .p-ttl-bg:before {
    background: url(../img/bg_spring_icon.png) no-repeat center;
    background-size: contain;
    height: 22.8vw;
    left: 50%;
    top: 6vw;
    width: 18.666vw;
  }
  .l-spring .p-ttl-bg:after {
    background-color: #e78585;
  }
  .l-spring .p-ttl-bg > div .c-img_ttl {
    background: url(../img/ttl_spring-lesson.png) no-repeat center;
    background-size: contain;
    height: 13.333vw;
    width: 94.666vw;
  }
}

.l-daytime .p-ttl-bg {
  background: url(../img/bg_daytime.jpg) top;
  background-size: cover;
}

.l-daytime .p-ttl-bg:before {
  background: url(../img/bg_daytime_icon.png) no-repeat center;
  background-size: contain;
  height: 178px;
  width: 148px;
}

.l-daytime .p-ttl-bg:after {
  background-color: #83d4f1;
}

.l-daytime .p-ttl-bg > div .c-img_ttl {
  background: url(../img/ttl_daytime.png) center;
  background-size: contain;
  height: 69px;
  margin-top: 20px;
  width: 622px;
}

@media only screen and (max-width: 768px) {
  .l-daytime .p-ttl-bg {
    background: url(../img/bg_daytime.jpg) top;
    background-size: cover;
  }
  .l-daytime .p-ttl-bg:before {
    background: url(../img/bg_daytime_icon.png) no-repeat center;
    background-size: contain;
    height: 22.8vw;
    left: 50%;
    top: 6vw;
    width: 18.666vw;
  }
  .l-daytime .p-ttl-bg:after {
    background-color: #83d4f1;
  }
  .l-daytime .p-ttl-bg > div .c-img_ttl {
    background: url(../img/ttl_daytime.png) no-repeat center;
    background-size: contain;
    height: 13.333vw;
    margin-top: 1.866vw;
    width: 94.666vw;
  }
}

.p-voice_item_teacher {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e78585;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: left;
}

.p-voice_item_teacher:before {
  content: "";
  position: absolute;
}

.p-voice_item_teacher p {
  font-weight: bold;
}

.p-voice_item_qanda li {
  background-color: #fafafa;
}

.p-voice_item_qanda li .question, .p-voice_item_qanda li .answer {
  position: relative;
}

.p-voice_item_qanda li .question:before, .p-voice_item_qanda li .answer:before {
  font-weight: bold;
  position: absolute;
}

.p-voice_item_qanda li .question {
  font-weight: bold;
}

.p-voice_item_qanda li .question:before {
  color: #83d4f1;
  content: "Q";
}

.p-voice_item_qanda li .answer:before {
  color: #ffbf00;
  content: "A";
}

@media only screen and (min-width: 769px) {
  .p-voice {
    margin: 0 auto;
    width: 800px;
  }
  .p-voice h3.c-ttl_h3:before {
    background: url(../img/ttl_voice.png) no-repeat;
    background-size: contain;
    height: 82px;
    width: 101px;
  }
  .p-voice_item {
    margin-bottom: 80px;
  }
  .p-voice_item_teacher {
    height: 160px;
    line-height: 160px;
    margin: 0 auto 30px;
    padding-left: 190px;
    text-align: left;
    width: 380px;
  }
  .p-voice_item_teacher:before {
    -webkit-transform: translateY(-50%);
    background: url(../img/teacher_guitar.png) no-repeat;
    background-size: contain;
    height: 160px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
  }
  .p-voice_item_qanda li {
    margin-bottom: 20px;
    padding: 35px 35px 35px 75px;
  }
  .p-voice_item_qanda li .question, .p-voice_item_qanda li .answer {
    line-height: 1.5;
  }
  .p-voice_item_qanda li .question:before, .p-voice_item_qanda li .answer:before {
    font-size: 26px;
    left: -1.3em;
    top: -6px;
  }
  .p-voice_item_qanda li .question {
    margin-bottom: 25px;
  }
  .p-voice_item_qanda li:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-voice {
    margin: 0 auto;
    width: 100%;
  }
  .p-voice h3.c-ttl_h3:before {
    background: url(../img/ttl_voice.png) no-repeat;
    background-size: contain;
    height: 23.733vw;
    top: -26.667vw;
    width: 26.933vw;
  }
  .p-voice_item {
    margin-bottom: 10.666vw;
  }
  .p-voice_item_teacher {
    height: 32vw;
    line-height: 32vw;
    margin: 0 auto 5.333vw;
    padding-left: 48vw;
    text-align: left;
  }
  .p-voice_item_teacher:before {
    -webkit-transform: translateY(-50%);
    background: url(../img/teacher_guitar.png) no-repeat;
    background-size: contain;
    height: 32vw;
    left: 12vw;
    top: 50%;
    transform: translateY(-50%);
    width: 32vw;
  }
  .p-voice_item_qanda li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 5.333vw;
    padding: 5.333vw 2.666vw 5.333vw 13.333vw;
    width: 88vw;
  }
  .p-voice_item_qanda li .question, .p-voice_item_qanda li .answer {
    line-height: 1.5;
  }
  .p-voice_item_qanda li .question:before, .p-voice_item_qanda li .answer:before {
    font-size: 6.666vw;
    left: -1.3em;
    top: -2.667vw;
  }
  .p-voice_item_qanda li .question {
    margin-bottom: 5.333vw;
  }
  .p-voice_item_qanda li .answer:before {
    left: -1.2em;
  }
  .p-voice_item_qanda li:last-child {
    margin-bottom: 0;
  }
}

.l-spring .p-voice_item_teacher:before {
  background: url(../img/teacher_guitar.png);
  background-size: contain;
}

.l-daytime .p-voice_item_teacher:before {
  background: url(../img/teacher_piano.png);
  background-size: contain;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
