@charset "UTF-8";

.sh-PR {
    position: relative;
}
.sh-gradient-wrapper {
    padding-bottom: 40px;
}
.sh-contents {
    max-width: 1120px;
}

.sh-concept-title1 {
    text-align: center;
}
.sh-concept-title1 > p:first-child {
    width: 60px;
    margin-inline: auto;
}
.sh-concept-title1 > p:last-child {
    font-family: "Cinzel", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 24px;
    color: #af913b;
}
.sh-concept-title2 {
    font-size: 30px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
}
.sh-concept-title3 {
    font-size: 24px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
}
.sh-concept-title4 {
    font-size: 20px;
    line-height: 1.8;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: left;
}
.sh-concept-title4.__green {
    color: #1c8240;
}
.sh-concept-text1 {
    font-size: 20px;
    line-height: 1.8;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
}
.sh-concept-text1.__green {
    color: #1c8240;
}
.sh-concept-text2 {
    font-size: 16px;
    line-height: 1.8;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: left;
}
.sh-concept-text3 {
    font-size: 16px;
    line-height: 1.8;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
}
.sh-concept-text4 {
    font-size: 18px;
    line-height: 1.8;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
}
.sh-concept-caption1 {
    font-size: 13px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: right;
    margin-top: 5px;
}
.sh-PR .sh-concept-caption1 {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin-top: 0;
}
.sh-PR .sh-concept-caption1.__white {
    color: #fff;
    text-shadow: 0 0 3px #000, 1px 0 3px #000, 0 -1px 3px #000, 0 1px 3px #000, -1px 0 3px #000;
}
.sh-PR .sh-concept-caption1.__left {
    right: unset;
    left: 10px;
}
.sh-PR .sh-concept-caption1.__white-bg.__left {
    color: #fff;
    text-shadow: none;
    left: 0;
    background-color: #231815;
    padding: 5px 10px;
}
.sh-contents-comment-text {
    font-size: 12px;
    color: #333;
}


.sh-concept-img1 {
    position: relative;
    max-width: 1100px;
    margin-inline: auto;
}
.sh-concept-img1 p[data-for] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.sh-concept-img1 label {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.sh-concept-img1 label[for="shTabSwitchPosition"] {
    clip-path: polygon(50% 0%, 50% 23%, 26% 38%, 0% 31%, 0% 0%);
}
.sh-concept-img1 label[for="shTabSwitchAccess"] {
    clip-path: polygon(50% 0%, 100% 0%, 100% 31%, 74% 38%, 50% 23%);
}
.sh-concept-img1 label[for="shTabSwitchLife"] {
    clip-path: polygon(74% 38%, 100% 31%, 100% 77%, 79% 79%, 65% 62%);
}
.sh-concept-img1 label[for="shTabSwitchBright"] {
    clip-path: polygon(65% 61%, 80% 78%, 80% 100%, 20% 100%, 20% 79%, 35% 61%);
}
.sh-concept-img1 label[for="shTabSwitchZeh"] {
    clip-path: polygon(35% 62%, 20% 79%, 0% 79%, 0% 31%, 26% 38%);
}
.sh-concept-content {
    position: relative;
    margin-top: 120px;
    scroll-margin-top: 45px;
}

.sh-concept-switch {
    display: none;
}
.sh-concept-tab-list {
    position: sticky;
    top: 45px;
    z-index: 4;
    background-color: rgba(255, 255, 255, .95);
}
.sh-concept-tab-list__inner {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 525px;
    overflow-x: auto;
    margin-inline: auto;
}
.sh-concept-tab-list__inner > label {
    flex: 0 0 105px;
    min-width: 105px;
    cursor: pointer;
    opacity: .3;
    transition: opacity .2s ease;
}
.sh-concept-tab-list__inner > label:hover {
    opacity: 1;
}
.sh-concept-tab-content > div {
    display: grid;
    grid-template-rows: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease;
}
#shTabSwitchPosition:checked ~ .sh-concept-tab-list label[for="shTabSwitchPosition"],
#shTabSwitchAccess:checked ~ .sh-concept-tab-list label[for="shTabSwitchAccess"],
#shTabSwitchLife:checked ~ .sh-concept-tab-list label[for="shTabSwitchLife"],
#shTabSwitchBright:checked ~ .sh-concept-tab-list label[for="shTabSwitchBright"],
#shTabSwitchZeh:checked ~ .sh-concept-tab-list label[for="shTabSwitchZeh"] {
    opacity: 1;
    cursor: default;
}
#shTabSwitchPosition:checked ~ .sh-concept-tab-content > div[data-for="shTabSwitchPosition"],
#shTabSwitchAccess:checked ~ .sh-concept-tab-content > div[data-for="shTabSwitchAccess"],
#shTabSwitchLife:checked ~ .sh-concept-tab-content > div[data-for="shTabSwitchLife"],
#shTabSwitchBright:checked ~ .sh-concept-tab-content > div[data-for="shTabSwitchBright"],
#shTabSwitchZeh:checked ~ .sh-concept-tab-content > div[data-for="shTabSwitchZeh"] {
    grid-template-rows: 1fr;
    opacity: 1;
}

