@charset "utf-8";

/* ページ共通設定 */
.page .inner{
    max-width: 1220px;
}

/* メインビジュアル */
.page .mv{
    width: 100%;
    max-height: 500px;
    padding: 235px 0 158px;
    background-image: url(../img/page/mv_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page .mv p{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #fff;
    margin: 0 auto 11px;
}
.page .mv h1{
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 1.44;
    letter-spacing: 0.06em;
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .page .mv{
        padding: 20vw 0 13.3333333335vw;
    }
    .page .mv p{
        font-size: 3.2vw;
        margin: 0 auto 2.1333333333333vw;
    }
    .page .mv h1{
        font-size: 8vw;
    }
}

/* 買取に必要なもの */
.page .preparation{
    position: relative;
    border-radius: 120px 0 0;
    margin: -120px 0 0;
    padding: 95px 0 110px;
    background-color: #1A2C44;
}
.page .preparation .bg{
    position: absolute;
    top: -120px;
    right: 0;
}
.page .preparation .ttl_area{
    margin: 0 auto 50px;
    color: #fff;
}
.page .preparation .ttl_area p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 16px;
}
.page .preparation .ttl_area p::before,
.page .preparation .ttl_area p::after{
    content: "";
    width: 6px;
    height: 30px;
    background-image: url(../img/single/purchase-area_ttl-deco.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page .preparation .ttl_area p::before{
    transform: scaleX(-1);
}
.page .preparation .ttl_area h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 50px;
}
.page .preparation .ttl_area .note {
    display: block;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.76;
}
.page .preparation .confirm_docement{
    padding: 50px 70px 40px;
    background-color: #fff;
    border: 1px solid #111111;
    border-radius: 10px;
}
.page .preparation .confirm_docement .ttl{
    position: relative;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    padding: 0 0 40px;
    margin: 0 0 40px;
}
.page .preparation .confirm_docement .ttl::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: repeating-linear-gradient(
        to right,
        #111111 0px,
        #111111 2px,
        transparent 2px,
        transparent 6px
    );
}
.page .preparation .confirm_docement .docement_area{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 2px;
}
.page .preparation .confirm_docement .docement_area .item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 200px;
    background-color: #F5F5F7;
    flex: 1;
    flex-shrink: 0;
}
.page .preparation .confirm_docement .docement_area .item .img{
    height: 108px;
    margin: 0 auto 15px;
}
.page .preparation .confirm_docement .docement_area .item .img img{
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.page .preparation .confirm_docement .docement_area .item .name{
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
}
.page .preparation .confirm_docement .txt_area{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #1A2C44;
    padding: 15px 70px 16px;
    margin: 0 0 30px;
    border-radius: 0 0 10px 10px;
}
.page .preparation .confirm_docement .txt_area p:first-of-type{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding-right: 28px;
    margin-right: 34px;
}
.page .preparation .confirm_docement .txt_area p:first-of-type::before{
    content: "";
    width: 2px;
    height: 32px;
    background-image: repeating-linear-gradient(
        to bottom,
        #fff,
        #fff 2px,
        transparent 2px,
        transparent 6px
    );
    position: absolute;
    top: 0;
    right: -2px;
}
.page .preparation .confirm_docement .txt_area p:last-of-type{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
}
.page .preparation .confirm_docement .note{
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin: 0 auto 45px;
}
.page .preparation .confirm_docement .note span{
    font-weight: 600;
}
.page .preparation .confirm_docement .imp-txt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 31px 86px 29px 48px;
    background-color: #F5F5F7;
    border-radius: 10px;
}
.page .preparation .confirm_docement .imp-txt p{
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 2.14;
}
@media only screen and (max-width: 768px) {
    .page .preparation{
        border-radius: 16vw 0 0;
        margin: -16vw 0 0;
        padding: 13.333333333333333334vw 0 18.666666666666666668vw;
    }
    .page .preparation .bg{
        top: -16vw;
        width: 16vw;
    }
    .page .preparation .ttl_area{
        margin: 0 auto 8vw;
    }
    .page .preparation .ttl_area p{
        gap: 5.3333333333333333334vw;
        font-size: 4vw;
        margin: 0 auto 3.2vw;
    }
    .page .preparation .ttl_area p::before,
    .page .preparation .ttl_area p::after{
        width: 1.6vw;
        height: 8vw;
        flex-shrink: 0;
        background-size: contain;
    }
    .page .preparation .ttl_area h2{
        font-size: 6.4vw;
        margin: 0 auto 4.8vw;
    }
    .page .preparation .ttl_area .note{
        font-size: 3.466666666666666663vw;
        line-height: 2.14;
    }
    .page .preparation .confirm_docement{
        padding: 8vw 4.8vw 5.33333333333333333334vw;
    }
    .page .preparation .confirm_docement .ttl{
        font-size: 4.8vw;
        padding: 0 0 5.3333333333333333334vw;
        margin: 0 0 5.3333333333333333334vw;
    }
    .page .preparation .confirm_docement .docement_area{
        flex-wrap: wrap;
        margin: 0 -2px;
    }
    .page .preparation .confirm_docement .docement_area .item{
        flex-wrap: wrap;
        max-width: 38.4vw;
        width: 100%;
        height: 27.200000000000003vw;
        flex: auto;
        flex-shrink: 0;
    }
    .page .preparation .confirm_docement .docement_area .item .img{
        height: 12.8vw;
        margin: 0 auto 2.6666666666666667vw;
    }
    .page .preparation .confirm_docement .docement_area .item .name{
        font-size: 3.2vw;
    }
    .page .preparation .confirm_docement .txt_area{
        display: block;
        padding: 2.6666666666667vw 2.6666666666666666667vw 3.2vw;
        margin: 0 0 5.33333333333333333334vw;
    }
    .page .preparation .confirm_docement .txt_area p:first-of-type{
        font-size: 3.46666666666666666666663vw;
        text-align: center;
        padding: 0;
        margin: 0 0 3.2vw;
    }
    .page .preparation .confirm_docement .txt_area p:first-of-type::before{
        display: none;
    }
    .page .preparation .confirm_docement .txt_area .doc{
        display: flex !important;
        justify-content: center;
        flex-direction: column;
        gap: 1.06666666666666666667vw;
    }
    .page .preparation .confirm_docement .txt_area .doc p{
        display: block;
        width: 100%;
        font-size: 11px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 0;
        padding: 6px 0;
        margin: 0;
        color: #1A2C44;
        background-color: #FFFFFF;
        border-radius: 3px;
    }
    .page .preparation .confirm_docement .note{
        font-size: 3.2vw;
        text-align: left;
        line-height: 1.75;
        margin: 0 auto 8vw;
    }
    .page .preparation .confirm_docement .imp-txt{
        display: block;
        padding: 5.33333333333333334vw 4.8vw 7.199999999999999999vw;
        border-radius: 5px;
    }
    .page .preparation .confirm_docement .imp-txt p{
        font-size: 3.2vw;
        text-align: left;
        line-height: 1.75;
    }
}

/* 〇〇の強み */
.page .strengths{
    padding: 110px 0 250px;
    background-image: url(../img/single/purchase-area_strengths_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}
.page .strengths .ttl_area{
    margin: 0 auto 80px;
}
.page .strengths .ttl_area p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 16px;
}
.page .strengths .ttl_area p::before,
.page .strengths .ttl_area p::after{
    content: "";
    width: 6px;
    height: 30px;
    background-image: url(../img/single/purchase-area_ttl-deco.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page .strengths .ttl_area p::before{
    transform: scaleX(-1);
}
.page .strengths .ttl_area h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
}
.page .strengths .ctt .item{
    display: flex;
    align-items: center;
    gap: 75px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #4272AD;
}
.page .strengths .ctt .item:nth-of-type(2){
    flex-direction: row-reverse;
}
.page .strengths .ctt .item:last-of-type{
    padding: 0;
    margin: 0;
    border: none;
}
.page .strengths .ctt .item .img{
    flex-shrink: 0;
}
.page .strengths .ctt .item .img img{
    display: block;
    margin-top: 10px;
    border-radius: 5px;
}
.page .strengths .ctt .item .txt .label{
    max-width: 110px;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0 0 18px;
    color: #004BA8;
    background-color: #FFFFFF;
    border-radius: 100vw;
}
.page .strengths .ctt .item .txt .ttl{
    position: relative;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.44;
    margin: 0 0 32px;
}
.page .strengths .ctt .item .txt .ttl span{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 100px;
    font-weight: 600;
    letter-spacing: 0;
    opacity: 0.1;
}
.page .strengths .ctt .item .txt .note{
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 2;
}
@media only screen and (max-width: 768px) {
    .page .strengths{
        padding: 50.13333333333333vw 0 14.666666666666666vw;
    }
    .page .strengths .ttl_area{
        margin: 0 auto 10.66666666666668vw;
    }
    .page .strengths .ttl_area p{
        gap: 5.33333333333333333334vw;
        font-size: 4vw;
        margin: 0 auto 3.2vw;
    }
    .page .strengths .ttl_area p::before,
    .page .strengths .ttl_area p::after{
        width: 1.6vw;
        height: 8vw;
    }
    .page .strengths .ttl_area h2{
        font-size: 6.6666666666666667vw;
        line-height: 1.69;
    }
    .page .strengths .ctt .item{
        flex-direction: column;
        gap: 8vw;
        padding-bottom: 10.6666666666666668vw;
        margin-bottom: 10.6666666666666668vw;
    }
    .page .strengths .ctt .item:nth-of-type(2){
        flex-direction: column;
    }
    .page .strengths .ctt .item .img img{
        margin: 0;
    }
    .page .strengths .ctt .item .txt .label{
        max-width: 26.666666666666668vw;
        height: 6.666666666666667vw;
        font-size: 3.4666666666666666663vw;
        margin: 0 0 4.8vw;
    }
    .page .strengths .ctt .item .txt .ttl{
        font-size: 5.333333333333333334vw;
        margin: 0 0 5.33333333333333334vw;
    }
    .page .strengths .ctt .item .txt .ttl span{
        font-size: 16vw;
    }
    .page .strengths .ctt .item .txt .note{
        font-size: 3.733333333333334vw;
    }
}

/* 駐車場情報 */
.page .parking{
    padding: 70px 0 110px;
}
.page .parking .ttl{
    position: relative;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 100px;
}
.page .parking .ttl::before{
    content: "";
    width: 50px;
    height: 5px;
    background-image: url(../img/page/company_ttl-deco.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.page .parking .ctt{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.page .parking .ctt .item{
    display: block;
    max-width: 560px;
    width: 100%;
}
.page .parking .ctt .item .name{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
    padding: 21px 0 20px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    background-color: #1A2C44;
}
.page .parking .ctt .item dl{
    display: flex;
    align-items: stretch;
    border: 1px solid #E0E0E0;
    border-top: none;
}
.page .parking .ctt .item dl dt{
    flex-shrink: 0;
    width: 105px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding-left: 20px;
    background-color: #F4F6F9;
    border-right: 1px solid #E0E0E0;
}
.page .parking .ctt .item dl dd{
    flex: 1;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.63;
    padding: 25px 20px;
    background-color: #fff;
}
.page .parking .ctt .item dl dd a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 24px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.1;
    border-radius: 100vw;
    color: #fff;
    background-color: #0052B7;
    margin-left: 10px;
}
@media only screen and (max-width: 768px) {
    .page .parking{
        padding: 13.333333333333333334vw 0 16vw;
    }
    .page .parking .ttl{
        font-size: 6.4vw;
        margin: 0 auto 10.666666666666666666668vw;
    }
    .page .parking .ttl::before{
        width: 8.799999999999999vw;
        height: 0.8vw;
        bottom: -3.2vw;
        background-size: contain;
    }
    .page .parking .ctt{
        flex-direction: column;
        gap: 5.33333333333333334vw;
    }
    .page .parking .ctt .item{
        max-width: none;
    }
    .page .parking .ctt .item .name{
        font-size: 4.26666666666666666666667vw;
        padding: 4.26666666666666666666667vw 0 4vw;
    }
    .page .parking .ctt .item dl dt{
        width: 21.333333333333336vw;
        font-size: 3.7333333333333334vw;
        padding-left: 3.2vw;
    }
    .page .parking .ctt .item dl dd{
        font-size: 3.7333333333333333333334vw;
        padding: 3.2vw;
    }
    .page .parking .ctt .item dl dd a{
        width: 48px;
        height: 24px;
        font-size: 12px;
        margin-left: 10px;
    }
}


/* プライバシーポリシー
------------------------------*/
#privacy .policy{
    padding: 125px 0 140px;
}
#privacy .policy .note{
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 2.13;
    margin: 0 0 130px;
}
#privacy .policy .ctt dl{
    position: relative;
    width: 100%;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
#privacy .policy .ctt dl:last-of-type{
    margin: 0;
}
#privacy .policy .ctt dl::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: repeating-linear-gradient(
        to right,
        #1A2C44 0px,
        #1A2C44 1px,
        transparent 1px,
        transparent 4px
    );
}
#privacy .policy .ctt dl dt{
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin: 0 0 26px;
}
#privacy .policy .ctt dl dd{
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 2.13;
    margin: 0;
}
@media only screen and (max-width: 768px) {
    #privacy .policy{
        padding: 12.8vw 0 28.0000000000000004vw;
    }
    #privacy .policy .note{
        font-size: 3.733333333333334vw;
        line-height: 1.86;
        margin: 0 0 21.333333333333336vw;
    }
    #privacy .policy .ctt dl{
        padding-bottom: 10.66666666666666666668vw;
        margin-bottom: 10.66666666666666666668vw;
    }
    #privacy .policy .ctt dl dt{
        font-size: 5.3333333333333334vw;
        line-height: 1.4;
        margin: 0 0 5.33333333333333333334vw;
    }
    #privacy .policy .ctt dl dd{
        font-size: 3.73333333333333333334vw;
        line-height: 1.86;
    }
}


/* 会社概要
------------------------------*/
#company .info-list{
    padding: 108px 0 0;
}
#company .info-list dl{
    position: relative;
    display: flex;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D5E0EF;
}
#company .info-list dl:last-of-type{
    margin: 0;
}
#company .info-list dl::before{
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #0052B7;
}
#company .info-list dl dt{
    flex-shrink: 0;
    max-width: 270px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.06em;
}
#company .info-list dl dd{
    flex: 1;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.63;
}
#company .info-list dl dd a{
    color: #0052B7;
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    #company .info-list{
        padding: 16vw 0 0;
        overflow: hidden;
    }
    #company .info-list dl{
        flex-direction: column;
        gap: 4vw;
        padding-bottom: 6.666666666666666667vw;
        margin-bottom: 10.666666666666666666666666668vw;
    }
    #company .info-list dl dt{
        max-width: none;
        width: 100%;
        font-size: 4vw;
    }
    #company .info-list dl dd{
        font-size: 3.4666666666666666663vw;
        line-height: 1.85;
    }
    #company .info-list dl dd a{
        display: block;
    }
}

#company .access{
    padding: 80px 0 0;
}
#company .access .ttl{
    position: relative;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 80px;
}
#company .access .ttl::before{
    content: "";
    width: 50px;
    height: 5px;
    background-image: url(../img/page/company_ttl-deco.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
#company .access .map iframe{
    display: block;
    width: 100%;
    height: 440px;
    margin: 0 auto 60px;
}
#company .access .btn a{
    max-width: 270px;
    width: 100%;
    padding: 14px 0 17px;
    color: #1A2C44;
    border: 2px solid #1A2C44;
}
#company .access .btn a:hover{
    color: #fff;
}
#company .access .btn a .arrow-normal{
    background-image: url(../img/top/contact-arrow-gray.svg);
}
@media only screen and (max-width: 768px) {
    #company .access{
        padding: 10.666666666666666668vw 0 0;
    }
    #company .access .ttl{
        font-size: 6.4vw;
        margin: 0 auto 10.666666666666666666668vw;
    }
    #company .access .ttl::before{
        width: 8.799999999999999vw;
        height: 0.8vw;
        bottom: -3.2vw;
        background-size: contain;
    }
    #company .access .map iframe{
        height: 37.333333333333336vw;
        margin: 0 auto 8vw;
    }
    #company .access .btn a{
        max-width: 80vw;
        padding: 4vw 0;
        border: 1px solid #1A2C44;
    }
}


