@charset "UTF-8";
/*
Theme Name: tbp
/*
reset css by html5doctor v1.6.1
*/
@import url("https://use.typekit.net/ulr1prd.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

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

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: none;
  text-decoration: none !important;
  cursor: default;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: initial;
}

input,
select {
  vertical-align: middle;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*
font-family: "minerva-modern", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "rogue-sans-ext", sans-serif;
font-weight: 700;
font-style: italic;

font-family: "magistral", sans-serif;
font-weight: 800;
font-style: italic;

font-family: "sui-generis", sans-serif;
font-weight: 700;
font-style: italic;

font-family: "sui-generis", sans-serif;
font-weight: 900;
font-style: italic;

font-family: "guildhall", sans-serif;
font-weight: 500;
font-style: italic;
*/
/** color **/
/** layout **/
/** breakpoint **/
.category-events::before {
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("assets/img/bg-events-sp.jpg");
  background-size: cover;
}

.category-archives::before {
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("assets/img/bg-archives-sp.jpg");
  background-size: cover;
}

.category-press::before {
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("assets/img/bg-press-sp.jpg");
  background-size: cover;
}

.category-media::before {
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("assets/img/bg-media-sp.jpg");
  background-size: cover;
}

@media screen and (min-width: 980px) {
  .category-events::before {
    content: "";
    display: block;
    position: fixed;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url("assets/img/bg-events-pc.jpg");
    background-size: cover;
  }
  .category-archives::before {
    content: "";
    display: block;
    position: fixed;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url("assets/img/bg-archives-pc.jpg");
    background-size: cover;
  }
  .category-press::before {
    content: "";
    display: block;
    position: fixed;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url("assets/img/bg-press-pc.jpg");
    background-size: cover;
  }
  .category-media::before {
    content: "";
    display: block;
    position: fixed;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url("assets/img/bg-media-pc.jpg");
    background-size: cover;
  }
}
.return-home {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 200;
  padding: 80px 20px 120px 20px;
}

.home-bottom {
  padding-bottom: 200px;
}

.btn-center {
  width: 100%;
  max-width: 420px;
  display: grid;
  place-items: center;
}
.btn-center button {
  width: 100%;
}
.btn-center button a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 49px;
  border: 1px solid #d0b162;
  background: transparent;
  color: #d0b162;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1em;
}
.btn-center button a:hover {
  background: #d0b162;
  color: #fff;
}
.btn-center.p-top {
  padding-top: 20px;
}

.btn-right {
  width: 100%;
  display: grid;
  place-items: center flex-end;
}
.btn-right button {
  width: 160px;
  height: 49px;
}
.btn-right button a {
  display: grid;
  place-items: center;
  width: 160px;
  height: 49px;
  border: 1px solid #d0b162;
  background: #000;
  color: #d0b162;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1em;
}
.btn-right button a:hover {
  background: #d0b162;
  color: #fff;
}

* {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}
html:target {
  scroll-margin-top: 0;
}

body {
  /*
  min-height: 100vh;
  min-height: -webkit-fill-available;
  */
}
body.active {
  overflow: hidden;
}
body {
  background: #000;
}

#page {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

header#root,
main#top {
  width: 100%;
  margin: 0;
}

main#top {
  height: auto;
  min-height: 100vh;
}
main#top.ari {
  padding-top: 120px;
}
main#top.nashi {
  padding-top: 0;
}

/** パンくず **/
.breadcrumbs {
  position: relative;
  z-index: 110;
  padding: 0 20px 40px 20px;
}
.breadcrumbs span {
  font-size: 12px;
}
.breadcrumbs span a span {
  text-decoration: underline;
}
.breadcrumbs span[property=name] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

header.category-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
}
header.category-header img {
  width: 36px;
  height: 36px;
}
header.category-header .header-text {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: 36px;
  margin-left: 10px;
}
header.category-header .header-text h1 {
  color: #d0b162;
  background: -webkit-linear-gradient(90deg, #aa8546, #ffe893, #aa8546);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "minerva-modern", sans-serif;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1em;
}
header.category-header .header-text p {
  line-height: 1em;
  letter-spacing: 1px;
  color: #d0b162;
  font-size: 10px;
}

/** カテゴリー一覧のページネイション **/
nav.pagination h2.screen-reader-text {
  display: none;
}
nav.pagination .nav-links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
  width: 100%;
  padding-top: 20px;
}
nav.pagination .nav-links a,
nav.pagination .nav-links span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}
nav.pagination .nav-links a {
  color: #d0b162;
}
nav.pagination .nav-links a.nextpostslink, nav.pagination .nav-links a.previouspostslink {
  width: 20px;
}
nav.pagination .nav-links a {
  text-decoration: none;
}
nav.pagination .nav-links a i {
  color: #d0b162;
  font-size: 1.25em;
}
nav.pagination .nav-links span {
  color: #000;
  background: #d0b162;
  border-radius: 18px;
}

.simple-box {
  width: 100%;
  padding-bottom: 60px;
}
.simple-box:last-child {
  padding-bottom: 0;
}

.sandp {
  width: 100%;
}
.sandp .logo-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.sandp .logo-box .logo {
  box-sizing: border-box;
  display: grid;
  place-items: center;
  width: 48.5%;
  height: 105px;
  background: #fff;
  border: 2px solid #d0b162;
}
.sandp .logo-box .logo img {
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 100px;
}

header#root {
  position: fixed;
  z-index: 900;
  width: 100%;
}
header#root .header-ui {
  position: relative;
  height: 74.75px;
}
header#root .header-ui .header-logo {
  padding: 20px 0 20px 20px;
}
header#root .header-ui .header-logo img {
  width: 180px;
  height: 34.75px;
}
header#root .header-ui nav#menu-bar {
  display: none;
}
header#root .header-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background-image: url(assets/svg/frame-top-sp.svg);
  background-repeat: no-repeat;
}

.menu-btn {
  position: fixed;
  z-index: 1000;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  top: 10px;
  right: 15px;
  width: 40px;
  height: 40px;
}
.menu-btn .bars {
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  width: 28px;
  height: 22px;
  margin-left: 10px;
}
.menu-btn .bars span {
  position: absolute;
  left: 0;
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  width: 28px;
  height: 2px;
  background: #d0b162;
}
.menu-btn .bars span:nth-of-type(1) {
  top: 0;
}
.menu-btn .bars span:nth-of-type(2) {
  top: 10px;
}
.menu-btn .bars span:nth-of-type(3) {
  bottom: 0;
  width: 17px;
}
.menu-btn.active {
  background: transparent;
}
.menu-btn.active span {
  background: #d0b162;
}
.menu-btn.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active span:nth-of-type(3) {
  width: 28px;
  transform: translateY(-10px) rotate(45deg);
}

nav#menu-screen {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 1280px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.3s;
}
nav#menu-screen.active {
  left: 0;
  z-index: 500;
}
nav#menu-screen .sp-menu {
  width: 75%;
  height: 60vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 120px;
}
nav#menu-screen .sp-menu .header-text {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: 32px;
  text-decoration: none;
}
nav#menu-screen .sp-menu .header-text h1 {
  color: #d0b162;
  background: -webkit-linear-gradient(90deg, #aa8546, #ffe893, #aa8546);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0;
  line-height: 1em;
  font-family: "minerva-modern", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
nav#menu-screen .sp-menu .header-text p {
  line-height: 1em;
  letter-spacing: 1px;
  color: #d0b162;
  font-size: 10px;
}

footer#root {
  position: relative;
  z-index: 900;
  width: 100%;
}
footer#root .footer-frame {
  position: fixed;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background-image: url(assets/svg/frame-bottom-sp.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
footer#root .footer-frame img {
  position: absolute;
  bottom: 0;
}
footer#root .footer-frame copy {
  position: absolute;
  bottom: 18px;
  right: 10px;
  color: #d0b162;
  transform: rotate(-5deg);
  font-family: "minerva-modern", sans-serif;
  font-size: 0.7em;
  font-weight: 700;
}

