@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 300;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  transition: 0.5s;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

input, textarea, select, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font: inherit;
  color: inherit;
}

.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-list-item:not(:last-child) {
  margin-right: 1em !important;
}

input[type=radio] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
}
input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #bbb;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #E07E4B;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}

table {
  border-collapse: collapse;
}

.wrapper {
  overflow: hidden;
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner.narrow {
  max-width: 800px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

header {
  background: #E07E4B;
  height: 100px;
  padding: 0 40px 0 30px;
  width: 100%;
  z-index: 100;
  transition: 0.5s;
}
header .inner {
  height: 100%;
  max-width: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .inner h1 img {
  width: 300px;
  display: block;
}
header .inner nav {
  display: flex;
  align-items: center;
}
header .inner nav ul {
  display: flex;
}
header .inner nav ul li a {
  color: #fff;
  font-size: 18px;
  position: relative;
}
header .inner nav ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}
header .inner nav ul li a:hover {
  opacity: 1;
}
header .inner nav ul li a:hover::after {
  width: 100%;
}
header .inner nav ul li:not(:last-child) {
  margin-right: 50px;
}
header .inner nav .contact {
  margin-left: 50px;
}
header .inner nav .contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
}
header .inner nav .contact a::before {
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  background: url(../img/icon_mail.svg) no-repeat center/contain;
}
header .inner nav .contact a:hover {
  opacity: 1;
  background: #f7ee7c;
}
header .inner #menu_btn {
  display: none;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
}
header.scroll {
  position: fixed;
  top: -100px;
  left: 0;
  opacity: 0;
  transition: 0.5s ease;
}

.btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E07E4B;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 0 30px;
  width: 300px;
  height: 60px;
  max-width: 100%;
  font-weight: 500;
  z-index: 1;
  position: relative;
}
.btn a span {
  position: relative;
  z-index: 2;
}
.btn a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #d06a32;
}
.btn a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/arrow_right_white.svg) no-repeat center/contain;
  z-index: 2;
}
.btn a:hover {
  opacity: 1;
}
.btn a:hover::before {
  width: 100%;
}

#mv {
  height: 350px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#mv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
#mv h2 {
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
}

.wp-pagenavi {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.wp-pagenavi > * {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E07E4B;
  width: 60px;
  height: 60px;
  font-size: 20px;
  color: #E07E4B;
  border-radius: 50%;
  font-weight: bold;
}
.wp-pagenavi span {
  background: #E07E4B;
  color: #fff;
}
.wp-pagenavi .previouspostslink::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/arrow_left_orange.svg) no-repeat center/contain;
}
.wp-pagenavi .nextpostslink::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/arrow_right_orange.svg) no-repeat center/contain;
}

#sns_icon {
  padding: 40px 0;
}
#sns_icon .inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
#sns_icon .inner ul li {
  width: 60px;
}
#sns_icon .inner ul li img {
  border-radius: 12px;
}

#footer_contact {
  padding: 70px 0;
  background: #5F5F5F;
  color: #fff;
}
#footer_contact .inner h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 40px;
  font-weight: 500;
}
#footer_contact .inner .desc {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
#footer_contact .inner .box {
  background: #A3A3A3;
  display: flex;
  align-items: center;
  padding: 30px;
  max-width: 1000px;
  margin: 40px auto 0;
}
#footer_contact .inner .box .block {
  text-align: center;
  width: 50%;
}
#footer_contact .inner .box .block h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
#footer_contact .inner .box .block .num a {
  font-size: 40px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
#footer_contact .inner .box .block .num a::before {
  content: "";
  display: block;
  width: 22px;
  height: 30px;
  background: url(../img/icon_tel.svg) no-repeat center/contain;
  margin-right: 15px;
}
#footer_contact .inner .box .block .time {
  margin-top: 15px;
  font-size: 14px;
}
#footer_contact .inner .box .block .btn a {
  margin: 0 auto;
}
#footer_contact .inner .box .block:not(:first-child) {
  padding-left: 30px;
}
#footer_contact .inner .box .block:not(:last-child) {
  padding-right: 30px;
  border-right: 1px solid #fff;
}

