<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*font*/
/*color*/
@font-face {
  font-family: "DSEG7ClassicMini";
  src: url("fonts/DSEG7ClassicMini-Bold.woff2") format("woff2"), url("fonts/DSEG7ClassicMini-Bold.woff") format("woff");
}
html {
  font-size: 62.5%;
}

body {
  height: 100%;
  background-image: url(image/concrete.webp);
  position: relative;
}

body::after {
  content: "";
  background-color: #0e1519 !important;
  /* mix-blend-mode: multiply; */
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -99;
  opacity: 0.8;
}

*, *::before, *::after {
  min-height: initial !important;
}

img, iframe, video {
  min-height: initial !important;
  min-width: initial !important;
  max-width: initial !important;
}

p {
  font-size: 1.6rem;
  font-family: sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  text-align: justify;
}

.site-header {
  margin-bottom: 0 !important;
}

.side-menu-inner {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.button-linktree {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #deff67;
}

.site-header .button-linktree {
  padding: 4px 8px;
}

.button-linktree:hover {
  opacity: 0.8;
}

#particles-js {
  position: fixed; /*描画固定*/
  z-index: -1; /*描画を一番下に*/
  width: 100%;
  height: 100%;
  background-color: #000; /*背景色*/
}

#wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.top-image-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.top-gradation {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #3cbbd7 30%, #fff 70%, rgba(255, 255, 255, 0));
  z-index: -1;
}

.top-image {
  width: 100%;
  max-height: 1000px;
  /*position: relative;
  top: 0;*/
  background-image: url(image/top-back.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  padding-top: 3rem;
}

.top-image .flexrow {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1700px;
  margin: 0 auto;
  margin-left: -1px;
}

.top-image .left {
  width: 32%;
  padding-bottom: 2rem;
}

.top-image .right {
  width: 48%;
}

.top-image .left img {
  width: 100%;
  height: auto;
  margin-bottom: -2rem;
}

.top-image .right img {
  width: 130%;
  margin-left: -8rem;
}

.only-sp {
  display: none;
}

/*カウントダウン*/
.timer-left p {
  font-family: sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
}

.timer-left {
  white-space: nowrap;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

/*.timer-right{
	width: 70%;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
}*/
#CDT {
  /*width: 90%;
  height: 100%;
  text-align: right;
  font-size: 18rem;
  color: #000;
  font-family: $eibun;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
  padding-left: 2rem;*/
  flex: 1;
  height: 100%;
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  margin-top: 7rem;
}

#CDT p {
  width: 25%;
  font-size: 18rem !important;
  color: #3bf08c;
  font-family: DSEG7ClassicMini, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  /* margin-right: 1rem; */
  letter-spacing: -28px;
  text-indent: -2rem;
  line-height: 0.2;
}

#CDT span {
  font-size: 2.3rem !important;
  font-family: new-atten, sans-serif;
  letter-spacing: 0;
}

/*#CDT01 {
	width: 100%;
	text-align: center;
	font-size: 49px;
	font-weight: bold;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
}
.ttl {
	color: #ffffff;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin: 0;
	line-height: 1.5;
}*/
.timer-wrap {
  width: 100%;
  margin-bottom: -40rem;
  z-index: 10;
}

.timer-box {
  width: 100%;
  height: auto;
  position: relative;
}

.timer-box img {
  opacity: 0.5;
  width: 100%;
}

.timer-cont {
  position: absolute;
  top: 0;
  width: 100%;
}

.tri01 {
  position: absolute;
  right: 0;
  margin-top: -5rem;
}

.tri02 {
  position: absolute;
  left: 0;
}

.ukiyoe {
  width: 17rem;
}

.timer {
  width: 70%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
}

.timer-cont p {
  color: #fff;
}

.timer p {
  font-weight: 900;
  font-style: normal;
  font-size: 5rem;
}

