html{
    font-size: 100%;
}
#body{
    font-family: "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-size: 0.875rem;
    color: #2a2a2a;
}
img{
    max-width: 100%;
}
.btn {
    color: #2a2a2a;
    border: solid 1px #2a2a2a;
    display: inline-block;
    font-size: 0.750rem;
    padding: 14px 36px;
    margin-top: 30px;
    position: absolute;
    left: 47%;
}
.header{
    position: relative;
}
.header_log{
    position: absolute;
    top: 32px;
    right: 32px;
}
.header_mainvisual{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    margin-bottom: 80px;
}

.main_title{
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
}
p.magazin_p {
    text-align: center;
    margin-bottom: 80px;
}
.main{
    text-align: center;
}
.main_flex{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 80px;
}
.flex_a{
    width: 49%;
    position: relative;
}
.flex_a img {
    width: 100%;
}
.flex_text {
    max-width: 290px;
    color: #fff;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    /* right: 0; */
    transform: translate(-50%, -50%);
}
.flex_texttitle{
    font-size: 1.25rem;
    margin-bottom: 2px;
}
.main_fashion{
    background-image: url(../img/fashion.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 80px;
}
.catalog_antique{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 50px;
}
.catalog_antique_title{
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}
.catalog_antique_item{
    text-align: left;
    width: 48%;
}
.catalog-antique .flex-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog-antique .item {
    width: 48%;
    text-align: center;
}
.catalog-antique .item img {
    width: 100%;
}
.catalog-antique .item p {
    margin-bottom: 30px;
    text-align: left;
}
p.catalog_antique_p {
    margin-bottom: 30px;
}
.fotter{
    font-size: 0.750rem;
}
.footer_innner {
    background-color: #333;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 100px 0;
}
.footer_item {
    margin: auto;
    width: 33%;
    line-height: 2;
    padding: 100px;
}
.footer_title{
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
}
p.copyright {
    text-align: center;
    padding: 30px 0;
}