@charset "utf-8";

body {
    background: #fff;
    color: #333;
    font-weight: 500;
}
picture {
    display: inline-block;
}
[data-a=fade-up] {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
[data-a=mask-move-up]>* {
    display: block;
    overflow: hidden;
}
@keyframes anime-fade-up {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1
    }
}

img {
    vertical-align: middle;
    height: auto;
}
ul li {
    margin-bottom: 0;
}
.max-width {
    width: min(1200px, 95%);
    margin: auto;
}
.s-title {
    font-size: min(56px, 5vw);
    font-weight: bold;
    text-align: center;
    margin: auto;
}
.notes-area {
    text-align: right;
    line-height: 1.5;
    font-size: 80%;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .s-title {
        font-size: min(56px, 8vw);
        line-height: 1.2;
    }
}

/**** main ****/
.site-main {
    background: #fff;
    padding-top: 56px;
    overflow: clip;
    display: block;
}
.black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    animation: fadeOutOverlay 2.0s ease forwards;
    pointer-events: none;
    z-index: 9;
}
@keyframes fadeOutOverlay {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 768px) {
    .site-main {
        padding-top: 72px;
    }
}

/**** main-img ****/
.main-img {
    display: block;
    background: #000;
    position: relative;
}
.main-img img {
    width: 100%;
}
.main-img p {
    font-size: min(1.6vw, 22px);
    font-family: "Noto Serif", serif;
    letter-spacing: 1.75px;
    color: #fff;
    position: absolute;
    font-feature-settings: "palt";
}
.main-img p.main-img-txt1 {
    bottom: 6rem;
    left: 20%;
    right: 0;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 30px;
    margin: 0 auto;
    width: fit-content;
    line-height: 1.2;
    width: 100%;
}
.main-img p.main-img-txt1 b {
    font-family: auto;
    font-size: 200%;
    font-weight: bold;
    max-width: 70%;
}
.main-img p span.small {
   font-size: 60%; 
}
.main-img p.main-img-txt2 {
    bottom: 80px;
    right: 10%;
    text-align: left;
    line-height: 2;
}
.sp-only,
.catch-img img.sp-only {
  display: none;
}

@media (max-width: 768px) {
    .main-img {
        padding-bottom: 4rem;
    }
    .main-img:last-of-type {
        padding-bottom: 8rem;
    }
    .main-img p {
        font-size: min(2.6vw);
        text-align: center;
    }
    .main-img p.main-img-txt1 {
        flex-direction: column;
        gap: 3px 0;
        text-align: center;
        bottom: 1.5rem;
        line-height: 1.8;
        left: 0;
    }
    .main-img p.main-img-txt1 b {
        width: 60%;
    }
    .main-img p span.small {
        display: block;
    }
    .main-img p.main-img-txt2 {
        top: 58%;
        right: 0;
        width: 100%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        line-height: 2.2;
        font-size: min(17px, 3.5vw);
        text-align: center;
    }
    .sp-only, .catch-img img.sp-only {
        display: block;
    }
}

/**** movie ****/
#movie {
    position: relative;
    background: linear-gradient(0deg, rgba(242, 242, 242, 1) 70%, rgb(0 0 0) 100%);
    padding: 7rem 0 6rem;
}
#movie::after {
    content: "";
    display: block;
    width: 41rem;
    background: #fff;
    padding-top: 60%;
    position: absolute;
    right: calc(100vw - 15rem);
    bottom: 0;
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
    /* z-index: -1; */
}
.smi-content .st-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    width: 90%;
}
#movie .s-title {
    color: #fff;
}
.smi-content .youtube-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    margin: 20px auto 0;
    position: relative;
    z-index: 1;
}
.smi-content .youtube-box .youtube-movie {
    margin: 2px 2px 0;
    width: calc(100% / 2 - 4px);
}
.smi-content .youtube-box dl.youtube-movie {
    width: 100%;
    display: flex;
    gap: 40px;
    align-items: center;
}
.smi-content .youtube-box dl.youtube-movie dt {
    min-width: 40%;
}
.smi-content .youtube-box .youtube-movie .movie-title {
    font-size: min(16px, 1.6vw);
    font-weight: bold;
    letter-spacing: .06rem;
}
.smi-content .youtube-box .youtube-movie p {
    font-size: min(16px, 1.6vw);
    line-height: 1.7;
    margin: 10px auto 0;
    font-weight: 500;
}
.smi-content .youtube-movie a {
    display: block;
    transition: all 0.3s;
    line-height: 0;
    position: relative;
}
.smi-content .youtube-movie .thumb_img {
    width: 100%;
    height: auto;
    max-width: 100%;
    position: relative;
}
.smi-content .youtube-movie picture > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(68px, 7vw);
    transition: all 0.4s ease;
}
.smi-content .youtube-box .youtube-movie {
    width: calc(100% / 3 - 20px);
    margin: 2px 10px 0px;
}
.smi-content .youtube-box .youtube-movie .y-only > img {
    width: min(93px, 7vw);
}
.smi-content .youtube_link {
    margin: 6% auto 0;
    border: 1px solid #333;
    padding: 8px 20px;
    background: #fff;
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    gap: 8px;
    width: fit-content;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}