.timer-text {
  width: 100%;
  text-align: center;
  font-family: sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 5rem;
  padding-top: 3rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.timer-text-s-wrap {
  display: flex;
  justify-content: space-evenly;
}

.timer-text-s {
  width: 27rem;
  font-size: 2.3rem !important;
  font-family: new-atten, sans-serif;
  font-weight: 700 !important;
  font-style: normal;
  text-align: center;
  padding-left: 9rem;
}

.contents-wrap {
  width: 70%;
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  margin: 10rem auto 12rem;
  justify-content: center;
  /* z-index: 15; */
  position: relative;
}

.mc-wrap {
  width: 100%;
}

.new-mirror {
  flex: 0 0 48%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.new-mirror2 {
  width: calc(90% + 2rem);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.twitch-wrap, .bili-wrap {
  width: 100%;
}

.twitch-wrap .guest, .bili-wrap .guest {
  width: 200px;
  margin-bottom: 2.5rem;
}

.twitch-wrap .title, .bili-wrap .title {
  background-color: #fff !important;
}

.title img {
  height: 5rem;
  width: auto;
}

.twitch-wrap a, .bili-wrap a {
  width: 100%;
  height: 100%;
}

.tiktok-wrap .acordion {
  display: none;
}

.tiktok-wrap .guest-wrap {
  justify-content: center;
  gap: 1rem;
}

.tiktok-wrap .guest {
  position: relative;
  margin-bottom: 3rem;
  flex: 0 0 30%;
}

.tiktok-wrap .open figure {
  position: relative;
}

.tiktok-wrap .open .infl-name {
  margin-top: 0px !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.6rem;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tiktok-wrap .title {
  position: relative;
  cursor: pointer;
  background-color: yellow !important;
  color: #000 !important;
}

.tiktok-wrap .title::before {
  /*content: "+";*/
  transform: rotate(0deg);
  position: absolute;
  right: 1.5rem;
  bottom: 40px;
  font-size: 6rem;
  font-weight: 100;
  transition: all 0.5s 0s ease;
}

.tiktok-wrap .close::before {
  transform: rotate(45deg);
}

.tiktok-wrap {
  margin-top: 3rem;
  width: 49%;
}

.ls-0 {
  letter-spacing: 0;
}

.tiktok-wrap .open figure::before {
  content: "";
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 20%;
  background-color: rgba(255, 0, 0, 0.8);
}

.mc-wrap .guest {
  width: 200px;
}

.mirror-wrap {
  width: 48%;
}

.guest-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  padding: 3rem;
}

.mc-wrap .guest-wrap, .twitch-wrap .guest-wrap, .bili-wrap .guest-wrap {
  padding: 3rem 0 0 0;
}

.guest p {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  margin: 1rem 0 0 0 !important;
}

.guest span {
  font-size: 1.4rem;
  display: block;
}

.link-logo {
  background-color: #fff;
  border-radius: 3rem;
  margin-top: 3rem;
  padding: 4rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
}

.link-logo img {
  width: 20rem;
}

.contents-wrap .title {
  width: 100%;
  height: 75px;
  background-color: #fff;
  border: 2px solid #ff61a0;
  color: #ff61a0;
  font-family: new-atten, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.8rem;
  text-align: center;
  padding: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.infl-wrap .title {
  background-color: #00d2ff;
  font-size: 4rem;
  width: calc(100% - 2rem);
  margin: 0 auto;
  line-height: 1.5;
  height: auto;
  padding: 1rem 3rem;
}

.schedule-wrap {
  width: 70%;
  margin: 0 auto;
}

.schedule_cont {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 3rem;
  position: relative;
}

.schedule_cont::before {
  content: "";
  border-left: #fff 3px solid;
  left: 0;
}

.schedule_cont::after {
  content: "";
  border-right: #fff 3px solid;
  right: 0;
}

.schedule_cont::before, .schedule_cont::after {
  height: 100%;
  -webkit-animation: flicker-blue 0.3s infinite alternate;
          animation: flicker-blue 0.3s infinite alternate;
  position: absolute;
  top: 0;
}

h2 {
  color: #fff;
  font-family: new-atten, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 9rem;
  width: 50%;
}

.ja-title {
  color: #fff;
  font-family: sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.2rem;
  padding: 3rem;
  width: 50%;
}

.border-line {
  border-bottom: #00d2ff 3px solid;
  width: 95%;
  margin: 0 auto;
}

.event-wrap {
  display: flex;
  flex-flow: row;
  width: 99%;
  margin: 3rem auto;
  justify-content: space-evenly;
}

.time-line-wrap {
  width: 4%;
  margin-top: 10rem;
}

.time-line {
  border: #00d2ff solid 3px;
  width: 100%;
  height: 1500px;
  border-bottom: none;
}

.time-line-wrap .border-bottom {
  border-bottom: #00d2ff solid 3px;
}

.time-line p {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: new-atten, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1;
  padding: 0.5rem 0 0 0;
}

.time-line span {
  font-size: 1.6rem;
  display: block;
}

.center-line {
  width: 2%;
  height: auto;
  position: relative;
}

.center-line::before {
  content: "";
  border-left: #fff 3px solid;
  position: absolute;
  left: 50%;
  /* width: 100%; */
  height: 100%;
  -webkit-animation: flicker-blue 0.3s infinite alternate;
          animation: flicker-blue 0.3s infinite alternate;
}

.day1 {
  width: 48%;
  padding: 0 1rem;
}

.day2 {
  width: 48%;
  padding: 0 1rem;
}

.day1 .day {
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #00d2ff 10px, #00d2ff 10px), linear-gradient(135deg, #00d2ff 10px, #00d2ff 10px), linear-gradient(225deg, transparent 15px, #00d2ff 15px), linear-gradient(315deg, #00d2ff 10px, #00d2ff 10px);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.day2 .day {
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #3bf08c 10px, #3bf08c 10px), linear-gradient(135deg, #3bf08c 10px, #3bf08c 10px), linear-gradient(225deg, transparent 15px, #3bf08c 15px), linear-gradient(315deg, #3bf08c 10px, #3bf08c 10px);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.day p {
  color: #fff;
  font-family: new-atten, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.7rem;
  line-height: 1;
}

.day span {
  font-size: 3.8rem;
}

.event {
  display: flex;
  flex-flow: column;
  /* justify-content: flex-start; */
  align-items: flex-start;
  margin-top: 3rem;
}

.day1 .event {
  background-color: #00d2ff;
}

.day2 .event {
  background-color: #3bf08c;
}

.time-title {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  background-color: #fff;
  width: 97%;
  margin-top: 2rem;
}

.time-title a {
  font-size: 1.4rem !important;
}

.event a {
  color: #ffa600;
}

.time-title p {
  font-family: sans-serif;
  color: #000;
  font-weight: 900;
  font-style: normal;
  font-size: 1.8rem;
  padding: 0 1rem;
  line-height: 1.5;
  width: 75%;
  text-align: left;
}

.time-title .time {
  font-family: new-atten, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  width: 28%;
  height: 100%;
  text-align: center;
}

.day1 .time-title .time, .day2 .time-title .time {
  border-right: #000 2px solid;
}

.event &gt; p {
  width: 95%;
  color: #fff;
  margin: 1rem auto !important;
  text-align: justify;
}

.youtube-thum {
  width: 85%;
}

.youtube-thum img {
  width: 100%;
}

.youtube-link {
  position: relative;
  padding-bottom: 47.8%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  width: 85%;
}

.youtube-link iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.event .guest-wrap {
  background-color: #2B2B2B;
  margin-top: 2rem;
  padding: 1rem;
  width: 100%;
}

.event .guest {
  width: 20%;
}

.guest img {
  width: 100%;
}

.event .guest p {
  font-size: 1.6rem;
  line-height: 1.5;
}

.event .guest span {
  font-size: 1rem;
}

.event .guest-wrap &gt; p {
  width: 100%;
  font-family: new-atten, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  color: #3bf08c;
  margin: 1rem 1rem;
}

.mc-wrap .guest .open img {
  transition: all 0.5s 0s ease;
}

.mc-wrap .guest .open img:hover {
  box-shadow: 5px 5px 1px rgb(241, 103, 103);
}

.guest .open img {
  transition: all 0.5s 0s ease;
}

.guest .open img:hover {
  box-shadow: 5px 5px 1px rgb(241, 103, 103);
}

.youtube-thum, .youtube-link {
  transition: all 0.5s 0s ease;
}

.youtube-thum:hover, .youtube-link:hover {
  box-shadow: 5px 5px 1px rgb(241, 103, 103);
}

.tiktok-base {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.twitch-wrap .title, .bili-wrap .title, .tiktok-base .title {
  transition: all 0.5s 0s ease;
  height: 10rem;
}

.twitch-wrap .title:hover, .bili-wrap .title:hover {
  box-shadow: 5px 5px 1px rgb(241, 103, 103);
}

.link-logo {
  transition: all 0.5s 0s ease;
}

.link-logo:hover {
  box-shadow: 4px 4px 1px rgb(147, 221, 78);
}

.mirror-float figure {
  transition: all 0.5s 0s ease;
}

.mirror-float figure:hover {
  box-shadow: 3px 3px 1px rgb(47, 24, 196);
}

[id^=pop-up] {
  display: none;
}

[class^=overlay] {
  display: none;
}

[id^=pop-up]:checked + [class^=overlay] {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 66rem;
  height: 66rem;
  position: fixed;
  top: calc(50% - 33rem);
  left: calc(50% - 33rem);
}

.close-wrap {
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  margin: calc(50% - 50vh) calc(50% - 50vw);
}

.guest-window {
  width: 66rem;
  height: 66rem;
  background-color: #ff61a0;
  border-radius: 3rem;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-content: space-around;
  position: fixed;
  top: calc(50% - 33rem);
  left: calc(50% - 33rem);
  padding: 3rem;
  overflow: auto;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  　scrollbar-width: none; /* Firefox 対応 */
  box-shadow: 3px 3px 24px rgba(0, 0, 0, 0.16);
}

.guest-window::-webkit-scrollbar {
  display: none; /* Chrome,Safari 対応 */
}

.guest-window .sub-t {
  width: 100%;
  font-family: new-atten, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  color: #3bf08c;
  margin: 1rem 1rem;
  text-align: left;
  padding-left: 0 !important;
}

.guest-window .top {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.guest-window a {
  color: #fff;
}

.img-name {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.img-name figure {
  width: 30%;
}

.name-company {
  width: 70%;
  display: flex;
  flex-flow: column;
  align-content: space-around;
  border: #fff 1px solid;
  padding: 1rem;
  margin-left: 3rem;
}

.name-company p {
  font-family: sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.8rem;
  color: #fff;
  text-align: left;
  padding-left: 1.6rem;
}

.guest-window &gt; p {
  color: #000;
  width: 100%;
  text-align: justify !important;
  margin: 1rem 0 0 0 !important;
}

.mirror-float {
  width: 95px;
  height: 225px;
  background-color: #3bf08c;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 1rem 0 0 1rem;
  gap: 1rem;
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 100;
}

.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 50%;
}

.mirror-float p {
  text-align: center;
  line-height: 1;
  font-family: new-atten, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}

.mirror-float figure {
  background-color: #fff;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.mirror-float img {
  width: 100%;
  height: auto;
}

.ic-twich {
  /*position: relative;*/
  border: #65459B 2px solid;
}

.ic-bili {
  border: #00d2ff 2px solid;
}

.shadow {
  background-color: rgb(54, 61, 23);
  position: absolute;
  top: 0%;
  left: 0%;
  width: 72px;
  height: 72px;
}

footer {
  background-color: #ff61a0;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10rem;
}

footer p {
  width: 90%;
  color: #fff;
  font-family: new-atten, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  text-align: center;
}

.event2-1030 {
  margin-top: 15rem;
}

.event2-1110 {
  margin-top: 10rem;
}

.event2-1145 {
  margin-top: 5rem;
}

.event2-1225 {
  margin-top: 10rem;
}

.event2-1310 {
  margin-top: 25rem;
}

.event2-1350 {
  margin-top: 40rem;
}

.event2-1440 {
  margin-top: 40rem;
}

.event2-1545 {
  margin-top: 10rem;
}

.event2-1620 {
  margin-top: 15rem;
}

.event3-1040 {
  margin-top: 40rem;
}

.event3-1120 {
  margin-top: 25rem;
}

.event3-1150 {
  margin-top: 5rem;
}

.event3-1230 {
  margin-top: 25rem;
}

.event3-1315 {
  margin-top: 20rem;
}

.event3-1345 {
  margin-top: 15rem;
}

.event3-1425 {
  margin-top: 20rem;
}

.event3-1510 {
  margin-top: 27rem;
}

.event3-1545 {
  margin-top: 10rem;
}

.event3-1655 {
  margin-top: 100rem;
}

@media screen and (max-width: 1920px) {
  .timer-wrap {
    margin-bottom: -30rem;
  }
}
@media screen and (max-width: 1500px) {
  .timer-wrap {
    margin-bottom: -20rem;
  }
  .timer {
    width: 75%;
  }
  .event2-1145 {
    margin-top: 30rem;
  }
  .event3-1150 {
    margin-top: 30rem;
  }
  .event2-1310 {
    margin-top: 50rem;
  }
  .event3-1315 {
    margin-top: 50rem;
  }
  .event2-1440 {
    margin-top: 80rem;
  }
  .event3-1425 {
    margin-top: 50rem;
  }
  .event3-1510 {
    margin-top: 32rem;
  }
  .event3-1655 {
    margin-top: 90rem;
  }
}
@media screen and (max-width: 1360px) {
  .timer {
    width: 80%;
  }
  .event2-1110 {
    margin-top: 20rem;
  }
  .event3-1150 {
    margin-top: 40rem;
  }
  .event2-1310 {
    margin-top: 60rem;
  }
  .event3-1315 {
    margin-top: 60rem;
  }
  .event3-1510 {
    margin-top: 39rem;
  }
}
@media screen and (max-width: 1275px) {
  .timer {
    width: 85%;
  }
  .timer-wrap {
    margin-bottom: -10rem;
  }
  .event2-1110 {
    margin-top: 30rem;
  }
  .event3-1120 {
    margin-top: 15rem;
  }
  .event3-1510 {
    margin-top: 35rem;
  }
}
@media screen and (max-width: 1200px) {
  .flexrow {
    width: 100%;
  }
  .top-image .right img {
    margin-left: -3rem;
  }
  .schedule-wrap h2 {
    font-size: 7rem;
  }
  .time-line p {
    font-size: 1.5rem;
  }
  .time-line span {
    font-size: 1.2rem;
  }
  .event .guest {
    width: 35%;
  }
  .event2-1110 {
    margin-top: 10rem;
  }
  .event2-1310 {
    margin-top: 20rem;
  }
  .event2-1440 {
    margin-top: 40rem;
  }
  .event3-1120 {
    margin-top: 10rem;
  }
  .event3-1150 {
    margin-top: 30rem;
  }
  .event3-1315 {
    margin-top: 30rem;
  }
  .event3-1510 {
    margin-top: 22rem;
  }
  .mc-wrap {
    width: 100%;
  }
  .new-mirror {
    flex: 0 0 100%;
  }
  .twitch-wrap, .bili-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1135px) {
  .timer {
    width: 90%;
  }
  .timer-text {
    font-size: 4rem;
  }
  #CDT p {
    font-size: 12rem !important;
    letter-spacing: -15px;
  }
  .timer-left p {
    font-size: 4rem;
  }
  .event2-1310 {
    margin-top: 30rem;
  }
  .event3-1315 {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 940px) {
  .timer {
    width: 85%;
  }
  .schedule-wrap {
    width: 90%;
  }
  .schedule-wrap h2 {
    font-size: 5rem;
  }
  .timer-left p {
    font-size: 3.5rem;
  }
  .ukiyoe {
    width: 14rem;
  }
  .ja-title {
    font-size: 2.5rem;
  }
  .event .guest {
    width: 40%;
    margin-bottom: 3rem;
  }
  .time-line p {
    font-size: 1rem;
    padding: 0.3rem 0 0 0;
  }
  .time-line span {
    font-size: 0.8rem;
  }
  .event3-1230 {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 880px) {
  .timer-wrap {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .timer-box {
    height: 190px;
  }
  .timer-text {
    font-size: 3rem;
  }
  .timer-left p {
    font-size: 3rem;
  }
  #CDT {
    padding-bottom: 3rem;
  }
  #CDT p {
    font-size: 10rem !important;
  }
  .ukiyoe {
    width: 10rem;
  }
  .tri01 {
    width: 50%;
    margin-top: -2rem;
  }
  .tri02 {
    width: 50%;
  }
  .top-gradation {
    height: 60%;
  }
  .contents-wrap {
    width: 100%;
  }
  .schedule-wrap {
    width: 100%;
  }
  .mirror-float {
    top: 70%;
  }
  .event2-1310 {
    margin-top: 40rem;
  }
  .event3-1315 {
    margin-top: 60rem;
  }
  .event2-1350 {
    margin-top: 60rem;
  }
  .tiktok-wrap .open .infl-name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 660px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
    width: 100%;
  }
  .only-sp img {
    width: 100%;
  }
  .slick-prev, .slick-next {
    display: none !important;
  }
  #particles-js {
    position: fixed; /*描画固定*/
    z-index: -1; /*描画を一番下に*/
    width: 100%;
    height: 100%;
    background-color: #000; /*背景色*/
  }
  #wrapper {
    /*position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
    z-index: 1; /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
    width: 100%;
    height: 100%;
  }
  .timer-box {
    height: 110px;
    padding-bottom: 1.5rem;
  }
  .tri01 {
    width: 70%;
    margin-top: -2rem;
  }
  .tri02 {
    width: 70%;
  }
  .timer {
    flex-flow: column;
    align-items: center;
    width: 95%;
    margin: 0 auto;
  }
  .timer-left {
    width: 95%;
  }
  .timer-left p {
    font-size: 2rem;
  }
  #CDT {
    width: 100%;
    padding-bottom: 1rem;
  }
  #CDT p {
    font-size: 8rem !important;
    padding: 0rem;
  }
  #CDT span {
    font-size: 1.2rem !important;
  }
  .contents-wrap {
    margin: 10rem auto 10rem;
    width: 95%;
  }
  .mc-wrap {
    width: 100%;
  }
  .twitch-wrap, .bili-wrap {
    width: 100%;
  }
  .mc-wrap .guest-wrap {
    width: 100%;
    padding: 3rem 0 0 0;
  }
  .mc-wrap .guest, .tiktok-wrap .guest {
    flex: 0 0 48%;
  }
  .tiktok-wrap .guest-wrap {
    justify-content: space-between;
  }
  .twitch-wrap .guest, .bili-wrap .guest {
    flex: 0 0 48%;
  }
  .mirror-wrap {
    width: 100%;
  }
  .link-logo {
    width: 95%;
    margin: 3rem auto 0;
  }
  .schedule-wrap {
    width: 100%;
    border-left: none;
    border-right: none;
    flex-flow: column;
    align-items: center;
  }
  .schedule-wrap h2 {
    width: 80%;
    text-align: center;
    padding: 3rem 0 1rem;
    margin: 0 auto;
  }
  .ja-title {
    width: 100%;
    text-align: center;
    padding: 1rem 0 3rem;
  }
  .event-wrap {
    width: 95%;
  }
  .time-line-wrap {
    margin-top: 0;
    width: 8%;
  }
  .event {
    margin-top: 2rem;
  }
  .event2-1000, .event3-1000 {
    margin-top: 0;
  }
  .day1, .day2 {
    border: none;
    width: 100%;
  }
  .tab-wrap {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  .tab-wrap .day {
    width: 50%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .float-wrap {
    width: 100%;
    height: 70px;
  }
  .mirror-float {
    position: static;
    border-radius: 0;
    width: 100%;
    height: 100%;
    flex-flow: row;
    height: auto;
    padding: 0.5rem;
  }
  .mirror-float figure {
    width: 130px;
  }
  .mirror-float img {
    height: 75%;
    width: auto;
  }
  .guest-window {
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 1.5rem;
  }
  .guest-window .sub-t {
    font-size: 1.6rem;
    width: 30%;
    margin: 0;
  }
  .img-name {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 1.5rem;
    height: auto;
  }
  .img-name figure {
    width: 50%;
    margin-bottom: 1.5rem;
  }
  .name-company {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-content: space-around;
    border: #fff 1px solid;
    margin-left: 0;
  }
  .name-company p {
    width: 70%;
    font-size: 1.6rem;
    text-align: left;
    padding-left: 1.6rem;
    margin: 0;
  }
  .guest-window &gt; p {
    font-size: 1.4rem;
  }
  /*タブ切り替え*/
  .tab-wrap .day {
    background: linear-gradient(45deg, #C9C9C9 10px, #C9C9C9 10px), linear-gradient(135deg, #C9C9C9 10px, #C9C9C9 10px), linear-gradient(225deg, transparent 15px, #C9C9C9 15px), linear-gradient(315deg, #C9C9C9 10px, #C9C9C9 10px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .day1.day.active {
    background: linear-gradient(45deg, #00d2ff 10px, #00d2ff 10px), linear-gradient(135deg, #00d2ff 10px, #00d2ff 10px), linear-gradient(225deg, transparent 15px, #00d2ff 15px), linear-gradient(315deg, #00d2ff 10px, #00d2ff 10px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .day2.day.active {
    background: linear-gradient(45deg, #3bf08c 10px, #3bf08c 10px), linear-gradient(135deg, #3bf08c 10px, #3bf08c 10px), linear-gradient(225deg, transparent 15px, #3bf08c 15px), linear-gradient(315deg, #3bf08c 10px, #3bf08c 10px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .content {
    display: none;
  }
  .content.show {
    display: block;
  }
  .event2-1510 {
    margin-top: 30rem;
  }
  .event3-1040 {
    margin-top: 30rem;
  }
  .event3-1230 {
    margin-top: 20rem;
  }
  .event3-1315 {
    margin-top: 10rem;
  }
  .event3-1345 {
    margin-top: 40rem;
  }
  .event3-1510 {
    margin-top: 10rem;
  }
  .event3-1655 {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 525px) {
  .twitch-wrap, .bili-wrap {
    width: 100%;
  }
  .infl-wrap .title {
    font-size: 1.6rem;
    width: 100%;
    padding: 1rem;
  }
}
@media screen and (max-width: 414px) {
  .event2-1110 {
    margin-top: 30rem;
  }
  .event2-1145 {
    margin-top: 30rem;
  }
  .event2-1310 {
    margin-top: 40rem;
  }
  .event2-1350 {
    margin-top: 40rem;
  }
  .event2-1440 {
    margin-top: 60rem;
  }
  .event2-1510 {
    margin-top: 10rem;
  }
  .event2-1545 {
    margin-top: 30rem;
  }
  .event3-1120 {
    margin-top: 40rem;
  }
  .event3-1150 {
    margin-top: 20rem;
  }
  .event3-1315 {
    margin-top: 50rem;
  }
  .event3-1345 {
    margin-top: 30rem;
  }
  .event3-1510 {
    margin-top: 70rem;
  }
  .event3-1545 {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 320px) {
  .mirror-float figure {
    width: 110px;
  }
  .mirror-float img {
    width: 100%;
    height: auto;
  }
  .tri01 {
    margin-top: -1.5rem;
  }
  .timer-box {
    height: 80px;
  }
  #CDT {
    padding-bottom: 0;
  }
  #CDT p {
    font-size: 5rem !important;
    padding: 1rem;
  }
  #CDT span {
    font-size: 1.2rem !important;
  }
  .time-title .time {
    width: 28%;
  }
  .time-title p {
    width: 72%;
  }
  .event2-1030 {
    margin-top: 20rem;
  }
  .event3-1425 {
    margin-top: 30rem;
  }
}
/*スライダー*/
.multiple-items {
  width: 100%;
  height: 1000px;
  overflow: hidden;
  display: flex;
  flex-flow: row;
}

.multiple-items div {
  width: 100%;
}

h2.neon_t {
  display: flex;
  flex-flow: row;
  width: 100%;
  align-items: center;
}

h2.neon_t .first {
  border: 3px solid #fff;
  font-size: 6.8rem;
  padding: 0rem 6rem 0rem 3rem;
  background-color: #2e2e2e;
  white-space: nowrap;
  position: relative;
}

h2.neon_t .first::after {
  content: "";
  background-image: url(image/arrow-2022.webp);
  background-repeat: no-repeat;
  background-position-y: center;
  position: absolute;
  right: 13px;
  width: 27px;
  height: 100%;
  background-size: contain;
  z-index: 1;
}

h2.neon_t .second {
  font-size: 2.8rem;
  padding: 2rem;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60%;
  position: relative;
}

h2.neon_t .second:after {
  content: "";
  border-bottom: 3px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-animation: flicker-pink 0.3s infinite alternate;
          animation: flicker-pink 0.3s infinite alternate;
}

/*neon*/
.neon {
  -webkit-animation: flicker-pink 0.3s infinite alternate;
          animation: flicker-pink 0.3s infinite alternate;
}

@-webkit-keyframes flicker-pink {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    box-shadow: 0 0 2px #fff, 0 0 20px #ff61a0, 0 0 30px #ff61a0;
  }
  20%, 24%, 55% {
    box-shadow: none;
  }
}

@keyframes flicker-pink {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    box-shadow: 0 0 2px #fff, 0 0 20px #ff61a0, 0 0 30px #ff61a0;
  }
  20%, 24%, 55% {
    box-shadow: none;
  }
}
@-webkit-keyframes flicker-blue {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    box-shadow: 0 0 2px #fff, 0 0 20px #00d2ff, 0 0 30px #00d2ff;
  }
  20%, 24%, 55% {
    box-shadow: none;
  }
}
@keyframes flicker-blue {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    box-shadow: 0 0 2px #fff, 0 0 20px #00d2ff, 0 0 30px #00d2ff;
  }
  20%, 24%, 55% {
    box-shadow: none;
  }
}
.neon-border {
  filter: drop-shadow(0 0 11px #ff61a0);
}

/*slick*/
.slick-slider {
  max-width: 1600px !important;
  margin: 0 auto;
}

.slick-track {
  display: flex;
  justify-content: center;
}

.slider {
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
}

/*　背景画像設定　*/
/*矢印の設定*/
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  background-image: url(image/slick-arrow.webp);
  height: 80px;
  width: 80px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-180deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(0deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: absolute;
  z-index: 3;
  text-align: center;
  margin: 0 0 0 0;
  bottom: 0;
  left: calc(50% - 31.5px);
}

.slick-dots li {
  display: inline-block;
  margin: 0 8px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 5px; /*ドットボタンのサイズ*/
  height: 5px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: rgb(255, 255, 255); /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #111; /*ドットボタンの現在地表示の色*/
}

/*ここまで*/
.bgillust {
  position: absolute;
  filter: drop-shadow(5px 5px 5px #333);
}

.bgillust.scroll {
  right: 100px;
  top: 1450px;
  z-index: 50;
}

.bgillust.neon-neko {
  left: -30px;
  top: 1600px;
  z-index: 50;
  -webkit-animation: flicker-illust 2s infinite alternate;
          animation: flicker-illust 2s infinite alternate;
}

.bgillust.neon-chouchin1 {
  right: 0;
  top: 2800px;
  z-index: -1;
  -webkit-animation: flicker-illust 2s infinite alternate;
          animation: flicker-illust 2s infinite alternate;
}

.bgillust.neon-chouchin2 {
  transform: scale(-1, 1);
  left: -250px;
  top: 4200px;
  -webkit-animation: flicker-illust 2s infinite alternate;
          animation: flicker-illust 2s infinite alternate;
}

.bgillust.neon-root {
  left: -120px;
  top: 2800px;
  -webkit-animation: flicker-illust 2s infinite alternate;
          animation: flicker-illust 2s infinite alternate;
}

.bgillust.neon-sumou {
  top: 13000px;
  right: 0;
  -webkit-animation: flicker-illust 2s infinite alternate;
          animation: flicker-illust 2s infinite alternate;
}

@-webkit-keyframes flicker-illust {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    opacity: 1;
  }
  20%, 24%, 55% {
    opacity: 0.5;
  }
}

@keyframes flicker-illust {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    opacity: 1;
  }
  20%, 24%, 55% {
    opacity: 0.5;
  }
}
.youtube-thum a {
  pointer-events: none;
}

@media screen and (max-width: 1300px) {
  h2.neon_t {
    flex-flow: column;
  }
  h2.neon_t .first {
    font-size: 3.5rem;
  }
  .tiktok-wrap {
    width: 100%;
  }
  .bgillust.scroll {
    right: 0;
    top: 1450px;
    z-index: -1;
  }
  .bgillust.neon-neko {
    left: -140px;
    top: 1600px;
    z-index: -1;
    -webkit-animation: flicker-illust 2s infinite alternate;
            animation: flicker-illust 2s infinite alternate;
  }
  .bgillust.neon-root {
    left: -200px;
    top: 2800px;
    -webkit-animation: flicker-illust 2s infinite alternate;
    animation: flicker-illust 2s infinite alternate;
    z-index: -1;
  }
}
@media screen and (max-width: 414px) {
  #CDT p {
    font-size: 6rem !important;
    letter-spacing: -6px;
  }
  .contents-wrap .title {
    font-size: 2.5rem;
  }
  .tiktok-wrap .guest-wrap {
    gap: 0;
  }
  .center-line {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .contents-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  #CDT {
    margin-top: 4rem;
  }
}/*# sourceMappingURL=content.css.map */</pre></body></html>