@charset "UTF-8";
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
  font-display: swap;
}
/* CSS Document */
/*--------------------------------------
　Main Index
---------------------------------------*/
#contents {
  width: 100%;
}

.addInner {
  width: 1100px;
  margin: 0 auto;
}

/*--------------------------------------
　visArea
---------------------------------------*/
#visArea_top {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

#visArea_top .mainArea {
  background: url("img/mv_pic_pc.jpg") center top no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}

#visArea_top .mainArea .mainAreaInner {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 0 50px;
}

#visArea_top .mainArea .siteNameArea {
  margin: 0 0 30px;
}

#visArea_top .mainArea .siteName {
  font-size: 4rem;
  margin: 0 0 10px;
  text-align: center;
}

#visArea_top .mainArea .siteName img {
  margin: 0 auto;
  width: 240px;
}

#visArea_top .mainArea .siteNameSmall {
  font-size: 1.6rem;
}

#visArea_top .mainArea .mainTxtBox {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border-radius: 20px;
  box-sizing: border-box;
}

#visArea_top .mainArea .catchArea .catch {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  color: #5b4f44;
  margin: 0;
  letter-spacing: 4px;
}

/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap .fl {
  width: 400px;
  margin: 0 40px 10px 0;
  text-align: center;
}

.float-wrap .fr {
  width: 400px;
  margin: 0 0 10px 40px;
}

.float-wrap .ct {
  width: 600px;
}

/*--------------------------------------
オリジナル
---------------------------------------*/
/***** addParts01 *****/
.addParts01 {
  width: 100%;
  margin: 0 0 40px;
}
.addParts01 .btn-web a,
.addParts01 .btn-internal a {
  padding: 12px 30px;
}
.addParts01 .btn-internal a:before {
  transform: rotate(90deg);
}

.addParts01 .addInner {
  width: 1100px;
  margin: 0 auto;
}

.addParts01__TitArea {
  position: relative;
  margin: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
}

