@charset "utf-8";
html {
    font-size: 12px;
}
body {
    font-family: "メイリオ", sans-serif;
    font-size: 1rem;
}
img {
    max-width: 100%;
}
@media screen and (min-width: 600px) {
    body {
        font-size: 24px;
    }
    img {
        width: auto;
    }
}
.sp {
    display: block;
}
.pc {
    display: none;
}
@media screen and (min-width: 600px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
}

/* header */
.header {
    position: fixed;
    background-color: #df0070;
    height: 67px;
}

/* nav */
.slide__button {
    position: absolute;
    right: 2.17%;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px;
    width: 40px;
    margin: 15px 0;
    z-index: 101;
}
.slide__top,
.slide__middle,
.slide__bottom {
    height: 6px;
    background-color: #fff;
    border-radius: 6px;
    transition: transform 0.3s ease-in-out;
}
.slide__top {
    width: 100%;
}
.slide__middle {
    width: 75%;
}
.slide__bottom {
    width: 62.5%;
}
.rotate__top,
.rotate__bottom {
    width: 50px;
}
.rotate__top {
    transform: rotate(-45deg);
    transform-origin: right top;
}
.hide__middle {
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
}
.rotate__bottom {
    transform: rotate(45deg);
    transform-origin: right bottom;
}
.header__nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 266px;
    padding: 76px 0 56px 24px;
    background-image: linear-gradient(150deg, rgba(103, 92, 254, 1), rgba(219, 25, 234, 1) 58%, rgba(250, 33, 166, 1));
    border-radius: 45px 0 80px 50px;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}
.translate__nav {
    transform: translateX(0);
}
.header__nav-item:not(:first-child) {
    margin-top: 27px;
}
.header__nav-link {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
}
.header__nav-link::before {
    content: "";
    display: block;
    width: 23px;
    height: 19px;
    background-image: url(/favpark/tgc/25kitakyushu/_astro/img/icon_header_list_01.png);
    background-size: cover;
}
.header__nav-link:hover {
    opacity: 0.7;
}

