@media (min-width: 768px) {
    section > *:first-child .titleHeading {
        margin: 0 0 1rem 0;
    }
    section>*:first-child.titleMain--wrapper,
    article>.titleMain--wrapper:first-of-type,
    article .shop__detail:first-of-type,
    article>.text__normal:first-of-type,
    /* article section:first-of-type .titleMain--wrapper, */
    .contents__left section>*:first-child.titleMain--wrapper {
        margin-top: 0rem;
    }
}
.wd_spacer {
    position: relative;
    width: 100%;
    height: 60px;
}
.btn__red {
    text-align: center;
}
img {
    width: 100%;
    height: auto;
}
@media (min-width: 768px) {
    #brand-tokei .section-reason .horizonlist {
        margin-top: 4rem;
    }
}

.under_mv {
    margin: 1rem auto 0;
    width: 100%;
    max-width: 1400px;
}
.top_h2_text {
    margin-bottom: 1em;
    font-size: 26px;
}

@media (max-width: 767px) {
    .renew_2024_fv_202404 {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        max-width: 640px;
        margin: 0px auto;
    }

    .renew_2024_fv_202404 a {
        display: inherit;
    }

    .renew_2024_fv_bar202404 {
        position: relative;
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 10px auto 10px;
        z-index: 2;
    }
    .top_h2_text {
        font-size: 20px;
    }

    #brand_tokei_sec01 .titleMain--lead {
        font-size: 14px;
        margin: 0;
    }
    #brand_tokei_sec01 .titleMain {
        margin: 0 !important;
    }
}

.contents__left > section {
    margin-top: 60px !important;
    padding: 0 0.5rem;
}
@media (max-width: 767px) {
    .contents__left > #brand_tokei_sec01 {
        margin-top: 0 !important;
        padding: 0;
    }
}
/*------------------

market_fluctuations_content

-----------------------*/
.brand_text span {
    font-size: clamp(14px, 1.5vw, 20px);
}

p.american_indian {
    font-size: clamp(7px, 0.8vw, 0.8em);
    color: #fff;
    margin: 1% auto 5%;
    width: 95%;
}

.arrow_box {
    position: relative;
    width: fit-content;
    background: #e60012;
    padding: 5px 0px;
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin: auto;
    padding: 0% 5%;
    margin-bottom: 5%;
    font-size: clamp(10px, 1vw, 1.3em);
}

.arrow_box:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(230, 0, 18, 0);
    border-top-width: 5px;
    border-bottom-width: 0px;
    border-left-width: 3px;
    border-right-width: 3px;
    margin-left: -10px;
    border-top-color: #e60012;
    top: 100%;
    left: 50%;
}

.repeater-item:last-child {
    border: none;
}

.market_fluctuations_content {
    margin-top: 2em;
}

.market_fluctuations_content img {
    width: 100%;
}

.market_fluctuations_content_area_row {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: -8px 0px 5px rgba(0, 0, 0, 0.3);
    justify-content: flex-end;
}

.market_fluctuations_content_area {
    margin: auto;
    width: 95%;
    display: flex;
    font-family: initial;
    align-items: flex-end;
}

.brand_text {
    padding-bottom: 2em;
    text-align: center;
    width: 100%;
}

.brand_repeat_img {
    width: 40%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.market_fluctuations_content_area {
    height: fit-content;
}

.market_fluctuations_content_area .content_area_row1 {
    width: 36%;
}

.market_fluctuations_content_area .content_area_row2 {
    width: 27%;
}

.market_fluctuations_content_area .content_area_row3 {
    width: 37%;
}

.market_fluctuations_content_area .content_area_row1 .repeater-field-wrapper {
    background-color: #ffffff;
    border-radius: 5px 0 0 5px;
}

.market_fluctuations_content_area .content_area_row2 .repeater-field-wrapper {
    background-color: #dedede;
    border-radius: 0 0 0 5px;
    margin-left: -5px;
}

.market_fluctuations_content_area .content_area_row3 .repeater-field-wrapper {
    background-image: -moz-linear-gradient(
        176deg,
        rgba(244, 226, 41, 0.99608) 0%,
        rgb(189, 151, 67) 0%,
        rgb(198, 157, 64) 0%,
        rgb(224, 203, 133) 0%,
        rgb(250, 248, 201) 0%,
        rgb(235, 217, 118) 0%,
        rgb(219, 185, 35) 0%,
        rgb(245, 241, 135) 47%,
        rgb(244, 215, 36) 100%
    );
    background-image: -webkit-linear-gradient(
        176deg,
        rgba(244, 226, 41, 0.99608) 0%,
        rgb(189, 151, 67) 0%,
        rgb(198, 157, 64) 0%,
        rgb(224, 203, 133) 0%,
        rgb(250, 248, 201) 0%,
        rgb(235, 217, 118) 0%,
        rgb(219, 185, 35) 0%,
        rgb(245, 241, 135) 47%,
        rgb(244, 215, 36) 100%
    );
    background-image: -ms-linear-gradient(
        176deg,
        rgba(244, 226, 41, 0.99608) 0%,
        rgb(189, 151, 67) 0%,
        rgb(198, 157, 64) 0%,
        rgb(224, 203, 133) 0%,
        rgb(250, 248, 201) 0%,
        rgb(235, 217, 118) 0%,
        rgb(219, 185, 35) 0%,
        rgb(245, 241, 135) 47%,
        rgb(244, 215, 36) 100%
    );
    border-radius: 0 0 5px 5px;
    margin-left: -5px;
}

.market_fluctuations_content_area
    .content_area_row3
    .repeater-field-wrapper:first-child {
    background-image: linear-gradient(176deg, #c29b0e 0%, #c29b0e 100%);
    text-align: center;
    border-radius: 5px 5px 0 0;
    padding: 5%;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.content_area_row2 .repeater-field-wrapper:first-child {
    text-align: center;
    background-color: #9c9c9c;
    border-radius: 5px 0 0 0;
    padding: 5%;
    font-weight: bold;
}

.market_fluctuations_content img {
    width: 100%;
}

.repeater-item {
    display: flex;
    align-items: flex-end;
    height: 7.5em;
    margin: 0 1em;
    border-bottom: 2px dotted;
}

.market_fluctuations_content {
    background-image: url(../images/brand_tokei/EN_price_list_watch_mv.webp);
    padding-top: 35%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
}

.content_area_row1 .brand_text p:nth-child(2) {
    font-size: clamp(8.5px, 0.9vw, 14px);
    word-break: auto-phrase;
}

.content_area_row1 .brand_text p:nth-child(1) {
    font-size: clamp(10px, 2vw, 1.2em);
    font-weight: bold;
}

.content_area_row2 .brand_text p:nth-child(2) {
    font-size: clamp(11.5px, 1.5vw, 1.2em);
    letter-spacing: 1px;
    font-weight: bold;
}

.content_area_row3 .brand_text p:nth-child(2) {
    font-size: clamp(17.3px, 2.4vw, 2.2em);
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1;
}

.content_area_row2 .brand_text p:nth-child(1) {
    font-size: clamp(10px, 1.2vw, 1.2em);
}

@media (max-width: 1000px) {
    .market_fluctuations_content {
        background-size: contain;
    }
}

@media (max-width: 767px) {
    .arrow_box {
        font-size: clamp(4.5px, 1.8vw, 1.3em);
    }
    .content_area_row1 .brand_text p:nth-child(2) {
        font-size: clamp(6.5px, 0.9vw, 14px);
    }
    .content_area_row1 .brand_text {
        width: 75%;
    }

    .market_fluctuations_content {
        background-image: url(../images/brand_tokei/EN_price_list_watch_mv_sp.webp);
        padding-top: 110%;
    }

    .brand_repeat_img {
        width: 25%;
        max-width: 35px;
    }

    .brand_text {
        padding-bottom: 0em;
    }

    .repeater-item {
        height: 4.5em;
        margin: 0 0.5em;
        justify-content: center;
        align-items: center;
    }

    .market_fluctuations_content_area {
        width: 100%;
    }

    .market_fluctuations_content_area
        .content_area_row3
        .repeater-field-wrapper:first-child,
    .content_area_row2 .repeater-field-wrapper:first-child {
        font-size: 11px;
    }
}

/*------------------

watch_cta

-----------------------*/
#watch_cta .cta-section {
    gap: 24px 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

#watch_cta .cta-phone img {
    max-width: 100%;
}

#watch_cta .cta-card {
    position: relative;
}

#watch_cta .cta-phone a {
    display: block;
    position: relative;
}

#watch_cta .cta-card img {
    max-width: 100%;
}

#watch_cta img.cta_btn {
    cursor: pointer;
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 40%;
}

#watch_cta .cta_link_btn {
    width: fit-content;
    margin: 1rem auto;
    display: flex;
    align-items: center;
    position: relative;
}

#watch_cta .cta_link_btn a {
    width: 300px;
    display: block;
    background-color: white;
    margin: auto;
    padding: 12px 24px;
    border-radius: 48px;
    border: solid 2px black;
    box-shadow: 1px 3px #0000006b;
}

#watch_cta .shop_icon::before {
    content: "";
    background: url(images/shop_cta_icon.png);
    width: 20px;
    height: 28px;
    display: block;
    position: absolute;
    background-size: cover;
    left: 24px;
    z-index: 1;
}

#watch_cta .cta_link_btn a::after {
    content: "▶";
}

▶ #watch_cta .cta-button:hover {
    background-color: #218838;
}

#watch_cta .cta-flex .cta-card {
    flex: 1;
}
@media (min-width: 768px) {
    #watch_cta .cta-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #watch_cta .cta-container {
        border-radius: 24px;
        width: 48%;
        position: relative;
    }

    #watch_cta .cta-header {
        background-color: #e60012;
        border-right: solid 4px #e60012;
        border-left: solid 4px #e60012;
        border-radius: 24px 24px 0 0;
    }

    #watch_cta h3 {
        color: black;
        font-weight: bold;
        text-align: center;
        font-size: 32px;
        padding: 6px 0;
        margin: auto;
    }

    #watch_cta .cta-headline {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin: auto;
    }

    #watch_cta h3::before {
        content: "▼";
        color: black;
    }

    #watch_cta h3::after {
        content: "▼";
        color: black;
    }

    #watch_cta .cta-flex h4 {
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: 24px;
        padding: 6px 0;
    }

    #watch_cta img.card_photo {
        width: 100%;
    }

    #watch_cta .cta-text {
        background-color: white;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding: 1rem 0;
        border-radius: 0 0 24px 24px;
        border-right: solid 4px #e60012;
        border-left: solid 4px #e60012;
        border-bottom: solid 4px #e60012;
        position: relative;
    }
}