.ticket {
  position: fixed;
  z-index: 500;
  bottom: 10px;
  left: 10px;
  width: 240px;
  height: 135px;
}
.ticket a {
  display: inline-block;
  width: 240px;
  height: 135px;
  border: 2px solid #d0b162;
  background-image: url(assets/img/banner/2023-1012.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

article {
  position: relative;
  z-index: 100;
  padding: 0 20px;
}
article section {
  width: 100%;
}
article .entry-header,
article .section-header {
  width: 100%;
  padding-bottom: 40px;
}
article .entry-content,
article .category-content,
article .page-content {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
article .entry-content section,
article .category-content section,
article .page-content section {
  padding-bottom: 120px;
}
article .entry-content section:last-child,
article .category-content section:last-child,
article .page-content section:last-child {
  padding-bottom: 0;
}
article h1,
article h2,
article h3,
article h4 {
  color: #d0b162;
  font-weight: 700;
  line-height: 1.75em;
}
article h1 {
  padding-bottom: 40px;
  font-size: 2em;
}
article h2 {
  padding-bottom: 30px;
  font-size: 1.5em;
  line-height: 1.5em;
}
article h3 {
  padding-bottom: 20px;
  font-size: 1.25em;
}
article p {
  padding-bottom: 30px;
  color: #fff;
}
article p:last-child {
  padding-bottom: 0;
}
article p {
  text-align: justify;
}
article p.has-text-align-right {
  text-align: right;
}
article p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.66em;
}
article p a {
  color: #00f;
}
article ul {
  width: 100%;
  border: 10px solid #d0b162;
  padding: 30px 20px 40px 20px;
  margin-bottom: 30px;
}
article ul.index li i {
  color: #d0b162;
}
article ul li.title {
  color: #d0b162;
  font-size: 1.25em;
  font-weight: bold;
}
article ul li {
  margin-bottom: 20px;
}
article ul li:last-child {
  margin-bottom: 0;
}
article ul li i {
  margin-right: 0.75em;
  color: #d0b162;
}
article ul li a {
  display: inline-block;
  color: #00f;
  font-weight: bold;
}
article dl {
  padding: 20px;
  background: rgba(44, 41, 30, 0.5);
}
article dl dt {
  color: #fff;
  font-size: 0.95em;
  font-weight: 700;
}
article dl dd {
  color: #fff;
  padding: 5px 0 20px 20px;
  font-size: 0.85em;
}
article dl dd a {
  color: #d0b162;
  text-decoration: underline;
}

.category-content.press .post-item,
.category-content.judge .post-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  height: auto;
  border: 1px solid #d0b162;
  padding: 10px;
  pointer-events: auto;
  text-decoration: none;
  margin-bottom: 20px;
}
.category-content.press .post-item:last-child,
.category-content.judge .post-item:last-child {
  margin-bottom: 0;
}
.category-content.press .post-item img,
.category-content.judge .post-item img {
  width: 150px;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-content.press .post-item .post-info,
.category-content.judge .post-item .post-info {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  height: 125px;
}
.category-content.press .post-item .post-info .date,
.category-content.judge .post-item .post-info .date {
  display: grid;
  place-items: center;
  width: 110px;
  height: 20px;
  padding: 0 10px;
  background: #d0b162;
  color: #000;
  text-align: justify;
  font-size: 0.75em;
  font-weight: 500;
}
.category-content.press .post-item .post-info .title,
.category-content.judge .post-item .post-info .title {
  padding: 5px 0;
  font-size: 0.9em;
}
.category-content.press .post-item .post-info .description,
.category-content.judge .post-item .post-info .description {
  font-size: 0.75em;
}

.category-content.events .post-item .trapezoid-box .trapezoid-right {
  border-bottom: 370px solid #f00;
  opacity: 65%;
}

.category-content.archives .post-item .trapezoid-box .trapezoid-right {
  border-bottom: 370px solid #2c291e;
  opacity: 95%;
}

.category-content.events .post,
.category-content.archives .post {
  width: 100%;
}
.category-content.events .post-item,
.category-content.archives .post-item {
  display: grid;
  place-items: center;
  width: 100%;
  margin-bottom: 100px;
}
.category-content.events .post-item:last-child,
.category-content.archives .post-item:last-child {
  margin-bottom: 0;
}
.category-content.events .post-item .trapezoid-box,
.category-content.archives .post-item .trapezoid-box {
  position: relative;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 420px;
}
.category-content.events .post-item .trapezoid-box .trapezoid-right,
.category-content.archives .post-item .trapezoid-box .trapezoid-right {
  position: absolute;
  bottom: 0;
  right: -20px;
  z-index: 1;
  width: 95%; /* 幅 */
  height: 370px;
  border-left: 210px solid transparent; /* 右側下辺の伸び */
  box-sizing: border-box;
}
.category-content.events .post-item .trapezoid-box .trapezoid-left,
.category-content.archives .post-item .trapezoid-box .trapezoid-left {
  position: absolute;
  left: -20px;
  z-index: 2;
  width: 107.5%; /* 幅 */
  height: 370px;
  border-top: 370px solid #d0b162; /* 高さ */
  border-right: 210px solid transparent; /* 右側下辺の伸び */
  box-sizing: border-box;
  opacity: 85%;
}
.category-content.events .post-item .trapezoid-box .event-inner,
.category-content.archives .post-item .trapezoid-box .event-inner {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 420px;
  padding: 35px 0;
}
.category-content.events .post-item .trapezoid-box .event-inner .event-header,
.category-content.archives .post-item .trapezoid-box .event-inner .event-header {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 40px;
}
.category-content.events .post-item .trapezoid-box .event-inner .event-header p,
.category-content.archives .post-item .trapezoid-box .event-inner .event-header p {
  padding-bottom: 0;
  line-height: 1em;
}
.category-content.events .post-item .trapezoid-box .event-inner .event-header p.date,
.category-content.archives .post-item .trapezoid-box .event-inner .event-header p.date {
  color: #000;
  font-family: "minerva-modern", sans-serif;
  font-size: 1em;
  font-weight: 700;
}
.category-content.events .post-item .trapezoid-box .event-inner .event-header p.venue,
.category-content.archives .post-item .trapezoid-box .event-inner .event-header p.venue {
  color: #fff;
  font-family: "minerva-modern", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}
.category-content.events .post-item img,
.category-content.archives .post-item img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}

.category-content.media .post-item {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  pointer-events: auto;
  text-decoration: none;
  padding-bottom: 30px;
}
.category-content.media .post-item:last-child {
  padding-bottom: 0;
}
.category-content.media .post-item .post-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20px;
}
.category-content.media .post-item .post-header p {
  padding-bottom: 0;
  line-height: 0.5em;
}
.category-content.media .post-item .post-header .date {
  display: grid;
  place-items: center;
  width: 110px;
  height: 20px;
  padding: 0 10px;
  background: #d0b162;
  color: #000;
  text-align: justify;
  font-size: 0.75em;
  font-weight: 500;
}
.category-content.media .post-item .post-header .media-name {
  display: grid;
  place-items: center;
  width: auto;
  height: 20px;
  margin-left: 10px;
  color: #d0b162;
  font-size: 0.75em;
  font-weight: 500;
}
.category-content.media .post-item .media-text {
  padding-top: 10px;
  color: #fff;
}
.category-content.media .post-item .media-text::after {
  display: inline-block;
  width: 20px;
  height: 1em;
  margin-left: 10px;
  content: "\f08e";
  color: #fff;
  font-family: "Font Awesome 6 Pro";
}

#begining {
  position: relative;
  width: 100%;
  height: 75vh;
}
#begining .top-movie {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 75vh;
}
#begining .top-movie .video-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
#begining .top-movie .video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
#begining .top-movie {
  /* 動画のドットスクリーン */
}
#begining .top-movie::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
#begining .banner {
  position: absolute;
  width: 100%;
  display: grid;
  place-items: center;
  bottom: 20px;
}
#begining .banner h2 {
  width: 75%;
  padding-bottom: 10px;
  text-align: center;
  color: #d0b162;
  background: -webkit-linear-gradient(90deg, #aa8546, #ffe893, #aa8546);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "guildhall", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
}
#begining .banner a {
  display: inline-block;
  width: 75%;
}
#begining .banner a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #d0b162;
}

