@charset "UTF-8";
/* ----------------------------------------------------------
下層ページ
---------------------------------------------------------- */
.page {
  position: relative;
}
.page section {
  margin-bottom: 160px;
}
.page .read {
  font-size: 18px;
  font-size: 1.125rem;
}
@media all and (max-width: 780px) {
  .page section {
    margin-bottom: 80px;
  }
  .page .read {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media all and (max-width: 780px) {
  .page section {
    margin-bottom: 80px;
  }
  .page .read {
    font-size: 16px;
    font-size: 1rem;
  }
}

.title_visual {
  position: relative;
  margin-bottom: 160px;
  padding-top: 80px;
}
.title_visual:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 105%;
  background: no-repeat 50%/cover url(../img/parts/page_visual_bg.png);
}
.title_visual .photo_img {
  margin: 0 0 0 auto;
  width: 65%;
}
.title_visual .photo_img:before {
  padding-top: 42.0273348519%;
}
.title_visual h1 {
  position: absolute;
  bottom: 10%;
  left: 10vw;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
}
@media all and (max-width: 780px) {
  .title_visual {
    margin-bottom: 80px;
  }
  .title_visual h1 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
  }
}
@media all and (max-width: 780px) {
  .title_visual {
    margin-bottom: 80px;
  }
  .title_visual h1 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
  }
}

/* ----------------------------------------------------------
プロフィール
---------------------------------------------------------- */
.page_profile .bg:before {
  position: absolute;
  right: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 25vw;
  height: 42%;
  background: #27220C;
}
.page_profile .item_card {
  margin-right: 15vw;
}
.page_profile .item_card.photo_r {
  margin-right: 0;
  margin-left: 15vw;
}
.page_profile .item_card.photo_r .photo_img {
  margin-left: auto;
}
.page_profile .profile_photo {
  width: 36%;
}
.page_profile .profile_photo:before {
  padding-top: 131.9248826291%;
}
.page_profile .profile_photo + article {
  width: 64%;
}
.page_profile .philharmonic_photo {
  width: 40%;
}
.page_profile .philharmonic_photo:before {
  padding-top: 66.7351129363%;
}
.page_profile .philharmonic_photo + article {
  width: 60%;
}
.page_profile .ikebana_photo {
  width: 36%;
}
.page_profile .ikebana_photo:before {
  padding-top: 124.1784037559%;
}
.page_profile .ikebana_photo + article {
  width: 64%;
}
.page_profile .oil_gallery {
  position: relative;
  margin-left: 15vw;
  padding-bottom: 50px;
}
.page_profile .oil_gallery:before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 92vw;
  height: 70%;
  background: #27220C;
}
.page_profile .oil_gallery .photo_img {
  margin-bottom: 10px;
}
.page_profile .oil_gallery .photo_img:before {
  padding-top: 67.7419354839%;
}
.page_profile .oil_gallery h3 {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.page_profile .oil_gallery .col {
  margin-left: -40px;
}
.page_profile .oil_gallery .col > * {
  margin-left: 40px;
  width: calc(33.3333% - 40px);
}
@media all and (max-width: 780px) {
  .page_profile .item_card {
    margin: 0 5%;
  }
  .page_profile .item_card.photo_r {
    margin: 0 5%;
  }
  .page_profile .profile_photo {
    width: 100%;
  }
  .page_profile .profile_photo + article {
    width: 100%;
  }
  .page_profile .philharmonic_photo {
    width: 100%;
  }
  .page_profile .philharmonic_photo + article {
    width: 100%;
  }
  .page_profile .ikebana_photo {
    width: 100%;
  }
  .page_profile .ikebana_photo + article {
    width: 100%;
  }
  .page_profile .oil_gallery {
    margin: 0 10%;
  }
  .page_profile .oil_gallery:before {
    left: -7.5%;
    width: 115%;
  }
  .page_profile .oil_gallery .col {
    margin-left: 0;
  }
  .page_profile .oil_gallery .col > * {
    margin-left: 0;
    width: 100%;
  }
}
@media all and (max-width: 780px) {
  .page_profile .item_card {
    margin: 0 5%;
  }
  .page_profile .item_card.photo_r {
    margin: 0 5%;
  }
  .page_profile .profile_photo {
    width: 100%;
  }
  .page_profile .profile_photo + article {
    width: 100%;
  }
  .page_profile .philharmonic_photo {
    width: 100%;
  }
  .page_profile .philharmonic_photo + article {
    width: 100%;
  }
  .page_profile .ikebana_photo {
    width: 100%;
  }
  .page_profile .ikebana_photo + article {
    width: 100%;
  }
  .page_profile .oil_gallery {
    margin: 0 10%;
  }
  .page_profile .oil_gallery:before {
    left: -7.5%;
    width: 115%;
  }
  .page_profile .oil_gallery .col {
    margin-left: 0;
  }
  .page_profile .oil_gallery .col > * {
    margin-left: 0;
    width: 100%;
  }
}

/* ----------------------------------------------------------
音楽活動
---------------------------------------------------------- */
.page_music .bg:before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 25vw;
  height: 100%;
  background: #27220C;
}
.page_music .bg:after {
  position: absolute;
  top: 5%;
  right: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 25vw;
  height: 200px;
  background: #27220C;
}
.page_music .read {
  margin: 0 auto;
  max-width: 720px;
}
.page_music .group_list {
  padding-bottom: 50px;
}
.page_music .item_card {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #1F2100;
}
.page_music .item_card .photo_img {
  width: 260px;
}
.page_music .item_card .photo_img:before {
  padding-top: 70%;
}
.page_music .item_card article {
  width: calc(100% - 260px);
}
.page_music .item_card h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 1.25rem;
}
.page_music .item_card p {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
.page_music .item_card .dl_table {
  font-size: 14px;
  font-size: 0.875rem;
}
@media all and (max-width: 780px) {
  .page_music .item_card .photo_img {
    width: 100%;
  }
  .page_music .item_card article {
    width: 100%;
  }
  .page_music .item_card h3 {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media all and (max-width: 780px) {
  .page_music .item_card .photo_img {
    width: 100%;
  }
  .page_music .item_card article {
    width: 100%;
  }
  .page_music .item_card h3 {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1rem;
  }
}

/* ----------------------------------------------------------
お知らせ
---------------------------------------------------------- */
.title {
  margin: 0 0 60px;
  padding: 0 0 40px;
  border-bottom: 1px solid #2B250C;
}

.archive_page section {
  padding-bottom: 50px;
}
.archive_page .bg:before {
  position: absolute;
  top: -30%;
  z-index: -1;
  display: block;
  content: "";
  width: 25vw;
  height: 130%;
  background: #27220C;
}/*# sourceMappingURL=page.css.map */