@media (max-width: 1200px) {
    #watch_cta h3 {
        font-size: 22px;
    }

    #watch_cta .cta-headline {
        font-size: 20px;
    }

    #watch_cta .cta-text {
        font-size: 16px;
    }

    #watch_cta .cta_link_btn a {
        font-size: 12px;
        width: 100%;
    }

    #watch_cta .shop_icon::before {
        left: 12px;
    }
}

@media (max-width: 767px) {
    #watch_cta .cta-phone {
        margin-bottom: 2rem;
    }

    #watch_cta .cta-card {
        margin-bottom: 2rem;
    }

    #watch_cta img.cta_btn {
        bottom: 3%;
        width: 80%;
    }

    #watch_cta h3 {
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: 28px;
        margin: auto;
        top: -20px;
        display: block;
        position: absolute;
        line-height: 1.2;
        width: 100%;
    }

    #watch_cta .text_frame {
        -webkit-text-stroke: 10px #e60012;
        z-index: -1;
    }

    #watch_cta span.span_theme_color {
        color: #f6ff00;
    }

    #watch_cta .cta-flex {
        background-color: #e60012;
        padding: 1rem;
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        border-radius: 0 0 24px 24px;
    }

    #watch_cta .cta-text {
        position: relative;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

    #watch_cta .cta-headline {
        position: relative;
        background: #e60012;
        width: 100%;
        color: white;
        text-align: center;
        font-weight: 500;
        font-size: 20px;
        padding-top: 60px;
        border-radius: 24px 24px 0 0;
    }

    #watch_cta .cta-container {
        background: white;
        border-radius: 24px;
    }

    #watch_cta img.card_photo {
        border: solid 4px white;
        border-radius: 24px 24px 0 0;
    }

    #watch_cta .cta-flex h4 {
        color: #e60012;
        font-weight: bold;
        text-align: center;
        font-size: 24px;
        padding: 6px 0;
    }

    #watch_cta img.call_btn {
        cursor: pointer;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

    #watch_cta .cta-section {
        gap: 0;
    }
}

.scaleUpDown_anim {
    animation: scaleUpDown 2s infinite ease-in-out;
}

/* キーフレーム定義 */
@keyframes scaleUpDown {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
        /* 拡大 */
    }

    100% {
        transform: scale(1);
        /* 元に戻る */
    }
}

#watch_cta a {
    transition: all 0.3s ease;
}

#watch_cta a:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
}

/*------------------

brand_tokei_sec01

-----------------------*/
@media (max-width: 767px) {
    #brand_tokei_sec01 .colBox.colBox__col04.sp__col03 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
        gap: 2vw;
        padding: 3vw 3vw 10% 3vw;
        background: #241e52;
    }
    #brand_tokei_sec01 .colBox.colBox__col04.sp__col03 > .col {
        width: calc((100% / 3) - 2vw);
        max-width: none;
        background: #fff;
        padding: 4vw 2vw;
        position: relative;
        border-radius: 5px;
    }
    #brand_tokei_sec01 .colBox.sp__col03 > .col a.img__link::before {
        content: "";
        background: #d82300;
        position: absolute;
        bottom: 0;
        right: 0;
        width: min(5vw, 2em);
        height: min(5vw, 2em);
        line-height: 1;
        border-radius: 0;
        opacity: 1;
        background-size: 80% 80%;
        background-position: 76% 80%;
        background-repeat: no-repeat;
        background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z" fill="%23fff"/></svg>');
    }
    #brand_tokei_sec01 .colBox.sp__col03 > .col a.img__link .img {
        margin-bottom: 4vw;
        position: relative;
        aspect-ratio: 1 / 1;
    }
    #brand_tokei_sec01 .colBox.sp__col03 > .col a.img__link .img img {
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        position: absolute;
    }
    #brand_tokei_sec01 .colBox.sp__col03 > .col a.img__link .img::before,
    #brand_tokei_sec01 .colBox.sp__col03 > .col a.img__link .img::after {
        display: none;
    }
    #brand_tokei_sec01 .colBox > .col .text {
        font-size: 3.5vw;
        font-family: "Noto Sans JP";
        font-weight: 600;
        padding: 0;
        line-height: 1.3;
    }
    #brand_tokei_sec01 .colBox.colBox__col04.sp__col03 + .btn__wrap.btn__red {
        margin-top: -5%;
        position: relative;
        z-index: 1;
    }
}

#brand_tokei_sec02 {
    margin-top: 80px;
}
@media (max-width: 767px) {
    #brand_tokei_sec02 {
        margin-top: 0px !important;
        padding: 0;
        /* background: #f2f2f2; */
        font-family: "Roboto", "Noto Sans JP";
        padding: 0 !important;
    }
    #brand_tokei_sec02 .titleMain {
        position: relative;
        margin-top: 0 !important;
    }
    /* 
    #brand_tokei_sec02 .titleMain::before,
    #brand_tokei_sec02 .titleMain::after {
        content: "";
        display: block;
        width: 7vw;
        height: auto;
        aspect-ratio: 43 / 109;
        background: url("../images/brand_tokei/secHead02_item02.svg") no-repeat;
        background-size: contain;
        position: absolute;
        z-index: 1;
        bottom: 29%;
        margin: 0;
    } 
    */
    #brand_tokei_sec02 .titleMain::before {
        left: 6%;
        /* transform: scale(1.7); */
    }
    #brand_tokei_sec02 .titleMain::after {
        right: 6%;
        transform: scale(-1, 1) scale(1.7);
    }
    #brand_tokei_sec02 .titleMain .titleMain--main {
        margin: auto;
        font-size: 7.5vw;
        font-weight: 700;
        line-height: 1.3;
        order: 1;
        /* color: #fff000;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 17%; */
    }
    #brand_tokei_sec02 .titleMain .titleMain--main > span {
        color: #fff000;
    }
    #brand_tokei_sec02 .titleMain .titleMain--main::before {
        content: "";
        display: block;
        width: 9vw;
        height: auto;
        aspect-ratio: 32 / 26;
        background: url("../images/brand_tokei/secHead02_item01.svg") no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        right: 0;
        bottom: calc(100% + 1.5rem);
        margin: auto;
    }
    #brand_tokei_sec02 .titleMain .titleMain--lead {
        margin: 0 auto;
        width: 75%;
        font-size: 4vw;
        text-align: left;
        font-family: "Noto Sans JP";
        font-weight: 600;
        line-height: 1.8;
        order: 3;
    }
    #brand_tokei_sec02 .titleMain .titleMain--lead span {
        color: #d82300;
    }
    #brand_tokei_sec02 .titleMain .secHeadBg02 {
        width: 100%;
        height: auto;
    }
    #brand_tokei_sec02 > .flex[class*="flex--hasItem"] {
        padding: 6vw 4vw 6vw 4vw;
        background: #f2f2f2;
    }
    #brand_tokei_sec02 .flex__tab {
        gap: 3vw 2vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
    }
    #brand_tokei_sec02 .flex__tab .tab__item {
        width: calc((100% / 2) - 2vw) !important;
    }
    #brand_tokei_sec02 .flex__tab .tab__item > a {
        background: #fff;
        color: #5b4b39;
        border-radius: 0;
        position: relative;
        font-size: 2.85vw;
        font-family: "Noto Sans JP";
        font-weight: 600;
        line-height: 1;
        height: auto;
        min-height: inherit;
        padding: 1.25em 0.5em 1.5em 0.5em;
        border-radius: 5px;
    }
    #brand_tokei_sec02 .flex__tab .tab__item.active > a {
        background: #d82300;
        color: #fff;
    }
    #brand_tokei_sec02 .flex__tab .tab__item > a > br {
        display: none;
    }
    #brand_tokei_sec02 .flex__tab .tab__item > a::after {
        position: absolute;
        right: 0;
        left: 0;
        top: calc(100% - 1.5em);
        margin: 0 auto;
        width: 16px;
        height: 16px;
        background: none;
        vertical-align: middle;
        content: "▼";
        background-size: contain;
        transform: none;
        font-size: 65%;
    }
    #brand_tokei_sec02 .flex__content {
        background: transparent;
    }
    #brand_tokei_sec02 .flex__content.active {
        padding: 0;
    }
    #brand_tokei_sec02 .content__list {
        gap: 4vw 2vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
    }
    #brand_tokei_sec02 .content__list .content__item {
        width: calc((100% / 2) - 2vw);
        max-width: none;
        margin: 0;
        background: #fff;
        color: #5b4b39;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
    }
    #brand_tokei_sec02 .content__list .content__item:first-of-type,
    #brand_tokei_sec02 .content__list .content__item:nth-of-type(7n + 1) {
        width: 100%;
    }
    a.img__link .img::before,
    a.img__link .img::after {
        display: none;
    }
    #brand_tokei_sec02 .content__list .content__item .img__link::before {
        content: "";
        background: #6d4315;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 1.75rem;
        height: 1.75rem;
        line-height: 1;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z" fill="%23fff"/></svg>');
    }
    #brand_tokei_sec02 .content__list .content__item .content__image {
        background: #fff;
        border-radius: 0;
        position: relative;
        overflow: hidden;
        padding: 0 2vw;
    }
    #brand_tokei_sec02
        .content__list
        .content__item:first-of-type
        .content__image,
    #brand_tokei_sec02
        .content__list
        .content__item:nth-of-type(7n + 1)
        .content__image {
        aspect-ratio: 2 / 1;
    }
    #brand_tokei_sec02
        .content__list
        .content__item:first-of-type
        .content__image
        img,
    #brand_tokei_sec02
        .content__list
        .content__item:nth-of-type(7n + 1)
        .content__image
        img {
        height: 100%;
        width: auto;
        display: block;
        margin: 0 auto;
    }
    #brand_tokei_sec02 .content__list .content__item .content--name {
        color: #5b4b39;
        padding: 2vw 2vw 0vw 2vw;
        font-size: 3.5vw;
        font-weight: 600;
        text-align: justify;
    }
    #brand_tokei_sec02 .content__list .content__text {
        padding: 2vw;
    }
    #brand_tokei_sec02 .content__list .content__text .content--title {
        font-size: 3vw;
        color: #f28827;
    }
    #brand_tokei_sec02 .content__list .content__text .content--price {
        font-size: 5.5vw;
        color: #d82300;
    }
}

/*------------------

flex__tab

-----------------------*/
.tabContents_open .flex__content .content__item {
    display: none;
    width: 24.2%;
    max-width: max-content;
}

