@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  list-style: none;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 16px;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

picture {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

/* リキッドレイアウト対応 */
@font-face {
  font-family: "nsans_r";
  src: url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/nsans_jp_r.woff2) format("woff2"), url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/nsans_jp_r.otf) format("opentype"), url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/nsans_jp_r.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "nsans_m";
  src: url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/nsans_jp_m.woff2) format("woff2"), url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/nsans_jp_m.otf) format("opentype"), url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/nsans_jp_m.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "nsans_b";
  src: url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/nsans_jp_b.woff2) format("woff2"), url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/nsans_jp_b.otf) format("opentype"), url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/nsans_jp_b.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "nserif_m";
  src: url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/nserif_jp_m.woff2) format("woff2"), url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/nserif_jp_m.otf) format("opentype"), url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/nserif_jp_m.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "nserif_b";
  src: url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/nserif_jp_b.woff2) format("woff2"), url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/nserif_jp_b.otf) format("opentype"), url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/nserif_jp_b.ttf) format("truetype");
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  font-size: 200px;
}
@media screen and (max-width: 767px) {
  :root {
    font-size: 25.641025641vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px), print {
  a[href^="tel:"] {
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    -webkit-text-decoration-skip-ink: inherit;
            text-decoration-skip-ink: inherit;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  a:hover {
    opacity: 0.8;
  }
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #000;
  overflow-x: hidden;
  font-family: "nsans_b", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  position: relative;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 1.8;
  font-size: 0.18rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

@font-face {
  font-family: "zenmin_m";
  src: url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/zenmin_m.woff2) format("woff2"), url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/zenmin_m.otf) format("opentype"), url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/zenmin_m.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "zenmin_b";
  src: url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/zenmin_b.woff2) format("woff2"), url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/zenmin_b.otf) format("opentype"), url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/fonts/zenmin_b.ttf) format("truetype");
  font-display: swap;
}
.l-body {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .l-body:before, .l-body:after {
    width: calc(50vw - 1.98rem);
    /*height: 100vh;*/
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: #f8f8f8;
    content: "";
    z-index: 9999;
  }
  .l-body:before {
    left: 0;
  }
  .l-body:after {
    right: 0;
  }
}

#l-wrapper {
  max-width: 3.9rem;
  margin: 0 auto;
  overflow: hidden;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 3.9rem;
  margin: 0 auto;
  z-index: 7000;
}
.l-header__nav {
  position: relative;
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s;
}
.l-header__nav.active {
  transform: translate3d(calc(-100% + 0.6rem), 0, 0);
}
.l-header__nav.active .l-header__menuBtn .bar {
  background: transparent;
}
.l-header__nav.active .l-header__menuBtn .bar::before {
  transform: translate3D(0, -50%, 0) rotate(135deg);
}
.l-header__nav.active .l-header__menuBtn .bar::after {
  transform: translate3D(0, 50%, 0) rotate(-135deg);
}
.l-header__nav.active .l-header__menuBtn .bar span {
  opacity: 0;
}
.l-header__menuBtn {
  display: block;
  width: 0.55rem;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  padding: 0;
  background: #472218;
  z-index: 9000;
}
.l-header__menuBtn .text {
  text-align: center;
  color: #fff;
  font-size: 0.12rem;
  line-height: 1;
  position: absolute;
  top: 0.07rem;
  left: 0;
  width: 100%;
}
.l-header__menuBtn .bar {
  margin: 0.12rem auto 0;
  position: relative;
  width: 66%;
  height: 0.03rem;
  background: #fff;
}
.l-header__menuBtn .bar::before, .l-header__menuBtn .bar::after {
  display: block;
  width: 100%;
  height: 0.03rem;
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
  transition: 0.2s;
  transition-property: transform;
}
.l-header__menuBtn .bar::before {
  top: 50%;
  transform: translate3D(0, -0.1rem, 0);
}
.l-header__menuBtn .bar::after {
  bottom: 50%;
  transform: translate3D(0, 0.1rem, 0);
  bottom: 50%;
}
.l-header__menu {
  padding: 0.3rem;
  box-sizing: border-box;
  width: 3.3rem;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translate3d(100%, 0, 0);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  z-index: 8000;
}
.l-header__menu > * {
  position: relative;
}
.l-header__menu ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.05rem;
}
.l-header__menu ul li {
  border-bottom: 1px solid #472218;
  padding: 0 0 0.05rem;
}
.l-header__menu ul li:last-child {
  border: none;
}
.l-header__menu ul a {
  font-family: "nserif_b", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-size: 0.23rem;
  color: #472218;
  display: flex;
  align-items: center;
}
.l-header__menu ul a:after {
  width: 0.1rem;
  height: 0.05rem;
  border: 0.05rem solid transparent;
  border-left: 0.05rem solid #000;
  border-right: none;
  vertical-align: middle;
  box-sizing: border-box;
  margin-left: 0.1rem;
  content: "";
}
.l-header__menuCloseBtn {
  display: block;
  width: 100%;
  padding: 0;
  background: #472218;
  color: #fff;
  z-index: 9000;
  border-radius: 0.5rem;
  font-size: 0.18rem;
  padding: 0.05rem 0 0.075rem;
  font-family: "nserif_b", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  margin-top: 0.35rem;
}
.l-header__menuCloseBtn .bar {
  margin: 0 auto;
  position: absolute;
  width: 0.18rem;
  height: 0.02rem;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
}
.l-header__menuCloseBtn .bar::before, .l-header__menuCloseBtn .bar::after {
  display: block;
  width: 100%;
  height: 0.02rem;
  position: absolute;
  left: 0;
  background: #fff;
  transition: 0.2s;
  content: "";
  transition-property: transform;
}
.l-header__menuCloseBtn .bar::before {
  top: 50%;
  transform: translate3D(0, -50%, 0) rotate(140deg);
}
.l-header__menuCloseBtn .bar::after {
  transform: translate3D(0, 50%, 0) rotate(-140deg);
  bottom: 50%;
}
.l-main {
  background: #fff;
  position: relative;
}

