.top_content-nextBtn:hover {
    cursor: pointer;
}

.top_content.hide {
    transform: translate(-70%, 0);
    opacity: 0;
}

.pop_form {
    scrollbar-width: none;
    width: 100%;
    background: white;
}

.pop_form.show {
    display: block;
    position: fixed;
    top: 0;
}

.question {
    scrollbar-width: none;
    display: none;
    z-index: 1;
    max-width: 750px;
    width: 100%;
    height: 100%;
    overflow: scroll;
    margin: 0 auto;
    pointer-events: none;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: all .5s;
}

.question::-webkit-scrollbar {
    display: none;
}

.question.show {
    pointer-events: auto;
    display: block;
    opacity: 0;
    /* transition: all .5s; */
}

.question0 {
    display: block;
    background-image: url(img/order_start_bg.webp);
    height: 100vh;
}

.question0 .question_inner {
    padding: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 298px;
    height: 298px;
    background: #fff;
    border: 5px solid #707070;
}

.question11 {
    background-image: url(img/result_page.webp);
}

.question-start-title img {
    width: 221px;
    margin: 0 auto;
    display: block;
    padding-top: 60px;
}

.question-start-text {
    font-size: 12px;
    text-align: center;
    margin-top: 17px;
}

.question-start-start {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 24px;
}

.question_inner {
    width: 100%;
    padding: 13% 0;
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

@media screen and (max-width: 480px) {
    .question11 {
        padding: 30px 0;
        overflow: visible;
    }
    .question11 .result_text {
        margin-bottom: 0;
    }
    .question_inner {
        padding: 5% 0;
    }
}

.question-title {
    padding: 5px 50px;
    border: 3px solid black;
    margin: 0 auto;
    display: table;
}

.question-title h2 {
    font-size: 24px;
}

.question-load {
    display: flex;
    justify-content: space-between;
    width: 65%;
    margin: 30px auto 50px;
    position: relative;
}

.question-load span {
    width: 12px;
    height: 12px;
    background-color: #727171;
    border-radius: 100%;
    display: block;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 480px) {
    .question-load {
        margin: 30px auto 25px;
    }
}

.question-nextBtn_span:hover {
    cursor: pointer;
}

.question-load span::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}

.question-load span:nth-child(1)::before {
    content: "01";
}

.question-load span:nth-child(2)::before {
    content: "02";
}

.question-load span:nth-child(3)::before {
    content: "03";
}

.question-load span:nth-child(4)::before {
    content: "04";
}

.question-load span:nth-child(5)::before {
    content: "05";
}

.question-load span:nth-child(6)::before {
    content: "06";
}

.question-load span:nth-child(7)::before {
    content: "07";
}

.question-load span:nth-child(8)::before {
    content: "08";
}

.question-load span:nth-child(9)::before {
    content: "09";
}

.question-load span:nth-child(10)::before {
    content: "10";
}

.question-load span:nth-child(11)::before {
    content: "11";
}

.question-load span:nth-child(12)::before {
    content: "12";
}

.question-load span.select {
    background-color: black;
}

.question-load span.select::before {
    font-size: 20px;
    top: -34px;
}

.question-load::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: black;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
    z-index: 1;
}

.question-subTitle {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 19px;
}

.question-subTitle_en {
    display: block;
    font-size: 0.8em;
    margin-top: 10px;
}

.question-subDescription {
    font-size: 12px;
    text-align: center;
    margin-top: 23px;
}

.question-subDescription p {
    line-height: 2;
}

@media screen and (max-width: 480px) {
    .question-subTitle_en {
        margin-top: 6px;
        font-size: 0.6em;
    }
    .question-subDescription {
        margin-top: 6px;
    }
}

.question-content {
    margin: 50px auto 30px;
    /* margin: 16px auto 30px; */
    width: 90%;
    display: flex;
    align-items: center;
}

.question-content-choosed-bottle-design {
    margin: 16px auto 30px;
    width: 100%;
}

.question-content-center {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.question-content-choosed-component-btn {
    display: flex;
    justify-content: center;
    /* margin-top: 24px; */
}

.question-content-choosed-component-btn-over5 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 16px;
    margin: 0 auto;
}

