@charset "UTF-8";
.head-event {
  display: flex;
  flex-direction: column;
  margin: 4.5rem 2% auto;
}

@media screen and (max-width: 600px) {
  .head-event {
    margin: 2.5rem 2% auto;
  }
}

.head-message-event {
  margin-top: 1.5rem;
}

.section-event {
  margin-bottom: 6rem;
}

@media screen and (max-width: 600px) {
  .section-event {
    margin-bottom: 3.5rem;
  }
}

.section-body-xm-event {
  width: 100%;
  max-width: 750px;
}

.section-event-body {
  width: auto;
  margin: auto;
}

.section-event-body.section-body-m {
  width: 1000px;
}

@media screen and (max-width: 1200px) {
  .section-event-body.section-body-m {
    width: 96%;
  }
}

.about-head-desc-text-event p {
  margin-bottom: 1rem;
}

.about-head-desc-text-event span {
  font-size: 150%;
  display: inline-block;
  margin: 1.8rem auto;
}

.section-archive-event {
  max-width: 1200px;
  margin: 0 auto 6rem;
}

@media screen and (max-width: 1200px) {
  .section-archive-event {
    width: 96%;
  }
}

@media screen and (max-width: 600px) {
  .section-archive-event {
    margin: 0 auto 3.5rem;
  }
}

.container .event-title h2 span {
  font-size: 40px;
}

@media screen and (max-width: 499px) {
  .container .event-title h2 span {
    font-size: 31px;
  }
}

.caption-event {
  text-align: center;
  margin-bottom: 1.75rem;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  .caption-event {
    width: 96%;
    margin: 0 auto 20px;
  }
}

.main-visual-event {
  height: 437px;
}

@media screen and (min-width: 860px) {
  .main-visual-event {
    height: 478px;
  }
}

.main-visual-yc-archive {
  height: 360px;
  padding-top: 60px;
}

@media screen and (max-width: 840px) {
  .main-visual-yc-archive {
    height: 40vw;
  }
}

@media screen and (max-width: 420px) {
  .main-visual-yc-archive {
    height: 180px;
  }
}

.main-visual-event-img {
  background: url("../../img/events/yabecchi/main.jpg") no-repeat 50% 100%;
  background-size: cover;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .main-visual-event-img {
    background: url("../../img/events/yabecchi/main-sp.jpg") no-repeat 50% 100%;
    background-size: 800px;
  }
}

.main-visual-secondary-img {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1920px) {
  .main-visual-secondary-img {
    background-size: 100%;
  }
}

.main-visual-secondary-img h1 {
  color: #fff;
  font-size: 6.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 840px) {
  .main-visual-secondary-img h1 {
    font-size: 13vw;
  }
}

@media screen and (max-width: 420px) {
  .main-visual-secondary-img h1 {
    font-size: 3rem;
  }
}

.main-visual-yc-report-img {
  background: url("../../img/events/yabecchi/bg-main-report.jpg") no-repeat;
  background-size: 1920px;
  background-position: center;
}

@media screen and (max-width: 840px) {
  .main-visual-yc-report-img {
    background-size: 230%;
    background-position: right -30vw top;
  }
}

.main-visual-yc-guest-img {
  background: url("../../img/events/yabecchi/bg-main-guest.jpg") no-repeat;
  background-size: 1920px;
  background-position: center;
}

@media screen and (max-width: 840px) {
  .main-visual-yc-guest-img {
    background-size: 230%;
    background-position: top;
  }
}

.main-visual-event-img-title {
  text-align: center;
  margin: auto auto 24px;
}

.main-visual-event-img-title img {
  display: block;
  margin: auto;
  width: 256px;
}

@media screen and (min-width: 860px) {
  .main-visual-event-img-title img {
    width: 312px;
  }
}

.main-visual-event-img-title span {
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 600px) {
  .main-visual-event-img-title span {
    font-size: 1.125rem;
  }
}

.main-visual-archive-img-title {
  text-align: center;
  max-width: 810px;
  width: 100%;
}

.main-visual-archive-img-title img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .container .section-title.event-title h2 {
    margin-bottom: 5px;
  }
}

.list-news-event {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .list-news-event {
    flex-direction: column;
  }
}

.list-news-event dt, .list-news-event dd {
  margin-bottom: 1rem;
}

.list-news-event dt:last-of-type, .list-news-event dd:last-of-type {
  margin-bottom: 0;
}

.list-news-event dt {
  color: #6E6E6E;
  font-size: 0.8125rem;
  width: 10%;
}

@media screen and (max-width: 1200px) {
  .list-news-event dt {
    width: 100%;
    margin-bottom: 0;
  }
}

