.contents {
    margin: 2rem auto 2rem;
}

.contents__left section + section,
section.page-link,
.cta + section {
    margin-top: 2rem !important;
}

#mock_app section {
    margin-top: 2rem !important;
}

.cta {
    margin: 2rem auto 0;
}

.ctaAdd__list dl {
    margin-bottom: 0rem;
}

#app_contents .column__wrap {
    margin-bottom: 0rem;
}

#shop > main > article > section:nth-child(1) > div > div {
    margin-top: 0rem;
}

.sidebar__nav--wrapper + .sidebar__nav--wrapper {
    margin: 0;
}

.text-blue {
    color: #0088ff;
}

/* スライダーした揃え */
.flex_content_wrap .content__item {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.flex_content_wrap .content__list {
    align-items: stretch !important;
}

.flex_content_wrap .slick-slider .slick-track,
.flex_content_wrap .slick-slider .slick-list {
    display: flex;
}

.flex_content_wrap .content--title {
    margin-top: 0rem !important;
}

.new_year_time_wreap {
    display: none;
}

.slide__wrap01 {
    display: none;
}

.mv_img img {
    max-width: 100% !important;
}

.mv_img_top {
    width: 90%;
}

.under_mv {
    width: 100%;
    text-align: center;
}

@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 {
    margin-bottom: 1em;
    font-size: 26px;
}

@media (max-width: 767px) {
    .top_h2_text {
        font-size: 20px;
    }

    #brand_tokei_sec01 .titleMain--lead {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .contents {
        margin: 0 auto 2rem !important;
    }
}

.top_h2_text {
    margin-bottom: 1em;
    font-size: 26px;
}

@media (max-width: 767px) {
    .top_h2_text {
        font-size: 20px;
    }

    #brand_tokei_sec01 .titleMain--lead {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .simple_cta_top {
        margin-top: 0rem !important;
    }
}

#assessment_cta {
    margin: 2rem auto;
    position: relative;
    width: 100%;
    max-width: 1000px !important;
}

#assessment_cta .image-full {
    width: 100%;
}

#assessment_cta img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

#assessment_cta .overlay-container {
    position: relative;
    width: 100%;
    background-color: #e70113;
}

#assessment_cta .overlay-images,
#assessment_cta .overlay-image {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#assessment_cta .overlay-image a {
    width: 100%;
    display: block;
}

#assessment_cta .overlay-images a {
    width: 50%;
    display: block;
}

#assessment_cta a img {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
    /* ホバー時のアニメーションを追加 */
}

/* ホバー時に半透明にする */
#assessment_cta .overlay-images a:hover img {
    opacity: 0.6;
}

@media (max-width: 767px) {
    .overlay_container_wrap {
        padding: 0% 7% !important;
        border-radius: 0 0 13px 13px;
        background-color: #e80012;
    }

    .overlay_container_wrap .overlay-image img {
        width: 90%;
    }

    #assessment_cta img.assessment_text {
        width: 60% !important;
        margin: auto;
        margin-bottom: 2%;
    }

    .overlay_container_wrap .overlay-container:nth-child(1) {
        margin-bottom: 3%;
    }

    img.assessment_img1 {
        padding-bottom: 5% !important;
    }
}

.kv_area img {
    width: 100%;
    margin-top: 1rem;
}

.td--item {
    position: relative;
}

.text-red {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2px;
    color: red;
}

.shop__detail--rateTable table tr td > span {
    position: relative;
}

.table_sv td {
    width: 30%;
}

.table_pt td {
    width: 50%;
}

.shop__detail--rateTable table tr th.rateTable--pd {
    background: #1b982a;
}

@media screen and (max-width: 600px) {
    .td--item {
        display: block;
    }

    .text-red {
        display: block !important;
        position: unset !important;
        margin-top: 5px;
        /* 上の要素との間隔を設定 */
    }
}

.expert_comments_section_wrap {
    border: 1px solid #c3c3c3;
    padding: 10px;
    position: relative;
    padding-top: 30px;
    background-color: #fcf1dc;
    line-height: 2;
    border-radius: 5px;
}

