@charset "utf-8";
/* style.css
 * **************************************************
 * Common
 * Home - index.html
 * Details - details.html
 * ************************************************** */

/* Common
 ---------------------------------------------------- */

.button {
  margin: 13.33% auto 0;
  text-align: center;
  width: 66.66%;
}

.button2 {
  margin: 13.33% auto 0;
  text-align: center;
  width: 75.66%;
}

.button + .button {
  margin-top: 4%;
}

.button-txt {
  background-color: #ffffff;
  border-radius: 3.25em;
  color: #aa7930;
  display: block;
  font-size: min(4.26vw, 32px);
  padding: 1.18em 0;
  position: relative;
}

.button-txt-gold {
  background: linear-gradient(90deg, rgba(161, 120, 36, 1) 0%, rgba(128, 90, 37, 1) 100%);
  color: #ffffff;
}

.button-txt-black {
  color: #000000;
}

.button-txt::after {
  border-right: 2px solid #aa7930;
  border-bottom: 2px solid #aa7930;
  content: '';
  display: inline-block;
  height: 0.62em;
  margin-top: -0.31em;
  position: absolute;
  top: 50%;
  right: 1.18em;
  transform: rotate(-45deg);
  width: 0.62em;
}

.button-txt-gold::after {
  border-color: #ffffff;
}

.button-txt-black::after {
  border-color: #000000;
}

.bg-black {
  background: #000000;
}

.bg-brown {
  background: linear-gradient(90deg, rgba(161, 120, 36, 1) 0%, rgba(128, 90, 37, 1) 100%);
}

.bg-grad {
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(14, 14, 14, 1) 7.58%, rgba(35, 35, 35, 1) 21.92%, rgba(47, 47, 47, 1) 36.12%, rgba(51, 51, 51, 1) 49.92%, rgba(47, 47, 47, 1) 63.77%, rgba(35, 35, 35, 1) 78.02%, rgba(14, 14, 14, 1) 92.4%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%);
}

.bg-cross {
  padding: 80px 0;
  z-index: 1;
}

.bg-cross + .section-home {
  padding-top: 40px;
  z-index: 0;
}

.bg-cross::before,
.bg-cross::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.bg-cross::before {
  background: linear-gradient(90deg, rgba(11, 7, 6, 1) 0%, rgba(19, 16, 29, 1) 7.21%, rgba(30, 27, 58, 1) 18.18%, rgba(37, 35, 79, 1) 29.08%, rgba(42, 39, 92, 1) 39.76%, rgba(43, 41, 96, 1) 50%, rgba(41, 39, 92, 1) 60.07%, rgba(37, 35, 79, 1) 70.84%, rgba(29, 26, 57, 1) 81.95%, rgba(19, 15, 28, 1) 93.22%, rgba(11, 7, 6, 1) 100%);
  transform: skewY(-10deg);
  z-index: -1;
}

.bg-cross::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(14, 14, 14, 1) 7.58%, rgba(35, 35, 35, 1) 21.92%, rgba(47, 47, 47, 1) 36.12%, rgba(51, 51, 51, 1) 49.92%, rgba(47, 47, 47, 1) 63.77%, rgba(35, 35, 35, 1) 78.02%, rgba(14, 14, 14, 1) 92.4%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%);
  transform: skewY(10deg);
  z-index: -2;
}

