@charset "UTF-8";
@import url(../css/reset.css);
body {
  font-family: Arial、Hiragino Sans、Hiragino Kaku Gothic ProN、Meiryo、sans-serif;
  color: #333;
  font-size: 14px;
}
body h3 {
  font-size: 24px;
  font-weight: bold;
}

.main-img {
  max-width: 100%;
  position: relative;
}

@media screen and (max-width: 896px) {
  .main-img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main-logo {
  position: absolute;
  top: 30px;
  right: 30px;
}

.container1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5%;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .container1 {
    max-width: 896px;
  }
}
.title {
  margin-bottom: 20px;
  line-height: 28px;
}

.comment {
  line-height: 21px;
}

.info {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info .text {
  width: 290px;
  height: 97px;
  padding-top: 15px;
  padding-bottom: 80px;
  background: rgba(51, 51, 51, 0.5);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.info .text h4 {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .info {
    display: block;
  }
}
.archive {
  background-image: url(../img/magazine-archive.jpg);
}

.new {
  background-image: url(../img/magazine-new.jpg);
}

.category {
  width: 510px;
  height: 510px;
  margin: 0 10px;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media screen and (max-width: 896px) {
  .category {
    width: 90vw;
    height: 90vw;
    margin: 0;
  }
  .new {
    margin-top: 30px;
  }
}
.fashion-style {
  max-width: 100%;
  height: 520px;
  padding: 60px 0;
  background-image: url(../img/fashion.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}

a.more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 132px;
  height: 42px;
  margin: 30px auto 0;
  color: #333;
  font-size: 12px;
  text-decoration: none;
}

@media screen and (max-width: 896px) {
  .fashion-style {
    padding: 35px 5%;
  }
}
.catalog-antique {
  max-width: 100%;
  background-color: #F5F5F5;
  margin-top: 80px;
}

.container2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 5%;
}

.catalog,
.antique {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.catalog img,
.antique img {
  width: 500px;
  height: 500px;
}
.catalog .title,
.antique .title {
  margin-bottom: 10px;
}
.catalog .comment,
.antique .comment {
  margin-top: 30px;
  text-align: left;
}

.antique {
  margin-top: 120px;
}

.detail {
  padding: 91px 0;
  width: 500px;
  height: 500px;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.catalog-antique a.more-btn {
  margin-top: 60px;
}

@media screen and (max-width: 896px) {
  .catalog-antique {
    margin-top: 50px;
  }
  .container2 {
    max-width: 896px;
    padding: 30px 5%;
  }
  .catalog,
  .antique {
    display: block;
  }
  .catalog img,
  .antique img {
    width: 90vw;
    height: 90vw;
  }
  .antique {
    margin-top: 0;
  }
  .detail {
    width: 90vw;
    height: auto;
    padding: 0;
    margin-top: 60px;
  }
  .reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .reverse img {
    margin-top: 60px;
  }
}
.footer {
  max-width: 100%;
  background-color: #333333;
  color: #fff;
}

.container3 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 5%;
}

.footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}

.footer-detail {
  font-size: 12px;
  line-height: 24px;
  margin-top: 10px;
}

.footer-nav .footer-detail li {
  position: relative;
  text-indent: 1em;
}

.footer-nav .footer-detail li:before {
  content: "-";
  position: absolute;
  left: -0.7em;
}

.footer-info {
  width: 310px;
}

.copyright {
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  margin: 30px auto;
}

@media screen and (max-width: 896px) {
  .container3 {
    max-width: 896px;
    padding: 30px 5% 60px;
  }
  .footer-item {
    display: block;
    text-align: center;
  }
  .footer-nav,
  .footer-info {
    text-align: left;
  }
  .footer-title {
    margin-top: 30px;
  }
}