@charset "UTF-8";

html{
    font-size:100%;
}

body{
    font-size:0.875rem;
    background-color: #FFFFFF;
    color:#24292E;
}

img{
    width:100%;
    vertical-align:bottom;
}

a{
    text-decoration: none;
    color:#24292E;
}

.header{
    position: absolute;
    top:30px;
    right:30px;
    z-index:10;
}

.main-visual{
    /* max-width:1600px; */
    position:relative;
    margin-bottom:90px;
}

.main-visual img {
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: top center;
}

.main-wrapper{
    padding:0 20px;
    max-width:1200px;
    margin:0 auto 80px;
}
.up-wrapper{
    max-width:570px;
    margin:0 auto 40px;
    text-align:center;
}

.main-title{
    margin-bottom:20px;
}

.sub-visual{
    display:flex;
    justify-content: center;
    gap:20px;
}

.sub-visual .archive{
    width:calc((100% - 20px) / 2);
    display:flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/magazine-archive.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.sub-visual .archive-content{
    background-color: #70707080;
    display:inline-block;
    width:290px;
    height:100px;
    object-fit: cover;
}

.sub-visual .archive-content h2{
    color:#FFFFFF;
}

.sub-visual .archive-content p{
    color:#FFFFFF;
}

.sub-visual .archive-detail-content{
    text-align: center;
    padding:15px 35px;
}

.sub-visual .new{
    width:calc((100% - 20px) / 2);
    position:relative;
}

.sub-visual .new-content{
    background-color: #70707080;
    display:inline-block;
    width:290px;
    height:100px;
    object-fit: cover;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sub-visual .new-detail-content{
    text-align: center;
    padding:15px 35px;
}

.sub-visual .new-content h2{
    color:#FFFFFF;
}

.sub-visual .new-content p{
    color:#FFFFFF;
}

.fashion-style{
    background-image: url(../img/fashion.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    margin-bottom:80px;
    padding:60px 0 120px 0;
    background-position: center bottom;
    min-height:520px;
}

.fashion-style .up-wrapper{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.fashion-style .section-title{
    text-align:center;
    margin-bottom:20px;
}

.fashion-style p{
    margin-bottom:20px;
}

.button{
    border: 1px solid #2A2A2A;
    padding:15px 35px;
    display:inline-block;
}

.catalog {
    background-color: #F5F5F5;
    padding-top:60px;
    padding-bottom: 120px;
}

.down-wrapper{
    padding:0 20px;
    max-width:1200px;
    margin:0 auto;
}

.catalog .catalog-content{
    display:flex;
    gap:25px;
    align-items: center;
}

.catalog .catalog-image{
    width:calc((100% - 25px) / 2);
}

.catalog .content{
    width:calc((100% - 25px) / 2);
}

.catalog .section-title{
    text-align:center;
    margin-bottom:30px;
}

.catalog p{
    margin-bottom:25px;
}

.antique{
    background-color: #F5F5F5;
    padding-bottom: 120px;
}

.antique .antique-content{
    display:flex;
    gap:25px;
    align-items: center;
}

.antique .antique-image{
    width:calc((100% - 25px) / 2);
}

.antique .content{
    width:calc((100% - 25px) / 2);
}

.antique .section-title{
    text-align:center;
    margin-bottom:30px;
}

.antique p{
    margin-bottom:25px;
}

.antique .tac{
    text-align:center;
}

.meg88{
    color:#FFFFFF;
}

.meg88 {
	color: #ffffff;
	background-color: #333333;
	padding: 130px 0 140px 0;
	margin-bottom: 20px;
}

.meg88 a{
    color: #ffffff;
}

/* .meg88 .down-wrapper{
    margin-bottom:20px;
}

.meg88 .meg88-wrapper{
    padding:130px 0 140px 0;
    background-color: #333333;
} */
.meg88-content{
    /* padding:0 20px;
    max-width:1200px;
    margin:0 auto; */
    display:flex;
    justify-content: space-between;
}

.meg88-content > div{
    flex:1;
}

.meg88 .section-title{
    margin-top:50px;
}
.meg88 h3{
    margin-bottom:15px;
}

.meg88 li{
    list-style: none;
    margin-bottom:5px;
}

.meg88 p{
    line-height: 1.8em;
}

.footer{
    margin-bottom:20px;
}

.footer p{
    text-align:center;
}

@media screen and (max-width:896px){

.sub-visual{
    flex-direction: column;
}

.sub-visual .archive{
    width:100%;
    height:337px;
}

.sub-visual .new{
    width:100%;
}

.catalog .catalog-content{
    flex-direction: column;
}

.catalog .catalog-image{
    width:100%;
}

.catalog .content{
    width:100%;
}

.antique .antique-content{
    flex-direction: column;
}

.antique .antique-image{
    width:100%;
    order:1;
}

.antique .content{
    width:100%;
    order:2;
}

.meg88-content{
    flex-direction: column;
}

.meg88 {
	padding: 36px 0 80px 0;
}

.meg88 .section-title{
    text-align: center;
    margin-top:0;
    margin-bottom:20px;
}

.meg88 .title-content{
    margin-bottom:20px;
}













}