@charset "UTF-8";
/* CSS Document */
#about ._container {
    padding: 8%;
}
#about ._container ._box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 1em 0;
}
#about ._container .heading02 {
    border-left: 3px solid;
    line-height: 1.2;
    padding-left: .5em;
}
#about ._container._shop ._box ._text .heading03 {
    border-bottom: 1px solid;
    color: #61503a;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: .5em;
}
#about ._container._shop ._box ._text .heading03 span {
    display: block;
    font-size: .7em;
}
#about ._container._shop ._box ._text p {
    margin-top: 1em;
}
#about ._container._shop ._box ._img img {
    border-radius: 16px;
}
#about ._container._artist {
    padding-top: 0;
}
#about ._container._artist ._box ._img img {
    border-radius: 16px;
    width: 100%;
    height: 400px;
    object-position: top;
    object-fit: cover;
}
#about ._container._artist ._box ._box_child {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
#about ._container._artist ._box ._box_child ._text {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
#about ._container._artist ._box ._box_child ._text .heading03 {
    font-size: 10vw;
    line-height: 1.2;
}
#about ._container._artist ._box ._box_child ._text .heading03 .position {
    border-top: 1px solid;
    display: block;
    font-size: .5em;
    padding-top: .2em;
}
#about ._container._artist ._box ._text ._list.sns_link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
#about ._container._artist ._box ._text ._list.sns_link ._item a svg {
    width: 40px;
    height: auto;
    fill: #61503a;
}
@media screen and (min-width: 768px) {
    #about ._container ._box {
        margin: 3em 0;
    }
    #about ._container._shop ._box ._text .heading03 {
        font-size: 5vw;
    }
    #about ._container._artist ._box {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #about ._container._artist ._box ._box_child {
        width: calc((100% - 30px) / 2);
    }
    #about ._container._artist ._box ._box_child + ._box_child {
        margin-top: 0;
    }
    #about ._container._artist ._box ._box_child ._text .heading03 {
        font-size: 5vw;
        line-height: 1.2;
    }
}
@media screen and (min-width: 960px) {
    #about ._container .heading02 {
        margin-top: 30px;
    }
    #about ._container ._box {
        flex-direction: row;
        align-items: flex-start;
    }
    #about ._container._shop ._box ._img {
        width: 55%;
    }
    #about ._container._shop ._box ._text {
        width: 45%;
    }
    #about ._container._shop ._box ._text .heading03 {
        font-size: 3vw;
    }
    #about ._container._artist ._box ._img img {
        height: 100%;
    }
}
@media screen and (min-width: 1200px) {
    #about ._container._shop ._box ._text p {
        font-size: 1.5vw;
    }
    #about ._container._artist ._box ._box_child {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }
    #about ._container._artist ._box ._box_child ._text {
        width: 60%;
    }
    #about ._container._artist ._box ._box_child ._text .heading03 {
        font-size: 2vw;
    }
    #about ._container._artist ._box ._box_child ._img {
        width: 40%;
    }
}