@font-face {
  font-family: "SB_TYPEFACE_Std";
  src: url("/font/SBTYPEFACE-Std.eot");
  src: url("/font/SBTYPEFACE-Std.eot?#iefix") format("embedded-opentype"),
    url("/font/SBTYPEFACE-Std.woff2") format("woff2"),
    url("/font/SBTYPEFACE-Std.woff") format("woff"),
    url("/font/SBTYPEFACE-Std.ttf") format("truetype"),
    url("/font/SBTYPEFACE-Std.svg#SBTYPEFACE-Std") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* hg2023  */
body {
    background-color: #ccc;
}

@media screen and (max-width: 640px) {
    body {
        background:none;
    }

}


.hg2023 a {
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.hg2023 a:hover {
    opacity: 0.8;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



.content_wrap {
    width:1040px;
    margin:auto;
    position: relative;

    padding-top:calc(3rem + 40px);
}

section {
    margin:0 0 150px 0;
    padding-top:calc(3rem + 40px);
    margin-top:calc(-3rem - 40px);
}

.hg2023 h2 {
    width: auto;
    height: 10rem;
    text-align: center;
    margin:80px auto 0;
    display: block;
}
.hg2023 h2 img {
    max-width: 100%;
    max-height: 10rem;
    width: auto;
    height: auto;
}

.hg2023 h3 {
    font-size: 4rem;
    color: #000;
    display: block;
    text-align: center;
}
.hg2023 h3::after {
    display: block;
    margin:2rem auto 0;
    content:"";
    height: 5px;
    width:5rem;
    background-color:#63C335 ;
}

@media screen and (max-width: 640px) {

    .content_wrap {
        width:100%;
        margin:auto;
        position: relative;

        padding-top:calc(2.5rem + 30px);
    }

    section {
        margin:0 0 50px 0;
        padding-top:calc(2.5rem + 40px);
        margin-top:calc(-2.5rem - 40px);
    }

    .hg2023 h2 {
        width: auto;
        height: 6rem;
        text-align: center;
        margin:50px auto 0;
        display: block;
    }
    .hg2023 h2 img {
        max-width: 100%;
        max-height: 6rem;
        width: auto;
        height: auto;
    }

    .hg2023 h3 {
        font-size: 2.6rem;
        color: #000;
        display: block;
        text-align: center;
    }
    .hg2023 h3::after {
        display: block;
        margin:1rem auto 0;
        content:"";
        height: 3px;
        width:5rem;
        background-color:#63C335 ;
    }
}

/* 固定チケット＆グッズ */

.ticket_goods {
    position: fixed;
    top:0;
    z-index: 10;
}
.ticket_goods ul {
    width:1040px;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ticket_goods ul li {
    width:50%;
}
.ticket_goods ul li a {
    padding:20px;
    text-decoration: none;
    color:#fff;
    font-weight: bold;
    font-size: 2.25rem;
    font-style: italic;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ticket_goods ul .ticket_link a {
    background:  #014B93;
    opacity: 1;
}
.ticket_goods ul .ticket_link a:hover {
    background:  #3880C6;
    opacity: 1;
}
.ticket_goods ul .goods_link a {
    background:  #00A2D3;
    opacity: 1;
}
.ticket_goods ul .goods_link a:hover {
    background:  #46C6ED;
    opacity: 1;
}
.ticket_goods ul .goods_link a::before {
    content:"";
    display: block;
    width:2.25rem;
    height: 3rem;
    background: url(../images_rn/goods.png) no-repeat;
    background-size:100%;
    background-position: 50% 50%;
    margin:0 10px 0 0;
}
.ticket_goods ul .ticket_link a::before {
    content:"";
    display: block;
    width:3rem;
    height:3rem;
    background: url(../images_rn/ticket.png) no-repeat;
    background-size:100%;
    background-position: 50% 50%;
    margin:0 10px 0 0;
}

@media screen and (max-width: 640px) {

    .ticket_goods {
        width:100%;
    }
    .ticket_goods ul {
        width:100%;
        display: flex;
    }
    .ticket_goods ul li {
        width:50%;
    }
    .ticket_goods ul li a {
        padding:15px;
        font-size: 1.85rem;
    }
    .ticket_goods ul .goods_link a::before {
        content:"";
        display: block;
        width:2.5rem;
        height: 3rem;
        background: url(../images_rn/goods.png) no-repeat;
        background-size:100%;
        background-position: 50% 50%;
        margin:0 5px 0 0;
    }
    .ticket_goods ul .ticket_link a::before {
        content:"";
        display: block;
        width:3rem;
        height:3rem;
        background: url(../images_rn/ticket.png) no-repeat;
        background-size:100%;
        background-position: 50% 50%;
        margin:0 5px 0 0;
    }

}



/* header */
.header {
    background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/hg2025/header_bg2025.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    padding-bottom: 100px;
    margin-bottom:0;
}

/* kv */
.kv {
    width:100%;
    margin:0;
}
.kv img {
    display: block;
    margin:0;
    width:100%;
}

/* card */
.card {
    width: 75%;
    margin:-240px auto 0;
}
.no_kv {
    margin:80px auto 0;
}
.card p {
    text-align: center;
    font-weight: bold;
    margin:10px 0 0 0;
    font-size: 2.5rem;
    line-height: 120%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card p span {
    font-size: 2.5rem;
    color: #000;
}

.card p span.bgred {
    background-color:#fff;
    color: #63C335;
    padding:2px 15px;
    margin:0 10px 0 0;
    font-size: 1.85rem;
}

.date_block {
    display: flex;
    font-family: "SB_TYPEFACE_Std",'Rubik', sans-serif;
    /* font-family: 'Rubik', sans-serif; */
    color: #000;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0 0;
}
.date_block .date {
    font-size:18rem;
    line-height: 100%;
    text-shadow: 0px 0px 15px -2px #000000;
}
.date_block .date span {
    font-family: 'Rubik', sans-serif;
    font-size:16rem;
}
.date_block .time {
    font-size: 6rem;
    line-height: 110%;
    text-shadow: 0px 0px 15px -2px #000000;
}
.date_block .time span {
    font-size: 8rem;
}
.vs {
    width:80%;
    margin:auto;
}
.vs img {
    width: 100%;
}
p.sp,
a.sp {
    color:#000;
    font-size: 2rem;
    text-align: center;
    padding:20px 0;
    border:1px solid #fff;
    background: #fff;
    width:calc(100% - 10px);
    margin:15px auto;
    display: block;
    text-decoration: none;
    font-weight: bold;
}
a.ht {
    color:#404040;
    font-size: 1.85rem;
    text-align: center;
    padding:20px 0;
    background: rgba(255, 255, 255, 0.75);
    width:calc(100% - 10px);
    margin:15px auto;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

a.sp:hover,
a.ht:hover {
    opacity: 0.8;
}

@media screen and (max-width: 640px) {

    .header {
        padding-bottom: 12vw;
        margin-bottom:5vw;
    }

    .card {
        width: 90%;
        margin:-30vw auto 20px;
    }
    .card p {
        margin:0px 0 0 0;
        font-size: 1.85rem;
        display: flex;
    }

    .card p span {
        font-size: 1.8rem;
    }

    .card p span.bgred {
        padding:2px 8px;
        margin:0 10px 0 0;
        font-size: 1.45rem;
    }
    .no_kv {
        margin:40px auto 20px;
    }

    .date_block .date {
        font-size:8.5rem;
    }
    .date_block .date span {
        font-size:8rem;
    }
    .date_block .time {
        font-size: 3rem;
    }
    .date_block .time span {
        font-size: 4.25rem;
    }
    .vs {
        width:90%;
    }
    p.sp,
    a.sp {
        font-size: 1.6rem;
        margin:0 auto;
        padding:10px 0;
        width:calc(100% - 10px);
        margin:10px auto;
    }
    a.ht {
        font-size: 1.45rem;
        margin:0 auto;
        padding:10px 0;
        width:calc(100% - 10px);
        margin:10px auto;
    }

}


/* navi */
.anchornav {
    width:75%;
    margin:20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}
.anchornav li {
    width:calc(50% - 10px);
    /* background-color: #014B93; */
    background-color: #014B93;
    margin:5px;
}
.anchornav li a {
    color: #fff;
    background-color: #014B93;
    /* background-color: #63C335; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding:20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.85rem;
    margin:5px;
}
.anchornav li a::after {
    content:"";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(455deg);
    position: absolute;
    top:calc( 50% - 10px );
    right: 20px;
    transform: rotate(135deg);
    margin:0 0 0 10px;
}

@media screen and (max-width: 640px) {

    .anchornav {
        width:90%;
        margin:0px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        align-items: center;
    }
    .anchornav li {
        width:calc(50% - 4px);
        /* background-color: #014B93; */
        margin:2px;
    }
    .anchornav li a {
        color: #fff;
        /* background-color: #014B93; */
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        padding:10px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.5rem;
        margin:5px;
    }
    .anchornav li a::after {
        content:"";
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(455deg);
        position: absolute;
        top:calc( 50% - 8px );
        right: 10px;
        transform: rotate(135deg);
        margin:0 0 0 5px;
    }

}



/* お知らせ */

.news {
}
.news ul {
    width:70%;
    margin:40px auto;
}
.news ul li a {
    font-size: 2rem;
    text-decoration: none;
    color: #000;
    background-color: #ccc;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
    padding:20px;
}
.news ul li a::before {
    content:"";
    background: url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/hg2025/caution.png)no-repeat;
    background-size: 100%;
    height: 2.75rem;
    width: 2.75rem;
    margin:0 10px 0 0;
}

@media screen and (max-width: 640px) {

    .news ul {
        width:90%;
        margin:20px auto;
    }
    .news ul li a {
        font-size: 1.6rem;
        line-height: 140%;
        border-radius: 15px;
        padding:15px;
    }
    .news ul li a::before {
        content:"";
        background: url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/hg2025/caution.png) no-repeat;
        background-size: 100%;
        height: 2.5rem;
        width: 2.5rem;
        margin:0 8px 0 0;
    }
}



/* event */

#event {
    background: none;
}

.event_inner {
    background: url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/hg2025/eventbg_top.jpg) no-repeat;
    background-position: 0% 0%;
    background-size: 100%;
    background-color: #2662A7;
    padding:120px 0 0;
    margin:0;
}
.event_inner_btm {
    background: url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/hg2025/eventbg_bottom.jpg) no-repeat;
    background-position: 0% 100%;
    background-size: 100%;
    background-color: #2662A7;
    padding:30px 0 150px;
    margin:0;
}
.event_inner ul {
    display: flex;
    width:100%;
    margin:0px auto 0;
    padding:50px 0 20px;
    flex-wrap:wrap ;
}
.event_inner ul li {
    background: #fff;
    border-radius: 20px;
    width:calc(33% - 10px);
    padding:0;
    margin:5px;
}
.event_inner ul li a {
    padding:0;
    display: block;
    margin:0;
}
.event_inner ul li .thumb {
    margin:0!important;
}
.event_inner ul li .thumb img {
    display: block;
    margin:0!important;
    width: 100%;
    height:220px ;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.event_inner ul li .txt {
    padding: 0 20px;
}
.event_inner ul li .txt .date {
    font-family: 'Rubik', sans-serif;
    margin:10px 0 0;
}
.event_inner ul li .txt .title {
    margin:0 0 20px 0;
}
.event_inner ul li .txt .title a {
    text-decoration: none;
    font-size 1.75rem;
    line-height: 120%;
}

.event_inner_btm a {
    width:calc(50% - 40px);
    background: url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/hg2025/event_map_btn.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.85rem;
    margin:8px auto;
    padding:20px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
}
.event_inner_btm a::after {
    content:"";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    position: absolute;
    top:calc( 50% - 8px );
    right: 50px;
    transform: rotate(45deg);
    margin:0 0 0 0;
}

.banner {
    width:calc(100% - 120px);
    padding:0 60px;
    margin:0 0 60px 0;
}
.banner img {
    width:100%;
}

.banner_s {
    width:calc(100% - 200px);
    padding:0 100px;
    margin:0 0 60px 0;
}
.banner_s img {
    width:100%;
}

.banner_s a {
    text-decoration: none;
    text-align: center;
}

.banner_s a strong {
    display: block;
    font-size:1.8rem;
    text-align: center;
    margin:10px 0 50px 0;
}

@media screen and (max-width: 640px) {

    .event_inner {
        background-position: 0% 0%;
        background-size: 100%;
        padding:30px 0 0;
        margin:0;
    }
    .event_inner_btm {
        padding:20px 0 80px;
        margin:0;
    }
    .event_inner ul {
        display: block;
        width:100%;
        margin:40px auto 0;
        padding:0;
    }
    .event_inner ul li {
        background: #fff;
        border-radius: 10px;
        width:calc(100% - 10px);
        padding:0;
        margin:15px 5px 0;
    }
    .event_inner ul li .thumb {
        margin:0!important;
    }
    .event_inner ul li .thumb img {
        display: block;
        margin:0!important;
        width: 100%;
        height:180px ;
        object-fit: cover;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    .event_inner ul li .txt {
        padding: 0 12px;
    }
    .event_inner ul li .txt .date {
        font-family: 'Rubik', sans-serif;
        margin:10px 0 0;
    }
    .event_inner ul li .txt .title {
        margin:0 0 0px 0;
        padding: 0 0 15px 0;;
    }
    .event_inner ul li .txt .title a {
        text-decoration: none;
        font-size:1.75rem;
        line-height: 120%;
    }

    .event_inner_btm a {
        width:calc(85% - 50px);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        margin:7px auto;
        padding:20px 40px;
        font-size: 1.65rem;
        line-height: 110%;
    }
    .event_inner_btm a::after {
        content:"";
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(-135deg);
        position: absolute;
        top:calc( 50% - 8px );
        right: 40px;
        transform: rotate(45deg);
        margin:0 0 0 0;
    }

    .banner {
        width:calc(100% - 40px);
        padding:0 20px;
        margin:0px 0 0 0;
    }

    .banner_s {
        width:calc(100% - 70px);
        padding:0 35px;
        margin:0 0 60px 0;
    }

    .banner_s a strong {
        font-size:1.45rem;
        line-height: 140%;
        text-align: center;
        margin:10px 0 40px 0;
    }

}


/* foodpark */

#foodpark {
    background: none;
}

.fp_inner {
    background: url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/hg2025/foodparkbg_top.jpg) no-repeat;
    background-position: 0% 0%;
    background-size: 100%;
    background-color: #FBBA00;
    padding:120px 40px 10px;
    margin:0;
}
.fp_inner img {
    width: 100%;
    display: block;
}

.fp_kv {
    margin:80px 50px 30px;
}

.fp_inner p {
    text-align: justify;
    font-size: 1.75rem;
    line-height: 160%;
    font-weight: bold;
    margin:50px 50px;
}

.fp_inner .data {
    margin:80px 50px 10px;
}
.fp_inner .data p {
    text-align: center;
    font-size: 2.25rem;
}
.fp_inner .data p strong {
    display: block;
    font-size: 2.5rem;
    margin:10px 0;
}

.fp_inner .pickup {
    margin:80px 50px 0;
}
.fp_inner .pickup h4,
.fp_inner .data h4 {
    display: block;
    font-size: 2.25rem;
    margin:10px 0;
    padding:15px;
    text-align: center;
    background: #FDD666;
    border-radius: 3rem;
}

.fp_inner .pickup ul {
    display: flex;
    flex-wrap: wrap;
    margin:20px 0px 0;
    justify-content: space-between;
}
.fp_inner .pickup ul li {
    width: 45%;
    margin:0 0;
    text-align: center;
}
.fp_inner .pickup ul li a {
    text-decoration: none;
    display: block;
    margin:20px 0;
}
.fp_inner .pickup ul li img {
    display: block;
    margin:0 0 10px 0;
    width: 387px;
    height: 387px;
    object-fit: cover;
}
.fp_inner .pickup ul li strong {
    font-size: 2rem;
    text-align: center;
}
.fp_inner .pickup ul li p {
    font-size: 1.6rem;
    margin:5px 0;
    text-align: center;
}

.fp_inner_btm {
    background: url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/hg2025/foodparkbg_bottom.jpg) no-repeat;
    background-position: 0% 100%;
    background-size: 100%;
    background-color: #FBBA00;
    padding:20px 0 110px;
    margin:0;
}