.addParts01__TitArea::before {
  content: "";
  background: #78685b;
  width: 100vw;
  min-width: 1200px;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.addParts01__TitArea__Tit {
  padding: 30px 10px 30px 0;
  color: #fff;
  border-right: 2px solid #a1968d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 8px;
  position: relative;
  width: 440px;
}

.addParts01__TitArea__Tit::before {
  content: "";
  width: 153px;
  height: 58px;
  background: url(img/txticon_pickup.png) no-repeat center/contain;
  position: absolute;
  left: -66px;
  top: -27px;
  z-index: 20;
}

.addParts01__TitArea__Txt {
  padding: 30px 20px 30px 20px;
  color: #fff;
  width: calc(100% - 440px);
}

.addParts01__TitArea__Txt span {
  font-weight: bold;
  font-size: 1.7rem;
 background: linear-gradient(rgba(255, 255, 255, 0) 65%, #84a8b1ad 65%);
}

.addParts01 .addInner .addTxt {
  margin: 0 0 3rem;
}

.addParts01 p.caption {
  margin: 0.5rem 0 0;
  text-align: center;
}

.addParts01 .aadPartsTit {
  text-align: center;
}

.addParts01 .block {
  width: 352px;
  margin: 0 22px 25px 0;
  padding-bottom: 20px;
  float: left;
}

.addParts01 .block .btn-web,
.addParts01 .block .btn-internal {
  width: 80%;
}

.addParts01 .block:nth-of-type(4) {
  margin-right: 0;
}

.addParts01 .block .catch {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 12px 10px;
  margin: 0 0 10px;
  width: 100%;
  color: #0d7467;
  letter-spacing: 5px;
}

.addParts01 .block .catch span {
  font-size: 2.8rem;
  color: #f24b4b;
  border: 0;
}

.addParts01 .block a {
  display: block;
}

.addParts01 .scrollArea {
  border: 2px solid #f6d0af;
  background-color: #fffaf1;
  padding: 12px;
  position: relative;
}

.addParts01__addTxt {
  clear: both;
  display: block;
}

.addParts01 .scrollArea .priceArea .price {
  display: table-cell;
  vertical-align: middle;
  width: 256px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: center;
  color: #c4940f;
  padding: 7px 0px 8px;
}

.addParts01 .scrollArea .priceArea .price.small {
  font-size: 2.2rem;
}

.addParts01 .scrollArea .priceArea .price span {
  font-size: 1.4rem;
  color: #333;
  padding: 0 0 0 5px;
  font-weight: inherit;
  border-bottom: none;
}

.addParts01 .scrollArea .performance {
  font-size: 1.5rem;
  padding: 10px;
  border-bottom: 1px solid #cab987;
  margin: 1.8rem 0;
  line-height: 1.4;
}

.addParts01 .scrollArea .performance_text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.addParts01 .scrollArea .dl_wrap {
  padding: 0;
  background: none;
  margin: 0 0 1rem 0;
  width: 50%;
}

.addParts01 .scrollArea .dl_wrap dt {
  background: #c9b169;
  padding: 4px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #fff;
  display: table-cell;
  width: 60px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 4px;
}

.addParts01 .scrollArea .dl_wrap dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  word-break: break-all;
  text-align: left;
  line-height: 1.2;
}

.addParts01 .scrollArea .companyName {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #5b4f44;
  margin: 0 0 3rem;
  letter-spacing: 3px;
}

.addParts01 .scrollArea .companyCatch {
  background: #5b4f44;
  padding: 15px 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
}

.addParts01 .scrollArea .companyCatch span {
  color: #f8ae6f;
}
.addParts01 .scrollArea .companyCatch span.sm {
  color: #fff;
  font-size: 0.9rem;
}

.addParts01__addTxt p {
  font-size: 1.2rem;
  color: #767676;
  margin: 0.5rem 0;
}
.addParts01__addTxt p a {
  text-decoration: underline;
  color: #767676;
}

.addParts01__addTxt ul li {
  font-size: 1.2rem;
  color: #767676;
}

.addParts01__addTxt ul li::before {
  content: "・";
}

/***** addParts02 *****/
.addParts02 {
  width: 100%;
  background: url(img/bg_room.png) no-repeat center top fixed;
  margin-top: 160px;
  padding: 0 0 100px;
  position: relative;
}

.addParts02::before {
  width: 100vw;
  min-width: 1200px;
  height: 80px;
  left: 0;
  top: 0;
  background: url(img/bg_white_halfcircle.png) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  content: "";
  z-index: 0;
}

.addParts02::after {
  content: "";
  width: 600px;
  height: 230px;
  background: url("img/txticon_model.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -90px;
  left: 60px;
  z-index: 100;
}

.addParts02 .addInner {
  width: 1100px;
  margin: 0 auto;
}

/*addTopArea*/
.addParts02 .addTopArea {
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}

/*sttl*/
#index .addParts02 .sttl {
  display: block;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 0 0 10px;
  margin: 0 0 40px;
  color: #5b4f44;
  letter-spacing: 5px;
  z-index: 1;
  position: relative;
}

#index .slick-counter {
  display: none;
}

/*block*/
.addParts02 .block {
  background-color: #fff;
  padding: 40px 0;
  margin: 0 0 60px;
  position: relative;
  z-index: 0;
  border: 2px solid #efbf95;
}
.addParts02 .block .btn-web {
  margin-bottom: 5rem;
}
.addParts02 .block .common_parts {
  margin: 0;
}

.addParts02 .blockTitArea {
  text-align: center;
  padding: 0 3rem;
  margin: 0 0 30px;
}

.addParts02 .blockTitSub {
  margin-bottom: 3rem;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: #5b4f44;
  font-weight: 700;
  letter-spacing: 5px;
}

.addParts02 .blockTitSub span {
  color: #368d9f;
}

#index .addParts02 .blockTit {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
  color: #d76b0d;
  letter-spacing: 5px;
}

/*slideTxtArea*/
.addParts02 .slideTxtArea {
  width: calc(100% - 40px);
  border-left: 1px solid #333;
  padding: 45px 0 15px 35px;
  margin: -30px auto 0;
  position: relative;
  z-index: 2;
}

.addParts02 .slideTxtArea::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}

.addParts02 .caption {
  margin: 0 0 14px;
}

.addParts02 .slideTit {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 8px;
}

.addParts02 .slideTxt {
  line-height: 1.6;
}

/*テキスト動き*/
.addParts02 .slideTxtArea {
  opacity: 0;
  transition: all 1s 0s ease;
  transition-delay: 300ms;
}

