@charset "UTF-8";

html,
body {
    height: auto !important;
}

body {
    background: #000;

}

#google_translate_element {
    position: absolute;
    top: 9px;
    left: 20px;
}

h1 {
    text-align: center;
    font-size: 16px;
}

h2 {
    text-align: center;
    margin: 35px auto 0;
}

h3 {
    text-align: center;
    margin: 0 auto 25px;
}

h3.mb35 {
    margin-bottom: 35px;
}

h3 span {
    font-size: 1.6rem;
    text-align: center;
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

.banner2016 {
    text-align: center;
    margin: 50px auto 0;
}

a {
    transition: .3s;
}

a:hover {
    opacity: 0.7;
}

/* ゲスト仕様スライダー */
.section {
    padding: 77px 0 50px;
}

#info.section {
    padding: 20px 0 60px;
}

.bx-wrapper {
    margin: 0 auto;
    box-shadow: none;
    border: 0;
    background: #fff;
    position: relative;
}

.bx-viewport {
    background-color: #aa9609;
}

.bx-wrapper img {
    width: 100%;
}

.bx-wrapper .bx-controls-direction a {
    width: 42px;
    height: 42px;
    z-index: 50;
}

.bx-wrapper .bx-prev {
    left: 5px;
    background: url(../img/arrow_white.png) no-repeat 0 0;
    background-size: contain;
    transform: scaleX(-1);
}

.bx-wrapper .bx-next {
    right: 5px;
    background: url(../img/arrow_white.png) no-repeat 0 0;
    background-size: contain;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: 0 0;
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0;
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

.carousel_slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel_slider img {
    width: 100%;
}

.carousel_slider_inner {
    position: relative;
    left: 50%;
    width: 3040px;
    margin-left: -1520px;
}

.carousel_slider_inner li {
    /* width:1000px; */
    padding: 5px;
}

.carousel_slider_inner li a {
    display: block;
    pointer-events: auto !important;
    width: 100%;
    height: 100%;
}

.carousel_slider_inner li p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: center;
    margin: 5px;
    font-weight: 500;
}

.carousel_slider_inner li img {
    display: block;
    border-radius: 10px;
}

.carousel_slider .bx-wrapper .bx-controls {
    margin: 0 auto;
    width: 1360px;
    position: absolute;
    left: -52px;
    right: 0;
    top: 50%;
    margin-top: -0px;
}

/* #guest . */

#home_particle {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#contents {
    position: relative;
    background: #fff;
    z-index: 2;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.top {
    overflow: hidden;
}