/* 無料LINE査定
------------------------------*/
#line .line-mv{
    position: relative;
    padding: 194px 0 122px;
    background: none;
    background-color: #4EB968;
}
#line .line-mv .bg{
    position: absolute;
    bottom: 0;
    max-width: 362px;
    width: 20vw;
    right: 16vw;
}
#line .line-mv .hukidasi{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 318px;
    width: 100%;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.04em;
    background-color: #FFDC4A;
    border-radius: 100vw;
    padding: 9px 0 10px;
    margin: 0 auto 8px;
}
#line .line-mv .hukidasi::before{
    content: "";
    width: 30px;
    height: 13px;
    background-image: url(../img/page/line_mv-deco.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
#line .line-mv h1{
    font-size: 65px;
}
#line .line-mv p{
    font-size: 22px;
    line-height: normal;
    margin: 0;
}
@media only screen and (max-width: 768px) {
    #line .line-mv{
        padding: 26.666666666666668vw 0 80vw;
        max-height: none;
    }
    #line .line-mv .inner{
        padding: 0;
    }
    #line .line-mv .bg{
        max-width: 72vw;
        width: 100%;
        right: 0;
    }
    #line .line-mv .hukidasi{
        max-width: 62.66666666666667vw;
        font-size: 4vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.3333333333333335vw;
    }
    #line .line-mv .hukidasi::before{
        width: 6.16vw;
        height: 2.613333333333333vw;
        bottom: -1.6vw;
    }
    #line .line-mv h1{
        font-size: 12.8vw;
    }
    #line .line-mv p{
        font-size: 4.2666666666666667vw;
    }
}

#line .line_info{
    padding: 65px 0 110px;
}
#line .line_info .txt_area{
    margin: 0 auto 70px;
}
#line .line_info .txt_area h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 18px;
}
#line .line_info .txt_area h2 span{
    color: #4EB968;
}
#line .line_info .txt_area p{
    font-size: 16px;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 0 auto 40px;
}
#line .line_info .txt_area .line_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 360px;
    width: 100%;
    font-size: 19px;
    font-weight: bold;
    left: 0.09em;
    color: #fff;
    background-color: #4EB968;
    border: none;
    padding: 17px 0 16px;
    margin: 0 auto 0;
    border-radius: 100vw;
}
#line .line_info .txt_area .line_btn a::before{
    content: "";
    width: 39px;
    height: 37px;
    background-image: url(../img/top/top-cta_line-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#line .line_info .addtion{
    position: relative;
    display: flex;
    background-color: #fff;
    bottom: 5px solid #EAEDF4;
    padding: 45px 0 40px;
}
#line .line_info .addtion::before{
    content: "";
    width: 1px;
    height: calc(100% - 85px);
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    background-image: repeating-linear-gradient(to bottom, #1A2C44, #1A2C44 1px, transparent 1px, transparent 5px);
}
#line .line_info .addtion .item{
    max-width: 600px;
    width: 100%;
}
#line .line_info .addtion .item .ttl{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 20px;
}
#line .line_info .addtion .item .ttl span{
    color: #4EB968;
}
#line .line_info .addtion .item .note{
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin: 0 auto 30px;
}
#line .line_info .addtion .item .img img{
    display: block;
    max-width: 160px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#line .line_info .addtion .item .id-txt{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 70px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto;
    color: #4EB968;
    background: #F4F6F9;
    border-radius: 8px;
}
#line .line_info .addtion .item .id-txt::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    padding: 1px;
    background-image: repeating-linear-gradient(
        to right,
        #4EB968,
        #4EB968 3px,
        transparent 3px,
        transparent 5px
    ),
    repeating-linear-gradient(
        to bottom,
        #4EB968,
        #4EB968 3px,
        transparent 3px,
        transparent 5px
    ),
    repeating-linear-gradient(
        to left,
        #4EB968,
        #4EB968 3px,
        transparent 3px,
        transparent 5px
    ),
    repeating-linear-gradient(
        to top,
        #4EB968,
        #4EB968 3px,
        transparent 3px,
        transparent 5px
    );
    background-repeat: no-repeat;
    background-size:
        100% 1px,
        1px 100%,
        100% 1px,
        1px 100%;
    background-position:
        top left,
        top right,
        bottom left,
        top left;
    pointer-events: none;
}
@media only screen and (max-width: 768px) {
    #line .line_info{
        padding: 16vw 0 18.666666666666666668vw;
    }
    #line .line_info .txt_area{
        margin: 0 auto 13.33333333333333333334vw;
    }
    #line .line_info .txt_area h2{
        font-size: 5.866666666666vw;
        line-height: 1.36;
        margin: 0 auto 7.19999999999999999vw;
    }
    #line .line_info .txt_area p{
        font-size: 3.46666666666666666666663vw;
        line-height: 2.08;
        margin: 0 auto 10.66666666666666666668vw;
    }
    #line .line_info .txt_area .line_btn a{
        gap: 4.666666666666667vw;
        max-width: 80vw;
        font-size: 4vw;
        padding: 3.5999999999999996vw 0;
    }
    #line .line_info .txt_area .line_btn a::before{
        width: 9.06666666666666vw;
        height: 8.53333333333333333vw;
    }
    #line .line_info .addtion{
        flex-direction: column;
        bottom: 5px solid #EAEDF4;
        padding: 9.866666666666667vw 7.19999999999999999999vw 13.866666666666665vw;
    }
    #line .line_info .addtion::before{
        display: none;
    }
    #line .line_info .addtion .item{
        position: relative;
        max-width: none;
        padding: 0 0 40px;
        margin: 0 0 40px;
    }
    #line .line_info .addtion .item:last-of-type{
        padding: 0;
        margin: 0;
    }
    #line .line_info .addtion .item::before{
        content: "";
        width: 100%;
        height: 1px;
        background-image: repeating-linear-gradient(to right, #111111, #111111 1px, transparent 1px, transparent 5px);
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #line .line_info .addtion .item:last-of-type::before{
        display: none;
    }
    #line .line_info .addtion .item .ttl{
        font-size: 4.8vw;
        margin: 0 auto 5.333333333333334vw;
    }
    #line .line_info .addtion .item .note{
        font-size: 3.46666666666666663vw;
        line-height: 1.92;
        margin: 0 auto 8vw;
    }
    #line .line_info .addtion .item .img img{
        max-width: 42.66666666666667vw;
    }
    #line .line_info .addtion .item .id-txt{
        width: 60.8vw;
        height: 14.133333333333335vw;
        font-size: 4.2666666666666667vw;
    }
}

#line .step{
    position: relative;
    padding: 90px 0 250px;
    border-radius: 120px 0 0;
    background-color: #EAEDF4;
}
#line .step .bg{
    position: absolute;
    top: -120px;
    right: 0;
    max-width: 120px;
    width: 100%;
}
#line .step .ttl_area{
    margin: 0 auto 60px;
}
#line .step .ttl_area p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 16px;
}
#line .step .ttl_area p::before,
#line .step .ttl_area p::after{
    content: "";
    width: 6px;
    height: 30px;
    background-image: url(../img/single/purchase-area_ttl-deco2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#line .step .ttl_area p::before{
    transform: scaleX(-1);
}
#line .step .ttl_area h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
}
#line .step .ttl_area h2 span{
    color: #4EB968;
}
#line .step .step-ctt{
    margin: 0 auto 60px;   
}
#line .step .step-ctt .step-item{
    position: relative;
    display: flex;
    gap: 70px;
    padding: 50px;
    margin: 0 auto 40px;
    background-color: #FFFFFF;
    border-radius: 10px;
}
#line .step .step-ctt .step-item:last-of-type{
    margin: 0;
}
#line .step .step-ctt .step-item::before{
    content: "";
    width: 4px;
    height: 35px;
    background-image: url(../img/page/line_step-deco.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
#line .step .step-ctt .step-item:last-of-type::before{
    display: none;
}
#line .step .step-ctt .step-item .img{
    flex-shrink: 0;
}
#line .step .step-ctt .step-item .img img{
    display: block;
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 5px;
}
#line .step .step-ctt .step-item .txt{
    flex: 1;
}
#line .step .step-ctt .step-item .txt .label{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 20px;
    line-height: 1.35;
    color: #4EB968;
}
#line .step .step-ctt .step-item .txt .label span{
    font-size: 30px;
}
#line .step .step-ctt .step-item .txt .ttl{
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 0 20px;
}
#line .step .step-ctt .step-item .txt .note{
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.69;
}
#line .step .precautions .ttl{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    padding: 22px 0;
    border: 1px solid #1A2C44;
    border-radius: 10px 10px 0 0;
    color: #fff;
    background-color: #1A2C44;
}
#line .step .precautions .ctt{
    padding: 45px 60px 60px;
    border: 1px solid #1A2C44;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
#line .step .precautions .ctt .item{
    margin: 0 0 40px;
}
#line .step .precautions .ctt .item:last-of-type{
    margin: 0;
}
#line .step .precautions .ctt .item .strong{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 0 20px;
}
#line .step .precautions .ctt .item .note{
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.8;
}
#line .step .precautions .ctt .item .btn a{
    max-width: 280px;
    padding: 12px 0 14px;
    margin: 40px 0 0;
    color: #1A2C44;
    border: 1px solid #1A2C44;
}
#line .step .precautions .ctt .item .btn a .arrow-normal{
    background-image: url(../img/top/contact-arrow-gray.svg);
}
#line .step .precautions .ctt .item .btn a:hover{
    color: #fff;
}
@media only screen and (max-width: 768px) {
    #line .step{
        padding: 13.866666666666665vw 0 32vw;
        border-radius: 16vw 0 0;
    }
    #line .step .bg{
        top: -16svw;
        max-width: 16vw;
    }
    #line .step .ttl_area{
        margin: 0 auto 10.666666666666668vw;
    }
    #line .step .ttl_area p{
        gap: 5.3333333333333333334vw;
        font-size: 4vw;
        margin: 0 auto 3.2vw;
    }
    #line .step .ttl_area p::before,
    #line .step .ttl_area p::after{
        width: 1.6vw;
        height: 8vw;
        flex-shrink: 0;
        background-size: contain;
    }
    #line .step .ttl_area h2{
        font-size: 6.4vw;
        margin: 0 auto;
    }
    #line .step .step-ctt{
        margin: 0 auto 10.6666666666666666668vw;   
    }
    #line .step .step-ctt .step-item{
        width: 100%;
        flex-direction: column;
        gap: 4.8vw;
        padding: 5.333333333333334vw 5.33333333333333334vw 10.666666666666666666668vw;
        margin: 0 auto 10.666666666666666668vw;
    }
    #line .step .step-ctt .step-item::before{
        width: 1.06666666666666666666667vw;
        height: 9.333333333333333333333334vw;
        bottom: -5.33333333333333333333334vw;
    }
    #line .step .step-ctt .step-item .img img{
        max-width: none;
        margin: 0 0 4.8vw;
    }
    #line .step .step-ctt .step-item .txt .label{
        font-size: 4vw;
        margin: 0 0 3.2vw;
    }
    #line .step .step-ctt .step-item .txt .label span{
        font-size: 6.1333333333333333vw;
    }
    #line .step .step-ctt .step-item .txt .ttl{
        font-size: 5.3333333333333334vw;
        margin: 0 0 5.33333333333333334vw;
    }
    #line .step .step-ctt .step-item .txt .note{
        font-size: 3.466666666666666666663vw;
        line-height: 1.92;
    }
    #line .step .precautions .ttl{
        font-size: 4.8vw;
        padding: 3.73333333333333333334vw 0;
        border-radius: 5px 5px 0 0;
    }
    #line .step .precautions .ctt{
        padding: 8.533333333333333vw 5.33333333333334vw 9.6vw;
        border-radius: 0 0 5px 5px;
    }
    #line .step .precautions .ctt .item{
        margin: 0 0 8vw;
    }
    #line .step .precautions .ctt .item .strong{
        font-size: 4.266666666666666666666667vw;
        margin: 0 0 5.333333333333333334vw;
    }
    #line .step .precautions .ctt .item .note{
        font-size: 3.466666666666666666666663vw;
        line-height: 1.92;
    }
    #line .step .precautions .ctt .item .btn a{
        max-width: 74.66666666666667vw;
        padding: 3.2vw 0 3.733333333333333334vw;
        margin: 5.33333333333333333334vw auto 0;
    }
}

#line .point {
    padding: 90px 0 130px;
}
#line .point .ttl_area{
    margin: 0 auto 85px;
}
#line .point .ttl_area p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 16px;
}
#line .point .ttl_area p::before,
#line .point .ttl_area p::after{
    content: "";
    width: 6px;
    height: 30px;
    background-image: url(../img/single/purchase-area_ttl-deco2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#line .point .ttl_area p::before{
    transform: scaleX(-1);
}
#line .point .ttl_area h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 50px;
}
#line .point .ttl_area .note {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.63;
}
#line .point .point_area{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
#line .point .point_area .item{
    display: block;
    max-width: 380px;
    width: 100%;
    padding: 20px 20px 40px;
    background-color: #fff;
    border-radius: 10px;
}
#line .point .point_area .item .img img{
    display: block;
    width: 100%;
    margin: 0 0 25px;
}
#line .point .point_area .item .txt .name{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 0 20px;
}
#line .point .point_area .item .txt p{
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.53;
}
@media only screen and (max-width: 768px) {
    #line .point {
        padding: 18.666666666666668vw 0 25.333333333333336vw;
    }
    #line .point .ttl_area{
        margin: 0 auto 18.666666666666666666668vw;
    }
    #line .point .ttl_area p{
        gap: 5.3333333333333333334vw;
        font-size: 4vw;
        margin: 0 auto 3.2vw;
    }
    #line .point .ttl_area p::before,
    #line .point .ttl_area p::after{
        width: 1.6vw;
        height: 8vw;
        flex-shrink: 0;
        background-size: contain;
    }
    #line .point .ttl_area h2{
        font-size: 6.4vw;
        margin: 0 auto 10.266666666666667vw;
    }
    #line .point .ttl_area .note{
        font-size: 3.466666666666666663vw;
        line-height: 2.14;
    }
    #line .point .point_area{
        gap: 5.3333333333333334vw;
    }
    #line .point .point_area .item{
        max-width: none;
        padding: 4.8vw 4.8vw 8svw;
    }
    #line .point .point_area .item .img img{
        margin: 0 0 5.33333333333333333334vw;
    }
    #line .point .point_area .item .txt .name{
        font-size: 4.26666666666666666667vw;
        margin: 0 0 5.3333333333333333334vw;
    }
    #line .point .point_area .item .txt p{
        font-size: 3.46666666666666663vw;
    }
}


/* ショップ一覧 横浜元町店・東京上野店
------------------------------*/
@media only screen and (max-width: 768px) {
    .info-shop .mv h1{
        font-size: 6.6666666666666667vw;
    }
}