@media (max-width: 1024px) {
    .tabContents_open .flex__content .content__item {
        width: 32.6%;
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .tabContents_open .flex__content {
        margin: 0 0rem;
    }

    .tabContents_open .flex__content .content__item {
        width: 43.6%;
    }
}

.tabContents_open .flex__content .content__list {
    flex-wrap: wrap;
    gap: 20px 5.2%;
    justify-content: left;
}

.tabContents_open .flex__content:not(:first-child) {
    width: 100%;
}

.tabContents_open .flex__tab .tab__item {
    width: 33%;
}

/** タブの数によってレイアウト変更 **/
/** 1つ **/
.flex__tab.flex__tab_num_1 .tab__item {
    width: 100%;
}

/** 2つ **/
.flex__tab.flex__tab_num_2 .tab__item {
    width: 49.5%;
}

/** 3つ **/
.flex__tab.flex__tab_num_3 .tab__item {
    width: 33%;
}

/** 4つ **/
.flex__tab.flex__tab_num_4 .tab__item {
    width: 24.5%;
}

/** 5つ **/
.flex__tab.flex__tab_num_5 .tab__item:nth-child(1) {
    width: 33%;
}

.flex__tab.flex__tab_num_5 .tab__item:nth-child(2) {
    width: 33%;
}

.flex__tab.flex__tab_num_5 .tab__item:nth-child(3) {
    width: 33%;
}

.flex__tab.flex__tab_num_5 .tab__item:nth-child(4) {
    width: 49.5%;
}

.flex__tab.flex__tab_num_5 .tab__item:nth-child(5) {
    width: 49.75%;
}

/** 6つ **/
.flex__tab.flex__tab_num_6 .tab__item {
    width: 33%;
}

/** 7つ **/
.flex__tab.flex__tab_num_7 .tab__item:nth-child(1) {
    width: 24.5%;
}

.flex__tab.flex__tab_num_7 .tab__item:nth-child(2) {
    width: 24.5%;
}

.flex__tab.flex__tab_num_7 .tab__item:nth-child(3) {
    width: 24.5%;
}

.flex__tab.flex__tab_num_7 .tab__item:nth-child(4) {
    width: 24.5%;
}

.flex__tab.flex__tab_num_7 .tab__item:nth-child(5) {
    width: 33%;
}

.flex__tab.flex__tab_num_7 .tab__item:nth-child(6) {
    width: 33%;
}

.flex__tab.flex__tab_num_7 .tab__item:nth-child(7) {
    width: 33%;
}

/** 8つ **/
.flex__tab.flex__tab_num_8 .tab__item {
    width: 24.5%;
}

/** 9つ **/
.flex__tab.flex__tab_num_9 .tab__item {
    width: 33%;
}
.flex__tab .tab__item {
    box-sizing: border-box;
}

.flex__tab .tab__item:nth-child(-n + 4) {
    width: 24.5%;
}

.flex__tab .tab__item:nth-child(n + 5) {
    width: 33%;
}

.tabContents_open .flex__content.active .content__item:nth-child(-n + 16) {
    display: flex;
    /* 最初の16個を表示 */
}
.tabContents_open .flex__tab {
    justify-content: space-between;
    gap: 2px 0px;
    flex-wrap: wrap;
}

.tabContents_open .flex__tab .tab__item:nth-child(3) a {
    border-top-right-radius: 24px;
}

.tabContents_open .flex__tab .tab__item:not(:first-child) {
    border-left: 0px solid #f2f2f2;
}

.tabContents_open .flex__content .content__item .content--name {
    word-break: normal;
}

.tabContents_open .btn__more {
    width: 80%;
}

.tabContents_open .btn__more > * {
    background-color: white;
}

.tabContents_open .flex__content.active {
    border-radius: 24px;
}

.tabContents_open .flex__tab .tab__item a {
    border-radius: 24px;
    position: relative;
}

.tabContents_open .flex__tabContents {
    margin-top: 20px;
}

.btn__wrap.btn__red.flex_tab_others_btn {
    max-width: 100%;
    text-align: center;
    margin: 1rem 0 0 0;
}

@media (max-width: 769px) {
    .tabContents_open .tab__item > a::after {
        top: 85%;
        left: 45%;
        transform: rotate(90deg);
    }

    .tabContents_open .tab__item > a::after {
        width: 13px;
        height: 13px;
        margin-top: -5px;
        background-repeat: no-repeat;
    }

    .tabContents_open .flex__tab .tab__item a {
        padding-bottom: 15px;
    }

    .flex_tab_contents_open .btn__wrap {
        width: 95%;
    }
}

ul,
ol,
li {
    list-style: none;
}

.tab__item.tab__item_others {
    /** width: 100% !important; **/
}

.tabContents_open .flex__content .content__item {
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

.tabContents_open .flex__content .content__list {
    align-items: stretch;
}

.tabContents_open .content--title {
    margin-top: 0rem !important;
}

.tabContents_open .flex__content {
    display: none;
}

.tabContents_open .flex__content.active {
    display: block;
}

/*------------------

wd_searchtitle

-----------------------*/
.wd_searchtitle {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0px auto 0px;
    font-size: 16px;
    font-weight: 700;
    color: #d82300;
}
.wd_searchtitle.wd_margintop {
    padding-top: 40px;
}

.wd_searchbox {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 10px auto 0px;
}
.wd_searchbox.wd_marginbottom {
    padding-bottom: 40px;
}

.wd_searchinput {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border: 2px solid #d82300;
    background-color: #ffffff;
    padding: 0px 20px;
    border-radius: 5px;
}

.wd_searchinput:focus::placeholder {
    color: transparent;
}

/*------------------

brand_tokei_sec04

-----------------------*/
.purchase_reinforcement_modellist {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 10px auto 0px;
    font-size: 12px;
    padding: 0px 10px;
}
.purchase_reinforcement_item_wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.purchase_reinforcement_name {
    text-align: center;
}

.purchase_reinforcement {
    display: flex;
    flex-wrap: wrap;
    border-radius: 24px;
    padding: 20px 10px;
}

.purchase_reinforcement_ttl_wrap {
    text-align: center;
}

.purchase_reinforcement_img img {
    max-width: 170px;
    border-radius: 24px;
}
.purchase_reinforcement_img {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 5px 0;
}

.purchase_reinforcement_img::before {
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 24px 0 0;
    opacity: 0.3;
    position: absolute;
    display: block;
    content: "";
}

.purchase_reinforcement_img::after {
    right: 0.85rem;
    bottom: 0.75rem;
    width: 8px;
    height: 14px;
    color: #fff;
    background: url(../images/icon_arrow_white02_1.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    display: block;
    content: "";
}

.purchase_reinforcement_img_wrap:hover .purchase_reinforcement_img::before {
    background: #d82300;
    opacity: 1;
}
.purchase_reinforcement_area {
    width: 49%;
    margin-top: 20px;
    background-color: #f2f2f2;
    border-radius: 24px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    padding: 10px 0;
}

.purchase_reinforcement_area.four {
    width: 100%;
}

.purchase_reinforcement_item {
    max-width: 170px;
}

.purchase_reinforcement_border {
    margin-right: 2%;
}
.purchase_reinforcement_area.four {
    width: 100%;
}

@media (max-width: 1025px) {
    .purchase_reinforcement_item_wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .purchase_reinforcement_item {
        padding: 5px;
        max-width: 100%;
    }

    .purchase_reinforcement_area {
        width: 100%;
    }

    .purchase_reinforcement_img img {
        width: 100%;
    }

    .purchase_reinforcement_border {
        margin-right: 0%;
    }

    .purchase_reinforcement_section a {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .contents__left #brand_tokei_sec04 {
        padding: 0 0 6vw 0;
        font-family: "Roboto", "Noto Sans JP";
        /* background: #121d2f; */
        margin: 0 !important;
        border-radius: 0;
        position: relative;
    }
    #brand_tokei_sec04 > h3 {
        margin: 0 auto 5% auto;
        font-weight: 700;
        line-height: 1.4;
        position: absolute;
        top: 1.2em;
        color: #fff;
        font-size: 7vw;
        font-family: "Noto Sans JP";
    }

    #brand_tokei_sec04 p {
        width: auto;
        margin: auto;
        text-align: center;
    }

    #brand_tokei_sec04 > .secHead_items {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 37vw;
    }
    #brand_tokei_sec04 > .secHead_items img {
        width: 17%;
        height: auto;
        margin: 0 1%;
    }
    #brand_tokei_sec04 > .secHeadBg04 {
        width: 100%;
        height: auto;
    }
    #brand_tokei_sec04 .purchase_reinforcement_area {
        /* width: calc(100% - (4vw * 2)); */
        margin: 4vw auto 0 auto;
        border-radius: 5px;
        background: #2d3c55;
        padding: 0;
    }
    #brand_tokei_sec04 .purchase_reinforcement_item {
        padding: 0 0 20% 0;
        background: #fff;
    }
    #brand_tokei_sec04
        .purchase_reinforcement_ttl_wrap
        .purchase_reinforcement_ttl {
        color: #fff000;
        font-family: "Roboto", "Noto Sans JP";
        line-height: 1;
        font-size: 4.5vw;
        padding: 1.25em 0;
    }
    #brand_tokei_sec04 .purchase_reinforcement_item_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 4vw 4vw 4vw;
        gap: 4vw;
    }
    #brand_tokei_sec04
        .purchase_reinforcement_item_wrap
        .purchase_reinforcement_name {
        color: #444;
        font-weight: 600;
        line-height: 1;
        padding: 1em 0 0.5em 4vw;
        text-align: left;
        font-size: 4.25vw;
    }
    #brand_tokei_sec04
        .purchase_reinforcement_item_wrap
        .purchase_reinforcement_modellist {
        color: #444;
        padding: 0 0 0 4vw;
        margin: 0;
        font-size: 2.5vw;
        text-align: justify;
    }
    #brand_tokei_sec04 .purchase_reinforcement_item_wrap > a {
        width: calc((100% / 2) - 2vw);
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        background: #fff;
    }
    #brand_tokei_sec04 .purchase_reinforcement_item_wrap > a::before {
        content: "";
        background: #d82300;
        position: absolute;
        bottom: 0;
        right: 0;
        width: min(5vw, 2em);
        height: min(5vw, 2em);
        line-height: 1;
        border-radius: 0;
        opacity: 1;
        background-size: 80% 80%;
        background-position: 76% 80%;
        background-repeat: no-repeat;
        background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z" fill="%23fff"/></svg>');
    }
    #brand_tokei_sec04
        .purchase_reinforcement_area
        .purchase_reinforcement_img {
        margin: 0;
        background: #fff;
        border-radius: 0;
        position: relative;
        overflow: hidden;
        padding: 0 2vw;
        aspect-ratio: 10 / 9;
    }
    #brand_tokei_sec04
        .purchase_reinforcement_area
        .purchase_reinforcement_img::before,
    #brand_tokei_sec04
        .purchase_reinforcement_area
        .purchase_reinforcement_img::after {
        display: none;
    }
    #brand_tokei_sec04
        .purchase_reinforcement_area
        .purchase_reinforcement_img
        img {
        width: auto;
        max-width: 100%;
        height: 100%;
        position: absolute;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

/*------------------

can_be_purchased_content

-----------------------*/
.can_be_purchased_content {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.can_be_purchased_content img {
    width: 100%;
}

.can_be_purchased_text {
    position: absolute;
    bottom: 0;
    background-color: #b2b2b2d6;
    color: #fff;
    padding: 5px;
    right: 0;
    border-radius: 24px 0px 24px 0px;
}

.can_be_purchased_content_wrap {
    margin-top: 2rem;
}

.can_be_purchased_img_wrap {
    position: relative;
}

@media (max-width: 767px) {
    .can_be_purchased_content {
        display: flex;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .contents__left #brand_tokei_sec06 {
        position: relative;
        padding: 10% 4vw 5% 4vw;
        /* border-top: 1px solid #d3d3d3; */
        position: relative;
        overflow: visible;
    }
    /* #brand_tokei_sec06::before {
        content: "";
        display: block;
        background: linear-gradient(
            90deg,
            #fff 7%,
            #d82300 7%,
            #d82300,
            #d82300 93%,
            #fff 93%
        );
        width: 6rem;
        height: 5px;
        position: absolute;
        top: -3px;
        left: 0;
        right: 0;
        margin: 0 auto;
    } */
    .titleMain:before {
        display: none;
    }
    #brand_tokei_sec06 .titleMain {
        margin-top: 0 !important;
    }
    #brand_tokei_sec06 .titleMain--main {
        font-size: 7vw;
        font-weight: 600;
        margin-bottom: 11%;
    }
    #brand_tokei_sec06 .can_be_purchased_content_wrap {
        margin-top: 0;
    }
}