.question-content-choosed-component-btn-column3 {
    width: 60%;
}

.question-content-choosed-component-btn-column4 {
    width: 80%;
}

.question-content-choosed-component-btn-column5 {
    width: 100%;
}

.question-content-child {
    width: 80px;
    height: 80px;
    display: table;
    border-radius: 100%;
    margin: 0 4px;
}

.question-content-child._border {
    border: 1px solid #41493E;
}

@media screen and (max-width: 420px) {
    .question-content {
        margin-top: 0;
        width: 98%;
        bottom: 20px;
    }
    .question-content11 {
        width: 92%;
    }
}


/* オーダーページのボトルイメージ */

.question-content-decoretion-bottle {
    position: relative;
    width: 160px;
    margin: 0 auto;
    height: 220px;
}

.question11-1-content-decoretion-bottle {
    height: 310px;
}

.question-content-decoretion-bottle .non-decoration-bottle {
    position: absolute;
    width: 160px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.question-content-decoretion-bottle .hair-care-level-container {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 144px;
    bottom: 102px;
    left: 50%;
    transform: translateX(-50%);
}

.question-content-decoretion-bottle .hair-care-level-container .washble {
    opacity: 1;
    transition: .3s;
}

.question-content-decoretion-bottle .hair-care-level-container .moisturizing {
    opacity: 1;
    transition: .3s;
    margin-left: 36px;
}

.question-content-decoretion-bottle .hair-care-level-container .hide {
    opacity: 0;
}

.hair-care-level img {
    width: 20vw;
    max-width: 100px;
}

.hair-care-level-fragrance-container .fragrance {
    text-align: center;
    opacity: 1;
    transition: .3s;
}

.hair-care-level-fragrance-container .hide {
    opacity: 0;
}

.hair-care-level-fragrance-container .fragrance p:nth-of-type(2) {
    margin-top: 2px;
}

.question-content-decoretion-bottle .hair-care-level {
    text-align: center;
}

.question-content-decoretion-bottle .hair-care-level p:nth-child(2) {
    margin-top: 2px;
}

.hair-care-level-box {
    margin: 4px auto 0;
    width: 30px;
    height: 30px;
    border: 2px solid #707070;
    font-size: 20px;
    line-height: 30px;
}

.kind-of-fragrance-container {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 148px;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}

.pump-type-cap-container {
    position: absolute;
    display: flex;
    width: 170px;
    bottom: 185px;
    left: 50%;
    transform: translateX(-50%);
}

.pump-type-cap-container11-1 {
    position: absolute;
    display: flex;
    width: 188px;
    bottom: 219px;
    left: 50%;
    transform: translateX(-50%);
}

.kind-of-fragrance1 img,
.kind-of-fragrance2 img {
    width: 56px;
}

.bottle-mask-container {
    position: absolute;
    display: flex;
    width: 175px;
    /* height: 100%; */
    height: 260px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.bottle-mask-left {
    width: 90px;
}

.bottle-mask-right {
    width: 85px;
}

.bottle-mask-on {
    background: #DBD9D4;
    opacity: .8;
}

.bottle-mask-off {
    opacity: 0;
}

.efficacy_left {
    margin-top: 72px;
    width: 25%;
}

.efficacy_right {
    width: 25%;
}

.efficacy_left .text::before,
.efficacy_right .text::before {
    content: "";
    background-image: url(/../img/kounou.webp);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.efficacy_left .text,
.efficacy_right .text {
    position: relative;
    text-align: left;
    width: calc( 100% - 25px);
    color: #707070;
    font-size: 10px;
    box-sizing: border-box;
    padding-left: 10px;
    margin: 10px auto;
    transition: all .3s;
}

.efficacy_left .text:not(:first-child),
.efficacy_right .text:not(:first-child) {
    margin-top: 12px;
}

.pump-type-cap2 {
    margin-left: 35px;
    margin-bottom: 2px;
}

.pump-type-cap1 {
    width: 58px;
}

.pump-type-cap1 img {
    width: 58px;
}

.pump-type-cap2 {
    width: 56px;
}

.pump-type-cap2 img {
    width: 56px;
}

.bottle-cover {
    position: absolute;
    bottom: 0;
    height: 100%;
    background: #DBD9D4;
    opacity: .7;
    width: 100px;
}

#left-bottle-cover {
    left: 135px;
}

#right-bottle-cover {
    left: 239px;
}

.pump-type-cap-left10,
.pump-type-cap-right10 {
    position: absolute;
}

.pump-type-cap-left10 {
    width: 50px;
    left: 4px;
    bottom: 180px;
}

.pump-type-cap-right10 {
    width: 48px;
    left: 81px;
    bottom: 182px;
}

.pump-type-cap-left11-1 {
    width: 66px;
}

.pump-type-cap-right11-1 {
    width: 64px;
    margin-left: 37px;
}

.question-content-decoretion-bottle .choosed-decoration-bottle {
    position: absolute;
    width: 200px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 420px) {
    .question-content-decoretion-bottle {
        height: 260px;
    }
    .question11-1-content-decoretion-bottle {
        height: 310px;
    }
    .efficacy_left .text,
    .efficacy_right .text {
        text-align: center;
        padding: 2px;
        font-size: 10px;
        letter-spacing: -1px;
    }
    .efficacy_left {
        margin-top: 100px;
        width: 27%;
    }
    .efficacy_left11 {
        width: 29%;
    }
    .efficacy_right {
        width: 27%;
    }
    .efficacy_right11 {
        width: 29%;
    }
    .efficacy_left .text:not(:first-child),
    .efficacy_right .text:not(:first-child) {
        margin-top: 8px;
    }
    .hair-care-level-fragrance-container {
        margin-top: 20px;
    }
    .question-content-decoretion-bottle .non-decoration-bottle {
        position: absolute;
        width: 150px;
    }
    .question-content-decoretion-bottle .non-decoration-bottle11 {
        position: absolute;
        width: 145px;
    }
    .question-content-decoretion-bottle .hair-care-level-container {
        width: 128px;
        bottom: 93px;
        justify-content: initial;
    }
    .question-content-decoretion-bottle .hair-care-level-container .moisturizing {
        margin-left: 42px;
    }
    .question-content-decoretion-bottle .hair-care-level-container11 .washble {
        margin-left: 10px;
    }
    .question-content-decoretion-bottle .hair-care-level-container11 .moisturizing {
        margin-left: 38px;
    }
    .question-content-decoretion-bottle .hair-care-level-container11 {
        width: 146px;
        bottom: 90px;
        justify-content: initial;
    }
    .question-content-decoretion-bottle .hair-care-level-container11 .hair-care-level-box {
        margin: 2px auto 0;
        width: 28px;
        height: 28px;
        font-size: 20px;
        line-height: 28px;
    }
    .question-content-decoretion-bottle .hair-care-level-container11 .hair-care-level p:nth-child(2) {
        margin-top: 0;
    }
    .pump-type-cap-container {
        width: 160px;
        bottom: 173px;
    }
    .pump-type-cap-container11 {
        width: 160px;
        bottom: 169px;
    }
    .pump-type-cap1 img {
        width: 54px;
    }
    .pump-type-cap2 img {
        width: 52px;
    }
    .pump-type-cap2 {
        margin-left: 30px;
        margin-bottom: 2px;
    }
    .pump-type-cap-left10 {
        bottom: 177px;
    }
    .pump-type-cap-right10 {
        bottom: 178px;
    }
    .pump-type-cap-container11 .pump-type-cap1 img {
        width: 49px;
    }
    .pump-type-cap-container11 .pump-type-cap2 img {
        width: 47px;
    }
    .pump-type-cap-container11 .pump-type-cap2 {
        margin-left: 27px;
    }
    .kind-of-fragrance-container {
        width: 135px;
        bottom: 13px;
    }
    .kind-of-fragrance-container11 {
        width: 138px;
        bottom: 13px;
    }
    .kind-of-fragrance1 img,
    .kind-of-fragrance2 img {
        width: 52px;
    }
    .kind-of-fragrance2 img {
        margin-left: 4px;
    }
    .kind-of-fragrance-container11 .kind-of-fragrance1 img,
    .kind-of-fragrance-container11 .kind-of-fragrance2 img {
        width: 50px;
    }
    .kind-of-fragrance-container11 .kind-of-fragrance2 img {
        margin-left: 4px;
    }
    .bottle-mask-container {
        width: 160px;
        height: 100%;
        bottom: 0;
    }
}


/* オーダーページのボトルイメージここまで */

.question-content-child label {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    border-radius: 100%;
    background-color: white;
    transition: .2s all;
    transition-timing-function: ease-out;
}

.question-content-child label:hover {
    background-color: #999;
    color: black;
}

.question-content-child._border label.check {
    background-color: #888;
    color: black;
}

.question-content-child._border label.lavender.check {
    background-color: #cab8d9;
}

.question-content-child._border label.beruga.check {
    background-color: #cbda97;
}

.question-content-child._border label.frangipani.check {
    background-color: #ffaaaa;
}

.question-content-child._border label.rosemary.check {
    background-color: #618e34;
}

.question-content-child._border label.rose.check {
    background-color: #e95464;
}

.question-content-child._border label.iran.check {
    background-color: #ffff00;
}

.question-content-child._border label.wood.check {
    background-color: #deb887;
}

.question-content-child._border label.jasmine.check {
    background-color: #EDB;
}

.question-content-child label img {
    width: 80%;
    object-fit: contain;
}

.question-nextBtn {
    padding: 6px 0;
    width: 60%;
    margin: 27px auto 0;
    display: block;
    background-color: black;
    cursor: pointer;
    border-radius: 40px;
    position: relative;
    z-index: 1000;
}

.question0-nextBtn {
    margin-top: 14px;
    padding: 6px;
}

.question9-nextBtn {
    margin-top: 22px;
}

.question-prevBtn {
    padding: 6px 0;
    width: 60%;
    margin: 20px auto 0;
    display: block;
    border: 1px solid #707070;
    cursor: pointer;
    border-radius: 40px;
    position: relative;
    z-index: 1000;
}

.question-choose-input-name-content {
    margin-top: 22px;
}

.question-choose-input-name {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 230px;
}

.choose-input-name {
    font-size: 14px;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
}

.choose-input-name input {
    position: absolute;
    top: 2px;
    left: 0;
}

.choose-input-name input[type='checkbox'] {
    cursor: pointer;
}

.question-input-name {
    width: 240px;
    /* height: 0; */
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    position: relative;
    /* display: none; */
    /* opacity: 0; */
}

.question-input-name input {
    margin-top: 4px;
    width: 95%;
    height: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.hide_input {
    height: 0;
    opacity: 0;
}

.open_input {
    height: 50px;
    padding-top: 22px;
}

@media screen and (max-width: 480px) {
    .question-content-child label {
        font-size: 10px;
    }
    .question-content-child {
        width: 65px;
        height: 65px;
        margin: 0 3px;
    }
}

@media screen and (max-width: 480px) {
    .question-nextBtn {
        padding: 10px 0;
    }
}

.question-nextBtn p {
    font-size: 19px;
    color: white;
    white-space: nowrap;
    text-align: center;
}

.question0-nextBtn p {
    font-size: 12px;
}

.question-prevBtn p {
    font-size: 19px;
    white-space: nowrap;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .question-nextBtn p {
        font-size: 14px;
    }
}

.result_texts::before {
    content: "";
    position: absolute;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    background-color: #fafafa;
    opacity: 0.8;
    z-index: -1;
    border-radius: 25px;
}

.result_texts {
    text-align: center;
    margin: 30px 0;
    padding-top: 30px;
    padding-bottom: 60px;
    margin-top: 30px;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .result_texts {
        margin: 0;
    }
}

.result_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -10;
}

.result_title {
    font-weight: bold;
    font-size: 14px;
}

.result_title:not(:first-child) {
    margin-top: 8px;
}

.pop_form p.result_text {
    font-weight: bold;
    font-size: 14px;
}


/* result page */

.result-bottle-design {
    margin: 0 auto;
}

.result-bottle-content {
    margin: 0 auto;
    margin-top: 53px;
}

@media screen and (max-width: 480px) {
    .result-bottle-content {
        margin-top: 50;
    }
}

.result-bottle-component {
    margin-top: 32px;
}

#result-bottle-design-name {
    font-size: 14px;
}

