* {
    font-family: SFPro, Arial, Noto Sans JP, Noto Sans KR, sans-serif;
}

:root {
    lineme-text: #000000;
}

html {
    /* overflow-x: hidden; */
}

body {
    /* overflow-x: hidden; */
    background-color: #ffffff;
}


.hero {
    width: 100%;
    height: 100vh;
    background-image: url(./sozai/hero_background.jpg);
    background-size: cover;
    position: relative;
}

.hero .hero-logo {
    width: 150px;
    position: absolute;
    top: 75px;
    left: 150px;
}

.hero .hero-text {
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translateY(-50%);
}

.hero .hero-text img {
    width: 680px;
}

.hero p {
    color: #ffffff;
    font-weight: 100;
    margin-top: 20px;
    font-size: 24px;
    line-height: 150%;
}

.general {
    margin-top: 50px;
    padding: 50px 0;
}

.general .message {
    text-align: center;
    margin-bottom: 50px;
}

.general .message img {
    width: 250px;
    margin-bottom: 20px;
}

.general .message p {
    font-weight: 100;
    font-size: 24px;
    line-height: 200%;
}

.features .feature-box {
    height: 550px;
    padding: 0 75px;
    border-radius: 25px;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.features .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto 30px auto;
}

.features .description {
    width: 515px;
}

.features .description .icon {
    height: 60px;
    display: block;
    margin-bottom: 20px;
}

.features .description .logo {
    display: block;
}

.feature-box.photo .logo {
    height: 30px;
    margin-bottom: 25px;
}

.feature-box.keep .logo {
    height: 37px;
    margin-bottom: 18px;
}

.features .feature-box h6 {
    font-size: 20px;
    margin-bottom: 8px;
}

.features .feature-box p {
    font-size: 20px;
    font-weight: 300;
    line-height: 170%;
    letter-spacing: 0.04em;
    color: #777777;
    text-align: justify;
}

.feature-box .mockups {
    width: 515px;
    height: 550px;
    position: relative;
}

.feature-box .mock {
    width: 340px;
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
}

.feature-box .mock-1 {
    left: 0;
}

.feature-box .mock-2 {
    right: 0;
}

.two-boxes {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.two-boxes .feature-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 460px;
}

.two-boxes .logo {
    height: 30px;
    margin-bottom: 18px;
}

.user-story {
    height: 300vh;
    position: relative;
}

.story-title {
    position: sticky;
    text-align: right;
    margin-right: 200px;
    top: 50%;
    transform: translateY(-50%);
}

.story-title img {
    width: 440px;
    margin-bottom: 20px;
}

.story-title h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 40px;
}

.gsap {
    position: absolute;
}

#gsap-1 {
    height: 100vh;
}

#gsap-2 {
    height: 200vh;
    top: 50vh;
}

#gsap-3 {
    height: 50vh;
    top: 250vh;
}

.time-bar {
    position: sticky;
    top: 10vh;
    margin-left: 120px;
}

.time-bar .rect {
    width: 8px;
    height: 300vh;
    background: linear-gradient(180deg, #06C755 0%, #3EA2FF 75%, rgba(62, 162, 255, 0) 95%);
    position: absolute;
    top: 0;
    left: 0;
}

.time-bar .circle {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 20px;
    left: -16px;
}

.time-bar .circle-1 {
    background: #07C65B;
    top: -16px;
}

.time-bar .circle-2 {
    background-color: #21B6A5;
    top: calc(100vh - 16px);
}

.time-bar .circle-3 {
    background-color: #38A6EE;
    top: calc(200vh - 16px);
}

.time-caption {
    position: sticky;
    top: 10vh;
    margin-left: 170px;
    transform: translateY(-10px);
}

.time-caption h3 {
    color: #ffffff;
    font-size: 20px;
    position: absolute;
}

.time-content {
    position: sticky;
    display: flex;
    width: 100%;
    height: 70vh;
    top: 20vh;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.gif-mockups {
    height: 70vh;
    width: calc(70vh * (416 / 858));
    position: relative;
}

.gif-mockup {
    height: 100%;
    border-radius: 5.5vh;
    position: absolute;
}

.action-caption-box {
    position: relative;
    width: 540px;
}


.action-caption {
    position: absolute;
    transform: translateY(-50%);
}

.action-caption h3 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 10px;
}

.action-caption p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.04rem;
    line-height: 200%;
}

.action-caption span {
    color: #0071e3;
    font-weight: 300;
    font-size: 20px;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    transition: .2s;
    margin-top: 10px;
    display: block;
}

.action-caption span svg {
    height: 20px;
    transform: translateY(2px);
    fill: #0071e3;
}


.process {
    width: 1200px;
    margin: 0 auto;
    margin-top: 200px;
}

.process h2 {
    font-size: 5rem;
    margin-bottom: 0px;
    color: var(--lineme);
}

.process-box {
    margin: 100px 0;
    width: 100%;
    justify-content: space-between;
}

.process-box h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--lineme-main);
}

.process-flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.process-flex p {
    text-align: justify;
    font-size: 1rem;
    line-height: 2rem;
    width: 55%;
    font-weight: 300;
}

.process-flex img {
    width: 40%;
    height: 100%;
    border: 1px solid #000000;
    margin-top: 0.3rem;
}