@charset "UTF-8";
/* ===================================
Design
=================================== */
.under-visual .photo-wrap {
  background-image: url(../imgs/mainvisual.jpg);
}
@media only screen and (max-width: 767px) {
  .under-visual .photo-wrap {
    background-image: url(../imgs/mainvisual_sp.jpg);
  }
}

@media only screen and (max-width: 960px) {
  .mainCopy {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .mainCopy {
    font-size: 22px;
  }
}
.height-info {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 60px;
  padding: 0 15px;
}
.height-info .h-text {
  display: flex;
  align-items: center;
  font-family: "リュウミン M-KL";
  width: 43.01%;
}
.height-info .h-figure {
  width: 53.76%;
  position: relative;
}
.height-info .h-figure img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .height-info {
    display: block;
    margin-bottom: 40px;
  }
  .height-info .h-text {
    width: 100%;
    margin-top: 20px;
  }
  .height-info .h-figure {
    width: 100%;
  }
}

.design-photo {
  width: 100%;
  margin-top: 70px;
  position: relative;
}
.design-photo:before {
  content: "";
  background: #f0ece9;
  width: 65.33%;
  height: 85%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.design-photo.p-left:before {
  right: 0;
}
.design-photo.p-left .t-wrap {
  text-align: right;
}
.design-photo.p-right:before {
  left: 0;
}
.design-photo.p-right .p-wrap {
  margin-left: 100px;
}
.design-photo .t-wrap {
  padding: 15px 100px;
  font-size: 40px;
  letter-spacing: 0.3em;
  font-family: "リュウミン M-KL";
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.design-photo .p-wrap {
  width: calc(100vw - 100px);
  position: relative;
  z-index: 1;
}
.design-photo .p-wrap img {
  width: 100%;
}
@media only screen and (max-width: 1450px) {
  .design-photo .t-wrap {
    font-size: 37px;
    font-size: 2.55172vw;
    letter-spacing: 0.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .design-photo.p-left .t-wrap {
    text-align: center;
  }
  .design-photo .t-wrap {
    padding: 15px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1.5;
  }
  .design-photo .swipe-wrap {
    position: relative;
    z-index: 1;
  }
}

.photo-set {
  margin-top: 100px;
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.photo-set:before {
  content: "";
  background: #f0ece9;
  width: 100vw;
  height: calc(100% + 20px);
  position: absolute;
  left: 38.94%;
  top: 30px;
  z-index: 0;
}
.photo-set .p-block {
  width: 46.31%;
  padding-bottom: 8px;
  position: relative;
  z-index: 1;
}
.photo-set .p-block .in {
  position: relative;
}
.photo-set .t-block {
  width: 48.42%;
  position: relative;
  z-index: 1;
  font-family: "リュウミン M-KL";
}
.photo-set .t-block .title {
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  letter-spacing: 0.3em;
}
.photo-set .t-block .designer {
  margin-top: 20px;
}
.photo-set .t-block .designer .designer-in {
  display: flex;
  justify-content: space-between;
}
.photo-set .t-block .designer .kata {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.photo-set .t-block .designer .name {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.3em;
}
.photo-set .t-block .designer .d-info {
  width: calc(100% - 150px);
}
@media only screen and (max-width: 960px) {
  .photo-set {
    align-items: flex-start;
  }
  .photo-set:before {
    height: 100%;
  }
  .photo-set .t-block {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .photo-set {
    display: block;
    margin-top: 0;
    padding: 20px 10px;
  }
  .photo-set:before {
    content: "";
    background: #f0ece9;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 30px;
    top: 0px;
    z-index: 0;
  }
  .photo-set .p-block {
    width: 100%;
  }
  .photo-set .p-block .in {
    width: 71.42%;
  }
  .photo-set .t-block {
    width: 100%;
    margin-top: 10px;
    padding-left: 40px;
    box-sizing: border-box;
  }
  .photo-set .t-block .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .photo-set .t-block .designer .d-photo {
    width: 130px;
  }
  .photo-set .t-block .designer .d-photo img {
    width: 100%;
  }
  .photo-set .t-block .designer .kata {
    font-size: 10px;
  }
  .photo-set .t-block .designer .name {
    font-size: 16px;
  }
  .photo-set .t-block .designer .d-info {
    width: calc(100% - 140px);
  }
  .photo-set .t-block .designer .d-info .info {
    font-size: 12px;
  }
}

.figure-shikichi {
  text-align: center;
  padding-bottom: 70px;
}
.figure-shikichi .shikichi {
  display: inline-block;
  margin-top: 70px;
}
.figure-shikichi .shikichi img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .figure-shikichi {
    padding-bottom: 0;
  }
  .figure-shikichi .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .figure-shikichi .shikichi .cap {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
}