.addParts02 .slick-slide.slick-current .slideTxtArea,
.addParts02 .slick-slide.is-active-next .slideTxtArea {
  opacity: 1;
}

.addParts02 .slideTxtInner {
  opacity: 0;
  margin-left: -15px;
  transition: all 0.5s 0s ease;
  transition-delay: 600ms;
}

.addParts02 .slick-slide.slick-current .slideTxtInner,
.addParts02 .slick-slide.is-active-next .slideTxtInner {
  opacity: 1;
  margin-left: 0;
}

.addParts02 .priceIcoArea {
  width: calc(100% - 80px);
  height: 100%;
  overflow: hidden;
  padding: 15px 0;
  margin: 0 auto 50px;
  position: relative;
  border-top: 1px solid #00786a;
  border-bottom: 1px solid #00786a;
}

.addParts02 .priceIcoArea .priceArea {
  display: flex;
  flex-wrap: wrap;
}

.addParts02 .priceIcoArea .priceAreaInner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 440px;
}

#contents .addParts02 .priceIcoArea .priceArea .priceTit {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background: #00786a;
  max-width: inherit;
  padding: 15px;
  letter-spacing: normal;
  color: #fff;
  margin-right: 19px;
  width: 120px;
}

.addParts02 .priceIcoArea .priceArea .price {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  color: #c4940f;
  margin-right: 15px;
  width: 285px;
}

.addParts02 .priceIcoArea .priceArea .price.small {
  font-size: 2.4rem;
}

.addParts02 .priceIcoArea .priceArea .price span {
  font-size: 1.4rem;
  color: #333;
  padding: 0 0 0 5px;
  font-weight: inherit;
  border-bottom: none;
}

.addParts02 .priceIcoArea .priceArea > p {
  width: calc(100% - 440px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.2rem;
}

#contents .addParts02 .priceIcoArea .priceArea ul li {
  line-height: 1.5;
  padding: 0 0 12px 18px;
  position: relative;
}

#contents .addParts02 .priceIcoArea .priceArea ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.contents .accordion-item {
  display: none;
}
.contents .accordion-item .frame-wrap {
  margin-top: 0;
}

.featureArea .featureTit {
  color: #5b4f44;
  text-align: center;
  font-size: 2.6rem;
  margin: 60px 0 25px;
  letter-spacing: 5px;
}

.featureArea .featureBoxes {
  max-width: 1021px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
}

.featureArea .common_parts {
  padding: 0 270px;
}

.featureArea .featureBoxes .featureBox {
  width: 50%;
  background: #fff;
  border: 2px solid #bba28e;
  border-right: 0;
  padding: 30px;
  box-shadow: 8px 8px 0 #f6f3ec inset, -8px -8px 0 #f6f3ec inset;
}

.featureArea .featureBoxes .featureBox:nth-child(3n),
.featureArea .featureBoxes .featureBox:last-child {
  border: 2px solid #bba28e;
}

.featureArea .featureBoxes .featureBox__catch {
  text-align: center;
  font-size: 2rem;
  color: #d76b0d;
  font-weight: 700;
  line-height: 1.6;
  padding: 0 0 20px;
  margin: 0 0 20px;
  position: relative;
  letter-spacing: 2px;
}

.featureArea .featureBoxes .featureBox__catch::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -24px;
  width: 48px;
  height: 2px;
  background: #cab987;
}

.addParts02 .priceIcoArea .icoArea {
  width: 640px;
  float: right;
}

.addParts02 .priceIcoArea .icoArea li {
  width: 192px;
  margin: 0 0 0 32px;
  float: left;
}

.addParts02 .priceIcoArea .icoArea li:first-child {
  margin: 0 0 0 0;
}

.addParts02 .priceIcoArea .icoArea li:nth-child(3n+1) {
  margin: 0 0 0 0;
}

.addParts02 .priceIcoArea .icoArea li:nth-child(n+4) {
  margin-top: 40px;
}

.addParts02 .priceIcoArea .icoArea li .icoSet {
  text-align: center;
  margin: 0 0 25px;
}

.addParts02 .priceIcoArea .icoArea li .icoSet .ico {
  width: 80px;
  margin: 0 auto;
}

#contents .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 20px 0 10px;
  position: relative;
  letter-spacing: normal;
}