.info-shop .detail_area{
    padding: 105px 0 135px;
}
.info-shop .detail_area .shop-ctt{
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin: 0 0 100px;
}
.info-shop .detail_area .shop-ctt .image_area{
    position: relative;
    flex-shrink: 0;
    max-width: 580px;
    width: 100%;
}
.info-shop .detail_area .shop-ctt .image_area .img_label{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.8;
    padding: 7px 15px 9px;
    color: #FFFFFF;
    background-color: #1A2C44;
    border-radius: 0 10px 0 10px;
}
.info-shop .detail_area .shop-ctt .image_area .main_image{
    width: 100%;
    border-radius: 10px;
    max-height: 385px;
    overflow: hidden;
    margin: 0 0 30px;
}
.info-shop .detail_area .shop-ctt .image_area .main_image img{
    display: block;
    width: 100%;
    height: auto;
}
.info-shop .detail_area .shop-ctt .image_area .sub_images{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.info-shop .detail_area .shop-ctt .image_area .sub_images img{
    display: block;
    max-width: 137px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}
.info-shop .detail_area .shop-ctt .txt_area{
    flex: 1;
}
.info-shop .detail_area .shop-ctt .txt_area .ttl{
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #222222;
    margin: 0 0 30px;
}
.info-shop .detail_area .shop-ctt .txt_area .ttl::before{
    content: "";
    width: 4px;
    height: 40px;
    background-color: #0052B7;
    border-radius: 2px;
}
.info-shop .detail_area .shop-ctt .txt_area .dl-list dl{
    position: relative;
    display: flex;
    padding: 25px 0;
}
.info-shop .detail_area .shop-ctt .txt_area .dl-list dl dt{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.06em;
    max-width: 115px;
    width: 100%;
}
.info-shop .detail_area .shop-ctt .txt_area .dl-list dl dd{
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.79;
}
.info-shop .detail_area .shop-ctt .txt_area .dl-list dl .tel-dd{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
}
.info-shop .detail_area .shop-ctt .txt_area .dl-list dl .tel-dd:before{
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../img/top/top-cta_tell-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(9deg);
}
.info-shop .detail_area .shop-ctt .txt_area .dl-list dl::before{
    position: absolute;
    top: 0;
    left: 0;
    background-image: repeating-linear-gradient(
        to right,
        #1A2C44 0px,
        #1A2C44 1px,
        transparent 1px,
        transparent 5px
    );
    content: "";
    width: 100%;
    height: 1px;
}
.info-shop .detail_area .shop-ctt .txt_area .dl-list dl:last-of-type::after{
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: repeating-linear-gradient(
        to right,
        #1A2C44 0px,
        #1A2C44 1px,
        transparent 1px,
        transparent 5px
    );
    content: "";
    width: 100%;
    height: 1px;
}
.info-shop .detail_area .greeting{
    width: 100%;
    padding: 50px 60px 55px 50px;
    margin: 0 0 90px;
    background-color: #fff;
    border: 1px solid #111111;
    border-radius: 5px;;
}
.info-shop .detail_area .greeting .ttl{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 50px;
}
.info-shop .detail_area .greeting .ctt_flex{
    display: flex;
    gap: 45px;
}
.info-shop .detail_area .greeting .ctt_flex .img{
    flex-shrink: 0;
}
.info-shop .detail_area .greeting .ctt_flex .img img{
    display: block;
    max-width: 370px;
    width: 100%;
}
.info-shop .detail_area .greeting .ctt_flex .note{
    flex: 1;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.69;
}
.info-shop .detail_area .map{
    display: block;
    width: 100%;
    margin: 0 0 70px;
}
.info-shop .detail_area .map iframe{
    display: block;
    width: 100%;
    height: 440px;
    margin: 0 0 60px;
    border: none;
}
.info-shop .detail_area .map .btn a{
    max-width: 270px;
    width: 100%;
    padding: 13px 0 15px;
    color: #1A2C44;
    border: 2px solid #1A2C44;
}
.info-shop .detail_area .map .btn a .arrow-normal{
    background-image: url(../img/top/contact-arrow-gray.svg);
}
.info-shop .detail_area .map .btn a:hover{
    color: #fff;
}
.info-shop .detail_area .parking{
    padding: 0;
}
@media only screen and (max-width: 768px) {
    .info-shop .detail_area{
        padding: 16vw 0 21.333333333333336vw;
    }
    .info-shop .detail_area .shop-ctt{
        flex-direction: column;
        gap: 16vw;
        margin: 0 0 12vw;
    }
    .info-shop .detail_area .shop-ctt .image_area{
        max-width: none;
    }
    .info-shop .detail_area .shop-ctt .image_area .img_label{
        font-size: 2.9333333333333333333333vw;
        padding: 1.33333333333333335vw 2.6666666666666666666667vw;
    }
    .info-shop .detail_area .shop-ctt .image_area .main_image{
        max-height: 57.86666666666667vw;
        margin: 0 0 4.26666666666666666667vw;
    }
    .info-shop .detail_area .shop-ctt .image_area .sub_images{
        gap: 1.3333333333333333335vw;
    }
    .info-shop .detail_area .shop-ctt .image_area .sub_images img{
        max-width: 20.533333333333335vw;
    }
    .info-shop .detail_area .shop-ctt .txt_area .ttl{
        gap: 2.666666666666666667vw;
        font-size: 5.333333333333333334vw;
        margin: 0 0 8vw;
    }
    .info-shop .detail_area .shop-ctt .txt_area .ttl::before{
        width: 1.0666666666666667vw;
        height: 8.533333333333333333333vw;
    }
    .info-shop .detail_area .shop-ctt .txt_area .dl-list dl{
        padding: 5.33333333333333333333334vw 0;
    }
    .info-shop .detail_area .shop-ctt .txt_area .dl-list dl dt{
        font-size: 3.4666666666666666663vw;
        max-width: 20.533333333333335vw;
    }
    .info-shop .detail_area .shop-ctt .txt_area .dl-list dl dd{
        gap: 1.3333333333333335vw;
        font-size: 3.2vw;
        line-height: 1.58;
    }
    .info-shop .detail_area .shop-ctt .txt_area .dl-list dl .tel-dd{
        font-size: 5.33333333333333334vw;
    }
    .info-shop .detail_area .shop-ctt .txt_area .dl-list dl .tel-dd:before{
        width: 4vw;
        height: 4vw;
    }
    .info-shop .detail_area .greeting{
        padding: 8vw 4.5333333333333vw;
        margin: 0 0 10.666666666666666668vw;
    }
    .info-shop .detail_area .greeting .ttl{
        font-size: 5.3333333333333333334vw;
        margin: 0 auto 6.66666666666666666667vw;
    }
    .info-shop .detail_area .greeting .ctt_flex{
        flex-direction: column;
        gap: 5.333333333333333333334vw;
    }
    .info-shop .detail_area .greeting .ctt_flex .img img{
        max-width: none;
    }
    .info-shop .detail_area .greeting .ctt_flex .note{
        font-size: 3.733333333333333333334vw;
        line-height: 1.71;
    }
    .info-shop .detail_area .map{
        margin: 0 0 13.33333333333333333334vw;
    }
    .info-shop .detail_area .map iframe{
        height: 80vw;
        margin: 0 0 8vw;
    }
    .info-shop .detail_area .map .btn a{
        max-width: 80vw;
        padding: 3.46666666666666666663vw 0 4vw;
        border: 1px solid #1A2C44;
    }
}


.info-shop .arrival{
    padding: 95px 0 100px;
    border-radius: 120px 0 0;
    background-color: #EAEDF4;
}
.info-shop .arrival .ttl_area{
    position: relative;
    z-index: 2;
    margin: 0 auto 60px;
}
.info-shop .arrival .ttl_area p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 16px;
}
.info-shop .arrival .ttl_area p::before,
.info-shop .arrival .ttl_area p::after{
    content: "";
    width: 6px;
    height: 30px;
    background-image: url(../img/single/purchase-area_ttl-deco2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.info-shop .arrival .ttl_area p::before{
    transform: scaleX(-1);
}
.info-shop .arrival .ttl_area h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
}
.info-shop .arrival .list_ctt{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 25px;
    margin: 0 0 68px;
}
.info-shop .arrival .list_ctt .item{
    position: relative;
    max-width: 280px;
    width: 100%;
    padding: 18px;
    background-color: #fff;
    border-radius: 10px;
    transition: all .3s;
}
.info-shop .arrival .list_ctt .item:hover{
    opacity: 1;
    transform: translate(-5px, -5px);
}
.info-shop .arrival .list_ctt .item .shop-cat{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.83;
    padding: 7px 15px 9px;
    color: #fff;
    background-color: #1A2C44;
    border-radius: 0 10px 0 10px;
    transition: all .3s;
}
.info-shop .arrival .list_ctt .item .thumanil{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    max-height: 300px;
    margin: 0 auto 18px;
}
.info-shop .arrival .list_ctt .item .thumanil img{
    width: auto;
    height: auto;
}
.info-shop .arrival .list_ctt .item .ttl{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.69;
    min-height: 44px;
    margin: 0 0 20px;
}
.info-shop .arrival .list_ctt .item .price_area{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 14px;
}
.info-shop .arrival .list_ctt .item .price_area::before{
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
        to right,
        #1A2C44 0px,
        #1A2C44 1px,
        transparent 1px,
        transparent 5px
    );
}   
.info-shop .arrival .list_ctt .item .price_area .label{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 23px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    border: 1px solid #2A2F4E;
}
.info-shop .arrival .list_ctt .item .price_area .price{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}
.info-shop .arrival .list_ctt .item .price_area .price span{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding-left: 8px;
}
.info-shop .arrival .list_ctt .item .cat span{
    font-size: 13px;
    letter-spacing: 0.06em;
    text-decoration: underline;
    color: #0052B7;
}
.info-shop .arrival .btn a{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 0 25px;
    color: #1A2C44;
    border: 1px solid #1A2C44;
}
.info-shop .arrival .btn a .arrow-normal{
    background-image: url(../img/top/contact-arrow-gray.svg);
}
.info-shop .arrival .btn a:hover{
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .info-shop .arrival{
        padding: 16vw 0 20vw;
    }
    .info-shop .arrival .ttl_area{
        margin: 0 auto 10.66666666666668vw;
    }
    .info-shop .arrival .ttl_area p{
        gap: 5.33333333334vw;
        font-size: 4vw;
        margin: 0 auto 3.2vw;
    }
    .info-shop .arrival .ttl_area p::before,
    .info-shop .arrival .ttl_area p::after{
        width: 1.6vw;
        height: 8vw;
    }
    .info-shop .arrival .ttl_area h2{
        font-size: 6.6666666666666667vw;
        line-height: 1.69;
    }
    .info-shop .arrival .list_ctt{
        gap: 4vw 2.66666666666666666667vw;
        justify-content: space-between;
        margin: 0 0 12vw;
    }
    .info-shop .arrival .list_ctt .item{
        max-width: 41.333333333333336vw;
        padding: 2.66666666666667vw 2.66666666666667vw 3.2vw;
        border-radius: 5px;
    }
    .info-shop .arrival .list_ctt .item .shop-cat{
        font-size: 2.6666666666666667vw;
        padding: 0.8vw 2.1333333333333333vw 1.06666666666666667vw;
        border-radius: 0 5px 0 5px;
    }
    .info-shop .arrival .list_ctt .item .thumanil{
        height: 36vw;
        max-height: 36vw;
        margin: 0 auto 2.666666666666666667vw;
    }
    .info-shop .arrival .list_ctt .item .thumanil img{
        height: 100%;
    }
    .info-shop .arrival .list_ctt .item .ttl{
        font-size: 2.66666666666667vw;
        min-height: 8.533333333333333vw;
        margin: 0 0 2.66666666666667vw;
    }
    .info-shop .arrival .list_ctt .item .price_area{
        padding-bottom: 3.2vw;
        margin-bottom: 2.66666666666666667vw;
        flex-wrap: wrap;
        gap: 1.333333333335vw 0;
    }
    .info-shop .arrival .list_ctt .item .price_area .label{
        width: 15.466666666666667vw;
        height: 4.8vw;
        font-size: 2.133333333333333333vw;
    }
    .info-shop .arrival .list_ctt .item .price_area .price{
        font-size: 4vw;
    }
    .info-shop .arrival .list_ctt .item .price_area .price span{
        font-size: 2.666666666667vw;
        padding-left: 0.53333333333333vw;
    }
    .info-shop .arrival .list_ctt .item .cat span{
        font-size: 2.13333333333333vw;
    }
    .info-shop .arrival .btn a{
        max-width: 80vw;
        padding: 4vw 0;
    }
}

@media only screen and (max-width: 768px) {
    .info-shop .strengths{
        padding: 17.333333333333336vw 0 25.333333333333336vw;
    }
}

.info-shop .news:before{
    display: none;
}
.info-shop .news .ttl_area{
    margin: 0 0 32px;
    color: #1A2C44;
}
.info-shop .news .ttl_area p{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 16px;
}
.info-shop .news .ttl_area p::before,
.info-shop .news .ttl_area p::after{
    content: "";
    width: 6px;
    height: 30px;
    background-image: url(../img/single/purchase-area_ttl-deco2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.info-shop .news .ttl_area p::before{
    transform: scaleX(-1);
}
.info-shop .news .ttl_area h2{
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.38;
}
.info-shop .news .btn a{
    color: #1A2C44;
    border: 2px solid #1A2C44;
}
.info-shop .news .btn a .arrow-normal{
    background-image: url(../img/top/contact-arrow-gray.svg);
}
.info-shop .news .btn a:hover{
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .info-shop .news .ttl_area{
        margin: 0 0 8vw;
    }
    .info-shop .news .ttl_area p{
        gap: 5.333333333333334vw;
        justify-content: center;
        text-align: center;
        font-size: 3.733333333333333334vw;
        margin: 0 auto 4.26666666666666667vw;
    }
    .info-shop .news .ttl_area h2{
        font-size: 6.4vw;
        text-align: center;
    }
}


/* 初めての方へ
------------------------------*/
#beginner .mv{
    background-image: url(../img/page/beginner_mv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 768px) {
    #beginner .mv{
        background-image: url(../img/page/beginner_mv-sp.jpg);
    }
}

#beginner .info-txt{
    padding: 125px 0 165px;
    overflow: hidden;
}
#beginner .info-txt h2{
    position: relative;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.25;
    margin: 0 auto 100px;
    z-index: 2;
}
#beginner .info-txt h2 span{
    color: #0052B7;
}
#beginner .info-txt h2 .bg-txt{
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 170px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.06;
    color: #FFFFFF;
    z-index: -1;
}
#beginner .info-txt .lower_area{
    position: relative;
}
#beginner .info-txt .lower_area .img{
    z-index: 1;
}
#beginner .info-txt .lower_area .left-img{
    position: absolute;
    top: 50%;
    left: -11.11111111111111vw;
    transform: translateY(-50%);
}
#beginner .info-txt .lower_area .right-img{
    position: absolute;
    top: 50%;
    right: -11.11111111111111vw;
    transform: translateY(-50%);
}
#beginner .info-txt .note{
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.94;
}
@media only screen and (max-width: 768px) {
    #beginner .info-txt{
        padding: 13.33333333333333334vw 0 21.333333333333336vw;
    }
    #beginner .info-txt h2{
        font-size: 5.3333333333333334vw;
        line-height: 1.5;
        margin: 0 auto 10.66666666666666666668vw;
    }
    #beginner .info-txt h2 .bg-txt{
        top: -5%;
        font-size: 15.2vw;
    }
    #beginner .info-txt .lower_area{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 18.666666666666668vw 0;
    }
    #beginner .info-txt .lower_area .left-img{
        position: relative;
        top: auto;
        left: auto;
        max-width: 38.4vw;
        transform: none;
        width: 100%;
        order: 2;
    }
    #beginner .info-txt .lower_area .right-img{
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        max-width: 39.648vw;
        width: 100%;
        order: 3;
    }
    #beginner .info-txt .note{
        width: 100%;
        order: 1;
        max-width: none;
        font-size: 3.7333333333333333334vw;
        line-height: 1.86;
    }
}

#beginner .beg-cta{
    position: relative;
    background-color: #1A2C44;
    border-radius: 120px 0 0;
    padding: 105px 0 110px;
}
#beginner .beg-cta .bg{
    position: absolute;
    top: -120px;
    right: 0;
}
#beginner .beg-cta .info_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 165px;
}
#beginner .beg-cta .info_flex .txt{
    position: relative;
    color: #fff;
}
#beginner .beg-cta .info_flex .txt::before{
    content: "";
    width: 1px;
    height: 180px;
    position: absolute;
    top: 50%;
    right: -83px;
    transform: translateY(-50%);
    background-image: repeating-linear-gradient(
        to bottom,
        #fff 0px,
        #fff 1px,
        transparent 1px,
        transparent 4px
        );
}
#beginner .beg-cta .info_flex .txt:last-of-type::before{
    display: none;
}
#beginner .beg-cta .info_flex .txt .name{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
}
#beginner .beg-cta .info_flex .txt .result{
    font-size: 53px;
    font-weight: bold;
    letter-spacing: 0;
}
#beginner .beg-cta .info_flex .txt .result span{
    font-size: 19px;
    letter-spacing: 0.06em;
    padding-left: 12px;
}
@media only screen and (max-width: 768px) {
    #beginner .beg-cta{
        border-radius: 16vw 0 0;
        padding: 13.3333333333333334vw 0 6.666666666666667vw;
    }
    #beginner .beg-cta .bg{
        top: -16vw;
        max-width: 16vw;
    }
    #beginner .beg-cta .info_flex{
        display: block;
    }
    #beginner .beg-cta .info_flex .txt{
        width: 100%;
        padding: 0 0 30px;
        margin: 0 0 30px;
    }
    #beginner .beg-cta .info_flex .txt:last-of-type{
        padding: 0;
        margin: 0;
    }
    #beginner .beg-cta .info_flex .txt::before{
        width: 100%;
        height: 1px;
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        transform: none;
        background-image: repeating-linear-gradient(
            to right,
            #fff 0px,
            #fff 1px,
            transparent 1px,
            transparent 4px
        );
    }
    #beginner .beg-cta .info_flex .txt .name{
        font-size: 4.5333333333333333vw;
    }
    #beginner .beg-cta .info_flex .txt .result{
        font-size: 10.6666666666666666668vw;
        text-align: center;
    }
    #beginner .beg-cta .info_flex .txt .result span{
        font-size: 4vw;
        padding-left: 3.2vw;
    }
}