.top {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.top .banner {
  width: 85%;
  height: auto;
}

.tweet-container {
  width: 100%;
  max-width: 500px;
}
.tweet-container .twitter-timeline {
  width: 100% !important;
  max-width: 500px;
  border: 2px solid #d0b162;
  border-radius: 12px;
  margin: 30px auto !important;
}
.tweet-container .twitter-timeline iframe {
  width: 100% !important;
}

section .page-content.about p {
  font-size: 0.9em;
}
section .page-content.about img {
  padding-bottom: 30px;
}

.entry-content p {
  width: 100%;
}
.entry-content p img {
  width: 100%;
  height: auto;
}
.entry-content img {
  width: 100%;
  height: auto;
}
.entry-content a {
  color: #fff;
}

.e-mailit_bottom_toolbox {
  width: 100%;
  max-width: 480px;
  padding: 30px 0 80px 0;
  border-top: 1px solid #d0b162;
}
.e-mailit_bottom_toolbox::before {
  content: "このページを共有する";
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: 0.85em;
  font-weight: 500;
}
.e-mailit_bottom_toolbox .e-mailit_toolbox {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 0 !important;
}

#page.lp2023-0415::before {
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("assets/img/lp2023-0415/paradisecity-bkgd-sp.jpg");
  background-size: cover;
}
#page.lp2023-0415 article#post-61 .entry-header h2 {
  color: #d0b162;
  background: -webkit-linear-gradient(90deg, #aa8546, #ffe893, #aa8546);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0;
  line-height: 1em;
  font-family: "minerva-modern", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
#page.lp2023-0415 article#post-61 .entry-content section {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
#page.lp2023-0415 article#post-61 .entry-content section h3.section-title {
  color: #d0b162;
  background: -webkit-linear-gradient(90deg, #aa8546, #ffe893, #aa8546);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "minerva-modern", sans-serif;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 60px;
  line-height: 1em;
  text-align: center;
}
#page.lp2023-0415 article#post-61 .entry-content section.begining .video-container {
  width: 100%;
  padding-bottom: 40px;
}
#page.lp2023-0415 article#post-61 .entry-content section.begining .video-container video {
  width: 100%;
  border: 2px solid #d0b162;
  border-radius: 12px;
}
#page.lp2023-0415 article#post-61 .entry-content section.begining .title-box {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}
#page.lp2023-0415 article#post-61 .entry-content section.begining .title-box * {
  text-align: center;
  padding: 0;
}
#page.lp2023-0415 article#post-61 .entry-content section.begining .title-box h4 {
  color: #d0b162;
  background: -webkit-linear-gradient(90deg, #aa8546, #ffe893, #aa8546);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0;
  line-height: 1em;
  font-family: "minerva-modern", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
#page.lp2023-0415 article#post-61 .entry-content section.begining .title-box h4 span {
  display: block;
  padding: 10px 0 20px 0;
}
#page.lp2023-0415 article#post-61 .entry-content section.begining .title-box h3 {
  color: #d0b162;
  background: -webkit-linear-gradient(90deg, #aa8546, #ffe893, #aa8546);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0;
  line-height: 1.25em;
  font-family: "minerva-modern", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
#page.lp2023-0415 article#post-61 .entry-content section.greeting .greeting-box {
  width: 100%;
  padding: 30px 20px;
  border: 15px solid transparent;
  background: rgba(44, 41, 30, 0.75);
  -o-border-image: url(assets/img/lp2023-0415/greeting-box.png) 20 round;
     border-image: url(assets/img/lp2023-0415/greeting-box.png) 20 round;
  border-image-outset: 10px;
}
#page.lp2023-0415 article#post-61 .entry-content section.greeting .greeting-box h3 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
#page.lp2023-0415 article#post-61 .entry-content section.greeting .greeting-box p {
  font-size: 12px;
}
#page.lp2023-0415 article#post-61 .entry-content section.greeting .greeting-box p a {
  color: #d0b162;
}
#page.lp2023-0415 article#post-61 .entry-content section.match {
  width: 100%;
}
#page.lp2023-0415 article#post-61 .entry-content section.match .match-item {
  display: grid;
  place-items: center;
  width: 100%;
  margin-bottom: 100px;
}
#page.lp2023-0415 article#post-61 .entry-content section.match .match-item:last-child {
  margin-bottom: 0;
}
#page.lp2023-0415 article#post-61 .entry-content section.match .match-item .trapezoid-box {
  position: relative;
  left: 0;
  width: 100%;
  height: 480px;
}
#page.lp2023-0415 article#post-61 .entry-content section.match .match-item .trapezoid-box .trapezoid-right {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 95%; /* 幅 */
  height: 420px;
  border-bottom: 420px solid #f00;
  border-left: 210px solid transparent; /* 右側下辺の伸び */
  box-sizing: border-box;
  opacity: 65%;
}
#page.lp2023-0415 article#post-61 .entry-content section.match .match-item .trapezoid-box .trapezoid-left {
  position: absolute;
  left: -20px;
  width: 95%; /* 幅 */
  height: 420px;
  border-top: 420px solid #d0b162; /* 高さ */
  border-right: 210px solid transparent; /* 右側下辺の伸び */
  box-sizing: border-box;
  opacity: 85%;
}
#page.lp2023-0415 article#post-61 .entry-content section.match .match-item .trapezoid-box .match-inner {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
}
#page.lp2023-0415 article#post-61 .entry-content section.match .match-item .trapezoid-box .match-inner h4.match-title {
  position: relative;
  z-index: 1;
  width: auto;
  margin: 20px auto;
  padding: 10px 20px;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  font-family: serif;
  font-size: 14px;
  font-weight: 700;
}
#page.lp2023-0415 article#post-61 .entry-content section.match .match-item .trapezoid-box .match-inner h4.match-title::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.75);
  transform: skewX(-29deg);
}
#page.lp2023-0415 article#post-61 .entry-content section.match .match-item .trapezoid-box .match-inner .fighters-name {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}
#page.lp2023-0415 article#post-61 .entry-content section.match .match-item .trapezoid-box .match-inner .fighters-name p.name-box {
  display: grid;
  place-items: center;
  width: 45%;
  height: 64px;
  padding-bottom: 0;
  text-align: center;
  line-height: 1.25em;
  font-family: "guildhall", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
#page.lp2023-0415 article#post-61 .entry-content section.match .match-item .trapezoid-box .match-inner .fighters-figure {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
#page.lp2023-0415 article#post-61 .entry-content section.match .match-item .trapezoid-box .match-inner .fighters-figure img {
  width: 45%;
}
#page.lp2023-0415 article#post-61 .entry-content section.match .match-item .trapezoid-box .match-inner .fighters-figure .vs {
  display: grid;
  place-items: center;
  padding-bottom: 0;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-family: serif;
  font-size: 28px;
  font-weight: 700;
  background-image: url(assets/img/lp2023-0415/blood.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#page.lp2023-0415 article#post-61 .entry-content section.match .match-item .trapezoid-box .match-inner .fighters-info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
#page.lp2023-0415 article#post-61 .entry-content section.match .match-item .trapezoid-box .match-inner .fighters-info .info-box {
  width: 45%;
  padding: 10px 10px 15px 10px;
  background: rgba(0, 0, 0, 0.75);
}
#page.lp2023-0415 article#post-61 .entry-content section.match .match-item .trapezoid-box .match-inner .fighters-info .info-box p {
  padding-bottom: 0;
  font-size: 0.75em;
}
#page.lp2023-0415 article#post-61 .entry-content section.venue {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}
#page.lp2023-0415 article#post-61 .entry-content section.venue .venue-title {
  position: relative;
  z-index: 1;
  width: 180px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