/* main */
.main {
    padding-top: 28px;
    background: url(/favpark/tgc/25kitakyushu/_astro/img/index_back_01.png);
    background-repeat: space;
    background-size: contain;
}
.wrapper {
    width: 100%;
    overflow-x: hidden;
}
@media screen and (min-width: 400px) {
    .main {
        background: url(/favpark/tgc/25kitakyushu/_astro/img/index_back_01.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0 9.7%;
    }
}
@media screen and (min-width: 600px) {
    .main {
        padding-top: 0;
        background: url(/favpark/tgc/25kitakyushu/_astro/img/index_back_02.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
}

/* footer */
[data-base-color=red] .footer,
[data-base-color=red] .footer__to-top {
    background-color: #df0070;
}
.copy__txt {
    margin-top: 30px;
    text-align: center;
}
.copy__small {
    font-size: 0.75rem;
}
@media screen and (min-width: 600px) {
    .copy__small {
        font-size: 18px;
    }
}
@media screen and (min-width:600px) and (max-width: 781px) {
    .footer__upper,
    .footer__lower-inner {
        width: 100%;
    }
}

/* block */
.sec__block01 {
    margin-top: 67px;
}
.sec__block06 {
    padding: 0 4.17%;
}
.icon__block01,
.icon__parts01,
.icon__parts02 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon__block01 {
    padding: 4px 11px;
}
.icon__parts01 {
    gap: 11%;
    padding: 0 27px 0 10px;
}
.icon__parts02 {
    height: 12vh;
    border-left: solid 2px #d7d7d7;
    padding-left: 23px;
}
.icon__item01.-logo03 {
    width: 95%;
}
.icon__img01 {
    width: 100%;
}
.sec__block02 {
    margin-top: 44px;
}
.sec__block02-ex {
    margin-top: 50px;
    background-color: rgba(255 235 245 / 70%);
    box-shadow: 0 0 25px rgba(223 0 112 / 20%);
    border: 4px solid #fff;
}
.sec__block02-ex.-mt03 {
    margin-top: 30px;
}
.sec__block04 {
    margin-top: 30px;
}
.sec__block05 {
    background-color: rgba(255 255 255 / 70%);
    box-shadow: 0 0 25px rgba(223 0 112 / 20%);
    border: 4px solid #fff;
}
.sec__block05.-pb01 {
    padding-bottom: 30px;
}
.contents__box01 {
    margin-top: 22px;
    padding-bottom: 25px;
}
.img__box01 {
    width: 44.4vw;
    margin: auto;
}
.contents__img01 {
    width: 341px;
}
.link__box {
    margin-top: 54px;
    text-align: center;
}
@media screen and (min-width: 600px) {
    .sec__block02 {
        margin-top: 98px;
    }
    .sec__block04 {
        margin-top: 60px;
    }
    .sec__block05.-pb01 {
        padding-bottom: 60px;
    }
    .sec__block02-ex {
        margin-top: 106px;
    }
    .sec__block02-ex.-mt03 {
        margin-top: 67px;
    }
    .img__box01 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contents__box01 {
        margin-top: 40px;
        padding-bottom: 52px;
    }
    .contents__img01 {
        width: auto;
    }
    .link__box {
        margin-top: 105px;
    }
}

/* heading */
.sec__heading-img01 {
    width: 100%;
}
.sec__heading02-top,
.sec__heading02,
.sec__heading02-ex,
.sec__heading03,
.sec__heading04 {
    font-family: "M PLUS 2", sans-serif;
    text-align: center;
    color: #df0070;
    font-size: 1.67rem;
    font-weight: 800;
}
.sec__heading02-top,
.sec__heading02,
.sec__heading02-ex {
    border-bottom: 2px solid;
    border-image: linear-gradient(270deg, rgba(128, 89, 13, 1) 10%, rgba(250, 202, 34, 1) 45%, rgba(255, 226, 31, 1) 51%, rgba(250, 202, 34, 1) 73%, rgba(128, 89, 13, 1) 95%);
    border-image-slice: 1;
}
.sec__heading02-top {
    padding: 8px 0 16px;
}
.sec__heading02-top__fz01 {
    font-size: 19px;
}
.sec__heading02-top__fz02 {
    font-size: 25px;
}
.sec__heading02-top__fz03 {
    display: block;
    margin-top: 5px;
    font-size: 25px;
}
.sec__heading02 {
    padding: 11px 0;
    margin-bottom: 20px;
    border-top: 2px solid;
}
.sec__heading02.-img01 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec__heading02-ex {
    padding: 18px 0 15px;
    line-height: 1.3;
}
.sec__heading02-ex,
.sec__heading03,
.sec__heading04 {
    text-shadow:3px 3px 0 #fff, -3px -3px 0 #fff,
                -3px 3px 0 #fff, 3px -3px 0 #fff,
                0px 3px 0 #fff,  0 -3px 0 #fff,
                -3px 0 0 #fff, 3px 0 0 #fff;
}
.sec__heading03.-mt {
    margin-top: 11px;
}
.sec__heading04 {
    color: #1d1d1d;
}
@media screen and (min-width: 600px) {
    .sec__heading02-top,
    .sec__heading02,
    .sec__heading02-ex,
    .sec__heading03,
    .sec__heading04 {
        font-size: 3.33rem;
    }
    .sec__heading02-top {
        padding: 35px 0 35px;
    }
    .sec__heading02-top__fz01 {
        font-size: 3.17rem;
    }
    .sec__heading02-top__fz02,
    .sec__heading02-top__fz03 {
        font-size: 4rem;
    }
    .sec__heading02 {
        padding: 24px 0;
        margin-bottom: 42px;
    }
    .sec__heading02-ex {
        padding: 30px 0 34px;
    }
    .sec__heading03.-mt {
        margin-top: 33px;
    }
}

/* list */
.list__column01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.list__item01 {
    width: 44.4vw;
    border-radius: 15px 15px 0 15px;
    border: 4px solid #df0070;
    box-shadow: 0px 8px 12px 0px rgba(223 0 112 / 20%);
}
.list__item01.-ex {
    border-radius: 15px;
    border: 4px solid #fff;
    background-color: #fff;
}
.list__link01 {
    transition: 0.3s;
}
.list__link01:hover {
    opacity: 0.9;
}
/* .list__img-wrapper {
    aspect-ratio: 16 / 10;
} */
.list__img01 {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}
.list__txt01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.8vw 0 2.8vw 8px;
    font-family: "M PLUS 2", sans-serif;
    color: #fff;
    font-size: 0.82rem;
    background-color: #df0070;
}
.list__txt01.-padding {
    padding: 6px 0 6px 8px;
}
.list__txt01-img {
    width: 12px;
    height: 11px;
    object-fit: contain;
}
.date__list01 {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 0 5px;
    margin-top: 10px;
    line-height: 1.44;
    letter-spacing: -0.04em;
}
.date__ttl01,
.date__detail01 {
    text-shadow:3px 3px 0 #fff, -3px -3px 0 #fff,
                -3px 3px 0 #fff, 3px -3px 0 #fff,
                0px 3px 0 #fff,  0 -3px 0 #fff,
                -3px 0 0 #fff, 3px 0 0 #fff;
}
.date__detail01 {
    margin-top: 2px;
}
.link__list01 {
    margin-top: 16px;
    text-align: center;
}
.link__item01:not(:first-child) {
    margin-top: 17px;
}
.link__contents01 {
    color: #4689ff;
    border-bottom: 2px solid #4689ff;
    transition: 0.3s;
}
.link__contents02 {
    transition: 0.3s;
}
.link__contents01:hover,
.link__contents02:hover {
    opacity: 0.7;
}
.link__list02 {
    display: flex;
    justify-content: center;
    gap: 21px;
    width: 80%;
    flex-wrap: wrap;
    margin: 35px auto 0;
    align-items: center;
}
.link__item02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
}
@media screen and (min-width: 500px) and (max-width: 599px) {
    .list__txt01 {
        padding: 2vw 8px;
    }
}
@media screen and (min-width: 600px) {
    .list__column01 {
        gap: 3.65%;
    }
    .list__item01 {
        width: 48%;
    }
    .date__list01 {
        gap: 30px;
        padding: 0 17px;
        margin-top: 15px;
    }
    .link__list01  {
        margin-top: 32px;
    }
    .link__item01:not(:first-child) {
        margin-top: 33px;
    }
    .list__txt01 {
        font-size: 1.5rem;
    }
    .list__txt01,
    .list__txt01.-padding {
        padding-right: 8px;
    }
    .list__txt01-img {
        width: 25px;
        height: 22px;
    }
    .link__list02 {
        width: 50%;
        gap: 28px;
    }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
    .list__txt01 {
        padding: 2.3vw 8px;
    }
}
@media screen and (min-width: 768px) {
    .list__txt01 {
        padding: 19px 8px 19px 8px;
        font-size: 1.9rem;
    }
}

/* text */
.sec__read-txt01,
.link__txt01,
.link__txt02,
.link__contents01 {
    font-size: 1.167rem;
}
@media screen and (min-width: 600px) {
    .sec__read-txt01,
    .link__txt01,
    .link__txt02,
    .link__contents01 {
        font-size: 28px;
    }
}
.sec__read-txt01 {
    padding: 7px 0;
    margin: 23px 0 0;
    font-weight: bold;
    text-align: center;
    line-height: 1.42;
    color: #fff;
    background-image: linear-gradient(110deg, rgba(103, 92, 254, 0.74), rgba(250, 33, 166, 0.74) 100%, rgba(219, 25, 234, 0.74) 58%);
}
.sec__txt01 {
    padding: 15px 4px 20px;
    line-height: 2;
    text-shadow:3px 3px 0 #fff, -3px -3px 0 #fff,
                -3px 3px 0 #fff, 3px -3px 0 #fff,
                0px 3px 0 #fff,  0 -3px 0 #fff,
                -3px 0 0 #fff, 3px 0 0 #fff;
}
.sec__txt02 {
    margin-top: 2em;
    text-align: center;
    color: #df0070;
}
.link__txt01 {
    margin-top: 30px;
    text-align: center;
    color: #4689ff;
}
.link__txt02 {
    color: #df0070;
}
.link__txt01.-mt01 {
    margin-top: 25px;
}
.link__txt01.-mt02 {
    margin-top: 18px;
}
.link__blank01,
.link__blank02,
.link__contents01 {
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
    border-bottom: 2px solid #4689ff;
    transition: 0.3s;
}
.link__blank02 {
    border-bottom: 2px solid #df0070;
}
.link__blank01:hover,
.link__blank02:hover {
    opacity: 0.7;
}
.link__blank-img01,
.link__blank-img02 {
    width: 1rem;
}
.contents__txt01 {
    padding: 0 3px;
    margin-top: 16px;
    line-height: 1.64;
    letter-spacing: -0.04em;
    text-shadow:3px 3px 0 #fff, -3px -3px 0 #fff,
                -3px 3px 0 #fff, 3px -3px 0 #fff,
                0px 3px 0 #fff,  0 -3px 0 #fff,
                -3px 0 0 #fff, 3px 0 0 #fff;
}
@media screen and (min-width: 600px) {
    .sec__read-txt01 {
        max-width:1000px;
        margin: 45px auto 50px;
    }
    .sec__txt01 {
        padding: 32px 18px 35px;
    }
    .link__txt01 {
        margin-top: 55px;
    }
    .link__txt01.-mt01 {
        margin-top: 53px;
    }
    .link__txt01.-mt02 {
        margin-top: 40px;
    }
    .link__blank-img01,
    .link__blank-img02 {
        width: auto;
    }
    .contents__txt01 {
        margin-top: 32px;
        padding: 0 19px;
    }
}

/* button */
.button01 {
    position: relative;
    width: 96%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 55px;
    margin: 22px auto 0;
    background-color: #df0070;
    box-shadow: 0 10px #c50063;
    transition: 0.3s;
}
.button01::after {
    content: "";
    width: 9px;
    height: 15px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    right: 4%;
    background-image: url(/favpark/tgc/25kitakyushu/_astro/img/icon_link01.png);
    background-size: contain;
}
.button01:hover {
    box-shadow: 0 15px #c50063;
}
.button__link01 {
    width: 100%;
    padding: 20px 0 12px;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}
@media screen and (min-width: 600px) {
    .button01 {
        margin-top: 44px;
    }
    .button__link01 {
        padding: 36px 0;
        font-size: 36px;
    }
    .button01::after {
        width: 18px;
        height: 30px;
        top: 50%;
        right: 6%;
    }
}

/* floating banner */
.floating__bnr {
    display: flex;
    justify-content: center;
    position: fixed;
    right: 50%;
    transform: translateX(50%);
    left: auto;
    bottom: 10px;
    width: 310px;
    z-index: 11;
}
@media screen and (orientation: landscape) and (max-height: 768px) {
    .floating__bnr {
        right: 20px;
        transform: translateX(0);
        bottom: 20px;
    }
}
@media screen and (min-width: 500px) {
    .floating__bnr {
        right: 20px;
        transform: translateX(0);
        bottom: 20px;
    }
}