#wrap{
    
}
#smooth-wrapper{
    z-index:100;
    /* padding-top: 100%; */
    display: flex;
    flex-direction: column;
    width: 100%;
}

#smooth-content{
    position: relative;
    z-index: 100;
    width: 100%;
    /* background: #ddf4ff; */
}

#allwrap{
    background: var(--background-basecolor);
    margin: 0px 0 0;
    height:100%;
    position: relative;
    z-index:100;
    width: 100%;
}
.is-active-down #allwrap{
    z-index:1;
}


.section_block {
    width:100%;
    position: relative;
    padding-top: 4%;
    padding-bottom: 5%;
    margin: auto;
}


#section_x1{
    padding: 5% 0;
    width:var(--over-width-per);
    background-color: var(--background-basecolor);
    /* margin: 13% 0 0; */
    /* position: relative; */
    z-index: 5;
    height: 100%;
    overflow: hidden;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    #message_img {
        width: 350px;
        height: 70px;
        display: block;
        margin: 0 auto 3%;
    }
    
    .bg_inner_section_x1{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    #bg_inner_section_x1{
        content:"";
        width: auto;
        display: inline-block;
        height: 90%;
        position: absolute;
        z-index: -1;
        top: 10%;
        bottom: 0;
        right: 0;
        margin: 0 auto;
        object-fit: cover;
        object-position: right;
    }
    
    #section_x1_header{
        width:80%;
        min-width: 300px;
        max-width: 980px;
        padding: 0% 0 0px;
        min-height: 110px;
        margin-bottom: 20px;
    }
    
    .is_pro{
        /* height: min(65vh,90vh); */
    }
    .section_message_area::before{
        content: "";
        background:url(./img/front-collabo-back_lefttop.svg) no-repeat left top;
        position: absolute;
        top: max(-40px,-25%);
        left: -5%;
        width: 100px;
        height: 100px;
    }

    .section_message_area::after{
        content: "";
        background:url(./img/front-collabo-back_rightbottom.svg) no-repeat right bottom;
        position: absolute;
        bottom: max(-40px,-25%);
        right: -5%;
        width: 100px;
        height: 100px;
    }
    .section_message_area{
        position: relative;
        background:var(--background-basecolor);
        padding: max(15px,3%);
        margin: 5% 10%;
        font-size: min(4vw,1.2em);
        line-height: 1.5;
    }


}


#section_x9{
    background: #fff;
    
    
    .post_all {
    margin: auto;
    padding: 7px 10px 10px;
    font-size: 35px;
    display: flex;
}

.post_all
    a {
    align-content: center;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 3px #eeee;
    width: 60px;
    height: 60px;
    text-align: center;
    color: var(--accent-color);
}


.post_all
    a:hover {
    background: var(--accent-color);
    color: #fff;
}
    .post_title_area_header {
    align-content: center;
    text-align:center;
    /* background: url("../../common/images/post_title.svg") no-repeat left top; */
    width: 70%;
    margin: 2px auto 7%;
    max-width: 500px;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    h3{
            font-size:2rem;
    display: block;
    width: 100%;
    height: 100%;
        }
}

.post_title_area {
    display: flex;
    flex: 3;
}

.post_area {
    flex: 8;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 0 10px 4px #cbcbcb;
    background: linear-gradient(2deg, #e9f8ff, #c9c9fff7);
    
    aside{
        display:flex;
        flex-wrap: wrap;
        width: 100%;
        
        
        
        a {
            position: relative;
            text-decoration: none;
            padding: 10px;
            /* border: 3px solid #fff; */
            display: block;
            max-width: 100%;
            min-width:200px;
            background: rgb(255 255 255 / 42%);
            border-radius: 15px;
            flex: 1;
            margin: 10px;
             .thumbnail_post {
                display:flex;
                 img{
                    margin:auto;
                }
             }
       }
    }
}

.news_date.me-2 {
    position: absolute;
    padding: 10px;
    background: rgba(0,0,0,0.8);
    color: #fff;
}

.news_title {
    color: #333;
    text-decoration: none;
    font-size: 1.3rem;
    height: 90px;
    padding: 10px;
    background: #fff;
}
}


