.sticky-scroll-layout .content-heading {
    font-size: 28px;
}

@media only screen and (max-width: 756px) {
    .sticky-scroll-layout .content-heading {
        font-size: 17px;
    }
}

.sticky-scroll-layout .content-text {
    margin-top: 48px;
}

.sticky-scroll-layout .sticky-content {
    font-size: 0;
}

.sticky-scroll-layout .sticky-content .section-subtitle {
    font-size: 20px;
}

@media only screen and (max-width: 756px) {
    .sticky-scroll-layout .sticky-content .section-subtitle {
        font-size: 14px;
    }
}

@media only screen and (max-width: 756px) {

    .scroll-column,
    .philosophy-section,
    .video-channel-section .pdcontainer {
        padding-right: 48px !important;
    }
}

@media only screen and (max-width: 756px) {
    .our-story-hitory {
        padding-right: 0 !important;
    }
}

.sticky-content {
    position: relative;
}

.sticky-content .section-head {
    position: absolute;
    bottom: 96px;
    left: 64px;
}

@media only screen and (max-width: 756px) {
    .sticky-content .section-head {
        width: 100%;
        left: 0px;
        bottom: 60px;
        padding: 0 16px;
    }
}

.ourstory {
    padding: 0;
}

.ourstory-kv {
    position: relative;
}

.ourstory-kv-video {
    width: 100%;
    max-height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 756px) {
    .ourstory-kv-video {
        height: 700px;
    }
}

.ourstory-kv-heading {
    position: absolute;
    bottom: 64px;
    left: 0;
}

@media only screen and (max-width: 756px) {
    .ourstory-kv-heading {
        bottom: 58px;
    }
}

.page-heading {
    font-size: 100px;
    color: #7d6c4f;
}

@media only screen and (max-width: 756px) {
    .page-heading {
        font-size: 52px;
    }
}

@media only screen and (min-width: 992px) {
    .pdcontainer.lp-large {
        padding-left: 112px;
        padding-right: 112px;
    }
}

.section-subtitle {
    display: block;
    margin-top: 8px;
}

.philosophy-section {
    padding-top: 112px;
    padding-bottom: 112px;
}

@media only screen and (max-width: 756px) {
    .philosophy-section {
        padding-top: 64px;
        padding-bottom: 64px;
        background-image: url("../images/jp/lp-ourstory/bg-philosophy-sp.png");
        background-size: cover;
    }
}

.philosophy-content {
    margin-top: 96px;
}

.philosophy-img {
    max-width: 864px;
    margin-top: 32px;
}

.philosophy-img+.philosophy-text {
    margin-top: 40px;
}

.philosophy-lead {
    font-size: 32px;
}

@media only screen and (max-width: 756px) {
    .philosophy-lead {
        font-size: 24px;
    }
}

.philosophy-text {
    margin-top: 32px;
    font-size: 20px;
}

@media only screen and (max-width: 756px) {
    .philosophy-text {
        font-size: 14px;
    }
}

.page-indicator {
    position: fixed;
    bottom: 55px;
    right: 56px;
    transform: rotate(90deg);
    z-index: 100;
    transform-origin: bottom right;
    z-index: 1;
}

@media only screen and (max-width: 756px) {
    .page-indicator {
        right: 34px;
    }
}

.page-indicator .current-text {
    font-size: 12px;
    color: #7d6c4f;
    transition: opacity 0.8s ease;
    opacity: 1;
}

.page-indicator .current-text.is-fade {
    opacity: 0;
}

.page-indicator-inner {
    display: flex;
    align-items: center;
    gap: 30px;
}

.page-indicator-bar {
    width: 200px;
    height: 1px;
    background-color: #7d6c4f;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-indicator-bar li {
    width: 6px;
    height: 6px;
    border: 1px solid #7d6c4f;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: #fff;
    margin-left: -3px;
    transition: background-color 0.8s ease-out 0.5s, transform 0.8s ease-out 0.5s;
}

.page-indicator-bar li.is-active {
    background-color: #7d6c4f;
    transform: scale(1.15);
}