.theme_color_text {
    text-align: center;
    font-weight: 500;
    margin: 2% 0;
}

.state_bad_purchase_section_bottom_content_wrap {
    padding: 5%;
}

.state_bad_purchase_section_bottom_content h3 {
    text-align: center;
    padding: 1%;
    font-size: clamp(1.1em, 1.5vw, 1.5em);
    font-weight: 500;
}

.state_bad_purchase_section_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
}

.state_bad_purchase_section_bottom_content {
    width: 47.5%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5%;
}

.intermediate_text {
    text-align: center;
    font-size: clamp(0.7em, 1vw, 1.5em);
    margin-bottom: 5%;
}

.state_bad_arrow_area {
    position: relative;
    width: 90%;
    margin: auto;
    top: -2em;
}

.state_bad_arrow_area_text {
    padding-top: 1%;
    position: absolute;
    top: 0;
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-size: clamp(0.8em, 1.9vw, 1.5em);
    line-height: 1.2;
    font-weight: 500;
}

.state_bad_purchase_section_top_text {
    font-size: clamp(0.58em, 0.95vw, 0.8em);
}

.state_bad_purchase_section_top_read_text {
    text-align: center;
    font-size: clamp(0.7em, 0.98vw, 1em);
}

.state_bad_arrow_area_text span {
    font-size: clamp(27px, 2.7vw, 1.5em);
}

.state_bad_arrow_area_text span:nth-child(2) {
    color: #ffea05;
}

.state_bad_purchase_section h2 {
    line-height: 1.2;
}

.state_bad_purchase_section h4 {
    font-weight: bold;
    margin-bottom: 5%;
}

.state_bad_purchase_section_top_h_text {
    font-size: clamp(25px, 2.5vw, 33px);
    font-weight: 500;
    letter-spacing: 0.05em;
    width: fit-content;
    margin: auto;
    margin-bottom: 3%;
}

.dots {
    background-image: radial-gradient(
        circle at center,
        #e60012 20%,
        transparent 20%
    );
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 1.1em 0.3em;
    padding-top: 0.2em;
}

.state_bad_purchase_section img {
    width: 100%;
}

.state_bad_purchase_section_top_h_text_wrap {
    width: 60%;
}

.state_bad_purchase_section_top_h_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
    align-items: center;
}

.state_bad_purchase_section_top_h_img {
    width: 35%;
}

.state_bad_purchase_section_top_h_text_wrap img {
    width: 70%;
    margin: auto;
    margin-bottom: 5%;
    display: block;
}

.state_bad_purchase_section_top_content_wrap {
    background-color: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 25px;
    padding: 5%;
    position: relative;
}

.state_bad_purchase_section_top_content {
    width: 30%;
    text-align: center;
    margin-bottom: 5%;
}

.state_bad_purchase_section_top_img_wrap {
    position: relative;
    margin-bottom: 5%;
}

img.ok_img {
    position: absolute;
    width: 25%;
    right: -5%;
    top: -5%;
}

.state_bad_purchase_section .text_img {
    position: absolute;
    width: 15%;
    top: -1%;
    left: 50%;
    transform: translateX(-50%);
}

.state_bad_purchase_section span.text_img_txt {
    font-size: clamp(0.8em, 1.1vw, 1.5em);
    font-weight: 600;
    border-radius: 10px;
    align-items: center;
    position: relative;
    top: -45px;
    left: 10px;
}

.state_bad_items img {
    width: 10%;
}

.state_bad_items {
    display: flex;
    gap: 2%;
    border: 1px solid #000000;
    margin-bottom: 3%;
    padding: 2% 5%;
    font-size: clamp(0.8em, 1.1vw, 1.5em);
    font-weight: 500;
    border-radius: 10px;
    align-items: center;
}

.description_text {
    font-size: clamp(0.7em, 1vw, 1.5em);
}

.attention_color {
    color: #feea00;
}

.state_bad_purchase_section_top_h_text span:nth-child(2),
.state_bad_purchase_section_top_h_text span:nth-child(4) {
    font-size: clamp(0.8em, 1.7vw, 20px);
}

.state_bad_purchase_section_top_read_text {
    padding: 0 8%;
}

@media (max-width: 767px) {
    .state_bad_purchase_section_top_h_text_wrap {
        width: 100%;
    }

    .state_bad_purchase_section_top_h_text_wrap img {
        width: 70%;
    }

    .state_bad_purchase_section_top_h_img {
        width: 60%;
    }

    .state_bad_purchase_section_top_content_wrap {
        padding: 10% 2%;
        border-radius: 25px 25px 0 0;
    }

    .state_bad_purchase_section_top_content {
        width: 46%;
    }

    .state_bad_purchase_section img.text_img {
        width: 40%;
    }

    .state_bad_purchase_section h4 {
        font-size: 13px;
    }

    .state_bad_purchase_section_bottom_content {
        width: 100%;
    }

    .state_bad_arrow_area_text {
        line-height: 1.2;
        padding-top: 4%;
    }

    .state_bad_arrow_area {
        width: 100%;
        top: -1em;
    }

    .state_bad_arrow_area_text p:nth-child(2) {
        letter-spacing: 2px;
        font-size: 17px;
    }
}

/*------------------

latest_results

-----------------------*/
#latest_results h3 {
    font-size: 24px;
    font-weight: bold;
}

#latest_results .latest_results_content_wrap {
    margin-top: 2rem;
}

.condition_table_area table {
    width: 100%;
    background-color: white;
}

.condition_table_area table,
.condition_table_area td,
.condition_table_area th {
    border-collapse: collapse;
}

.condition_table_area td {
    padding: 5px 0px;
}

.condition_table_area td:first-child {
    width: 180px;
}

.condition_table_area td:nth-child(2) {
    padding-right: 6px;
}

.condition_table_area tr {
    padding: 0px 36px;
    display: block;
}

.latest_results_content {
    margin-top: 48px;
}

#latest_results .latest_results_list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.latest_results_item {
    width: 22%;
    font-size: 0.875rem;
}

.latest_results_area_text_ttl {
    font-weight: bold;
}

#latest_results span.bold {
    font-weight: bold;
}

#latest_results .brand_name {
    margin: 12px 0;
}

#latest_results .brand_name .latest_results_area {
    width: 100%;
}

#latest_results img {
    background-color: #f1f1f1;
    border-radius: 24px;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

#latest_results .space {
    margin: 6px 0;
}

#latest_results .purchase_date {
    border-top: solid #000000 1px;
    padding: 6px 0 0;
    font-size: 15px;
}

#latest_results .btn__more span {
    background-color: #e60012;
    color: white !important;
    padding: 1rem 0.75rem;
}

#latest_results .btn__more > *::after {
    position: absolute;
    top: calc(50% - 1em);
    right: 2em;
    width: 2em;
    height: 2em;
    vertical-align: middle;
    content: "";
    background-image: url("../images/icon_arrow_white01.png");
    background-size: contain;
    transform: rotate(90deg);
}

#latest_results .btn__more span:hover {
    background-color: #f2f2f2;
    color: #e60012 !important;
    border: solid 1px #f2f2f2;
}

#latest_results .btn__more > *:hover::after {
    width: 2em;
    height: 2em;
    background-image: url("../images/icon_arrow_red01.png");
}

#latest_results .titleMain--lead {
    color: black;
}

/*------------------

brand_tokei_sec03

-----------------------*/
/* PC版 */
@media (min-width: 768px) {
    .condition_table_area {
        border: solid 4px #f2f2f2;
    }
}

/* SP版 */
@media (max-width: 767px) {
    #latest_results h3 {
        font-size: 16px;
    }

    .condition_table_area td:nth-child(1) {
        border-right: 1px dotted #000000;
        display: flex;
        align-items: center;
        width: 144px;
        min-width: 144px;
    }

    .condition_table_area td:nth-child(2) {
        display: none;
    }

    .condition_table_area tr {
        padding: 0;
        display: flex;
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .latest_results_list
        .latest_results_item {
        width: 48%;
    }

    #latest_results .latest_results_list {
        gap: 12px;
    }

    #latest_results {
        font-size: 14px;
    }

    #latest_results .purchase_date {
        font-size: 14px;
    }
}

.brandinfo_section_top_only .fshoplist-target--ttl::before,
.brandinfo_section_top_only .fshoplist-target--ttl::after {
    background: #ffffff;
    right: 30px;
}

.brandinfo_section_top_only .brandinfo__body {
    background: no-repeat 20px 280px / cover #fcf1db;
}

.brandinfo_section_top_only .fshoplist-target__list {
    padding: 0;
}

.brandinfo_section_top_only .brandinfo__body__text::after {
    background: none;
}

.brandinfo_section_top_only .brandinfo__body {
    padding: 1rem 1rem 1rem;
}

.brandinfo_section_top_only
    .brand_about_repeat_parent_wrap
    .fshoplist-target--ttl::before,
