@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;700&display=swap");
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes lock {
  10% {
    transform: rotate(1.2deg);
  }
  20% {
    transform: rotate(-2.5deg);
  }
  30% {
    transform: rotate(4deg);
  }
  40% {
    transform: rotate(-1.5deg);
  }
  50% {
    transform: rotate(3deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0);
  }
}
.p-t2-op {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  z-index: 10;
  background: var(--color-t2-bg);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 933px) {
  .p-t2-op {
    max-width: 375px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.is-t2_op-start .p-t2-op {
  opacity: 1;
  transition: opacity 0.4s var(--ease-t2_out);
  pointer-events: auto;
}
.is-t2_load .p-t2-op {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.5s cubic-bezier(0.83, 0, 0.17, 1);
}
.p-t2-op__cover {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}
.is-t2_op-start .p-t2-op__cover {
  transform: translate(-50%, -50%) scale(3);
  transition: transform 1.9s cubic-bezier(0.83, 0, 0.17, 1) 0.2s;
}
.p-t2-op__cover-img {
  display: block;
  position: relative;
}
.p-t2-op__logo {
  width: 80%;
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(2);
}
.is-t2_op-start .p-t2-op__logo {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s var(--ease-t2_inout) 1.3s, opacity 0.2s var(--ease-t2_inout) 1.3s;
}
.p-t2-op__logo-img {
  display: block;
  position: relative;
}

.p-t2-top {
  display: block;
  position: relative;
  opacity: 0;
}
.is-t2_load .p-t2-top {
  opacity: 1;
  transition: opacity 0.4s var(--ease-t2_out);
}

.p-t2-hero {
  display: block;
  position: relative;
  background-color: var(--color-t2-base);
}
.p-t2-hero__visual {
  display: block;
  position: relative;
  padding: 8% 0 0;
  background-color: var(--color-t2-bg);
}
.p-t2-hero__logo {
  width: 70%;
  display: block;
  position: absolute;
  top: 59.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-t2-hero__scroll {
  width: 24.2%;
  display: block;
  position: absolute;
  bottom: 12.5%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 10%);
}
.is-t2_load .p-t2-hero__scroll {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: transform 0.2s var(--ease-t2_inout) 0.5s, opacity 0.2s var(--ease-t2_inout) 0.5s;
}
.p-t2-hero__scroll-bar {
  width: 2px;
  padding-top: 26%;
  display: block;
  position: relative;
  margin: 0 auto -2%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-t2-hero__scroll-bar::before {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 2px solid var(--color-t2-text);
  animation: bar 4s var(--ease-t2_inout) infinite;
}
@keyframes bar {
  0% {
    bottom: 100%;
    height: 100%;
  }
  50% {
    bottom: 0%;
    height: 100%;
  }
  100% {
    bottom: 0%;
    height: 0%;
  }
}
.p-t2-hero__scroll-text {
  display: block;
  position: relative;
}
.p-t2-hero__content {
  display: block;
  position: relative;
  padding: 8% 0;
  opacity: 0;
  transform: translateY(3%);
}
.is-t2_load .p-t2-hero__content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease-t2_out) 0.4s, transform 0.5s var(--ease-t2_out) 0.4s;
}
.p-t2-hero__lead {
  width: 86%;
  display: block;
  position: relative;
  margin: 0 auto 0;
  font-size: 3.4666666667vw;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (min-width: 933px) {
  .p-t2-hero__lead {
    font-size: 13px;
  }
}
.p-t2-hero__nav {
  width: 93%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 5%;
  align-items: center;
  position: relative;
  margin: 8.5% auto 0;
}
.p-t2-hero__nav-item {
  width: 30%;
  display: block;
  position: relative;
}

.p-t2-entrance {
  display: block;
  position: relative;
}
.p-t2-entrance__base {
  display: block;
  position: relative;
}
.p-t2-entrance__content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-t2-entrance__title {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-t2-entrance__text {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-t2-entrance__btn {
  width: 41%;
  display: block;
  position: absolute;
  top: 72.5%;
  transform: translate(-50%, -50%);
}
.--entrance1 .p-t2-entrance__btn {
  width: 41%;
  left: 69%;
}
.--entrance2 .p-t2-entrance__btn {
  width: 39%;
  left: 33%;
}
.--entrance3 .p-t2-entrance__btn {
  width: 61%;
  left: 67.5%;
  top: 70%;
}

.p-t2-footer {
  display: block;
  position: relative;
}
.p-t2-footer__base {
  display: block;
  position: relative;
}
.p-t2-footer__content {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-t2-footer__share {
  width: 50%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-t2-footer__official {
  width: 50%;
  display: block;
  position: relative;
  margin: 5% auto 0;
}

.p-t2-footer_share {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-t2-footer_share__cap {
  width: 24%;
  display: block;
  position: relative;
  margin: 0 auto 10%;
}
.p-t2-footer_share__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.p-t2-footer_share__list-item {
  width: 25%;
  display: block;
  position: relative;
}
.p-t2-footer_share__list-item + .p-t2-footer_share__list-item {
  margin-left: 5%;
}

.p-t2-shiritori {
  width: 100%;
  min-height: var(--t2-svh);
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 15%;
}
.p-t2-shiritori__bg {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("/files/53/jwb/blog/mus_t2/assets/img/02_shiritori/background.jpg") no-repeat center/cover;
}
@media screen and (min-width: 933px) {
  .p-t2-shiritori__bg {
    max-width: 375px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-t2-shiritori__cover {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
}
@media screen and (min-width: 933px) {
  .p-t2-shiritori__cover {
    max-width: 375px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.is-t2_load .p-t2-shiritori__cover {
  opacity: 0;
  transition: opacity 2.5s var(--ease-t2_inout) 0.5s;
}
.p-t2-shiritori__cover::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/files/53/jwb/blog/mus_t2/assets/img/02_shiritori/shiritori_enter.jpg") no-repeat center/cover;
  transform: scale(1.05);
}
.is-t2_load .p-t2-shiritori__cover::before {
  transition: transform 3s var(--ease-t2_out);
  transform: scale(1.2);
}
.p-t2-shiritori__container {
  display: block;
  position: relative;
  opacity: 0;
}
.is-t2_load .p-t2-shiritori__container {
  opacity: 1;
  transition: opacity 1s var(--ease-t2_inout) 1.2s;
}
.p-t2-shiritori__header {
  display: block;
  position: relative;
  margin-bottom: 6%;
}
.p-t2-shiritori__title {
  width: 93%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-t2-shiritori__lead {
  width: 100%;
  display: block;
  position: relative;
  margin: 3% auto 0;
}
.p-t2-shiritori__lead::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #410505;
  opacity: 0.8;
}
.p-t2-shiritori__lead-text {
  display: block;
  position: relative;
  z-index: 1;
}
.p-t2-shiritori__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-t2-shiritori_content {
  display: block;
  position: relative;
}
.p-t2-shiritori_content + .p-t2-shiritori_content {
  margin-top: 10%;
}
.p-t2-shiritori_content__header {
  display: block;
  position: relative;
  margin-bottom: 5%;
}
.p-t2-shiritori_content__inner {
  display: block;
  position: relative;
}
.p-t2-shiritori_content__slide {
  width: 65%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 8% 0 15%;
}
.p-t2-shiritori_content__list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
  transition-timing-function: var(--ease-t2_inout);
}
.p-t2-shiritori_content__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
  z-index: 0;
}
.p-t2-shiritori_content__list-item.is-t2-current {
  z-index: 1;
}
.p-t2-shiritori_content__list-item.is-t2-prev {
  pointer-events: none;
}
.p-t2-shiritori_content__data {
  display: block;
  position: relative;
  transform-origin: 50% 40%;
  transition: transform 0.7s var(--ease-t2_inout), opacity 0.7s var(--ease-t2_inout);
  pointer-events: none;
  transform: scale3d(1, 1, 1);
}
.is-t2-current .p-t2-shiritori_content__data {
  pointer-events: auto;
  transform: scale3d(1.4, 1.4, 1.4);
}
.p-t2-shiritori_content__data-btn {
  width: 56%;
  display: block;
  position: relative;
  margin: 6% auto 0;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.7s var(--ease-t2_inout), opacity 0.7s var(--ease-t2_inout);
}
.is-t2-current .p-t2-shiritori_content__data-btn {
  opacity: 1;
  pointer-events: auto;
}
@media (hover: hover) and (pointer: fine) {
  .p-t2-shiritori_content__data-btn:hover {
    animation: lock 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.p-t2-shiritori_content__btn {
  width: 65%;
  display: block;
  position: relative;
  margin: 30% auto 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-t2-shiritori_content__btn:hover {
    animation: lock 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.p-t2-shiritori_detail {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  background: var(--color-t2-white);
  padding: 10% 0;
}
.p-t2-shiritori_detail__container {
  width: 88.5%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-t2-shiritori_detail__header {
  display: block;
  position: relative;
  padding-bottom: 6%;
}
.p-t2-shiritori_detail__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-t2-text);
}
.p-t2-shiritori_detail__no {
  display: block;
  position: relative;
  margin-bottom: 1%;
  font-size: 4.5333333333vw;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 933px) {
  .p-t2-shiritori_detail__no {
    font-size: 17px;
  }
}
.p-t2-shiritori_detail__title {
  display: block;
  position: relative;
  font-size: 8vw;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 933px) {
  .p-t2-shiritori_detail__title {
    font-size: 30px;
  }
}
.p-t2-shiritori_detail__artist {
  display: block;
  position: relative;
  margin-top: 3.5%;
  font-size: 4.2666666667vw;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 933px) {
  .p-t2-shiritori_detail__artist {
    font-size: 16px;
  }
}
.p-t2-shiritori_detail__inner {
  display: block;
  position: relative;
  padding: 6% 0;
}
.p-t2-shiritori_detail__cap {
  width: 16%;
  display: block;
  position: relative;
  margin: 0 auto 8%;
}
.p-t2-shiritori_detail__comment {
  display: block;
  position: relative;
  font-size: 3.7333333333vw;
  font-weight: 500;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (min-width: 933px) {
  .p-t2-shiritori_detail__comment {
    font-size: 14px;
  }
}
[data-artist="1"] .p-t2-shiritori_detail__comment {
  color: var(--color-t2-pink);
}
[data-artist="2"] .p-t2-shiritori_detail__comment {
  color: var(--color-t2-purple);
}

.p-t2-karuta {
  width: 100%;
  min-height: var(--t2-svh);
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 15%;
}
.p-t2-karuta__bg {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("/files/53/jwb/blog/mus_t2/assets/img/03_karuta/background.jpg") no-repeat center/cover;
}
@media screen and (min-width: 933px) {
  .p-t2-karuta__bg {
    max-width: 375px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-t2-karuta__cover {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
}
@media screen and (min-width: 933px) {
  .p-t2-karuta__cover {
    max-width: 375px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.is-t2_load .p-t2-karuta__cover {
  opacity: 0;
  transition: opacity 2.5s var(--ease-t2_inout) 0.5s;
}
.p-t2-karuta__cover::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/files/53/jwb/blog/mus_t2/assets/img/03_karuta/karuta_enter.jpg") no-repeat center/cover;
  transform: scale(1.05);
}
.is-t2_load .p-t2-karuta__cover::before {
  transition: transform 3s var(--ease-t2_out);
  transform: scale(1.2);
}
.p-t2-karuta__container {
  display: block;
  position: relative;
  opacity: 0;
}
.is-t2_load .p-t2-karuta__container {
  opacity: 1;
  transition: opacity 1s var(--ease-t2_inout) 1.2s;
}
.p-t2-karuta__header {
  display: block;
  position: relative;
  margin-bottom: 6%;
}
.p-t2-karuta__title {
  width: 93%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-t2-karuta__lead {
  width: 100%;
  display: block;
  position: relative;
  margin: 3% auto 0;
}
.p-t2-karuta__lead::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #a17474;
  mix-blend-mode: multiply;
}
.p-t2-karuta__lead-text {
  display: block;
  position: relative;
  z-index: 1;
}
.p-t2-karuta__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-t2-karuta_content {
  display: block;
  position: relative;
}
.p-t2-karuta_content + .p-t2-karuta_content {
  margin-top: 10%;
}
.p-t2-karuta_content__header {
  display: block;
  position: relative;
  margin-bottom: 5%;
}
.p-t2-karuta_content__inner {
  display: block;
  position: relative;
}
.p-t2-karuta_content__slide {
  width: 68%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 8% 0 25%;
}
.p-t2-karuta_content__list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
  transition-timing-function: var(--ease-t2_inout);
}
.p-t2-karuta_content__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
  z-index: 0;
}
.p-t2-karuta_content__list-item.is-t2-current {
  z-index: 1;
}
.p-t2-karuta_content__tap {
  width: 15%;
  display: block;
  position: absolute;
  top: 78%;
  left: 94%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.p-t2-karuta_content__tap::after {
  content: "";
  width: 150%;
  height: 150%;
  display: block;
  position: absolute;
  position: absolute;
  top: 160%;
  left: 80%;
  transform: translate(-50%, -50%);
  background: url("/files/53/jwb/blog/mus_t2/assets/img/03_karuta/tap_icon.png") no-repeat center/contain;
  pointer-events: none;
  animation: wave_icon 1s linear infinite 1s;
}
@keyframes wave_icon {
  0% {
    transform: translate(-50%, -50%);
  }
  10% {
    transform: translate(-50%, -55%);
  }
  20% {
    transform: translate(-50%, -50%);
  }
  30% {
    transform: translate(-50%, -55%);
  }
  50% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.p-t2-karuta_content__tap-cap {
  width: 100%;
  display: block;
  position: relative;
}
.p-t2-karuta_content__tap-deco {
  width: 55%;
  padding-top: 55%;
  display: block;
  position: relative;
  margin: 20% auto 0;
  background: rgba(50, 50, 50, 0.6);
  border-radius: 50%;
}
.p-t2-karuta_content__tap-deco::before {
  content: "";
  width: 200%;
  height: 200%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: rgba(217, 217, 217, 0.6);
  border-radius: 50%;
  z-index: -1;
  animation: wave_tap 2s var(--ease-t2_out) infinite 1s;
}
@keyframes wave_tap {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  40% {
    opacity: 1;
  }
  90% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.p-t2-karuta_content__tap-deco::after {
  content: "";
  width: 200%;
  height: 200%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: rgba(217, 217, 217, 0.6);
  border-radius: 50%;
  z-index: -1;
}
.is-t2-current .p-t2-karuta_content__tap-deco::after {
  animation: wave_tap 2s var(--ease-t2_out) infinite 2s;
}

.p-t2-karuta_card {
  display: block;
  position: relative;
  transform-origin: 50% 40%;
  transition: transform 0.7s var(--ease-t2_inout), opacity 0.7s var(--ease-t2_inout);
  cursor: pointer;
  pointer-events: none;
  transform: scale3d(1, 1, 1);
}
.is-t2-current .p-t2-karuta_card {
  pointer-events: auto;
  transform: scale3d(1.3, 1.3, 1.3);
}
.p-t2-karuta_card__thumb {
  display: block;
  position: relative;
  z-index: 0;
}
.p-t2-karuta_card__thumb-img {
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.8s var(--ease-t2_inout), opacity 0s linear 0.4s;
}
.p-t2-karuta_card__thumb-img.--front {
  opacity: 1;
  transform: rotateY(0);
}
.is-t2-active .p-t2-karuta_card__thumb-img.--front {
  opacity: 0;
  transform: rotateY(180deg);
}
.p-t2-karuta_card__thumb-img.--back {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotateY(-180deg);
}
.is-t2-active .p-t2-karuta_card__thumb-img.--back {
  opacity: 1;
  transform: rotateY(0deg);
}

.p-t2-illust {
  width: 100%;
  min-height: var(--t2-svh);
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 15%;
}
.p-t2-illust__bg {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("/files/53/jwb/blog/mus_t2/assets/img/04_illust/background.jpg") no-repeat center/cover;
}
@media screen and (min-width: 933px) {
  .p-t2-illust__bg {
    max-width: 375px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-t2-illust__cover {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
}
@media screen and (min-width: 933px) {
  .p-t2-illust__cover {
    max-width: 375px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.is-t2_load .p-t2-illust__cover {
  opacity: 0;
  transition: opacity 2.5s var(--ease-t2_inout) 0.5s;
}
.p-t2-illust__cover::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/files/53/jwb/blog/mus_t2/assets/img/04_illust/illust_enter.jpg") no-repeat center/cover;
  transform: scale(1.05);
}
.is-t2_load .p-t2-illust__cover::before {
  transition: transform 3s var(--ease-t2_out);
  transform: scale(1.2);
}
.p-t2-illust__container {
  display: block;
  position: relative;
  opacity: 0;
}
.is-t2_load .p-t2-illust__container {
  opacity: 1;
  transition: opacity 1s var(--ease-t2_inout) 1.2s;
}
.p-t2-illust__header {
  display: block;
  position: relative;
  margin-bottom: 6%;
}
.p-t2-illust__title {
  width: 93%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-t2-illust__lead {
  width: 100%;
  display: block;
  position: relative;
  margin: 3% auto 0;
}
.p-t2-illust__lead::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #a17474;
  mix-blend-mode: multiply;
}
.p-t2-illust__lead-text {
  display: block;
  position: relative;
  z-index: 1;
}
.p-t2-illust__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-t2-illust_content {
  display: block;
  position: relative;
}
.p-t2-illust_content + .p-t2-illust_content {
  margin-top: 10%;
}
.p-t2-illust_content__header {
  display: block;
  position: relative;
  margin-bottom: 5%;
}
.p-t2-illust_content__inner {
  display: block;
  position: relative;
}
.p-t2-illust_content__slide {
  width: 65%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 8% 0 15%;
}
.p-t2-illust_content__list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
  transition-timing-function: var(--ease-t2_inout);
}
.p-t2-illust_content__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
  z-index: 0;
}
.p-t2-illust_content__list-item.is-t2-current {
  z-index: 1;
}
.p-t2-illust_content__list-item.is-t2-prev {
  pointer-events: none;
}
.p-t2-illust_content__data {
  display: block;
  position: relative;
  transform-origin: 50% 40%;
  transition: transform 0.7s var(--ease-t2_inout), opacity 0.7s var(--ease-t2_inout);
  pointer-events: none;
  transform: scale3d(1, 1, 1);
}
.is-t2-current .p-t2-illust_content__data {
  pointer-events: auto;
  transform: scale3d(1.4, 1.4, 1.4);
}
.p-t2-illust_content__data-btn {
  width: 56%;
  display: block;
  position: relative;
  margin: 6% auto 0;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.7s var(--ease-t2_inout), opacity 0.7s var(--ease-t2_inout);
}
.is-t2-current .p-t2-illust_content__data-btn {
  opacity: 1;
  pointer-events: auto;
}
@media (hover: hover) and (pointer: fine) {
  .p-t2-illust_content__data-btn:hover {
    animation: lock 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.p-t2-illust_content__btn {
  width: 65%;
  display: block;
  position: relative;
  margin: 30% auto 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-t2-illust_content__btn:hover {
    animation: lock 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.p-t2-illust_detail {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  background: var(--color-t2-white);
  padding: 10% 0;
}
.p-t2-illust_detail__container {
  width: 88.5%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-t2-illust_detail__header {
  display: block;
  position: relative;
  padding-bottom: 6%;
}
.p-t2-illust_detail__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-t2-text);
}
.p-t2-illust_detail__no {
  display: block;
  position: relative;
  margin-bottom: 1%;
  font-size: 4.5333333333vw;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 933px) {
  .p-t2-illust_detail__no {
    font-size: 17px;
  }
}
.p-t2-illust_detail__title {
  display: block;
  position: relative;
  font-size: 8vw;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 933px) {
  .p-t2-illust_detail__title {
    font-size: 30px;
  }
}
.p-t2-illust_detail__artist {
  display: block;
  position: relative;
  margin-top: 3.5%;
  font-size: 4.2666666667vw;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 933px) {
  .p-t2-illust_detail__artist {
    font-size: 16px;
  }
}
.p-t2-illust_detail__episode {
  display: block;
  position: relative;
  margin-top: 6.5%;
  font-size: 3.2vw;
  line-height: 1.5;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 933px) {
  .p-t2-illust_detail__episode {
    font-size: 12px;
  }
}
.p-t2-illust_detail__inner {
  display: block;
  position: relative;
  padding: 6% 0;
}
.p-t2-illust_detail__cap {
  width: 16%;
  display: block;
  position: relative;
  margin: 0 auto 8%;
}
.p-t2-illust_detail__comment {
  display: block;
  position: relative;
  font-size: 3.7333333333vw;
  font-weight: 500;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (min-width: 933px) {
  .p-t2-illust_detail__comment {
    font-size: 14px;
  }
}
[data-artist="1"] .p-t2-illust_detail__comment {
  color: var(--color-t2-pink);
}
[data-artist="2"] .p-t2-illust_detail__comment {
  color: var(--color-t2-purple);
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  width: 100vw;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior-y: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.8s var(--ease-t2_out);
}
@media screen and (min-width: 933px) {
  .m-modal {
    max-width: 375px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.m-modal.is-t2-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  opacity: 1;
}
.m-modal.is-t2-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-t2-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__container {
  width: 100%;
  min-height: var(--t2-svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 3% 0;
  z-index: 0;
}
@media screen and (orientation: portrait) {
  .m-modal__container {
    padding: 5% 0;
  }
}
.m-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: -1;
  outline: none !important;
}
.m-modal__content {
  width: 92.5%;
  height: auto !important;
  display: block;
  position: relative;
}
@media screen and (max-width: 932px) {
  .m-modal__content {
    width: 90%;
  }
}
.is-t2-modal-overflow-prep .m-modal__content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
.m-modal__content > * {
  width: 100%;
  height: auto;
}
.m-modal__content > * img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}
.m-modal__content-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 932px) {
  .m-modal__content-btn {
    position: relative;
    top: auto;
    right: auto;
    width: 84%;
    height: auto;
    margin: 2rem auto 0;
  }
}
.m-modal__close {
  width: 6rem;
  height: 6rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
.m-modal__close-text {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}
.m-modal__close-text::before {
  content: "";
  width: 40%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #343434;
  z-index: 1;
  border-radius: 20rem;
}
.m-modal__close-text::after {
  content: "";
  width: 40%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #343434;
  z-index: 1;
  border-radius: 20rem;
}

#site-header {
  display: none;
}

#site-main {
  padding-top: 0;
  z-index: auto;
}

.p-t2-main {
  --t2-svh: 100vh;
  --color-t2-white: #FEFEFE;
  --color-t2-bg: #eae5e1;
  --color-t2-base: rgba(204, 194, 186, 0.7);
  --color-t2-text: #464646;
  --color-t2-pink: #eb4fa5;
  --color-t2-purple: #b349a2;
  --ease-t2_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease-t2_inout: cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
  min-height: var(--t2-svh);
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  color: var(--color-t2-text);
  background-color: var(--color-t2-bg);
}
.p-t2-main__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-t2_op-start .p-t2-main__container {
  opacity: 1;
  transition: opacity 0.4s var(--ease-t2_out);
}
.is-t2_load .p-t2-main__container {
  opacity: 1;
  transition: opacity 0.4s var(--ease-t2_out);
}
.p-t2-main__container img {
  width: 100%;
}

.p-t2_menu {
  width: 10%;
  padding-top: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 2%;
  right: 2.5%;
  font-size: 0;
  z-index: 30;
  cursor: pointer;
  color: #111111;
}
.p-t2_menu.--white {
  color: var(--color-t2-white);
}
@media screen and (min-width: 933px) {
  .p-t2_menu {
    width: 35px;
    padding-top: 35px;
    top: 10px;
    right: calc(50vw - 179.5px);
  }
}
.p-t2_menu__content {
  width: 72%;
  padding-top: 30%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
}
.p-t2_menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease-t2_out);
}
.p-t2_menu__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-t2_menu__line-bar {
  width: 100%;
  height: 0.2rem;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-t2_menu__line-bar:nth-child(1) {
  --delay: 0s;
}
.p-t2_menu__line-bar:nth-child(2) {
  --delay: 0.05s;
}
.p-t2_menu__line-bar:nth-child(3) {
  --delay: 0.1s;
}
.--close .p-t2_menu__line-bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .p-t2_menu__line-bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.--close .p-t2_menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-t2_menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: currentColor;
  border-radius: 20rem;
  transition: width 0.4s var(--ease-t2_inout);
}
.--open .p-t2_menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.4s var(--ease-t2_inout) calc(var(--delay) + 0.2s);
}
.is-menu-open .--open .p-t2_menu__line-bar::before {
  width: 0;
  left: auto;
  right: 0;
  transition: width 0.4s var(--ease-t2_inout) var(--delay);
}
.--close .p-t2_menu__line-bar::before {
  width: 0;
  background: #5C6167;
  transition: width 0.4s var(--ease-t2_inout) var(--delay);
}
.is-menu-open .--close .p-t2_menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.4s var(--ease-t2_inout) calc(var(--delay) + 0.2s);
}

.p-t2-nav {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background: url("/files/53/jwb/blog/mus_t2/assets/img/common/menu-background.jpg") no-repeat center/cover;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  opacity: 0;
  transition: opacity 0.8s var(--ease-t2_out);
}
@media screen and (min-width: 933px) {
  .p-t2-nav {
    max-width: 375px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.is-menu-show .p-t2-nav {
  display: block;
}
.is-menu-open .p-t2-nav {
  pointer-events: auto;
  opacity: 1;
}
.p-t2-nav__container {
  width: 100%;
  min-height: var(--t2-svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 20% 0;
}
.p-t2-nav__content {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-t2-nav__top {
  width: 58%;
  display: block;
  position: relative;
  margin: 0 auto 12%;
}
@media (hover: hover) and (pointer: fine) {
  .p-t2-nav__top:hover {
    animation: lock 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.p-t2-nav__list {
  width: 82.5%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-t2-nav__list-item {
  display: block;
  position: relative;
}
.p-t2-nav__list-item + .p-t2-nav__list-item {
  margin-top: 9%;
}
.p-t2-nav__link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-t2-nav__link:hover {
    animation: lock 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.p-t2-nav__back {
  width: 58%;
  display: block;
  position: relative;
  margin: 23.5% auto 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-t2-nav__back:hover {
    animation: lock 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.p-t2-in {
  display: block;
  position: relative;
  opacity: 0;
}
.is-t2_load .p-t2-in {
  opacity: 1;
  transition: opacity 1s var(--ease-t2_inout);
}
.p-t2-in__cover {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (min-width: 933px) {
  .p-t2-in__cover {
    max-width: 375px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-t2-in__deco {
  display: block;
  position: absolute;
  bottom: 2%;
  left: 0;
  z-index: 10;
}
.p-t2-in__deco.--deco1 {
  width: 25%;
  left: 100%;
  bottom: 4%;
}
.is-t2-deco-active .p-t2-in__deco.--deco1 {
  left: -100%;
  transition: opacity 0.2s var(--ease-t2_out) 0.6s, bottom 3s linear 0.6s, left 3.2s linear 1.3s;
  animation: deco1_1 0.5s linear infinite 0.4s;
  transform-origin: 52% 75%;
}
@keyframes deco1_1 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-16%, -10%);
  }
  50% {
    transform: translate(3%, 0);
  }
  75% {
    transform: translate(-8%, -10%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.p-t2-in__deco.--deco2 {
  width: 40%;
  bottom: 4%;
  left: 100%;
  opacity: 1;
}
.is-t2-deco-active .p-t2-in__deco.--deco2 {
  left: -100%;
  transition: opacity 0.2s var(--ease-t2_out), left 3s linear;
  animation: deco2_1 0.2s linear infinite;
  transform-origin: 52% 75%;
}
@keyframes deco2_1 {
  0% {
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(-5deg);
  }
  66% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}
.p-t2-in__deco-img {
  display: block;
  position: relative;
}
.p-t2-in__deco-cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.--deco1 .p-t2-in__deco-cover {
  top: 0.8%;
  left: 1.2%;
}
.--deco1.is-t2-active .p-t2-in__deco-cover {
  animation: deco1_1 0.2s linear 2 0.7s;
  /*
  @keyframes deco1_1 {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    70% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }

  }
  */
}
@keyframes deco1_2 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes deco2_2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.--deco2.is-t2-active .--deco1.is-t2-active .p-t2-in__deco-cover {
  animation: deco2_2 1s steps(1) infinite;
}
/*# sourceMappingURL=fcw.t2.css.map */