[class*='corner-']::after {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: '';
  display: block;
  height: min(21.33vw, 160px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.corner-black::after {
  background-color: #000000;
}

/* .corner-grad::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(14, 14, 14, 1) 7.58%, rgba(35, 35, 35, 1) 21.92%, rgba(47, 47, 47, 1) 36.12%, rgba(51, 51, 51, 1) 49.92%, rgba(47, 47, 47, 1) 63.77%, rgba(35, 35, 35, 1) 78.02%, rgba(14, 14, 14, 1) 92.4%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%);
} */

.txt-bold {
  font-weight: 700;
}

/* Home
 ---------------------------------------------------- */

.mv-image {
  background: url(../images/main.jpg) no-repeat center top;
  background-color: #000;
  background-size: cover;
  /* padding: 22.33% 11.2% 7.73%; */
  height: 1075px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.mv-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin: 0 auto;
}
.mv-txt img {
  width: 100%;
}
.mv-ttl {
  margin: 0 auto;
  width: 100%;
  /* margin-left: -1%; */
}
.mv-ttl img {
  display: block;
  width: 100%;
}
.mv-info {
  margin-top: -0.1%;
  padding-top: 4% !important;
}
@media screen and (max-width: 768px) {
  .mv-image {
    height: 142vw;
  }
  .trigger span {
    left: 28px;
  }
  header {
    width: 100%;
  }
  .mv-txt {
    width: 73%;
  }
}
.mv-info {
  padding: 0 6.66% 21.33%;
}

.mv-info-btns {
  display: flex;
  justify-content: space-between;
  margin: 28px 0 0 0;
  padding: 0 10px;
}

.mv-info-btn {
  width: 48%;
}

.section-home {
  color: #ffffff;
  padding: 0 0 30.33%;
  position: relative;
}

.section-home-header {
  padding: 16% 0 6.66%;
  text-align: center;
}

.section-home-header.header-border {
  border-bottom: 1px solid #ffffff;
}

.section-home-ttl span {
  display: block;
  font-size: min(5.86vw, 44px);
  margin-top: 4.26%;
}

.officialaccount-list {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 0 8%;
  position: relative;
}

.officialaccount-list::after {
  border-bottom: 1px solid #ffffff;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 34.66%;
}

.officialaccount-item {
  margin: 0 3.73%;
  width: 10.66%;
}

.link-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 88%;
}

.link-item {
  background-image: url(../images/arrow_link.svg);
  background-position: right 0.66em center;
  background-repeat: no-repeat;
  background-size: 0.66em;
  border: 2px solid #ba9632;
  border-radius: 2px;
  color: #ba9632;
  display: block;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: min(4.167vw, 32px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  margin: 1.21% 0;
  padding: 2em 0;
  position: relative;
  text-align: center;
  width: 49%;
}

.link-item.item-full {
  width: 100%;
}

.link-item.soon {
  pointer-events: none;
}

.link-item.soon::after {
  background: url(../images/badge-comingsoon.svg) no-repeat;
  background-size: auto 1.66em;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.link-entry .link-item {
  background-color: rgba(0, 0, 0, 0.7);
}

.link-champion {
  padding: 13.33% 0 0;
}

.link-champion .link-block {
  margin: 0 auto 4%;
}

.link-champion .link-item {
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
}

.link-ticket .link-item {
  background-color: rgba(63, 63, 63, 0.8);
}

.link-entry {
  background: url(../images/bg_link_entry_01.png) no-repeat center top;
  background-size: cover;
  margin-top: -30.13%;
  padding: 25.6% 0 9.6%;
  position: relative;
  z-index: 1;
}

.link-ticket {
  background: url(../images/bg_link_ticket_01.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 9.6% 0 25.6%;
}

.judge-photo {
  position: relative;
}

.judge-photo-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.judge-photo-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 4% 0 3.2%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.judge-photo-txt {
  font-size: min(4vw, 30px);
}

.judge-photo-txt-strong {
  font-size: min(5.06vw, 38px);
  font-weight: 700;
  line-height: 1.6;
  margin: 0.52em 0 0 0;
}

.judge-detail {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: min(3.73vw, 28px);
  line-height: 1.7;
  margin: 8% auto;
  padding: 4.54% 0;
  width: 88%;
}

.judge-detail-item {
  padding: 0 0 0 0.5em;
  position: relative;
}

.judge-detail-item::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.judge-detail-txt {
  padding: 0 0 0 0.5em;
}

.qa-accordion {
  margin-bottom: -21.33%;
}

.qa-header {
  background-color: #ffffff;
  color: #aa7930;
  cursor: pointer;
  font-size: min(5.6vw, 42px);
  padding: 3.2% 0;
  text-align: center;
}

.qa-header.open {
  margin-bottom: 0;
}

.qa-header-icon {
  display: inline-block;
  height: 0.95em;
  margin: 0 0 0 0.28em;
  position: relative;
  vertical-align: -0.08em;
  width: 0.95em;
}

.qa-header-icon:before,
.qa-header-icon:after {
  background-color: #aa7930;
  content: '';
  position: absolute;
  transition: 0.2s;
}

.qa-header-icon:before {
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.09em;
}

.qa-header-icon:after {
  height: 0.09em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.qa-header-icon.open:before {
  transform: translateX(-50%) rotate(90deg);
}

.qa-question,
.qa-answer {
  font-size: min(4.26vw, 32px);
  line-height: 1.6;
  padding: 8.53% 8.53% 8.53% 21.33%;
  position: relative;
}

.qa-question {
  background-color: #2e3180;
  font-weight: 700;
}

.qa-answer {
  background-color: #000000;
}

.qa-answer:has(.button) {
  background-color: #232121;
}

.qa-question::before,
.qa-answer::before {
  background-color: #000000;
  background-position: 1.56em center;
  background-repeat: no-repeat;
  background-size: 1.375em;
  content: '';
  display: block;
  height: 2.75em;
  position: absolute;
  top: 1.56em;
  left: 0;
  width: 16.53%;
}

.qa-question::before {
  background-image: url(../images/icon_qa_q.svg);
}

.qa-answer::before {
  background-image: url(../images/icon_qa_a.svg);
}

.qa-answer .button {
  filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.2));
  margin-top: 5.08%;
  width: 100%;
}

.qa-answer .button-txt {
  background-color: #000000;
  border: 2px solid #a17824;
  border-radius: 3.12em;
  color: #ffffff;
  padding: 0.62em 0;
}

.qa-answer .button-txt::after {
  border-color: #ffffff;
}

.post-news-block {
  padding: 5.33% 5.86% 0;
}

.post-news-list {
  height: min(104vw, 780px);
  overflow-y: auto;
  padding: 0 25px 0 0;
}

.post-news {
  border-bottom: 1px solid #bfbfbf;
}

.post-news-link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 3.92% 0;
}

.post-news-thumb {
  width: 40%;
}

.post-news-thumb img {
  height: auto;
  width: 100%;
}

.post-news-thumb + .post-news-content {
  width: 55%;
}

.post-news-content {
  width: 100%;
}

.post-news-ttl {
  font-size: min(4vw, 30px);
  line-height: 1.6;
}

.post-news-ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post-news-block .button {
  filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.3));
  width: 46%;
}