#beginner .strengths{
    padding: 110px 0 125px;
}
@media only screen and (max-width: 768px) {
    #beginner .strengths{
        padding: 16vw 0 21.333333333333336vw;
    }
    #beginner .strengths .ttl_area h2{
        font-size: 6.4vw;
        margin: 0 -4px;
    }

}

#beginner .price_flow{
    padding: 120px 0 100px;
}
#beginner .price_flow .ttl_area{
    margin: 0 auto 80px;
}
#beginner .price_flow .ttl_area p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 16px;
}
#beginner .price_flow .ttl_area p::before,
#beginner .price_flow .ttl_area p::after{
    content: "";
    width: 6px;
    height: 30px;
    background-image: url(../img/single/purchase-area_ttl-deco2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#beginner .price_flow .ttl_area p::before{
    transform: scaleX(-1);
}
#beginner .price_flow .ttl_area h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 36px;
}
#beginner .price_flow .ttl_area .note{
    display: block;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
}
#beginner .price_flow .step_area{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0 18px;
    margin: 0 0 66px;
}
#beginner .price_flow .step_area .item .top-img{
    position: relative;
    margin: 0 auto 22px;
}
#beginner .price_flow .step_area .item .top-img::before{
    position: absolute;
    top: 50%;
    right: -42px;
    transform: translateY(-50%);
    content: "";
    width: 28px;
    height: 50px;
    background-image: url(../img/single/purchase-area_step-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#beginner .price_flow .step_area .item:last-of-type .top-img::before{
    display: none;
}
#beginner .price_flow .step_area .item .top-img .label{
    position: absolute;
    top: 30px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
}
#beginner .price_flow .step_area .item .top-img .label span{
    font-size: 24px;
}
#beginner .price_flow .step_area .item .top-img .label p{
    font-size: 39px;
}
#beginner .price_flow .step_area .item .top-img .img img{
    display: block;
}
#beginner .price_flow .step_area .item .ttl{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
}
#beginner .price_flow .step_area .item .ttl span{
    color: #0052B7;
}
#beginner .price_flow .comparison_area{
    display: flex;
    gap: 50px;
    padding: 55px 60px;
    border-radius: 20px;
    background-color: #fff;
}
#beginner .price_flow .comparison_area .img{
    flex-shrink: 0;
}
#beginner .price_flow .comparison_area .txt{
    flex: 1;
}
#beginner .price_flow .comparison_area .txt .ttl{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.43;
    margin: 0 0 35px;
    color: #F8711B;
}
#beginner .price_flow .comparison_area .txt .note{
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.63;
    margin: 0 0 30px;
}
#beginner .price_flow .comparison_area .txt .note a{
    color: #0052B7;
    text-decoration: underline;
}
#beginner .price_flow .comparison_area .txt .btn a{
    font-size: 14px;
    max-width: 170px;
    color: #1A2C44;
    border: 1px solid #1A2C44;
    padding: 12px 0 13px;
    margin: 0 0 0 auto;
}
#beginner .price_flow .comparison_area .txt .btn a .arrow-normal{
    background-image: url(../img/top/contact-arrow-gray.svg);
}
#beginner .price_flow .comparison_area .txt .btn a:hover{
    color: #fff;
    border: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
    #beginner .price_flow{
        padding: 13.3333333333333334vw 0 16vw;
    }
    #beginner .price_flow .ttl_area{
        margin: 0 auto 10.666666666666668vw;
    }
    #beginner .price_flow .ttl_area p{
        gap: 5.333333333333333334vw;
        font-size: 4vw;
        margin: 0 auto 3.2vw;
    }
    #beginner .price_flow .ttl_area p::before,
    #beginner .price_flow .ttl_area p::after{
        width: 1.6vw;
        height: 8vw;
        flex-shrink: 0;
        background-size: contain;
    }
    #beginner .price_flow .ttl_area h2{
        font-size: 6.6666666666666667vw;
        margin: 0 auto 6.6666666666666666667vw;
    }
    #beginner .price_flow .ttl_area .note{
        font-size: 4vw;
        list-style: 1.57;
    }
    #beginner .price_flow .step_area{
        justify-content: center;
        flex-direction: column;
        gap: 24vw;
        padding: 0;
        margin: 0 0 10.666666668vw;
    }
    #beginner .price_flow .step_area .item{
        position: relative;
    }
    #beginner .price_flow .step_area .item::before{
        position: absolute;
        bottom: -20vw;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        content: "";
        width: 6.666666666666667vw;
        height: 12vw;
        background-image: url(../img/single/purchase-area_step-arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #beginner .price_flow .step_area .item:last-of-type::before{
        display: none;
    }
    #beginner .price_flow .step_area .item .top-img{
        max-width: 74.66666666666667vw;
        margin: 0 auto;
    }
    #beginner .price_flow .step_area .item .top-img::before{
        display: none;
    }
    #beginner .price_flow .step_area .item:last-of-type .top-img::before{
        display: none;
    }
    #beginner .price_flow .step_area .item .top-img .label{
        top: 5.33333333333334vw;
        left: 2.6666666666666667vw;
        gap: 2.4vw;
    }
    #beginner .price_flow .step_area .item .top-img .label span{
        font-size: 4.8vw;
        padding-top: 0.8vw;
    }
    #beginner .price_flow .step_area .item .top-img .label p{
        font-size: 8.5333333333333vw;
    }
    #beginner .price_flow .step_area .item .ttl{
        font-size: 6.4vw;
    }
    #beginner .price_flow .comparison_area{
        flex-direction: column;
        gap: 8vw;
        padding: 4vw 4vw 5.333333333333334vw 4vw;
        border-radius: 10px;
    }
    #beginner .price_flow .comparison_area .txt .ttl{
        font-size: 5.333333333334vw;
        margin: 0 0 5.33333333333333334vw;
    }
    #beginner .price_flow .comparison_area .txt .note{
        font-size: 3.733333333334vw;
        margin: 0 0 5.33333333333334vw;
    }
    #beginner .price_flow .comparison_area .txt .btn a{
        font-size: 3.73333333333334vw;
        max-width: 53.333333333333336vw;
        padding: 3.2vw 0;
        margin: 0;
    }
}

#beginner .audit-method{
    padding: 90px 0 255px;
    margin-bottom: -125px;
    border-radius: 120px 0 0;
    background-color: #EAEDF4;
}
#beginner .audit-method .ttl_area{
    margin: 0 auto 70px;
}
#beginner .audit-method .ttl_area p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 16px;
}
#beginner .audit-method .ttl_area p::before,
#beginner .audit-method .ttl_area p::after{
    content: "";
    width: 6px;
    height: 30px;
    background-image: url(../img/single/purchase-area_ttl-deco2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#beginner .audit-method .ttl_area p::before{
    transform: scaleX(-1);
}
#beginner .audit-method .ttl_area h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 50px;
}
#beginner .audit-method .ttl_area .note{
    display: block;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.76;
}
#beginner .audit-method .ctt{
    padding: 50px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #1A2C44;
}
#beginner .audit-method .ctt .item{
    position: relative;
    display: flex;
    gap: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
#beginner .audit-method .ctt .item::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
        to right,
        #111111 0px,
        #111111 2px,
        transparent 2px,
        transparent 6px
    );
}
#beginner .audit-method .ctt .item:last-of-type{
    padding: 0;
    margin: 0;
    border: none;
}
#beginner .audit-method .ctt .item:last-of-type::before{
    display: none;
}
#beginner .audit-method .ctt .item .img{
    flex-shrink: 0;
}
#beginner .audit-method .ctt .item .img img{
    display: block;
    border-radius: 5px;
}
#beginner .audit-method .ctt .item .txt{
    flex: 1;
}
#beginner .audit-method .ctt .item .txt .name{
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 20px;
}
#beginner .audit-method .ctt .item .txt .name .label{
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 6px 19px 6px 16px;
    border-radius: 100vw;
    color: #fff;
    background-color: #1A2C44;
}
#beginner .audit-method .ctt .item .txt .name p{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.06em;
}
#beginner .audit-method .ctt .item .txt .note{
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.69;
    margin: 0 0 30px;
}
#beginner .audit-method .ctt .item .txt .note a{
    color: #137DE8;
    text-decoration: underline;
}
#beginner .audit-method .ctt .item .tell_area{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 310px;
    height: 80px;
    border: 1px solid #1A2C44;
}
#beginner .audit-method .ctt .item .tell_area .number{
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.32;
}
#beginner .audit-method .ctt .item .tell_area .number::before{
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(../img/single/tell-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(9deg);
}
#beginner .audit-method .ctt .item .tell_area .under-txt{
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.08em;
}
#beginner .audit-method .ctt .item .line_area a{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.25;
    width: 310px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 2px;
    border: 1px solid #1A2C44;
    color: #fff;
    background-color: #4EB968;
}
#beginner .audit-method .ctt .item .line_area a::before{
    content: "";
    width: 24px;
    height: 23px;
    background-image: url(../img/common/line_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#beginner .audit-method .ctt .item .online_area a{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.49;
    width: 310px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 2px;
    border: 1px solid #1A2C44;
    background-color: #FBCF2D;
}
#beginner .audit-method .ctt .item .online_area a::before{
    content: "";
    width: 32px;
    height: 26px;
    background-image: url(../img/top/top-cta_online-icon.svg);    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#beginner .audit-method .ctt .item .shop_area a{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.49;
    width: 310px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 2px;
    border: 1px solid #1A2C44;
}
#beginner .audit-method .ctt .item .shop_area a::before{
    content: "";
    width: 35px;
    height: 29px;
    background-image: url(../img/common/shop-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
}
@media only screen and (max-width: 768px) {
    #beginner .audit-method{
        padding: 13.3333333333333334vw 0 32vw;
        border-radius: 60px 0 0;
        margin: 0;
    }
    #beginner .audit-method .ttl_area{
        margin: 0 auto 10.666666666666668vw;
    }
    #beginner .audit-method .ttl_area p{
        gap: 5.333333333333333333334vw;
        font-size: 4vw;
        margin: 0 auto 3.2vw;
    }
    #beginner .audit-method .ttl_area p::before,
    #beginner .audit-method .ttl_area p::after{
        width: 1.6vw;
        height: 8vw;
        flex-shrink: 0;
        background-size: contain;
    }
    #beginner .audit-method .ttl_area h2{
        font-size: 6.6666666666666667vw;
        margin: 0 auto 6.6666666666666666667vw;
    }
    #beginner .audit-method .ttl_area .note{
        font-size: 4vw;
        line-height: 1.57;
    }
    #beginner .audit-method .ctt{
        padding: 4vw;
        border-radius: 5px;
    }
    #beginner .audit-method .ctt .item{
        flex-direction: column;
        gap: 8vw;
        padding-bottom: 8vw;
        margin-bottom: 8vw;
    }
    #beginner .audit-method .ctt .item .txt .name{
        display: block;
        margin: 0 0 4vw;
    }
    #beginner .audit-method .ctt .item .txt .name .label{
        font-size: 3.73333333333334vw;
        padding: 1.3333333333333335vw 2.6666666666667vw;
    }
    #beginner .audit-method .ctt .item .txt .name p{
        font-size: 6.4vw;
        margin: 3.2vw 0 0;
    }
    #beginner .audit-method .ctt .item .txt .note{
        font-size: 3.7333333333334vw;
        letter-spacing: 0.02em;
        margin: 0 0 5.333333333334vw;
    }
    #beginner .audit-method .ctt .item .tell_area{
        width: 100%;
        height: 17.333333333333336vw;
    }
    #beginner .audit-method .ctt .item .tell_area .number{
        gap: 4px;
        font-size: 6.4vw;
    }
    #beginner .audit-method .ctt .item .tell_area .number::before{
        width: 4vw;
        height: 4vw;
    }
    #beginner .audit-method .ctt .item .tell_area .under-txt{
        font-size: 2.6666666666667vw;
    }
    #beginner .audit-method .ctt .item .line_area a{
        font-size: 4.8vw;
        width: 100%;
        height: 16vw;
        gap: 2.6666666666667vw;
    }
    #beginner .audit-method .ctt .item .line_area a::before{
        width: 5.86666666666666vw;
        height: 5.6000000000000005vw;
    }
    #beginner .audit-method .ctt .item .online_area a{
        font-size: 4.2666666666666667vw;
        width: 100%;
        height: 16vw;
        gap: 2.133333333333333333vw;
    }
    #beginner .audit-method .ctt .item .online_area a::before{
        width: 8vw;
        height: 6.66666666666666667vw;
    }
    #beginner .audit-method .ctt .item .shop_area a{
        font-size: 4.2666666666666667vw;
        width: 100%;
        height: 16vw;
        gap: 3.2vw;
    }
    #beginner .audit-method .ctt .item .shop_area a::before{
        width: 9.3333333333334vw;
        height: 7.73333333333333vw;
    }
}

#beginner .liquor-type{
    background-color: #F3F6F9;
    border-radius: 120px 0 0 0;
}
#beginner .liquor-type .bg{
    position: absolute;
    top: -120px;
    bottom: auto;
}
#beginner .liquor-type .inner{
    max-width: 1260px;
}
@media only screen and (max-width: 768px) {
    #beginner .liquor-type{
        margin: -16vw 0 0;
        border-radius: 16vw 0 0;
    }
    #beginner .liquor-type .bg{
        top: -16vw;
        max-width: 16vw;
    }
}


