@charset "UTF-8";
/* CSS Document */
@media(max-width:1024px) {
    .main-bg {
    background: url(../images/story/tuyukusa_shadow_SP.png) no-repeat;
    background-position: right top 230px;
}
}
.section-logo {
margin-top: 90px;
background: url(../images/story/tuyukusa_shadow.png) no-repeat;
background-position: right center;
}
.section-logo h2 {
font-size: clamp(30px, 2.8vw, 40px);
text-align: center;
letter-spacing: 0.05em;
margin-bottom: 90px;

}
.section-logo figure {
    text-align: center;
    margin-bottom: 90px;
}
.section-logo figure img{
    width: calc(300vw / 14.4);
}
.section-logo p {
text-align: center;
line-height: 2.5;
}

@media(max-width:1024px) {
    .section-logo { 
        background: none;
    }
    .section-logo h2 {
        margin-bottom: 48px;
        }
        .section-logo figure {
        margin-bottom: 48px;
        }
        .section-logo figure img{
            width: 150px;
        }
    .section-logo__lead-break::after {
        content: "\A";
        white-space: pre;
      }
}

.section-prologue {
    margin-top: 160px;
}
.section-prologue__group1 {
    display: flex;
    justify-content: center;
    align-items:center;
    gap: clamp(32px, 9.7vw, 140px);
    padding-bottom: clamp(72px, 6.25vw, 90px);
}
.section-prologue__group1 figure, .section-prologue__group2 figure, .section-prologue__group3 figure  {
    display: block;
    max-width: 100%;
    height: auto;
}
.section-prologue__group1 figure img, .section-prologue__group2 figure img, .section-prologue__group3 figure img {
    width: calc(480vw / 14.4);
    height: calc(320vw / 14.4);
    background-color: #fff;
    border: 10px solid #fff;
    box-shadow: 6px 6px 10px rgba(51, 51, 51, 0.2);
}
.section-prologue__group1-text{
    min-width: 23em;
}
.section-prologue__group1-text h2 {
    font-size: clamp(24px, 2.1vw, 30px);
}
.section-prologue__group1-text p {
    margin-top: 1em;
}

.section-prologue__group2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items:center;
    gap: clamp(32px, 9.7vw, 140px);
    padding-bottom: clamp(72px, 6.25vw, 90px);
}
.section-prologue__group2 p, .section-prologue__group3 p {
    min-width: 23em;
}

.section-prologue__group3 {
    display: flex;
    justify-content: center;
    align-items:center;
    gap: clamp(32px, 9.7vw, 140px);
    padding-bottom: clamp(72px, 6.25vw, 90px);
}

@media(max-width:1024px) {
    .section-prologue {
        margin-top: 90px;
    }
    .section-prologue__group1 h2 {
        text-align: center;
    }
    .section-prologue__group1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
        gap: clamp(32px, 9.7vw, 140px);
        padding-bottom: clamp(72px, 6.25vw, 90px);
    }
    .section-prologue__group1-text{
        min-width: 0;
        display: contents;
    }
    .section-prologue__group1-text p {
        margin-top: 0;
    }
    .section-prologue__group1 figure img, .section-prologue__group2 figure img, .section-prologue__group3 figure img {
        width: 345px;
        height:240px;
        background-color: #fff;
        border: 6px solid #fff;
        box-shadow: 4px 4px 6px rgba(51, 51, 51, 0.2);
    }
    .section-prologue-title {
        order: 1;
    }
    .section-prologue__group1-img {
        order: 2;
    }
    .section-prologue__group1-description {
        order: 3;
    }

    .section-prologue__group2 {
        display: flex;
        flex-direction: column;
    }
    .section-prologue__group3 {
        display: flex;
        flex-direction: column;
    }
    .section-prologue__group2 p, .section-prologue__group3 p {
        min-width: 0;
    }
    /* .section-prologue__group3 p span {
        letter-spacing: -0.07em;
    } */
}

.section-mile {
    margin-top: 120px;
    padding: 0 0 300px;
    background: url("../images/story/5550miles_bg.png")no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
}
.section-mile h2 {
    font-size: clamp(24px, 2.5vw, 36px);
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.section-mile h2 span{
    font-size: clamp(18px, 1.67vw, 24px);
    text-align: center;
}
.section-mile-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 2.5;
}
.section-mile-text p {
    min-width: 32em;
    margin-bottom: 48px;
}

@media(max-width:1024px) {
    .section-mile {
        margin-top: 90px;
        padding: 0px 0 200px;
        background: url("../images/story/5550miles_bg_SP.png") no-repeat;
        width: 100%;
        background-position: center;
        background-size: contain;
    }
    .section-mile-text p {
        min-width: 0;
        margin-bottom: 48px;
    }
    .section-mile__lead-break::after {
        content: "\A";
        white-space: pre;
      }
    .section-mile-text {
        align-items:normal;
    }
}

/* section owner */
.section-owner {
    margin-top: 160px;
}

.section-owner h2 {
    font-size: clamp(24px, 2.5vw, 36px);
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.2;
}
.section-owner__subtitle {
    text-align: center;
    font-size: 1.4rem;
}
.section-owner__profile {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: clamp(60px, 5.5vw, 80px);
}
.section-owner__profile figure {
    display: block;
    max-width: 100%;
    height: auto;
}
.section-owner__profile figure img {
    width: calc(480vw / 14.4);
    height: calc(320vw / 14.4);
    object-fit: cover;
    background-color: #fff;
    border: 10px solid #fff;
    box-shadow: 6px 6px 10px rgba(51, 51, 51, 0.2);
}
.section-owner h3 {
    font-size: clamp(16px, 1.25vw, 18px);
    padding-left: 1em;
    letter-spacing: 0.05em;
}
.section-owner__profile p {
    font-size: 1.4rem;
    padding-left: 1em;

}
@media(max-width:1024px) {

    .section-owner {
        margin-top: 90px;
    }
    .section-owner__subtitle {
        font-size: 1.2rem;
    }
    .section-owner__profile {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
        gap: clamp(60px, 5.5vw, 80px);
    }
    .section-owner__profile figure img {
        width: 345px;
        height:240px;
        object-fit: cover;
        background-color: #fff;
        border: 6px solid #fff;
        box-shadow: 4px 4px 6px rgba(51, 51, 51, 0.2);
    }
    .section-owner__profile p {
        font-size: 1.4rem;
    }
    .section-owner h3 {
        padding-left: 1em;
    }
}