.t-grid.m-flex__wrap, .t-grid.m-flex__wrap_reverse, .t-grid.m-flex__column, .t-grid.m-flex__column_reverse, .t-grid.m-flex__row, .t-grid.m-flex__row_reverse {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
}
.t-grid.m-flex__wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t-grid.m-flex__wrap_reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.t-grid.m-flex__column {
  flex-direction: column;
  -ms-flex-direction: column;
}
.t-grid.m-flex__column_reverse {
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
}
.t-grid.m-flex__row {
  flex-direction: row;
  -ms-flex-direction: row;
}
.t-grid.m-flex__row_reverse {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.t-grid.m-flex__left {
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.t-grid.m-flex__center {
  -ms-flex-pack: center;
  justify-content: center;
}
.t-grid.m-flex__right {
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.t-grid.m-flex__between {
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.t-grid.m-flex__around {
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
.t-grid.m-flex__align_top {
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.t-grid.m-flex__align_middle {
  -ms-grid-row-align: center;
  align-items: center;
}
.t-grid.m-flex__align_bottom {
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .t-grid.m-col__sp_1-1_w > * {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .t-grid.m-col__sp_1-1_w > * > * {
    height: 100%;
  }
  .t-grid.m-col__sp_1-2_w > * {
    flex: 0 1 50%;
    max-width: 50%;
  }
  .t-grid.m-col__sp_1-2_w > * > * {
    height: 100%;
  }
  .t-grid.m-spc_lr__sp_10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .t-grid.m-spc_lr__sp_10 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .t-grid.m-spc_b__sp_30 {
    margin-bottom: -30px;
  }
  .t-grid.m-spc_b__sp_30 > * {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .t-grid.m-flex__pc_wrap, .t-grid.m-flex__pc_wrap_reverse, .t-grid.m-flex__pc_column, .t-grid.m-flex__pc_column_reverse, .t-grid.m-flex__pc_row, .t-grid.m-flex__pc_row_reverse {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
  }
  .t-grid.m-flex__pc_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .t-grid.m-flex__pc_wrap_reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .t-grid.m-flex__pc_column {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .t-grid.m-flex__pc_column_reverse {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .t-grid.m-flex__pc_row {
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .t-grid.m-flex__pc_row_reverse {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .t-grid.m-flex__pc_left {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .t-grid.m-flex__pc_center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .t-grid.m-flex__pc_right {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .t-grid.m-flex__pc_between {
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .t-grid.m-flex__pc_around {
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
  .t-grid.m-flex__pc_align_top {
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .t-grid.m-flex__pc_align_middle {
    -ms-grid-row-align: center;
    align-items: center;
  }
  .t-grid.m-flex__pc_align_bottom {
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .t-grid.m-col__pc_1-2_w > * {
    flex: 0 1 50%;
    max-width: 50%;
  }
  .t-grid.m-col__pc_1-2_w > * > * {
    height: 100%;
  }
  .t-grid.m-col__pc_1-3_w > * {
    flex: 0 1 33.33333%;
    max-width: 33.33333%;
  }
  .t-grid.m-col__pc_1-3_w > * > * {
    height: 100%;
  }
  .t-grid.m-spc_lr__pc_30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .t-grid.m-spc_lr__pc_30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .t-grid.m-spc_b__pc_60 {
    margin-bottom: -60px;
  }
  .t-grid.m-spc_b__pc_60 > * {
    padding-bottom: 60px;
  }
}

.p-modalMovie {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.p-modalMovie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.p-modalMovie .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100vh;
}
.p-modalMovie .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 100px;
  height: 100px;
}
.p-modalMovie .close span {
  display: block;
  width: 70%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-modalMovie .close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(30deg);
}
.p-modalMovie .close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .p-modalMovie .close {
    width: 60px;
    height: 60px;
  }
  .p-modalMovie iframe {
    width: 100vw;
    height: 56.25vw;
    max-width: 100vw;
    max-height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  .p-modalMovie iframe {
    width: 64vw;
    height: 36vw;
    max-width: 96vw;
    max-height: 96vh;
  }
}

.p-secLg {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.p-secLg .txtlg.m-ta__center {
  text-align: center !important;
}
.p-secLg.m-catch {
  letter-spacing: 0.55294em;
}
.p-secLg.m-catch strong {
  font-weight: 400;
}
.p-secLg.m-txtOnly .txt {
  display: inline-block;
  text-align: left;
}
.p-secLg.m-imgOnly > span {
  display: inline-block;
}
.p-secLg.m-imgOnly p {
  font-size: 1.6rem;
  margin-top: 1em;
}
.p-secLg.m-lyrics .txtlg {
  font-size: 3.04rem;
  line-height: 1.78947;
  text-align: left;
  margin-top: 100px;
}
.p-secLg.m-lyrics .txtlg .sm {
  margin-top: 2em;
}
.p-secLg.m-lyrics .btn {
  margin-top: 30px;
}
.p-secLg.m-profile .h {
  font-weight: 400;
  padding-bottom: 1.8em;
}
.p-secLg.m-profile .h .sm, .p-secLg.m-profile .h .lg {
  display: block;
}
.p-secLg.m-profile .h .sm {
  font-size: 1.28rem;
}
.p-secLg.m-profile .h .lg {
  font-size: 2rem;
}
.p-secLg.m-profile .txt {
  line-height: 1.8125;
}
.p-secLg.m-profile .btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-secLg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-secLg.m-catch {
    min-height: 100vh;
    font-size: 4rem;
    line-height: 2;
    letter-spacing: .3em;
    text-align: center;
  }
  .p-secLg.m-catch .catch {
    display: inline-block;
    text-align: left;
  }
  .p-secLg.m-txtOnly {
    font-size: 1.92rem;
  }
  .p-secLg.m-txtOnly .txt {
    line-height: 3;
    white-space: nowrap;
  }
  .p-secLg.m-lyrics {
    text-align: center;
  }
  .p-secLg.m-lyrics .h {
    font-size: 2.24rem;
    padding-bottom: 10px;
  }
  .p-secLg.m-lyrics .release {
    margin-bottom: 40px;
    font-size: 1.36rem;
  }
  .p-secLg.m-lyrics .txt {
    display: inline-block;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-secLg.m-lyrics .box {
    display: block;
    text-align: left;
  }
  .p-secLg.m-lyrics .box_wrap + .box_wrap {
    margin-top: 1.5em;
  }
  .p-secLg.m-lyrics .txtlg {
    font-size: 1.68rem;
  }
  .p-secLg.m-lyrics .txtlg .sm {
    font-size: 1.36rem;
  }
  .p-secLg.m-concept .h {
    padding-bottom: 40px;
  }
  .p-secLg.m-profile .txtbox {
    text-align: left;
  }
  .p-secLg.m-profile .img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-secLg {
    min-height: 100vh;
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .p-secLg.m-catch {
    font-size: 6.8rem;
    text-align: left;
  }
  .p-secLg.m-txtOnly {
    font-size: 2.88rem;
  }
  .p-secLg.m-txtOnly .txt {
    line-height: 3;
    letter-spacing: 0.4rem;
  }
  .p-secLg.m-lyrics .h {
    font-size: 3.84rem;
    padding-bottom: 10px;
  }
  .p-secLg.m-lyrics .release {
    margin-bottom: 70px;
    font-size: 1.68rem;
  }
  .p-secLg.m-lyrics .txt {
    text-align: center;
    font-size: 2.08rem;
    line-height: 1.69231;
  }
  .p-secLg.m-lyrics .box {
    display: inline-block;
    text-align: left;
    padding: 0 20px;
  }
  .p-secLg.m-lyrics .txtlg {
    font-size: 2.24rem;
  }
  .p-secLg.m-lyrics .txtlg .sm {
    font-size: 1.68rem;
  }
  .p-secLg.m-concept .h {
    padding-bottom: 70px;
  }
  .p-secLg.m-profile .txtbox {
    text-align: left;
    flex: 1;
    padding-left: 50px;
  }
  .p-secLg.m-profile .img {
    width: 35.67%;
  }
}

.c-btn a, .c-btn .a {
  min-height: 64px;
  padding: 5px 25px;
  background-color: transparent;
  border: solid 1px #fff;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
}
.c-btn a > *, .c-btn .a > * {
  color: #fff;
}
.c-btn a:hover, .c-btn .a:hover {
  opacity: 1;
  background-color: #fff;
}
.c-btn a:hover > *, .c-btn .a:hover > * {
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-btn {
    text-align: center;
  }
  .c-btn a > *, .c-btn .a > * {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .c-btn a > *, .c-btn .a > * {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-txt {
    line-height: 1.5;
  }
  .c-txt p + p {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .c-txt {
    line-height: 1.2;
  }
  .c-txt p + p {
    margin-top: 1.2em;
  }
}

.js-text {
  display: block;
}
.js-text span {
  display: inline-block;
}

.js-box {
  display: block;
}

.js-catch {
  opacity: 0;
}
.js-catch span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .cursor {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cursor {
    pointer-events: none;
  }
  .cursor .txt {
    display: none;
    white-space: nowrap;
    font-size: 1.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cursor .txt::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 10px) rotate(45deg);
  }
  .cursor .wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 80px;
    height: 80px;
    border: solid 1px #fff;
    border-radius: 999px;
    background-color: transparent;
    transition: all 300ms ease-out 0s;
  }
  .cursor .circle {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 999px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cursor .hover {
    display: none;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-right: solid 12px #000;
    border-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(60deg);
    margin-top: 2px;
    margin-left: 2px;
  }
  .cursor .movie {
    display: none;
    width: 0;
    height: 0;
    border: solid 7px transparent;
    border-left: solid 12px #fff;
    border-right: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 2px;
  }
  .cursor.is-noscroll .wrap {
    margin-top: 40px;
    margin-left: 40px;
  }
  .cursor.is-noscroll .txt {
    display: block;
  }
  .cursor.is-noscroll .circle {
    display: none;
  }
  .cursor.is-noscroll .hover {
    display: none;
  }
  .cursor.is-noscroll .movie {
    display: none;
  }
  .cursor.is-hover .wrap {
    margin-top: 0;
    margin-left: 0;
  }
  .cursor.is-hover .wrap {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .cursor.is-hover .txt {
    display: none;
  }
  .cursor.is-hover .circle {
    display: block;
  }
  .cursor.is-hover .hover {
    display: none;
  }
  .cursor.is-hover .movie {
    display: none;
  }
  .cursor.is-movie .wrap {
    margin-top: 0;
    margin-left: 0;
  }
  .cursor.is-movie .wrap {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .cursor.is-movie .txt {
    display: none;
  }
  .cursor.is-movie .circle {
    display: none;
  }
  .cursor.is-movie .hover {
    display: none;
  }
  .cursor.is-movie .movie {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cursor {
    display: none;
  }
}

.js-loading {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}

.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
  animation-delay: -0.25s !important;
}

.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