footer {
  background: #2E2E2E;
  color: #fff;
  padding: 64px 0 30px;
}
footer .inner .row {
  display: flex;
  justify-content: space-between;
}
footer .inner .row .info {
  flex-shrink: 0;
  margin-right: 80px;
}
footer .inner .row .info .logo {
  margin-bottom: 30px;
}
footer .inner .row .info .logo img {
  width: 300px;
}
footer .inner .row .info .address {
  line-height: 1.8;
}
footer .inner .row .info .sns {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
footer .inner .row .info .sns li {
  width: 40px;
}
footer .inner .row .info .sns li img {
  border-radius: 5px;
}
footer .inner .row .info .links {
  margin-top: 40px;
}
footer .inner .row .info .links li a {
  text-decoration: underline;
}
footer .inner .row .info .links li:not(:last-child) {
  margin-bottom: 20px;
}
footer .inner .row .map iframe {
  display: block;
  width: 816px;
  max-width: 100%;
}
footer .inner .row .map .link {
  margin-top: 10px;
}
footer .inner .row .map .link a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: underline;
}
footer .inner .row .map .link a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_blank.svg) no-repeat center/contain;
  margin-left: 10px;
}
footer .inner .copy {
  margin-top: 70px;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 1400px) {
  header .inner nav ul li a {
    font-size: 15px;
  }
  header .inner nav ul li:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 1100px) {
  header .inner .global_nav {
    display: none;
  }
  header .inner nav {
    position: fixed;
    top: 100px;
    right: 0;
    width: 400px;
    background: #E07E4B;
    padding: 60px;
    height: calc(100vh - 100px);
    overflow: scroll;
    z-index: 100;
    flex-direction: column;
  }
  header .inner nav ul {
    flex-direction: column;
    width: 100%;
  }
  header .inner nav ul li {
    width: 100%;
  }
  header .inner nav ul li a {
    display: block;
    text-align: center;
    padding: 20px 0 10px;
    font-size: 16px;
  }
  header .inner nav ul li a::after {
    top: 100%;
  }
  header .inner nav ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  header .inner nav .contact {
    margin-left: 0;
    margin-top: 40px;
  }
  header .inner nav .contact a {
    margin: 0 auto;
  }
  header .inner #menu_btn {
    display: block;
    width: 40px;
    height: 26px;
    cursor: pointer;
    position: relative;
  }
  header .inner #menu_btn span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    right: 0;
    background: #fff;
    transition: 0.3s;
  }
  header .inner #menu_btn span:nth-child(1) {
    top: 0;
  }
  header .inner #menu_btn span:nth-child(2) {
    top: 12px;
  }
  header .inner #menu_btn span:nth-child(3) {
    width: 28px;
    top: 24px;
  }
  header.open {
    position: fixed;
  }
  header.open.scroll {
    top: 0;
    opacity: 1;
  }
  header.open .inner #menu_btn span:nth-child(1) {
    top: 12px;
    transform: rotate(45deg);
  }
  header.open .inner #menu_btn span:nth-child(2) {
    opacity: 0;
  }
  header.open .inner #menu_btn span:nth-child(3) {
    top: 12px;
    width: 100%;
    transform: rotate(-45deg);
  }
}
@media (max-width: 1000px) {
  #footer_contact .inner .box {
    flex-direction: column;
    width: 550px;
    max-width: 100%;
  }
  #footer_contact .inner .box .block {
    width: 100%;
  }
  #footer_contact .inner .box .block:not(:last-child) {
    border-right: 0;
    padding-right: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
  }
  #footer_contact .inner .box .block:not(:first-child) {
    padding-left: 0;
    padding-top: 30px;
  }
  footer .inner .row .info {
    width: 100%;
    flex-shrink: unset;
    margin-right: 0;
  }
  footer .inner .row .info .map.sp {
    margin-top: 20px;
    display: block;
  }
  footer .inner .row .map.pc {
    display: none;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    height: 70px;
    padding: 0 5%;
  }
  header .inner h1 img {
    width: 200px;
  }
  header .inner nav {
    top: 70px;
    width: 100%;
    padding: 40px;
    height: calc(100vh - 70px);
  }
  #mv {
    height: 220px;
  }
  #mv h2 {
    font-size: 30px;
  }
  .btn a {
    font-size: 18px;
    padding: 0 20px;
    width: 250px;
    height: 50px;
  }
  .wp-pagenavi {
    gap: 15px;
    margin-top: 40px;
  }
  .wp-pagenavi > * {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  #sns_icon .inner ul {
    gap: 30px;
  }
  #sns_icon .inner ul li {
    width: 40px;
  }
  #sns_icon .inner ul li img {
    border-radius: 8px;
  }
  #footer_contact {
    padding: 40px 0;
  }
  #footer_contact .inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #footer_contact .inner .desc {
    font-size: 14px;
  }
  #footer_contact .inner .box {
    margin-top: 30px;
  }
  #footer_contact .inner .box .block .num a {
    font-size: 30px;
  }
  #footer_contact .inner .box .block .num a::before {
    width: 17px;
    height: 24px;
    margin-right: 10px;
  }
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E07E4B;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
}
#loading img {
  width: 600px;
  display: none;
}

