/*
Theme Name: WBC 2025 GRAND FINAL
Theme URI: 
Description: 
Version: 1.0
Author: TT
Author URI: 
*/
body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
}

header{
    width: 100%;
    height: 100px;
    background: rgba(0,0,0,0.4);
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 3;
    top: 0;
    padding: 10px 0;
}

header .inner{
    width: 1380px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding: 0 5%;
}

header .logo{
    height: 80px;
}

header .logo img{
    width: auto;
    height: 80px;
}

header .logo a:hover{
    opacity: 1;
}

header .header_nav{
    
}

header nav{
    margin-left: auto;
}

header nav ul{
    display: flex;
    gap: 30px;
    align-items: center;
}

header nav ul li{
    
}
header nav ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 10px 0;
  text-decoration: none;
  overflow: hidden;
  font-weight: 800;
}

header nav ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}

header nav ul li a:hover::after {
  width: 100%;
}

.hero-section {
    width: 100%;
    overflow: hidden; 
    position: relative;
    height: 100vh;
}

.hero-image .full-width-image {
    width: 100%;
    display: block; 
}

.hero-image .full-width-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  display: block;
}
.hero-image,
.swiper,
.swiper-wrapper,
.swiper-slide {
  height: 100vh; 
}

.content-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #f5f5f5;
}

section.section{
    display: flex;
}

.section {
    padding: 60px 0;
}

.section:last-child {
    border-bottom: none;
}

.section-title {
    font-size: clamp(1.0em, 1.5vw, 27px);
    font-weight: 700;
    margin-bottom: 40px;
    color: #333;
    position: relative;
    padding-bottom: 10px;
    line-height: 1.2;
}

.title-wrap{
    width: 30%;
}

.slider-wrapper{
    width: 70%;
}

.section-content {
    line-height: 1.8;
    width: 100%;
}

.about-section .section-content ,.ticket-section .section-content,.sp-contents-section .section-content{
        width: 70%;
}

.section-content p {
    margin-bottom: 1em;
}

/* ABOUTã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.about-section .section-content {
    margin: 0 auto;
}

.video-placeholder {
    margin-top: 30px;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-placeholder img {
    width: 100%;
    height: auto;
}

.ticket-info {
    margin-bottom: 20px;
}

.note {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 30px;
}

.button-wrapper {
    text-align: center;
}

.button-wrapper .btn{
    display: inline-block;
    width: 260px;
    height: 55px;
    color: #000;
    background: #fff;
    border: 2px solid #000;
    border-radius: 50px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.button-wrapper .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: url(images/btn_arrow.png) right 30px center no-repeat;
    background-size: 15px;
    line-height: 1;
    font-size: 1.3em;
    font-weight: 800;
}

.button-wrapper.about_more{
    display: none;
}

.ticket-section .button-wrapper{
    margin-top: 60px;
}


.grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 1%;
}

.grid-item {
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    padding-bottom: 10px;
    width: calc((100% - 2%) / 3);
}

.grid-item .thumb{

}

.grid-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.grid-item .text{
    padding: 0 10px;
}

.grid-item p.area{
    font-size: clamp(10px, 1.8vw, 18px);
    font-weight: 700;
    margin: 0 0 5px 0;
}

.grid-item p.small{
    display: flex;
    justify-content: space-between;
    font-size: 0.6em;
    margin: 0;
    flex-wrap: wrap;
}

  .mobile-only-swiper .swiper-slide {
    width: auto !important; 
  }

.character-grid .grid-item {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.character-grid .grid-item .thumb{
    position: relative;
}

.character-grid .grid-item img.circle{
    border-radius: 50%;
    width: 38%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0 auto 10px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.character-grid .grid-item .text{
    padding-top: 30px;
}

.character-grid .grid-item p.name{
    font-size: clamp(10px, 1.8vw, 18px);
    font-weight: 700;
    margin: 0 0 5px 0;
    text-align: center;
}

.character-grid .grid-item p.small{
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
    font-size: 0.7em;
    margin: 0;
}

.grid-item .area.mt{
  min-height: 3.7em;
}

.sponsor-grid {width: 70%;}

.sponsor-grid .large{
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    align-items: center;
    gap: 30px 1%;
    margin-bottom: 20px;
}


.sponsor-grid .large a{
    width: 30%;
}


.sponsor-grid .normal{
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
}


.sponsor-grid .normal a{
    width: calc((100% - 40px) / 5);
}

.access-content {width: 70%;}

.access-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.access-info i{
    width: 25px;
    margin: 0.5em 15px 0 0;
}

.access-info p {
    margin: 0;
}

.access-info h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.access-info ul {
    list-style: disc;
    margin-left: 20px;
}

.access-info ul li {
    margin-bottom: 5px;
}

.map-container {
    height: 450px;
    margin-bottom: 30px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.footer a{
    color: #fff;
}

.footer {
    background-color: #000;
    color: #fff;
    padding: 60px 0 20px;
    font-size: 1.0em;
}

.footer-content {
    width: 1080px;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding: 0 5%;
}

.footer-left {
    width: 400px;
    max-width: 100%;
}

.footer-left ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
}

.footer-left ul li{
    width: 50%;
}

.footer-right a {
    margin-left: 20px;
    transition: color 0.3s ease;
}

.footer-right a:hover {
    color: #aaa;
}

.footer-right .social-icon img {
    width: auto;
    height: 24px;
    vertical-align: middle;
}

.footer-copy{
    text-align: center;
}


/* ---------- about page　 ---------- */
.about-page-template.page .page-header-container {
  display: block;
  margin-bottom: 15px;
}
.about-page-template.page .page-header-container .page-title {
  margin-bottom: 0;
}
.about-page-template.page .page-header-container .lang-navigation {
  margin-top: 70px;
}

.about-content {
  max-width: 650px;
  margin: auto;
  padding: 200px 0;
}


.table {
  width: 100%;
  border-collapse: collapse;
}
.table tr th,
.table tr td {
  text-align: left;
  vertical-align: bottom;
  padding-top: 30px;
  padding-bottom: 10px;
  line-height: 1.5;
}
.table tr th {
  font-family: proxima-nova-condensed, sans-serif;
  width: 22.5%;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  font-weight: 500;
}
.table tr td {
  width: 77.5%;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  font-weight: 400;
}

.wpcf7 { width:100%; margin:0 0 2.5em !important; padding:0; border:1px solid #ddd; background:#fafafa; font-size:14px; }
.wpcf7 form { margin:1.5em 1.5em 0; }
.wpcf7 p { margin-bottom:1em; font-size:16px; }
.wpcf7 input, .wpcf7 textarea { -webkit-box-sizing:border-box; box-sizing:border-box; width:100%; padding:8px; border:1px solid #ccc; line-height:1.2; }
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; padding:8px; border:1px solid #ccc; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { font-size:14px; line-height:1.2; }
.wpcf7 .wpcf7-list-item { display:block; }
.wpcf7 textarea { height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #bbb; outline:none; }
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous { -webkit-transition:all .3s; -webkit-box-sizing:border-box; box-sizing:border-box; display:block; position:relative; width:225px; height:48px; margin:30px auto 0; border:none !important; outline:none; background-color:#333333; color:#fff; font-size:14px; line-height:1.5; text-align:center; text-decoration:none; cursor:pointer; transition:all .3s; }
.wpcf7 .wpcf7-submit:before, .wpcf7 .wpcf7-submit:after { -webkit-box-sizing:border-box; box-sizing:border-box; }
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover { background-color:#666666; }
.wpcf7 .wpcf7-submit .wpcf7-not-valid { background:pink; }
.wpcf7 .wpcf7-submit .wpcf7-response-output { -webkit-border-radius:4px; -moz-border-radius:4px; margin:10px 0 0; padding:8px 35px 8px 14px; border-radius:4px; }
.wpcf7 .wpcf7-submit .wpcf7-validation-errors { border:1px solid #EED3D7; background-color:#F2DEDE; color:#B94A48; }
.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok { border:1px solid #BCE8F1; background-color:#D9EDF7; color:#3A87AD; }
.wpcf7 .wpcf7-previous + br { display: none; }
.wpcf7 form .wpcf7-response-output{ margin: 2em 0.5em 2em; padding:0; border: none; text-align:center; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{ color:#dc3232; font-size: 1em; }

/* Style for DIVA dark ver. */
.wpcf7 { color:#000; }

.about-content h2{
  font-size:28px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 1em;
  letter-spacing: 0.15rem;
}
.grecaptcha-badge { visibility: hidden; }

.en{
    font-size: 0.7em !important;
}
.live-streaming-content{
        width: 70%;
}
.live-streaming-content .timeline{
    font-size: 1.2em;
    font-weight: 800;
    margin:1em 0;
}

.live-streaming-content .small{
    font-size: 0.8em;
    margin-bottom: 3em;
}

.live-streaming-content .sns-bnr{
    display: flex;
    justify-content: center;
    gap:30px;
    margin-bottom: 60px;
}

.live-streaming-content .sns-bnr .bnr{
    width: 415px;
    max-width: 40%;
}

.live-streaming-content .description{
    background: #b2b2b2;
    padding: 1em 1.5em;
}

.live-streaming-content .small{

}

.live-streaming-content .img-box{
    width: 70%;
    margin: 90px auto 0;
}

.live-streaming-content .img-box img{
    width: 100%;
}

.section-content p.title_kesyo{
    font-size: 1.1em;
    font-weight: 800;
    margin-bottom: 0.5em;
}

.live-streaming-content ul li{
    margin-bottom: 0.5em;
}

.centered-swiper{
    margin-top: 3em;
}

.centered-swiper .swiper-slide img {
  height: auto;
  width: 100%;
}
.centered-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.centered-swiper {
  height: auto;
  overflow: hidden;
}