.list-news-event dd {
  font-size: 0.875rem;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-news-event dd.no-trim {
  overflow: visible;
  white-space: normal;
  text-overflow: inherit;
}

@media screen and (max-width: 1200px) {
  .list-news-event dd {
    width: 100%;
  }
}

.img-hero-event {
  background: url("../../img/events/yabecchi/concept-event.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  margin-bottom: 1.5rem;
}

.article-event {
  background: #F4F4F4;
  width: 100%;
  max-width: 1200px;
  margin: 2.25rem auto;
  border-radius: 5px;
}

@media screen and (max-width: 1200px) {
  .article-event {
    width: 96%;
  }
}

.section-desc-event {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem 0;
}

@media screen and (max-width: 600px) {
  .section-desc-event {
    flex-direction: column;
  }
}

.section-desc-event > * {
  width: calc(50% - 10px);
  margin: 0 auto;
}

.section-desc-event > *:first-of-type {
  margin-left: 0;
}

.section-desc-event > *:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  .section-desc-event > * {
    width: 100%;
  }
}

.section-desc-event .desc-event {
  margin-bottom: 1.5rem;
}

.section-desc-event .desc-event:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .section-body.section-desc-event {
    width: 96%;
  }
}

.section-desc-archive {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem 0;
}

@media screen and (max-width: 1200px) {
  .section-desc-archive {
    flex-direction: column;
  }
}

.section-desc-archive > * {
  width: calc(50% - 10px);
  margin: 0 auto;
}

.section-desc-archive > *:first-of-type {
  margin-left: 0;
  margin-bottom: 1rem;
}

.section-desc-archive > *:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .section-desc-archive > * {
    width: 100%;
  }
}

.desc-event {
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
}

.desc-event:last-of-type {
  margin-bottom: 0;
}

.desc-event dt {
  font-weight: bold;
  margin-bottom: .25rem;
}