#event_bottom{
    .event_images{
        max-width: 300px;
        margin: auto;
        width: 100%;
    }
}


#section_x2{
    /* padding:10px; */
    opacity:0;
    width:var(--over-width-per);
    background-color: #DBF2FF;
    margin: 95px 0 0;
    position: relative;
    z-index: 5;
    background: repeating-linear-gradient(303deg, #f3f9ff, #f3f9ff 10px, #fff 0, #fff 25px, #f3f9ff 1px, #f3f9ff 30px);
    /* background: url(../../common/images/event_topics_back_1.svg) repeat-x center center; */
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    #section_x2_header{
        width: 80%;
        min-width: 300px;
        max-width: 700px;
        margin-top: -110px;
    }
    
    .is_pro{
        /* height: min(60vh,90vh); */
    }

    .section_inner{
        border-radius:15px;
        position: relative;
        /* background:#2baffe; */
        padding: 0 0 1px;
        width: 80%;
    }
    .section_message_area{
        padding: max(15px,3%);
        margin: min(15px,1%);
        border-radius: 10px;
        font-size: min(4vw,1.2em);
        line-height: 1.5;
        background: #f2fffe;
        border: 3px solid #fff;
        box-shadow: 0 0 10px 0 #7bc1ff;
    }


    .event_container_left{
        width:50%;
    
    
        .suzukilogo{
            width:min(80%,150px);
        }
        .suzukilogo{
            margin: auto;
            text-align: center;
        }
        .event_title{
            font-size: 3rem;
            text-align: center;
            margin:15px 0;
        }
        .event_list{
            padding:2px;
            border: 1px solid #eaeaea;
            width:100%;
            margin:1px;
        }
        .event_list >li{
            padding:3px;
            border-bottom: dotted #eaeaea 1px;
        }
        .event_list >li:last-child{
            border:none;
        }
    
    }
    .event_border{
        width:100%;
        font-size: 2rem;
        text-align: center;
        margin:5% 0;
        color: #0d8fd2;
        background: #fff;
        border-radius: 15px;
        padding: 2% 0;
        font-weight: 600;
    }
    .event_container_right{
        width: 50%;
        margin-left: auto;

        img{
            object-fit: cover;
        }
    }

    .event_lineup_list{
        background: #fafafa;
        border-radius: 10px;
        flex-wrap: wrap;
    }
    .event_lineup{
        margin: 5px;
        flex: 1;
        background: #fff;
        padding: 20px 10px 35px;
        width: 100%;
        
        
        
        
        .event_title{
            font-size: 2rem;
            padding: 10px 5px;
            border-bottom: 1px dashed #eee;
                       
            .min-text{
                font-size: 40%;
                padding: 0 10px 0;
            }
            
        }
        .event_main{
            padding:10px;
            font-size: 80%;
            min-height: 150px;
        }
        .event_footer{
            width:100%;
            text-align: center;
            margin: auto 0 0;
            
            
            .link_btn{
                font-size: 1rem;
            }
        }
    }
}

section#section_x3 {
    position: fixed;
}