#page.lp2023-0415 article#post-61 .entry-content section.venue .venue-title::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(208, 177, 98, 0.95);
  transform: skewX(-29deg);
}
#page.lp2023-0415 article#post-61 .entry-content section.venue .venue-title.red::after {
  background: rgba(255, 0, 0, 0.95);
}
#page.lp2023-0415 article#post-61 .entry-content section.venue .container {
  position: relative;
  top: -20px;
  width: 100%;
}
#page.lp2023-0415 article#post-61 .entry-content section.venue .container img {
  height: auto;
  width: 100%;
}
#page.lp2023-0415 article#post-61 .entry-content section.venue .container .thumbnail button {
  display: none !important;
}
#page.lp2023-0415 article#post-61 .entry-content section.venue .logo-paradise {
  display: grid;
  place-items: center;
  width: 100%;
  height: auto;
  padding: 30px 0;
}
#page.lp2023-0415 article#post-61 .entry-content section.venue .logo-paradise img {
  width: 85%;
  height: auto;
}
#page.lp2023-0415 article#post-61 .entry-content section.venue .about-paradise {
  padding-bottom: 30px;
  font-size: 0.85em;
}

#page.lp2023-0513::before {
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("assets/img/lp2023-0513/okada-manila-bg.jpg");
  background-size: cover;
}
#page.lp2023-0513 article#post-177 .entry-header h2 {
  color: #d0b162;
  background: -webkit-linear-gradient(90deg, #aa8546, #ffe893, #aa8546);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0;
  line-height: 1em;
  font-family: "minerva-modern", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
#page.lp2023-0513 article#post-177 .entry-content section {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
#page.lp2023-0513 article#post-177 .entry-content section h3.section-title {
  color: #d0b162;
  background: -webkit-linear-gradient(90deg, #aa8546, #ffe893, #aa8546);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "minerva-modern", sans-serif;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 60px;
  line-height: 1em;
  text-align: center;
}
#page.lp2023-0513 article#post-177 .entry-content section.begining .video-container {
  width: 100%;
  padding-bottom: 40px;
}
#page.lp2023-0513 article#post-177 .entry-content section.begining .video-container video {
  width: 100%;
  border: 2px solid #d0b162;
  border-radius: 12px;
}
#page.lp2023-0513 article#post-177 .entry-content section.begining .title-box {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}
#page.lp2023-0513 article#post-177 .entry-content section.begining .title-box * {
  text-align: center;
  padding: 0;
}
#page.lp2023-0513 article#post-177 .entry-content section.begining .title-box h4 {
  color: #d0b162;
  background: -webkit-linear-gradient(90deg, #ffe893, #aa8546, #ffe893);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0;
  line-height: 1em;
  font-family: "minerva-modern", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
#page.lp2023-0513 article#post-177 .entry-content section.begining .title-box h4 span {
  display: block;
  padding: 10px 0 0 0;
  font-size: 13px;
}
#page.lp2023-0513 article#post-177 .entry-content section.begining .title-box h4 span:last-child {
  padding: 10px 0 20px 0;
}
#page.lp2023-0513 article#post-177 .entry-content section.begining .title-box h3 {
  color: #d0b162;
  background: -webkit-linear-gradient(90deg, #aa8546, #ffe893, #aa8546);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0;
  line-height: 1.25em;
  font-family: "minerva-modern", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
#page.lp2023-0513 article#post-177 .entry-content section.greeting .greeting-box {
  width: 100%;
  padding: 30px 20px;
  border: 15px solid transparent;
  background: rgba(44, 41, 30, 0.75);
  -o-border-image: url(assets/img/lp2023-0415/greeting-box.png) 20 round;
     border-image: url(assets/img/lp2023-0415/greeting-box.png) 20 round;
  border-image-outset: 10px;
}
#page.lp2023-0513 article#post-177 .entry-content section.greeting .greeting-box h3 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
#page.lp2023-0513 article#post-177 .entry-content section.greeting .greeting-box p {
  font-size: 12px;
}
#page.lp2023-0513 article#post-177 .entry-content section.greeting .greeting-box p a {
  color: #d0b162;
}
#page.lp2023-0513 article#post-177 .entry-content section.match {
  width: 100%;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-normal {
  display: grid;
  place-items: center;
  width: 100%;
  margin-bottom: 30px;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-normal:last-child {
  margin-bottom: 0;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-normal h3.match-title {
  position: relative;
  z-index: 1;
  width: auto;
  margin: 15px auto;
  padding: 5px 30px;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  font-family: serif;
  font-size: 14px;
  font-weight: 700;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-normal h3.match-title::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 0, 0, 0.75);
  transform: skewX(-17.5deg);
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-normal .match-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-normal .match-inner .vs {
  display: grid;
  place-items: center;
  padding-bottom: 0;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-family: serif;
  font-size: 16px;
  font-weight: 700;
  background-image: url(assets/img/lp2023-0415/blood.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-normal .match-inner .fighter-left,
#page.lp2023-0513 article#post-177 .entry-content section.match .match-normal .match-inner .fighter-right {
  width: 45%;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-normal .match-inner .fighter-left h4,
#page.lp2023-0513 article#post-177 .entry-content section.match .match-normal .match-inner .fighter-right h4 {
  display: grid;
  place-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  text-align: center;
  line-height: 1.25em;
  font-family: "guildhall", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  color: #d0b162;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-normal .match-inner .fighter-left p,
#page.lp2023-0513 article#post-177 .entry-content section.match .match-normal .match-inner .fighter-right p {
  display: grid;
  place-items: center;
  font-size: 12px;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-item {
  display: grid;
  place-items: center;
  width: 100%;
  margin-bottom: 50px;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-item:last-child {
  margin-bottom: 0;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-item .trapezoid-box {
  position: relative;
  left: 0;
  width: 100%;
  height: 480px;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-item .trapezoid-box .trapezoid-right {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 95%; /* 幅 */
  height: 420px;
  border-bottom: 420px solid #f00;
  border-left: 210px solid transparent; /* 右側下辺の伸び */
  box-sizing: border-box;
  opacity: 65%;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-item .trapezoid-box .trapezoid-left {
  position: absolute;
  left: -20px;
  width: 95%; /* 幅 */
  height: 420px;
  border-top: 420px solid #d0b162; /* 高さ */
  border-right: 210px solid transparent; /* 右側下辺の伸び */
  box-sizing: border-box;
  opacity: 85%;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-item .trapezoid-box .match-inner {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-item .trapezoid-box .match-inner h4.match-title {
  position: relative;
  z-index: 1;
  width: auto;
  margin: 20px auto;
  padding: 10px 20px;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  font-family: serif;
  font-size: 14px;
  font-weight: 700;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-item .trapezoid-box .match-inner h4.match-title::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.75);
  transform: skewX(-17.5deg);
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-item .trapezoid-box .match-inner .fighters-name {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-item .trapezoid-box .match-inner .fighters-name p.name-box {
  display: grid;
  place-items: center;
  width: 45%;
  height: 64px;
  padding-bottom: 0;
  text-align: center;
  line-height: 1.25em;
  font-family: "guildhall", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-item .trapezoid-box .match-inner .fighters-figure {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-item .trapezoid-box .match-inner .fighters-figure img {
  width: 45%;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-item .trapezoid-box .match-inner .fighters-figure .vs {
  display: grid;
  place-items: center;
  padding-bottom: 0;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-family: serif;
  font-size: 28px;
  font-weight: 700;
  background-image: url(assets/img/lp2023-0415/blood.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-item .trapezoid-box .match-inner .fighters-info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-item .trapezoid-box .match-inner .fighters-info .info-box {
  width: 45%;
  padding: 10px 10px 15px 10px;
  background: rgba(0, 0, 0, 0.75);
}
#page.lp2023-0513 article#post-177 .entry-content section.match .match-item .trapezoid-box .match-inner .fighters-info .info-box p {
  padding-bottom: 0;
  font-size: 0.75em;
}
#page.lp2023-0513 article#post-177 .entry-content section.venue {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}
#page.lp2023-0513 article#post-177 .entry-content section.venue .venue-title {
  position: relative;
  z-index: 1;
  width: 180px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
#page.lp2023-0513 article#post-177 .entry-content section.venue .venue-title::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(208, 177, 98, 0.95);
  transform: skewX(-17.5deg);
}
#page.lp2023-0513 article#post-177 .entry-content section.venue .venue-title.red::after {
  background: rgba(255, 0, 0, 0.95);
}
#page.lp2023-0513 article#post-177 .entry-content section.venue .container {
  position: relative;
  top: -20px;
  width: 100%;
}
#page.lp2023-0513 article#post-177 .entry-content section.venue .container img {
  height: auto;
  width: 100%;
}
#page.lp2023-0513 article#post-177 .entry-content section.venue .container .thumbnail button {
  display: none !important;
}
#page.lp2023-0513 article#post-177 .entry-content section.venue .logo-paradise {
  display: grid;
  place-items: center;
  width: 100%;
  height: auto;
  padding: 30px 0;
}
#page.lp2023-0513 article#post-177 .entry-content section.venue .logo-paradise img {
  width: 85%;
  height: auto;
}
#page.lp2023-0513 article#post-177 .entry-content section.venue .about-paradise {
  padding-bottom: 30px;
  font-size: 0.85em;
}

/*
 * 興行LP（gen_lp_page.py 生成・系統c）の汎用スタイル。
 * 投稿ID非依存：#page.lp-generated 配下のみに適用し、既存 #61/#177 等には一切影響しない。
 * クラス付与は functions.php の tbp_lp_page_class()（PHP）が担う。
 *
 * 対象DOM（templates/lp-template.php / gen_lp_page.py 出力）:
 *   section.begining > img
 *   section.greeting > .greeting-box > h3 + p...
 *   section.match    > h3.section-title + (.match-item|.match-normal
 *                        > h3.match-title + .match-inner
 *                          > .fighter-left + .fighters-figure(img? + .vs + img?) + .fighter-right) ... + p(注意書き)
 *   section.sandp    > h3.section-title + ...
 *
 * デザイン言語は既存LP(2023-0513)を踏襲：金=$gold の選手名、赤スキューの試合見出し、
 * blood.png のVSバッジ、見出しは金グラデ。背景はイベント別画像を持たないため無地ダーク。
 */
#page.lp-generated {
  color: #fff;
}
#page.lp-generated .fixed-bkgd {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, #1a1813 0%, #2c291e 100%);
}
#page.lp-generated .entry-header h2 {
  color: #d0b162;
  background: -webkit-linear-gradient(90deg, #aa8546, #ffe893, #aa8546);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "minerva-modern", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0 0;
  line-height: 1.2em;
}
#page.lp-generated .entry-content {
  width: 100%;
}
#page.lp-generated .entry-content section {
  position: relative;
  width: 92%;
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 60px;
}
#page.lp-generated .entry-content .begining {
  padding-top: 20px;
}
#page.lp-generated .entry-content .begining img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#page.lp-generated .entry-content .greeting .greeting-box h3 {
  color: #d0b162;
  background: -webkit-linear-gradient(90deg, #aa8546, #ffe893, #aa8546);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "minerva-modern", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 12px;
}
#page.lp-generated .entry-content .greeting .greeting-box p {
  padding-bottom: 16px;
  line-height: 1.8;
  font-size: 13px;
}
#page.lp-generated .entry-content .greeting .greeting-box p a {
  color: #d0b162;
  text-decoration: underline;
}
#page.lp-generated .entry-content h3.section-title {
  color: #d0b162;
  background: -webkit-linear-gradient(90deg, #aa8546, #ffe893, #aa8546);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "minerva-modern", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 24px;
}
#page.lp-generated .entry-content section.match .match-item,
#page.lp-generated .entry-content section.match .match-normal {
  width: 100%;
  margin-bottom: 40px;
}
#page.lp-generated .entry-content section.match .match-item:last-of-type,
#page.lp-generated .entry-content section.match .match-normal:last-of-type {
  margin-bottom: 0;
}
#page.lp-generated .entry-content section.match .match-item h3.match-title,
#page.lp-generated .entry-content section.match .match-normal h3.match-title {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 6px 28px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  font-family: serif;
  font-size: 14px;
  font-weight: 700;
}
#page.lp-generated .entry-content section.match .match-item h3.match-title::after,
#page.lp-generated .entry-content section.match .match-normal h3.match-title::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 0, 0, 0.8);
  transform: skewX(-15deg);
}
#page.lp-generated .entry-content section.match .match-item .match-inner,
#page.lp-generated .entry-content section.match .match-normal .match-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 14px 4%;
  width: 100%;
}
#page.lp-generated .entry-content section.match .match-item .fighter-left,
#page.lp-generated .entry-content section.match .match-item .fighter-right,
#page.lp-generated .entry-content section.match .match-normal .fighter-left,
#page.lp-generated .entry-content section.match .match-normal .fighter-right {
  flex: 1 1 42%;
  min-width: 0;
}
#page.lp-generated .entry-content section.match .match-item .fighter-left h4,
#page.lp-generated .entry-content section.match .match-item .fighter-right h4,
#page.lp-generated .entry-content section.match .match-normal .fighter-left h4,
#page.lp-generated .entry-content section.match .match-normal .fighter-right h4 {
  font-family: "guildhall", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  color: #d0b162;
  -webkit-text-stroke: 0.5px #000;
  text-stroke: 0.5px #000;
  padding-bottom: 6px;
}
#page.lp-generated .entry-content section.match .match-item .fighter-left p,
#page.lp-generated .entry-content section.match .match-item .fighter-right p,
#page.lp-generated .entry-content section.match .match-normal .fighter-left p,
#page.lp-generated .entry-content section.match .match-normal .fighter-right p {
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
}
#page.lp-generated .entry-content section.match .match-item .fighters-figure,
#page.lp-generated .entry-content section.match .match-normal .fighters-figure {
  order: -1;
  flex: 0 0 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
}
#page.lp-generated .entry-content section.match .match-item .fighters-figure img,
#page.lp-generated .entry-content section.match .match-normal .fighters-figure img {
  width: auto;
  max-width: 38%;
  max-height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.5));
}
#page.lp-generated .entry-content section.match .match-item .fighters-figure .vs,
#page.lp-generated .entry-content section.match .match-normal .fighters-figure .vs {
  flex: 0 0 auto;
  align-self: center;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  padding-bottom: 0;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-family: serif;
  font-size: 20px;
  font-weight: 700;
  background-image: url(assets/img/lp2023-0415/blood.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#page.lp-generated .entry-content section.match > p {
  padding-top: 8px;
  font-size: 11px;
  line-height: 1.6;
  opacity: 0.85;
}
#page.lp-generated .entry-content .sandp h3.section-title {
  padding-bottom: 16px;
}

