@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.75;
  word-break: break-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  position: relative;
}
body.en {
  letter-spacing: 0;
}

p {
  word-break: break-word;
  position: relative;
  line-height: initial;
}

section {
  padding: 5rem 0;
  position: relative;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  width: 90%;
  word-break: keep-all;
}

.df_row {
  display: flex;
  flex-flow: row wrap;
}

/*------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.fix_map {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  border-radius: 0;
}

.mirror_float {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  height: auto;
  z-index: 1000;
  padding: 18px;
  display: flex;
  flex-flow: column;
  gap: 10px;
  border: #fff 3px solid;
  border-radius: 15px 0 0 15px;
  border-right: none;
  background-color: #000;
  animation: neon5 infinite 5s ease;
}
.mirror_float img {
  width: 100%;
  height: auto;
}
@keyframes neon5 {
  0%, 5%, 10% {
    box-shadow: inset 0 0 8px 0 #ff36bc, 0 0 8px 0 #ff36bc, 0 0 3px 0px #ff36bc, 0 0 3px 0 #ff36bc;
  }
  2.5%, 7.5% {
    box-shadow: inset 0 0 12px 1px #ff36bc, 0 0 12px 1px #ff36bc, 0 0 0px 0px #ff36bc, 0 0 16px 2px #ff36bc;
  }
  50%, 100% {
    box-shadow: inset 0 0 15px 2px #ff36bc, 0 0 15px 2px #ff36bc, 0 0 0px 0px #ff36bc, 0 0 16px 2px #ff36bc;
  }
}
.mirror_float p {
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.mirror_float a {
  transition: all 0.5s ease;
}
.mirror_float a:hover {
  animation: jump forwards 0.5s ease;
}
@keyframes jump {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 840px) {
  .mirror_float {
    width: 110px;
  }
}

.hidden_box {
  width: 100%;
  overflow-x: clip;
}

.h2_cd {
  color: #fff;
  filter: drop-shadow(0 0 10px #fff);
  text-align: center;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5rem;
}

#count_down .inner > p {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto;
}
#count_down .inner > p::before, #count_down .inner > p::after {
  content: "";
  background-image: url(images/title_arrow.webp);
  width: 90px;
  height: 90px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(0 0 10px #fff);
  animation: arrow_neon infinite ease 3s;
  transition: all 0.5s ease;
}
@keyframes arrow_neon {
  0%, 50% {
    background-image: url(images/title_arrow.webp);
  }
  25%, 75% {
    background-image: url(images/title_arrow2.webp);
  }
}
#count_down .inner > p::before {
  left: -75px;
}
#count_down .inner > p::after {
  right: -75px;
  transform: translateY(-50%) rotate(180deg);
}

.cdt_box {
  display: flex;
  flex-flow: row wrap;
  max-width: 1000px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1048px;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 60px;
  background-color: #000;
  animation: neon1 infinite 5s ease;
  transition: all 0.5s ease;
}
.cdt_box #CDT {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-around;
}
.cdt_box #CDT p {
  color: #fff;
  filter: drop-shadow(0 0 5px #fff);
  font-size: 14rem;
  width: calc((100% - 12rem) / 4);
  line-height: 1;
  text-align: center;
  padding-bottom: 2rem;
}
.cdt_box span {
  font-size: 2.8rem;
  width: 25%;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
}

@keyframes neon1 {
  0%, 5%, 10% {
    box-shadow: inset 0 0 8px 0 #2069ff, 0 0 8px 0 #2069ff, 0 0 3px 0px #2069ff, 0 0 3px 0 #2069ff;
  }
  2.5%, 7.5% {
    box-shadow: inset 0 0 12px 1px #2069ff, 0 0 12px 1px #2069ff, 0 0 0px 0px #2069ff, 0 0 16px 2px #2069ff;
  }
  50%, 100% {
    box-shadow: inset 0 0 15px 2px #2069ff, 0 0 15px 2px #2069ff, 0 0 0px 0px #2069ff, 0 0 16px 2px #2069ff;
  }
}
footer {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
footer p {
  width: 90%;
  text-align: center;
  color: #fff;
}

/*タブ切り替え*/
#guest .tab_layout {
  z-index: 1;
  width: 800px;
  display: flex;
  flex-flow: row wrap;
  flex-flow: row;
  position: relative;
  margin: 5rem auto 4rem;
  -webkit-clip-path: polygon(2.7% 0%, 97.3% 0%, 100% 20%, 100% 85%, 97.3% 100%, 2.7% 100%, 0% 80%, 0% 20%);
          clip-path: polygon(2.7% 0%, 97.3% 0%, 100% 20%, 100% 85%, 97.3% 100%, 2.7% 100%, 0% 80%, 0% 20%);
  background-color: #fff;
}
#guest .tab_layout .move_slider {
  width: 33.3333333333%;
  -webkit-clip-path: polygon(8% 0%, 92% 0%, 100% 20%, 100% 80%, 92% 100%, 8% 100%, 0% 80%, 0% 20%);
          clip-path: polygon(8% 0%, 92% 0%, 100% 20%, 100% 80%, 92% 100%, 8% 100%, 0% 80%, 0% 20%);
  background-color: #ff182c;
  height: calc(100% - 6px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(3px, -50%);
  transition: all 0.5s ease;
}
#guest .tab_layout .tab_01,
#guest .tab_layout .tab_02,
#guest .tab_layout .tab_03 {
  font-size: 4rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  z-index: 1;
  transition: all 0.5s ease;
  cursor: pointer;
  color: #7a7a7a;
  text-align: center;
  line-height: 1.2;
}
#guest .tab_layout .tab_01.active,
#guest .tab_layout .tab_02.active,
#guest .tab_layout .tab_03.active {
  color: #fff;
}
@media screen and (max-width: 840px) {
  #guest .tab_layout .tab_01,
  #guest .tab_layout .tab_02,
  #guest .tab_layout .tab_03 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 540px) {
  #guest .tab_layout .tab_01,
  #guest .tab_layout .tab_02,
  #guest .tab_layout .tab_03 {
    font-size: 1.8rem;
  }
}
#guest .tab_layout .tab_01.active ~ .move_slider {
  transform: translate(3px, -50%);
}
#guest .tab_layout .tab_02.active ~ .move_slider {
  transform: translate(100%, -50%);
}
#guest .tab_layout .tab_03.active ~ .move_slider {
  transform: translate(calc(200% - 3px), -50%);
}
@media screen and (max-width: 840px) {
  #guest .tab_layout {
    width: 90%;
  }
}
#guest .guest_wrap {
  justify-content: center;
}