#contents .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #e6dc14;
  position: absolute;
  left: 0;
  bottom: 0;
  top: inherit;
  right: inherit;
  z-index: auto;
}

.addParts02 .infoArea {
  clear: both;
  width: 100%;
  padding: 0 40px;
  margin: 0 0 10px;
}

#contents .addParts02 .infoArea .infoTit {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 45px;
  color: #5b4f44;
  letter-spacing: 5px;
}

.addParts02 .infoArea .infoBox .mapArea {
  width: 380px;
  float: left;
}

#contents .addParts02 .infoArea .infoBox table {
  margin: 1rem 0 0;
}

#contents .addParts02 .infoArea .infoBox table th {
  width: 15%;
}

/*btn*/
/***** addParts03 *****/
.addParts03 {
  width: 100%;
  margin: 0;
  padding: 11rem 0 6rem;
  background: url(img/bg_pr.png) no-repeat left top #e3f7ff;
}

.addParts03 .addInner {
  width: 1100px;
  margin: 0 auto;
}

.addParts03 .addTopArea {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.addParts03 .addTopArea .addTopPic {
  width: 427px;
  margin: 5px 0 0 0;
  position: relative;
}

.addParts03 .addTopArea .addTopPic::before {
  content: "";
  width: 710px;
  height: 200px;
  background: url("img/bg_wave.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -180px;
  right: -230px;
}

.addParts03 .addTopArea .addTopTxt {
  width: calc(100% - 427px);
  margin-right: 4rem;
}

#contents .addParts03 .addTopArea .sttl {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  padding: 0 0 20px;
  margin: 0 0 25px;
  position: relative;
  color: #5b4f44;
}

#contents .addParts03 .addTopArea .sttl a {
  display: block;
  color: #5b4f44;
  padding-right: 2rem;
  background: url(img/arrow_gold.png) no-repeat right center/12px auto;
}

@media screen and (max-width: 768px) {
  /*------------
  Index
  ------------*/
  /*--------------------------------------
  　visArea
  ---------------------------------------*/
  #visArea_top {
    margin: auto;
  }

  #visArea_top .mainArea {
    background: none;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  #visArea_top .mainArea .mainAreaInner {
    padding: 0;
  }

  #visArea_top .mainArea .siteNameArea {
    display: table;
    background: url("img/mv_pic_sp.jpg") center bottom no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
  }

  #visArea_top .mainArea .siteNameAreaInner {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0 40px;
  }

  #visArea_top .mainArea .siteName {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 0.8rem;
    padding-left: 2rem;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
    width: 200px;
    margin: 0;
  }

  #visArea_top .mainArea .siteNameSmall {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-align: center;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  }

  #visArea_top .mainArea .mainTxtBox {
    width: 92%;
    background: white;
    padding: 0;
    margin: 0 auto;
  }

  #visArea_top .mainArea .catchArea .catch {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
    margin: 1rem 0 2rem;
    letter-spacing: 2px;
  }

  /*--------------------------------------
  オリジナル
  ---------------------------------------*/
  /***** addParts01 *****/
  .addParts01 {
    width: 100%;
    margin: 2rem auto;
    padding-top: 0;
  }
  .addParts01 .btn-web a,