.brandinfo_section_top_only
    .brand_about_repeat_parent_wrap
    .fshoplist-target--ttl::after {
    background: #d82300;
}

.brandinfo_section .brand_about_repeat_parent_wrap {
    margin: 1rem 0;
}

.brandinfo_section_top_only .brand_about_repeat_parent_wrap .horizonlist {
    margin: 0;
    padding: 15px;
}

.brandinfo_section_top_only .brandinfo__body__text {
    margin-top: 0rem;
}

.brandinfo_section_top_only .text_wrap {
    display: flex;
}

.brandinfo_section .fshoplist-target--ttl {
    padding: 10px 15px;
}

.brandinfo_section .horizonlist--text {
    width: 100%;
    max-width: 100%;
}

section.brandinfo_section.brandinfo_section_top_only {
    margin-top: 0px;
}

.brandinfo_section_top_only .text_wrap {
    display: flex;
}

@media (max-width: 767px) {
    .brandinfo_section_top_only .text_wrap {
        flex-direction: column;
    }

    .brandinfo_section_top_only .text_ {
        line-height: 1.7;
    }

    .contents__left #brand_tokei_sec03 {
        padding: 0;
        background: #f7ea74;
        font-family: "Roboto", "Noto Sans JP";
    }
    #brand_tokei_sec03 .titleMain {
        position: relative;
        margin-top: 0 !important;
    }
    #brand_tokei_sec03 .titleMain::before {
        display: none;
    }
    #brand_tokei_sec03 .titleMain .titleMain--main {
        font-size: 7.5vw;
        font-weight: 700;
        line-height: 1.3;
        order: 1;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: fit-content;
        height: fit-content;
    }
    #brand_tokei_sec03 .titleMain .titleMain--main span {
        color: #000;
    }
    #brand_tokei_sec03 .titleMain .titleMain--main span.lv2 {
        color: #d82300;
        display: inline-block;
        border-bottom: 7px solid #d82300;
        font-size: 175%;
    }
    #brand_tokei_sec03 .titleMain .titleMain--main span.lvSub {
        color: #000;
    }
    #brand_tokei_sec03 .titleMain .secHeadBg03 {
        width: 100%;
        height: auto;
    }
    #brand_tokei_sec03 .brandinfo_section {
        padding: 0 4vw 10% 4vw;
    }
    #brand_tokei_sec03 .brandinfo_section .fshoplist-target--ttl {
        padding: 0 !important;
    }
    #brand_tokei_sec03 .brandinfo__header {
        background-color: #8f7d3e;
        border-radius: 0;
    }
    #brand_tokei_sec03 .fshoplist-target__list {
        border-radius: 0;
    }
    #brand_tokei_sec03 .fshoplist-target__list .fshoplist-target--ttl::after {
        display: none !important;
    }
    #brand_tokei_sec03 .fshoplist-target__list .fshoplist-target--ttl::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 4vw;
        transform: translateY(-50%) rotate(90deg);
        background-color: #ece9d6;
        aspect-ratio: 1 / 1;
        display: block;
        border-radius: 50%;
        width: 1.75rem;
        height: 1.75rem;
        line-height: 1;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z" fill="%238F7D3E"/></svg>') !important;
    }
    #brand_tokei_sec03
        .fshoplist-target__list.open
        .fshoplist-target--ttl::before {
        transform: translateY(-50%) rotate(-90deg);
    }
    #brand_tokei_sec03 .brandinfo__header__title {
        padding: 0;
        line-height: 1.3 !important;
        font-family: "Roboto", "Noto Sans JP";
        font-size: 6vw;
        font-weight: 600;
        padding: 0.75em 2em;
    }
    #brand_tokei_sec03 .brandinfo__body {
        background: #fff;
        padding: 1.5em;
        border-radius: 0;
    }
    #brand_tokei_sec03 .brandinfo__body__text {
        background: #fff;
        font-weight: 500;
        font-size: 4vw;
        line-height: 1.6;
        text-align: justify;
    }
    #brand_tokei_sec03 .brandinfo__body__text span {
        color: #8f7d3e;
        font-weight: 600;
    }
    .brandinfo_section .fshoplist-target--ttl {
        padding: 10px 35px;
    }
}

/*------------------

reason_section

-----------------------*/
section.reason_section {
    margin-top: 4rem;
}

.reason_section_content img {
    width: 100%;
    border-radius: 24px 24px 0em 0em;
}

.reason_section_content_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5%;
}

.reason_area_img_wrap {
    width: 48%;
    margin-bottom: 5%;
    background-color: #eeeeee;
    border-radius: 24px;
    text-align: center;
}

.reason_section_text_area {
    padding: 5% 0;
}

.reason_section_ttl {
    font-size: 24px;
    font-weight: bold;
}

.reason_section_text {
    font-size: 14px;
}

.reason_numbering {
    font-family: "din-condensed", "DIN Condensed", "sans-serif";
    font-size: clamp(1.7em, 4vw, 5em);
}

.reason_numbering {
    top: -0.6em;
}

.reason_section .titleMain--lead {
    margin-bottom: 5%;
}