#section_x4{
    width:100%;
    padding: 2% 0 2%;
    
    
    
    
    
    .section_x4_header_area{
        width:40vw;
        min-width: 250px;
        margin-left: 20vw;
        margin-right: auto;
    }
    
    
    .left_img_s1{
        width:20vw;
        max-width: 330px;
        min-width: 150px;
        height: 60vh;
        overflow: hidden;
        position: absolute;
        min-height: 150px;
        top: -70%;
        max-height: 520px;
    }
    .left_img_s1 img{
        object-fit: cover;
        position: absolute;
        top:0;
        left:0;
        right:0;
        bottom: 0;
        margin: auto;
        width:30vw;
        height: 41vh;
    }
    #image_frame_x1{
        overflow: hidden;
        height: 374px;
        position: absolute;
        top: 0px;
        width: 100%;
        clip-path: polygon(0% 83%, 0% 31%, 100% 18%, 100% 66%);
    }
    div#image_frame_x2 {
        position: absolute;
        bottom: 0px;
        height: 300px;
        width: 100%;
        clip-path: polygon(0% 83%, 0% 36%, 100% 14%, 100% 66%);
    }
    .section_x4_header_image{
        display: flex;
    }
    #section_x4_header{
        max-width: 500px;
        margin: 20px auto;
    }
}


    .right_img_s1{
        width: 30vw;
        max-width: 576px;
        min-width: 150px;
        height: 100%;
        /* overflow: hidden; */
        /* position: absolute; */
        min-height: 150px;
        top: -10%;
        right:0px;
        max-height: 580px;
        margin-top: -120px;
    }
    .right_img_s1 img{
        object-fit: cover;
        /* position: absolute; */
        top:0;
        left:0;
        right:0;
        bottom: 0;
        margin: auto;
        width:30vw;
        height: 106%;
    }
    div#image_frame_x3 {
        /* position: absolute; */
        bottom: 0px;
        height: 670px;
        clip-path: polygon(0% 100%, 0% 20%, 100% 7%, 100% 90%);
    }


    #section_x5{
        margin: 5% 0 5%;
        /* clip-path: polygon(0% 100%, 0% 20%, 100% 0%, 100% 80%); */
        
        
        
        
        div#sleague_section_bg {
    position: absolute;
    color: #f8f8f8;
    z-index: 7;
    top: -39%;
    font-size: 13rem;
    left: 0px;
    /* transform: rotate(356deg); */
}
        
        
        
        #sleague_section{
            color:#fff;
            background: url(../../common/images/S.League_back.webp) no-repeat center bottom;
            background-size: cover;
            width: 100%;
            margin: 0 0 0 auto;
            height: 100%;
            display: flex;
            
            
            
            
            #sleague_section_inner{
                padding: 5% 0;
                background:rgba(0,0,0,0.7);
                width: 100%;
                height: 100%;
                /* margin: auto; */
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                

                .sleague_logo_area{
                    margin:0 0 20px;
                    flex-wrap: nowrap;
                }
                .sleague_logo_area div{
                    align-content: center;
                }
                #sleague_logo{
                    width:10%;
                    max-width: 100px;
                }
                .sleague_name{
                    font-size:3rem;
                }
                #sleague_about{
                    flex: 1.0;
                    padding: 5%;
                    margin: auto;
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    .message{
                        padding: 10px;
                        font-size:1.2rem;
                        width: 100%;
                        margin: 0 0 24px 0;
                    }
                }
            }        
        }
        .section_footer{
            width:100%;
            .section_footer_inner{
                
                .link_btn{
                    border: 1px solid #fff;
                    color: #fff;
                    width: 250px;
                    margin: 10px;
                }
            }
        }
        .sleague_movie{
            aspect-ratio: 16 / 9;
            width: 100%;
            flex: 1;
            min-width: 300px;
            
            
            
            
            
            
            
            
            
            
            
            
            
            iframe {
                width: 100%;
                height: 100%;
                /* flex: 1; */
            }
        }
        #youtube{
            width:100%;
            height:300px;
            background: #2baffe;
        }
    }






p#surf_about {
    top: 0px;
    left: 7rem;
    font-size: 2rem;
    /* position: absolute; */
}

p#surf_about_title {
    top: 0;
    left: 0px;
    font-size: 4rem;
    /* position: sticky; */
}

.title_section {
    position: relative;
    /* left: -20px; */
    /* width: 216px; */
    /* top: 0px; */
    /* position: absolute; */
    /* transform: rotate(90deg); */
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 0px 0px 0 0px;
}

.images_section {
    margin: 0px 2rem 0 2rem;
}

div#surf_img_x1 {
    width: 27vw;
    height: 40vh;
    overflow: hidden;
    position: relative;
    max-width: 500px;
}
.surf_img {
    overflow: hidden;
    width: 100px;
    height: 100px;
    position: relative;
    display: flex;
}
.surf_img img {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* bottom: 0; */
    /* right: 0; */
    /* margin: auto; */
    margin: 0px 0px;
    /* width: 100%; */
}
.title_section p {/* transform: rotate(90deg); */font-size: 4rem;/* position: absolute; */top: 0px;}

div#surf_section_title {
    /* position: absolute; */
    /* right: 0; */
    /* top: 20px; */
    width: 100%;
    padding: 10px 0px;
    font-size: 3rem;
    color: #056cbc;
}

