.main {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .main {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main .detailArea {
  text-align: center;
}

.main .detailArea > p {
  font-size: 1.1em;
}

.main .detailArea > p.photo {
  height: 0;
  padding-top: calc(100vh - 200px);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 960px) {
  .main .detailArea > p.photo {
    padding-top: 500px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .main .detailArea > p.photo {
    padding-top: 300px;
  }
}

.main .detailArea > p.txtBtn {
  margin-top: 50px;
}

.main .detailArea > h3 {
  letter-spacing: 10px;
  font-size: 2.4em;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  margin: 50px 0;
}

@media screen and (max-width: 960px) {
  .main .detailArea > h3 {
    font-size: 2em;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .main .detailArea > h3 {
    font-size: 1.8em;
    letter-spacing: 5px;
    margin: 30px 0;
  }
}

.main .detailArea > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .detailArea > ul li {
  width: calc(33.33% - 30px);
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .main .detailArea > ul li {
    width: calc(33.33% - 7px);
  }
}

.main .detailArea > ul li a {
  width: 100%;
  height: 0;
  padding-top: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.main .detailArea > ul li:not(:first-child) {
  margin-left: 45px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .main .detailArea > ul li:not(:first-child) {
    margin-left: 10.5px;
  }
}
/*# sourceMappingURL=detail.css.map */