.post-news-block .button-txt {
  border-radius: 1.37em;
  padding: 0.87em 0;
}

.sponsorship-about {
  background-color: #1a1a1a;
  padding: 14.66% 0 12.8%;
}

.sponsorship-about-ttl {
  border: 1px solid #aa7930;
  color: #aa7930;
  display: table;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: min(5.6vw, 42px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding: 0.47em 0.95em;
}

.sponsorship-about-txt {
  font-size: min(4.26vw, 32px);
  line-height: 1.9;
  margin: 5.33% 0 0 0;
  text-align: center;
}

.sponsorship-detail {
  background-color: #000000;
  padding: 2.66% 5.33% 5.33%;
}

.sponsorship-item {
  color: #aa7930;
  font-size: min(4vw, 30px);
  font-weight: 700;
  line-height: 1.7;
  padding: 4% 0;
  text-align: center;
}

.sponsorship-item:not(:first-child) {
  border-top: 1px solid #aa7930;
}

.contact-box-ttl {
  margin: 0 0 6.66%;
}

.contact-box {
  background-color: #000000;
  margin: 0 auto;
  padding: 8% 8%;
  width: 80%;
}

.contact-box .contact-mail {
  background-color: #4d4d4d;
  padding: 0.85em 0;
}

.megalos-course {
  display: flex;
  flex-wrap: wrap;
}

.megalos-course-item {
  width: 50%;
}

/* Details
 ---------------------------------------------------- */

.content-detail {
  padding: 0 0 32%;
  position: relative;
}

.content-detail:first-of-type::before {
  background-color: #000000;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: '';
  display: block;
  height: min(21.33vw, 160px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.c-blue::before {
  background: rgba(27, 20, 100, 0.6);
  mix-blend-mode: multiply;
  transform: skewY(-10deg);
  z-index: -1;
}

.c-blue::after {
  background: #292f89;
  transform: skewY(10deg);
  z-index: -2;
}

.c-brown::before {
  background: rgba(170, 121, 48, 0.6);
  transform: skewY(-10deg);
  z-index: -2;
}

.c-brown::after {
  background: #a17824;
  mix-blend-mode: multiply;
  transform: skewY(10deg);
  z-index: -1;
}

.detail-header {
  margin: 0 0 -13.33%;
  padding: 16% 0 32%;
}

.content-detail:first-of-type .detail-header {
  padding-top: 32%;
}

.section-detail {
  padding: 0 5.86% 21.33%;
  position: relative;
}

.section-detail-header {
  margin: 0 -6.64%;
  padding: 3.02% 0 7.55%;
}

.detail-txt {
  color: #ffffff;
  font-size: min(3.73vw, 29px);
  line-height: 1.7;
  text-align: center;
}

.detail-txt.txt-small {
  font-size: min(3.2vw, 26px);
  line-height: 1.6;
  margin: 0.29em 0 0 0;
}

.bg-photo {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 9.33%;
}

.bg-photo:first-of-type {
  margin-top: -20%;
}

.bg-photo.mens-fitness {
  background-image: url(../images/bg_mens_fitness_01.jpg);
}

.bg-photo.mens-surf {
  background-image: url(../images/bg_mens_surf_01.jpg);
}

.bg-photo.before-after {
  background-image: url(../images/bg_before_after_01.jpg);
}

.bg-photo.before-after02 {
  background-image: url(../images/bg_before_after_02.png);
}

.bg-photo.womens-fitness {
  background-image: url(../images/bg_womens_fitness_01.jpg);
}

.bg-photo.womens-beaury {
  background-image: url(../images/bg_womens_beaury_01.jpg);
  padding-bottom: 0;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 24.16% 0 0 0;
}

.category-item {
  background: linear-gradient(90deg, rgba(161, 120, 36, 0.7) 0%, rgba(128, 90, 37, 0.7) 100%);
  margin: 1.51% 0;
  position: relative;
  width: 48.33%;
}

.category-item.item-full {
  width: 100%;
}

.category-item-in {
  margin: 2px;
  padding: 10.25% 0;
  position: relative;
}

.category-item-in.no.u39 {
  background-color: rgba(117, 168, 99, 0.7);
}

.category-item-in.has.u39,
.category-item-in.all {
  background-color: rgba(102, 102, 102, 0.7);
}

.category-item-in.no.o40 {
  background-color: rgba(61, 128, 80, 0.7);
}

.category-item-in.has.o40 {
  background-color: rgba(77, 77, 77, 0.7);
}

.newmark {
  position: absolute;
  top: 11%;
  left: 7.69%;
  width: 11.53%;
}

.category-item-in b {
  color: #ffd000;
}

.category-item-in.all b {
  color: #ffff00;
}

.category-item.item-full b {
  font-size: min(6.4vw, 48px);
}

.criteria-item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-height: 5em;
  justify-content: center;
  margin: 3.02% 0 0 0;
  padding: 3.62% 0;
  width: 100%;
}

.box-blue {
  background-color: #09083b;
}

.box-brown {
  background-color: #5f3007;
}

.pose-block,
.costume-block {
  color: #ffffff;
  padding: 9.06% 7.55% 7.55%;
}

.pose-ttl,
.costume-ttl {
  font-size: min(5.6vw, 42px);
  padding: 0 0 8.89%;
  text-align: center;
}

.pose-ttl:not(:first-of-type) {
  border-top: 1px solid #ffffff;
  padding: 8.89% 0 0;
}

.costume-ttl {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 7.11%;
}

.pose-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1.38%;
}

.pose-item {
  margin: 0 1.38% 8.65%;
  position: relative;
  width: 47.05%;
}

.pose-item.item-full {
  width: 100%;
}

.pose-item-txt {
  background-color: rgba(0, 0, 0, 0.7);
  font-size: min(4vw, 30px);
  padding: 8.82% 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.pose-video {
  aspect-ratio: 4/3;
  margin: 0 0 3.46%;
  position: relative;
}

.pose-video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* 230810 add_news_lists */
.news_lists .post-news {
  padding: 100px 0 7%;
  margin: -100px 0 7%;
}

.news_lists .post-news-list {
  height: auto;
  overflow-y: unset;
  padding: 0;
}

.news_lists .post-news-content {
  width: 100%;
}

.news_lists .post-news-date {
  font-size: min(2.667vw, 20px);
  margin: 0 0 2%;
}

.news_lists .post-news-ttl {
  font-size: min(4.26vw, 32px);
  line-height: 1.6;
  margin: 0 0 3.4%;
  overflow: auto;
  display: block;
  -webkit-line-clamp: unset;
}

.news_lists .post-news-date {
  width: 100%;
}

.news_lists .post-news-text {
  font-size: min(3.2vw, 24px);
  line-height: 1.6;
}

.news_lists .post-news-text img {
  padding: 3% 0;
}

.news_lists .post-news-text a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media screen and (max-width: 768px) {
  .news_lists .post-news {
    padding: 72px 0 7%;
    margin: -72px 0 7%;
  }
}

/* 20231018_add_sponsors_logo */
.sponsors .section-home-header {
  padding: 16% 0 0;
}
.sponsors_ttl {
  color: #fff;
  font-size: min(4.26vw, 32px);
  line-height: 1.9;
  margin: 0 0 min(2vw, 32px);
  text-align: center;
}

.humberger_list_link.no_link {
  cursor: unset;
  position: relative;
  opacity: 0.4;
}

.humberger_list_link.no_link:hover {
  cursor: unset;
  color: #4d4d4d;
}

.link-item.no_link {
  cursor: unset;
}

.link-item.no_link .close_wrap {
  background-color: rgba(0 0 0 / 0.65);
  content: '';
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  margin: auto;
  padding: 0 0 5%;
  height: 100%;
  width: 100%;
}

.link-item.item-full.no_link .close_wrap {
  padding: 0 0 2%;
}

.link-item.no_link .close_text {
  color: #d80c25;
  display: flex;
  font-size: min(5.469vw, 42px);
  line-height: 1em;
  position: relative;
  transform: rotate(-5deg);
}

.link-item.no_link .close_text::before {
  border-bottom: 2px solid #d80c25;
  content: '';
  position: absolute;
  inset: auto 0 -10% 0;
  margin: auto;
  height: 2px;
  width: 100%;
}

.link-item.no_link .close_text::after {
  border-bottom: 2px solid #d80c25;
  content: '';
  position: absolute;
  inset: auto 0 -28% 0;
  margin: auto;
  height: 2px;
  width: 100%;
}

.qa-content {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}

.campion_contents {
  padding: 100px 0 0;
  margin: -156px 0 100px;
}

.campion_head {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 60px;
  white-space: nowrap;
}

.campion_head span {
  border-bottom: 2px solid #8e6725;
  padding: 0 40px 12px;
}

.campion_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 88%;
}

.campion_list {
  border: 2px solid #8e6725;
  border-radius: 10px;
  margin: 0 0 30px;
  padding: 0 0 14px;
  width: 47%;
}

.campion_list_img {
  margin: 0 auto 10px;
  width: 90%;
}

.campion_list_img img {
  width: 100%;
}

.campion_list_text {
  color: #fff;
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
}

.campion_list_label {
  background-color: #8e6725;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6em;
  padding: 10px 18px;
  margin: 0 0 14px;
  text-align: center;
}

.campion_list_label span {
  font-size: 0.9em;
}

.champion_head {
  color: #aa7930;
  font-family: '游明朝';
  font-size: 28px;
  font-weight: bold;
  margin: 10% 0 6%;
  text-align: center;
}

.champion_head span {
  position: relative;
}

.champion_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 6% 0 0;
}