.tab_content {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tab_content [class^=content_tab0] {
  height: 0;
  opacity: 0;
  z-index: -100;
  transition: all 0.5s ease;
}
.tab_content [class^=content_tab0].active {
  opacity: 1;
  z-index: 1;
  height: auto;
}

#contents {
  padding-top: 0;
}
#contents .guest_item::before {
  background-image: url(images/guest_arrow.webp);
}
#contents .guest_item .photo:before {
  background-image: url(images/ph_hover-p2.webp);
}
#contents .guest_item:hover::before {
  background-image: url(images/guest_arrow_p.webp);
}
#contents .anchortab_layout_wrap {
  position: sticky;
  top: 50px;
  z-index: 100;
  margin-bottom: -80px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}
#contents .anchortab_layout_wrap .anchortab_layout {
  width: 800px;
  display: flex;
  flex-flow: row wrap;
  flex-flow: row;
  margin: 0 auto;
  -webkit-clip-path: polygon(2.7% 0%, 97.3% 0%, 100% 20%, 100% 85%, 97.3% 100%, 2.7% 100%, 0% 80%, 0% 20%);
          clip-path: polygon(2.7% 0%, 97.3% 0%, 100% 20%, 100% 85%, 97.3% 100%, 2.7% 100%, 0% 80%, 0% 20%);
  background-color: #efefef;
}
#contents .anchortab_layout_wrap .anchortab_layout .anchor_move_slider {
  width: 33.3333333333%;
  -webkit-clip-path: polygon(8% 0%, 92% 0%, 100% 20%, 100% 80%, 92% 100%, 8% 100%, 0% 80%, 0% 20%);
          clip-path: polygon(8% 0%, 92% 0%, 100% 20%, 100% 80%, 92% 100%, 8% 100%, 0% 80%, 0% 20%);
  background-color: #ff182c;
  height: calc(100% - 6px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(3px, -50%);
  transition: all 0.5s ease;
}
#contents .anchortab_layout_wrap .anchortab_layout .anchortab_01,
#contents .anchortab_layout_wrap .anchortab_layout .anchortab_02,
#contents .anchortab_layout_wrap .anchortab_layout .anchortab_03 {
  font-size: 4rem;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  z-index: 1;
  transition: all 0.5s ease;
  cursor: pointer;
  color: #7a7a7a;
}
#contents .anchortab_layout_wrap .anchortab_layout .anchortab_01.anchor_active,
#contents .anchortab_layout_wrap .anchortab_layout .anchortab_02.anchor_active,
#contents .anchortab_layout_wrap .anchortab_layout .anchortab_03.anchor_active {
  color: #fff;
}
#contents .anchortab_layout_wrap .anchortab_layout .anchortab_01 span,
#contents .anchortab_layout_wrap .anchortab_layout .anchortab_02 span,
#contents .anchortab_layout_wrap .anchortab_layout .anchortab_03 span {
  font-size: 2.5rem;
  padding-top: 10px;
  padding-left: 5px;
}
@media screen and (max-width: 540px) {
  #contents .anchortab_layout_wrap .anchortab_layout .anchortab_01 span,
  #contents .anchortab_layout_wrap .anchortab_layout .anchortab_02 span,
  #contents .anchortab_layout_wrap .anchortab_layout .anchortab_03 span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 540px) {
  #contents .anchortab_layout_wrap .anchortab_layout .anchortab_01,
  #contents .anchortab_layout_wrap .anchortab_layout .anchortab_02,
  #contents .anchortab_layout_wrap .anchortab_layout .anchortab_03 {
    font-size: 3rem;
  }
}
#contents .anchortab_layout_wrap .anchortab_layout .anchortab_01.anchor_active ~ .anchor_move_slider {
  transform: translate(3px, -50%);
  background: linear-gradient(to right, #e02c11, #fc7a07);
}
#contents .anchortab_layout_wrap .anchortab_layout .anchortab_02.anchor_active ~ .anchor_move_slider {
  transform: translate(100%, -50%);
  background: linear-gradient(to right, #1333a2, #00bdff);
}
#contents .anchortab_layout_wrap .anchortab_layout .anchortab_03.anchor_active ~ .anchor_move_slider {
  transform: translate(calc(200% - 3px), -50%);
  background: linear-gradient(to right, #7913eb, #fc2df0);
}
@media screen and (max-width: 840px) {
  #contents .anchortab_layout_wrap .anchortab_layout {
    width: 90%;
  }
}

#program {
  padding-bottom: 0;
}
#program .cloud:nth-of-type(4) {
  background-color: rgba(252, 122, 7, 0.5);
}
#program .anchortab_layout {
  width: 800px;
  display: flex;
  flex-flow: row wrap;
  flex-flow: row;
  position: relative;
  border-radius: 50px;
  margin: 5rem auto 4rem;
  position: sticky;
  top: 50px;
  z-index: 100;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