.your-recipe-title {
    font-weight: bold;
    font-size: 14px;
    margin-top: 28px;
}

.your-recipe-text {
    width: 85%;
    margin: 16px auto 0;
    font-size: 14px;
    text-align: left;
}

.result-fragrance-names {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 230px;
    margin-top: 14px;
    padding-left: 20px;
}

#kind-of-fragrance-left-name,
#kind-of-fragrance-right-name {
    font-size: 12px;
    text-align: left;
    margin-top: 2px;
}

.question11-input-your-name {
    margin: 30px auto 0;
    width: 180px;
}

.question11-input-your-name-personalized {
    text-align: left;
    font-size: 11px;
}

.question11-input-your-name-box {
    border: 1px solid #707070;
    padding: 6px 8px;
    margin-top: 2px;
}

.question11-input-your-name .result_9 {
    text-align: left;
    font-size: 12px;
}

.question11-ingredient-menu-title {
    position: relative;
    margin: 0 auto;
    width: 200px;
    cursor: pointer;
}

.question11-ingredient-menu-title p {
    font-size: 14px;
}

.question11-ingredient-menu-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: #000;
    border-radius: 50%;
}

.question11-ingredient-menu-icon span {
    background: #fff;
    height: 1px;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.question11-ingredient-menu-icon .icon1 {
    transform: translate(-50%, -50%);
}

.question11-ingredient-menu-icon .icon2 {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 1;
    transition: all .3s;
}

.question11-ingredient-menu-icon .active {
    transform: translate(-50%, -50%);
    opacity: 0;
}

.result-bottle-component .question11-ingredient-menu {
    width: 85%;
    text-align: left;
    margin: 0 auto;
    height: 0;
    opacity: 0;
    transition: all .5s;
}

.result-bottle-component .question11-ingredient-menu p {
    height: 0;
    opacity: 0;
    transition: all .5s;
    font-size: 12px;
}

.result-bottle-component .open {
    height: 380px;
    opacity: 1;
    margin-top: 32px;
}

.result-bottle-component .open p {
    height: 189px;
    opacity: 1;
}

.question11-ingredient-menu p:not(:first-child) {
    margin-top: 10px;
}

.form .contact {
    display: none;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    overflow: scroll;
    transition: 1s all;
    transition-timing-function: ease-out;
    padding: 3% 0;
    opacity: 0;
    pointer-events: none;
}

@media screen and (max-width: 480px) {
    .form .contact {
        padding: 10% 0;
    }
}

.pop_form .contact-title {
    padding: 5px 50px;
    background-color: black;
    color: white;
    margin: 0 auto;
    display: table;
}

.pop_form .contact-title h2 {
    font-size: 24px;
}

.pop_form .contact-contents {
    padding: 40px 0;
}

.pop_form .contact-contents-radio {
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin-top: 20px;
}

.pop_form .contact-contents-radio label {
    margin: 0 30px;
}

@media screen and (max-width: 480px) {
    .pop_form .contact-contents-radio label {
        margin: 0 15px;
    }
}

.pop_form .contact-contents-table {
    width: 80%;
    margin: 0 auto;
}

.pop_form .contact-contents-table h2 {
    text-align: center;
    font-size: 20px;
}

.pop_form .contact-contents-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 30px;
}