.fp_inner_btm a {
    width:calc(50% - 40px);
    background: url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/hg2025/foodpark_btn.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.85rem;
    margin:14px auto;
    padding:20px;
    text-decoration: none;
    color: #222;
    font-weight: bold;
    font-size: 2rem;
    box-shadow: 0px 0px 10px -5px #333;
}
.fp_inner_btm a::after {
    content:"";
    width: 10px;
    height: 10px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    -webkit-transform: rotate(-135deg);
    position: absolute;
    top:calc( 50% - 8px );
    right: 50px;
    transform: rotate(45deg);
    margin:0 0 0 0;
}


@media screen and (max-width: 640px) {

    .fp_inner {
        background-position: 0% 0%;
        background-size: 100%;
        background-color: #FBBA00;
        padding:80px 20px 10px;
        margin:0;
    }

    .fp_kv {
        margin:0px 0px 0px;
    }

    .fp_inner p {
        font-size: 1.4rem;
        /* margin:20px 0px; */
        margin:0;
        padding:20px 0;
    }

    .fp_inner .data {
        margin:20px 10px 0;
    }
    .fp_inner .data p {
        text-align: center;
        font-size: 1.6rem;
    }

    .fp_inner .pickup {
        margin:30px 0px 0;
    }
    .fp_inner .pickup h4,
    .fp_inner .data h4 {
        display: block;
        font-size: 1.6rem;
        margin:10px 0;
        padding:10px;
        border-radius: 2rem;
    }

    .fp_inner .pickup ul {
        display: flex;
        flex-wrap: wrap;
        margin:20px 0px 0;
        justify-content: space-between;
    }
    .fp_inner .pickup ul li {
        width: 48%;
        margin:0 0;
        text-align: center;
    }
    .fp_inner .pickup ul li a {
        text-decoration: none;
        display: block;
        margin:10px 0;
    }
    .fp_inner .pickup ul li img {
        display: block;
        margin:0 0 5px 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .fp_inner .pickup ul li strong {
        font-size: 1.5rem;
        text-align: center;
        line-height: 120%;
        display: block;
    }
    .fp_inner .pickup ul li p {
        font-size: 1.25rem;
        margin:5px 0;
        text-align: center;
        line-height: 140%;
    }

    .fp_inner_btm {
        padding:10px 0 50px;
        margin:0;
    }

    .fp_inner_btm a {
        width:calc(75% - 50px);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        margin:7px auto;
        padding:20px 40px;
        font-size: 1.65rem;
        line-height: 110%;
    }
    .fp_inner_btm a::after {
        content:"";
        width: 12px;
        height: 12px;
        border-top: 2px solid #222;
        border-right: 2px solid #222;
        -webkit-transform: rotate(-135deg);
        position: absolute;
        top:calc( 50% - 8px );
        right: 40px;
        transform: rotate(45deg);
        margin:0 0 0 0;
    }
}


/* schedule */

.schedule_inner {
    background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/hg2025/schedule_bg_bottom.jpg)no-repeat #C9D9ED;
    background-position: 100% 100%;
    background-size: 100%;
    padding:50px 70px 150px;
    margin:30px 0;
}

