@charset "utf-8";
/*_______________________________

      オーダーセレクト美痩身
_______________________________*/

html {
    height: 100%;
}

body {
    background: #f1f1f1;
    color: #333;
    font-size: 16px;
    font-family: 'Noto Sans JP', "Hiragino Sans", Meiryo, sans-serif;
    font-weight: normal;
    line-height: 1;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    transition: filter 0.3s ease-out;
}

a:hover {
    filter: brightness(115%);
}

img {
    display: block;
    width: 100%;
}

main {
    width: 100%;
    height: 100%;
    display: flex;
    background: #fbf0f3;
}

.inner {
    width: 100%;
    margin: auto;
    box-shadow: 0 0 30px #ccc;
    position: relative;
    background: url("../img/orderselect/orderselect_door_bg.jpg");
    background-position: center;
    background-size: cover;
}

.btn {
    display: flex;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 2%;
    box-sizing: border-box;
}

.btn li {
    width: 50%;
}

.btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.1em;
    text-align: center;
    border-radius: 4vh;
    width: 94%;
    height: 80%;
    margin: auto;
    overflow: hidden;
    position: relative;
    min-height: 8vh;
    /* box-shadow: 0px 0.5vh 0px 0px rgb(180 126 136); */
}

.btn li a b {
    font-weight: 600;
    letter-spacing: 0;
}

.btn li a.part {
    background: #ff7397;
    background: linear-gradient(45deg, #ff7397 0%, #ff7397 40%, #ff9e8b 60%, #ff9e8b 100%);
}

.btn li a.all {
    background: #f4a75b;
    background: linear-gradient(45deg, #f4a75b 0%, #f4a75b 40%, #e9c534 60%, #e9c534 100%);
}

.btn li a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: min(1.3vw, 9px) solid #fff;
    border-top: min(1.2vw, 8px) solid transparent;
    border-bottom: min(1.2vw, 8px) solid transparent;
    position: absolute;
    right: min(4vw, 36px);
    top: 0;
    bottom: 0;
    margin: auto;
}


@media (orientation: landscape) {

    .portrait {
        display: none;
    }

    .btn {
        height: 12.5%;
    }

    .btn li a {
        font-size: 2.4vw;
    }

}

@media (orientation: portrait) {

    .landscape {
        display: none;
    }

    .btn {
        height: 9%;
        background: #fbf0f3;
    }

    .btn li a {
        font-size: 4.2vw;
        padding-right: 0.5em;
        box-sizing: border-box;
    }

}