@media screen and (min-width: 980px) {
  #page.lp-generated .entry-header h2 {
    font-size: 28px;
  }
  #page.lp-generated .entry-content section {
    max-width: 880px;
    padding-bottom: 90px;
  }
  #page.lp-generated .entry-content .greeting .greeting-box h3 {
    font-size: 22px;
  }
  #page.lp-generated .entry-content .greeting .greeting-box p {
    font-size: 14px;
  }
  #page.lp-generated .entry-content h3.section-title {
    font-size: 30px;
  }
  #page.lp-generated .entry-content section.match .match-item,
  #page.lp-generated .entry-content section.match .match-normal {
    margin-bottom: 56px;
  }
  #page.lp-generated .entry-content section.match .match-item h3.match-title,
  #page.lp-generated .entry-content section.match .match-normal h3.match-title {
    font-size: 16px;
  }
  #page.lp-generated .entry-content section.match .match-item .fighter-left,
  #page.lp-generated .entry-content section.match .match-item .fighter-right,
  #page.lp-generated .entry-content section.match .match-normal .fighter-left,
  #page.lp-generated .entry-content section.match .match-normal .fighter-right {
    flex-basis: 32%;
  }
  #page.lp-generated .entry-content section.match .match-item .fighter-left h4,
  #page.lp-generated .entry-content section.match .match-item .fighter-right h4,
  #page.lp-generated .entry-content section.match .match-normal .fighter-left h4,
  #page.lp-generated .entry-content section.match .match-normal .fighter-right h4 {
    font-size: 26px;
  }
  #page.lp-generated .entry-content section.match .match-item .fighter-left p,
  #page.lp-generated .entry-content section.match .match-item .fighter-right p,
  #page.lp-generated .entry-content section.match .match-normal .fighter-left p,
  #page.lp-generated .entry-content section.match .match-normal .fighter-right p {
    font-size: 13px;
  }
  #page.lp-generated .entry-content section.match .match-item .fighters-figure,
  #page.lp-generated .entry-content section.match .match-normal .fighters-figure {
    gap: 16px;
  }
  #page.lp-generated .entry-content section.match .match-item .fighters-figure img,
  #page.lp-generated .entry-content section.match .match-normal .fighters-figure img {
    max-width: 30%;
    max-height: 360px;
  }
  #page.lp-generated .entry-content section.match .match-item .fighters-figure .vs,
  #page.lp-generated .entry-content section.match .match-normal .fighters-figure .vs {
    width: 76px;
    height: 76px;
    font-size: 26px;
  }
}
/*
 * 興行LP 新デザイン（系統v2）— gen_lp_page.py 生成・目印 tbp-lp:v2。
 * #page.lp-v2 スコープのみに適用し、既存の #page.lp-generated（2026-0715 等）や
 * 手書きLP・共通chrome(header/footer/breadcrumb)には一切影響しない。
 * クラス付与は functions.php の tbp_lp_page_class() が担う（tbp-lp:v2 → lp-v2）。
 *
 * デザイン言語（承認済みモックv4 / docs/lp-redesign-mock/v4.html）:
 *   黒×金・赤全廃のファイトポスター。ダーク単一テーマ。Webフォント不使用（system + condensed）。
 * 対象DOM（templates/lp-template.php / gen_lp_page.py 出力）:
 *   section.hero → div.infobar → section.card-section#card(bout-label/main-bout + under-grid)
 *   → section.ticket#ticket → section#access → section.card-section(sponsors) → a.ticket-fab
 */
