@charset "utf-8";

.introduction{
    margin-top: 150px;
    padding-bottom: 40px;
}

.introduction .box{
    padding-top: 50px;  
    background-color: #FFF6CB;
    background: linear-gradient(180deg, #FFF6CB, 50%, white);
    padding-bottom: 91px;
}

.introduction .box .section-title{
    color: #956134;
    background-color: white;
    font-size: 7.7vw;
    font-family: "Zen Antique", sans-serif;
    text-align: center;
    margin: 0 auto;
    width: 310px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 15px white;
}

.introduction .text{
    
    margin-top: -50px;
}

.introduction .text p{
    font-size: 3.8vw;
    text-align: center;
    margin-bottom: 30px;
}

.introduction .text p .pc{
    display: none;
}

.introduction .text p:last-child{
    margin-bottom: 0;
}

.stuff{
    padding-top: 30px;
    padding-bottom: 20px;
    margin:0px auto;
    background-image:url("/img/background.png");
    display: flex;
    flex-direction: column;

}
   
.stuff .section-title{
    font-size: 6.4vw;
    text-align: center;   
}

.stuff .stuff1{
    margin: 20px 7% 0px;
}

.stuff .stuff2{
    margin: 40px 7% 0px;
}

.stuff .stuff1,
.stuff .stuff2{
    width: 86%;
}

.stuff .stuff1 .look,
.stuff .stuff2 .look{
    display: flex;
    align-items: center;
    gap: 35px;
}

.stuff .stuff1 .look img,
.stuff .stuff2 .look img{
    width: 155px;
    border-radius: 20px;
}

.stuff .stuff1 .look .name,
.stuff .stuff2 .look .name{
    font-size: 5.1vw;
    font-weight: bold;
}

.stuff .stuff1 .profile,
.stuff .stuff2 .profile{
    margin-top: 10px;
}

.stuff .stuff1 .profile p{
    font-size: 3.8vw;
    margin-bottom: 5px;
}

.stuff .stuff2 .profile p{
    font-size: 3.0vw;
    margin-bottom: 5px;
}

.stuff .stuff1 .profile p:last-child,
.stuff .stuff2 .profile p:last-child{
    margin-bottom: 0px;
}

.stuff .stuff1 .profile .pc-name,
.stuff .stuff2 .profile .pc-name{
    display: none;
}

.others{
    margin: 45px auto;
    width: 94%;
}

.others img{
    width: 100%;
    border-radius: 20px;
}

.others img:first-child{
    margin-bottom: 16px;
}

.others p{
    text-align: center;
}

.links{
    margin: 96px 0 -15px;
}

.links .link .section-title{
    font-size: 6.4vw;
    font-weight: 400;
    text-align: center;
}

.links .link a{
    font-size: 2.5vw;
    display: block;
    text-align: center;
    margin:20px 0 60px;
}

@media screen and (min-width:768px){

    .wrapper{
        padding: 0 20%;
    }

    .wrapper183{
        padding: 0 13.3%;
    }

    .introduction{
        padding-top: 0px;
        padding-bottom: 75px;
        margin-top: 195px;
    }

    .introduction .box{
        padding: 300px 0;
        background: linear-gradient(180deg, #FFF6CB, 70%, white);

    }

    .introduction .box .section-title{
        font-size: 3.6vw;
        width: 73%;
        margin: 0 auto;
    }

    .introduction .section-title .sp{
        display: none;
    }

    .introduction .text{
        margin-top: 50px;
    }

    .introduction .text p{
        font-size: 1.8vw;
        margin-bottom: 50px;
    }

    .introduction .text p .pc{
        display: block;
    }

    .introduction .text .sp{
        display: none;
    }

    .stuff{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 45px;
        padding-bottom: 35px;
        background-origin: content-box;
    }

    .stuff .stuff1,
    .stuff .stuff2{
        width: auto;
    }

    .stuff .section-title{
        font-size: 3.6vw;
        font-weight: bold;
        color: #5E564B;
    }

    .stuff .stuff1 .look .name,
    .stuff .stuff2 .look .name{
        display: none;
    }

    .stuff .stuff1 .profile .pc-name,
    .stuff .stuff2 .profile .pc-name{
        display: block;
        font-weight: bold;
    }

    .stuff .stuff1,
    .stuff .stuff2{
        display: flex;
    }

    .stuff .stuff1{
        margin-top: 35px;
    }

    .stuff .stuff2{
        flex-direction: row-reverse;
        margin-top: 30px;
    }

    .stuff .stuff1 .look{
        margin-right: 30px;
    }

    .stuff .stuff2 .look{
        margin-left: 30px;
    }

    .stuff .stuff1 .look img,
    .stuff .stuff2 .look img{
        width: 13.7vw;
    }

    .stuff .stuff1 .profile .pc-name,
    .stuff .stuff2 .profile .pc-name{
        font-size: 3vw;
        margin-bottom: 32px;
    }

    .stuff .stuff1 .profile p,
    .stuff .stuff2 .profile p{
        width: 32.6vw;
        font-size: 1vw;
        line-height: 1.4vw;
        margin-bottom: 10px;
    }

    .others{
        position: relative;
    }

    .others p{
        font-size: 1vw;
        position: absolute;
        top: 100%;
        right: 15%;
    }

    .others .imgs{
        display: flex;
        justify-content: center;
        width: 105%;
        gap: 4%;
    }

    .others img{
        width: 50%;
        border-radius: 20px;
    }

    .others img:first-child{
        margin-bottom: 0px;
    }

    .links{
        margin-top: 100px;
    }

    .links .link .section-title{
        font-size: 1.8vw;
    }

    .links .link .section-title .sp{
        display: none;
    }

    .links .link a{
        font-size: 1.5vw;
        margin-bottom: 100px;
    }

    .links .link a .sp{
        display: none;
    }

}