/* ====================
Layout
 ==================== */
.p-brand {
  display: none;
}

.is-op.is-load .l-wrap__container {
  -webkit-transition: opacity 1.25s cubic-bezier(0.5, 1, 0.89, 1) 1s;
  transition: opacity 1.25s cubic-bezier(0.5, 1, 0.89, 1) 1s;
}

.l-footer__brand {
  display: none;
}

.p-op {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  z-index: 20;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.is-op .p-op {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 1.6s cubic-bezier(0.65, 0, 0.35, 1) 3s, -webkit-transform 8.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.6s cubic-bezier(0.65, 0, 0.35, 1) 3s, -webkit-transform 8.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 8.5s cubic-bezier(0.5, 1, 0.89, 1), opacity 1.6s cubic-bezier(0.65, 0, 0.35, 1) 3s;
  transition: transform 8.5s cubic-bezier(0.5, 1, 0.89, 1), opacity 1.6s cubic-bezier(0.65, 0, 0.35, 1) 3s, -webkit-transform 8.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-op__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  max-width: 860px;
}

@media screen and (max-width: 960px) {
  .p-op__inner {
    width: 100%;
  }
}

.p-op__main {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
}

.is-op .p-op__main {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 2s cubic-bezier(0.65, 0, 0.35, 1);
}

.p-op__logo {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-op__logo {
    width: 84%;
  }
}

.p-op__logo-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 1;
  width: 50%;
}

@media screen and (max-width: 960px) {
  .p-op__logo-main {
    width: 60%;
  }
}

.is-op .p-op__logo-main {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 2s cubic-bezier(0.65, 0, 0.35, 1);
}

.p-op__logo-sub {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
}

.is-op .p-op__logo-sub {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 2.6s cubic-bezier(0.65, 0, 0.35, 1) 0.4s;
  transition: opacity 2.6s cubic-bezier(0.65, 0, 0.35, 1) 0.4s;
}

@media screen and (min-width: 961px) {
  .p-share {
    position: fixed;
    top: 50%;
    left: 24px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 5;
  }
}

@media screen and (max-width: 960px) {
  .p-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 14px;
    left: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 5;
  }
}

.p-share__cap {
  position: relative;
  width: 12px;
}

@media screen and (min-width: 961px) {
  .p-share__cap {
    margin: 0 auto 18px;
  }
}

@media screen and (max-width: 960px) {
  .p-share__cap {
    margin-right: 10px;
    width: 28px;
  }
}

.p-share__list {
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .p-share__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-share__item {
  display: block;
  position: relative;
  width: 45px;
}

@media screen and (max-width: 960px) {
  .p-share__item {
    width: 34px;
  }
}

@media screen and (min-width: 961px) {
  .p-share__item + .p-share__item {
    margin-top: 10px;
  }
}

@media screen and (max-width: 960px) {
  .p-share__item + .p-share__item {
    margin-left: 8px;
  }
}

/* ====================
Project
 ==================== */
.p-hero {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-hero img {
  width: 100%;
}

.p-hero__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-hero__container {
    width: 98%;
  }
}

.p-hero__inner {
  /*
    @include sp {
      width: 90%;
      max-width: 500px;
      position: relative;
      margin: 30px auto 0;
    }
    */
}

.p-hero__kv {
  position: relative;
  background: #fbf9f5;
}

@media screen and (max-width: 960px) {
  .p-hero__kv {
    margin: 0 auto;
    background: url("../img/top/main/bg_main.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100vh;
  }
}

.p-hero__kv img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-hero__kv img {
    display: none;
  }
}

.p-hero__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  max-width: 400px;
}

@media screen and (max-width: 960px) {
  .p-hero__logo {
    width: 50%;
  }
}

.p-hero__hitokoto {
  position: absolute;
  right: 150px;
  bottom: 12px;
  width: 420px;
}

@media screen and (max-width: 960px) {
  .p-hero__hitokoto {
    right: 5%;
    width: 90%;
  }
}