.about_inner_message {
    margin: 14px 0 0;
    height: 100%;
    width: 90%;
    display: flex;
    flex-direction: column;
}

#surf_section_title_x2 {
    /* position: absolute; */
    /* top: 5rem; */
    /* width: 30vw; */
    /* max-width: 570px; */
    right: 0px;
    background: rgba(255,255,255,0.7);
    padding: 10px;
    font-size: 1.5rem;
}


.surf_right_area {
    flex: 1;
}

div#surf_img_x2 {
    max-width: 250px;
    height: 350px;
    margin: 80px 0 0 0;
    width: 20vw;
}

div#surf_img_x3 {
    /* position: absolute; */
    /* right: 0px; */
    width: 350px;
    height: 450px;
    margin: -80px 0 0 5%;
}

.bottom-container{
    /* height: 400px; */
}

div#bottom_container_header {
    width: 100%;
    padding:0 10px;
    font-size: 2.6rem;
    color: #009cf0;
}

.surf_left_area {
    flex: 1;
}

.flex.flex-wrap-column.relative {}

.bottom-container .surf_left_area {
    /* margin: 0 0 0 90px; */
    /* background: aliceblue; */
    padding: 1%;
    flex: 2.9;
}

.bottom-container .surf_right_area.relative {
    flex: 2.8;
}

.bottom-container .images_section.flex {
    margin: 0 1rem 0 0rem;
}




.swiper_bottom {
    height: 300px;
    .swiper-wrapper {
    transition-timing-function: linear;
    }
}



div#canvas-container {
    position: absolute;
    top: -250px;
    right: 0px;
    z-index: 1000;
    height: 300px;
    width: 100%;
}

#surf_bottom_container .link_btn{
    margin: 30px 0 0;
    width:300px;
}



.section_tile{

    width:80%;
    margin: 0 auto;
    max-width: 350px;

}



#section_x7{
    margin: 3% 0 0 0;

    .sponsors{
        /* max-width: 300px; */
        flex: 1;
        margin: 8px 4%;
    }
}

.section-margin{
    margin-top: 5%;
}
.sponsor-margin{
    /* margin-top: 15%; */
    padding: 5% 0 0;
}
.section-padding{
    padding-top: 10%;
    padding-bottom: 10%;
}






#section_x8{
    background: #f0f0f0;

    .left_content{
        flex:1.5;
        border: #bebebe 1px solid;
        .access_list{
            border-bottom: 1px solid #bebebe;
            padding: 2px;
            height: 100%;
            text-align: left;
        }
        .left_content_main{
            padding: 5px 8px 8px;
            align-content: center;
            flex: 2;
        }
        .access_list:last-child{
            border-bottom: none;
        }
        .left_content_title{
            width: 135px;
            text-align: left;
            padding: 5px 8px 8px;
            border-right:1px solid #bebebe;
            align-content: center;
            flex: 1;
        }
    }
    .right_content{
        flex:1.4;
        height: 305px;
        margin:0 0 0 50px;
        iframe{
            width:100%;
            height:100%;
        }
    }
    .section_tile{
        margin:0;
    }
    #access_logo{
        background: #f0f0f0;
        transform: translate3d(0px,0px,1px);
        padding:0 10px 0 0;
    }
    .section_tile::before{
        width:100%;
        content:"";
        display: inline-block;
        border-bottom: #bebebe 1px solid;
        position: absolute;
        right:0;
        top:50px;
        height:1px;
    }
    .access_btn{
        width: auto;
        .link_btn{
            width: auto;
            padding:8px 15px 10px;
            background: #009cf0;
            color: #fff;
            margin: 10px 10px 0 0;
            min-width: 100px;
        }
    }
}







img#bingo_flyer {
    max-width: 1000px;
    margin: auto;
}


#sponsors_logo_area img {
    width: 400px;
    height: 150px;
}

#sponsors_official_logo_area img {
    /* width: 250px; */
    /* height: 118px; */
    aspect-ratio: 3/2;
}

#sponsors_official_logo_area .sponsors {
    margin: auto;
    /* aspect-ratio: 2/3; */
    width: 100%;
    height: 100%;
    max-width: 190px;
}