@charset "UTF-8";

main {
    height: auto;
}
section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
.content {
    max-width: 1100px;
    margin: 0 auto;
}
h1, h2, h3, h4 {
    font-weight: 600;
}
h2.h2-uline {
    position: relative;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 100px;
} 
h2.h2-uline::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 5px;
    background-color: #d98325;
}
h2.h2-uline span {
    font-size: 1rem;
    color: #d98325;
}
.leadcopy {
    font-size: 1.08rem;
    line-height: 1.8;
    margin-bottom: 30px;
}
.note {
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.8;
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
}

.intro,
.works,
.craftsman {
    background: linear-gradient(rgba(248, 246, 241, 0.7), rgba(248, 246, 241, 0.7)), url(../img/cmn_bg1.jpg);
    background-repeat: repeat;
    background-size: 70%;
    background-position: center;
}
.solution {
    background: linear-gradient(rgba(248, 246, 241, 0.8), rgba(248, 246, 241, 0.8)), url(../img/solution_bg1.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}
.reason {
    background: linear-gradient(rgba(248, 246, 241, 0.8), rgba(248, 246, 241, 0.8)), url(../img/reason_bg1.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}
.process {
    background: linear-gradient(rgba(248, 246, 241, 0.8), rgba(248, 246, 241, 0.8)), url(../img/process_bg1.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}
.faq {
    background: linear-gradient(rgba(248, 246, 241, 0.8), rgba(248, 246, 241, 0.8)), url(../img/faq_bg1.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 768px) {
    section {
        padding: 60px 20px;
    }
    h2.h2-uline {
        font-size: 1.6rem;
        margin-bottom: 60px;
    }
    h2.h2-uline::after {
        width: 30px;
        height: 4px;
    }
    h2.h2-uline span {
        font-size: 0.9rem;
    }
}


/* intro
-----------------------------------*/
.top-kv {
    padding: 0;
}
.top-kv .content {
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
}
.top-kv .content ul {
    display: flex;
}
.top-kv .content ul li {
    height: 670px;
}
.top-kv .content ul li.flexbox-left {
    position: relative;
    width: 27%;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/top-kv_bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
}
.top-kv .content ul li.flexbox-right {
    position: relative;
    width: 73%;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/top-kv_bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.top-kv .content ul li.flexbox-left h1 {
    position: absolute;
    max-width: 220px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-kv .content ul li.flexbox-right .box-txt {
    position: absolute;
    top: 50%;
    left: 90px;
    transform: translateY(-50%);
    color: #fff;
}
.top-kv .content ul li.flexbox-right .box-txt h2 {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 20px;
}
.top-kv .content ul li.flexbox-right::after {
    content: "inSTYLE Renovation";
    position: absolute;
    bottom: 40px;
    left: 90px;
    font-size: 5.9rem;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
}
.top-kv .content .top-kv_bnr a {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    font-size: 1.08rem;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}
.top-kv .content .top-kv_bnr a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 23px;
    width: 8px;
    height: 8px;
    transform: translateX(-50%) rotate(-45deg);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transition: all 0.3s ease;
}
.top-kv .content .top-kv_bnr a:hover {
    border: 1px solid #d98325;
    background-color: #d98325;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .top-kv .content ul {
        flex-flow: column;
    }
    .top-kv .content ul li {
        height: 530px;
    }
    .top-kv .content ul li.flexbox-left {
        height: 0;
    }
    .top-kv .content ul li.flexbox-left h1 {
        max-width: 160px;
    }
    .top-kv .content ul li.flexbox-right {
        width: 100%;
    }
    .top-kv .content ul li.flexbox-right .box-txt {
        position: relative;
        left: 0;
        text-align: center;
    }
    .top-kv .content ul li.flexbox-right .box-txt h2 {
        font-size: 2rem;
    }
    .top-kv .content ul li.flexbox-right .box-txt h2 span {
        font-size: 75%;
    }
    .top-kv .content ul li.flexbox-right::after {
        content: "inSTYLE Renovation";
        position: absolute;
        bottom: 10px;
        left: 0;
        /* font-size: 4.9rem; */
        font-size: 10.5vw;
        white-space: nowrap;
    }
    .top-kv .content .top-kv_bnr a {
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 140px;
        height: 140px;
        font-size: 1rem;
        line-height: 1.6;
        text-align: center;
        border: 0;
        background-color: #d98325;
        z-index: 999;
        transition: all 0.3s ease;
    }
}


/* intro
-----------------------------------*/
.intro {}
.intro .content h3 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 0;
}
.intro .content h3 span {
    background: linear-gradient(transparent 70%, rgba(217, 131, 37, 0.7) 70%);
    background-position: center bottom 5px;
}
.intro .content ul {
    gap: 20px;
    margin-bottom: 60px;
}
.intro .content ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    font-size: 1.15rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 20px;
    background-color: #d98325;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .intro .content h3 {
        font-size: 1.3rem;
    }
    .intro .content ul {
        gap: 15px;
        margin-bottom: 30px;
    }
    .intro .content ul li {
        width: calc(50% - 7.5px);
        height: auto;
        font-size: 1rem;
        line-height: 1.8;
        padding: 15px;
    }
}


/* solution
-----------------------------------*/
.solution {}
.solution .content ul li {
    padding: 30px;
    background-color: #fff;
    box-sizing: border-box;
}
.solution .content ul li .label {
    color: #d98325;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.solution .content ul li h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .solution .content ul {
        gap: 20px;
    }
    .solution .content ul li {
        width: 100%;
        line-height: 1.8;
        padding: 20px;
    }
    .solution .content ul li h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
}


