/*****************************  */

/* category */

/*****************************  */
.is-product_list {
    padding-left: 130px;
}

.is-product_list .c-item-list {
    gap: 30px;
}

.is-product_list .c-item-list__item {
    width: calc(33.33333% - 20px);
}

@media screen and (max-width: 1139px) {
    .is-product_list {
        padding-left: 100px;
    }

    .is-product_list .c-item-list {
        gap: 20px;
    }

    .is-product_list .c-item-list__item {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 1023px) {
    .is-product_list .c-item-list__btn {
        top: 15px;
        right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .is-product_list {
        padding-left: 0;
    }

    .is-product_list .c-item-list {
        gap: 10px;
    }

    .is-product_list .c-item-list__item {
        width: calc(50% - 5px);
    }
}

@media screen and (max-width: 480px) {
    .is-product_list .c-item-list {
        gap: 5px;
    }

    .is-product_list .c-item-list__item {
        width: calc(50% - 5px * 0.5);
    }
}

.p-category {
    overflow: hidden;
}

.p-category__ttl {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.4;
    font-size: 28px;
    font-weight: bold;
    word-break: break-all;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-category__ttl {
        margin-bottom: 25px;
        font-size: 25px;
    }
}

.p-category-free {
    margin-bottom: 40px;
    line-height: 2;
}

/* common style ---------------------------------------- */
.brwn {
    color: #948775;
}

.orng {
    color: #eca23c;
}

.m-ttl {
    margin: 0;
}

.of-cover {
    overflow: hidden;
    display: block;
}

.of-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-btn {
    min-width: 300px;
}

/* lbox-border ---------------------------------------- */

.lbox-border {
    position: relative;
    border-top: 5px solid #e4e1dc;
}

.lbox-border h2,
.lbox-border h3,
.lbox-border h4 {
    margin: 0;
}

.lbox-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 9px solid #e4e1dc;
    transform: translateX(-50%);
}

/*****************************  */

/* comparison */

/*****************************  */

/* sec-different -------------------------------------- */
.different-blc {
    justify-content: space-between;
    max-width: 1227px;
    margin: auto;
    gap: 30px;
}

.sec-different .txt-check {
    padding-left: 3rem;
    position: relative;
}

.sec-different .txt-check::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url("https://file002.shop-pro.jp/PA01363/242/img/freepage/comparison/listmark.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.913rem;
    height: 1.763rem;
    transform: translateY(-50%);
}

.different-txt .txt {
    letter-spacing: 0.005em;
}

.different-img {
    width: 602px;
    min-width: 572px;
    position: relative;
}

.different-img .image {
    position: relative;
}

.different-img .image::before {
    content: "";
    display: block;
    background-color: #eeecdc;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: -1;
}

.different-img .image:nth-of-type(1) {
    width: 310px;
    margin-bottom: 128px;
    margin-right: 6px;
}

.different-img .image:nth-of-type(2) {
    width: 233px;
    position: absolute;
    right: 2px;
    bottom: 35px;
    margin-right: 6px;
}

.different-img .img {
    width: 100%;
    aspect-ratio: 1/1;
}

.different-img .image .baddie {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    color: #fff;
    background-color: rgb(236 162 60 / 60%);
    padding: 2px 10px;
    margin-bottom: 0;
}

.different-img .txt-in {
    position: relative;
}

.different-img .txt-in::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 129px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #eeecdc;
}

.different-img .txt-in .inside {
    padding: 48px 0 0 60px;
    position: relative;
    z-index: 1;
}

.different-img .txt-in * {
    margin: 0;
}

@media (max-width: 1140px) {
    .different-img {
        min-width: initial;
        width: 316px;
    }

    .different-img .image:nth-of-type(1) {
        margin-bottom: 20px;
    }

    .different-img .image:nth-of-type(2) {
        position: relative;
        right: initial;
        bottom: initial;
        margin-bottom: 20px;
        margin-left: auto;
    }
}