@media (min-device-width: 768px) and (max-device-width: 1024px) {
    .reason_section_ttl {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .reason_section_ttl {
        font-size: 16px;
        line-height: 1.4em;
    }

    .reason_section_text {
        font-size: 12px;
        line-height: 1.4em;
    }

    .reason_area_img_wrap {
        width: 100%;
        display: flex;
    }

    .reason_section_content img {
        width: 50%;
        border-radius: 24px 0em 0em 24px;
        object-fit: cover;
    }

    .reason_section_text_area {
        padding: 10px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .titleMain--main p span {
        font-style: normal;
        color: #d82300;
    }
    .contents__left > #brand_tokei_sec05 {
        background: #121d2f;
        position: relative;
        padding: 0 4vw 6vw 4vw;
        margin-bottom: 15%;
        margin-top: -1px !important;
    }
    #brand_tokei_sec05 .fshoplist-target__list {
        border-radius: 0;
    }
    #brand_tokei_sec05 .fshoplist-target__list .fshoplist-target--ttl {
        background-color: #8f7d3e;
        padding: 0;
    }
    #brand_tokei_sec05 .fshoplist-target__list .fshoplist-target--ttl::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 4vw;
        transform: translateY(-50%) rotate(90deg);
        background-color: #ece9d6 !important;
        aspect-ratio: 1 / 1;
        display: block;
        border-radius: 50%;
        width: 1.75rem;
        height: 1.75rem;
        line-height: 1;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z" fill="%238F7D3E"/></svg>') !important;
    }
    #brand_tokei_sec05
        .fshoplist-target__list.open
        .fshoplist-target--ttl::before {
        transform: translateY(-50%) rotate(-90deg);
    }
    #brand_tokei_sec05 .fshoplist-target__list .fshoplist-target--ttl::after {
        display: none !important;
    }
    #brand_tokei_sec05
        .fshoplist-target__list
        .fshoplist-target--ttl
        .titleSub {
        color: #fff;
        line-height: 1.3 !important;
        font-size: 5vw;
        font-weight: 600;
        font-family: "Roboto", "Noto Sans JP";
        padding: 0.75em 2em;
    }
    #brand_tokei_sec05
        .fshoplist-target__list
        .fshoplist-target--item
        .horizonlist {
        width: calc(100% - (4vw * 2));
        margin: 0 auto 0 auto;
        padding: 0 0 4vw 0;
        border-bottom: 1px solid #c8c4aa;
    }
    #brand_tokei_sec05
        .fshoplist-target__list
        .fshoplist-target--item
        .horizonlist--link
        .titleH4 {
        color: #8f7d3e;
        font-family: "Roboto", "Noto Sans JP";
        font-size: 5.5vw;
        line-height: 1;
        padding: 1.5em 0 1em 0;
    }
    #brand_tokei_sec05
        .fshoplist-target__list
        .fshoplist-target--item
        .horizonlist--text
        .points_content_text {
        font-family: "Roboto", "Noto Sans JP";
        font-size: 4vw;
        text-align: justify;
    }

    .contents__left #brand_tokei_sec06 {
        position: relative;
        padding: 10% 4vw 5% 4vw;
        /* border-top: 1px solid #d3d3d3; */
        position: relative;
        overflow: visible;
    }
    /* #brand_tokei_sec06::before {
        content: "";
        display: block;
        background: linear-gradient(
            90deg,
            #fff 7%,
            #d82300 7%,
            #d82300,
            #d82300 93%,
            #fff 93%
        );
        width: 6rem;
        height: 5px;
        position: absolute;
        top: -3px;
        left: 0;
        right: 0;
        margin: 0 auto;
    } */
    .titleMain:before {
        display: none;
    }
    #brand_tokei_sec06 .titleMain {
        margin-top: 0 !important;
    }
    #brand_tokei_sec06 .titleMain--main {
        font-size: 7vw;
        font-weight: 600;
        margin-bottom: 11%;
    }
    #brand_tokei_sec06 .can_be_purchased_content_wrap {
        margin-top: 0;
    }

    .contents__left #brand_tokei_sec07 {
        background: #012465;
        position: relative;
        padding: 0;
        position: relative;
        overflow: visible;
        font-family: "Noto Sans JP";
    }
    #brand_tokei_sec07 .titleMain {
        position: relative;
    }
    #brand_tokei_sec07 .titleMain::before {
        display: none;
    }
    #brand_tokei_sec07 .titleMain .secHead_items {
        width: 37%;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #brand_tokei_sec07 .titleMain .secHead_items img {
        width: 100%;
    }
    #brand_tokei_sec07 .titleMain .titleMain--main {
        margin: 0;
        font-size: 7.5vw;
        font-weight: 700;
        line-height: 1.3;
        position: absolute;
        left: 37%;
        top: 12%;
        width: 63%;
        color: #fff;
        text-align: left;
        padding-left: 5%;
    }
    #brand_tokei_sec07 .titleMain .titleMain--main span {
        color: #fff;
    }
    #brand_tokei_sec07 .titleMain .titleMain--lead {
        margin: 0;
        width: 63%;
        font-size: 3.6vw;
        text-align: left;
        font-weight: 400;
        line-height: 1.6;
        text-align: justify;
        position: absolute;
        left: 37%;
        top: 64%;
        color: #fff;
        padding-left: 5%;
        padding-right: 6vw;
    }
    #brand_tokei_sec07 .titleMain .titleMain--lead span {
        color: #fff;
    }
    #brand_tokei_sec07 .titleMain .secHeadBg07 {
        width: 100%;
        height: auto;
        z-index: 0;
        /* position: absolute; */
        top: 0;
        left: 0;
        right: 0;
    }
    #brand_tokei_sec07 .colBox {
        gap: 4vw 2vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 4vw 6vw 4vw;
    }
    #brand_tokei_sec07 .colBox .col {
        width: calc((100% / 2) - 2vw);
        max-width: none;
        margin: 0;

        color: #5b4b39;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
    }
    #brand_tokei_sec07 .colBox .col:first-of-type,
    #brand_tokei_sec07 .colBox .col:nth-of-type(7n + 1) {
        width: 100%;
    }
    #brand_tokei_sec07 .colBox .col .img {
        background: #fff;
        border-radius: 5px;
        position: relative;
        aspect-ratio: 1 / 1;
    }
    #brand_tokei_sec07 .colBox .col:first-of-type .img,
    #brand_tokei_sec07 .colBox .col:nth-of-type(7n + 1) .img {
        aspect-ratio: 2 / 1;
    }
    #brand_tokei_sec07 .colBox .col .img img {
        height: 100%;
        width: auto;
        display: block;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
    }
    #brand_tokei_sec07 .colBox .col .text.text--center {
        text-align: left !important;
        color: #fff !important;
        font-size: 4vw;
    }

    .contents__left > #brand_tokei_sec08 {
        margin-top: 0 !important;
        padding: 0;
        overflow: visible;
        font-family: "Noto Sans JP";
    }
    #brand_tokei_sec08 .titleMain {
        position: relative;
        margin-top: 0 !important;
        background: #ffd600;
    }
    #brand_tokei_sec08 .titleMain .titleMain--main {
        font-size: 7.6vw;
        font-weight: 700;
        line-height: 1.6;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 20%;
        margin: auto;
        width: fit-content;
        height: fit-content;
    }
    #brand_tokei_sec08 .titleMain .titleMain--main > span {
        color: #444;
    }
    #brand_tokei_sec08 .titleMain .titleMain--main > span.lv2 {
        color: #d82300;
        display: inline-block;
        border-bottom: 7px solid #d82300;
        font-size: 175%;
    }
    #brand_tokei_sec08 .titleMain .secHeadBg08 {
        width: 100%;
        height: auto;
    }
    #brand_tokei_sec08 .titleMain .titleMain--lead {
        color: #444;
        padding: 1em 4vw 2em 4vw;
    }
    #brand_tokei_sec08 .titleMain .titleMain--lead p {
        text-align: justify;
        font-size: 4.25vw;
        line-height: 1.7;
    }
    #brand_tokei_sec08 .latest_results_content_wrap {
        padding: 0;
        margin-top: 0;
    }
    #brand_tokei_sec08 .latest_results_content_wrap .latest_results_content {
        padding: 0 4vw 0 4vw;
        margin-bottom: 30%;
        position: relative;
        background: #ffd600;
    }
    #brand_tokei_sec08
        .latest_results_content_wrap
        .latest_results_content::before {
        content: "";
        display: block;
        background: #fff;
        width: 100%;
        /* height: 8.5%; */
        position: absolute;
        bottom: -10%;
        left: 0;
    }
    #brand_tokei_sec08 .latest_results_content_wrap .latest_results_list {
        background: transparent;
        padding: 0;
        border-radius: 0;
    }
    #brand_tokei_sec08
        .latest_results_content_wrap
        .latest_results_list
        .latest_results_item {
        margin-top: 0 !important;
        margin-bottom: 50px;
    }
    #brand_tokei_sec08
        .latest_results_content_wrap
        .latest_results_list
        .latest_results_image.img {
        margin: 0 auto;
        position: relative;
        z-index: 1;
        border: 1px solid #87742f;
        border-radius: 5px;
        overflow: hidden;
        background: #fff;
        width: 50%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    #brand_tokei_sec08
        .latest_results_content_wrap
        .latest_results_list
        .latest_results_image.img
        img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    #brand_tokei_sec08
        .latest_results_content_wrap
        .latest_results_list
        .latest_results_text_area_wrap {
        background: #fff;
        padding: 30% 4vw 4vw 4vw;
        margin-top: -25%;
        z-index: 0;
        position: relative;
        border-radius: 5px;
    }
    #brand_tokei_sec08
        .latest_results_content_wrap
        .latest_results_list
        .latest_results_text_area_wrap
        .latest_results_area:not(:last-child) {
        border-bottom: 1px solid #d7d3bc;
    }
    #brand_tokei_sec08
        .latest_results_content_wrap
        .latest_results_list
        .latest_results_text_area_wrap
        .latest_results_area:last-of-type {
        border: none;
    }
    #brand_tokei_sec08
        .latest_results_content_wrap
        .latest_results_list
        .latest_results_text_area_wrap
        .latest_results_area
        .latest_results_area_text_ttl {
        color: #87742f;
    }
    #brand_tokei_sec08
        .latest_results_content_wrap
        .latest_results_list
        .latest_results_text_area_wrap
        .latest_results_area
        .latest_results_area_text {
        color: #444;
    }
    #brand_tokei_sec08 .latest_results_content_wrap .btn__wrap.btn__more {
        margin: 0 auto;
        transform: translateY(50%);
        z-index: 1;
        position: relative;
        max-width: 90%;
    }
    #brand_tokei_sec08 .latest_results_content_wrap .btn__wrap.btn__more span {
        background: #87742f;
        color: #fff;
        padding: 1em;
        border: none;
        font-size: 4vw;
    }
    #brand_tokei_sec08
        .latest_results_content_wrap
        .btn__wrap.btn__more
        span::after {
        display: none;
    }
    #brand_tokei_sec08
        .latest_results_content_wrap
        .btn__wrap.btn__more
        span::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 4vw;
        transform: translateY(-50%) rotate(90deg);
        background-color: #ece9d6 !important;
        aspect-ratio: 1 / 1;
        display: block;
        border-radius: 50%;
        width: 1rem;
        height: 1rem;
        line-height: 1;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z" fill="%238F7D3E"/></svg>') !important;
    }
    #brand_tokei_sec08 .latest_results_content_wrap .condition_table_area {
        position: relative;
        padding: 7% 4vw 5% 4vw;
        border-top: 1px solid #d3d3d3;
        background: #fff;
        position: relative;
        overflow: visible;
    }
    #brand_tokei_sec08
        .latest_results_content_wrap
        .condition_table_area::before {
        content: "";
        display: block;
        background: linear-gradient(
            90deg,
            #fff 7%,
            #d82300 7%,
            #d82300,
            #d82300 93%,
            #fff 93%
        );
        width: 6rem;
        height: 5px;
        position: absolute;
        top: -3px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #brand_tokei_sec08 .latest_results_content_wrap .condition_table_area > h3 {
        font-size: 7vw;
        font-weight: 600;
        margin-bottom: 8%;
        font-family: "Noto Sans JP";
    }
    #brand_tokei_sec08
        .latest_results_content_wrap
        .condition_table_area
        > table {
        border-radius: 5px !important;
        border: 1px solid #444 !important;
    }
    #brand_tokei_sec08
        .latest_results_content_wrap
        .condition_table_area
        > table
        tr:first-of-type {
        background: #012465 !important;
        color: #fff !important;
        text-align: center !important;
    }
    #brand_tokei_sec08
        .latest_results_content_wrap
        .condition_table_area
        > table
        td {
        padding: 1em;
        font-size: 3.5vw;
        line-height: 1.3;
        border: 1px solid #444 !important;
    }

    .contents__left #brand_tokei_sec09 {
        position: relative;
        padding: 7% 4vw 5% 4vw;
        border-top: 1px solid #d3d3d3;
        position: relative;
        overflow: visible;
    }
    #brand_tokei_sec09::before {
        content: "";
        display: block;
        background: linear-gradient(
            90deg,
            #fff 7%,
            #d82300 7%,
            #d82300,
            #d82300 93%,
            #fff 93%
        );
        width: 6rem;
        height: 5px;
        position: absolute;
        top: -3px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .titleMain:before {
        display: none;
    }
    #brand_tokei_sec09 .titleMain {
        margin-top: 0 !important;
    }
    #brand_tokei_sec09 .titleMain--main {
        font-size: 7vw;
        font-weight: 600;
        padding: 5% 0 7% 0;
    }
    #brand_tokei_sec09 .titleMain--lead {
        font-size: 4.5vw;
        font-weight: 600;
        margin-bottom: 8%;
        font-family: "Noto Sans JP";
        color: #444;
    }
    #brand_tokei_sec09 .picture__wrap {
        margin: 0;
        max-width: 100%;
        font-family: "Noto Sans JP";
        font-size: 500;
        padding: 0 0 5% 0;
    }
    #brand_tokei_sec09 .picture__wrap .picture__caption {
        margin: 0;
        padding: 0;
        font-size: 4vw;
        text-align: justify;
    }
    #brand_tokei_sec09 .numbox {
        font-family: "Noto Sans JP";
    }
    #brand_tokei_sec09 .numbox__slide--title {
        padding: 0.5em 0;
        font-size: 5vw;
        line-height: 1;
    }
    #brand_tokei_sec09 .numbox__slide--text {
        padding: 0 4vw 0 2vw;
        font-size: 3.5vw;
    }

    .contents__left #brand_tokei_sec10 {
        background: #ffd600;
        padding: 0 4vw 0.005% 4vw;
        overflow: visible;
        font-family: "Noto Sans JP";
        margin-top: 60px !important;
        margin-bottom: 18%;
    }
    #brand_tokei_sec10 .titleMain .titleMain--main {
        font-size: 9vw;
        font-weight: 700;
        line-height: 1.6;
        padding: 14% 0 9% 0;
        color: #444;
        margin: auto;
        width: fit-content;
        height: fit-content;
    }
    #brand_tokei_sec10 .titleMain .titleMain--lead {
        margin: 0 auto;
        font-size: 4vw;
        text-align: justify;
        font-weight: 500;
        line-height: 1.6;
        padding: 0 4vw 5% 4vw;
    }
    #brand_tokei_sec10 .horizonlist_head {
        font-size: 9vw;
        font-weight: 700;
        line-height: 1.6;
        padding: 1em 0 34% 0;
        color: #444;
        width: fit-content;
        height: fit-content;
        text-align: center;
        margin: 0 auto;
    }
    #brand_tokei_sec10 .horizonlist_head > img {
        width: 14vw;
        height: auto;
        margin-right: 0.25em;
    }
    #brand_tokei_sec10 .horizonlist_head > span.lv2 {
        color: #d82300;
        display: inline-block;
        border-bottom: 7px solid #d82300;
        font-size: 105%;
    }
    #brand_tokei_sec10 .horizonlist {
        padding: 0;
        margin: 0;
        margin-bottom: -15%;
    }
    #brand_tokei_sec10 .horizonlist--link {
        background: #fff;
        display: block;
        padding: 4vw 4vw 4vw 4vw;
        margin-bottom: 35%;
        z-index: 0;
        position: relative;
        border-radius: 5px;
        margin-bottom: 35%;
    }
    #brand_tokei_sec10 .horizonlist--img {
        margin: 0 auto;
        position: relative;
        z-index: 1;
        border: 1px solid #87742f;
        border-radius: 5px;
        overflow: hidden;
        background: #fff;
        width: 50%;
        height: auto;
        max-width: none;
        aspect-ratio: 1 / 1;
        margin-top: -30%;
    }
    #brand_tokei_sec10 .horizonlist--img img {
        height: 100%;
        width: auto;
        margin: 0 auto;
        border-radius: 0;
    }
    #brand_tokei_sec10 .horizonlist--text {
        width: 100%;
        max-width: 100%;
    }
    #brand_tokei_sec10 .horizonlist--text .titleH4 {
        color: #8f7d3e;
        padding: 1em 0 1em 0;
        font-size: 5.75vw;
        line-height: 1.4;
        font-family: "Noto Sans JP";
        margin: 0;
    }
    #brand_tokei_sec10 .horizonlist--text p {
        color: #444;
        font-size: 4.1vw;
        text-align: justify;
    }

    .contents__left #brand_tokei_sec11 {
        background: #fff;
        padding: 0 0 0.005% 0;
        overflow: visible;
        font-family: "Noto Sans JP";
        position: relative;
    }
    #brand_tokei_sec11::before {
        content: "";
        display: block;
        background: linear-gradient(
            90deg,
            #fff 7%,
            #d82300 7%,
            #d82300,
            #d82300 93%,
            #fff 93%
        );
        width: 6rem;
        height: 5px;
        position: absolute;
        z-index: 1;
        top: -3px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #brand_tokei_sec11 .titleMain {
        position: relative;
        padding: 10% 0 7% 0;
        border-top: 1px solid #d3d3d3;
        position: relative;
        overflow: visible;
    }
    #brand_tokei_sec11 .titleMain--main {
        font-size: 7vw;
        font-weight: 600;
        font-family: "Noto Sans JP";
    }
}