.p-hitokoto {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-hitokoto__chara {
  position: relative;
  -webkit-animation: pyoko 1.5s linear 1s infinite;
          animation: pyoko 1.5s linear 1s infinite;
  margin: 0 auto;
  width: 43.39%;
  max-width: 156px;
}

@media screen and (min-width: 961px) {
  .p-hitokoto__chara {
    position: absolute;
    top: -150%;
    right: -120px;
  }
}

@media screen and (max-width: 960px) {
  .p-hitokoto__chara {
    position: absolute;
    top: -100%;
    right: 0;
    width: 22%;
    max-width: 120px;
  }
}

.p-hitokoto__inner {
  position: relative;
  cursor: pointer;
  margin: 20px auto 0;
  border-radius: 100px;
  background: #000;
  padding: 20px 34px;
  width: 100%;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .p-hitokoto__inner {
    margin: 0;
    padding: 12px 28px;
    width: 80%;
  }
}

.p-hitokoto__inner::before {
  display: block;
  position: absolute;
  top: -17px;
  right: 10%;
  background: url("../img/top/main/frame_post_top.png") no-repeat center top;
  background-size: 100% auto;
  width: 40px;
  height: 18px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-hitokoto__inner::before {
    top: -8px;
    right: 0%;
    left: auto;
    width: 30px;
    height: 17px;
  }
}

.p-hitokoto__inner::after {
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
  background: url("../img/top/main/frame_post_text.png") no-repeat left top;
  background-size: contain;
  width: 30px;
  height: 30px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-hitokoto__inner::after {
    top: -8px;
    left: -8px;
  }
}

.p-hitokoto__cap {
  display: block;
  position: relative;
  margin-bottom: 5px;
  width: 100px;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .p-hitokoto__cap {
    width: 80px;
  }
}

.p-hitokoto__text {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .p-hitokoto__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
  }
}