.l-inner {
  max-width: 3.5rem;
  margin: 0 auto;
}
.l-footer {
  background-color: #fff;
  padding: 0.6rem 0 1rem;
}
.l-footer__logo {
  width: 1.73rem;
  margin: 0 auto 0.15rem;
}
.l-footer__title, .l-footer__company, .l-footer__text {
  text-align: center;
  color: #644229;
  line-height: 1.6;
}
.l-footer__title {
  font-size: 0.16rem;
  margin-bottom: 0.15rem;
}
.l-footer__company {
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
}
.l-footer__text {
  font-size: 0.12rem;
}
.l-footer__text + .l-footer__text {
  margin-top: 0.1rem;
}

.l-copy {
  margin-top: 0.15rem;
  padding-top: 0.1rem;
  border-top: 1px solid #644229;
  font-size: 0.1rem;
  text-align: center;
  color: #644229;
  font-weight: 400;
}

.p-mv {
  padding: 0.2rem 0;
}
.p-mv__catch {
  font-family: "nserif_b", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  text-align: center;
  line-height: 1.2;
}
.p-mv__catch-sub {
  color: #472218;
  font-size: 0.17rem;
  margin-bottom: 0.05rem;
}
.p-mv__catch-main {
  background: linear-gradient(91.96deg, #473319 0%, #A05221 50%, #473319 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 0.41rem;
  font-feature-settings: "palt";
  border-top: 0.03rem solid;
  border-bottom: 0.03rem solid;
  -o-border-image: linear-gradient(286.6deg, #F5BA57 2.63%, #D9A13C 11.7%, #F5EDAF 50.97%, #F2E5A3 54.75%, #EBD184 62.3%, #E1B153 71.37%, #D9992E 77.41%) 1;
     border-image: linear-gradient(286.6deg, #F5BA57 2.63%, #D9A13C 11.7%, #F5EDAF 50.97%, #F2E5A3 54.75%, #EBD184 62.3%, #E1B153 71.37%, #D9992E 77.41%) 1;
  padding: 0 0 0.05rem;
}
.p-mv__text {
  width: 2.35rem;
  margin: 0.05rem auto 0;
}
.p-mv__benefit {
  margin: 0.1rem 0 0;
}

.p-pro {
  padding: 0.4rem 0 0.2rem;
}
.p-pro__title {
  font-family: "nserif_b", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  text-align: center;
  font-size: 0.23rem;
  line-height: 1.2;
}
.p-pro__title span {
  color: #472218;
  display: block;
  font-size: 0.35rem;
}
.p-pro__text {
  margin: 0.2rem 0 0;
}
.p-pro__text span {
  text-decoration: underline;
  text-decoration-color: #DB0000;
  text-decoration-thickness: 0.02rem;
  text-underline-offset: 0.25em;
}
.p-pro__image {
  margin: 0.2rem 0 0;
}

.p-bg__gray {
  background: linear-gradient(180deg, #4B4F5C 0%, #37415F 100%);
  padding: 0.3rem 0;
  border-radius: 0.4rem 0.4rem 0 0;
}

.p-cate__catch {
  color: #fff;
  font-family: "nserif_b", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  text-align: center;
  font-size: 0.23rem;
  line-height: 1.2;
}
.p-cate__title {
  color: #fff;
  font-family: "nserif_b", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  text-align: center;
  font-size: 0.35rem;
  line-height: 1.2;
  padding: 0 0 0.1rem;
  border-bottom: 0.03rem solid;
  -o-border-image: linear-gradient(286.6deg, #F5BA57 2.63%, #D9A13C 11.7%, #F5EDAF 50.97%, #F2E5A3 54.75%, #EBD184 62.3%, #E1B153 71.37%, #D9992E 77.41%) 1;
     border-image: linear-gradient(286.6deg, #F5BA57 2.63%, #D9A13C 11.7%, #F5EDAF 50.97%, #F2E5A3 54.75%, #EBD184 62.3%, #E1B153 71.37%, #D9992E 77.41%) 1;
}
.p-cate__item {
  padding: 0.15rem;
  position: relative;
  background: #fff;
  border-radius: 0.1rem;
  z-index: 0;
}
.p-cate__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1rem;
  margin: 0.3rem 0 0;
}
.p-cate__item:before {
  content: "";
  position: absolute;
  inset: 0.05rem;
  border-radius: 0.05rem;
  background: linear-gradient(286.6deg, #F5BA57 2.63%, #D9A13C 11.7%, #F5EDAF 50.97%, #F2E5A3 54.75%, #EBD184 62.3%, #E1B153 71.37%, #D9992E 77.41%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 0.01rem;
  z-index: -1;
}
.p-cate__item-image {
  width: 100%;
  aspect-ratio: 134/86;
}
.p-cate__item-text {
  font-family: "nserif_b", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-size: 0.17rem;
  text-align: center;
  margin-top: 0.05rem;
}
.p-cate__other {
  margin: 0.2rem 0 0;
  color: #fff;
}
.p-cate__other-catch {
  border: 0.03rem solid;
  -o-border-image: linear-gradient(286.6deg, #F5BA57 2.63%, #D9A13C 11.7%, #F5EDAF 50.97%, #F2E5A3 54.75%, #EBD184 62.3%, #E1B153 71.37%, #D9992E 77.41%) 1;
     border-image: linear-gradient(286.6deg, #F5BA57 2.63%, #D9A13C 11.7%, #F5EDAF 50.97%, #F2E5A3 54.75%, #EBD184 62.3%, #E1B153 71.37%, #D9992E 77.41%) 1;
  padding: 0.1rem;
  font-family: "nserif_b", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  text-align: center;
  font-size: 0.28rem;
  line-height: 1.2;
}
.p-cate__other-cate {
  text-align: center;
  font-size: 0.14rem;
  margin: 0.1rem 0 0;
}
.p-cate__other-text {
  text-align: center;
  margin: 0.2rem 0 0;
  padding: 0 0.3rem;
  position: relative;
}
.p-cate__other-text:before, .p-cate__other-text:after {
  width: 0.1rem;
  aspect-ratio: 1/2;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/images/common/ico-arrow01.svg) center/contain no-repeat;
  content: "";
}
.p-cate__other-text:before {
  left: 0.15rem;
}
.p-cate__other-text:after {
  right: 0.15rem;
  transform: translateY(-50%) scaleX(-1);
}

.p-case {
  padding: 0.5rem 0 0.5rem;
}
.p-case .l-inner {
  width: 3.3rem;
}
.p-case__title {
  color: #fff;
  font-family: "nserif_b", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  text-align: center;
  font-size: 0.35rem;
  line-height: 1.2;
  padding: 0 0 0.1rem;
  text-align: center;
  display: table;
  margin-inline: auto;
  background-image: linear-gradient(286.6deg, #F5BA57 2.63%, #D9A13C 11.7%, #F5EDAF 50.97%, #F2E5A3 54.75%, #EBD184 62.3%, #E1B153 71.37%, #D9992E 77.41%);
  background-repeat: no-repeat;
  background-size: 100% 0.06em;
  background-position: center bottom;
  padding-bottom: 0.1em;
}
.p-case__item {
  padding: 0 0.1rem;
  position: relative;
  background: #fff;
  border-radius: 0.1rem;
  z-index: 0;
  text-align: center;
  box-sizing: border-box;
}
.p-case__items {
  margin: 0.2rem 0 0;
}
.p-case__item:before {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: 0.05rem;
  background: linear-gradient(286.6deg, #F5BA57 2.63%, #D9A13C 11.7%, #F5EDAF 50.97%, #F2E5A3 54.75%, #EBD184 62.3%, #E1B153 71.37%, #D9992E 77.41%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 0.01rem;
}
.p-case__item-image {
  width: 100%;
  height: 2.5rem;
  margin-top: 0.1rem;
}
.p-case__item-image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.p-case__item-text {
  padding: 0.15rem 0 0.3rem;
  color: #663E24;
  line-height: 1.2;
  height: calc(100% - 2.5rem);
}
.p-case__item-add {
  font-size: 0.12rem;
  margin: 0.05rem 0 0;
}
.p-case__item-price {
  margin: 0.15rem 0 0;
  display: grid;
  grid-template-columns: 0.9rem auto;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
}
.p-case__item-price dt {
  background: #5B2C1F;
  color: #fff;
  padding: 0.03rem 0.05rem 0.05rem;
  line-height: 1.2;
}
.p-case__item-price dd {
  color: #B35600;
}
.p-case__item-price dd span {
  font-size: 0.35rem;
  line-height: 1;
}
.p-case__slider {
  position: relative;
  overflow: visible;
}
.p-case__slider .swiper-slide {
  height: auto;
}
.p-case__slider .swiper-pagination {
  top: 100%;
  bottom: auto;
}
.p-case__slider .swiper-pagination-bullet {
  display: inline-block;
  background: #fff;
  width: 0.08rem;
  height: 0.08rem;
  opacity: 1;
  margin: 0 0.05rem !important;
}
.p-case__slider .swiper-pagination-bullet-active {
  background: #984A34;
}
.p-case__slider .swiper-button {
  background: #CB6245;
  width: 0.46rem;
  height: 0.46rem;
  color: #fff;
  border-radius: 50%;
}
.p-case__slider .swiper-button-prev {
  transform: translateX(-50%);
  left: 0;
}
.p-case__slider .swiper-button-next {
  transform: translateX(50%);
  right: 0;
}
.p-case__slider .swiper-navigation-icon {
  width: 20%;
}

.p-subject {
  background: #E1CFBE;
  padding: 0.3rem 0 0;
}
.p-subject__inner {
  background: #fff;
  border-radius: 0.4rem;
  padding: 0 0.2rem 0.3rem;
}
.p-subject__title {
  margin: 0 -0.32rem;
  position: relative;
  top: -0.3rem;
}
.p-subject__item {
  display: grid;
  grid-template-columns: 0.8rem auto;
  align-items: center;
  border: 1px solid #D7C8BE;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.p-subject__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.1rem;
}
.p-subject__item-image {
  width: 100%;
  height: 100%;
}
.p-subject__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-subject__item-label {
  background: #CB6245;
  color: #fff;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  left: 0.9rem;
  transform: translateY(-50%);
  width: 0.4rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.16rem;
}
.p-subject__item-text {
  padding: 0.1rem 0.1rem 0.1rem 0.6rem;
  line-height: 1.5;
  font-size: 0.16rem;
  letter-spacing: -0.02em;
}
.p-subject__item-text span {
  color: #7A3B29;
}
.p-subject__note {
  margin: 0.2rem 0 0;
  font-size: 0.14rem;
}

.p-voice {
  background: #E1CFBE;
  position: relative;
  z-index: 0;
  padding: 0 0 0.5rem;
}
.p-voice:before {
  width: calc(100% - 0.2rem);
  height: calc(100% - 1rem);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #F5F0EA;
  content: "";
  z-index: -1;
}
.p-voice__title {
  margin: 0 -0.1rem 0 -0.2rem;
}
.p-voice__lead {
  text-align: center;
  color: #472218;
}
.p-voice__lead-note {
  font-size: 0.12rem;
  line-height: 1.5;
}
.p-voice__item {
  filter: drop-shadow(0 0.03rem 0.05rem rgba(0, 0, 0, 0.1));
  border-radius: 0.4rem;
  background: #fff;
}
.p-voice__items {
  margin: 0.2rem 0.1rem 0;
}
.p-voice__item-inner {
  padding: 0.3rem;
}
.p-voice__item-detail {
  display: grid;
  grid-template-columns: 0.8rem auto;
  gap: 0.1rem;
  align-items: center;
}
.p-voice__item-title {
  font-size: 0.22rem;
  line-height: 1.2;
  margin: 0.1rem 0 0;
}
.p-voice__item-text {
  margin: 0.15rem 0 0;
}
.p-voice__slider {
  position: relative;
  overflow: visible;
}
.p-voice__slider .swiper-slide {
  height: auto;
}
.p-voice__slider .swiper-pagination {
  top: 100%;
  bottom: auto;
}
.p-voice__slider .swiper-pagination-bullet {
  display: inline-block;
  background: #EFCEC5;
  width: 0.08rem;
  height: 0.08rem;
  opacity: 1;
  margin: 0 0.05rem !important;
}
.p-voice__slider .swiper-pagination-bullet-active {
  background: #984A34;
}
.p-voice__slider .swiper-button {
  background: #CB6245;
  width: 0.46rem;
  height: 0.46rem;
  color: #fff;
  border-radius: 50%;
}
.p-voice__slider .swiper-button-prev {
  transform: translateX(-50%);
  left: 0;
}
.p-voice__slider .swiper-button-next {
  transform: translateX(50%);
  right: 0;
}
.p-voice__slider .swiper-navigation-icon {
  width: 20%;
}

.p-reason {
  padding: 0.3rem 0;
}
.p-reason .l-inner {
  width: 3.3rem;
}
.p-reason__title {
  text-align: center;
}
.p-reason__items {
  margin: 0.2rem 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.p-reason__item-label span {
  background: #F5801E;
  color: #fff;
  font-family: "nserif_b", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  display: inline-block;
  padding: 0 0.2rem;
  position: relative;
}
.p-reason__item-label span:before {
  width: 0.13rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: #F5801E;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
}
.p-reason__item-image {
  margin: 0 -0.3rem 0 0.1rem;
  position: relative;
  z-index: 1;
}
.p-reason__item-catch {
  font-family: "nserif_b", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-size: 0.35rem;
  line-height: 1.2;
  color: #472218;
  margin: 0.05rem 0 0;
}
.p-reason__item-text {
  margin: 0.1rem 0 0;
  font-size: 0.16rem;
}
.p-reason__item-note {
  text-align: right;
  font-size: 0.15rem;
}
.p-reason__item:nth-child(even) .p-reason__item-label {
  text-align: right;
}
.p-reason__item:nth-child(even) .p-reason__item-label span:before {
  left: auto;
  right: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.p-reason__item:nth-child(even) .p-reason__item-image {
  margin: 0 0.1rem 0 -0.3rem;
}

.p-feature {
  position: relative;
  z-index: 0;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 0.3rem 0 0.4rem;
  width: calc(100% - 0.1rem);
  margin: 0 auto 0.3rem;
}
.p-feature:before, .p-feature:after {
  width: 100%;
  aspect-ratio: 380/80;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  z-index: -1;
}
.p-feature:before {
  top: 0;
  background: url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/images/common/bg-feature01_top.png) center top/100% auto no-repeat;
}
.p-feature:after {
  bottom: 0;
  background: url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/images/common/bg-feature01_bottom.png) center bottom/100% auto no-repeat;
}
.p-feature .l-inner {
  width: 3.3rem;
}
.p-feature .l-inner:before, .p-feature .l-inner:after {
  width: 0.03rem;
  height: calc(100% - 0.7rem);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(0deg, #825A21 17.88%, #D9A13C 31.39%, #F5EDAF 65.63%, #DBA745 91.75%, #c1903b 105.26%) no-repeat center bottom/100% 100%;
  content: "";
}
.p-feature .l-inner:before {
  left: 0.075rem;
}
.p-feature .l-inner:after {
  right: 0.07rem;
}
.p-feature__title {
  font-family: "nserif_b", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  text-align: center;
  font-size: 0.23rem;
  line-height: 1.2;
}
.p-feature__title span {
  background: linear-gradient(91.96deg, #473319 0%, #A05221 50%, #473319 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 0.35rem;
}
.p-feature__text {
  margin: 0.2rem 0.1rem 0;
  font-size: 0.15rem;
  line-height: 1.6;
}
.p-feature__text p + p {
  margin-top: 0.15rem;
}
.p-feature__text--grad {
  font-family: "nserif_b", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  background: linear-gradient(91.96deg, #473319 0%, #A05221 50%, #473319 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 0.23rem;
  line-height: 1.2;
}
.p-feature__text--line {
  text-decoration: underline;
  text-decoration-color: #CB6245;
  text-decoration-thickness: 0.03rem;
  text-underline-offset: 0.25em;
}

.p-staff {
  background: #E1CFBE;
  padding: 0.3rem 0;
}
.p-staff__inner {
  background: #fff;
  border-radius: 0.4rem;
  padding: 0.1rem 0.2rem 0.2rem;
}
.p-staff__title {
  margin: 0 -0.31rem;
}
.p-staff__items {
  margin: 0.1rem 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.3rem;
}
.p-staff__item-profile {
  display: grid;
  grid-template-columns: 1.2rem auto;
  gap: 0 0.1rem;
  align-items: center;
}
.p-staff__item-image {
  grid-row: 1/3;
}
.p-staff__item-role {
  color: #984A34;
  line-height: 1.2;
  font-size: 0.14rem;
  margin: auto 0 0.05rem;
}
.p-staff__item-name {
  line-height: 1.2;
  font-family: "nserif_b", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-size: 0.28rem;
  margin-bottom: auto;
}
.p-staff__item-rubi {
  grid-column: 1/3;
  font-family: "nserif_b", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-size: 0.3rem;
  line-height: 1;
  color: #E2E2E2;
  text-align: right;
  margin-top: -0.2rem;
}
.p-staff__item-text {
  margin: 0.1rem 0 0;
  font-size: 0.16rem;
  line-height: 1.7;
}

.p-flow {
  background-color: #E1CFBE;
  position: relative;
  z-index: 0;
  padding-bottom: 0.5rem;
}
.p-flow::before, .p-flow::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.p-flow::before {
  height: 0.5rem;
  background-color: #E1CFBE;
  z-index: -2;
}
.p-flow::after {
  height: 0.3rem;
  background-color: #644229;
  z-index: -1;
}
.p-flow .l-inner {
  margin: 0 0 0 auto;
  max-width: 3.7rem;
}
.p-flow .c-cta {
  background-color: transparent;
  padding: 0;
}
.p-flow .c-cta__box {
  margin: 0;
  background: transparent;
  border-radius: 0;
  padding: 0.1rem 0.15rem 0;
}
.p-flow .c-cta__box-note {
  white-space: nowrap;
}
.p-flow__title {
  /*position: relative;
  left: -.2rem;
  width: calc(100% + .2rem);
  position: relative;
  z-index: 0;*/
  margin-left: -0.11rem;
}
.p-flow__title::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 0.2rem);
  height: 1.5rem;
  background-color: #F2EDEA;
  top: 0.7rem;
  right: 0;
  z-index: -1;
}
.p-flow__catch {
  color: #472218;
  background-color: #F2EDEA;
  padding: 0.1rem 0.2rem 0.3rem;
  z-index: 1;
  position: relative;
  font-size: 0.17rem;
}
.p-flow__image {
  padding: 0.2rem;
  border-radius: 0.1rem;
  background-color: #F2EDEA;
}
.p-flow__image-wrap {
  padding: 0.2rem;
  background-color: #FFF;
}
.p-flow__image-title {
  text-align: center;
  position: relative;
  z-index: 1;
  align-self: 100%;
}
.p-flow__image-title span {
  border: 1px solid #7A3B29;
  background-color: #FFF;
  color: #7A3B29;
  padding: 0.05rem 0.2rem;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: -0.1rem;
  line-height: 1.5;
}
.p-flow__item {
  padding: 0.3rem 0 0.2rem;
  background-color: #FFF;
}
.p-flow__item + * {
  padding-top: 0.2rem;
}
.p-flow__item-title dl {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.p-flow__item-title dt {
  font-size: 0.14rem;
  background-color: #482D14;
  color: #FFF;
  line-height: 1.2;
  padding: 0.1rem 0 0.1rem 0.1rem;
}
.p-flow__item-title dt span {
  font-size: 0.28rem;
}
.p-flow__item-title dd {
  font-size: 0.23rem;
  position: relative;
  color: #482D14;
  padding-left: 0.3rem;
  line-height: 1.2;
}
.p-flow__item-title dd::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  border-left: 0.16rem solid #482D14;
  border-right: 0;
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
}
.p-flow__item-inner {
  display: grid;
  grid-template-columns: 1.1rem auto;
  grid-gap: 0.1rem;
  margin-top: 0.2rem;
  padding: 0 0.1rem;
}
.p-flow__item-text {
  font-size: 0.14rem;
  line-height: 1.5;
}
.p-flow__item-line {
  font-size: 0.13rem;
  color: #FFF;
  line-height: 1.5;
}
.p-flow__item-line span {
  background-color: #774B22;
  display: inline-block;
  padding: 0.05rem;
}
.p-flow__item-line span + * {
  margin-top: 0.01rem;
}
.p-flow__document {
  background-color: #F5F0EA;
  padding: 0.3rem;
}
.p-flow__document-title {
  color: #472218;
  border-top: 1px solid #472218;
  border-bottom: 1px solid #472218;
  padding: 0.2rem 0;
  font-size: 0.21rem;
}
.p-flow__document-inner {
  padding: 0.1rem;
  background-color: #F5F5F5;
  border: 1px solid #2F377A;
}
.p-flow__document-catch {
  font-size: 0.14rem;
  color: #472218;
  margin-top: 0.2rem;
}
.p-flow__document-subtitle {
  color: #FFF;
  background-color: #2F377A;
  padding: 0.1rem;
  margin-top: 0.3rem;
  font-size: 0.16rem;
  text-align: center;
}
.p-flow__document-text {
  color: #2F377A;
  padding-top: 0;
  font-size: 0.14rem;
  line-height: 1.6;
}
.p-flow__document-list {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 0.05rem 0.1rem;
  margin-top: 0.2rem;
}
.p-flow__document-list > li {
  font-size: 0.14rem;
  position: relative;
  padding-left: 0.2rem;
}
.p-flow__document-list > li::before {
  width: 0.15rem;
  height: 0.15rem;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0.03rem;
  left: 0;
  background-image: url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/images/common/ico-arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.p-flow__document-image {
  margin-top: 0.2rem;
}

.p-faq {
  background: #E1CFBE;
  padding: 0.3rem 0;
}
.p-faq .l-inner {
  max-width: 3.7rem;
  margin: 0 0 0 auto;
  background: #F5F0EA;
}
.p-faq__title {
  margin-left: -0.11rem;
}
.p-faq__text {
  text-align: center;
  color: #472218;
}
.p-faq__tab {
  margin: 0.1rem 0 0;
}
.p-faq__tab-btn {
  border: none;
  background: #472218;
  color: #fff;
  border-radius: 0.16rem 0.16rem 0 0;
  font-size: 0.2rem;
  cursor: pointer;
  text-align: center;
  padding: 0.05rem 0 0.15rem;
  position: relative;
}
.p-faq__tab-btns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.02rem;
}
.p-faq__tab-btn:before {
  width: 0.1rem;
  height: 0.05rem;
  border: 0.05rem solid transparent;
  border-top: 0.05rem solid #fff;
  border-bottom: none;
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  vertical-align: middle;
  box-sizing: border-box;
  content: "";
}
.p-faq__tab-btn.is-active {
  background: #fff;
  color: #472218;
}
.p-faq__tab-btn.is-active:before {
  border-top-color: #472218;
}
.p-faq__tab-content {
  display: none;
}
.p-faq__tab-contents {
  background: #fff;
  padding: 0.2rem;
}
.p-faq__tab-content.is-active {
  display: block;
}
.p-faq__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.3rem;
}
.p-faq__item-title {
  background: #F2EDEA;
  border-radius: 0.1rem;
  line-height: 1.2;
  color: #472218;
  padding: 0.15rem 0.1rem 0.15rem 0.6rem;
  position: relative;
}
.p-faq__item-title:before {
  content: "Q";
  line-height: 1;
  font-size: 0.24rem;
  width: 0.4rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #CB6245;
  color: #fff;
  box-sizing: border-box;
  padding: 0 0 0.03rem;
  position: absolute;
  left: 0.1rem;
  top: 0.06rem;
}
.p-faq__item-text {
  color: #472218;
  font-size: 0.14rem;
  margin: 0.1rem 0 0;
}
.p-faq__item-text--line {
  text-decoration: underline;
  text-decoration-color: #CB6245;
  text-decoration-thickness: 0.03rem;
  text-underline-offset: 0.25em;
}

.p-contact {
  padding-top: 0.35rem;
  padding-bottom: 0.25rem;
}
.p-contact .mwform-radio-field.horizontal-item {
  display: block;
  position: relative;
  font-size: 0.18rem;
  padding-left: 0.35rem;
}
.p-contact .mwform-radio-field.horizontal-item + .horizontal-item {
  margin-top: 0.1rem;
}
.p-contact .mwform-radio-field-text {
  font-size: 0.18rem;
  padding-left: 0.3rem;
  display: flex;
  align-items: center;
}
.p-contact .mwform-radio-field-text span {
  font-size: 0.12rem;
  padding-left: 0.05rem;
}
.p-contact .mwform-radio-field-text:before {
  width: 0.24rem;
  height: 0.24rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 0.15rem;
  border: 1px solid #000;
  background: #faefec;
  transform: translateY(-50%);
  content: "";
}
.p-contact .wpcf7-radio input:checked + .mwform-radio-field-text::after {
  content: "✔";
  font-size: 95%;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 0.2rem;
  width: 0.16rem;
  height: 0.1rem;
  content: "";
  border-left: 0.02rem solid #000;
  border-bottom: 0.02rem solid #000;
  transform: translateY(-80%) rotate(-45deg);
}
.p-contact .wpcf7-radio.check_now .mwform-radio-field-text::before {
  background: #fff;
}
.p-contact__table {
  width: 100%;
  display: block;
}
.p-contact__table th,
.p-contact__table td {
  display: block;
}
.p-contact__table th {
  padding: 0.2rem 0 0.1rem;
  background-color: transparent;
  color: #000;
  font-size: 0.23rem;
  text-align: left;
}
.p-contact__table input {
  cursor: pointer;
}
.p-contact__table input,
.p-contact__table textarea,
.p-contact__table select,
.p-contact__table .mwform-radio-field.horizontal-item {
  background: #f7f7f7;
  font-weight: 700;
  color: #000;
  padding: 0.15rem 0.15rem 0.15rem 0.2rem;
  font-size: 0.18rem;
  width: 100%;
}
.p-contact__table input#your-name,
.p-contact__table input#your-tel,
.p-contact__table input#your-email,
.p-contact__table input#your-name,
.p-contact__table select#area,
.p-contact__table select#age,
.p-contact__table select#building_kind,
.p-contact__table input.required,
.p-contact__table select.required {
  background: #faefec;
}
.p-contact__table input#your-name.input_now,
.p-contact__table input#your-tel.input_now,
.p-contact__table input#your-email.input_now,
.p-contact__table input#your-name.input_now,
.p-contact__table select#area.input_now,
.p-contact__table select#age.input_now,
.p-contact__table select#building_kind.input_now,
.p-contact__table input.required.input_now,
.p-contact__table select.required.input_now {
  background: #f7f7f7;
}
.p-contact__table-title {
  line-height: 1.6;
}
.p-contact__table-title__detail {
  font-size: 0.18rem;
}
.p-contact__bar__item {
  background-color: #f2edea;
  color: #000;
  width: 31.8%;
  position: relative;
  font-size: 0.14rem;
  text-align: center;
  font-weight: 700;
  padding: 0.1rem 0 0.1rem 0.1rem;
}
.p-contact__bar__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-contact__bar__item.active {
  background-color: #7a3b29;
  color: #ffffff;
}
.p-contact__bar__item::before {
  content: "";
  background: #ffffff;
  height: 100%;
  width: 0.2rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.p-contact__bar__item:first-child::before {
  display: none;
}
.p-contact__bar__item::after {
  content: "";
  background: #f2edea;
  height: 100%;
  width: 0.2rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0;
  right: -0.2rem;
  z-index: 9;
}
.p-contact__bar__item:last-child::after {
  display: none;
}
.p-contact__bar__item.active::after {
  background: #7a3b29;
}
.p-contact__bar__item span {
  padding-right: 0.15em;
}
.p-contact__iconWrap {
  position: relative;
  display: flex;
  align-items: center;
}
.p-contact__icon {
  position: static;
  transform: none;
  border-radius: 0.2rem;
  text-align: center;
  font-size: 0.14rem;
  margin-left: 0.15rem;
  padding: 0.05rem;
  width: 0.6rem;
}
.p-contact__iconHissu {
  background-color: #ba0d0d;
  color: #fff;
}
.p-contact__iconNini {
  background: #051066;
  color: #fff;
}
.p-contact__desc {
  font-size: 0.18rem;
  padding-top: 0.05rem;
}
.p-contact__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.p-contact__item .p-contact__icon {
  margin: 0;
}
.p-contact__item .p-contact__icon + input {
  margin: 0;
  width: calc(100% - 0.6rem - 0.15rem);
}
.p-contact__item + .p-contact__item {
  margin-top: 0.1rem;
}
.p-contact__date-title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.23rem;
  width: 100%;
  flex-basis: 100%;
}
.p-contact__date-title + .p-contact__date-box {
  width: 100%;
  flex-basis: 100%;
}
.p-contact__date-title .p-contact__icon {
  margin-left: 0.15rem;
}
.p-contact__date-wrap {
  position: relative;
}
.p-contact__date-wrap::before {
  content: "ご希望日を選択してください";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.2rem;
  color: #000;
  font-size: 0.18rem;
  font-weight: 700;
  pointer-events: none;
}
.p-contact__date-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/images/common/ico-calendar01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.p-contact__date-wrap.calendar_on::before {
  display: none;
}
.p-contact__date-box > *:last-child {
  margin-top: 0.1rem;
}
.p-contact__select {
  position: relative;
}
.p-contact__select::before {
  content: "";
  height: 100%;
  background-color: #676767;
  position: absolute;
  right: 0;
  width: 0.25rem;
  background: #01652c;
}
.p-contact__select::after {
  position: absolute;
  box-sizing: border-box;
  content: "";
  width: 0.05rem;
  top: 50%;
  right: 0.075rem;
  transform: translateY(-50%);
  border: 0.05rem solid transparent;
  border-top: 0.05rem solid #fff;
  border-bottom: none;
}
.p-contact__select-wrap {
  display: block;
  position: relative;
}
.p-contact__select-wrap::before {
  content: "";
  height: 100%;
  background-color: #676767;
  position: absolute;
  right: 0;
  width: 0.25rem;
  background: #01652c;
}
.p-contact__select-wrap::after {
  position: absolute;
  box-sizing: border-box;
  content: "";
  width: 0.05rem;
  top: 50%;
  right: 0.075rem;
  transform: translateY(-50%);
  border: 0.05rem solid transparent;
  border-top: 0.05rem solid #fff;
  border-bottom: none;
}
.p-contact__policy {
  margin-top: 0.45rem;
}
.p-contact__policyTitle {
  font-size: 0.18rem;
  margin-bottom: 0.15rem;
}
.p-contact__policyInner {
  background-color: #fff;
  border: 1px solid #1d2088;
  padding: 0.2rem 0.2rem;
  margin-bottom: 0.25rem;
}
.p-contact__policyText {
  height: 2.5rem;
  padding-right: 0.1rem;
  font-size: 0.16rem;
  overflow-y: scroll;
}
.p-contact__policyText .p-policy__text {
  font-size: calc(100% - 2pt);
}
.p-contact__policyText .p-policy__text + .p-policy__text {
  margin-top: 0.1rem;
}
.p-contact__policyText .p-policy__title {
  margin: 0.3rem 0 0.1rem;
  font-size: calc(100% - 2pt);
}
.p-contact__btn {
  width: 100%;
  position: relative;
  background-color: #081baa;
  border-radius: 0.05rem;
  display: flex;
  -webkit-box-orient: vertical;
  text-align: center;
}
.p-contact__btns {
  display: flex;
  justify-content: center;
}
.p-contact__btn::before {
  content: "";
  background: #ffffff;
  height: 0.12rem;
  width: 0.06rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  z-index: 9;
  right: 0.25rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.p-contact__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffffff;
  border-radius: 0.05rem;
  width: calc(100% - 0.05rem);
  height: calc(100% - 0.05rem);
  pointer-events: none;
}
.p-contact__btn.no_action, .p-contact__btn.back {
  background-color: #e9eaf1;
}
.p-contact__btn.no_action::before, .p-contact__btn.back::before {
  background: #000000;
}
.p-contact__btn.no_action input, .p-contact__btn.back input {
  color: #000;
}
.p-contact__btn.back::before {
  right: auto;
  left: 0.25rem;
  transform: translateY(-50%) rotate(180deg);
}
.p-contact__btn.no_action {
  cursor: not-allowed;
  pointer-events: none;
}
.p-contact__btn.no_action::before {
  background: #000000;
}
.p-contact__btn input {
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  animation-timing-function: linear;
  background: none;
  font-size: 0.2rem;
  padding: 0.25rem 0;
}

.p-modalAlert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99;
  background-color: rgba(180, 180, 180, 0.7);
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
.p-modalAlert__container {
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background-color: rgba(0, 0, 0, 0.7);
  width: 3rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-modalAlert__title, .p-modalAlert__text {
  color: #ffffff;
  text-align: center;
}
.p-modalAlert__title {
  font-weight: 700;
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
  line-height: 1.6;
}
.p-modalAlert__text {
  font-size: 0.12rem;
  font-weight: 700;
}
.p-modalAlert__close {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  background-color: #ffffff;
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  z-index: 9999;
  cursor: pointer;
}
.p-modalAlert__close::before, .p-modalAlert__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.025rem;
  /* 棒の幅（太さ） */
  height: 0.15rem;
  /* 棒の高さ */
  background: rgba(0, 0, 0, 0.7);
}
.p-modalAlert__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modalAlert__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mw_wp_form_confirm .p-contact__btns {
  display: block;
  margin: 0;
}
.mw_wp_form_confirm .p-contact__btns > * + * {
  margin-top: 3.85vw;
}
.mw_wp_form_confirm .p-contact__item .p-contact__icon {
  display: none;
}
.mw_wp_form_confirm .p-contact__tblTd {
  margin-bottom: 0.25rem;
  font-size: 0.18rem;
  padding: 0.15rem 0.15rem 0.15rem 0.2rem;
  background-color: #f7f7f7;
}
.mw_wp_form_confirm .p-contact__tblTd.satei {
  background: none;
  padding: 0;
}
.mw_wp_form_confirm .p-contact__tblTd.satei .p-contact__item {
  background-color: #f7f7f7;
  padding: 0.15rem 0.15rem 0.15rem 0.2rem;
}
.mw_wp_form_confirm .p-contact__date-wrap::before, .mw_wp_form_confirm .p-contact__date-wrap::after {
  display: none;
}
.mw_wp_form_confirm .p-contact__select::before, .mw_wp_form_confirm .p-contact__select::after {
  display: none;
}
.mw_wp_form_confirm .p-contact__select-wrap::before, .mw_wp_form_confirm .p-contact__select-wrap::after {
  display: none;
}

.mw_wp_form_input .p-contact__btn.back {
  display: none;
}

.p-cta {
  width: 3.5rem;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  transition: all 0.5s ease;
  z-index: 99;
}
.p-cta.open {
  transform: translateX(-50%) translateY(0%);
}
.p-cta .c-tel a {
  background: linear-gradient(to bottom, #081BAA 41%, #071899 100%);
}

.c-tel a {
  display: block;
  border-radius: 0.2rem;
  color: #fff;
  background: #081BAA;
  position: relative;
  padding: 0.15rem 0.15rem 0.15rem 0.5rem;
  font-size: 0.35rem;
  text-align: center;
  line-height: 1;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.c-tel a:before {
  width: 0.34rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 0.2rem;
  transform: translateY(-50%);
  background: url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/images/common/ico-tel01_white.svg) center/contain no-repeat;
  content: "";
}
.c-tel a:after {
  width: 0.3rem;
  height: 100%;
  background-color: #fff;
  animation: kirari 3s ease-in-out infinite;
  position: absolute;
  top: -100%;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
  content: "";
}
.c-tel__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  line-height: 1.2;
  font-size: 0.14rem;
  margin: 0 0 0.05rem;
}
.c-tel__catch:before, .c-tel__catch:after {
  width: 0.08rem;
  aspect-ratio: 8/12;
  display: block;
  background: url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/images/common/line-dot01.svg) center/contain no-repeat;
  content: "";
}
.c-tel__catch:after {
  transform: scaleX(-1);
}
.c-tel__time {
  font-size: 0.14rem;
  text-align: center;
}

@keyframes kirari {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  50% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.c-cta {
  background: #644229;
  padding: 0.3rem 0;
}
.c-cta__catch {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt";
  margin: 0 -0.2rem;
  line-height: 1.3;
}
.c-cta__catch:after {
  width: 2.3rem;
  aspect-ratio: 230/12;
  display: block;
  margin: 0.1rem auto 0;
  background: url(/lp/sd/piano/assets/wp/wp-content/themes/kadan_tcd056/lp-assets/images/common/bg-balloon01.svg) center/contain no-repeat;
  content: "";
}
.c-cta__title {
  color: #fff;
  font-family: "nserif_b", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  text-align: center;
  font-size: 0.33rem;
}
.c-cta__image {
  margin: 0.1rem 0.1rem 0;
}
.c-cta__proof {
  margin: 0.1rem 0 0;
}
.c-cta__note {
  color: #fff;
  font-size: 0.1rem;
  line-height: 1.4;
  margin-top: 0.1rem;
}
.c-cta__box {
  margin: 0.2rem -0.05rem 0;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.15rem;
}
.c-cta__box-note {
  font-size: 0.14rem;
  text-align: center;
}
.c-cta__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.05rem;
  margin: 0.1rem 0 0;
}
.c-cta__btn a {
  display: block;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 0.2rem;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  line-height: 1.2;
  padding: 0.1rem;
}
.c-cta__btn-catch {
  font-size: 0.14rem;
}
.c-cta__btn-text {
  font-size: 0.14rem;
}
.c-cta__btn-time {
  font-size: 0.12rem;
  border-radius: 0.2rem;
  background: #fff;
  display: inline-block;
  padding: 0 0.1rem;
}
.c-cta__btn--line a {
  background: linear-gradient(180deg, #017E37 90.57%, #014C21 100.63%);
}
.c-cta__btn--line .c-cta__btn-time {
  color: #017E37;
}
.c-cta__btn--mail a {
  background: linear-gradient(180deg, #B7583E 90.57%, #7A3B29 100.63%);
}
.c-cta__btn--mail .c-cta__btn-time {
  color: #5B2C1F;
}
.p-error {
  display: block;
  border-radius: .1rem;
  margin-bottom: .3rem;
}
.p-error.none {
  display: none;
}
.p-error__title {
  background-color: #BA0D0D;
  color: #fff;
  text-align: center;
  padding: .1rem 0;
  font-size: 0.16rem;
  border-radius: .1rem .1rem 0 0;
}
.p-error__inner {
  background-color: #fff4f4;
  border: 1px solid #BA0D0D;
  padding: .15rem .2rem;
  border-radius: 0 0 .1rem .1rem;
}
.p-error__list li {
  font-size: .14rem;
}
.p-contact__table .error {
  display: none;
}
/*# sourceMappingURL=styles.css.map */