#program .anchortab_layout .anchor_move_slider {
  width: 33.3333333333%;
  background-color: #000;
  border-radius: 50px;
  height: calc(100% - 6px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(3px, -50%);
  transition: all 0.5s ease;
}
#program .anchortab_layout .anchortab_01,
#program .anchortab_layout .anchortab_02,
#program .anchortab_layout .anchortab_03 {
  font-size: 4rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
  width: 33.3333333333%;
  z-index: 1;
  transition: all 0.5s ease;
  cursor: pointer;
  color: #000;
  transform: translateY(2px);
}
#program .anchortab_layout .anchortab_01 span,
#program .anchortab_layout .anchortab_02 span,
#program .anchortab_layout .anchortab_03 span {
  font-size: 3rem;
}
#program .anchortab_layout .anchortab_01.anchor_active, #program .anchortab_layout .anchortab_01.anchor_active2,
#program .anchortab_layout .anchortab_02.anchor_active,
#program .anchortab_layout .anchortab_02.anchor_active2,
#program .anchortab_layout .anchortab_03.anchor_active,
#program .anchortab_layout .anchortab_03.anchor_active2 {
  color: #fff;
}
#program .anchortab_layout .anchortab_01.anchor_active ~ .anchor_move_slider, #program .anchortab_layout .anchortab_01.anchor_active2 ~ .anchor_move_slider {
  transform: translate(3px, -50%);
}
#program .anchortab_layout .anchortab_02.anchor_active ~ .anchor_move_slider, #program .anchortab_layout .anchortab_02.anchor_active2 ~ .anchor_move_slider {
  transform: translate(100%, -50%);
}
#program .anchortab_layout .anchortab_03.anchor_active ~ .anchor_move_slider, #program .anchortab_layout .anchortab_03.anchor_active2 ~ .anchor_move_slider {
  transform: translate(calc(200% - 3px), -50%);
}

[id^=content_anchor0] {
  position: relative;
  padding: 10rem 0;
}
[id^=content_anchor0] h4 {
  font-size: 3rem;
  padding: 0.5rem 4rem;
  border-radius: 50px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(150px);
}
[id^=content_anchor0] h4::before {
  content: "";
  width: 150px;
  height: 2px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
[id^=content_anchor0] h4 span {
  font-size: 2rem;
  margin-left: 1rem;
}
[id^=content_anchor0]::before, [id^=content_anchor0]::after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
}
[id^=content_anchor0]::after {
  top: initial;
  bottom: 0;
  right: initial;
  left: 0;
}
[id^=content_anchor0] .inner {
  z-index: 1;
  max-width: 1200px;
  position: relative;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}
[id^=content_anchor0] .inner .content_yokai {
  position: absolute;
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 540px) {
  [id^=content_anchor0] .inner .content_yokai {
    width: 150px;
    height: 150px;
  }
}
[id^=content_anchor0] .inner .content_yokai img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
[id^=content_anchor0] .item {
  width: 100%;
  height: auto;
  position: relative;
  margin: 5rem auto;
  padding: 3rem 5rem;
  background-color: #fff;
  filter: drop-shadow(5px 5px 5px #000);
  flex-flow: column;
  -webkit-clip-path: polygon(2% 0%, 98% 0%, 100% 3%, 100% 97%, 98% 100%, 2% 100%, 0% 97%, 0% 3%);
          clip-path: polygon(2% 0%, 98% 0%, 100% 3%, 100% 97%, 98% 100%, 2% 100%, 0% 97%, 0% 3%);
}
[id^=content_anchor0] .item p {
  color: #0f1e63 !important;
  font-size: 2.2rem;
  position: relative;
}
[id^=content_anchor0] .item p.guest_title {
  font-size: 1.8rem;
  background-color: #000;
  color: #fff !important;
  padding-left: 10px;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
[id^=content_anchor0] .item p.time {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
[id^=content_anchor0] .item p.title {
  font-weight: 500;
  padding-bottom: 5px;
  position: relative;
}
[id^=content_anchor0] .item p.title::before {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}
[id^=content_anchor0] .item p.txt {
  font-size: 1.5rem;
  line-height: 1.6;
}
[id^=content_anchor0] .item p.time, [id^=content_anchor0] .item p.title, [id^=content_anchor0] .item p.txt {
  margin-bottom: 2.5rem;
}
[id^=content_anchor0] .item .guest_wrap {
  gap: 1rem;
  justify-content: center;
}
[id^=content_anchor0] .item .guest_wrap .guest_item {
  width: calc((100% - 5rem) / 6);
}
@media screen and (max-width: 840px) {
  [id^=content_anchor0] .item .guest_wrap .guest_item {
    width: calc((100% - 2rem) / 3);
  }
}
[id^=content_anchor0] .item.is-reporter {
  background-color: #e9ff79;
}
[id^=content_anchor0] .item.is-reporter p {
  color: #757575 !important;
}
[id^=content_anchor0] .item.is-reporter p.title {
  display: none;
}
[id^=content_anchor0] .item.is-reporter p.title ::before {
  background: #333 !important;
}
[id^=content_anchor0] .item.is-reporter p.txt {
  display: none;
}
[id^=content_anchor0] .item.is-reporter p.guest_title {
  color: #fff !important;
  background: #333 !important;
}
[id^=content_anchor0] .guest_item .photo img:hover {
  transform: rotate(-10deg);
}
[id^=content_anchor0] .guest_item .photo::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 15px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#content_anchor01 {
  background-color: rgba(252, 119, 7, 0.5);
}
#content_anchor01 .guest_title {
  background: linear-gradient(to right, #e02c11, #fc7a07);
}
#content_anchor01 .title::before {
  background: linear-gradient(to right, #e02c11, #fc7a07);
}
#content_anchor01 .content_yokai {
  right: 0;
  top: 0;
  z-index: 1;
  transform: translate(30%, -30%);
}

#content_anchor02 {
  background: linear-gradient(to bottom, rgba(18, 57, 166, 0.5), rgba(3, 170, 242, 0.5));
}
#content_anchor02 .guest_title {
  background: linear-gradient(to right, #1333a2, #00bdff);
}
#content_anchor02 .title::before {
  background: linear-gradient(to right, #1333a2, #00bdff);
}
#content_anchor02 .content_yokai {
  left: 0px;
  top: 0;
  transform: translate(-40%, -70%);
}