.expert_comments_date {
    text-align: right;
    margin-bottom: 10px;
}

.expert_comments_ttl {
    position: absolute;
    background-color: #d82300;
    top: -25px;
    padding: 5px 10px;
    font-size: 17px;
    color: white;
    border-radius: 15px 15px 0px 0px;
}

.profile_area {
    display: flex;
    padding: 10px;
    border-top: 1px solid #c3c3c3;
}

.expert_comments {
    margin-bottom: 10px;
}

.profile_text {
    border-radius: 5px;
}

.expert_comments_section {
    margin-top: 2rem;
}

.profile_area img {
    width: 100%;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
}

.profile_img_wrap {
    max-width: 150px;
    position: relative;
    height: fit-content;
    margin-right: 10px;
}

.expert_comments_section {
    overflow: initial;
}

.expert_comments .expert_comments_section:nth-child(2) {
    display: none;
}

.name_text {
    position: absolute;
    bottom: 1px;
    background-color: #ffffff;
    width: calc(100% - 2px);
    text-align: center;
    left: 1px;
    border-radius: 0 0 4px 4px;
}

@media (max-width: 1100px) {
    .profile_img_wrap {
        max-width: 120px;
    }

    .profile_area {
        z-index: 10;
        align-items: flex-start;
        position: relative;
    }

    .profile_text {
        width: 100%;
        line-height: 1.3;
        font-size: 12px;
    }

    .expert_comments_section_wrap:after {
        left: 75%;
    }

    .expert_comments {
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .expert_comments_section {
        margin-bottom: 1rem;
    }

    .expert_comments_section_wrap:after {
        border-right: 45px solid #fcf1dc00;
    }

    .expert_comments {
        position: relative;
    }

    .expert_comments_section_wrap {
        padding: 10px;
    }

    .expert_comments_ttl {
        position: initial;
        width: 100%;
    }

    .name_text {
        font-size: 12px;
    }
}

.expert_recent_comment {
    background: #fcf1dc;
    border: 1px solid #c3c3c3;
    padding: 1em;
    border-radius: 5px;
    margin: 50px auto;
    overflow: visible;
}

.expert_recent_comment .ex_comment_headline {
    background: #d82300;
    color: #fff;
    width: fit-content;
    line-height: 1;
    padding: 0.75em 1em;
    border-radius: 15px 15px 0 0;
    margin-top: -2.25em !important;
    margin-bottom: 0.5em;
}

.expert_recent_comment .ex_comment_wrap {
    padding-bottom: 1em;
    border-bottom: 1px solid #c3c3c3;
}

.expert_recent_comment .ex_comment_wrap .ex_comment {
    text-align: justify;
    font-size: min(4vw, 16px);
    line-height: 1.8;
    padding-bottom: 1em;
}

.expert_recent_comment .ex_comment_wrap .ex_comment_postdate {
    text-align: right;
}

.expert_recent_comment .ex_meta_wrap {
    padding-top: 1em;
    display: flex;
    align-items: flex-start;
}

.expert_recent_comment .ex_meta_wrap .ex_persona {
    width: min(33%, 140px);
    border-radius: 5px;
    border: 1px solid #c3c3c3;
    background: #fff;
}

.expert_recent_comment .ex_meta_wrap .ex_persona .ex_photo img {
    width: 100%;
    height: auto;
}

.expert_recent_comment .ex_meta_wrap .ex_persona .ex_name {
    line-height: 1;
    font-size: min(4vw, 16px);
    padding: 0.5em 0.5em;
    text-align: center;
}

.expert_recent_comment .ex_meta_wrap .ex_prof {
    padding-left: 1em;
    width: calc(100% - min(33%, 140px));
}

.call_cta img {
    width: 100%;
    margin-bottom: 5%;
}

@media (min-width: 768px) {
    .shop__detail--rateGraph .rateGraph__wrap {
        padding: calc(3rem - 4px) 5.75rem;
        margin-top: 1.5rem;
        border: solid 4px #f2f2f2;
        border-radius: 24px;
    }

    .shop__detail--rateGraph .rateGraph__wrap .rateGraph__inner--select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 1.5rem;
    }

    .shop__detail--rateGraph
        .rateGraph__wrap
        .rateGraph__inner--select
        .form__liner {
        width: 50%;
        margin: 0;
    }

    .form__wrap .form__liner select,
    #gold .form__wrap .form__liner input {
        position: relative;
        z-index: 1;
        display: block;
        width: 100%;
        padding: 0.75rem 40px 0.75rem 25px;
        overflow: hidden;
        font-size: 0.875rem;
        border: 2px solid #d82300;
        border-radius: 24px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .form__wrap .form__liner::after {
        position: absolute;
        top: 50%;
        right: 20px;
        z-index: 0;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        vertical-align: middle;
        content: "";
        border-right: 1px solid #d82300;
        border-bottom: 1px solid #d82300;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }

    .shop__detail--rateGraph
        .rateGraph__wrap
        .rateGraph__inner--select
        #price-chart-legend {
        width: 50%;
        padding: 0.75rem 0;
        margin: 0;
        text-align: right;
    }
}