.smi-content .youtube_link span {
    display: block;
    font-weight: bold;
    line-height: 1.2;
}
.youtube-icon {
    width: 40px;
    height: auto;
    fill: #ff0033;
}
.smi-content .youtube_link::after {
    content: "";
    width: 12px;
    height: 19px;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23333"><path d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z"/></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    margin-left: 10px;
    transition: 0.3s all ease;
}
.smi-content .youtube_link:hover {
    background: #ff0033;
    color: #fff;
    border: 1px solid #ff0033;
}
.smi-content .youtube_link:hover::after {
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23ffffff"><path d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z"/></svg>');
    transform: translateX(10px);
}
.smi-content .youtube_link:hover .youtube-icon {
    fill: #fff;
}
@media (max-width: 768px) {
    #movie {
        background: linear-gradient(0deg, rgba(242, 242, 242, 1) 80%, rgb(0 0 0) 100%);
        padding: 1rem 0 3.5rem;
    }
    #movie::after {
        width: 13rem;
        left: -9rem;
        padding-top: 34rem;
        -webkit-transform: skewX(25deg);
        transform: skewX(25deg);
    }
    .s-title {
        font-size: min(56px, 11vw);
        line-height: 1.2;
    }
    .smi-content .youtube-box dl.youtube-movie {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .smi-content .youtube-box .youtube-movie .y-only > img {
        width: min(68px, 20vw);
    }
    .smi-content .youtube-box dl.youtube-movie dt {
        min-width: auto;
        width: 100%;
    }
    .smi-content .youtube-box .youtube-movie .movie-title {
        font-size: min(18px, 4vw);
    }
    .smi-content .youtube-box .youtube-movie p {
        font-size: min(16px, 3.5vw);
        margin: 10px auto;
        line-height: 2;
    }
    .smi-content .youtube-box:last-of-type .youtube-movie {
        width: calc(100% / 2 - 10px);
        margin: 2px 5px 0px;
    }
    .smi-content .youtube-box:last-of-type .youtube-movie picture > img {
        width: min(68px, 12vw);
    }
    .youtube-icon {
        width: 30px;
    }
    .smi-content .youtube_link {
        margin: 4% auto 0;
        padding: 15px;
        justify-content: space-between;
        width: min(300px, 75%);
    }
}