#content_anchor03 {
  background: linear-gradient(to bottom, rgba(146, 24, 236, 0.5), rgba(252, 45, 240, 0.5));
}
#content_anchor03 .guest_title {
  background: linear-gradient(to right, #7913eb, #fc2df0);
}
#content_anchor03 .title::before {
  background: linear-gradient(to right, #7913eb, #fc2df0);
}
#content_anchor03 .content_yokai {
  right: 0;
  top: 0;
  z-index: 1;
  transform: translate(30%, -60%);
}

.guest_wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  margin-top: 2rem;
  justify-content: start;
  z-index: 1;
}
.guest_wrap.mc {
  justify-content: center;
}
.guest_wrap.mc .guest_item .photo::before {
  background-image: url(images/ph_hover-b2.webp);
}
.guest_wrap.mc .guest_item:hover::before {
  background-image: url(images/guest_arrow_b.webp);
}
@media screen and (max-width: 540px) {
  .guest_wrap.four {
    gap: 1rem !important;
  }
}
.guest_wrap.four .guest_item {
  width: calc((100% - 6rem) / 4);
}
@media screen and (max-width: 540px) {
  .guest_wrap.four .guest_item {
    width: calc((100% - 2rem) / 3);
  }
  .guest_wrap.four .guest_item .name {
    font-size: 1.4rem !important;
  }
}
.guest_wrap.four .guest_item::before {
  background-image: url(images/guest_arrow.webp);
}
.guest_wrap.four .guest_item .photo:before {
  background-image: url(images/ph_hover-p2.webp);
}
.guest_wrap.four .guest_item:hover::before {
  background-image: url(images/guest_arrow_p.webp);
}
.guest_wrap .guest_item {
  display: block;
  width: calc((100% - 4rem) / 3);
  transition: all 0.5s ease;
  position: relative;
}
.guest_wrap .guest_item .photo {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1/1.184;
  position: relative;
  position: relative;
}
.guest_wrap .guest_item .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  transition: all 0.5s ease;
  -webkit-mask-image: url(images/guest_mask.webp);
          mask-image: url(images/guest_mask.webp);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: top;
          mask-position: top;
  z-index: 0;
}
.guest_wrap .guest_item .photo:before, .guest_wrap .guest_item .photo:after {
  content: "";
  background-image: url(images/ph_hover-r2.webp);
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
  transform: scale(1.25);
}
.guest_wrap .guest_item .photo:after {
  background-image: url(images/ph_hover-r.webp);
  z-index: 2;
}
.guest_wrap .guest_item .photo:hover:before, .guest_wrap .guest_item .photo:hover:after {
  top: -10px;
  left: -10px;
  opacity: 1;
}
.guest_wrap .guest_item .name,
.guest_wrap .guest_item .shoulder {
  text-align: center;
  color: #fff;
}
.guest_wrap .guest_item .name {
  font-size: 1.8rem;
  margin-top: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 540px) {
  .guest_wrap .guest_item .name {
    font-size: 1.4rem;
  }
}
.guest_wrap .guest_item .shoulder {
  font-size: 1.4rem;
  font-weight: normal;
  word-break: keep-all;
}
@media screen and (max-width: 540px) {
  .guest_wrap .guest_item .shoulder {
    font-size: 1.2rem;
  }
}
.guest_wrap .guest_item::before {
  content: "";
  background-image: url(images/guest_arrow.webp);
  width: 100%;
  aspect-ratio: 1/1.184;
  background-position: right 5% top 95%;
  background-size: 40px;
  z-index: 2;
  position: absolute;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}
@media screen and (max-width: 840px) {
  .guest_wrap .guest_item::before {
    background-size: 30px;
  }
}
.guest_wrap .guest_item.no_link::before {
  content: none;
}
.guest_wrap .guest_item.no_link.photo::before, .guest_wrap .guest_item.no_link.photo::after {
  content: none;
}
.guest_wrap .guest_item:hover::before {
  transform: translate(-10px, -10px);
  background-image: url(images/guest_arrow_r.webp);
}

.guest_window {
  width: 100%;
  height: 100%;
  padding: 5rem;
}
.guest_window p {
  margin-bottom: 2rem;
}

.guest_photo {
  width: 200px;
}
.guest_photo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}

.txt_field {
  flex: 1;
  padding-left: 5rem;
}

.sub_t {
  font-size: 2rem;
}

.profile {
  width: 100%;
}

#fancybox-outer {
  border-radius: 10px;
}

#fancybox-content {
  border-radius: 10px;
  overflow: hidden;
}
#fancybox-content html {
  margin-top: 0 !important;
}

#fancybox-frame {
  border-radius: 10px;
}

