@charset "UTF-8";
:root {
  --global-bg-color: #f8f5f1;
  --global-font-color: #726235;
  --global-font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --global-font-family2: "Fertigo Pro", serif;
  --block-header-bg-color: var(--global-bg-color);
  --block-footer-bg-color: var(--global-bg-color);
  --theme-bg-color1: #d8caa3;
  --theme-bg-color1-thin: #e0d3b0;
  --theme-txt-color1: var(--global-font-color);
  --theme-txt-color1-invert: #bfbfbf;
  --theme-bg-color2: #f092ba;
  --theme-bg-color2-thin: #ffe9ee;
  --theme-txt-color2: var(--global-font-color);
  --theme-txt-color2-thin: #c4b792;
  --theme-bg-color3: #ffffff;
  --theme-txt-color3: var(--theme-txt-color2);
  --theme-border-color: var(--theme-txt-color2-thin);
  --menu-link-color: var(--theme-txt-color2);
  --menu-bg-color: var(--global-bg-color);
  --block-breadcrumbs-link-color: var(--theme-txt-color3);
  --archive-category-current-txt-color: var(--theme-txt-color1);
  --archive-category-current-bg-color: var(--theme-bg-color1);
  --archive-category-txt-color: var(--global-font-color);
  --archive-category-bg-color: transparent;
}

