@charset "UTF-8";

body {
    font-family: 'Noto Sans JP', sans-serif;
}

.stock_path {
    padding: 0 20px;
}

#stock header .container {
  padding: 0 20px;
}

#stock #main .container {
    padding: 0;
}

.stock_mv_area {
    background-color: #003f73;
}

.stock_mv_title {
    width: 100%;
    max-width: 988px;
    padding: 36px 0 24px;
    margin: 0 auto;
}

.stock_mv_img img {
    width: 100%;
}

.visually_hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.stock_comparison {
    padding-top: 43px;
}

.stock_comparison_inner {
    margin: 0 auto;
    max-width: 1050px;
    padding: 0 20px 40px;
}

.stock_comparison_table {
    width: 100%;
    min-width: 700px;
    /* border-collapse: collapse; */
    border-collapse: separate;
    border-spacing: 0;
    font-family: 'Noto Sans JP', 'UD Shin Go', sans-serif;
    color: #231815;
    margin-top: 19px;
}

/* 列幅（table-layout: fixed で使用。1行目が colspan のため col で指定） */
.stock_comparison_col_label {
    width: 178px;
}
.stock_comparison_col_stock {
    width: 264px;
}
.stock_comparison_col_badges {
    width: 130px;
}
.stock_comparison_col_alt {
    width: 358px;
}

.stock_comparison_cell_label {
    width: 178px;
    vertical-align: middle;
    padding: 0;
    border-bottom: 0.5px solid #231815;
}

.stock_comparison_table tbody .stock_comparison_cell_label {
    background-color: #c8c9ca;
}

.stock_comparison_badge {
    display: inline-flex;
    align-items: stretch;
    width: 163px;
    height: 40px;
    margin-left: 17px;
    border: 2px solid #231815;
    box-sizing: border-box;
}

.stock_comparison_badge_stock {
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
    width: 93px;
    background-color: #fff000;
    color: #003f73;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.stock_comparison_badge_guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    background-color: #003f73;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.stock_comparison_area {
    display: flex;
    align-items: center;
}

/* ヘッダー行 */
.stock_comparison_row_header th {
    padding: 19px 20px 15px;
    font-size: 22px;
    font-weight: 700;
    color: #595757;
    text-align: left;
    border: none;
    border-bottom: 2px solid #231815;
    background: #fff;
    vertical-align: bottom;
}

.stock_comparison_row_header .stock_comparison_cell_label {
    background: #fff;
}

.stock_comparison_cell_badges {
    width: 130px;
    background: #fff;
    vertical-align: middle;
    padding: 0 8px;
}

/* 区切り線行（太罫） */
.stock_comparison_row_line td {
    height: 0;
    padding: 0;
    border: none;
    border-bottom: 2px solid #231815;
    background: #fff;
    line-height: 0;
}

/* 品番行 */
.stock_comparison_row_code {
    display: flex;
    margin-left: 40px;
    width: 100%;
    max-width: 73.5%;
}

.stock_comparison_cell_stock {
    font-size: 22px !important;
    width: 264px;
    vertical-align: middle;
}