@media screen and (max-width: 960px) {
  .p-hitokoto__text {
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.p-hitokoto_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  background: #242422;
  width: 45%;
  max-width: 500px;
  height: 100vh;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .p-hitokoto_modal {
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0s linear 0.5s, -webkit-transform 0.35s cubic-bezier(0.5, 1, 0.89, 1);
    transition: opacity 0s linear 0.5s, -webkit-transform 0.35s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.35s cubic-bezier(0.5, 1, 0.89, 1), opacity 0s linear 0.5s;
    transition: transform 0.35s cubic-bezier(0.5, 1, 0.89, 1), opacity 0s linear 0.5s, -webkit-transform 0.35s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-hitokoto_modal.is-hitokoto-show {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0s linear 0s, -webkit-transform 0.35s cubic-bezier(0.5, 1, 0.89, 1);
    transition: opacity 0s linear 0s, -webkit-transform 0.35s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.35s cubic-bezier(0.5, 1, 0.89, 1), opacity 0s linear 0s;
    transition: transform 0.35s cubic-bezier(0.5, 1, 0.89, 1), opacity 0s linear 0s, -webkit-transform 0.35s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

@media screen and (max-width: 960px) {
  .p-hitokoto_modal {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    width: 100%;
    max-width: none;
    overflow-y: scroll;
    pointer-events: none;
  }
  .p-hitokoto_modal.is-hitokoto-show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    pointer-events: auto;
  }
}

.p-hitokoto_modal__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
}

.is-hitokoto-show .p-hitokoto_modal__bg {
  pointer-events: auto;
}

.p-hitokoto_modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

@media screen and (min-width: 961px) {
  .p-hitokoto_modal__container {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.p-hitokoto_modal__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 25px 0;
  height: 100%;
  min-height: 100vh;
}

.p-hitokoto_modal__inner {
  position: relative;
  margin: 0 auto;
  padding: 25px 0;
  width: 80%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .p-hitokoto_modal__inner {
    padding: 25px 0;
  }
}

.p-hitokoto_modal__cap {
  position: relative;
  margin: 0 auto 34px;
  width: 160px;
  text-align: center;
}

.p-hitokoto_modal__img {
  position: relative;
  margin: 0 auto 34px;
  width: 100%;
}

.p-hitokoto_modal__text {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 50px;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 2;
}

.p-hitokoto_modal__note {
  margin-top: 4px;
  font-size: .8em;
}

.p-hitokoto_modal__btn {
  position: relative;
  cursor: pointer;
  margin: 10vh auto 0;
  width: 100%;
}

.p-hitokoto_modal__btn-chara {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(10%, -60%);
      -ms-transform: translate(10%, -60%);
          transform: translate(10%, -60%);
  background-size: contain;
  width: 130px;
  height: 220px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-hitokoto_modal__btn-chara {
    width: 80px;
    height: 150px;
  }
}

[data-ua="pc"] .p-hitokoto_modal__btn:hover .p-hitokoto_modal__btn-chara img {
  -webkit-animation: pyoko 1.5s linear infinite;
          animation: pyoko 1.5s linear infinite;
}

.p-hitokoto_modal__btn-text {
  margin: 0 auto;
  border: 3px solid #fff;
  border-radius: 100px;
  width: 190px;
}

.p-event {
  position: relative;
  margin: 92px auto 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-event {
    margin-top: 36px;
  }
}

.p-event::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
  z-index: -2;
  -webkit-animation: am-3 120s linear infinite;
          animation: am-3 120s linear infinite;
  background: url("../img/common/bg_ameba01_01.svg") no-repeat center;
  background-size: contain;
  width: 800px;
  height: 500px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-event::before {
    width: 300px;
    height: 200px;
  }
}

@-webkit-keyframes am-3 {
  0% {
    -webkit-transform: translate(50%, 0) scale(1, 1);
            transform: translate(50%, 0) scale(1, 1);
  }
  10% {
    -webkit-transform: translate(50%, 0) scale(0.8, 1.2);
            transform: translate(50%, 0) scale(0.8, 1.2);
  }
  20% {
    -webkit-transform: translate(50%, 0) scale(1.1, 1.3);
            transform: translate(50%, 0) scale(1.1, 1.3);
  }
  30% {
    -webkit-transform: translate(50%, 0) scale(1, 0.9);
            transform: translate(50%, 0) scale(1, 0.9);
  }
  40% {
    -webkit-transform: translate(50%, 0) scale(0.4, 0.8);
            transform: translate(50%, 0) scale(0.4, 0.8);
  }
  50% {
    -webkit-transform: translate(50%, 0) scale(0.6, 1.3);
            transform: translate(50%, 0) scale(0.6, 1.3);
  }
  60% {
    -webkit-transform: translate(50%, 0) scale(0.8, 1.2);
            transform: translate(50%, 0) scale(0.8, 1.2);
  }
  70% {
    -webkit-transform: translate(50%, 0) scale(1.1, 1.3);
            transform: translate(50%, 0) scale(1.1, 1.3);
  }
  80% {
    -webkit-transform: translate(50%, 0) scale(0.4, 0.8);
            transform: translate(50%, 0) scale(0.4, 0.8);
  }
  90% {
    -webkit-transform: translate(50%, 0) scale(1, 0.9);
            transform: translate(50%, 0) scale(1, 0.9);
  }
  100% {
    -webkit-transform: translate(50%, 0) scale(1, 1);
            transform: translate(50%, 0) scale(1, 1);
  }
}

@keyframes am-3 {
  0% {
    -webkit-transform: translate(50%, 0) scale(1, 1);
            transform: translate(50%, 0) scale(1, 1);
  }
  10% {
    -webkit-transform: translate(50%, 0) scale(0.8, 1.2);
            transform: translate(50%, 0) scale(0.8, 1.2);
  }
  20% {
    -webkit-transform: translate(50%, 0) scale(1.1, 1.3);
            transform: translate(50%, 0) scale(1.1, 1.3);
  }
  30% {
    -webkit-transform: translate(50%, 0) scale(1, 0.9);
            transform: translate(50%, 0) scale(1, 0.9);
  }
  40% {
    -webkit-transform: translate(50%, 0) scale(0.4, 0.8);
            transform: translate(50%, 0) scale(0.4, 0.8);
  }
  50% {
    -webkit-transform: translate(50%, 0) scale(0.6, 1.3);
            transform: translate(50%, 0) scale(0.6, 1.3);
  }
  60% {
    -webkit-transform: translate(50%, 0) scale(0.8, 1.2);
            transform: translate(50%, 0) scale(0.8, 1.2);
  }
  70% {
    -webkit-transform: translate(50%, 0) scale(1.1, 1.3);
            transform: translate(50%, 0) scale(1.1, 1.3);
  }
  80% {
    -webkit-transform: translate(50%, 0) scale(0.4, 0.8);
            transform: translate(50%, 0) scale(0.4, 0.8);
  }
  90% {
    -webkit-transform: translate(50%, 0) scale(1, 0.9);
            transform: translate(50%, 0) scale(1, 0.9);
  }
  100% {
    -webkit-transform: translate(50%, 0) scale(1, 1);
            transform: translate(50%, 0) scale(1, 1);
  }
}

.p-event::after {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 0;
  -webkit-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
          transform: translate(-30%, 0);
  z-index: -2;
  -webkit-animation: am-4 180s linear infinite;
          animation: am-4 180s linear infinite;
  background: url("../img/common/bg_ameba02_01.svg") no-repeat center;
  background-size: contain;
  width: 800px;
  height: 500px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-event::after {
    width: 300px;
    height: 200px;
  }
}

@-webkit-keyframes am-4 {
  0% {
    -webkit-transform: translate(-30%, 0) scale(1, 1);
            transform: translate(-30%, 0) scale(1, 1);
  }
  10% {
    -webkit-transform: translate(-30%, 0) scale(0.8, 1.2);
            transform: translate(-30%, 0) scale(0.8, 1.2);
  }
  20% {
    -webkit-transform: translate(-30%, 0) scale(1.1, 1.3);
            transform: translate(-30%, 0) scale(1.1, 1.3);
  }
  30% {
    -webkit-transform: translate(-30%, 0) scale(1, 0.9);
            transform: translate(-30%, 0) scale(1, 0.9);
  }
  40% {
    -webkit-transform: translate(-30%, 0) scale(0.4, 0.8);
            transform: translate(-30%, 0) scale(0.4, 0.8);
  }
  50% {
    -webkit-transform: translate(-30%, 0) scale(0.6, 1.3);
            transform: translate(-30%, 0) scale(0.6, 1.3);
  }
  60% {
    -webkit-transform: translate(-30%, 0) scale(0.8, 1.2);
            transform: translate(-30%, 0) scale(0.8, 1.2);
  }
  70% {
    -webkit-transform: translate(-30%, 0) scale(1.1, 1.3);
            transform: translate(-30%, 0) scale(1.1, 1.3);
  }
  80% {
    -webkit-transform: translate(-30%, 0) scale(0.4, 0.8);
            transform: translate(-30%, 0) scale(0.4, 0.8);
  }
  90% {
    -webkit-transform: translate(-30%, 0) scale(1, 0.9);
            transform: translate(-30%, 0) scale(1, 0.9);
  }
  100% {
    -webkit-transform: translate(-30%, 0) scale(1, 1);
            transform: translate(-30%, 0) scale(1, 1);
  }
}

@keyframes am-4 {
  0% {
    -webkit-transform: translate(-30%, 0) scale(1, 1);
            transform: translate(-30%, 0) scale(1, 1);
  }
  10% {
    -webkit-transform: translate(-30%, 0) scale(0.8, 1.2);
            transform: translate(-30%, 0) scale(0.8, 1.2);
  }
  20% {
    -webkit-transform: translate(-30%, 0) scale(1.1, 1.3);
            transform: translate(-30%, 0) scale(1.1, 1.3);
  }
  30% {
    -webkit-transform: translate(-30%, 0) scale(1, 0.9);
            transform: translate(-30%, 0) scale(1, 0.9);
  }
  40% {
    -webkit-transform: translate(-30%, 0) scale(0.4, 0.8);
            transform: translate(-30%, 0) scale(0.4, 0.8);
  }
  50% {
    -webkit-transform: translate(-30%, 0) scale(0.6, 1.3);
            transform: translate(-30%, 0) scale(0.6, 1.3);
  }
  60% {
    -webkit-transform: translate(-30%, 0) scale(0.8, 1.2);
            transform: translate(-30%, 0) scale(0.8, 1.2);
  }
  70% {
    -webkit-transform: translate(-30%, 0) scale(1.1, 1.3);
            transform: translate(-30%, 0) scale(1.1, 1.3);
  }
  80% {
    -webkit-transform: translate(-30%, 0) scale(0.4, 0.8);
            transform: translate(-30%, 0) scale(0.4, 0.8);
  }
  90% {
    -webkit-transform: translate(-30%, 0) scale(1, 0.9);
            transform: translate(-30%, 0) scale(1, 0.9);
  }
  100% {
    -webkit-transform: translate(-30%, 0) scale(1, 1);
            transform: translate(-30%, 0) scale(1, 1);
  }
}

.p-event__header {
  position: relative;
  margin: 0 auto 86px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-event__header {
    margin-bottom: 40px;
  }
}

.p-event__title {
  position: relative;
  width: 50%;
  max-width: 654px;
}

@media screen and (max-width: 960px) {
  .p-event__title {
    width: 94%;
  }
}

.p-event__title::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(140%, 0);
      -ms-transform: translate(140%, 0);
          transform: translate(140%, 0);
  -webkit-animation: pyoko-ttl 1.5s linear .5s infinite;
          animation: pyoko-ttl 1.5s linear .5s infinite;
  background: url("../img/common/img_chara02.png") no-repeat center;
  background-size: contain;
  width: 180px;
  height: 220px;
  content: "";
}

@-webkit-keyframes pyoko-ttl {
  0% {
    bottom: 0;
  }
  10% {
    bottom: -8px;
  }
  20% {
    bottom: 0;
  }
  30% {
    bottom: -8px;
  }
  40% {
    bottom: 0;
  }
  100% {
    bottom: 0;
  }
}

@keyframes pyoko-ttl {
  0% {
    bottom: 0;
  }
  10% {
    bottom: -8px;
  }
  20% {
    bottom: 0;
  }
  30% {
    bottom: -8px;
  }
  40% {
    bottom: 0;
  }
  100% {
    bottom: 0;
  }
}

.p-event__title-main {
  display: block;
  position: relative;
  margin-left: 55px;
}

@media screen and (max-width: 960px) {
  .p-event__title-main {
    margin-left: 22px;
  }
}

.p-event__title-sub {
  display: block;
  position: relative;
  margin: 0 0 -28px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-event__title-sub {
    margin: 0 0 -20px;
    width: 95%;
  }
}

.p-event__inner {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 1040px;
}

@media screen and (max-width: 960px) {
  .p-event__inner {
    width: 90%;
    max-width: 500px;
  }
}

.p-event__footer {
  position: relative;
  margin: 200px auto 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-event__footer {
    margin-top: 250px;
  }
}

.p-event__footer::before {
  display: block;
  position: absolute;
  top: 0;
  right: 10%;
  -webkit-transform: translate(0, -70%);
      -ms-transform: translate(0, -70%);
          transform: translate(0, -70%);
  z-index: 1;
  -webkit-animation: pyoko-link 1.5s linear 1s infinite;
          animation: pyoko-link 1.5s linear 1s infinite;
  background: url("../img/common/img_chara01.png") no-repeat center;
  background-size: contain;
  width: 280px;
  height: 300px;
  content: "";
}

@-webkit-keyframes pyoko-link {
  0% {
    top: 0;
  }
  10% {
    top: -8px;
  }
  20% {
    top: 0;
  }
  30% {
    top: -8px;
  }
  40% {
    top: 0;
  }
  100% {
    top: 0;
  }
}

@keyframes pyoko-link {
  0% {
    top: 0;
  }
  10% {
    top: -8px;
  }
  20% {
    top: 0;
  }
  30% {
    top: -8px;
  }
  40% {
    top: 0;
  }
  100% {
    top: 0;
  }
}

@media screen and (max-width: 960px) {
  .p-event__footer::before {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -85%);
        -ms-transform: translate(-50%, -85%);
            transform: translate(-50%, -85%);
    width: 228px;
    height: 260px;
  }
}

