html {
  font-size: 100%;
  
}

body {
  font-family: Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
}


.main-visual {
  background-image: url('../img/mainvisual.jpg');
  width: 100%;
  height: 100vh;
  background-position:top ;
  background-repeat:no-repeat ;
  background-size:cover ;
  position: relative;
}

.header-logo {
  position: absolute;
  top: 35px;
  right: 35px;
}

#archive-new {
  margin: 80px auto 0 auto;
  max-width: 1200px;
  padding: 0 5%;
}

.content-text {
  width: 575px;
  margin: 0 auto 40px auto;
}

/* #archive-new {
  margin-bottom: 40px;
} */

.c-h2 {
  text-align: center;
  margin-bottom: 23px;
  font-size: 1.5rem;
  font-weight:590; 
  letter-spacing: 0.05rem;
}

.c-p {
  text-align: center;
  font-size: 0.875rem;
  padding: 0 5px;
  line-height: 1.8;
}

/* .archive-img {
  background-image: url('../img/magazine-archive.jpg');
  max-width: 510px;
  height: 510px; 
  background-position-y:center ; 
  background-repeat:no-repeat ;
  background-size:cover ;
  position: relative; 
  display: flex; 
  align-items: center;   
 } */

/* .new-img {
  background-image: url('../img/magazine-new.jpg');
  max-width: 510px;
  height: 510px; 
  background-position-y:center ; 
  background-repeat:no-repeat ;
  background-size:cover ;
  display: flex; 
  align-items: center; 
} */

.a-n-flex {
  display: flex;
  justify-content: center;
  gap: 50px;
  /* flex-wrap: wrap;   */
} 

.a-n-flex > div {
  max-width: 510px;
  position: relative;
}

.a-n-flex img {
  width: 100%;
}

.archive-text,.new-text{
  position: absolute;
  top: 40%;
  padding:0 23%; 
  /* left: 23%; */
  /* max-width:290px ;
  height:97px ; */
  /* background-color: #70707080; */
}

.archive-text h3,.archive-text p ,
.new-text h3,.new-text p {
  background-color:rgba(0,0,0,0.5);;
  text-align: center;
  color: #fff;
}

.archive-text h3,
.new-text h3 {
  padding-top:15px ;
  font-size: 1.25rem;
  font-weight: bold;
}

.archive-text p,
.new-text p {
  padding:0 20px 15px 20px;
  font-size: 0.875rem;
  font-weight: bold;
}


#fashion-style {
  margin-top: 80px;
  margin-bottom: 80px;
}

#fashion-style > div {
  background-image:url('../img/fashion.jpg') ;
  width: 100%;
  height: 520px;
  background-position-x:center ;
  background-size:cover ;
}

#fashion-style .content-text {
padding-top: 60px;
margin-bottom: 30px;
}

.readmore {
  text-align: center;
  font-size: 0.75rem;
  border: 1px solid #000;
  width: 133px;
  margin: 0 auto;
  line-height: 4;
  /* text-decoration: none; */
  color: #000;
}

.readmore a {
  
  text-decoration: none;
  color: #000;
}

.catalog-antiqe {
  background-color:#F5F5F5 ;
  padding:60px 0;
}

.catalog-antiqe > div {
  max-width: 1030px;
  margin:0 auto ;
}

.catalog-antiqe > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* column-gap: 40px ; */

}

.div-img {
  max-width: 500px;
}

.catalog-antiqe-text {
  max-width: 500px;
}

.catalog-antiqe-text p {
  font-size: 0.875rem;
  margin-bottom: 30px;
}

.catalog-antiqe-text h2 {
  font-size:1.5rem ;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.top {
  margin-bottom: 100px;
}

.catalog-antiqe .readmore {
  margin-top: 50px;
}

footer {
  background-color:#333333 ;
  padding-top: 103px;
  padding-bottom: 125px;
}

footer >div {
  max-width: 1030px;
  margin: 0 auto;
}

footer > div > div{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-img {
  max-width: 95px;
}

/* .footer-img img {
  vertical-align: top;
} */

.footer-center {
  max-width: 150px;
}

.footer-right {
  max-width:330px ;
}

.footer-text {
  font-size: 0.75rem;
  color: #fff;
  line-height: 2;
}

.footer-title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}

.footer-text {
  list-style-type: disc;
}

.copyright {
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
}

span { 
  font-size: 0.75rem;
} 

@media screen and (max-width:896px){
  .content-text {
    width: 100%;
  }

  .a-n-flex {
    flex-wrap: wrap;
  }

  .catalog-antiqe > div > div {
    flex-wrap: wrap;
    justify-content: center;
  }

  .catalog-antiqe {
  padding-left: 20px;
  padding-right: 20px;
  
  }

   footer > div > div {
flex-direction: column;
  } 

  .footer-center {
    width: 330px;
    max-width: none
  }

  /* .footer-title {
    max-width: 330px;

  }

   */

   li{
    list-style-position: inside;
  }

  .top {
    margin-bottom: 0;
  }
  .catalog-antiqe-text {
    margin-top: 50px;
  }

  #fashion-style .content-text {
    padding-top: 30px;
  }
  
  .catalog-antiqe-text .readmore {
    margin-bottom: 60px;
  }

  .footer-img {
    margin-bottom: 37px;
  }
}