h3 {
  display: flex;
  flex-flow: row wrap;
  flex-flow: column;
  align-items: center;
  color: #fff;
  font-size: 4.5rem;
  margin: 8rem auto;
  margin-top: 10rem !important;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 540px) {
  h3 {
    font-size: 3rem;
  }
}
h3 span {
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.5));
  text-align: center;
}
h3 .icon {
  width: 160px;
  position: relative;
  filter: none;
}
@media screen and (max-width: 540px) {
  h3 .icon {
    width: 90px;
  }
}
h3 .icon .icon_back {
  position: absolute;
  top: 0;
  left: 0;
  animation: icon_back infinite ease 3s;
}
@keyframes icon_back {
  0%, 50% {
    opacity: 0.1;
  }
  25%, 75% {
    opacity: 1;
  }
}
h3 .en_txt {
  font-size: 2.2rem;
  margin-top: 10px;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.main_mc_wrap {
  position: relative;
}
.main_mc_wrap .inner {
  gap: 8rem;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.main_mc_wrap:before {
  content: "";
  width: 100vw;
  height: 250px;
  background-image: url(image/check02.webp);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50vw, -50%);
}
.main_mc_wrap .guest_item {
  width: calc((100% - 8rem) / 2);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  aspect-ratio: 773/1237;
}
.main_mc_wrap .guest_item .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
  aspect-ratio: 31/44;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
.main_mc_wrap .guest_item .photo img {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.main_mc_wrap .guest_item .photo.ignition {
  transform: rotate(-10deg);
}
.main_mc_wrap .guest_item .photo::before {
  content: "";
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 95px;
  right: 15px;
  z-index: 2;
  opacity: 0.8;
}
.main_mc_wrap .guest_item:hover .photo {
  transform: rotate(-10deg);
}
.main_mc_wrap .guest_item .txt {
  display: flex;
  flex-flow: column;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  width: 100%;
}
.main_mc_wrap .guest_item .txt span {
  text-align: center;
  color: #fff !important;
}

.live_streaming_mc_wrap {
  gap: 6rem;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.live_streaming_mc_wrap .guest_item {
  width: calc((100% - 12rem) / 3);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  aspect-ratio: 773/1237;
}
.live_streaming_mc_wrap .guest_item .photo {
  position: absolute;
  top: -38px;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
  aspect-ratio: 31/44;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
.live_streaming_mc_wrap .guest_item .photo img {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.live_streaming_mc_wrap .guest_item .photo.ignition {
  transform: rotate(-10deg);
}
.live_streaming_mc_wrap .guest_item .photo::before {
  content: "";
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 95px;
  right: 15px;
  z-index: 2;
  opacity: 0.8;
}
.live_streaming_mc_wrap .guest_item:hover .photo {
  transform: rotate(-10deg);
}
.live_streaming_mc_wrap .guest_item .txt {
  display: flex;
  flex-flow: column;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  width: 100%;
  justify-content: center;
  height: 70px;
}
.live_streaming_mc_wrap .guest_item .txt span {
  text-align: center;
  color: #fff !important;
}

/*スライダー*/
.slick-track {
  display: flex !important;
  justify-content: center;
}

.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; /*ドットボタンの現在地表示の色*/
}

.sp_block {
  display: none;
}

.pc_block {
  display: block;
}

/*ここまで*/
.reporter_icon {
  max-width: 300px;
  margin-top: 2rem;
}

.youtube_cont {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  margin: 5rem 0 10rem;
  padding: 2rem;
  border-radius: 25px;
  border: 4px solid #ddd;
  background-color: #fff;
  filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.5));
}
.youtube_cont .youtube_item {
  width: calc((100% - 15px) / 2);
}
.youtube_cont .youtube_item::before {
  content: none;
}
@media screen and (max-width: 840px) {
  .youtube_cont .youtube_item {
    width: 100%;
  }
}
.youtube_link {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  width: 100%;
}

.youtube_link iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fix_back {
  position: fixed;
  z-index: -100;
  width: 100%;
  height: 100lvh;
  top: 0;
}
.fix_back video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fix_back::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  mix-blend-mode: multiply;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}

#top-image-wrap {
  background-color: #000;
  padding: 0;
}

#date_venue .date_venue_inner {
  background: linear-gradient(to bottom, #2ccfc0, #fff, #0089d0);
  padding: 100px 0;
}
@media screen and (max-width: 540px) {
  #date_venue .date_venue_inner {
    padding: 30px 0;
  }
}

#date_venue h2,
#program h2 {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 7rem;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 100px;
  position: relative;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 540px) {
  #date_venue h2,
  #program h2 {
    font-size: 4rem;
  }
}
#date_venue h2 span,
#program h2 span {
  font-size: 4rem;
}
@media screen and (max-width: 540px) {
  #date_venue h2 span,
  #program h2 span {
    font-size: 3rem;
  }
}
#date_venue h2::after,
#program h2::after {
  content: "";
  background-image: url(images/title_cloud.webp);
  width: 570px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 540px) {
  #date_venue h2::after,
  #program h2::after {
    width: 300px;
    height: 30px;
  }
}

.year_month {
  color: #fff;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  filter: drop-shadow(0 0 5px #000);
  font-size: 4.5rem;
}

.date_layout > .df_row {
  width: 100%;
  justify-content: center;
  gap: 50px;
  max-width: 900px;
  margin: 50px auto;
}
@media screen and (max-width: 540px) {
  .date_layout > .df_row {
    flex-flow: column;
    gap: 10px;
  }
}

.bs_day,
.gn_day,
.venue_layout {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  padding: 35px;
  background-color: #000;
  position: relative;
  border-radius: 30px;
  border: 2px solid #fff;
}
.bs_day .date_num,
.gn_day .date_num,
.venue_layout .date_num {
  text-align: center;
  font-size: 18rem;
  line-height: 1;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #fff);
}
.bs_day .date_num span,
.gn_day .date_num span,
.venue_layout .date_num span {
  font-size: 4rem;
  display: block;
}
.bs_day .date_category,
.gn_day .date_category,
.venue_layout .date_category {
  background-color: #00c48c;
  padding: 5px 10px;
  font-size: 2.5rem;
  text-align: center;
}
.bs_day .yokai,
.gn_day .yokai,
.venue_layout .yokai {
  position: absolute;
}
@media screen and (max-width: 540px) {
  .bs_day,
  .gn_day,
  .venue_layout {
    width: 100% !important;
    padding: 20px !important;
  }
}