@media (max-width: 767px) {
    .rateGraph__wrap .flex__content {
        width: 100% !important;
        margin: 0 0rem;
    }

    .rateGraph__wrap .price-chart-canvas {
        width: 100% !important;
    }

    select#graph-select {
        margin: 0 !important;
    }
}

.shop__detail--rateGraph .rateGraph__wrap {
    padding: 1em !important;
}

/* 10年用 */
@media (max-width: 767px) {
    .gold_souba_10years--rateTable table tr td > span,
    .gold_souba_10years--rateTable #yearpriceload tr th > span {
        display: flex !important;
        align-items: baseline;
    }

    .gold_souba_10years--rateTable table {
        overflow: scroll !important;
        display: block;
    }
}

#assessment_cta {
    margin: 2rem auto;
    position: relative;
    width: 100%;
    max-width: 1000px !important;
}

#assessment_cta .image-full {
    width: 100%;
}

#assessment_cta img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

#assessment_cta .overlay-container {
    position: relative;
    width: 100%;
    background-color: #e70113;
}

#assessment_cta .overlay-images,
#assessment_cta .overlay-image {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#assessment_cta .overlay-image a {
    width: 100%;
    display: block;
}

#assessment_cta .overlay-images a {
    width: 50%;
    display: block;
}

#assessment_cta a img {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
    /* ホバー時のアニメーションを追加 */
}

/* ホバー時に半透明にする */
#assessment_cta .overlay-images a:hover img {
    opacity: 0.6;
}

@media (max-width: 767px) {
    .overlay_container_wrap {
        padding: 0% 7% !important;
        border-radius: 0 0 13px 13px;
        background-color: #e80012;
    }

    .overlay_container_wrap .overlay-image img {
        width: 90%;
    }

    #assessment_cta img.assessment_text {
        width: 60% !important;
        margin: auto;
        margin-bottom: 2%;
    }

    .overlay_container_wrap .overlay-container:nth-child(1) {
        margin-bottom: 3%;
    }

    img.assessment_img1 {
        padding-bottom: 5% !important;
    }
}

.tabContents_open .flex__tab .tab__item {
    width: calc(25% - 2px);
}

.tabContents_open .flex__tab {
    justify-content: flex-start;
    gap: 2px 2.6px;
    flex-wrap: wrap;
}

.tabContents_open .flex__tab .tab__item:last-child a {
    border-top-right-radius: 0px !important;
}

.tabContents_open .flex__tab .tab__item:nth-child(4) a {
    border-top-right-radius: 24px !important;
}

.tabContents_open .flex__tab .tab__item:nth-child(5) a {
    max-width: 100%;
}

.tabContents_open .flex__tab .tab__item:nth-child(9) a {
    border-bottom: 5px solid white;
}

