
html {
    scroll-behavior: smooth;
}

body {
    background: white;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.08em;
    line-height: 1.6;
}

span.montserrat {
    font-family: 'Montserrat', sans-serif;
}

img {
    width: 100%;
    height: 100%;
}

.pc {
    display: inline;
}

.sp {
    display: none;
}

div#sidebar {
    display: block;
    top: 0;
    right: 0;
    width: 27.43vw;
    z-index: 1;
    height: 100vh;
    background: #85F9F5;
    padding: 0;
    position: fixed;
    overflow-y: scroll;
}

div.sidebar-box01 {
    border: 1px solid transparent;
    background: white;
    width: 94.68%;
    height: 10.21vw;
    margin: 5vw auto 0;
}

div.sidebar-box01 .logo {
    width: 10.13%;
    height: 3.04vw;
    margin: 1.74vw auto 0;
}

div.sidebar-box01 .image {
    width: 88.61%;
    height: 3.47vw;
    margin: 1.26vw auto 0;
}

div.sidebar-box02 {
    width: 83.81%;
    height: 18.33vw;
    background: white;
    margin: 2.71vw auto 0;
    border-radius: 10px;
}

div.sidebar-box02 .box-item {
    border-bottom: 1px solid #FE2D55;
    height: 3.47vw;
    display: flex;
    flex-direction: row;
}

div.sidebar-box02 .box-item:nth-child(5) {
    border-bottom: none;
    height: 4.17vw;
}

div.sidebar-box02 .box-name {
    font-size: 0.97vw;
    font-weight: 400;
    width: 41%;
    display: flex;
    align-items: center;
    padding-left: 1.46vw;
    position: relative;
    letter-spacing: 0;
}

div.sidebar-box02 .box-name .name {
    position: relative;
}

div.sidebar-box02 .box-name .name::after {
    content: '*';
    position: absolute;
    top: -0.5vw;;
    right: -0.55vw;
    color: #FE2D55;
    font-weight: bold;
    font-size: 1.39vw;
    font-family: 'Roboto',sans-serif;
}

div.sidebar-box02 .box-input {
    width: 59%;
    display: flex;
    align-items: center;
}

div.sidebar-box02 .box-input input {
    width: 90%;
    height: 2.36vw;
    outline: none;
    font-size: 1.11vw;
}

div.sidebar-box02 .box-input select {
    border: 1px solid #6D6D6D;
    width: 12.85vw;
    width: 90%;
    height: 2.36vw;
    border-radius: 10px;
    padding-left: 1.74vw;
    outline: none;
    font-size: 0.97vw;
}

div.sidebar-text {
    margin: 1.11vw auto 0;
    height: 1.39vw;
    width: 80%;
    color: white;
    font-size: 0.83vw;
    letter-spacing: 0;
    display: flex;
    align-items: center;
}

div.sidebar-text a {
    color: white;
    padding-left: 1.04vw;
}

div.sidebar-text input[type=checkbox] {
    width: 1.38vw;
    height: 1.38vw;
    border: none;
}

div.sidebar-btn_wrapper {
    margin: 1vw auto 0;
    width: 96.46%;
}

div.sidebar-btn_wrapper div.btn {
    width: 26.46vw;
    height: 6.25vw;
    cursor: pointer;
}


footer#footer {
    width: 100%;
    height: 20vw;
    background: #222222;
    border: 1px solid #222222;
}

footer#footer div.logo {
    width: 3.26vw;
    height: 3.61vw;
    margin: 4.17vw auto 0;
}

footer#footer div.link01 {
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 1.94vw;
}

footer#footer div.link01 a {
    text-decoration: none;
    color: white;
}

footer#footer div.link02 {
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 0.97vw;
}

footer#footer div.link02 a {
    text-decoration: none;
    color: white;
}

footer#footer div.copyright {
    border-top: 1px solid #6D6D6D;
    width: 100%;
    margin-top: 1.52vw;
    height: 3.33vw;
    color: #6D6D6D;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.83vw;
    font-weight: 400;
}

@media screen and (max-width: 780px) {
    html {
        padding: 0;
    }

    body{
        overflow-x: hidden;
        padding: 0;
    }

    .pc {
        display: none;
    }
    
    .sp {
        display: inline;
    }

    div#sidebar {
        display: none;
    }

    footer#footer {
        width: 100%;
        height: 110vw;
    }

    footer#footer div.logo {
        width: 12.53vw;
        height: 13.87vw;
        margin: 16.27vw auto 0;
    }

    footer#footer div.link01 {
        margin-top: 26.4vw;
        font-size: 3.73vw;
    }

    footer#footer div.link02 {
        margin-top: 3.73vw;
        font-size: 3.73vw;
    }

    footer#footer div.copyright {
        margin-top: 21.07vw;
        height: 13.33vw;
        font-size: 2.67vw;
    }
}