@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

html,body {
    font-size: 10px;
}
body {
    background-color: #5AC1C1;
}

header .puffy_30th_logo {
    position: fixed;
    top: 1.6rem;
    left: 1.6rem;
    z-index: 10000;
}
header .puffy_30th_logo a {
    display: inline-block;
    width: 8rem;
    height: auto;
    transform: scale(1);
    transition: all .3s;
}
header .puffy_30th_logo a:hover {
    transform: scale(1.05);
    transition: all .3s;
}
header .puffy_30th_logo a img {
    width: 100%;
    height: auto;

}

main {
    padding: 8rem 0 8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #111;
    line-height: 1.8;
    letter-spacing: 0.05rem;
    position: relative;
    overflow: hidden;
}


.common_contents {
    max-width: 1000px;
    padding: 0 2rem;
    margin: 0 auto 5rem;
}
.common_contents_heading {
    width: 95%;
    max-width: 550px;
    margin: 0 auto 1rem;
}
.common_contents_heading h2 {
    font-size: 2rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.content_inner {
    background: #fff;
    border-radius: 0 20px;
    box-shadow: rgba(22, 105, 122, 0.5) 3px 3px 0px;
    padding: 3rem 2rem;
}


.kv_area {
    max-width: 900px;
    padding: 0;
    margin: 0 auto 4rem;
}
.kv_area .kv_tit {
    width: 100%;
}

.lead_area {
    margin-bottom: 8rem;
}
.lead_area .lead_txt {
    text-align: center;
}
.lead_area .lead_txt p {
    font-size: 1.6rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.25rem;
    color: #fff;
}

.schedule_item_wrapper {
    margin-bottom: 3rem;
}
.schedule_item_wrapper:last-of-type {
    margin-bottom: 0;
}
.schedule_item_wrapper .schedule_item_label {
    text-align: center;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    padding: 1rem;
    margin-bottom: 2rem;
}
.schedule_item_wrapper .schedule_item_label h3 {
    font-size: 1.6rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
}
.schedule_item .schedule_item_txt {
    border-left: 5px solid #5AC1C1;
    padding-left: 1rem;
    margin-bottom: 2rem;
}
.schedule_item .schedule_item_txt:last-of-type {
    margin-bottom: 0;
}
.schedule_item .schedule_item_txt h4 {
    font-size: 1.4rem;
    font-weight: 700;
}
.schedule_item .schedule_item_txt p {
    font-size: 1.2rem;
}
.schedule_item .schedule_item_txt p span {
    font-weight: 700;
}
.schedule_item .schedule_item_txt p a {
    font-size: 1rem;
    color: #16697A;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ticket_price_wrapper {
    margin-bottom: 3rem;
}
.ticket_price_wrapper .ticket_price .ticket_price_txt {
    border-left: 5px solid #5AC1C1;
    padding-left: 1rem;
    margin-bottom: 2rem;
}
.ticket_price_wrapper .ticket_price .ticket_price_txt h4 {
    font-size: 1.4rem;
    font-weight: 700;
}
.ticket_price_wrapper .ticket_price .ticket_price_txt p {
    font-size: 1.2rem;
}
.ticket_price_wrapper .ticket_price .ticket_price_txt p span {
    font-size: 1.6rem;
    font-weight: 700;
}
.ticket_price_wrapper .ticket_price_notes p {
    font-size: 1rem;
    text-indent: -1rem;
    margin-left: 1rem;
}
.ticket_item_wrapper .ticket_item_label {
    text-align: center;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    padding: 1rem;
    margin-bottom: 2rem;
}
.ticket_item_wrapper .ticket_item_label h3 {
    font-size: 1.6rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
}
.ticket_item_wrapper .ticket_item .ticket_item_txt {
    text-align: center;
    margin-bottom: 2rem;
}
.ticket_item_wrapper .ticket_item .ticket_item_txt p {
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
}
.ticket_item_wrapper .ticket_item .ticket_item_txt p span {
    font-size: 2rem;
    font-weight: 700;
}
.ticket_item_wrapper .ticket_item .ticket_item_btn {
    text-align: center;
    width: 70%;
    max-width: 350px;
    margin: 0 auto;
}
.ticket_item_wrapper .ticket_item .ticket_item_btn a {
    display: block;
    font-size: 1.6rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #5AC1C1;
    background-color: #fff;
    border: 2px solid #5AC1C1;
    border-radius: 20px;
    box-shadow: rgba(81, 183, 193, 0.8) 3px 3px 0px;
    padding: 0.5rem;
}

.goods_item_wrapper .goods_item .goods_item_txt {
    text-align: center;
}
.goods_item_wrapper .goods_item .goods_item_txt p {
    font-size: 2rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.credits_item_wrapper .credits_item .credits_item_txt {
    text-align: center;
    margin-bottom: 2rem;
}
.credits_item_wrapper .credits_item .credits_item_txt:last-of-type {
    margin-bottom: 0;
}
.credits_item_wrapper .credits_item .credits_item_txt p {
    font-size: 1.2rem;
}
.credits_item_wrapper .credits_item .credits_item_txt p span {
    font-weight: 700;
}


footer {
    background-color: #fff;
}



@media (min-width: 768px) {

    header .puffy_30th_logo a {
        width: 16rem;
    }

    main {
        padding: 10rem 0
    }


    .common_contents {
        margin: 0 auto 12rem;
    }
    .common_contents_heading {
        margin-bottom: 2rem;
    }
    .common_contents_heading h2 {
        font-size: 4rem;
    }
    .content_inner {
        border-radius: 0 40px;
        box-shadow: rgba(22, 105, 122, 0.5) 5px 5px 0px;
        padding: 4rem 3rem;
    }

    .kv_area {
        margin: 0 auto 8rem;
    }

    .lead_area {
        margin-bottom: 12rem;
    }
    .lead_area .lead_txt p {
        font-size: 2rem;
    }

    .schedule_item_wrapper {
        margin-bottom: 4rem;
    }
    .schedule_item_wrapper:last-of-type {
        margin-bottom: 0;
    }
    .schedule_item_wrapper .schedule_item_label {
        padding: 2rem;
        margin-bottom: 3rem;
    }
    .schedule_item_wrapper .schedule_item_label h3 {
        font-size: 2rem;
    }
    .schedule_item {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .schedule_item .schedule_item_txt {
        width: 50%;
        padding-left: 2rem;
        padding-right: 3rem;
        margin-bottom: 3rem;
    }
    .schedule_item .schedule_item_txt h4 {
        font-size: 1.8rem;
    }
    .schedule_item .schedule_item_txt p {
        font-size: 1.6rem;
    }
    .schedule_item .schedule_item_txt p a {
        font-size: 1.4rem;
        transition: 0.3s;
    }
    .schedule_item .schedule_item_txt p a:hover {
        opacity: 0.7;
        transition: 0.3s;
    }

    .ticket_price_wrapper {
        margin-bottom: 4rem;
    }
    .ticket_price_wrapper .ticket_price {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .ticket_price_wrapper .ticket_price .ticket_price_txt {
        width: 50%;
        padding-left: 2rem;
        padding-right: 3rem;
        margin-bottom: 3rem;
    }
    .ticket_price_wrapper .ticket_price .ticket_price_txt h4 {
        font-size: 1.8rem;
    }
    .ticket_price_wrapper .ticket_price .ticket_price_txt p {
        font-size: 1.6rem;
    }
    .ticket_price_wrapper .ticket_price .ticket_price_txt p span {
        font-size: 2rem;
    }
    .ticket_price_wrapper .ticket_price_notes p {
        font-size: 1.2rem;
        text-indent: -1.2rem;
        margin-left: 1.2rem;
    }
    .ticket_item_wrapper .ticket_item_label {
        padding: 2rem;
        margin-bottom: 3rem;
    }
    .ticket_item_wrapper .ticket_item_label h3 {
        font-size: 2rem;
    }
    .ticket_item_wrapper .ticket_item .ticket_item_txt {
        margin-bottom: 3rem;
    }
    .ticket_item_wrapper .ticket_item .ticket_item_txt p {
        font-size: 1.8rem;
        letter-spacing: 0.25rem;
    }
    .ticket_item_wrapper .ticket_item .ticket_item_txt p span {
        font-size: 2.4rem;
    }
    .ticket_item_wrapper .ticket_item .ticket_item_btn a {
        font-size: 2rem;
        border-radius: 40px;
        padding: 1.25rem;
        transition: 0.3s;
    }
    .ticket_item_wrapper .ticket_item .ticket_item_btn a:hover {
        color: #fff;
        background-color: #5AC1C1;
        box-shadow: none;
        transition: 0.3s;
    }

    .goods_item_wrapper .goods_item .goods_item_txt p {
        font-size: 3rem;
    }

    .credits_item_wrapper .credits_item .credits_item_txt {
        margin-bottom: 3rem;
    }
    .credits_item_wrapper .credits_item .credits_item_txt p {
        font-size: 1.6rem;
    }

}




/* animation */

.js-fadeUp {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .8s, transform .8s;
}
.js-fadeUp.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s;
}

.fuwafuwa {
    animation: fuwafuwa 3s ease-in-out infinite alternate;
}
@keyframes fuwafuwa {
    0% {
        transform:translate(0, 0) rotate(-0deg);
    }
    50% {
        transform:translate(0, -10px) rotate(0deg);
    }
    100% {
        transform:translate(0, 0) rotate(0deg);
    }
}

.smooth {
    clip-path: inset(0 100% 0 0);
    transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
    transition-property: clip-path;
    padding-bottom: 5px;
}
.is-inview .smooth {
    clip-path: inset(0);
}

/* animation */