.bs_day {
  width: calc((100% - 50px) / 3);
  animation: neon2 infinite 5s ease;
}
.bs_day .yokai {
  width: 180px;
  left: -100px;
  top: -95px;
  transform: rotate(35deg);
}
@media screen and (max-width: 540px) {
  .bs_day .yokai {
    width: 140px;
    left: -60px;
    top: 25px;
  }
}
@keyframes neon2 {
  0%, 5%, 10% {
    box-shadow: inset 0 0 8px 0 #00c48c, 0 0 8px 0 #00c48c, 0 0 3px 0px #00c48c, 0 0 3px 0 #00c48c;
  }
  2.5%, 7.5% {
    box-shadow: inset 0 0 12px 1px #00c48c, 0 0 12px 1px #00c48c, 0 0 0px 0px #00c48c, 0 0 16px 2px #00c48c;
  }
  50%, 100% {
    box-shadow: inset 0 0 15px 2px #00c48c, 0 0 15px 2px #00c48c, 0 0 0px 0px #00c48c, 0 0 16px 2px #00c48c;
  }
}

.gn_day {
  width: calc((100% - 50px) / 3 * 2);
  animation: neon3 infinite 5s ease 2.5s;
}
.gn_day .yokai {
  width: 200px;
  top: -100px;
  right: -110px;
  transform: scale(-1, 1) rotate(-25deg);
}
@media screen and (max-width: 540px) {
  .gn_day .yokai {
    width: 140px;
    top: -70px;
    right: -50px;
  }
}
.gn_day .df_row {
  width: 100%;
  justify-content: center;
  gap: 50px;
}
.gn_day .date_category {
  background-color: #f26b31;
}
@keyframes neon3 {
  0%, 5%, 10% {
    box-shadow: inset 0 0 8px 0 #f26b31, 0 0 8px 0 #f26b31, 0 0 3px 0px #f26b31, 0 0 3px 0 #f26b31;
  }
  2.5%, 7.5% {
    box-shadow: inset 0 0 12px 1px #f26b31, 0 0 12px 1px #f26b31, 0 0 0px 0px #f26b31, 0 0 16px 2px #f26b31;
  }
  50%, 100% {
    box-shadow: inset 0 0 15px 2px #f26b31, 0 0 15px 2px #f26b31, 0 0 0px 0px #f26b31, 0 0 16px 2px #f26b31;
  }
}

.venue_layout {
  animation: neon4 infinite 5s ease 4s;
}
@keyframes neon4 {
  0%, 5%, 10% {
    box-shadow: inset 0 0 8px 0 #ff2cc7, 0 0 8px 0 #ff2cc7, 0 0 3px 0px #ff2cc7, 0 0 3px 0 #ff2cc7;
  }
  2.5%, 7.5% {
    box-shadow: inset 0 0 12px 1px #ff2cc7, 0 0 12px 1px #ff2cc7, 0 0 0px 0px #ff2cc7, 0 0 16px 2px #ff2cc7;
  }
  50%, 100% {
    box-shadow: inset 0 0 15px 2px #ff2cc7, 0 0 15px 2px #ff2cc7, 0 0 0px 0px #ff2cc7, 0 0 16px 2px #ff2cc7;
  }
}
.venue_layout .yokai {
  width: 260px;
  right: -130px;
  top: -66px;
}
@media screen and (max-width: 540px) {
  .venue_layout .yokai {
    width: 160px;
    right: -80px;
    top: -56px;
  }
}
.venue_layout .venue {
  font-size: 4.8rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .venue_layout .venue {
    font-size: 3rem;
  }
}
.venue_layout .venue .big_venue {
  font-size: 2.5rem;
  padding-left: 20px;
}
@media screen and (max-width: 540px) {
  .venue_layout .venue .big_venue {
    display: block;
    font-size: 2rem;
  }
}

.link_btn {
  width: 322px;
  height: 70px;
  background: linear-gradient(#b314bf, #ff2cc7);
  -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 20%, 100% 85%, 95% 100%, 5% 100%, 0% 80%, 0% 20%);
          clip-path: polygon(5% 0%, 95% 0%, 100% 20%, 100% 85%, 95% 100%, 5% 100%, 0% 80%, 0% 20%);
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 2.5rem;
  justify-content: center;
  position: relative;
  padding-right: 35px;
}
.link_btn::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(images/btn_arrow.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 33%;
  background-position: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 540px) {
  .link_btn {
    width: 100%;
  }
}

#yokai_slider_wrap {
  overflow: initial;
}
#yokai_slider_wrap .yokai {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  animation: dokuro 15s infinite;
}
@keyframes dokuro {
  0% {
    transform: translate(150%, -50%) rotate(-20deg);
  }
  37% {
    transform: translate(0) rotate(0);
  }
  40% {
    transform: translate(0) rotate(10deg);
  }
  60% {
    transform: translate(0) rotate(-10deg);
  }
  63% {
    transform: translate(0) rotate(0);
  }
  100% {
    transform: translate(-150%, -50%) rotate(20deg);
  }
}
#yokai_slider_wrap .yokai_slider {
  margin-top: -5%;
  width: 100%;
  transition-timing-function: linear;
  align-items: center;
}
#yokai_slider_wrap .yokai_slider .swiper-slide {
  height: 100%;
  transition: all 0.5s ease;
  animation-name: flow;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  transform: translateY(0);
}
#yokai_slider_wrap .yokai_slider .swiper-slide.up {
  animation-name: flow-rv;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  transform: translateY(-50%);
}
#yokai_slider_wrap .yokai_slider img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

@keyframes flow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10%);
  }
}
@keyframes flow-rv {
  0%, 100% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-60%);
  }
}
.yokai_slider .swiper-slide:nth-child(1) {
  animation-delay: -1s;
}

.yokai_slider .swiper-slide:nth-child(2) {
  animation-delay: -0.5s;
}

.yokai_slider .swiper-slide:nth-child(3) {
  animation-delay: 0s;
}

.yokai_slider .swiper-slide:nth-child(4) {
  animation-delay: 0.5s;
}

.yokai_slider .swiper-slide:nth-child(5) {
  animation-delay: 1s;
}

.yokai_slider .swiper-slide:nth-child(6) {
  animation-delay: 1.5s;
}