/**** lineup ****/
.sect--lineup {
    margin: 6rem auto 2rem;
    position: relative;
    background: linear-gradient(0deg, rgba(248, 245, 239, 1) 0%, rgba(248, 245, 239, 1) 94%, rgba(255, 255, 255, 1) 94%, rgba(255, 255, 255, 1) 100%);
    padding: 0rem 0 5rem;
}
.sect--lineup::after {
    content: "";
    display: block;
    width: 22.5rem;
    background: #fff;
    padding-top: 40rem;
    position: absolute;
    right: -12rem;
    bottom: 0;
    -webkit-transform: skewX(330deg);
    transform: skewX(330deg);
}
.sect--lineup .cont--lineup-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 150px;
}
.sect--lineup .cont--lineup {
    position: relative;
}
.sect--lineup .cont--lineup__title {
    margin-bottom: 30px;
}
.sect--lineup .cont--lineup__title-inner {
    max-width: 1280px;
    margin: auto;
    padding: 0 40px;
}
.sect--lineup .cont--lineup__title h3 {
    -webkit-transform: translateX(-0.05em);
    transform: translateX(-0.05em);
    line-height: 1.3;
    color: #BF9B61;
    text-align: center;
    font-size: min(56px, 5vw);
    font-weight: bold;
    margin: auto;
}
.sect--lineup .cont--lineup__products {
    max-width: 1000px;
    width: 95%;
    margin: auto;
    position: relative;
    z-index: 2;
    gap: 20px;
    display: flex;
    justify-content: center;
}
.sect--lineup .cont--lineup__products li {
    width: min(334px, 30%);
    border: 1px solid #000000;
    background: #fff;
    padding: 8px 8px 14px;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.sect--lineup .cont--lineup__products li a figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 12px;
}
.sect--lineup .cont--lineup__products li a dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.sect--lineup .cont--lineup__products li a figcaption dd {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
}
.sect--lineup .lineup_name {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin-top: -2rem;
    letter-spacing: 0.07rem;
}
.sect--lineup .lineup_name .brand {
    font-weight: bold;
    font-size: 50%;
    color: #b3b3b3;
    margin-right: 5px;
}
.cont--lineup a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.btn--online {
    margin-top: 18px;
    background: #152233;
    color: #fff;
    font-weight: 700;
    display: block;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    position: relative;
    gap: 12px;
    letter-spacing: 0.05em;
    white-space: nowrap;
}
.btn--online:before {
    content: "";
    width: 24px;
    height: 22px;
    background: url(../assets/images/icon_cart.png) no-repeat;
    background-size: cover;
}
.btn--online:after {
    content: "";
    width: 18px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23fff"><path d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z"/></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    transition: 0.3s all ease;
}
a:hover .btn--online:after {
    right: 8px;
}
@media (max-width: 768px) {
    .sect--lineup {
        background: linear-gradient(0deg, rgba(248, 245, 239, 1) 0%, rgba(248, 245, 239, 1) 96.5%, rgba(255, 255, 255, 1) 96.5%, rgba(255, 255, 255, 1) 100%);
        padding: 0rem 0 3rem;
        margin: 4rem 0 2rem;
    }
    .sect--lineup::after {
        width: 15.5rem;
        -webkit-transform: skewX(350deg);
        transform: skewX(350deg);
    }
    .sect--lineup .cont--lineup-wrap {
        width: 100%;
        gap: 70px;
    }
    .sect--lineup .cont--lineup {
        z-index: 1;
    }
    .sect--lineup .cont--lineup__title {
        margin-bottom: 20px;
    }
    .sect--lineup .cont--lineup__title h3 {
        font-size: min(56px, 11vw);
    }
    .sect--lineup .cont--lineup__products {
        width: 95%;
        gap: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }
    .sect--lineup .cont--lineup__products li {
        width: min(334px, 49%);
        padding: 8px 8px 20px;
    }
    .sect--lineup .lineup_name {
        font-size: min(22px, 3.7vw);
        font-weight: bold;
        margin-top: -1.05rem;
        letter-spacing: 0.02rem;
    }
    .sect--lineup .cont--lineup__products li a figcaption dd {
        font-size: min(1rem, 3.5vw);
    }
    .btn--online {
        margin-top: min(18px, 2vw);
        padding: 0 7px;
        gap: 7px;
    }
    .btn--online:before {
        width: 20px;
        height: 18px;
    }
    .btn--online:after {
        display: none;
    }
}