.schedule_inner p {
    text-align: center;
}
.timeschdule {
    margin:0 0 40px 0;
}

.timeschdule dl {
    display: flex;
    padding:10px;
    justify-content: center;
    align-items: flex-start;
}
.timeschdule dl dt {
    font-size: 3rem;
    font-family: 'Rubik', sans-serif;
    font-style: italic;
    color: #014B93;
    width:25%;
    text-align: right;
    padding:15px;
    font-weight: bold;
}
.timeschdule dl dt span {
    font-size: 2rem;
    font-weight: bold;
}
.timeschdule dl dd {
    font-size: 1.75rem;
    line-height: 130%;
    width:75%;
    background-color: #fff;
    padding:15px;
    font-weight: bold;
}
.timeschdule dl dd span {
    white-space: nowrap;
    display: inline-block;
    margin:0;
}
.timeschdule dl dd span.time {
    font-size: 1.4rem;
    display: block;
    margin:3px 0 0;
    white-space: wrap;
    line-height: 140%;
}


@media screen and (max-width: 640px) {

    .schedule_inner {
        padding:20px 0 40px;
        margin:30px 0;
    }

    .schedule_inner p {
        text-align: justify;
        width:85%;
        margin:10px auto;
        font-size: 1.35rem;
        line-height: 140%;

    }
    .timeschdule {
        width:90%;
        margin:0 auto;
    }

    .timeschdule dl {
        width:calc(100% - 10px);
        display: block;
        padding:5px;
        justify-content: center;
        align-items: flex-start;
    }
    .timeschdule dl dt {
        font-size: 3rem;
        width:calc(100% - 10px);
        text-align: left;
        padding:8px 0 0 0;
    }
    .timeschdule dl dt span {
        font-size: 2rem;
        font-weight: bold;
    }
    .timeschdule dl dd {
        font-size: 1.65rem;
        width:calc(100% - 30px);
        background-color: #fff;
        padding:15px;
    }
    .timeschdule dl dd span {
        font-size: 1.65rem;
        display: inline-block;
        margin:0;
    }
    .timeschdule dl dd span.time {
        display: block;
        margin:3px 0 0;
        font-size: 1.25rem;
    }

}