/*------------------

brand_search

-----------------------*/
.titleMain--wrapper {
    margin-top: 2rem;
}
#brand_search .list_katakana_brand_search {
    width: 100%;
    margin: 2rem auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    padding: 24px 0;
    background-color: #fff0dc;
}

#brand_search .brand_searchinput {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 280px;
    height: 48px;
    border: 2px solid #d82300;
    background-color: #ffffff;
    padding: 0px 20px;
    border-radius: 6px 0 0 6px;
}

#brand_search .brand_searchbtn {
    background-color: #e60012;
    color: white;
    padding: 0 6px;
    border-radius: 0px 6px 6px 0px;
    display: flex;
    align-items: center;
    width: 80px;
}

#brand_search .brand_searchbtn img {
    height: 20px;
    width: 17px;
    margin-right: 6px;
}

.brand_searchinput:focus {
    outline: none;
    /* デフォルトのアウトラインを消す */
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
    /* 薄い青色のシャドウを追加 */
    background-color: #f0f8ff;
    /* フォーカス時の背景色を淡い青に */
    transition: all 0.3s ease;
    /* なめらかなスタイルの変化を追加 */
}

.brand_searchbtn:focus {
    outline: none;
    /* ボタンのフォーカス時のアウトラインを消す */
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
    /* ボタンに薄い青色のシャドウを追加 */
    transition: all 0.3s ease;
    /* なめらかなスタイルの変化を追加 */
}

#brand_search .list_katakana_brand_tab_flex {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 24px;
    overflow: hidden;
    padding: 12px 0 0;
}

#brand_search .list_katakana_brand_tab_title {
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #d82300;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

#brand_search .list_katakana_brand_tabbox {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 9%;
    height: 48px;
    margin: 0px 4px 8px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    border: solid 1px #e60012;
    color: #e60012;
    transition: all 0.3s ease;
}

#brand_search .list_katakana_brand_tabbox::after {
    position: absolute;
    right: 4px;
    bottom: calc(50% - 8px);
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
    vertical-align: middle;
    content: "";
    background-image: url("../images/icon_arrow_red01.png");
    background-size: cover;
}

#brand_search .list_katakana_brand_tabbox.wd_active::after,
#brand_search .list_katakana_brand_tabbox:hover::after {
    background-image: url("../images/brand_tokei/icon_arrow_white01.png");
    /* 変更後の画像 */
}

#brand_search .list_katakana_brand_tabbox span {
    font-size: 14px;
}

#brand_search .list_katakana_brand_tabbox.wd_active,
#brand_search .list_katakana_brand_tabbox:hover {
    background-color: #e60012;
    color: white;
}

#brand_search .list_katakana_brand_tab_arrow {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: rotate(0deg);
    margin-left: -6px;
    width: 12px;
}

#brand_search .list_katakana_brand_superbox {
    width: 100%;
    margin: 0px auto 4rem;
}

#brand_search .list_katakana_brand_superbox.wd_active {
    display: block;
}

#brand_search .list_katakana_brand_col {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 2rem;
    gap: 2%;
}

#brand_search .list_katakana_brand_item_wrap {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 23%;
    border-top: solid 1px gray;
    margin-top: -1px;
}

#brand_search .list_katakana_brand_item_dummy {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 30%;
}

#brand_search .list_katakana_brand_item_wrap a {
    width: 100%;
}

#brand_search .list_katakana_brand_item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 12px 12px 6px;
    border-bottom: 1px solid gray;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#brand_search .list_katakana_brand_item:hover {
    opacity: 0.5;
}

#brand_search .list_katakana_brand_en {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 90%;
}

#brand_search .list_katakana_brand_kana {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #b3b3b3;
}

#brand_search .list_katakana_brand_tab_arrow_r {
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -8px;
    width: 16px;
}

#brand_search .list_katakana_brand_none {
    position: relative;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
    font-weight: 700;
    color: #d82300;
}

#brand_search .wd_searchbox {
    width: 280px;
}

@media (max-width: 1200px) {
    #brand_search .list_katakana_brand_tabbox {
        width: 18%;
        height: 40px;
        font-size: 16px;
        padding: 6px 12px;
        margin: 2% 1%;
    }

    #brand_search .list_katakana_brand_tabbox span {
        font-size: 14px;
    }

    #brand_search .list_katakana_brand_tab_arrow {
        bottom: 6px;
        margin-left: -4px;
        width: 8px;
    }

    #brand_search .list_katakana_brand_item_wrap {
        width: 32%;
    }
}

@media (max-width: 767px) {
    #brand_search .titleHeading {
        font-size: 1.5rem;
    }

    #brand_search .brand_searchinput {
        width: 200px;
        font-size: 12px;
        padding: 0 0 0 12px;
    }

    #brand_search .brand_searchbtn {
        background-color: #e60012;
        color: white;
        padding: 0 12px;
        border-radius: 0px 6px 6px 0px;
        font-size: 14px;
    }

    #brand_search .brand_searchbtn img {
        height: 16px;
        margin-right: 6px;
    }

    #brand_search .list_katakana_brand_tabbox {
        font-size: 14px;
    }

    #brand_search .list_katakana_brand_item_wrap {
        width: 48%;
    }

    #brand_search .list_katakana_brand_item_dummy {
        width: 48%;
    }

    #brand_search .list_katakana_brand_en {
        font-size: 12px;
    }

    #brand_search .list_katakana_brand_kana {
        font-size: 11px;
    }

    #brand_search .list_katakana_brand_col {
        justify-content: space-between;
        gap: 0;
        margin-top: 1rem;
    }

    #brand_search .list_katakana_brand_search {
        margin: 2rem auto 0;
    }

    #brand_search .titleMain--wrapper {
        margin-top: 1rem;
    }
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.bordersitecolor {
    border-color: #d82300 !important;
}

.leader_info table {
}

.shop-leader_container {
    width: 100%;
    padding-top: 5px;
    margin-bottom: 40px;
    border-top: 6px solid #d82300;
    /* background: url("https://stg.otakaraya.jp/gold/wp-content/uploads/2024/02/kanteinin_bg_top_global.png") no-repeat center top, url("https://stg.otakaraya.jp/gold/wp-content/uploads/2024/02/kanteinin_bg_bottom_global.png") no-repeat center bottom; */
    background-size: contain;
    background-color: rgb(252, 241, 219);
}

.bordersitecolor {
    border-color: #d82300 !important;
}

.shop-leader_head h2:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 25px 20px 0 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: inherit;
    position: absolute;
    top: 0;
    left: 100%;
}

.shop-leader_head h2:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 0 20px 25px 0;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: inherit;
    position: absolute;
    bottom: 0;
    left: 100%;
}

.noto::after {
    content: "";
    font-family: sans-serif;
}

.shop-leader_head_shadow {
    top: 16px;
    left: -20px;
}

.shop-leader_head_shadow div:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 25px 20px 0 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #cfcfcf;
    position: absolute;
    top: 0;
    left: 100%;
}

.shop-leader_head_shadow div:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 0 20px 25px 0;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #cfcfcf;
    position: absolute;
    bottom: 0;
    left: 100%;
}

.floatlist {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
}

li.shop-leader_name span {
    display: inline-block;
    line-height: 1;
}

.noto::after {
    content: "";
    font-family: sans-serif;
}

li.shop-leader_name .en {
    font-size: 1.6rem;
}

p.shop-leader_text {
    line-height: 1.4;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    padding: 1rem;
}

.sitetextcolor {
    color: #a08b49;
}

#shop-leader02 .shop-leader_profile .imgbox img {
    width: 100%;
    border-radius: 20%;
}