/* ----------------------------------------------------------------------------------------------------
*  fv
* --------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 741px) {
    img {
        width: 100%;
        height: auto;
    }

    p {
        font-family: "Noto Sans JP", sans-serif;
        color: #111111;
    }

    li {
        font-family: "Noto Sans JP", sans-serif;
        color: #111111;
    }


    /* 個人協賛 */
    .kpf-individual__wrap {
        transition: opacity 0.3s ease;
        padding: 2%;
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .kpf-individual__block {
        width: 190px;
        height: 190px;
        margin: auto;
        position: relative;
    }

    .kpf-individual__circletext {
        overflow: visible;
        animation: rotation 18s linear infinite;

    }

    .kpf-individual__circletext__circle {
        fill: none;
    }

    .kpf-individual__circletext__text {
        fill: #aa9609;
        font-size: 8px;
        letter-spacing: 0.05em;
    }

    @keyframes rotation {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .kpf-individual__circle {
        width: 180px;
        height: 180px;
        background-color: #aa9609;
        position: absolute;
        border-radius: 50%;
        top: 5px;
        left: 5px;

    }

    .kpf-individual__circle__content {
        position: relative;
        margin: 0 auto;

    }

    .kpf-individual__circle__img {
        width: 52px;
        height: 47px;
        margin: 18px auto 0;

    }

    .kpf-individual__circle__txt {

        color: #fff;
        font-size: 2.2rem;
        font-weight: 500;
        text-align: center;
        margin: 5px 0;

    }

    .kpf-individual__circle__date {

        color: #fff;
        font-size: 1.6rem;
        text-align: center;
        line-height: 1.3;
        font-weight: 500;


    }

    .kpf-individual__circle__date__num {
        font-size: 2.2rem;
        font-family: "Montserrat", sans-serif;

    }

    .kpf-fixedlink{
        position: fixed;
        margin: 0 auto;
        bottom: 20px;
        left: auto;
        right: 1.5%;
        z-index: 100;
    }
    .kpf-fixedlink__block{
        display: flex;
        gap: 2%;
    }
    .kpf-fixedlink__block__box{
        width: 260px;
    }
    .kpf-fixedlink__block__box a{
        display: block;
        width: 100%;
        height: 100%;
        background-color: #008a3c;
        color: #fff;
        text-align: center;
        line-height: 50px;
        border-radius: 5px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.8rem;
        font-weight: 600;
    }



    .kpf-fv {
        background-color: #fff;

    }

    .kpf-fv__wrapper {
        width: 97%;
        margin: 0 auto;
        display: flex;
        gap: 1%;
    }

    .kpf-fv__left {
        width: 60%;
    }

    .kpf-fv__left__img img {
        width: 100%;
        border-radius: 10px;
    }

    .kpf-fv__right {
        width: 40%;
        /* height: ; */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .kpf-fv__right__img img {
        border-radius: 10px;
    }

    .header__block__count__sp {
        display: none;
    }

    .kpf-fv__right__block {
        width: 95%;
        margin: 0px auto 0;

    }

    .kpf-fv__right__main {
        width: 95%;
        margin: 8px auto 0;
    }

    .kpf-fv__right__main__list {
        display: flex;
        justify-content: space-around;
        /* width: 90%; */
    }

    .kpf-fv__right__main__item {
        width: 24%;
        text-align: center;

    }

    .kpf-fv__right__main__item img {
        width: 90%;

    }

    .kpf-fv__right__main__item a {
        width: 90%;
        display: inline-block;
        /* text-align: center; */

    }

    .kpf-fv__right__main__item:nth-child(2) a {
        margin: -10px 0 0;
        /* width: 90%; */
        /* text-align: center; */

    }

    .kpf-fv__right__main__item p {
        background-color: #000;
        border-radius: 5px;
        padding: 5px 0;
        text-align: center;
        color: #fff;
        font-size: 1rem;
        margin: 0 0 15px;
    }

    .kpf-fv__right__main__img {
        width: 90%;
        text-align: center;
        display: inline-block;
    }

    .kpf-fv__right__main__item:nth-child(2) .kpf-fv__right__main__img {
        width: 67%;

    }

    .kpf-fv__right__main__img img {
        width: 100%;
    }

    .kpf-fv__right__sub {
        margin-top: 0px;
        width: 95%;
        margin: 8px auto 0;
        text-align: center;
    }

    .kpf-fv__right__sub__ttl {
        position: relative;
        display: inline-block;
        z-index: 1;
        font-family: "Noto Sans JP", sans-serif;
        background-color: #000;
        border-radius: 5px;
        padding: 3px 0px;
        text-align: center;
        color: #fff;
        font-size: 1rem;
        margin: 0 auto 0;
        width: 27%;

    }

    .kpf-fv__right__sub__ttl::after {

        content: "※ランク別・50音順";
        position: absolute;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1rem;
        color: #000;
        width: 110%;
        text-align: center;

    }

    .kpf-fv__right__sub__item {
        width: 18%;
    }

    /* --- */

    .kpf-fv__right__sub__item {
        width: 30%;
        
    }
    .kpf-fv__right__sub__item a {
        height: fit-content;
        display: inline-block;
        
    }

    .kpf-fv__right__sub__item__boatrace {
        width: 32%;
    }
    .kpf-fv__right__sub__item__yostar {
        width: 28%;
    }

    .kpf-fv__right__sub__item__danime {
        width: 25%;
    }

    .kpf-fv__right__sub__item__npo {
        width: 36%;
        margin: 5px 0 0;
    }
    .kpf-fv__right__sub__item__qzil {
        width: 16%;
        margin: 5px 0 0;
    }
    .kpf-fv__right__sub__item__yukimon {
        width: 11%;
        margin: 5px 0 0;
    }
    .kpf-fv__right__sub__item__small {
        width: 19%;
        margin: 5px 0 0;
    }

    .kpf-fv__right__sub__list {
        display: flex;
        gap: 5px;
        margin: 5px 0;
        overflow: hidden;

    }

    .kpf-fv__right__sub__list p {
        font-size: 1.4rem;
        color: #111111;
        margin-top: 20px;

    }

    .kpf-fv__right__sub__list .auto_scroll .company_wrap {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 1840px;
        position: relative;

    }

    .kpf-fv__right__sub__list .auto_scroll .company {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        width: 100%;

    }

    .kpf-fv__right__sub__list .auto_scroll .company:nth-child(1) {
        animation: loop 24s linear infinite;
        /* 変更値 */
    }

    .kpf-fv__right__sub__list .auto_scroll .company:nth-child(2) {
        position: absolute;
        top: 0;
        left: -5px;
        /* 変更値 */
        animation: loop 24s -36s linear infinite;
        /* 変更値 */
    }

    .kpf-fv__right__sub__list .auto_scroll .company li {
        padding: 5px 17px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #111;
    }


    .kpf-fv__right__individual {
        overflow: hidden;
        margin: 0 auto 0;
        width: 95%;
        text-align: center;

    }

    .kpf-fv__right__individual__ttl {
        position: relative;
        display: inline-block;
        z-index: 1;
        font-family: "Noto Sans JP", sans-serif;
        background-color: #000;
        border-radius: 5px;
        padding: 5px 0px;
        text-align: center;
        color: #fff;
        font-size: 1rem;
        width: 25%;
    }

    .kpf-fv__right__individual .auto_scroll .tag_wrap {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 9150px;
        position: relative;
        margin: 10px 0 0;

    }

    .kpf-fv__right__individual .auto_scroll .tag {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        width: 100%;

    }

    .kpf-fv__right__individual .auto_scroll .tag:nth-child(1) {
        animation: loop 98s linear infinite;
    }

    .kpf-fv__right__individual .auto_scroll .tag:nth-child(2) {
        position: absolute;
        top: 0;
        left: -15px;
        animation: loop 98s -49s linear infinite;
    }

    .kpf-fv__right__individual .auto_scroll .tag li {
        padding: 5px 18px;
        text-align: center;
        font-size: 15px;
        font-family: "Noto Sans JP", sans-serif;
        color: #111;
        font-weight: bold;
    }

    /* ------------------------------------------------------------
    ABOUT KPF
------------------------------------------------------------ */
    .c-ttl {
        font-size: 4.5rem;
        color: #aa9609;
        font-family: "Montserrat", sans-serif;
        text-align: center;
        font-weight: bold;
    }

    .c-ttl__jp {
        font-size: 1.8rem;
        text-align: center;
        color: #aa9609;
        font-weight: bold;
        margin-top: 10px;
    }

    .kpf-about {
        background-color: #fff;
        margin: 60px auto;
    }

    .kpf-about__block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* gap: 4%; */
        width: 80%;
        max-width: 1250px;
        margin: 40px auto 0;
    }

    .kpf-about__movie {
        width: 47%;
        aspect-ratio: 16/9;
        position: relative;

    }

    .kpf-about__movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;

    }


    .kpf-about__txt {
        width: 50%;
        font-size: 1.6rem;
        line-height: 2.5rem;
    }

    .kpf-about__box {
        display: flex;
        gap: 1%;
        justify-content: center;
        margin: 80px 0 0;
    }

    .kpf-about__btn__left {
        width: 300px;
        position: relative;
        border: #000 solid 2px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .kpf-about__btn__left::after {
        /* width: 400px; */
        content: '';
        position: absolute;
        right: 5px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .kpf-about__btn__left img {
        width: 55%;

    }

    .kpf-about__btn__right {
        width: 300px;
        position: relative;
        border: #000 solid 2px;
        color: #fff;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        padding: 0 0 0 20px;
        font-size: 1.5rem;
    }

    .kpf-about__btn__right::before {
        content: '';
        position: absolute;
        background-image: url(../img/x_logo.png);
        left: 53px;
        top: 12px;
        width: 20px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .kpf-about__btn__right::after {
        /* width: 400px; */
        content: '';
        position: absolute;
        right: 5px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


    /* ------------------------------------------------------------
    EVENT
/* ------------------------------------------------------------*/


    .kpf-event {
        padding: 20px 0 40px;


    }

    .kpf-event__wrapper {
        margin: 0 auto;
        text-align: center;
        width: 100%;

    }

    .kpf-event__subttl {
        display: inline-block;
        width: 700px;

        text-align: center;
        padding: 10px 0;
        font-weight: bold;
        font-size: 2.5rem;
        color: #fff;
        background-color: #000;
        border-radius: 10px;
        margin-top: 40px;
    }

    .kpf-event__btn__wrap {
        width: fit-content;
        margin: 0px auto 30px;
    }

    .kpf-event__btn {
        display: inline-block;
        width: 200px;
        position: relative;
        border: #000 solid 2px;
        color: #fff;
        /* height: 50px; */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        padding: 15px 0px;
        font-size: 1.2rem;
        font-weight: bold;
        border-radius: 10px;
        font-family: "Montserrat", sans-serif;
    }

    .kpf-event__btn::after {
        /* width: 400px; */
        content: '';
        position: absolute;
        right: 5px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* イベントスライダー */
    .kpf-event .section {
        padding: 20px 0 20px;
    }


    .kpf-event .bx-viewport {
        background-color: #ffffff;
    }


    .kpf-event .carousel_slider_inner li p {
        color: #aa9609;
        font-size: 1.6rem;
        text-align: left;
        margin: 5px;
        font-weight: 500;
    }

    .kpf-event .carousel_slider_inner li p span {
        color: #aa9609;
        font-size: 1.3rem;
        text-align: left;
        /* margin: 5px; */
        font-weight: 400;
        line-height: 2rem;
    }

    .kpf-event .carousel_slider .bx-wrapper .bx-controls {
        margin: 0 auto;
        width: 820px;
        position: absolute;
        left: 0px;
        right: 0;
        top: 50%;
        margin-top: -0px;
    }

    .kpf-event .bx-wrapper .bx-prev {
        left: 5px;
        background: url(../img/arrow_gold.png) no-repeat 0 0;
        background-size: contain;
        transform: scaleX(-1);
    }

    .kpf-event .bx-wrapper .bx-next {
        right: 5px;
        background: url(../img/arrow_gold.png) no-repeat 0 0;
        background-size: contain;
    }




    /* ------------------------------------------------------------
    PICKUPinfo
/* ------------------------------------------------------------*/

    .kpf-info {
        background-color: #111;
        padding: 20px 0 40px;

    }

    .kpf-info__ttl {
        color: #fff;
    }

    /* ピックアップスライダー */
    .kpf-info .section {
        padding: 30px 0 20px;
    }


    .kpf-info .bx-viewport {
        background-color: #111;
    }


    .kpf-info .carousel_slider_inner li p {
        color: #fff;
        font-size: 1.6rem;
        text-align: left;
        margin: 5px;
        font-weight: 500;
    }

    .kpf-info .carousel_slider .bx-wrapper .bx-controls {
        margin: 0 auto;
        width: 820px;
        position: absolute;
        left: 0px;
        right: 0;
        top: 50%;
        margin-top: -0px;
    }


    /* ------------------------------------------------------------
    GUEST
/* ------------------------------------------------------------*/

    .kpf-guest {
        background-color: #aa9609;
        width: 100%;
        padding: 60px 0;

    }

    .kpf-guest__ttl {
        color: #fff;
        /* margin: 0 0 20px; */

    }

    .kpf-guest__ttl__jp {
        color: #fff;
        margin: 10px 0 0;

    }

    .kpf-guest__btn__wrap {
        width: fit-content;
        margin: 20px auto;
    }

    .kpf-guest__btn {
        display: inline-block;
        width: 200px;
        position: relative;
        border: #000 solid 2px;
        color: #fff;
        /* height: 50px; */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        padding: 15px 0px;
        font-size: 1.2rem;
        font-weight: bold;
        border-radius: 10px;
        font-family: "Montserrat", sans-serif;
    }

    .kpf-guest__btn::after {
        /* width: 400px; */
        content: '';
        position: absolute;
        right: 5px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }



    /* ------------------------------------------------------------
    KPF OUTLINE
/* ------------------------------------------------------------*/


    .kpf-outline {
        padding: 60px 0 0;
        width: 80%;
        margin: 0 auto;

    }

    .kpf-outline__ttl,
    .kpf-outline__ttl__jp {
        color: #111;
    }

    .kpf-outline__top {
        display: flex;
        justify-content: center;
    }

    .kpf-outline__top__left {
        text-align: center;
        margin: 0 auto;
        width: 49%;

    }

    /* 項目 */
    .kpf-outline__top__ttl {
        display: inline-block;
        width: 170px;
        border: 2px solid #000;
        border-radius: 10px;
        padding: 12px;
        text-align: center;
        margin: 40px 0 15px;
        font-size: 1.7rem;

    }

    .kpf-outline__top__content p {
        text-align: center;
        font-size: 1.7rem;
        font-weight: 500;
    }

    .kpf-outline__top__content p span {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 3.2rem;
        display: inline-block;
    }

    .kpf-outline__top__content p span.name {
        margin-bottom: 5px;
    }

    .kpf-outline__top__right {
        text-align: center;
        margin: 0 auto;
        width: 49%;

    }

    .kpf-outline__top__right .kpf-outline__top__content {
        margin: 0 auto;
        max-width: 410px;
    }


    /* 日付 */
    .kpf-outline__top__date p {
        font-size: 7rem;
        font-weight: 800;
        font-family: "Montserrat", sans-serif;

    }

    .kpf-outline__top__date .year {
        font-size: 1.8rem;
        font-weight: 700;
    }

    .circle {
        position: relative;
        width: 22px;
        display: inline-block;
    }

    .circle::before {
        content: '';
        position: absolute;
        width: 7px;
        height: 7px;
        top: -19px;
        right: 4px;
        border-radius: 50%;
        background-color: #000;
        display: inline-block;
        z-index: -1;
    }

    .kpf-outline__top__date .day_sat,
    .day_sun {
        position: relative;
        font-size: 1.3rem;
        color: #fff;
        display: inline-block;
        margin: 0px 0 0px 6px;
        width: 30px;
    }

    .kpf-outline__top__date .day_sat::before {
        content: '';
        position: absolute;
        width: 31px;
        height: 31px;
        top: -31px;
        right: -3px;
        border-radius: 50%;
        background-color: #000;
        display: inline-block;
        z-index: -1;
    }

    .kpf-outline__top__date .day_sat::after {
        content: 'Sat';
        position: absolute;
        color: #fff;
        font-size: 1.2rem;
        display: inline-block;
        top: -32px;
        right: 3px;
        font-weight: 500;
        z-index: -1;
    }

    .kpf-outline__top__date .day_sun::before {
        content: '';
        position: absolute;
        width: 31px;
        height: 31px;
        top: -31px;
        right: -3px;
        border-radius: 50%;
        background-color: #000;
        display: inline-block;
        z-index: -1;
    }

    .kpf-outline__top__date .day_sun::after {
        content: 'Sun';
        position: absolute;
        color: #fff;
        font-size: 1.2rem;
        display: inline-block;
        top: -32px;
        right: 1px;
        font-weight: 500;
        z-index: -1;
    }

    

    .kpf-outline__top__right .kpf-outline__top__detail {
        margin: 0px auto 0;
        width: fit-content;
    }

    .kpf-outline__top__detail__attention {
        font-size: 1rem;
        text-align: left;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    p.kpf-outline__top__detail__ttl{
        font-size: 1.6rem;
        font-weight: 700;
        margin: 15px 0 10px;
        text-align: left;
        position: relative;
        padding-left: 15px;
    }
    .kpf-outline__top__detail__ttl::before{
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        display: inline-block;
        width: 10px;
        height: 10px;
        /* border-radius: 50%; */
        background-color: #000;
    }
    p.kpf-outline__top__detail__txt{
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.4;
        text-align: left;
        padding-left: 15px;
    }
    span.kpf-outline__top__detail__txt--small{
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1;
        text-align: left;
    }
    .kpf-outline__top__detail__note{
        font-size: 1rem;
        /* font-weight: 500; */
        line-height: 1.4;
        text-align: left;
        /* padding-left: 15px; */
        margin-top: 15px;
    }

    /* 項目 */
    .kpf-outline__bottom__ttl {
        display: block;
        width: 170px;
        border: 2px solid #000;
        border-radius: 10px;
        padding: 12px;
        text-align: center;
        margin: 40px auto 15px;
        font-size: 1.7rem;
    }

    .kpf-outline__bottom__content {
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: 30px auto 0;

    }

    .kpf-outline__bottom__content__box {
        width: 49%;
    }

    .kpf-outline__bottom__box__img img {
        border-radius: 10px;
    }

    .kpf-outline__bottom__box__ttl {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 3rem;
    }

    .kpf-outline__bottom__content__box address {
        font-size: 1.2rem;
        font-family: "Noto Sans JP", sans-serif;
    }

    .kpf-outline__bottom__content__box address a {
        border-bottom: #111 solid 1px;

    }

    .kpf-outline__bottom__btnwrap {
        margin: 0 auto;
    }


    .kpf-outline__bottom__btn {
        display: inline-block;
        width: 70%;
        max-width: 300px;
        position: relative;
        border: #000 solid 2px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        padding: 15px 0px;
        font-size: 1.5rem;
        border-radius: 10px;
        font-family: "Noto Sans JP", sans-serif;
        margin: 25px auto;
    }

    .kpf-outline__bottom__btn::after {
        content: '';
        position: absolute;
        right: 5px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .kpf-outline__detail {
        margin-top: 40px;
    }

    .kpf-outline__detail__txt {
        margin: 30px 0 0;
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .kpf-outline__detail__txt strong {
        color: #e20000;
        font-weight: bold;
    }

    .kpf-outline__detail__txt .link {
        border-bottom: 1px solid #111;
    }

    .kpf-outline__sponsor {
        display: flex;
        justify-content: center;
        width: 95%;
        margin: 60px auto;

    }

    .kpf-outline__sponsor__left {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .kpf-outline__sponsor__top {
        display: flex;
        justify-content: space-between;
    }

    .kpf-outline__sponsor__box {
        display: flex;
        align-items: center;
        /* min-width: 250px; */
    }

    .pc_none {
        display: none;
    }

    /* マルタイの注釈 */
    .kpf-outline__sponsor__box__txt {
        font-size: 1.3rem;
        margin-top: -20px;
    }

    .kpf-outline__sponsor__item {
        width: 180px;
        background-color: #000;
        border-radius: 10px;
        padding: 15px 0;
        text-align: center;
        color: #fff;
        font-size: 1.4rem;
        margin: 0 20px 0px 0;
    }

    .kpf-outline__sponsor__img {
        max-width: 250px;
        height: 55px;
        margin: 0 20px 0 0;
        display: inline-block;

    }

    .kpf-outline__sponsor__box .small {
        max-width: 250px;
        margin: 0 20px 0 0;
        display: inline-block;
        height: 25px;

    }

    .kpf-outline__sponsor__box .mini {
        max-width: 250px;
        margin: 0 20px 0 0;
        display: inline-block;
        height: 20px;

    }

    .kpf-outline__sponsor__box .mid {
        width: 155px;
        margin: 0 20px 0 0;
        display: inline-block;

    }
    .kpf-outline__sponsor__box .yostar {
        width: 120px;
        margin: 0 20px 0 0;
        display: inline-block;

    }
    .kpf-outline__sponsor__box .qzil {
        width: 55px;
        height: auto;
        margin: 0 20px 0 0;
        display: inline-block;

    }
    .kpf-outline__sponsor__box .crown {
        max-width: 250px;
        margin: 0 20px 0 0;
        display: inline-block;
        height: 37px;

    }
    .kpf-outline__sponsor__box .earth {
        max-width: 250px;
        margin: 0 20px 0 0;
        display: inline-block;
        height: 30px;

    }
    .kpf-outline__sponsor__box .yukimon {
        max-width: 250px;
        margin: 0 20px 0 0;
        display: inline-block;
        height: 30px;

    }

    .kpf-outline__sponsor__img img {
        width: 100%;
        height: 100%;

    }

    .kpf-outline__sponsor__img:last-child {
        margin: 0;

    }

    .kpf-outline__sponsor__right {
        width: 35%;
    }

    .kpf-outline__sponsor__right .kpf-outline__sponsor__box {
        justify-content: right;
    }

}

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

    .kpf-fv__wrapper {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 1%;
    }

    .kpf-fv__left {
        width: 90%;
        margin: 0 auto;
    }

    .kpf-fv__right {
        width: 90%;
        margin: 15px auto 0;
        display: flex;
        gap: 25px;
        flex-direction: column;
        justify-content: space-between;
    }

    .kpf-fv__right__main__item p {
        background-color: #000;
        border-radius: 5px;
        padding: 5px 0;
        text-align: center;
        color: #fff;
        font-size: 1.2rem;
        margin: 0 0 15px;
    }

    .kpf-fv__right__main__img {
        width: 80%;
        text-align: center;
        display: inline-block;
    }

    .kpf-fv__right__sub__ttl {
        font-size: 1.2rem;

    }

    .kpf-fv__right__sub__ttl::after {
        font-size: 1.2rem;
        width: 105%;

    }

    .kpf-fv__right__individual__ttl {
        position: relative;
        display: inline-block;
        z-index: 1;
        font-family: "Noto Sans JP", sans-serif;
        background-color: #000;
        border-radius: 5px;
        padding: 5px 0px;
        text-align: center;
        color: #fff;
        font-size: 1.2rem;
        margin: 0 auto 15px;
        width: 25%;
    }
}

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

    .sp_none {
        display: none;
    }

    .pc_none {
        display: inline-block;
    }

    .top {
        overflow: hidden;
    }

    /* 個人協賛 */
    .kpf-individual-sp__wrap {
        transition: opacity 0.3s ease;
        padding: 2%;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 5;

    }

    .kpf-individual-sp__block {
        position: relative;
        width: 100%;
        border-radius: 10px;
        /* height: 40px; */
        padding: 10px 0;
        background-color: #aa9609;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .kpf-individual-sp__img {
        width: 29px;
        height: 23px;

    }

    .kpf-individual-sp__txt {

        color: #fff;
        font-size: 1.7rem;
        font-weight: 500;
        text-align: center;
        margin: 10px 0;
        /* margin-top: ; */

    }

    .kpf-individual-sp__date {

        color: #fff;
        font-size: 1.2rem;
        text-align: center;
        line-height: 1.4;
        font-weight: 500;
        font-family: "Montserrat", sans-serif;
        margin: 5px 0 0;

    }

    .kpf-individual-sp__date__num {
        font-size: 1.5rem;
        font-family: "Montserrat", sans-serif;

    }

    
    .kpf-fixedlink{
        position: fixed;
        margin: 0 auto;
        bottom: 10px;
        width: 100%;
        z-index: 100;
    }
    .kpf-fixedlink__block{
        display: flex;
        justify-content: space-between;
        gap: 0;
        width: 90%;
        margin: 0 auto;
    }
    .kpf-fixedlink__block__box{
        width: 49%;
    }
    .kpf-fixedlink__block__box a{
        display: block;
        width: 100%;
        height: 100%;
        background-color: #008a3c;
        color: #fff;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.5rem;
        font-weight: 500;
    }



    .kpf-fv {
        background-color: #fff;

    }

    .kpf-fv__wrapper {
        width: 95%;
        margin: -1px auto 0;
        display: flex;
        flex-direction: column;
        gap: 1%;
    }

    .kpf-fv__left__img img {
        width: 100%;
        border-radius: 10px;
    }

    .kpf-fv__right {
        margin: 15px auto 0;
        display: flex;
        gap: 15px;
        flex-direction: column;
        justify-content: space-between;
    }

    .kpf-fv__right__img img {
        border-radius: 10px;
    }

    .kpf-fv__right__sub__ttl {
        position: relative;
        display: inline-block;
        z-index: 1;
        font-family: "Noto Sans JP", sans-serif;
        background-color: #000;
        border-radius: 5px;
        padding: 3px 0px;
        text-align: center;
        color: #fff;
        font-size: 1.2rem;
        margin: 0 auto 0;
        width: 52%;

    }

    .kpf-fv__right__sub__ttl::after {

        content: "※ランク別・50音順";
        position: absolute;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1rem;
        color: #000;
        /* width: 88%; */
        text-align: center;
        
        top: 27px;
        left: 50%;
        transform: translate(-50%, 0);

    }

    .header__block__count__sp p {
        font-size: 1.4rem;
        font-weight: 700;
        text-align: center;
    }

    .header__block__count__sp .number {
        font-size: 5.5rem;
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-style: italic;
        margin: 0 0 -10px;
    }

    .header__block__count__sp .number span {
        font-size: 1.8rem;
        font-weight: 700;
    }

    .kpf-fv__right__block {
        width: 95%;
        margin: 0px auto 0;

    }

    .kpf-fv__right__main {
        width: 95%;
        margin: 8px auto 0;
    }

    .kpf-fv__right__main__list {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .kpf-fv__right__main__item {
        width: 48%;
        text-align: center;

    }

    .kpf-fv__right__main__item:nth-child(2) a {
        margin: -10px 0 0;
        /* width: 90%; */
        /* text-align: center; */

    }

    .kpf-fv__right__main__item img {
        width: 90%;

    }

    .kpf-fv__right__main__item p {
        background-color: #000;
        border-radius: 5px;
        padding: 5px 0;
        text-align: center;
        color: #fff;
        font-size: 1.2rem;
        margin: 0 0 15px;
    }

    .kpf-fv__right__main__img {
        width: 80%;
        max-width: 120px;
        text-align: center;
        display: inline-block;
    }

    .kpf-fv__right__main__item:nth-child(2) .kpf-fv__right__main__img {
        width: 67%;

    }

    .kpf-fv__right__main__img img {
        width: 100%;
    }



    .kpf-fv__right__sub {
        width: 95%;
        margin: 5px auto 0;
        text-align: center;
    }

    .kpf-fv__right__sub__item {
        width: 30%;
    }
    .kpf-fv__right__sub__item a {
        height: fit-content;
        display: inline-block;
        
    }

    .kpf-fv__right__sub__item__boatrace {
        width: 32%;
    }
    .kpf-fv__right__sub__item__yostar {
        width: 28%;
    }

    .kpf-fv__right__sub__item__danime {
        width: 25%;
    }

    .kpf-fv__right__sub__item__npo {
        width: 36%;
        margin: 5px 0 0;
    }
    .kpf-fv__right__sub__item__qzil {
        width: 17%;
    }
    .kpf-fv__right__sub__item__small {
        width: 22%;
        margin: 5px 0 0;
    }
    .kpf-fv__right__sub__item__yukimon {
        width: 12%;
        margin: 5px 0 0;
    }


    .kpf-fv__right__sub__list {
        display: flex;
        gap: 5px;
        margin: 10px 0;
        overflow: hidden;

    }

    .kpf-fv__right__sub__list p {
        font-size: 1.4rem;
        color: #111111;
        margin-top: 20px;

    }

    .kpf-fv__right__sub__list .auto_scroll .company_wrap {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 1600px;
        position: relative;

    }

    .kpf-fv__right__sub__list .auto_scroll .company {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        width: 100%;

    }

    .kpf-fv__right__sub__list .auto_scroll .company:nth-child(1) {
        animation: loop 21s linear infinite;
    }

    .kpf-fv__right__sub__list .auto_scroll .company:nth-child(2) {
        position: absolute;
        top: 0;
        left: -70px;
        animation: loop 21s -52s linear infinite;
    }

    .kpf-fv__right__sub__list .auto_scroll .company li {
        padding: 5px 12px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #111;
    }



    .kpf-fv__right__individual {
        /* display: flex; */
        gap: 5px;
        margin: 10px 0;
        text-align: center;
        overflow: hidden;

    }

    .kpf-fv__right__individual__ttl {
        position: relative;
        display: inline-block;
        z-index: 1;
        font-family: "Noto Sans JP", sans-serif;
        background-color: #000;
        border-radius: 5px;
        padding: 5px 0px;
        text-align: center;
        color: #fff;
        font-size: 1.2rem;
        width: 52%;
    }

    .kpf-fv__right__individual .auto_scroll .tag_wrap {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 7290px;
        position: relative;
        margin: 15px 0 0;

    }

    .kpf-fv__right__individual .auto_scroll .tag {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        width: 100%;

    }

    .kpf-fv__right__individual .auto_scroll .tag:nth-child(1) {
        animation: loop 98s linear infinite;
    }

    .kpf-fv__right__individual .auto_scroll .tag:nth-child(2) {
        position: absolute;
        top: 0;
        left: 15px;
        animation: loop 98s -49s linear infinite;
    }

    .kpf-fv__right__individual .auto_scroll .tag li {
        padding: 5px 10px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #111;
        font-weight: bold;
    }

    /* ------------------------------------------------------------
    ABOUT KPF
------------------------------------------------------------ */
    .c-ttl {
        font-size: 3.5rem;
        color: #aa9609;
        font-family: "Montserrat", sans-serif;
        text-align: center;
        font-weight: bold;
    }

    .c-ttl__jp {
        font-size: 1.2rem;
        /* font-size: 5rem; */
        text-align: center;
        color: #aa9609;
        font-weight: bold;
        margin-top: 10px;
    }

    .kpf-about {
        background-color: #fff;
        margin: 60px auto;
        width: 90%;
    }

    .kpf-about__block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin: 40px auto 0;
    }

    .kpf-about__movie {
        width: 100%;
        aspect-ratio: 16/9;
        position: relative;

    }

    .kpf-about__movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;

    }


    .kpf-about__txt {
        /* width: 50%; */
        font-size: 1.2rem;
        line-height: 2.5rem;
        margin: 20px 0 0;
    }

    .kpf-about__box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1%;
        row-gap: 20px;
        margin: 40px 0 0;
    }

    .kpf-about__btn__left {
        width: 300px;
        position: relative;
        border: #000 solid 2px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .kpf-about__btn__left::after {
        content: '';
        position: absolute;
        right: 5px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .kpf-about__btn__left img {
        width: 55%;

    }

    .kpf-about__btn__right {
        width: 300px;
        position: relative;
        border: #000 solid 2px;
        color: #fff;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        padding: 0 0 0 20px;
        font-size: 1.5rem;
        margin: 0 auto;
    }

    .kpf-about__btn__right::before {
        content: '';
        position: absolute;
        background-image: url(../img/x_logo.png);
        left: 53px;
        top: 12px;
        width: 20px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .kpf-about__btn__right::after {
        content: '';
        position: absolute;
        right: 5px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* ------------------------------------------------------------
    PICKUP INFORMATION
/* ------------------------------------------------------------*/


    .kpf-info {
        background-color: #111;
        padding: 20px 0 40px;

    }

    .kpf-info__ttl {
        color: #fff;
    }

    /* ピックアップスライダー */
    .kpf-info .section {
        padding: 30px 0 20px;
    }


    .kpf-info .bx-viewport {
        background-color: #111;
    }


    .kpf-info .carousel_slider_inner li p {
        color: #fff;
        font-size: 1.4rem;
        text-align: left;
        margin: 5px;
        font-weight: 500;
    }

    .kpf-info .carousel_slider .bx-wrapper .bx-controls {
        margin: 0 auto;
        width: 820px;
        position: absolute;
        left: 0px;
        right: 0;
        top: 50%;
        margin-top: -0px;
    }


















    /* ------------------------------------------------------------
    EVENT
/* ------------------------------------------------------------*/


    .kpf-event {
        padding: 60px 0;


    }

    .kpf-event__wrapper {
        margin: 0 auto;
        text-align: center;
        width: 100%;

    }

    .kpf-event__ttl {
        margin: 0;
    }

    .kpf-event__subttl {
        display: inline-block;
        width: 300px;

        text-align: center;
        padding: 10px 0;
        font-weight: bold;
        font-size: 2rem;
        color: #fff;
        background-color: #000;
        border-radius: 10px;
        margin-top: 40px;
    }

    .kpf-event__btn__wrap {
        width: fit-content;
        margin: 0px auto 20px;
    }

    .kpf-event__btn {
        display: inline-block;
        width: 200px;
        position: relative;
        border: #000 solid 2px;
        color: #fff;
        /* height: 50px; */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        padding: 10px 0px;
        font-size: 1.2rem;
        font-weight: bold;
        border-radius: 10px;
        font-family: "Montserrat", sans-serif;
    }

    .kpf-event__btn::after {
        content: '';
        position: absolute;
        right: 5px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* イベントスライダー */
    .kpf-event .section {
        padding: 10px 0 15px;
    }


    .kpf-event .bx-viewport {
        background-color: #ffffff;
    }


    .kpf-event .carousel_slider_inner li p {
        color: #aa9609;
        font-size: 1.4rem;
        text-align: left;
        margin: 5px;
        font-weight: 500;
    }

    .kpf-event .carousel_slider_inner li p span {
        color: #aa9609;
        font-size: 1.1rem;
        text-align: left;
        font-weight: 400;
        line-height: 2rem;
    }

    .kpf-event .carousel_slider .bx-wrapper .bx-controls {
        margin: 0 auto;
        width: 820px;
        position: absolute;
        left: 0px;
        right: 0;
        top: 50%;
        margin-top: -0px;
    }



    /* ------------------------------------------------------------
    GUEST
/* ------------------------------------------------------------*/

    .kpf-guest {
        background-color: #aa9609;
        width: 100%;
        padding: 60px 0;

    }

    .kpf-guest__wrapper {}

    .kpf-guest__ttl {
        color: #fff;
        margin: 0 0 0px;

    }

    .kpf-guest__ttl__jp {
        color: #fff;
        margin: 10px 0 20px;

    }

    .kpf-guest__btn__wrap {
        width: fit-content;
        margin: 20px auto;
    }

    .kpf-guest__btn {
        display: inline-block;
        width: 200px;
        position: relative;
        border: #000 solid 2px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        padding: 10px 0px;
        font-size: 1.2rem;
        font-weight: bold;
        border-radius: 10px;
        font-family: "Montserrat", sans-serif;
    }

    .kpf-guest__btn::after {
        content: '';
        position: absolute;
        right: 5px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* ゲスト仕様スライダー */
    .section {
        padding: 0px 0 10px;
    }

    #info.section {
        padding: 20px 0 60px;
    }

    .bx-wrapper {
        margin: 0 auto;
        box-shadow: none;
        border: 0;
        background: #fff;
        position: relative;
    }

    .bx-viewport {
        background-color: #aa9609;
    }

    .bx-wrapper img {
        width: 100%;
    }

    .bx-wrapper .bx-controls-direction a {
        width: 42px;
        height: 42px;
        z-index: 50;
    }

    .bx-wrapper .bx-prev {
        left: 5px;
        background: url(../img/arrow_white.png) no-repeat 0 0;
        background-size: contain;
        transform: scaleX(-1);
    }

    .bx-wrapper .bx-next {
        right: 5px;
        background: url(../img/arrow_white.png) no-repeat 0 0;
        background-size: contain;
    }

    .bx-wrapper .bx-next:hover,
    .bx-wrapper .bx-next:focus {
        background-position: 0 0;
        opacity: .5;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        filter: alpha(opacity=50);
        -ms-filter: "alpha(opacity=50)";
    }

    .bx-wrapper .bx-prev:hover,
    .bx-wrapper .bx-prev:focus {
        background-position: 0 0;
        opacity: .5;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        filter: alpha(opacity=50);
        -ms-filter: "alpha(opacity=50)";
    }

    .carousel_slider {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .carousel_slider img {
        width: 100%;
    }

    .carousel_slider_inner {
        position: relative;
        left: 50%;
        width: 3040px;
        margin-left: -1520px;
    }

    .carousel_slider_inner li {
        /* width:1000px; */
        padding: 5px;
    }

    .carousel_slider_inner li a {
        display: block;
    }

    .carousel_slider_inner li p {
        color: #fff;
        font-size: 1.6rem;
        text-align: center;
        margin: 5px;
        font-weight: 500;
    }

    .carousel_slider_inner li img {
        display: block;
        border-radius: 10px;
    }

    .carousel_slider .bx-wrapper .bx-controls {
        margin: 0 auto;
        width: 1360px;
        position: absolute;
        left: -52px;
        right: 0;
        top: 50%;
        margin-top: -0px;
    }



    /* ------------------------------------------------------------
    KPF OUTLINE
/* ------------------------------------------------------------*/


    .kpf-outline {
        padding: 60px 0 0;
        width: 90%;
        margin: 0 auto;

    }

    .kpf-outline__ttl,
    .kpf-outline__ttl__jp {
        color: #111;
    }

    .kpf-outline__ttl__jp {
        /* margin: 0 0 0px; */
    }

    .kpf-outline__top {
        display: flex;
        flex-direction: column;
        /* gap: 1%; */
        justify-content: center;
    }

    .kpf-outline__top__left {
        text-align: center;
        margin: 0 auto;
        width: 100%;

    }

    /* 項目 */
    .kpf-outline__top__ttl {
        display: inline-block;
        width: 150px;
        border: 2px solid #000;
        border-radius: 10px;
        padding: 8px;
        text-align: center;
        margin: 30px 0 10px;
        font-size: 1.5rem;

    }

    .kpf-outline__top__content p {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 500;
        margin: 5px 0 0;
    }

    .kpf-outline__top__content p span {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 2.5rem;
        display: inline-block;
    }

    .kpf-outline__top__content p span.name {
        margin-bottom: 7px;
    }

    .kpf-outline__top__right {
        text-align: center;
        margin: 0 auto;
        width: 100%;

    }

    .kpf-outline__top__right .kpf-outline__top__content {
        margin: 0 auto;
        max-width: 410px;
    }

    /* 日付 */
    .kpf-outline__top__date p {
        font-size: 4.5rem;
        font-weight: 800;
        font-family: "Montserrat", sans-serif;

    }

    .kpf-outline__top__date .year {
        font-size: 1.8rem;
        font-weight: 700;
    }

    .circle {
        position: relative;
        width: 22px;
        display: inline-block;
    }
    .kpf-outline__top .circle {
        position: relative;
        width: 22px;
        display: inline-block;
        margin: 0px 0px 0 -5px;
    }

    .circle::before {
        content: '';
        position: absolute;
        width: 7px;
        height: 7px;
        top: -19px;
        right: 4px;
        border-radius: 50%;
        background-color: #000;
        display: inline-block;
        z-index: -1;
    }

    .kpf-outline__top__date .day_sat,
    .day_sun {
        position: relative;
        font-size: 1.3rem;
        color: #fff;
        display: inline-block;
        margin: 0px 0 0px 6px;
        width: 30px;
    }

    .kpf-outline__top__date .day_sat::before {
        content: '';
        position: absolute;
        width: 28px;
        height: 28px;
        top: -25px;
        right: 1px;
        border-radius: 50%;
        background-color: #000;
        display: inline-block;
        z-index: -1;
    }

    .kpf-outline__top__date .day_sat::after {
        content: 'Sat';
        position: absolute;
        color: #fff;
        font-size: 1.2rem;
        display: inline-block;
        top: -24px;
        right: 5px;
        font-weight: 500;
        z-index: -1;
    }

    .kpf-outline__top__date .day_sun::before {
        content: '';
        position: absolute;
        width: 28px;
        height: 28px;
        top: -25px;
        right: 1px;
        border-radius: 50%;
        background-color: #000;
        display: inline-block;
        z-index: -1;
    }

    .kpf-outline__top__date .day_sun::after {
        content: 'Sun';
        position: absolute;
        color: #fff;
        font-size: 1.2rem;
        display: inline-block;
        top: -24px;
        right: 3px;
        font-weight: 500;
        z-index: -1;
    }

    /* .kpf-outline__top__content .attention {
        font-size: 1rem;
        text-align: left;
        line-height: 1.5rem;
    } */

    
    .kpf-outline__top__right .kpf-outline__top__detail {
        margin: 0px auto 0;
        width: fit-content;
    }

    .kpf-outline__top__detail__attention {
        font-size: 1rem;
        text-align: left;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    p.kpf-outline__top__detail__ttl{
        font-size: 1.5rem;
        font-weight: 700;
        margin: 15px 0 10px;
        text-align: left;
        position: relative;
        padding-left: 15px;
    }
    .kpf-outline__top__detail__ttl::before{
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        display: inline-block;
        width: 10px;
        height: 10px;
        /* border-radius: 50%; */
        background-color: #000;
    }
    p.kpf-outline__top__detail__txt{
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.4;
        text-align: left;
        padding-left: 15px;
    }
    span.kpf-outline__top__detail__txt--small{
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1;
        text-align: left;
    }
    .kpf-outline__top__detail__note{
        font-size: 1rem;
        /* font-weight: 500; */
        line-height: 1.4;
        text-align: left;
        /* padding-left: 15px; */
        margin-top: 15px;
    }


    /* 項目 */
    .kpf-outline__bottom__ttl {
        display: block;
        width: 150px;
        border: 2px solid #000;
        border-radius: 10px;
        padding: 8px;
        text-align: center;
        margin: 30px auto 0px;
        font-size: 1.5rem;
    }

    .kpf-outline__bottom__content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 90%;
        margin: 20px auto 0;

    }

    .kpf-outline__bottom__content__box {
        width: 100%;

    }

    .kpf-outline__bottom__box__img img {
        border-radius: 10px;
    }

    .kpf-outline__bottom__box__ttl {
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 3rem;
    }

    .kpf-outline__bottom__content__box address {
        font-size: 1rem;
        font-family: "Noto Sans JP", sans-serif;
    }

    .kpf-outline__bottom__btnwrap {
        margin: 0 auto;
    }


    .kpf-outline__bottom__btn {
        display: inline-block;
        width: 70%;
        max-width: 300px;
        position: relative;
        border: #000 solid 2px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        padding: 10px 0px;
        font-size: 1.3rem;
        border-radius: 10px;
        font-family: "Noto Sans JP", sans-serif;
        margin: 15px auto 25px;
    }

    .kpf-outline__bottom__btn::after {
        content: '';
        position: absolute;
        right: 5px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .kpf-outline__detail {
        margin-top: 40px;
    }

    .kpf-outline__detail__txt {
        margin: 20px 0 0;
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .kpf-outline__detail__txt strong {
        color: #e20000;
        font-weight: bold;
    }

    .kpf-outline__detail__txt .link {
        border-bottom: 1px solid #111;
    }

    .kpf-outline__sponsor {
        /* margin: 40px 0; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin: 60px auto;

    }

    .kpf-outline__sponsor__left {
        display: flex;
        flex-direction: column;
    }
    .kpf-outline__sponsor__right {
        display: flex;
        flex-direction: column;
    }

    .kpf-outline__sponsor__box {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0 auto 30px;
        gap: 5px;
    }

    /* マルタイの注釈 */
    .kpf-outline__sponsor__box__txt {
        font-size: 1.1rem;
        margin-top: -5px;
    }

    .kpf-outline__sponsor__item {
        width: 150px;
        background-color: #000;
        border-radius: 10px;
        padding: 10px 0;
        text-align: center;
        color: #fff;
        font-size: 1.2rem;
        margin: 0 0px 15px 0;
    }

    .kpf-outline__sponsor__img {
        max-width: 200px;
        margin: 0 0px 15px 0;
        display: inline-block;
        height: 50px;

    }

    .kpf-outline__sponsor__box:nth-child(2) .kpf-outline__sponsor__img {
        height: 60px;

    }

    .kpf-outline__sponsor__box:nth-child(4) .kpf-outline__sponsor__img {
        height: 45px;
    }

    .kpf-outline__sponsor__box .small {
        height: 25px;
    }

    .kpf-outline__sponsor__box .mini {
        height: 20px;
    }

    .kpf-outline__sponsor__box .mid {
        height: 27px;
        width: 145px;
    }
    .kpf-outline__sponsor__box .yostar {
        height: 25px;
        width: 115px;
    }
    .kpf-outline__sponsor__box .qzil {
        height: auto;
        width: 55px;
    }
    .kpf-outline__sponsor__box .earth {
        height: 30px;

    }
    .kpf-outline__sponsor__box .crown {
        height: 44px;

    }
    .kpf-outline__sponsor__box .yukimon {
        height: 38px;

    }

    .kpf-outline__sponsor__img img {
        width: 100%;
        height: 100%;

    }

    .kpf-outline__sponsor__box__txt {
        text-align: center;
        margin: -30px 0 45px;
    }




    img {
        width: 100%;
        height: auto;
    }

    p {
        font-family: "Noto Sans JP", sans-serif;
        color: #111111;
    }

    li {
        font-family: "Noto Sans JP", sans-serif;
        color: #111111;
    }

}


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

    #google_translate_element {
        position: static;
        margin-left: 3%;
        margin-bottom: 3%;
    }

    h1 {
        text-align: left;
        line-height: 14px;
        font-size: 1.2rem;
        padding-left: 3%;
        width: calc(100% - 3% - 40px - 2%);
    }

    h2 {
        margin: 10% auto 0;
    }

    h3 {
        width: 90%;
        margin: 0 auto 5%;
    }

    h3 span {
        font-size: 1.2rem;
        margin-top: 3%;
    }

    .wrap.max h3 {
        width: 80%;
    }

    .banner2016 {
        margin: 8% auto 0;
    }



}