.addParts01 .btn-internal a {
    padding: 12px 30px;
  }

  .addParts01 .addInner {
    width: 100%;
    margin: 0 auto;
  }

  .addParts01__TitArea__Tit {
    padding: 2.5rem 1rem 2rem 1rem;
    font-size: 2rem;
    letter-spacing: 3px;
    border: 0;
    border-bottom: 2px solid #a1968d;
    width: auto;
  }

  .addParts01__TitArea__Txt span {
    font-size: 1.5rem;
  }

  .addParts01__TitArea__Tit::before {
    left: 25%;
    top: -25px;
    transform: translateX(-50%) rotate(10deg);
    width: 120px;
    background-size: 100% auto;
  }

  .addParts01__TitArea__Txt {
    padding: 2rem 2rem 2rem 0;
    width: auto;
  }

  .addParts01 p {
    margin: 0;
  }

  .addParts01__addTxt p {
    font-size: 1rem;
    margin-bottom: 1em;
  }

  .addParts01__addTxt ul li {
    font-size: 1rem;
  }

  .addParts01 .aadPartsTit {
    text-align: center;
  }

  .addParts01 .block {
    width: 100%;
    margin: 0 0 2.5rem;
    float: none;
    padding-bottom: 0;
  }

  .addParts01 .block:first-child {
    margin: 0 0 2.5rem;
  }

  .addParts01 .block:nth-child(3n+1) {
    margin: 0 0 2.5rem;
  }

  .addParts01 .block:nth-child(n+4) {
    margin: 0 0 2.5rem;
  }

  .addParts01 .block .catch {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding: 12px 10px;
    margin: 0 0 0;
  }

  .addParts01 .block .catch span {
    font-size: 2.6rem;
  }

  .addParts01 .block a {
    display: block;
  }

  .addParts01 .scrollArea {
    background-color: #f6f3ec;
    padding: 1.5rem;
    position: relative;
  }

  .addParts01 .scrollArea .priceArea {
    display: table;
    width: 100%;
    margin: 0 0 1.5rem;
  }

  .addParts01 .scrollArea .priceArea .priceTit {
    display: table-cell;
    vertical-align: middle;
    width: 26%;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    word-wrap: break-word;
    color: #fff;
    background-color: #00786a;
    padding: 0.5rem 0 0.5rem 2%;
    box-sizing: border-box;
  }

  .addParts01 .scrollArea .priceArea .priceTit::before {
    right: -20px;
    border-width: 20px 10px;
    top: 0;
  }

  .addParts01 .scrollArea .priceArea .priceTit br {
    display: none;
  }

  .addParts01 .scrollArea .priceArea .price {
    display: table-cell;
    vertical-align: middle;
    width: 74%;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-align: center;
    color: #c4940f;
    border-bottom: 1px solid #c9b169;
    /* background-color: #fff; */
    padding: 0.8rem 0.5rem 0.8rem 1rem;
    box-sizing: border-box;
  }

  .addParts01 .scrollArea .priceArea .price.small {
    font-size: 1.8rem;
  }

  .addParts01 .scrollArea .priceArea .price span {
    font-size: 1.2rem;
    color: #333;
    padding: 0 5px;
    display: inline-block;
    margin: auto;
  }

  .addParts01 .scrollArea .companyName {
    margin: 1.5rem auto 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 3px;
  }

  .addParts01 .scrollArea .companyCatch {
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
  }

  .addParts01 .scrollArea .companyCatch span {
    font-size: 1.8rem;
  }

  .date-list-wrap {
    padding: 2rem 1.5rem 0.5rem;
  }
  .date-list-wrap .date-title-top {
    padding: 0.2rem 1rem;
    font-size: 1.4rem;
  }
  .date-list-wrap .date-list-ul .date-list-li {
    font-size: 1.5rem;
  }
  .date-list-wrap .date-list-ul .date-list-li span {
    font-size: 1.8rem;
  }

  /***** addParts02 *****/
  .addParts02 {
    width: 108%;
    background-size: 100% auto;
    padding: 5rem 0 6rem;
    position: relative;
    margin-top: 8rem;
    margin: 6rem -4% 0;
  }

  .addParts02::before {
    width: 100%;
    min-width: 0;
    background-size: cover;
    height: 100px;
  }

  .addParts02::after {
    content: "";
    width: 20rem;
    height: 3.5rem;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    z-index: 100;
    margin: auto;
  }

  .addParts02 .addInner {
    width: 92%;
    margin: 0 auto;
  }

  .addParts02 p {
    margin: 0;
  }

  /*addTopArea*/
  .addParts02 .addTopArea {
    padding: 0 0;
    margin: 0 auto 3rem;
  }

  /*sttl*/
  #index .addParts02 .sttl {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding: 0;
    letter-spacing: 1px;
    margin: 0 auto 2rem;
    position: relative;
  }

  /*block*/
  .addParts02 .block {
    background-color: #fff;
    padding: 2rem 0 0;
    margin: 0 0 3rem;
    position: relative;
  }
  .addParts02 .block .btn-web {
    margin-bottom: 2rem;
  }
  .addParts02 .block .btn-tel {
    margin-bottom: 4rem;
  }
  .addParts02 .block .common_parts {
    padding: 0;
  }

  .addParts02 .block:last-child {
    margin: 0;
  }

  .addParts02 .blockTitArea {
    text-align: center;
    padding: 0 2rem;
    margin: 0 0 2.5rem;
  }

  .addParts02 .blockTitSub {
    font-size: 1.9rem;
    line-height: 1.5;
    margin: 0 0 2rem;
    letter-spacing: 1px;
  }

  #index .addParts02 .blockTit {
    display: inline-block;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    position: relative;
  }

  /*slideTxtArea*/
  .addParts02 .slideTxtArea {
    width: calc(100% - 30px);
    border-left: 1px solid #333;
    padding: 2.5rem 0 1.5rem 1.5rem;
    margin: -1.5rem auto 0;
    position: relative;
    z-index: 2;
  }

  .addParts02 .slideTxtArea::before {
    content: "";
    width: 15px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .addParts02 .caption {
    margin: 0.5rem 0 1.2rem;
    padding: 0 1.5rem;
  }

  .addParts02 .slideTit {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 8px;
  }

  .addParts02 .slideTxt {
    line-height: 1.6;
  }

  /*テキスト動き*/
  .addParts02 .slideTxtArea {
    opacity: 0;
    transition: all 1s 0s ease;
    transition-delay: 300ms;
  }

  .addParts02 .slick-slide.slick-current .slideTxtArea,
.addParts02 .slick-slide.is-active-next .slideTxtArea {
    opacity: 1;
  }

  .addParts02 .slideTxtInner {
    opacity: 0;
    margin-left: -15px;
    transition: all 0.5s 0s ease;
    transition-delay: 600ms;
  }

  .addParts02 .slick-slide.slick-current .slideTxtInner,
.addParts02 .slick-slide.is-active-next .slideTxtInner {
    opacity: 1;
    margin-left: 0;
  }

  .addParts02 .priceIcoArea {
    width: 92%;
    height: 100%;
    overflow: hidden;
    padding: 2rem 0;
    margin: 0 auto 3rem;
    position: relative;
  }

  .addParts02 .priceIcoArea .priceArea {
    width: 100%;
    margin: auto;
    float: none;
  }

  .addParts02 .priceIcoArea .priceAreaInner {
    width: 100%;
    margin: 0 0 1.5rem;
    display: block;
    text-align: center;
  }

  .addParts02 .priceIcoArea .priceArea > p {
    width: 100%;
    padding: 0;
    font-size: 1rem;
  }

  #contents .addParts02 .priceIcoArea .priceArea .priceTit {
    vertical-align: middle;
    width: auto;
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
    word-wrap: break-word;
    color: #fff;
    padding: 0.7rem 1rem 0.8rem;
    margin: auto;
    display: inline-block;
  }

  .addParts02 .priceIcoArea .priceArea .price {
    vertical-align: middle;
    width: 100%;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-align: center;
    color: #8c8200;
    background-color: #fff;
    padding: 0.7rem 1rem 0.8rem;
    margin: auto;
    display: flex;
    align-items: baseline;
    justify-content: center;
  }

  .addParts02 .priceIcoArea .priceArea .price.small {
    font-size: 2rem;
  }

  .addParts02 .priceIcoArea .priceArea .price span {
    font-size: 1.6rem;
    color: #333;
    padding: 0 5px;
  }

  #contents .addParts02 .priceIcoArea .priceArea ul li {
    line-height: 1.5;
    padding: 0 0 12px 18px;
    position: relative;
  }

  #contents .addParts02 .priceIcoArea .priceArea ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }

  #contents .addParts02 .featureArea {
    width: 92%;
    margin: auto;
  }

  #contents .addParts02 .featureArea .featureTit {
    font-size: 2rem;
    letter-spacing: 3px;
    line-height: 1.4;
	  margin: 30px 0 25px;
  }

  #contents .addParts02 .featureArea .featureBoxes {
    margin: 0 auto 4rem;
  }

  #contents .addParts02 .featureArea .featureBoxes .featureBox {
    width: 100%;
    border: 2px solid #bba28e;
    border-bottom: 0;
    padding: 3rem 2rem 2rem;
  }

  #contents .addParts02 .featureArea .featureBoxes .featureBox:nth-child(3n),
