main {
    overflow: unset;
}

.sec-part {
    position: relative;
}

.sec-anchor {
    width: 100%;
    height: 1px;
    /* background-color: red; */
    position: absolute;
    top: 0;
    left: 0;
}

@media print, screen and (min-width: 768px) {
    .pc {
        display: block !important;
    }
    .sp {
        display: none !important;
    }
}
/* ------------------------------
 サイト全体（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}

.mainimg {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.mainimg img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: zoomUp 10s linear 0s 1 normal both;
}
.slide-img img {
    display: block;
}

.kv-text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: auto;
    z-index: 10;
    color: white;
}

.kv-text h1 {
    font-size: 28px;
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 100px) and (max-width: 620px) {
    .img-text-2col .wrapper {
        width: 100% !important;
        margin: 0 auto;
        padding: 16px 16px 24px !important;
    }

    .img-text-2col h3 {
        font-size: 26px !important;
    }

    .img-text-2col p {
        font-size: 1em !important;
    }

    .img-text-2col a {
        padding: 6px 20px !important;
        font-size: 18px !important;
        margin-top: 4px !important;
    }
}

@media screen and (min-width: 621px) and (max-width: 820px) {
    .img-text-2col h3 {
        font-size: 28px !important;
    }

    .img-text-2col p {
        font-size: 1em !important;
    }

    .img-text-2col a {
        font-size: 18px !important;
        margin-top: 6px !important;
        padding: 6px 30px !important;
    }
}

@media screen and (min-width: 821px) {
    .img-text-2col h3 {
        font-size: 28px !important;
    }
}

@media (max-width: 620px) {
    .mbr-col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 621px) {
    .mbr-col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.mbr-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mbr-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.img-text-2col .wrapper {
    width: 85%;
    margin: 0 auto;
    padding: 10px;
}

.img-text-2col .wrapper a:focus,
.img-text-2col .wrapper a:hover {
    text-decoration: none;
}

.img-text-2col .img-text_col-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.media-list {
    background-color: #F0F0F0;
    padding: 70px 0;
}

.media-list .wb-text {
    font-size: 16px;
}

.media-list img {
    margin: 0 auto;
}

.sec-pro {
    padding-top: 90px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .ngc-1-in-a-row .container-fluid {
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .ngc-1-in-a-row .wrapper {
        overflow: hidden;
        padding: 16px;
    }
}

.list-inline-img {
    border-collapse: separate;
    border-spacing: 3px;
    display: table;
    padding: 0;
    margin: -3px;
}

.list-inline-img li {
    display: table-cell;
}

.sec-daily {
    padding-top: 90px;
    padding-bottom: 140px;
}

.daily-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    width: 800px;
    max-width: 90%;
    padding: 0;
}

.flex-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.top-center {
    padding: 70px 16px;
}

.top-text {
    padding: 45px 0;
}

.top-text h2 {
    margin: 0;
}

.wb-text {
    line-height: 2.1;
    letter-spacing: 0.04em;
    margin: 0;
    margin-top: 15px;
    font-size: 18px;
}

.x-content .nav > li > a:focus,
.x-content .nav > li > a:hover {
    background-color: #411b6a;
    color: #fff;
}

.x-content h1,
.x-content h2,
.x-content h3 {
    font-weight: bold;
}

.bottom-line {
    padding-bottom: 8px;
    position: relative;
}

.bottom-line::before {
    content: "";
    display: block;
    width: 2em;
    height: 3px;
    background-color: #411b6a;
    position: absolute;
    bottom: 0;
    left: 0;
}

.wb-link {
    color: #411b6a;
    text-decoration: underline;
}

.wb-link:hover {
    color: #411b6a;
}

.x-content .nav > li > a.is-active,
.x-content .nav > li > a:hover {
    background-color: #411b6a !important;
    color: #fff !important;
}
.x-content .nav > li > a:focus {
    color: #445166;
    background-color: transparent;
}

.daily-list {
    margin-top: 50px;
}

.daily-list section {
    padding: 0 5px;
}

.daily-list section p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.06em;
    margin-bottom: 0;
}

.x-content h2 {
    font-size: 36px;
}

.x-content h3 {
    font-size: 26px;
}

.artists-search-menu,
.in-page-links,
.news-search-menu {
    margin: 0;
}

.in-page-links {
    border-bottom-color: #f0f0f0;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

.is-sp {
    display: none;
}

.wb-line {
    width: 980px;
    max-width: 100%;
    height: 8px;
    background-repeat: no-repeat;
    background-position: left center;
}

@media all and (max-width: 430px) {
    .sec-anchor {
        top: -150px;
    }

    .in-page-links {
        top: 61px;
    }

    .is-sp {
        display: block;
    }

    .is-sp {
        display: block;
    }

    .kv-text h1 {
        font-size: 22px;
    }

    .kv-text .en1 {
        max-width: 42%;
    }

    .kv-text .en2 {
        max-width: 90%;
    }

    .x-content h2 {
        font-size: 25px;
    }

    .x-content h3,
    .x-content .img-text-2col h3 {
        font-size: 22px !important;
    }

    .wb-text {
        font-size: 16px;
    }

    .top-text,
    .sec-pro {
        padding-left: 16px;
        padding-right: 16px;
    }

    .top-center,
    .sec-pro {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .media-list {
        padding-bottom: 45px;
    }

    .daily-list section p {
        margin-bottom: 30px;
    }

    .sec-daily {
        padding: 45px 0;
    }

    .x-content .nav > li > a:hover {
        background-color: transparent !important;
        color: #445166 !important;
    }

    .x-content .nav > li > a.is-active {
        background-color: #411b6a !important;
        color: #fff !important;
    }

    .bottom-line {
        padding-bottom: 12px;
    }
}