/* works
-----------------------------------*/
.works {}
.works .content {
    text-align: center;
}
.works .content h3 {
    font-size: 1.8rem;
}
.works .content ul {
    margin-top: 60px;
}
.works .content ul:first-of-type {
    margin: 60px 0;
}
.works .content ul li p {
    font-size: 1.45rem;
    color: #d98325;
    font-weight: 600;
    margin-bottom: 20px;
}
.works .content ul li img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .works .content h3 {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }
    .works .content ul {
        gap: 20px;
        margin-top: 40px;
    }
    .works .content ul li {
        width: 100%;
    }
    .works .content ul:first-of-type {
        margin: 40px 0;
    }
    .works .content ul li p {
        margin-bottom: 10px;
    }
    .works .content ul li img {
        height: 230px;
    }
}


/* plan
-----------------------------------*/
.plan {
    padding-top: 0;
    padding-bottom: 0;
}
.plan .container {
    position: relative;
}
.plan .container h2 {
    color: #fff;
}
.plan .container .h2-uline::after {
    background-color: #fff;
}
.plan .container .h2-uline span {
    color: #fff;
}
.plan .container .h2-ttl {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    z-index: 1;
}
.plan .content ul li .box-txt .ttl {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.plan .content ul {
    width: 100vw;
    gap: 0;
    margin: 0 calc(50% - 50vw);
}
.plan .content ul li {
    position: relative;
    width: 50%;
    height: 590px;
    color: #fff;
}
.plan .content ul li:first-child {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/plan_img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.plan .content ul li:last-child {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/plan_img2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.plan .content ul li .box-txt {
    position: absolute;
    bottom: 0;
    max-width: 560px;
    padding: 30px;
    box-sizing: border-box;
}
.plan .content ul li:first-child .box-txt {
    left: 0;
}
.plan .content ul li:last-child .box-txt {
    right: 0;
}
.plan .content ul li .box-txt .body {
    margin-bottom: 20px;
}
.plan .content ul li .box-txt .price {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: right;
}
.plan .content ul li .box-txt .price span {
    font-size: 1.15rem;
    margin-left: 5px;
}

@media screen and (max-width: 768px) {
    .plan {
        padding-top: 60px;
    }
    .plan .container h2 {
        color: #000;
    }
    .plan .container .h2-uline::after {
        background-color: #d98325;
    }
    .plan .container .h2-uline span {
        color: #d98325;
    }
    .plan .container .h2-ttl {
        position: relative;
        top: 0;
    }
    .plan .content ul li {
        width: 100%;
        height: 320px;
        line-height: 1.8;
    }
    .plan .content ul li .box-txt {
        padding: 20px;
    }
    .plan .content ul li .box-txt .ttl {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    .plan .content ul li .box-txt .body {
        margin-bottom: 10px;
    }
    .plan .content ul li .box-txt .price {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}


/* reason
-----------------------------------*/
.reason {}
.reason .content ul li {
    padding: 30px;
    background-color: #fff;
    box-sizing: border-box;
}
.reason .content ul li h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .reason .content ul {
        gap: 20px;
    }
    .reason .content ul li {
        width: 100%;
        line-height: 1.8;
        padding: 20px;
    }
    .reason .content ul li h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
}


/* craftsman
-----------------------------------*/
.craftsman {
    overflow: hidden;
}
.craftsman .content.furn h3 {
    text-align: center;
    margin-bottom: 40px;
}
.craftsman .content .scroll-x {
    overflow-x: scroll;
    margin-right: calc(50% - 50vw);
    margin-bottom: 60px;
} 
.craftsman .content.furn ul {
    display: flex;
    gap: 20px;
    width: max-content;
}
.craftsman .content.furn ul li {
    position: relative;
    width: 340px;
}
.craftsman .content.furn ul li img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.craftsman .content.staff ul {
    display: flex;
    gap: 20px;
}
.craftsman .content.staff ul li {
    width: 340px;
    background-color: #fff;
}
.craftsman .content.furn h3,
.craftsman .content.staff h3 {
    text-align: center;
    margin-bottom: 40px;
}
.craftsman .content.staff ul li .box-img {
    width: 100%;
}
.craftsman .content.staff ul li .box-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.craftsman .content.staff ul li .box-txt {
    padding: 20px;
    box-sizing: border-box;
}
.craftsman .content.staff ul li .box-txt .name {
    font-size: 1.15rem;
}
.craftsman .content.staff ul li .box-txt .pos {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .craftsman .content.furn h3,
    .craftsman .content.staff h3 {
        font-size: 1.3rem;
    }
    .craftsman .content.furn ul li,
    .craftsman .content.staff ul li {
        width: 300px;
        line-height: 1.8;
    }
    .craftsman .content.furn ul li img {
        height: 230px;
    }
    .craftsman .content.staff ul li .box-img {
        width: 300px;
    }
}


/* process
-----------------------------------*/
.process {}
.process .content .scroll-y {
    height: 520px;
    overflow-y: scroll;
} 
.process .content ul {
    display: flex;
    flex-flow: column;
    gap: 30px;
    position: relative;
    max-width: 930px;
    margin: 0 auto;
}
.process .content ul::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(5% + 15px);
    width: 2px;
    height: 100%;
    background-color: #000;
}
.process .content ul li {
    position: relative;
    max-width: 800px;
    width: 90%;
    padding: 30px;
    margin-left: auto;
    margin-right: 0;
    background-color: #fff;
    box-sizing: border-box;
    
}
.process .content ul li .ttl {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.process .content ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: calc(-10% - 12.5px);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
    border-radius: 50%;
    background-color: #000;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .process .content .scroll-y {
        height: 460px;
    }
    .process .content ul {
        padding-top: 30px;
    }
    .process .content ul::after {
        display: none;
    }
    .process .content ul li {
        width: 100%;
        line-height: 1.8;
        padding: 20px;
    }
    .process .content ul li .ttl {
        font-size: 1.2rem;
    }
    .process .content ul li span {
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 40px;
        font-size: 1rem;
        line-height: 50px;
    }
}


/* message
-----------------------------------*/
.message {}
.message .content .box-img {
    max-width: 930px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.message .content .box-img img {
    width: 100%;
    height: 490px;
    object-fit: cover;
}
.message .content .box-txt {
    max-width: 930px;
    margin: 0 auto;
}
.message .content .box-txt .ceo {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .message .content .box-img {
        margin-bottom: 30px;
    }
    .message .content .box-img img {
        height: 230px;
    }
    .message .content .box-txt .ceo {
        margin-bottom: 20px;
    }
}


/* faq
-----------------------------------*/
.faq {}
.faq .content ul {
    display: flex;
    flex-flow: column;
    gap: 30px;
    max-width: 930px;
    margin: 0 auto;
}
.faq .content ul li {
    padding: 30px;
    background-color: #fff;
}
.faq .content ul li .ttl {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.faq .content ul li .ttl span {
    font-size: 1.6rem;
    color: #d98325;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .faq .content ul {
        gap: 20px;
    }
    .faq .content ul li {
        line-height: 1.8;
        padding: 20px;
    }
    .faq .content ul li .ttl {
        font-size: 1.2rem;
        line-height: 1.45;
    }
    .faq .content ul li .ttl span {
        font-size: 1.4rem;
    }
}


/* slider
-----------------------------------*/
.lineup {
    padding: 30px 0;
    margin: 0 auto;
    overflow: hidden;
}
.lineup .slider .slick-list {
    overflow: visible;
}
.lineup .slider div {
    height: 160px;
}
.lineup .slider div img {
    width: 240px;
    margin: 0 7.5px;
}

@media screen and (max-width: 768px) {
    .lineup {
        padding: 25px 0;
    }
    .lineup .slider div img {
        width: 180px;
    }
    .lineup .slider div {
        height: 120px;
    }
}


/* float banner
-----------------------------------*/
.flt-bnr a {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    font-size: 1.08rem;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    z-index: 999;
}
.flt-bnr a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 23px;
    width: 8px;
    height: 8px;
    transform: translateX(-50%) rotate(-45deg);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transition: all 0.3s ease;
}
.flt-bnr a:hover,
.flt-bnr.active a:hover {
    border: 1px solid #d98325;
    background-color: #d98325;
    opacity: 1;
}
.flt-bnr.active a {
    color: #000;
    border: 1px solid #000;
}
.flt-bnr.active a::after {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.flt-bnr.active a:hover {
    color: #fff;
}
.flt-bnr a:hover::after {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.flt-bnr.trans a {
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .flt-bnr a {
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 140px;
        height: 140px;
        font-size: 1rem;
        line-height: 1.6;
        text-align: center;
        border: 0;
        background-color: #d98325;
        z-index: 999;
        transition: all 0.3s ease;
    }
    .flt-bnr.active a {
        color: #fff;
        border: 0;
    }
    .flt-bnr.active a::after {
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
    }
}


/* header
-----------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 9999;
}

@media screen and (max-width: 768px) {
    .header .container {
        display: flex;
        align-items: center;
        height: 70px;
        padding: 0 20px;
    }
    .header .container .logo {
        max-width: 150px;
    }
}


/* footer
-----------------------------------*/
.footer {
    padding: 90px 0;
    background-color: #4B4B4B;
}
.footer .container {
    color: #fff!important;
}
.footer .container h2 {
    color: #fff;
}
.footer .container .h2-uline::after {
    background-color: #fff;
}
.footer .container .h2-uline span {
    color: #fff;
}
.footer .content.ft-cnt1 {
    text-align: center;
    margin-bottom: 5%;
}
.footer .content.ft-cnt1 .ctc-btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 490px;
    height: 110px;
    font-size: 1.15rem;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    margin:  60px auto 0;
    transition: all 0.3s ease;
}
.footer .content.ft-cnt1 .ctc-btn a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 8px;
    height: 8px;
    transform: translateX(-50%) rotate(-45deg);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transition: all 0.3s ease;
}
.footer .content.ft-cnt1 .ctc-btn a:hover {
    border: 1px solid #d98325;
    background-color: #d98325;
    opacity: 1;
}
.footer .content.ft-cnt1 .top-link {
    margin-top: 5%;
    text-align: center;
}
.footer .content.ft-cnt1 .top-link a {
    color: #fff;
    font-size: 1.1rem;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.footer .content.ft-cnt1 .top-link a:hover {
    color: #d98325;
    opacity: 1;
}
.footer .content.ft-cnt2 {
    max-width: 100vw;
    width: 100vw;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 80px 0;
    margin: 0 calc(50% - 50vw);
}
.footer .content.ft-cnt3 {
    text-align: center;
    padding-top: 20px;
}
.footer .content ul {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 100px;
}
.footer .content ul li {
    max-width: 530px;
    width: calc(50% - 50px);
}
.footer .content ul li h3 {
    color: #fff;
    text-align: center;
}
.footer .content ul li.ctc-tel {
    text-align: center;
}
.footer .content ul li.ctc-tel a {
    display: block;
    font-size: 3.2rem;
    color: #fff;
    line-height: 2.6rem;
    letter-spacing: 0.08rem;
    margin-bottom: 30px;
}
.footer .content ul li.ctc-tel a span {
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 60px 20px;
    }
    .footer .content.ft-cnt1 {
        margin-bottom: 5%;
    }
    .footer .content.ft-cnt2 {
        max-width: 100%;
        width: 100%;
        padding: 60px 0;
        margin: 0 auto;
    }
    .footer .content.ft-cnt3 {
        padding-top: 10px;
    }
    .footer .content.ft-cnt1 .ctc-btn a {
        width: 100%;
        height: 90px;
        font-size: 1rem;
        margin:  40px auto 0;
    }
    .footer .content ul {
        gap: 40px;
    }
    .footer .content ul li {
        width: 100%;
    }
    .footer .content ul li h3 {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
    .footer .content ul li.ctc-tel {
        text-align: center;
        border-bottom: 1px solid #fff;
        padding-bottom: 40px;
    }
    .footer .content ul li.ctc-tel a {
        font-size: 2.3rem;
        line-height: 2.3rem;
        margin-bottom: 20px;
    }
}

/* light box
-----------------------------------*/
.magnifying-glass {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    z-index: 10;
}
.magnifying-glass:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.magnifying-glass:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 0;
    transform: rotate(45deg);
    width: 12px;
    height: 1px;
    border-radius: 0 3px 3px 0;
    background-color: #fff;
}

/* media query : mobile
---------------------------------------------*/
@media screen and (max-width: 768px) {
/* header -----------------------------------*/
    .header {}
/* footer -----------------------------------*/
    .footer {}
}

/* media query : desktop
---------------------------------------------*/
@media screen and (min-width: 769px) {
    /* header -----------------------------------*/
        .header {}
    /* footer -----------------------------------*/
        .footer {}
}