#contents .addParts02 .featureArea .featureBoxes .featureBox:last-child {
    border: 2px solid #bba28e;
  }

  #contents .addParts02 .featureArea .featureBoxes .featureBox__catch {
    font-size: 1.8rem;
    margin: 0px 0 1.2rem;
    padding: 0 0 1.2rem;
  }

  .addParts02 .priceIcoArea .icoArea {
    width: 100%;
    float: none;
  }

  .addParts02 .priceIcoArea .icoArea li {
    width: 100%;
    margin: 0 0 3rem;
    float: none;
  }

  .addParts02 .priceIcoArea .icoArea li:first-child {
    margin: 0 0 3rem;
  }

  .addParts02 .priceIcoArea .icoArea li:nth-child(3n+1) {
    margin: 0 0 3rem;
  }

  .addParts02 .priceIcoArea .icoArea li:nth-child(n+4) {
    margin: 0 0 3rem;
  }

  .addParts02 .priceIcoArea .icoArea li:last-child {
    margin: 0 0 0;
  }

  .addParts02 .priceIcoArea .icoArea li .icoSet {
    display: table-cell;
    vertical-align: middle;
    width: 85px;
    text-align: center;
    margin: 0 0 0;
  }

  .addParts02 .priceIcoArea .icoArea li .icoSet .ico {
    width: 45px;
    margin: 0 auto;
  }

  #contents .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding: 1rem 0 0.6rem;
    position: relative;
  }

  #contents .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e6dc14;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .addParts02 .priceIcoArea .icoArea li > .icoTxt {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 95px);
  }

  .addParts02 .infoArea {
    clear: both;
    width: 92%;
    padding: 0 0;
    margin: 0 auto 3rem;
  }
  .addParts02 .infoArea iframe {
    width: 100%;
  }

  #contents .addParts02 .infoArea .infoTit {
    width: 100%;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 2.5rem;
    letter-spacing: 3px;
  }

  .addParts02 .infoArea .infoBox .mapArea {
    width: 100%;
    overflow: hidden;
    margin: 0 0 2.5rem;
    float: none;
  }

  .addParts02 .infoArea .infoBox .mapArea .map iframe {
    display: block;
    width: 100.2% !important;
  }

  #contents .addParts02 .infoArea .infoBox table,