@keyframes tbpv2-bob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}
#page.lp-v2 {
  /* ---------- design tokens ---------- */
  --bg: #0B0A08;
  --bg-grad-top: #141009;
  --surface: #161310;
  --surface-2: #1E1A13;
  --line: #2C271D;
  --gold: #C9A24C;
  --gold-hi: #EAD79A;
  --gold-deep: #8C6E2E;
  --ink: #ECE5D6;
  --muted: #968C7B;
  --muted-2: #6E665A;
  --maxw: 1120px;
  --jp: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  --cond: "Arial Narrow", "Helvetica Neue Condensed", Impact, var(--jp);
  background: var(--bg);
  color: var(--ink);
  font-family: var(--jp);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  line-break: strict;
  word-break: normal;
  /* 既存グローバル基底（*margin/padding, .entry-content section の幅制約, p余白等）を打ち消す */
}
#page.lp-v2 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#page.lp-v2 img {
  max-width: 100%;
  display: block;
}
#page.lp-v2 a {
  color: inherit;
  text-decoration: none;
}
#page.lp-v2 article,
#page.lp-v2 .post {
  width: 100%;
  max-width: none;
}
#page.lp-v2 .entry-content {
  width: 100%;
  display: block;
}
#page.lp-v2 .entry-content section {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 74px 0;
}
#page.lp-v2 .wrap {
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: 20px;
}
#page.lp-v2 {
  /* ---------- utility type ---------- */
}
#page.lp-v2 .eyebrow {
  font-family: var(--cond);
  letter-spacing: 0.42em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  display: inline-block;
}
#page.lp-v2 .sec-head {
  text-align: center;
  margin-bottom: 38px;
}
#page.lp-v2 .sec-head h2 {
  font-size: clamp(26px, 4.4vw, 40px);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--ink);
  text-wrap: balance;
  line-height: 1.2;
}
#page.lp-v2 .sec-head .en {
  display: block;
  font-family: var(--cond);
  font-size: 13px;
  letter-spacing: 0.5em;
  color: var(--gold-deep);
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 0.5em;
}
#page.lp-v2 .rule {
  width: 54px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold));
  margin: 18px auto 0;
  border-radius: 2px;
}
#page.lp-v2 {
  /* ---------- hero ---------- */
}
#page.lp-v2 .hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
#page.lp-v2 .hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: radial-gradient(120% 90% at 50% 0%, rgba(201, 162, 76, 0.13), transparent 55%), linear-gradient(180deg, var(--bg-grad-top), var(--bg) 78%);
}
#page.lp-v2 .hero-photo {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-size: cover;
  background-position: center 22%;
  opacity: 0.5;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.75) 40%, transparent 96%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.75) 40%, transparent 96%);
}
#page.lp-v2 .hero-inner {
  max-width: var(--maxw);
  margin-inline: auto;
  padding: 74px 20px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#page.lp-v2 .hero .kicker {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  font-family: var(--cond);
  letter-spacing: 0.34em;
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 22px;
}
#page.lp-v2 .hero .kicker::before, #page.lp-v2 .hero .kicker::after {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--gold-deep);
  flex: none;
}
#page.lp-v2 .hero h1 {
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0.01em;
  font-size: clamp(38px, 8.2vw, 86px);
  color: var(--ink);
}
#page.lp-v2 .hero h1 .no {
  color: transparent;
  -webkit-text-stroke: 2px var(--gold);
  font-family: var(--cond);
  font-style: italic;
}
#page.lp-v2 .hero h1 .fill {
  color: var(--gold);
  background: linear-gradient(180deg, var(--gold-hi), var(--gold) 60%, var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#page.lp-v2 .hero .sub {
  margin-top: 8px;
  font-size: clamp(14px, 2.4vw, 20px);
  letter-spacing: 0.14em;
  color: var(--muted);
  font-weight: 600;
  text-wrap: balance;
}
#page.lp-v2 .hero .sub .nb {
  white-space: nowrap;
}
#page.lp-v2 .hero-meta {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  font-size: 15px;
}
#page.lp-v2 .hero-meta .m {
  display: flex;
  align-items: center;
  gap: 9px;
}
#page.lp-v2 .hero-meta .m .ic {
  color: var(--gold);
  width: 18px;
  height: 18px;
  flex: none;
}
#page.lp-v2 svg.ic {
  width: 18px;
  height: 18px;
  flex: none;
  vertical-align: middle;
}
#page.lp-v2 .btn svg.tk {
  width: 19px;
  height: 19px;
  flex: none;
}
#page.lp-v2 .hero-meta .m b {
  font-weight: 700;
  letter-spacing: 0.04em;
}
#page.lp-v2 .hero-meta .m span {
  color: var(--muted);
}
#page.lp-v2 .hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 38px;
}
#page.lp-v2 .btn {
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 15px;
  white-space: nowrap;
  padding: 15px 34px;
  border-radius: 3px;
  transition: transform 0.15s, box-shadow 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
