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

::after,
::before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* --- 画像の設定（レスポンシブ対応を追加） --- */
img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%; /* 親要素からはみ出さないように設定 */
  height: auto; /* 縦横比を維持 */
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  font-family: "Sawarabi Gothic", sans-serif;
  color: #c0a04a;
  background-color: #ffffff;
  line-height: 1.8;
  font-size: 18px;
}

.c-heading,
.p-header__title {
  font-family: "DM Serif Text", serif;
}

.u-bg-pink {
  background-color: #fdf7f6;
  padding: 80px 0;
}
@media screen and (max-width: 895px) {
  .u-bg-pink {
    padding: 40px 0;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 895px) {
  .u-sp-only {
    display: inline-block;
  }
}

.p-header {
  width: 100%;
  padding: 40px 24px;
  text-align: center;
}
@media screen and (max-width: 895px) {
  .p-header {
    padding: 0;
  }
}
.p-header__visual {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1350px;
}
.p-header__visual img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.p-header__logo {
  position: absolute;
  top: -24px;
  left: 0;
  width: 15%;
  max-width: 160px;
  min-width: 72px;
  z-index: 10;
}
@media screen and (max-width: 895px) {
  .p-header__logo {
    top: 24px;
    left: 24px;
  }
}
.p-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.p-header ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 64px;
}
@media screen and (max-width: 895px) {
  .p-header ul {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.p-header li {
  display: flex;
  justify-content: center;
  max-width: 480px;
  width: calc(50% - 32px);
}
@media screen and (max-width: 895px) {
  .p-header li {
    width: 80%;
  }
}
.p-header .c-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 20px;
  padding: 8px 16px;
  background: linear-gradient(to right, #ea8ca7, #eeb0a6);
  color: #ffffff;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.p-header .c-btn a:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}
.p-header .c-btn a:active {
  transform: translateY(0);
}
.p-header .c-btn a i {
  margin-left: 4px;
}

.l-footer {
  padding: 8px 0;
  text-align: center;
  background-color: #dd7d9e;
}
.l-footer__copyright {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.l-container {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
}

.l-grid {
  display: grid;
  gap: 32px;
}
.l-grid--2col {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 895px) {
  .l-grid--2col {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.c-heading {
  font-family: "DM Serif Text", serif;
  font-size: 42px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
@media screen and (max-width: 895px) {
  .c-heading {
    font-size: 32px;
    margin-bottom: 24px;
  }
}

.p-information__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 16px;
}
@media screen and (max-width: 895px) {
  .p-information__list {
    max-height: 440px;
  }
}
.p-information__list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.p-information__list::-webkit-scrollbar-track {
  background: #ffe6ea;
}
.p-information__list::-webkit-scrollbar-thumb {
  background: #c0a04a;
}
.p-information__item {
  display: flex;
  gap: 24px;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 8px;
}
@media screen and (max-width: 895px) {
  .p-information__item {
    flex-direction: column;
  }
}
.p-information__thumb {
  width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 895px) {
  .p-information__thumb {
    width: 100%;
  }
}
.p-information__thumb img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.p-information__body {
  flex-grow: 1;
}
.p-information__date {
  font-size: 14px;
  color: #888;
  margin-bottom: 8px;
  display: block;
}
@media screen and (max-width: 895px) {
  .p-information__date {
    line-height: 1.5;
  }
}
.p-information__title {
  font-size: 18px;
  color: #c0a04a;
  margin-bottom: 8px;
}
.p-information__text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.c-btn__text {
  text-align: right;
}
.c-btn__text a {
  font-size: 14px;
  color: #dd7d9e;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.c-btn__text a:hover {
  opacity: 0.7;
}

#mediaArea {
  padding: 96px 0;
  background-image: url("../images/line_base_top.webp"), url("../images/line_base_bottom.webp");
  background-position: top left, bottom left;
  background-repeat: repeat-x, repeat-x;
}
@media screen and (max-width: 895px) {
  #mediaArea {
    padding: 80px 0;
  }
}

.p-movie__video {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 16px;
}
.p-movie__video iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.p-movie__channel {
  text-align: center;
}
.p-movie__channelLink {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #c0a04a;
  transition: all 0.3s ease;
}
.p-movie__channelLink:hover {
  opacity: 0.7;
}
.p-movie__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.p-movie__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-movie__name {
  font-size: 16px;
  line-height: 1.4;
}

.p-blog {
  display: flex;
  flex-direction: column;
}
.p-blog__wrapper {
  flex-grow: 1;
  margin-bottom: 24px;
}
.p-blog__loading {
  color: #888;
  font-size: 14px;
}
.p-blog .c-btn {
  max-width: 280px;
  width: 40%;
  margin: 0 auto;
  background-color: #c0a04a;
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 895px) {
  .p-blog .c-btn {
    width: 60%;
  }
}
.p-blog .c-btn:hover {
  opacity: 0.7;
}
.p-blog .c-btn:active {
  opacity: 0.5;
}
.p-blog .c-btn a {
  display: block;
  color: inherit;
}

.p-profile {
  font-weight: normal;
}
.p-profile__box {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 48px;
}
@media screen and (max-width: 895px) {
  .p-profile__box {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
  }
}
.p-profile__photo {
  max-width: 640px;
  width: 96%;
  margin: 0 auto;
  height: auto;
  box-shadow: 0 6px 25px 0 rgba(120, 60, 75, 0.2);
}
@media screen and (max-width: 895px) {
  .p-profile__photo {
    max-width: 320px;
  }
}
.p-profile__photo img {
  width: 100%;
  height: auto;
}
.p-profile__desc {
  width: 100%;
}
.p-profile__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.p-profile__title h3 {
  font-size: 32px;
  font-family: "DM Serif Text", serif;
  color: #c0a04a;
  display: inline-block;
  margin-right: 12px;
}
.p-profile__title .u-text-small {
  font-size: 12px;
}
.p-profile__text {
  font-size: 14px;
  line-height: 1.8;
}
.p-profile__subHeading {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 8px;
}
@media screen and (max-width: 895px) {
  .p-profile__subHeading {
    text-align: center;
  }
}
.p-profile__artistList {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-profile__artistItem {
  font-size: 15px;
  line-height: 1.6;
}
.p-profile__artistItem a {
  color: #c0a04a;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.p-profile__artistItem a:hover {
  opacity: 0.7;
}

.p-schedule {
  position: relative;
  background-image: url("../images/lesson_base.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 80px 0;
}
@media screen and (max-width: 895px) {
  .p-schedule {
    padding: 40px 0;
  }
}
.p-schedule .c-btn {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 400px;
  width: 40%;
}
@media screen and (max-width: 895px) {
  .p-schedule .c-btn {
    width: 90%;
  }
}
.p-schedule .c-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  background: linear-gradient(to right, #ea8ca7, #eeb0a6);
  color: #ffffff;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 25px 0 rgba(120, 60, 75, 0.2);
}
.p-schedule .c-btn a:hover {
  transform: translateY(-3px);
}
.p-schedule .c-btn a:active {
  transform: translateY(0);
}
.p-schedule .c-btn a i {
  margin-left: 8px;
}
.p-schedule__text {
  text-align: center;
  margin-bottom: 24px;
  color: #222;
}
.p-schedule__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1350px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 895px) {
  .p-schedule__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.p-schedule__item a {
  display: block;
  background-color: #ffffff;
  border: solid 2px #c0a04a;
  border-radius: 30px;
  padding: 8px 16px;
  text-align: center;
  color: #c0a04a;
  font-size: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 895px) {
  .p-schedule__item a {
    width: 90%;
    margin: 0 auto;
  }
}
.p-schedule__item a:hover {
  background-color: #c0a04a;
  color: #ffffff;
}
.p-schedule__item a:active {
  opacity: 0.7;
}

.p-goods {
  padding: 80px 0;
}
@media screen and (max-width: 895px) {
  .p-goods {
    padding: 40px 0;
  }
}
.p-goods__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 895px) {
  .p-goods__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-goods__item {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 895px) {
  .p-goods__item {
    padding: 20px;
  }
}
.p-goods__text {
  font-size: 16px;
  color: #888;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 24px;
}
.p-goods .c-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-goods .c-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  max-width: 100%;
  padding: 4px 16px;
  background-color: #c0a04a;
  color: #ffffff;
  border-radius: 30px;
  font-size: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 895px) {
  .p-goods .c-btn a {
    padding: 0;
  }
}
.p-goods .c-btn a:hover {
  opacity: 0.8;
}
.p-goods .c-btn a:active {
  opacity: 0.6;
}

.p-contact {
  margin: 80px auto;
  background-image: url("../images/contact_base.webp");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  color: #ffffff;
  text-align: center;
  padding: 40px 24px 48px;
}
@media screen and (max-width: 895px) {
  .p-contact {
    margin: 40px auto;
    padding: 32px 16px 40px;
  }
}
.p-contact .c-heading {
  color: #ffffff;
  margin-bottom: 32px;
}
.p-contact__text {
  margin-bottom: 32px;
  color: #ffffff;
}
@media screen and (max-width: 895px) {
  .p-contact__text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-contact .c-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-width: 280px;
  padding: 8px 16px;
  background-color: #ffffff;
  color: #dd7d9e;
  font-weight: bold;
  font-size: 16px;
  border-radius: 30px;
  box-shadow: 0 6px 25px 0 rgba(120, 60, 75, 0.2);
  transition: all 0.3s ease;
}
.p-contact .c-btn a:hover {
  background-color: #af3d65;
  color: #ffffff;
  opacity: 1;
  transform: translateY(-3px);
}
.p-contact .c-btn a:active {
  opacity: 0.8;
  transform: translateY(0);
}
@media screen and (max-width: 895px) {
  .p-contact .c-btn a {
    width: 80%;
    min-width: auto;
  }
}

.p-sns {
  padding: 0 0 80px;
  text-align: center;
}
@media screen and (max-width: 895px) {
  .p-sns {
    padding: 0 0 40px;
  }
}
.p-sns .p-store-name {
  text-align: center;
  padding-bottom: 40px;
}
.p-sns .p-store-name img {
  max-width: 300px;
  width: 70%;
  height: auto;
}
.p-sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 895px) {
  .p-sns__list {
    gap: 16px;
  }
}
.p-sns__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #c0a04a;
  font-size: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 895px) {
  .p-sns__item a {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }
}
.p-sns__item a:hover {
  transform: translateY(-3px);
  background-color: #c0a04a;
  color: #ffffff;
}
.p-sns__item a:active {
  transform: translateY(0);
}

.p-error {
  min-height: 94vh;
  min-height: 94dvh;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 14vh;
  box-sizing: border-box;
}
.p-error__title {
  font-size: 32px;
  color: #dd7d9e;
  margin-bottom: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-error__text {
  font-size: 16px;
  margin-bottom: 40px;
}
.p-error .c-btn {
  max-width: 280px;
  width: 40%;
  background-color: #c0a04a;
  color: #ffffff;
  text-align: center;
  margin: 0px auto;
  border-radius: 30px;
  transition: 0.3s;
}
.p-error .c-btn:hover {
  opacity: 0.8;
}
.p-error .c-btn:active {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */