/*
Theme Name: Kyushu Pro Wrestling 02
Theme URI: https://dev02.adeptech-lab.jp/
Author: ATL
Author URI: https://adeptech-lab.co.jp/
Description: シンプルなブランクテーマ
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kyushu-pro-wrestling-02
*/
/* top front-page */
.hero-section {
    width: 100%;
    min-height: 30vh;
    display: flex;
    justify-content: center; /* 中央寄せ */
    align-items: center; /* 垂直方向の中央揃え */
    background: url("img/kw2/top_slide_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 20px;
    position: relative;
    width: 100%;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: grayscale(100%);
}

.content-wrapper {
    display: flex;
    justify-content: space-between; /* 左右端に配置 */
    align-items: center;
    width: 80%; /* 中央寄せをするための幅指定 */
    max-width: 1200px; /* 最大幅を設定 */
    position: relative;
    z-index: 1;
}

.fixed-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列 */
    grid-template-rows: 1fr 1fr; /* 2行 */
    gap: 20px;
    width: 40%; /* 左側の固定ボックス幅 */
    max-width: 600px; /* 最大幅 */
}

.fixed-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    background-color: white;
    padding: 15px;
    font-size: 1rem;
    font-weight: bold;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.modal-container {
    width: 60%; /* モーダルの幅 */
    max-width: 800px; /* 最大幅を設定 */
    display: flex;
    justify-content: flex-start;
    flex: 1;
    max-width: 50%;
    margin-right: 30px;
}
.modal {
    width: 100%;
    display: flex;
    justify-content: center;

}
.modal-container img {
    display: block;
    width: 100%;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}
.swiper-img {
    display: block;
    width: 100%;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}
.swiper-button-next, .swiper-button-prev {
    color: #FFFFFF!important;
}
.top-medium-wrapper {
    width: 50%;
    margin: 0 auto;
    padding: 20px 20px 50px 20px;
    min-height: 30vh;
}


@media (max-width: 1100px) {
    .content-wrapper{
        width: 100%;
    }
    .fixed-boxes {
        margin-top: 40px;
    }
    .modal-container {
        width: 100%;
        max-width: 100%;
    }
    .fixed-boxes {
        width: 100%;
        max-width: 100%;
    }
    .top-medium-wrapper {
        width: 70%;
    }
}


#top-hero {
    width: 100%;
    background:#FB6D48;
    display: flex;
    justify-content: center;
}
#top-hero img{
    display: block;
    margin: 30px 0;
    width: 50%;
    max-width: 750px;

}

/* warapper common */
.top-wrapper {
    width: 80%;
    margin: 0px auto;
    padding: 20px 20px 50px 20px;
}
.top-title {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bolder;
}
.sub-title {
    margin-top: -30px;
}
@media (max-width: 1100px) {
    .top-title {
        font-size: 2rem;
        margin: 30px 0 10px 0;
    }
    .sub-title {
        margin-top: 0px;
    }
}
.common-menu ul {
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.common-menu ul li {
    font-size: 0.8rem;
    display: block;
    background: #e0e0e0;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 5px 10px;
    text-align: center;
    margin: 0 10px;
}
.common-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #000000;
    color: #ffffff;
    padding: 10px 50px;
    text-align: center;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: bolder;
}
.next-btn a {
    background:#FB6D48;
    color: #FFFFFF;
}
.next-btn-s a {
    color:#FFFFFF;
    background: #000000;
}
.next-btn, .next-btn-s {
    width: 100%;
    margin: 30px 0;
    display: flex;
    justify-content: center;
}
.next-btn a, .next-btn-s a {
    min-width: 100px;
    border-radius: 40px;
    padding: 10px 50px;
    text-align: center;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: bolder;
}
@media (max-width: 1100px) {
    .next-btn a, .next-btn-s a {
        font-size: 0.8rem;
    }

}

.ac-item {
    display: none;
}
/* top background images */
#top-background-image {
    background: url("img/kw2/top_news_background.jpg");
    background-size: cover;
    background-position: top;
}
#top-background-image2 {
    background: url("/wp-content/uploads/2025/03/top_background-scaled.jpg");
    background-size: cover;
    background-position: top;
    padding: 30px 0;
}
/* top-pickup */
#top-pickup {
    margin-top: 30px;
    background: #ff0000;
    color: #ffffff;
}
a.pickup-image-link {
    width: 30%;
    display: block;
    margin: 0 3.3% 0 0;
}
a.pickup-image-link:last-child {
    margin: 0;
}
.pickup-image {
    width:100%;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s;
}
@media (max-width: 1100px) {
    a.pickup-image-link {
        width:100%;
        margin: 15px 0 0 0;
    }
    a.pickup-image-link:last-child {
        margin: 15px 0 0 0;
    }
    .pickup-image {
        width:100%;
    }

}
/* top-movie */
#top-movie {
    padding: 50px 0;
}
/* iframeをレスポンシブにするためのコンテナ例 */
.video-container {
    position: relative;
    width: 90%;
    padding-top:100px;
    padding-bottom: 40%; /* 16:9の比率 */
    overflow: hidden;
    background-color: #000; /* 動画が読み込まれるまでの背景色 */
}
.video-box {
    width: 50%;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media (max-width: 1100px) {
    .video-box {
        width: 100%;
    }
}
/* top-player */
#top-player {
    margin-top: 30px;
}
/*
.player-box {
    width: 22%;
    height: 800px;
    overflow: hidden;
    position: relative;
    margin-right: 2%;
}

.player-box a {
    display: block;
    width: 1000px;
    height: auto;
    position: relative;
}

.player-box img {
    display: block;
    width: 1000px;
    height: auto;
    position: relative;
}
.player-box img:last-child {
    margin-right: 0;
}
*/
.player-box {
    width: 22%;
    margin-right: 2%;
}
.top-player-link {
    display: block;
}
.top-player-img:last-child {
    margin-right: 0;
}
@media (max-width: 1100px) {
    .player-box {
        width: 100%;
        margin: 0 0 20px 0;
    }

}