/* 買取系　共通スタイル
------------------------------*/
.purchase-page .mv{
    max-height: none;
    padding: 160px 0 80px;
}
.purchase-page .mv .mv-txt{
    margin: 0 0 56px;
}
.purchase-page .mv .mv-txt .hukidasi{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 345px;
    height: 50px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin: 0 auto 16px;
    color: #1A2C44;
    background-color: #F8F8F8;
    border-radius: 100vw;
}
.purchase-page .mv .mv-txt .hukidasi::before{
    content: "";
    width: 31px;
    height: 14px;
    background-image: url(../img/page/purchase_mv-deco.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.purchase-page .mv .mv-txt h1{
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 0 10px;
}
.purchase-page .mv .mv-txt .note{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    letter-spacing: 0.06em;
    margin: 0;
}
.purchase-page .mv .info_flex{
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}
.purchase-page .mv .info_flex .item{
    display: flex;
    align-items: center;
    width: 540px;
    border-radius: 5px;
    border: 1px solid #111111;
    padding: 20px;
}
.purchase-page .mv .info_flex .line{
    gap: 28px;
    color: #fff;
    background-color: #5CB242;
}
.purchase-page .mv .info_flex .tell{
    padding: 20px 0 20px 20px;
    color: #111111;
    background-color: #fff;
}
.purchase-page .mv .info_flex .item .img img{
    border-radius: 5px 0 0 5px;
}
.purchase-page .mv .info_flex .line .txt .name{
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.18;
    margin: 0 0 20px;
}
.purchase-page .mv .info_flex .line .txt .name::before{
    content: "";
    width: 37px;
    height: 36px;
    background-image: url(../img/common/line_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.purchase-page .mv .info_flex .line .txt .note{
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin: 0;
}
.purchase-page .mv .info_flex .tell .txt{
    flex: 1;
    text-align: center;
}
.purchase-page .mv .info_flex .tell .txt .top_txt{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #111111;
}
.purchase-page .mv .info_flex .tell .txt .number{
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 6px;
    color: #111111;
}
.purchase-page .mv .info_flex .tell .txt .under_txt{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em;   
    line-height: 1.33;
    margin: 0 auto;
    color: #111111;
}
@media only screen and (max-width: 768px) {
    .purchase-page .mv{
        padding: 38.666666666666664vw 0 14.6666666666666666vw;
    }
    .purchase-page .mv .mv-txt{
        margin: 0 0 9.866666666666667vw;
    }
    .purchase-page .mv .mv-txt .hukidasi{
        width: 64vw;
        height: 9.3333333333333334vw;
        font-size: 4vw;
        margin: 0 auto 2.9333333333333333vw;
    }
    .purchase-page .mv .mv-txt .hukidasi::before{
        width: 5.866666666666666666666vw;
        height: 2.666666666666666666667vw;
        bottom: -1.6vw;
    }
    .purchase-page .mv .mv-txt h1{
        font-size: 14.6666666666666666vw;
        margin: 0 0 3.2vw;
    }
    .purchase-page .mv .mv-txt .note{
        font-size: 3.73333333333333334vw;
        line-height: 1.5;
    }
    .purchase-page .mv .info_flex{
        flex-wrap: wrap;
        flex-direction: column;
        gap: 3.2vw;
    }
    .purchase-page .mv .info_flex .item{
        width: 100%;
        padding: 2.66667vw;
    }
    .purchase-page .mv .info_flex .line{
        gap: 4vw;
    }
    .purchase-page .mv .info_flex .tell{
        padding: 2.666666666666667vw 0 2.666666666666667vw 2.666666666666667vw;
    }
    .purchase-page .mv .info_flex .item .img img{
        max-width: 32vw;
        width: 100%;
    }
    .purchase-page .mv .info_flex .line .txt .name{
        gap: 1.33333333335vw;
        font-size: 5.333333333333334vw;
        margin: 0 0 2.6666666666667vw;
    }
    .purchase-page .mv .info_flex .line .txt .name::before{
        width: 6.6666666666666667vw;
        height: 6.4vw;
    }
    .purchase-page .mv .info_flex .line .txt .note{
        font-size: 3.2vw;
    }
    .purchase-page .mv .info_flex .tell .txt .top_txt{
        font-size: 3.2vw;
        letter-spacing: 0.06em;
    }
    .purchase-page .mv .info_flex .tell .txt .number{
        font-size: 5.866666666666666vw;
        margin: 0 0 1.333333333333335vw;
    }
    .purchase-page .mv .info_flex .tell .txt .under_txt{
        font-size: 2.666666666667vw;
    }
}

.purchase-page .sub_nav{
    color: #fff;
    background-color: #1A2C44;
}
.purchase-page .sub_nav ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}
.purchase-page .sub_nav ul li{
    position: relative;
    flex: 1;
    text-align: center;
}
.purchase-page .sub_nav ul li::before{
    content: "";
    width: 1px;
    height: 100%;
    background-image: repeating-linear-gradient(to bottom, #fff, #fff 1px, transparent 1px, transparent 4px);
    position: absolute;
    top: 0;
    left: 0;
}
.purchase-page .sub_nav ul li:last-child::after{
    content: "";
    width: 1px;
    height: 100%;
    background-image: repeating-linear-gradient(to bottom, #fff, #fff 1px, transparent 1px, transparent 4px);
    position: absolute;
    top: 0;
    right: 0;
}
.purchase-page .sub_nav ul li a{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 2.13;
}
@media only screen and (max-width: 768px) {
    .purchase-page .sub_nav .inner{
        padding: 0;
    }
    .purchase-page .sub_nav ul{
        flex-wrap: wrap;
        height: 32vw;
    }
    .purchase-page .sub_nav ul li{
        max-width: 50vw;
        flex: auto;
        width: 100%;
    }
    .purchase-page .sub_nav ul li::before,
    .purchase-page .sub_nav ul li:last-child::after{
        display: none;
    }
    .purchase-page .sub_nav ul li a{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 16vw;
        font-size: 3.2vw;
        line-height: normal;
    }
    .purchase-page .sub_nav ul li:first-child a{
        border-right: 1px solid #2A415F;
        border-bottom: 1px solid #2A415F;
    }
    .purchase-page .sub_nav ul li:nth-of-type(2) a{
        border-bottom: 1px solid #2A415F;
    }
    .purchase-page .sub_nav ul li:nth-of-type(3) a{
        border-right: 1px solid #2A415F;
    }

}

.purchase-page #bcn{
    padding: 18px 0 0;
    background-color: #EAEDF4;
}
@media only screen and (max-width: 768px) {
    .purchase-page #bcn{
        padding: 15px 0 0;
    }
}

.purchase-page .info-text{
    position: relative;
    background-color: #EAEDF4;
    padding: 0 0 120px;
}
.purchase-page .info-text .inner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    height: 470px;
    max-height: 470px;
    position: relative;
    z-index: 2;
}
.purchase-page .info-text h2{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.4;
}
.purchase-page .info-text h2 span{
    color: #0052B7;
}
.purchase-page .info-text .note{
    font-size: 15px;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 2;
}
.purchase-page .info-text .bg-txt{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 170px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
    color: #fff;
    z-index: 1;
}
@media only screen and (max-width: 768px) {
    .purchase-page .info-text{
        padding: 0 0 32vw;
    }
    .purchase-page .info-text .inner{
        gap: 10.6666666666666666666668vw;
        padding: 14.66666666666666666vw 6.6666666666666666666667vw 0;
        height: auto;
        max-height: none;
    }
    .purchase-page .info-text h2{
        font-size: 5.3333333333333333333334vw;
        line-height: 1.5;
    }
    .purchase-page .info-text .note{
        font-size: 3.73333333333333333334vw;
        line-height: 1.86;
    }
    .purchase-page .info-text .bg-txt{
        top: 20%;
        font-size: 15.2vw;
    }
}

.purchase-page .recom{
    position: relative;
    padding: 100px 0 105px;
    margin: -120px 0 0;
    background-color: #F4F6F9;
    border-radius: 120px 0 0;
}
.purchase-page .recom .bg{
    position: absolute;
    top: -120px;
    right: 0;
}
.purchase-page .recom .ttl_area{
    margin: 0 auto 45px;
}
.purchase-page .recom .ttl_area p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 16px;
}
.purchase-page .recom .ttl_area p::before,
.purchase-page .recom .ttl_area p::after{
    content: "";
    width: 6px;
    height: 30px;
    background-image: url(../img/single/purchase-area_ttl-deco2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.purchase-page .recom .ttl_area p::before{
    transform: scaleX(-1);
}
.purchase-page .recom .ttl_area h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
}
.purchase-page .recom .ttl_area h2 span{
    color: #0052B7;
}
.purchase-page .recom .ttl_area .note {
    display: block;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.76;
}
.purchase-page .recom .point_flex{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}
.purchase-page .recom .point_flex .item{
    max-width: 285px;
    width: 100%;
    padding: 15px 15px 20px;
    background-color: #fff;
    border-radius: 5px;
}
.purchase-page .recom .point_flex .item .img img{
    display: block;
    margin: 0 0 15px;
}
.purchase-page .recom .point_flex .item .note{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.33;
}
.purchase-page .recom .point_flex .item .note span{
    color: #0052B7;
}
@media only screen and (max-width: 768px) {
    .purchase-page .recom{
        padding: 13.33333333333334vw 0 16vw;
        margin: -16vw 0 0;
        border-radius: 16vw 0 0;
    }
    .purchase-page .recom .inner{
        padding: 0 4.26666666666666667vw;
    }
    .purchase-page .recom .bg{
        top: -16vw;
        max-width: 16vw;
    }
    .purchase-page .recom .ttl_area{
        margin: 0 auto 10.666666666666668vw;
    }
    .purchase-page .recom .ttl_area p{
        gap: 5.3333333333333333334vw;
        font-size: 4vw;
        margin: 0 auto 4.8vw;
    }
    .purchase-page .recom .ttl_area p::before,
    .purchase-page .recom .ttl_area p::after{
        width: 1.6vw;
        height: 8vw;
        flex-shrink: 0;
        background-size: contain;
    }
    .purchase-page .recom .ttl_area h2{
        font-size: 6.4vw;
        margin: 0 auto;
    }
    .purchase-page .recom .point_flex{
        flex-wrap: wrap;
        gap: 1.333333333333333333335vw 2.93333333333333333vw;
    }
    .purchase-page .recom .point_flex .item{
        max-width: 44vw;
        padding: 2.4vw 2.4vw 4vw;
    }
    .purchase-page .recom .point_flex .item .img img{
        margin: 0 0 2.6666666666666667vw;
    }
    .purchase-page .recom .point_flex .item .note{
        font-size: 2.6666666666666667vw;
        line-height: 1.7;
    }
}

.purchase-page .top-cta{
    margin: 0;
}

.purchase-page .flow{
    padding: 190px 0 240px;
    background-color: #EAEDF4;
}
.purchase-page .flow .ttl_area{
    margin: 0 auto 45px;
}
.purchase-page .flow .ttl_area p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 16px;
}
.purchase-page .flow .ttl_area p::before,
.purchase-page .flow .ttl_area p::after{
    content: "";
    width: 6px;
    height: 30px;
    background-image: url(../img/single/purchase-area_ttl-deco2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.purchase-page .flow .ttl_area p::before{
    transform: scaleX(-1);
}
.purchase-page .flow .ttl_area h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
}
.purchase-page .flow .ttl_area h2 span{
    color: #0052B7;
}
.purchase-page .flow .ctt .item{
    position: relative;
    display: flex;
    gap: 50px;
    width: 100%;
    padding: 50px;
    margin: 0 0 40px;
    border-radius: 10px;
    background-color: #fff;
}
.purchase-page .flow .ctt .item:last-of-type{
    margin: 0;
}
.purchase-page .flow .ctt .item::before{
    content: "";
    width: 4px;
    height: 35px;
    background-image: url(../img/page/purchase_step-deco.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.purchase-page .flow .ctt .item:last-of-type::before{
    display: none;
}
.purchase-page .flow .ctt .item .img{
    flex-shrink: 0;
}
.purchase-page .flow .ctt .item .img img{
    display: block;
    max-width: 400px;
    width: 100%;
    border-radius: 5px;
}
.purchase-page .flow .ctt .item .txt{
    flex: 1;
}
.purchase-page .flow .ctt .item .txt .label{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 20px;
    color: #0052B7;
}
.purchase-page .flow .ctt .item .txt .label span{
    font-size: 30px;
}
.purchase-page .flow .ctt .item .txt .ttl{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin: 0 0 20px;
}
.purchase-page .flow .ctt .item .txt .note{
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.69;
}
.purchase-page .flow .ctt .item .txt .note a{
    color: #137DE8;
}
.purchase-page .flow .ctt .item .txt .info-area{
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin: 30px 0 0;
}
.purchase-page .flow .ctt .item .txt .info-area .btn{
    display: block;
    max-width: 280px;
    width: 100%;
}
.purchase-page .flow .ctt .item .txt .info-area .btn a{
    width: 100%;
    height: 70px;
    border-radius: 2px;
}
.purchase-page .flow .ctt .item .txt .info-area .tell a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    color: #111111;
    background-color: #FFFFFF;
    border: 1px solid #707070;
    transition: all .3s;
}
.purchase-page .flow .ctt .item .txt .info-area .tell a .tell{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.3;
}
.purchase-page .flow .ctt .item .txt .info-area .tell a .tell::before{
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/page/tell_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.purchase-page .flow .ctt .item .txt .info-area .tell a .note{
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.08em;
}
.purchase-page .flow .ctt .item .txt .info-area .line a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #fff;
    background-color: #4EB968;
    border: 1px solid #1A2C44;
    transition: all .3s;
}
.purchase-page .flow .ctt .item .txt .info-area .line a::before{
    content: "";
    width: 30px;
    height: 29px;
    background-image: url(../img/common/line_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.purchase-page .flow .ctt .item .txt .info-area .tell a:hover,
.purchase-page .flow .ctt .item .txt .info-area .line a:hover{
    opacity: 0.7;
}
.purchase-page .flow .ctt .item .txt .page-link_area{
    display: flex;
    align-items: stretch;
    gap: 30px;
    margin: 30px 0 0;
}
.purchase-page .flow .ctt .item .txt .page-link_area .btn{
    max-width: 280px;
    width: 100%;
}
.purchase-page .flow .ctt .item .txt .page-link_area .btn a{
    width: 100%;
    color: #111111;
    padding: 11px 0 13px;
    border: 1px solid #111111;
}
.purchase-page .flow .ctt .item .txt .page-link_area .btn a .arrow-normal{
    background-image: url(../img/top/contact-arrow-gray.svg);
}
.purchase-page .flow .ctt .item .txt .page-link_area .btn a:hover{
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .purchase-page .flow{
        padding: 45.3333333333333333vw 0 32vw;
    }
    .purchase-page .flow .ttl_area{
        margin: 0 auto 10.666666666666668vw;
    }
    .purchase-page .flow .ttl_area p{
        gap: 5.3333333333333333334vw;
        font-size: 4vw;
        margin: 0 auto 3.2vw;
    }
    .purchase-page .flow .ttl_area p::before,
    .purchase-page .flow .ttl_area p::after{
        width: 1.6vw;
        height: 8vw;
        flex-shrink: 0;
        background-size: contain;
    }
    .purchase-page .flow .ttl_area h2{
        font-size: 6.4vw;
        margin: 0 auto;
    }
    .purchase-page .flow .ctt .item{
        flex-direction: column;
        gap: 4.266666666666666666667vw;
        padding: 5.3333333333333334vw 5.333333333333333333334vw 10.66666666666666668vw;
        margin: 0 0 10.6666666666666666666668vw;
    }
    .purchase-page .flow .ctt .item::before{
        bottom: -4.8vw;
    }
    .purchase-page .flow .ctt .item .img img{
        max-width: none;    
    }
    .purchase-page .flow .ctt .item .txt .label{
        font-size: 4vw;
        margin: 0 0 3.2vw;
    }
    .purchase-page .flow .ctt .item .txt .label span{
        font-size: 5.866666666666666666666vw;
    }
    .purchase-page .flow .ctt .item .txt .ttl{
        font-size: 4.8vw;
        margin: 0 0 5.333333333333333333334vw;
    }
    .purchase-page .flow .ctt .item .txt .note{
        font-size: 3.46666666666666663vw;
        line-height: 1.92;
    }
    .purchase-page .flow .ctt .item .txt .info-area{
        flex-direction: column;
        gap: 2.666666666666666667vw;
        margin: 8vw 0 0;
    }
    .purchase-page .flow .ctt .item .txt .info-area .btn{
        max-width: none;
    }
    .purchase-page .flow .ctt .item .txt .info-area .btn a{
        height: 18.666666666666668vw;
    }
    .purchase-page .flow .ctt .item .txt .info-area .tell a .tell{
        gap: 1.2vw;
        font-size: 6.1333333333333333vw;
    }
    .purchase-page .flow .ctt .item .txt .info-area .tell a .tell::before{
        width: 4.26666666666666666667vw;
        height: 4.26666666666666666667vw;
    }
    .purchase-page .flow .ctt .item .txt .info-area .tell a .note{
        font-size: 2.93333333333333333333vw;
    }
    .purchase-page .flow .ctt .item .txt .info-area .line a{
        gap: 2.4vw;
        font-size: 4.8vw;
    }
    .purchase-page .flow .ctt .item .txt .info-area .line a::before{
        width: 5.866666666666666666666vw;
        height: 5.600000000000000000005vw;
    }
    .purchase-page .flow .ctt .item .txt .page-link_area{
        flex-direction: column;
        gap: 2.66666666666667vw;
        margin: 8vw 0 0;
    }
    .purchase-page .flow .ctt .item .txt .page-link_area .btn{
        max-width: 74.66666666666667vw;
    }
    .purchase-page .flow .ctt .item .txt .page-link_area .btn a{
        padding: 3.2vw 0 3.7333333333333333334vw;
    }
}

.purchase-page .preparation{
    padding: 95px 0 120px;
}
@media only screen and (max-width: 768px) {
    .purchase-page .preparation{
        padding: 13.333333333333333334vw 0 18.666666666666666668vw;
    }
}

.purchase-page .liquor-type{
    background-color: #F3F6F9;
    z-index: 1;
}
.purchase-page .liquor-type .inner{
    max-width: 1260px;
}

/* 店頭買取
------------------------------*/
#shop .mv{
    background-image: url(../img/page/purchase-shop_mv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 768px) {
    #shop .mv{
        background-image: url(../img/page/purchase-shop_mv-sp.jpg);
    }
}


/* 出張買取
------------------------------*/
#business .mv{
    background-image: url(../img/page/purchase-business_mv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 768px) {
    #business .mv{
        background-image: url(../img/page/purchase-business_mv-sp.jpg);
    }
}

#business .pur-area{
    padding: 120px 0 135px;
    background-image: url(../img/common/sub-cta_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#business .pur-area .ttl_area{
    margin: 0 auto 90px;
    color: #fff;
}
#business .pur-area .ttl_area p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 16px;
}
#business .pur-area .ttl_area p::before,
#business .pur-area .ttl_area p::after{
    content: "";
    width: 6px;
    height: 30px;
    background-image: url(../img/single/purchase-area_ttl-deco.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#business .pur-area .ttl_area p::before{
    transform: scaleX(-1);
}
#business .pur-area .ttl_area h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 50px;
}
#business .pur-area .ttl_area .note {
    display: block;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.06em;
}
#business .pur-area .ctt_flex{
    display: flex;
    gap: 70px;
}
#business .pur-area .ctt_flex .img{
    flex-shrink: 0;
}
#business .pur-area .ctt_flex .img img{
    max-width: 560px;
    width: 100%;
    border-radius: 5px;
}
#business .pur-area .ctt_flex .txt{
    flex: 1;
    color: #fff;
}
#business .pur-area .ctt_flex .txt .note{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 0 50px;
}
#business .pur-area .ctt_flex .txt .price_area .item{
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 0 25px;
    margin: 0 0 20px;
}
#business .pur-area .ctt_flex .txt .price_area .item:last-of-type{
    padding: 0;
    margin: 0;
}
#business .pur-area .ctt_flex .txt .price_area .item::before{
    content: "";
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 4px);
    position: absolute;
    bottom: 0;
    left: 0;
}
#business .pur-area .ctt_flex .txt .price_area .item:last-of-type::before{
    display: none;
}
#business .pur-area .ctt_flex .txt .price_area .item p{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
}
#business .pur-area .ctt_flex .txt .price_area .item .price{
    font-size: 30px;
}
@media only screen and (max-width: 768px) {
    #business .pur-area{
        padding: 16vw 0 13.3333333333333333335vw;
    }
    #business .pur-area .ttl_area{
        margin: 0 auto 10.666666666666668vw;
    }
    #business .pur-area .ttl_area p{
        gap: 5.333333333333333333334vw;
        font-size: 4vw;
        margin: 0 auto 3.2vw;
    }
    #business .pur-area .ttl_area p::before,
    #business .pur-area .ttl_area p::after{
        width: 1.6vw;
        height: 8vw;
        flex-shrink: 0;
        background-size: contain;
    }
    #business .pur-area .ttl_area h2{
        font-size: 6.6666666666666667vw;
        margin: 0 auto 6.6666666666666666667vw;
    }
    #business .pur-area .ttl_area .note{
        font-size: 4vw;
        line-height: 1.57;
    }
    #business .pur-area .ctt_flex{
        flex-direction: column;
        gap: 10.666666666666668vw;
    }
    #business .pur-area .ctt_flex .img img{
        max-width: none;
    }
    #business .pur-area .ctt_flex .txt{
        width: 100%;
    }
    #business .pur-area .ctt_flex .txt .note{
        font-size: 4.2666666666667vw;
        line-height: 1.75;
        margin: 0 0 6.6666666666666667vw;
    }
    #business .pur-area .ctt_flex .txt .price_area .item{
        flex-direction: column;
        justify-content: center;
        gap: 2.13333333333333333333vw;
        padding: 0 0 5.3333333333333333333334vw;
        margin: 0 0 5.333333333333333333333334vw;
    }
    #business .pur-area .ctt_flex .txt .price_area .item p{
        font-size: 4.8vw;
    }
    #business .pur-area .ctt_flex .txt .price_area .item .price{
        font-size: 5.866666666666666666666vw;
    }
}

