@charset "utf-8";
@media (max-width: 1000px) {
    .pc {
        display: none!important;
    }
    .sp {
        top: 0;
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #fff;
        position: fixed;
        align-items: center;
        z-index: 9000;
    }
    .wrapper-1000 {
        width: 94%;
    }
    .guide-text {
        margin: 20vh 0 0 0;
    }
    .guide {
        height: calc(40vh + 70px);
        ;
    }
    .links-title {
        font-size: 1.5em;
    }
    .top-news {
        flex-direction: column;
    }
    .top-news-title {
        text-align: center;
        margin-bottom: 50px;
        width: 100%;
    }
    .news-links-btn--pc {
        display: none;
    }
    .news-links-btn--sp {
        display: block;
    }
    .footer-nav {
        flex-direction: column;
    }
    .footer-nav li {
        margin: 5px auto;
    }
    .shop-inner {
        width: 80%;
    }
    .shop-bnr {
        right: 50px;
    }
    .scroll {
        right: 0;
    }
    .scroll-image {
        display: none;
    }
    .l-modal {
        width: 70%;
    }
    /* story ------------------------- */
    #bread-list {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .l-main-inner {
        width: 80%;
    }
    .l-story-content {
        width: 90%;
    }
    .l-wrapper-1000 {
        width: 94%;
    }
    .l-main {
        margin: 70px auto 0;
    }
    .l-news-wrapper {
        width: 90%;
        margin: 0 auto;
    }
    .l-news-content {
        width: 90%;
        margin: 0 auto;
    }
    .c-form01 th,
    .c-form01 td {
        display: block;
        text-align: left;
    }
    .c-form01 tr {
        display: block;
        padding: 28px 0 30px;
    }
    .c-form01 th {
        width: 100%;
        min-height: 22px;
        margin-bottom: 20px;
        line-height: var(--lh_head);
        font-size: 1.0rem;
        font-weight: 400;
        padding: 15px 0;
    }
    .c-form01 td {
        padding: 20px 0;
    }
    .c-form01__option {
        display: inline-block;
        vertical-align: top;
        width: 52px;
        height: 22px;
        margin: 2px 0 0 20px;
        overflow: hidden;
        text-align: center;
        line-height: 22px;
        color: #fff;
        font-size: 1.0rem;
        letter-spacing: 0.05em;
        background-color: #ABB7BC;
        position: static;
        top: 0;
        right: 0;
    }
}