@media screen and (max-width: 480px) {
    .pop_form .contact-contents-table table {
        border-spacing: 0 20px;
    }
}

.pop_form .contact-contents-table table th {
    vertical-align: top;
    text-align: left;
}

@media screen and (max-width: 480px) {
    .pop_form .contact-contents-table table th {
        font-size: 1em;
        width: 40%;
    }
}

.pop_form .contact-contents-table table th span {
    font-size: 10px;
}

.pop_form .contact-contents-table table td input {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 6px;
    border-style: none;
    border: 1px solid black;
}

.pop_form .contact-contents-table table td select {
    padding: 6px;
    border-radius: 4px;
    border: 1.5px solid;
}

@media screen and (max-width: 480px) {
    .pop_form .contact-contents-table table td input {
        padding: 5px;
        font-size: 16px;
    }
}

.pop_form .contact-contents-radio {
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin-top: 20px;
}

.pop_form .contact-contents-radio.bottom_payment_way {
    margin-bottom: 30px;
}

.pop_form .contact-contents-radio label {
    margin: 0 30px;
}

@media screen and (max-width: 480px) {
    .pop_form .contact-contents-radio label {
        margin: 0 15px;
    }
}

.pop_form .contact-submit {
    text-align: center;
    margin-bottom: 40px;
}

