@charset "UTF-8";
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
  color: #000;
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:active, a:hover {
  outline-width: 0;
}

.arial {
  font-family: Arial, sans-serif;
}

.hiragino {
  font-family: ヒラギノ角ゴ ProN, ヒラギノ角ゴシック, 游ゴシック, 游ゴシック体, メイリオ, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, YuGothic, Meiryo, sans-serif;
}

.ryo-r {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ryo-m {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ryo-b {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media all and (min-width: 768px) {
  body {
    min-width: 1300px;
  }
}
/*-----------
ヘッダー・フッター
-----------*/
.g-header {
  position: fixed;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  height: 70px;
  left: 0;
  top: 0;
}
.g-header-menu {
  position: absolute;
  z-index: 20;
  width: 36px;
  height: 36px;
  right: 12px;
  top: 14px;
  border-radius: 18px;
  background-color: #fff;
}
.g-header-menu span {
  position: absolute;
  width: 16px;
  height: 2px;
  left: 10px;
  background-color: #000;
}
.g-header-menu span:nth-of-type(1) {
  top: 12px;
  transition: top 0.2s 0.2s, transform 0.2s 0s;
}
.g-header-menu span:nth-of-type(2) {
  top: 17px;
  transition: opacity 0s 0.2s;
}
.g-header-menu span:nth-of-type(3) {
  top: 22px;
  transition: top 0.2s 0.2s, transform 0.2s 0s;
}
.g-header-menu.is-open span:nth-of-type(1) {
  top: 17px;
  transform: rotate(33deg);
  transition: top 0.2s 0s, transform 0.2s 0.2s;
}
.g-header-menu.is-open span:nth-of-type(2) {
  opacity: 0;
}
.g-header-menu.is-open span:nth-of-type(3) {
  top: 17px;
  transform: rotate(-33deg);
  transition: top 0.2s 0s, transform 0.2s 0.2s;
}
.g-header-logo {
  position: absolute;
  z-index: 9;
  display: block;
  width: 35%;
  max-width: 130px;
  left: 10px;
  top: 10px;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.g-header-logo.is-show {
  opacity: 1;
  pointer-events: auto;
}
.g-header-logo.is-show:active {
  opacity: 0.65;
}
.g-header-logo2 {
  position: absolute;
  z-index: 9;
  display: block;
  width: 21.5%;
  max-width: 80px;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.g-header-logo2.is-show {
  opacity: 1;
  pointer-events: auto;
}
.g-header-logo2.is-show:active {
  opacity: 0.65;
}
.g-header-nav {
  position: absolute;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  right: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  background-color: rgba(0, 0, 0, 0.85);
  transition: opacity 0.5s;
}
.g-header-nav::-webkit-scrollbar {
  display: none;
}
.g-header-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}
.g-header-nav nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% + 1px);
  padding-bottom: 50px;
  font-size: min(4.2vw, 16px);
  line-height: 1;
  letter-spacing: 0.05em;
}
.g-header-nav-linktv {
  position: absolute;
  left: calc(50% - 40px);
  top: 10px;
  width: 80px;
}
.g-header-nav a {
  transition: opacity 0.3s;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.g-header-nav a:active {
  opacity: 0.65;
}
.g-header-nav a + a {
  margin-top: 2.5em;
}

@media all and (min-width: 768px) {
  .g-header {
    min-width: 1300px;
    height: 100px;
  }
  .g-header-menu {
    display: none;
  }
  .g-header-logo {
    z-index: 11;
    width: 187.5px;
    max-width: 187.5px;
    height: 40px;
    left: 20px;
  }
  .g-header-logo:hover {
    opacity: 0.65;
  }
  .g-header-logo2 {
    z-index: 11;
    width: 128px;
    max-width: 128px;
    height: 83.3px;
    top: 8px;
  }
  .g-header-logo2:hover {
    opacity: 0.65;
  }
  .g-header-nav {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
  }
  .g-header-nav.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .g-header-nav nav {
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 0 0 0 23px;
    font-size: 12px;
    letter-spacing: 0;
    filter: none;
  }
  .g-header-nav-linktv {
    display: none;
  }
  .g-header-nav a {
    margin-left: 0;
    margin-right: 30px;
    color: #000;
  }
  .g-header-nav a br {
    display: none;
  }
  .g-header-nav a:hover {
    opacity: 0.65;
  }
  .g-header-nav a + a {
    margin-top: 0;
  }
}
.g-footer {
  position: relative;
  z-index: 2;
  padding: 75px 0 calc(16px + 17%);
  background-color: #000;
}
.g-footer * {
  font-family: "ヒラギノ角ゴ ProN", ヒラギノ角ゴシック, メイリオ, 游ゴシック, 游ゴシック体, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, YuGothic, sans-serif;
}
.g-footer__logo {
  display: block;
  width: 95%;
  max-width: 320px;
  height: 54px;
  margin: 0 auto 74px;
}
.g-footer__copy {
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  display: block;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
}
.g-footer-content {
  width: 93.33333vw;
  margin: 0 auto 35px;
}
.g-footer-content__logo {
  display: block;
  width: 106px;
  height: 41px;
  margin: 0 auto 16px;
}
.g-footer-nav {
  width: 100%;
}
.g-footer-list {
  display: flex;
  max-width: 360px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
}
.g-footer-list-item + .g-footer-list-item {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.g-footer-list-item:nth-of-type(4), .g-footer .g-footer-list-item:nth-of-type(6) {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.g-footer-list-item__link {
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  display: block;
  letter-spacing: 0.02em;
  color: #fff;
}

@media all and (min-width: 768px) {
  .g-footer {
    min-width: 1300px;
    padding: 40px 0;
    background-color: #000;
  }
  .g-footer .lazy:before {
    transition: opacity 0.5s ease;
    opacity: 0;
  }
  .g-footer .lazy[data-loaded=true]:before {
    opacity: 1;
  }
  .g-footer__logo {
    display: block;
    width: 420px;
    max-width: 420px;
    height: 71px;
    margin: 0 auto 32px;
    transition: opacity 0.7s ease;
  }
  .g-footer__logo:hover {
    opacity: 0.5;
  }
  .g-footer__copy {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    display: block;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
  }
  .g-footer-content {
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .g-footer-content__logo {
    width: 105px;
    transition: opacity 0.7s ease;
    margin: 0;
  }
  .g-footer-content__logo:hover {
    opacity: 0.5;
  }
  .g-footer-nav {
    width: 500px;
  }
  .g-footer-list {
    display: flex;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0;
    max-width: none;
  }
  .g-footer-list-item + .g-footer-list-item {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #fff;
  }
  .g-footer-list-item:nth-of-type(5) {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .g-footer-list-item__link {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    display: block;
    letter-spacing: 0.02em;
    color: #fff;
  }
  .g-footer-list-item__link:hover {
    text-decoration: underline;
  }
}
/*-----------
メイン
-----------*/
.l-wrapper {
  position: relative;
  z-index: 1;
}

.l-bg {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-image: url(../images/back-sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media all and (min-width: 768px) {
  .l-bg {
    background-image: url(../images/back.png);
  }
  .c-main {
    overflow: hidden;
  }
}
.c-header {
  overflow: hidden;
}
.c-header_supporter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: max(45px, 10%) 0 3%;
}
.c-header_supporter > div {
  width: 27%;
  margin-right: 4%;
}
.c-header_supporter > div p {
  font-size: 8px;
}
.c-header_supporter .logo_win11 {
  width: 40%;
}
.c-header h1 {
  position: relative;
  width: 80vw;
  height: 45.56vw;
  margin: 0 auto -3%;
}
.c-header h1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.c-header h1 img.h1-3 {
  height: 27%;
}
.c-header_data {
  width: 53%;
  margin: 0 auto;
}
.c-header_img {
  position: relative;
  height: 70vw;
  -webkit-clip-path: polygon(0 -100%, 100% -100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 -100%, 100% -100%, 100% 100%, 0% 100%);
}
.c-header_img > img {
  position: absolute;
}
.c-header_img > img:first-of-type {
  width: 67%;
  top: -14vw;
  left: -15%;
  z-index: 1;
}
.c-header_img > img:nth-of-type(2) {
  width: 66%;
  bottom: -5%;
  left: 16%;
  z-index: 3;
}
.c-header_img > img:last-of-type {
  width: 55%;
  bottom: 0;
  right: -10%;
  z-index: 2;
}
.c-header_img-name > img {
  width: 33%;
  position: absolute;
  z-index: 4;
}
.c-header_img-name > img:first-of-type {
  left: 3%;
  top: 38%;
}
.c-header_img-name > img:nth-of-type(2) {
  left: 20%;
  top: 62%;
}
.c-header_img-name > img:last-of-type {
  right: 4%;
  top: 62%;
}
.c-header_img::after {
  content: "";
  position: absolute;
  z-index: 4;
  bottom: 1px;
  width: 100%;
  height: 4vw;
  background: linear-gradient(rgba(187, 221, 215, 0) 0%, rgb(187, 221, 215) 100%);
}
.c-header::after {
  content: "";
  width: 100%;
  height: 16vw;
  background-color: #BBDDD7;
  display: block;
  position: relative;
  margin-top: -1px;
}
.c-header.is-hide h1 {
  opacity: 0;
  transform: translateY(50%);
  filter: blur(20px);
  transition: opacity 1s 1.5s, transform 1s 1.5s, filter 1s 1.5s;
}
.c-header.is-hide h1 img {
  opacity: 0;
}
.c-header.is-hide h1 img.h1-1 {
  opacity: 1;
}
.c-header.is-hide h1 img.h1-2 {
  filter: blur(10px);
  transition: 0.7s 3s;
}
.c-header.is-hide h1 img.h1-3 {
  transform: rotateX(-810deg);
  transition: opacity 0.3s 2s ease-in, transform 0.6s 2s linear;
}
.c-header.is-hide h1 img.h1-5, .c-header.is-hide h1 img.h1-6, .c-header.is-hide h1 img.h1-7, .c-header.is-hide h1 img.h1-8, .c-header.is-hide h1 img.h1-9, .c-header.is-hide h1 img.h1-10 {
  transform: translateY(20%);
  transition: opacity 0.3s ease-in, transform 0.3s cubic-bezier(0, 0, 0.42, 2.22);
}
.c-header.is-hide h1 img.h1-5 {
  transition-delay: 2.5s;
}
.c-header.is-hide h1 img.h1-6 {
  transition-delay: 2.6s;
}
.c-header.is-hide h1 img.h1-7 {
  transition-delay: 2.7s;
}
.c-header.is-hide h1 img.h1-8 {
  transition-delay: 2.8s;
}
.c-header.is-hide h1 img.h1-9 {
  transition-delay: 2.9s;
}
.c-header.is-hide h1 img.h1-10 {
  transition-delay: 3s;
}
.c-header.is-hide .c-header_data {
  opacity: 0;
  filter: blur(15px);
  transition: 0.7s 4s;
}
.c-header.is-hide .c-header_img > img {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.c-header.is-hide .c-header_img-name img {
  opacity: 0;
  filter: blur(15px);
  transform: translateY(20%);
}
.c-header.is-hide .c-header_img-name img:nth-of-type(1) {
  transition: 0.7s 4.7s;
}
.c-header.is-hide .c-header_img-name img:nth-of-type(2) {
  transition: 0.7s 5.1s;
}
.c-header.is-hide .c-header_img-name img:nth-of-type(3) {
  transition: 0.7s 4.9s;
}
.c-header.is-show h1 {
  opacity: 1;
  transform: none;
  filter: blur(0px);
}
.c-header.is-show h1 img.h1-2 {
  opacity: 1;
  filter: blur(0px);
}
.c-header.is-show h1 img.h1-3 {
  opacity: 1;
  transform: rotateX(0deg);
}
.c-header.is-show h1 img.h1-5, .c-header.is-show h1 img.h1-6, .c-header.is-show h1 img.h1-7, .c-header.is-show h1 img.h1-8, .c-header.is-show h1 img.h1-9, .c-header.is-show h1 img.h1-10 {
  opacity: 1;
  transform: translateY(0);
}
.c-header.is-show .c-header_img > img {
  opacity: 1;
  animation: jello-horizontal 0.7s ease-in both;
}
.c-header.is-show .c-header_img > img.c-header_img1 {
  transition-delay: 0s;
  animation-delay: 0s;
}
.c-header.is-show .c-header_img > img.c-header_img2 {
  transition-delay: 1s;
  animation-delay: 1s;
}
.c-header.is-show .c-header_img > img.c-header_img3 {
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}
.c-header.is-show .c-header_data {
  opacity: 1;
  filter: blur(0px);
}
.c-header.is-show .c-header_img-name img {
  opacity: 1;
  filter: blur(0px);
  transform: none;
}

@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@media all and (min-width: 768px) {
  .c-header_supporter {
    position: relative;
    display: block;
    margin: 50px auto 10px;
  }
  .c-header_supporter > div {
    width: 190px;
    margin: 0 auto;
  }
  .c-header_supporter > div p {
    font-size: 13px;
  }
  .c-header_supporter .logo_win11 {
    position: absolute;
    left: 0;
    top: -15px;
    width: 291px;
  }
  .c-header h1 {
    width: 583px;
    height: 332px;
    margin-bottom: -15px;
  }
  .c-header_data {
    width: auto;
  }
  .c-header_data img {
    display: block;
    margin: 0 auto;
  }
  .c-header_data img:first-of-type {
    width: 367px;
  }
  .c-header_data img:last-of-type {
    width: 305px;
  }
  .c-header_img {
    width: 1300px;
    height: 190px;
    margin: 0 auto;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .c-header_img > img:first-of-type {
    width: 456px;
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -720px;
  }
  .c-header_img > img:nth-of-type(2) {
    width: 447px;
    bottom: 0;
    left: 50%;
    margin-left: -550px;
  }
  .c-header_img > img:last-of-type {
    width: 377px;
    right: 50%;
    margin-right: -560px;
  }
  .c-header_img-name > img {
    width: 282px;
    bottom: 30px;
  }
  .c-header_img-name > img:first-of-type {
    top: auto;
    left: 50%;
    margin-left: -660px;
  }
  .c-header_img-name > img:nth-of-type(2) {
    top: auto;
    left: 50%;
    margin-left: -370px;
  }
  .c-header_img-name > img:last-of-type {
    top: auto;
    right: 50%;
    margin-right: -380px;
  }
  .c-header_img::after {
    display: none;
  }
  .c-header::after {
    display: none;
  }
}
.c-introduction {
  position: relative;
  margin-bottom: 20%;
  z-index: 1;
}
.c-introduction__bg {
  position: -webkit-sticky;
  position: sticky;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100vh;
  display: block;
}
.c-introduction__bg span {
  position: relative;
  z-index: 1;
}
.c-introduction__bg span video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-introduction__bg::after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: opacity 0.5s;
}
.c-introduction__bg.is-hide::after {
  opacity: 1;
}
.c-introduction_text {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20%;
  overflow: hidden;
}
.c-introduction_text h2 {
  position: relative;
  width: 92vw;
  height: 44.8vw;
  margin: 0 auto 10%;
  padding-top: 10%;
}
.c-introduction_text h2 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-introduction_text p {
  width: 92%;
  font-size: 15px;
  line-height: 2;
  margin: 0 auto 1em;
  text-indent: 1em;
  letter-spacing: 0.075em;
}
.c-introduction_text.js-fade h2 img {
  opacity: 0;
  transform: translate(-20%, 5%);
  transition: opacity 0.3s ease-in, transform 0.3s cubic-bezier(0, 0, 0.42, 2.22);
}
.c-introduction_text.js-fade h2 img:nth-of-type(2) {
  transition-delay: 0.3s;
}
.c-introduction_text.js-fade h2 img:nth-of-type(3) {
  transition-delay: 0.6s;
}
.c-introduction_text.js-fade p {
  opacity: 0;
  transition: opacity 0.5s 0.8s;
}
.c-introduction_text.js-fadein h2 img {
  opacity: 1;
  transform: none;
}
.c-introduction_text.js-fadein p {
  opacity: 1;
}
.c-introduction.js-fade {
  opacity: 0;
  transition: opacity 0.8s;
}
.c-introduction.js-fadein {
  opacity: 1;
}

@media all and (min-width: 768px) {
  .c-introduction {
    position: relative;
    margin-bottom: 125px;
    min-height: 981px;
    overflow: hidden;
  }
  .c-introduction__bg {
    width: 1608px;
    height: 981px;
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    right: 50%;
    margin-right: -864px;
  }
  .c-introduction__bg span {
    width: 864px;
    height: 981px;
    position: relative;
  }
  .c-introduction__bg::after {
    position: relative;
    width: 744px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1 !important;
  }
  .c-introduction_text {
    width: 1300px;
    padding: 70px 0 0;
  }
  .c-introduction_text h2 {
    margin: 0 0 30px;
    width: 561px;
    height: 273px;
    padding: 0;
  }
  .c-introduction_text p {
    width: 550px;
    font-size: 16px;
    margin: 0 0 2em;
    letter-spacing: 0;
  }
}
.c-program {
  width: 92%;
  margin: 0 auto 30%;
  background-color: #fff;
  border-radius: 60px;
  padding: 10% 0;
  position: relative;
}
.c-program h3 {
  margin: 0 auto 10%;
}
.c-program h3 img {
  width: auto;
  height: 9.6vw;
  margin: 0 auto;
}
.c-program h3.double img {
  height: 17.5vw;
}
.c-program_topics {
  width: 87%;
  margin: 0 auto 15%;
}
.c-program_topics .thumnail {
  border-radius: 10px;
  border: solid 1px #707070;
  overflow: hidden;
}
.c-program_topics ul {
  margin: 5% 0;
}
.c-program_topics ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: dotted 2px #E0E055;
  padding: 5px 0;
  margin-bottom: 5px;
}
.c-program_topics ul li > :first-child {
  width: 15%;
}
.c-program_topics ul li > :last-child {
  width: 83%;
}
.c-program_cast {
  width: 90%;
  margin: 0 auto 15%;
  display: flex;
  justify-content: center;
}
.c-program_cast > a {
  position: relative;
  width: 46%;
  display: block;
}
.c-program_cast > a span {
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}
.c-program_cast > a span + p {
  font-size: 18px;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto 10px;
}
.c-program_cast > a p + p {
  font-size: 13px;
  line-height: 1.6;
  width: 90%;
  margin: 0 auto 10px;
}
.c-program_cast > a div {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  border: solid 1px #707070;
  border-radius: 15px;
}
.c-program_cast > a:first-of-type span {
  border-radius: 68% 75% 59% 83%/72% 69% 70% 67%;
}
.c-program_cast > a:nth-of-type(2) span {
  border-radius: 73% 79% 78% 70%/72% 63% 78% 80%;
}
.c-program_cast > a:last-of-type span {
  border-radius: 38% 62% 48% 52%/51% 45% 55% 49%;
}
.c-program .guest::before, .c-program .host::before {
  content: "";
  width: 19.8vw;
  height: 10.5vw;
  background-size: contain;
  position: absolute;
  display: block;
  left: -2vw;
  top: -2vw;
  z-index: 2;
}
.c-program .guest::before {
  background-image: url(../images/i_guest.png);
}
.c-program .host::before {
  background-image: url(../images/i_host.png);
}
.c-program .cast_1 {
  flex-wrap: wrap-reverse;
}
.c-program .cast_1 > a:first-of-type {
  margin-right: 4%;
}
.c-program .cast_1 > a:last-of-type {
  margin-bottom: 10%;
}
.c-program_talk {
  width: 88%;
  margin: 0 auto;
}
.c-program_talk-inner {
  margin-bottom: 8%;
}
.c-program_talk-inner h4 {
  border-bottom: dotted 2px #E0E055;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.c-program_talk-inner h4 span {
  display: block;
  background-color: #67B8E5;
  color: #fff;
  font-size: 12px;
  width: 117px;
  line-height: 28px;
  text-align: center;
  margin: 0 auto 15px;
}
.c-program_talk-inner h4 + p {
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.c-program_talk-supporter > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5%;
}
.c-program_talk-supporter > div img {
  width: 50%;
}
.c-program_talk-supporter > div div {
  width: 47%;
}
.c-program_talk-supporter > div div p:has(+ p) {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.c-program_talk-supporter > div div p + p {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.c-program_talk-supporter > div div p + p .pc {
  display: none;
}
.c-program_talk-supporter > p {
  width: 90%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.c-program::after {
  content: "";
  width: 28vw;
  height: 17.78vw;
  background-image: url(../images/deco.png);
  background-size: cover;
  position: absolute;
  right: 60px;
  bottom: -17.78vw;
}

@media all and (min-width: 768px) {
  .c-program {
    width: 1488px;
    background-color: #fff;
    padding: 94px;
    left: max(650px, 50vw);
    transform: translateX(-744px);
    margin: 0 0 180px;
  }
  .c-program h3 {
    margin: 0 auto 70px;
  }
  .c-program h3 img {
    height: 69px !important;
    width: auto;
  }
  .c-program_topics {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
  }
  .c-program_topics .thumnail {
    width: 482px;
  }
  .c-program_topics ul {
    margin: 0;
    width: 760px;
  }
  .c-program_topics ul li {
    justify-content: flex-start;
    border-width: 5px;
    padding: 0;
    margin-bottom: 0;
    position: relative;
  }
  .c-program_topics ul li > :first-child {
    width: 80px;
    position: relative;
    z-index: 1;
    margin: -5px 0;
  }
  .c-program_topics ul li > :last-child {
    margin-left: 20px;
    width: auto;
    height: 30px;
  }
  .c-program_topics ul li > :last-child img {
    width: auto;
    height: 30px;
  }
  .c-program_topics ul li::before {
    content: "";
    width: 80px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
  }
  .c-program_cast {
    margin-bottom: 100px;
  }
  .c-program_cast > a {
    cursor: pointer;
    width: 270px;
  }
  .c-program_cast > a span {
    margin-bottom: 30px;
  }
  .c-program_cast > a span img {
    transition: 0.3s;
  }
  .c-program_cast > a span + p {
    font-size: 22px;
    width: 100%;
  }
  .c-program_cast > a p + p {
    font-size: 18px;
    width: 100%;
    margin-bottom: 20px;
  }
  .c-program_cast > a div {
    width: 100%;
    font-size: 14px;
    transition: 0.3s;
  }
  .c-program_cast > a:hover span img {
    transform: scale(1.1);
  }
  .c-program_cast > a:hover div {
    background-color: #707070;
    color: #fff;
  }
  .c-program .guest::before, .c-program .host::before {
    width: 132px;
    height: 70px;
    left: -10px;
    top: -10px;
  }
  .c-program .cast_1 {
    width: 1000px;
    justify-content: space-between;
  }
  .c-program .cast_1 > a:first-of-type {
    order: 2;
    margin-right: 0;
  }
  .c-program .cast_1 > a:nth-of-type(2) {
    order: 3;
  }
  .c-program .cast_1 > a:last-of-type {
    order: 1;
  }
  .c-program_talk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1240px;
    margin-bottom: 100px;
  }
  .c-program_talk-inner {
    width: 570px;
    margin-bottom: 0;
  }
  .c-program_talk-inner h4 {
    border-width: 5px;
  }
  .c-program_talk-inner h4 span {
    margin: 0 auto 30px 0;
    width: 160px;
    font-size: 18px;
  }
  .c-program_talk-inner h4 img {
    width: 408.5px;
  }
  .c-program_talk-inner h4 + p {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-top: 40px;
  }
  .c-program_talk-supporter {
    width: 630px;
    background-color: #F7F7F7;
    border-radius: 30px;
    padding: 25px 35px 35px;
    box-sizing: border-box;
  }
  .c-program_talk-supporter > div {
    margin-bottom: 20px;
  }
  .c-program_talk-supporter > div img {
    width: 200px;
  }
  .c-program_talk-supporter > div div {
    width: 350px;
  }
  .c-program_talk-supporter > div div p:has(+ p) {
    font-size: 22px;
  }
  .c-program_talk-supporter > div div p + p {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .c-program_talk-supporter > div div p + p .pc {
    display: block;
  }
  .c-program_talk-supporter > p {
    width: 95%;
  }
  .c-program::after {
    width: 200px;
    height: 127px;
    right: 200px;
    bottom: -127px;
  }
}
.c-outline {
  padding: 60px 0 70px;
  text-align: center;
  background-color: #fff;
}
.c-outline .m-heading-h2 {
  width: 92%;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: solid 1px #000;
}
.c-outline .m-heading-h2 h2 {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-outline .m-heading-h2 img {
  width: 94px;
  margin: 10px auto 0;
}
.c-outline .m-heading-h3 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}
.c-outline .m-section {
  position: relative;
  width: 92%;
  margin: 0 auto;
  padding: 50px 0;
  border-bottom: solid 1px #000;
}
.c-outline__list .m-section dd p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.c-outline__list .m-section dd p span {
  display: block;
}
.c-outline__list .m-section dd p span.endtext {
  color: #cc0000;
}
.c-outline__list .m-section dd p strong {
  display: block;
  margin-top: -15px;
  margin-bottom: 25px;
  font-size: 18px;
}
.c-outline__list .m-section dd ul li {
  padding-left: 1em;
  text-align: left;
  font-size: 15px;
  line-height: 1.75;
  text-indent: -1em;
  letter-spacing: 0.075em;
}
.c-outline__list .m-section dd ul li a {
  text-decoration: underline;
}
.c-outline__list .m-section dd ul li br {
  display: none;
}
.c-outline__list .m-section dd ul li + li {
  margin-top: 0.5em;
}
.c-outline__list .m-section dd + dd {
  margin-top: 2em;
}
.c-outline__list .m-section .registBtnArea {
  margin: 30px auto 0;
}
.c-outline__list .m-section .registBtnArea .login {
  display: none;
}
.c-outline__list .m-section .registBtnArea .nologin a + a {
  margin-top: 30px;
}
.c-outline__list .m-section .registBtnArea a {
  display: block;
}
.c-outline__list .m-section .registBtnArea a img {
  will-change: filter;
  transition: filter 0.3s;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.4)) opacity(100%);
}
.c-outline__list .m-section .registBtnArea a:active img {
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.4)) opacity(65%);
}
.c-outline__list .m-section .registBtnArea.logged-in .login {
  display: block;
}
.c-outline__list .m-section .registBtnArea.logged-in .nologin {
  display: none;
}
.c-outline__list .m-section .registBtnArea > p {
  text-align: center;
  font-size: 12px;
  margin-top: 25px;
}
.c-outline__list .m-section .c-outline-sponsor dd {
  width: 90%;
  max-width: 290px;
  margin: 0 auto;
  padding: 15px 0 0;
  background-color: #fff;
  border-radius: 10px;
}
.c-outline__list .m-section .c-outline-sponsor dd img:first-of-type {
  width: 62.5%;
  margin: 0 auto 30px;
}
.c-outline__list .m-section .c-outline-note dd ul li {
  font-size: 13px;
}

@media all and (min-width: 768px) {
  .c-outline {
    padding: 90px 0 70px;
  }
  .c-outline .m-heading-h2 {
    width: 1300px;
  }
  .c-outline .m-heading-h2 h2 {
    font-size: 30px;
  }
  .c-outline .m-heading-h2 img {
    width: 160px;
  }
  .c-outline .m-heading-h3 {
    font-size: 22px;
  }
  .c-outline .m-section {
    width: 1300px;
  }
  .c-outline__list .m-section dd p {
    font-size: 18px;
  }
  .c-outline__list .m-section dd p span {
    display: inline-block;
  }
  .c-outline__list .m-section dd p span:first-child::after {
    content: "：";
  }
  .c-outline__list .m-section dd p span.endtext br.sp {
    display: none;
  }
  .c-outline__list .m-section dd p span.endtext::after {
    display: none;
  }
  .c-outline__list .m-section dd p strong {
    display: block;
    margin-top: -15px;
    margin-bottom: 25px;
    font-size: 18px;
  }
  .c-outline__list .m-section dd ul li {
    font-size: 16px;
    text-align: center;
    padding-left: 0;
    text-indent: 0;
  }
  .c-outline__list .m-section dd ul li br {
    display: inline;
  }
  .c-outline__list .m-section dd ul li + li {
    margin-top: 0;
  }
  .c-outline__list .m-section dd + dd {
    margin-top: 0;
  }
  .c-outline__list .m-section .registBtnArea .login {
    display: none;
    width: 420px;
    margin: 0 auto;
  }
  .c-outline__list .m-section .registBtnArea .nologin a {
    width: 584px;
    margin: 0 auto;
  }
  .c-outline__list .m-section .registBtnArea .nologin a + a {
    margin-bottom: 50px;
  }
  .c-outline__list .m-section .registBtnArea a {
    transition: 0.3s;
  }
  .c-outline__list .m-section .registBtnArea a:hover {
    cursor: pointer;
    transform: translateY(3px);
  }
  .c-outline__list .m-section .registBtnArea a:hover img {
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.5)) opacity(65%);
  }
  .c-outline__list .m-section .registBtnArea > p {
    margin-top: 30px;
  }
  .c-outline__list .m-section .c-outline-sponsor dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1092px;
    max-width: 1092px;
    margin: 0 auto;
    padding-left: 46px;
  }
  .c-outline__list .m-section .c-outline-sponsor dd img:nth-of-type(1) {
    width: 251px;
    max-width: 251px;
    margin-bottom: 0;
    margin-right: 50px;
  }
  .c-outline__list .m-section .c-outline-sponsor dd img:nth-of-type(2) {
    width: 383px;
    max-width: 383px;
  }
  .c-outline__list .m-section .c-outline-sponsor dd img:nth-of-type(3) {
    width: 362px;
    max-width: 362px;
  }
  .c-outline__list .m-section .c-outline-note dd ul li {
    font-size: 16px;
  }
}
.c-registBtn {
  position: fixed;
  z-index: 8;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: opacity 0.5s;
  opacity: 0;
  pointer-events: none;
}
.c-registBtn.is-show {
  opacity: 1;
  pointer-events: auto;
}
.c-registBtn.is-hide {
  opacity: 0;
  pointer-events: none;
}
.c-registBtn .login {
  display: none;
  padding: 0 1.5%;
}
.c-registBtn .login a {
  display: block;
  width: 100%;
}
.c-registBtn .nologin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5%;
}
.c-registBtn .nologin a {
  display: block;
  width: 50%;
}
.c-registBtn a img {
  will-change: filter;
  transition: filter 0.3s;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3)) opacity(100%);
}
.c-registBtn.logged-in .login {
  display: block;
}
.c-registBtn.logged-in .nologin {
  display: none;
}

@media all and (min-width: 768px) {
  .c-registBtn {
    bottom: 20px;
    width: 185px;
    right: 20px;
  }
  .c-registBtn .login {
    padding: 0;
    height: 212px;
  }
  .c-registBtn .login a img {
    animation: registBtnAnime2 1.2s ease-in-out alternate infinite;
  }
  .c-registBtn .nologin {
    flex-direction: column;
    padding: 0;
    height: 370px;
  }
  .c-registBtn .nologin a {
    width: 100%;
  }
  .c-registBtn a {
    position: relative;
    height: 212px;
  }
  .c-registBtn a img {
    position: absolute;
    width: 185px;
    right: 0;
    top: 0;
    transform: translateX(0);
    transition: 0.2s;
    animation: registBtnAnime 1.2s ease-in-out alternate infinite;
  }
  .c-registBtn a:nth-of-type(2) img {
    animation-direction: alternate-reverse;
  }
  .c-registBtn a:hover {
    cursor: pointer;
  }
  .c-registBtn a:hover img {
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3)) opacity(65%);
  }
}
@keyframes registBtnAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}
@keyframes registBtnAnime2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
.g-modal {
  position: fixed;
  z-index: 50;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.g-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.g-modal__bg {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.g-modal__bg div {
  display: none;
}
.g-modal__close {
  width: 42px;
  transition: opacity 0.3s;
}
.g-modal__close:active {
  opacity: 0.65;
}
.g-modal__close::before, .g-modal__close::after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 1px;
  left: 0px;
  top: 20px;
  background-color: #707070;
}
.g-modal__close::before {
  transform: rotate(45deg);
}
.g-modal__close::after {
  transform: rotate(-45deg);
}
.g-modal__close.top {
  position: -webkit-sticky;
  position: sticky;
  z-index: 52;
  top: 24px;
  height: 42px;
  margin: 0 4px 0 auto;
}
.g-modal__close.bottom {
  position: relative;
  height: auto;
  margin: 40px auto 0;
  padding-top: 46px;
}
.g-modal__close.bottom p {
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #000;
}
.g-modal__content {
  position: relative;
  z-index: 51;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
}
.g-modal__content::-webkit-scrollbar {
  display: none;
}
.g-modal__inner {
  position: relative;
  min-height: calc(100% - 41px);
  padding: 58px 40px 130px 40px;
}
.g-modal__inner li + li {
  margin-top: 60px;
}
.g-modal__photo {
  width: 53vw;
  height: 53vw;
  margin: 0 auto;
  position: relative;
}
.g-modal__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-modal__photo img.sakai {
  border-radius: 38% 62% 48% 52%/51% 45% 55% 49%;
}
.g-modal__photo img.kawano {
  border-radius: 68% 75% 59% 83%/72% 69% 70% 67%;
}
.g-modal__photo img.hasegawa {
  border-radius: 73% 79% 78% 70%/72% 63% 78% 80%;
}
.g-modal .guest::before, .g-modal .host::before {
  content: "";
  width: 27.72vw;
  height: 14.7vw;
  background-size: contain;
  position: absolute;
  display: block;
  left: -4vw;
  top: -3vw;
  z-index: 2;
}
.g-modal .guest::before {
  background-image: url(../images/i_guest.png);
}
.g-modal .host::before {
  background-image: url(../images/i_host.png);
}
.g-modal__profile {
  margin-top: 30px;
}
.g-modal__profile * {
  color: #000;
}
.g-modal__profile .name {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.g-modal__profile .name span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.g-modal__profile .jobtitle {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.g-modal__profile .profile {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.075em;
}

@media all and (min-width: 768px) {
  .g-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 1300px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .g-modal__bg {
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  .g-modal__bg div {
    display: block;
    height: calc(100% + 1px);
  }
  .g-modal__bg::-webkit-scrollbar {
    display: none;
  }
  .g-modal__close:hover {
    opacity: 0.65;
    cursor: pointer;
  }
  .g-modal__close.top {
    top: 14px;
    margin-right: 14px;
  }
  .g-modal__close.bottom {
    display: none;
  }
  .g-modal__content {
    width: 1100px;
    max-height: calc(100vh - 100px);
    background-color: rgba(255, 255, 255, 0.95);
  }
  .g-modal__inner {
    padding: 58px 90px 100px 110px;
  }
  .g-modal__inner li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .g-modal__inner li + li {
    margin-top: 40px;
  }
  .g-modal__photo {
    width: 270px;
    height: 270px;
    margin: 0;
  }
  .g-modal__photo.guest::before, .g-modal__photo.host::before {
    width: 132px;
    height: 70px;
    left: -10px;
    top: -10px;
  }
  .g-modal__profile {
    width: 570px;
    margin-top: 0;
    padding-top: 10px;
  }
  .g-modal__profile .name {
    font-size: 22px;
  }
  .g-modal__profile .name span {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .g-modal__profile .jobtitle {
    font-size: 18px;
  }
  .g-modal__profile .profile {
    font-size: 16px;
  }
}