.p-event_in {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-event_in__list {
  position: relative;
  margin: 0 auto -56px;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
}

@media screen and (max-width: 960px) {
  .p-event_in__list {
    margin-bottom: -26px;
  }
}

.p-event_in__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 30%;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

@media screen and (min-width: 961px) {
  .p-event_in__item {
    margin: 0 5% 56px 0;
  }
  .p-event_in__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 960px) {
  .p-event_in__item {
    margin: 0 4% 26px 0;
    width: 48%;
  }
  .p-event_in__item:nth-child(2n) {
    margin-right: 0;
  }
}

.p-event_in__footer {
  position: relative;
  margin: 28px auto 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-event_in__footer {
    margin-top: 30px;
  }
}

.p-event_in__btn {
  position: relative;
  z-index: 0;
  cursor: pointer;
  margin: 0 auto;
  width: 420px;
}

@media screen and (max-width: 960px) {
  .p-event_in__btn {
    width: 80%;
  }
}

.p-event_in__btn-text {
  display: block;
  position: relative;
}

.p-event_in__btn-text::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
  border-radius: 100px;
  background: #ffe100;
  width: 100%;
  height: 100%;
  content: "";
}

.p-event_in__btn-text::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 100px;
  background: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.p-event_coming {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 10px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-event_coming {
    font-size: 18px;
    letter-spacing: 5px;
  }
}

