@charset "UTF-8";

/* PC */
@media only screen and (min-width: 561px) { 
  .header {
    position: fixed;
    top: 0;
  }

  .content__wrapper--sec02 .content__txt {
    padding-top: 2rem;
  }

  .content__wrapper--sec04 .content__txt {
    /* padding-top: 0.5rem; */
  }

  .content__wrapper--sec06 .content__txt {
    padding-top: 3.5rem;
  }
  
  .content__wrapper--sec07 .content__txt {
    padding-top: 2rem;
  }

}

.all_wrap .sp_only {
  display: none;
}

.all_wrap img {
  width: 100%;
}

.all_wrap .fl {
  display: flex;
  flex-wrap: wrap;
}

.all_wrap a {
  /* display: inline-block; */
}

.all_wrap a:hover {
  opacity: .7;
}

.content__container {
  margin-bottom: 27rem;
}

/* 共有 */
.content__wrapper {
  width: 86.5rem;
  margin: 0 auto;
}

.content__txt__wrap {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, Roboto, sans-serif;
}

.content__ttl {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.content__txt {
  display: block;
  padding-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.015em;
  text-align: justify;
}

.content__product {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, Roboto, sans-serif;
  font-size: 1rem;
  text-align: right;
  padding-top: 0.8rem;
}

.content__product a {
  padding-left: 0.5rem;
  display: inline;
}

/* sec01 */
.content__wrapper--sec01 {
  width: 100%;
}

.content__wrapper--sec01 .content__txt__wrap {
  padding-top: 5rem;
}

.content__wrapper--sec01 .content__txt ,
.content__wrapper--sec01 .content__ttl {
  text-align: center;
}

.content__wrapper--sec01 .content__txt {
  font-size: 1.6rem;
  line-height: 1.75;
}

.content__wrapper--sec01 .content__product {
  max-width: 130rem;
  margin: 0 auto;
}

/* sec02 */
.content__wrapper--sec02 {
  margin-top: 14.5rem;
}

.content__wrapper--sec02 .content__txt__wrap {
  padding-top: 4.5rem;
}

/* sec03 */
.content__wrapper--sec03 {
  margin-top: 22rem;
  justify-content: space-between;
}

.content__wrapper--sec03--01 {
  width: 42rem;
}

.content__wrapper--sec03 .content__txt__wrap {
  width: 41rem;
}

.content__wrapper--sec03 .content__product {
  width: 42rem;
}

.content__wrapper--sec03--02 {
  position: relative;
  width: 41rem;
  margin-top: -25.7rem;
}

/* sec04 */
.content__wrapper--sec04 {
  margin-top: 8rem;
  justify-content: space-between;
}

.content__wrapper--sec04--01 {
  width: 42rem;
}

.content__wrapper--sec04 .content__txt__wrap {
  width: 41rem;
}

.content__wrapper--sec04 .content__product {
  width: 42rem;
}

.content__wrapper--sec04--02 {
  position: relative;
  width: 41rem;
  margin-top: -28.2rem;
}

/* sec05 */
.content__wrapper--sec05 {
  margin-top: 21rem;
}

.content__wrapper--sec05 .content__txt__wrap {
  padding-top: 6.5rem;
}

.content__wrapper--sec05--02 {
  width: 63rem;
  margin: 0 auto;
  padding-top: 8rem;
}

/* sec06 */
.content__wrapper--sec06 {
  margin-top: 24.5rem;
}

.content__wrapper--sec06 .content__txt__wrap {
  width: 58.5rem;
}

.content__wrapper--sec06--02 {
  padding-top: 10rem;
  justify-content: space-between;
}

.content__wrapper--sec06--02 .content__image {
  width: 25.2rem;
  float: left;
  margin-top: -2rem;
}

/* sec07 */
.content__wrapper--sec07 {
  width: 100%;
  margin-top: 25rem;
}

.content__wrapper--sec07 .content__product {
  max-width: 130rem;
  margin: 0 auto;
}

.content__wrapper--sec07 .content__txt__wrap {
  width: 86.5rem;
  margin: 0 auto;
  padding-top: 4.5rem;
}

.content__wrapper--sec07 .content__ttl ,
.content__wrapper--sec07 .content__txt {
  width: 85.5rem;
}

/* sec08 */
.content__wrapper--sec08 {
  margin-top: 32rem;
}

.content__wrapper--sec08 .content__ttl {
  font-size: 3.2rem;
  letter-spacing: 0;
}

.content__wrapper--sec08 .slider {
  margin-top: 9.5rem;
}

.content__wrapper--sec08 .slider p {
  width: 28rem;
  padding-bottom: 10rem;
}

.content__wrapper--sec08 .slider p:nth-child(2) ,
.content__wrapper--sec08 .slider p:nth-child(5) ,
.content__wrapper--sec08 .slider p:nth-child(8) {
  width: 28.2rem;
  margin: 0 1rem;
}

.content__wrapper--sec08 .content__product {
  display: inline-block;
  padding-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.9;
  text-align: left;
}

.content__wrapper--sec08 .content__product a {
  padding-left: 0;
}

/* button */
.all_button {
  margin-top: 15rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.all_button a {
  position: relative;
}

.all_button a:before {
  content: "";
  position: absolute;
  width: 7.5rem;
  height: 0.1rem;
  background: #707070;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1rem;
}

/* sp */
@media only screen and (max-width: 560px) {
  /* .all_wrap {
    margin-top: calc(65* (100vw / 487));
  } */

  .all_wrap .pc_only {
    display: none;
  }

  .all_wrap .sp_only {
    display: block;
  }

  .content__container {
    margin-bottom: calc(335* (100vw / 487));
  }
  
  /* 共有 */
  .content__wrapper {
    width: 100%;
  }

  .content__txt__wrap {
    padding: calc(10* (100vw / 487)) calc(40* (100vw / 487)) 0;
    font-feature-settings: 'palt';
  }
  
  .content__ttl {
    font-size: calc(16* (100vw / 487));
    font-weight: 700;
  }
  
  .content__txt {
    padding-top: calc(20* (100vw / 487));
    font-size: calc(14* (100vw / 487));
  }
  
  .content__product {
    font-size: calc(12* (100vw / 487));
    padding-top: calc(15* (100vw / 487));
  }
  
  .content__product a {
    padding-left: calc(7* (100vw / 487));
  }
  
  /* sec01 */
  .content__wrapper--sec01 {
    width: 100%;
  }
  
  .content__wrapper--sec01 .content__txt__wrap {
    padding-top: calc(45* (100vw / 487));
  }
  
  .content__wrapper--sec01 .content__ttl {
    text-align: left;
  }

  .content__wrapper--sec01 .content__txt {
    text-align: justify;
  }
  
  .content__wrapper--sec01 .content__txt {
    font-size: calc(14* (100vw / 487));
    line-height: 1.9;
  }
  
  .content__wrapper--sec01 .content__product {
    max-width: 100%;
    padding-right: calc(38* (100vw / 487));
}
  
  /* sec02 */
  .content__wrapper--sec02 {
    margin-top: calc(95* (100vw / 487));
  }
  
  .content__wrapper--sec02 .content__txt__wrap {
    padding-top: calc(45* (100vw / 487))
  }
  
  .content__wrapper--sec02 .content__product {
    padding-right: calc(35* (100vw / 487));
  }

  /* sec03 */
  .content__wrapper--sec03 {
    margin-top: calc(90* (100vw / 487));
    justify-content: unset;
  }
  
  .content__wrapper--sec03--01 {
    order: 1;
    width: calc(231* (100vw / 487));
    margin-left: calc(41* (100vw / 487));
  }
  
  .content__wrapper--sec03 .content__txt__wrap {
    order: 5;
    width: 100%;
    padding-top: calc(45* (100vw / 487));
  }
  
  .content__wrapper--sec03 .content__product {
    order: 4;
    width: auto;
    margin-right: auto;
    margin-left: calc(33* (100vw / 487));
  }
  
  .content__wrapper--sec03--02 {
    order: 2;
    width: calc(215* (100vw / 487));
    margin-top: 0;
  }
  
  /* sec04 */
  .content__wrapper--sec04 {
    margin-top: calc(65* (100vw / 487));
    justify-content: unset;
  }
  
  .content__wrapper--sec04--01 {
    order: 2;
    width: calc(230* (100vw / 487));
  }
  
  .content__wrapper--sec04 .content__txt__wrap {
    order: 5;
    width: 100%;
    padding-top: calc(45* (100vw / 487));
  }
  
  .content__wrapper--sec04 .content__product {
    order: 4;
    width: auto;
    margin-left: auto;
    margin-right: calc(40* (100vw / 487));
  }
  
  .content__wrapper--sec04--02 {
    order: 1;
    width: calc(220* (100vw / 487));
    margin-top: 0;
  }
  
  /* sec05 */
  .content__wrapper--sec05 {
    margin-top: calc(90* (100vw / 487));  
  }
  
  .content__wrapper--sec05 .content__txt__wrap {
    padding-top: calc(50* (100vw/ 487));
  }
  
  .content__wrapper--sec05 .content__txt {
    padding-top: calc(15* (100vw / 487));
  }
  
  .content__wrapper--sec05--02 {
    width: calc(270* (100vw / 487));
    padding-top: calc(35* (100vw / 487));
  }
  
  /* sec06 */
  .content__wrapper--sec06 {
    margin-top: calc(95* (100vw / 487));
  }
  
  .content__wrapper--sec06 .content__product {
    padding-right: calc(35* (100vw / 487));
  }

  .content__wrapper--sec06 .content__txt__wrap {
    width: 100%;
  }
  
  .content__wrapper--sec06--02 {
    padding-top: calc(38* (100vw / 487));
    justify-content: unset;
  }
  
  .content__wrapper--sec06 .content__txt {
    padding-top: calc(10* (100vw / 487));
}

  .content__wrapper--sec06--02 .content__image {
    width: calc(138* (100vw / 487));
    margin: calc(4* (100vw / 487)) calc(15* (100vw / 487)) calc(5* (100vw / 487)) 0;
  }
  
  /* sec07 */
  .content__wrapper--sec07 {
    width: 100%;
    margin-top: calc(90* (100vw / 487));
  }
  
  .content__wrapper--sec07 .content__product {
    max-width: 100%;
    padding-right: calc(38* (100vw / 487));
  }
  
  .content__wrapper--sec07 .content__txt__wrap {
    width: 100%;
    margin: 0 auto;
    padding-top: calc(45* (100vw / 487));
  }
  
  .content__wrapper--sec07 .content__ttl ,
  .content__wrapper--sec07 .content__txt {
    width: 100%;
  }
  
  /* sec08 */
  .content__wrapper--sec08 {
    margin-top: calc(180* (100vw / 487));
  }
  
  .content__wrapper--sec08 .content__ttl {
    text-align: center;
    font-size: calc(28* (100vw / 487));
  }
  
  .content__wrapper--sec08 .slider {
    margin-top: calc(70* (100vw / 487));
  }
  
  .content__wrapper--sec08 .slider p {
    padding: 0 calc(5 *(100vw / 390));
  }
  
  .content__wrapper--sec08 .slider p:nth-child(2) ,
  .content__wrapper--sec08 .slider p:nth-child(5) ,
  .content__wrapper--sec08 .slider p:nth-child(8) {
    margin: 0;
  }
  
  .content__wrapper--sec08 .content__product {
    padding-top: calc(10* (100vw / 487));
    font-size: calc(16* (100vw / 487));
  }

  .slick-arrow {
    width: calc(30* (100vw / 487));
    height: calc(42* (100vw / 487));
    position: absolute;
    top: 36%;
    color: transparent;
    background-color: transparent;
    border: none;
    z-index: 99;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/Page/features/2022/0309_newjersey/src/assets/img/svg/arrow.svg);
  }

  .slick-arrow.slick-prev {
    left: calc(20* (100vw / 487));
    transform: rotate(180deg);
}

.slick-arrow.slick-next {
  right: calc(20* (100vw / 487));
}
  
  /* button */
  .all_button {
    margin-top: calc(90* (100vw / 487));
    font-size: calc(16* (100vw / 487));
  }
  
  .all_button a:before {
    width: calc(78* (100vw / 487));
    bottom: calc(-5* (100vw / 487));
  }
}