@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
.manrope {
    font-family: "Manrope", sans-serif;
}
.areaTitle {
    text-align: center;
    margin-bottom: 44px;
}

.areaTitle .titleTxt {
    display: inline-block;
    text-align: left;
    background: url(../images/trader-detail/icon-title.svg) no-repeat left top 110%/101px;
    font-size: 36px;
    font-weight: 700;
    padding-left: 142px;
    padding-bottom: 5px;
    margin-left: -31px;
    line-height: 1.3;
    letter-spacing: 1.5px;
}

.areaTitle .titleTxt span {
    display: block;
    color: #029a91;
    font-size: 22px;
    letter-spacing: 5.5px;
}

/* areaGallery */
.areaGallery {
    margin-bottom: 70px;
}

.areaGallery .areaTitle .titleTxt {
    background-image: url(../images/trader-detail/icon-title-02.svg);
    background-position: left;
    margin-left: 1px;
}

.areaGallery .galleryPhoto {
    display: flex;
    justify-content: space-between;
}

.areaGallery .galleryPhoto img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 596 / 370;
}

.areaGallery .galleryPhoto .galleryMain {
    position: relative;
    width: 54.2%;
}

.areaGallery .galleryPhoto .galleryMain a {
    position: absolute;
    bottom: 12px;
    right: 11px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    padding: 3px 22px 4px;
    letter-spacing: 0.5px;
}

.areaGallery .galleryPhoto .listGallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 45.3%;
}

.areaGallery .galleryPhoto .listGallery li {
    width: 49.29%;
    margin-top: 5px;
}

.areaGallery .galleryPhoto .listGallery li img {
    aspect-ratio: 245 / 182;
    height: inherit;
}

.areaGallery .popupBox {
    display: none;
}

.areaGallery .popupBox .popupWrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    height: auto;
    z-index: 1000;
    margin: 0 auto;
    width: 90%;
    max-width: 1682px;
}

.areaGallery .popupBox .popupWrap .sliderFrame {
    position: relative;
    padding-bottom: 59px;
}

.areaGallery .popupBox .popupWrap .sliderFrame .close {
    text-align: right;
    max-width: 1400px;
    margin: 0 auto 20px;
}

.areaGallery .popupBox .popupWrap .sliderFrame .counter {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 6px;
    z-index: 1;
}

.areaGallery .popupBox .popupWrap .sliderFrame .navigation-wrapper {
    position: relative;
}

.areaGallery .popupBox .popupWrap .sliderFrame .navigation-wrapper .arrow {
    position: absolute;
    top: 53.3%;
    transform: translateY(-50%);
    background: url(../images/trader-detail/icon-next.svg) no-repeat center;
    width: 41px;
    height: 82px;
    cursor: pointer;
}

.areaGallery .popupBox .popupWrap .sliderFrame .navigation-wrapper .arrow.arrow--left {
    left: 0;
    background-image: url(../images/trader-detail/icon-prev.svg);
}

.areaGallery .popupBox .popupWrap .sliderFrame .navigation-wrapper .arrow.arrow--right {
    right: 0;
}

.areaGallery .popupBox .popupWrap .listPhoto {
    width: 83.2%;
    margin: 0 auto;
    max-height: 768px;
}

.areaGallery .popupBox .popupWrap .listPhoto li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 1400/787;
    border-radius: 10px;
}

.areaGallery .popupBox .popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

/* areaPayment */

.areaPayment {
    margin-bottom: 55px;
}

.areaPayment .paymentFrame {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}

.areaPayment .paymentFrame .paymentBox {
    position: relative;
    width: 51.8%;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    padding: 13px 19px 19px;
    overflow: hidden;
}

.areaPayment .paymentFrame .paymentBox::before {
    content: "";
    position: absolute;
    top: -12px;
    right: -11px;
    background: url(../images/trader-detail/payment-icon-bcr-01.svg) no-repeat center center/100%;
    width: 92px;
    height: 92px;
}

