a{
    text-decoration:none;
}


/* ----------------------------------
header
---------------------------------- */
body{
        font-family: 'Karla', Noto Sans Japanese, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        background-color: #3A51BB;
}
.whitebg{
    background-color: #fff;
}
.sp{
    display: none;
}

#head{
    width: 100%;
    /* min-width: 1000px; */
    height: 100vh;
    z-index: -10;
    object-fit: cover;
    position: relative;
}
.gradient{
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.01));
    background-size: cover;
}
#taikai-logo {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 10%;
}
#taikai-logo>img {
    margin: 0 auto;
    width: 100%;
}

#jfbalogo {
    width: 5vw;
    height: auto;
    position: absolute;
    top: 24px;
    right: 24px;
}

/* ----------------------------------
コンテンツ
---------------------------------- */

.content{
    margin: 0 auto;
    width: 80%;
    text-align: center;
    margin-top: 50px;
}

#about_container{
    color: #fff;
    margin-top: 50px;
}
#about>h1{
    font-size: 50px;
    font-weight: 800;
}

#about>p{
    font-size: 24px;
    margin-top: 30px;
    font-weight: 500;
}

#about>img{
    width: 100%;
    margin-top: 50px;
}

#infomation{
    margin: 100px auto 0 auto;
}

.info_li{
    text-align: left;
    margin: 0 auto;
    width: auto;
    max-width: 800px;
}

.info_flex{
    display: flex;
    margin: 48px auto;
    /* justify-content: center; */
}

.info_flex>h3{
    font-size: 24px;
    /* margin-left: 152px; */
    font-weight: 500;
    white-space: nowrap;
}

.info_flex>p{
    font-size: 24px;
    margin-left: 80px;
    font-weight: 500;
    /* white-space: nowrap; */
}

#entry{
    margin-top: 100px;
}

#entry>a{
    font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3';
    color: #EC0000;
    font-size: 40px;
    font-weight: 600;
    border: solid 4px #EC0000;
    background-color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 30px 3em;
    border-radius: 100px;
    max-width: 300px;
    white-space: nowrap;
}

#totoimg{
    width: 500px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.mainh2{
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 40px;
    padding-top: 50px;
}

.subh2{
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: -7px;
}

.white{
    color: #fff;
}

.blue{
    color: #3A51BB;
}

/* ----------------------------------
イベントコンテンツ
---------------------------------- */

.eventbox{
    display: flex;
    margin-top: 70px;
    align-items: flex-start
}

.eventbox:nth-child(even){
    flex-direction: row-reverse;
}

.eventbox:last-child{
    padding-bottom: 100px;
}

.eventbox>img{
    width: 40%;
    height: auto;
    border-radius: 20px;
    object-fit: contain;
}

.event_text{
    color: #3A51BB;
    margin: 0 0 0 100px;
    text-align: left;
    white-space: wrap;
}

.r_event_text{
    color: #3A51BB;
    margin: 0 100px 0 0;
    text-align: left;
}

.event_text>h3{
    font-size: 24px;
    font-weight: 600;
}

.event_text>p{
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
}
.r_event_text>h3{
    font-size: 24px;
    font-weight: 600;
}

.r_event_text>p{
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
}

/* ----------------------------------
MC
---------------------------------- */

#mc>h2{
    margin-top: -50px;
}

.mc_box{
    display: flex;
    background-color: #fff;
    padding: 30px 60px;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 100px;
    align-items: flex-start
}

.mc_box>img{
    width: 40%;
    object-fit: contain;
}

.mc_text{
    color: #3A51BB;
    text-align: left;
    margin-left: 100px;
}
.mc_text>h3{
    font-size: 24px;
}

.mc_text>p{
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
}

/* ----------------------------------
what is frescoball
---------------------------------- */
#what{
    margin-bottom: 100px;
}

.what_p{
    width: 90%;
    margin: 50px auto 0 auto;
    color: #3A51BB;
    font-size: 18px;
}

#what>div{
    margin-top: 50px;
    aspect-ratio: 16 / 9;   
}

#map{
    margin-top: 50px;
}


/* ----------------------------------
SPONSAR
---------------------------------- */
.sponsar_list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

#sponsar li {
    max-width: 270px;
    width: 33%;
    margin: 3%;
}

.sponsar_list>li>a>img{
    width: 100%;
    height: auto;
}


/* ----------------------------------
contact share
---------------------------------- */

.qa{
    margin: 30px auto 30px auto;
    font-size: 18px;
}