.desc-event dd {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.desc-event dd:last-of-type {
  margin-bottom: 0;
}

.desc-event .schedule-desc-event li {
  display: flex;
  justify-content: flex-start;
}

.desc-event .schedule-desc-event li span {
  display: block;
  width: 100%;
}

.desc-event .schedule-desc-event li span:first-of-type {
  width: 4rem;
}

.block-request-event {
  background: #F4F4F4;
  width: 100%;
  max-width: 776px;
  margin: auto;
  border-radius: 5px;
}

@media screen and (max-width: 1200px) {
  .block-request-event {
    width: 96%;
  }
}

.block-request-event.close {
  position: relative;
}

.block-request-event.close::after {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  content: "募集は終了しました";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 286px;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrapper-request-event {
  padding: 2.25rem;
}

@media screen and (max-width: 600px) {
  .wrapper-request-event {
    padding: 2.25rem 1.5rem;
  }
}

.wrapper-request-event span {
  font-size: 1.25rem;
  font-weight: bold;
}

.limit-request-event {
  width: 100%;
  max-width: 22rem;
  margin: auto;
}

.date-request-event {
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 600px) {
  .date-request-event {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 360px) {
  .date-request-event {
    font-size: 1.5rem;
  }
}

.date-request-event span {
  font-size: 150%;
}

.annotate-request-event {
  font-size: 0.875rem;
  width: 100%;
  max-width: 22rem;
  margin: auto;
}

.annotate-request-event a {
  text-decoration: none;
}

.annotate-request-event a:hover {
  opacity: 0.5;
}

.content-event {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .content-event {
    flex-direction: column;
  }
}

.content-event > * {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.content-event > *:first-of-type {
  margin-left: 0;
}

@media screen and (max-width: 1200px) {
  .content-event > *:first-of-type {
    margin-left: auto;
    margin-bottom: 3rem;
  }
}

.content-event > *:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .content-event > *:last-of-type {
    margin-right: auto;
  }
}

.content-event .event-title h2 {
  margin-bottom: 12px;
}

.link-content-event {
  position: relative;
  display: block;
  line-height: 0;
  max-width: 574px;
  margin: auto;
  border-radius: 10px;
}

@media screen and (max-width: 1200px) {
  .link-content-event {
    width: 96%;
  }
}

.link-content-event img {
  border-radius: 10px;
  transition: .2s;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.link-content-event:hover img {
  -webkit-filter: brightness(75%);
          filter: brightness(75%);
}

.link-content-event:hover .btn {
  color: #000;
  background: #fff;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.link-content-event .bg-shade {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 181px;
  border-radius: 0 0 10px 10px;
}

.list-sponsor-event {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 1rem;
  margin: auto;
}

.list-sponsor-event li {
  position: relative;
  width: 236px;
  margin: 0 1% 1rem;
  border-radius: 10px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: 0.3s;
}

.list-sponsor-event li:hover {
  z-index: 2;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 840px) {
  .list-sponsor-event li {
    width: 100%;
  }
}

.list-sponsor-event li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 0 0.5rem;
}

@media screen and (max-width: 840px) {
  .list-sponsor-event li.grid1 {
    width: 100%;
    margin: 0 1% .5rem;
  }
}

.map-event {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.map-event iframe {
  width: 100%;
  min-height: 330px;
}

@media screen and (max-width: 1200px) {
  .map-event {
    width: 96%;
  }
}

.desc-map-event h3 {
  font-weight: bold;
}

.spacer-event {
  width: 100%;
  height: 7rem;
}

.list-result-archive h3 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.result-archive {
  list-style-type: none;
  counter-reset: rank;
  margin-bottom: 1rem;
}

.result-archive:last-of-type {
  margin-bottom: 0;
}

.result-archive li {
  font-size: 1.625rem;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .result-archive li {
    font-size: 1rem;
  }
}

.result-archive li::before {
  font-size: 1.0625rem;
  font-weight: normal;
  counter-increment: rank;
  content: counter(rank) "位";
  padding-right: 1rem;
}

.guest-primary {
  display: flex;
}

.presenter-yc-guest {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .presenter-yc-guest {
    align-items: flex-start;
    width: 96%;
    margin: auto;
  }
}

@media screen and (max-width: 600px) {
  .presenter-yc-guest {
    flex-wrap: wrap;
  }
}

.presenter-yc-guest .guest-primary {
  position: relative;
  width: 290px;
  margin: 0 2.1875rem 2.1875rem 0;
  z-index: 1;
  transition: 0.3s;
}

.presenter-yc-guest .guest-primary:hover {
  z-index: 2;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.5));
}

.presenter-yc-guest .guest-primary.no-touch a {
  cursor: default;
}

.presenter-yc-guest .guest-primary.no-touch:hover {
  z-index: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

@media screen and (max-width: 1200px) and (min-width: 601px) {
  .presenter-yc-guest .guest-primary {
    width: 24.5%;
  }
}

@media screen and (max-width: 600px) {
  .presenter-yc-guest .guest-primary {
    width: 100%;
    margin: 0 auto 2rem;
  }
}

.presenter-yc-guest .guest-primary a {
  display: block;
}

.presenter-yc-guest .guest-primary.no-link:hover {
  z-index: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

.presenter-yc-guest .name-player {
  position: absolute;
  bottom: 100px;
  left: 18px;
  z-index: 2;
  font-size: 2.25rem;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1200px) and (min-width: 601px) {
  .presenter-yc-guest .name-player {
    bottom: 8.33333333vw;
    left: 1.5vw;
    font-size: 3vw;
  }
}

@media screen and (max-width: 600px) and (min-width: 500px) {
  .presenter-yc-guest .name-player {
    bottom: 6.5vw;
    left: 2.25vw;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 499px) {
  .presenter-yc-guest .name-player {
    bottom: 9vw;
    left: 2vw;
    font-size: 8vw;
  }
}

.presenter-yc-guest .name-player a {
  display: block;
}

.presenter-yc-guest .name-player-english {
  color: #fff;
  position: absolute;
  bottom: 80px;
  left: 18px;
  z-index: 2;
  font-size: 0.9375rem;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1200px) and (min-width: 601px) {
  .presenter-yc-guest .name-player-english {
    bottom: 6.66666667vw;
    left: 1.5vw;
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 600px) and (min-width: 500px) {
  .presenter-yc-guest .name-player-english {
    bottom: 7vw;
    left: 2vw;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 499px) {
  .presenter-yc-guest .name-player-english {
    bottom: 10vw;
    left: 2vw;
    font-size: 4vw;
  }
}

.presenter-yc-guest .name-player-english a {
  display: block;
}

.presenter-yc-guest .credit-player {
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 18px;
  z-index: 2;
  font-size: 0.75rem;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1200px) and (min-width: 601px) {
  .presenter-yc-guest .credit-player {
    bottom: 2vw;
    right: 1.5vw;
    font-size: .75vw;
  }
}

@media screen and (max-width: 600px) and (min-width: 500px) {
  .presenter-yc-guest .credit-player {
    bottom: 2.5vw;
    right: 2vw;
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 499px) {
  .presenter-yc-guest .credit-player {
    bottom: 3.5vw;
    right: 2vw;
    font-size: 1.8vw;
  }
}

.presenter-yc-guest .credit-player a {
  display: block;
}

.presenter-yc-guest .bg-shade {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 181px;
  border-radius: 0 0 10px 10px;
}

.message-yc-guest {
  width: calc(100% - 290px - 2.1875rem);
}

@media screen and (max-width: 1200px) {
  .message-yc-guest {
    width: 70%;
    margin: 0 auto 3rem;
  }
}

@media screen and (max-width: 600px) {
  .message-yc-guest {
    width: 100%;
  }
}

.message-yc-guest p {
  margin-bottom: 1.5rem;
}

.title-message-yc-guest {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.sign-yc-guest {
  width: 100%;
}

.sign-yc-guest > * {
  max-width: 150px;
  margin-left: auto;
}

@media screen and (max-width: 1200px) {
  .sign-yc-guest > * {
    margin-right: auto;
  }
}

@media screen and (max-width: 600px) {
  .section-info-profile {
    margin: 0 0.9375rem;
  }
}

.section-info-profile .wrap-profile {
  display: flex;
  flex-wrap: wrap;
}

.section-info-profile .wrap-profile > * {
  width: 600px;
}

@media screen and (max-width: 1200px) {
  .section-info-profile .wrap-profile > * {
    width: 100%;
  }
}

.section-info-profile .block-profile {
  margin-bottom: 2rem;
}

.section-info-profile .heading-info-profile {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 2rem 1rem 0;
  border-bottom: 1px solid #000;
}

.section-info-profile ul {
  font-size: 0.875rem;
}

.section-info-profile ul li {
  margin-bottom: .75rem;
}

.section-info-profile dl {
  font-size: 14px;
}

.section-info-profile dl dd,
.section-info-profile dl dt {
  display: inline-block;
  line-height: 2;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  .section-info-profile dl dd,
  .section-info-profile dl dt {
    width: 100%;
    line-height: 1.5;
    vertical-align: top;
  }
}

.section-info-profile dl dt {
  width: 7rem;
  font-weight: bold;
}

.section-info-profile dl dd {
  width: calc(100% - 12rem);
  margin-bottom: 1rem;
}

@media screen and (max-width: 600px) {
  .section-info-profile dl dd {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}

.announce-event {
  padding: 1.125rem;
  margin-bottom: 1rem;
  border: 3px solid #333;
  border-radius: 5px;
}

.announce-event span {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.heading-justify {
  width: 7rem;
}

.heading-justify div {
  width: 4.5rem;
  font-weight: bold;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.data-heading-margin {
  margin-right: 1.5rem;
}

.profile-club h4 {
  font-size: .875rem;
  font-weight: bold;
  margin-bottom: .5rem;
}

.section-info-profile .list-profile-count {
  margin-bottom: 1rem;
}

.section-info-profile .list-profile-count dt {
  font-weight: normal;
  text-align: right;
  width: 3rem;
}

.section-info-profile .list-profile-count dd {
  width: calc(100% - 7rem);
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

.img-player-primary01 {
  background: url("../../img/events/yabecchi/guest/guest1.png") no-repeat;
  background-position: center;
  background-size: cover;
  width: 290px;
  height: 415px;
  border-radius: 10px;
}

@media screen and (max-width: 1200px) {
  .img-player-primary01 {
    width: 23.3vw;
    height: 33.3vw;
  }
}

@media screen and (max-width: 600px) {
  .img-player-primary01 {
    background: url("../../img/events/yabecchi/guest/guest1_2.png") no-repeat;
    background-position: top;
    background-size: cover;
    width: 93.3vw;
    height: 415px;
  }
}

@media screen and (max-width: 499px) {
  .img-player-primary01 {
    width: 96vw;
  }
}

.no-touch-guest li a {
  cursor: default;
}

.no-touch-guest li a[data-rel="lightcase"] {
  cursor: pointer;
}

.no-touch-guest li:hover {
  z-index: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

.no-touch-guest li.active:hover {
  z-index: 2;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.5));
}

.title-content-event {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 4.5rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 100%;
}

@media screen and (max-width: 600px) {
  .title-content-event {
    font-size: 2.7rem;
  }
}

.annotate-event {
  margin-top: -6rem;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .annotate-event {
    width: 96%;
    margin: 0 auto;
  }
}

.attention-desc .list-nostyle-event li {
  list-style-type: none;
}

.name-comic-duo {
  color: #fff;
  position: absolute;
  bottom: 158px;
  left: 18px;
  z-index: 2;
  font-size: 0.9375rem;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1200px) and (min-width: 601px) {
  .name-comic-duo {
    bottom: 13.166667vw;
    left: 1.5vw;
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 600px) and (min-width: 500px) {
  .name-comic-duo {
    bottom: 18vw;
    left: 2vw;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 499px) {
  .name-comic-duo {
    bottom: 28vw;
    left: 2vw;
    font-size: 4vw;
  }
}

.name-comic-duo a {
  display: block;
}

.word-break-event {
  word-break: keep-all;
}

.move-btn-area {
  position: absolute;
  top: 68%;
  right: 5%;
}

@media screen and (max-width: 499px) {
  .move-btn-area {
    top: 75%;
  }
}

@media screen and (max-width: 499px) {
  .move-btn-area.sp-move-btn-area {
    top: 72%;
  }
}

.move-play-btn {
  font-size: 35px;
  position: relative;
  width: 1.4em;
  height: 1.4em;
  background-color: #DD2925;
  border-radius: 100%;
  z-index: 5;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  display: none;
}

@media screen and (max-width: 499px) {
  .move-play-btn {
    font-size: 40px;
  }
}

.move-play-btn.active {
  display: block;
}

@media screen and (max-width: 499px) {
  .move-play-btn.active.sub-guest {
    font-size: 20px;
  }
}

.move-play-btn:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 33%;
  width: 0;
  height: 0;
  border-top: 0.4em solid transparent;
  border-left: 0.6em solid #fff;
  border-bottom: 0.4em solid transparent;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 499px) {
  .move-play-btn:before {
    top: 21%;
    left: 36%;
  }
}

.event-footer-btn-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-btn {
    display: flex;
    width: 100%;
    max-width: 500px;
    background-image: linear-gradient(to right, #00c6fb 0%, #005bea 100%);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    padding: .5rem 0;
    border-radius: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 2px #005bea;
    font-size: 110%;
    margin: 0 auto;
    position: relative;
    line-height: 150%;
}

.event-btn.disable{
    background: #ccc;
    text-shadow: 0 0 2px #cccccc;
    box-shadow: none;
    padding: .8rem 0;
}

.event-footer-btn > * {
    margin: 0 0 .5rem;
    text-align: center;
}


/* ここから「やべっちカップニュース欄」追加修正CSS */
.list-news-event.no-news-link {
  width: 100%;
  display: table;
}

@media screen and (max-width: 980px) {
  .list-news-event.no-news-link {
    display: block;
  }
}

.list-news-event.no-news-link .update_date {
  width: 10%;
  display: table-cell;
}

@media screen and (max-width: 980px) {
  .list-news-event.no-news-link .update_date {
    width: 100%;
    display: block;
  }
}

.list-news-event.no-news-link .update_date-title {
  width: 90%;
  display: table-cell;
  text-decoration: none;
}

@media screen and (max-width: 980px) {
  .list-news-event.no-news-link .update_date-title {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
  }
}

.list-news-event {
  width: 100%;
  display: table;
  margin-bottom: 1em;
}

@media screen and (max-width: 980px) {
  .list-news-event {
    display: block;
  }
}

.list-news-event .update_date {
  width: 10%;
  display: table-cell;

}

@media screen and (max-width: 980px) {
  .list-news-event .update_date {
    width: 100%;
    display: block;
  }
}

.list-news-event .update_date-title {
  width: 90%;
  display: table-cell;
  text-decoration: underline;
}

@media screen and (max-width: 980px) {
  .list-news-event .update_date-title {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.list-news-event .update_date-title .news-link {
  color: #000;
}
/* ここまで「やべっちカップニュース欄」追加修正CSS */


.section-body.join-team {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.section-body .heading-list-team {
  font-size: 1.625rem;
  font-weight: 900;
  margin-top: 2rem;
}

.section-body .heading-list-team:first-of-type {
  margin-top: 0;
}

.section-body .heading-list-team::after {
  background: #000;
  content: " ";
  display: inline-block;
  width: 80px;
  height: 2px;
  margin-left: 2.5rem;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 600px) {
  .section-body .heading-list-team::after {
    width: 17.7%;
    margin-left: 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .section-body .heading-list-team {
    margin-left: 0.9375rem;
  }
}

@media screen and (max-width: 600px) {
  .section-body .heading-list-team {
    font-size: 1.3rem;
    margin-top: 5rem;
  }
}

.section-body .join-team-list {
  padding: 1em;
}

@media screen and (min-width: 780px) {
  .section-body .join-team-list {
    padding: 0;
  }
}

.section-body .join-team-list .heading-team-group {
  font-size: 1rem;
  margin-bottom: .5em;
}

@media screen and (min-width: 780px) {
  .section-body .join-team-list .heading-team-group {
    padding: .5em 1em;
  }
}

.section-body .join-team-list ul {
  display: block;
}

@media screen and (min-width: 780px) {
  .section-body .join-team-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
  }
}

.section-body .join-team-list .join-team-desc {
  margin: 0 0 1em;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 9px 9px 9px;
}

@media screen and (min-width: 780px) {
  .section-body .join-team-list .join-team-desc {
    width: 48%;
    margin: 0 1% 2%;
  }
}

@media screen and (min-width: 900px) {
  .section-body .join-team-list .join-team-desc {
    width: 31%;
    margin: 0 1% 2%;
  }
}

.section-body .join-team-list .join-team-desc a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #000;
  text-decoration: none;
  background: url("/public/img/events/yabecchi/btn--back.png") 96% 50% no-repeat;
  background-size: 1em auto;
}

.section-body .join-team-list .join-team-desc a:hover {
  opacity: .6em;
}

.section-body .join-team-list .join-team-desc .join-team-photo {
  position: relative;
  border-radius: 8px 0 0 8px;
  width: 50%;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
}

.section-body .join-team-list .join-team-desc .join-team-photo:before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}

.section-body .join-team-list .join-team-desc .join-team-photo img {
  width: auto;
  min-height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 900px) {
  .section-body .join-team-list .join-team-desc .join-team-photo img {
    width: 100%;
    min-height: auto;
    max-height: initial;
  }
}

.section-body.join-team {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.section-body .heading-list-team {
  font-size: 1.625rem;
  font-weight: 900;
  margin-top: 2rem;
}

.section-body .heading-list-team:first-of-type {
  margin-top: 0;
}

.section-body .heading-list-team::after {
  background: #000;
  content: " ";
  display: inline-block;
  width: 80px;
  height: 2px;
  margin-left: 2.5rem;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 600px) {
  .section-body .heading-list-team::after {
    width: 17.7%;
    margin-left: 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .section-body .heading-list-team {
    margin-left: 0.9375rem;
  }
}

@media screen and (max-width: 600px) {
  .section-body .heading-list-team {
    font-size: 1.3rem;
    margin-top: 5rem;
  }
}

.section-body .join-team-list {
  padding: 1em;
}

@media screen and (min-width: 780px) {
  .section-body .join-team-list {
    padding: 0;
  }
}

.section-body .join-team-list .heading-team-group {
  font-size: 1rem;
  margin-bottom: .5em;
}

@media screen and (min-width: 780px) {
  .section-body .join-team-list .heading-team-group {
    padding: .5em 1em;
  }
}

.section-body .join-team-list ul {
  display: block;
}

@media screen and (min-width: 780px) {
  .section-body .join-team-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
  }
}

.section-body .join-team-list .join-team-desc {
  margin: 0 0 1em;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 9px 9px 9px;
}

@media screen and (min-width: 780px) {
  .section-body .join-team-list .join-team-desc {
    width: 48%;
    margin: 0 1% 2%;
  }
}

.section-body .join-team-list .join-team-desc a,
.section-body .join-team-list .join-team-desc .join-team-item {
  display: flex;
  align-items: center;
  width: 100%;
  color: #000;
  text-decoration: none;
  background: url("/img/events/yabecchi/btn--back.png") 96% 50% no-repeat;
  background-size: 1em auto;
}
.section-body .join-team-list .join-team-desc .join-team-item {
  background: none;
  background-size: initial;
}

.section-body .join-team-list .join-team-desc a:hover {
  opacity: .6em;
}

.section-body .join-team-list .join-team-desc .join-team-photo {
  position: relative;
  border-radius: 8px 0 0 8px;
  width: 40%;
  min-height: 80px;
  max-height: 100px;
  overflow: hidden;
}

.section-body .join-team-list .join-team-desc .join-team-photo:before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.section-body .join-team-list .join-team-desc .join-team-photo img {
  width: auto;
  min-height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 900px) {
  .section-body .join-team-list .join-team-desc .join-team-photo img {
    position: absolute;
    top: -20%;
    width: 100%;
    min-height: auto;
    max-height: initial;
  }
}

.section-body.join-team {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.section-body .heading-list-team {
  font-size: 1.625rem;
  font-weight: 900;
  margin-top: 2rem;
}

.section-body .heading-list-team:first-of-type {
  margin-top: 0;
}

.section-body .heading-list-team::after {
  background: #000;
  content: " ";
  display: inline-block;
  width: 80px;
  height: 2px;
  margin-left: 2.5rem;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 600px) {
  .section-body .heading-list-team::after {
    width: 17.7%;
    margin-left: 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .section-body .heading-list-team {
    margin-left: 0.9375rem;
  }
}

@media screen and (max-width: 600px) {
  .section-body .heading-list-team {
    font-size: 1.3rem;
    margin-top: 5rem;
  }
}

.section-body .join-team-list {
  padding: 1em;
}

@media screen and (min-width: 780px) {
  .section-body .join-team-list {
    padding: 0;
  }
}

.section-body .join-team-list .heading-team-group {
  font-size: 1rem;
  margin-bottom: .5em;
}

@media screen and (min-width: 780px) {
  .section-body .join-team-list .heading-team-group {
    padding: .5em 1em;
  }
}

.section-body .join-team-list ul {
  display: block;
}

@media screen and (min-width: 780px) {
  .section-body .join-team-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
  }
}

.section-body .join-team-list .join-team-desc {
  margin: 0 0 1em;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 9px 9px 9px;
}

@media screen and (min-width: 780px) {
  .section-body .join-team-list .join-team-desc {
    width: 48%;
    margin: 0 1% 2%;
  }
}

.section-body .join-team-list .join-team-desc a,
.section-body .join-team-list .join-team-desc .join-team-item {
  display: flex;
  align-items: center;
  width: 100%;
  color: #000;
  text-decoration: none;
  background: url("/img/events/yabecchi/btn--back.png") 96% 50% no-repeat;
  background-size: 1em auto;
}
.section-body .join-team-list .join-team-desc .join-team-item {
  background: none;
  background-size: initial;
}

.section-body .join-team-list .join-team-desc a:hover {
  opacity: .6em;
}

.section-body .join-team-list .join-team-desc .join-team-photo {
  position: relative;
  border-radius: 8px 0 0 8px;
  width: 40%;
  min-height: 80px;
  max-height: 100px;
  overflow: hidden;
}

.section-body .join-team-list .join-team-desc .join-team-photo:before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.section-body .join-team-list .join-team-desc .join-team-photo img {
  width: auto;
  min-height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 900px) {
  .section-body .join-team-list .join-team-desc .join-team-photo img {
    position: absolute;
    top: -20%;
    width: 100%;
    min-height: auto;
    max-height: initial;
  }
}

.section-body.join-team {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.section-body .heading-list-team {
  font-size: 1.625rem;
  font-weight: 900;
  margin-top: 2rem;
}

.section-body .heading-list-team:first-of-type {
  margin-top: 0;
}

.section-body .heading-list-team::after {
  background: #000;
  content: " ";
  display: inline-block;
  width: 80px;
  height: 2px;
  margin-left: 2.5rem;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 600px) {
  .section-body .heading-list-team::after {
    width: 17.7%;
    margin-left: 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .section-body .heading-list-team {
    margin-left: 0.9375rem;
  }
}

@media screen and (max-width: 600px) {
  .section-body .heading-list-team {
    font-size: 1.3rem;
    margin-top: 5rem;
  }
}

.section-body .join-team-list {
  padding: 1em;
}

@media screen and (min-width: 780px) {
  .section-body .join-team-list {
    padding: 0;
  }
}

.section-body .join-team-list .heading-team-group {
  font-size: 1rem;
  margin-bottom: .5em;
}

@media screen and (min-width: 780px) {
  .section-body .join-team-list .heading-team-group {
    padding: .5em 1em;
  }
}

.section-body .join-team-list ul {
  display: block;
}

@media screen and (min-width: 780px) {
  .section-body .join-team-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
  }
}

.section-body .join-team-list .join-team-desc {
  margin: 0 0 1em;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 9px 9px 9px;
}

@media screen and (min-width: 780px) {
  .section-body .join-team-list .join-team-desc {
    width: 48%;
    margin: 0 1% 2%;
  }
}

.section-body .join-team-list .join-team-desc a,
.section-body .join-team-list .join-team-desc .join-team-item {
  display: flex;
  align-items: center;
  width: 100%;
  color: #000;
  text-decoration: none;
  background: url("/img/events/yabecchi/btn--back.png") 96% 50% no-repeat;
  background-size: 1em auto;
}
.section-body .join-team-list .join-team-desc .join-team-item {
  background: none;
  background-size: initial;
}

.section-body .join-team-list .join-team-desc a:hover {
  opacity: .6em;
}

.section-body .join-team-list .join-team-desc .join-team-photo {
  position: relative;
  border-radius: 8px 0 0 8px;
  width: 40%;
  min-height: 80px;
  max-height: 100px;
  overflow: hidden;
}

.section-body .join-team-list .join-team-desc .join-team-photo:before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.section-body .join-team-list .join-team-desc .join-team-photo img {
  width: auto;
  min-height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 900px) {
  .section-body .join-team-list .join-team-desc .join-team-photo img {
    position: absolute;
    top: -20%;
    width: 100%;
    min-height: auto;
    max-height: initial;
  }
}

@media screen and (min-width: 900px) {
  .section-body .join-team-list .join-team-desc .join-team-photo img.noimage {
    top: -40%;
    left: 0;
  }
}

.section-body .join-team-list .join-team-desc .join-team-photo:before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-22deg);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  width: 100%;
  height: 110%;
  background: #fff;
  z-index: 1;
}

.section-body .join-team-list .join-team-desc .join-team-name {
  width: 68%;
  padding: 0 3em 0 0;
  line-height: 1.7;
}

.section-body .join-team-list .join-team-desc .join-team-name span{
  display: block;
}
@media screen and (min-width: 780px) {
    .section-body .join-team-list .join-team-desc .join-team-name span{
    display: inline;
  }
}
@media screen and (max-width: 600px) {
  .article-figure-video {
    flex-direction: column;
  }
}


.yabecchi-member{
    margin-top: 6rem;
}
@media screen and (max-width: 600px) {
    .yabecchi-member{
        margin-top: 5rem;
    }
}

.guest-primary img{
    vertical-align: bottom;
}
.presenter-yc-guest .guest-primary.member:hover {
    z-index: 2;
    -webkit-transform: initial;
            transform: initial;
    -webkit-filter: initial;
            filter: initial;
  }
  .presenter-yc-guest .guest-primary.member2:hover {
    z-index: 2;
    -webkit-transform: initial;
            transform: initial;
    -webkit-filter: initial;
            filter: initial;
  }




  .yabecchi2020 .list-player .name-player{
    font-size: 2rem;
}
.yabecchi2020 .list-player .name-player-english,
.yabecchi2020 .guest-primary.member .name-player-english {
  bottom: 20px;
}
.yabecchi2020 .list-player .name-player,
.yabecchi2020 .guest-primary.member .name-player{
  bottom: 40px;
}
.yabecchi2020 .name-comic-duo{
  bottom: 90px;
}
@media screen and (max-width: 600px) {
  .yabecchi2020 .list-player .name-player{
    font-size: 2rem;
  }
  .yabecchi2020 .list-player .name-player-english,
  .yabecchi2020 .guest-primary.member .name-player-english {
    bottom: 20px;
  }
  .yabecchi2020 .list-player .name-player,
  .yabecchi2020 .guest-primary.member .name-player{
    bottom: 20px;
  }
  .yabecchi2020 .name-comic-duo{
    bottom: 90px;
  }
}


.main-visual-message.yabecchi2021 .main-visual-message-img{
    background-image: url(/img/yabecchi-cup/2021/header.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
@media screen and (max-width: 600px) {
    .main-visual-message.yabecchi2021 .main-visual-message-img{
        background-image: url(/img/yabecchi-cup/2021/header_sp.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
}
.main-visual-message.yabecchi2021 .main-visual-message-img .main-visual-message-img-title{
  text-indent: -9999px;
}

.js-modal.yabecchicup .btn-form-wrapper.btn-form-wrapper-sm{
    width: 96% !important;
}
.js-modal.yabecchicup .btn-form-wrapper.btn-form-wrapper-sm li:first-of-type{
  width: 63%;
}
.js-modal.yabecchicup .btn-form-wrapper.btn-form-wrapper-sm li{
    width: 33%;
}
.js-modal.yabecchicup .form-button input, .form-button span{
  font-size: 0.8rem;
}
.campaign-section .campaign-section-title.small::after{
    width: 10%;
}


/* yabecchi2022 */
.main-visual-message.yabecchi2022 .main-visual-message-img{
  background-image: url(/img/yabecchi-cup/2022/header.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 600px) {
  .main-visual-message.yabecchi2022 {
      height: 100vw;
  }
  .main-visual-message.yabecchi2022 .main-visual-message-img{
      background-image: url(/img/yabecchi-cup/2022/header_sp.jpg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
  }
}

.main-visual-message.yabecchi2022 .main-visual-message-img .main-visual-message-img-title{
  text-indent: -9999px;
}


/* yabecchi2023 */
.main-visual-message.yabecchi2023 .main-visual-message-img{
  background-image: url(/img/yabecchi-cup/2023/header.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.main-visual-message.yabecchi2023 .main-visual-message-img .main-visual-message-img-title{
  text-indent: -9999px;
}

@media screen and (max-width: 600px) {
  .main-visual-message.yabecchi2023 {
      height: 100vw;
  }
  .main-visual-message.yabecchi2023 .main-visual-message-img{
      background-image: url(/img/yabecchi-cup/2023/header_sp.jpg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
  }
  .page-scroll.yabecchi2023 {
    bottom: 0;
  }
}

/* yabecchi2024 */
.main-visual-message.yabecchi2024 .main-visual-message-img{
  background-image: url(/img/yabecchi-cup/2024/yabecchicup2024_pcheader.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.main-visual-message.yabecchi2024 .main-visual-message-img .main-visual-message-img-title{
  text-indent: -9999px;
}

@media screen and (max-width: 600px) {
  .main-visual-message.yabecchi2024 {
      height: 100vw;
  }
  .main-visual-message.yabecchi2024 .main-visual-message-img{
      background-image: url(/img/yabecchi-cup/2024/yabecchicup2024_header_sp.jpg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
  }
  .page-scroll.yabecchi2024 {
    bottom: 0;
  }
}

/* yabecchi2025 */
.main-visual-message.yabecchi2025 .main-visual-message-img{
  background-image: url(/img/yabecchi-cup/2025/yabecchicup2025_pcheader.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.main-visual-message.yabecchi2025 .main-visual-message-img .main-visual-message-img-title{
  text-indent: -9999px;
}

@media screen and (max-width: 600px) {
  .main-visual-message.yabecchi2025 {
      height: 100vw;
  }
  .main-visual-message.yabecchi2025 .main-visual-message-img{
      background-image: url(/img/yabecchi-cup/2025/yabecchicup2025_header_sp.jpg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
  }
  .page-scroll.yabecchi2025 {
    bottom: 0;
  }
}