@media(min-width:768px){
    header{
        .ham-trigger{
            display:none;
        }
    }
    .ham-content{
        display:none;
    }
    .sidebar{
        display:none;
    }
    .mb{
        display:none;
    }
}

@media(min-width:768px){

    .open{
        .open-text{
            gap:36px;
        }
    }
    .footprints-r,.footprints-l{
        width:30vw;
    }
    .foot7{
        top:14vh;
    }
    .foot8{
        top:170vh;
        left:0;
    }
    .header-nav{
        display:flex;
        justify-content: center;
        gap:25px;
        li{
            list-style: none;
            a{
                color:var(--brown);
                font-family:"Kiwi Maru";
            }
        }
    }

    .top-image{
        .pet-box{
            width:55%;
        }
        .title{
            left:8vw;
            p{
                font-size:45px;
            }
            h1{
                font-size:18px;
            }
        }
    }

    .greet{
        display:flex;
        align-items: center;
        justify-content: center;
        gap:5vw;
        .pc{
            display:block;
        }
        img{
            width:100%;
            height:30vh;
            margin:0;
        }
        .greet-left{
            width:40%;
        }
        .greet-right{
            width:40%;
            opacity:0;
            transform:translateY(-30px);
            transition:all 1.3s;
            transition-delay: 0.4s;
            p{
                width: 100%;
                line-height:180%;
            }
            &.show{
                opacity:1;
                transform:translateY(0);
            }
        }
    }

    .for-you-wrapper{
        display:flex;
        .you-1{
            p{
                &::before{
                    left:30%;
                }
            }
            img{
                left:25%;
            }
        }
        .you-2{
            p{
                &::before{
                    left:70%;
                }
            }
            img{
                left:20%;
            }
        }
    }

    .voice{
        .voice-wrapper{
            display:flex;
            flex-wrap:wrap;
            justify-content: center;
            gap:20px;
            .voice-content{
                width:40%;
                height:200px;
                margin: 0;
            }
            img{
                width:40%;
            }
        }
    }

    .to-made{
        a{
            padding:20px 90px;
        }
    }

    .footer-wrapper{
        display:flex;
        justify-content: center;
        align-items: center;
        gap:30px;
        padding-top:100px;
        .footer-map{
            width:45%;
            p  {
                font-family:"Kiwi Maru";
                font-size:22px;
                border-bottom:3px solid var(--blue);
                padding-bottom:7px;
                text-align: center;
                margin-bottom:20px;
            }
            .ggmap{
                width: 0;
                height:200px;
                position:relative;
                right:0;
                transition:all 0.5s;
                &::before{
                    content:"";
                    width:100%;
                    height:100%;
                    position:absolute;
                    top:0;
                    right:0;
                    background-color: #d6d4d0;
                    transition:all 0.5s;
                    transition-delay:1s;
                }
                &.show{
                    width:100%;
                    &::before{
                        width: 0;
                    }
                    & iframe{
                        border-radius:70px;
                    }

                }
                iframe{
                    width: 100%;
                    height: 100%;
                    transition:all 0.5s;
                    transition-delay:1.7s;
                }
            }
        }
    }
    small{
        margin-top:50px;
    }

    .love,.eco,.only{
        h1{
            padding:10px 40px;
            border-radius: 15px;
        }
    }
    .made-wrapper{
        margin-top:15px;
        display:flex;
        justify-content: center;
        align-items: center;
        gap:10px;
        .made-photo{
            width:40%;

        }
        .made-text{
            width: 40%;
            h2{
                width: 100%;
                text-align:left;
                margin-bottom:40px;
            }
        }
    }

    .new-wrapper{
        display:flex;
        justify-content: center;
        gap:20px;
        margin-top:30px;
        .new-content{
            width:30%;
            p{
                transform: translateX(0);
            }
            .item-image{
                margin:15px 0;
                width:90%;
                height:200px;    
            
            }
        }
    }
    .item-wrapper{
        display:flex;
        justify-content: center;
        flex-wrap:wrap;
        gap:20px;
        margin-top:30px;
        .item-content{
            width:27%;
                p{
                    transform: translateX(0);
                }
                .item-image{
                    margin:15px 0;
                    width:90%;
                    height:200px;    
                
                }
    
        }
    }

    .foot9{
        bottom:-50vh;
        left:10vw;
    }
    .item-text{
        width: 70vw;
        h1{
            font-size:30px;
        }
        dl{
            font-size:20px;
            letter-spacing: 2px;
        }
    }
    dt{
        font-size:20px;
    }
    .contact-form{
        select{
            width:230px;
        }
        .btn{
            font-size:24px;
            letter-spacing:5px;
            width:250px;
            height:50px;
        }
    }
}