.areaPayment .paymentFrame .paymentBox .paymentTitle {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.areaPayment .paymentFrame .paymentBox .listPayment {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.areaPayment .paymentFrame .paymentBox .listPayment li {
    width: 49%;
    margin-top: 20px;
}

.areaPayment .paymentFrame .paymentBox .listPayment li:nth-child(-n+2) {
    margin-top: 0;
}

.areaPayment .paymentFrame .paymentBox .listPayment li a {
    display: block;
    background: #fff;
}

.areaPayment .paymentFrame .paymentBox .listPayment li .paymentPhoto {
    border: 1px solid #D3D3D3;
    border-bottom: 0;
    height: 100px;
    background: #fff;
}

.areaPayment .paymentFrame .paymentBox .listPayment li .paymentPhoto img {
    width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.areaPayment .paymentFrame .paymentBox .listPayment li .paymentTxt {
    background: #0091F0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}


.areaPayment .paymentFrame .paymentBox.paymentRed {
    width: 46.8%;
}

.areaPayment .paymentFrame .paymentBox.paymentRed::before {
    background-image: url(../images/trader-detail/payment-icon-bcr-02.svg);
    top: -14px;
    right: -15px;
}

.areaPayment .paymentFrame .paymentBox.paymentRed .listPayment li .paymentTxt {
    background: #E50B01;
}

.areaPayment .collected {
    background: #E2F3FF;
    border-radius: 20px;
    padding: 30px 20px 10px;
    margin-bottom: 10px;
}

.areaPayment .collected .collectedTitle {
    font-size: 28px;
    font-weight: bold;
    color: #0091F0;
    text-align: center;
    margin-bottom: 19px;
}

.areaPayment .collected .listCollected {
    display: flex;
    flex-wrap: wrap;
}

.areaPayment .collected .listCollected li {
    position: relative;
    background: #fff;
    border-radius: 10px;
    width: calc(100% / 6 - 9px);
    color: #000000;
    padding: 8px 0 9px 28px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-right: 10.7px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.areaPayment .collected .listCollected li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
    border-radius: 50%;
    border: 4px solid #E2F3FF;
    background: #fff;
    width: 13px;
    aspect-ratio: 1/1;
}

.areaPayment .notCollected {
    background: #FFF1F1;
    border-radius: 20px;
    padding: 30px 20px 10px;
}

.areaPayment .notCollected .collectedTitleBig {
    font-size: 28px;
    font-weight: bold;
    color: #E50B01;
    text-align: center;
    margin-bottom: 19px;
}

.areaPayment .notCollected .collectedList {
    display: flex;
    flex-wrap: wrap;
}

.areaPayment .notCollected .collectedList li {
    position: relative;
    overflow: hidden;
    width: calc(100% / 3 - 6px);
    background: #fff;
    border-radius: 10px;
    padding: 8px 15px 9px;
    margin-right: 9px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.areaPayment .notCollected .collectedList li::before {
    content: "";
    position: absolute;
    top: -5px;
    right: -4px;
    background: url(../images/trader-detail/payment-icon-bcr-02.svg) no-repeat center center / 100%;
    width: 55px;
    aspect-ratio: 1/1;
}

.areaPayment .notCollected .collectedList li .collectedTitle {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.7px;
    margin-bottom: 7px;
}

.areaPayment .notCollected .collectedList li .collectedTxt {
    font-weight: bold;
    color: #6B6B6B;
    letter-spacing: 0.6px;
    line-height: 1.56;
}

.areaPayment .notCollected .collectedList li.last {
    width: 49.4%;
    margin-right: 10px;
}

/* areaCommitment */
.areaCommitment {
    margin-bottom: 54px;
}

.areaCommitment .areaTitle {
    margin-bottom: 42px;
}

.areaCommitment .areaTitle .titleTxt {
    background-image: url(../images/trader-detail/icon-title-commit.svg);
    background-position: left top 56%;
}

.areaCommitment .listCommitment {
    display: flex;
    justify-content: center;
}

.areaCommitment .listCommitment li {
    width: calc(100% / 5 - 7px);
    margin-right: 10px;
}

.areaCommitment .listCommitment li .commitmentPhoto {
    background: #E3F6F4;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 149px;
    margin-bottom: 14px;
}

.areaCommitment .listCommitment li .commitmentTitle {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #393939;
    letter-spacing: 1px;
}

.areaTableBuddy {
    margin-bottom: 110px;
}

.areaTableBuddy .wrapTableBuddy {
    padding: 0;
}

.areaTableBuddy .wrapTableBuddy table {
    width: 100%;
}

.areaTableBuddy .wrapTableBuddy table tr {
    position: relative;
    border-bottom: 0;
    background: transparent;
}

.areaTableBuddy .wrapTableBuddy table tr::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    z-index: 9;
}

.areaTableBuddy .wrapTableBuddy table tr th {
    border-right: 2px solid #fff;
    border-left: 4px solid #029A91;
    width: 23.6%;
    font-size: 18px;
    font-weight: bold;
    color: #029A91;
    text-align: center;
    padding: 20px 10px 21px;
    letter-spacing: 1px;
    background: #F5F5F5;
}

.areaTableBuddy .wrapTableBuddy table tr td {
    width: calc(100% - 23.6%);
    font-size: 18px;
    font-weight: 500;
    color: #393939;
    text-align: left;
    padding: 20px 20px;
    letter-spacing: 1px;
    background: #F5F5F5;
}

.areaTableBuddy .wrapTableBuddy table tr td a {
    color: #393939;
}

.areaPrice .areaTitle .titleTxt {
    background-image: url(../images/trader-detail/icon-title-03.svg);
    background-position: left top 57%;
    margin-left: 1px;
}
@media (max-width: 1050px) and (min-width: 769px) {
    .areaTableBuddy .wrapTableBuddy {
        padding: 3vw 3vw;
    }
}

@media (max-width: 920px) and (min-width: 769px) {

    .areaPayment .paymentFrame {
        flex-direction: column;
    }

    .areaPayment .paymentFrame .paymentBox {
        width: 100%;
        margin-bottom: 20px;
    }

    .areaPayment .paymentFrame .paymentBox.paymentRed {
        width: 100%;
        margin-bottom: 0;
    }
}

@media (min-width: 769px) {
    .areaGallery {
        margin-bottom: 70px;
        margin-top: 95px;
    }

    .areaPayment .paymentFrame .paymentBox .listPayment li:nth-child(-n+2),
    .areaGallery .galleryPhoto .listGallery li:nth-child(-n+2) {
        margin-top: 0;
    }

    .areaPayment .notCollected .collectedList li.last:last-child,
    .areaPayment .notCollected .collectedList li:nth-child(3n),
    .areaPayment .collected .listCollected li:nth-child(6n) {
        margin-right: 0;
    }

    .areaGallery .galleryPhoto .galleryMain a:hover {
        background-color: #fff;
        color: #303030;
    }

    .areaCommitment .listCommitment li:nth-child(5n) {
        margin-right: 0;
    }

    /* areaListReview */
    .areaListReview {
        margin-bottom: 68px;
    }

    .areaReviews .wapperReviews .btnReview {
        margin-top: 84px;
    }

    .areaGallery .areaTitle {
        margin-bottom: 39px;
    }
}

@media (max-width: 768px) {
    .areaTitle {
        margin-bottom: 20px;
    }

    .areaTitle .titleTxt {
        font-size: 18px;
        padding-left: 50px;
        margin-left: 0;
        background-position: left;
        background-size: 43px;
    }

    .areaTitle .titleTxt span {
        font-size: 16px;
        letter-spacing: 2px;
    }

    /* areaGallery */
    .areaGallery {
        margin-bottom: 40px;
    }

    .areaGallery .galleryPhoto {
        flex-direction: column-reverse;
    }

    .areaGallery .galleryPhoto .listGallery {
        width: 100%;
        margin-bottom: 5px;
    }

    .areaGallery .galleryPhoto .galleryMain {
        width: 100%;
    }

    .areaGallery .popupBox .popupWrap .sliderFrame {
        padding-bottom: 22px;
    }

    .areaGallery .popupBox .popupWrap .sliderFrame .navigation-wrapper .arrow {
        width: 29px;
        height: inherit;
        aspect-ratio: 1 / 1;
        background-size: 100%;
    }

    .areaGallery .popupBox .popupWrap .sliderFrame .close {
        padding: 0 8%;
        margin-bottom: 10px;
    }

    .areaGallery .popupBox .popupWrap .sliderFrame .close a {
        display: inline-block;
        width: 30px;
    }

    .areaGallery .popupBox .popupWrap .sliderFrame .counter {
        font-size: 14px;
    }

    /* areaPayment */
    .areaPayment .paymentFrame {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .areaPayment .paymentFrame .paymentBox.paymentRed,
    .areaPayment .paymentFrame .paymentBox {
        width: 100%;
    }

    .areaPayment .paymentFrame .paymentBox.paymentRed {
        margin-top: 12px;
    }

    .areaPayment .paymentFrame .paymentBox .paymentTitle {
        font-size: 18px;
    }

    .areaPayment .paymentFrame .paymentBox .listPayment li .paymentTxt {
        font-size: 14px;
    }

    .areaPayment .notCollected,
    .areaPayment .collected {
        padding: 20px;
    }

    .areaPayment .notCollected .collectedTitleBig,
    .areaPayment .collected .collectedTitle {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .areaPayment .collected .listCollected {
        justify-content: space-between;
    }

    .areaPayment .collected .listCollected li {
        width: 49%;
        font-size: 14px;
        margin-right: 0;
        letter-spacing: 0.5px;
        margin-bottom: 7px;
    }

    .areaPayment .collected .listCollected li:nth-child(3n) {
        margin-right: 0;
    }

    .areaPayment .notCollected .collectedList li.last,
    .areaPayment .notCollected .collectedList li {
        width: 100%;
        margin-right: 0;
    }

    .areaPayment .notCollected .collectedList li::before {
        width: 38px;
    }

    .areaPayment .notCollected .collectedList li .collectedTitle {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .areaPayment .notCollected .collectedList li .collectedTxt {
        font-size: 12px;
    }

    /* areaCommitment */
    .areaCommitment {
        margin-bottom: 30px;
    }

    .areaCommitment .areaTitle {
        margin-bottom: 20px;
    }

    .areaCommitment .listCommitment {
        flex-wrap: wrap;
        justify-content: center;
    }

    .areaCommitment .listCommitment li {
        width: calc(100% / 3 - 6px);
        margin: 0 3px 20px;
    }

    .areaCommitment .listCommitment li .commitmentPhoto {
        height: 80px;
        /* height: 130px; */
    }

    .areaCommitment .listCommitment li .commitmentPhoto img {
        width: 35%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .areaCommitment .listCommitment li .commitmentTitle {
        font-size: 13px;
    }

    /* areaStepBuddy */
    .areaStepBuddy .wrapStepBuddy .wrapTitleCollect {
        margin-bottom: 20px;
    }

    /*areaStepBuddy*/
    .areaStepBuddy {
        margin-bottom: 60px;
    }

    .areaStepBuddy .listStepBuddy li {
        padding: 4vw 4vw;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .areaStepBuddy .listStepBuddy li .wrapStepBudLeft {
        padding: 0;
        background: transparent;
        width: 100%;
        margin-right: 0;
        transform: none;
        display: flex;
        align-items: center;
        margin-bottom: 18px;
        flex-direction: initial;
        justify-content: flex-start;
    }

    .areaStepBuddy .wrapNumberStepBuddy {
        width: 70px;
        margin-right: 12px;
        padding: 15px 10px;
        background: #0075C2;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .areaStepBuddy .wrapNumberStepBuddy .txtNumber {
        font-size: 12px;
        color: #fff;
    }

    .areaStepBuddy .wrapNumberStepBuddy .numberStep {
        font-size: 30px;
        color: #fff;
    }

    .areaStepBuddy .listStepBuddy li .titleStepItem.pc {
        display: none;
    }

    .areaStepBuddy .listStepBuddy li .titleStepItem.sp {
        display: block;
        margin-bottom: 0;
        font-size: 18px;
        text-align: justify;
        width: calc(100% - 82px);
    }

    .areaStepBuddy .listStepBuddy li .wrapStepBudRight {
        flex-direction: column;
        width: 100%;
        margin-top: 0;
    }

    .areaStepBuddy .listStepBuddy li .wrapStepBudRight .contentStepItem {
        flex-direction: column;
    }

    .areaStepBuddy .listStepBuddy li .wrapStepBudRight .boxStepItem {
        width: 100%;
        margin-top: 0;
    }

    .areaStepBuddy .listStepBuddy li .wrapStepBudRight .boxStepItem .txtStepPura {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
        font-size: 14px;
        min-width: inherit;
        letter-spacing: 0;
    }

    .areaStepBuddy .listStepBuddy li .wrapStepBudRight .stepBuddyPhoto {
        width: 100%;
        max-width: 264px;
        margin: 0 auto;
    }

    /*areaTableBuddy*/
    .areaTableBuddy {
        margin-bottom: 60px;
    }

    .areaTableBuddy .wrapTableBuddy table tr {
        border: 4px solid #fff;
    }

    .areaTableBuddy .wrapTableBuddy table tr::before {
        content: "";
        display: none;
    }

    .areaTableBuddy .wrapTableBuddy table tr th {
        font-size: 14px;
        width: 30%;
        border-right-width: 4px;
        border-left-width: 3px;
        letter-spacing: 0;
    }

    .areaTableBuddy .wrapTableBuddy table tr td {
        font-size: 14px;
        width: 70%;
        padding: 20px 11px;
        letter-spacing: 0;
    }

    .areaPrice .areaTitle .titleTxt {
        background-size: 43px;
    }
}

@media (max-width:430px) {
    .areaPayment .paymentFrame .paymentBox .listPayment li .paymentPhoto {
        height: 60px;
    }

    .areaCommitment .listCommitment li {
        width: 47%;
        margin: 0 5px 15px;
    }
}

.wrapTitleCollect {
    display: flex;
    margin-bottom: -3px;
    padding: 0 4px 0 11px;
}

.wrapTitleCollect .titleColSer {
    width: calc(100% - 226px);
    font-size: 38px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.35;
    padding-top: 42px;
}

.wrapTitleCollect .titleColSer span {
    color: #FDE300;
    font-size: 47px;
    letter-spacing: -0.6px;
}

.wrapTitleCollect .titlePhoto {
    width: 216px;
    margin-left: 10px;
    transform: translateY(-44px);
}

.wrapTitleCollect .titlePhoto img {
    width: 100%;
}

/*areaStepBuddy*/

.areaStepBuddy {
    margin-bottom: 56px;
}

.areaStepBuddy .bgBlueBuddy {
    padding-bottom: 51px;
}

.areaStepBuddy .wrapStepBuddy {
    background: #320E68;
    padding: 0 50px 46px;
}

.areaStepBuddy .wrapStepBuddy .wrapTitleCollect {
    margin-bottom: -24px;
}

.areaStepBuddy .listStepBuddy li {
    padding: 35px 35px 34px;
    margin-bottom: 6px;
    display: flex;
    /* align-items: center; */
    background: #ffffff;
}

.areaStepBuddy .listStepBuddy li:last-child {
    margin-bottom: 0;
}

.areaStepBuddy .listStepBuddy li .wrapStepBudLeft {
    position: relative;
    background: url(../images/trader-nagoyaihinseiri/step-bcr.jpg) no-repeat center center/cover;
    border-radius: 5px;
    width: 90px;
    margin-right: 52px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.areaStepBuddy .listStepBuddy li .wrapStepBudLeft .reason {
    position: absolute;
    top: 12px;
    left: 52.8%;
    transform: translateX(-50%);
    color: rgb(50 14 104 / 20%);
    font-size: 13px;
    letter-spacing: 1.2px;
}

.areaStepBuddy .wrapNumberStepBuddy .txtNumber {
    color: #320E68;
    margin-bottom: 7px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.areaStepBuddy .wrapNumberStepBuddy .numberStep {
    color: #320E68;
    font-size: 29px;
    font-weight: bold;
    line-height: 1;
}

.areaStepBuddy .listStepBuddy li .wrapStepBudRight {
    width: calc(100% - 130px);
}

.areaStepBuddy .listStepBuddy li .wrapStepBudRight .contentStepItem {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.areaStepBuddy .listStepBuddy li .wrapStepBudRight .boxStepItem {
    width: 63.3%;
    display: block;
    margin-top: 0;
}

.areaStepBuddy .listStepBuddy li .titleStepItem {
    line-height: 1.2;
    margin-bottom: 16px;
    font-size: 36px;
    font-weight: bold;
    color: #320E68;
    margin-top: -4px;
}

.areaStepBuddy .listStepBuddy li .titleStepItem.sp {
    display: none;
}

.areaStepBuddy .listStepBuddy li .wrapStepBudRight .boxStepItem .txtStepPura {
    margin-right: 0;
    width: 100%;
    line-height: 1.61;
    font-size: 18px;
    font-weight: 600;
    color: #393939;
    text-align: justify;
    letter-spacing: -0.3px;
}

.areaStepBuddy .listStepBuddy li .wrapStepBudRight .stepBuddyPhoto {
    width: 30.2%;
}

@media (max-width: 1100px) and (min-width: 769px) {
    /*areaStepBuddy*/
    .areaStepBuddy .listStepBuddy li {
        padding-bottom: 20px;
    }

    .areaStepBuddy .listStepBuddy li .wrapStepBudLeft {
        margin-right: 4%;
        width: 14%;
    }

    .areaStepBuddy .wrapNumberStepBuddy .txtNumber {
        font-size: clamp(14px, 1.6vw, 18px);
    }

    .areaStepBuddy .wrapNumberStepBuddy .numberStep {
        font-size: clamp(55px, 5.5vw, 62px);
    }

    .areaStepBuddy .listStepBuddy li {
        padding: 2.9vw 3vw 3.2vw 3vw;
    }

    .areaStepBuddy .listStepBuddy li .titleStepItem {
        font-size: clamp(24px, 2.8vw, 30px);
        margin-bottom: 10px;
    }

    .areaStepBuddy .listStepBuddy li .wrapStepBudRight {
        width: 81.7%;
    }

    .areaStepBuddy .listStepBuddy li .wrapStepBudRight .boxStepItem {
        width: 63%;
        margin-top: 0;
    }

    .areaStepBuddy .listStepBuddy li .wrapStepBudRight .boxStepItem .txtStepPura {
        font-size: clamp(14px, 1.7vw, 18px);
    }

}

@media (max-width: 768px) {
    .areaStepBuddy {
        margin-bottom: 60px;
    }

    .areaStepBuddy .listStepBuddy li {
        padding: 4vw 4vw;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .areaStepBuddy .listStepBuddy li .wrapStepBudLeft {
        padding: 0;
        background: transparent;
        width: 100%;
        margin-right: 0;
        transform: none;
        display: flex;
        align-items: center;
        margin-bottom: 18px;
        flex-direction: initial;
        justify-content: flex-start;
    }

    .areaStepBuddy .wrapNumberStepBuddy {
        width: 70px;
        margin-right: 12px;
        padding: 15px 10px;
        background: #0075C2;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .areaStepBuddy .wrapNumberStepBuddy .txtNumber {
        font-size: 12px;
        color: #fff;
    }

    .areaStepBuddy .wrapNumberStepBuddy .numberStep {
        font-size: 30px;
        color: #fff;
    }

    .areaStepBuddy .listStepBuddy li .titleStepItem.pc {
        display: none;
    }

    .areaStepBuddy .listStepBuddy li .titleStepItem.sp {
        display: block;
        margin-bottom: 0;
        font-size: 18px;
        text-align: justify;
        width: calc(100% - 82px);
    }

    .areaStepBuddy .listStepBuddy li .wrapStepBudRight {
        flex-direction: column;
        width: 100%;
        margin-top: 0;
    }

    .areaStepBuddy .listStepBuddy li .wrapStepBudRight .contentStepItem {
        flex-direction: column;
    }

    .areaStepBuddy .listStepBuddy li .wrapStepBudRight .boxStepItem {
        width: 100%;
        margin-top: 0;
    }

    .areaStepBuddy .listStepBuddy li .wrapStepBudRight .boxStepItem .txtStepPura {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
        font-size: 14px;
        min-width: inherit;
        letter-spacing: 0;
    }

    .areaStepBuddy .listStepBuddy li .wrapStepBudRight .stepBuddyPhoto {
        width: 100%;
        max-width: 264px;
        margin: 0 auto;
    }
}

@media (max-width: 360px) {
    .areaStepBuddy .listStepBuddy li {
        padding: 3vw 3vw;
    }
}

/* 369 */
.memberPriceBanner {
    margin-bottom: 60px;
}
.wrapPartnerMem .listPartnerMem {
    display: flex;
}
.wrapPartnerMem .listPartnerMem li {
    width: calc((100%/3) - 10px);
    margin-right: 15px;
}
.wrapPartnerMem .listPartnerMem li:last-child {
    margin-right: 0;
}
.wrapPartnerMem .listPartnerMem li a {
    display: block;
}
.wrapPartnerMem .listPartnerMem li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 527/306;
}

@media (min-width: 769px) {
    .wrapPartnerMem .listPartnerMem li a:hover {
        opacity: 0.6;
    }
}

@media (max-width: 768px) {
    .wrapPartnerMem {}
    .wrapPartnerMem .listPartnerMem {
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto;
    }
    .wrapPartnerMem .listPartnerMem li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .wrapPartnerMem .listPartnerMem li:last-child {
        margin-bottom: 0;
    }
}
/* 369 */