#business .middle-img img{
    display: block;
    width: 100%;
    margin: 0 auto;
}

#business .sell{
    position: relative;
    padding: 100px 0 140px;
}
#business .sell .bg{
    position: absolute;
    top: 120px;
    left: 0;
    max-width: 500px;
    z-index: 1;
}
#business .sell .inner{
    position: relative;
    z-index: 2;
}
#business .sell .ttl_area{
    margin: 0 auto 70px;
}
#business .sell .ttl_area p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 16px;
}
#business .sell .ttl_area p::before,
#business .sell .ttl_area p::after{
    content: "";
    width: 6px;
    height: 30px;
    background-image: url(../img/single/purchase-area_ttl-deco2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#business .sell .ttl_area p::before{
    transform: scaleX(-1);
}
#business .sell .ttl_area h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 60px;
}
#business .sell .ttl_area .note {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.06em;
}
#business .sell .ctt .item{
    position: relative;
    display: flex;
    gap: 50px;
    width: 100%;
    padding: 50px;
    margin: 0 0 40px;
    border-radius: 10px;
    background-color: #fff;
}
#business .sell .ctt .item .img{
    flex-shrink: 0;
}
#business .sell .ctt .item .img img{
    display: block;
    max-width: 400px;
    width: 100%;
    border-radius: 5px;
}
#business .sell .ctt .item .txt{
    flex: 1;
}
#business .sell .ctt .item .txt .label{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 20px;
    color: #0052B7;
}
#business .sell .ctt .item .txt .label span{
    font-size: 30px;
}
#business .sell .ctt .item .txt .ttl{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin: 0 0 20px;
}
#business .sell .ctt .item .txt .note{
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.69;
}
#business .sell .ctt .item .txt .note span{
    color: #137DE8;
}
#business .sell .ctt .item .txt .info-area{
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin: 30px 0 0;
}
#business .sell .ctt .item .txt .info-area .btn{
    display: block;
    max-width: 280px;
    width: 100%;
}
#business .sell .ctt .item .txt .info-area .btn a{
    width: 100%;
    height: 70px;
    border-radius: 2px;
}
#business .sell .ctt .item .txt .info-area .tell a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    color: #111111;
    background-color: #FFFFFF;
    border: 1px solid #707070;
    transition: all .3s;
}
#business .sell .ctt .item .txt .info-area .tell a .tell{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.3;
}
#business .sell .ctt .item .txt .info-area .tell a .tell::before{
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/page/tell_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#business .sell .ctt .item .txt .info-area .tell a .note{
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.08em;
}
#business .sell .ctt .item .txt .info-area .line a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #fff;
    background-color: #4EB968;
    border: 1px solid #1A2C44;
    transition: all .3s;
}
#business .sell .ctt .item .txt .info-area .line a::before{
    content: "";
    width: 30px;
    height: 29px;
    background-image: url(../img/common/line_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#business .sell .ctt .item .txt .info-area .tell a:hover,
#business .sell .ctt .item .txt .info-area .line a:hover{
    opacity: 0.7;
}
@media only screen and (max-width: 768px) {
    #business .sell{
        padding: 16vw 0;
    }
    #business .sell .bg{
        top: 20vw;
        max-width: 66.13333333333333vw;
    }
    #business .sell .ttl_area{
        margin: 0 auto 10.666666666666668vw;
    }
    #business .sell .ttl_area p{
        gap: 5.333333333333333333334vw;
        font-size: 4vw;
        margin: 0 auto 3.2vw;
    }
    #business .sell .ttl_area p::before,
    #business .sell .ttl_area p::after{
        width: 1.6vw;
        height: 8vw;
        flex-shrink: 0;
        background-size: contain;
    }
    #business .sell .ttl_area h2{
        font-size: 6.6666666666666667vw;
        margin: 0 auto 6.6666666666666666667vw;
    }
    #business .sell .ttl_area .note{
        font-size: 4vw;
        text-align: left;
        line-height: 1.57;
    }
    #business .sell .ctt .item{
        flex-direction: column;
        gap: 4.266666666666666666667vw;
        padding: 5.3333333333333334vw 5.333333333333333333334vw 10.66666666666666668vw;
        margin: 0;
    }
    #business .sell .ctt .item .img img{
        max-width: none;    
    }
    #business .sell .ctt .item .txt .label{
        font-size: 4vw;
        margin: 0 0 3.2vw;
    }
    #business .sell .ctt .item .txt .label span{
        font-size: 5.866666666666666666666vw;
    }
    #business .sell .ctt .item .txt .ttl{
        font-size: 4.8vw;
        margin: 0 0 5.333333333333333333334vw;
    }
    #business .sell .ctt .item .txt .note{
        font-size: 3.46666666666666663vw;
        line-height: 1.92;
    }
    #business .sell .ctt .item .txt .info-area{
        flex-direction: column;
        gap: 2.666666666666666667vw;
        margin: 8vw 0 0;
    }
    #business .sell .ctt .item .txt .info-area .btn{
        max-width: none;
    }
    #business .sell .ctt .item .txt .info-area .btn a{
        height: 18.666666666666668vw;
    }
    #business .sell .ctt .item .txt .info-area .tell a .tell{
        gap: 1.2vw;
        font-size: 6.1333333333333333vw;
    }
    #business .sell .ctt .item .txt .info-area .tell a .tell::before{
        width: 4.26666666666666666667vw;
        height: 4.26666666666666666667vw;
    }
    #business .sell .ctt .item .txt .info-area .tell a .note{
        font-size: 2.93333333333333333333vw;
    }
    #business .sell .ctt .item .txt .info-area .line a{
        gap: 2.4vw;
        font-size: 4.8vw;
    }
    #business .sell .ctt .item .txt .info-area .line a::before{
        width: 5.866666666666666666666vw;
        height: 5.600000000000000000005vw;
    }
}


/* 宅配買取
------------------------------*/
#delivery .mv{
    background-image: url(../img/page/purchase-delivery_mv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 768px) {
    #delivery .mv{
        background-image: url(../img/page/purchase-delivery_mv-sp.jpg);
    }
}
@media only screen and (max-width: 768px) {
    #delivery .info-text h2{
        font-size: 4.8vw;
        margin: 0 -10px;
    }
}

#delivery .flow .item .txt .note .small-txt{
    font-size: 14px;
    color: #1A2C44;
}
#delivery .flow .item .txt .form_btn{
    max-width: 280px;
    width: 100%;
    display: block;
    margin: 30px 0 0;
}
#delivery .flow .item .txt .form_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    height: 80px;
    color: #fff;
    background-color: #4272AD;
    border: 1px solid #1A2C44;
    border-radius: 2px;
}
#delivery .flow .item .txt .form_btn a p{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.08em;
}
#delivery .flow .item .txt .form_btn a span{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    #delivery .flow .item .txt .form_btn{
        max-width: none;
        margin: 6.4vw 0 0;
    }
    #delivery .flow .item .txt .form_btn a{
        height: 18.6666666666666666668vw;
    }
    #delivery .flow .item .txt .form_btn a p{
        font-size: 4.8vw;
    }
    #delivery .flow .item .txt .form_btn a span{
        font-size: 3.466666666666666666663vw;
    }
}

#delivery .area-map{
    padding: 120px 0;
}
#delivery .area-map .ttl_area{
    margin: 0 auto 8px;
}
#delivery .area-map .ttl_area p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 16px;
}
#delivery .area-map .ttl_area p::before,
#delivery .area-map .ttl_area p::after{
    content: "";
    width: 6px;
    height: 30px;
    background-image: url(../img/single/purchase-area_ttl-deco2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#delivery .area-map .ttl_area p::before{
    transform: scaleX(-1);
}
#delivery .area-map .ttl_area h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 60px;
    color: #1A2C44;
}
#delivery .area-map .ttl_area .note {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.06em;
}
#delivery .area-map .note_area p{
    max-width: 1010px;
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 1.85;
    margin: 35px auto 0;
}
#delivery .area-map .text-slider{
    bottom: auto;
    top: 60%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
    #delivery .area-map{
        padding: 21.3333333333333336vw 0 32vw; 
        margin: 0;
    }
    #delivery .area-map .ttl_area{
        margin: 0 auto 8vw;
    }
    #delivery .area-map .ttl_area p{
        gap: 5.333333333333333333334vw;
        font-size: 4vw;
        margin: 0 auto 3.2vw;
    }
    #delivery .area-map .ttl_area p::before,
    #delivery .area-map .ttl_area p::after{
        width: 1.6vw;
        height: 8vw;
        flex-shrink: 0;
        background-size: contain;
    }
    #delivery .area-map .ttl_area h2{
        font-size: 6.6666666666666667vw;
        margin: 0 auto 6.6666666666666666667vw;
    }
    #delivery .area-map .ttl_area .note{
        font-size: 4vw;
        text-align: left;
        line-height: 1.57;
    }
    #delivery .area-map .prefectures_area .pos_txt {
        display:  block !important;
        position: relative;
        top: auto;
        left: auto;
        font-size: 6.4vw;
        text-align: center;
        margin: 0 auto 14.666666666666666666666vw;
    }
    #delivery .area-map .note_area p{
        max-width: none;
        font-size: 3.2vw;
        margin: 5.333333333333333333334vw auto 0;
    }
    #delivery .area-map .text-slider{
        top: 95%;
    }
}


/* フォーム　共通スタイル
------------------------------*/