.page-indicator-container {
    position: relative;
    height: 1px;
}

.page-indicator .current-circle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 0.8s ease-out;
}

.page-indicator .current-circle.is-fade-out {
    opacity: 0;
}

.page-indicator .current-circle>svg {
    width: 100%;
    height: 100%;
}

.feature-block {
    margin-top: calc(64px + 24px);
}

.feature-block .feature-list {
    margin-top: 24px;
}

.bg-gold-light {
    background-color: #fdf9f3;
}

@media only screen and (max-width: 756px) {
    .bg-gold-light {
        padding: 64px 0;
    }
}

.craftman-ship-img-container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 48px;
}

.craftman-ship-img-container img {
    height: auto;
    width: calc(37% - 5px);
}

.craftman-ship-img-container .craftman-ship-video {
    width: calc(63% - 5px);
    aspect-ratio: 1 / 1;
}

.craftman-ship-img-container video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 756px) {
    .craftman-ship-img-container.reverse {
        flex-direction: column;
        gap: 0;
    }
}

.craftman-ship-img-container.reverse img {
    height: auto;
}

.craftman-ship-img-container.reverse img:first-child {
    width: calc(37% - 5px);
}

@media only screen and (max-width: 756px) {
    .craftman-ship-img-container.reverse img:first-child {
        width: 51%;
        position: relative;
        z-index: 1;
    }
}

.craftman-ship-img-container.reverse img:last-child {
    width: calc(63% - 5px);
}

@media only screen and (max-width: 756px) {
    .craftman-ship-img-container.reverse img:last-child {
        width: 93%;
        margin-left: auto;
        margin-top: -10%;
    }
}

.history-item {
    padding: 16px 24px;
    background-color: #fff;
}

@media only screen and (max-width: 756px) {
    .history-item {
        padding: 8px 16px;
    }
}

.history-item+.history-item {
    border-top: 1px dashed #dddfe3;
}

@media only screen and (max-width: 756px) {
    .history-item+.history-item {
        padding-top: 8px !important;
    }
}

.history-year {
    color: #7d6c4f;
}

.history-cassette {
    border-radius: 3px;
    box-shadow: 0px 2px 15px 0px #0000000a;
}

@media only screen and (max-width: 756px) {
    .history-lead-text {
        font-size: 12px;
    }
}

.history-detail-text {
    color: #6d717a;
}

.history-list {
    position: relative;
}

.history-list::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #7d6c4f;
    position: absolute;
    top: 0;
    left: 41px;
    transform-origin: top;
    transform: scaleY(0);
    transition: transform 0.6s ease;
}

.history-list.is-line-active::before {
    transform: scaleY(1);
}

.history-list>li {
    width: 100%;
    padding: 12px 0 12px 60px;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.history-list>li::before {
    content: "";
    width: 4px;
    height: 4px;
    border: 1px solid #7d6c4f;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 38.5px;
    transform: translateY(-50%);
    z-index: 2;
    background-color: #fdf9f3;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease;
}

.history-list>li.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.history-list>li.is-visible::before {
    transform: translateY(-50%) scale(1);
}

.history-list>li.is-featured {
    padding: 14px 0;
}

.history-list>li.is-featured .history-year {
    font-size: 20px;
}

.history-list>li.is-featured .history-lead-text {
    font-size: 20px;
}

@media only screen and (max-width: 756px) {
    .history-list>li.is-featured .history-lead-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 756px) {
    .history-list>li.is-featured .history-item {
        padding: 12px 16px;
    }
}

.history-list>li.is-featured::before {
    top: 14px;
}

.history-list>li:first-child {
    padding-top: 0;
}

.history-list>li:first-child::before {
    content: none;
}

.history-list>li:last-child {
    padding-bottom: 0;
}

.history-video {
    width: 100%;
    border-radius: 3px;
}

.history-video-button {
    width: 100%;
}

@media only screen and (max-width: 756px) {
    .craftman-ship-section .scroll-column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 756px) {

    .craftman-ship-section .content-text,
    .craftman-ship-section .content-heading {
        padding-left: 16px;
        padding-right: 48px;
    }
}