.stock_comparison_name {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.stock_comparison_code {
    width: 100%;
    max-width: 250px;
    margin-top: 10px;
}

.stock_comparison_table tbody tr:not(.stock_comparison_row_line):not(.stock_comparison_row_code) td {
    padding: 11px 0;
    border-bottom: 1px solid #231815;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}

.stock_comparison_table tbody tr:last-of-type td {
    border-bottom: 2px solid #231815 !important;
}

.stock_comparison_cell_label .stock_comparison_label {
    display: flex;
    justify-content: space-between;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0.32em;
    width: 103px;
    margin: 0 auto;
}

.stock_comparison_row_badge .stock_comparison_cell_badges {
    vertical-align: middle;
    position: relative;
}

.stock_comparison_badge_tag {
    display: inline-block;
    background-color: #003f73;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 1px 0;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
    margin-left: 0;
    width: 100%;
    text-align: center;
}

.stock_comparison_note {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-top: -5px;
    line-height: 1.5;
    text-align: center;
}

.stock_comparison_note_alt {
    margin-top: 0;
}

.stock_comparison_cell_alt {
    width: 358px;
}

.stock_comparison_cell_item {
    width: auto;
    margin-right: 19px;
    margin-left: auto;
}

.stock_comparison_group {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* フッター注釈 */
.stock_comparison_footer {
    display: flex;
    justify-content: end;
    font-size: 12px;
    font-weight: 300;
    color: #231815;
    margin: 1px 0 0 0;
}

@media screen and (max-width: 767px) {
    .stock_mv_title {
        max-width: 330px;
        padding: 15px 0;
    }

    .stock_comparison_inner {
        padding: 0 0 20px;
        margin: 0 0 40px;
    }

    .stock_comparison_area {
        width: 355px;
        margin: 0 auto;
    }

    .stock_comparison_table {
        width: 355px;
        min-width: auto;
        table-layout: fixed;
        margin: 19px auto 0;
    }

    .stock_comparison_col_label {
        width: 50px;
    }
    .stock_comparison_col_stock {
        width: 53px;
    }
    .stock_comparison_col_badges {
        width: 53px;
    }
    .stock_comparison_col_alt {
        width: 70px;
    }

    .stock_comparison_cell_label {
        width: 130px;
        max-width: 130px;
    }

    .stock_comparison_badge {
        width: 69px;
        height: auto;
        margin: 0;
    }

    .stock_comparison_badge_stock {
        justify-content: center;
        width: 34px;
        font-size: 12px;
        padding: 0;
    }

    .stock_comparison_badge_guarantee {
        font-size: 12px;
        letter-spacing: 0.1em;
    }

    .stock_comparison_row_header th {
        font-size: 12px;
        padding: 12px 10px;
    }

    .stock_comparison_code {
        max-width: 85px;
        margin: -10px auto 0;
    }

    .stock_comparison_code_02 {
        margin: 3px auto 0;
    }

    .stock_comparison_cell_label .stock_comparison_label {
        width: 65px;
    }

    .stock_comparison_table tbody tr:not(.stock_comparison_row_line):not(.stock_comparison_row_code) td {
        font-size: 12px !important;
        padding: 5px;
    }

    .stock_comparison_label {
        font-size: 12px !important;
        letter-spacing: 0.15em;
    }

    .stock_comparison_row_code {
        justify-content: space-between;
        margin-left: 5px;
        max-width: 100%;
    }

    .stock_comparison_cell_stock {
        width: 150px;
    }

    .stock_comparison_cell_stock_01 {
        width: 106px;
    }

    .stock_comparison_name {
        font-size: 12px;
    }

    .stock_comparison_cell_badges {
        width: 140px;
    }

    .stock_comparison_cell_alt {
        width: 350px;
        vertical-align: middle;
    }

    .stock_comparison_cell_item {
        width: 100px;
        margin: 0;
    }

    .stock_comparison_badge_tag {
        font-size: 12px;
        padding: 6px 10px;
    }

    .stock_comparison_note {
        font-size: 12px;
    }

    .stock_comparison_footer {
        font-size: 11px;
        max-width: 355px;
        margin: 0 auto 10px;
    }
}

.stock_explanation {
    padding: 45px 0 0;
    background-color: #f1f1f1;
}

.stock_explanation_inner {
    width: 100%;
    max-width: 1070px;
    padding: 0 25px;
    margin: 0 auto;
}

.stock_explanation_area {
    display: flex;
    justify-content: space-between;
}

.stock_explanation_left {
    width: 100%;
    max-width: 416px;
}

.stock_explanation_title {
    width: 100%;
    max-width: 92%;
}

.stock_explanation_first {
    color: #003f73;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin-left: 33px;
}

.stock_explanation_third {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #003f73;
    letter-spacing: -0.05em;
    text-align: right;
    margin-top: -49px;
}

.stock_explanation_img {
    margin-top: 9px;
}

.stock_explanation_right {
    width: 100%;
    max-width: 548px;
}

.stock_explanation_wrapper:first-of-type {
    margin-bottom: 20px;
}

.stock_explanation_main {
    color: #003f73;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.3;
}

.stock_explanation_text {
    color: #3e3a39;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 7px;
}

@media screen and (max-width: 767px) {
    .stock_explanation {
        padding-bottom: 40px;
    }

    .stock_explanation_inner {
        max-width: 640px;
        padding: 0 20px;
    }
    .stock_explanation_area {
        display: block;
    }

    .stock_explanation_left {
        max-width: 100%;
    }

    .stock_explanation_right {
        max-width: 100%;
    }

    .stock_explanation_title {
        margin: 0 auto;
    }

    .stock_explanation_first {
        font-size: 32px;
        margin-left: 0;
    }

    .stock_explanation_main {
        font-size: 22px;
        letter-spacing: 0;
    }

    .stock_illustrated_btn {
        margin-top: 50px;
    }
}

.stock_illustrated {
    padding: 50px 0 60px;
}

.stock_illustrated_inner {
    width: 100%;
    max-width: 1055px;
    padding: 0 25px;
    margin: 0 auto;
}

.stock_illustrated_area {
    position: relative;
}

.stock_illustrated_wrapper {
    position: absolute;
}

.stock_illustrated_wrapper_01 {
    top: 10.5%;
    left: 3.5%;
}

.stock_illustrated_wrapper_02 {
    bottom: 13.5%;
    left: 2%;
}

.stock_illustrated_wrapper_03 {
    top: 10%;
    right: 6.5%;
}

.stock_illustrated_wrapper_04 {
    bottom: 24.5%;
    right: 7%;
}

.stock_illustrated_banner {
    position: absolute;
    top: 22%;
    right: 5%;
}

.stock_illustrated_icon {
    width: 100%;
    max-width: 112px;
}

.stock_illustrated_number {
    color: #003f73;
    font-size: 25px;
    font-weight: 700;
}

.stock_illustrated_text {
    color: #231815;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
}

.stock_illustrated_feel {
    width: 100%;
    max-width: 103px;
}

.stock_illustrated_sweat {
    width: 100%;
    max-width: 105px;
    margin-left: 18px;
    margin-top: 4px;
}

.stock_illustrated_btn {
    display: flex;
    justify-content: center;
    color: #f0ce00;
    margin-top: -20px;
}

.stock_illustrated_link {
    position: relative;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    max-width: 243px;
    background-color: #767676;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
}

.stock_illustrated_link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 93%;
    height: 69%;
    border: 1px solid #f0ce00;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .stock_illustrated {
        padding-top: 70px;
    }

    .stock_illustrated_inner {
        max-width: 620px;
        padding: 0 10px;
    }

    .stock_illustrated_number {
        font-size: 16px;
    }

    .stock_illustrated_text {
        font-size: 12px;
    }

    .stock_illustrated_wrapper_01 {
        top: -11.5%;
        left: 0.5%;
    }

    .stock_illustrated_wrapper_02 {
        bottom: 12.5%;
        left: 0;
    }

    .stock_illustrated_wrapper_03 {
        top: 0;
        right: 0.5%;
    }

    .stock_illustrated_wrapper_04 {
        bottom: -0.5%;
        right: -2%;
    }

    .stock_illustrated_feel {
        max-width: 60px;
    }

    .stock_illustrated_banner {
        top: 27%;
        right: 8%;
    }

    .stock_illustrated_sweat {
        max-width: 60px;
        margin-top: 0;
        margin-left: 10px;
    }

    .stock_illustrated_btn {
        margin-top: 40px;
    }
}