.tabContents_open .flex__tab .tab__item:not(:first-child) {
    border-left: 0px solid #f2f2f2;
}

.tabContents_open .btn__more {
    width: 80%;
}

.tabContents_open .btn__more > * {
    background-color: white;
}

.tabContents_open .flex__tab .tab__item a {
    /* border-radius: 24px; */
    position: relative;
}

.flex--hasItem1 .flex__tab .tab__item {
    /* 登録されたカテゴリが一つでもタブを表示させる */
    display: block !important;
    /* display: none; のスタイルを上書き */
}

.flex--hasItem1 .flex__tabContents .flex__content {
    border-radius: 0px !important;
}

.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;
}

.no_slider .content__list {
    flex-wrap: wrap;
}

.no_slider .content__item {
    list-style: none;
}

@media (max-width: 767px) {
    .no_slider .content__item {
        width: 44%;
        max-width: 350px;
        margin-bottom: 15px;
    }
}
.flex__content .content__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 3%;
}

.flex__content .content__item {
    width: 22.6% !important;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .flex__content .content__item {
        width: 30.1% !important;
        max-width: 200px;
        margin: 0 1.6%;
        margin-bottom: 15px;
    }

    .flex__content .content__list {
        gap: 0px;
    }
}

@media (max-width: 767px) {
    .flex__content .content__item {
        width: 41.8% !important;
    }
}

#category .flex__content {
    padding: 0;
}

#category .flex__content {
    padding-bottom: 0px !important;
}

.flex__content.active {
    position: relative;
    height: auto;
    padding: 48px 50px !important;
}

.flex__content {
    height: 0;
    padding: 0;
}

#category .flex__content {
    padding-bottom: 0px !important;
}

#category .flex__content.active {
    padding-bottom: 50px !important;
}

.flex__content.active {
    padding-bottom: 50px !important;
}

@media (max-width: 767px) {
    .flex__content.active {
        padding: 32px 0 !important;
    }
}

/* PC版 */
@media (min-width: 768px) {
    .flex_annitation {
        padding-top: 1rem;
    }
}

/* SP版 */
@media (max-width: 767px) {
    .flex_annitation {
        padding-top: 1rem;
    }
}
/* 全体修正 */
@media (min-width: 768px) {
    .faq_section {
        margin-top: 2rem;
    }
}

@media (max-width: 767px) {
    .faq_section {
        margin-top: 2rem;
    }
}

.reason_section {
    margin-top: 2rem;
}

@media (max-width: 767px) {
    #shopdetail .shop__detail--services .colBox__col06 > .col .text {
        font-size: 0.775rem;
    }

    #shopdetail .shop__detail--services .colBox.sp__col04 > .col {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .colBox.sp__col03 > .col {
        width: 30% !important;
        max-width: 98px;
    }

    #gold_souba_category .colBox__col04 > .col {
        width: min(25.25vw, 140px);
    }
}

@media (max-width: 767px) {
    .columnbox {
        width: 100%;
        margin: 2rem 0rem 0;
    }
}

.flex--slide__pagenation[data-post-count="1"] {
    display: block;
}

.flex--slide__pagenation[data-post-count="2"] {
    display: block;
}

.text-red {
    color: red;
}

@media (max-width: 767px) {
    #ratebox > p {
        display: block !important;
    }
}

@media (min-width: 768px) {
    #gold > main > article > section:nth-child(2) {
        margin-top: -2rem;
    }
}

@media (max-width: 767px) {
    #gold > main > article > section:nth-child(2) {
        margin-top: 0rem;
    }
}

#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: 148px;
}

.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: 12px;
}

#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/common/icon_arrow_white01_1.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/common/icon_arrow_red01.png);
}

#latest_results .titleMain--lead {
    color: black;
}

