@charset "utf-8";

/*********************************************************************
*
*  For ALL
*
*********************************************************************/

/* ---------------------------------------------------- */
/* 変数 */
/* ---------------------------------------------------- */
:root {
    --co_1: #000;
    --co_2: #FFF;
    --co_3: #35B294;
    --co_4: #FFEBCA;
    --co_5: #B55848;
    --co_6: #FFD1B0;
    --co_7: #6780AF;
    --co_8: #EEB940;

    
    
}

/* ---------------------------------------------------- */
/* html body */
/* ---------------------------------------------------- */
html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    /* iPhone */
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: var(--co_1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    background-color: var(--co_2);
    overflow: hidden;
}

@media (min-width: 768px) {
    body {
        min-width: 1160px;
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    body {
        min-width: 320px;
        font-size: 1.4rem;
    }
}

/* ---------------------------------------------------- */
/* img */
/* ---------------------------------------------------- */
img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------------- */
/* a */
/* ---------------------------------------------------- */
a {
    color: var(--co_1);
    text-decoration: none;
    outline: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

/* ---------------------------------------------------- */
/* body_wrap */
/* ---------------------------------------------------- */
.body_wrap {
    max-height: 999999px;
    /* android chrome フォントサイズバグ回避 */
    opacity: 0;
}

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    .contents_wrap {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .contents_wrap {
        padding-top: 50px;
    }
}

/* ---------------------------------------------------- */
/* .header_1 */
/* ---------------------------------------------------- */
.header_1 .nav_1>ul>li:nth-child(1) a::before {
    background-image: url(https://naniwanomiya-world-fest.com/assets/common/img/ico/nav_1.svg);
}

.header_1 .nav_1>ul>li:nth-child(2) a::before {
    background-image: url(https://naniwanomiya-world-fest.com/assets/common/img/ico/nav_2.svg);
}

.header_1 .nav_1>ul>li:nth-child(3) a::before {
    background-image: url(https://naniwanomiya-world-fest.com/assets/common/img/ico/nav_3.svg);
}

.header_1 .nav_1>ul>li:nth-child(4) a::before {
    background-image: url(https://naniwanomiya-world-fest.com/assets/common/img/ico/nav_4.svg);
}

.header_1 .nav_1>ul>li:nth-child(5) a::before {
    background-image: url(https://naniwanomiya-world-fest.com/assets/common/img/ico/nav_5.svg);
}

.header_1 .nav_1>ul>li:nth-child(6) a::before {
    background-image: url(https://naniwanomiya-world-fest.com/assets/common/img/ico/nav_6.svg);
}

.header_1 .nav_1>ul>li:nth-child(7) a::before {
    background-image: url(https://naniwanomiya-world-fest.com/assets/common/img/ico/nav_7.svg);
}

/* .header_1 .nav_1>ul>li:nth-child(7) a {
    pointer-events: none;
    opacity: 0.5;
} */

@media (min-width: 768px) {
    .header_1 {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100;
        background-color: var(--co_3);
    }

    .header_1 .header_inner {
        position: relative;
        margin: 0 auto;
        min-width: 1160px;
        height: 80px;
    }

    .header_1 .site_ttl {
        position: absolute;
        left: 40px;
        top: 50%;
        transform: translateY(-50%);
        width: 190px;
    }

    .header_1 .site_ttl a {
        display: block;
    }

    .header_1 .btn_toggle_megamenu {
        display: none;
    }

    .header_1 .toggle_wrap {
        display: block !important;
        opacity: 1 !important;
    }

    .header_1 .nav_1 {
        position: absolute;
        right: 165px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .header_1 .nav_1>ul {
        display: flex;
        align-items: center;
    }

    .header_1 .nav_1>ul>li+li {
        margin-left: 35px;
    }

    .header_1 .nav_1 a {
        position: relative;
        display: block;
        padding-top: 40px;
    }

    .header_1 .nav_1 a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 32px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .header_1 .nav_1 a img {
        width: auto;
        height: 12px;
        filter: invert(1);
    }

    .header_1 .nav_2 {
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .header_1 .nav_2>ul {
        display: flex;
    }

    .header_1 .nav_2>ul>li+li {
        margin-left: 20px;
    }

    .header_1 .nav_2>ul>li>a {
        display: block;
        width: 30px;
        height: 30px;
    }

}

@media (max-width: 767px) {
    .header_1 {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: var(--co_3);
        z-index: 100;
    }

    .header_1 .header_inner {
        position: relative;
        height: 50px;
    }

    .header_1 .site_ttl {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 140px;
    }

    .header_1 .site_ttl a {
        display: block;
    }


    .header_1 .btn_toggle_megamenu {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 55px;
        height: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
        z-index: 110;
    }

    .header_1 .btn_toggle_megamenu div {
        position: relative;
        width: 28px;
        height: 20px;
    }

    .header_1 .btn_toggle_megamenu div>span span,
    .header_1 .btn_toggle_megamenu div>span:before,
    .header_1 .btn_toggle_megamenu div>span:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        width: 100%;
        height: 2px;
        background-color: var(--co_2);
        transform-origin: center center;
        transition: 0.3s ease-in-out;
    }

    .header_1 .btn_toggle_megamenu div>span span {
        transform: translateY(-1px);
    }

    .header_1 .btn_toggle_megamenu div>span:before {
        transform: translateY(-9px);
    }

    .header_1 .btn_toggle_megamenu div>span:after {
        transform: translateY(7px);
    }

    .header_1 .btn_toggle_megamenu.is_show div>span span,
    .header_1 .btn_toggle_megamenu.is_show div>span:before,
    .header_1 .btn_toggle_megamenu.is_show div>span:after {
        width: 100% !important;
    }

    .header_1 .btn_toggle_megamenu.is_show div>span span {
        opacity: 0;
    }

    .header_1 .btn_toggle_megamenu.is_show div>span:before {
        transform: translateY(-50%) rotate(-45deg);
    }

    .header_1 .btn_toggle_megamenu.is_show div>span:after {
        bottom: 0;
        transform: translateY(-50%) rotate(45deg);
    }

    .header_1 .toggle_wrap {
        display: none;
        position: fixed;
        left: 0;
        top: 50px;
        width: 100%;
        height: calc(100% - 50px);
        background-color: var(--co_3);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 100;
    }

    .header_1 .toggle_wrap .toggle_inner {
        padding: 40px 0;
    }

    .header_1 .nav_1>ul>li+li {
        margin-top: 25px;
    }

    .header_1 .nav_1 a {
        position: relative;
        display: block;
        padding-top: 30px;
    }

    .header_1 .nav_1 a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 25px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .header_1 .nav_1 a img {
        margin: 0 auto;
        width: auto;
        height: 16px;
        filter: invert(1);
    }

    .header_1 .nav_2 {
        position: absolute;
        right: 58px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .header_1 .nav_2>ul {
        display: flex;
    }

    .header_1 .nav_2>ul>li+li {
        margin-left: 15px;
    }

    .header_1 .nav_2>ul>li>a {
        display: block;
        width: 24px;
        height: 24px;
    }
}

/* ---------------------------------------------------- */
/* footer_1 */
/* ---------------------------------------------------- */
.footer_1 {
    position: relative;
    padding: 30px 0;
    color: var(--co_2);
    background-color: var(--co_3);
}

.footer_1 .site_ttl {
    display: block;
    margin: 0 auto 30px;
    width: 390px;
}

.footer_1 .copyright_2 {
    margin-bottom: 30px;
    font-size: 1.2rem;
    text-align: center;
}

.footer_1 .copyright {
    font-size: 1.2rem;
    text-align: center;
}

@media (max-width: 767px) {
    .footer_1 {
        padding: 25px 0;
    }

    .footer_1 .site_ttl {
        margin: 0 auto 25px;
        width: 240px;
    }

    .footer_1 .copyright_2 {
        margin-bottom: 25px;
        font-size: 1.1rem;
    }

    .footer_1 .copyright {
        font-size: 1.1rem;
    }
}