#top #mv {
  margin-top: 0;
  display: block;
  height: 100vh;
  background: none;
}
#top #mv .mv_slider .swiper-wrapper .swiper-slide {
  height: 100vh;
}
#top #mv .mv_slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #intro {
  background: #2E2E2E;
  padding: 110px 0;
  color: #fff;
}
#top #intro .inner h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 500;
}
#top #intro .inner .desc {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
#top #news {
  background: #DDD;
  padding: 80px 0 100px;
}
#top #news .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#top #news .inner .txt {
  width: 58%;
}
#top #news .inner .txt h2 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 60px;
  font-weight: 500;
}
#top #news .inner .txt .list .item {
  border-bottom: 1px solid #A3A3A3;
}
#top #news .inner .txt .list .item a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 30px 20px 0;
}
#top #news .inner .txt .list .item a .date {
  font-size: 18px;
  width: 120px;
  flex-shrink: 0;
}
#top #news .inner .txt .list .item a .cat {
  background: #E07E4B;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  width: 90px;
  text-align: center;
  padding: 5px 12px;
  margin-right: 40px;
  flex-shrink: 0;
}
#top #news .inner .txt .list .item a .ttl {
  font-size: 18px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#top #news .inner .txt .list .item a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/arrow_right_gray.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#top #news .inner .links {
  width: 34.5%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#top #news .inner .links .btn a {
  width: 414px;
}
#top #news .inner .links .btn.note a {
  background: #2E886C;
}
#top #news .inner .links .btn.note a::before {
  background: #216d55;
}
#top #news .inner .links .btn.note a::after {
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_blank.svg);
}
#top .top_sec {
  display: flex;
}
#top .top_sec .txt {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 80px 60px;
}
#top .top_sec .txt h2 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 500;
}
#top .top_sec .txt .desc {
  font-size: 18px;
  line-height: 2;
}
#top .top_sec .txt .btn {
  margin-top: 40px;
}
#top .top_sec .img {
  width: 50%;
}
#top .top_sec .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .top_sec.reverse .img {
  order: 2;
}
#top .top_sec.reverse .txt {
  order: 1;
}
#top #sns {
  background: #ddd;
  padding: 70px 0 90px;
}
#top #sns .inner {
  display: flex;
  justify-content: space-between;
}
#top #sns .inner .block {
  width: 47%;
}
#top #sns .inner .block h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  #top #news .inner {
    flex-direction: column;
  }
  #top #news .inner .txt {
    width: 100%;
  }
  #top #news .inner .links {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 1000px) {
  #top #intro .inner .desc {
    text-align: left;
  }
  #top #news .inner .links {
    flex-direction: column;
  }
  #top .top_sec {
    flex-direction: column;
    margin-top: 100px;
  }
  #top .top_sec .img {
    width: 100%;
  }
  #top .top_sec .img img {
    width: 90%;
  }
  #top .top_sec .txt {
    width: 90vw;
    background: #fff;
    margin: -60px 0 0 auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  }
  #top .top_sec.reverse .img {
    order: 1;
    text-align: right;
  }
  #top .top_sec.reverse .txt {
    order: 2;
    margin: -60px auto 0 0;
  }
  #top #sns {
    margin-top: 100px;
  }
  #top #sns .inner {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  #top #sns .inner .block {
    width: 500px;
  }
}
@media (max-width: 768px) {
  #top #intro {
    padding: 60px 0;
  }
  #top #intro .inner h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #top #intro .inner .desc {
    font-size: 16px;
  }
  #top #news {
    padding: 60px 0;
  }
  #top #news .inner .txt h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #top #news .inner .txt .list .item a {
    flex-wrap: wrap;
    padding: 15px 25px 15px 0;
  }
  #top #news .inner .txt .list .item a .date {
    width: 100px;
    font-size: 16px;
  }
  #top #news .inner .txt .list .item a .cat {
    font-size: 12px;
    margin-right: 0;
  }
  #top #news .inner .txt .list .item a .ttl {
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
  }
  #top #news .inner .links {
    gap: 20px;
  }
  #top .top_sec {
    margin-top: 60px;
  }
  #top .top_sec .txt {
    padding: 30px;
    margin-top: -30px;
  }
  #top .top_sec .txt h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #top .top_sec .txt .desc {
    font-size: 14px;
  }
  #top #sns .inner .block {
    width: 100%;
  }
  #top #sns .inner .block .fb_iframe_widget_fluid span {
    margin: 0 auto;
    display: block;
  }
}
#piano_list {
  padding-top: 80px;
  padding-bottom: 200px;
}
#piano_list .inner .tab ul {
  display: flex;
  justify-content: flex-end;
}
#piano_list .inner .tab ul li a {
  width: 216px;
  height: 60px;
  border: 1px solid #E07E4B;
  color: #E07E4B;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#piano_list .inner .tab ul li.current a {
  color: #fff;
  background: #E07E4B;
}
#piano_list .inner .list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 2.75%;
}
#piano_list .inner .list .item {
  width: 31.5%;
}
#piano_list .inner .list .item a .img {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#piano_list .inner .list .item a .img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  z-index: 1;
}
#piano_list .inner .list .item a .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
#piano_list .inner .list .item a .ttl span {
  color: #fff;
  padding: 2px 11px;
  line-height: 1;
  font-size: 15px;
  border-radius: 4px;
  margin-right: 14px;
}
#piano_list .inner .list .item a .ttl span.used {
  background: #4878B1;
}
#piano_list .inner .list .item a .ttl span.new {
  background: #E07E4B;
}
#piano_list .inner .list .item a .year {
  line-height: 1;
  margin-bottom: 15px;
}
#piano_list .inner .list .item a .catch {
  font-size: 14px;
  line-height: 1.8;
}
#piano_list .inner .list .item a .price {
  text-align: right;
  margin-top: 15px;
  font-size: 18px;
}
#piano_list .inner .list .item a .price span {
  font-size: 22px;
}
#piano_list .inner .list .item a:hover {
  opacity: 1;
}
#piano_list .inner .list .item a:hover .img img {
  transform: scale(1.05);
}
#piano_list .inner .list .item.sold a .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#piano_list .inner .list .item.sold a .img::after {
  content: "";
  display: block;
  width: 80%;
  aspect-ratio: 1/1;
  background: url(../img/piano/sold_out.svg) no-repeat center/contain;
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 3;
}