@media (max-width: 820px) {
    .different-blc {
        flex-flow: column;
        gap: initial;
    }

    .different-img {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: flex-start;
        gap: 20px;
    }

    .different-img .image:nth-of-type(1) {
        width: auto;
        margin-bottom: initial;
    }

    .different-img .image:nth-of-type(2) {
        width: auto;
        margin-bottom: initial;
        margin-left: initial;
    }

    .different-img .txt-in {
        grid-column: 1/3;
    }
}

@media (max-width: 480px) {
    .different-img {
        grid-template-columns: 1fr;
    }

    .different-img .txt-in {
        grid-column: initial;
    }
    .different-img .txt-in::before {
        width: 90px;
    }
    .different-img .txt-in .inside {
        padding: 30px 0 0 30px;
    }
}

/* sec-scene -------------------------------------- */
.list-scene {
    justify-content: center;
    gap: 50px;
}

.list-scene .img {
    width: 105px;
    margin: auto;
}

.sbox-scene {
    max-width: 249px;
    position: relative;
    padding-top: 62px;
}

.scene {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eeecdc;
    border-radius: 50%;
    display: flex;
    width: 90px;
    aspect-ratio: 1/1;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    line-height: 1.2;
}

.sbox-scene p {
    margin-bottom: 0;
}

@media (max-width: 1240px) {
    .list-scene {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .sbox-scene:nth-child(odd) {
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .list-scene {
        gap: 30px;
    }
    .scene {
        width: 75px;
    }
}

@media (max-width: 512px) {
    .list-scene {
        grid-template-columns: 1fr;
    }

    .sbox-scene {
        margin-right: auto;
        margin-left: auto;
    }
    .scene {
        width: 70px;
        top: 15px;
        left: 15px;
    }
}

/* sec-diagnosis -------------------------------------- */
.question-ttl {
    position: relative;
    padding-left: 22px;
    line-height: 1.8;
}

.question-ttl::before {
    content: "";
    display: block;
    width: 7px;
    height: 23px;
    background-color: #948775;
    position: absolute;
    top: 0.26em;
    left: 0;
}

.diagnosis-inner {
    max-width: 1090px;
    margin: auto;
}

.question-options {
    gap: 20px;
}

.question-options button {
    flex: 1;
    height: 71px;
    border: 2px solid rgb(148 135 117 / 30%);
    background-color: #fff;
    text-align: left;
    padding-left: 28px;
    color: #333;
    position: relative;
    transition: all ease 0.28s;
}

.question-options button.is-selected {
    border: 2px solid #eeecdc;
    background-color: #eeecdc;
    color: #948775;
    font-weight: bold;
}

.question-options button span {
    position: absolute;
    display: block;
    top: 50%;
    left: calc(100% - 23px - 20px);
    transform: translateY(-50%);
}

.question-options button span::before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url("https://file002.shop-pro.jp/PA01363/242/img/freepage/comparison/no-check.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.question-options button.is-selected span::before {
    width: 1.93rem;
    height: 1.55rem;
    background-image: url("https://file002.shop-pro.jp/PA01363/242/img/freepage/comparison/check.svg");
}

.comparison-table ul {
    gap: 45px;
    flex-wrap: wrap;
}

.comparison-row {
    width: calc((100% - 90px) / 3);
}

.comparison-row a {
    background-color: #fbfaf5;
    display: flex;
    flex-flow: column;
    height: 100%;
    position: relative;
}
.comparison-row a:not(.c-btn),
.comparison-row a:not(.c-btn) * {
  /* aの中にある要素すべて */
  text-decoration: none !important;
}

.comparison-row a:hover {
    text-decoration: none;
}

.comparison-row a * {
    display: block;
    text-align: center;
}

.comparison-row .img-area {
    position: relative;
    margin: 30px 30px 0;
}

.comparison-row .txt-area {
    position: relative;
    margin: 30px 30px 40px;
}

.comparison-row .img {
    overflow: hidden;
    aspect-ratio: 1/1;
    width: 100%;
}

.comparison-row .img img {
    max-width: initial;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comparison-row .baddie {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgb(0 0 0 / 60%);
    color: #fff;
    text-align: center;
    padding: 6px 10px;
    line-height: 1.2;
    font-size: 1.4rem;
}

.comparison-row .status {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: calc(100% + 16px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #bbb2a7;
    border-radius: 8px;
    padding: 6px 20px;
    border: 2px solid #bbb2a7;
    white-space: nowrap;
}

.comparison-row .status::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    top: 100%;
    border-top: 8px solid #bbb2a7;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transform: translateX(-50%);
}

.comparison-row .status::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    top: calc(100% - 0.25rem);
    border-top: 8px solid #bbb2a7;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transform: translateX(-50%);
}

.comparison-row .name {
    font-size: 2rem;
    line-height: 1.5;
    color: #333;
}

.comparison-row .cat {
    font-size: 1.3rem;
    opacity: 0.6;
    padding-bottom: 6px;
}

.comparison-row .spec {
    border-top: 1px solid rgb(0 0 0 / 20%);
    padding-top: 6px;
    padding-bottom: 15px;
    color: #333;
}

.comparison-row .spec i {
    display: inline-block;
    margin-right: 0.68rem;
    vertical-align: text-bottom;
}

.comparison-row .spec i::before {
    content: "";
    background-image: url("https://file002.shop-pro.jp/PA01363/242/img/freepage/comparison/drop.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 1.118rem;
    height: 1.664rem;
}

.comparison-row .price {
    color: #d30000;
    font-size: 2rem;
}

.comparison-row .price .unit {
    font-size: 1.6rem;
    display: inline-block;
}

.comparison-row .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    aspect-ratio: 1/1;
    display: block;
    background-color: rgb(187 178 167 / 40%);
}

.comparison-row .arrow::before {
    content: "";
    display: block;
    width: 6px;
    aspect-ratio: 1/1;
    border-top: 1px solid #948775;
    border-right: 1px solid #948775;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.comparison-row.is-recommended a {
    background-color: #fcf8d8;
}

.comparison-row.is-recommended .baddie {
    background-color: #eca23c;
}

.comparison-row.is-recommended .status {
    border: 2px solid #dfdbd5;
    background-color: #fff;
    color: #948775;
}

.comparison-row.is-recommended .status::before {
    border-top: 8px solid #dfdbd5;
}

.comparison-row.is-recommended .status::after {
    border-top: 8px solid #fff;
}

.comparison-row.is-recommended .name {
    color: #948775;
}

@media (max-width: 1024px) {
    .question-options {
        gap: 10px;
    }

    .question-options button {
        padding-left: 15px;
    }

    .question-options button span {
        left: calc(100% - 20px - 15px);
    }

    .comparison-row {
        width: calc((100% - 45px) / 2);
    }
}

@media (max-width: 991px) {
    .question-options button {
        font-size: 1.6rem;
    }

    .question-options {
        gap: 5px;
    }

    .question-options button {
        padding-left: 10px;
    }

    .question-options button span {
        left: calc(100% - 20px - 10px);
    }
}

@media (max-width: 640px) {
    .comparison-table ul {
        gap: 2vw;
    }
    .comparison-row {
        width: calc(50% - 1vw);
    }
    .comparison-row .img-area {
        margin: 2vw 2vw 0;
    }
    .comparison-row .baddie {
        font-size: 1.3rem;
    }
    .comparison-row .txt-area {
        margin: 10px 10px 20px;
    }
    .comparison-row .arrow {
        width: 30px;
    }
    .comparison-row .status {
        font-size: 1.3rem;
        font-weight: 500;
        top: -10px;
        bottom: auto;
        padding: 4px 5px 2px 5px;
        min-width: 80%;
        transform: translate(-50%, -50%);
    }
    .comparison-row .name {
        font-size: 1.5rem;
        padding-top: 15px;
    }
    .comparison-row .cat {
        padding-bottom: 6px;
    }
    .comparison-row .spec {
        padding-top: 8px;
        font-size: 1.3rem;
    }
    .comparison-row .price {
        font-size: 1.5rem;
    }
    .comparison-row .price .unit {
        font-size: 80%;
    }
    .comparison-row .baddie {
        padding: 4px 8px;
        top: 5px;
        left: 5px;
    }

    .question-options {
        flex-flow: column;
        gap: 10px;
    }

    .question-options button {
        padding: 10px 28px;
    }

    .question-options button span {
        left: calc(100% - 23px - 20px);
    }
}

@media (max-width: 480px) {
    .comparison-row .img-area {
        margin: 0;
    }
    .comparison-row .baddie {
        top: 0;
        left: 0;
    }
    .comparison-row .spec {
       padding-bottom: 5px; 
    }
    .comparison-row .spec i {
        margin-right: 0.45rem;
    }
}

/* sec-base -------------------------------------- */
.base-list {
    justify-content: space-between;
    gap: min(4.7vw, 70px);
    align-items: center;
    justify-content: center;
}

.base-list:nth-of-type(2) {
    flex-flow: row-reverse;
}

.base-list .txt-area {
    max-width: 543px;
    flex: 1;
}

.base-list .img-area {
    width: min(50%, 613px);
}

.base-ttl {
    color: #eca23c;
}

.base-ttl .num {
    display: inline-flex;
    align-items: center;
}

.base-ttl .num::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #eca23c;
    margin: 0 6px;
}

.sec-base .base-copy {
    line-height: 1.3;
    margin-bottom: 15px;
}

.base-size {
    width: min(100%, 523px);
}

.base-size td {
    border: 1px solid #cbcbcb;
    padding: 1.05rem;
    text-align: center;
    line-height: 1.5;
}

.base-size .size {
    font-size: 1.8rem;
    font-weight: 600;
    color: #948775;
}

.base-size .case {
    font-size: 1.4rem;
    color: #999;
}

.base-links {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.base-links .btnarea a {
    padding: 15px;
}

@media (max-width: 1024px) {
    .base-list .b3-txt {
        margin-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
    }
}

@media (max-width: 767px) {
    .base-list,
    .base-list:nth-of-type(2) {
        flex-flow: column;
        align-items: initial;
    }

    .base-list .txt-area {
        max-width: 100%;
    }

    .base-list .img-area {
        width: 100%;
    }

    .base-txtarea .ttl {
        padding-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .base-links .btnarea {
        max-width: initial;
        width: 100%;
    }
}

/* sec-name -------------------------------------- */
.recom-lists {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 30px;
    max-width: 810px;
    margin-right: auto;
    margin-left: auto;
}

.recom-lists .recom-list {
    width: 250px;
    aspect-ratio: 1/1;
    background-color: #fbfaf5;
    border-radius: 50%;
}

.recom-lists .num {
    margin-top: 29px;
    line-height: 1;
}

.recom-lists .ttl {
    line-height: 1.3;
    margin-bottom: 10px;
}

.recom-lists .link a {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    justify-content: center;
    text-decoration: none !important;
}

.recom-lists .link a::after {
    content: "";
    display: block;
    width: 6px;
    aspect-ratio: 1/1;
    border-top: 2px solid #948775;
    border-right: 2px solid #948775;
    transform: rotate(45deg);
}

.name-type {
    width: 100%;
}

.name-type thead {
    background-color: rgb(228 225 220 / 20%);
}

.name-type thead th {
    padding: 11px 20px;
    text-align: left;
    border-top: 2px solid #e4e1dc;
    border-bottom: 2px solid #e4e1dc;
    color: #846e51;
}

.name-type tbody td {
    padding: 15px 20px;
    border-bottom: 1px solid #e4e1dc;
}

.design-lists {
    flex-wrap: wrap;
    gap: 3px;
}

.design-list {
    width: calc((100% - 9px) / 4);
    position: relative;
}

.design-list .img {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.design-list .img img {
    height: 100%;
    object-fit: cover;
}

.design-list .cpt {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    color: #fff;
    background-color: rgb(148 135 117 / 87%);
    line-height: 29px;
    padding: 0 10px;
    margin: 0;
}

@media (min-width: 1660px) {
    .recom-lists {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .design-list {
        width: calc((100% - 3px) / 2);
    }
}

@media (max-width: 767px) {
    .recom-lists {
        gap: 10px;
    }
    .recom-lists .recom-list {
        width: calc(50% - 5px);
        position: relative;
        background: none;
        border-radius: 0;
    }
    .recom-lists .recom-list::before {
        position: absolute;
        top: 0;
        left: 50%;
        content:"";
        aspect-ratio: 1 / 1;
        background-color: #fbfaf5;
        border-radius: 50%;
        display: block;
        width: 90%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .sec-name .scroll-block {
        width: 100%;
        overflow-x: auto;
    }

    .name-type {
        white-space: nowrap;
    }

    .design-lists {
        flex-wrap: nowrap;
        width: max-content;
    }
    .design-list {
        width: 250px;
    }
}

@media (max-width: 480px) {
    .recom-lists {
        gap: 20px 10px;
    }
    .recom-lists .recom-list::before {
        width: 98%;
    }
    .recom-lists .recom-list .txt {
        font-size: 1.3rem;
        margin-bottom: 2px;
    }
    .recom-lists .recom-list .txt br {
        display: none;
    }
    .recom-lists .link a {
        padding: 5px;
    }
}


/* sec-faq -------------------------------------- */
.sec-faq .cards {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 40px min(4.27vw, 64px);
    max-width: 1200px;
    margin: auto;
}

.sec-faq .cards .card {
    width: min(24.66vw, 370px);
    min-width: 240px;
    margin-bottom: auto;
}

.sec-faq .cards .card .is {
    border: 2px solid #e4e1dc;
    background-color: #fff;
    padding: 35px 40px;
    position: relative;
}

.sec-faq .cards .card .txt {
    margin: 0;
}

.sec-faq .cards .card .is::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(228 225 220 / 50%);
    position: absolute;
    bottom: -10px;
    left: -10px;
    z-index: -1;
}

.sec-faq .cards .card:first-child {
    margin-right: min(7.27vw, 109px);
}

.sec-faq .cards .card:nth-of-type(even) .is::before {
    left: initial;
    right: -10px;
}

.sec-faq .cards .card.under {
    padding-bottom: 30px;
}

.sec-faq .cards .card.under.rs {
    order: 5;
}

.sec-faq .cards .ilst {
    order: 4;
}

.sec-faq .cards .ilst img {
    width: min(14.8vw, 222px);
    min-width: 146px;
}

.sec-faq .btns {
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 1380px) {
    .sec-faq .cards {
        gap: 30px;
    }

    .sec-faq .cards .card .is {
        padding: 18px 20px;
        box-sizing: border-box;
    }

    .sec-faq .cards .card .txt br {
        display: none;
    }
}

@media (max-width: 991px) {
    .sec-faq .cards {
        align-items: initial;
    }

    .sec-faq .cards .card:first-child {
        margin-right: initial;
    }

    .sec-faq .cards .card {
        width: calc((100% - 30px) / 2);
        margin-bottom: initial;
    }

    .sec-faq .cards .card .is {
        height: 100%;
    }

    .sec-faq .cards .card.under.rs {
        order: initial;
    }

    .sec-faq .cards .ilst {
        order: initial;
        width: 100%;
        text-align: center;
    }

    .sec-faq .cards .card.under {
        padding-bottom: initial;
    }
}
@media (max-width: 767px) {
    .sec-faq .cards {
        padding-bottom: 0;
    }
}
@media (max-width: 580px) {
    .sec-faq .cards {
        gap: 20px;
    }

    .sec-faq .cards .card {
        width: 100%;
    }

    .sec-faq .cards .card:nth-of-type(odd) .is::before {
        left: initial;
        right: -10px;
    }
    
}

@media (max-width: 480px) {
    .sec-faq h2.txt-center {
        padding-bottom: 20px;
    }
    
    .sec-faq .cards .card .ttl {
        padding-bottom: 0;
    }
    .sec-faq .cards .card .txt {
        line-height: 1.5;
    }
    .sec-faq .btns .btnarea {
        width: 100%;
    }
}
