@media (min-width: 768px) {
    /* slide */
    .sp-topImg {
        display: none;
    }
    .slide-wrap {
        height: auto;
    }
    .main-slide {
        display: block;
        filter: brightness(80%);
        width: 100%;
        height: auto;
    }
    .main-slide img {
        width: 100%;
        height: auto;
        left: 0;
    }
    .slide-text {
        /* display: none; */
        font-size: 36px;
        top: 40%;
    }
    .text-1, .text-2 {
        width: 40%;
    }
    .sun-logo {
        width: 120px;
    }

    /* header */
    header {
        width: 100%;
        height: 40px;
        display: flex;
        /* flex-direction: row; */
        justify-content: space-between;
    }
    #logo {
        width: 144px;
    }
    #logo img {
        margin-top: 2px;
    }
    #menuIcon {
        display: none;
    }
    #spMenu, .spMenu {
        display: none!important;
    }
    nav {
        width: 600px;
    }
    .menu {
        display: block!important;
        display: flex!important;
        /* -webkit-justify-content: flex-end; 
        justify-content: flex-end; */
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: var(--color-header);
        opacity: 1;
    }
    .menu li {
        text-align: center;
        width: 120px;
        height: 40px;
        line-height: 40px;
        margin: 0;
        position: relative;
        /* border: 1px solid black; */
    }
    .menu li a {
        width: 100%;
        display: inline-block;
        position: absolute;
        height: 100%;
        font-size: 18px;
        color: white;
        bottom: 0;
        left: 0;
    }
    .hide {
        visibility: visible;
    }
    .init {
        display: block;
    }
    .space {
        height: 90px;
    }

    

    /* main */
    .preface p {
        font-size: 19px;
    }

    .main-img {
        width: 600px;
        margin: 80px auto;
    }
    .top-content-img {
        padding: 80px 160px;
    }
    .section-img img {
        width: 50%;
    }
    .top-section {
        max-width: 600px;
    }
    .top-section-title {
        width: 45%;
    }
    .calendar {
        width: 560px;
        height: 420px;
    }

    /* footer */

    /* Individual page */
}