@media (max-width: 960px) {
  #piano_list .inner .list {
    gap: 40px 4%;
  }
  #piano_list .inner .list .item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  #piano_list {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #piano_list .inner .tab ul li {
    width: 50%;
  }
  #piano_list .inner .tab ul li a {
    width: 100%;
    height: 45px;
    font-size: 18px;
  }
  #piano_list .inner .list {
    gap: 30px 4%;
  }
  #piano_list .inner .list .item a .img {
    margin-bottom: 10px;
  }
  #piano_list .inner .list .item a .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #piano_list .inner .list .item a .ttl span {
    display: block;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 7px;
    margin-bottom: 10px;
  }
  #piano_list .inner .list .item a .catch {
    display: none;
  }
  #piano_list .inner .list .item a .price {
    margin-top: 10px;
    font-size: 16px;
  }
  #piano_list .inner .list .item a .price span {
    font-size: 20px;
  }
  #piano_list .inner .list .item a .price small {
    font-size: 12px;
  }
}
#single_piano .page_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#single_piano .page_row aside {
  width: 320px;
  padding-top: 80px;
}
#single_piano .page_row aside .info {
  display: block;
}
#single_piano .page_row aside .info .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
#single_piano .page_row aside .info .ttl span {
  color: #fff;
  padding: 2px 11px;
  line-height: 1;
  font-size: 15px;
  border-radius: 4px;
  margin-right: 14px;
}
#single_piano .page_row aside .info .ttl span.used {
  background: #4878B1;
}
#single_piano .page_row aside .info .ttl span.new {
  background: #E07E4B;
}
#single_piano .page_row aside .info p:not(:last-child) {
  margin-bottom: 10px;
}
#single_piano .page_row aside .info .price {
  margin-top: 15px;
  font-size: 18px;
}
#single_piano .page_row aside .info .price span {
  font-size: 22px;
}
#single_piano .page_row aside .btns {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px 2%;
}
#single_piano .page_row aside .btns li {
  width: 49%;
}
#single_piano .page_row aside .btns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E07E4B;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  height: 85px;
}
#single_piano .page_row aside .btns li.buy button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4878B1;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  width: 100%;
  height: 85px;
  cursor: pointer;
  transition: 0.3s;
}
#single_piano .page_row aside .btns li.buy button:hover {
  opacity: 0.7;
}
#single_piano .page_row main {
  width: calc(100% - 360px);
  padding-top: 80px;
}
#single_piano .page_row main .product_slider {
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
#single_piano .page_row main .product_slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#single_piano .page_row main .product_slider .swiper-button-prev {
  color: #fff;
}
#single_piano .page_row main .product_slider .swiper-button-next {
  color: #fff;
}
#single_piano .page_row main .product_slider-thumbnail .swiper-wrapper .swiper-slide {
  width: calc((100% - 20px) / 5) !important;
}
#single_piano .page_row main .product_slider-thumbnail .swiper-wrapper .swiper-slide img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#single_piano .page_row main .product_slider-thumbnail .swiper-wrapper .swiper-slide:not(:nth-child(5)) {
  margin-right: 5px;
}
#single_piano .page_row main .desc {
  margin-top: 40px;
  line-height: 2;
}
#single_piano .page_row main .btn {
  margin-top: 100px;
}
#single_piano .page_row.sold aside .btns li:not(:first-child) {
  display: none;
}

