/*******************************************************
*
* COMMON
*
*******************************************************/
img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
}

.img__wrap img {
  height: auto;
  width: 100%;
}

/*******************************************************
*
* ARCHIVE DESIGN
*
*******************************************************/
.archiveDesign {
  overflow-y: clip;
  position: relative;
  z-index: 0;
}
.archiveDesign::before {
  background-color: rgba(255, 255, 255, 0.06);
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 97%, 0 100%);
          clip-path: polygon(0 0, 100% 5%, 100% 97%, 0 100%);
  content: "";
  height: 1350px;
  left: 0;
  position: absolute;
  top: 600px;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .archiveDesign::before {
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 85%, 0 100%);
            clip-path: polygon(0 0, 100% 20%, 100% 85%, 0 100%);
  }
}
.archiveDesign h2 {
  color: #0086d3;
  font-family: "Roboto", sans-serif;
  font-size: 5.46875vw;
  letter-spacing: 0.1em;
  line-height: 1.2142857143;
  margin-bottom: 59px;
}
@media (min-width: 768px) {
  .archiveDesign h2 {
    font-size: 42px;
  }
}
.archiveDesign .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.archiveDesign .list .item {
  margin-bottom: 70px;
  width: 100%;
}
@media (min-width: 768px) {
  .archiveDesign .list .item {
    margin-bottom: 100px;
    width: 46.2962962963%;
  }
}
.archiveDesign .list .item a .img__wrap {
  overflow: hidden;
}
.archiveDesign .list .item a .img__wrap img {
  transition: 0.3s ease-in-out;
}
.archiveDesign .list .item a .title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  margin-top: 18px;
  text-align: center;
}
@media (min-width: 992px) {
  .archiveDesign .list .item a .title {
    font-size: 18px;
  }
}
.archiveDesign .list .item a:hover {
  opacity: 1;
}
.archiveDesign .list .item a:hover .img__wrap img {
  transform: scale(1.05);
}

/*******************************************************
*
* SINGLE DESIGN
*
*******************************************************/
.single-design_post .info {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .single-design_post .info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 159px;
  }
}
.single-design_post .info .img__wrap {
  margin: 0 auto;
  max-width: 500px;
}
@media (min-width: 768px) {
  .single-design_post .info .img__wrap {
    margin: 0 30px 0 0;
    width: 50%;
  }
}
.single-design_post .info .txt__wrap {
  letter-spacing: 0.1em;
  margin-top: 55px;
  width: 100%;
}
@media (min-width: 768px) {
  .single-design_post .info .txt__wrap {
    max-width: 452px;
  }
}
.single-design_post .info .txt__wrap .ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2272727273;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .single-design_post .info .txt__wrap .ttl {
    font-size: 22px;
  }
}
.single-design_post .info .txt__wrap .sub {
  font-size: 14px;
  line-height: 1.2666666667;
  margin-bottom: 58px;
}
@media (min-width: 992px) {
  .single-design_post .info .txt__wrap .sub {
    font-size: 15px;
  }
}
.single-design_post .info .txt__wrap .txt {
  font-size: 14px;
  line-height: 1.9333333333;
}
@media (min-width: 992px) {
  .single-design_post .info .txt__wrap .txt {
    font-size: 15px;
  }
}
.single-design_post .cont .txt {
  color: #0086d3;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.2272727273;
  margin-bottom: 49px;
}
@media (min-width: 992px) {
  .single-design_post .cont .txt {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .single-design_post .cont .img__list {
    display: flex;
    justify-content: space-between;
  }
}
.single-design_post .cont .img__list .img__wrap {
  overflow: hidden;
}
.single-design_post .cont .img__list .img__wrap + .img__wrap {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .single-design_post .cont .img__list .img__wrap + .img__wrap {
    margin-top: 0;
  }
}
.single-design_post .cont .img__list .img__wrap img {
  cursor: pointer;
}
.single-design_post .cont .img__list .pctop__img,
.single-design_post .cont .img__list .pcsub__img {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .single-design_post .cont .img__list .pctop__img,
  .single-design_post .cont .img__list .pcsub__img {
    width: 33.3333333333%;
  }
}
.single-design_post .cont .img__list .sp__img {
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
  width: 100%;
}
@media (min-width: 768px) {
  .single-design_post .cont .img__list .sp__img {
    margin: 0;
    width: 18.5185185185%;
  }
}
.single-design_post .design-modal-window {
  max-height: 80%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .single-design_post .design-modal-window {
    max-height: none;
  }
}
.single-design_post .design-modal-window img {
  height: auto;
  width: 100%;
}
.single-design_post .design-modal-window::after {
  display: none;
}
.single-design_post .iziModal--sp {
  max-height: 80%;
}
@media (min-width: 768px) {
  .single-design_post .iziModal--sp {
    max-height: 700px;
  }
}
.single-design_post .btn {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .single-design_post .btn {
    margin-top: 100px;
  }
}