/**** spec ****/
.s-spec {
    padding-top: 4%;
    margin-bottom: 3rem;
    position: relative;
    z-index: 5;
}
.tab-group {
    margin-top: 13px;
    list-style: none;
    text-align: center;
    position: relative;
    z-index: 1;
}
.tab-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    cursor: pointer;
}
.tab {
    width: calc(100% / 4 - 4px);
    border: 1px solid #333;
    padding: 20px 8px;
    background: #fff;
    font-size: min(1.6vw, 20px);
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-right: 2px;
    margin-bottom: 3px;
    transition: all 0.4s ease;
}
.tab-button .tab:hover, .tab-button .is-active {
    background: #333;
    border: 1px solid #333;
    color: #FFF;
}
.content {
    display: none;
    padding: 20px;
    margin-top: 20px;
    text-align: left;
}
.content.is-active {
    display: block;
    border: 1px solid #333;
    border-left: none;
    border-right: none;
    background: #fff;
}
.spec-head {
    margin: 8px auto 10px;
}
.spec-head .data {
    margin-bottom: 14px;
}
.spec-head .club-name {
    font-size: min(2vw, 20px);
    font-weight: 500;
    margin-bottom: 8px;
}
.spec-head .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 6px;
}
.spec-head .info:first-of-type {
    margin-top: 0;
}
.spec-head .info-name {
    background: #333;
    color: #fff;
    font-size: min(1.8vw, 18px);
    font-weight: 500;
    padding: 0px 20px;
    line-height: 1.6;
    margin-right: 8px;
    width: min(40%, 237px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
}
.spec-head .info-name::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 14px #fff;
    border-bottom: solid 45px transparent;
    z-index: -1;
}
.spec-head .info-name::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border: none;
    border-right: solid 14px #fff;
    border-top: solid 45px transparent;
    z-index: -1;
}
.spec-head .info-data {
    font-size: min(1.6vw, 16px);
    line-height: 1.6;
    width: 73%;
    font-weight: 500;
}
.spec-head .sh-note {
    background: rgb(191 155 97 / 15%);
    border-radius: 5px;
    padding: 14px 20px;
    box-sizing: content-box;
    margin-top: 20px;
    font-size: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spec-head .sh-note .shn-text {
    color: #bf9b61;
    font-weight: 600;
    margin-right: 10px;
}
.spec-head .sh-note .shn-link {
    display: block;
    color: #bf9b61;
    font-weight: 600;
    border: 1px solid #bf9b61;
    background: rgb(191 155 97 / 10%);
    padding: 5px 20px;
    border-radius: 5px;
    transition: all 0.4s ease;
}

.table-box {
    width: 100%;
    max-height: 550px;
    overflow: auto;
}
.table-box table, .table-box tr, .table-box th, .table-box td {
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    outline: none;
}
.table-box th, .table-box td {
    width: 290px;
    vertical-align: middle;
    padding: 18px 15px;
    text-align: center;
    line-height: 1.3;
    font-weight: 500;
    font-size: min(1.6vw, 16px);
}
.table-box .fixed-top-th, .table-box .fixed-top, .table-box .fixed, .table-box .fixed-right {
    position: sticky;
    top: 0;
    left: 0;
}
.table-box .fixed-top-th::before, .table-box .fixed-top::before, .table-box .fixed::before, .table-box .fixed-right::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #0c0c0c;
}
.table-box .shaft-border .fixed::before {
    border: none;
}