#page.lp-v2 .btn-gold {
  color: #140F04;
  background: linear-gradient(180deg, var(--gold-hi), var(--gold));
  box-shadow: 0 8px 30px -8px rgba(201, 162, 76, 0.6);
}
#page.lp-v2 .btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px -8px rgba(201, 162, 76, 0.75);
}
#page.lp-v2 .btn-ghost {
  color: var(--gold-hi);
  border: 1.5px solid var(--gold-deep);
  background: rgba(201, 162, 76, 0.04);
}
#page.lp-v2 .btn-ghost:hover {
  border-color: var(--gold);
  background: rgba(201, 162, 76, 0.1);
}
#page.lp-v2 .countdown {
  margin-top: 26px;
  font-family: var(--cond);
  letter-spacing: 0.28em;
  font-size: 13px;
  color: var(--muted);
}
#page.lp-v2 .countdown b {
  color: var(--gold-hi);
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: 800;
  font-style: italic;
}
#page.lp-v2 .scrolldown {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 30px;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--muted);
  transition: color 0.2s;
}
#page.lp-v2 .scrolldown:hover {
  color: var(--gold-hi);
}
#page.lp-v2 .scrolldown .chev {
  font-size: 15px;
  color: var(--gold);
  animation: tbpv2-bob 1.8s ease-in-out infinite;
}
@media (max-width: 480px) {
  #page.lp-v2 .hero .kicker {
    gap: 10px;
    letter-spacing: 0.18em;
    font-size: 10.5px;
    margin-bottom: 18px;
  }
  #page.lp-v2 .hero .kicker::before, #page.lp-v2 .hero .kicker::after {
    width: 16px;
  }
}
#page.lp-v2 {
  /* ---------- info bar ---------- */
}
#page.lp-v2 .infobar {
  border-block: 1px solid var(--line);
  background: var(--surface);
}
#page.lp-v2 .infobar-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#page.lp-v2 .infobar-grid .cell {
  padding: 22px 18px;
  text-align: center;
  border-left: 1px solid var(--line);
}
#page.lp-v2 .infobar-grid .cell:first-child {
  border-left: 0;
}
#page.lp-v2 .cell .lbl {
  font-family: var(--cond);
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--gold-deep);
  text-transform: uppercase;
}
#page.lp-v2 .cell .val {
  margin-top: 7px;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.03em;
  font-variant-numeric: tabular-nums;
}
#page.lp-v2 .cell .val small {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.02em;
  margin-top: 2px;
}
@media (max-width: 760px) {
  #page.lp-v2 .infobar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #page.lp-v2 .infobar-grid .cell:nth-child(odd) {
    border-left: 0;
  }
  #page.lp-v2 .infobar-grid .cell {
    border-top: 1px solid var(--line);
  }
  #page.lp-v2 .infobar-grid .cell:nth-child(-n+2) {
    border-top: 0;
  }
  #page.lp-v2 .infobar-grid .cell:last-child {
    grid-column: 1/-1;
  }
}
#page.lp-v2 {
  /* ---------- fight card ---------- */
}
#page.lp-v2 .card-section {
  background: radial-gradient(90% 60% at 50% -10%, rgba(201, 162, 76, 0.05), transparent 60%), var(--bg);
}
#page.lp-v2 .bout-label {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
#page.lp-v2 .bout-label span {
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--gold-deep);
  color: var(--gold-hi);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 10px 26px;
  text-align: center;
  line-height: 1.45;
  clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
}
#page.lp-v2 .bout-label.main span {
  background: linear-gradient(180deg, var(--gold-hi), var(--gold));
  border: 0;
  color: #140F04;
  font-weight: 800;
  font-size: 15px;
  padding: 13px 36px;
  box-shadow: 0 12px 30px -12px rgba(201, 162, 76, 0.5);
}
#page.lp-v2 .bout-label.main {
  margin-bottom: 2px;
}
#page.lp-v2 .main-bout {
  margin-top: -6px;
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  border-top: 2px solid var(--gold);
  border-radius: 4px;
  padding: 44px 30px 38px;
  position: relative;
  overflow: hidden;
}
#page.lp-v2 .main-bout.is-main::before {
  content: "MAIN EVENT";
  position: absolute;
  top: 14px;
  right: -8px;
  font-family: var(--cond);
  font-weight: 700;
  font-size: 64px;
  letter-spacing: 0.05em;
  color: rgba(201, 162, 76, 0.06);
  pointer-events: none;
}
#page.lp-v2 .main-bout.is-semi {
  border-top-color: var(--gold-deep);
  border-top-width: 1px;
}
#page.lp-v2 .main-bout.is-semi::before {
  content: "SEMI FINAL";
  position: absolute;
  top: 14px;
  right: -8px;
  font-family: var(--cond);
  font-weight: 700;
  font-size: 52px;
  letter-spacing: 0.05em;
  color: rgba(201, 162, 76, 0.035);
  pointer-events: none;
}
#page.lp-v2 .main-bout + .bout-label {
  margin-top: 44px;
}
#page.lp-v2 .vs-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}
#page.lp-v2 .fighter {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#page.lp-v2 .fighter .photo {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 3/4;
  position: relative;
  background: radial-gradient(60% 55% at 50% 42%, rgba(201, 162, 76, 0.16), transparent 70%);
}
#page.lp-v2 .fighter .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  filter: drop-shadow(0 20px 26px rgba(0, 0, 0, 0.6));
}
#page.lp-v2 .fighter .flag {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--muted);
  margin-top: 4px;
}
#page.lp-v2 .fighter .name {
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.1;
  margin-top: 10px;
  font-size: clamp(22px, 3.4vw, 32px);
  color: var(--gold-hi);
}
#page.lp-v2 .fighter .name.small {
  font-size: clamp(19px, 2.8vw, 26px);
}
#page.lp-v2 .fighter .gym {
  font-size: 13px;
  color: var(--muted);
  margin-top: 6px;
  letter-spacing: 0.06em;
}
#page.lp-v2 .fighter .rec {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  letter-spacing: 0.03em;
  margin-top: 10px;
  font-size: 16px;
  color: var(--ink);
}
#page.lp-v2 .fighter .rec .ko {
  color: var(--gold);
  font-style: italic;
}
#page.lp-v2 .titles {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 12px;
  max-width: 340px;
}
#page.lp-v2 .titles .t {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--gold-hi);
  border: 1px solid var(--gold-deep);
  border-radius: 2px;
  padding: 3px 9px;
  background: rgba(201, 162, 76, 0.06);
}
#page.lp-v2 .titles .t.rank {
  color: var(--muted);
  border-color: var(--line);
  background: transparent;
}
#page.lp-v2 .vs-badge {
  font-family: var(--cond);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(30px, 5vw, 52px);
  color: transparent;
  -webkit-text-stroke: 1.5px var(--gold);
  position: relative;
  padding: 0 4px;
}
#page.lp-v2 .vs-badge::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 120%;
  transform: translateX(-50%);
  width: 1px;
  height: 38px;
  background: linear-gradient(var(--gold-deep), transparent);
}
#page.lp-v2 {
  /* undercard grid */
}
#page.lp-v2 .under-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 26px;
}
#page.lp-v2 .under-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 20px 20px 22px;
}
#page.lp-v2 .under-card .ulabel {
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--gold);
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line);
  line-height: 1.5;
}
#page.lp-v2 .under-vs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: start;
}
#page.lp-v2 .mini {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#page.lp-v2 .mini .photo {
  width: 100%;
  max-width: 140px;
  aspect-ratio: 3/4;
  background: radial-gradient(60% 50% at 50% 42%, rgba(201, 162, 76, 0.12), transparent 70%);
}
#page.lp-v2 .mini .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.55));
}
#page.lp-v2 .mini .name {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: var(--gold-hi);
  margin-top: 8px;
}
#page.lp-v2 .mini .gym {
  font-size: 11px;
  color: var(--muted);
  margin-top: 3px;
}
#page.lp-v2 .mini .rec {
  font-size: 12.5px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  margin-top: 6px;
}
#page.lp-v2 .mini .rec .ko {
  color: var(--gold);
}
#page.lp-v2 .mini .note {
  font-size: 10.5px;
  color: var(--muted-2);
  margin-top: 5px;
  line-height: 1.4;
}
#page.lp-v2 .under-vs .vs-s {
  align-self: center;
  font-family: var(--cond);
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  color: transparent;
  -webkit-text-stroke: 1px var(--gold-deep);
}
#page.lp-v2 .disclaimer {
  text-align: center;
  color: var(--muted-2);
  font-size: 12px;
  margin-top: 26px;
  letter-spacing: 0.04em;
}
@media (max-width: 760px) {
  #page.lp-v2 .under-grid {
    grid-template-columns: 1fr;
  }
  #page.lp-v2 .main-bout {
    padding: 34px 18px 30px;
  }
  #page.lp-v2 .fighter .photo {
    max-width: 180px;
  }
}
@media (max-width: 620px) {
  #page.lp-v2 .vs-grid {
    grid-template-columns: 1fr;
    gap: 0;
    justify-items: center;
  }
  #page.lp-v2 .vs-grid .fighter {
    padding: 14px 0;
    max-width: 340px;
  }
  #page.lp-v2 .fighter .photo {
    max-width: 210px;
  }
  #page.lp-v2 .fighter .name, #page.lp-v2 .fighter .name.small {
    font-size: 24px;
  }
  #page.lp-v2 .vs-badge {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 78%;
    justify-content: center;
    padding: 8px 0;
    font-size: 26px;
  }
  #page.lp-v2 .vs-badge::before, #page.lp-v2 .vs-badge::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-deep), transparent);
    position: static;
    transform: none;
    width: auto;
  }
  #page.lp-v2 .main-bout.is-main::before, #page.lp-v2 .main-bout.is-semi::before {
    font-size: 40px;
    top: 10px;
    right: 2px;
  }
  #page.lp-v2 .titles {
    max-width: 300px;
  }
}
#page.lp-v2 {
  /* ---------- ticket CTA ---------- */
  /* テーマ _footer.scss の .ticket{position:fixed;height:135px;inset...} を打ち消す（同名クラス衝突） */
}
#page.lp-v2 .ticket {
  position: relative;
  inset: auto;
  height: auto;
  z-index: auto;
  background: linear-gradient(180deg, var(--surface-2), var(--bg)), radial-gradient(70% 100% at 50% 0, rgba(201, 162, 76, 0.1), transparent);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