/* 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: 124px;
        min-width: 124px;
    }

    .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;
    }
}

@media (max-width: 767px) {
    .contents__left > .latest_results_section_common {
        margin-top: 0 !important;
        padding: 0;
        overflow: visible;
        font-family: "Noto Sans JP";
    }

    .latest_results_section_common .titleMain {
        position: relative;
        margin-top: 0 !important;
    }

    .latest_results_section_common .titleMain:before {
        display: none;
    }

    .latest_results_section_common .titleMain .titleMain--main {
        font-size: 7.6vw;
        font-weight: 700;
        line-height: 1.6;
        position: relative;
        left: 0;
        right: 0;
        top: 20%;
        margin: auto;
        width: fit-content;
        height: fit-content;
        margin-top: 1em;
    }

    .latest_results_section_common .titleMain .titleMain--main > span {
        color: #444;
    }

    .latest_results_section_common .titleMain .titleMain--main > span.lv2 {
        color: #d82300;
        display: inline-block;
        border-bottom: 7px solid #d82300;
        font-size: 175%;
    }

    .latest_results_section_common .titleMain .secHeadBg08 {
        width: 100%;
        height: auto;
    }

    .latest_results_section_common .titleMain .titleMain--lead {
        color: #444;
        padding: 1em 4vw 2em 4vw;
    }

    .latest_results_section_common .titleMain .titleMain--lead p {
        text-align: justify;
        font-size: 4.25vw;
        line-height: 1.7;
    }

    .latest_results_section_common .latest_results_content_wrap {
        padding: 0;
        margin-top: 0;
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .latest_results_content {
        margin-bottom: 20%;
        position: relative;
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .latest_results_content::before {
        content: "";
        display: block;
        background: #fff;
        width: 100%;
        /* height: 8.5%; */
        position: absolute;
        bottom: -10%;
        left: 0;
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .latest_results_list {
        background: transparent;
        padding: 0;
        border-radius: 0;
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .latest_results_list
        .latest_results_item {
        margin-top: 0 !important;
        margin: 24px 0;
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .latest_results_list
        .latest_results_image.img {
        margin: 0 auto;
        position: relative;
        z-index: 1;
        border-radius: 5px;
        overflow: hidden;
        background: #fff;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .latest_results_list
        .latest_results_image.img
        img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .latest_results_list
        .latest_results_text_area_wrap {
        background: #fff;
        z-index: 0;
        position: relative;
        border-radius: 5px;
        margin-top: 6px;
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .latest_results_list
        .latest_results_text_area_wrap
        .latest_results_area:not(:last-child) {
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .latest_results_list
        .latest_results_text_area_wrap
        .latest_results_area:last-of-type {
        border: none;
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .latest_results_list
        .latest_results_text_area_wrap
        .latest_results_area
        .latest_results_area_text_ttl {
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .latest_results_list
        .latest_results_text_area_wrap
        .latest_results_area
        .latest_results_area_text {
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .btn__wrap.btn__more {
        margin: 0 auto;
        transform: translateY(50%);
        z-index: 1;
        position: relative;
        max-width: 90%;
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .btn__wrap.btn__more
        span {
        background: #d82300;
        color: #fff;
        padding: 1em;
        border: none;
        font-size: 4vw;
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .btn__wrap.btn__more
        span::after {
        display: none;
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .btn__wrap.btn__more
        span::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 4vw;
        transform: translateY(-50%) rotate(90deg);
        aspect-ratio: 1 / 1;
        display: block;
        border-radius: 50%;
        width: 2em;
        height: 2em;
        line-height: 1;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-image: url(../images/common/icon_arrow_white01_1.png);
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .condition_table_area {
        position: relative;
        padding: 4px;
        background: #fff;
        position: relative;
        overflow: visible;
    }

    .latest_results_section_common
        .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;
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .condition_table_area
        > h3 {
        font-size: 7vw;
        font-weight: 600;
        margin-bottom: 8%;
        font-family: "Noto Sans JP";
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .condition_table_area
        > table {
        border-radius: 0 0 24px 24px;
        background-color: white;
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .condition_table_area
        > table
        tr:first-of-type {
        background: #012465 !important;
        color: #fff !important;
        text-align: center !important;
    }

    .latest_results_section_common
        .latest_results_content_wrap
        .condition_table_area
        > table
        td {
        padding: 1em;
        font-size: 11px;
        line-height: 1.3;
    }
}

.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;
}

.gold_top_brandinfo_section .brandinfo__main {
    margin-top: 10px;
    padding: 0;
}

.gold_top_brandinfo_section .brandinfo__body {
    padding: 1rem 1rem 1rem !important;
}

.gold_top_brandinfo_section .brandinfo__body__text::after {
    background: none;
}

.gold_top_brandinfo_section .brandinfo__body {
    background: #fcf1db;
}

.gold_top_brandinfo_section .horizonlist--text {
    width: 100%;
    max-width: 100%;
}

.gold_top_brandinfo_section
    .brandinfo_red_repeat
    .fshoplist-target--ttl::before,
.gold_top_brandinfo_section
    .brandinfo_red_repeat
    .fshoplist-target--ttl::after {
    right: 30px;
    background: #fff;
}

.brandinfo__body__text {
    margin-top: 0rem;
}

@media (max-width: 767px) {
    .gold_top_brandinfo_section .horizonlist--link {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .renew_2024_cta_box {
        position: relative;
        display: block;
        width: 100%;
        max-width: 640px;
        margin: 60px auto;
    }

    .renew_2024_cta_box a {
        display: inherit;
    }

    .renew_2024_cta_bottom_202404,
    .renew_2024_cta_midbar_202404,
    .renew_2024_cta_top_202404 {
        position: relative;
        display: block;
        margin: 0px auto;
        width: 100%;
    }

    .gtm-cta-2 {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
}

.purchase_otakaraya_goods .acod__contents .colBox__col04 > .col {
    width: 30% !important;
    max-width: 100%;
}

@media (max-width: 767px) {
    .purchase_otakaraya_goods .colBox {
        gap: 2.22vw 2.5vw;
    }
}

.btn__more > *::after {
    background-image: url(../images/common/icon_arrow_red03.png);
}

@media (max-width: 767px) {
    .voicelist {
        width: 100% !important ;
        margin: 0px auto;
    }

    .voicelist__article {
        background-color: #f2f2ec !important ;
        border-radius: 5px !important;
        padding: 16px !important ;
        margin-top: 36px !important;
        background-image: none;
    }

    .renew_2024_voice_avator {
        position: relative;
        display: block;
        margin: -40px auto 0px;
        width: 100px;
    }

    .voicelist__header--name {
        margin-top: 10px !important ;
        text-align: center !important;
        color: #444444 !important;
    }

    .voicelist__header--date,
    .voicelist__header--star {
        width: 100%;
        text-align: center;
    }

    .voicelist__header--title {
        font-size: 20px;
        margin-top: 20px !important ;
        margin-bottom: 10px !important ;
    }

    .qa__list__q {
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #444444 !important;
        padding: 6px 0px 0px 50px !important;
    }

    .qa__list__a {
        color: #444444 !important;
        padding: 10px 0px 0px 50px !important;
        margin-top: 10px !important ;
        top: 0px;
    }

    .qa__list__q::before {
        background-color: #444444;
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
        top: 0px;
    }

    .qa__list__a::before {
        box-sizing: border-box !important;
        background-color: transparent !important;
        width: 40px !important;
        height: 40px !important;
        line-height: 38px !important;
        border: 1px solid #d82300;
        color: #d82300 !important;
    }
}

.btn__more > *::after {
    background-image: url(../images/common/icon_arrow_red03.png);
}
@media (max-width: 767px) {
    .renew_2024 .qa__wrap {
        width: 100% !important;
        margin: 0px auto;
    }

    .renew_2024 .qa__list {
        background-color: #f2f2ec !important;
        border-radius: 5px !important;
        padding: 16px !important;
    }

    .renew_2024 .qa__list__q {
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #444444 !important;
        padding: 6px 0px 0px 50px !important;
    }

    .renew_2024 .qa__list__a {
        color: #444444 !important;
        padding: 10px 0px 0px 50px !important;
        margin-top: 10px !important;
        top: 0px;
    }

    .renew_2024 .qa__list__q::before {
        background-color: #444444;
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
        top: 0px;
    }

    .renew_2024 .qa__list__a::before {
        box-sizing: border-box !important;
        background-color: transparent !important;
        width: 40px !important;
        height: 40px !important;
        line-height: 38px !important;
        border: 1px solid #d82300;
        color: #d82300 !important;
    }
}

.purchase_need_section_content_img_area_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2%;
    gap: 4%;
}

.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;
    margin-right: -30px;
}

.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%;
    }
}

@media (min-width: 768px) {
    .cta .ctaAdd .ctaAdd__body {
        padding: 1.2rem;
    }

    .new_cta03_contents {
        padding: 1rem 2rem 1rem 2rem;
    }

    .new_cta_btn a {
        position: relative;
        display: block;
        padding: 0.75rem 40px 0.75rem 25px;
        overflow: hidden;
        font-size: 24px;
        cursor: pointer;
        color: #1b982a;
    }

    .new_cta03_contents p {
        padding: 1rem 2rem 1rem 2rem;
    }

    .service_img {
        padding: 0 2rem 1rem 2rem;
    }

    .new_cta03_header_title h3 {
        font-weight: bold;
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .cta .ctaAdd .ctaAdd__body {
        padding: 0.4rem;
    }

    .new_cta03_contents {
        padding: 0px 1rem 1rem 1rem;
    }

    .new_cta_btn a {
        position: relative;
        display: block;
        padding: 0.75rem 40px 0.75rem 25px;
        overflow: hidden;
        font-size: 18px;
        cursor: pointer;
        color: #1b982a;
    }

    .new_cta03_contents p {
        padding: 1rem 0rem 1rem 0rem;
    }

    .service_img {
        padding: 1rem 0 1rem 0;
    }

    .new_cta03_header_title h3 {
        font-weight: bold;
        font-size: 24px;
    }
}

.new_cta03_bg {
    background-color: #f2f2f2;
    border-radius: 24px;
    margin: 1rem 0 1rem 0;
}

.new_cta03_contents h1 {
    color: #d82300;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 1rem;
}

.new_cta03_contents h2 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.new_cta_btn {
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #1b982a;
    border-radius: 24px;
    max-width: 400px;
    margin: 0 auto 1rem auto;
}

.new_cta03_contents img {
    border-radius: 24px;
}

.new_cta03_header_title {
    padding: 6px 0 7px;
    color: #fff;
    text-align: center;
    background-color: #d82300;
}

.new_cta_btn > a::after {
    background-image: url(../images/common/icon_arrow_green01.png);
    background-size: contain;
}

.new_cta_btn > *::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    vertical-align: middle;
    content: "";
    background-repeat: no-repeat;
}

#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/common/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/common/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/common/icon_arrow_white01.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/common/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) {
    .columnbox__wrap .col {
        max-width: 392px !important;
    }
}

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;
}

.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: 1rem;
}

.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: 1.2rem;
    }
}

@media (max-width: 767px) {
    .reason_section_ttl {
        font-size: 1.2rem;
        line-height: 1.4em;
    }

    .reason_section_text {
        font-size: 1rem;
        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;
    }
}

.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("/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;
}

@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: 25%;
        border-radius: 48px;
    }

    #shop-leader02 .shop-leader_profile .imgbox img {
        width: 100%;
        border-radius: 48px;
    }

    .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: 16px;
    }

    li.shop-leader_name {
        width: 25%;
        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: 24px;
    }

    #shop-leader02 .shop-leader_profile .imgbox img {
        width: 100%;
        border-radius: 24px;
    }

    .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: 1rem;
    }
}

@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: 400px;
    }

    li.shop-leader_name .ja {
        font-size: 40px;
        font-family: serif;
        padding-top: 1rem;
    }
}

@media (max-width: 767px) {
    .colBox {
        gap: 2.22vw 20.5vw;
    }
    .renew_2024_market_update_title {
        width: 95px !important;
    }
}
