/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
.c-child-intro {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/design/bg.png);
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/design/bg.png);
  background-size: cover;
  padding-bottom: 30px;
  background-position: bottom;
}
@media print, screen and (max-width: 1023.9px) {
  .c-child-intro {
    background-image: none;
    padding-bottom: 0;
  }
}

.sorato {
  margin-top: 300px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1023.9px) {
  .sorato {
    margin-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 60px;
  }
}

.sorato__sorato {
  width: 322px;
}
@media print, screen and (max-width: 1023.9px) {
  .sorato__sorato {
    width: 60%;
  }
}

.concept {
  margin-top: 200px;
}
@media print, screen and (max-width: 1023.9px) {
  .concept {
    margin-top: 50px;
  }
}

.concept__heading {
  font-size: 33px;
  text-align: center;
  color: #4d4335;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1023.9px) {
  .concept__heading {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
.concept__heading::before, .concept__heading::after {
  content: "";
  display: block;
  height: 80px;
  width: 1px;
  background-color: #9a8b75;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .concept__heading::before, .concept__heading::after {
    height: 40px;
  }
}
.concept__heading::before {
  margin-bottom: 10px;
}
.concept__heading::after {
  margin-top: 10px;
}
.concept__heading span {
  display: block;
  font-size: 18px;
}
@media print, screen and (max-width: 1023.9px) {
  .concept__heading span {
    font-size: 14px;
  }
}

.bg-area {
  color: #796a56;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/design/bg2.png);
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/design/bg2.png);
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .bg-area {
    padding-top: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/design/bg-sp.jpg);
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/design/bg-sp.jpg);
    background-position: top;
    background-size: cover;
  }
}

.cat {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1023.9px) {
  .cat {
    font-size: 14px;
  }
}
.cat small {
  font-size: 15px;
  display: block;
}

.designer {
  background: #2e241a;
  padding: 10px 40px 60px;
  color: #c8bb9b;
}
@media print, screen and (max-width: 1023.9px) {
  .designer {
    padding: 15px 20px 40px;
  }
}

.ds-row {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 1023.9px) {
  .ds-row {
    margin-top: 20px;
  }
}
.ds-row figure {
  width: 25%;
}
@media print, screen and (max-width: 1023.9px) {
  .ds-row figure {
    width: 35%;
  }
}
.ds-row .ds-txt {
  width: 70%;
}
@media print, screen and (max-width: 1023.9px) {
  .ds-row .ds-txt {
    width: 60%;
  }
  .ds-row .ds-txt .c-sentence {
    font-size: 10px;
    line-height: 1.5;
  }
}
.ds-row .ds-txt h4 {
  letter-spacing: 2px;
  font-size: 21px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .ds-row .ds-txt h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.ds-row .ds-txt h4 small {
  font-size: 14px;
}
@media print, screen and (max-width: 1023.9px) {
  .ds-row .ds-txt h4 small {
    font-size: 11px;
  }
}