#page.lp-v2 .ticket-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
}
#page.lp-v2 .price-table {
  width: 100%;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}
#page.lp-v2 .price-table th {
  text-align: left;
  font-family: var(--cond);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--gold-deep);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}
#page.lp-v2 .price-table th.r, #page.lp-v2 .price-table td.r {
  text-align: right;
}
#page.lp-v2 .price-table td {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
#page.lp-v2 .price-table .seat {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.03em;
}
#page.lp-v2 .price-table .seat small {
  display: block;
  font-weight: 500;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0;
}
#page.lp-v2 .price-table .amt {
  font-weight: 900;
  font-size: 20px;
  color: var(--gold-hi);
}
#page.lp-v2 .price-table .amt small {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}
#page.lp-v2 .ticket-cta h2 {
  font-size: clamp(24px, 3.6vw, 34px);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-wrap: balance;
}
#page.lp-v2 .ticket-cta p {
  color: var(--muted);
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.8;
}
#page.lp-v2 .ticket-cta .btn {
  margin-top: 24px;
}
#page.lp-v2 .ticket-cta .fine {
  margin-top: 14px;
  font-size: 12px;
  color: var(--muted-2);
}
@media (max-width: 760px) {
  #page.lp-v2 .ticket-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#page.lp-v2 {
  /* ---------- access ---------- */
}
#page.lp-v2 .access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}
#page.lp-v2 .access-info .venue {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
#page.lp-v2 .access-info .addr {
  color: var(--muted);
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.9;
}
#page.lp-v2 .access-info .routes {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#page.lp-v2 .access-info .routes .r {
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-size: 13.5px;
}
#page.lp-v2 .access-info .routes .line {
  color: var(--gold);
  font-weight: 700;
  white-space: nowrap;
}
#page.lp-v2 .map-holder {
  aspect-ratio: 16/10;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  background: repeating-linear-gradient(0deg, transparent, transparent 26px, rgba(201, 162, 76, 0.05) 26px, rgba(201, 162, 76, 0.05) 27px), repeating-linear-gradient(90deg, transparent, transparent 26px, rgba(201, 162, 76, 0.05) 26px, rgba(201, 162, 76, 0.05) 27px), var(--surface);
  display: grid;
  place-items: center;
  position: relative;
}
#page.lp-v2 .map-holder iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
#page.lp-v2 .map-holder .pin {
  color: var(--gold);
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.5));
}
#page.lp-v2 .map-holder .pin svg {
  width: 38px;
  height: 46px;
  display: block;
}
#page.lp-v2 .map-holder .cap {
  position: absolute;
  bottom: 12px;
  font-size: 11px;
  color: var(--muted-2);
  letter-spacing: 0.1em;
}
@media (max-width: 760px) {
  #page.lp-v2 .access-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
#page.lp-v2 {
  /* ---------- sponsors ---------- */
}
#page.lp-v2 .sponsor-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#page.lp-v2 .sponsor-row .s {
  background: #fff;
  border-radius: 4px;
  padding: 26px 34px;
  width: 240px;
  height: 120px;
  display: grid;
  place-items: center;
}
#page.lp-v2 .sponsor-row .s img {
  max-height: 64px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#page.lp-v2 {
  /* ---------- floating ticket CTA ---------- */
}
#page.lp-v2 .ticket-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 14px;
  white-space: nowrap;
  color: #140F04;
  background: linear-gradient(180deg, var(--gold-hi), var(--gold));
  padding: 13px 22px;
  border-radius: 100px;
  box-shadow: 0 12px 30px -8px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(201, 162, 76, 0.4);
  transform: translateY(150%);
  transition: transform 0.35s ease;
}
#page.lp-v2 .ticket-fab.show {
  transform: translateY(0);
}
#page.lp-v2 .ticket-fab:hover {
  transform: translateY(-2px);
}
#page.lp-v2 .ticket-fab svg {
  width: 18px;
  height: 18px;
  flex: none;
}
@media (max-width: 520px) {
  #page.lp-v2 .ticket-fab {
    right: 12px;
    bottom: 12px;
    padding: 12px 18px;
    font-size: 13px;
  }
  #page.lp-v2 {
    /* CTAボタンはスマホで全幅（横幅を使い切り・タップしやすく） */
  }
  #page.lp-v2 .hero-cta {
    width: 100%;
  }
  #page.lp-v2 .hero-cta .btn,
  #page.lp-v2 .ticket-cta .btn {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  #page.lp-v2 * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
  #page.lp-v2 .scrolldown .chev {
    animation: none;
  }
}

@media screen and (min-width: 480px) {
  .breadcrumbs {
    width: 640px;
    margin: 0 auto;
    padding: 0 20px 40px 30px;
  }
  .menu-btn {
    margin-left: calc(100% - 80px);
    right: inherit;
  }
  header#root .header-frame {
    background-image: url(assets/svg/frame-top-pc.svg);
  }
  footer#root .footer-frame {
    background-image: url(assets/svg/frame-bottom-pc.svg);
  }
  #begining .banner {
    width: 40%;
  }
  article {
    width: 640px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .return-home {
    width: 640px;
    margin: 0 auto;
  }
  .btn-center.p-top {
    padding-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .breadcrumbs {
    padding: 0 20px 40px 50px;
  }
  .menu-btn,
  nav#menu-screen {
    display: none;
  }
  header#root {
    width: 100%;
    height: 74.75px;
  }
  header#root .header-frame {
    background-image: url(assets/svg/frame-top-pc.svg);
  }
  header#root .header-ui {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  header#root .header-ui nav#menu-bar {
    display: block;
    padding-right: 30px;
  }
  header#root .header-ui nav#menu-bar .pc-menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
    height: 74.75px;
  }
  header#root .header-ui nav#menu-bar .pc-menu .header-text {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: 36px;
    text-decoration: none;
  }
  header#root .header-ui nav#menu-bar .pc-menu .header-text h1 {
    color: #d0b162;
    background: -webkit-linear-gradient(90deg, #aa8546, #ffe893, #aa8546);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 5px;
    line-height: 1em;
    font-family: "minerva-modern", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
  header#root .header-ui nav#menu-bar .pc-menu .header-text p {
    line-height: 1em;
    letter-spacing: 1px;
    color: #d0b162;
    font-size: 9px;
  }
  footer#root .footer-frame {
    background-image: url(assets/svg/frame-bottom-pc.svg);
  }
  article {
    padding: 0 50px;
  }
  article#wpcf7 {
    margin-top: 40px;
    padding: 40px 70px 30px 70px;
  }
  article#wpcf7 .resp-box {
    padding-bottom: 40px;
  }
  article#wpcf7 .resp-box .right {
    padding-top: 0;
  }
  article#wpcf7 .form-item.accept {
    display: grid;
    place-items: center;
    padding: 0;
  }
}