.table-box table {
    width: 100%;
    min-width: 1000px;
    padding: 2px;
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 0px;
}
.table-box tbody {
    -webkit-text-size-adjust: 100%;
}
.table-box .tbg-b {
    background: #333;
    color: #fff;
}
.table-box .tbg-g {
    background: #f7f7f7;
}
.table-box .tbg-w {
    background: #fff;
}
.table-box .fixed-top-th {
    z-index: 3;
}
.s-spec .table-box .tbg-b {
    width: 25%;
}
.table-box td {
    border: 1px solid #0c0c0c;
    border-top: 1px;
    border-left: 1px;
    font-weight: 400;
}
.table-box .shaft-border .fixed {
    padding: 10px 10px;
    text-align: left;
    font-size: min(1.8vw, 18px);
    border-bottom: 1px solid #0c0c0c;
}
@media (max-width: 768px) {
    .s-spec {
        padding-top: 2rem;
        margin-bottom: 1rem;
    }
    .s-spec .s-title {
        font-size: min(56px, 9vw);
    }
    .tab-group {
        margin-top: 20px;
    }
    .tab-button {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .tab {
        width: calc(100% / 3 - 2px);
        padding: 20px 8px;
        font-size: min(4vw, 16px);
        margin: 1px;
    }
    .content {
        padding: 16px 10px;
    }
    .spec-head .data {
        margin-bottom: 12px;
    }
    .spec-head .club-name {
        font-size: min(4vw, 20px);
        font-weight: bold;
    }
    .spec-head .info {
        display: block;
    }
    .spec-head .info-name {
        font-size: min(5vw, 15px);
        width: 100%;
    }
    .spec-head .info-name::before {
        border-left: solid 15px #ffffff;
        border-bottom: solid 25px transparent;
        top: -1px;
    }
    .spec-head .info-name::after {
        border-right: solid 15px #ffffff;
        border-top: solid 25px transparent;
        right: -1px;
    }
    .spec-head .info-data {
        font-size: min(4vw, 15px);
        display: block;
        width: 100%;
        margin-top: 3px;
    }
    .spec-head .sh-note {
        display: block;
    }
    .spec-head .sh-note .shn-text {
        margin-right: 0;
        line-height: 1.7;
    }
    .spec-head .sh-note .shn-link {
        text-align: center;
        margin-top: 6px;
    }
    .table-box {
        max-height: 430px;
    }
    .table-box table {
        min-width: 750px;
    }
    .s-spec .table-box .tbg-b {
        width: 17%;
    }
    .table-box th, .table-box td {
        width: 50px;
        padding: 12px 6px;
        font-size: 14px;
    }
    .table-box th, .table-box td {
        width: 50px;
        padding: 12px 6px;
        font-size: 14px;
    }
    .table-box .shaft-border .fixed {
        padding: 8px 0 8px 6px;
        font-size: min(3.6vw, 14px);
        line-height: 1.1;
    }
}

/**** shaft ****/
.table-box .fixed-top {
    z-index: 2;
}
.sh-spec {
    padding: 0 0 6%;
    position: relative;
    z-index: 5;
}
.sh-spec .table-box th {
    font-size: min(16px, 1.6vw);
}
.sh-spec .s-title-bg {
    top: 17.7vw;
}
.sh-spec .s-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.sh-spec .s-head .s-title-img {
    margin-right: -35%;
    width: 80%;
}
.sh-spec .s-head .s-title-img img {
    width: 100%;
}
.sh-spec .tab-button {
    justify-content: flex-start;
    width: 77%;
    margin-top: -6%;
}
.sh-spec .tab-content .content.is-active{
    border: none;
    background: transparent;
}
.sh-spec .tab {
    padding: 18px 8px;
}
.sh-spec .shaft-img {
    width: 40%;
    padding: 0;
    text-align: left;
}
.sh-spec .shaft-img.si-one {
    padding: 10px 0 20px;
}
.sh-spec .shaft-img img {
    max-width: 100%;
    width: 99.9%;
}
.sh-spec .shaft-name {
    font-size: min(1.8vw,18px);
    font-weight: 500;
    padding: 10px 10px 4px;
    margin: 0;
}
@media (max-width: 768px) {
    .sh-spec {
        padding: 8% 0 12%;
    }
    .sh-spec .table-box th {
        font-size: 14px;
    }
    .sh-spec .s-title {
        font-size: min(56px, 9vw);
    }
    .sh-spec .s-title-bg {
        top: 11vh;
    }
    .sh-spec .tab-button {
        width: 100%;
        margin-top: 6%;
    }
    .sh-spec .tab {
        width: calc(100% / 3 - 2px);
    }
    .sh-spec .s-head .s-title-img {
        margin-right: -45%;
        margin-left: auto;
        margin-top: 5%;
        width: 140%;
    }
    .sh-spec .tab-content .content {
        margin-top: 0px;
        padding: 0;
    }
    .sh-spec .shaft-img {
        width: 20%;
    }
    .sh-spec .shaft-name {
        font-size: min(3vw, 13px);
        font-weight: bold;
        padding: 10px 5px 4px;
    }
}

.scroll-hint-text { 
    margin-top: 0;
}
.scroll-hint-icon {
    width: 130px !important;
    height: 100px !important;
    padding: 25px 10px 10px 10px !important;
    z-index: 2;
}