.sh-concept-box1 {
    max-width: 600px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sh-concept-box2 {
    max-width: 600px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sh-concept-box3 {
    max-width: 600px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
}
.sh-concept-box4.sh-PR .sh-concept-caption1 {
    left: 0;
    right: unset;
    bottom: 22.5%;
}
.sh-concept-box5 {
    max-width: 900px;
    margin-inline: auto;
}
.sh-concept-box5.sh-PR .sh-concept-caption1 {
    right: 0;
    bottom: 10%;
}
.sh-concept-box6 {
    max-width: 600px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sh-concept-vtxt {
    display: inline-block;
    font-size: 16px;
    writing-mode: vertical-lr;
    vertical-align: middle;
    margin-left: 5px;
}
.sh-concept-img2 {
    width: 80%;
    max-width: 400px;
    margin-inline: auto;
}
.sh-concept-box7 {
    border: 1px solid #1c8240;
    padding: 30px 25px;
}
.sh-concept-box7 .__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sh-concept-img3 {
    width: 80%;
    max-width: 280px;
    margin-inline: auto;
}
.sh-concept-margin1 {
    margin-top: 50px;
}
@media screen and (min-width: 768px) {
    .sh-concept-margin1 {
        margin-top: 80px;
    }
    .sh-concept-title1 > p:last-child {
        font-size: 30px;
    }
    .sh-concept-title2 {
        font-size: 50px;
    }
    .sh-concept-title3 {
        font-size: 30px;
    }
    .sh-concept-title4 {
        font-size: 24px;
    }
    .sh-concept-text1 {
        font-size: 24px;
    }
    .sh-concept-text2 {
        font-size: 18px;
    }
    .sh-concept-text2.__pc-pr20 {
        padding-right: 20px;
    }
    .sh-concept-text3 {
        font-size: 18px;
    }
    .sh-concept-text4 {
        font-size: 20px;
    }
    .sh-concept-caption1 {
        font-size: 14px;
    }

    .sh-concept-img1 label[for="shTabSwitchPosition"] {
        clip-path: polygon(50% 0%, 50% 28%, 32% 46%, 14% 37%, 13% 0%);
    }
    .sh-concept-img1 label[for="shTabSwitchAccess"] {
        clip-path: polygon(50% 0%, 86% 0%, 86% 38%, 68% 46%, 50% 27%);
    }
    .sh-concept-img1 label[for="shTabSwitchLife"] {
        clip-path: polygon(68% 45%, 89% 36%, 89% 96%, 72% 96%, 61% 75%);
    }
    .sh-concept-img1 label[for="shTabSwitchBright"] {
        clip-path: polygon(61% 75%, 74% 100%, 26% 100%, 39% 75%);
    }
    .sh-concept-img1 label[for="shTabSwitchZeh"] {
        clip-path: polygon(39% 75%, 28% 97%, 7% 97%, 7% 34%, 32% 45%);
    }
    .sh-concept-img1[data-hover="shTabSwitchPosition"] p[data-for="shTabSwitchPosition"],
    .sh-concept-img1[data-hover="shTabSwitchAccess"] p[data-for="shTabSwitchAccess"],
    .sh-concept-img1[data-hover="shTabSwitchLife"] p[data-for="shTabSwitchLife"],
    .sh-concept-img1[data-hover="shTabSwitchBright"] p[data-for="shTabSwitchBright"],
    .sh-concept-img1[data-hover="shTabSwitchZeh"] p[data-for="shTabSwitchZeh"] {
        display: block;
    }

    .sh-concept-content {
        margin-top: 160px;
        scroll-margin-top: 0;
    }
    .sh-concept-tab-list {
        top: 0;
    }
    .sh-concept-tab-list__inner {
        max-width: 1600px;
        justify-content: center;
    }
    .sh-concept-tab-list__inner > label {
        flex-basis: 20%;
    }

    .sh-concept-box1 {
        max-width: 1100px;
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }
    .sh-concept-box1 > div:first-child {
        width: 56.81818182%;
        max-width: 625px;
    }
    .sh-concept-box1 > div:last-child {
        width: 39.54545455%;
        max-width: 435px;
    }
    .sh-concept-box2 {
        max-width: 1100px;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        gap: 0;
    }
    .sh-concept-box2 > div:first-child {
        width: 54.3636364%;
        max-width: 598px;
    }
    .sh-concept-box2 > div:last-child {
        width: 45.63636364%;
        max-width: 502px;
    }
    .sh-concept-box3 {
        max-width: 1100px;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
    .sh-concept-box3 > div {
        width: 48.1818182%;
        max-width: 530px;
    }
    .sh-concept-box4.sh-PR .sh-concept-caption1 {
        left: unset;
        right: 10px;
        bottom: 16%;
    }
    .sh-concept-box5.sh-PR .sh-concept-caption1 {
        right: 20px;
        bottom: 13%;
    }
    .sh-concept-box6 {
        max-width: 1100px;
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }
    .sh-concept-box6 > div:first-child {
        width: 39.54545455%;
        max-width: 435px;
    }
    .sh-concept-box6 > div:last-child {
        width: 56.81818182%;
        max-width: 625px;
    }
    .sh-concept-vtxt {
        font-size: 21px;
        vertical-align: top;
    }
    .sh-concept-box7 {
        padding: 30px 29px;
    }
    .sh-concept-box7 .__inner {
        flex-direction: row;
        justify-content: space-between;
        gap: 30px;
    }
    .sh-concept-img3 {
        width: 100%;
    }
    .sh-concept-box7 .__inner > div:first-child {
        width: 280px;
        flex-shrink: 0;
    }
}
@media screen and (max-width: 767px) {
    .sh-concept-text3.__sp-left {
        text-align: left;
    }
}
@media screen and (max-width: 399px) {
    .sh-page-title p {
        font-size: 24px;
    }
    .sh-concept-title2 {
        font-size: 28px;
    }
}