#contents .addParts02 .infoArea .infoBox table thead,
#contents .addParts02 .infoArea .infoBox table tbody,
#contents .addParts02 .infoArea .infoBox table tr,
#contents .addParts02 .infoArea .infoBox table th,
#contents .addParts02 .infoArea .infoBox table td {
    display: block;
    width: 100%;
  }

  #contents .addParts02 .infoArea .infoBox table th,
#contents .addParts02 .infoArea .infoBox table td {
    padding: 1rem;
  }

  #contents .addParts02 .infoArea .infoBox table td {
    padding: 1.5rem 1rem;
  }

  /*btn*/
  /***** addParts02 *****/
  .addParts03 {
    width: auto;
    margin: 0 -4%;
    padding: 4rem 4%;
    background-size: 80% auto;
  }

  .addParts03 .addInner {
    width: 100%;
    margin: 0 auto;
  }

  .addParts03 p {
    margin: 0;
  }

  .addParts03 .addTopArea {
    width: 100%;
    margin: 0 0 3rem;
    display: block;
  }

  .addParts03 .addTopArea .addTopPic {
    width: 100%;
    margin: 0 0 2rem;
    position: relative;
  }

  .addParts03 .addTopArea .addTopPic::before {
    opacity: 0;
  }

  .addParts03 .addTopArea .addTopTxt {
    width: 100%;
  }

  #contents .addParts03 .addTopArea .sttl {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding: 0 0 4rem;
    margin: 0 auto 1.5rem;
    position: relative;
  }

  #contents .addParts03 .addTopArea .sttl::after {
    content: "";
    background: url(img/bg_wave.png) no-repeat right bottom;
    background-size: 100% auto;
    position: absolute;
    width: 80%;
    height: 120px;
    right: -50px;
    bottom: -10px;
  }

  .addParts03 .addTopArea .addTxt {
    width: 100%;
    margin: 0 auto 2rem;
  }

  .addParts01 .block .btn-web,
.addParts01 .block .btn-internal {
    width: 85%;
  }

  .contents .common_parts .float-wrap {
    margin-bottom: 2rem;
  }

  .common_parts {
    margin: 6rem 0 8rem;
  }
  .common_parts .btn-internal {
    width: 85%;
  }
}
