.p-conceptHero {
  width: 100%;
  height: 54rem;
  z-index: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 6.4rem;
}

.p-conceptHeroImg {
  width: 100%;
  height: 100%;
  position: absolute;
  color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

.p-conceptHeroTxt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-conceptHeroTxt .mainConcept {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}
.p-conceptHeroTxt .mainConcept-catch {
  font-size: 2rem;
}


.conceptInfo {
  letter-spacing: 0.125em;
  line-height: 2;
  max-width: 384px;
  margin: auto;
}
.conceptInfo a.btn {
  margin-top: 3.2rem;
}

.conceptInfoTtl {
  margin-bottom: 24px;
}

.conceptProject .row {
  padding-top: 6.4rem;
  margin-bottom: 4rem;
  align-items: center;
}
.pc-reverse .conceptThumb {
  padding-right: 0;
}

.conceptPriceBox {
  background-color: #F2F2EF;
  padding: 2.4rem;
}

.conceptPriceRow {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  font-weight: 500;
  line-height: 2;
}
.conceptPriceRow ._mainTitle {
  font-size: 2rem;
  width: 20.4rem;
}
.conceptPriceRow ._title {
  font-size: 1.6rem;
}
.conceptPriceRow dl {
  width: 282px;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
}
.conceptPriceRow dl dt {
  width: 130px;
}
.conceptPriceRow dl dd {
  width: calc(100% - 130px);
}
.conceptPriceRow dl dd span {
  font-size: 10px;
}

.conceptPriceItem:first-child {
  padding-left: 86px;
}



.youtubewrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubewrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.conceptPriceItem .conceptfix {
  margin-left: 9px;
}
@media (max-width: 767px) {
  .p-conceptHero {
    height: 376px;
    margin-bottom: 80px;
  }

  .p-conceptHeroTxt .mainConcept {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .p-conceptHeroTxt .mainConcept-catch {
    font-size: 14px;
  }

  .p-conceptHeroImg {
    background-size: cover;
  }

  .conceptProject .row {
    padding-top: 0;
    margin-bottom: 48px;
  }
  .conceptProject .conceptThumb {
    margin-bottom: 48px;
  }
  .conceptProject .conceptInfoTtl {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .conceptPriceRow {
    flex-direction: column;
    display: table;
  }
  .conceptPriceRow ._mainTitle {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 24px;
  }
  .conceptPriceRow dl dt {
    margin-bottom: 16px;
  }
 
  .conceptPriceRow ._title {
    margin-bottom: 16px;
  }
  .conceptPriceItem:nth-child(2) {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .conceptPriceRow {
    width: 792px;
  }
  .conceptPriceRow ._mainTitle{
    width: 194px;
  }
  .conceptPriceItem:nth-child(2) {
    width: 316px;
  }
  .conceptPriceItem:nth-child(3) {
    width: 282px;

  }

}
.conceptFactory .row {
  padding-top: 0;
  margin-bottom: 16px;
  align-items: center;
}
.conceptFactory .titleKUtxt {
  margin-bottom: 2.4rem;
}

.p-FactoryFeature {
  margin-top: 10rem;
  margin-bottom: 12.8rem;
}

.factorySlide {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.factorySlide .slick-slide {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.factorySlide .js-product_slider__prev, .factorySlide .js-product_slider__next {
  margin-top: -100px;
}
.factorySlide ._slidecontent {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.factorySlide ._title {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.factorySlide ._title ._num {
  font-size: 2.4rem;
  position: relative;
  display: flex;
  align-items: center;
}
.factorySlide ._title ._num:after {
  content: "";
  width: 1px;
  height: 1em;
  display: inline-block;
  background: #000;
  margin-left: 8px;
  margin-right: 8px;
}
.factorySlide ._title ._txt {
  font-size: 1.6rem;
}

.conceptTitleKU img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .conceptFactory .row {
    margin-bottom: 0;
  }
  .conceptFactory .row > * {
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .factorySlide li {
    width: calc(320px + 2.4rem);
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .factorySlide p {
    white-space: normal;
  }
  .factorySlide figure {
    width: 320px;
    height: 157px;
  }
  .factorySlide ._title ._num {
    font-size: 16px;
  }
  .factorySlide ._slidecontent {
    padding-top: 24px;
  }
  .factorySlide ._title {
    margin-bottom: 24px;
  }
  .conceptTitleKU {
    width: 120px;
    height: 45px;
    margin-bottom: 24px;
  }
  .p-FactoryFeature .c-title02 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .conceptTitleKU {
    width: 160px;
    height: 60px;
    margin-bottom: 5.6rem;
  }
  .p-pageFactory .p-conceptHero {
    margin-bottom: 128px;
  }
  .p-pageFactory .l-mainArticle {
    padding-bottom: 88px;
  }
}
.p-conceptLineUp .lineUpTtl {
  margin-bottom: 6.4rem;
}

.conceptLineupTitle {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 5.4rem;
}
.conceptLineupTitle:before, .conceptLineupTitle:after {
  content: "";
  height: 1.6rem;
  width: 1px;
  background: #000;
  margin-top: 1.6rem;
}
.conceptLineupTitle span {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.conceptLineupTitle span:before, .conceptLineupTitle span:after {
  content: "";
  background: #000;
  height: 1px;
  display: block;
}
.conceptLineupTitle span:before {
  margin-left: -1px;
}
.conceptLineupTitle span:after {
  margin-right: -1px;
}
.conceptLineupTitle._ver1 span:before, .conceptLineupTitle._ver1 span:after {
  width: calc(50% - 110px);
}
.conceptLineupTitle._ver2 span:before, .conceptLineupTitle._ver2 span:after {
  width: calc(50% - 204px);
}

.conceptLineupBox {
  height: 100%;
}

.conceptLineupBoxCont {
  padding-top: 1.6rem;
  display: flex;
  flex-direction: column;
  min-height: 26rem;
  height: calc(100% - 192px);
}
.conceptLineupBoxCont dt {
  margin-bottom: 1.6rem;
}
.conceptLineupBoxCont ._txt {
  margin-bottom: 1.6rem;
  line-height: 2;
}
.conceptLineupBoxCont ._price {
  font-size: 2.4rem;
  margin-bottom: 4.8rem;
  font-weight: 500;
}
.conceptLineupBoxCont ._price span {
  font-size: 1.6rem;
}
.conceptLineupBoxCont ._info {
  margin-top: auto;
}

.conceptLineup-project {
  padding-bottom: 4.8rem;
  border-bottom: 1px solid #000;
  margin-bottom: 12.8rem;
}
.conceptLineupBoxCont .c-title01 {
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-conceptLineUp .lineUpTtl {
    text-align: center;
    margin-bottom: 72px;
  }

  .conceptLineup-project {
    padding-bottom: 0;
    margin-bottom: 80px;
  }

  .conceptLineupBoxWrap {
    margin-bottom: 80px;
    padding-bottom: 16px;
  }
 
  .conceptLineupBoxCont {
    height: initial;
    min-height: initial;
    height: fit-content;
    padding-top: 24px;
  }
 
  .conceptLineupBoxCont dt {
    font-size: 14px;
  }
  .conceptLineupBoxCont ._price {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .conceptLineupBoxCont ._price span {
    font-size: 10px;
  }
  .conceptLineupBoxCont ._link a {
    height: 40px;
    width: 160px;
    min-width: 160px;
  }
  .conceptLineupTitle._ver1 span:before, .conceptLineupTitle._ver1 span:after {
    width: calc(50% - 74px);
  }
  .conceptLineupTitle._ver2 span:before, .conceptLineupTitle._ver2 span:after {
    width: calc(50% - 134px);
  }
}