.champion_list {
  margin: 0 0 3.34%;
  width: 25%;
}

.champion_list_img {
  margin: 0 0 4%;
}

.champion_list_img img {
  height: auto;
  width: 100%;
}

.champion_list_title {
  color: #fff;
  font-size: 18px;
  padding: 0 0 0 6%;
  position: relative;
  line-height: 1.6em;
}

.champion_list_title::after {
  border-left: 3px solid #8e6725;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 90%;
  width: 100%;
}

.button_caption {
  font-size: 0.4em;
  line-height: 1.4em;
  position: absolute;
  right: 0;
  bottom: 12%;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .campion_contents {
    margin: -100px 0 16vw;
  }

  .campion_head {
    font-size: 6.4vw;
    margin: 0 auto 10.667vw;
  }

  .campion_head span {
    padding: 0 5.333vw 2.133vw;
  }

  .campion_lists {
    flex-direction: column;
  }

  .campion_list {
    margin: 0 0 8vw;
    width: 100%;
  }

  .campion_list_img {
    margin: 0 auto 3vw;
  }

  .campion_list_text {
    font-size: 4.533vw;
  }

  .campion_list_label {
    font-size: 4.533vw;
    padding: 2.667vw 5.333vw;
    margin: 0 0 4.667vw;
  }

  .champion_head {
    font-size: 4.8vw;
    margin: 13% 0 0%;
  }

  .champion_list {
    margin: 0 0 3.34%;
    width: 50%;
  }

  .champion_list_title {
    font-size: 3.733vw;
  }
}

.video_wrap {
  margin: 10% 0 0;
  text-align: center;
}

.video_wrap #video {
  margin-bottom: 0;
  aspect-ratio: 9 / 16;
}

#video {
  margin-bottom: 8%;
  aspect-ratio: 16 / 9;
  width: 95%;
  height: auto;
}

.info_textWrap {
  padding: 0 0 20%;
}

.info_text {
  background-color: #fff;
  color: #d80c25;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  line-height: 1.4em;
  padding: 8% 0;
  width: 90%;
}

.info_textLink {
  border-bottom: 3px solid #d80c25;
  padding: 0 0.4%;
  opacity: 1;
  transition: 0.2s;
}

.info_textLink:hover {
  opacity: 0.6;
}

.pamphlet_img {
  position: relative;
}

.qr_link01 {
  position: absolute;
  content: '';
  top: 42px;
  right: 50px;
  bottom: 0;
  margin: auto;
  height: 145px;
  width: 140px;
}

.qr_link02 {
  position: absolute;
  content: '';
  bottom: 36px;
  left: 64px;
  margin: auto;
  height: 142px;
  width: 144px;
}

.qr_link03 {
  position: absolute;
  content: '';
  bottom: 222px;
  right: 47px;
  margin: auto;
  height: 116px;
  width: 116px;
}

.qr_link04 {
  position: absolute;
  content: '';
  top: 61px;
  right: 46px;
  bottom: 0;
  margin: auto;
  height: 86px;
  width: 86px;
}

.is_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is_sp {
    display: block;
  }

  .info_text {
    font-size: 5vw;
    padding: 8% 5%;
  }

  .qr_link01 {
    top: 5.6vw;
    right: 6.667vw;
    height: 19.333vw;
    width: 18.667vw;
  }

  .qr_link02 {
    bottom: 4.8vw;
    left: 8.533vw;
    height: 18.933vw;
    width: 19.2vw;
  }

  .qr_link03 {
    bottom: 29.6vw;
    right: 6.267vw;
    height: 15.467vw;
    width: 15.467vw;
  }

  .qr_link04 {
    top: 8.1vw;
    right: 6.2vw;
    height: 11.233vw;
    width: 11.367vw;
  }
}

@media screen and (max-width: 750px) {
}

.sponsorPlansWrap {
  overflow-x: scroll;
}

.sponsorPlans {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  min-width: 580px;
  width: 100%;
}

.sponsorPlans tr {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
/*
.sponsorPlans tr:nth-child(even) {
  background-color: #eee;
} */

.sponsorPlans th,
.sponsorPlans td {
  padding: 0.35em 1em;
}

.sponsorPlans thead tr > th:first-of-type {
  width: 49%;
}

.sponsorPlans thead tr > th:not(:first-of-type) {
  width: 17%;
}

.sponsorPlans thead th {
  font-size: 1em;
  padding: 1em;
  vertical-align: middle;
  text-align: center;
}

.sponsorPlans thead tr {
  background-color: #8e6725;
  color: #fff;
  font-size: 1em;
  padding: 1em 0;
}

.sponsorPlans tbody tr {
  background-color: rgb(50 50 50);
}

.sponsorPlans tbody th {
  color: #fff;
  font-size: 1em;
  padding: 1em;
  vertical-align: middle;
  text-align: center;
}

.sponsorPlans .txt {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  padding: 1em;
  line-height: 1.6em;
  vertical-align: middle;
  text-align: left;
}

.sponsorPlans .check {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  padding: 1em;
  line-height: 1.6em;
  vertical-align: middle;
  text-align: center;
}

.sponsorPlansWrap .scroll-hint-icon-wrap {
  display: none;
}

@media screen and (max-width: 650px) {
  .sponsorPlans thead tr > th:first-of-type,
  .sponsorPlans thead tr > th:not(:first-of-type) {
    font-size: 0.75em;
    padding: 1em 0.6em;
  }

  .sponsorPlans .txt {
    font-size: 0.75em;
    letter-spacing: -0.002px;
  }

  .sponsorPlans .check {
    font-size: 0.75em;
  }
}

@media screen and (max-width: 580px) {
  .sponsorPlansWrap .scroll-hint-icon-wrap {
    display: block;
  }
}

.mv-info-txt {
  /* background-color: #fff;
  border: 8px solid #BA9632; */
  color: #000;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin: 10% 0 0;
  padding: 36px 0 30px;
  line-height: 1.2em;
}

.mv-info-txt span {
  font-size: 0.6em;
}

.link-champion-txt {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 10% 0 0;
  line-height: 2em;
}

.mv-info-txt-link {
  display: flex;
  justify-content: center;
}

.mv-info-txt-link .link-item {
  background-color: #4c4c4c;
  font-size: min(5.167vw, 36px);
  padding: 1em 0;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .mv-info-txt {
    /* border: 1.067vw solid #BA9632; */
    font-size: 6.667vw;
    padding: 6.933vw 0 5.333vw;
  }

  .link-champion-txt {
    font-size: 7.467vw;
  }

  .mv-info-txt-link .link-item {
    width: 84%;
  }
}