@media (min-width: 768px) {
    .content-inner {
        padding: 2rem 0 2rem 0;
    }

    .shop-leader_head {
        top: 24px;
        left: -20px;
        z-index: 3;
    }

    .shop-leader_head_shadow div {
        width: 193px;
        height: 50px;
        margin: 0;
        background-color: #cfcfcf;
    }

    .shop-leader_inner {
        width: 100%;
        padding: 2rem 1rem 2rem 1rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 2px solid #d82300;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    }

    .floatlist li {
        display: inline-block;
        vertical-align: top;
        font-size: 100%;
    }

    li.shop-leader_info {
        width: 70%;
        font-size: 1.53rem;
        line-height: 1;
    }

    .shop-leader_profile {
        background-color: #fff;
        padding: 100px 0 31px;
        margin-bottom: 30px;
        border-radius: 12px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    }

    #shop-leader02 .shop-leader_profile .imgbox {
        top: -32px;
        right: -6px;
        background: #e6e6e6;
        box-shadow: 2px 2px 6px #b8b8b8;
        display: flow;
        width: 26%;
        border-radius: 20%;
    }

    .shop-leader_head h2 {
        width: 190px;
        height: 50px;
        color: #fff;
        font-size: 1.8rem;
        line-height: 1;
        padding: 2px 0;
        margin: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #d82300 !important;
    }

    .noto {
        display: inline-block;
        padding: 12px 0 0 0;
        font-size: 18px;
    }

    li.shop-leader_name {
        width: 18%;
        text-align: center;
        vertical-align: top;
    }

    li.shop-leader_info th {
        padding: 0px 10px 10px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: 500;
        vertical-align: top;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .content-inner {
        padding: 2rem 0 2rem 0;
    }

    .shop-leader_head {
        top: 12px;
        left: -55px;
        z-index: 3;
    }

    .shop-leader_head_shadow div {
        width: 161px;
        height: 50px;
        margin: 0;
        background-color: #cfcfcf;
    }

    li.shop-leader_name .ja {
        font-size: 2.6rem;
        margin-top: 12px;
    }

    .shop-leader_inner {
        width: 100%;
        padding: 1rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 2px solid #d82300;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    }

    .floatlist li {
        vertical-align: top;
        font-size: 100%;
    }

    li.shop-leader_info {
        font-size: 1.53rem;
        line-height: 1;
    }

    .shop-leader_profile {
        background-color: #fff;
        padding: 65px 0 8px;
        margin-bottom: 30px;
        border-radius: 12px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    }

    #shop-leader02 .shop-leader_profile .imgbox {
        top: -15px;
        right: -6px;
        background: #e6e6e6;
        box-shadow: 2px 2px 6px #b8b8b8;
        display: flow;
        width: 35%;
        border-radius: 20%;
    }

    .imgbox img {
        vertical-align: bottom;
        width: 200px;
    }

    li.shop-leader_info table,
    li.shop-leader_info th,
    li.shop-leader_info td {
        background-color: #fff;
        margin-left: 1rem;
        border-top: 1px solid #e6e6e6;
        padding: 6px 0 0 6px;
        width: 90%;
    }

    .shop-leader_head h2 {
        width: 190px;
        height: 50px;
        color: #fff;
        font-size: 1.8rem;
        line-height: 45px;
        padding: 3px 0;
        margin: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #d82300 !important;
        font-family: serif;
    }

    .noto {
        display: inline-block;
        font-size: 14px;
    }

    li.shop-leader_name {
        width: 66%;
        padding: 8px 0 8px 0;
        text-align: center;
        vertical-align: bottom;
    }

    li.shop-leader_info th {
        width: 40%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: 500;
        vertical-align: top;
        font-size: 18px;
        line-height: 1.6;
    }
}

li.shop-leader_info tr {
    border-top: 1px solid #e6e6e6;
}

@media (min-width: 768px) and (max-width: 1024px) {
    li.shop-leader_info table,
    li.shop-leader_info th,
    li.shop-leader_info td {
        border-top: 1px solid #e6e6e6;
        background-color: #fff;
        margin: 0;
    }

    li.shop-leader_name .ja {
        font-size: 32px;
        font-family: serif;
        padding-top: 2rem;
    }
}

@media (min-width: 1025px) {
    li.shop-leader_info table,
    li.shop-leader_info th,
    li.shop-leader_info td {
        border-top: 1px solid #e6e6e6;
        background-color: #fff;
        margin: 0;
        width: 445px;
    }

    li.shop-leader_name .ja {
        font-size: 48px;
        font-family: serif;
        padding-top: 2rem;
    }
}

/*------------------

purchase_need_section

-----------------------*/
.purchase_need_section_content_img_area_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2%;
    gap: 4%;
    font-size: 14px;
}

.purchase_need_section_content_img_area {
    width: 30%;
}

.purchase_need_section img {
    width: 100%;
    padding: 0.5vw;
    padding-bottom: 2vw;
}

p.purchase_need_section_content_header {
    font-size: clamp(0.8em, 1vw, 1.2em);
    text-align: center;
    padding: 1% 0;
    margin: 4% 0 5% 0;
    font-weight: bold;
}

.purchase_need_section_content_nem {
    padding: 0.2em 0.38em;
    border-radius: 5vw;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1;
}

.purchase_need_section_content_img_text_wrap {
    display: flex;
    align-items: baseline;
    gap: 5%;
    font-weight: bold;
}

.purchase_need_section_content_img_text_wrap p {
    position: relative;
    font-size: clamp(0.85em, 1.2vw, 1.2em);
    word-break: keep-all;
}

.purchase_need_section_content_img_area:nth-child(3) p::after,
.purchase_need_section_content_img_area:nth-child(5) p::after {
    content: "※";
    position: absolute;
    font-size: 0.7em;
}

.purchase_need_section .titleMain::before {
    content: none;
}

@media (max-width: 767px) {
    .purchase_need_section_content_img_area_wrap {
        padding: 0 5%;
        gap: 10%;
    }

    .purchase_need_section_content_img_area {
        width: 45%;
    }
}

/*------------------

brand_tokei_sec15

-----------------------*/
#brand_tokei_sec15 .titleMain--lead {
    text-align: center;
}

#otakaraya_shoplist .otakaraya_shoplist-trigger {
    padding: 2rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}

#otakaraya_shoplist .otakaraya_shoplist-trigger--inner {
    width: 22%;
    padding: 1rem 0;
}

#otakaraya_shoplist h2 {
    position: relative;
    font-size: 22px;
    background-color: #f1f1f1;
    border-radius: 48px;
    padding: 6px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#otakaraya_shoplist .otakaraya_shoplist-trigger--inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
    margin-top: 6px;
}

#otakaraya_shoplist li.otakaraya_shoplist-trigger--item {
    position: relative;
    margin: 6px 0;
}

#otakaraya_shoplist a.shop_link_change {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

#otakaraya_shoplist a.shop_link_change:hover {
    opacity: 0.6;
}

#otakaraya_shoplist a.shop_link_change::before {
    content: "";
    background-image: url("../images/icon_arrow_red01_1.png");
    width: 20px;
    height: 20px;
    display: block;
    background-size: cover;
    left: 0;
}

/* アイコンスタイル */
.accordion-icon {
    font-size: 24px;
    transition: transform 0.3s ease;
    position: absolute;
    right: 20px;
    color: #e60012;
}

/* アコーディオン内容 */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0;
    margin: 0;
}

/* 開閉用クラス */
.accordion-content.open {
    max-height: 500px;
    /* 適宜調整 */
}

@media (min-width: 768px) {
    /* デスクトップではアコーディオンを常に開いた状態に */
    .accordion-content {
        max-height: none;
        overflow: visible;
    }

    .accordion-icon {
        display: none;
        /* アイコン非表示 */
    }
}

@media (max-width: 767px) {
    #otakaraya_shoplist .otakaraya_shoplist-trigger--inner {
        width: 90%;
        margin: auto;
        padding: 6px 0;
    }

    #otakaraya_shoplist h2 {
        padding: 12px 0;
        font-size: 16px;
    }

    #otakaraya_shoplist li.otakaraya_shoplist-trigger--item {
        width: 30%;
    }

    #otakaraya_shoplist .otakaraya_shoplist-trigger--inner ul {
        gap: 0 5%;
        padding: 0 3%;
    }

    #otakaraya_shoplist a.shop_link_change {
        font-size: 14px;
    }
}

#columnbox {
    width: 100%;
    margin: 2rem auto 0;
}

.columnbox_wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

/* 画像 */
#columnbox a.column_post {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    aspect-ratio: 3 / 2;
}

#columnbox .col .img__link img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#columnbox .col .img__link img:hover {
    transform: scale(1.05);
    transition: transform 0.5s ease;
}

/* タグリスト */
#columnbox ul.tag__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 4px;
    width: 100%;
}

#columnbox ul.tag__list .tag__list--item span {
    background-color: #f1f1f1;
    display: block;
    padding: 5px 0.5rem;
    font-size: 0.875rem;
    text-align: center;
    border-radius: 100px;
}

/* テキスト */
#columnbox .col--text {
    margin-top: 1rem;
    position: relative;
}

#columnbox .col--text dl {
    margin-top: 1rem;
}

#columnbox .col--text dt {
    color: #e60012;
}

#columnbox .col--text dd {
    margin-top: 1rem;
    font-size: 14px;
    position: relative;
}

#columnbox .col--text a.continue_link {
    position: absolute;
    bottom: -30px;
    color: #e60012;
    text-decoration-line: underline;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    right: 0;
}

#columnbox .col--text a.continue_link::after {
    content: "";
    background-image: url("../images/brand_tokei/icon_arrow_red01_1.png");
    width: 20px;
    height: 20px;
    display: block;
    background-size: cover;
    margin-top: 2px;
}

#columnbox .col--text a:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
}

/* ボタン  */

#columnbox .column_btn {
    display: block;
    width: 100%;
    max-width: 392px;
}

#columnbox .column_btn a {
    font-weight: bold;
    color: #fff;
    background-color: #d82300;
    border: 2px solid #d82300;
    position: relative;
    display: block;
    padding: 0.75rem 40px 0.75rem 25px;
    overflow: hidden;
    font-size: 0.875rem;
    cursor: pointer;
    border-radius: 24px;
}

#columnbox .column_btn a::after {
    background-image: url("../images/icon_arrow_white01_2.png");
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    vertical-align: middle;
    content: "";
    background-repeat: no-repeat;
}

#columnbox .column_btn a:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
}

/* PC版 */
@media (min-width: 768px) {
    #columnbox .col {
        width: 30%;
    }

    #columnbox .columnbox_wrap {
        padding-bottom: 2rem;
    }

    #columnbox .column_btn {
        margin: 3rem auto 0;
    }
}

/* SP版 */
@media (max-width: 767px) {
    #columnbox {
        padding: 0 5%;
        margin: 1rem auto 0;
    }

    #columnbox .col {
        border-bottom: solid 1px black;
        padding-bottom: 12px;
        margin-bottom: 24px;
    }

    #columnbox .img__link img {
        border-radius: 12px;
    }

    /* 右下矢印 */
    #columnbox .img__link :after {
        content: "";
        background-image: url("../images/brand_tokei/red_arrow_link.png");
        background-size: cover;
        position: absolute;
        right: 0;
        width: 64px;
        height: 64px;
        bottom: 0;
    }

    #columnbox .column_btn a::after {
        transform: rotate(90deg);
    }

    #columnbox .column_btn {
        margin: 1rem auto 0;
    }
}
@media (max-width: 767px) {
    .column_slider_sp {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .columnbox__wrap .col {
        width: 100vw;
        max-width: 100vw;
        padding: 0 0.5rem;
        margin: 0;
    }
}