.pop_form .contact-submit .policy_chk {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
}

.pop_form .contact-submit button {
    margin: 0 auto;
    border-style: none;
    display: block;
    background-color: black;
    color: white;
    font-size: 20px;
    padding: 15px 0;
    font-weight: bold;
    width: 300px;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .pop_form .contact-submit button {
        width: 250px;
    }
}

.pop_form .contact .slideScope {
    display: none;
}

.pop_form .contact.show {
    display: block;
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0.4s;
}

.pop_form .contact.hide {
    transform: translate(-70%, 0);
    opacity: 0;
    transition-delay: 0s;
}

.pop_form .contact-result {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 70%;
    background-color: white;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 10% 0;
}

.order {
    position: relative;
    width: 100%;
    font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    display: flex;
    justify-content: center;
    gap: 87px;
    min-height: 100vh;
    max-width: 1080px;
    margin: 0 auto;
    color: #41493E;
}


/* QRコード ここから */

.order .qr {
    background-color: #fff;
    background-image: url(img/qr_bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 478px;
    height: 478px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* margin-top: 226px;  */
    position: fixed;
    top: 50%;
    /* left: 50%; */
    transform: translate(-55%, -50%);
}

.order .qr_title {
    font-size: 19px;
}

.order .qr_subtitle {
    font-size: 12px;
    margin-top: 10px;
}

.order .qr_image {
    margin-top: 30px;
    width: 154px;
}


/* QRコード ここまで */

.order .form {
    max-width: 478px;
    width: 100%;
    height: 100%;
    transform: translateX(55%);
}

@media screen and (max-width: 750px) {
    .order .form {
        transform: none;
    }
}

.order .pop_form {
    overflow: hidden;
    background: #DBD9D4;
    min-height: 100vh;
}

.order .qr .qr_sns_icons {
    display: flex;
    width: 160px;
    justify-content: space-between;
    margin-top: 24px;
}

.order .qr .qr_sns_icons .qr_sns_icon a img {
    height: 100%;
}

@media all and (max-width: 980px) {
    .order .qr {
        display: none;
    }
}

.bottle {
    display: block;
    width: 150px;
    margin: 0 auto;
}

.slick-list .bottle {
    display: inline-block;
    position: absolute;
    transform: translate(-50%);
    width: 150px;
    margin: 33px auto 0;
}

.slick-list .bottle p {
    background: #DBD9D4;
    padding: 0 20px;
}

.bottle:hover {
    opacity: .8;
    cursor: pointer;
}

.bottle.check {
    position: relative;
    opacity: .8;
}

.slick-list .bottle.check {
    position: absolute;
    opacity: .8;
}

.bottle.check::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(img/check_mark_icon.webp);
    background-size: contain;
    width: 150px;
    height: 150px;
}

.pop_form .contact-submit button.lock {
    opacity: .4;
    cursor: default;
}

.question-nextBtn.lock {
    opacity: .4;
    cursor: default;
}

.swiper-lazy-preloader-black {
    color: #000;
}

.slick-slide {
    height: auto!important;
    text-align: center;
}


/*-----------矢印表示----------*/

.order .req {
    color: #7b242f;
    font-size: 20px !important;
    line-height: 1;
    vertical-align: middle;
}

.order .text-note {
    font-size: 13px;
    margin-top: 5px;
}

.slick-list {
    height: 260px;
}

.slick-arrow {
    display: inline-block;
    padding: 10px;
    z-index: 1000;
}

.slick-arrow::before {
    content: '';
    width: 20px;
    height: 20px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    left: 0;
    top: 8px;
}

.slick-arrow.slick-prev::before {
    transform: rotate(-135deg);
}

.slick-arrow.slick-next::before {
    transform: rotate(45deg);
}

.slick-next {
    right: 30px;
}

.slick-prev {
    left: 30px;
}
/* 会員用 */
.mypage {
    display: block;
    width: 30%;
    margin-left: auto;
    margin-right: 26px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}