#mainContent {
  position: relative;
}
#mainContent::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #mainContent::before {
    height: 250px;
  }
  .commonColWrap {
    width: min(92vw, 420px);
    margin-bottom: 80px;
    padding-top: 110px;
  }
}
@media print, screen and (min-width: 768px) {
  #mainContent::before {
    height: 300px;
  }
  .commonColWrap {
    margin-bottom: 240px;
  }
}
#pageAbout .pageBg {
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: url(../images/page_bg.jpg) center top no-repeat;
  background-size: cover;
}
#pageAbout .pageMain {
  position: relative;
  z-index: 1;
}
#pageAbout .anchorBox .sectionTitle {
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.2em;
}
#pageAbout .anchorBox .sectionBox {
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 767px) {
  #pageAbout .anchorBox .sectionTitle {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 0 0 30px 0;
  }
  #pageAbout .anchorBox .sectionBox {
    margin-bottom: 40px;
  }
  #pageAbout .anchorBox .sectionBox .sectionBoxIn {
    width: min(92%, 320px);
    margin: 0 auto;
  }
  #pageAbout .anchorBox:last-of-type .sectionBox {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #pageAbout .anchorBox .sectionTitle {
    font-size: 20px;
    padding: 0 0 77px 0;
  }
  #pageAbout .anchorBox .sectionBox {
    margin-right: calc((min(90vw, 1200px) - 100vw) / 2);
    margin-bottom: 112px;
  }
  #pageAbout .anchorBox .sectionBox .sectionBoxIn {
    width: min(94%, 964px);
    padding-left: min(5.7vw, 82px);
  }
  #pageAbout .anchorBox:last-of-type .sectionBox {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .secPageTop {
    height: 160px;
  }
}
@media print, screen and (min-width: 768px) {
  .secPageTop {
    height: 445px;
  }
}
.secWay .wayItem .textCol .head {
  font-family: "Shippori Mincho B1", serif;
  position: relative;
  letter-spacing: 0.2em;
}
.secWay .wayItem .textCol .head:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #CACACA;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  transition: 1s;
}
.secWay .wayItem .textCol .head.animated:after {
  width: 100%;
  transition: 1s;
}
.secWay .wayItem .textCol .title {
  font-family: "Shippori Mincho B1", serif;
}
.secWay .wayItem .textCol .caption {
  color: #707070;
  letter-spacing: 0.08em;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .secWay {
    padding: 50px 0 0px 0;
  }
  .secWay .wayItem {
    padding-bottom: 50px;
  }
  .secWay .wayItem .textCol {
    padding: 0 0 20px 0;
  }
  .secWay .wayItem .textCol .head {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 0 0 2px 0;
  }
  .secWay .wayItem .textCol .title {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 20px 0 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secWay {
    padding: 77px 0 21px 0;
  }
  .secWay .wayItem {
    display: flex;
    padding-bottom: 67px;
  }
  .secWay .wayItem .textCol {
    width: 51%;
  }
  .secWay .wayItem .textCol .head {
    font-size: clamp(14px, 1.33vw, 16px);
    padding: 4px 0 15px;
  }
  .secWay .wayItem .textCol .title {
    font-size: clamp(14px, 1.67vw, 20px);
    padding: 22px 0 20px 0;
  }
  .secWay .wayItem .textCol .caption {
    padding-right: 19%;
  }
  .secWay .wayItem .imgCol {
    width: 49%;
  }
}
.secDesign .designTitle {
  font-family: "Shippori Mincho B1", serif;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.secDesign .designTitle:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #CACACA;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 2s;
}
.secDesign .designTitle.animated:after {
  width: 100%;
  transition: 2s;
}
.secDesign .designList .designItem .title {
  font-family: "Shippori Mincho B1", serif;
}
.secDesign .designList .designItem .content {
  font-size: 12px;
  letter-spacing: 0.08em;
}
.secDesign .designList .designItem .showAll {
  color: #8E8E8E;
  background: url(../images/arrow_down.svg) right center no-repeat;
  background-size: 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  padding-right: 28px;
}

@media only screen and (max-width: 767px) {
  .secDesign {
    padding: 50px 0 50px 0;
  }
  .secDesign .designTitle {
    font-size: clamp(14px, 5.13vw, 20px);
    margin-bottom: 40px;
  }
  .secDesign .designList .designItem {
    padding-bottom: 40px;
  }
  .secDesign .designList .designItem:last-of-type {
    padding-bottom: 0px;
  }
  .secDesign .designList .designItem .title {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 12px 0;
  }
  .secDesign .designList .designItem .showAll {
    margin-top: 12px;
    display: none;
  }
  .secDesign .designList .designItem.short .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .secDesign .designList .designItem.short .showAll {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .secDesign {
    padding: 51px 0 78px 0;
  }
  .secDesign .designTitle {
    font-size: clamp(14px, 2vw, 24px);
    margin-bottom: 42px;
  }
  .secDesign .designList .designItem {
    padding-bottom: 88px;
  }
  .secDesign .designList .designItem:last-of-type {
    padding-bottom: 0px;
  }
  .secDesign .designList .designItem .title {
    font-size: clamp(14px, 1.67vw, 20px);
    padding: 0 0 12px 0;
  }
  .secDesign .designList .designItem .content {
    padding-left: 6.2%;
  }
  .secDesign .designList .designItem .showAll {
    display: none;
  }
}
.secProduct .productTitle {
  font-family: "Shippori Mincho B1", serif;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.secProduct .productTitle:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #CACACA;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 2s;
}
.secProduct .productTitle.animated:after {
  width: 100%;
  transition: 2s;
}
.secProduct .productCaption {
  font-family: "Shippori Mincho B1", serif;
}
.secProduct .productContent {
  color: #707070;
  font-size: 13px;
}
.secProduct .productImg {
  text-align: center;
}
.secProduct .linkArea {
  display: flex;
  justify-content: space-between;
}
.secProduct .linkArea .linkItem .btnRow {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .secProduct {
    padding: 50px 0 50px 0;
  }
  .secProduct .productTitle {
    font-size: clamp(14px, 5.13vw, 20px);
    margin: 0 0 30px 0;
  }
  .secProduct .productCaption {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 28px 0;
  }
  .secProduct .productContent {
    font-size: 13px;
    padding-bottom: 40px;
  }
  .secProduct .productImg {
    padding: 16px 0 40px;
  }
  .secProduct .linkArea .linkItem {
    width: 46.9%;
  }
  .secProduct .linkArea .linkItem .btnRow {
    width: 100%;
    padding: 16px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secProduct {
    padding: 64px 0 100px 0;
  }
  .secProduct .productTitle {
    font-size: clamp(14px, 2vw, 24px);
    margin: 0 0 44px 0;
  }
  .secProduct .productCaption {
    font-size: clamp(14px, 1.67vw, 20px);
    padding: 0 0 28px 0;
  }
  .secProduct .productContent {
    font-size: 13px;
    padding-bottom: 100px;
  }
  .secProduct .productImg {
    padding: 20px 0 64px;
  }
  .secProduct .linkArea .linkItem {
    width: 47.3%;
  }
  .secProduct .linkArea .linkItem .btnRow {
    width: 162px;
    padding: 9px 0 0 0;
  }
}/*# sourceMappingURL=style.css.map */