@media (max-width: 1000px) {
  #single_piano .page_row aside {
    position: fixed;
    top: unset !important;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 90;
    padding: 15px;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
  }
  #single_piano .page_row aside .toggle_btn {
    position: absolute;
    bottom: 100%;
    right: 0;
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 10px 10px 0;
    cursor: pointer;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
  }
  #single_piano .page_row aside .toggle_btn img {
    width: 30px;
    transition: 0.5s;
  }
  #single_piano .page_row aside .toggle_btn.open img {
    transform: rotate(180deg);
  }
  #single_piano .page_row aside .info {
    margin-bottom: 20px;
    display: none;
  }
  #single_piano .page_row aside .btns {
    margin-top: 0;
    gap: unset;
    justify-content: center;
    gap: 1.25%;
  }
  #single_piano .page_row aside .btns li {
    width: 32.5%;
  }
  #single_piano .page_row aside .btns li a {
    height: 70px;
    font-size: 13px;
  }
  #single_piano .page_row aside .btns li.buy button {
    height: 70px;
  }
  #single_piano .page_row main {
    width: 100%;
  }
  #single_piano .page_row main .btn {
    margin-top: 40px;
  }
  #single_piano .page_row.sold aside .btns li:first-child {
    width: 200px;
  }
  #single_piano .page_row.sold aside .btns li:first-child a br:nth-child(2) {
    display: none;
  }
  #single_piano #piano_list {
    padding-top: 100px;
  }
  #single_piano #piano_list .inner .list {
    margin-top: 20px;
  }
}
#news #news_list {
  padding: 80px 0;
}
#news #news_list .inner .list .item {
  border-bottom: 1px solid #A3A3A3;
}
#news #news_list .inner .list .item a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 0;
}
#news #news_list .inner .list .item a .date {
  font-size: 18px;
  width: 120px;
}
#news #news_list .inner .list .item a .cat {
  background: #E07E4B;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  width: 90px;
  text-align: center;
  padding: 5px 12px;
  margin-right: 40px;
}
#news #news_list .inner .list .item a .ttl {
  font-size: 18px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#news #news_list .inner .list .item a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/arrow_right_gray.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#single_news #article {
  padding: 80px 0;
}
#single_news #article .inner .ttl {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  font-weight: 500;
}
#single_news #article .inner .date_cat {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
#single_news #article .inner .date_cat .date {
  font-size: 18px;
  width: 120px;
}
#single_news #article .inner .date_cat .cat {
  background: #E07E4B;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  width: 90px;
  text-align: center;
  padding: 5px 12px;
  margin-right: 40px;
}
#single_news #article .inner .eyecatch {
  margin-bottom: 60px;
  text-align: center;
}
#single_news #article .inner .content h1 {
  color: #E07E4B;
  font-size: 24px;
  margin-bottom: 20px;
}
#single_news #article .inner .content h1:not(:first-child) {
  margin-top: 40px;
}
#single_news #article .inner .content h2 {
  color: #E07E4B;
  margin-bottom: 20px;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E07E4B;
}
#single_news #article .inner .content h2:not(:first-child) {
  margin-top: 40px;
}
#single_news #article .inner .content h3 {
  color: #E07E4B;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E07E4B;
  margin-bottom: 15px;
}
#single_news #article .inner .content h3:not(:first-child) {
  margin-top: 40px;
}
#single_news #article .inner .content h4 {
  color: #E07E4B;
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
}
#single_news #article .inner .content h4::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #E07E4B;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 4px;
}
#single_news #article .inner .content h4:not(:first-child) {
  margin-top: 40px;
}
#single_news #article .inner .content h5 {
  border-left: 5px solid #E07E4B;
  padding-left: 10px;
  color: #E07E4B;
  font-size: 16px;
  margin-bottom: 10px;
}
#single_news #article .inner .content h5:not(:first-child) {
  margin-top: 40px;
}
#single_news #article .inner .content h6 {
  color: #E07E4B;
  font-size: 16px;
  margin-bottom: 10px;
}
#single_news #article .inner .content h6:not(:first-child) {
  margin-top: 40px;
}
#single_news #article .inner .content p {
  line-height: 2;
}
#single_news #article .inner .content p:not(:last-child) {
  margin-bottom: 1em;
}
#single_news #article .inner .content .wp-element-caption {
  font-size: 14px;
}
#single_news #article .inner .content a {
  text-decoration: underline;
  color: #E07E4B;
}
#single_news #article .inner .content a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/icon_blank_orange.svg) no-repeat center/contain;
  margin-left: 0.5em;
}
#single_news #article .inner .content .wp-block-list li {
  line-height: 2;
}
#single_news #article .inner .content .wp-block-list li::before {
  content: "・";
}
#single_news #article .inner .content .wp-block-list:not(:last-child) {
  margin-bottom: 1em;
}
#single_news #article .inner .btn {
  margin-top: 80px;
}
#single_news #article .inner .btn a {
  margin: 0 auto;
}