.sns_box {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

footer {
    background-color: #3A51BB;
    height: 56px;
    position: relative;
}

footer p {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 600;
    font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3';
}


@media screen and (max-width: 481px) {
    html,body {
        overflow-x: hidden;
    }

    .content{
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding:15px;
    }

    div#header {
        height: 100%;
        position: relative;
    }

    .sp{
        display: block;
    }
    
    .mainh2{
        font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
        font-size: 32px;
        padding-top: 50px;
    }

    .subh2{
        font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
        font-size: 16px;
        font-weight: 600;
        margin-top: 0px;
        opacity: 0.8;
    }

    #taikai-logo {
        position: absolute;
        text-align: center;
        left: 50%;
        width: 75vw;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: 20%;
    }

    #jfbalogo {
        width: 15vw;
    }

    #about>h1{
        font-size: 22px;
        font-weight: 800;
    }

    #about>p{
        font-size: 18px;
        margin-top: 20px;
        font-weight: 500;
        line-height :30px;
        text-align: left;
    }

    #infomation{
        margin-top: 0px;
        width:  100%;
    }

    .info_flex{
        display: block;
        margin: 20px auto;
    }

    .info_flex>h3{
        text-align: left;
        font-size: 20px;
        margin-left: 0px;
        font-weight: 800;
    }

    .info_flex>p{
        text-align: left;
        font-size: 16px;
        margin-left: 0px;
        margin-top: 8px;
        font-weight: 500;
        white-space: wrap;
    }
    #about>img {
        width: 100%;
        margin-top: 50px;
        border-radius: 8px;
    }
    #entry{
        margin-top: 70px;
    }

    #entry>a{
        font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3';
        color: #EC0000;
        font-size: 20px;
        text-align: center;
        font-weight: 600;
        border: solid 2px #EC0000;
        background-color: #fff;
        font-weight: bold;
        margin: 0 auto;
        text-decoration: none;
        padding: 1em 10%;
        border-radius: 50px;
    }

    #totoimg{
        width: 80%;
        text-align: center;
        margin-top: 100px;
    }

    /* ----------------------------------
イベントコンテンツ
---------------------------------- */

.eventbox{
    display: block;
    margin-top: 50px;
    width: 100%;
}

/* .eventbox:nth-child(even){
    flex-direction: row-reverse;
}

.eventbox:last-child{
    padding-bottom: 50px;
} */

.eventbox>img{
    width: 100%;
    height: auto;
    border-radius: 8px;        margin-bottom: 15px;
}

.event_text{
    color: #3A51BB;
    margin: 0 0;
    text-align: left;
    width: 100%;
}

.r_event_text{
    color: #3A51BB;
    margin: 0 0 0 0;
    text-align: left;
    width: 100%;
}

.event_text>h3{
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    white-space: wrap;

}

.event_text>p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}
.r_event_text>h3{
    font-size: 20px;
    font-weight: 600;
    white-space: wrap;
}

.r_event_text>p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

/* ----------------------------------
MC
---------------------------------- */

#mc>h2{
    margin-top: 1px;
}

.mc_box{
    display: block;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 0 10px;
    margin-top: 30px;
}

.mc_box>img{
  width: calc(100% - 40px);
          border-radius: 8px;
          object-fit: cover;
          aspect-ratio: 1;
          object-position: top;
}

.mc_text{
    color: #3A51BB;
    width: 100%;
    text-align: left;
    margin: 0 auto;        padding: 20px;
}

.mc_text>h3{
    font-size: 20px;
    margin-top: 0px;
}

.mc_text>p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

/* ----------------------------------
what is frescoball
---------------------------------- */

.what_p{
    width: 100%;
    margin: 50px auto 0 auto;
    color: #3A51BB;
    font-size: 16px;
    text-align: left;
}
#what{    margin-bottom: 0px;}



/* ----------------------------------
SPONSAR
---------------------------------- */
.sponsar_list {
    display: block;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

#sponsar li {
    max-width: 270px;
    min-height: 100px;
    width: 100%;
    margin:0 auto;
}

.sponsar_list>li>a>img{
    width: 250px;
    height: auto;
}
#ryogeisya{
    margin-top: 20px;
}

/* ----------------------------------
contact share
---------------------------------- */


#contact p {
    font-size: 16px;
    /* white-space: nowrap; */
}

.sns_box {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

footer {
    background-color: #3A51BB;
    height: 32px;
    position: relative;
}

footer p {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 8px;
    font-weight: 600;
    font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3';
}
}