.p-event_data {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-event_data__img {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.-data1 .p-event_data__img {
  -webkit-mask: url("../img/top/frame_top-event_320x320_01.png") no-repeat center;
          mask: url("../img/top/frame_top-event_320x320_01.png") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.-data2 .p-event_data__img {
  -webkit-mask: url("../img/top/frame_top-event_320x320_02.png") no-repeat center;
          mask: url("../img/top/frame_top-event_320x320_02.png") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

@media (-ms-high-contrast: none) {
  .p-event_data__img {
    border-radius: 20px;
    overflow: hidden;
  }
}

[data-ua="pc"] .p-event_data:hover .p-event_data__img {
  -webkit-animation: buruburu .5s linear infinite;
          animation: buruburu .5s linear infinite;
}

.p-event_data__img-item {
  position: relative;
  margin: 0 auto;
  padding-top: 100%;
  width: 100%;
}

.p-event_data__text {
  position: relative;
  margin: 20px auto 0;
  width: 90%;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  .p-event_data__text {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
  }
}

.p-event_data__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-event_link {
  position: relative;
  -webkit-mask: url("../img/top/event/history_bg.png") no-repeat 0 0;
          mask: url("../img/top/event/history_bg.png") no-repeat 0 0;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  margin: 0 auto;
  background: #ffe100;
  width: 100%;
  height: 440px;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .p-event_link {
    -webkit-mask: url("../img/top/event/history_bg.png") no-repeat center;
            mask: url("../img/top/event/history_bg.png") no-repeat center;
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
    height: 380px;
  }
}

.p-event_link__bg {
  position: absolute;
  right: -3%;
  bottom: 0;
  -webkit-transform: translate(40%, 10%);
      -ms-transform: translate(40%, 10%);
          transform: translate(40%, 10%);
  width: 96%;
}

@media screen and (max-width: 960px) {
  .p-event_link__bg {
    right: -6%;
    bottom: 0;
    width: 200%;
    max-width: 700px;
  }
}

.p-event_link__bg img {
  -webkit-transition: 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

[data-ua="pc"] .p-event_link:hover .p-event_link__bg img {
  -webkit-transform: translate(-4%, 0);
      -ms-transform: translate(-4%, 0);
          transform: translate(-4%, 0);
}

.p-event_link__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  max-width: 1200px;
}

@media screen and (max-width: 960px) {
  .p-event_link__inner {
    top: 32%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 78%;
    max-width: 400px;
  }
}

.p-event_link__text {
  position: relative;
  width: 50%;
  max-width: 6005px;
}

@media screen and (max-width: 960px) {
  .p-event_link__text {
    width: 100%;
  }
}

.p-event_link__text::before {
  display: block;
  position: absolute;
  right: 3%;
  bottom: 25%;
  background: url("../img/top/event/icon_history.png") no-repeat center;
  background-size: contain;
  width: 82px;
  height: 92px;
  content: "";
}

[data-ua="pc"] .p-event_link:hover .p-event_link__text::before {
  -webkit-animation: buruburu .5s linear infinite;
          animation: buruburu .5s linear infinite;
}

@media screen and (max-width: 960px) {
  .p-event_link__text::before {
    right: 0;
    bottom: 25%;
    width: 40px;
    height: 50px;
  }
}

.p-event_link__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ====================
COMPONENT
 ==================== */
