@charset "UTF-8";
/* CSS Document */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, a, input, label, small {
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 300;
  font-style: normal;
  list-style: none;
  color: #222;
  letter-spacing: .04em;
}
a {
  display: block;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
img {
  vertical-align: top;
  width: 100%;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
body {
  position: relative;
  background-color: #ececec;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #222;
}
::-webkit-selection {
  color: #fff;
  background: #222;
}
::-moz-selection {
  color: #fff;
  background: #222;
}
::selection {
  color: #fff;
  background: #222;
  text-shadow: none;
}
.l-container--1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.u-pt120 {
  padding-top: 120px;
}
.u-pt150 {
  padding-top: 150px;
}
.u-mt46 {
  margin-top: 46px;
}
.u-mt24 {
  margin-top: 24px !important;
}
.u-py150 {
  padding: 150px 0;
}
.u-py-page {
  padding: 80px 0 46px;
}
.c-title__wrap {
  font-size: 40px;
  margin-bottom: 46px;
  line-height: 1.2;
}
.c-common-button {
  max-width: 360px;
  margin: 0 auto;
  padding-bottom: 4px;
  box-sizing: border-box;
}
.c-common-button a {
  font-size: 18px;
  position: relative;
  background: #222;
  color: #fff;
  padding: 24px 10px;
  box-sizing: border-box;
  z-index: 1;
  border: solid 1px #222;
  gap: 0 10px;
  display: block;
  text-align: center;
}
.c-common-button a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(../img/icon-next.svg);
  margin-bottom: 4px;
  margin-left: 6px;
}
.c-common-button a::before {
  content: "";
  width: 358px;
  height: 76px;
  position: absolute;
  bottom: -5px;
  left: -5px;
  border: solid 1px #222;
  z-index: -1;
}
.c-common-button a:hover {
  opacity: 1;
  background: #5abbae;
  color: #222;
  border: solid 1px #5abbae;
}
.c-common-button a:hover::before {
  border: solid 1px #5abbae;
}
.c-common-button a:hover::after {
  background-image: url("../img/icon-next_hover.svg");
}
.c-common-button._white a:hover::after {
  background-image: url("../img/icon-next_hover.svg");
}
.c-common-button._white a:hover {
  background: #fff;
  color: #222;
}
.c-common-button._white a:hover::before {
  border: solid 1px #ffffff;
}
.c-section-title {
  margin-bottom: 50px;
  line-height: 1.2;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
.c-section-title._center {
  text-align: center;
}
.fade-up, .list--information li {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.fade-up.is-active, .list--information li.is-active {
  opacity: 1;
  transform: translateY(0);
}
.pc_none {
  display: none
}
@media screen and (max-width: 941px) {
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, a, input, label, small {
    line-height: 1.5;
    font-size: 13px;
  }
  .pc_none {
    display: block
  }
  .u-pt120 {
    padding-top: 80px;
  }
  .u-pt150 {
    padding-top: 120px;
  }
  .u-mt24 {
    margin-top: 16px !important;
  }
  .u-py150 {
    padding: 120px 0;
  }
  .u-mt46 {
    margin-top: 32px;
  }
  .u-py-page {
    padding: 60px 0 32px;
  }
  .c-common-button {
    max-width: 280px;
  }
  .c-common-button a {
    font-size: 15px;
    padding: 16px 10px;
  }
  .c-common-button a::before {
    width: 279px;
    height: 55px;
  }
  .c-section-title {
    margin-bottom: 32px;
    font-size: 15px;
  }
  .release .release__main {
    margin-bottom: 32px !important;
  }
  .c-common-button a::after {
    width: 11px;
    height: 10px;
    margin-bottom: 2px;
    margin-left: 6px;
  }
}
/* ナビゲーション
* --------------------------------------- */
.header__overlay li:nth-child(1) {
  display: none;
}
.global-nav {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
  text-align: right;
}
.global-nav__list {
  display: flex;
  background-color: #222;
  padding: 3px 12px;
  gap: 0 5px;
}
.global-nav__list .global-nav__item a {
  color: #fff;
  font-size: 18px;
}
.global-nav__list .global-nav__item:nth-last-child(1) {
  margin-bottom: 0;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.global-nav__item a.active {
  color: #5abbae;
}
.hamburger {
  height: 85px;
  width: 85px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  filter: invert(1);
  mix-blend-mode: difference;
}
.hamburger span {
  background: #222;
  border: none;
  height: 1.3px;
  position: absolute;
  transition: all 0.35s ease;
  cursor: pointer;
  width: 30px;
  border-radius: 10px;
  left: 30px;
}
.hamburger span:nth-of-type(1) {
  top: 38px;
}
.hamburger span:nth-of-type(2) {
  top: 44px;
}
.hamburger.active span {
  background: #222;
}
.hamburger.active .is-top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  top: 29px;
}
.hamburger.active .is-bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  top: 51px;
}
.header__overlay {
  position: fixed;
  background: #000;
  overflow: auto;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 100;
}
.header__overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  overflow-y: auto;
}
.header__overlay.open li .logo {
  max-width: 200px;
  margin: 0 auto 32px;
}
.header__overlay.open li.global-nav__item {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.1s;
}
.header__overlay.open li.global-nav__item:nth-of-type(2) {
  animation-delay: 0.15s;
  margin-bottom: 10px;
}
.header__overlay.open li.global-nav__item:nth-of-type(3) {
  animation-delay: 0.2s;
  margin-bottom: 10px;
}
.header__overlay.open li.global-nav__item:nth-of-type(4) {
  animation-delay: 0.25s;
  margin-bottom: 10px;
}
.header__overlay.open li.global-nav__item:nth-of-type(5) {
  animation-delay: 0.30s;
}
.header__overlay ul li.global-nav__item {
  position: relative;
  opacity: 0;
}
.header__overlay ul li.global-nav__item a {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.header__overlay ul li.global-nav__item a:hover {
  font-weight: 400;
  opacity: 1;
}
.header__overlay li.global-nav__item:nth-child(1) {
  display: block;
}
.global-nav {
  overflow: hidden;
  box-sizing: border-box;
  gap: 46px 0;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: static;
  text-align: center;
}
.open .global-nav {
  mix-blend-mode: normal;
  padding: 0;
}
.global-nav__list .global-nav__item a {
  background-color: #22222200;
  color: #fff;
  font-size: 21px;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  margin-left: 0;
}
.global-nav__deco {
  display: none;
}
.global-nav__list {
  flex-direction: column;
}
.global-nav__list {
  padding: 0;
  background-color: #22222200;
}
@media screen and (max-width: 769px) {
  .header__overlay.open li.global-nav__item:nth-of-type(2) {
    margin-bottom: 24px;
  }
  .header__overlay.open li.global-nav__item:nth-of-type(3) {
    margin-bottom: 24px;
  }
  .header__overlay.open li.global-nav__item:nth-of-type(4) {
    margin-bottom: 24px;
  }
  .header__overlay ul li.global-nav__item a {
    font-size: 16px;
  }
}
/* キービジュアル
* --------------------------------------- */
.keyvisual--bgi {
  position: fixed;
  background-color: #ececec;
  background-image: url(../img/bgi-top.png), url(../img/bgi-bottom.png);
  background-position: left -2px top -2px, right -2px bottom -2px;
  background-size: 30vw auto, 28vw auto;
  background-repeat: no-repeat, no-repeat;
  width: 100vw;
  height: 100dvh;
  z-index: -1;
  opacity: 1;
  transition: opacity 0.8s ease;
  pointer-events: none;
}
.page--info .keyvisual--bgi {
  position: fixed;
  background-image: url(../img/bgi-bottom.png);
  background-position: right -2px bottom -2px;
  background-size: 28vw auto;
}
.keyvisual--bgi.is-hidden {
  opacity: 0;
}
.keyvisual--bgi.is-show-footer {
  opacity: 1;
}
.keyvisual--section {
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 100dvh;
}
.keyvisual__items {
  position: relative;
  padding: 9vh 0;
  max-width: 117vh;
  box-sizing: border-box;
  margin: 0 auto;
}
.keyvisual__image {
  width: min(83vh, 72%);
  margin-left: auto;
}
.keyvisual__tag {
  position: absolute;
  top: 9vh;
  left: 0;
  width: min(20vh, 20vw);
  height: min(20vh, 20vw);
  border-radius: 1000px;
  background-color: #5abbae;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.keyvisual__tag-items .circle__year {
  text-align: center;
  font-size: min(2.2vh, 2.4vw);
  line-height: 1.2;
}
.keyvisual__tag-items .circle__day {
  text-align: center;
  font-size: min(2.2vh, 2.4vw);
  line-height: 1.2;
}
.keyvisual__tag-items .circle__text {
  text-align: center;
  line-height: 1.2;
  color: #5abbae;
  -webkit-text-stroke: #000 .9px;
  font-size: min(3.2vh, 3.4vw);
  margin-top: 10px;
}
.keyvisual__title {
  position: absolute;
  bottom: 15vh;
  left: 0;
}
.keyvisual__title .keyvisual__logo {
  width: min(24vh, 20vw);
  margin-bottom: min(3vh, 2vw);
}
.keyvisual__title-box .keyvisual__title-line span {
  line-height: 1.2;
  letter-spacing: 0;
  display: block;
  padding: 5px 16px;
  box-sizing: border-box;
  width: fit-content;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(90deg, #fff 49%, #000 49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  -webkit-text-stroke: #fff 1px;
  font-size: min(7vh, 5.9vw);
}
.keyvisual__title-box .keyvisual__title-line--black {
  background-color: #000;
  color: #fff;
  width: fit-content;
}
.keyvisual__title-box .keyvisual__title-line--pink {
  background-color: #5abbae;
}
@media screen and (max-width: 1100px) {
  .keyvisual__title {
    bottom: 15vh;
  }
}
@media screen and (max-width: 769px) {
  .keyvisual__title {
    position: static;
  }
  .keyvisual__items {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    margin-top: -40px;
  }
  .keyvisual__tag {
    position: absolute;
    top: auto;
    bottom: min(-6vh, -4vw);
  }
  .keyvisual__title .keyvisual__logo {
    width: min(24vh, 45vw);
    margin-bottom: 24px;
  }
  .keyvisual__title-box .keyvisual__title-line--black {
    margin-bottom: 32px;
  }
  .keyvisual__image {
    width: min(67vh, 90%);
    margin-left: auto;
  }
  .keyvisual__title-box .keyvisual__title-line span {
    padding: 5px 8px;
    font-size: min(5vh, 6vw);
  }
  .keyvisual__tag {
    width: min(18vh, 27vw);
    height: min(18vh, 27vw);
  }
  .keyvisual__tag-items .circle__year {
    font-size: min(2.2vh, 3.4vw);
  }
  .keyvisual__tag-items .circle__day {
    font-size: min(2.2vh, 3.4vw);
  }
  .keyvisual__tag-items .circle__text {
    -webkit-text-stroke: #000 .5px;
    font-size: min(3.2vh, 4vw);
    margin-top: 6px;
  }
}
@media screen and (max-width: 426px) {
  .keyvisual__title-box .keyvisual__title-line span {
    font-size: min(4.5vh, 6vw);
    -webkit-text-stroke: #fff .4px;
  }
  .keyvisual__title .keyvisual__logo {
    width: min(38vh, 40vw);
    margin-bottom: 24px;
  }
  .keyvisual__title-box .keyvisual__title-line--black {
    margin-bottom: 24px;
  }
  .keyvisual__image {
    width: 90%;
    margin-left: auto;
  }
  .keyvisual__tag {
    width: 110px;
    height: 110px;
  }
  .keyvisual__tag-items .circle__year {
    font-size: 13px;
  }
  .keyvisual__tag-items .circle__day {
    font-size: 13px;
  }
  .keyvisual__tag-items .circle__text {
    -webkit-text-stroke: #000 .3px;
    font-size: 18px;
    margin-top: 2px;
  }
  .keyvisual--bgi {
    background-position: left -30px top -20px, right -20px bottom -20px;
    background-size: 70vw auto, 70vw auto;
  }
  .page--info .keyvisual--bgi {
    background-position: right -20px bottom -20px;
    background-size: 70vw auto;
  }
}
@media screen and (max-width: 321px) {}
/* YouTube
* --------------------------------------- */
.youtube__slide .youtube__movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube__slide .youtube__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube__slider {
  padding: 0 50px;
  max-width: 850px;
  margin: 0 auto;
}
.youtube__slider .prev-arrow::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.youtube__slider .next-arrow::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url("../img/icon-back.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.comment__wrap {
  margin-top: 60px;
  background-color: #ffffff;
  padding: 32px 20px;
  box-sizing: border-box;
  border: solid 1.5px #000;
}
.comment__item .comment__title {
  font-size: clamp(19px, 3.45px + 1.65vw, 35px);
  text-align: center;
  margin-bottom: 24px;
}
.slide-arrow {
  cursor: pointer;
}
@media screen and (max-width: 941px) {
  .youtube__slider .next-arrow::after, .youtube__slider .prev-arrow::after {
    display: none
  }
  .youtube__slider {
    padding: 0;
    max-width: 100%;
  }
  .slick-dots li button:before {
    font-size: 13px;
    opacity: 1;
    color: #222;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #5abbae;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .slick-dots {
    bottom: 0;
  }
  .comment__item .comment__title {
    margin-bottom: 16px;
  }
  .comment__wrap {
    margin-top: 46px;
    padding: 24px 16px;
  }
}
/* 記事一覧
* --------------------------------------- */
.post__list .post__items, .list--information li {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: solid 1px #222;
  position: relative;
}
.list--information li a {
  display: flex;
  gap: 8px 24px;
  align-items: baseline;
}
.post__list .post__items:last-child, .list--information li:last-child {
  margin-bottom: 0;
}
.post__items .post__meta, .list--information li .date {
  display: flex;
  gap: 0 10px;
  align-items: center;
}
.post__meta .post__meta-time {
  display: block;
}
.post__meta .post__meta-new, .list--information li .date .category {
  display: block;
  background: #222;
  color: #fff;
  font-size: 12px;
  padding: 0 7px;
}
.post__list, .list--information {
  margin-bottom: 46px;
}
.list--information li.new .tit {
  display: flex;
  align-items: center;
  gap: 4px 10px;
  flex-wrap: wrap;
}
.list--information li.new .tit::after {
  content: "NEW";
  display: block;
  color: #32887C;
  font-size: 12px;
}
.post__list .post__items .post__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.post__list .post__items .post__link:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
@media screen and (max-width: 941px) {
  .post__meta .post__meta-tim, .list--information li .date {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .post__meta .post__meta-new, .list--information li .date .category {
    font-size: 10px;
    padding: 0 4px;
  }
  .post__list .post__items, .list--information li {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .list--information li.new .tit::after {
    display: none;
  }
  .list--information li.new .date::after {
    content: "NEW";
    display: block;
    color: #32887C;
    font-size: 10px;
  }
  .list--information li.new .tit {
    display: block;
  }
  .list--information li a {
    flex-direction: column;
    gap: 4px 0;
  }
}
/* リリース情報
* --------------------------------------- */
.release__detail .release__label {
  margin-bottom: 16px;
  display: block;
  text-align: center;
  font-size: 18px;
}
.release__detail .release__title {
  margin-bottom: 16px;
  font-size: 32px;
  text-align: center;
}
.release__detail .release__info {
  margin-bottom: 46px;
  font-size: 18px;
  text-align: center;
}
.release__detail .release__text {
  line-height: 2;
}
/* 収録曲
* --------------------------------------- */
.recording__header {
  width: 100%;
  transition: ease-in-out 100ms;
  padding: 24px 60px 24px 32px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  background-color: #5abbae;
}
.recording__header .recording__toggle {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: auto;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.recording__header .recording__toggle:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 1px;
  width: 15px;
  background: #222;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.recording__header .recording__toggle:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 1px;
  width: 15px;
  background: #222;
  transition: all .3s ease-in-out;
}
.recording__header.active .recording__toggle:before {
  transform: rotate(180deg);
}
.recording__header.active .recording__toggle:after {
  opacity: 0;
}
.recording__heading {
  font-size: 20px;
  line-height: 1.5;
}
.recording__header:hover {
  background-color: #222;
}
.recording__header:hover .recording__heading {
  color: #fff;
}
.recording__header:hover .recording__toggle:before {
  background: #fff;
}
.recording__header:hover .recording__toggle:after {
  background: #fff;
}
.recording__content {
  display: none;
  margin: 0 auto;
  padding: 32px;
  background-color: #F5F5F5;
}
.recording__content .recording__subheading {
  font-size: 18px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: dashed 1px #222;
}
.recording__list .recording__list-item {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.recording__list .recording__list-item:last-child {
  margin-bottom: 0;
}
.recording__list {
  padding-left: 30px;
}
.edition__item {
  display: flex;
  background-color: #F5F5F5;
  padding: 32px;
  box-sizing: border-box;
}
.edition__item .edition__image {
  width: 50%;
}
.edition__item .edition__detail {
  width: 50%;
  padding-left: 46px;
}
.edition__item .edition__detail .edition__tag {
  background-color: #5abbae;
  margin-bottom: 16px;
  width: fit-content;
  padding: 2px 16px;
}
.edition__item .edition__text b {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
}
.bonus__list .bonus__list-item {
  position: relative;
  margin-bottom: 4px;
  padding-left: 16px;
  box-sizing: border-box;
}
.bonus__list .bonus__list-item:last-child {
  margin-bottom: 0;
}
.bonus__list .bonus__list-item::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #222;
  border-radius: 50%;
  top: 11px;
  left: 0;
}
.notes__list .notes__list-item {
  position: relative;
  margin-bottom: 4px;
  padding-left: 16px;
  box-sizing: border-box;
}
.notes__list .notes__list-item:last-child {
  margin-bottom: 0;
}
.notes__list .notes__list-item::before {
  position: absolute;
  content: "※";
  font-size: 15px;
  top: 1px;
  left: 0;
}
@media screen and (max-width: 941px) {
  .release__detail .release__label {
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  .release__detail .release__title {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .release__detail .release__info {
    margin-bottom: 32px;
    font-size: 13px
  }
  .release__detail .release__text {
    line-height: 1.8;
  }
  .recording__heading {
    font-size: 13px;
  }
  .recording__header {
    padding: 16px 35px 16px 20px;
  }
  .recording__header .recording__toggle {
    right: 20px;
  }
  .recording__content {
    padding: 20px;
  }
  .recording__content .recording__subheading {
    font-size: 14px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .edition__item {
    padding: 16px;
    flex-direction: column;
    gap: 24px 0;
  }
  .edition__item .edition__image {
    width: 100%;
  }
  .edition__item .edition__detail {
    width: 100%;
    padding-left: 0;
  }
  .edition__item .edition__detail .edition__tag {
    margin-bottom: 10px;
    padding: 2px 10px;
  }
  .edition__item .edition__text b {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .bonus__list .bonus__list-item {
    margin-bottom: 6px;
    padding-left: 14px;
  }
  .bonus__list .bonus__list-item::before {
    top: 7px;
  }
  .notes__list .notes__list-item::before {
    font-size: 10px;
    top: 1px;
    left: -2px;
  }
  .notes__list .notes__list-item {
    margin-bottom: 6px;
    padding-left: 14px;
  }
  .release__detail .release__text {
    line-height: 1.8;
    letter-spacing: 0;
  }
}
/* フッター
* --------------------------------------- */
.footer-section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page--info .footer__none {
  display: none;
}
.page--info .footer-section {
  height: 40vh;
}
.page--info .footer-section._short .footer__copy {
  margin-top: 0;
}
.footer .footer__label {
  font-size: 16px;
  margin-bottom: 16px;
  text-align: center;
  display: block;
}
.footer .footer__title {
  font-size: 32px;
  margin-bottom: 46px;
  text-align: center;
}
.footer__copy {
  display: block;
  text-align: center;
  margin-top: 60px;
  font-size: 14px;
}
.footer-info{
	    max-width: 550px;
    margin: 0 auto 46px;
}
.footer-info h2{
	    background-color: #5abbae;
   
    padding: 10px 10px;
	text-align: center;
	box-sizing: border-box;
	
}
.footer-info p{
	padding: 16px 10px;
	background-color: #fff;
	text-align: center;
}

@media screen and (max-width: 941px) {
  .footer .footer__label {
    font-size: 12px;
  }
  .footer .footer__title {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .footer__copy {
    margin-top: 46px;
    font-size: 12px;
  }
	.footer-info{
	  
    margin: 0 auto 24px;
}
}
/* 　アニメーション
* --------------------------------------- */
.keyvisual--section {
  overflow: hidden;
}
.keyvisual__items {
  overflow: visible;
}
.keyvisual__image {
  overflow: hidden;
  opacity: 0;
  clip-path: inset(clamp(120px, 28vw, 400px) clamp(120px, 28vw, 400px) round 50%);
  will-change: clip-path, opacity;
}
.keyvisual__image img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.08);
  will-change: transform;
}
.keyvisual__title .keyvisual__logo {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(8px);
  will-change: opacity, transform, filter;
}
.keyvisual__title-box .keyvisual__title-line {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-24px);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 0% 100%;
  will-change: opacity, transform, background-size;
}
.keyvisual__title-box .keyvisual__title-line--black {
  color: #fff;
  background-color: transparent;
  background-image: linear-gradient(#000, #000);
}
.keyvisual__title-box .keyvisual__title-line--pink {
  background-color: transparent;
  background-image: linear-gradient(#5abbae, #5abbae);
}
.keyvisual__tag {
  opacity: 0;
  transform: translateY(16px);
  filter: blur(6px);
  will-change: opacity, transform, filter;
}
.keyvisual--section.is-animated .keyvisual__image {
  animation: kvImageClip 1s cubic-bezier(0.76, 0, 0.24, 1) 0.1s forwards;
}
.keyvisual--section.is-animated .keyvisual__image img {
  animation: kvImageZoom 1.2s cubic-bezier(.22, 1, .36, 1) 0.1s forwards;
}
.keyvisual--section.is-animated .keyvisual__logo {
  animation: kvFadeUpSoft 0.8s cubic-bezier(.22, 1, .36, 1) 0.95s forwards;
}
.keyvisual--section.is-animated .keyvisual__title-box .keyvisual__title-line {
  animation:
    kvBandRollBg 0.85s cubic-bezier(.22, 1, .36, 1) 1.2s forwards, kvTitleTextIn 0.7s cubic-bezier(.22, 1, .36, 1) 1.3s forwards;
}
.keyvisual--section.is-animated .keyvisual__tag {
  animation: kvFadeUpSoft 0.8s cubic-bezier(.22, 1, .36, 1) 1.9s forwards;
}
@keyframes kvImageClip {
  0% {
    opacity: 0;
    clip-path: inset(clamp(120px, 28vw, 400px) clamp(120px, 28vw, 400px) round 50%);
  }
  10% {
    opacity: 1;
  }
  48% {
    opacity: 1;
    clip-path: inset(0 0 round 50%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 round 0%);
  }
}
@keyframes kvImageZoom {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes kvFadeUpSoft {
  0% {
    opacity: 0;
    transform: translateY(16px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes kvBandRollBg {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes kvTitleTextIn {
  0% {
    opacity: 0;
    transform: translateX(-24px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes kvImageClip {
  0% {
    opacity: 0;
    clip-path: inset(clamp(80px, 24vw, 180px) clamp(80px, 24vw, 180px) round 50%);
  }
  10% {
    opacity: 1;
  }
  48% {
    opacity: 1;
    clip-path: inset(0 0 round 50%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 round 0%);
  }
}
@media screen and (max-width: 769px) {
  .keyvisual__image {
    clip-path: inset(clamp(80px, 24vw, 180px) clamp(80px, 24vw, 180px) round 50%);
  }
}
/* 　詳細ページ
* --------------------------------------- */
.common-posts__items a {
  text-decoration: underline;
}
.common-posts__items .common-posts__image {
  max-width: 500px;
  margin: 0 auto 16px;
}
.common-posts__items .common-posts__image img {
  width: 100% !important;
  height: auto !important;
  pointer-events: none;
  margin: 24px 0;
}
.common-posts__items .common-posts__iframe {
  max-width: 700px;
  margin: 24px auto;
}
.common-posts__items .common-posts__iframe iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.post-section-title {
  line-height: 1.6;
  font-weight: 600;
  font-size: 20px;
}
.post--section_single time {
  font-size: 13px;
  display: block;
  margin-top: 8px;
}
.common-posts__items {
  padding-top: 32px;
  margin-top: 32px;
  position: relative;
  margin-bottom: 46px;
}
.common-posts__items::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-image: repeating-linear-gradient(90deg, #212121, #212121 3px, transparent 3px, transparent 6px);
}