@charset "utf-8";

.repo_about {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 420px;
    margin-block: 1em;
    margin-inline: auto;
}

.repo__name {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55%;
    padding-block: 15px;
    padding-inline: 10px;
    line-height: 1.1;
    color: #fff;
    text-shadow: 3px 4px 6px #333;
    background: linear-gradient(to right, #7189b9, #141d3a);
}

.repo__name--box {
    width: 36%;
}

.repo__name--top {
    font-size: 36px;
}

.repo__name--sub {
    font-size: 12px;
}

.repo__name--lang {
    margin-block: 0.6em 0;
    font-size: 18px;
}

.repo__name--lang:not(:lang(ja)) {
    font-size: 12px;
}

.repo__name--cross {
    position: relative;
    display: block;
    width: 28%;
    height: 30px;
}

.repo__name--cross::before,
.repo__name--cross::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 26px;
    content: "";
    background: #fff;
}

.repo__name--cross::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.repo__name--cross::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.repo__sum--comment {
    padding-block: 5px;
    padding-inline: 5px;
    font-size: 10px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    background-color: #141d3a;
    border-radius: 3px;
}

.repo__sum {
    width: 35%;
}

.repo__sum--model {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    color: #141d3a;
    text-align: center;
    text-shadow: 1px 2px 2px #b3c9ff;
}

.repo__sum--name {
    font-size: 14px;
    color: #141d3a;
    text-align: center;
    text-shadow: 1px 2px 2px #b3c9ff;
}

.repo__arrow {
    position: relative;
    display: inline-block;
    width: 10%;
    height: 62px;
}

.repo__arrow::before,
.repo__arrow::after {
    position: absolute;
    top: calc(50% - 2px);
    right: 30%;
    width: 30px;
    height: 7px;
    content: "";
    background-color: #141d3a;
    transform-origin: calc(100% - 2px) 50%;
}

.repo__arrow::before {
    transform: rotate(55deg);
}

.repo__arrow::after {
    transform: rotate(-55deg);
}

.r-imgbox {
    display: flex;
    gap: 0.3em;
    justify-content: center;
    margin-top: 15px;
}

.r-box {
    width: 110px;
}

.r-box p {
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
}

.r-comment {
    width: 92%;
    max-width: 340px;
    margin: 1em auto 0;
    font-size: 10px;
}

.l-box p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.design-box {
    display: flex;
    justify-content: space-evenly;
}

.recommended-imagearea {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25%;
    width: 100%;
    max-width: 960px;
    margin-block: 2em;
    margin-inline: auto;
}

.recommended-imagearea img {
    display: block;
    max-width: 92%;
    margin-inline: auto;
    border: 1px solid#ccc;
}

.exsample-field {
    width: 19%;
}

.caption-txt {
    display: inline-block;
    width: 100%;
    margin-block: 0.5em 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 769px) {
    .recommended-imagearea {
        gap: 4%;
    }

    .exsample-field {
        width: 48%;
    }
}

.measuring-box {
    display: flex;
    justify-content: space-between;
    width: 92%;
    max-width: 800px;
    margin-block: 2em 0;
    margin-inline: auto;
}

.measuring-method {
    width: 100%;
    max-width: 230px;
    margin-inline: auto;
    text-align: center;
}

.measuring-method img {
    max-width: 100%;
}

.measuring-title {
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 769px) {
    .measuring-box {
        flex-direction: column;
        gap: 1em;
    }
}

.d-box {
    font-size: 14px;
    color: #039;
}

.d-title {
    font-weight: bold;
}

.design-point {
    position: relative;
    width: 960px;
    height: 470px;
    margin-inline: auto;
}

.design-point-img img {
    max-width: 100%;
}

.d-txt {
    margin-block: 0.5em 0;
}

.d-box-degital {
    position: absolute;
    top: 10px;
    left: 0;
    width: 25%;
}

.d-box-button {
    position: absolute;
    top: 249px;
    left: 0;
    width: 27%;
}

.d-box-sample {
    position: absolute;
    top: 60px;
    right: 0;
    width: 25%;
}

.d-box-lump {
    position: absolute;
    top: 334px;
    right: 0;
    width: 32%;
}

.img_box-center {
    margin: 1em auto;
    text-align: center;
}

@media (max-width: 960px) {
    .design-point-wrapper {
        overflow-x: scroll;
    }

    .design-point {
        width: 640px;
        height: 330px;
        margin-inline: auto;
    }

    .d-box {
        font-size: 11px;
    }

    .d-box-degital {
        top: 0;
    }

    .d-box-button {
        top: 163px;
    }

    .d-box-sample {
        top: 34px;
    }

    .d-box-lump {
        top: 219px;
    }
}

@media (max-width: 640px) {
    .design-point {
        margin-inline: 2%;
    }
}