@media(min-width:1280px){
    button {
        cursor: pointer;
    }
    header{
        display:none;
    }
    .item-pc-area h1{
        display:none;
    }
}

@media(min-width:1280px){

    .open{
        .open-text{
            gap:50px;
        }
    }

    main,footer{
        margin:0 0 0 20vw;
    }
    .pc-area{
        padding:0 100px;
    }
        .footprints-r,.footprints-l{
        width:20vw;
    }
    .foot2{
	left:20vw;
	top:80vh;
    }
    .foot3{
	right:20px;
	top:150vh;
    }
    .foot8{
        top:200vh;
        left:20vw;
    }
    .sidebar{
        display:block;
        width:20vw;
        background-color: #FFFCF5;
        position:fixed;
        left:0;
        height:100vh;
        z-index: 100;
        padding:80px 25px;
        box-shadow:5px 0 8px gray;
        .logo{
            font-family:"Caveat";
            font-size:50px;
            margin-bottom:40px;
            margin-left:20px;
            cursor:pointer;
            a{
                text-decoration: none;
                color:var(--brown);
            }
        }
        ul{
            display: flex;
            height:50vh;
            flex-direction: column;
            justify-content: space-around;
            margin-bottom:100px;
            li{
                list-style:none;
                letter-spacing:1px;
                font-family:"Kiwi Maru";
                color:var(--brown);
                font-size:20px;
                a,
                button{
                    color:var(--brown);
                    position:relative;
                    &::before{
                        content:"";
                        position:absolute;
                        bottom:0;
                        left:-8px;
                        width:1px;
                        height:100%;
                        background-color: var(--blue);
                        transition:all 0.3s;
                    }
                    &::after{
                        content:"";
                        position:absolute;
                        bottom:0;
                        left:-8px;
                        width: 0;
                        height:1px;
                        background-color: var(--blue);
                        transition:all 0.3s;
                    }
                    &:hover::before{
                        height:0;
                    }
                    &:hover::after{
                        width: 110%;
                    }
                    img{
                        width: 40px;
                        height:40px
                    }
                    
                }
            }
            .insta a::before,.insta a::after{
                content:none;
            }
            .sidebar-item{
                margin-left:25px;
            }
        }
    }

    .top-image{
        height:100vh;
        .pet-box{
            width:30vw;
            margin-left:100px;
        }
    }

    .foot9{
        bottom:0vh;
        left:700px;
        z-index:-1;
    }
    .item-pc-area{
        display:flex;
        justify-content: center;
        align-items:center;
        h1{
            &::before{
                left:170px;
            }
        }
        .pc{
            display:block;
        }
        section{
            width:40%;
            margin-bottom:50px;
            dl{
                width:100%;
            }
        }
        .item-text{
            padding-top:100px;
        }
    }
}

@media (min-width:1500px){
    .foot8{
        top:1560px;
    }
    .foot9{
        left:1000px;
    }

    .contact-form{
        padding-left:150px;
        dl{
            dd{
                input{
                    margin-left:50px;
                    width:70%;
                }
                select{
                    margin-left:50px;
                    width: 250px;
                }
                textarea{
                    margin-left:50px;
                    width:70%;
                }
            }
        }
    }
}