.block-fv {
  display: block;
  margin-inline: auto;
  max-width: 1200px;
}
.block-fv h1 {
  display: -ms-grid;
  display: grid;
  aspect-ratio: 670/466;
}
.block-fv h1::after {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1/1/1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/fv-frame-sm.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.block-fv h1 picture {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1/1/1;
}
.block-fv h1 picture img {
  width: 100%;
  aspect-ratio: 670/466;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-fv .news {
  margin-inline: 0;
  padding-inline: 0;
  background-color: transparent;
}
.block-fv .news ul li {
  align-items: flex-start;
}
.block-fv .news ul li:nth-child(n+2) {
  display: none;
}

.block-members {
  background-color: transparent;
  background-image: url("../img/member-bg.png"), linear-gradient(to bottom, var(--theme-bg-color1) 50%, transparent);
  background-repeat: no-repeat;
  background-size: 100% auto, 100% auto;
  background-position: center center, top left;
  border-top-left-radius: 1000px 300px;
  border-top-right-radius: 1000px 300px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.block-members .block-portrait .thumbnail {
  aspect-ratio: 1/1;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.block-members .block-portrait .thumbnail img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1/1/1;
  width: 100%;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../img/profile-mask.svg");
          mask-image: url("../img/profile-mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.block-members .block-portrait .thumbnail::before {
  content: "";
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1/1/1;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: transparent;
  background-image: url("../img/profile-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: static;
  z-index: 1;
  padding: 0;
}

.block-profile-link.layout-members {
  background-image: url("../img/member-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.block-profile-link.layout-members .members a {
  flex-basis: calc((100% - 16px) / 2);
  border: none;
  border-radius: 0;
  aspect-ratio: 1/1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: var(--global-font-color);
  text-decoration: none;
}
.block-profile-link.layout-members .members a span {
  margin-block: 0.5em;
  font-weight: 700;
}
.block-profile-link.layout-members .members a img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1/1/1;
  width: 100%;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../img/profile-mask.svg");
          mask-image: url("../img/profile-mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.block-profile-link.layout-members .members a::after {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1/1/1;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: transparent;
  background-image: url("../img/profile-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  -webkit-mask-image: none;
          mask-image: none;
  position: static;
  z-index: 1;
}

.block-latest-dialy.layout-carousel .wrapper .dialy-archive-item {
  border-radius: 1em;
  overflow: hidden;
}
.block-latest-dialy.layout-carousel .wrapper .dialy-archive-item a {
  padding-block: 2em;
  background-color: var(--theme-bg-color3);
  -ms-grid-columns: [alt-start title-start excerpt-start] 1fr [alt-end title-end excerpt-end];
  grid-template-columns: [alt-start title-start excerpt-start] 1fr [alt-end title-end excerpt-end];
  -ms-grid-rows: [alt-start] -webkit-min-content [alt-end title-start] -webkit-min-content [title-end excerpt-start] 1fr [excerpt-end];
  -ms-grid-rows: [alt-start] min-content [alt-end title-start] min-content [title-end excerpt-start] 1fr [excerpt-end];
  grid-template-rows: [alt-start] -webkit-min-content [alt-end title-start] -webkit-min-content [title-end excerpt-start] 1fr [excerpt-end];
  grid-template-rows: [alt-start] min-content [alt-end title-start] min-content [title-end excerpt-start] 1fr [excerpt-end];
}
.block-latest-dialy.layout-carousel .wrapper .dialy-archive-item a::after {
  display: none;
}
.block-latest-dialy.layout-carousel .wrapper .dialy-archive-item a .alt .date-app.flat {
  -ms-grid-columns: [m-start] auto [m-end d-start] auto [d-end w-start] 1fr [w-end];
  grid-template-columns: [m-start] auto [m-end d-start] auto [d-end w-start] 1fr [w-end];
  -ms-grid-rows: [m-start d-start w-start] -webkit-min-content [m-end d-end w-end];
  -ms-grid-rows: [m-start d-start w-start] min-content [m-end d-end w-end];
  grid-template-rows: [m-start d-start w-start] -webkit-min-content [m-end d-end w-end];
  grid-template-rows: [m-start d-start w-start] min-content [m-end d-end w-end];
}
.block-latest-dialy.layout-carousel .wrapper .dialy-archive-item a .alt .month {
  -ms-grid-row-align: end;
      align-self: end;
}
.block-latest-dialy.layout-carousel .wrapper .dialy-archive-item a .alt .day {
  font-size: 1.7em;
}
.block-latest-dialy.layout-carousel .wrapper .dialy-archive-item a .alt .week {
  display: none;
}
.block-latest-dialy.layout-carousel .wrapper .dialy-archive-item a .meta {
  display: none;
}
.block-latest-dialy.layout-carousel .wrapper .dialy-archive-item a .title {
  font-size: 1.1em;
  font-weight: 700;
}
.block-latest-dialy.layout-carousel .wrapper .dialy-archive-item a .excerpt {
  color: var(--global-font-color);
}

.block-links {
  background-image: url("../img/links-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.block-links a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  max-width: 320px;
  aspect-ratio: 326/242;
  background-color: transparent;
  background-image: url("../img/link-button-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-family: var(--global-font-family2);
  font-weight: 700;
}
.block-links a::after {
  width: 10px;
}

.swiper-pagination-bullet {
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 8px;
  --swiper-pagination-color: var(--global-font-color);
}

.block-base h2.block-heading {
  padding-top: 48px;
  background-image: url("../img/h2.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 80px auto;
  font-family: var(--global-font-family2);
  font-weight: 700;
}

.block-schedule-month-navigator .current span {
  color: #ded1ae;
}

.block-biography-item {
  border-color: var(--theme-border-color);
}
.block-biography-item:last-child {
  border-color: var(--theme-border-color);
}
.block-biography-item .month {
  color: var(--global-font-color);
}

.block-discography-main .action .wp-block-button__link.wp-element-button {
  background-color: transparent;
}

.block-discografy-relations {
  padding-inline: 0;
  background-color: transparent;
  background-image: linear-gradient(to bottom, var(--theme-bg-color1), transparent);
}
.block-discografy-relations article.post-archive-item:first-child {
  border-top: none;
}

.block-banner {
  margin-block: 20px 0;
}

.block-profile-relations {
  background-color: transparent;
  background-image: linear-gradient(to bottom, var(--theme-bg-color1), transparent);
}
.block-profile-relations > .wrapper .swiper-slide .thumbnail::before {
  padding-top: 100%;
}

.block-portrait .thumbnail::after {
  display: none;
}
.block-portrait h3 {
  text-align: center;
}
.block-portrait .sns {
  justify-content: center;
}
.block-news-schedule > .block-base .block-content {
  flex-grow: 1;
  background-color: var(--theme-bg-color3);
  padding: 16px 24px;
}
.block-news-schedule > .block-base .block-content .wrapper {
  margin-top: 0;
}

body.home .block-base .wp-block-buttons .wp-block-button.viewmore .wp-element-button {
  background-color: var(--theme-bg-color2-thin);
}

.block-latest-release {
  background-image: url("../img/discography-bg.png");
  background-repeat: no-repeat;
  background-position: top 48px center;
  background-size: 100% auto;
}
.block-latest-release.layout-normal .wrapper {
  margin-block: 0;
  padding-top: 0;
}
.block-latest-release.layout-normal .wrapper .image {
  margin-block: 0;
}
.block-latest-release .wrapper {
  background-color: transparent;
}
.block-latest-release .wrapper .wp-block-buttons .wp-block-button .wp-element-button {
  background-color: var(--theme-bg-color3);
}

:is(.block-latest-movie,
.block-gallery,
.block-latest-dialy,
.block-latest-release,
.block-links,
.block-profile-link) {
  background-color: var(--theme-bg-color1-thin);
}

.block-profile-link {
  grid-column: full;
  padding-inline: var(--theme-content-margin);
}

.post-type-archive-profile .block-profile-link {
  background-color: transparent;
}
.block-news-schedule .block-latest-news article.post-archive-item .alt {
  display: none;
}

body:not(.home) #topline {
  height: 80px;
}
header .site-name img {
  max-width: 90px;
}

footer .footer-menu .menu-container .menu {
  font-family: var(--global-font-family2);
}
footer .footer-menu .menu-container .menu .menu-item a {
  font-weight: 700;
}

.global-menu .menu-header .title {
  color: transparent;
  text-indent: -500%;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 80px;
}
.global-menu.expand .menu-wrapper {
  padding-block: 8px;
}
.global-menu.expand .menu-content {
  font-family: var(--global-font-family2);
}
.global-menu.expand .menu-content .menu-item a {
  font-weight: 700;
}

.pagination .nav-links :is(.next, .prev) {
  background-color: var(--theme-bg-color3);
  border: 1px solid var(--theme-border-color);
}

.block-breadcrumbs a {
  text-decoration: none;
}

.meta .term {
  background-color: var(--theme-bg-color1);
  color: var(--theme-txt-color1);
  font-weight: 700;
}
.meta :is(time, .text) {
  color: var(--theme-txt-color1);
}
.meta time {
  order: 2;
}

.date-app {
  font-family: var(--global-font-family2);
}
.date-app .week {
  color: var(--global-font-color);
}

.page-title {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 200px;
  margin-block: 0;
  font-family: var(--global-font-family2);
  background-image: url("../img/page-title-bg.png");
  background-position: center;
  background-size: cover;
}
.page-title > *:first-child {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 80%;
  aspect-ratio: 644/277;
  padding: 1em;
  background-image: url("../img/page-title-frame.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 20px;
  font-weight: 700;
}

.post-footer {
  border: none;
}

body.post-type-archive-news article.post-archive-item .alt {
  display: none;
}
body.post-type-archive-news article.post-archive-item .meta time {
  order: 0;
}

article.post-archive-item .duration {
  color: var(--global-font-color);
}
article.post-archive-item.discography-archive-item .wp-block-button > a {
  background-color: transparent;
}
article.post-archive-item.movie-archive-item a .alt.thumbnail::before {
  background-color: transparent;
}

body:is(.post-type-archive-news, .post-type-archive-schedule) article.post-archive-item:first-child {
  border-top: 1px solid var(--block-latest-archive-border-color);
}

body:not(.home) .editor-styles-wrapper .post-meta h1 {
  padding-block: 0 1em;
  border: none;
  background-image: url("../img/h1.png");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 10px;
}

h2.block-heading {
  text-transform: none;
}

.editor-styles-wrapper :is(h1, h2, h3, h4).wp-block-heading {
  font-weight: 700;
}
.editor-styles-wrapper h2.wp-block-heading {
  border-radius: 4px;
  border: 1px solid var(--theme-txt-color2-thin);
  background-color: var(--theme-bg-color2-thin);
}
.editor-styles-wrapper h3.wp-block-heading {
  padding-block: 8px;
  padding-inline: 2em 0;
  border: none;
  background-image: url("../img/h3.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.editor-styles-wrapper h4.wp-block-heading {
  padding-inline: 1em 0;
  border-left: 4px solid var(--theme-bg-color2);
  color: var(--theme-txt-color2);
}
.editor-styles-wrapper ul.wp-block-list {
  list-style-image: url("../img/ul.svg");
}
.editor-styles-wrapper :is(.wp-block-table, .wp-block-flexible-table-block-table) > table {
  border-collapse: collapse;
}
.editor-styles-wrapper :is(.wp-block-table, .wp-block-flexible-table-block-table) > table tr :is(th, td) {
  padding: 1.5em;
  border: 1px solid var(--theme-txt-color2-thin);
}
.editor-styles-wrapper :is(.wp-block-table, .wp-block-flexible-table-block-table) > table tr th {
  background-color: var(--theme-bg-color2-thin);
  font-weight: 700;
  text-align: left;
}
.editor-styles-wrapper .wp-block-group.is-style-border-accent {
  border: 1px solid var(--theme-border-color);
}

.wp-block-buttons .wp-element-button {
  border: 1px solid var(--theme-txt-color2-thin);
  background-color: var(--theme-bg-color3);
  color: var(--theme-txt-color3);
}

.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #f8f5f1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding-inline: max(16px, 50% - 600px);
}
.loading .photo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1/1/1;
  display: block;
  opacity: 0;
}
.loading .photo img {
  max-height: 90vh;
}
.loading .logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1/1/1;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-row-align: end;
      align-self: end;
  max-width: 150px;
  margin-bottom: 16px;
  opacity: 0;
  z-index: 1;
}

@media (width > 900px){
  .block-fv h1 {
    aspect-ratio: 1200/543;
  }
  .block-fv h1::after {
    background-image: url("../img/fv-frame-lg.png");
  }
  .block-fv h1 picture img {
    aspect-ratio: 1200/543;
  }
  .block-fv .news {
    display: flex;
    gap: 0 48px;
    max-width: none;
    width: calc(100% - 128px);
    margin-inline: 64px;
  }
  .block-fv .news ul li {
    gap: 0 16px;
  }
  .block-fv .news ul li .title {
    font-size: 16px;
  }
  .block-members .wrapper {
    gap: 64px 48px;
    margin-block: 0;
  }
  .block-members .block-portrait {
    flex-basis: calc((100% - 96px) / 3);
  }
  .block-profile-link.layout-members .members {
    gap: 0;
    margin-block: calc(5% + 48px);
  }
  .block-profile-link.layout-members .members a {
    flex-basis: 25%;
  }
  .block-profile-link.layout-members .members a:nth-child(n) {
    -webkit-transform: none;
            transform: none;
    margin-block: -8% -6%;
  }
  .block-profile-link.layout-members .members a:is(:nth-child(4n+1), :nth-child(4n+2)) {
    margin-right: 23.2558139535%;
  }
  .block-profile-link.layout-members .members a:is(:nth-child(4n+3), .block-profile-link.layout-members .members a:nth-child(4n+4)) {
    margin-left: 23.2558139535%;
  }
  .block-profile-link.layout-normal .image {
    max-width: 500px;
    -ms-grid-row-align: center;
        align-self: center;
  }
  .block-profile-link.layout-normal .block-heading {
    text-align: center;
  }
  .block-links a::after {
    right: 42px;
  }
  .block-news-schedule > .block-base {
    display: flex;
    flex-direction: column;
  }
  .block-news-schedule > .block-base .block-content {
    padding: 16px 48px;
    display: flex;
    flex-direction: column;
  }
  .block-news-schedule > .block-base .block-content .wrapper {
    flex-grow: 1;
  }
  .block-latest-release {
    background-position: center center;
  }
  .block-news-schedule .block-latest-news article.post-archive-item a {
    gap: 16px 0;
  }
  body:not(.home) #topline {
    height: 100px;
  }
  header {
    padding-block: 8px;
  }
  header .site-name img {
    max-width: 120px;
  }
  footer .footer-menu .menu-container .menu .menu-item a {
    font-size: 15px;
  }
  .global-menu.expand .menu-content .menu-item a {
    font-size: 15px;
  }
  .meta .term {
    font-size: 15px;
  }
  .meta :is(time, .text) {
    font-size: 15px;
  }
  .page-title {
    height: 385px;
  }
  .page-title > *:first-child {
    width: 644px;
    font-size: 48px;
  }
  .loading .logo {
    max-width: 300px;
    margin-bottom: 32px;
  }
}

@media (width <= 900px){
  .block-fv {
    grid-column: content;
  }
}

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