#information-section {
  width: 100%;
  position: relative;
  z-index: 1049;
}
#information-section .infoButton {
  position: fixed;
  background-color: #d0e2ff;
  background-size: cover;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
  border-color: #0f75e0;
  color: #0f75e0;
  font-size: 2rem !important;
}
#information-section .infoButton i {
  color: blue;
  font-size: 2rem !important;
}
#information-section #info-sidebar {
  width: 350px;
  height: 100vh;
  background-color: #f7ebf2;
  position: fixed;
  top: 0;
  right: -360px;
  z-index: 999999999;
  box-shadow: -2px 0px 5px #aaaaaa;
  overflow-y: scroll;
  transition: 0.5s ease-out;
}
#information-section #info-sidebar .close {
  z-index: 3;
  position: absolute;
  left: 0px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}
#information-section #info-sidebar .close i {
  color: #5e5e5e;
}
#information-section #info-sidebar .content {
  display: flex;
  margin-top: 35px;
  width: 100%;
  flex-direction: column;
  height: auto;
  position: relative;
}
#information-section #info-sidebar .content .melody1 {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(27%);
  z-index: -1;
  height: 100%;
}
#information-section #info-sidebar .content .qa .quesSectionTitle {
  color: #37252c;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 1.1rem;
  padding: 2px 8px;
  width: max-content;
  text-align: center;
  margin-top: 0%;
  margin-bottom: 5px;
  border-bottom: 3px solid #9d7a64;
}
#information-section #info-sidebar .content .qa .qa_cat .cat_name {
  font-family: "Noto Sans JP";
  font-size: 1rem;
  color: #37252c;
  margin-bottom: -10px;
  font-weight: bold;
}
#information-section #info-sidebar .content .qa .quesanswer {
  background-color: #fff;
  padding: 10px 3px;
  border-radius: 5px;
}
#information-section #info-sidebar .content .qa .quesanswer .ques {
  display: flex;
  cursor: pointer;
}
#information-section #info-sidebar .content .qa .quesanswer .ques .quesTxt {
  width: 83%;
  margin-left: 7%;
  position: relative;
}
#information-section #info-sidebar .content .qa .quesanswer .ques .quesTxt p {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 0.8rem;
  margin-bottom: 0 !important;
}
#information-section #info-sidebar .content .qa .quesanswer .ques .quesTxt .icon {
  width: 8%;
  margin-left: 2%;
}
#information-section #info-sidebar .content .qa .quesanswer .ques .quesTxt::before {
  position: absolute;
  content: "Q.";
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 0.8rem;
  left: -6%;
}
#information-section #info-sidebar .content .qa .quesanswer .ques .icon .nonRot {
  transform: rotate(0deg);
  transition: all 0.1s;
}
#information-section #info-sidebar .content .qa .quesanswer .ques .icon .rotIMG {
  transform: rotate(45deg);
  transition: all 0.1s;
}
#information-section #info-sidebar .content .qa .quesanswer .ans {
  width: 100%;
  margin-top: 5px;
}
#information-section #info-sidebar .content .qa .quesanswer .ans .ansTxt {
  margin-left: 7%;
  width: 83%;
  position: relative;
}
#information-section #info-sidebar .content .qa .quesanswer .ans .ansTxt p {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 0.8rem;
  margin-bottom: 0 !important;
}
#information-section #info-sidebar .content .qa .quesanswer .ans .ansTxt::before {
  position: absolute;
  content: "A.";
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 0.8rem;
  left: -6%;
}
#information-section #info-sidebar .content .videos {
  padding-bottom: 30px;
}
#information-section #info-sidebar .content .videos .videoSectionTitle {
  color: #37252c;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 1.1rem;
  padding: 2px 8px;
  width: max-content;
  text-align: center;
  margin-top: 0%;
  margin-bottom: 5px;
  border-bottom: 3px solid #9d7a64;
}
#information-section #info-sidebar .content .videos .video {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(157, 132, 137, 0.5215686275);
}
#information-section #info-sidebar .content .videos .video .title {
  padding: 4px;
  font-size: 0.8rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  will-change: -webkit-box;
  height: 48px;
  margin-bottom: 0px;
}
#information-section #info-sidebar .content .videos .video .youtubevideoImgFAQ {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#information-section #info-sidebar .content .videos .video .youtubevideoImgFAQ img {
  width: 100%;
}
#information-section #info-sidebar .content .videos .video .playbutton {
  position: absolute;
  background-image: url("https://pianofaq.sugartaste.tokyo/assets/img/playbutton.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 65px;
  width: 65px;
}
#information-section .sidebar-open {
  right: 0 !important;
}

@media only screen and (max-width: 450px) {
  #info-sidebar {
    width: 300px;
  }
}
.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/*# sourceMappingURL=information.css.map */