.yokai_slider .swiper-slide:nth-child(7) {
  animation-delay: 2s;
}

.yokai_slider .swiper-slide:nth-child(8) {
  animation-delay: 2.5s;
}

.yokai_slider .swiper-slide:nth-child(9) {
  animation-delay: 3s;
}

.yokai_slider .swiper-slide:nth-child(10) {
  animation-delay: 3.5s;
}

.yokai_slider .swiper-slide:nth-child(11) {
  animation-delay: 4s;
}

.yokai_slider .swiper-slide:nth-child(12) {
  animation-delay: 4.5s;
}

.yokai_slider .swiper-slide:nth-child(13) {
  animation-delay: 5s;
}

.yokai_slider .swiper-slide:nth-child(14) {
  animation-delay: 5.5s;
}

.program_inner {
  background: linear-gradient(to bottom, #0089d0, #fff, #2ccfc0);
}

.out_cloud {
  z-index: 1;
  position: absolute;
  left: 0;
  transform: translate(-30%, 0);
}
.out_cloud:nth-of-type(2n) {
  left: initial;
  right: 0;
  transform: translate(30%, 0);
}
#count_down .out_cloud:nth-of-type(2) {
  top: 50%;
}
#date_venue .out_cloud {
  top: 20%;
}
#date_venue .out_cloud:nth-of-type(2) {
  top: 50%;
  z-index: 0;
}
@media screen and (max-width: 540px) {
  #date_venue .out_cloud:nth-of-type(2) {
    top: 30%;
  }
}
#guest .out_cloud:nth-of-type(2) {
  top: 20%;
}
#guest .out_cloud:nth-of-type(3) {
  top: 40%;
}
#guest .out_cloud:nth-of-type(4) {
  top: 60%;
}
#guest .out_cloud:nth-of-type(5) {
  top: 80%;
}
#program .out_cloud {
  top: 20%;
}
#program .out_cloud:nth-of-type(2) {
  top: 50%;
}
#contents .out_cloud:nth-of-type(1) {
  top: 10%;
}
#contents .out_cloud:nth-of-type(2) {
  top: 16.1538%;
}
#contents .out_cloud:nth-of-type(3) {
  top: 22.3076%;
}
#contents .out_cloud:nth-of-type(4) {
  top: 28.4614%;
}
#contents .out_cloud:nth-of-type(5) {
  top: 34.6152%;
}
#contents .out_cloud:nth-of-type(6) {
  top: 40.769%;
}
#contents .out_cloud:nth-of-type(7) {
  top: 46.9228%;
}
#contents .out_cloud:nth-of-type(8) {
  top: 53.0766%;
}
#contents .out_cloud:nth-of-type(9) {
  top: 59.2304%;
}
#contents .out_cloud:nth-of-type(10) {
  top: 65.3842%;
}
#contents .out_cloud:nth-of-type(11) {
  top: 71.538%;
}
#contents .out_cloud:nth-of-type(12) {
  top: 77.6918%;
}
#contents .out_cloud:nth-of-type(13) {
  top: 83.8456%;
}
#contents .out_cloud:nth-of-type(14) {
  top: 89.9994%;
}
@media screen and (max-width: 840px) {
  .out_cloud {
    width: 30vw;
  }
}