#page_sec {
  padding: 80px 0;
}
#page_sec .inner h1 {
  color: #E07E4B;
  font-size: 24px;
  margin-bottom: 20px;
}
#page_sec .inner h1:not(:first-child) {
  margin-top: 40px;
}
#page_sec .inner h2 {
  color: #E07E4B;
  margin-bottom: 20px;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E07E4B;
}
#page_sec .inner h2:not(:first-child) {
  margin-top: 40px;
}
#page_sec .inner h3 {
  color: #E07E4B;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E07E4B;
  margin-bottom: 15px;
}
#page_sec .inner h3:not(:first-child) {
  margin-top: 40px;
}
#page_sec .inner h4 {
  color: #E07E4B;
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
}
#page_sec .inner h4::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #E07E4B;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 4px;
}
#page_sec .inner h4:not(:first-child) {
  margin-top: 40px;
}
#page_sec .inner h5 {
  border-left: 5px solid #E07E4B;
  padding-left: 10px;
  color: #E07E4B;
  font-size: 16px;
  margin-bottom: 10px;
}
#page_sec .inner h5:not(:first-child) {
  margin-top: 40px;
}
#page_sec .inner h6 {
  color: #E07E4B;
  font-size: 16px;
  margin-bottom: 10px;
}
#page_sec .inner h6:not(:first-child) {
  margin-top: 40px;
}
#page_sec .inner p {
  line-height: 2;
}
#page_sec .inner p:not(:last-child) {
  margin-bottom: 1em;
}
#page_sec .inner .wp-element-caption {
  font-size: 14px;
}
#page_sec .inner a {
  text-decoration: underline;
  color: #E07E4B;
}
#page_sec .inner a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/icon_blank_orange.svg) no-repeat center/contain;
  margin-left: 0.5em;
}
#page_sec .inner .wp-block-list li {
  line-height: 2;
}
#page_sec .inner .wp-block-list li::before {
  content: "・";
}
#page_sec .inner .wp-block-list:not(:last-child) {
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  #page_sec {
    padding: 60px 0;
  }
  #page_sec .inner h2 {
    font-size: 18px;
  }
  #page_sec .inner h3 {
    font-size: 16px;
  }
}
#contact #page_sec .inner dl {
  display: flex;
  flex-wrap: wrap;
}
#contact #page_sec .inner dl dt {
  width: 220px;
  padding-top: 10px;
}
#contact #page_sec .inner dl dt span {
  background: #E07E4B;
  color: #fff;
  padding: 2px 5px;
  line-height: 1;
  font-size: 12px;
  border-radius: 4px;
  margin-left: 14px;
}
#contact #page_sec .inner dl dt:not(:last-of-type) {
  margin-bottom: 20px;
}
#contact #page_sec .inner dl dd {
  width: calc(100% - 250px);
}
#contact #page_sec .inner dl dd input[type=text],
#contact #page_sec .inner dl dd input[type=email],
#contact #page_sec .inner dl dd input[type=tel] {
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 4px;
  width: 100%;
}
#contact #page_sec .inner dl dd textarea {
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 4px;
  height: 200px;
  width: 100%;
}
#contact #page_sec .inner dl dd:not(:last-of-type) {
  margin-bottom: 20px;
}
#contact #page_sec .inner .btn {
  margin-top: 60px;
  margin-bottom: 0;
}
#contact #page_sec .inner .btn input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E07E4B;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 0 30px;
  width: 300px;
  height: 60px;
  max-width: 100%;
  font-weight: 500;
  border: none;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #contact #page_sec .inner dl {
    flex-direction: column;
  }
  #contact #page_sec .inner dl dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 5px;
  }
  #contact #page_sec .inner dl dt:not(:last-of-type) {
    margin-bottom: 5px;
  }
  #contact #page_sec .inner dl dd {
    width: 100%;
  }
  #contact #page_sec .inner dl dd input[type=text],
  #contact #page_sec .inner dl dd input[type=email],
  #contact #page_sec .inner dl dd input[type=tel] {
    padding: 5px 10px;
  }
  #contact #page_sec .inner dl dd textarea {
    padding: 5px 10px;
    height: 150px;
  }
  #contact #page_sec .inner .btn {
    margin-top: 40px;
  }
  #contact #page_sec .inner .btn input {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */