body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}
body main {
  overflow-x: hidden;
}
body img {
  max-width: 100%;
  width: 100%;
}
body h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.0875rem;
  text-indent: 0.0875rem;
  margin-bottom: 32px;
}
body .wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
body .wrapped1040 {
  max-width: 1040px;
  margin: 0 auto;
}
body .oswald {
  font-family: "Oswald", sans-serif;
}
body .mainColor01 {
  background: #0a0a0a;
  color: white;
}
body .introTxt {
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 8px;
}
body .introTxt span {
  display: inline-block;
}
body .sp-show {
  display: block;
}
body .tb-show {
  display: block;
}
body .pc-show {
  display: none;
}
body .comingSoon {
  position: relative;
}
body .comingSoon a {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
body .comingSoon::after {
  content: "coming soon";
  display: block;
  position: absolute;
  top: 15px;
  left: 16px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #bbb;
}
body .closed::after {
  content: "closed";
}
body .btn_comingSoon {
  position: relative;
  pointer-events: none;
}
body .btn_comingSoon .comingSoon--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  line-height: 54px;
}
body .btn_comingSoon .comingSoon--overlay::after {
  content: "Coming Soon";
  display: inline-block;
  transform: translateY(-4px);
}
body .f-comingSoon__contents .addComingsoon-sp::after {
  opacity: 1;
  content: "coming soon";
  display: block;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0%);
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
}
body .f-comingSoon__contents .menu-details {
  opacity: 0.1;
  position: relative;
}
@media screen and (min-width: 1025px) {
  body .f-comingSoon__contents::after {
    content: "coming soon";
    display: block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0%);
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
  }
  body .f-comingSoon__contents .menu-details {
    opacity: 0.1;
  }
  body .f-comingSoon__contents .menu-details::after {
    display: none;
  }
}
body .f-comingSoon__contents a {
  pointer-events: none;
  cursor: default;
}
body .f-comingSoon__contents.support {
  background: rgba(0, 0, 0, 0.1);
}
body .f-comingSoon__contents.support::after {
  color: #000;
  transform: translate(-50%, -55%);
}
body .f-comingSoon__contents.support > * {
  opacity: 1;
}
body .f-comingSoon__contents.support > * a {
  opacity: 0.1;
}
body .p-scrollContents {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
body .p-scrollContents.scrollAnimate {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
body .openingAnime {
  width: 100%;
  opacity: 0;
  transform: scale(1.05);
  filter: blur(10px);
}
body .openingAnime.mvAccess {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: all 1s ease-out;
}
@media screen and (min-width: 600px) {
  body .tb-show {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  body h4 {
    font-size: 2rem;
    margin-bottom: 22px;
  }
  body .sp-show {
    display: none;
  }
  body .pc-show {
    display: block;
  }
  body .comingSoon::after {
    top: 20px;
    left: 66px;
    color: #444;
  }
  body .closed::after {
    left: 90px;
  }
}

.l-header {
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.l-header.isAnimate {
  margin-top: -43px;
  transition: all 0.3s ease-in-out;
}
.l-header__comment-block {
  background: #151515;
  padding: 8px 18px;
  font-size: 0.625rem;
}
.l-header__comment-block p:first-child {
  margin-bottom: 4px;
  letter-spacing: 0.015rem;
}
.l-header__comment-block p:nth-child(2) {
  letter-spacing: 0.06rem;
}
.l-header__nav-area {
  padding: 13px 18px;
}
.l-header__nav-area.isAnimate {
  background: #000;
  transition: all 0.3s ease-in-out;
}
.l-header__comment-block .wrapper p img,
.l-header__nav-area .wrapper .sns img {
    height: 20px;
    width: auto;
}
@media screen and (min-width: 1025px) {
  .l-header.isAnimate {
    margin-top: -50px;
    transition: all 0.3s ease-in-out;
  }
  .l-header__comment-block {
    margin-top: 0;
    transition: all 0.3s ease-in-out;
  }
  .l-header__comment-block .wrapper {
    padding: 6px 44px;
    display: flex;
    gap: 20px;
    position: relative;
  }
  .l-header__comment-block .wrapper p {
    font-size: 0.75rem;
  }
  .l-header__comment-block .wrapper p:nth-of-type(1) {
    padding: 2px 0;
    margin-right: auto;
}
/*
  .l-header__comment-block .wrapper p img {
    height: 20px;
    width: auto;
}*/
  .l-header__nav-area {
    position: relative;
    padding: 0 18px;
  }
  .l-header__nav-area .wrapper {
    padding: 0 44px;
    height: 56px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  .l-header__nav-area .wrapper .c-logo {
    line-height: 56px;
  }
  .l-header__nav-area .wrapper .c-gNav > ul {
    position: absolute;
    top: 16px;
  }
}

.l-mv__top {
  width: 100%;
/*  min-height: 100vh;*/
  background: url(../img/top__mv--sp.jpg) center center/cover #000;
  padding: 105px 32px 75px;
  text-align: center;
}
.l-mv__top .wrapper_btn {
  width: 100%;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.l-mv__top .c-linkBtn {
  width: 100%;
  height: 80px;
  margin-bottom: 30px;
  padding: 10px 0;
  position:relative;
}
.l-mv__top .c-linkBtn p {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
}
.l-mv__top .c-linkBtn::before {
  right: 12px;
  top: 40px;
}
.l-mv__top .c-linkBtn::after {
  right: 13px;
  top: 35px;
}
.l-mv__top .c-linkBtn-gp {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
}
.l-mv__top .c-linkBtn-gp:hover {
  font-size: 12px;
}
.page_1k .l-mv__top {
  min-height: auto;
  padding: 90px 15px 50px;
}
.page_gp .l-mv__top img,
.page_1k .l-mv__top img {
  margin: 30px auto 0;
  max-height: 650px;
  width: auto;
}
@media screen and (min-width: 1025px) {
  .l-mv__top {
    background: url(../img/top__mv--pc.jpg) center center/cover #000;
    justify-content: center;
  }
  .l-mv__top img {
    max-width: 100%;
  }
  .l-mv__top .wrapper_btn {
    width: 800px;
  }
  .l-mv__top .c-linkBtn {
    width: 800px;
    height: 80px;
    margin-bottom: 30px;
    padding: 10px 0;
  }
  .l-mv__top .c-linkBtn:nth-of-type(1) {
    margin-right: 40px;
  }
  .l-mv__top .c-linkBtn:nth-of-type(1),
  .l-mv__top .c-linkBtn:nth-of-type(2) {
    width: 380px;
    margin-bottom: 0;
  }
  .page_1k .l-mv__top {
    padding: 90px 25px 70px;
  }
}

.l-concept {
  padding: 22px 18px 30px;
  background: #eee;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-concept {
    padding: 22px 18px 30px;
  }
}

.l-mainContents {
  padding: 50px 18px 50px;
}

.l-footer {
  background: #0a0a0a;
  padding: 24px 18px 30px;
  text-align: center;
}
.l-footer .c-footerLink {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 5px;
}
.l-footer .c-footerLink + .c-footerLink {
  margin-bottom: 30px;
}
.l-footer .c-footerLink li a {
  display: block;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.l-footer small {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
}

.c-logo {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.225rem;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  margin-top: -3px;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .c-logo {
    font-size: 35px;
    letter-spacing: 0.4375rem;
  }
}

.c-humburgerMenu {
  width: 28px;
  height: 16px;
  position: absolute;
  top: 56px;
  right: 18px;
  z-index: 1000;
}
.c-humburgerMenu span {
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.c-humburgerMenu::after, .c-humburgerMenu::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
}
.c-humburgerMenu::before {
  top: 7px;
}
.c-humburgerMenu::after {
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.c-humburgerMenu.open span {
  transform: rotate(30deg);
  top: 7px;
  transition: all 0.3s ease-in-out;
}
.c-humburgerMenu.open::before {
  display: none;
}
.c-humburgerMenu.open::after {
  transform: rotate(-30deg);
  bottom: 7px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .c-humburgerMenu {
    display: none;
  }
}

.c-gNav {
  width: 100%;
  min-height: 100vh;
  background: #000;
  position: absolute;
  top: -200px;
  left: -110%;
  z-index: 10;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  padding: 50px 0;
  transition: all 0.3s ease-in-out;
}
.c-gNav > ul > li {
  margin-bottom: 36px;
}
.c-gNav > ul > li.pre_menu a,
.c-gNav > ul > li.pre_menu {
  cursor: default;
  color: #aaa;
}
.c-gNav > ul > li ul {
  display: flex;
  justify-content: center;
  margin: 18px 0;
  font-size: 0.875rem;
  font-weight: 400;
  flex-wrap: wrap;
  row-gap: 24px;
}
.c-gNav > ul > li ul li a {
  display: block;
  text-align: center;
  height: 35px;
  line-height: 35px;
  padding: 0 4.8vw;
}
.c-gNav > ul > li ul li a span {
  display: none;
}
.c-gNav > ul > li ul li:not(:last-child) a {
  border-right: 1px solid #fff;
}
.c-gNav > ul > li ul.sns li a {
  border-right: none;
  margin: 0 10px;
  padding: 0;
}
.c-gNav.open {
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.c-gNav.isAnimate.open {
  top: 43px;
}
@media screen and (min-width: 1025px) {
  .c-gNav {
    background: inherit;
    position: inherit;
    min-height: inherit;
    text-align: left;
    padding: 7px 0;
    justify-content: flex-end;
    flex-direction: row;
  }
  .c-gNav > ul {
    display: flex;
    gap: 40px;
  }
  .c-gNav > ul > li {
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
  }
  .c-gNav > ul > li::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 26px;
    left: 0;
    transition: all 0.3s ease-in-out;
  }
  .c-gNav > ul > li.pre_menu::before {
    display: none;
  }
  .c-gNav > ul > li:hover {
    height: 300px;
  }
  .c-gNav > ul > li:hover::before {
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
  .c-gNav > ul > li:hover > ul {
    display: block;
  }
  .c-gNav > ul > li:hover > ul a:hover {
    background: #e2e2e2;
  }
  .c-gNav > ul > li.child:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    margin-left: 18px;
    margin-bottom: 4px;
    transition: all 0.3s ease-in-out;
  }
  .c-gNav > ul > li.child:hover:after {
    transform: rotate(225deg);
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
  }
  .c-gNav > ul > li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    flex-direction: column;
    justify-content: flex-start;
    background: #fff;
    color: #0a0a0a;
    margin: 0;
    padding: 10px 0;
    font-size: 0.875rem;
    font-weight: 400;
  }
  .c-gNav > ul > li ul li a {
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 32px;
    text-align: left;
    width: 160px;
    font-weight: bold;
    font-size: 1rem;
  }
  .c-gNav > ul > li ul li a span {
    display: inline-block;
    margin-left: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
  }
  .c-gNav > ul > li ul li:not(:last-child) a {
    border-right: none;
  }
}

.c-sideText {
  display: none;
}
@media screen and (min-width: 600px) {
  .c-sideText {
    display: block;
    text-transform: uppercase;
    font-size: 0.625rem;
    letter-spacing: 0.275rem;
    font-weight: 500;
    transform: rotate(90deg);
    transform-origin: 100% 100%;
    position: absolute;
    right: 35px;
    bottom: calc(-100vh + 138px);
  }
  .c-sideText::after {
    content: "";
    width: 196px;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin-left: 35px;
    margin-bottom: 3px;
  }
}

.c-emblemHead {
  padding: 22px;
  border-radius: 50%;
  margin: -43px auto 0;
  width: 136px;
  background: #eee;
  position: relative;
  z-index: 10;
}
.c-emblemHead img {
  width: 92px;
  height: auto;
}
.c-emblemHead p {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.1375rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-emblemHead p:first-of-type {
  text-align: right;
  left: -90px;
}
.c-emblemHead p:last-of-type {
  text-align: left;
  right: -90px;
}
.page_1k .c-emblemHead p:last-of-type {
  right: -95px;
  font-size: 1em;
}
@media screen and (min-width: 600px) {
  .page_1k .c-emblemHead p:last-of-type {
    right: -170px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-emblemHead {
    padding: 51px 41px 39px;
    width: 190px;
    margin: -56px auto 0;
  }
  .c-emblemHead img {
    width: 108px;
  }
  .c-emblemHead p {
    font-size: 1.75rem;
  }
  .c-emblemHead p:first-of-type {
    left: -135px;
  }
  .c-emblemHead p:last-of-type {
    right: -135px;
  }
  .page_1k .c-emblemHead p:last-of-type {
    right: -250px;
  }
}

.c-itemBlock {
  width: 100%;
  height: 118px;
  padding: 0 18px;
  border: 3px solid #dc291e;
  color: #dc291e;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.c-itemBlock:not(:last-of-type) {
  margin-bottom: 45px;
}
.c-itemBlock::before {
  display: block;
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-size: 2.25rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, -58%);
  padding: 0 18px;
  background: #0a0a0a;
}
.c-itemBlock:first-of-type::before {
  content: "01";
}
.c-itemBlock:nth-of-type(2)::before {
  content: "02";
}
.c-itemBlock:nth-of-type(3)::before {
  content: "03";
}
.c-itemBlock:nth-of-type(4)::before {
  content: "04";
}
.c-itemBlock:nth-of-type(5)::before {
  content: "05";
}
.c-itemBlock:nth-of-type(6)::before {
  content: "06";
}
@media screen and (min-width: 1025px) {
  .c-itemBlock {
    height: 142px;
  }
  .c-itemBlock::before {
    font-size: 1.875rem;
  }
  .c-itemBlock:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.c-h2 {
  font-size: 1.5rem;
  line-height: 1.45833;
  font-weight: bold;
  text-align: center;
  padding: 42px 0;
}
.c-h2 span {
  display: inline-block;
}
.l-mv__top .c-h2 {
  padding: 0;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .c-h2 {
    font-size: 1.75rem;
    padding: 50px 0 38px;
  }
}
.c-txt__concept {
  text-align: justify;
  font-weight: 500;
  line-height: 1.7;
  max-width: 610px;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
}
.c-txt__concept.type_2 {
  line-height: 2.0;
}
.page_gp .c-txt__concept {
  line-height: 2.4;
}
.c-txt__concept span {
  padding-bottom: 30px;
  display: block;
}
.c-txt__concept span.right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-innerLinkContainer {
  display: flex;
  flex-direction: column;
  gap: 28px;
  color: #fff;
  padding: 50px 18px 96px;
  background-size: 403px;
}
.c-innerLinkContainer li {
  padding: 20px 10px 13px;
}
.c-innerLinkContainer li a {
  border: solid 1px white;
}
.c-innerLinkContainer .introTxt {
  margin-bottom: 46px;
}
.c-innerLinkContainer .c-h2 {
  padding-bottom: 9px;
}
.c-innerLinkContainer .subtitle {
  margin-bottom: 35px;
}
.c-innerLinkContainer .c-innerLinkContainer li a h3 {
  margin-bottom: 28px;
}
.c-innerLinkContainer .c-innerLinkContainer li a h3::before {
  margin: 0 auto 28px;
}
.c-innerLinkContainer .c-innerLinkContainer li a p {
  font-size: 0.875rem;
}
.c-innerLinkContainer .c-innerLinkContainer li a::after {
  transition: all 0.3s ease-in-out;
}
.c-innerLinkContainer .c-innerLinkContainer li a:hover::after {
  transform: rotate(405deg) translateX(-50%);
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 600px) {
  .c-innerLinkContainer {
    max-width: 1038px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 50px 0 96px;
    margin: 0 auto;
  }
  .c-innerLinkContainer li {
    padding: 26px 17px 17px;
    width: calc((100% - 20px) / 2);
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.35);
  }
}
@media screen and (min-width: 1025px) {
  .c-innerLinkContainer {
    gap: 48px;
  }
  .c-innerLinkContainer li {
    width: calc((100% - 96px) / 3);
  }
  .page_gp .c-txt__concept {
    line-height: 2.7;
  }
}

.c-placeContainer {
  border: 1px solid #fff;
  color: #fff;
}
.p-finalWrapper .c-placeContainer {
  border: 1px dotted #fff;
}
.c-placeContainer__placeName {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  margin-top: -35px;
  margin-bottom: 18px;
  line-height: 1.4;
}
.c-placeContainer__placeName--sub {
  font-size: 1rem !important;
  display: inline-block !important;
  text-transform: inherit !important;
  letter-spacing: 0.1rem !important;
  text-indent: 0 !important;
}
.c-placeContainer__placeName span {
  display: block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: 0.7875rem;
}
@media screen and (min-width: 1025px) {
  .c-placeContainer__placeName span {
    letter-spacing: 0.2rem;
  }
}
.p-finalWrapper h3 + p,
.p-finalWrapper h3 + p + p,
.c-placeContainer p {
  text-align: center;
  margin-bottom: 10px;
}
.c-placeContainer p + p {
  min-height: 50px;
}
.c-placeContainer .menu-trigger {
  width: 132px;
  border: 1px solid #fff;
  margin: 0 auto 24px;
  font-size: 0.875rem;
  padding: 5px 8px 7px;
  line-height: 1;
  text-align: center;
}
.c-placeContainer .menu-trigger::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  margin: 0 0 3px 10px;
  transition: all 0.5s ease-in-out;
}
.c-placeContainer .menu-trigger.active::after {
  transform: rotate(225deg);
  margin: 3px 0 0 10px;
  transition: all 0.3s ease-in-out;
}
.c-placeContainer .addComingsoon-sp {
  display: none;
}
.c-placeContainer .menu-details {
  text-align: center;
  margin-bottom: 36px;
}
.c-placeContainer .menu-details dt, .c-placeContainer .menu-details dd {
  display: inline-block;
}
.c-placeContainer .menu-details dt:not(:last-of-type), .c-placeContainer .menu-details dd:not(:last-of-type) {
  margin-bottom: 24px;
}
.c-placeContainer .menu-details dt {
  font-size: 0.85rem;
  font-weight: 400;
  font-feature-settings: "palt";
}
.c-placeContainer .menu-details dd {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  transform: translateY(2px);
}
.p-finalWrapper > .c-linkBtn,
.c-placeContainer .c-linkBtn {
  width: 213px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 8px;
}
.page_1k .p-participation__list .p-finalWrapper .c-linkBtn:not(.oswald),
.page_1k .p-participation__list .c-placeContainer .c-linkBtn:not(.oswald) {
  font-size: 0.9rem;
}
.page_1k .p-finalWrapper .c-placeContainer .c-linkBtn {
  height: 50px;
  line-height: 20px;
  margin: 0 auto 20px;
  padding-top: 5px;
}
.page_1k .p-finalWrapper .c-placeContainer .c-linkBtn:not(:last-of-type) {
  margin-bottom: 8px;
}

.page_1k .p-finalWrapper .c-placeContainer .c-linkBtn::before {
  top: 27px;
}
.page_1k .p-finalWrapper .c-placeContainer .c-linkBtn::after {
  top: 21px;
}
.p-finalWrapper > .c-linkBtn.last,
.p-finalWrapper div.c-linkBtn:last-of-type,
.c-placeContainer .c-linkBtn.last {
  margin-bottom: 15px;
}
.c-placeContainer .c-linkBtn::before {
  top: 25px;
  right: 19px;
}
.c-placeContainer .c-linkBtn::after {
  top: 20px;
  right: 20px;
}
@media screen and (min-width: 600px) {
  .page_1k .p-finalWrapper .c-placeContainer .c-linkBtn.btn_solo {
    margin-bottom: 78px;
  }
  .page_1k .ul_advance .c-placeContainer {
    min-height: 357px;
  }
}
@media screen and (min-width: 1025px) {
  .c-placeContainer__placeName {
    margin-bottom: 30px;
    font-size: 1.5rem;
    letter-spacing: 0.45em;
    text-indent: 0.45rem;
    transform: translateX(0.45rem);
  }
  .c-placeContainer__placeName span {
    margin-bottom: 12px;
    transform: translateX(-0.45rem);
  }
  .p-finalWrapper h3 + p + p {
    margin-bottom: 25px;
  }
  .c-placeContainer .menu-details {
    margin-bottom: 64px;
  }
  .c-placeContainer .menu-details dt:not(:last-of-type),
  .c-placeContainer .menu-details dd:not(:last-of-type) {
    margin-bottom: 18px;
  }
  .p-finalWrapper > .c-linkBtn,
  .c-placeContainer .c-linkBtn {
    height: 48px;
    line-height: 48px;
    margin: 0 auto 15px;
  }
  .p-finalWrapper .c-linkBtn.pc_2row,
  .c-placeContainer .c-linkBtn.pc_2row {
    line-height: 19px;
    padding-top: 5px;
  }
  .page_1k .ul_advance .c-placeContainer {
    min-height: 439px;
  }
}

.c-itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 16px;
}
.c-itemList.goods_sponsor {
  margin-bottom: 120px;
}
.c-itemList figure {
  margin-bottom: 6px;
  width: 100%;
  background: #fff;
}
.c-itemList figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}
.c-itemList__details {
  width: calc((100% - 16px) / 2);
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-itemList__details.goods_long {
  width: calc(100% - 16px);
}
.c-itemList .goods_long figure img {
  aspect-ratio: auto;
}
.c-itemList__details p {
  font-family: "Oswald", sans-serif;
  margin-bottom: 12px;
}
.c-itemList__details__itemName {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  margin-bottom: 5px;
}
.c-itemList__details__itemPrice {
  font-size: 0.875rem;
  color: #5f5f5f;
  transform: translateY(2px);
}
.c-itemList__details .c-linkBtn {
  width: 100%;
  height: 34px;
  line-height: 34px;
}
.c-itemList__details .c-linkBtn::before {
  top: 18px;
  right: 14px;
}
.c-itemList__details .c-linkBtn::after {
  top: 13px;
  right: 15px;
}
.c-itemList__details .c-linkBtn.sml_txt {
  font-size: 0.9rem;
}
@media screen and (min-width: 1025px) {
  .c-itemList {
    max-width: 1037px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 39px;
    margin: 0 auto;
  }
  .c-itemList figure {
    margin-bottom: 10px;
  }
  .c-itemList__details {
    width: calc((100% - 117px) / 4);
  }
  .c-itemList__details.goods_long {
    width: calc((100% - 117px) / 2);
  }
  .c-itemList__details__itemName {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }
  .c-itemList__details__itemName.sml_txt {
    font-size: 0.9rem;
  }
  .c-itemList__details__itemPrice {
    font-size: 1rem;
  }
  .c-itemList__details__itemPrice.sml_txt {
    font-size: 0.9rem;
  }
  .c-itemList__details .c-linkBtn {
    height: 48px;
    line-height: 48px;
  }
  .c-itemList__details .c-linkBtn::before {
    top: 24px;
  }
  .c-itemList__details .c-linkBtn::after {
    top: 19px;
  }
}

.c-sponsorList {
  background: #0E0E0E;
  padding: 67px 18px 50px;
}
.c-sponsorList__container {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px 24px;
}
@media screen and (min-width: 1025px) {
  .c-sponsorList__container {
    max-width: 960px;
    margin: 0 auto;
  }
}
.c-sponsorList__logo {
  height: 24px;
}
@media screen and (min-width: 1025px) {
  .c-sponsorList__logo {
    height: 40px;
  }
}
.c-sponsorList__logo img {
  height: 100%;
  width: auto;
}
.c-sponsorList__logo.level3 img,
.c-sponsorList__logo.level4 img,
.c-sponsorList__logo.level5 img {
  width: 100%;
  height: auto;
}

.c-linkBtn {
  display: block;
  background: #dc291e;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.ul_challengers .c-linkBtn {
  background: #005bac;
}
.c-linkBtn::before {
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.page_gp .p-finalWrapper .c-linkBtn::before,
.page_1k .c-linkBtn::before {
  right: 8px;
  top: 21px;
  width: 15px;
}
.c-linkBtn::after {
  content: "";
  display: block;
  height: 8px;
  width: 2px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.page_gp .p-finalWrapper .c-linkBtn::after,
.page_1k .c-linkBtn::after {
  right: 9px;
  top: 16px;
}
.c-linkBtn:hover {
  border: 1px solid #dc291e;
  background: #fff;
  color: #dc291e;
  font-size: 1.125rem;
  transition: all 0.3s ease-in-out;
}
.ul_challengers .c-linkBtn:hover {
  border: 1px solid #005bac;
  color: #005bac;
}
.c-linkBtn:hover::before {
  transform: translateX(10px);
  background: #dc291e;
  transition: all 0.3s ease-in-out;
}
.c-linkBtn:hover::after {
  transform: translateX(10px) rotate(-45deg);
  background: #dc291e;
  transition: all 0.3s ease-in-out;
}
.ul_challengers .c-linkBtn:hover::before {
  background: #005bac;
}
.ul_challengers .c-linkBtn:hover::after {
  background: #005bac;
}
.page_gp .p-finalWrapper .c-linkBtn:hover::before,
.page_1k .c-linkBtn:hover::before {
  transform: translateX(5px);
}
.page_gp .p-finalWrapper .c-linkBtn:hover::after,
.page_1k .c-linkBtn:hover::after {
  transform: translateX(5px) rotate(-45deg);
}

@media screen and (min-width: 600px) {
  .c-linkBtn {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 1025px) {
  .page_gp .p-finalWrapper .c-linkBtn::before,
  .page_1k .c-linkBtn::before {
      top: 25px;
  }
  .page_gp .p-finalWrapper .c-linkBtn::after,
  .page_1k .c-linkBtn::after {
      top: 20px;
  }
  .page_gp .p-finalWrapper > .c-linkBtn::before {
    right: 20px;
  }
  .page_gp .p-finalWrapper > .c-linkBtn::after {
    right: 21px;
  }
}
.c-linkBtn.c-linkBtn-closed {
  pointer-events: none;
  border: 1px solid #dc291e;
  background: #0a0a0a;
  color: #dc291e;
}
.ul_challengers .c-linkBtn.c-linkBtn-closed {
  pointer-events: none;
  border: 1px solid #005bac;
  background: #0a0a0a;
  color: #005bac;
}
.c-linkBtn.c-linkBtn-closed::before {
  display: none;
}
.c-linkBtn.c-linkBtn-closed::after {
  display: none;
}

.p-news {
  background: #111;
}
.p-news .c-h2 {
  color: #fff;
}
.c-2columnList {
  padding-bottom: 80px;
}
.c-2columnList__topttl {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 28px;
}
.c-2columnList__topttl::before, .c-2columnList__topttl::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #fff;
  margin: 0 8px 6px;
}
.c-2columnList__container {
  display: flex;
  gap: 28px;
  padding-bottom: 16px;
}
.p-news .c-2columnList.desc.c-2columnList__container,
.p-participation .c-2columnList.desc.c-2columnList__container {
  display: block;
  padding-bottom: 80px;
}
.c-2columnList__container > li {
  width: calc((100% - 28px) / 2);
  line-height: 1.5;
}
.c-2columnList__container > li h3 {
  margin-bottom: 16px;
}
.c-2columnList__container > li h3::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #fff;
  margin-top: 10px;
}

.p-topConcept .c-h2 {
  border-top: 1px solid #CACACA;
  margin: -22px 0 0;
}
@media screen and (min-width: 1025px) {
  .p-topConcept .c-h2 {
    margin: -46px auto 0;
    max-width: 856px;
  }
}

.p-charm {
  background: url(../img/top__charm--backImg.png) no-repeat top center/contain #0a0a0a;
  padding-top: 82px;
}
.p-charm figure {
  max-width: 1040px;
  margin: 0 auto 65px;
}
.p-charm figure video {
  width: 100%;
}
.p-charm .c-h2 {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 42px 0 60px;
}
.p-charm .c-h2 span .oswald {
  display: block;
  font-weight: 400;
}
.p-charm .c-h2::before, .p-charm .c-h2::after {
  content: "";
  display: block;
  width: calc((100% - 170px) / 2);
  height: 1px;
  background: #fff;
  transform: translateY(-14px);
}
.p-charm ul {
  margin: 0 auto 54px;
}
.p-charm .c-linkBtn {
  width: 290px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
}
.p-charm .c-linkBtn::before {
  top: 23px;
  right: 19px;
}
.p-charm .c-linkBtn::after {
  top: 18px;
  right: 20px;
}
@media screen and (min-width: 600px) {
  .p-charm {
    background: url(../img/top__charm--backImg--pc.jpg) no-repeat top center/contain #0a0a0a;
    padding-top: 96px;
    padding-bottom: 68px;
  }
  .p-charm .c-h2 {
    max-width: 800px;
    margin: 0 auto;
  }
  .p-charm ul {
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    gap: 54px;
  }
  .p-charm ul li {
    width: calc((100% - 54px) / 2);
  }
}

.p-tournamentOverview {
  background: #000;
}
.img_GPS,
.f1k_champions figure,
.p-tournamentOverview figure {
  margin: 50px auto;
}
.p-tournamentOverview .c-h2 {
  color: white;
  padding-bottom: 20px;
}
.page_1k p.tournamentOverview,
.p-tournamentOverview p {
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.02rem;
  margin-bottom: 32px;
}
.page_1k p.tournamentOverview {
  margin-bottom: 50px;
}
.page_top .p-tournamentOverview img.sp-show + img {
  margin-top: 8px;
}
.f1k_champions {
  background: #000;
  color: #fff;
}
.gp_champions table,
.f1k_champions table {
	margin: 0 auto 50px;
	color: #fff;
}
.gp_champions th,
.gp_champions td,
.f1k_champions th,
.f1k_champions td {
	font-size: 0.75em;
	padding: 3px 6px;
}
.gp_champions thead th,
.f1k_champions thead th {
	padding-bottom: 5px;
	border-bottom: solid 1px #777;
}
table.champ_2023 tr:nth-of-type(5) th,
table.champ_2023 tr:nth-of-type(5) td,
table.champ_2024 tr:nth-of-type(5) th,
table.champ_2024 tr:nth-of-type(5) td,
.gp_champions table tr:nth-of-type(6) th,
.gp_champions table tr:nth-of-type(6) td {
	padding-top: 20px;
}

@media screen and (min-width: 600px) {
  .gp_champions thead th,
  .f1k_champions thead th {
  	padding-bottom: 10px;
  }
  .gp_champions th,
  .gp_champions td,
  .f1k_champions th,
  .f1k_champions td {
  	font-size: 1em;
  	padding: 5px 10px;
  }
  table.champ_2023 tr:nth-of-type(5) th,
  table.champ_2023 tr:nth-of-type(5) td,
  table.champ_2024 tr:nth-of-type(5) th,
  table.champ_2024 tr:nth-of-type(5) td,
  .gp_champions table tr:nth-of-type(6) th,
  .gp_champions table tr:nth-of-type(6) td {
  	padding-top: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .p-tournamentOverview {
    background: url(../img/top__tournamentOvervie--backImg--pc.jpg) no-repeat top center/contain #0a0a0a;
    padding-bottom: 96px;
  }
  .f1k_champions figure,
  .p-tournamentOverview figure {
    max-width: 898px;
    margin: 80px auto 50px;
  }
  .p-tournamentOverview .img_GPS {
    max-width: 492px;
    margin: 80px auto 50px;
  }
}

.p-houToEnjoy {
  background: url(../img/top__howToEnjoy--backImg.svg) no-repeat top left #fafafa;
  background-size: 202px;
  text-align: center;
  padding: 38px 18px 50px;
}
.p-houToEnjoy .subtitle {
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #8f8f8f;
  margin-bottom: 32px;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  font-family: "Oswald", sans-serif;
}
.p-houToEnjoy .introTxt {
  margin-bottom: 30px;
  line-height: 1.6;
}
.p-houToEnjoy .introTxt span {
  display: inline-block;
}
.p-houToEnjoy .c-h2 {
  padding-bottom: 16px;
}
.p-houToEnjoy .c-innerLinkContainer li:first-of-type {
  background: url(../img/top__howToEnjoy--listBbackImg01.jpg) no-repeat center center/cover;
}
.p-houToEnjoy .c-innerLinkContainer li:first-of-type a h3::before {
  content: "Watch";
}
.p-houToEnjoy .c-innerLinkContainer li:nth-of-type(2) {
  background: url(../img/top__howToEnjoy--listBbackImg02.jpg) no-repeat center center/cover;
}
.p-houToEnjoy .c-innerLinkContainer li:nth-of-type(2) a h3::before {
  content: "Volunteer";
}
.p-houToEnjoy .c-innerLinkContainer li:nth-of-type(3) {
  background: url(../img/top__howToEnjoy--listBbackImg03.jpg) no-repeat center center/cover;
}
.p-houToEnjoy .c-innerLinkContainer li:nth-of-type(3) a h3::before {
  content: "Run";
}
.p-houToEnjoy .c-innerLinkContainer li.p-play a h3::before {
  content: "Play";
}
.p-houToEnjoy .c-innerLinkContainer li.p-food a h3::before {
  content: "Food";
}
.p-houToEnjoy .c-innerLinkContainer li.p-support a h3::before {
  content: "Volunteer";
}
.p-houToEnjoy .c-innerLinkContainer li a {
  padding: 0 0 40px;
  position: relative;
  display: block;
}
.p-houToEnjoy .c-innerLinkContainer li a h3 {
  text-align: center;
  margin-bottom: 16px;
  margin-top: -20px;
  font-size: 1.125rem;
  letter-spacing: 0.09rem;
  font-weight: bold;
}
.p-houToEnjoy .c-innerLinkContainer li a h3::before {
  font-family: "Oswald", sans-serif;
  display: block;
  font-size: 2.125rem;
  font-weight: 500;
  width: 50%;
  border-bottom: 1px solid white;
  padding-bottom: 13px;
  margin: 0 auto 16px;
}
.p-houToEnjoy .c-innerLinkContainer li a p {
  line-height: 1.8;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.0187rem;
}
.p-houToEnjoy .c-innerLinkContainer li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: rotate(45deg) translateX(-50%);
}
@media screen and (min-width: 600px) {
  .p-houToEnjoy {
    padding: 50px 18px 96px;
    background-size: 403px;
  }
  .p-houToEnjoy .introTxt {
    margin-bottom: 46px;
  }
  .p-houToEnjoy .c-h2 {
    padding-bottom: 9px;
  }
  .p-houToEnjoy .subtitle {
    margin-bottom: 35px;
  }
  .p-houToEnjoy .c-innerLinkContainer li a h3 {
    margin-bottom: 28px;
  }
  .p-houToEnjoy .c-innerLinkContainer li a h3::before {
    margin: 0 auto 28px;
  }
  .p-houToEnjoy .c-innerLinkContainer li a p {
    font-size: 0.875rem;
  }
  .p-houToEnjoy .c-innerLinkContainer li a::after {
    transition: all 0.3s ease-in-out;
  }
  .p-houToEnjoy .c-innerLinkContainer li a:hover::after {
    transform: rotate(405deg) translateX(-50%);
    transition: all 0.3s ease-in-out;
  }
}

.p-watch {
  background: url(../img/top__watch--backImg--sp.jpg) no-repeat center top/cover #0a0a0a;
}
.p-watch .c-h2 {
  text-align: center;
  color: #fff;
  padding-top: 32px;
}
.p-watch .c-h2::before {
  content: "Watch";
}
.p-watch .c-h2::before {
  font-family: "Oswald", sans-serif;
  display: block;
  font-size: 1.875rem;
  font-weight: 500;
  width: 150px;
  border-bottom: 2px solid white;
  padding-bottom: 13px;
  margin: 0 auto 13px;
}
.p-watch__contentsContainer {
  background: #fff;
  padding: 45px 37px 43px;
  margin-bottom: 50px;
  position: relative;
}
.p-watch__contentsContainer::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 32px);
  border: 1px solid #000;
  position: absolute;
  top: 18px;
  left: 10px;
}
.p-watch__contentsContainer::after {
  content: url(../img/icon_crown.svg);
  display: inline-block;
  padding: 6px 18px 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-watch__contentsContainer--mainttl {
  width: calc(100% + 66px);
  margin-left: -33px;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 36px;
  background: none;
}
.p-watch__contentsContainer--mainttl span {
  display: block;
  font-size: 2.875rem;
  font-family: "Oswald", sans-serif;
}
.p-watch__contentsContainer .bodyCopy {
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  margin-bottom: 48px;
}
.p-watch__contentsContainer .bodyCopy span {
  display: inline-block;
}
.p-watch__contentsContainer .p-ticketList {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.p-watch__contentsContainer .p-ticketList li {
  color: #fff;
  text-align: center;
  padding: 16px 17px;
}
.p-watch__contentsContainer .p-ticketList li:first-of-type {
  background: #424242;
}
.p-watch__contentsContainer .p-ticketList li:nth-of-type(2) {
  background: #262626;
}
.p-watch__contentsContainer .p-ticketList li:nth-of-type(3) {
  background: #0a0a0a;
}
.p-watch__contentsContainer .p-ticketList li:nth-of-type(3) h3 span:first-of-type {
  font-size: 1.125rem;
}
.p-watch__contentsContainer .p-ticketList li .speechBubble {
  width: 130px;
  height: 34px;
  line-height: 34px;
  text-align: left;
  padding-left: 24px;
  margin: -16px -17px 0;
  background: #e2e2e2;
  color: #0a0a0a;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  position: relative;
}
.p-watch__contentsContainer .p-ticketList li .speechBubble::after {
  content: "";
  background: url(../img/common_triangle.svg) no-repeat left top/contain;
  display: block;
  width: 16px;
  height: 34px;
  position: absolute;
  top: 0;
  right: -16px;
}
.p-watch__contentsContainer .p-ticketList li h3 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  line-height: 1.1;
  margin-bottom: 14px;
}
.p-watch__contentsContainer .p-ticketList li h3 span:first-of-type {
  width: 5rem;
  margin-right: 12px;
}
.p-watch__contentsContainer .p-ticketList li h3 span:nth-of-type(2) {
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  transform: translateY(4px);
  margin-right: 3px;
}
.p-watch__contentsContainer .p-ticketList li h3 span:nth-of-type(4) {
  position: absolute;
  top: 15px;
  right: 1px;
  font-size: 0.75rem;
}
.p-watch__contentsContainer .p-ticketList li p {
  margin-bottom: 16px;
  font-size: 0.875rem;
}
.p-watch__contentsContainer .p-ticketList li .c-linkBtn {
  height: 44px;
  line-height: 44px;
}
.p-watch__contentsContainer .p-ticketList li .c-linkBtn::before {
  top: 23px;
  right: 19px;
}
.p-watch__contentsContainer .p-ticketList li .c-linkBtn::after {
  top: 18px;
  right: 20px;
}
.p-watch__contentsContainer .p-ticketList li:first-of-type h3 {
  height: 3.212rem;
  line-height: 3rem;
}
.p-watch__contentsContainer .p-ticketList li:nth-of-type(3) {
  display: flex;
  flex-direction: column-reverse;
}
.p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .speechBubble {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
.p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .speechBubble.batch {
  width: 174px;
}
.p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .speechBubble.batch::before {
  content: url(../img/p-watch__batch.svg);
  margin-left: -37px;
  display: block;
}
.p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .txt-area h3 span:nth-of-type(4) {
  right: -18px;
}
.p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .image-area {
  margin-top: 32px;
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 19px;
  padding: 23px 23px 10px;
}
.p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .image-area .speechBubble {
  position: inherit;
  width: calc(100% + 46px);
  margin: -23px -23px 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  padding: 6px 15px 7px;
  height: auto;
}
.p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .image-area .speechBubble::after {
  display: none;
}
.p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .image-area figure {
  display: flex;
  align-items: flex-end;
}
.p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .image-area figure p {
  color: #0a0a0a;
  margin-bottom: 78px;
}
.p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .image-area figure:first-of-type img {
  width: 92px;
  height: auto;
}
.p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .image-area figure:last-of-type img {
  width: 124px;
  height: auto;
}
.watchComingSoon {
  font-size: 42px;
  color: #ccc;
}
.p-watch__contentsContainer .last_comment {
  margin-top: 25px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .p-watch {
    background: url(../img/top__watch--backImg--pc.jpg) no-repeat center top/cover #0a0a0a;
    padding-bottom: 93px;
  }
  .p-watch .c-h2 {
    padding: 90px 0 44px;
    font-size: 1.5rem;
  }
  .p-watch .c-h2::before {
    margin-bottom: 24px;
    padding-bottom: 10px;
  }
  .p-watch__contentsContainer {
    max-width: 880px;
    margin: 0 auto 50px;
    padding-bottom: 38px;
  }
  .p-watch__contentsContainer .introTxt {
    margin-bottom: 0;
  }
  .p-watch__contentsContainer .bodyCopy {
    margin-bottom: 38px;
  }
  .p-watch__contentsContainer .p-ticketList {
    flex-direction: row;
    gap: 24px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-watch__contentsContainer .p-ticketList li {
    width: calc((100% - 40px) / 2);
  }
  .p-watch__contentsContainer .p-ticketList li h3 span:first-of-type {
    width: 7rem;
    font-size: 1.125rem;
  }
  .p-watch__contentsContainer .p-ticketList li h3 span:nth-of-type(2) {
    font-size: 2.75rem;
    margin-bottom: 3px;
  }
  .p-watch__contentsContainer .p-ticketList li h3 span:nth-of-type(4) {
    top: 12px;
    left: 77%;
    right: auto;
  }
  .p-watch__contentsContainer .p-ticketList li:nth-of-type(2) h3 span:first-of-type {
    line-height: 2.75rem;
  }
  .p-watch__contentsContainer .p-ticketList li:nth-of-type(3) {
    width: calc(100% - 20px);
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .txt-area {
    width: calc((100% - 40px) / 2 + 17px);
    margin-left: -17px;
  }
  .p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .txt-area h3 span:first-of-type {
    width: 5rem;
  }
  .p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .txt-area h3 span:nth-of-type(4) {
    right: 38px;
    left: auto;
  }
  .p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .image-area {
    margin-top: 0;
    width: calc((100% - 40px) / 2 + 40px);
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 19px;
    padding: 46px 23px 10px;
  }
  .p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .image-area .speechBubble {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 60%;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.3;
    padding: 6px 15px 7px;
    height: auto;
  }
  .p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .image-area .speechBubble::after {
    content: "";
    display: block;
    background: url(../img/common_triangle.svg) no-repeat left top/contain;
    height: 100%;
    width: 50px;
    right: -50px;
  }
  .p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .image-area figure p {
    margin-bottom: 40px;
  }
  .p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .image-area figure:first-of-type {
    width: 43%;
  }
  .p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .image-area figure:last-of-type {
    width: 50%;
  }
  .p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .image-area figure:last-of-type img {
    width: 80%;
  }
  .p-watch__contentsContainer .p-ticketList li .c-linkBtn {
    max-width: 224px;
    margin: 0 auto;
  }
  .p-watch__contentsContainer .pc-show {
    font-size: 0.875rem;
    text-align: center;
    font-weight: bold;
  }
  .p-watch__contentsContainer--mainttl {
    background: none;
    padding: 2px 0 20px;
    margin-bottom: 10px;
  }
  .p-watch__contentsContainer--mainttl span {
    margin-bottom: -2px;
  }
  .p-map figure,
  .p-food figure,
  .p-present figure,
  .p-watch figure {
    max-width: 880px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .p-watch__contentsContainer {
    padding: 45px 90px 43px;
  }
  .p-watch__contentsContainer .p-ticketList {
    gap: 40px;
  }
  .p-watch__contentsContainer .p-ticketList li h3 span:nth-of-type(4) {
    top: 12px;
    left: 80%;
  }
  .p-watch__contentsContainer .p-ticketList li:nth-of-type(3) {
    width: 100%;
  }
  .p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .image-area {
    padding: 23px 23px 10px;
  }
  .p-watch__contentsContainer .p-ticketList li:nth-of-type(3) .image-area figure p {
    margin-bottom: 78px;
    width: calc(100% - 92px);
    letter-spacing: 0;
  }
  .p-watch__contentsContainer .pc-show {
    font-size: 0.875rem;
    text-align: center;
    font-weight: bold;
  }
  .p-watch__contentsContainer--mainttl {
    background: url(../img/top__p-watch__contentsContainer--introTxt--backImg.svg) no-repeat center top/655px;
    background: none;
    padding: 2px 0 20px;
    margin-bottom: 10px;
  }
  .p-watch__contentsContainer--mainttl span {
    margin-bottom: -2px;
  }
  .watchComingSoon {
    font-size: 80px;
  }
  .p-map figure,
  .p-food figure,
  .p-present figure,
  .p-watch figure {
    max-width: 1038px;
    margin: 0 auto;
  }
}

.p-participation {
  background: url(../img/top__p-participation--backImg--sp.jpg) no-repeat center 34px/100% #0a0a0a;
  padding-bottom: 207px;
}
.p-participation .c-h2 {
  text-align: center;
  color: #fff;
  padding-top: 32px;
  padding-bottom: 24px;
}
.p-participation .c-h2::before {
  content: "Run";
}
.p-participation .c-h2::before {
  font-family: "Oswald", sans-serif;
  display: block;
  font-size: 1.875rem;
  font-weight: 500;
  width: 150px;
  border-bottom: 2px solid white;
  padding-bottom: 13px;
  margin: 0 auto 13px;
}
.p-participation .p-participation__ttl {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 64px;
}
.p-news .c-2columnList,
.p-participation .c-2columnList {
  color: #fff;
  max-width: 340px;
  margin: 0 auto;
}
.p-news .c-2columnList.desc,
.p-participation .c-2columnList.desc {
  color: #fff;
  max-width: 100%;
  margin: 0 auto;
}
.p-news .c-2columnList.desc .img,
.p-participation .c-2columnList.desc .img {
  margin-bottom: 20px;
}
.p-news .c-2columnList.desc .text,
.p-participation .c-2columnList.desc .text {
  line-height: 1.7;
}
.p-participation figure {
  width: calc(100% + 36px);
  margin-left: -18px;
  margin-bottom: 50px;
}
.p-participation__list {
  width: calc(100% + 36px);
  margin-left: -18px;
  padding: 18px;
  background: url(../img/top__p-participation__list--backImg--sp.jpg) no-repeat center 44px/100% #0a0a0a;
}
.p-participation__list > h4 {
  margin-bottom: 80px;
}
.p-participation__list__content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.p-finalWrapper .p-participation__list__content {
  gap: 20px;
  margin-bottom: 20px;
}
.p-participation__list__content-primary {
  margin-bottom: 120px;
}
.pre_challengers + h4,
.p-participation__list ul + h4 {
  margin: 100px 0 80px;
}
@media screen and (min-width: 600px) {
  .p-participation {
    background: url(../img/top__p-participation--backImg--pc.jpg) no-repeat center 34px/100% #0a0a0a;
    padding-bottom: 0;
  }
  .p-participation .c-h2 {
    padding: 90px 0 44px;
    font-size: 1.5rem;
  }
  .p-participation .c-h2::before {
    margin-bottom: 24px;
    padding-bottom: 10px;
  }
  .p-participation figure {
    max-width: 950px;
    margin: 0 auto 60px;
  }
  .p-news .c-2columnList.desc,
  .p-participation .c-2columnList.desc {
    max-width: 1012px;;
    margin: 0 auto;
  }
  .p-news .c-2columnList.desc.c-2columnList__container,
  .p-participation .c-2columnList.desc.c-2columnList__container {
    display: flex;
    gap: 64px 30px;
    padding-bottom: 16px;
  }
  .p-news .c-2columnList.desc .img,
  .p-participation .c-2columnList.desc .img {
    width: 400px;
    padding-top: 10px;
  }
  .p-news .c-2columnList.desc .text,
  .p-participation .c-2columnList.desc .text {
    width: 600px;
  }
  .p-participation__list {
    padding-top: 50px;
    padding-bottom: 100px;
    background: url(../img/top__p-participation__list--backImg.jpg) no-repeat center left/cover #0a0a0a;
  }
  .p-participation__list + h4 {
    margin-bottom: 32px;
  }
  .p-participation__list > h3 {
    font-size: 1.5rem;
  }
  .p-participation__list__content {
    max-width: 1080px;
    margin: 80px auto 0;
    flex-direction: row;
    gap: 102px 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-participation__list__content.ul_challengers {
    max-width: 1080px;
  }
  .p-finalWrapper .p-participation__list__content {
    margin: 50px 0 25px;
  }
  .p-participation__list__content-primary {
/*    margin-bottom: 200px;*/
  }
  .p-participation__list__content li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 1025px) {
  .p-participation__list ul {
    gap: 64px 20px;
  }
  .p-participation__list ul li {
    width: calc((100% - 128px) / 4);
  }
  .p-participation__list ul.ul_challengers li {
    width: calc((100% - 128px) / 4);
  }
  .p-finalWrapper .p-participation__list__content li {
    width: calc((100% - 128px) / 3);
  }
  .page_gp .p-finalWrapper .p-participation__list__content li {
    width: calc((100% - 128px) / 3);
  }
  .p-finalWrapper > .c-linkBtn {
    width: calc((100% - 128px) / 2);
  }
  .p-participation__list ul li .menu-trigger {
    display: none;
  }
  .p-participation__list ul li .addComingsoon-sp {
    display: block;
  }
  .p-participation__list ul li .menu-details {
    display: block;
  }
  .p-finalWrapper.pre_challengers .p-participation__list__content li {
    width: calc((100% - 128px) / 3);
  }
}

.p-finalGP .c-placeContainer {
  border: 2px #dc291e solid;
}
.p-finalGP__ttl {
  color: #dc291e;
}

.p-finalWrapper {
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 auto;
  padding: 0 24px 0;
}
.p-finalWrapper__headline {
  margin-bottom: 40px;
  line-height: 1.75;
  font-size: 1.125rem;
}
.p-finalWrapper .c-placeContainer__placeName-final {
  margin-top: -34px;
}
.p-finalWrapper .c-placeContainer__placeName-final-child {
  margin-top: 32px;
  letter-spacing: 0.15em;
  line-height: 1.8;
  text-indent: 0;
}
.p-finalWrapper .c-placeContainer__placeName-final-child span {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1.6px;
}
.p-finalWrapper .ekiden .c-placeContainer__placeName-final-child {
  font-size: 1.0em;
  line-height: 1.4;
}

.p-finalWrapper.pre_challengers {
  padding: 24px 24px 0;
}
.p-finalWrapper.pre_challengers .c-placeContainer {
  background-color: #fff;
}
.p-finalWrapper.pre_challengers img {
  width: 25%;
  margin: 20px;
}
.p-finalWrapper.pre_challengers p {
  color: #000;
}
@media screen and (min-width: 1025px) {
  .p-finalWrapper {
  max-width: 680px;
  width: calc(100% - 108px);
  }
  .page_gp .p-finalWrapper {
  max-width: 1080px;
  width: calc(100% - 108px);
  }
  .p-finalWrapper.pre_challengers {
    padding: 0 24px 0;
  }
  .p-finalWrapper.pre_challengers .p-participation__list__content {
      margin: 25px 0 25px;
  }
}
@media screen and (min-width: 600px) {
  .p-finalWrapper.pre_challengers .p-participation__list__content div {
    min-height: 188px
  }
  .page_gp .p-finalWrapper .c-placeContainer__placeName-final-child {
    min-height: 70px;
  }
}

.p-support {
  background: url(../img/top__p-support--backImg--sp.jpg) no-repeat center top/100% #f9f9f9;
  padding-top: 86px;
  padding-bottom: 82px;
}
.p-map,
.p-play {
  background-color: #f9f9f9;
}
.p-food,
.p-present{
  background-color: #eee;
}
.p-map .c-h2,
.p-food .c-h2,
.p-present .c-h2,
.p-play .c-h2,
.p-support .c-h2 {
  text-align: center;
  color: #0a0a0a;
  padding-top: 32px;
  padding-bottom: 24px;
}
.p-map .c-h2::before,
.p-food .c-h2::before,
.p-present .c-h2::before,
.p-play .c-h2::before,
.p-support .c-h2::before {
  font-family: "Oswald", sans-serif;
  display: block;
  font-size: 1.875rem;
  font-weight: 500;
  width: 150px;
  border-bottom: 2px solid white;
  padding-bottom: 13px;
  margin: 0 auto 13px;
}
.p-support .c-h2::before {
  content: "Volunteer";
  border-bottom: 2px solid #0a0a0a;
}
.p-play .c-h2::before {
  content: "Play";
  border-bottom: 2px solid #0a0a0a;
}
.p-present .c-h2::before {
  content: "Present";
  border-bottom: 2px solid #0a0a0a;
}
.p-food .c-h2::before {
  content: "Food";
  border-bottom: 2px solid #0a0a0a;
}
.p-map .c-h2::before {
  content: "Map";
  border-bottom: 2px solid #0a0a0a;
}
.p-support .introTxt {
  margin-bottom: 44px;
}
.p-support ul {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.p-support ul li {
  background: #2f2f2f;
  padding: 36px 21px 44px;
}
.p-support ul li p:first-of-type {
  margin-bottom: 20px;
}
.p-support ul li p:nth-of-type(2) {
  font-size: 0.875rem;
  margin-bottom: 12px;
}
.p-support ul li p:nth-of-type(3) {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.p-support ul li:last-of-type .c-placeContainer__placeName {
  transform: translateX(0.2rem);
}
.p-support ul li:last-of-type .c-placeContainer__placeName span {
  letter-spacing: 0.2rem;
  transform: translateX(-0.6rem);
}
@media screen and (min-width: 600px) {
  .p-support {
    background: url(../img/top__p-support--backImg--pc.jpg) no-repeat left 55px/48.843% #f9f9f9;
    padding-top: 6px;
  }
  .p-support .c-h2 {
    padding: 90px 0 66px;
    font-size: 1.5rem;
  }
  .p-support .c-h2::before {
    margin-bottom: 24px;
    padding-bottom: 10px;
  }
  .p-support ul {
    max-width: 1009px;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .p-support ul li {
    width: calc((100% - 20px) / 2);
    padding: 38px 21px 44px;
  }
  .p-support ul li p:nth-of-type(3) {
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 1025px) {
  .p-support ul {
    gap: 40px;
  }
  .p-support ul li {
    width: calc((100% - 80px) / 2);
  }
  .p-play ul {
    display: flex;
    max-width: 1038px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 50px 0 30px;
    margin: 0 auto;
  }
  .p-play ul li {
    width: calc((100% - 40px) / 3);
  }
  .p-present > p + figure,
  .p-map > figure,
  .p-food > p + figure {
    margin: 50px auto 30px
  }
}

.p-mdcOfficialGoods {
  background: url(../img/top__mdcOfficialGoods__backImg.svg) no-repeat center top/contain, url(../img/top__mdcOfficialGoods__backImg--bottom--sp.jpg) no-repeat center bottom/100% #f2f2f2;
  padding-top: 25px;
  padding-bottom: 80px;
}
.p-mdcOfficialGoods h4 {
  margin-bottom: 28px;
}
.p-mdcOfficialGoods__intro {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}
.p-mdcOfficialGoods .goodsComingSoon {
  max-width: 880px;
  margin: 50px auto 0;
  padding: 100px 90px 100px;
  text-align: center;
  font-size: 2.875rem;
  font-family: "Oswald", sans-serif;
  border: 10px solid #dc291e;
  color: #dc291e;
  background: #0a0a0a;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .p-mdcOfficialGoods {
    background: url(../img/top__mdcOfficialGoods__backImg--bottom--pc.jpg) no-repeat right top/37.917% #f9f9f9;
    padding-top: 150px;
    padding-bottom: 136px;
  }
  .p-mdcOfficialGoods__intro {
    margin-bottom: 62px;
  }
}

.c-sponsorList .on,
.c-sponsorList .lipovitan {
  width: 100%;
  text-align: center;
}
.c-sponsorList__container .level {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px 24px;
}
.c-sponsorList .level3,
.c-sponsorList .level4,
.c-sponsorList .level5 {
  width: 40%;
  height: auto;
  text-align: center;
}
.c-sponsorList .level4 {
  width: 28%;
}
.c-sponsorList .level5 {
  width: 20%;
}
.c-sponsorList .level4.orec {
  width: 20%;
}
.c-sponsorList .on img {
  width: 40px;
}
.c-sponsorList .bleach.level3 img {
  height: 55px;
  width: auto;
}
.c-sponsorList .bleach.level4 img {
  height: 38px;
  width: auto;
}
.c-sponsorList .lipovitan img {
  width: 200px;
}
.c-sponsorList .tabio img {
  height: auto;
}
.c-sponsorList .sekisui img,
.c-sponsorList .savas img {
  height: 22px;
  width: auto;
}
.c-sponsorList .orec.level3 img {
  height: 40px;
  width: auto;
}
.c-sponsorList .orec.level4 img {
  height: 29px;
  width: auto;
}
.c-sponsorList .mason {
  width: 115px;
}
.c-sponsorList .tential {
  width: 26%;
}
@media screen and (min-width: 600px) {
  .c-sponsorList__container .level {
    width: 640px;
  }
  .c-sponsorList .level3 {
    width: 25%;
    height: auto;
  }
  .c-sponsorList .level4.orec,
  .c-sponsorList .level4 {
    width: 18%;
    height: auto;
  }
  .c-sponsorList .level5 {
    width: 13%;
    height: auto;
  }
  .c-sponsorList .bleach.level3 img {
    height: 50px;
    width: auto;
  }
  .c-sponsorList .bleach.level4 img {
    height: 35px;
    width: auto;
  }
  .c-sponsorList .orec.level3 img {
    height: 42px;
    width: auto;
  }
  .c-sponsorList .orec.level4 img {
    height: 32px;
    width: auto;
  }
  .c-sponsorList .sekisui img,
  .c-sponsorList .savas img {
    height: 25px;
  }
  .c-sponsorList .mason img {

  }
  .c-sponsorList .tential {
    width: 16%;
  }
}
@media screen and (min-width: 1025px) {
  .c-sponsorList .lipovitan img {
    width: 230px;
  }
  .c-sponsorList .on img {
    width: 80px;
  }
  .c-sponsorList .on img {
    width: 50px;
  }
  .c-sponsorList__container .level {
    width: 960px;
    max-width: 960px;
    margin: 0 auto;
  }
  .c-sponsorList .level3 {
    width: 18%;
    height: auto;
  }
  .c-sponsorList .level4.orec,
  .c-sponsorList .level4 {
    width: 15%;
    height: auto;
  }
  .c-sponsorList .level5 {
    width: 10%;
    height: auto;
  }
  .c-sponsorList .bleach.level3 img {
    height: 65px;
    width: auto;
  }
  .c-sponsorList .bleach.level4 img {
    height: 45px;
    width: auto;
  }
  .c-sponsorList .orec.level3 img {
    height: 48px;
    width: auto;
  }
  .c-sponsorList .orec.level4 img {
    height: 38px;
    width: auto;
  }
  .c-sponsorList .sekisui img,
  .c-sponsorList .savas img {
    height: 30px;
    width: auto;
  }
  .c-sponsorList .tential {
    width: 13%;
  }
}

.c-linkMore {
  display: block;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  padding-bottom: 4px;
  border-bottom: 1px #ffffff solid;
  margin: 0 auto 40px;
}
@media screen and (min-width: 1025px) {
  .c-linkMore {
    margin: 0 auto 64px;
  }
}
.c-linkMore-closed {
  cursor: inherit;
  opacity: 0.1;
}
.video_mv {
  display: block;
  margin: 30px auto 0;
  max-width: 1080px;
  width: 100%;
}

.p-playback {
  padding-top: 90px;
  background: url(../img/img_bg_playback.png) no-repeat top left #fff;
  background-size: 202px;
}
@media screen and (min-width: 600px) {
  .p-playback {
    background-size: 450px;
  }
}

/* 開くボタン */
.button-open {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 600px;
  height: auto;
  color: #fff;
  text-align: right;
  cursor: pointer;
  position: relative;
}
.button-open > .year {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 2rem;
}
.button-open .intro {
  display: block;
  padding-top: 5px;
  font-size: 0.8rem;
  text-align: center;
}
.button-open[data-id="1"] > span.intro,
.button-open[data-id="2"] > span,
.button-open[data-id="3"] > span {
  color: #000;
}
@media screen and (min-width: 1025px) {
  .button-open {
    margin: 0 auto 40px;
    width: 800px;
    max-width: 800px;
    height: 200px;
  }
  .button-open > span {
    position: absolute;
    color: #fff;
    top: 10px;
    right: 15px;
  }
  .button-open .year {
    font-size: 2.5rem;
  }
  .button-open .intro {
    font-size: 1.0rem;
    top: 50px;
  }
  .button-open[data-id="1"] > span.intro,
  .button-open[data-id="2"] > span,
  .button-open[data-id="3"] > span {
    color: #fff;
  }
}

/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 740px;
  height: 500px;
  background-color: #0E0E0E;
  z-index: 11;
  padding: 35px 14px 14px;
}
.modal-window.pb_2023 {
  height: 640px;
}
.modal-window .title {
  font-family: "Oswald", sans-serif;
  position: absolute;
  font-size: 2rem;
  font-weight: 500;
  width: 250px;
  padding-bottom: 13px;
  background-color: #0E0E0E;
  top: 15px;
  left: 231px;
  color: #fff;
  text-align: center;
}
.modal-window ol {
  border: solid 1px white;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 10px 25px;
}
.modal-window.pb_2023 ol {
  padding: 30px 10px 0px;
}
.modal-window li {
  width: 130px;
  margin-right: 10px;
  color: #fff;
  text-align: left;
  font-size: 9px;
}
.modal-window li.middle,
.modal-window li.large {
  width: 340px;
  height: 250px;
  text-align: center;
  font-size: 12px;
}
.modal-window.pb_2023 li.large {
  height: 245px;
}
.modal-window li.middle {
  width: 216px;
  height: auto;
  margin: 0 20px 15px 0;
}
.modal-window li.middle:nth-of-type(5),
.modal-window li.middle:nth-of-type(8),
.modal-window li:nth-of-type(2),
.modal-window li:nth-of-type(7) {
  margin-right: 0;
}
.modal-window li.middle:nth-of-type(7) {
  margin-right: 20px;
}
.modal-window li img {
  width: 100%;
  height: auto;
}
.modal-window li p {
  padding-top: 7px;
}
@media screen and (max-width: 1025px) {
  .modal-window {
    width: 90%;
    aspect-ratio: 3 / 4.75;
    height: auto;
    padding: 25px 10px 10px;
    text-align: center;
  }
  .modal-window.pb_2023 {
    aspect-ratio: 3 / 4.5;
    height: auto;
  }
  .modal-window .title {
    display: inline-block;
    position: static;
    margin-top: -30px;
  }
  .modal-window .slider {
    margin: 0 20px;
  }
  .modal-window .slider .slider_inner,
  .modal-window .slider li {
    margin: 0;
    padding: 0 18px;
  }
  .modal-window .slider p,
  .modal-window .slider li p {
    padding: 5px 0 25px;
    text-align: center;
    font-size: 11px;
    color: #fff;
  }
  .modal-window .slider .slider_inner div + div > p,
  .modal-window .slider li div + div > p {
    padding: 5px 0 20px;
  }
  .modal-window .slick-dots li button:before {
    color: #fff;
  }
  .modal-window .slick-dots li.slick-active button:before {
    opacity: .85;
    color: #fff;
  }
  .modal-window .slick-dots {
    bottom: -25px;
  }
  .modal-window .slider .slick-prev {
    left: -15px;
  }
  .c-detailsList .slider .slick-next,
  .modal-window .slider .slick-next {
    right: -15px;
  }
}

/* 閉じるボタン */
.button-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  padding: 1em;
  background-color: #c96931;
  color: #eaeaea;
  border-radius: 20rem;
  cursor: pointer;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}
.font_color_white {
	color: #fff;
}

.slider{
  opacity: 0; 
  transition: opacity .3s linear; 
}
.slider.slick-initialized{
  opacity: 1;
}

.c-detailsList .slider{
  width: 100%;
  margin-top: 50px;
}
.c-detailsList .slider li img{
  width: 90%;
  margin: 0 auto;
}
.c-detailsList .slick-next:before,
.c-detailsList  .slick-prev:before,
.c-detailsList .slick-dots li button:before,
.c-detailsList .slick-dots li.slick-active button:before {
  color: #000;
}
.c-detailsList .slick-dots {
  bottom: -40px;
}
.c-detailsList .slider .slick-prev {
  left: -10px;
}
.c-detailsList .slider .slick-next {
  right: -10px;
}
.page_gp .modal-window {
  width: 740px;
  height: auto;
  padding:0;
}

.bg_black {
  background-color: #000;
}
.notice {
  width: 90%;
  margin: 50px auto;
}
.notice .txt {
  color: #fff;
  font-size: 25px;
  text-align: center;
  margin-top: 50px;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
	.notice {
	  margin-top: 100px;
	}
	.notice .txt {
	  font-size: 50px;
	}
}