/*レスポンシブ*/
@media screen and (max-width: 840px) {
  .sp_block {
    display: block;
  }
  .pc_block {
    display: none;
  }
  .cdt_box #CDT p {
    font-size: 10rem;
    width: calc((100% - 3rem) / 4);
  }
  .cdt_box #CDT {
    gap: 1rem;
  }
  .cdt_box span {
    font-size: 1.2rem;
  }
  .h2_box {
    flex-flow: column;
  }
  h2 .h2_line {
    position: absolute;
    top: 0;
    left: 102px;
    height: 87.5px;
  }
  #date_venue .inner {
    flex-flow: column;
  }
  #date_venue .left,
  #date_venue .right {
    width: 100%;
  }
  #date_venue .date_num {
    text-align: center;
    margin-top: 3rem;
    font-size: 6rem;
  }
  .h2_box p {
    font-size: 4rem;
  }
  #date_venue .year {
    font-size: 3rem;
  }
  #date_venue .left {
    border-right: none;
  }
  .tab_layout {
    margin-bottom: -2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .item_cont .inner {
    width: 100%;
  }
  .h2_box.white {
    flex-flow: row;
  }
  .h2_box.white h2 {
    margin-bottom: -8px;
    width: 40%;
  }
  .streaming_btn {
    width: 60%;
    margin: 0 auto;
    margin-top: 1rem;
  }
  .content_tab02 .item .left,
  .content_tab02 .item .right {
    width: 100%;
  }
  .item .right {
    margin-top: 5rem;
  }
  .content_tab03 .item .left,
  .content_tab03 .item .right,
  .content_tab04 .item .left,
  .content_tab04 .item .right,
  .content_tab05 .item .left,
  .content_tab05 .item .right {
    width: 100%;
  }
  .content_tab03 .item .title,
  .content_tab03 .item .txt,
  .content_tab04 .item .title,
  .content_tab04 .item .txt,
  .content_tab05 .item .title,
  .content_tab05 .item .txt {
    width: 100%;
  }
  .content_tab03 .item .title,
  .content_tab04 .item .title,
  .content_tab05 .item .title {
    font-size: 1.8rem;
  }
  footer {
    height: 100px;
  }
  #program .anchortab_layout {
    width: 90%;
  }
  .h2_cd {
    height: 70px;
  }
  [id^=content_anchor0] .item {
    flex-flow: column;
  }
  [id^=content_anchor0] .item .left,
  [id^=content_anchor0] .item .right {
    width: 100%;
  }
  [id^=content_anchor0] h4 {
    transform: translateX(70px);
  }
  .live_streaming_mc_wrap {
    gap: 1rem;
  }
  .live_streaming_mc_wrap .guest_item {
    width: calc((100% - 6rem) / 3);
  }
  .main_mc_wrap .inner {
    gap: 4rem;
  }
  .live_streaming_mc_wrap .guest_item .txt {
    bottom: 48px;
  }
}
@media screen and (max-width: 540px) {
  .sp_block {
    display: block;
  }
  .pc_block {
    display: none;
  }
  .cdt_box {
    padding: 10px;
    border-radius: 30px;
  }
  .cdt_box #CDT p {
    font-size: 4rem;
    width: calc((100% - 3rem) / 4);
  }
  .cdt_box #CDT {
    gap: 1rem;
  }
  .cdt_box span {
    font-size: 1.2rem;
  }
  h2 {
    padding-left: 0;
    padding-bottom: 0;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .h2_box {
    flex-flow: column;
  }
  #date_venue .inner {
    flex-flow: column;
  }
  #date_venue .left,
  #date_venue .right {
    width: 100%;
  }
  #date_venue .date_num {
    text-align: center;
    margin-top: 0rem;
    font-size: 13rem;
  }
  .h2_box p {
    font-size: 2rem;
  }
  #date_venue .year {
    font-size: 3rem;
  }
  #date_venue .left {
    border-right: none;
  }
  .item_cont .inner {
    width: 100%;
  }
  .h2_box.white {
    flex-flow: row;
  }
  .h2_box.white h2 {
    margin-bottom: -13px;
    width: 80%;
  }
  .streaming_btn {
    width: 100%;
    margin-top: 1rem;
  }
  .content_tab02 .item .left,
  .content_tab02 .item .right {
    width: 100%;
  }
  .guest_wrap .guest_item {
    width: calc((100% - 3rem) / 2);
  }
  .live_streaming_mc_wrap .guest_item .txt span {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .item .right {
    margin-top: 0;
  }
  .content_tab03 .item .left,
  .content_tab03 .item .right,
  .content_tab04 .item .left,
  .content_tab04 .item .right,
  .content_tab05 .item .left,
  .content_tab05 .item .right {
    width: 100%;
  }
  .content_tab03 .item .title,
  .content_tab03 .item .txt,
  .content_tab04 .item .title,
  .content_tab04 .item .txt,
  .content_tab05 .item .title,
  .content_tab05 .item .txt {
    width: 100%;
  }
  .content_tab03 .item .title,
  .content_tab04 .item .title,
  .content_tab05 .item .title {
    font-size: 1.8rem;
  }
  .mirror_float {
    transform: none;
    bottom: 20px;
    width: 95%;
    flex-flow: row;
    align-items: center;
    height: 90px;
    top: initial;
    right: 2.5%;
    box-shadow: inset 0 0 8px 0 #ff36bc, 0 0 8px 0 #ff36bc, 0 0 3px 3px #ff36bc, 0 0 3px 0 #ff36bc;
    animation: none;
    border-right: #fff 3px solid;
    border-radius: 15px;
  }
  footer {
    height: 100px;
  }
  .txt_field {
    margin-top: 3rem;
    padding-left: 0;
  }
  .guest_window .df_row {
    flex-flow: column;
  }
  .guest_photo img {
    height: auto;
  }
  h2 img {
    height: auto;
  }
  #count_down .inner > p {
    font-size: 2rem;
  }
  .date_num span {
    font-size: 1rem;
    font-weight: 100;
  }
  .date_category {
    margin-top: 2rem !important;
    font-size: 1.5rem;
    padding-top: 1rem;
  }
  .venue_layout {
    flex-flow: column;
    margin-bottom: 0;
  }
  .venue_layout .venue,
  .venue_layout .big_venue {
    width: 100%;
    padding: 0 !important;
    text-align: center !important;
  }
  #program .anchortab_layout .anchortab_01,
  #program .anchortab_layout .anchortab_02,
  #program .anchortab_layout .anchortab_03 {
    font-size: 2.2rem;
  }
  #program .anchortab_layout .anchortab_01 span,
  #program .anchortab_layout .anchortab_02 span,
  #program .anchortab_layout .anchortab_03 span {
    font-size: 1.6rem;
  }
  h3 {
    margin-top: 3rem !important;
  }
  .guest_wrap {
    gap: 5rem 3rem !important;
    justify-content: center;
  }
  [id^=content_anchor0] h4 {
    transform: translateX(30px);
  }
  [id^=content_anchor0] .item .left {
    padding-right: 0;
    margin-bottom: 40px;
  }
  [id^=content_anchor0] .guest_wrap {
    gap: 1rem !important;
  }
  [id^=content_anchor0] .guest_item {
    width: calc((100% - 1rem) / 2);
  }
  #program .anchortab_layout {
    top: 20px;
  }
  [id^=content_anchor0] .item p {
    font-size: 1.8rem;
  }
  [id^=content_anchor0] .item p.txt {
    font-size: 1.5rem;
  }
  [id^=content_anchor0] .item {
    padding: 2rem;
    -webkit-clip-path: polygon(2% 0%, 98% 0%, 101% 3%, 101% 97%, 97% 100%, 3% 100%, 0% 97%, 0% 2%);
            clip-path: polygon(2% 0%, 98% 0%, 101% 3%, 101% 97%, 97% 100%, 3% 100%, 0% 97%, 0% 2%);
  }
  .live_streaming_mc_wrap .guest_item .txt {
    bottom: 28px;
  }
  .main_mc_wrap .guest_item .txt {
    bottom: 25px;
  }
}
.txt-r {
  color: red;
}

#pamphlet .inner {
  max-width: 600px;
}
#pamphlet .inner .venue_layout p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 540px) {
  #pamphlet .inner .venue_layout p {
    font-size: 14px;
  }
}
#pamphlet .inner .venue_layout .link_btn {
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  #pamphlet .inner .venue_layout .link_btn {
    font-size: 2rem;
  }
}/*# sourceMappingURL=content.css.map */