/* 入力画面 */
.page-form .form-ctt .ttl-note{
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: center;
    margin: 0 auto 80px;
}
.page-form .form-ctt .form_area{
    width: 100%;
    margin: 0 auto 60px;
}
.page-form .form-ctt .form_area .form_item{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 0 20px;
}
.page-form .form-ctt .form_area .last_item{
    margin: 0;
}
.page-form .form-ctt .form_area .form_item .label{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 280px;
    width: 100%;
    min-height: 76px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0 25px 0 30px;
    background-color: #fff;
    border: 1px solid #F0EEEC;
}
.page-form .form-ctt .form_area .start_item .label{
    align-items: flex-start;
    padding: 25px 25px 0 30px;
}
.page-form .form-ctt .form_area .form_item .label span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 25px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    border-radius: 100vw;
}
.page-form .form-ctt .form_area .form_item .label .required{
    color: #fff;
    background-color: #4272AD;
}
.page-form .form-ctt .form_area .form_item .label .any{
    background-color: #fff;
    color: #4272AD;
    border: 1px solid #4272AD;
}
.page-form .form-ctt .form_area .form_item .w-input,
.page-form .form-ctt .form_area .form_item .post_code,
.page-form .form-ctt .form_area .form_item .select,
.page-form .form-ctt .form_area .form_item .radio-input,
.page-form .form-ctt .form_area .form_item .input-area,
.page-form .form-ctt .form_area .form_item .textarea{
    flex: 1;
    background-color: #fff;
    border: 1px solid #F0EEEC;
    border-left: none;
}
.page-form .form-ctt .form_area .form_item .select,
.page-form .form-ctt .form_area .form_item .w-input{
    display: flex;
    align-items: center;
}
.page-form .form-ctt .form_area .form_item .select{
    padding-right: 30px;
}
.page-form .form-ctt .form_area .form_item .post_code,
.page-form .form-ctt .form_area .form_item .radio-input{
    display: flex;
    align-items: center;
    padding: 0 40px;
}
.page-form .form-ctt .form_area .form_item .input-area{
    padding: 30px;
}
.page-form .form-ctt .form_area .form_item .wpcf7-form-control-wrap{
    display: block;
    width: 100%;
}
.page-form .form-ctt .form_area .form_item .post_code {
    font-size: 15px;
    letter-spacing: 0.02em;
}
.page-form .form-ctt .form_area .form_item .w-input input,
.page-form .form-ctt .form_area .form_item .post_code input,
.page-form .form-ctt .form_area .form_item .select select,
.page-form .form-ctt .form_area .form_item .textarea textarea{
    font-size: 15px;
    letter-spacing: 0.02em;
    width: 100%;
    padding: 30px 40px;
    border: none;
    outline: none;
    appearance: auto;
}
.page-form .form-ctt .form_area .form_item .textarea textarea{
    height: 100%;
    max-height: 200px;
}
.page-form .form-ctt .form_area .form_item .post_code input{
    padding: 30px 0 30px 10px;
}
.page-form .form-ctt .form_area .form_item .w-input input::placeholder,
.page-form .form-ctt .form_area .form_item .post_code input::placeholder,
.page-form .form-ctt .form_area .form_item textarea::placeholder{
    color: #C9C9C9;
}
.page-form .form-ctt .form_area .form_item .radio-input .wpcf7-radio{
    display: flex;
    align-items: center;
    gap: 35px;
}
.page-form .form-ctt .form_area .form_item .radio-input .wpcf7-radio .wpcf7-list-item{
    margin: 0;
}
.page-form .form-ctt .form_area .form_item .radio-input label{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.page-form .form-ctt .form_area .form_item .radio-input label input{
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
}
.page-form .form-ctt .form_area .form_item .radio-input label span{
    font-size: 15px;
    letter-spacing: 0.06em;
}
.page-form .form-ctt .form_area .form_item .input-area .file-input{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 0 30px;
}
.page-form .form-ctt .form_area .form_item .input-area .file-input input[type=file]::file-selector-button{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 10px 15px 10px 18px;
    margin-right: 15px;
    background-color: #EAEAEA;
    border: 1px solid #D1CDC4;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    transition: all .3s;
}
.page-form .form-ctt .form_area .form_item .input-area .file-input input[type=file]::file-selector-button:hover{
    opacity: 0.7;
}
.page-form .form-ctt .form_area .form_item .input-area .note,
.page-form .form-ctt .form_area .form_item .input-area .file-input .wpcf7-file{
    font-size: 15px;
    letter-spacing: 0.06em;
    color: #1A2C44;
}
.page-form .form-ctt .form_area .form_item .wpcf7-not-valid-tip{
    padding: 0 40px 10px;
}
.page-form .form-ctt .check{
    margin: 0 auto 60px;
}
.page-form .form-ctt .check .check-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.page-form .form-ctt .check .check-flex .wpcf7-not-valid-tip{
    display: none;
}
.page-form .form-ctt .check .check-flex input{
    border: 1px solid #232323;
    background-color: #fff;
    width: 20px;
    height: 20px;
    margin: 0;
}
.page-form .form-ctt .check .check-flex .note{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #232323;
}
.page-form .form-ctt .check .check-flex .note a{
    color: #0052B7;
    text-decoration: underline;
}
.page-form .form-ctt .check .check-flex .wpcf7-list-item-label{
    display: none;
}
.page-form .form-ctt .btn_area .btn{
    position: relative;
    max-width: 400px;
    margin: 0 auto 10px;
}
.page-form .form-ctt .btn_area .btn:last-of-type{
    margin: 0 auto;
}
.page-form .form-ctt .btn_area .btn input{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    background-color: #1A2C44;
    border: 1px solid #1A2C44;
    border-radius: 100vw;
    padding: 21px 0;
    margin: 0 auto;
    width: 100%;
    transition: all .3s;
}
.page-form .form-ctt .btn_area .btn input:hover{
    color: #1A2C44;
    background-color: #fff;
    opacity: 1;
}
.page-form .form-ctt .btn_area .btn .wpcf7-spinner{
    display: none;
}
.page-form .form-ctt .btn_area .btn .arrow{
    content: "";
    width: 10px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all .3s;
}
.page-form .form-ctt .btn_area .btn .arrow-normal{
    background-image: url(../img/common/contact_arrow_hover.svg);
    right: 20px;
    opacity: 1;
}
.page-form .form-ctt .btn_area .btn .arrow-hover{
    right: 20px;
    opacity: 0;
    background-image: url(../img/top/contact-arrow-gray.svg);
    transform: translate(-10px, -50%);
}
.page-form .form-ctt .btn_area .btn:hover .arrow-normal {
    opacity: 0;
    transform: translate(10px, -50%);
}
.page-form .form-ctt .btn_area .btn:hover .arrow-hover {
    opacity: 1;
    transform: translate(0, -50%);
}
.page-form .form-ctt .wpcf7-response-output{
    margin: 0;
    padding: 0;
    opacity: 0;
    display: none !important;
}
@media only screen and (max-width: 768px) {
    .page-form .form-ctt .ttl-note{
        font-size: 3.466666666666666666666663vw;
        line-height: 1.54;
        margin: 0 auto 10.666666666666666666668vw;
    }
    .page-form .form-ctt .form_area{
        margin: 0 auto 13.3333333333333334vw;
    }
    .page-form .form-ctt .form_area .form_item{
        flex-direction: column;
        margin: 0 0 4vw;
    }
    .page-form .form-ctt .form_area .form_item .label{
        max-width: none;
        min-height: auto;
        font-size: 3.733333333333333333334vw;
        padding: 4.53333333333333333vw 5.33333333333333333334vw 4.26666666666666666666667vw;
    }
    .page-form .form-ctt .form_area .start_item .label{
        align-items: center;
        padding: 4.53333333333333333vw 5.33333333333333333334vw 4.26666666666666666666667vw;
    }
    .page-form .form-ctt .form_area .form_item .label span{
        width: 11.200000000000001vw;
        height: 5.8666666666666666666vw;
        font-size: 2.93333333333333333333vw;
    }
    .page-form .form-ctt .form_area .form_item .w-input,
    .page-form .form-ctt .form_area .form_item .post_code,
    .page-form .form-ctt .form_area .form_item .select,
    .page-form .form-ctt .form_area .form_item .radio-input,
    .page-form .form-ctt .form_area .form_item .input-area,
    .page-form .form-ctt .form_area .form_item .textarea{
        width: 100%;
        border: 1px solid #F0EEEC;
        border-top: none;
        padding: 0;
    }
    .page-form .form-ctt .form_area .form_item .select{
        padding-right: 5.333333333333333334vw;
    }
    .page-form .form-ctt .form_area .form_item .post_code,
    .page-form .form-ctt .form_area .form_item .radio-input{
        display: flex;
        align-items: center;
        padding: 6.6666666666666666667vw 5.333333333333333334vw;
    }
    .page-form .form-ctt .form_area .form_item .input-area{
        padding: 5.3333333333333334vw 5.333333333333333334vw 8vw;
    }
    .page-form .form-ctt .form_area .form_item .post_code {
        font-size: 4.53333333333333333333333vw;
        padding: 0 5.33333333333333333334vw;
    }
    .page-form .form-ctt .form_area .form_item .w-input input,
    .page-form .form-ctt .form_area .form_item .post_code input,
    .page-form .form-ctt .form_area .form_item .select select,
    .page-form .form-ctt .form_area .form_item .textarea textarea{
        font-size: 3.466666666666666666666663vw;
        padding: 5.3333333333333333334vw;
    }
    .page-form .form-ctt .form_area .form_item .textarea textarea{
        max-height: 42.6666666666666666666667vw;
    }
    .page-form .form-ctt .form_area .form_item .post_code input{
        padding: 6.666666666666666667vw 0 6.6666666666666666667vw 2.66666666666666666667vw;
    }
    .page-form .form-ctt .form_area .form_item .radio-input .wpcf7-radio{
        flex-direction: column;
        align-items: flex-start;
        gap: 5.33333333333333333334vw;
    }
    .page-form .form-ctt .form_area .form_item .radio-input label{
        gap: 3.2vw;
    }
    .page-form .form-ctt .form_area .form_item .radio-input label input{
        width: 5.8666666666666666666666vw;
        height: 5.8666666666666666666666vw;
    }
    .page-form .form-ctt .form_area .form_item .radio-input label span{
        font-size: 3.466666666666666666663vw;
    }
    .page-form .form-ctt .form_area .form_item .input-area .file-input{
        gap: 2.666666666666666667vw;
        margin: 0 0 5.333333333333333333334vw;
    }
    .page-form .form-ctt .form_area .form_item .input-area .file-input input[type=file]::file-selector-button{
        font-size: 3.2vw;
        padding: 1.8666666666666666666667vw 3.2vw 2.1333333333333333333vw;
        margin-right: 4vw;
    }
    .page-form .form-ctt .form_area .form_item .input-area .note,
    .page-form .form-ctt .form_area .form_item .input-area .file-input .wpcf7-file{
        font-size: 2.933333333333333333333vw;
    }
    .page-form .form-ctt .form_area .form_item .wpcf7-not-valid-tip{
        padding: 0 5.333333333333333334vw 2.1333333333333333vw;
    }
    .page-form .form-ctt .check{
        margin: 0 auto 8vw;
    }
    .page-form .form-ctt .check .check-flex{
        gap: 3.2vw;
    }
    .page-form .form-ctt .check .check-flex input{
        width: 4.8vw;
        height: 4.8vw;
    }
    .page-form .form-ctt .check .check-flex .note{
        font-size: 3.466666666666666666663vw;
    }
    .page-form .form-ctt .btn_area .btn{
        font-size: 4vw;
        max-width: 80vw;
        margin: 0 auto 2.133333333333333333vw;
    }
    .page-form .form-ctt .btn_area .btn input{
        font-size: 4vw;
        padding: 3.46666666666666666663vw 0 4.2666666666666666666667vw;
    }
    .page-form .form-ctt .btn_area .btn .arrow{
        width: 3.2vw;
        height: 2.66666666666666667vw;
        right: 5.33333333333333334vw;
    }
    .page-form .form-ctt .btn_area .btn .arrow-normal{
        right: 5.33333333333333334vw;
    }
    .page-form .form-ctt .btn_area .btn .arrow-hover{
        right: 5.33333333333333334vw;
    }
    .page-form .form-ctt .btn_area .btn .arrow{
        width: 2.666666666667vw;
        height: 2.133333333333333vw;
        right: 4vw;
    }
    .page-form .form-ctt .btn_area .btn .arrow-normal{
        right: 4vw;
    }
    .page-form .form-ctt .btn_area .btn .arrow-hover{
        right: 4vw;
    }
}
/* 確認画面 */
.page-form .confirm .form_area .w-input{
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    padding: 25px 40px;
}
@media only screen and (max-width: 768px) {
    .page-form .confirm .form_area .w-input{
        font-size: 3.4666666666666666663vw;
        padding: 5.3333333333333333334vw !important;
    }
}
/* 完了画面 */
.thanks .wrap{
    margin: 70px auto 120px;
}
.thanks .thanks-content {
    max-width: 650px;
    margin: 60px auto;
    text-align: center;
}
.thanks .thanks-icon {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    background: #FFE037;
    border-radius: 50%;
}
.thanks .thanks-icon .check-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 60px;
    transform: translate(-50%, -60%) rotate(45deg);
    border-right: 8px solid #222;
    border-bottom: 8px solid #222;
}
.thanks .wrap h2 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 auto 25px;
    color: #222;
}
.thanks .thanks-message {
    margin-bottom: 40px;
}
.thanks .thanks-message p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin: 0;
}
.thanks .btn-area {
    margin-top: 40px;
}
.thanks .btn {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}
.thanks .btn a {    
    padding: 15px 0;
    color: #fff;
    background-color: #1A2C44;
    border: 1px solid #1A2C44;
}
.thanks .btn a:hover{
    color: #1A2C44;
    background-color: #fff;
    opacity: 1;
}
.thanks .btn a .arrow{
    content: "";
    width: 10px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all .3s;
}
.thanks .btn a .arrow-normal{
    background-image: url(../img/common/contact_arrow_hover.svg);
    right: 20px;
    opacity: 1;
}
.thanks .btn a .arrow-hover{
    right: 20px;
    opacity: 0;
    background-image: url(../img/top/contact-arrow-gray.svg);
    transform: translate(-10px, -50%);
}
.thanks .btn a:hover .arrow-normal {
    opacity: 0;
    transform: translate(10px, -50%);
}
.thanks .btn a:hover .arrow-hover {
    opacity: 1;
    transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
    .thanks .wrap {
        margin: 8vw auto 12vw;
    }
    .thanks .thanks-content {
        margin: 8vw auto 0;
    }
    .thanks .thanks-icon {
        width: 25vw;
        height: 25vw;
        margin: 0 auto 6vw;
    }
    .thanks .thanks-icon .check-mark {
        width: 8vw;
        height: 12vw;
        border-right: 1.5vw solid #222;
        border-bottom: 1.5vw solid #222;
    }
    .thanks .wrap h2 {
        font-size: 6vw;
        margin: 0 auto 4vw;
    }
    .thanks .thanks-message {
        margin-bottom: 6vw;
    }
    .thanks .thanks-message p {
        font-size: 3.5vw;
    }
    .thanks .btn-area {
        margin-top: 6vw;
    }
    .thanks .btn {
        max-width: 80%;
    }
    .thanks .btn a {
        padding: 4vw;
        font-size: 3.5vw;
    }
    .thanks .btn::after{
        display: none;
    }
    .thanks .sp {
        display: inline;
    }
}


/* お問い合わせ フォーム
------------------------------*/
#contact .form-ctt{
    padding: 105px 0 170px;
}
@media only screen and (max-width: 768px) {
    #contact .form-ctt{
        padding: 13.333333333333333334vw 0 32vw;
    }
}
               

/* オンライン査定フォーム
------------------------------*/
#online-form .form-ctt{
    padding: 100px 0 120px;
}
#online-form .form-ctt .info_flex{
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    margin: 0 0 80px;
}
#online-form .form-ctt .info_flex .item{
    display: flex;
    align-items: center;
    width: 540px;
    border-radius: 5px;
    border: 1px solid #111111;
    padding: 20px;
}
#online-form .form-ctt .info_flex .line{
    gap: 28px;
    color: #fff;
    background-color: #5CB242;
}
#online-form .form-ctt .info_flex .tell{
    padding: 20px 0 20px 20px;
    color: #111111;
    background-color: #fff;
}
#online-form .form-ctt .info_flex .item .img img{
    border-radius: 5px 0 0 5px;
}
#online-form .form-ctt .info_flex .line .txt .name{
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.18;
    margin: 0 0 20px;
}
#online-form .form-ctt .info_flex .line .txt .name::before{
    content: "";
    width: 37px;
    height: 36px;
    background-image: url(../img/common/line_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#online-form .form-ctt .info_flex .line .txt .note{
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin: 0;
}
#online-form .form-ctt .info_flex .tell .txt{
    flex: 1;
    text-align: center;
}
#online-form .form-ctt .info_flex .tell .txt .top_txt{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #111111;
}
#online-form .form-ctt .info_flex .tell .txt .number{
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 6px;
    color: #111111;
}
#online-form .form-ctt .info_flex .tell .txt .under_txt{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em;   
    line-height: 1.33;
    margin: 0 auto;
    color: #111111;
}
#online-form .point {
    border-radius: 120px 0 0;
    background-color: #EAEDF4;
    padding: 90px 0 130px;
}
#online-form .point .ttl_area{
    margin: 0 auto 85px;
}
#online-form .point .ttl_area p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 16px;
}
#online-form .point .ttl_area p::before,
#online-form .point .ttl_area p::after{
    content: "";
    width: 6px;
    height: 30px;
    background-image: url(../img/single/purchase-area_ttl-deco2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#online-form .point .ttl_area p::before{
    transform: scaleX(-1);
}
#online-form .point .ttl_area h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 50px;
}
#online-form .point .ttl_area .note {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.63;
}
#online-form .point .point_area{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
#online-form .point .point_area .item{
    display: block;
    max-width: 380px;
    width: 100%;
    padding: 20px 20px 40px;
    background-color: #fff;
    border-radius: 10px;
}
#online-form .point .point_area .item .img img{
    display: block;
    width: 100%;
    margin: 0 0 25px;
}
#online-form .point .point_area .item .txt .name{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 0 20px;
}
#online-form .point .point_area .item .txt p{
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.53;
}
@media only screen and (max-width: 768px) {
    #online-form .mv h1{
        font-size: 6.66666666666667vw;
    }
    #online-form .form-ctt{
        padding: 13.333333333333334vw 0 16vw;
    }
    #online-form .form-ctt .info_flex{
        flex-wrap: wrap;
        flex-direction: column;
        gap: 4vw;
        margin: 0 auto 8vw;
    }
    #online-form .form-ctt .info_flex .item{
        width: 100%;
        padding: 2.66667vw;
    }
    #online-form .form-ctt .info_flex .line{
        gap: 4vw;
    }
    #online-form .form-ctt .info_flex .tell{
        padding: 2.666666666666667vw 0 2.666666666666667vw 2.666666666666667vw;
    }
    #online-form .form-ctt .info_flex .item .img img{
        max-width: 32vw;
        width: 100%;
    }
    #online-form .form-ctt .info_flex .line .txt .name{
        gap: 1.33333333335vw;
        font-size: 5.333333333333334vw;
        margin: 0 0 2.6666666666667vw;
    }
    #online-form .form-ctt .info_flex .line .txt .name::before{
        width: 6.6666666666666667vw;
        height: 6.4vw;
    }
    #online-form .form-ctt .info_flex .line .txt .note{
        font-size: 3.2vw;
    }
    #online-form .form-ctt .info_flex .tell .txt .top_txt{
        font-size: 3.2vw;
        letter-spacing: 0.06em;
    }
    #online-form .form-ctt .info_flex .tell .txt .number{
        font-size: 5.866666666666666vw;
        margin: 0 0 1.333333333333335vw;
    }
    #online-form .form-ctt .info_flex .tell .txt .under_txt{
        font-size: 2.666666666667vw;
    }
    #online-form .point {
        padding: 18.666666666666668vw 0 25.333333333333336vw;
    }
    #online-form .point .ttl_area{
        margin: 0 auto 18.666666666666666666668vw;
    }
    #online-form .point .ttl_area p{
        gap: 5.3333333333333333334vw;
        font-size: 4vw;
        margin: 0 auto 3.2vw;
    }
    #online-form .point .ttl_area p::before,
    #online-form .point .ttl_area p::after{
        width: 1.6vw;
        height: 8vw;
        flex-shrink: 0;
        background-size: contain;
    }
    #online-form .point .ttl_area h2{
        font-size: 6.4vw;
        margin: 0 auto 10.266666666666667vw;
    }
    #online-form .point .ttl_area .note{
        font-size: 3.466666666666666663vw;
        line-height: 2.14;
    }
    #online-form .point .point_area{
        gap: 5.3333333333333334vw;
    }
    #online-form .point .point_area .item{
        max-width: none;
        padding: 4.8vw 4.8vw 8svw;
    }
    #online-form .point .point_area .item .img img{
        margin: 0 0 5.33333333333333333334vw;
    }
    #online-form .point .point_area .item .txt .name{
        font-size: 4.26666666666666666667vw;
        margin: 0 0 5.3333333333333333334vw;
    }
    #online-form .point .point_area .item .txt p{
        font-size: 3.46666666666666663vw;
    }
}