/* stadium */

.stadium_inner {
    background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/hg2025/stadium_bg.jpg) no-repeat #63C335;
    background-position: 100% 100%;
    background-size: 100%;
    padding:70px 70px 180px;
    margin:30px 0 0;
}

.stadium_inner img {
    width: 100%;
}

.stadium_inner p {
    text-align: center;
    color:#fff;
    font-size:2rem;
    font-weight: bold;
    margin:0;
}

.stadium_link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.stadium_link {
    margin:30px 0;
}
.stadium_link a {
    width:calc(50% - 50px - 10px);
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-size: 1.85rem;
    margin:0 auto;
    padding:25px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 2rem;
    margin:5px;
}
.stadium_link a::after {
    content:"";
    width: 10px;
    height: 10px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(-135deg);
    position: absolute;
    top:calc( 50% - 8px );
    right: 20px;
    transform: rotate(45deg);
    margin:0 0 0 0;
}

@media screen and (max-width: 640px) {

    .stadium_inner {
        padding:20px 20px 60px;
        margin:10px 0 0;
    }

    .stadium_inner img {
        width: 100%;
    }

    .stadium_inner p {
        text-align: center;
        color:#fff;
        font-size:1.65rem;
        font-weight: bold;
        margin:0;
    }

    .stadium_link {
        width: 100%;
        display: block;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .stadium_link {
        margin:20px auto;
        width: 90%;
    }
    .stadium_link a {
        width:calc(100% - 30px);
        background-color: #fff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        font-size: 1.65rem;
        margin:0 auto;
        padding:15px;
        text-decoration: none;
        color: #000;
        font-weight: bold;
        margin:5px 0;
    }
    .stadium_link a::after {
        content:"";
        width: 10px;
        height: 10px;
        border-top: 2px solid #666;
        border-right: 2px solid #666;
        -webkit-transform: rotate(-135deg);
        position: absolute;
        top:calc( 50% - 8px );
        right: 20px;
        transform: rotate(45deg);
        margin:0 0 0 0;
    }

}


/* slogan */

.slogan {
    width:50%;
    padding:20px 0 80px;
    margin:auto;
}
.slogan img {
    width: 100%;
}

@media screen and (max-width: 640px) {

    .slogan {
        width:80%;
        padding:20px 0 0px;
        margin:auto;
    }
}


/* ticket */

.ticket_inner {
    width: 100%;
    margin:0 auto;
    margin:30px 0;
}
.ticket_info {
    width:70%;
    margin:20px auto;
}
.ticket_inner img,
.ticket_info img {
    width:100%;
}
.ticket_info img {
    margin:0 0 50px 0;
}

.ticket_info a {
    width:calc(75% - 40px);
    background: url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/hg2025/event_map_btn.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 2rem;
    margin:0 auto;
    padding:30px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
}
.ticket_info a::after {
    content:"";
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    position: absolute;
    top:calc( 50% - 8px );
    right: 60px;
    transform: rotate(45deg);
    margin:0 0 0 0;
}

@media screen and (max-width: 640px) {

    .ticket_inner {
        width: 100%;
        margin:0 auto;
        margin:10px 0 0;
    }
    .ticket_info {
        width:90%;
        margin:20px auto;
    }
    .ticket_inner img,
    .ticket_info img {
        width:100%;
    }
    .ticket_info img {
        margin:0 0 20px 0;
    }

    .ticket_info a {
        width:calc(100% - 80px);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        margin:0 auto;
        padding:20px 40px;
        font-size: 1.8rem;
        line-height: 110%;
    }
    .ticket_info a::after {
        content:"";
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(-135deg);
        position: absolute;
        top:calc( 50% - 8px );
        right: 40px;
        transform: rotate(45deg);
        margin:0 0 0 0;
    }

}
