@charset "utf-8";

.item_line {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.item_01_02 {
    width: 62.5%;
    aspect-ratio: 1/1;
}

.item_01_03 {
    width: 32.7%;
    aspect-ratio: 628/1200;
}