/* 宅配買取フォーム
------------------------------*/
#recore-form .v-application{
    font-family: "Noto Sans JP", sans-serif !important;
}
#recore-form .recore-ctt{
    padding: 75px 0 125px;
}
#recore-form .recore-ctt .inner{
    max-width: 1020px;
}
#recore-form .recore-ctt .ttl-note{
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: center;
    margin: 0 auto 65px;
}
[v-cloak] {
    display: none;
}
#recore-form .recore-ctt .theme--light.v-application{
    background: transparent;
}
#recore-form .recore-ctt .v-application .pa-5{
    padding: 0 !important;
}
#recore-form .recore-ctt .v-application .ma-sm-5{
    background-color: transparent;
    box-shadow: none;
    margin: 0 !important;
}
#recore-form .recore-ctt .form-inner{
    width: 100%;
    margin: 0 auto 70px;
    padding: 75px 60px 65px;
    background-color: #fff;
}
#recore-form .recore-ctt .v-sheet.v-card:not(.v-sheet--outlined){
    box-shadow: none;
}
#recore-form .recore-ctt .v-application .mt-n2{
    margin: 0 !important;
    flex-wrap: nowrap;
    gap: 16px;
}
#recore-form .recore-ctt .col-6{
    flex: 0 0 49%;
    padding: 0;
}
#recore-form .recore-ctt .v-text-field--outlined fieldset{
    border-radius: 3px;
}
#recore-form .recore-ctt .theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot fieldset{
    color: #D3D3D3;
}
#recore-form .recore-ctt .v-text-field--outlined>.v-input__control>.v-input__slot{
    min-height: 60px;
}
#recore-form .recore-ctt .v-text-field.v-text-field--enclosed .v-text-field__details, .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)>.v-input__control>.v-input__slot{
    padding: 0 20px;
}
#recore-form .recore-ctt .theme--light.v-input, 
#recore-form .recore-ctt .theme--light.v-input input, 
#recore-form .recore-ctt .theme--light.v-input textarea{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #1A2C44;
}
#recore-form .recore-ctt .theme--light.v-input input::placeholder, 
#recore-form .recore-ctt .theme--light.v-input select::placeholder, 
#recore-form .recore-ctt .theme--light.v-input textarea::placeholder{
    color: #C7C7C7;
}
#recore-form .recore-ctt .v-input--selection-controls .v-radio>.v-label{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #222222;
}
#recore-form .recore-ctt .v-input--radio-group--column .v-radio:not(:last-child):not(:only-child){
    margin-bottom: 15px;
}
#recore-form .recore-ctt .v-input--radio-group legend.v-label {
    font-weight: 700;
}
#recore-form .recore-ctt .mdi-radiobox-blank::before{
    color: #C7C7C7;
}
#recore-form .recore-ctt .custom-outlined input {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 10px;
}
#recore-form .recore-ctt .v-text-field__slot textarea{
    height: 160px !important;
}
@media screen and (max-width: 990px) {
    #recore-form .recore-ctt{
        padding: 12.8vw 0 26.666666666666666666668vw;
    }
    #recore-form .recore-ctt .ttl-note{
        font-size: 3.46666666666666666663vw;
        line-height: 1.5;
        margin: 0 auto 16vw;
    }
    #recore-form .recore-ctt .inner{
        max-width: none;
        padding: 0 5.333333333333333333334vw;
    }
    #recore-form .recore-ctt .form-inner{
        margin: 0 auto 12.8vw;
        padding: 8vw 5.33333333333333334vw;
    }
    #recore-form .recore-ctt .v-application .pa-5{
        width: 100%;
        margin: 0 auto;
        padding:0 !important;
    }
    #recore-form .recore-ctt .v-text-field.v-text-field--enclosed .v-text-field__details, .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)>.v-input__control>.v-input__slot{
        padding: 0 3.2vw;
        margin: 1.33333333335vw 0 0;
    }
    #recore-form .recore-ctt .v-messages__message{
        line-height: 1.47;
    }
    #recore-form .recore-ctt .v-text-field--outlined>.v-input__control>.v-input__slot{
        min-height: 50px;
        margin: 0;
    }
    #recore-form .recore-ctt .v-text-field--enclosed .v-input__append-inner{
        margin: 12px 0 0;
    }
}

#recore-form .recore-ctt .input_area{
    margin-bottom: 20px;
}
#recore-form .recore-ctt .txt_ari{
    margin-bottom: 50px;
}
#recore-form .recore-ctt .input_area .label{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #222222;
}
#recore-form .recore-ctt .input_area .label span{
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 4px 10px 3px;
    background-color: #4272AD;
    border-radius: 100vw;
}
#recore-form .recore-ctt .input_area .flex{
    display: flex;
    gap: 15px;
}
#recore-form .recore-ctt .input_area .flex .icon{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: -3.5% 0 0;
}
#recore-form .recore-ctt .align .flex .icon{
    margin: -1.5% 0 0;
}
#recore-form .recore-ctt .input_area.small .theme--light.v-input,
#recore-form .recore-ctt .input_area.small .v-input__control{
    max-width: 280px;
}
#recore-form .recore-ctt .input_area.select .v-input__control{
    max-width: 310px;
}
#recore-form .recore-ctt .input_area.select .theme--light.v-label{
    color: #222222;
    font-weight: 500;
    letter-spacing: 0.05em;
}
#recore-form .recore-ctt .input_area.mr .v-text-field__details{
    display: none;
}
#recore-form .recore-ctt .none_txt .v-text-field__details{
    display: none;
}
#recore-form .recore-ctt .input_area .v-radio{
    align-items: flex-start;
}
#recore-form .recore-ctt .input_area .v-radio small{
    display: block;
    margin: 5px 0 0;
}
@media screen and (max-width: 990px) {
    #recore-form .recore-ctt .input_area{
        width: 100%;
        margin-bottom: 10.66666666666666668vw;
    }
    #recore-form .recore-ctt .txt_ari{
        margin-bottom: 10.66666666666666668vw;
    }
    #recore-form .recore-ctt .input_area .flex{
        gap: 2.666666666666666667vw;
    }
    #recore-form .recore-ctt .input_area .label{
        justify-content: space-between;
        gap: 10px;
        font-size: 3.73333333333333334vw;
        margin-bottom: 2.6666666666666667vw;
    }
    #recore-form .recore-ctt .input_area .label span{
        font-size: 2.933333333333vw;
        padding: 1.06666666666666666667vw 2.6666666666666666667vw 0.8vw;
    }
    #recore-form .recore-ctt .v-application .mt-n2{
        gap: 0;
        flex-direction: column;
    }
    #recore-form .recore-ctt .col-6{
        max-width: none;
        flex: 100%;
    }
    .input_area.small .theme--light.v-input,
    .input_area.small .v-input__control,
    .input_area.select .v-input__control{
        max-width: none;
    }
    #recore-form .recore-ctt .input_area .flex .icon{
        margin: -5.33333333333333334vw 0 0;
    }
    .input_area.select .v-input .v-label{
        line-height: 1;
    }
}

.ex_area .size_area{
    display: flex;
    align-items: stretch;
    gap: 18px;
    margin-bottom: 40px;
}
.ex_area .size_area .item .img{
    margin-bottom: 6px;
}
.ex_area .size_area .item .text .ttl{
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}
.ex_area .size_area .item .text .detail{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin: 0;
}
.ex_area .ex_txt .eco_img{
    margin: 13px 0;
}
.ex_area .marker{
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 0 0 16px;
}
.ex_area .marker p{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.ex_area .m_txt{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
#recore-form .input_area.cation{
    margin-bottom: 40px;
}
#recore-form .input_area .precautions{
    background-color: #F4F6F9;
    border-radius: 5px;
    padding: 40px 50px 44px;
}
#recore-form .input_area .precautions .ttl{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 25px;
}
#recore-form .input_area .precautions .txt{
    max-height: 250px;
    overflow: auto;
    padding-right: 10px;
}
#recore-form .input_area .precautions .txt p,
#recore-form .input_area .precautions .txt ul li{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.7;
}
#recore-form .input_area .precautions .txt .p_need{
    margin-bottom: 25px;
}
#recore-form .input_area .precautions .txt .ca_p{
    margin-bottom: 30px;
}
#recore-form .input_area .precautions .txt ul{
    padding: 0;
}
#recore-form .input_area .precautions .txt ul li{
    display: flex;
    align-items: center;
}
#recore-form .input_area .precautions .txt ul li::before{
    content: "・";
}
#recore-form .input_area .precautions .txt ul li::marker{
    color: transparent;
}
#recore-form .input_area .precautions .txt .add_txt{
    margin-top: 30px;
}
#recore-form .input_area .precautions .txt .add_txt .item{
    margin-bottom: 30px;
}
#recore-form .input_area .precautions .txt .add_txt .item:last-of-type{
    margin: 0;
}
#recore-form .input_area .precautions .txt .add_txt .item h3{
    font-size: 20px;
    margin: 0 0 15px;
}
#recore-form .input_area .precautions .txt .add_txt .item ul li {
    align-items: flex-start;
}
#recore-form .input_area .precautions .txt .add_txt .item p{
    margin-bottom: 20px;
}
#recore-form .check p{
    margin: 0;
}
#recore-form .check p a{
    display: block;
    text-align: center;
    color: #000;
    margin: 0 auto 20px;
    transition: all .3s;
}
#recore-form .check p a:hover{
    opacity: 0.7;
}
#recore-form .check .row{
    justify-content: center;
}
#recore-form .check .v-input__slot{
    max-width: 450px;
    margin: 0 auto;
}
#recore-form .check .v-input__slot label{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #222222;
}
#recore-form .check .theme--light.v-icon{
    color: #D3D3D3;
    font-size: 28px;
}
#recore-form .check .v-input--selection-controls{
    padding: 0;
    margin: 0 auto 16px;
}
#recore-form .check label a{
    text-decoration: underline;
}
#recore-form .note-ttl{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 0 14px;
}
#recore-form .note{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin: 0;
}
#recore-form .input_area.mr .note{
    margin: 6px 0 0;
}
#recore-form.input_area .note.mr_not{
    margin: 0;
}
.Red{
    color: #D31D0E;
}
.mdi-send::before{
    display: none;
}
.theme--light.v-btn:hover:before{
    opacity: 0 !important;
}
.amount-price strong span{
    color: #ff0000;
}
.amount-price .note{
    font-size: 13px;
    font-weight: 600;
}
.amount-price .note a{
    transition: all .3s;
}
.amount-price .note a:hover{
    opacity: 0.7;
}
#recore-form .btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    background-color: #1A2C44;
    border: 1px solid #1A2C44;
    border-radius: 100vw;
    padding: 21px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    min-width: auto !important;
    height: auto !important;
    transition: all .3s;
}
#recore-form .btn:hover{
    color: #1A2C44;
    background-color: #fff;
    opacity: 1;
}
#recore-form .btn .arrow{
    content: "";
    width: 10px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all .3s;
}
#recore-form .btn .arrow-normal{
    right: 20px;
    background-image: url(../img/common/contact_arrow_hover.svg);
    opacity: 1;
}
#recore-form .btn .arrow-hover{
    right: 20px;
    background-image: url(../img/top/contact-arrow-gray.svg);
    opacity: 0;
    transform: translate(-10px, -50%);
}
#recore-form .btn:hover .arrow-normal {
    opacity: 0;
    transform: translate(10px, -50%);
}
#recore-form .btn:hover .arrow-hover {
    opacity: 1;
    transform: translate(0, -50%);
}
@media screen and (max-width: 990px) {
    .ex_area .size_area{
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 6.6666666666666666667vw 4.8vw;
        margin-bottom: 10.66666666666666666668vw;
    }
    .ex_area .size_area .item{
        max-width: 35.46666666666667vw;
        width: 100%;
    }
    .ex_area .size_area .item .img{
        margin-bottom: 3.2vw;
    }
    .ex_area .size_area .item .text .ttl{
        font-size: 3.2vw;
        margin-bottom: 1.333333333333333335vw;
    }
    .ex_area .size_area .item .text .detail{
        font-size: 2.6666666666666666667vw;
    }
    .ex_area .marker{
      flex-wrap: wrap;
      gap: 10px 20px;
      padding: 15px;
      margin: 0 0 16px;
    }
    .ex_area .marker p{
      font-size: 16px;
    }
    #recore-form .input_area .precautions{
        padding: 6.66666666666666667vw 5.333333333333333334vw;
    }
    #recore-form .input_area .precautions .txt{
        max-height: 350px;
    }
    #recore-form .input_area .precautions .ttl{
        font-size: 4.266666666666666667vw;
        margin-bottom: 5.3333333333333334vw;
    }
    #recore-form .input_area .precautions .txt p,
    #recore-form .input_area .precautions .txt ul li{
        font-size: 3.2vw;
    }
    #recore-form .input_area .precautions .txt ul li{
        align-items: flex-start;
    }
    #recore-form .input_area .precautions .txt .add_txt{
        margin-top: 4vw;
    }
    #recore-form .input_area .precautions .txt .add_txt .item{
        margin-bottom: 4vw;
    }
    #recore-form .input_area .precautions .txt .add_txt .item:last-of-type{
        margin: 0;
    }
    #recore-form .input_area .precautions .txt .add_txt .item h3{
        font-size: 4.26666666666666667vw;
        margin: 0 0 2.66666666666666667vw;
    }
    #recore-form .input_area .precautions .txt .add_txt .item p{
        margin-bottom: 2.6666666666666666667vw;
    }
    #recore-form .note-ttl{
        font-size: 3.2vw;
        margin: 0 0 3.73333333333333334vw;
    }
    #recore-form .note{
        font-size: 3.2vw;
    }
    #recore-form .input_area.mr .note{
        margin: 6px 0 0;
    }
    #recore-form .check .v-input__slot label{
        font-size: 3.7334vw;
    } 
    #recore-form .btn{
        font-size: 4vw;
        padding: 3.73333333333334vw 0 4vw;
        max-width: 80vw;
    }
    #recore-form .btn .arrow{
        width: 2.666666666667vw;
        height: 2.133333333333333vw;
        right: 4vw;
    }
    #recore-form .btn .arrow-normal{
        right: 4vw;
    }
    #recore-form .btn .arrow-hover{
        right: 4vw;
    }
}

/* 確認画面用 */
#recore-form .recore-ctt .confirm .input_area{
    margin-bottom: 35px;
}
#recore-form .recore-ctt .confirm .input_area .label{
    margin: 0;
}
#recore-form .recore-ctt .confirm .input_area .flex{
    display: flex;
    align-items: center;
    gap: 15px;
}
#recore-form .recore-ctt .confirm .input_area p{
    margin: 10px 0 0;
}
#recore-form .recore-ctt .confirm .submit{
    margin: 20px auto;
}
@media screen and (max-width: 990px) {
    #recore-form .recore-ctt .confirm .input_area{
        margin-bottom: 8vw;
    }
    #recore-form .recore-ctt .confirm .input_area .label{
        margin: 0;
    }
    #recore-form .recore-ctt .confirm .input_area .flex{
        gap: 2.6666666666666666667vw;
    }
    #recore-form .recore-ctt .confirm .input_area p{
        margin: 2.6666666666666667vw 0 0;
    }
    #recore-form .recore-ctt .confirm .submit{
        margin: 4vw auto;
    }
}
